comparison lisp/ChangeLog @ 33108:2fa4da972c03

*** empty log message ***
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Tue, 31 Oct 2000 18:14:00 +0000
parents fe8368d8fe41
children bbf383648e4d
comparison
equal deleted inserted replaced
33107:5049026c97b1 33108:2fa4da972c03
1 2000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4 functional change.
5
1 2000-10-31 Gerd Moellmann <gerd@gnu.org> 6 2000-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
4 a list of buffers, as we should do according to the doc string. 9 a list of buffers, as we should do according to the doc string.
5 10
63 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br> 68 2000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
64 69
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
69 2000-10-30 Miles Bader <miles@lsi.nec.co.jp> 74 2000-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
72 comint-get-old-input (we're not looking at *old* input). 77 comint-get-old-input (we're not looking at *old* input).
73 (comint-get-old-input-default): If using fields, signal an error 78 (comint-get-old-input-default): If using fields, signal an error
95 New translation tables. 100 New translation tables.
96 (decode-mac-roman, encode-mac-roman): Definition of these CCL 101 (decode-mac-roman, encode-mac-roman): Definition of these CCL
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
101 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu> 106 2000-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
106 2000-10-29 Miles Bader <miles@gnu.org> 111 2000-10-29 Miles Bader <miles@gnu.org>
107 112
232 `eshell-command-aliased-p' to `eshell-complex-commands'. 237 `eshell-command-aliased-p' to `eshell-complex-commands'.
233 (eshell-command-aliased-p): New function that returns t if a 238 (eshell-command-aliased-p): New function that returns t if a
234 command name names an aliased. 239 command name names an aliased.
235 240
236 2000-10-29 Michael Kifer <kifer@cs.sunysb.edu> 241 2000-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)
241 (viper-replace-state-pre-command-sentinel) 246 (viper-replace-state-pre-command-sentinel)
242 (viper-replace-state-post-command-sentinel): 247 (viper-replace-state-post-command-sentinel):
247 working with characters. 252 working with characters.
248 (viper-change-cursor-color): Fixed buglet. 253 (viper-change-cursor-color): Fixed buglet.
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.
256 * ediff-nult.el (ediff-before-session-group-setup-hooks): New 261 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
257 hook. 262 hook.
266 termination check in while loop. 271 termination check in while loop.
267 * ediff.el (ediff-get-default-file-name): Better defaults when in 272 * ediff.el (ediff-get-default-file-name): Better defaults when in
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
272 2000-10-28 Dave Love <fx@gnu.org> 277 2000-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.
275 280
276 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il> 281 2000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
327 332
328 * international/quail.el (quail-activate): Don't make-local-hook. 333 * international/quail.el (quail-activate): Don't make-local-hook.
329 334
330 2000-10-27 Andre Spiegel <spiegel@gnu.org> 335 2000-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
345 2000-10-27 Miles Bader <miles@lsi.nec.co.jp> 350 2000-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.
348 * comint.el (make-comint-in-buffer): New function. 353 * comint.el (make-comint-in-buffer): New function.
349 (make-comint): Use it. 354 (make-comint): Use it.
363 368
364 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br> 369 2000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
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
369 2000-10-26 Dave Love <fx@gnu.org> 374 2000-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.
372 (menu-bar-help-menu): Add link to MORE.STUFF. 377 (menu-bar-help-menu): Add link to MORE.STUFF.
373 378
465 470
466 * emacs-lisp/authors.el (authors-aliases): Add some more aliases. 471 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
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
473 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br> 478 2000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
474 479
475 * ps-print.el (ps-generate): Fix odd/even pages printing bug. 480 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
482 (delimit-columns-end): New vars. 487 (delimit-columns-end): New vars.
483 (delimit-columns-customize, delimit-columns-format): New funs. 488 (delimit-columns-customize, delimit-columns-format): New funs.
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
488 2000-10-24 Dave Love <fx@gnu.org> 493 2000-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.
491 496
492 2000-10-24 Gerd Moellmann <gerd@gnu.org> 497 2000-10-24 Gerd Moellmann <gerd@gnu.org>
562 using :key-sequence, making it much more usable. Use nconc, not 567 using :key-sequence, making it much more usable. Use nconc, not
563 append. 568 append.
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
568 2000-10-23 Miles Bader <miles@lsi.nec.co.jp> 573 2000-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
571 correctly generate :require clauses for defcustoms in compiled files] 576 correctly generate :require clauses for defcustoms in compiled files]
572 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable. 577 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
584 589
585 2000-10-23 Miles Bader <miles@lsi.nec.co.jp> 590 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
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.
596 (woman-monochrome-faces): Renamed from `woman-black-faces'. 601 (woman-monochrome-faces): Renamed from `woman-black-faces'.
597 Just make the foreground `unspecified' rather than "black". 602 Just make the foreground `unspecified' rather than "black".
629 634
630 * textmodes/refill.el: New file. 635 * textmodes/refill.el: New file.
631 636
632 2000-10-22 Andre Spiegel <spiegel@gnu.org> 637 2000-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
646 vc-make-version-backups-p; use vc-make-version-backup to actually 651 vc-make-version-backups-p; use vc-make-version-backup to actually
647 make the backup. 652 make the backup.
688 (sh-prev-line): Use `face' rather than `syntax-table' 693 (sh-prev-line): Use `face' rather than `syntax-table'
689 text-property to skip over here-documents. 694 text-property to skip over here-documents.
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
696 2000-10-21 Andrew Innes <andrewi@gnu.org> 701 2000-10-21 Andrew Innes <andrewi@gnu.org>
697 702
698 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to 703 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
769 * ps-print.el (ps-print-emacs-type): Move into the 774 * ps-print.el (ps-print-emacs-type): Move into the
770 eval-and-compile. 775 eval-and-compile.
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
775 2000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br> 780 2000-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.
778 Avoid compilation gripes. Doc fix. 783 Avoid compilation gripes. Doc fix.
779 (ps-print-version): New version number (6.2). 784 (ps-print-version): New version number (6.2).
857 (ps-printer-name-option): Now is a defcustom instead of an 862 (ps-printer-name-option): Now is a defcustom instead of an
858 internal variable. 863 internal variable.
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
863 2000-10-18 Miles Bader <miles@gnu.org> 868 2000-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'.
866 (comint-kill-output): Changed into an alias for `comint-delete-output', 871 (comint-kill-output): Changed into an alias for `comint-delete-output',
867 and made obsolete. 872 and made obsolete.
992 (whitespace-global-mode): New option. 997 (whitespace-global-mode): New option.
993 (whitespace-global-mode): New command. 998 (whitespace-global-mode): New command.
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
1001 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il> 1006 2000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
1002 1007
1060 (tex-mode-map): Bind M-RET to latex-insert-item. 1065 (tex-mode-map): Bind M-RET to latex-insert-item.
1061 (latex-mode): Set indent-line-function to latex-indent. 1066 (latex-mode): Set indent-line-function to latex-indent.
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
1071 2000-10-15 Miles Bader <miles@gnu.org> 1076 2000-10-15 Miles Bader <miles@gnu.org>
1072 1077
1085 2000-10-13 Gerd Moellmann <gerd@gnu.org> 1090 2000-10-13 Gerd Moellmann <gerd@gnu.org>
1086 1091
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
1093 2000-10-13 Stephen Gildea <gildea@alum.mit.edu> 1098 2000-10-13 Stephen Gildea <gildea@alum.mit.edu>
1094 1099
1095 * time-stamp.el (time-stamp): Fixed bug in new multi-line code 1100 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
1205 * eshell/esh-mode.el (eshell-find-tag): Corrections to the 1210 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
1206 Eshell-friendly version of find-tag. 1211 Eshell-friendly version of find-tag.
1207 1212
1208 2000-10-13 Miles Bader <miles@lsi.nec.co.jp> 1213 2000-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
1213 2000-10-13 Kenichi Handa <handa@etl.go.jp> 1218 2000-10-13 Kenichi Handa <handa@etl.go.jp>
1214 1219
1215 * international/mule-cmds.el (select-safe-coding-system): If FROM 1220 * international/mule-cmds.el (select-safe-coding-system): If FROM