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: Mon, 06 Mar 2006 04:49:42 +0000

Index: emacs/lisp/ChangeLog
diff -u emacs/lisp/ChangeLog:1.9225 emacs/lisp/ChangeLog:1.9226
--- emacs/lisp/ChangeLog:1.9225 Mon Mar  6 02:22:35 2006
+++ emacs/lisp/ChangeLog        Mon Mar  6 04:49:42 2006
@@ -1,7 +1,11 @@
+2006-03-05  Stefan Monnier  <address@hidden>
+
+       * outline.el (hide-sublevels): Provide better interactive default.
+
 2006-03-06  Kenichi Handa  <address@hidden>
 
-       * international/fontset.el (create-fontset-from-fontset-spec): Fix
-       regexp for paring FONTSET-SPEC (allow spaces after `:').
+       * international/fontset.el (create-fontset-from-fontset-spec):
+       Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
 
 2006-03-05  Luc Teirlinck  <address@hidden>
 
@@ -27,8 +31,8 @@
 
 2006-03-03  Agustin Martin  <address@hidden>
 
-       * textmodes/flyspell.el (flyspell-process-localwords): Be
-       case-sensitive.
+       * textmodes/flyspell.el (flyspell-process-localwords):
+       Be case-sensitive.
 
 2006-03-03  Martin Rudalics  <address@hidden>
 
@@ -41,7 +45,7 @@
        they have no special meaning.
 
        * midnight.el (clean-buffer-list): Handle case where base-buffer of
-        indirect buffer gets killed before indirect buffer.  Use dolist.
+       indirect buffer gets killed before indirect buffer.  Use dolist.
 
 2006-03-03  Ken Manheimer  <address@hidden>
 
@@ -50,8 +54,8 @@
 
 2006-03-03  Slawomir Nowaczyk  <address@hidden>  (tiny change)
 
-       * textmodes/flyspell.el (flyspell-external-point-words): Be
-       case-sensitive.
+       * textmodes/flyspell.el (flyspell-external-point-words):
+       Be case-sensitive.
 
 2006-03-03  Ryan Yeske  <address@hidden>
 
@@ -75,8 +79,8 @@
        * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
        is nil.
 
-       * progmodes/gud.el (gud-speedbar-menu-items): Use
-       buffer-local-value and add missing :visible keyword.
+       * progmodes/gud.el (gud-speedbar-menu-items):
+       Use buffer-local-value and add missing :visible keyword.
 
        * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
 
@@ -93,8 +97,7 @@
        (org-read-date): Add (require 'parse-time).
        (org-set-tags): Fix bug with extra inserted space.
        (org-export-html-style): Define a style class for targets.
-       (org-agenda-keymap, org-mouse-map): Add a binding for
-       `follow-link'.
+       (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
        (org-hide-leading-stars): New option.
        (org-hide): New face.
        (org-set-font-lock-defaults): Allow to hide leading stars.
@@ -114,7 +117,7 @@
 
        * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
        gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
-       speedbar-timer-fn
+       speedbar-timer-fn.
        (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
        (gdb-speedbar-expand-node): Use speedbar-delete-subblock
        instead of gdb-speedbar-timer-fn.
@@ -201,17 +204,17 @@
        * startup.el (command-line):
        * subr.el (locate-library):
        * emacs-lisp/autoload.el (update-directory-autoloads):
-       * emacs-lisp/find-func.el (find-library-suffixes): Use
-       `get-load-suffixes' instead of `load-suffixes'.
+       * emacs-lisp/find-func.el (find-library-suffixes):
+       Use `get-load-suffixes' instead of `load-suffixes'.
 
        * subr.el (locate-library):
-       * emacs-lisp/find-func.el (find-library-name): Use
-       `load-file-rep-suffixes' instead of '("").
+       * emacs-lisp/find-func.el (find-library-name):
+       Use `load-file-rep-suffixes' instead of '("").
 
 2006-02-26  Kim F. Storm  <address@hidden>
 
-       * ido.el (ido-save-history, ido-load-history): Simplify.  Don't
-       use find-file-noselect to avoid interference from other modes.
+       * ido.el (ido-save-history, ido-load-history): Simplify.
+       Don't use find-file-noselect to avoid interference from other modes.
 
 2006-02-25  Thien-Thi Nguyen  <address@hidden>
 
@@ -230,8 +233,8 @@
 
 2006-02-24  Alan Mackenzie  <address@hidden>
 
-       * progmodes/cc-mode.el (c-postprocess-file-styles): Bind
-       inhibit-read-only to t, around the call to
+       * progmodes/cc-mode.el (c-postprocess-file-styles):
+       Bind inhibit-read-only to t, around the call to
        c-remove-any-local-eval-or-mode-variables, so that it works on a
        RO file.
 
@@ -272,13 +275,12 @@
 
        * progmodes/cc-mode.el:
        [Supersedes patch to cc-engine.el V 1.45]
-       (c-after-change): Protect the match data with save-match-data.  It
-       was getting corrupted by c-after-change-check-<>-operators.
+       (c-after-change): Protect the match data with save-match-data.
+       It was getting corrupted by c-after-change-check-<>-operators.
 
        * cc-defs.el: [Supersedes patch V1.38]:
        (top level): Check for a buggy font-lock-compile-keywords ONLY in
-       XEmacs.  GNU Emacs 22 now has a check which would throw an error
-       here.
+       XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
 
        * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
        with save-match-data.  It was being corrupted when Font Lock was
@@ -294,14 +296,12 @@
        (c-forward-objc-directive): Replace c-forward-token-2 with crude
        coding; c-f-t-2 doesn't move over a token at EOB.
 
-       * progmodes/cc-defs.el (c-version): Update version number to
-       5.31.2
+       * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
 
        * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
        (c-update-modeline): Concatenate the minor mode indicators
        directly onto mode-name, removing c-submode-indicators.
-       Sometimes, c-s-i got separated from the mode name on the mode
-       line.
+       Sometimes, c-s-i got separated from the mode name on the mode line.
 
        * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
        (c-electric-colon): Correct doc-strings: "/ln" -> "/la".




reply via email to

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