aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2012-01-10 18:32:19 +0100
committerJuanma Barranquero2012-01-10 18:32:19 +0100
commitcd394be17755d8248ba01ea7ba8502a31f1ce71a (patch)
tree8bd7a8df9cf11edddb567add9f757c328e29236a
parent96f8741e07a33e6ba81d5afadf3e277e8a54911c (diff)
downloademacs-cd394be17755d8248ba01ea7ba8502a31f1ce71a.tar.gz
emacs-cd394be17755d8248ba01ea7ba8502a31f1ce71a.zip
ChangeLog fixes.
-rw-r--r--lisp/ChangeLog8
-rw-r--r--lisp/ChangeLog.1367
-rw-r--r--lisp/ChangeLog.144
-rw-r--r--lisp/ChangeLog.1540
-rw-r--r--lisp/ChangeLog.222
-rw-r--r--lisp/ChangeLog.330
-rw-r--r--lisp/ChangeLog.466
-rw-r--r--lisp/ChangeLog.566
-rw-r--r--lisp/ChangeLog.6217
-rw-r--r--lisp/ChangeLog.72
-rw-r--r--lisp/erc/ChangeLog.064
-rw-r--r--lisp/gnus/ChangeLog6
-rw-r--r--lisp/org/ChangeLog8
-rw-r--r--src/ChangeLog8
-rw-r--r--src/ChangeLog.115
15 files changed, 425 insertions, 428 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c905a283b11..2f28fe36d34 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -37,7 +37,7 @@
37 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map 37 * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
38 (bug#9759). 38 (bug#9759).
39 39
40 * mail/smtpmail.el (password-cache-add): Removed unused declaration. 40 * mail/smtpmail.el (password-cache-add): Remove unused declaration.
41 (password-read): Don't autoload unused function. 41 (password-read): Don't autoload unused function.
42 42
432012-01-07 Juanma Barranquero <lekktu@gmail.com> 432012-01-07 Juanma Barranquero <lekktu@gmail.com>
@@ -1392,7 +1392,7 @@
1392 (window-list-no-nils): Remove. 1392 (window-list-no-nils): Remove.
1393 (window-state-get-1, window-state-get): Use backquote instead. 1393 (window-state-get-1, window-state-get): Use backquote instead.
1394 1394
13952011-11-08 thierry <thierry.volpiatto@gmail.com> 13952011-11-08 Thierry Volpiatto <thierry.volpiatto@gmail.com>
1396 1396
1397 * emacs-lisp/find-func.el (find-function-read): 1397 * emacs-lisp/find-func.el (find-function-read):
1398 Fix incorrect use of default argument in `completing-read'. 1398 Fix incorrect use of default argument in `completing-read'.
@@ -4542,7 +4542,7 @@
4542 4542
4543 * printing.el: Add documentation to all the `pr-toggle-' commands. 4543 * printing.el: Add documentation to all the `pr-toggle-' commands.
4544 4544
45452011-07-11 Leo <sdl.web@gmail.com> (tiny change) 45452011-07-11 Leo Liu <sdl.web@gmail.com>
4546 4546
4547 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC 4547 * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
4548 backends where it makes sense (bug#2623). 4548 backends where it makes sense (bug#2623).
@@ -9576,7 +9576,7 @@
9576 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic 9576 * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
9577 units and musical notes. 9577 units and musical notes.
9578 9578
95792011-03-20 Leo <sdl.web@gmail.com> 95792011-03-20 Leo Liu <sdl.web@gmail.com>
9580 9580
9581 * ido.el (ido-read-internal): Use completing-read-default. 9581 * ido.el (ido-read-internal): Use completing-read-default.
9582 (ido-completing-read): Fix compatibility with completing-read. 9582 (ido-completing-read): Fix compatibility with completing-read.
diff --git a/lisp/ChangeLog.1 b/lisp/ChangeLog.1
index 5389bd27125..9958c6ccdb3 100644
--- a/lisp/ChangeLog.1
+++ b/lisp/ChangeLog.1
@@ -100,7 +100,7 @@
100 100
1011986-03-31 Richard M. Stallman (rms@prep) 1011986-03-31 Richard M. Stallman (rms@prep)
102 102
103 * man.el: fix stupid error in arg to file-name-all-completions. 103 * man.el: Fix stupid error in arg to file-name-all-completions.
104 104
1051986-03-28 Richard M. Stallman (rms@prep) 1051986-03-28 Richard M. Stallman (rms@prep)
106 106
@@ -117,7 +117,7 @@
1171986-03-26 Richard Mlynarik (mly@prep) 1171986-03-26 Richard Mlynarik (mly@prep)
118 118
119 * indent.el (edit-tab-stops): 119 * indent.el (edit-tab-stops):
120 Go to character 0 so editing happens in right place 120 Go to character 0 so editing happens in right place.
121 121
1221986-03-24 Richard M. Stallman (rms@prep) 1221986-03-24 Richard M. Stallman (rms@prep)
123 123
@@ -196,8 +196,8 @@
196 196
1971986-03-12 Richard Mlynarik (mly@prep) 1971986-03-12 Richard Mlynarik (mly@prep)
198 198
199 * shell.el (shell) 199 * shell.el (shell):
200 If no environment variable SHELL, default to /bin/sh 200 If no environment variable SHELL, default to /bin/sh.
201 201
2021986-03-12 Leonard H. Tower Jr. (tower@prep) 2021986-03-12 Leonard H. Tower Jr. (tower@prep)
203 203
@@ -226,16 +226,16 @@
226 226
2271986-03-07 Sundar Narasimhan (sundar@prep) 2271986-03-07 Sundar Narasimhan (sundar@prep)
228 228
229 * rnews.el: fix bug in news-get-new-news. (news-current-news-group 229 * rnews.el: Fix bug in news-get-new-news. (news-current-news-group
230 should be nil on startup). 230 should be nil on startup).
231 231
2321986-03-07 Bill Rozas (jinx@prep) 2321986-03-07 Bill Rozas (jinx@prep)
233 233
234 * scheme.el: autoloads from xscheme.el 234 * scheme.el: Autoloads from xscheme.el.
235 235
236 * xscheme.el: New file. Implements inferior-scheme-mode and 236 * xscheme.el: New file. Implements inferior-scheme-mode and
237 related commands. Similar (almost a query replace of) 237 related commands. Similar (almost a query replace of)
238 inferior-lisp-mode in shell.el 238 inferior-lisp-mode in shell.el.
239 239
2401986-03-07 Richard M. Stallman (rms@prep) 2401986-03-07 Richard M. Stallman (rms@prep)
241 241
@@ -267,8 +267,8 @@
267 267
2681986-03-03 Leonard H. Tower Jr. (tower@prep) 2681986-03-03 Leonard H. Tower Jr. (tower@prep)
269 269
270 * rnews.el (news-add-news-group) 270 * rnews.el (news-add-news-group):
271 Fixed bug that was putting "/"'s in newsgroups names in .newsrc 271 Fix bug that was putting "/"'s in newsgroups names in .newsrc
272 instead of "."'s. 272 instead of "."'s.
273 273
2741986-03-03 Richard M. Stallman (rms@prep) 2741986-03-03 Richard M. Stallman (rms@prep)
@@ -320,8 +320,8 @@
3201986-02-20 Richard Mlynarik (mly@prep) 3201986-02-20 Richard Mlynarik (mly@prep)
321 321
322 * info.el (Info-validate): 322 * info.el (Info-validate):
323 Node-names are case-insensitive, but assoc is case-sensitive 323 Node-names are case-insensitive, but assoc is case-sensitive.
324 Separate out function Info-validate-tags-table 324 Separate out function Info-validate-tags-table.
325 325
3261986-02-19 Richard M. Stallman (rms@prep) 3261986-02-19 Richard M. Stallman (rms@prep)
327 327
@@ -404,7 +404,7 @@
404 404
405 * info.el: 405 * info.el:
406 Completely rewrite Info-find-node so that it doesn't 406 Completely rewrite Info-find-node so that it doesn't
407 blow out on nonexistent nodes/files 407 blow out on nonexistent nodes/files.
408 408
409 Rewrite Info-goto-node through the Magic of Regular Expressions. 409 Rewrite Info-goto-node through the Magic of Regular Expressions.
410 410
@@ -426,7 +426,7 @@
426 426
4271986-02-03 Richard Mlynarik (mly@prep) 4271986-02-03 Richard Mlynarik (mly@prep)
428 428
429 * info.el (Info-validate) Insert a missing space. 429 * info.el (Info-validate): Insert a missing space.
430 430
4311986-02-03 Richard M. Stallman (rms@prep) 4311986-02-03 Richard M. Stallman (rms@prep)
432 432
@@ -522,7 +522,7 @@
522 Set mode correctly for .~i~ backup files. 522 Set mode correctly for .~i~ backup files.
523 523
524 * shell.el (inferior-lisp-mode): 524 * shell.el (inferior-lisp-mode):
525 Use \\{...} in doc. Fix up initialization of inferior-lisp-mode-map 525 Use \\{...} in doc. Fix up initialization of inferior-lisp-mode-map.
526 526
5271986-01-21 Richard Mlynarik (mly@prep) 5271986-01-21 Richard Mlynarik (mly@prep)
528 528
@@ -585,7 +585,7 @@
5851986-01-09 Richard Mlynarik (mly@prep) 5851986-01-09 Richard Mlynarik (mly@prep)
586 586
587 * mail-utils.el (mail-strip-quoted-names): 587 * mail-utils.el (mail-strip-quoted-names):
588 Handle multi-line address lists 588 Handle multi-line address lists.
589 589
5901986-01-08 Richard Mlynarik (mly@prep) 5901986-01-08 Richard Mlynarik (mly@prep)
591 591
@@ -610,12 +610,12 @@
6101986-01-07 Richard Mlynarik (mly@prep) 6101986-01-07 Richard Mlynarik (mly@prep)
611 611
612 * tags.el (visit-tags-table): 612 * tags.el (visit-tags-table):
613 Barf if given a directory 613 Barf if given a directory.
614 614
6151986-01-06 Richard Mlynarik (mly@prep) 6151986-01-06 Richard Mlynarik (mly@prep)
616 616
617 * nroff-mode.el (electric-nroff-mode): 617 * nroff-mode.el (electric-nroff-mode):
618 set-minor-mode correctly 618 set-minor-mode correctly.
619 619
6201986-01-02 Richard Mlynarik (mly@prep) 6201986-01-02 Richard Mlynarik (mly@prep)
621 621
@@ -626,7 +626,7 @@
626 626
627 * info.el (Info-tagify, Info-validate): 627 * info.el (Info-tagify, Info-validate):
628 (let ((case-fold-search t)) ...) 628 (let ((case-fold-search t)) ...)
629 for when these functions are used outside info mode 629 for when these functions are used outside info mode.
630 630
6311985-12-30 Richard M. Stallman (rms@prep) 6311985-12-30 Richard M. Stallman (rms@prep)
632 632
@@ -646,7 +646,7 @@
6461985-12-30 Richard Mlynarik (mly@prep) 6461985-12-30 Richard Mlynarik (mly@prep)
647 647
648 * files.el (backup-buffer): 648 * files.el (backup-buffer):
649 Don't backup `weird' (non-character or link) files 649 Don't backup `weird' (non-character or link) files.
650 650
6511985-12-28 Richard M. Stallman (rms@prep) 6511985-12-28 Richard M. Stallman (rms@prep)
652 652
@@ -749,7 +749,7 @@
7491985-12-17 Richard Mlynarik (mly@prep) 7491985-12-17 Richard Mlynarik (mly@prep)
750 750
751 * simple.el (goto-line): 751 * simple.el (goto-line):
752 Accept either prefix arg or prompt in minibuffer 752 Accept either prefix arg or prompt in minibuffer.
753 753
7541985-12-17 Richard M. Stallman (rms@prep) 7541985-12-17 Richard M. Stallman (rms@prep)
755 755
@@ -772,7 +772,7 @@
772 * files.el (set-visited-file-name): 772 * files.el (set-visited-file-name):
773 Work properly in case of arg = nil or = "". 773 Work properly in case of arg = nil or = "".
774 774
775 * debug.el (debugger-frame{,-clear}) 775 * debug.el (debugger-frame{,-clear}):
776 Bind off read-only flag to change buffer. 776 Bind off read-only flag to change buffer.
777 777
7781985-12-14 Richard M. Stallman (rms@prep) 7781985-12-14 Richard M. Stallman (rms@prep)
@@ -812,8 +812,7 @@
812 modified in Rmail doesn't always correlate with 812 modified in Rmail doesn't always correlate with
813 what the user is thinking about. 813 what the user is thinking about.
814 814
815 * abbrev.el (prepare-abbrev-list-buffer, list-abbrevs, 815 * abbrev.el (prepare-abbrev-list-buffer, list-abbrevs, edit-abbrevs):
816 edit-abbrevs):
817 Some cleanups. prepare-... now does all the work and 816 Some cleanups. prepare-... now does all the work and
818 returns the buffer for the caller to select or display. 817 returns the buffer for the caller to select or display.
819 818
@@ -894,8 +893,8 @@
894 * files.el (switch-to-buffer-other-window): 893 * files.el (switch-to-buffer-other-window):
895 Pass t as new second arg to pop-to-buffer. 894 Pass t as new second arg to pop-to-buffer.
896 895
897 * indent.el (insert-tab): 896 * indent.el (insert-tab):
898 If indent-tabs-mode = nil, insert spaces instead. 897 If indent-tabs-mode = nil, insert spaces instead.
899 898
900 * debug.el (debug): 899 * debug.el (debug):
901 Combine two unwind-protect's into one. 900 Combine two unwind-protect's into one.
@@ -907,7 +906,7 @@
9071985-12-09 Richard Mlynarik (mly@prep) 9061985-12-09 Richard Mlynarik (mly@prep)
908 907
909 * rmail.el (rmail-save): 908 * rmail.el (rmail-save):
910 Don't do possibly lengthy expunge if buffer not modified 909 Don't do possibly lengthy expunge if buffer not modified.
911 910
912 * loaddefs.el: 911 * loaddefs.el:
913 (fset 'TeX-mode 'tex-mode) 912 (fset 'TeX-mode 'tex-mode)
@@ -942,10 +941,10 @@
942 941
943 * info.el (Info-find-node): 942 * info.el (Info-find-node):
944 Must search for "Node: Foo" not " Foo" or else would 943 Must search for "Node: Foo" not " Foo" or else would
945 lose when there was a "Node: Bar Foo" 944 lose when there was a "Node: Bar Foo".
946 945
947 * dired.el (dired-copy-file): 946 * dired.el (dired-copy-file):
948 interactive "F" not "s" 947 interactive "F" not "s".
949 948
950 * man.el (manual-entry): 949 * man.el (manual-entry):
951 Allow user to specify "chdir(3)" to get entry from section 950 Allow user to specify "chdir(3)" to get entry from section
@@ -965,10 +964,10 @@
965 964
966 * info.el: 965 * info.el:
967 (Info-validate-node-name): Don't complain about nodes in other files. 966 (Info-validate-node-name): Don't complain about nodes in other files.
968 (Info-menu-sequence): fix typo in function name. 967 (Info-menu-sequence): Fix typo in function name.
969 968
970 * rmail.el: 969 * rmail.el:
971 (rmail-save): new function; `s' and `q' commands now expunge. 970 (rmail-save): New function; `s' and `q' commands now expunge.
972 (rmail-set-attribute): Don't lose if buffer wasn't narrowed. 971 (rmail-set-attribute): Don't lose if buffer wasn't narrowed.
973 (rmail-undelete-previous-message): 972 (rmail-undelete-previous-message):
974 Try current message first, then back up till deleted msg 973 Try current message first, then back up till deleted msg
@@ -1032,11 +1031,12 @@
1032 1031
10331985-12-05 Richard Mlynarik (mly@prep) 10321985-12-05 Richard Mlynarik (mly@prep)
1034 1033
1035 * abbrev.el, chistory.el, debug.el, doctor.el, indent.el, info.el, sendmail.el: 1034 * abbrev.el, chistory.el, debug.el, doctor.el, indent.el:
1036 Fix initialization of mode-maps 1035 * info.el, sendmail.el:
1036 Fix initialization of mode-maps.
1037 1037
1038 * sendmail.el (mail-position-on-field): 1038 * sendmail.el (mail-position-on-field):
1039 Make this work 1039 Make this work.
1040 1040
10411985-12-05 Richard M. Stallman (rms@prep) 10411985-12-05 Richard M. Stallman (rms@prep)
1042 1042
@@ -1091,18 +1091,18 @@
10911985-12-03 Richard Mlynarik (mly@prep) 10911985-12-03 Richard Mlynarik (mly@prep)
1092 1092
1093 * bytecomp.el (byte-compile-file-form): 1093 * bytecomp.el (byte-compile-file-form):
1094 Reduce noninteractive message verbosity 1094 Reduce noninteractive message verbosity.
1095 1095
1096 * ebuff-menu.el: 1096 * ebuff-menu.el:
1097 Standardize initialization of Electric-buffer-menu-mode-map 1097 Standardize initialization of Electric-buffer-menu-mode-map.
1098 make digits, meta-digits and "-" be numeric args 1098 Make digits, meta-digits and "-" be numeric args.
1099 (put 'Electric-buffer-menu-undefined 'suppress-keymap t) 1099 (put 'Electric-buffer-menu-undefined 'suppress-keymap t)
1100 1100
1101 * electric.el (Electric-command-loop): 1101 * electric.el (Electric-command-loop):
1102 Set up this-command and last-command-char in command loop 1102 Set up this-command and last-command-char in command loop.
1103 1103
1104 * simple.el (prefix-arg-internal, negative-argument): 1104 * simple.el (prefix-arg-internal, negative-argument):
1105 Fix problem with negative-arguments and unreading 1105 Fix problem with negative-arguments and unreading.
1106 1106
11071985-12-03 Richard M. Stallman (rms@prep) 11071985-12-03 Richard M. Stallman (rms@prep)
1108 1108
@@ -1114,9 +1114,8 @@
1114 1114
1115 * rnews.el: 1115 * rnews.el:
1116 Remove stray "<" character introduced by mly. 1116 Remove stray "<" character introduced by mly.
1117 (news-move-to-group): give error message if no new group to move 1117 (news-move-to-group): Give error message if no new group to move to.
1118 to. 1118 (news-next-message): With arg of 1 or -1, keep doing
1119 (news-next-message): with arg of 1 or -1, keep doing
1120 news-next-group or news-previous-group till reach nonempty group. 1119 news-next-group or news-previous-group till reach nonempty group.
1121 1120
1122 * x-mouse.el: 1121 * x-mouse.el:
@@ -1146,14 +1145,14 @@
11461985-11-26 Richard Mlynarik (mly@prep) 11451985-11-26 Richard Mlynarik (mly@prep)
1147 1146
1148 * view.el: 1147 * view.el:
1149 Define c-x o 1148 Define c-x o.
1150 Rename interactive functions from view-* to View-* to improve m-x 1149 Rename interactive functions from view-* to View-* to improve m-x
1151 completion. 1150 completion.
1152 defvar, rather than defconst, view-mode-map 1151 defvar, rather than defconst, view-mode-map.
1153 Take old-emacs-version-compatibility out of view-file 1152 Take old-emacs-version-compatibility out of view-file.
1154 1153
1155 * helper.el (Helper-describe-mode, Helper-describe-bindings) 1154 * helper.el (Helper-describe-mode, Helper-describe-bindings):
1156 Fix bit-rot 1155 Fix bit-rot.
1157 Hack C-l in Helper-help-scroller. 1156 Hack C-l in Helper-help-scroller.
1158 1157
11591985-11-25 Richard M. Stallman (rms@prep) 11581985-11-25 Richard M. Stallman (rms@prep)
@@ -1207,26 +1206,26 @@
1207 Make edit-options-1 inline. 1206 Make edit-options-1 inline.
1208 1207
1209 * term-xterm.el: 1208 * term-xterm.el:
1210 Fix documentation for x-switches 1209 Fix documentation for x-switches.
1211 1210
12121985-11-20 Richard Mlynarik (mly@prep) 12111985-11-20 Richard Mlynarik (mly@prep)
1213 1212
1214 * files.el, sendmail.el: 1213 * files.el, sendmail.el:
1215 New function delete-auto-save-file-if-necessary 1214 New function delete-auto-save-file-if-necessary.
1216 Make basic-save-file, mail-send call it 1215 Make basic-save-file, mail-send call it.
1217 1216
1218 * startup.el (command-line-1): 1217 * startup.el (command-line-1):
1219 Reformat to make all extraneous bs fit in 80 columns 1218 Reformat to make all extraneous bs fit in 80 columns.
1220 1219
1221 * lisp-mode.el (calculate-lisp-indent): 1220 * lisp-mode.el (calculate-lisp-indent):
1222 Check for boundp lisp-indent-hook, not fboundp. 1221 Check for boundp lisp-indent-hook, not fboundp.
1223 1222
1224 * lisp.el, lisp-mode.el 1223 * lisp.el, lisp-mode.el:
1225 Move eval-last-sexp, eval-defun from lisp.el to lisp-mode.el since 1224 Move eval-last-sexp, eval-defun from lisp.el to lisp-mode.el since
1226 all their usages occur in the latter file. 1225 all their usages occur in the latter file.
1227 1226
1228 * rnews.el 1227 * rnews.el:
1229 Use `mail-header-separator' 1228 Use `mail-header-separator'.
1230 1229
1231 * term-xterm.el: 1230 * term-xterm.el:
1232 Define x-handle-switch-1 to modularize discarding of 1231 Define x-handle-switch-1 to modularize discarding of
@@ -1236,8 +1235,8 @@
1236 Check for command-switch-alist before checking for builtin 1235 Check for command-switch-alist before checking for builtin
1237 switches. 1236 switches.
1238 1237
1239 * bytecomp.el, term-xterm.el, tex-start.el 1238 * bytecomp.el, term-xterm.el, tex-start.el:
1240 Switches look for `command-line-args' rather than `args' 1239 Switches look for `command-line-args' rather than `args'.
1241 1240
12421985-11-20 Richard M. Stallman (rms@prep) 12411985-11-20 Richard M. Stallman (rms@prep)
1243 1242
@@ -1275,14 +1274,14 @@
1275 1274
12761985-11-18 Richard Mlynarik (mly@prep) 12751985-11-18 Richard Mlynarik (mly@prep)
1277 1276
1278 * bytecomp.el (batch-byte-compile): 1277 * bytecomp.el (batch-byte-compile):
1279 Print a message for the log before terminating self. 1278 Print a message for the log before terminating self.
1280 1279
1281 * simple.el (set-variable): 1280 * simple.el (set-variable):
1282 Fix thinko in help-form, and include current value. 1281 Fix thinko in help-form, and include current value.
1283 1282
1284 * info.el (Info-find-node): 1283 * info.el (Info-find-node):
1285 If can't find node, say which node in error message 1284 If can't find node, say which node in error message.
1286 1285
1287 * rmailedit.el (rmail-edit-mode): 1286 * rmailedit.el (rmail-edit-mode):
1288 Improve documentation greatly, fix typo. 1287 Improve documentation greatly, fix typo.
@@ -1303,8 +1302,8 @@
1303 1302
13041985-11-14 Richard Mlynarik (mly@prep) 13031985-11-14 Richard Mlynarik (mly@prep)
1305 1304
1306 * info.el 1305 * info.el:
1307 Make "." be beginning-of-buffer 1306 Make "." be beginning-of-buffer.
1308 1307
13091985-11-13 Richard M. Stallman (rms@prep) 13081985-11-13 Richard M. Stallman (rms@prep)
1310 1309
@@ -1332,19 +1331,19 @@
13321985-11-08 Richard Mlynarik (mly@prep) 13311985-11-08 Richard Mlynarik (mly@prep)
1333 1332
1334 * startup.el (command-line): 1333 * startup.el (command-line):
1335 If noninteractive, don't load "term-*" 1334 If noninteractive, don't load "term-*".
1336 noninteractive => -q [Change this if you think it is a bad 1335 noninteractive => -q [Change this if you think it is a bad
1337 idea rms -- every use of -batch I make is followed by -q...] 1336 idea rms -- every use of -batch I make is followed by -q...]
1338 1337
13391985-11-07 Richard Mlynarik (mly@prep) 13381985-11-07 Richard Mlynarik (mly@prep)
1340 1339
1341 * files.el (after-find-file): 1340 * files.el (after-find-file):
1342 If get error hacking mode or local-vars, say what sort of error 1341 If get error hacking mode or local-vars, say what sort of error.
1343 1342
13441985-11-06 Richard Mlynarik (mly@prep) 13431985-11-06 Richard Mlynarik (mly@prep)
1345 1344
1346 * bytecomp.el (byte-compile-lambda): 1345 * bytecomp.el (byte-compile-lambda):
1347 Compile non-string `interactive' frobs 1346 Compile non-string `interactive' frobs.
1348 1347
13491985-11-05 Richard M. Stallman (rms@prep) 13481985-11-05 Richard M. Stallman (rms@prep)
1350 1349
@@ -1359,18 +1358,18 @@
1359 Don't use create-file-buffer for summary buffer! 1358 Don't use create-file-buffer for summary buffer!
1360 1359
1361 * rmailsum.el (rmail-make-summary-line-1): 1360 * rmailsum.el (rmail-make-summary-line-1):
1362 Fix bug computing new summary line 1361 Fix bug computing new summary line.
1363 1362
1364 * debug.el (debug): 1363 * debug.el (debug):
1365 Make recursive calls to the debugger work. 1364 Make recursive calls to the debugger work.
1366 Make debugger buffer read-only 1365 Make debugger buffer read-only.
1367 1366
1368 * sendmail.el (mail-send, sendmail-send-it): 1367 * sendmail.el (mail-send, sendmail-send-it):
1369 Move some stuff from sendmail-send-it to mail-send 1368 Move some stuff from sendmail-send-it to mail-send
1370 Delete auto-save #%*mail* file if `delete-auto-save-files' 1369 Delete auto-save #%*mail* file if `delete-auto-save-files'.
1371 1370
1372 * electric.el (Electric-command-loop): 1371 * electric.el (Electric-command-loop):
1373 condition-case for `beginning-of-buffer' 1372 condition-case for `beginning-of-buffer'.
1374 1373
13751985-11-05 Richard M. Stallman (rms@prep) 13741985-11-05 Richard M. Stallman (rms@prep)
1376 1375
@@ -1381,7 +1380,7 @@
13811985-11-04 Richard Mlynarik (mly@prep) 13801985-11-04 Richard Mlynarik (mly@prep)
1382 1381
1383 * yow.el, loaddefs.el: 1382 * yow.el, loaddefs.el:
1384 Function yow. Depends on file emacs/etc/yow.lines 1383 Function yow. Depends on file emacs/etc/yow.lines.
1385 1384
13861985-11-04 Richard M. Stallman (rms@prep) 13851985-11-04 Richard M. Stallman (rms@prep)
1387 1386
@@ -1423,7 +1422,7 @@
1423 Some more bugs seem to remain in this code... 1422 Some more bugs seem to remain in this code...
1424 1423
1425 * dired.el: 1424 * dired.el:
1426 Both "e" and "f" are `dired-find-file' 1425 Both "e" and "f" are `dired-find-file'.
1427 1426
14281985-10-30 Richard Mlynarik (mly@prep) 14271985-10-30 Richard Mlynarik (mly@prep)
1429 1428
@@ -1449,7 +1448,7 @@
14491985-10-29 Richard Mlynarik (mly@prep) 14481985-10-29 Richard Mlynarik (mly@prep)
1450 1449
1451 * startup.el (command-line-1): 1450 * startup.el (command-line-1):
1452 "-l" switch loads wrt load-path, rather than wrt default-directory 1451 "-l" switch loads wrt load-path, rather than wrt default-directory.
1453 1452
14541985-10-29 Richard M. Stallman (rms@prep) 14531985-10-29 Richard M. Stallman (rms@prep)
1455 1454
@@ -1491,7 +1490,7 @@
1491 1490
14921985-10-23 Richard Mlynarik (mly@prep) 14911985-10-23 Richard Mlynarik (mly@prep)
1493 1492
1494 * mouseinit.el 1493 * mouseinit.el:
1495 Delete this file. Put its contents in files 1494 Delete this file. Put its contents in files
1496 term-bg.el, term-bgnv.el, term-bgrv.el, term-bbn.el. 1495 term-bg.el, term-bgnv.el, term-bgrv.el, term-bbn.el.
1497 (Perhaps there should be a subdirectory emacs/lisp/term/ ??) 1496 (Perhaps there should be a subdirectory emacs/lisp/term/ ??)
@@ -1504,10 +1503,10 @@
15041985-10-22 Richard Mlynarik (mly@prep) 15031985-10-22 Richard Mlynarik (mly@prep)
1505 1504
1506 * debugger.el (debug): 1505 * debugger.el (debug):
1507 Bind variable `debugger-value' instead of `value' 1506 Bind variable `debugger-value' instead of `value'.
1508 1507
1509 * userlock.el: 1508 * userlock.el:
1510 Give `file-locked' error-conditions and error-message props 1509 Give `file-locked' error-conditions and error-message props.
1511 1510
15121985-10-21 Richard M. Stallman (rms@mit-prep) 15111985-10-21 Richard M. Stallman (rms@mit-prep)
1513 1512
@@ -1522,10 +1521,10 @@
1522 1521
1523 * sendmail.el (mail-do-fcc): 1522 * sendmail.el (mail-do-fcc):
1524 Do cretinous unix ">" `quoting' of "\nFrom " strings 1523 Do cretinous unix ">" `quoting' of "\nFrom " strings
1525 (this isn't transparent, but it's what other stupid programs expect) 1524 (this isn't transparent, but it's what other stupid programs expect).
1526 1525
1527 * mailalias.el (expand-mail-aliases): 1526 * mailalias.el (expand-mail-aliases):
1528 Hack case-fold-search as appropriate 1527 Hack case-fold-search as appropriate.
1529 1528
15301985-10-21 Richard M. Stallman (rms@mit-prep) 15291985-10-21 Richard M. Stallman (rms@mit-prep)
1531 1530
@@ -1570,7 +1569,7 @@
1570 1569
1571 * sendmail.el: 1570 * sendmail.el:
1572 Use new var mail-header-separator in place of constant --text... 1571 Use new var mail-header-separator in place of constant --text...
1573 (mail-setup): fill the To and Cc text inserted. 1572 (mail-setup): Fill the To and Cc text inserted.
1574 Assume <...> constructs were handled by mail-strip-quoted-names. 1573 Assume <...> constructs were handled by mail-strip-quoted-names.
1575 (mail-fill-yanked-message): Add this and put on C-c q. 1574 (mail-fill-yanked-message): Add this and put on C-c q.
1576 (mail-mode): Set up mail-mode-map when file is loaded. 1575 (mail-mode): Set up mail-mode-map when file is loaded.
@@ -1617,9 +1616,9 @@
1617 * rnews.el (news-save-item-in-file): 1616 * rnews.el (news-save-item-in-file):
1618 Append to file, rather than overwriting. 1617 Append to file, rather than overwriting.
1619 1618
1620 * isearch.el 1619 * isearch.el:
1621 Eliminate confused attempts at indicating that long isearch was 1620 Eliminate confused attempts at indicating that long isearch was
1622 `in progress' 1621 `in progress'.
1623 1622
16241985-10-15 Richard M. Stallman (rms@mit-prep) 16231985-10-15 Richard M. Stallman (rms@mit-prep)
1625 1624
@@ -1651,7 +1650,7 @@
1651 1650
16521985-10-15 Richard Mlynarik (mly@mit-prep) 16511985-10-15 Richard Mlynarik (mly@mit-prep)
1653 1652
1654 * bytecomp.el (byte-compile-find-vars-1) 1653 * bytecomp.el (byte-compile-find-vars-1):
1655 Fix paren error. 1654 Fix paren error.
1656 1655
16571985-10-15 Richard M. Stallman (rms@mit-prep) 16561985-10-15 Richard M. Stallman (rms@mit-prep)
@@ -1786,7 +1785,6 @@
1786 Initialize the local map when the file is loaded, 1785 Initialize the local map when the file is loaded,
1787 not when mode is invoked. 1786 not when mode is invoked.
1788 1787
1789
17901985-10-04 Richard M. Stallman (rms@mit-prep) 17881985-10-04 Richard M. Stallman (rms@mit-prep)
1791 1789
1792 * indent.el (indent-relative-maybe): 1790 * indent.el (indent-relative-maybe):
@@ -1810,12 +1808,12 @@
1810 1808
18111985-10-03 Richard Mlynarik (mly@mit-prep) 18091985-10-03 Richard Mlynarik (mly@mit-prep)
1812 1810
1813 * simple.el 1811 * simple.el:
1814 Functions quit, keyboard-quit 1812 Functions quit, keyboard-quit.
1815 1813
1816 * isearch.el: 1814 * isearch.el:
1817 "I-searching: foo..." in the middle of possibly lengthy 1815 "I-searching: foo..." in the middle of possibly lengthy
1818 search 1816 search.
1819 1817
1820 * files.el (set-auto-mode): 1818 * files.el (set-auto-mode):
1821 Don't hack auto-mode-alist at all if -*- mode -*- is specified. 1819 Don't hack auto-mode-alist at all if -*- mode -*- is specified.
@@ -2019,7 +2017,7 @@
2019 2017
20201985-09-03 Richard Mlynarik (mly@mit-prep) 20181985-09-03 Richard Mlynarik (mly@mit-prep)
2021 2019
2022 * macros.el (kbd-macro-query) 2020 * macros.el (kbd-macro-query):
2023 Barf if not defining or executing keyboard macro. 2021 Barf if not defining or executing keyboard macro.
2024 2022
20251985-09-02 Richard M. Stallman (rms@mit-prep) 20231985-09-02 Richard M. Stallman (rms@mit-prep)
@@ -2052,7 +2050,7 @@
2052 2050
20531985-08-31 Richard Mlynarik (mly@mit-prep) 20511985-08-31 Richard Mlynarik (mly@mit-prep)
2054 2052
2055 * simple.el (delete-indentation) 2053 * simple.el (delete-indentation):
2056 Don't err if on first line of buffer. 2054 Don't err if on first line of buffer.
2057 2055
20581985-08-30 Richard M. Stallman (rms@mit-prep) 20561985-08-30 Richard M. Stallman (rms@mit-prep)
@@ -2062,7 +2060,7 @@
2062 2060
20631985-08-26 Richard Mlynarik (mly@mit-prep) 20611985-08-26 Richard Mlynarik (mly@mit-prep)
2064 2062
2065 * shell.el 2063 * shell.el:
2066 Sending empty line of input at the end of a buffer that is an 2064 Sending empty line of input at the end of a buffer that is an
2067 interaction with a promptless shell program copied previous input 2065 interaction with a promptless shell program copied previous input
2068 rather than sending an empty line. 2066 rather than sending an empty line.
@@ -2070,46 +2068,46 @@
2070 2068
20711985-08-20 Richard Mlynarik (mly@mit-prep) 20691985-08-20 Richard Mlynarik (mly@mit-prep)
2072 2070
2073 * dired.el, files.el, sendmail.el, compile.el 2071 * dired.el, files.el, sendmail.el, compile.el:
2074 Make *-other-window really do other window even if pop-up-windows 2072 Make *-other-window really do other window even if pop-up-windows
2075 is set to nil. 2073 is set to nil.
2076 2074
20771985-08-17 Richard Mlynarik (mly@mit-prep) 20751985-08-17 Richard Mlynarik (mly@mit-prep)
2078 2076
2079 * c-mode.el (c-indent-line) 2077 * c-mode.el (c-indent-line):
2080 Make "^[ \t]*#" indent to 0 (if not in string or comment) 2078 Make "^[ \t]*#" indent to 0 (if not in string or comment)
2081 2079
2082 * startup.el (command-line) 2080 * startup.el (command-line):
2083 (or (getenv "USER") (getenv "LOGNAME")) for USG compatibility 2081 (or (getenv "USER") (getenv "LOGNAME")) for USG compatibility
2084 (consider it a standard) 2082 (consider it a standard)
2085 2083
2086 * lpr.el 2084 * lpr.el:
2087 Typo (``format1'' for ``format'') 2085 Typo (``format1'' for ``format'')
2088 2086
20891985-08-12 Richard Mlynarik (mly@mit-prep) 20871985-08-12 Richard Mlynarik (mly@mit-prep)
2090 2088
2091 * buff-menu.el (Buffer-menu-buffer) 2089 * buff-menu.el (Buffer-menu-buffer):
2092 Win more often on `too-long' buffer names. 2090 Win more often on `too-long' buffer names.
2093 2091
20941985-08-11 Richard Mlynarik (mly@mit-prep) 20921985-08-11 Richard Mlynarik (mly@mit-prep)
2095 2093
2096 * make narrow-to-page be disabled by default. 2094 * Make narrow-to-page be disabled by default.
2097 2095
2098 * rmail.el (rmail-insert-inbox-text) 2096 * rmail.el (rmail-insert-inbox-text):
2099 Hack case that /usr/spool/mail/user is a directory 2097 Hack case that /usr/spool/mail/user is a directory.
2100 2098
21011985-08-10 Richard Mlynarik (mly@mit-prep) 20991985-08-10 Richard Mlynarik (mly@mit-prep)
2102 2100
2103 * isearch.el (isearch) 2101 * isearch.el (isearch):
2104 Make isearch work in regexp case 2102 Make isearch work in regexp case.
2105 2103
21061985-08-09 Richard Mlynarik (mly@mit-prep) 21041985-08-09 Richard Mlynarik (mly@mit-prep)
2107 2105
2108 * c-mode.el (c-comment-indent) 2106 * c-mode.el (c-comment-indent):
2109 Return a valid value when used within a comment. 2107 Return a valid value when used within a comment
2110 (such as when indenting when comment-multi-line is non-nil) 2108 (such as when indenting when comment-multi-line is non-nil).
2111 Associated changes to 2109 Associated changes to
2112 c-indent-line, c-calculate-indent-within-comment 2110 c-indent-line, c-calculate-indent-within-comment.
2113 2111
2114 * debug.el (debug): 2112 * debug.el (debug):
2115 Use buffer "*Backtrace*", not " *Backtrace*" so that users can 2113 Use buffer "*Backtrace*", not " *Backtrace*" so that users can
@@ -2117,89 +2115,88 @@
2117 Kill the buffer on exit so that users aren't tempted to lose 2115 Kill the buffer on exit so that users aren't tempted to lose
2118 weirdly. 2116 weirdly.
2119 Rename "args" "debugger-args" so that common var isn't lambda-bound. 2117 Rename "args" "debugger-args" so that common var isn't lambda-bound.
2120 2118 Make "-" be negative-argument in debugger-mode-map.
2121 Make "-" be negative-argument in debugger-mode-map
2122 2119
2123 * rnews.el (news-convert-format): 2120 * rnews.el (news-convert-format):
2124 Don't lose on empty messages. 2121 Don't lose on empty messages.
2125 2122
2126 * term-vt100.el, term-vt200.el 2123 * term-vt100.el, term-vt200.el:
2127 Make "application mode" arrow keys ("\eOA"... "\eOD") do the right 2124 Make "application mode" arrow keys ("\eOA"... "\eOD") do the right
2128 thing. 2125 thing.
2129 2126
21301985-08-06 Richard Mlynarik (mly@mit-prep) 21271985-08-06 Richard Mlynarik (mly@mit-prep)
2131 2128
2132 * c-mode.el 2129 * c-mode.el:
2133 calculate-c-indent was ignoring parse-start arg 2130 calculate-c-indent was ignoring parse-start arg.
2134 2131
2135 Inserted jdf@prep.mit.edu's `else' indentation code 2132 Inserted jdf@prep.mit.edu's `else' indentation code
2136 Make C-j be reindent-then-newline-and-indent to take advantage 2133 Make C-j be reindent-then-newline-and-indent to take advantage
2137 of this. 2134 of this.
2138 2135
2139 * simple.el 2136 * simple.el:
2140 Added function reindent-then-newline-and-indent 2137 Add function reindent-then-newline-and-indent.
2141 2138
2142 * rnews.el 2139 * rnews.el:
2143 Fix typo and supply function news-show-all-headers 2140 Fix typo and supply function news-show-all-headers.
2144 2141
2145 * startup.el 2142 * startup.el:
2146 Make the value of args be the remaining command-line 2143 Make the value of args be the remaining command-line
2147 arguments after the "-e" function name when the "-e" function 2144 arguments after the "-e" function name when the "-e" function
2148 is called. 2145 is called.
2149 Make "-f" be the same as "-e" --- it's in the manual. 2146 Make "-f" be the same as "-e" --- it's in the manual.
2150 2147
2151 * bytecomp.el 2148 * bytecomp.el:
2152 Added batch-byte-compile written by crl@newton.purdue.edu 2149 Add batch-byte-compile written by crl@newton.purdue.edu.
2153 2150
2154 * isearch.el 2151 * isearch.el:
2155 Typing C-s/C-r at start of isearch wasn't displaying search 2152 Typing C-s/C-r at start of isearch wasn't displaying search
2156 string until it had completed the search. 2153 string until it had completed the search.
2157 2154
2158 * indent.el (indent-relative) 2155 * indent.el (indent-relative):
2159 Losing when indentation point was beneath non-whitespace 2156 Losing when indentation point was beneath non-whitespace.
2160 2157
2161 * c-mode.el (indent-c-exp): 2158 * c-mode.el (indent-c-exp):
2162 Replace "2" with "c-continued-statement-offset" 2159 Replace "2" with "c-continued-statement-offset"
2163 Add (message "...") 2160 Add (message "...")
2164 2161
2165 * mlsupport.el 2162 * mlsupport.el:
2166 Fix typo in ml-current-indent 2163 Fix typo in ml-current-indent.
2167 Make kill-to-end-of-line work 2164 Make kill-to-end-of-line work.
2168 2165
2169 * mlconvert.el 2166 * mlconvert.el:
2170 Hack "(forward-word)" => "(forward-word 1)" 2167 Hack "(forward-word)" => "(forward-word 1)".
2171 2168
21721985-08-05 Richard Mlynarik (mly@mit-prep) 21691985-08-05 Richard Mlynarik (mly@mit-prep)
2173 2170
2174 * c-mode.el 2171 * c-mode.el:
2175 Variable "c-continued-statement-indent" should have been 2172 Variable "c-continued-statement-indent" should have been
2176 "c-continued-statement-offset" as in the documentation and manual 2173 "c-continued-statement-offset" as in the documentation and manual.
2177 2174
2178 * rmail.el (rmail-find): 2175 * rmail.el (rmail-find):
2179 Hack default of last search string, hack reverse search. 2176 Hack default of last search string, hack reverse search.
2180 (-ve prefix arg): 2177 (-ve prefix arg):
2181 Make "-" be negative-argument 2178 Make "-" be negative-argument.
2182 2179
21831985-07-23 Richard Mlynarik (mly@mit-prep) 21801985-07-23 Richard Mlynarik (mly@mit-prep)
2184 2181
2185 * shell.el (shell-send-input): 2182 * shell.el (shell-send-input):
2186 cd/pushd hackery wasn't substitute-in/expand-file-name'ing 2183 cd/pushd hackery wasn't substitute-in/expand-file-name'ing
2187 (ie "cd $es" was losing) 2184 (ie "cd $es" was losing).
2188 2185
21891985-07-16 Richard Mlynarik (mly@mit-prep) 21861985-07-16 Richard Mlynarik (mly@mit-prep)
2190 2187
2191 * view.el: 2188 * view.el:
2192 Add "c-x ]" and "c-x [" page-movement commands 2189 Add "c-x ]" and "c-x [" page-movement commands
2193 "c-x /" "c-x j" register save/jump 2190 "c-x /" "c-x j" register save/jump.
2194 2191
2195 Speed up more losingly slow calls to substitute-command-keys by 2192 Speed up more losingly slow calls to substitute-command-keys by
2196 conditional substitution of constant string. 2193 conditional substitution of constant string.
2197 (view-helpful-message, view-undefined, view-mode-command-loop) 2194 (view-helpful-message, view-undefined, view-mode-command-loop)
2198 2195
2199 * mail-utils.el 2196 * mail-utils.el:
2200 rmail-dont-reply-to was losing on multi-line fields. 2197 rmail-dont-reply-to was losing on multi-line fields.
2201 2198
2202 * simple.el 2199 * simple.el:
2203 delete-blank-lines was deleting too much if on an isolated blank line. 2200 delete-blank-lines was deleting too much if on an isolated blank line.
2204 2201
22051985-07-12 Richard M. Stallman (rms@mit-prep) 22021985-07-12 Richard M. Stallman (rms@mit-prep)
@@ -2222,7 +2219,7 @@
2222 2219
22231985-07-10 Richard Mlynarik (mly@mit-prep) 22201985-07-10 Richard Mlynarik (mly@mit-prep)
2224 2221
2225 * ebuff-menu.el (Electric-buffer-menu-undefined) 2222 * ebuff-menu.el (Electric-buffer-menu-undefined):
2226 Don't call substitute-command-keys if keybindings are default, 2223 Don't call substitute-command-keys if keybindings are default,
2227 with resultant couple-of-orders-of-magnitude speedup. 2224 with resultant couple-of-orders-of-magnitude speedup.
2228 RMS: this is what my changes to Fsubstitute_command_keys in doc.c 2225 RMS: this is what my changes to Fsubstitute_command_keys in doc.c
@@ -2385,8 +2382,8 @@
2385 * compile.el (compile1.el): 2382 * compile.el (compile1.el):
2386 If *compilation* is current buffer, put point at end. 2383 If *compilation* is current buffer, put point at end.
2387 2384
2388 * simple.el (indent-for-comment, kill-comment, set-comment-column, 2385 * simple.el (indent-for-comment, kill-comment, set-comment-column)
2389 indent-new-comment-line): use comment-start-skip to find comments. 2386 (indent-new-comment-line): Use comment-start-skip to find comments.
2390 Don't use find-comment-line any more. 2387 Don't use find-comment-line any more.
2391 2388
2392 * lisp-mode.el, c-mode.el, scheme.el, mim-mode.el: 2389 * lisp-mode.el, c-mode.el, scheme.el, mim-mode.el:
@@ -2554,8 +2551,8 @@
2554 2551
25551985-06-12 Richard Mlynarik (mly@mit-prep) 25521985-06-12 Richard Mlynarik (mly@mit-prep)
2556 2553
2557 * rmail (rmail-insert-inbox-text) 2554 * rmail (rmail-insert-inbox-text):
2558 file-name-directory includes a trailing "/" 2555 file-name-directory includes a trailing "/".
2559 2556
25601985-06-12 K. Shane Hartman (shane@mit-prep) 25571985-06-12 K. Shane Hartman (shane@mit-prep)
2561 2558
@@ -2686,7 +2683,7 @@
2686 describing help options. Add `v' command for viewing buffer and 2683 describing help options. Add `v' command for viewing buffer and
2687 returning to the Electric Buffer List. 2684 returning to the Electric Buffer List.
2688 2685
2689 * loaddefs.el: autoload edit-picture. 2686 * loaddefs.el: Autoload edit-picture.
2690 2687
2691 * picture.el: New "Major" mode for editing pictures and tables. 2688 * picture.el: New "Major" mode for editing pictures and tables.
2692 2689
@@ -2731,7 +2728,7 @@
2731 2728
2732 * sendmail.el (sendmail-send-it): 2729 * sendmail.el (sendmail-send-it):
2733 Somewhat gratuitously deleting empty subject lines. 2730 Somewhat gratuitously deleting empty subject lines.
2734 /usr/lib/sendmail seems smart enough (!) to hack this itself 2731 /usr/lib/sendmail seems smart enough (!) to hack this itself.
2735 2732
27361985-06-04 K. Shane Hartman (shane@mit-prep) 27331985-06-04 K. Shane Hartman (shane@mit-prep)
2737 2734
@@ -2798,7 +2795,7 @@
2798 Process exec-directory using expand-file-name 2795 Process exec-directory using expand-file-name
2799 so as not to depend on whether it ends in /. 2796 so as not to depend on whether it ends in /.
2800 2797
2801 * simple.el: define turn-on-auto-fill. 2798 * simple.el: Define turn-on-auto-fill.
2802 2799
28031985-06-01 K. Shane Hartman (shane@mit-prep) 28001985-06-01 K. Shane Hartman (shane@mit-prep)
2804 2801
@@ -2823,7 +2820,7 @@
2823 2820
28241985-06-01 Richard M. Stallman (rms@mit-prep) 28211985-06-01 Richard M. Stallman (rms@mit-prep)
2825 2822
2826 * Many files: put in \\[...] where appropriate. 2823 * Many files: Put in \\[...] where appropriate.
2827 2824
28281985-06-01 K. Shane Hartman (shane@mit-prep) 28251985-06-01 K. Shane Hartman (shane@mit-prep)
2829 2826
@@ -2862,16 +2859,16 @@
2862 2859
28631985-05-30 Richard Mlynarik (mly@mit-prep) 28601985-05-30 Richard Mlynarik (mly@mit-prep)
2864 2861
2865 * sendmail.el 2862 * sendmail.el:
2866 Typo made sendmail-send-it lose when mail-interactive 2863 Typo made sendmail-send-it lose when mail-interactive.
2867 2864
2868 * simple.el 2865 * simple.el:
2869 Aborting out of octal read in read-quoted-char restarts 2866 Aborting out of octal read in read-quoted-char restarts
2870 "from the top." 2867 "from the top."
2871 2868
2872 * startup.el 2869 * startup.el:
2873 Catch another place where \\[..] was needed 2870 Catch another place where \\[..] was needed
2874 Don't insert copyright info if noninteractive 2871 Don't insert copyright info if noninteractive.
2875 2872
28761985-05-30 K. Shane Hartman (shane@mit-prep) 28731985-05-30 K. Shane Hartman (shane@mit-prep)
2877 2874
@@ -2913,22 +2910,22 @@
2913 * Rename some files so all .el & .elc file names are <= 14 chars. 2910 * Rename some files so all .el & .elc file names are <= 14 chars.
2914 syntax-check-mim.el => mim-syntax.el (change in mim-mode.el too). 2911 syntax-check-mim.el => mim-syntax.el (change in mim-mode.el too).
2915 new-version-level.el => grow-vers.el. 2912 new-version-level.el => grow-vers.el.
2916 scheme-mode.el => scheme.el 2913 scheme-mode.el => scheme.el.
2917 compare-windows.el => compare-w.el 2914 compare-windows.el => compare-w.el.
2918 electric-buffer-list.el => ebuff-menu.el 2915 electric-buffer-list.el => ebuff-menu.el.
2919 2916
29201985-05-28 Richard Mlynarik (mly@mit-prep) 29171985-05-28 Richard Mlynarik (mly@mit-prep)
2921 2918
2922 * simple.el (describe-function) 2919 * simple.el (describe-function):
2923 bind enable-recursive-minibuffers to read fn name 2920 Bind enable-recursive-minibuffers to read fn name
2924 (useful when typing c-h f after m-esc) 2921 (useful when typing c-h f after m-esc).
2925 2922
2926 * files.el 2923 * files.el:
2927 made create-file-buffer a lisp function (was in src/buffer.c) 2924 Make create-file-buffer a lisp function (was in src/buffer.c).
2928 2925
2929 * electric-buffer-menu-mode.el 2926 * electric-buffer-menu-mode.el:
2930 If the first character typed is a space then quit, ie return to 2927 If the first character typed is a space then quit, ie return to
2931 previous window/buffer configuration 2928 previous window/buffer configuration.
2932 2929
29331985-05-27 Richard M. Stallman (rms@mit-prep) 29301985-05-27 Richard M. Stallman (rms@mit-prep)
2934 2931
@@ -2967,30 +2964,30 @@
2967 * lisp-mode.el: 2964 * lisp-mode.el:
2968 Provide default definition of lisp-send-defun, to just get an error. 2965 Provide default definition of lisp-send-defun, to just get an error.
2969 2966
2970 * shell.el: rename lisp to run-lisp. 2967 * shell.el: Rename lisp to run-lisp.
2971 * loaddefs.el: make run-lisp autoloading. 2968 * loaddefs.el: Make run-lisp autoloading.
2972 2969
29731985-05-23 Richard Mlynarik (mly@mit-prep) 29701985-05-23 Richard Mlynarik (mly@mit-prep)
2974 2971
2975 * files.el 2972 * files.el:
2976 FOO! Local-variables weren't working since hack-local-variables 2973 FOO! Local-variables weren't working since hack-local-variables
2977 was searching for "\n^L" not "\n\^L" 2974 was searching for "\n^L" not "\n\^L".
2978 2975
2979 * lisp-mode.el, loadup.el, startup.el 2976 * lisp-mode.el, loadup.el, startup.el:
2980 renamed lisp-interaction-mode to elisp-interaction-mode 2977 Rename lisp-interaction-mode to elisp-interaction-mode
2981 Made elisp-mode call elisp-mode-hook, elisp-interaction-mode call 2978 Make elisp-mode call elisp-mode-hook, elisp-interaction-mode call
2982 elisp-interaction-mode-hook. This will break people's init files! 2979 elisp-interaction-mode-hook. This will break people's init files!
2983 2980
2984 * loaddefs.el 2981 * loaddefs.el:
2985 made ".lisp" suffixes get lisp mode. Toto, I don't think we're 2982 Make ".lisp" suffixes get lisp mode. Toto, I don't think we're
2986 using fourteen-character filenames anymore. 2983 using fourteen-character filenames anymore.
2987 Autoload scheme-mode 2984 Autoload scheme-mode.
2988 2985
2989 * scheme-mode.el 2986 * scheme-mode.el:
2990 installed scheme-mode, courtesy MIT scheme people. 2987 Install scheme-mode, courtesy MIT scheme people.
2991 2988
2992 * lisp-mode.el 2989 * lisp-mode.el:
2993 made mode doc strings use \[...] substitute-command-keys technology 2990 Make mode doc strings use \[...] substitute-command-keys technology.
2994 2991
29951985-05-23 Richard M. Stallman (rms@mit-prep) 29921985-05-23 Richard M. Stallman (rms@mit-prep)
2996 2993
@@ -3008,19 +3005,19 @@
3008 3005
30091985-05-22 Richard Mlynarik (mly@mit-prep) 30061985-05-22 Richard Mlynarik (mly@mit-prep)
3010 3007
3011 * nrnews.el 3008 * nrnews.el:
3012 Foo. A distinct lack of communication here. 3009 Foo. A distinct lack of communication here.
3013 Fairly radical surgery --- many bug fixes and clarifications, 3010 Fairly radical surgery --- many bug fixes and clarifications,
3014 quite different from rnews.el Sigh 3011 quite different from rnews.el Sigh
3015 3012
30161985-05-22 K. Shane Hartman (shane@mit-prep) 30131985-05-22 K. Shane Hartman (shane@mit-prep)
3017 3014
3018 * view.el 3015 * view.el:
3019 Add new flavor of help. ?, h still give list of 3016 Add new flavor of help. ?, h still give list of
3020 commands. C-h understands m, c, k options. Make 3017 commands. C-h understands m, c, k options. Make
3021 help commands use pop up window with scroll on space. 3018 help commands use pop up window with scroll on space.
3022 3019
3023 * loaddefs.el 3020 * loaddefs.el:
3024 Minor change for documentation of view-file and 3021 Minor change for documentation of view-file and
3025 view-buffer because C-h does not describe mode now. 3022 view-buffer because C-h does not describe mode now.
3026 3023
@@ -3045,15 +3042,15 @@
30451985-05-21 Richard Mlynarik (mly@mit-prep) 30421985-05-21 Richard Mlynarik (mly@mit-prep)
3046 3043
3047 * mlsupport.el: 3044 * mlsupport.el:
3048 Fix assorted typos where variable "bufname" was changed to "name" 3045 Fix assorted typos where variable "bufname" was changed to "name".
3049 3046
3050 * view.el 3047 * view.el:
3051 Make M-<, M-> work. Fix documentation strings to work with the 3048 Make M-<, M-> work. Fix documentation strings to work with the
3052 combination of lisp quoting and substitute-command-keys quoting. 3049 combination of lisp quoting and substitute-command-keys quoting.
3053 3050
3054 * electric-buffer-list.el 3051 * electric-buffer-list.el:
3055 Call Buffer-menu-execute before selecting. (Why doesn't standard 3052 Call Buffer-menu-execute before selecting. (Why doesn't standard
3056 buffer-menu-mode do this?) Flush "x", "1" and "2" commands 3053 buffer-menu-mode do this?) Flush "x", "1" and "2" commands.
3057 3054
3058 * buff-menu.el: 3055 * buff-menu.el:
3059 Call bury-buffer after selecting new buffer. 3056 Call bury-buffer after selecting new buffer.
@@ -3086,23 +3083,23 @@
3086 3083
30871985-05-19 Richard Mlynarik (mly@mit-prep) 30841985-05-19 Richard Mlynarik (mly@mit-prep)
3088 3085
3089 * view.el, dired.el 3086 * view.el, dired.el:
3090 typos in viewing stuff 3087 Typos in viewing stuff.
3091 3088
3092 * simple.el, isearch.el 3089 * simple.el, isearch.el:
3093 Added prompt argument to read-quoted-char; improved isearch 3090 Add prompt argument to read-quoted-char; improve isearch
3094 input echoing when reading quoted char. 3091 input echoing when reading quoted char.
3095 3092
3096 * sendmail.el, loaddefs.el 3093 * sendmail.el, loaddefs.el:
3097 added send-mail-function; initially sendmail-send-it 3094 Add send-mail-function; initially sendmail-send-it
3098 (also, mail-yank-ignored-headers had a typo). 3095 (also, mail-yank-ignored-headers had a typo).
3099 3096
3100 * rmail.el (rmail-get-new-mail, convert-to-babyl-format, ...) 3097 * rmail.el (rmail-get-new-mail, convert-to-babyl-format, ...):
3101 * loaddefs.el: 3098 * loaddefs.el:
3102 Remodularize inbox parsing. Add support(?) for mmdf inboxes. 3099 Remodularize inbox parsing. Add support(?) for mmdf inboxes.
3103 Note that I can't seem to define definitive documentation of 3100 Note that I can't seem to define definitive documentation of
3104 what this format is; however the code installed seems to work 3101 what this format is; however the code installed seems to work
3105 for all cases encountered 3102 for all cases encountered.
3106 3103
31071985-05-19 Richard M. Stallman (rms@mit-prep) 31041985-05-19 Richard M. Stallman (rms@mit-prep)
3108 3105
@@ -3130,15 +3127,15 @@
31301985-05-17 Richard M. Stallman (rms@mit-prep) 31271985-05-17 Richard M. Stallman (rms@mit-prep)
3131 3128
3132 * isearch.el: 3129 * isearch.el:
3133 Preserve window-start on exit from save-window-excursion 3130 Preserve window-start on exit from save-window-excursion.
3134 3131
31351985-05-16 Richard M. Stallman (rms@mit-prep) 31321985-05-16 Richard M. Stallman (rms@mit-prep)
3136 3133
3137 * rmail.el: correct read-only suppression in rmail-new-summary. 3134 * rmail.el: Correct read-only suppression in rmail-new-summary.
3138 3135
31391985-05-16 K. Shane Hartman (shane@mit-prep) 31361985-05-16 K. Shane Hartman (shane@mit-prep)
3140 3137
3141 * loaddefs.el: Autoload more-mode, more-file, more-buffer. 3138 * loaddefs.el: Autoload more-mode, more-file, more-buffer.
3142 3139
3143 * more-mode.el: New tourist mode for files. 3140 * more-mode.el: New tourist mode for files.
3144 3141
@@ -3149,7 +3146,7 @@
3149 3146
3150 * simple.el: Make <help> i run info. 3147 * simple.el: Make <help> i run info.
3151 3148
3152 * sundry changes to go with changes in src/fileio.c making 3149 * Sundry changes to go with changes in src/fileio.c making
3153 copy-file, rename-file, add-name take an optional third argument. 3150 copy-file, rename-file, add-name take an optional third argument.
3154 The only autoloaded system code this breaks is rmail --- 3151 The only autoloaded system code this breaks is rmail ---
3155 a condition-case for wrong-number-of-arguments kludge was installed 3152 a condition-case for wrong-number-of-arguments kludge was installed
@@ -3158,7 +3155,7 @@
3158 to remove the kludge at that time! 3155 to remove the kludge at that time!
3159 Mods to files.el, loadup.el, rmail.el. 3156 Mods to files.el, loadup.el, rmail.el.
3160 3157
3161 * added autoloading function electric-buffer-list. 3158 * Add autoloading function electric-buffer-list.
3162 3159
3163 * buff-menu.el: Make splitting screen between > 2 buffers work. 3160 * buff-menu.el: Make splitting screen between > 2 buffers work.
3164 3161
@@ -3184,7 +3181,7 @@
3184 3181
3185 * inc-version.el: Kill Emacs at the end. 3182 * inc-version.el: Kill Emacs at the end.
3186 3183
3187 * simple.el: fixed overflow problem in what-cursor-position. 3184 * simple.el: Fix overflow problem in what-cursor-position.
3188 3185
3189 * startup.el: Don't print a help message if noninteractive. 3186 * startup.el: Don't print a help message if noninteractive.
3190 3187
diff --git a/lisp/ChangeLog.14 b/lisp/ChangeLog.14
index f2e88a899db..6db8f66f0ca 100644
--- a/lisp/ChangeLog.14
+++ b/lisp/ChangeLog.14
@@ -569,7 +569,7 @@
569 * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt 569 * emacs-lisp/lisp-mode.el: Give `deftype' a doc-string-elt
570 property (Bug#2984). 570 property (Bug#2984).
571 571
5722009-04-16 Leo <sdl.web@gmail.com> (tiny change) 5722009-04-16 Leo Liu <sdl.web@gmail.com> (tiny change)
573 573
574 * ediff-wind.el (ediff-make-wide-display): Fix typo in frame 574 * ediff-wind.el (ediff-make-wide-display): Fix typo in frame
575 parameter alist. 575 parameter alist.
@@ -1041,7 +1041,7 @@
1041 1041
1042 * mail/supercite.el (sc-version): Doc fix. 1042 * mail/supercite.el (sc-version): Doc fix.
1043 1043
10442009-03-19 Leo <sdl.web@gmail.com> (tiny change) 10442009-03-19 Leo Liu <sdl.web@gmail.com> (tiny change)
1045 1045
1046 * mail/supercite.el (sc-version): Fix typo in interactive spec. 1046 * mail/supercite.el (sc-version): Fix typo in interactive spec.
1047 1047
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15
index 6dbfff03573..f354050389e 100644
--- a/lisp/ChangeLog.15
+++ b/lisp/ChangeLog.15
@@ -288,7 +288,7 @@
288 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error 288 * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
289 if there is no node. (Bug#3261) 289 if there is no node. (Bug#3261)
290 290
2912011-03-04 Leo <sdl.web@gmail.com> 2912011-03-04 Leo Liu <sdl.web@gmail.com>
292 292
293 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139) 293 * vc/diff-mode.el (diff-mode): Fix whitespace-style. (Bug#8139)
294 294
@@ -866,7 +866,7 @@
866 * net/soap-client.el: 866 * net/soap-client.el:
867 * net/soap-inspect.el: New files. 867 * net/soap-inspect.el: New files.
868 868
8692011-02-16 Leo <sdl.web@gmail.com> 8692011-02-16 Leo Liu <sdl.web@gmail.com>
870 870
871 * dired-x.el (dired-mode-map, dired-extra-startup): 871 * dired-x.el (dired-mode-map, dired-extra-startup):
872 Remove dired-copy-filename-as-kill since it's already in dired.el. 872 Remove dired-copy-filename-as-kill since it's already in dired.el.
@@ -1586,7 +1586,7 @@
1586 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch): 1586 * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
1587 Callers changed. 1587 Callers changed.
1588 1588
15892011-01-28 Leo <sdl.web@gmail.com> 15892011-01-28 Leo Liu <sdl.web@gmail.com>
1590 1590
1591 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply 1591 * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
1592 highlighting to the "this function is advised" message. 1592 highlighting to the "this function is advised" message.
@@ -2668,7 +2668,7 @@
2668 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is 2668 * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
2669 non-nil, handle the header in rmail-show-mime-function. 2669 non-nil, handle the header in rmail-show-mime-function.
2670 2670
26712011-01-02 Leo <sdl.web@gmail.com> 26712011-01-02 Leo Liu <sdl.web@gmail.com>
2672 2672
2673 * help-fns.el (describe-variable): Fix previous change. 2673 * help-fns.el (describe-variable): Fix previous change.
2674 2674
@@ -2699,7 +2699,7 @@
2699 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with 2699 * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
2700 Unix EOLs. (Bug#7589) 2700 Unix EOLs. (Bug#7589)
2701 2701
27022011-01-02 Leo <sdl.web@gmail.com> 27022011-01-02 Leo Liu <sdl.web@gmail.com>
2703 2703
2704 * eshell/em-hist.el (eshell-previous-matching-input): Signal error 2704 * eshell/em-hist.el (eshell-previous-matching-input): Signal error
2705 if point is not behind eshell-last-output-end (Bug#7585). 2705 if point is not behind eshell-last-output-end (Bug#7585).
@@ -2867,7 +2867,7 @@
2867 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el: 2867 * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
2868 Move from lisp/. 2868 Move from lisp/.
2869 2869
28702010-12-20 Leo <sdl.web@gmail.com> 28702010-12-20 Leo Liu <sdl.web@gmail.com>
2871 2871
2872 * dnd.el (dnd-get-local-file-name): Unhex of file name shall 2872 * dnd.el (dnd-get-local-file-name): Unhex of file name shall
2873 always be performed (Bug#7680). 2873 always be performed (Bug#7680).
@@ -2953,7 +2953,7 @@
2953 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit 2953 * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
2954 key selection prompt; make 'silent as default (Bug#7487). 2954 key selection prompt; make 'silent as default (Bug#7487).
2955 2955
29562010-12-16 Leo <sdl.web@gmail.com> 29562010-12-16 Leo Liu <sdl.web@gmail.com>
2957 2957
2958 * eshell/eshell.el (eshell-directory-name): 2958 * eshell/eshell.el (eshell-directory-name):
2959 Use locate-user-emacs-file (Bug#7578). 2959 Use locate-user-emacs-file (Bug#7578).
@@ -3081,7 +3081,7 @@
3081 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains 3081 * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
3082 empty lines without a leading space. 3082 empty lines without a leading space.
3083 3083
30842010-12-13 Leo <sdl.web@gmail.com> 30842010-12-13 Leo Liu <sdl.web@gmail.com>
3085 3085
3086 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook 3086 * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
3087 while mapping over marks (Bug#6810). 3087 while mapping over marks (Bug#6810).
@@ -3155,7 +3155,7 @@
3155 (rmail-search-mime-message-function): Set to 3155 (rmail-search-mime-message-function): Set to
3156 rmail-search-mime-message. 3156 rmail-search-mime-message.
3157 3157
31582010-12-13 Leo <sdl.web@gmail.com> 31582010-12-13 Leo Liu <sdl.web@gmail.com>
3159 3159
3160 * ido.el (ido-common-initialization): New function. (bug#3274) 3160 * ido.el (ido-common-initialization): New function. (bug#3274)
3161 (ido-mode): Use it. 3161 (ido-mode): Use it.
@@ -4990,7 +4990,7 @@
4990 (minibuffer-force-complete): Set completion-cycling. 4990 (minibuffer-force-complete): Set completion-cycling.
4991 (completion-all-sorted-completions): Move declaration before first use. 4991 (completion-all-sorted-completions): Move declaration before first use.
4992 4992
49932010-10-28 Leo <sdl.web@gmail.com> 49932010-10-28 Leo Liu <sdl.web@gmail.com>
4994 4994
4995 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist' 4995 * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
4996 which changes the order of matches seen by users (bug#7231). 4996 which changes the order of matches seen by users (bug#7231).
@@ -5279,7 +5279,7 @@
5279 (set-cursor-color, set-mouse-color, set-border-color): 5279 (set-cursor-color, set-mouse-color, set-border-color):
5280 Use read-color. 5280 Use read-color.
5281 5281
52822010-10-24 Leo <sdl.web@gmail.com> 52822010-10-24 Leo Liu <sdl.web@gmail.com>
5283 5283
5284 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH 5284 * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
5285 argument of delete-file and delete-directory (Bug#7011). 5285 argument of delete-file and delete-directory (Bug#7011).
@@ -5876,7 +5876,7 @@
5876 5876
5877 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152) 5877 * vc-svn.el (vc-svn-merge-news): Use --non-interactive. (Bug#7152)
5878 5878
58792010-10-08 Leo <sdl.web@gmail.com> 58792010-10-08 Leo Liu <sdl.web@gmail.com>
5880 5880
5881 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only 5881 * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
5882 return non-nil if the file exists (Bug#7090). 5882 return non-nil if the file exists (Bug#7090).
@@ -7038,7 +7038,7 @@
7038 7038
7039 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key. 7039 * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
7040 7040
70412010-09-12 Leo <sdl.web@gmail.com> 70412010-09-12 Leo Liu <sdl.web@gmail.com>
7042 7042
7043 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands) 7043 * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
7044 (rcirc-completion-start): New variables. 7044 (rcirc-completion-start): New variables.
@@ -7961,7 +7961,7 @@
7961 * startup.el (command-line-1): Issue warning for ignored arguments 7961 * startup.el (command-line-1): Issue warning for ignored arguments
7962 --unibyte, etc (Bug#6886). 7962 --unibyte, etc (Bug#6886).
7963 7963
79642010-08-22 Leo <sdl.web@gmail.com> 79642010-08-22 Leo Liu <sdl.web@gmail.com>
7965 7965
7966 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements. 7966 * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
7967 (ignore, bright, dim, keyword): Split list of nicknames before 7967 (ignore, bright, dim, keyword): Split list of nicknames before
@@ -7971,7 +7971,7 @@
7971 7971
7972 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880). 7972 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
7973 7973
79742010-08-22 Leo <sdl.web@gmail.com> 79742010-08-22 Leo Liu <sdl.web@gmail.com>
7975 7975
7976 Fix buffer-list rename&refresh after killing a buffer in ido. 7976 Fix buffer-list rename&refresh after killing a buffer in ido.
7977 * ido.el: Revert Óscar's. 7977 * ido.el: Revert Óscar's.
@@ -8429,7 +8429,7 @@
8429 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): 8429 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
8430 Fix typo in docstring (bug#6747). 8430 Fix typo in docstring (bug#6747).
8431 8431
84322010-08-08 Leo <sdl.web@gmail.com> 84322010-08-08 Leo Liu <sdl.web@gmail.com>
8433 8433
8434 * eshell/esh-io.el (eshell-get-target): Better detection of 8434 * eshell/esh-io.el (eshell-get-target): Better detection of
8435 read-only file (Bug#6762). 8435 read-only file (Bug#6762).
@@ -8535,7 +8535,7 @@
8535 (tramp-handle-start-file-process): Use it, in order to invalidate 8535 (tramp-handle-start-file-process): Use it, in order to invalidate
8536 file caches. 8536 file caches.
8537 8537
85382010-08-03 Leo <sdl.web@gmail.com> 85382010-08-03 Leo Liu <sdl.web@gmail.com>
8539 8539
8540 * server.el (server-start): Simplify loop. 8540 * server.el (server-start): Simplify loop.
8541 8541
@@ -9336,7 +9336,7 @@
9336 9336
9337 * xml.el (xml-parse-region): Avoid infloop (Bug#5281). 9337 * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
9338 9338
93392010-06-29 Leo <sdl.web@gmail.com> 93392010-06-29 Leo Liu <sdl.web@gmail.com>
9340 9340
9341 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537) 9341 * emacs-lisp/rx.el (rx): Doc fix. (Bug#6537)
9342 9342
@@ -19360,7 +19360,7 @@
19360 * eshell/em-dirs.el (eshell-complete-user-reference): 19360 * eshell/em-dirs.el (eshell-complete-user-reference):
19361 Declare pcomplete functions and variables to avoid compiler warnings. 19361 Declare pcomplete functions and variables to avoid compiler warnings.
19362 19362
193632009-09-13 Leo <sdl.web@gmail.com> (tiny change) 193632009-09-13 Leo Liu <sdl.web@gmail.com> (tiny change)
19364 19364
19365 * eshell/em-script.el (eshell-login-script, eshell-rc-script): 19365 * eshell/em-script.el (eshell-login-script, eshell-rc-script):
19366 * eshell/em-dirs.el (eshell-last-dir-ring-file-name): 19366 * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
@@ -19823,7 +19823,7 @@
19823 * files.el (locate-file-completion-table): Make it provide boundary 19823 * files.el (locate-file-completion-table): Make it provide boundary
19824 information, so partial-completion works better. 19824 information, so partial-completion works better.
19825 19825
198262009-09-04 Leo <sdl.web@gmail.com> (tiny change) 198262009-09-04 Leo Liu <sdl.web@gmail.com> (tiny change)
19827 19827
19828 * mail/footnote.el (Footnote-text-under-cursor): 19828 * mail/footnote.el (Footnote-text-under-cursor):
19829 Check footnote-text-marker-alist before using it (bug#4324). 19829 Check footnote-text-marker-alist before using it (bug#4324).
diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2
index a02480fb3be..3c3979f22cf 100644
--- a/lisp/ChangeLog.2
+++ b/lisp/ChangeLog.2
@@ -56,7 +56,7 @@
56 buffer or file has changed. 56 buffer or file has changed.
57 57
58 * abbrev.el: Doc fix. 58 * abbrev.el: Doc fix.
59 * files.el: 59 * files.el: ???
60 60
611988-08-03 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu) 611988-08-03 Robert J. Chassell (bob@frosted-flakes.ai.mit.edu)
62 62
@@ -454,7 +454,7 @@
454 454
4551988-04-09 Leonard H. Tower Jr. (tower@frosted-flakes.ai.mit.edu) 4551988-04-09 Leonard H. Tower Jr. (tower@frosted-flakes.ai.mit.edu)
456 456
457 * rnewspost.el (news-post-news, news-reply) No longer re-inits 457 * rnewspost.el (news-post-news, news-reply): No longer re-inits
458 *post-news* buffer, if buffer-modified-p. 458 *post-news* buffer, if buffer-modified-p.
459 459
4601988-04-09 Richard Stallman (rms@frosted-flakes.ai.mit.edu) 4601988-04-09 Richard Stallman (rms@frosted-flakes.ai.mit.edu)
@@ -852,7 +852,7 @@
852 * lisp-mode.el (eval-print-last-sexp): 852 * lisp-mode.el (eval-print-last-sexp):
853 * debug.el (debugger-mode): 853 * debug.el (debugger-mode):
854 * chistory.el (Command-history-setup): 854 * chistory.el (Command-history-setup):
855 * options.el (Edit-options-mode): 855 * options.el (Edit-options-mode): ???
856 856
8571987-12-01 Richard Stallman (rms@frosted-flakes) 8571987-12-01 Richard Stallman (rms@frosted-flakes)
858 858
@@ -1116,7 +1116,7 @@
1116 1116
11171987-06-08 Richard M. Stallman (rms@prep) 11171987-06-08 Richard M. Stallman (rms@prep)
1118 1118
1119 * version 18.46 released. 1119 * Version 18.46 released.
1120 1120
1121 * isearch.el (isearch): Typo (3 should be 2) in getting old 1121 * isearch.el (isearch): Typo (3 should be 2) in getting old
1122 start-point in reverse regexp search made more liberal. 1122 start-point in reverse regexp search made more liberal.
@@ -1131,7 +1131,7 @@
1131 1131
11321987-05-31 Richard M. Stallman (rms@prep) 11321987-05-31 Richard M. Stallman (rms@prep)
1133 1133
1134 * version 18.45. 1134 * Version 18.45.
1135 1135
1136 * informat.el (Info-split): Bind case-fold-search to t. 1136 * informat.el (Info-split): Bind case-fold-search to t.
1137 1137
@@ -1319,7 +1319,7 @@
1319 1319
13201987-04-15 Paul Rubin (phr@prep) 13201987-04-15 Paul Rubin (phr@prep)
1321 1321
1322 * version 18.44 released. 1322 * Version 18.44 released.
1323 1323
13241987-04-14 Richard Mlynarik (mly@prep) 13241987-04-14 Richard Mlynarik (mly@prep)
1325 1325
@@ -1910,7 +1910,7 @@
1910 1910
19111987-01-16 Richard Mlynarik (mly@prep) 19111987-01-16 Richard Mlynarik (mly@prep)
1912 1912
1913 * rmail.el (rmail-count-new-messages), 1913 * rmail.el (rmail-count-new-messages):
1914 * rmailout.el (rmail-output-to-rmail-file): 1914 * rmailout.el (rmail-output-to-rmail-file):
1915 Add optional arg `nomsg' to former, which latter supplies, 1915 Add optional arg `nomsg' to former, which latter supplies,
1916 so that rmail doesn't report counting one appended message. 1916 so that rmail doesn't report counting one appended message.
@@ -2397,7 +2397,7 @@
2397 2397
23981986-11-23 Richard M. Stallman (rms@prep) 23981986-11-23 Richard M. Stallman (rms@prep)
2399 2399
2400 * version 18.31 released. 2400 * Version 18.31 released.
2401 2401
2402 * x-mouse.el: New mouse-command keys are C-x C-@. 2402 * x-mouse.el: New mouse-command keys are C-x C-@.
2403 2403
@@ -2482,7 +2482,7 @@
2482 2482
24831986-11-14 Richard M. Stallman (rms@prep) 24831986-11-14 Richard M. Stallman (rms@prep)
2484 2484
2485 * Emacs version 18.30 * 2485 * Emacs version 18.30.
2486 2486
2487 * rmail.el (rmail-forward): 2487 * rmail.el (rmail-forward):
2488 Use mail-other-window unless there is only one window visible. 2488 Use mail-other-window unless there is only one window visible.
@@ -2624,8 +2624,8 @@
2624 2624
26251986-11-04 Richard M. Stallman (rms@prep) 26251986-11-04 Richard M. Stallman (rms@prep)
2626 2626
2627 * various files (dired-mode, Edit-options-mode, rmail-mode, 2627 * various files (dired-mode, Edit-options-mode, rmail-mode)
2628 rmail-summary-mode, rmail-edit-mode, Buffer-menu-mode): 2628 (rmail-summary-mode, rmail-edit-mode, Buffer-menu-mode):
2629 Give these symbols `special' as a `mode-class' property. 2629 Give these symbols `special' as a `mode-class' property.
2630 2630
2631 * dired.el (dired-mode): Take out local value for 2631 * dired.el (dired-mode): Take out local value for
diff --git a/lisp/ChangeLog.3 b/lisp/ChangeLog.3
index fef57d0c68d..f23b1199a4e 100644
--- a/lisp/ChangeLog.3
+++ b/lisp/ChangeLog.3
@@ -533,7 +533,7 @@
533 533
5341993-05-16 Richard Stallman (rms@geech.gnu.ai.mit.edu) 5341993-05-16 Richard Stallman (rms@geech.gnu.ai.mit.edu)
535 535
536 * gnus.el, gnuspost.el, gnusmail.el, gnusmisc.el 536 * gnus.el, gnuspost.el, gnusmail.el, gnusmisc.el,
537 * nntp.el, nnspool.el, mhspool.el: Version 3.15 from Umeda. 537 * nntp.el, nnspool.el, mhspool.el: Version 3.15 from Umeda.
538 538
539 * frame.el (toggle-scroll-bar): Renamed from toggle-vertical-scroll... 539 * frame.el (toggle-scroll-bar): Renamed from toggle-vertical-scroll...
@@ -762,8 +762,8 @@
762 762
763 Fail more gracefully if we can't build bold, italic, etc, 763 Fail more gracefully if we can't build bold, italic, etc,
764 versions of the default font. 764 versions of the default font.
765 * faces.el (make-face-bold, make-face-italic, 765 * faces.el (make-face-bold, make-face-italic)
766 make-face-bold-italic, make-face-unbold, make-face-unitalic): 766 (make-face-bold-italic, make-face-unbold, make-face-unitalic):
767 Implement NOERROR argument. 767 Implement NOERROR argument.
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.
@@ -1772,8 +1772,8 @@
1772 1772
17731993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu) 17731993-03-24 Jim Blandy (jimb@geech.gnu.ai.mit.edu)
1774 1774
1775 * calendar.el (calendar-standard-time-zone-name, 1775 * calendar.el (calendar-standard-time-zone-name)
1776 calendar-daylight-time-zone-name): Initialize these at load-time, 1776 (calendar-daylight-time-zone-name): Initialize these at load-time,
1777 as well as calendar-time-zone. 1777 as well as calendar-time-zone.
1778 1778
1779 * calendar.el (calendar-time-zone): Fix code which initializes 1779 * calendar.el (calendar-time-zone): Fix code which initializes
@@ -1827,7 +1827,7 @@
1827 * help.el, register.el, replace.el, reposition.el, rfc822.el, 1827 * help.el, register.el, replace.el, reposition.el, rfc822.el,
1828 * rlogin.el, rot13.el, scribe.el, scroll-bar.el, sendmail.el, 1828 * rlogin.el, rot13.el, scribe.el, scroll-bar.el, sendmail.el,
1829 * setenv.el, sgml-mode.el, simple.el, simula.el, sort.el, spell.el, 1829 * setenv.el, sgml-mode.el, simple.el, simula.el, sort.el, spell.el,
1830 * spook.el, studly.el, tabify.el, text-mode.el: Added or corrected 1830 * spook.el, studly.el, tabify.el, text-mode.el: Add or correct
1831 Commentary headers. 1831 Commentary headers.
1832 1832
18331993-03-22 Edward M. Reingold (reingold@emr.cs.uiuc.edu) 18331993-03-22 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
@@ -1840,7 +1840,7 @@
1840 * man.el, mlconvert.el, mlsupport.el, modula2.el, mouse.el, 1840 * man.el, mlconvert.el, mlsupport.el, modula2.el, mouse.el,
1841 * mpuz.el, netunam.el, novice.el, nroff-mode.el, options.el, 1841 * mpuz.el, netunam.el, novice.el, nroff-mode.el, options.el,
1842 * outline.el, page.el, paragraphs.el, picture.el, prolog.el, 1842 * outline.el, page.el, paragraphs.el, picture.el, prolog.el,
1843 * rect.el: Added or corrected Commentary sections. 1843 * rect.el: Add or correct Commentary sections.
1844 1844
18451993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu) 18451993-03-22 Eric S. Raymond (eric@geech.gnu.ai.mit.edu)
1846 1846
@@ -1857,7 +1857,7 @@
1857 * mail-utils.el, mailalias.el, makefile.el, makesum.el, mim-mode.el, 1857 * mail-utils.el, mailalias.el, makefile.el, makesum.el, mim-mode.el,
1858 * modula2.el, nroff-mode.el, perl-mode.el, prolog.el, scheme.el, 1858 * modula2.el, nroff-mode.el, perl-mode.el, prolog.el, scheme.el,
1859 * sgml-mode.el, tex-mode.el: 1859 * sgml-mode.el, tex-mode.el:
1860 Added or corrected Commentary sections. There's more of this 1860 Add or correct Commentary sections. There's more of this
1861 coming; soon, the package finder will be able to browse Commentary 1861 coming; soon, the package finder will be able to browse Commentary
1862 sections, and I want almost all packages to have useful ones. 1862 sections, and I want almost all packages to have useful ones.
1863 1863
@@ -1972,7 +1972,7 @@
1972 * cust-print.el, find-dired.el, etags.el, electric.el, dired.el, 1972 * cust-print.el, find-dired.el, etags.el, electric.el, dired.el,
1973 * dired-aux.el, cust-print.el, cmuscheme.el, cmulisp.el, cl.el, 1973 * dired-aux.el, cust-print.el, cmuscheme.el, cmulisp.el, cl.el,
1974 * case-table.el, byte-run.el, ange-ftp.el, backquote.el: 1974 * case-table.el, byte-run.el, ange-ftp.el, backquote.el:
1975 Added or corrected library header comments. 1975 Add or correct library header comments.
1976 1976
19771993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu) 19771993-03-17 Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
1978 1978
@@ -2186,8 +2186,8 @@
2186 2186
21871993-03-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu) 21871993-03-10 Edward M. Reingold (reingold@emr.cs.uiuc.edu)
2188 2188
2189 * diary-insert.el (insert-anniversary-diary-entry, 2189 * diary-insert.el (insert-anniversary-diary-entry)
2190 insert-block-diary-entry): Fix calendar-date-display-form used. 2190 (insert-block-diary-entry): Fix calendar-date-display-form used.
2191 2191
21921993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu) 21921993-03-10 Jim Blandy (jimb@totoro.cs.oberlin.edu)
2193 2193
@@ -2383,8 +2383,8 @@
2383 nonexistent function last-month-of-hebrew-year to the correct 2383 nonexistent function last-month-of-hebrew-year to the correct
2384 function hebrew-calendar-last-month-of-year. 2384 function hebrew-calendar-last-month-of-year.
2385 2385
2386 * cal-mayan.el (calendar-mayan-haab-on-or-before, 2386 * cal-mayan.el (calendar-mayan-haab-on-or-before)
2387 calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'. 2387 (calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'.
2388 2388
2389 * cal-mayan.el (calendar-next-tzolkin-date): Delete bogus second 2389 * cal-mayan.el (calendar-next-tzolkin-date): Delete bogus second
2390 defun. 2390 defun.
@@ -2857,8 +2857,8 @@
2857 * ehelp.el (electric-help-command-loop): Same. 2857 * ehelp.el (electric-help-command-loop): Same.
2858 * electric.el (Electric-command-loop): Same. 2858 * electric.el (Electric-command-loop): Same.
2859 * emerge.el (emerge-show-file-name): Same. 2859 * emerge.el (emerge-show-file-name): Same.
2860 * fortran.el (fortran-abbrev-start, 2860 * fortran.el (fortran-abbrev-start)
2861 fortran-window-create-momentarily): Same. 2861 (fortran-window-create-momentarily): Same.
2862 * gnus.el (gnus-Subject-next-article): Same. 2862 * gnus.el (gnus-Subject-next-article): Same.
2863 * info.el (Info-summary): Same. 2863 * info.el (Info-summary): Same.
2864 * isearch-mode.el (isearch-update, isearch-unread): Same. 2864 * isearch-mode.el (isearch-update, isearch-unread): Same.
diff --git a/lisp/ChangeLog.4 b/lisp/ChangeLog.4
index 13a3b6364ca..64564626c46 100644
--- a/lisp/ChangeLog.4
+++ b/lisp/ChangeLog.4
@@ -124,7 +124,7 @@
124 124
125 * server.el (server-kill-emacs-query-function): Ignore killed buffers. 125 * server.el (server-kill-emacs-query-function): Ignore killed buffers.
126 126
1271994-05-24 Kenneth Manheimer (ken.manheimer@nist.gov) 1271994-05-24 Ken Manheimer (ken.manheimer@nist.gov)
128 128
129 * allout.el (outline-chart-subtree): Include outline-next- 129 * allout.el (outline-chart-subtree): Include outline-next-
130 heading in loop conditions to detect end-of-buffer (and avoid 130 heading in loop conditions to detect end-of-buffer (and avoid
@@ -342,7 +342,7 @@
342 * startup.el (precompute-menubar-bindings): Don't precompute menus 342 * startup.el (precompute-menubar-bindings): Don't precompute menus
343 if not using x. 343 if not using x.
344 344
3451994-05-12 Kenneth Manheimer (klm@coil.nist.gov) 3451994-05-12 Ken Manheimer (klm@coil.nist.gov)
346 346
347 * allout.el (outline-mode): Use outline-this-or-next-heading. 347 * allout.el (outline-mode): Use outline-this-or-next-heading.
348 * allout.el (outline-this-or-next-heading): New function. 348 * allout.el (outline-this-or-next-heading): New function.
@@ -421,7 +421,7 @@
421 421
4221994-05-10 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) 4221994-05-10 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
423 423
424 * ediff.el (ediff-no-help-in-control-buffer): Renamed from 424 * ediff.el (ediff-no-help-in-control-buffer): Rename from
425 ediff-nix-help-in-control-buffer, to match doc and usage. 425 ediff-nix-help-in-control-buffer, to match doc and usage.
426 426
427 * autoload.el (update-file-autoloads): Delete leftover variable. 427 * autoload.el (update-file-autoloads): Delete leftover variable.
@@ -517,7 +517,7 @@
517 * cal-menu.el (calendar-mouse-set-mark): New function. 517 * cal-menu.el (calendar-mouse-set-mark): New function.
518 (calendar-mouse-date-menu): Bind it to key. 518 (calendar-mouse-date-menu): Bind it to key.
519 519
5201994-05-08 Kenneth Manheimer (klm@coil.nist.gov) 5201994-05-08 Ken Manheimer (klm@coil.nist.gov)
521 521
522 * allout.el (outline-init): New user interface for control of 522 * allout.el (outline-init): New user interface for control of
523 outline-mode session setup, sets up `outline-find-file-hook', 523 outline-mode session setup, sets up `outline-find-file-hook',
@@ -958,9 +958,9 @@
958 958
959 * files.el (revert-buffer): Widen before replacing text. 959 * files.el (revert-buffer): Widen before replacing text.
960 960
9611994-04-29 Kenneth Manheimer (ken.manheimer@nist.gov) 9611994-04-29 Ken Manheimer (ken.manheimer@nist.gov)
962 962
963 * allout.el: major code speedups, bug fixes, behavior 963 * allout.el: Major code speedups, bug fixes, behavior
964 refinements, doc-string clarification and elaboration, etc. 964 refinements, doc-string clarification and elaboration, etc.
965 Prominent new features include: 965 Prominent new features include:
966 - Exposure changes and navigation are greatly accelerated. 966 - Exposure changes and navigation are greatly accelerated.
@@ -1689,7 +1689,7 @@
1689 1689
1690 * saveplace.el (save-place-find-file-hook) 1690 * saveplace.el (save-place-find-file-hook)
1691 (save-place-kill-emacs-hook): New functions. 1691 (save-place-kill-emacs-hook): New functions.
1692 (hooks for find-file-hooks,kill-emacs-hook): Use those new functions. 1692 (hooks for find-file-hooks, kill-emacs-hook): Use those new functions.
1693 1693
1694 * menu-bar.el (clipboard-yank, clipboard-kill-ring-save) 1694 * menu-bar.el (clipboard-yank, clipboard-kill-ring-save)
1695 (clipboard-kill-region): New functions. Give them 1695 (clipboard-kill-region): New functions. Give them
@@ -3114,32 +3114,32 @@
3114 (calendar-cursor-to-date): Add optional parameter to cause error 3114 (calendar-cursor-to-date): Add optional parameter to cause error
3115 signal when cursor is not on a date---this allows lots of 3115 signal when cursor is not on a date---this allows lots of
3116 simplifications throughout the code. 3116 simplifications throughout the code.
3117 (calendar-forward-month,calendar-set-mark) 3117 (calendar-forward-month, calendar-set-mark)
3118 (calendar-exchange-point-and-mark,calendar-count-days-region) 3118 (calendar-exchange-point-and-mark, calendar-count-days-region)
3119 (calendar-print-day-of-year,calendar-print-iso-date) 3119 (calendar-print-day-of-year, calendar-print-iso-date)
3120 (calendar-print-julian-date,calendar-print-islamic-date) 3120 (calendar-print-julian-date, calendar-print-islamic-date)
3121 (calendar-print-hebrew-date,calendar-print-astro-day-number): 3121 (calendar-print-hebrew-date, calendar-print-astro-day-number):
3122 Use simplification. 3122 Use simplification.
3123 3123
3124 * holidays.el (calendar-cursor-holidays): Use new error arg 3124 * holidays.el (calendar-cursor-holidays): Use new error arg
3125 to calendar-cursor-to-date. 3125 to calendar-cursor-to-date.
3126 3126
3127 * diary.el (view-diary-entries,diary-islamic-date): Use new error arg 3127 * diary.el (view-diary-entries, diary-islamic-date): Use new error arg
3128 to calendar-cursor-to-date. 3128 to calendar-cursor-to-date.
3129 3129
3130 * diary-ins.el (insert-diary-entry,insert-weekly-diary-entry) 3130 * diary-ins.el (insert-diary-entry, insert-weekly-diary-entry)
3131 (insert-monthly-diary-entry,insert-yearly-diary-entry) 3131 (insert-monthly-diary-entry, insert-yearly-diary-entry)
3132 (insert-anniversary-diary-entry,insert-block-diary-entry) 3132 (insert-anniversary-diary-entry, insert-block-diary-entry)
3133 (insert-cyclic-diary-entry,insert-hebrew-diary-entry) 3133 (insert-cyclic-diary-entry, insert-hebrew-diary-entry)
3134 (insert-monthly-hebrew-diary-entry,insert-yearly-hebrew-diary-entry) 3134 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
3135 (insert-islamic-diary-entry,insert-monthly-islamic-diary-entry) 3135 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
3136 (insert-yearly-islamic-diary-entry): Use new error arg 3136 (insert-yearly-islamic-diary-entry): Use new error arg
3137 to calendar-cursor-to-date. 3137 to calendar-cursor-to-date.
3138 3138
3139 * solar.el (calendar-sunrise-sunset): Use new error arg 3139 * solar.el (calendar-sunrise-sunset): Use new error arg
3140 to calendar-cursor-to-date. 3140 to calendar-cursor-to-date.
3141 3141
3142 * cal-french.el (calendar-print-french-date,diary-french-date): 3142 * cal-french.el (calendar-print-french-date, diary-french-date):
3143 Use new error arg to calendar-cursor-to-date. 3143 Use new error arg to calendar-cursor-to-date.
3144 3144
3145 * cal-mayan.el (calendar-print-mayan-date): Use new error arg 3145 * cal-mayan.el (calendar-print-mayan-date): Use new error arg
@@ -3516,16 +3516,18 @@
3516 (diary-entry-marker, calendar-today-marker) 3516 (diary-entry-marker, calendar-today-marker)
3517 (calendar-holiday-marker): Don't autoload them; change definitions 3517 (calendar-holiday-marker): Don't autoload them; change definitions
3518 to support monochrome and color workstations. 3518 to support monochrome and color workstations.
3519 (calendar-french-date-string,calendar-mayan-date-string): Autoload them. 3519 (calendar-french-date-string, calendar-mayan-date-string):
3520 Autoload them.
3520 (calendar-day-of-year-string, calendar-iso-date-string) 3521 (calendar-day-of-year-string, calendar-iso-date-string)
3521 (calendar-julian-date-string,calendar-islamic-date-string) 3522 (calendar-julian-date-string, calendar-islamic-date-string)
3522 (calendar-hebrew-date-string,calendar-astro-date-string): New functions. 3523 (calendar-hebrew-date-string, calendar-astro-date-string):
3524 New functions.
3523 (calendar-print-day-of-year, calendar-print-iso-date) 3525 (calendar-print-day-of-year, calendar-print-iso-date)
3524 (calendar-print-iso-date,calendar-print-julian-date) 3526 (calendar-print-iso-date, calendar-print-julian-date)
3525 (calendar-print-islamic-date,calendar-print-hebrew-date) 3527 (calendar-print-islamic-date, calendar-print-hebrew-date)
3526 (calendar-print-astro-day-number): Use them. 3528 (calendar-print-astro-day-number): Use them.
3527 (calendar-mode-map): Add mouse support. 3529 (calendar-mode-map): Add mouse support.
3528 (calendar-unmark,mark-visible-calendar-date,calendar-mark-today): 3530 (calendar-unmark, mark-visible-calendar-date, calendar-mark-today):
3529 Rewritten. 3531 Rewritten.
3530 3532
3531 * diary.el (diary-day-of-year, diary-iso-date, diary-islamic-date) 3533 * diary.el (diary-day-of-year, diary-iso-date, diary-islamic-date)
@@ -5896,8 +5898,8 @@
5896 5898
5897 * loaddefs.el (ctl-x-map): `C-x r c' now runs `clear-rectangle'. 5899 * loaddefs.el (ctl-x-map): `C-x r c' now runs `clear-rectangle'.
5898 5900
5899 * texinfmt.el (texinfo-format-region texinfo-format-buffer): Add 5901 * texinfmt.el (texinfo-format-region texinfo-format-buffer):
5900 ###autoload cookies. 5902 Add ###autoload cookies.
5901 (batch-texinfo-format): Use `buffer-disable-undo' instead of 5903 (batch-texinfo-format): Use `buffer-disable-undo' instead of
5902 obsolete function `buffer-flush-undo'. 5904 obsolete function `buffer-flush-undo'.
5903 5905
@@ -5916,8 +5918,8 @@
5916 5918
59171993-08-26 Jim Blandy (blandy@comano.cscs.ch) 59191993-08-26 Jim Blandy (blandy@comano.cscs.ch)
5918 5920
5919 * add-log.el (add-log-full-name, add-log-mailing-address): New 5921 * add-log.el (add-log-full-name, add-log-mailing-address):
5920 variables. 5922 New variables.
5921 (add-change-log-entry): Don't ask for the login name and site name 5923 (add-change-log-entry): Don't ask for the login name and site name
5922 separately; instead, prompt for a mailing address; that's more 5924 separately; instead, prompt for a mailing address; that's more
5923 useful. Set add-log-full-name and add-log-mailing-address, so 5925 useful. Set add-log-full-name and add-log-mailing-address, so
@@ -8760,8 +8762,8 @@
8760 calendar-time-display-form): Change Universal Time (UT) to 8762 calendar-time-display-form): Change Universal Time (UT) to
8761 Coordinated Universal Time (UTC). 8763 Coordinated Universal Time (UTC).
8762 8764
8763 *solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset): Change 8765 * solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset):
8764 Universal Time (UT) to Coordinated Universal Time (UTC). 8766 Change Universal Time (UT) to Coordinated Universal Time (UTC).
8765 (solar-time-string): Use calendar-daylight-time-offset instead of 8767 (solar-time-string): Use calendar-daylight-time-offset instead of
8766 1 hr, and use calendar-daylight-savings-switchover-time instead of 8768 1 hr, and use calendar-daylight-savings-switchover-time instead of
8767 midnight. Add an optional parameter to allow forcing the use of 8769 midnight. Add an optional parameter to allow forcing the use of
diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5
index 84dfb1031fd..5bc0474c58b 100644
--- a/lisp/ChangeLog.5
+++ b/lisp/ChangeLog.5
@@ -4501,7 +4501,7 @@
4501 (reporter-status-message, reporter-status-count): New variables. 4501 (reporter-status-message, reporter-status-count): New variables.
4502 4502
4503 * reporter.el (reporter-update-status, reporter-beautify-list) 4503 * reporter.el (reporter-update-status, reporter-beautify-list)
4504 reporter-dump-variable): Now smarter about formatting variables 4504 (reporter-dump-variable): Now smarter about formatting variables
4505 with list values. Checks the value of reporter-dont-compact-list. 4505 with list values. Checks the value of reporter-dont-compact-list.
4506 4506
45071994-12-23 Richard Stallman <rms@mole.gnu.ai.mit.edu> 45071994-12-23 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@@ -4732,8 +4732,8 @@
4732 4732
47331994-12-18 Lawrence R. Dodd (dodd@roebling.poly.edu) 47331994-12-18 Lawrence R. Dodd (dodd@roebling.poly.edu)
4734 4734
4735 * fortran.el (fortran-end-if, fortran-end-do, 4735 * fortran.el (fortran-end-if, fortran-end-do)
4736 fortran-beginning-if, fortran-beginning-do): New subroutines. 4736 (fortran-beginning-if, fortran-beginning-do): New subroutines.
4737 (fortran-blink-matching-if, fortran-blink-matching-do): Use them. 4737 (fortran-blink-matching-if, fortran-blink-matching-do): Use them.
4738 (fortran-mark-do, fortran-mark-if): New user functions. 4738 (fortran-mark-do, fortran-mark-if): New user functions.
4739 (fortran-blink-matching-if, fortran-mode): Doc mod. 4739 (fortran-blink-matching-if, fortran-mode): Doc mod.
@@ -5249,8 +5249,8 @@
5249 5249
52501994-11-09 Francesco Potortì (pot@cnuce.cnr.it) 52501994-11-09 Francesco Potortì (pot@cnuce.cnr.it)
5251 5251
5252 * man.el (Man-berkeley-sed-script, Man-sysv-sed-script, 5252 * man.el (Man-berkeley-sed-script, Man-sysv-sed-script)
5253 Man-cleanup-manpage, Man-fontify-manpage): Handle the "+\bo" form 5253 (Man-cleanup-manpage, Man-fontify-manpage): Handle the "+\bo" form
5254 (used by aix) in addition to the "o\b+" one (used by sun). 5254 (used by aix) in addition to the "o\b+" one (used by sun).
5255 5255
52561994-11-09 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> 52561994-11-09 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
@@ -5285,8 +5285,8 @@
5285 5285
52861994-11-08 Ed Reingold <reingold@albert.gnu.ai.mit.edu> 52861994-11-08 Ed Reingold <reingold@albert.gnu.ai.mit.edu>
5287 5287
5288 * calendar.el (diary-entry-marker, calendar-today-marker, 5288 * calendar.el (diary-entry-marker, calendar-today-marker)
5289 calendar-holiday-marker): Don't supersede attributes for faces 5289 (calendar-holiday-marker): Don't supersede attributes for faces
5290 `diary-face', `calendar-display-face', or `holiday-face' if they 5290 `diary-face', `calendar-display-face', or `holiday-face' if they
5291 are already defined. 5291 are already defined.
5292 5292
@@ -5341,7 +5341,7 @@
5341 * bytecomp.el (byte-compile-insert-header): Escape backslashes 5341 * bytecomp.el (byte-compile-insert-header): Escape backslashes
5342 in FILENAME when putting it inside a string constant. 5342 in FILENAME when putting it inside a string constant.
5343 5343
53441994-10-31 voelker <voelker@cs.washington.edu> 53441994-10-31 Geoff Voelker <voelker@cs.washington.edu>
5345 5345
5346 * makefile.nt: New file. 5346 * makefile.nt: New file.
5347 5347
@@ -5634,8 +5634,8 @@
5634 5634
56351994-10-22 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 56351994-10-22 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
5636 5636
5637 * dired-aux.el (dired-do-tags-search, 5637 * dired-aux.el (dired-do-tags-search, dired-do-tags-query-replace):
5638 dired-do-tags-query-replace): New functions. 5638 New functions.
5639 * dired.el (dired-mode-map): Bind A to dired-do-tags-search, Q to 5639 * dired.el (dired-mode-map): Bind A to dired-do-tags-search, Q to
5640 dired-do-tags-query-replace. 5640 dired-do-tags-query-replace.
5641 5641
@@ -5665,8 +5665,8 @@
5665 5665
56661994-10-20 Noah Friedman <friedman@splode.com> 56661994-10-20 Noah Friedman <friedman@splode.com>
5667 5667
5668 * timer.el (timer-error, timer-abnormal-termination, 5668 * timer.el (timer-error, timer-abnormal-termination)
5669 timer-filter-error): New error conditions. 5669 (timer-filter-error): New error conditions.
5670 (timer-process-filter, timer-process-sentinel): Signal an error, 5670 (timer-process-filter, timer-process-sentinel): Signal an error,
5671 don't just print a message. 5671 don't just print a message.
5672 5672
@@ -5707,8 +5707,8 @@
5707 5707
57081994-10-19 Boris Goldowsky <boris@cs.rochester.edu> 57081994-10-19 Boris Goldowsky <boris@cs.rochester.edu>
5709 5709
5710 * facemenu.el (facemenu-face-menu, facemenu-foreground-menu, 5710 * facemenu.el (facemenu-face-menu, facemenu-foreground-menu)
5711 facemenu-background-menu, facemenu-special-menu): New or renamed 5711 (facemenu-background-menu, facemenu-special-menu): New or renamed
5712 variables for submenus. 5712 variables for submenus.
5713 * facemenu.el (facemenu-color-alist): Renamed from facemenu-colors. 5713 * facemenu.el (facemenu-color-alist): Renamed from facemenu-colors.
5714 * facemenu.el (facemenu-add-new-face): New function. 5714 * facemenu.el (facemenu-add-new-face): New function.
@@ -5901,8 +5901,8 @@
5901 (facemenu-add-face, facemenu-discard-redundant-faces): New functions. 5901 (facemenu-add-face, facemenu-discard-redundant-faces): New functions.
5902 5902
5903 * facemenu.el (facemenu-set-foreground, facemenu-set-background) 5903 * facemenu.el (facemenu-set-foreground, facemenu-set-background)
5904 (facemenu-get-face, facemenu-foreground, facemenu-background): New 5904 (facemenu-get-face, facemenu-foreground, facemenu-background):
5905 functions and variables. Faces with names of the form fg:color 5905 New functions and variables. Faces with names of the form fg:color
5906 and bg:color are now treated specially. 5906 and bg:color are now treated specially.
5907 (facemenu-update): Updated for above. 5907 (facemenu-update): Updated for above.
5908 5908
@@ -6168,10 +6168,10 @@
6168 * comint.el (comint-check-proc): Recognize `open'. 6168 * comint.el (comint-check-proc): Recognize `open'.
6169 (comint-exec): Use open-network-stream if command is a cons pair. 6169 (comint-exec): Use open-network-stream if command is a cons pair.
6170 6170
6171 * font-lock.el (compilation-mode-font-lock-keywords, 6171 * font-lock.el (compilation-mode-font-lock-keywords)
6172 rmail-summary-font-lock-keywords, dired-font-lock-keywords, 6172 (rmail-summary-font-lock-keywords, dired-font-lock-keywords)
6173 shell-font-lock-keywords, texi-font-lock-keywords, 6173 (shell-font-lock-keywords, texi-font-lock-keywords)
6174 perl-font-lock-keywords): Deleted. 6174 (perl-font-lock-keywords): Delete.
6175 6175
6176 * sh-script.el (sh-font-lock-keywords): Default to nil. 6176 * sh-script.el (sh-font-lock-keywords): Default to nil.
6177 6177
@@ -6232,7 +6232,7 @@
6232 (Man-filter-list, Man-original-frame, Man-arguments) 6232 (Man-filter-list, Man-original-frame, Man-arguments)
6233 (Man-fontify-manpage-flag, Man-sections-alist, Man-refpages-alist) 6233 (Man-fontify-manpage-flag, Man-sections-alist, Man-refpages-alist)
6234 (Man-uses-untabify-flag, Man-page-mode-string, Man-sed-script): 6234 (Man-uses-untabify-flag, Man-page-mode-string, Man-sed-script):
6235 Added defvar's to keep the compiler quiet. 6235 Add defvar's to keep the compiler quiet.
6236 (Man-getpage-in-background): Start buffer name with "*Man ". 6236 (Man-getpage-in-background): Start buffer name with "*Man ".
6237 instead of "*man " to avoid conflict with "*mail*". 6237 instead of "*man " to avoid conflict with "*mail*".
6238 (Man-match-substring): Defsubst moved before first call. 6238 (Man-match-substring): Defsubst moved before first call.
@@ -7016,7 +7016,7 @@
7016 7016
7017 * vc-hooks.el (vc-file-not-found-hook): Use save-excursion. 7017 * vc-hooks.el (vc-file-not-found-hook): Use save-excursion.
7018 7018
70191994-09-18 Kenneth Manheimer (klm@coil.nist.gov) 70191994-09-18 Ken Manheimer (klm@coil.nist.gov)
7020 7020
7021 * icomplete.el: Major rewrite to behave more like a minor mode. 7021 * icomplete.el: Major rewrite to behave more like a minor mode.
7022 Doc fixes. 7022 Doc fixes.
@@ -7233,14 +7233,14 @@
7233 7233
72341994-09-14 Boris Goldowsky <boris@cs.rochester.edu> 72341994-09-14 Boris Goldowsky <boris@cs.rochester.edu>
7235 7235
7236 * simple.el (repeat-complex-command, next-history-element, 7236 * simple.el (repeat-complex-command, next-history-element)
7237 previous-matching-history-element): Override print-level when 7237 (previous-matching-history-element): Override print-level when
7238 offering command lines to edit. 7238 offering command lines to edit.
7239 7239
72401994-09-13 Karl Heuer <kwzh@hal.gnu.ai.mit.edu> 72401994-09-13 Karl Heuer <kwzh@hal.gnu.ai.mit.edu>
7241 7241
7242 * faces.el (make-face-unbold, make-face-unitalic, make-face-bold, 7242 * faces.el (make-face-unbold, make-face-unitalic, make-face-bold)
7243 make-face-italic, make-face-bold-italic): Don't try to frob font 7243 (make-face-italic, make-face-bold-italic): Don't try to frob font
7244 if it's nil. 7244 if it's nil.
7245 7245
72461994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu> 72461994-09-11 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@@ -7967,8 +7967,8 @@
7967 Now accommodates buffer identifications generated by 7967 Now accommodates buffer identifications generated by
7968 mode-line.el and uniquify.el. 7968 mode-line.el and uniquify.el.
7969 7969
7970 * ediff.el (ediff-current-diff-face-A/B, 7970 * ediff.el (ediff-current-diff-face-A/B)
7971 ediff-fine-diff-face-A/B,ediff-odd/even-diff-face-A/B): 7971 (ediff-fine-diff-face-A/B, ediff-odd/even-diff-face-A/B):
7972 Variables changed to contain face names 7972 Variables changed to contain face names
7973 instead of face internal representation. 7973 instead of face internal representation.
7974 7974
@@ -8714,9 +8714,9 @@
8714 8714
87151994-06-22 Noah Friedman (friedman@splode.com) 87151994-06-22 Noah Friedman (friedman@splode.com)
8716 8716
8717 * rsz-mini.el (resize-minibuffer-window-exactly, 8717 * rsz-mini.el (resize-minibuffer-window-exactly)
8718 resize-minibuffer-frame, resize-minibuffer-frame-exactly): Doc 8718 (resize-minibuffer-frame, resize-minibuffer-frame-exactly):
8719 fixes. 8719 Doc fixes.
8720 (resize-minibuffer-frame-exactly): Make default t. 8720 (resize-minibuffer-frame-exactly): Make default t.
8721 (resize-minibuffer-frame-original-height): New variable. 8721 (resize-minibuffer-frame-original-height): New variable.
8722 (resize-minibuffer-setup): Set it locally in the minibuffer. 8722 (resize-minibuffer-setup): Set it locally in the minibuffer.
@@ -8912,8 +8912,8 @@
8912 8912
89131994-06-17 Roland McGrath (roland@geech.gnu.ai.mit.edu) 89131994-06-17 Roland McGrath (roland@geech.gnu.ai.mit.edu)
8914 8914
8915 * etags.el (tags-table-computed-list, 8915 * etags.el (tags-table-computed-list)
8916 tags-table-computed-list-for): New variables. 8916 (tags-table-computed-list-for): New variables.
8917 (tags-table-list-pointer, tags-table-list-started-at): Doc fixes. 8917 (tags-table-list-pointer, tags-table-list-started-at): Doc fixes.
8918 (tags-table-parent-pointer-list): Variable removed. 8918 (tags-table-parent-pointer-list): Variable removed.
8919 (tags-table-check-computed-list, tags-table-extend-computed-list): New 8919 (tags-table-check-computed-list, tags-table-extend-computed-list): New
diff --git a/lisp/ChangeLog.6 b/lisp/ChangeLog.6
index c3d748a7baa..85301ef78e1 100644
--- a/lisp/ChangeLog.6
+++ b/lisp/ChangeLog.6
@@ -686,7 +686,7 @@
686 686
6871996-06-23 Noah Friedman <friedman@splode.com> 6871996-06-23 Noah Friedman <friedman@splode.com>
688 688
689 * rlogin.el (rlogin): make comint-output-filter-functions local 689 * rlogin.el (rlogin): Make comint-output-filter-functions local
690 before adding hooks. 690 before adding hooks.
691 691
6921996-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu> 6921996-06-22 Richard Stallman <rms@psilocin.gnu.ai.mit.edu>
@@ -719,7 +719,7 @@
719 (ediff-make-diff2-buffer): Refuses to diff remote files. 719 (ediff-make-diff2-buffer): Refuses to diff remote files.
720 (ediff-make-diff2-buffer, ediff-setup-diff-regions): Changed functions. 720 (ediff-make-diff2-buffer, ediff-setup-diff-regions): Changed functions.
721 (ediff-make-diff2-buffer): New function. 721 (ediff-make-diff2-buffer): New function.
722 Added ^\C-m$ to ok-lines regexps 722 Add ^\C-m$ to ok-lines regexps.
723 723
724 * ediff-ptch.el: New file. 724 * ediff-ptch.el: New file.
725 725
@@ -1478,8 +1478,8 @@
1478 1478
14791996-04-18 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> 14791996-04-18 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
1480 1480
1481 * gnus.el (gnus-summary-pipe-output, gnus-buffer-configuration, 1481 * gnus.el (gnus-summary-pipe-output, gnus-buffer-configuration)
1482 gnus-window-to-buffer): Pop up the shell buffer after piping 1482 (gnus-window-to-buffer): Pop up the shell buffer after piping
1483 articles through a filter. 1483 articles through a filter.
1484 1484
1485 * gnus-ems.el: Make invisible text intangible as well. 1485 * gnus-ems.el: Make invisible text intangible as well.
@@ -2684,7 +2684,7 @@
2684 determined in c-emacs-features. 2684 determined in c-emacs-features.
2685 2685
2686 * cc-mode.el: 2686 * cc-mode.el:
2687 imenu is required in Emacs 19, but doesn't exist in XEmacs 2687 imenu is required in Emacs 19, but doesn't exist in XEmacs.
2688 2688
2689 * cc-mode.el (c-site-default-style): New variable. 2689 * cc-mode.el (c-site-default-style): New variable.
2690 2690
@@ -2874,15 +2874,15 @@
2874 2874
28751996-01-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 28751996-01-29 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
2876 2876
2877 * ada-mode.el (ada-indent-region, ada-check-matching-start, 2877 * ada-mode.el (ada-indent-region, ada-check-matching-start)
2878 ada-check-defun-name): Fix error format string. 2878 (ada-check-defun-name): Fix error format string.
2879 * allout.el (outline-process-exposed): Likewise. 2879 * allout.el (outline-process-exposed): Likewise.
2880 * bookmark.el (bookmark-load): Likewise. 2880 * bookmark.el (bookmark-load): Likewise.
2881 * cpp.el (cpp-parse-error): Likewise. 2881 * cpp.el (cpp-parse-error): Likewise.
2882 * ediff-init.el (ediff-event-point, ediff-event-buffer): 2882 * ediff-init.el (ediff-event-point, ediff-event-buffer):
2883 Likewise. 2883 Likewise.
2884 * etags.el (visit-tags-table-buffer, tags-loop-scan, 2884 * etags.el (visit-tags-table-buffer, tags-loop-scan)
2885 complete-tag): Likewise. 2885 (complete-tag): Likewise.
2886 * forms.el (forms--process-format-list): Likewise. 2886 * forms.el (forms--process-format-list): Likewise.
2887 * gnus-ems.el (gnus-summary-insert-pseudos-xemacs): Likewise. 2887 * gnus-ems.el (gnus-summary-insert-pseudos-xemacs): Likewise.
2888 * hexl.el (hexl-hex-char-to-integer, hexl-oct-char-to-integer): 2888 * hexl.el (hexl-hex-char-to-integer, hexl-oct-char-to-integer):
@@ -3106,8 +3106,8 @@
3106 * facemenu.el (list-text-properties-at): Likewise. 3106 * facemenu.el (list-text-properties-at): Likewise.
3107 * finder.el (finder-summary): Likewise. 3107 * finder.el (finder-summary): Likewise.
3108 * flow-ctrl.el (enable-flow-control): Likewise. 3108 * flow-ctrl.el (enable-flow-control): Likewise.
3109 * forms.el (forms--help, forms-search-forward, 3109 * forms.el (forms--help, forms-search-forward)
3110 forms-search-backward): Likewise. 3110 (forms-search-backward): Likewise.
3111 * help-macro.el (make-help-screen): Likewise. 3111 * help-macro.el (make-help-screen): Likewise.
3112 * hippie-exp.el (hippie-expand): Likewise. 3112 * hippie-exp.el (hippie-expand): Likewise.
3113 * holidays.el (calendar-cursor-holidays): Likewise. 3113 * holidays.el (calendar-cursor-holidays): Likewise.
@@ -3133,8 +3133,8 @@
3133 * type-break.el (type-break-demo-life): Likewise. 3133 * type-break.el (type-break-demo-life): Likewise.
3134 * view.el (view-mode-enter, View-scroll-lines-forward): Likewise. 3134 * view.el (view-mode-enter, View-scroll-lines-forward): Likewise.
3135 * viper-ex.el (ex-pwd, vip-info-on-file): Likewise. 3135 * viper-ex.el (ex-pwd, vip-info-on-file): Likewise.
3136 * viper-macs.el (ex-map-read-args, ex-unmap-read-args, 3136 * viper-macs.el (ex-map-read-args, ex-unmap-read-args)
3137 vip-record-kbd-macro): Likewise. 3137 (vip-record-kbd-macro): Likewise.
3138 * viper-util.el (vip-save-setting): Likewise. 3138 * viper-util.el (vip-save-setting): Likewise.
3139 3139
3140 * ada-mode.el (ada-adjust-case-region, ada-indent-region): Delete 3140 * ada-mode.el (ada-adjust-case-region, ada-indent-region): Delete
@@ -3146,14 +3146,14 @@
3146 * enriched.el (enriched-next-annotation): Likewise. 3146 * enriched.el (enriched-next-annotation): Likewise.
3147 * ispell4.el (ispell-point): Likewise. 3147 * ispell4.el (ispell-point): Likewise.
3148 * mh-e.el (mh-get-new-mail): Likewise. 3148 * mh-e.el (mh-get-new-mail): Likewise.
3149 * saveplace.el (toggle-save-place, save-place-alist-to-file, 3149 * saveplace.el (toggle-save-place, save-place-alist-to-file)
3150 load-save-place-alist-from-file): Likewise. 3150 (load-save-place-alist-from-file): Likewise.
3151 * shadow.el (list-load-path-shadows): Likewise. 3151 * shadow.el (list-load-path-shadows): Likewise.
3152 * shadowfile.el (shadow-cancel, shadow-copy-file): Likewise. 3152 * shadowfile.el (shadow-cancel, shadow-copy-file): Likewise.
3153 * subr.el (read-quoted-char): Likewise. 3153 * subr.el (read-quoted-char): Likewise.
3154 * tpu-edt.el (tpu-y-or-n-p): Likewise. 3154 * tpu-edt.el (tpu-y-or-n-p): Likewise.
3155 * vip.el (vip-replace-string, vip-search-forward, 3155 * vip.el (vip-replace-string, vip-search-forward)
3156 vip-search-backward): Likewise. 3156 (vip-search-backward): Likewise.
3157 * viper-ex.el (ex-set): Likewise. 3157 * viper-ex.el (ex-set): Likewise.
3158 3158
31591996-01-24 Karl Heuer <kwzh@gnu.ai.mit.edu> 31591996-01-24 Karl Heuer <kwzh@gnu.ai.mit.edu>
@@ -3176,9 +3176,9 @@
3176 3176
3177 * solitaire.el (solitaire): Doc fix. 3177 * solitaire.el (solitaire): Doc fix.
3178 3178
3179 * solar.el (solar-moment, solar-ephemeris-time, 3179 * solar.el (solar-moment, solar-ephemeris-time)
3180 solar-equatorial-coordinates, solar-horizontal-coordinates): Doc 3180 (solar-equatorial-coordinates, solar-horizontal-coordinates):
3181 fixes. 3181 Doc fixes.
3182 3182
3183 * lunar.el (lunar-new-moon-on-or-after): Doc fix. 3183 * lunar.el (lunar-new-moon-on-or-after): Doc fix.
3184 3184
@@ -3221,11 +3221,11 @@
3221 * cal-tex.el (cal-tex-preamble): Add \hfuzz=1000pt to get rid of 3221 * cal-tex.el (cal-tex-preamble): Add \hfuzz=1000pt to get rid of
3222 overfull box messages. 3222 overfull box messages.
3223 3223
3224 * solar.el (calendar-latitude, calendar-longitude, 3224 * solar.el (calendar-latitude, calendar-longitude)
3225 calendar-location-name, solar-sunrise-and-sunset): Fix doc strings. 3225 (calendar-location-name, solar-sunrise-and-sunset): Fix doc strings.
3226 (solar-exact-local-noon, solar-sunrise-sunset): Refer to 3226 (solar-exact-local-noon, solar-sunrise-sunset): Refer to
3227 (calendar-longitude) and (calendar-latitude) instead of 3227 (calendar-longitude) and (calendar-latitude) instead of
3228 calendar-longitude and 3228 calendar-longitude and calendar-latitude.
3229 3229
32301996-01-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> 32301996-01-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
3231 3231
@@ -3743,67 +3743,67 @@
3743 3743
3744 * custom.el (custom-default-validate): Fix message spelling. 3744 * custom.el (custom-default-validate): Fix message spelling.
3745 * debug.el (debug): Likewise. 3745 * debug.el (debug): Likewise.
3746 * doctor.el (make-doctor-variables, doctor-othermodifierp, 3746 * doctor.el (make-doctor-variables, doctor-othermodifierp)
3747 doctor-strangelove): Likewise. 3747 (doctor-strangelove): Likewise.
3748 * dunnet.el (dun-sauna-heat, dun-login): Likewise. 3748 * dunnet.el (dun-sauna-heat, dun-login): Likewise.
3749 * gnus.el (gnus-summary-save-article): Likewise. 3749 * gnus.el (gnus-summary-save-article): Likewise.
3750 * hideshow.el (hs-hide-block): Likewise. 3750 * hideshow.el (hs-hide-block): Likewise.
3751 * hilit19.el (hilit-submit-feedback): Likewise. 3751 * hilit19.el (hilit-submit-feedback): Likewise.
3752 * mail-extr.el (mail-extr-nuke-outside-range, 3752 * mail-extr.el (mail-extr-nuke-outside-range)
3753 mail-extr-all-top-level-domains): Likewise. 3753 (mail-extr-all-top-level-domains): Likewise.
3754 * simple.el (shell-command): Likewise. 3754 * simple.el (shell-command): Likewise.
3755 * term.el (term-process-pager): Likewise. 3755 * term.el (term-process-pager): Likewise.
3756 * term/sun-mouse.el (describe-mouse-briefly): Likewise. 3756 * term/sun-mouse.el (describe-mouse-briefly): Likewise.
3757 3757
3758 * ada-mode.el (ada-case-keyword, ada-auto-case, ada-krunch-args, 3758 * ada-mode.el (ada-case-keyword, ada-auto-case, ada-krunch-args)
3759 ada-call-pretty-printer): Doc fix. 3759 (ada-call-pretty-printer): Doc fix.
3760 * allout.el (outline-primary-bullet, outline-numbered-bullet, 3760 * allout.el (outline-primary-bullet, outline-numbered-bullet)
3761 outline-override-protect, outline-explicitly-deactivated, 3761 (outline-override-protect, outline-explicitly-deactivated)
3762 outline-init, outline-chart-subtree, outline-chart-spec, 3762 (outline-init, outline-chart-subtree, outline-chart-spec)
3763 outline-make-topic-prefix, outline-open-topic, 3763 (outline-make-topic-prefix, outline-open-topic)
3764 outline-reindent-body, outline-yank-processing, outline-yank, 3764 (outline-reindent-body, outline-yank-processing, outline-yank)
3765 outlineify-sticky): Doc fix. 3765 (outlineify-sticky): Doc fix.
3766 * apropos.el (apropos-files-scanned): Doc fix. 3766 * apropos.el (apropos-files-scanned): Doc fix.
3767 * arc-mode.el (archive-summarize-files): Doc fix. 3767 * arc-mode.el (archive-summarize-files): Doc fix.
3768 * bib-mode.el (capitalize-title-stop-words): Doc fix. 3768 * bib-mode.el (capitalize-title-stop-words): Doc fix.
3769 * bibtex.el (bibtex-generate-autokey, bibtex-find-entry-location): 3769 * bibtex.el (bibtex-generate-autokey, bibtex-find-entry-location):
3770 Doc fix. 3770 Doc fix.
3771 * bookmark.el (bookmark-save-flag, bookmark-read-annotation-text-func, 3771 * bookmark.el (bookmark-save-flag, bookmark-read-annotation-text-func)
3772 bookmark-rename, bookmark-bmenu-mode, bookmark-menu-rename): Doc fix. 3772 (bookmark-rename, bookmark-bmenu-mode, bookmark-menu-rename): Doc fix.
3773 * cc-mode.el (c-file-offsets, c++-mode, c-mode, objc-mode, 3773 * cc-mode.el (c-file-offsets, c++-mode, c-mode, objc-mode)
3774 c-postprocess-file-styles): Doc fix. 3774 (c-postprocess-file-styles): Doc fix.
3775 * cl-extra.el (cl-copy-tree): Doc fix. 3775 * cl-extra.el (cl-copy-tree): Doc fix.
3776 * comint.el (comint-ptyp, comint-completion-autolist): Doc fix. 3776 * comint.el (comint-ptyp, comint-completion-autolist): Doc fix.
3777 * compile.el (compilation-error-list): Doc fix. 3777 * compile.el (compilation-error-list): Doc fix.
3778 * cplus-md.el (c++-mode): Doc fix. 3778 * cplus-md.el (c++-mode): Doc fix.
3779 * cpp.el (cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list): 3779 * cpp.el (cpp-unknown-face, cpp-face-mono-list, cpp-face-all-list):
3780 Doc fix. 3780 Doc fix.
3781 * custom.el (rear-nonsticky, custom-property-set, custom-field-accept, 3781 * custom.el (rear-nonsticky, custom-property-set, custom-field-accept)
3782 custom-repeat-extract, custom-pair-extract, custom-list-extract, 3782 (custom-repeat-extract, custom-pair-extract, custom-list-extract)
3783 custom-choice-extract, custom-choice-validate, custom-mode-map): 3783 (custom-choice-extract, custom-choice-validate, custom-mode-map):
3784 Doc fix. 3784 Doc fix.
3785 * dired-x.el (dired-mark-sexp): Doc fix. 3785 * dired-x.el (dired-mark-sexp): Doc fix.
3786 * docref.el (docref-subst): Doc fix. 3786 * docref.el (docref-subst): Doc fix.
3787 * edebug.el (edebug-read): Doc fix. 3787 * edebug.el (edebug-read): Doc fix.
3788 * ediff-init.el (ediff-keep-variants): Doc fix. 3788 * ediff-init.el (ediff-keep-variants): Doc fix.
3789 * ediff-wind.el (ediff-prefer-iconified-control-frame): Doc fix. 3789 * ediff-wind.el (ediff-prefer-iconified-control-frame): Doc fix.
3790 * edt.el (edt-find-forward, edt-find-backward, edt-find, 3790 * edt.el (edt-find-forward, edt-find-backward, edt-find)
3791 edt-find-next-forward, edt-find-next-backward, edt-find-next): Doc fix. 3791 (edt-find-next-forward, edt-find-next-backward, edt-find-next): Doc fix.
3792 * ffap.el (ffap-list-env): Doc fix. 3792 * ffap.el (ffap-list-env): Doc fix.
3793 * files.el (make-directory): Doc fix. 3793 * files.el (make-directory): Doc fix.
3794 * fill.el (fill-context-prefix, unjustify-current-line, 3794 * fill.el (fill-context-prefix, unjustify-current-line)
3795 unjustify-region): Doc fix. 3795 (unjustify-region): Doc fix.
3796 * font-lock.el (font-lock-keywords): Doc fix. 3796 * font-lock.el (font-lock-keywords): Doc fix.
3797 * format.el (format-annotate-atomic-property-change): Doc fix. 3797 * format.el (format-annotate-atomic-property-change): Doc fix.
3798 * forms.el (forms-toggle-read-only, forms-enumerate): Doc fix. 3798 * forms.el (forms-toggle-read-only, forms-enumerate): Doc fix.
3799 gnus-cus.el: Doc fix. 3799 gnus-cus.el: Doc fix.
3800 * gnus-edit.el (gnus-score-custom-data): Doc fix. 3800 * gnus-edit.el (gnus-score-custom-data): Doc fix.
3801 * gnus-uu.el (gnus-uu-do-not-unpack-archives): Doc fix. 3801 * gnus-uu.el (gnus-uu-do-not-unpack-archives): Doc fix.
3802 * gnus.el (gnus-buffer-configuration, 3802 * gnus.el (gnus-buffer-configuration)
3803 gnus-article-hide-headers-if-wanted): Doc fix. 3803 (gnus-article-hide-headers-if-wanted): Doc fix.
3804 * hexl.el (hexl-program, hexl-beginning-of-1k-page, 3804 * hexl.el (hexl-program, hexl-beginning-of-1k-page)
3805 hexl-end-of-1k-page, hexl-beginning-of-512b-page, 3805 (hexl-end-of-1k-page, hexl-beginning-of-512b-page)
3806 hexl-end-of-512b-page): Doc fix. 3806 (hexl-end-of-512b-page): Doc fix.
3807 * hideshow.el (hs-unbalance-handler-method, hs-show-block): Doc fix. 3807 * hideshow.el (hs-unbalance-handler-method, hs-show-block): Doc fix.
3808 * hilit19.el (hilit-lookup-face-create): Doc fix. 3808 * hilit19.el (hilit-lookup-face-create): Doc fix.
3809 * icomplete.el (icomplete-simple-completing-p, icomplete-completions): 3809 * icomplete.el (icomplete-simple-completing-p, icomplete-completions):
@@ -3814,8 +3814,8 @@
3814 * iso-cvt.el (iso-fix-tex2iso): Doc fix. 3814 * iso-cvt.el (iso-fix-tex2iso): Doc fix.
3815 * ispell4.el (ispell-gnu-look-still-broken-p, ispell-message-text-end): 3815 * ispell4.el (ispell-gnu-look-still-broken-p, ispell-message-text-end):
3816 Doc fix. 3816 Doc fix.
3817 * make-mode.el (makefile-insert-special-target, 3817 * make-mode.el (makefile-insert-special-target)
3818 makefile-backslash-region): Doc fix. 3818 (makefile-backslash-region): Doc fix.
3819 * mh-e.el (mh-good-msg-regexp): Doc fix. 3819 * mh-e.el (mh-good-msg-regexp): Doc fix.
3820 * modula2.el (m2-case, m2-for, m2-if): Doc fix. 3820 * modula2.el (m2-case, m2-for, m2-if): Doc fix.
3821 * msb.el (msb-max-file-menu-items, msb-menu-cond): Doc fix. 3821 * msb.el (msb-max-file-menu-items, msb-menu-cond): Doc fix.
@@ -3830,12 +3830,12 @@
3830 * sh-script.el (sh-mode-syntax-table): Doc fix. 3830 * sh-script.el (sh-mode-syntax-table): Doc fix.
3831 * simple.el (next-completion): Doc fix. 3831 * simple.el (next-completion): Doc fix.
3832 * skeleton.el (skeleton-insert): Doc fix. 3832 * skeleton.el (skeleton-insert): Doc fix.
3833 * supercite.el (sc-citation-nonnested-root-regexp, 3833 * supercite.el (sc-citation-nonnested-root-regexp)
3834 sc-add-citation-level, sc-no-blank-line-or-header): Doc fix. 3834 (sc-add-citation-level, sc-no-blank-line-or-header): Doc fix.
3835 * tempo.el (tempo-local-tags, tempo-user-elements, tempo-use-tag-list): 3835 * tempo.el (tempo-local-tags, tempo-user-elements, tempo-use-tag-list):
3836 Doc fix. 3836 Doc fix.
3837 * term.el (term-ptyp, term-termcap-format, term-scroll-region, 3837 * term.el (term-ptyp, term-termcap-format, term-scroll-region)
3838 term-completion-autolist): Doc fix. 3838 (term-completion-autolist): Doc fix.
3839 * texinfo.el (texinfo-master-menu): Doc fix. 3839 * texinfo.el (texinfo-master-menu): Doc fix.
3840 * texnfo-upd.el (texinfo-master-menu): Doc fix. 3840 * texnfo-upd.el (texinfo-master-menu): Doc fix.
3841 * thingatpt.el (read-from-whole-string): Doc fix. 3841 * thingatpt.el (read-from-whole-string): Doc fix.
@@ -3845,8 +3845,8 @@
3845 * type-break.el (type-break-keystroke-threshold, type-break-mode): 3845 * type-break.el (type-break-keystroke-threshold, type-break-mode):
3846 Doc fix. 3846 Doc fix.
3847 * vip.el (vip-shift-width): Doc fix. 3847 * vip.el (vip-shift-width): Doc fix.
3848 * viper.el (vip-insert-diehard-minor-mode, vip-toggle-search-style, 3848 * viper.el (vip-insert-diehard-minor-mode, vip-toggle-search-style)
3849 vip-del-backward-char-in-replace, vip-query-replace): Doc fix. 3849 (vip-del-backward-char-in-replace, vip-query-replace): Doc fix.
3850 * vmsproc.el (display-subprocess-window): Doc fix. 3850 * vmsproc.el (display-subprocess-window): Doc fix.
3851 * xscheme.el (xscheme-control-g-synchronization-p): Doc fix. 3851 * xscheme.el (xscheme-control-g-synchronization-p): Doc fix.
3852 3852
@@ -4389,9 +4389,9 @@
4389 4389
43901995-12-19 Eli Zaretskii <eliz@is.elta.co.il> 43901995-12-19 Eli Zaretskii <eliz@is.elta.co.il>
4391 4391
4392 * time.el (display-time): make it work under ms-dos by setting the 4392 * time.el (display-time): Make it work under MS-DOS by setting the
4393 `dos-display-time' variable instead of invoking `wakeup' as 4393 `dos-display-time' variable instead of invoking `wakeup' as
4394 asynchronous process (which doesn't work under ms-dos). 4394 asynchronous process (which doesn't work under MS-DOS).
4395 4395
43961995-12-19 Karl Heuer <kwzh@gnu.ai.mit.edu> 43961995-12-19 Karl Heuer <kwzh@gnu.ai.mit.edu>
4397 4397
@@ -4419,8 +4419,8 @@
4419 4419
44201995-12-14 Lars Magne Ingebrigtsen <larsi@ifi.uio.no> 44201995-12-14 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
4421 4421
4422 * gnus.el (gnus-summary-mode-line-format, 4422 * gnus.el (gnus-summary-mode-line-format)
4423 gnus-article-mode-line-format, gnus-group-mode-line-format): 4423 (gnus-article-mode-line-format, gnus-group-mode-line-format):
4424 Include the buffer name in the default mode strings. 4424 Include the buffer name in the default mode strings.
4425 (gnus-mode-non-string-length): Changed the default to not 4425 (gnus-mode-non-string-length): Changed the default to not
4426 limit/pad mode line lengths. 4426 limit/pad mode line lengths.
@@ -4502,8 +4502,8 @@
4502 (bibtex-font-lock-keywords): New variable with font-lock keywords 4502 (bibtex-font-lock-keywords): New variable with font-lock keywords
4503 for BibTeX mode. 4503 for BibTeX mode.
4504 4504
4505 * bibtex.el (bibtex-make-optional-field): Not longer interactive 4505 * bibtex.el (bibtex-make-optional-field): Not longer interactive.
4506 (suggested by Karl Eichwalder <karl@pertron.central.de>). 4506 Suggested by Karl Eichwalder <karl@pertron.central.de>.
4507 4507
4508 * bibtex.el (bibtex-maintain-sorted-entries): Set to nil, since it 4508 * bibtex.el (bibtex-maintain-sorted-entries): Set to nil, since it
4509 requires more user attention and more restricted files to have 4509 requires more user attention and more restricted files to have
@@ -4561,8 +4561,8 @@
4561 to bibtex-completion-candidates). 4561 to bibtex-completion-candidates).
4562 (bibtex-complete-string): Made it use bibtex-string. 4562 (bibtex-complete-string): Made it use bibtex-string.
4563 4563
4564 * bibtex.el (bibtex-keys, 4564 * bibtex.el (bibtex-keys)
4565 bibtex-buffer-last-parsed-for-keys-tick): New buffer-local 4565 (bibtex-buffer-last-parsed-for-keys-tick): New buffer-local
4566 variables to make parsing of BibTeX buffer for reference keys 4566 variables to make parsing of BibTeX buffer for reference keys
4567 (needed by TAB completion in minibuffer when entering key) more 4567 (needed by TAB completion in minibuffer when entering key) more
4568 occasional. 4568 occasional.
@@ -4708,17 +4708,17 @@
4708 4708
47091995-11-29 Paul Eggert <eggert@twinsun.com> 47091995-11-29 Paul Eggert <eggert@twinsun.com>
4710 4710
4711 * cal-chinese.el (calendar-chinese-sexagesimal-name): Renamed from 4711 * cal-chinese.el (calendar-chinese-sexagesimal-name): Rename from
4712 calendar-chinese-sexagisimal-name to fix misspelling. 4712 calendar-chinese-sexagisimal-name to fix misspelling.
4713 * cal-hebrew.el (holiday-rosh-hashanah-etc): Fix misspelled var. 4713 * cal-hebrew.el (holiday-rosh-hashanah-etc): Fix misspelled var.
4714 * holidays.el (holiday-easter-etc): Fix misspelling of "Whitmonday". 4714 * holidays.el (holiday-easter-etc): Fix misspelling of "Whitmonday".
4715 * calendar.el (calendar-setup, calendar-basic-setup) 4715 * calendar.el (calendar-setup, calendar-basic-setup)
4716 (calendar-next-calendar-round-date) 4716 (calendar-next-calendar-round-date)
4717 (calendar-previous-calendar-round-date, cal-tex-cursor-year) 4717 (calendar-previous-calendar-round-date, cal-tex-cursor-year):
4718 * cal-julian.el (calendar-absolute-from-astro) 4718 * cal-julian.el (calendar-absolute-from-astro):
4719 * cal-mayan.el (calendar-next-calendar-round-date) 4719 * cal-mayan.el (calendar-next-calendar-round-date)
4720 (calendar-previous-calendar-round-date) 4720 (calendar-previous-calendar-round-date):
4721 * diary-lib.el (list-sexp-diary-entries) 4721 * diary-lib.el (list-sexp-diary-entries):
4722 * solar.el (solar-longitude): Doc fixes to fix misspellings. 4722 * solar.el (solar-longitude): Doc fixes to fix misspellings.
4723 4723
47241995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu> 47241995-11-29 Richard Stallman <rms@mole.gnu.ai.mit.edu>
@@ -5010,8 +5010,8 @@
50101995-11-14 Eric Ding <ericding@mit.edu> 50101995-11-14 Eric Ding <ericding@mit.edu>
5011 5011
5012 * goto-addr.el (goto-address-highlight-p): New variable. 5012 * goto-addr.el (goto-address-highlight-p): New variable.
5013 (goto-address-fontify): Removed check for invisible text, 5013 (goto-address-fontify): Remove check for invisible text,
5014 set inhibit-point-motion-hooks instead 5014 set inhibit-point-motion-hooks instead.
5015 5015
50161995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu> 50161995-11-13 Richard Stallman <rms@mole.gnu.ai.mit.edu>
5017 5017
@@ -5980,7 +5980,7 @@
5980 5980
5981 * help.el (print-help-return-message): Handle lists in 5981 * help.el (print-help-return-message): Handle lists in
5982 special-display-regexps and same-window-regexps. Also in 5982 special-display-regexps and same-window-regexps. Also in
5983 special-display-buffer-names and same-window-buffer-names 5983 special-display-buffer-names and same-window-buffer-names.
5984 5984
5985 * files.el (interpreter-mode-alist): Handle nawk. 5985 * files.el (interpreter-mode-alist): Handle nawk.
5986 5986
@@ -6157,8 +6157,8 @@
6157 dates; fix astro date message. 6157 dates; fix astro date message.
6158 (calendar-mouse-2-date-menu): Add dayname to menu. 6158 (calendar-mouse-2-date-menu): Add dayname to menu.
6159 6159
6160 * cal-french.el (french-calendar-special-days-array, 6160 * cal-french.el (french-calendar-special-days-array)
6161 calendar-french-date-string): Fix accents. 6161 (calendar-french-date-string): Fix accents.
6162 (calendar-goto-french-date): Use reverse instead of nreverse; fix 6162 (calendar-goto-french-date): Use reverse instead of nreverse; fix
6163 accents. 6163 accents.
6164 (french-calendar-epoch): New variable. 6164 (french-calendar-epoch): New variable.
@@ -6168,8 +6168,8 @@
6168 (dst-adjust-time): Moved and renamed from solar.el. 6168 (dst-adjust-time): Moved and renamed from solar.el.
6169 (dst-in-effect): New function. 6169 (dst-in-effect): New function.
6170 6170
6171 * solar.el (solar-equinoxes-solstices, solar-ephemeris-correction, 6171 * solar.el (solar-equinoxes-solstices, solar-ephemeris-correction)
6172 solar-equinoxes/solstices): Rewritten. 6172 (solar-equinoxes/solstices): Rewritten.
6173 (solar-apparent-longitude-of-sun): Deleted. 6173 (solar-apparent-longitude-of-sun): Deleted.
6174 (solar-longitude, solar-date-next-longitude): New functions. 6174 (solar-longitude, solar-date-next-longitude): New functions.
6175 (solar-adj-time-for-dst): Renamed dst-adjust-time and moved to 6175 (solar-adj-time-for-dst): Renamed dst-adjust-time and moved to
@@ -6178,31 +6178,30 @@
6178 Take angle mod 360.0. 6178 Take angle mod 360.0.
6179 (solar-tangent-degrees): Change to macro. 6179 (solar-tangent-degrees): Change to macro.
6180 6180
6181 * calendar.el (calendar-mod, calendar-absolute-from-astro, 6181 * calendar.el (calendar-mod, calendar-absolute-from-astro)
6182 calendar-astro-from-absolute): New functions. 6182 (calendar-astro-from-absolute): New functions.
6183 (calendar-astro-date-string, calendar-goto-astro-day-number): Use 6183 (calendar-astro-date-string, calendar-goto-astro-day-number):
6184 them. Autoload holiday-chinese-new-year, 6184 Use them. Autoload holiday-chinese-new-year,
6185 calendar-goto-chinese-date, calendar-print-chinese-date, 6185 calendar-goto-chinese-date, calendar-print-chinese-date,
6186 calendar-chinese-date-string, calendar-goto-coptic-date, 6186 calendar-chinese-date-string, calendar-goto-coptic-date,
6187 calendar-print-coptic-date, calendar-coptic-date-string, 6187 calendar-print-coptic-date, calendar-coptic-date-string,
6188 calendar-goto-ethiopic-date, calendar-print-ethiopic-date, 6188 calendar-goto-ethiopic-date, calendar-print-ethiopic-date,
6189 calendar-ethiopic-date-string, calendar-one-frame-setup, and 6189 calendar-ethiopic-date-string, calendar-one-frame-setup, and
6190 calendar-two-frame-setup. (oriental-holidays): New variable for 6190 calendar-two-frame-setup.
6191 Chinese New Year. (calendar-mode-map): Put Chinese and Coptic 6191 (oriental-holidays): New variable for Chinese New Year.
6192 calendar functions on keys. (calendar-setup): Moved here from 6192 (calendar-mode-map): Put Chinese and Coptic calendar functions on keys.
6193 cal-x.el. (diary-file): Mention Chinese, Coptic, and Ethiopic 6193 (calendar-setup): Moved here from cal-x.el.
6194 dates. (calendar-goto-today, calendar-forward-month, 6194 (diary-file): Mention Chinese, Coptic, and Ethiopic dates.
6195 calendar-forward-year, calendar-backward-month, 6195 (calendar-goto-today, calendar-forward-month, calendar-forward-year)
6196 calendar-backward-year, scroll-calendar-left, 6196 (calendar-backward-month, calendar-backward-year, scroll-calendar-left)
6197 scroll-calendar-right, scroll-calendar-left-three-months, 6197 (scroll-calendar-right, scroll-calendar-left-three-months)
6198 scroll-calendar-right-three-months, 6198 (scroll-calendar-right-three-months, calendar-cursor-to-nearest-date)
6199 calendar-cursor-to-nearest-date, calendar-forward-day, 6199 (calendar-forward-day, calendar-backward-day, calendar-forward-week)
6200 calendar-backward-day, calendar-forward-week, 6200 (calendar-backward-week, calendar-beginning-of-week)
6201 calendar-backward-week, calendar-beginning-of-week, 6201 (calendar-end-of-week, calendar-beginning-of-month)
6202 calendar-end-of-week, calendar-beginning-of-month, 6202 (calendar-end-of-month, calendar-beginning-of-year)
6203 calendar-end-of-month, calendar-beginning-of-year, 6203 (calendar-end-of-year, calendar-cursor-to-visible-date)
6204 calendar-end-of-year, calendar-cursor-to-visible-date, 6204 (calendar-goto-date, calendar-goto-iso-date): Moved to cal-move.el.
6205 calendar-goto-date, calendar-goto-iso-date): Moved to cal-move.el.
6206 (calendar-goto-julian-date): Moved to cal-julian. 6205 (calendar-goto-julian-date): Moved to cal-julian.
6207 (calendar-cursor-to-date, generate-calendar-month): Consider the 6206 (calendar-cursor-to-date, generate-calendar-month): Consider the
6208 space next to a one-digit date as being on that date. 6207 space next to a one-digit date as being on that date.
@@ -6210,8 +6209,8 @@
6210 * cal-mayan.el (calendar-mayan-tzolkin-from-absolute): Use them. 6209 * cal-mayan.el (calendar-mayan-tzolkin-from-absolute): Use them.
6211 (mayan-adjusted-mod): Moved to calendar.el and renamed calendar-mod. 6210 (mayan-adjusted-mod): Moved to calendar.el and renamed calendar-mod.
6212 6211
6213 * lunar.el (lunar-new-moon-time, lunar-new-moon-on-or-after) New 6212 * lunar.el (lunar-new-moon-time, lunar-new-moon-on-or-after):
6214 functions. 6213 New functions.
6215 6214
62161995-09-18 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu> 62151995-09-18 Richard Stallman <rms@whiz-bang.gnu.ai.mit.edu>
6217 6216
@@ -6863,7 +6862,7 @@
6863 (skeleton-read): Don't quit and remove partial skeleton when empty 6862 (skeleton-read): Don't quit and remove partial skeleton when empty
6864 string entered for outer iterator. Added implicit argument `input'. 6863 string entered for outer iterator. Added implicit argument `input'.
6865 (define-skeleton, skeleton-insert, skeleton-internal-list): Use `x 6864 (define-skeleton, skeleton-insert, skeleton-internal-list): Use `x
6866 rather than backquote's (` x) or own (list 'x) 6865 rather than backquote's (` x) or own (list 'x).
6867 6866
6868 * sh-script.el (sh-test): New variable. 6867 * sh-script.el (sh-test): New variable.
6869 (sh-if, sh-until, sh-while): Use it. 6868 (sh-if, sh-until, sh-while): Use it.
@@ -7011,8 +7010,8 @@
7011 7010
70121995-08-04 Stephen A. Wood <saw@hallc1.cebaf.gov> 70111995-08-04 Stephen A. Wood <saw@hallc1.cebaf.gov>
7013 7012
7014 * fortran.el (fortran-auto-fill-mode, fortran-do-auto-fill, 7013 * fortran.el (fortran-auto-fill-mode, fortran-do-auto-fill)
7015 fortran-fill): Invoke auto filling only when past fill-column. 7014 (fortran-fill): Invoke auto filling only when past fill-column.
7016 7015
70171995-08-04 Roland McGrath <roland@churchy.gnu.ai.mit.edu> 70161995-08-04 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
7018 7017
@@ -7287,7 +7286,7 @@
7287 7286
72881995-07-25 Ake Stenhoff <etxaksf@aom.ericsson.se> 72871995-07-25 Ake Stenhoff <etxaksf@aom.ericsson.se>
7289 7288
7290 * perl-mode.el (perl-imenu-generic-expression) New variable. 7289 * perl-mode.el (perl-imenu-generic-expression): New variable.
7291 (perl-mode): Set imenu-generic-expression. 7290 (perl-mode): Set imenu-generic-expression.
7292 7291
7293 * imenu.el (imenu-generic-expression): Call make-variable-buffer-local. 7292 * imenu.el (imenu-generic-expression): Call make-variable-buffer-local.
@@ -7640,7 +7639,7 @@
7640 apropos-command in apropos.el. 7639 apropos-command in apropos.el.
7641 7640
7642 * autoload.el (make-autoload): Generate `(autoload ...)' form for 7641 * autoload.el (make-autoload): Generate `(autoload ...)' form for
7643 `(define-skeleton ...)' 7642 `(define-skeleton ...)'.
7644 7643
7645 * skeleton.el: Partly rewritten and extended. 7644 * skeleton.el: Partly rewritten and extended.
7646 (skeleton-filter, skeleton-untabify, skeleton-further-elements) 7645 (skeleton-filter, skeleton-untabify, skeleton-further-elements)
@@ -7702,7 +7701,7 @@
7702 * two-column.el: Symbols renamed to be like mode-line indicator. 7701 * two-column.el: Symbols renamed to be like mode-line indicator.
7703 Supposed to now also work for Lucid. 7702 Supposed to now also work for Lucid.
7704 (2C-mode-map): New name for `tc-mode-map'. Additionally bound to [f2]. 7703 (2C-mode-map): New name for `tc-mode-map'. Additionally bound to [f2].
7705 (2C-minor-mode-map) New variable. 7704 (2C-minor-mode-map): New variable.
7706 (2C-mode): New name for `tc-other'. 7705 (2C-mode): New name for `tc-other'.
7707 (2C-mode-line-format): New name for `tc-mode-line-format'. 7706 (2C-mode-line-format): New name for `tc-mode-line-format'.
7708 (2C-other-buffer-hook): New variable. 7707 (2C-other-buffer-hook): New variable.
@@ -7799,7 +7798,7 @@
77991995-06-29 David M. Smith <D.M.Smith@lancaster.ac.uk> 77981995-06-29 David M. Smith <D.M.Smith@lancaster.ac.uk>
7800 7799
7801 * ielm.el (ielm-font-lock-keywords): New variable. 7800 * ielm.el (ielm-font-lock-keywords): New variable.
7802 (inferior-emacs-lisp-mode): Use it for font-lock support 7801 (inferior-emacs-lisp-mode): Use it for font-lock support.
7803 7802
78041995-06-29 Bryan O'Sullivan <bos@Eng.Sun.COM> 78031995-06-29 Bryan O'Sullivan <bos@Eng.Sun.COM>
7805 7804
@@ -7944,7 +7943,7 @@
7944 7943
79451995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu> 79441995-06-24 Richard Stallman <rms@mole.gnu.ai.mit.edu>
7946 7945
7947 * rmail.el (rmail-revert): Use the default revert-buffer-function 7946 * rmail.el (rmail-revert): Use the default revert-buffer-function.
7948 7947
7949 * simple.el (newline): Put point at right place if insert gets error. 7948 * simple.el (newline): Put point at right place if insert gets error.
7950 7949
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7
index 10c8a024df0..5bc9c8a8d25 100644
--- a/lisp/ChangeLog.7
+++ b/lisp/ChangeLog.7
@@ -1902,7 +1902,7 @@
1902 (japanese-hankaku-region): Likewise. 1902 (japanese-hankaku-region): Likewise.
1903 (japanese-zenkaku-region): Likewise. 1903 (japanese-zenkaku-region): Likewise.
1904 1904
19051998-06-22 WJCarpenter <bill@carpenter.ORG> 19051998-06-22 WJ Carpenter <bill@carpenter.ORG>
1906 1906
1907 * mail/feedmail.el: New file. 1907 * mail/feedmail.el: New file.
1908 1908
diff --git a/lisp/erc/ChangeLog.06 b/lisp/erc/ChangeLog.06
index 5465a624bb0..5dd77d5dfd8 100644
--- a/lisp/erc/ChangeLog.06
+++ b/lisp/erc/ChangeLog.06
@@ -18,7 +18,7 @@
18 (erc-nickserv-identify-on-connect) 18 (erc-nickserv-identify-on-connect)
19 (erc-nickserv-identify-on-nick-change): Handle 'both method. 19 (erc-nickserv-identify-on-nick-change): Handle 'both method.
20 20
212006-12-28 Leo <sdl.web@gmail.com> (tiny change) 212006-12-28 Leo Liu <sdl.web@gmail.com> (tiny change)
22 22
23 * erc.el (erc-iswitchb): Wrap body in unwind-protect so that 23 * erc.el (erc-iswitchb): Wrap body in unwind-protect so that
24 hitting C-g does not leave iswitchb-mode on. 24 hitting C-g does not leave iswitchb-mode on.
@@ -51,7 +51,7 @@
51 * erc.el (erc-open): Restore old point correctly, or at least get 51 * erc.el (erc-open): Restore old point correctly, or at least get
52 closer to doing so than before. 52 closer to doing so than before.
53 53
542006-12-13 Leo <sdl.web@gmail.com> (tiny change) 542006-12-13 Leo Liu <sdl.web@gmail.com> (tiny change)
55 55
56 * erc.el (erc-iswitchb): Temporarily enable iswitchb mode if it 56 * erc.el (erc-iswitchb): Temporarily enable iswitchb mode if it
57 isn't active already, instead of leaving it on. 57 isn't active already, instead of leaving it on.
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 630184a60c5..9a4d8abe3e8 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -93,7 +93,7 @@
93 93
94 * gnus.el (gnus-parameters): Note precedence. 94 * gnus.el (gnus-parameters): Note precedence.
95 95
962012-01-04 Leo <sdl.web@gmail.com> 962012-01-04 Leo Liu <sdl.web@gmail.com>
97 97
98 * nndraft.el (nndraft-update-unread-articles): Don't move point around 98 * nndraft.el (nndraft-update-unread-articles): Don't move point around
99 in the group buffer. 99 in the group buffer.
@@ -125,7 +125,7 @@
125 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection 125 * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
126 status in the correct buffer. 126 status in the correct buffer.
127 127
1282012-01-03 Leo <sdl.web@gmail.com> 1282012-01-03 Leo Liu <sdl.web@gmail.com>
129 129
130 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around 130 * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
131 when opening topics (bug#10407). 131 when opening topics (bug#10407).
@@ -11234,7 +11234,7 @@
11234 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine". 11234 * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11235 (gnus-treat-body-boundary): Don't test window-system. 11235 (gnus-treat-body-boundary): Don't test window-system.
11236 11236
112372007-10-28 Leo <sdl.web@gmail.com> (tiny change) 112372007-10-28 Leo Liu <sdl.web@gmail.com> (tiny change)
11238 11238
11239 * gnus-art.el (gnus-treat-emphasize): Don't test window-system. 11239 * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11240 11240
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 961f3fdd4e0..7bee98d8110 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -1177,7 +1177,7 @@
1177 * org.el: Remap `outline-promote' and `outline-demote' keys to 1177 * org.el: Remap `outline-promote' and `outline-demote' keys to
1178 `org-promote-subtree' and `org-demote-subtree'. 1178 `org-promote-subtree' and `org-demote-subtree'.
1179 1179
11802012-01-03 Leo <sdl.web@gmail.com> 11802012-01-03 Leo Liu <sdl.web@gmail.com>
1181 1181
1182 * org-agenda.el (org-agenda-do-context-action): Check if marker is 1182 * org-agenda.el (org-agenda-do-context-action): Check if marker is
1183 valid before use. 1183 valid before use.
@@ -2964,7 +2964,7 @@
2964 2964
2965 * org-latex.el (org-export-latex-header-defs-re): Delete. 2965 * org-latex.el (org-export-latex-header-defs-re): Delete.
2966 2966
29672011-07-28 Bastien <bzg@gnu.org> 29672011-07-28 Bastien Guerry <bzg@gnu.org>
2968 2968
2969 * org.el (org-last-set-property): New variable. 2969 * org.el (org-last-set-property): New variable.
2970 (org-read-property-name): Use the new variable: the prompt 2970 (org-read-property-name): Use the new variable: the prompt
@@ -6786,7 +6786,7 @@
6786 * ob.el (org-babel-params-from-properties): Test for 6786 * ob.el (org-babel-params-from-properties): Test for
6787 "header-arg-name" and ":header-arg-name", in that order. 6787 "header-arg-name" and ":header-arg-name", in that order.
6788 6788
67892011-07-28 Bastien <bastien.guerry@wikimedia.fr> 67892011-07-28 Bastien Guerry <bzg@gnu.org>
6790 6790
6791 * org-capture.el (org-capture-templates): Document "currentfile" 6791 * org-capture.el (org-capture-templates): Document "currentfile"
6792 for capture template. 6792 for capture template.
@@ -19573,7 +19573,7 @@
19573 against all agenda files. 19573 against all agenda files.
19574 19574
195752008-10-12 Carsten Dominik <dominik@science.uva.nl> 195752008-10-12 Carsten Dominik <dominik@science.uva.nl>
19576 Bastien Guerry <bzg@altern.org> 19576 Bastien Guerry <bzg@altern.org>
19577 19577
19578 * org-list.el: New file, aggregating list functions from org.el 19578 * org-list.el: New file, aggregating list functions from org.el
19579 and org-export-latex.el. 19579 and org-export-latex.el.
diff --git a/src/ChangeLog b/src/ChangeLog
index e80f335bfc7..83e703e80a1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -118,7 +118,7 @@
118 (trackingNotification): Surround with ifdef NS_IMPL_COCOA. 118 (trackingNotification): Surround with ifdef NS_IMPL_COCOA.
119 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA. 119 (syms_of_nsmenu): Set trackingMenu to 1 if not NS_IMPL_COCOA.
120 120
1212011-12-18 David Reitter <reitter@cmu.edu> 1212011-12-18 David Reitter <reitter@cmu.edu>
122 122
123 * nsterm.m (ns_term_init): Subscribe for notifications 123 * nsterm.m (ns_term_init): Subscribe for notifications
124 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification 124 NSMenuDidBeginTrackingNotification and NSMenuDidEndTrackingNotification
@@ -5767,7 +5767,7 @@
5767 where the include path doesn't have X11/X.h by default. See 5767 where the include path doesn't have X11/X.h by default. See
5768 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>. 5768 <http://lists.gnu.org/archive/html/emacs-devel/2011-05/msg00561.html>.
5769 5769
57702011-05-20 Kenichi Handa <handa@m17n.org> 57702011-05-20 Kenichi Handa <handa@m17n.org>
5771 5771
5772 * composite.c (find_automatic_composition): Fix previous change. 5772 * composite.c (find_automatic_composition): Fix previous change.
5773 5773
@@ -6109,7 +6109,7 @@
6109 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end 6109 * lread.c (lisp_file_lexically_bound_p): Stop scanning at end
6110 marker. (Bug#8610) 6110 marker. (Bug#8610)
6111 6111
61122011-05-05 Eli Zaretskii <eliz@gnu.org> 61122011-05-05 Eli Zaretskii <eliz@gnu.org>
6113 6113
6114 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]: 6114 * w32heap.c (allocate_heap) [USE_LISP_UNION_TYPE || USE_LSB_TAG]:
6115 New version that can reserve upto 2GB of heap space. 6115 New version that can reserve upto 2GB of heap space.
@@ -8313,7 +8313,7 @@
8313 are now in src/globals.h. 8313 are now in src/globals.h.
8314 (syms_of_minibuf): Remove spurious & from previous change. 8314 (syms_of_minibuf): Remove spurious & from previous change.
8315 8315
83162011-03-20 Leo <sdl.web@gmail.com> 83162011-03-20 Leo Liu <sdl.web@gmail.com>
8317 8317
8318 * minibuf.c (completing-read-function): New variable. 8318 * minibuf.c (completing-read-function): New variable.
8319 (completing-read-default): Rename from completing-read. 8319 (completing-read-default): Rename from completing-read.
diff --git a/src/ChangeLog.11 b/src/ChangeLog.11
index 6c361399535..e8bfd964312 100644
--- a/src/ChangeLog.11
+++ b/src/ChangeLog.11
@@ -3538,7 +3538,6 @@
3538 * nsmenu.m (syms_of_nsmenu): 3538 * nsmenu.m (syms_of_nsmenu):
3539 * nsfns.m (syms_of_nsfns): 3539 * nsfns.m (syms_of_nsfns):
3540 * msdos.c (syms_of_msdos): 3540 * msdos.c (syms_of_msdos):
3541
3542 * image.c (syms_of_image): 3541 * image.c (syms_of_image):
3543 * charset.c (syms_of_charset): Use intern_c_string instead of intern. 3542 * charset.c (syms_of_charset): Use intern_c_string instead of intern.
3544 3543
@@ -4388,7 +4387,7 @@
4388 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change. 4387 * xml.c (Fxml_parse_string, Fxml_parse_string): Revert last change.
4389 Don't make first argument optional. Doc fix. 4388 Don't make first argument optional. Doc fix.
4390 4389
43912010-09-14 Leo <sdl.web@gmail.com> (tiny change) 43902010-09-14 Leo Liu <sdl.web@gmail.com> (tiny change)
4392 4391
4393 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the 4392 * xml.c (Fxml_parse_string, Fhtml_parse_string): Fix up the
4394 parameters for the doc string. 4393 parameters for the doc string.
@@ -29523,7 +29522,7 @@
29523 (Fdisplay_buffer): Use it. 29522 (Fdisplay_buffer): Use it.
29524 (syms_of_window): Export, and initialize it. 29523 (syms_of_window): Export, and initialize it.
29525 29524
295262007-09-06 Pixel <pixel@mandriva.com> (tiny change) 295252007-09-06 Pascal Rigaux <pixel@mandriva.com> (tiny change)
29527 29526
29528 * image.c (gif_load): Fix bug: Handle nonexistent colormap. 29527 * image.c (gif_load): Fix bug: Handle nonexistent colormap.
29529 29528