emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Wed, 28 Nov 2001 21:15:41 -0500

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.3117 emacs/lisp/ChangeLog:1.3118
--- emacs/lisp/ChangeLog:1.3117 Wed Nov 28 17:34:19 2001
+++ emacs/lisp/ChangeLog        Wed Nov 28 21:15:40 2001
@@ -1,3 +1,43 @@
+2001-11-28  Stefan Monnier  <address@hidden>
+
+       * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
+       (outline-up-heading-all): Remove.
+       (hide-sublevels): Move to end-of-heading before calling flag-region.
+       (outline-copy-overlay, outline-discard-overlays): Remove.
+       (outline-flag-region): Use `remove-overlays'.
+       Don't move to end-of-heading.
+       (outline-next-visible-heading, outline-back-to-heading)
+       (outline-on-heading-p): Use outline-invisible-p.
+       (outline-font-lock-level): Use outline-up-heading's new arg.
+       (outline-minor-mode): Simplify.
+       (outline-map-tree, outline-reveal-toggle-invisible): New funs.
+       (outline): Put a `reveal-toggle-invisible' property.
+       (outline-level-heading): New var.
+       (outline-insert-heading, outline-promote, outline-demote)
+       (outline-toggle-children): New commands.
+
+       * progmodes/hideif.el (hif-end-of-line): New function.
+       (hide-ifdef-mode): Set line-move-ignore-invisible.
+       (hide-ifdef-region-internal): New function.
+       (hide-ifdef-region): Use it.
+       (hif-defined): Return an integer.
+       (hif-infix-to-prefix): Remove.
+       (hif-tokenize): Parse from the buffer rather than from a string.
+       Correctly tokenize integers.  Use forward-comment.
+       (hif-expr): Use hif-or.
+       (hif-term): Use hif-and.
+       (hif-factor): Use hif-not.  Handle numbers properly.
+       Don't require parenthesis around `defined's argument.
+       (hif-and, hif-or, hif-not): New funs.
+       (hif-canonicalize): Pass a region to hif-tokenize.  Use hif-not.
+       (hif-hide-line): Don't hide the \n before the line.
+       (hif-possibly-hide): Correctly handle numeric evaluation results.
+
+       * progmodes/make-mode.el: Use line-(end|beginning)-position.
+       (makefile-mode): Set indent-line-function.
+       (makefile-browser-insert-continuation): Use with-current-buffer.
+       (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
+
 2001-11-28  Karl Fogel  <address@hidden>
 
        * isearch.el (isearch-yank-internal): New helper function.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]