aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2000-10-31 18:14:00 +0000
committerThien-Thi Nguyen2000-10-31 18:14:00 +0000
commit4836835a23ad989986b7de9432512b004e45f1e3 (patch)
treeedfde7ff1208bba4f3b5350559afcc732f3b0a8a
parentacce6d21f9561b9ae93624d60ddb892c8c05f44b (diff)
downloademacs-4836835a23ad989986b7de9432512b004e45f1e3.tar.gz
emacs-4836835a23ad989986b7de9432512b004e45f1e3.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog61
1 files changed, 33 insertions, 28 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4f618038514..27efc618ff0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4 functional change.
5
12000-10-31 Gerd Moellmann <gerd@gnu.org> 62000-10-31 Gerd Moellmann <gerd@gnu.org>
2 7
3 * files.el (find-file-noselect): When we expand a wildcard, return 8 * files.el (find-file-noselect): When we expand a wildcard, return
@@ -65,7 +70,7 @@
65 * delim-col.el: Little fix: replace delimit-columns-align-columns by 70 * delim-col.el: Little fix: replace delimit-columns-align-columns by
66 delimit-columns-format. 71 delimit-columns-format.
67 (delimit-columns-region, delimit-columns-rectangle): Code fix. 72 (delimit-columns-region, delimit-columns-rectangle): Code fix.
68 73
692000-10-30 Miles Bader <miles@lsi.nec.co.jp> 742000-10-30 Miles Bader <miles@lsi.nec.co.jp>
70 75
71 * comint.el (comint-replace-by-expanded-history): Don't use 76 * comint.el (comint-replace-by-expanded-history): Don't use
@@ -97,9 +102,9 @@
97 programs are modified and moved from mac-win.el. 102 programs are modified and moved from mac-win.el.
98 (mac-roman): Definition of this coding system is modified and 103 (mac-roman): Definition of this coding system is modified and
99 moved from mac-win.el. 104 moved from mac-win.el.
100 105
1012000-10-29 Michael Kifer <kifer@cs.sunysb.edu> 1062000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
102 107
103 * ediff-wind.el (ediff-setup-control-frame): Enclose 108 * ediff-wind.el (ediff-setup-control-frame): Enclose
104 face-attribute in condition-case to avoid errors in older emacsen. 109 face-attribute in condition-case to avoid errors in older emacsen.
105 110
@@ -234,7 +239,7 @@
234 command name names an aliased. 239 command name names an aliased.
235 240
2362000-10-29 Michael Kifer <kifer@cs.sunysb.edu> 2412000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
237 242
238 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids 243 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
239 redrawing the screen when changing cursor color. 244 redrawing the screen when changing cursor color.
240 (viper-insert-state-pre-command-sentinel) 245 (viper-insert-state-pre-command-sentinel)
@@ -249,7 +254,7 @@
249 Many functions changed to use viper= instead of = when comparing 254 Many functions changed to use viper= instead of = when comparing
250 characters. 255 characters.
251 * viper.el (viper-insert-state-mode-list): Added eshell. 256 * viper.el (viper-insert-state-mode-list): Added eshell.
252 257
253 * ediff-init.el (ediff-before-setup-hook): New hook. 258 * ediff-init.el (ediff-before-setup-hook): New hook.
254 Several typos fixed in various docstrings. 259 Several typos fixed in various docstrings.
255 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed. 260 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
@@ -268,7 +273,7 @@
268 dired buffer. 273 dired buffer.
269 (ediff-files,ediff-merge-files,ediff-files3) 274 (ediff-files,ediff-merge-files,ediff-files3)
270 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name. 275 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
271 276
2722000-10-28 Dave Love <fx@gnu.org> 2772000-10-28 Dave Love <fx@gnu.org>
273 278
274 * info.el (Info-fontify-node): Add help-echo for menu items. 279 * info.el (Info-fontify-node): Add help-echo for menu items.
@@ -329,19 +334,19 @@
329 334
3302000-10-27 Andre Spiegel <spiegel@gnu.org> 3352000-10-27 Andre Spiegel <spiegel@gnu.org>
331 336
332 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for 337 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
333 manual backups and file.~<rev>.~ for automatic ones. 338 manual backups and file.~<rev>.~ for automatic ones.
334 (vc-make-version-backup): Don't do it on MS-DOS without long file 339 (vc-make-version-backup): Don't do it on MS-DOS without long file
335 names. 340 names.
336 341
337 * vc.el (vc-version-other-window): If an automatic backup of the 342 * vc.el (vc-version-other-window): If an automatic backup of the
338 desired version exists, rename it instead of copying it. 343 desired version exists, rename it instead of copying it.
339 344
340 * vc-cvs.el (vc-cvs-checkin): Check both status and error message 345 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
341 after command. If there's an unexpected error, signal it instead 346 after command. If there's an unexpected error, signal it instead
342 of being silent. 347 of being silent.
343 (vc-cvs-merge-news): Be prepared for no news at all. 348 (vc-cvs-merge-news): Be prepared for no news at all.
344 349
3452000-10-27 Miles Bader <miles@lsi.nec.co.jp> 3502000-10-27 Miles Bader <miles@lsi.nec.co.jp>
346 351
347 * shell.el (shell): Add BUFFER argument. 352 * shell.el (shell): Add BUFFER argument.
@@ -365,7 +370,7 @@
365 370
366 * ps-print.el: Avoid compilation gripes. 371 * ps-print.el: Avoid compilation gripes.
367 (ps-print-version): New version number (6.2.1). 372 (ps-print-version): New version number (6.2.1).
368 373
3692000-10-26 Dave Love <fx@gnu.org> 3742000-10-26 Dave Love <fx@gnu.org>
370 375
371 * menu-bar.el: Modify some menu item help strings. 376 * menu-bar.el: Modify some menu item help strings.
@@ -467,7 +472,7 @@
467 (authors): Set file coding system to iso-2022-7bit. Add 472 (authors): Set file coding system to iso-2022-7bit. Add
468 file-local variables to output buffer. 473 file-local variables to output buffer.
469 474
470 * files.el (after-find-file): Don't print any warnings if 475 * files.el (after-find-file): Don't print any warnings if
471 WARN is nil. 476 WARN is nil.
472 477
4732000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> 4782000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
@@ -484,7 +489,7 @@
484 (delimit-columns-region, delimit-columns-rectangle) 489 (delimit-columns-region, delimit-columns-rectangle)
485 (delimit-columns-rectangle-line): Modified to support column 490 (delimit-columns-rectangle-line): Modified to support column
486 formatting. 491 formatting.
487 492
4882000-10-24 Dave Love <fx@gnu.org> 4932000-10-24 Dave Love <fx@gnu.org>
489 494
490 * log-edit.el (log-edit): Add :version and a :group for vc. 495 * log-edit.el (log-edit): Add :version and a :group for vc.
@@ -564,7 +569,7 @@
564 (imenu--create-keymap-1): Avoid append. 569 (imenu--create-keymap-1): Avoid append.
565 570
566 * textmodes/refill.el: Remove bits redundant with define-minor-mode. 571 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
567 572
5682000-10-23 Miles Bader <miles@lsi.nec.co.jp> 5732000-10-23 Miles Bader <miles@lsi.nec.co.jp>
569 574
570 [the following changes fix a bug where `define-minor-mode' didn't 575 [the following changes fix a bug where `define-minor-mode' didn't
@@ -586,10 +591,10 @@
586 591
587 * faces.el (face-user-default-spec, face-default-spec): New functions. 592 * faces.el (face-user-default-spec, face-default-spec): New functions.
588 (face-spec-choose, face-spec-set): Document nil-SPEC behavior. 593 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
589 (frame-set-background-mode, face-set-after-frame-default): 594 (frame-set-background-mode, face-set-after-frame-default):
590 Use `face-user-default-spec'. Simplify code slightly. 595 Use `face-user-default-spec'. Simplify code slightly.
591 596
592 * woman.el (woman-italic-face, woman-bold-face) 597 * woman.el (woman-italic-face, woman-bold-face)
593 (woman-unknown-face): Add dark-background variants. 598 (woman-unknown-face): Add dark-background variants.
594 (woman-default-faces): Renamed from `woman-colour-faces'. 599 (woman-default-faces): Renamed from `woman-colour-faces'.
595 Set using the stored defaults, rather than using hard-wired colors. 600 Set using the stored defaults, rather than using hard-wired colors.
@@ -631,15 +636,15 @@
631 636
6322000-10-22 Andre Spiegel <spiegel@gnu.org> 6372000-10-22 Andre Spiegel <spiegel@gnu.org>
633 638
634 * vc-hooks.el (vc-version-backup-file-name): New optional args 639 * vc-hooks.el (vc-version-backup-file-name): New optional args
635 MANUAL and REGEXP. 640 MANUAL and REGEXP.
636 (vc-delete-automatic-version-backups, vc-make-version-backup): 641 (vc-delete-automatic-version-backups, vc-make-version-backup):
637 New functions. 642 New functions.
638 (vc-before-save): Use the latter. 643 (vc-before-save): Use the latter.
639 (vc-default-make-version-backups-p): Added `-p' suffix to avoid 644 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
640 confusion. 645 confusion.
641 646
642 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as 647 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
643 expected by vc[-hooks].el. 648 expected by vc[-hooks].el.
644 649
645 * vc.el (vc-checkout): Added `-p' suffix in call to 650 * vc.el (vc-checkout): Added `-p' suffix in call to
@@ -690,7 +695,7 @@
690 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case) 695 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
691 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash) 696 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
692 (sh-electric-less, sh-set-here-doc-region) 697 (sh-electric-less, sh-set-here-doc-region)
693 (sh-remove-our-text-properties, sh-search-word, sh-scan-case) 698 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
694 (sh-scan-buffer, sh-rescan-buffer): Remove. 699 (sh-scan-buffer, sh-rescan-buffer): Remove.
695 700
6962000-10-21 Andrew Innes <andrewi@gnu.org> 7012000-10-21 Andrew Innes <andrewi@gnu.org>
@@ -771,7 +776,7 @@
771 776
772 * play/doctor.el (doctor-death): Update the Samaritans' 777 * play/doctor.el (doctor-death): Update the Samaritans'
773 anonymous address, and add a website for Befrienders International. 778 anonymous address, and add a website for Befrienders International.
774 779
7752000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br> 7802000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
776 781
777 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs. 782 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
@@ -859,7 +864,7 @@
859 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook) 864 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
860 (ps-print-begin-column-hook): Now are defvar instead of 865 (ps-print-begin-column-hook): Now are defvar instead of
861 make-local-hook. 866 make-local-hook.
862 867
8632000-10-18 Miles Bader <miles@gnu.org> 8682000-10-18 Miles Bader <miles@gnu.org>
864 869
865 * comint.el (comint-delete-output): Renamed from `comint-kill-output'. 870 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
@@ -994,7 +999,7 @@
994 (whitespace-unload-hook): New function. 999 (whitespace-unload-hook): New function.
995 1000
996 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point. 1001 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
997 (Info-fontify-node, Info-goto-node, Info-mode-menu) 1002 (Info-fontify-node, Info-goto-node, Info-mode-menu)
998 (Info-fontify-node): `Goto' goes to `Go to'. 1003 (Info-fontify-node): `Goto' goes to `Go to'.
999 (Info-fontify-node): Add help-echo to xref links. 1004 (Info-fontify-node): Add help-echo to xref links.
1000 1005
@@ -1062,9 +1067,9 @@
1062 (tex-common-initialization): Don't setup the syntax-table any more. 1067 (tex-common-initialization): Don't setup the syntax-table any more.
1063 (latex-insert-item): New skeleton. 1068 (latex-insert-item): New skeleton.
1064 (tex-next-unmatched-end): Fix copy/paste braino. 1069 (tex-next-unmatched-end): Fix copy/paste braino.
1065 (latex-syntax-after, latex-skip-close-parens, latex-down-list) 1070 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
1066 (latex-indent, latex-find-indent): New functions. 1071 (latex-indent, latex-find-indent): New functions.
1067 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table) 1072 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
1068 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars. 1073 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
1069 (tex-compilation-parse-errors): Use with-syntax-table. 1074 (tex-compilation-parse-errors): Use with-syntax-table.
1070 1075
@@ -1087,7 +1092,7 @@
1087 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc 1092 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
1088 fix. 1093 fix.
1089 1094
1090 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace 1095 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
1091 transparent -colors 8). 1096 transparent -colors 8).
1092 1097
10932000-10-13 Stephen Gildea <gildea@alum.mit.edu> 10982000-10-13 Stephen Gildea <gildea@alum.mit.edu>
@@ -1207,7 +1212,7 @@
1207 1212
12082000-10-13 Miles Bader <miles@lsi.nec.co.jp> 12132000-10-13 Miles Bader <miles@lsi.nec.co.jp>
1209 1214
1210 * image-file.el (image-file-name-extensions) 1215 * image-file.el (image-file-name-extensions)
1211 (image-file-name-regexps): Add autoload cookies. 1216 (image-file-name-regexps): Add autoload cookies.
1212 1217
12132000-10-13 Kenichi Handa <handa@etl.go.jp> 12182000-10-13 Kenichi Handa <handa@etl.go.jp>