aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris2014-01-14 22:06:07 -0500
committerGlenn Morris2014-01-14 22:06:07 -0500
commit39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415 (patch)
tree37e8094a0234f15293f9110b8bdd5805c69c9a13 /lisp
parentdac696602de6984ff8e4ce9d6bac9d51ab735cde (diff)
downloademacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.tar.gz
emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.zip
ChangeLog fixes
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/ChangeLog.118
-rw-r--r--lisp/ChangeLog.128
-rw-r--r--lisp/ChangeLog.152
-rw-r--r--lisp/ChangeLog.39
-rw-r--r--lisp/ChangeLog.48
-rw-r--r--lisp/ChangeLog.52
-rw-r--r--lisp/ChangeLog.780
-rw-r--r--lisp/ChangeLog.842
-rw-r--r--lisp/ChangeLog.912
-rw-r--r--lisp/cedet/ChangeLog7
-rw-r--r--lisp/erc/ChangeLog4
-rw-r--r--lisp/mh-e/ChangeLog4
-rw-r--r--lisp/mh-e/ChangeLog.121
14 files changed, 108 insertions, 101 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9255c5b82c1..2f447877b75 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -12024,7 +12024,7 @@
12024 12024
120252013-03-21 Eric Ludlam <zappo@gnu.org> 120252013-03-21 Eric Ludlam <zappo@gnu.org>
12026 12026
12027 * eieio/eieio-datadebug.el (data-debug/eieio-insert-slots): 12027 * emacs-lisp/eieio-datadebug.el (data-debug/eieio-insert-slots):
12028 Inhibit read only while inserting objects. 12028 Inhibit read only while inserting objects.
12029 12029
120302013-03-22 Teodor Zlatanov <tzz@lifelogs.com> 120302013-03-22 Teodor Zlatanov <tzz@lifelogs.com>
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11
index 1faa67dcef5..9e299a2e3ca 100644
--- a/lisp/ChangeLog.11
+++ b/lisp/ChangeLog.11
@@ -3142,7 +3142,7 @@
3142 3142
3143 * subr.el (read-passwd): Move back from password.el. 3143 * subr.el (read-passwd): Move back from password.el.
3144 3144
3145 * password.el: Remove, not ready yet. 3145 * net/password.el: Remove, not ready yet.
3146 3146
31472004-10-29 Andreas Schwab <schwab@suse.de> 31472004-10-29 Andreas Schwab <schwab@suse.de>
3148 3148
@@ -8082,8 +8082,6 @@
8082 8082
8083 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t. 8083 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
8084 8084
8085 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
8086
80872004-04-26 Eli Zaretskii <eliz@gnu.org> 80852004-04-26 Eli Zaretskii <eliz@gnu.org>
8088 8086
8089 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb". 8087 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
@@ -8229,7 +8227,6 @@
82292004-04-22 Lars Hansen <larsh@math.ku.dk> 82272004-04-22 Lars Hansen <larsh@math.ku.dk>
8230 8228
8231 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings. 8229 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
8232 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
8233 8230
82342004-04-22 Kim F. Storm <storm@cua.dk> 82312004-04-22 Kim F. Storm <storm@cua.dk>
8235 8232
@@ -8340,9 +8337,6 @@
8340 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el. 8337 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
8341 Add Parameters. 8338 Add Parameters.
8342 8339
8343 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
8344 Add Parameters.
8345
83462003-04-21 Paul Pogonyshev <pogonyshev@gmx.net> 83402003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
8347 8341
8348 * dabbrev.el (dabbrev--substitute-expansion): Don't lose 8342 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12
index 43575cceb8c..d70d9b22483 100644
--- a/lisp/ChangeLog.12
+++ b/lisp/ChangeLog.12
@@ -13529,7 +13529,7 @@
13529 (last-arg): Add defvar. 13529 (last-arg): Add defvar.
13530 13530
13531 * makefile.w32-in (WINS): Add erc. 13531 * makefile.w32-in (WINS): Add erc.
13532 (MH_E_SRC): Update (copied from lisp/Makefile.in). 13532 (MH_E_SRC): Update (copied from Makefile.in).
13533 13533
135342006-01-29 Bill Wohler <wohler@newt.com> 135342006-01-29 Bill Wohler <wohler@newt.com>
13535 13535
@@ -20681,8 +20681,6 @@
20681 20681
206822005-10-06 Bill Wohler <wohler@newt.com> 206822005-10-06 Bill Wohler <wohler@newt.com>
20683 20683
20684 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20685
20686 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el. 20684 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20687 (MH-E-SRC): New. Used by mh-autoloads. 20685 (MH-E-SRC): New. Used by mh-autoloads.
20688 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any 20686 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
@@ -22929,10 +22927,6 @@
22929 (Info-restore-desktop-buffer): Remove autoload cookie. 22927 (Info-restore-desktop-buffer): Remove autoload cookie.
22930 (Info-mode): Add autoload cookie. 22928 (Info-mode): Add autoload cookie.
22931 22929
22932 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22933 (mh-restore-desktop-buffer): Remove autoload cookie.
22934 (mh-folder-mode): Add autoload cookie.
22935
22936 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers. 22930 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22937 (rmail-restore-desktop-buffer): Remove autoload cookie. 22931 (rmail-restore-desktop-buffer): Remove autoload cookie.
22938 22932
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15
index 97937c84fb1..e6500bebd84 100644
--- a/lisp/ChangeLog.15
+++ b/lisp/ChangeLog.15
@@ -1416,7 +1416,6 @@
1416 `special-mode-map'. 1416 `special-mode-map'.
1417 (package-menu-mode): Define using `define-derived-mode' 1417 (package-menu-mode): Define using `define-derived-mode'
1418 inheriting from `special-mode'. 1418 inheriting from `special-mode'.
1419 * erc/erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
1420 * net/xesam.el (xesam-mode): Inherit from `special-mode'. 1419 * net/xesam.el (xesam-mode): Inherit from `special-mode'.
1421 (xesam-mode-map): Define separately. 1420 (xesam-mode-map): Define separately.
1422 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'. 1421 * play/solitaire.el (solitaire-mode): Inherit from `special-mode'.
@@ -5755,7 +5754,6 @@
5755 * emacs-lisp/edebug.el (edebug-eval-mode-map): 5754 * emacs-lisp/edebug.el (edebug-eval-mode-map):
5756 * emacs-lisp/chart.el (chart-map): 5755 * emacs-lisp/chart.el (chart-map):
5757 * edmacro.el (edmacro-mode-map): 5756 * edmacro.el (edmacro-mode-map):
5758 * erc/erc-list.el (erc-list-menu-mode-map):
5759 * array.el (array-mode-map): Declare and define in one step. 5757 * array.el (array-mode-map): Declare and define in one step.
5760 5758
5761 * vc/log-view.el (log-view-mode-map): Bind revert-buffer. 5759 * vc/log-view.el (log-view-mode-map): Bind revert-buffer.
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3
index a39e817ae3c..66ac43a48d2 100644
--- a/lisp/ChangeLog.3
+++ b/lisp/ChangeLog.3
@@ -432,7 +432,7 @@
432 current-time-string and current-time-zone. Adjust to new format 432 current-time-string and current-time-zone. Adjust to new format
433 returned by current-time-zone. 433 returned by current-time-zone.
434 434
435 * xfaces.el (face-equal): Doc fix. 435 * faces.el (face-equal): Doc fix.
436 436
4371993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu) 4371993-05-19 Richard Stallman (rms@mole.gnu.ai.mit.edu)
438 438
@@ -768,7 +768,7 @@
768 (x-initialize-frame-faces): Use the NOERROR argument to the 768 (x-initialize-frame-faces): Use the NOERROR argument to the
769 font manipulation functions to avoid errors while starting up. 769 font manipulation functions to avoid errors while starting up.
770 Remove initialization of isearch font. 770 Remove initialization of isearch font.
771 * xfaces.c (internal-x-complain-about-font): Add new frame 771 (internal-x-complain-about-font): Add new frame
772 argument, so we can check the frame parameters to find the 772 argument, so we can check the frame parameters to find the
773 default font. Callers changed. 773 default font. Callers changed.
774 774
@@ -2121,11 +2121,6 @@
2121 initialization that make it a lot smarter, with a more uniform 2121 initialization that make it a lot smarter, with a more uniform
2122 and featureful interface across many different keyboard types. 2122 and featureful interface across many different keyboard types.
2123 2123
2124 * term.c (fkey_table): Has been expanded to handle the entire
2125 intersection of the capability sets defined by X keysyms and
2126 terminfo. That is, every keysym for which there is a natural
2127 equivalent in terminfo is now bound to that by the startup code.
2128
2129 * loaddefs.el (global-map): Natural default keybindings set up for 2124 * loaddefs.el (global-map): Natural default keybindings set up for
2130 almost all supported keysyms other than function keys. All 2125 almost all supported keysyms other than function keys. All
2131 other keysyms are now default-bound to a function which explains 2126 other keysyms are now default-bound to a function which explains
diff --git a/lisp/ChangeLog.4 b/lisp/ChangeLog.4
index 98e12d5a811..9ac9699da88 100644
--- a/lisp/ChangeLog.4
+++ b/lisp/ChangeLog.4
@@ -2871,7 +2871,7 @@
2871 2871
28721994-02-18 Paul Eggert (eggert@twinsun.com) 28721994-02-18 Paul Eggert (eggert@twinsun.com)
2873 2873
2874 * (vc-lookup-triple): Yield nil, not "", if version name is nil. 2874 * vc.el (vc-lookup-triple): Yield nil, not "", if version name is nil.
2875 2875
28761994-02-17 Richard Stallman (rms@mole.gnu.ai.mit.edu) 28761994-02-17 Richard Stallman (rms@mole.gnu.ai.mit.edu)
2877 2877
@@ -2954,10 +2954,6 @@
2954 2954
29551994-02-11 Paul Eggert (eggert@twinsun.com) 29551994-02-11 Paul Eggert (eggert@twinsun.com)
2956 2956
2957 * editfns.c (init_editfns): Look at LOGNAME before USER.
2958 * fileio.c (Fsubstitute_in_file_name): Remove long-dead code
2959 that looked at USER before LOGNAME.
2960
2961 * time.el (display-time-filter): Remove unnecessary (getenv "LOGNAME") 2957 * time.el (display-time-filter): Remove unnecessary (getenv "LOGNAME")
2962 and (getenv "USER"), since (user-login-name) already does this. 2958 and (getenv "USER"), since (user-login-name) already does this.
2963 * gnuspost.el (gnus-inews-login-name): Likewise. 2959 * gnuspost.el (gnus-inews-login-name): Likewise.
@@ -6780,7 +6776,7 @@
6780 6776
67811993-07-29 Paul Eggert (eggert@twinsun.com) 67771993-07-29 Paul Eggert (eggert@twinsun.com)
6782 6778
6783 * (vc-mode-line): Set vc-mode to nil if FILE no longer is 6779 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if FILE no longer is
6784 version-controlled. 6780 version-controlled.
6785 6781
67861993-07-29 Richard Stallman (rms@mole.gnu.ai.mit.edu) 67821993-07-29 Richard Stallman (rms@mole.gnu.ai.mit.edu)
diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5
index 3afdd4390ae..faaaf15f1ef 100644
--- a/lisp/ChangeLog.5
+++ b/lisp/ChangeLog.5
@@ -4275,7 +4275,7 @@
4275 (forms--mode-menu-ro, forms--mode-menu-edit): 4275 (forms--mode-menu-ro, forms--mode-menu-edit):
4276 New functions to create a pulldown menu in the menubar. 4276 New functions to create a pulldown menu in the menubar.
4277 (forms--mode-commands): Call them for the edit and view mode. 4277 (forms--mode-commands): Call them for the edit and view mode.
4278 * (forms-print): New function. 4278 (forms-print): New function.
4279 4279
42801995-01-04 Stephen Gildea <gildea@stop.mail-abuse.org> 42801995-01-04 Stephen Gildea <gildea@stop.mail-abuse.org>
4281 4281
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7
index 633c4261fab..a4f02875972 100644
--- a/lisp/ChangeLog.7
+++ b/lisp/ChangeLog.7
@@ -417,7 +417,7 @@
417 417
4181998-08-05 Sam Steingold <sds@goems.com> 4181998-08-05 Sam Steingold <sds@goems.com>
419 419
420 * cl-indent.el (top-level let): Add defsubst. 420 * emacs-lisp/cl-indent.el (top-level let): Add defsubst.
421 421
4221998-08-04 Andrew Innes <andrewi@harlequin.co.uk> 4221998-08-04 Andrew Innes <andrewi@harlequin.co.uk>
423 423
@@ -2956,7 +2956,7 @@
2956 2956
29571998-05-21 Sam Steingold <sds@usa.net> 29571998-05-21 Sam Steingold <sds@usa.net>
2958 2958
2959 * cl-indent.el: Indent `with-standard-io-syntax' correctly. 2959 * emacs-lisp/cl-indent.el: Indent `with-standard-io-syntax' correctly.
2960 2960
29611998-05-21 Michael Ernst <ernst@cs.washington.edu> 29611998-05-21 Michael Ernst <ernst@cs.washington.edu>
2962 2962
@@ -4097,7 +4097,7 @@
4097 4097
40981998-04-24 Sam Steingold <sds@usa.net> 40981998-04-24 Sam Steingold <sds@usa.net>
4099 4099
4100 * cl-indent.el: Indent defpackage correctly. 4100 * emacs-lisp/cl-indent.el: Indent defpackage correctly.
4101 4101
4102 * font-lock.el (lisp-font-lock-keywords-2): Added `defpackage'. 4102 * font-lock.el (lisp-font-lock-keywords-2): Added `defpackage'.
4103 4103
@@ -4471,8 +4471,8 @@
4471 4471
44721998-04-16 Ilya Zakharevich <ilya@math.ohio-state.edu> 44721998-04-16 Ilya Zakharevich <ilya@math.ohio-state.edu>
4473 4473
4474 * cperl-mode.el (cperl-style-alist): New variable, since `c-mode' 4474 * progmodes/cperl-mode.el (cperl-style-alist):
4475 is no longer loaded. 4475 New variable, since `c-mode' is no longer loaded.
4476 - (Somebody who uses the styles should check that they work OK!) 4476 - (Somebody who uses the styles should check that they work OK!)
4477 - (a lot of work is needed, especially with new 4477 - (a lot of work is needed, especially with new
4478 `cperl-fix-line-spacing'). 4478 `cperl-fix-line-spacing').
@@ -7681,7 +7681,7 @@
7681 7681
7682 * progmodes/scheme.el, progmodes/tcl-mode.el, progmodes/f90.el, 7682 * progmodes/scheme.el, progmodes/tcl-mode.el, progmodes/f90.el,
7683 * progmodes/fortran.el, progmodes/c-mode.el, progmodes/ada-mode.el, 7683 * progmodes/fortran.el, progmodes/c-mode.el, progmodes/ada-mode.el,
7684 * cc-mode.el, progmodes/cplus-md.el, progmodes/dcl-mode.el, 7684 * progmodes/cc-mode.el, progmodes/cplus-md.el, progmodes/dcl-mode.el,
7685 * progmodes/pascal.el, progmodes/perl-mode.el, textmodes/bibtex.el, 7685 * progmodes/pascal.el, progmodes/perl-mode.el, textmodes/bibtex.el,
7686 * textmodes/texinfo.el, emacs-lisp/lisp-mode.el, generic.el, 7686 * textmodes/texinfo.el, emacs-lisp/lisp-mode.el, generic.el,
7687 * progmodes/octave-mod.el: Use imenu-case-fold-search. 7687 * progmodes/octave-mod.el: Use imenu-case-fold-search.
@@ -12109,32 +12109,34 @@
12109 12109
121101997-08-15 Barry A. Warsaw <cc-mode-help@python.org> 121101997-08-15 Barry A. Warsaw <cc-mode-help@python.org>
12111 12111
12112 * cc-styles.el (c-style-alist): 12112 * progmodes/cc-styles.el (c-style-alist):
12113 "python" style requires c-comment-continuation-stars be "". 12113 "python" style requires c-comment-continuation-stars be "".
12114 12114
12115 * cc-engine.el (c-end-of-statement-1): 12115 * progmodes/cc-engine.el (c-end-of-statement-1):
12116 Eliminate false hits on important characters 12116 Eliminate false hits on important characters
12117 inside literals (strings, comments). 12117 inside literals (strings, comments).
12118 12118
12119 * cc-cmds.el (c-comment-line-break-function): 12119 * progmodes/cc-cmds.el (c-comment-line-break-function):
12120 In this function, and the defadvice, 12120 In this function, and the defadvice,
12121 call indent-new-comment-line if not in a comment. 12121 call indent-new-comment-line if not in a comment.
12122 12122
12123 * cc-cmds.el (c-fill-paragraph): 12123 * progmodes/cc-cmds.el (c-fill-paragraph):
12124 Remove conditional on obsolete variable 12124 Remove conditional on obsolete variable
12125 c-double-slash-is-comments-p. 12125 c-double-slash-is-comments-p.
12126 12126
12127 * cc-vars.el (c-buffer-is-cc-mode): Definition moved to cc-mode.el. 12127 * progmodes/cc-vars.el (c-buffer-is-cc-mode):
12128 Definition moved to cc-mode.el.
12128 12129
12129 * cc-mode.el (c-buffer-is-cc-mode): 12130 * progmodes/cc-mode.el (c-buffer-is-cc-mode):
12130 Definition moved here from cc-vars.el. Also, 12131 Definition moved here from cc-vars.el. Also,
12131 put permanent-local property on variable so its value won't get 12132 put permanent-local property on variable so its value won't get
12132 killed by kill-all-local-variables. 12133 killed by kill-all-local-variables.
12133 12134
12134 * cc-mode.el (c++-mode, java-mode, objc-mode, idl-mode): 12135 * progmodes/cc-mode.el (c++-mode, java-mode, objc-mode, idl-mode):
12135 Remove obsolete variable c-double-slash-is-comments-p. 12136 Remove obsolete variable c-double-slash-is-comments-p.
12136 12137
12137 * cc-langs.el (c-double-slash-is-comments-p): Remove obsolete variable. 12138 * progmodes/cc-langs.el (c-double-slash-is-comments-p):
12139 Remove obsolete variable.
12138 12140
121391997-08-15 Boris Goldowsky <boris@gnu.ai.mit.edu> 121411997-08-15 Boris Goldowsky <boris@gnu.ai.mit.edu>
12140 12142
@@ -12273,42 +12275,44 @@
12273 12275
12274 * Release 5.15 12276 * Release 5.15
12275 12277
12276 * cc-align.el (c-lineup-java-throws): 12278 * progmodes/cc-align.el (c-lineup-java-throws):
12277 Change the `when' clause to an `if-progn'. 12279 Change the `when' clause to an `if-progn'.
12278 12280
12279 * cc-cmds.el (indent-new-comment-line): On older Emacs versions, 12281 * progmodes/cc-cmds.el (indent-new-comment-line):
12280 add advice, to work around lack of comment-line-break-function. 12282 On older Emacs versions, add advice, to work around
12283 lack of comment-line-break-function.
12281 12284
12282 * cc-cmds.el (c-electric-slash): 12285 * progmodes/cc-cmds.el (c-electric-slash):
12283 Make this work as the final slash in a */ block 12286 Make this work as the final slash in a */ block
12284 oriented comment closing token. 12287 oriented comment closing token.
12285 12288
12286 * cc-cmds.el (c-comment-line-break-function): New function. 12289 * progmodes/cc-cmds.el (c-comment-line-break-function): New function.
12287 12290
12288 * cc-vars.el (c-buffer-is-cc-mode): New variable. 12291 * progmodes/cc-vars.el (c-buffer-is-cc-mode): New variable.
12289 12292
12290 * cc-vars.el (c-comment-continuation-stars): New variable. 12293 * progmodes/cc-vars.el (c-comment-continuation-stars): New variable.
12291 12294
12292 * cc-mode.el (c-initialize-cc-mode): Set c-buffer-is-cc-mode to t. 12295 * progmodes/cc-mode.el (c-initialize-cc-mode):
12296 Set c-buffer-is-cc-mode to t.
12293 12297
12294 * cc-mode.el (c-initialize-cc-mode): Require 'cc-mode-19 12298 * progmodes/cc-mode.el (c-initialize-cc-mode): Require 'cc-mode-19
12295 if functionp is not bound. Check cc-mode-19 interface requirements. 12299 if functionp is not bound. Check cc-mode-19 interface requirements.
12296 12300
12297 * cc-mode.el (c-mode, c++-mode, objc-mode, java-mode, idl-mode): 12301 * progmodes/cc-mode.el (c-mode, c++-mode, objc-mode, java-mode)
12298 Don't set comment-multi-line here. 12302 (idl-mode): Don't set comment-multi-line here.
12299 12303
12300 * cc-mode.el (c-mode): c-comment-start-regexp uses 12304 * progmodes/cc-mode.el (c-mode): c-comment-start-regexp uses
12301 c-C++-comment-start-regexp to support line oriented comments. 12305 c-C++-comment-start-regexp to support line oriented comments.
12302 12306
12303 * cc-langs.el (c-mode-base-map, c++-mode-map): 12307 * progmodes/cc-langs.el (c-mode-base-map, c++-mode-map):
12304 Move `/' as an electric character 12308 Move `/' as an electric character
12305 from c++-mode-map to c-mode-base-map for all languages. 12309 from c++-mode-map to c-mode-base-map for all languages.
12306 12310
12307 * cc-langs.el (c-common-init): Set comment-multi-line and 12311 * progmodes/cc-langs.el (c-common-init): Set comment-multi-line and
12308 comment-line-break-function here for all modes. 12312 comment-line-break-function here for all modes.
12309 Make comment-line-break-function buffer local iff it's boundp. 12313 Make comment-line-break-function buffer local iff it's boundp.
12310 12314
12311 * cc-langs.el (c-C-comment-start-regexp): Obsolete. 12315 * progmodes/cc-langs.el (c-C-comment-start-regexp): Obsolete.
12312 12316
12313 (c-comment-start-regexp): Initialize from c-C++-comment-start-regexp. 12317 (c-comment-start-regexp): Initialize from c-C++-comment-start-regexp.
12314 12318
@@ -12319,19 +12323,19 @@
12319 12323
12320 (c-enable-//-in-c-mode): Obsolete. 12324 (c-enable-//-in-c-mode): Obsolete.
12321 12325
12322 * cc-langs.el (c++-mode-syntax-table, java-mode-syntax-table) 12326 * progmodes/cc-langs.el (c++-mode-syntax-table, java-mode-syntax-table)
12323 (objc-mode-syntax-table, idl-mode-syntax-table): Added autoload 12327 (objc-mode-syntax-table, idl-mode-syntax-table): Added autoload
12324 cookies. c-mode-syntax-table already has one. Use the new syntax 12328 cookies. c-mode-syntax-table already has one. Use the new syntax
12325 table initialization idioms. 12329 table initialization idioms.
12326 12330
12327 * cc-engine.el (c-guess-basic-syntax): 12331 * progmodes/cc-engine.el (c-guess-basic-syntax):
12328 CASE 5D.4: template argument continuation 12332 CASE 5D.4: template argument continuation
12329 lines are now analyzed as template-args-cont. 12333 lines are now analyzed as template-args-cont.
12330 12334
12331 * cc-styles.el (c-offsets-alist): 12335 * progmodes/cc-styles.el (c-offsets-alist):
12332 Added template-args-cont syntactic symbol. 12336 Added template-args-cont syntactic symbol.
12333 12337
12334 * cc-styles.el (c-styles-alist): 12338 * progmodes/cc-styles.el (c-styles-alist):
12335 In "java" style, set c-hanging-comment-starter-p to 12339 In "java" style, set c-hanging-comment-starter-p to
12336 nil to preserve Javadoc starter lines. 12340 nil to preserve Javadoc starter lines.
12337 12341
@@ -13689,7 +13693,7 @@
13689 13693
136901997-07-10 Rob Riepel <riepel@Stanford.EDU> 136941997-07-10 Rob Riepel <riepel@Stanford.EDU>
13691 13695
13692 * emulations/tpu-edt.el (tpu-set-mode-line) Added 13696 * emulation/tpu-edt.el (tpu-set-mode-line) Added
13693 mode-line-mule-info and mode-line-frame-identification. 13697 mode-line-mule-info and mode-line-frame-identification.
13694 13698
136951997-07-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 136991997-07-10 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
@@ -13706,9 +13710,10 @@
13706 * progmodes/cc-styles.el (c-copy-tree): New function. 13710 * progmodes/cc-styles.el (c-copy-tree): New function.
13707 (c-initialize-builtin-style): Use c-copy-tree. 13711 (c-initialize-builtin-style): Use c-copy-tree.
13708 13712
13709 * cc-align.el, cc-cmds.el, cc-compat.el, cc-defs.el, cc-engine.el: 13713 * progmodes/cc-align.el, progmodes/cc-cmds.el, progmodes/cc-compat.el:
13710 * cc-langs.el, cc-menus.el, cc-mode.el, cc-styles.el, cc-vars.el: 13714 * progmodes/cc-defs.el, progmodes/cc-engine.el, progmodes/cc-langs.el:
13711 New version of CC mode installed. 13715 * progmodes/cc-menus.el, progmodes/cc-mode.el, progmodes/cc-styles.el:
13716 * progmodes/cc-vars.el: New version of CC mode installed.
13712 Old files completely replaced. 13717 Old files completely replaced.
13713 13718
137141997-07-10 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu> 137191997-07-10 Ken'ichi Handa <handa@psilocin.gnu.ai.mit.edu>
@@ -19198,7 +19203,6 @@
19198 * widget.el (:text-format): New keyword. 19203 * widget.el (:text-format): New keyword.
19199 * wid-edit.el (push-button): Define it. 19204 * wid-edit.el (push-button): Define it.
19200 (widget-push-button-value-create): Use it. 19205 (widget-push-button-value-create): Use it.
19201 * widget.texi (push-button): Documented it.
19202 19206
192031997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 192071997-04-11 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
19204 19208
diff --git a/lisp/ChangeLog.8 b/lisp/ChangeLog.8
index afa6251190d..e6c88c90d68 100644
--- a/lisp/ChangeLog.8
+++ b/lisp/ChangeLog.8
@@ -403,7 +403,7 @@
403 `t' command key can change `reftex-toc-max-level'; 403 `t' command key can change `reftex-toc-max-level';
404 (eval-when-compile (require 'cl)) added. 404 (eval-when-compile (require 'cl)) added.
405 405
406 * textmode/reftex-sel.el (reftex-insert-docstruct): Respect 406 * textmodes/reftex-sel.el (reftex-insert-docstruct): Respect
407 `reftex-toc-max-level'. (eval-when-compile (require 'cl)) added. 407 `reftex-toc-max-level'. (eval-when-compile (require 'cl)) added.
408 408
409 * textmodes/reftex-auc.el: (eval-when-compile (require 'cl)) added. 409 * textmodes/reftex-auc.el: (eval-when-compile (require 'cl)) added.
@@ -420,7 +420,7 @@
420 (reftex-section-info): Deal with environment matches; 420 (reftex-section-info): Deal with environment matches;
421 (eval-when-compile (require 'cl)) added. 421 (eval-when-compile (require 'cl)) added.
422 422
423 * reftex-global.el: (eval-when-compile (require 'cl)) added. 423 * textmodes/reftex-global.el: (eval-when-compile (require 'cl)) added.
424 424
4251999-12-15 Kenichi Handa <handa@etl.go.jp> 4251999-12-15 Kenichi Handa <handa@etl.go.jp>
426 426
@@ -1991,7 +1991,7 @@
1991 1991
19921999-10-22 Paul Eggert <eggert@twinsun.com> 19921999-10-22 Paul Eggert <eggert@twinsun.com>
1993 1993
1994 * international/mule-cmds.c (locale-language-names): 1994 * international/mule-cmds.el (locale-language-names):
1995 Use Latin-1 (not Latin-3) for Afrikaans, Galician. 1995 Use Latin-1 (not Latin-3) for Afrikaans, Galician.
1996 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian, 1996 Use Latin-5 (not Cyrillic-ISO) for Byelorussian, Bulgarian,
1997 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet). 1997 Macedonian, Russian, Ukrainian, Serbian (Cyrillic alphabet).
@@ -2355,7 +2355,7 @@
2355 2355
23561999-10-12 Emmanuel Briot <briot@gnat.com> 23561999-10-12 Emmanuel Briot <briot@gnat.com>
2357 2357
2358 * ada-stmt.el: Doc-string fixes. 2358 * progmodes/ada-stmt.el: Doc-string fixes.
2359 2359
23601999-10-12 Gerd Moellmann <gerd@gnu.org> 23601999-10-12 Gerd Moellmann <gerd@gnu.org>
2361 2361
@@ -2472,28 +2472,26 @@
2472 2472
24731999-10-07 Emmanuel Briot <briot@gnat.com> 24731999-10-07 Emmanuel Briot <briot@gnat.com>
2474 2474
2475 * ada-xref.el: New file 2475 * progmodes/ada-xref.el, progmodes/ada-prj.el: New files.
2476 2476
2477 * ada-prj.el: New file 2477 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): New function.
2478 2478
2479 * ada-stmt.el (ada-stmt-add-to-ada-menu): New function 2479 * progmodes/ada-stmt.el (ada-subprogram-body): Correctly find
2480 the name of the subprogram being created.
2480 2481
2481 * ada-stmt.el (ada-subprogram-body): Correctly find the name of the 2482 * progmodes/ada-mode.el (ada-get-indent-*, ada-indent-current)
2482 subprogram being created. 2483 (ada-goto-*, ada-indent-newline-indent):
2484 Rewritten to support the new indentation scheme.
2483 2485
2484 * ada-mode.el (ada-get-indent-*, ada-indent-current, ada-goto-*, 2486 * progmodes/ada-mode.el (ada-case-read-exceptions)
2485 ada-indent-newline-indent): Rewritten to support the new indentation 2487 (ada-create-case-exceptions): New functions.
2486 scheme
2487 2488
2488 * ada-mode.el (ada-case-read-exceptions, ada-create-case-exceptions): 2489 * progmodes/ada-mode.el (ada-fill-comment-paragraph):
2489 New functions 2490 Add support for the justification parameter
2490 2491
2491 * ada-mode.el (ada-fill-comment-paragraph): Add support for the 2492 * progmodes/ada-mode.el (ada-make-body, ada-gen-treat-proc)
2492 justification parameter 2493 (ada-make-subprogram-body): Rewritten to benefit from the gnatstub
2493 2494 external program.
2494 * ada-mode.el (ada-make-body, ada-gen-treat-proc,
2495 ada-make-subprogram-body): Rewritten to benefit from the gnatstub
2496 external program
2497 2495
24981999-10-07 Dave Love <fx@gnu.org> 24961999-10-07 Dave Love <fx@gnu.org>
2499 2497
@@ -6871,7 +6869,7 @@
68711999-01-17 Ian T Zimmerman <itz@transbay.net> 68691999-01-17 Ian T Zimmerman <itz@transbay.net>
6872 6870
6873 Patch failed to install: 6871 Patch failed to install:
6874 * gametree.el: Document scoring functionality. 6872 * play/gametree.el: Document scoring functionality.
6875 (gametree-score-regexp): Add optional plus sign. 6873 (gametree-score-regexp): Add optional plus sign.
6876 (gametree-score-opener): Replace `:' with `=' as the former 6874 (gametree-score-opener): Replace `:' with `=' as the former
6877 conflicts with gametree-half-ply-regexp. 6875 conflicts with gametree-half-ply-regexp.
@@ -7393,7 +7391,7 @@
7393 7391
73941998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu> 73921998-12-25 Ilya Zakharevich <ilya@math.ohio-state.edu>
7395 7393
7396 * cperl-mode.el: 7394 * progmodes/cperl-mode.el:
7397 Can use linear algorithm for indentation if Emacs supports it. 7395 Can use linear algorithm for indentation if Emacs supports it.
7398 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp. 7396 (cperl-after-expr-p): It is BLOCK if we reach lim when backup sexp.
7399 (cperl-after-block-p): Likewise. 7397 (cperl-after-block-p): Likewise.
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9
index ceb3def78c4..3b470fb67f7 100644
--- a/lisp/ChangeLog.9
+++ b/lisp/ChangeLog.9
@@ -7763,7 +7763,7 @@
7763 7763
7764 * international/mule.el (make-char): Fix last change. 7764 * international/mule.el (make-char): Fix last change.
7765 7765
7766 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote): 7766 * textmodes/texinfo.el (texinfo-open-quote, texinfo-close-quote):
7767 New defcustoms. 7767 New defcustoms.
7768 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid 7768 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
7769 autoloading tex-mode; instead, do the same manually. 7769 autoloading tex-mode; instead, do the same manually.
@@ -12987,7 +12987,7 @@
12987 `vc-locking-user' semantics. 12987 `vc-locking-user' semantics.
12988 (vc-backend-merge): Remove. 12988 (vc-backend-merge): Remove.
12989 12989
12990 * vc-rcs.el, vc-scc.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state 12990 * vc-rcs.el, vc-sccs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
12991 rather than 'vc-locking-user. 12991 rather than 'vc-locking-user.
12992 12992
12993 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'. 12993 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
@@ -15573,7 +15573,7 @@
15573 (ada-xemacs): Evaluate it at compile time too, so that ada-mode.el 15573 (ada-xemacs): Evaluate it at compile time too, so that ada-mode.el
15574 can be batch-compiled from the command line. 15574 can be batch-compiled from the command line.
15575 15575
15576 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs. 15576 * progmodes/ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
15577 Add to the menu when the file is loaded, not in ada-mode-hook. 15577 Add to the menu when the file is loaded, not in ada-mode-hook.
15578 Add -toolbar to the default ddd command Switches moved from 15578 Add -toolbar to the default ddd command Switches moved from
15579 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to 15579 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
@@ -15646,7 +15646,7 @@
15646 cd to the build directory. New field: main_unit Provide a default 15646 cd to the build directory. New field: main_unit Provide a default
15647 file name even if the current buffer has no prj file. 15647 file name even if the current buffer has no prj file.
15648 15648
15649 * ada-prj.el: 15649 * progmodes/ada-prj.el:
15650 Rewritten to show a tabbed-dialog. 15650 Rewritten to show a tabbed-dialog.
15651 (ada-prj-add-ada-menu): Remove the map and name parameters. 15651 (ada-prj-add-ada-menu): Remove the map and name parameters.
15652 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values): 15652 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
@@ -15656,7 +15656,7 @@
15656 (ada-prj-save): Always save fields that depend on the current buffer. 15656 (ada-prj-save): Always save fields that depend on the current buffer.
15657 (ada-prj-show-value): New function 15657 (ada-prj-show-value): New function
15658 15658
15659 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in 15659 * progmodes/ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
15660 Ada mode. This will allow us to display the Ada menu in any buffer 15660 Ada mode. This will allow us to display the Ada menu in any buffer
15661 we want (for project items). 15661 we want (for project items).
15662 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct 15662 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
@@ -16403,7 +16403,7 @@
16403 Support for bibentry. 16403 Support for bibentry.
16404 (reftex-compile-variables): Fixed problem with end of section-re. 16404 (reftex-compile-variables): Fixed problem with end of section-re.
16405 16405
16406 * texmodes/reftex-dcr.el (reftex-view-crossref, 16406 * textmodes/reftex-dcr.el (reftex-view-crossref,
16407 reftex-view-crossref-from-bibtex): 16407 reftex-view-crossref-from-bibtex):
16408 Deal with changed `reftex-find-citation-regexp-format'. 16408 Deal with changed `reftex-find-citation-regexp-format'.
16409 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex): 16409 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog
index 12914a9362a..24c076d0bcb 100644
--- a/lisp/cedet/ChangeLog
+++ b/lisp/cedet/ChangeLog
@@ -1,11 +1,12 @@
12014-01-13 Eric Ludlam <zappo@gnu.org> 12014-01-13 Eric Ludlam <zappo@gnu.org>
2 2
3 * semantic/analyze/refs.el (semantic-analyze-refs-impl): Fix Typo 3 * semantic/analyze/refs.el (semantic-analyze-refs-impl): Fix typo
4 in a doc string. 4 in a doc string.
5
5 * semantic/ia.el (semantic-ia-complete-symbol): Ignore case if 6 * semantic/ia.el (semantic-ia-complete-symbol): Ignore case if
6 prefix is all lower case. 7 prefix is all lower case.
7 (semantic-ia-fast-jump): Push mark before jumping to an include 8 (semantic-ia-fast-jump): Push mark before jumping to an include file.
8 file. 9
9 * semantic/complete.el (semantic-displayor-point-position): 10 * semantic/complete.el (semantic-displayor-point-position):
10 Calculate if the toolbar is on the left when calculating point 11 Calculate if the toolbar is on the left when calculating point
11 position. 12 position.
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index c73b3092d9a..b5cbf56d888 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -434,6 +434,10 @@
434 (erc-modified-channels-update): Remove 434 (erc-modified-channels-update): Remove
435 erc-modified-channels-update from post-command-hook after update. 435 erc-modified-channels-update from post-command-hook after update.
436 436
4372011-02-01 Sam Steingold <sds@gnu.org>
438
439 * erc-list.el (erc-list-menu-mode): Inherit from `special-mode'.
440
4372011-01-31 Antoine Levitt <antoine.levitt@gmail.com> (tiny change) 4412011-01-31 Antoine Levitt <antoine.levitt@gmail.com> (tiny change)
438 442
439 * erc-track.el (track): Don't reset erc-modified-channels-object 443 * erc-track.el (track): Don't reset erc-modified-channels-object
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 858646788a6..b2b597d5f32 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -3624,6 +3624,10 @@
3624 * mh-customize.el: Call mh-image-load-path just before 3624 * mh-customize.el: Call mh-image-load-path just before
3625 mh-tool-bar-define so that the toolbar images can be found. 3625 mh-tool-bar-define so that the toolbar images can be found.
3626 3626
36272005-10-06 Bill Wohler <wohler@newt.com>
3628
3629 * mh-loaddefs.el: Remove. Now generated automatically.
3630
36272005-10-04 Bill Wohler <wohler@newt.com> 36312005-10-04 Bill Wohler <wohler@newt.com>
3628 3632
3629 * ChangeLog: Move contents into ChangeLog.1 and trim. 3633 * ChangeLog: Move contents into ChangeLog.1 and trim.
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1
index daebfa8ecb3..d274282675c 100644
--- a/lisp/mh-e/ChangeLog.1
+++ b/lisp/mh-e/ChangeLog.1
@@ -145,6 +145,12 @@
145 (xemacs): Depend on autoloads instead of deleted loaddefs-xemacs. 145 (xemacs): Depend on autoloads instead of deleted loaddefs-xemacs.
146 (loaddefs-xemacs): Deleted. 146 (loaddefs-xemacs): Deleted.
147 147
1482005-08-10 Lars Hansen <larsh@soem.dk>
149
150 * mh-e.el: Add handler to desktop-buffer-mode-handlers.
151 (mh-restore-desktop-buffer): Remove autoload cookie.
152 (mh-folder-mode): Add autoload cookie.
153
1482005-07-19 Bill Wohler <wohler@newt.com> 1542005-07-19 Bill Wohler <wohler@newt.com>
149 155
150 * README (INSTALL): Added info for Mac users. 156 * README (INSTALL): Added info for Mac users.
@@ -903,6 +909,19 @@
903 rfc822-goto-eoh with something that allows From_ lines in the mail 909 rfc822-goto-eoh with something that allows From_ lines in the mail
904 header. 910 header.
905 911
9122004-04-26 Lars Hansen <larsh@math.ku.dk>
913
914 * mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
915
9162004-04-22 Lars Hansen <larsh@math.ku.dk>
917
918 * mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
919
9202004-04-21 Lars Hansen <larsh@math.ku.dk>
921
922 * mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
923 Add Parameters.
924
9062004-04-14 Bill Wohler <wohler@newt.com> 9252004-04-14 Bill Wohler <wohler@newt.com>
907 926
908 * mh-utils.el (mh-show-mouse): s/EVENT/event/. Thanks to John Paul 927 * mh-utils.el (mh-show-mouse): s/EVENT/event/. Thanks to John Paul
@@ -9946,7 +9965,7 @@
9946 bug that I accidentally introduced by adding an extra line when 9965 bug that I accidentally introduced by adding an extra line when
9947 cut and pasting my changes. 9966 cut and pasting my changes.
9948 9967
9949 * mh-func.el (compilation): Code rearrangement to remove compiler 9968 * mh-funcs.el (compilation): Code rearrangement to remove compiler
9950 warnings. 9969 warnings.
9951 9970
9952 * mh-mime.el (compilation): Code rearrangement to remove compiler 9971 * mh-mime.el (compilation): Code rearrangement to remove compiler