comparison lisp/ChangeLog @ 35279:139991123d49

(lisp-mode-shared-map): Bind `backspace' to `backward-delete-char-untabify'.
author Sam Steingold <sds@gnu.org>
date Fri, 12 Jan 2001 18:07:31 +0000
parents 75be5e26b830
children 3da2255fbb3e
comparison
equal deleted inserted replaced
35278:80050ac10dbf 35279:139991123d49
1 2001-01-12 Sam Steingold <sds@gnu.org>
2
3 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
4 to `backward-delete-char-untabify'.
5
1 2001-01-12 Dave Love <fx@gnu.org> 6 2001-01-12 Dave Love <fx@gnu.org>
2 7
3 * cus-edit.el (customize-menu-create): Fix the :filter following 8 * cus-edit.el (customize-menu-create): Fix the :filter following
4 easymenu change. 9 easymenu change.
5 10
62 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P 67 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
63 argument were nil. 68 argument were nil.
64 69
65 2001-01-11 Richard M. Stallman <rms@gnu.org> 70 2001-01-11 Richard M. Stallman <rms@gnu.org>
66 71
67 * isearch.el (isearch-lazy-highlight-update): 72 * isearch.el (isearch-lazy-highlight-update):
68 Don't look for more potential matches once maximum is exceeded. 73 Don't look for more potential matches once maximum is exceeded.
69 Use overlays-in to check correctly for overlap with current match. 74 Use overlays-in to check correctly for overlap with current match.
70 Ignore empty matches. 75 Ignore empty matches.
71 76
72 2001-01-11 Miles Bader <miles@gnu.org> 77 2001-01-11 Miles Bader <miles@gnu.org>
313 318
314 * info.el (Info-search): Print the default as part of the prompt. 319 * info.el (Info-search): Print the default as part of the prompt.
315 320
316 2001-01-08 Andre Spiegel <spiegel@gnu.org> 321 2001-01-08 Andre Spiegel <spiegel@gnu.org>
317 322
318 * vc.el (vc-default-latest-on-branch-p): New function, replaces 323 * vc.el (vc-default-latest-on-branch-p): New function, replaces
319 constant implementations in backends. 324 constant implementations in backends.
320 325
321 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed. 326 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
322 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE. 327 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
323 328
356 for detecting a keypress that generates an ASCII key sequence. 361 for detecting a keypress that generates an ASCII key sequence.
357 (Previously, only a keypress that generates a vector was 362 (Previously, only a keypress that generates a vector was
358 recognized.) Embed Window Manager name into name of the generated 363 recognized.) Embed Window Manager name into name of the generated
359 EDT Emulation initialization file since the initialization file is 364 EDT Emulation initialization file since the initialization file is
360 Window Manager specific. Add Commentary section to file header. 365 Window Manager specific. Add Commentary section to file header.
361 366
362 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il> 367 2001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
363 368
364 * mail/sendmail.el (mail-mode): Doc fix. 369 * mail/sendmail.el (mail-mode): Doc fix.
365 370
366 * info.el (Info-goto-emacs-command-node): Doc fix. 371 * info.el (Info-goto-emacs-command-node): Doc fix.
410 (quail-start-translation): Return input string, not event list. 415 (quail-start-translation): Return input string, not event list.
411 (quail-start-conversion): Likewise. 416 (quail-start-conversion): Likewise.
412 417
413 2001-01-04 Gerd Moellmann <gerd@gnu.org> 418 2001-01-04 Gerd Moellmann <gerd@gnu.org>
414 419
415 * tooltip.el (tooltip-cancel-delayed-tip) 420 * tooltip.el (tooltip-cancel-delayed-tip)
416 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout 421 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
417 and tooltip-add-timeout. 422 and tooltip-add-timeout.
418 (tooltip-show): Set border color from faces's foreground. 423 (tooltip-show): Set border color from faces's foreground.
419 (tooltip-show-help-function): If called with the same help string 424 (tooltip-show-help-function): If called with the same help string
420 as last time, do nothing. 425 as last time, do nothing.
533 (ps-lines-printed): New var. 538 (ps-lines-printed): New var.
534 (ps-skip-newline): New fun. 539 (ps-skip-newline): New fun.
535 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page) 540 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
536 (ps-next-line, ps-continue-line, ps-plot-region) 541 (ps-next-line, ps-continue-line, ps-plot-region)
537 (ps-generate-postscript-with-faces, ps-end-job): Code fix. 542 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
538 543
539 2000-12-29 Kenichi Handa <handa@etl.go.jp> 544 2000-12-29 Kenichi Handa <handa@etl.go.jp>
540 545
541 * international/fontset.el (x-complement-fontset-spec): Resolve 546 * international/fontset.el (x-complement-fontset-spec): Resolve
542 ASCII font name so that the same family name is used for fonts 547 ASCII font name so that the same family name is used for fonts
543 registered in x-font-name-charset-alist. 548 registered in x-font-name-charset-alist.
549 * simple.el (delete-key-deletes-forward-mode): Bind backspace 554 * simple.el (delete-key-deletes-forward-mode): Bind backspace
550 and delete in isearch-mode-map. 555 and delete in isearch-mode-map.
551 556
552 2000-12-28 Richard M. Stallman <rms@gnu.org> 557 2000-12-28 Richard M. Stallman <rms@gnu.org>
553 558
554 * dired-x.el (dired-guess-shell-alist-default): 559 * dired-x.el (dired-guess-shell-alist-default):
555 Use xpdf instead of acroread. 560 Use xpdf instead of acroread.
556 561
557 2000-12-28 Kenichi Handa <handa@etl.go.jp> 562 2000-12-28 Kenichi Handa <handa@etl.go.jp>
558 563
559 * textmodes/artist.el (artist-butlast): Deleted. 564 * textmodes/artist.el (artist-butlast): Deleted.
569 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>: 574 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
570 575
571 * ls-lisp.el: Better support for the Mac and MS-Windows. 576 * ls-lisp.el: Better support for the Mac and MS-Windows.
572 (ls-lisp): New defgroup. 577 (ls-lisp): New defgroup.
573 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first) 578 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
574 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program) 579 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
575 (ls-lisp-support-shell-wildcards): New defcustoms. 580 (ls-lisp-support-shell-wildcards): New defcustoms.
576 (ls-lisp-parse-symlink): New function. 581 (ls-lisp-parse-symlink): New function.
577 (insert-directory): Code to convert switches to a list and set up 582 (insert-directory): Code to convert switches to a list and set up
578 the wildcard argument copied from ls-lisp-insert-directory. 583 the wildcard argument copied from ls-lisp-insert-directory.
579 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support 584 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
580 for -C and -R switches. 585 for -C and -R switches.
581 (ls-lisp-column-format): New function. 586 (ls-lisp-column-format): New function.
582 (ls-lisp-delete-matching, ls-lisp-handle-switches) 587 (ls-lisp-delete-matching, ls-lisp-handle-switches)
583 (ls-lisp-format-time): Add doc strings. 588 (ls-lisp-format-time): Add doc strings.
584 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches. 589 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
585 Support ls-lisp-dirs-first. 590 Support ls-lisp-dirs-first.
586 (ls-lisp-classify, ls-lisp-extension): New functions. 591 (ls-lisp-classify, ls-lisp-extension): New functions.
587 (ls-lisp-format): Optionally support emulation of symlinks. 592 (ls-lisp-format): Optionally support emulation of symlinks.
609 614
610 * term.el (term-char-mode): Define all non-ascii self-inserting 615 * term.el (term-char-mode): Define all non-ascii self-inserting
611 characters to 'term-send-raw in term-raw-map. 616 characters to 'term-send-raw in term-raw-map.
612 617
613 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu> 618 2000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
614 619
615 * viper-init (viper-restore-cursor-type): Added condition-case 620 * viper-init (viper-restore-cursor-type): Added condition-case
616 guard. 621 guard.
617 622
618 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed 623 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
619 initialization; use add-hook. 624 initialization; use add-hook.
620 (ediff-file-remote-p): Use file-local-copy. 625 (ediff-file-remote-p): Use file-local-copy.
621 626
622 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults. 627 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
623 628
624 * ediff.el (ediff-patch-buffer): Bug fix. 629 * ediff.el (ediff-patch-buffer): Bug fix.
625 (ediff-revision): Allow selection of the file at the prompt. 630 (ediff-revision): Allow selection of the file at the prompt.
626 631
627 2000-12-23 Stefan Monnier <monnier@cs.yale.edu> 632 2000-12-23 Stefan Monnier <monnier@cs.yale.edu>
628 633
629 * subr.el (combine-run-hooks): Remove. 634 * subr.el (combine-run-hooks): Remove.
630 635
631 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec 636 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
695 frame. 700 frame.
696 701
697 2000-12-21 Dave Pearson <davep@davep.org> 702 2000-12-21 Dave Pearson <davep@davep.org>
698 703
699 * quickurl.el: Commentry change, I've moved my web site. 704 * quickurl.el: Commentry change, I've moved my web site.
700 705
701 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br> 706 2000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
702 707
703 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept 708 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
704 ranges like \177-\237, but accepts the character sequence from \177 to 709 ranges like \177-\237, but accepts the character sequence from \177 to
705 \237. Doc fix. 710 \237. Doc fix.
721 726
722 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log 727 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
723 entry. Doc fix. 728 entry. Doc fix.
724 (ebnf-yac-skip-code): Code fix. 729 (ebnf-yac-skip-code): Code fix.
725 (ebnf-yac-comment-chars): Const fix. 730 (ebnf-yac-comment-chars): Const fix.
726 731
727 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il> 732 2000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
728 733
729 * files.el (insert-directory-safely): New function. 734 * files.el (insert-directory-safely): New function.
730 (recover-file): Use it instead of insert-directory. From Markus 735 (recover-file): Use it instead of insert-directory. From Markus
731 Rost <markus.rost@mathematik.uni-regensburg.de> 736 Rost <markus.rost@mathematik.uni-regensburg.de>
732 737
733 2000-12-21 Kenichi Handa <handa@etl.go.jp> 738 2000-12-21 Kenichi Handa <handa@etl.go.jp>
734 739
735 * international/mule-cmds.el (select-safe-coding-system): Check 740 * international/mule-cmds.el (select-safe-coding-system): Check
736 coding-category-list more rigidly. Improve help message. 741 coding-category-list more rigidly. Improve help message.
837 842
838 2000-12-18 Miles Bader <miles@gnu.org> 843 2000-12-18 Miles Bader <miles@gnu.org>
839 844
840 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm". 845 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
841 846
842 * textmodes/artist.el (artist-replace-chars, artist-replace-char): 847 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
843 Check that emacs-major-version is `=' to 20, not `>='. 848 Check that emacs-major-version is `=' to 20, not `>='.
844 (artist-replace-chars): Use `make-string' instead of a loop. 849 (artist-replace-chars): Use `make-string' instead of a loop.
845 850
846 2000-12-17 Stefan Monnier <monnier@cs.yale.edu> 851 2000-12-17 Stefan Monnier <monnier@cs.yale.edu>
847 852
913 user's input in VALID, just use it as-is (this will often result 918 user's input in VALID, just use it as-is (this will often result
914 in an error, but it may be OK for e.g. colors using hexadecimal 919 in an error, but it may be OK for e.g. colors using hexadecimal
915 notation, and at least will yield a better error message). 920 notation, and at least will yield a better error message).
916 921
917 * window.el (mode-line-window-height-fudge): Function removed. 922 * window.el (mode-line-window-height-fudge): Function removed.
918 (height-affecting-face-attributes, mode-line-window-height-fudge): 923 (height-affecting-face-attributes, mode-line-window-height-fudge):
919 Variables removed. 924 Variables removed.
920 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new 925 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
921 window is really the right size. Use vertical-motion 926 window is really the right size. Use vertical-motion
922 rather than forward-line. 927 rather than forward-line.
923 (ispell-help): Don't use ispell-mode-line-window-height-fudge. 928 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
924 (ispell-command-loop, ispell-show-choices): Use the variable 929 (ispell-command-loop, ispell-show-choices): Use the variable
925 ispell-choices-win-default-height, rather than the function. 930 ispell-choices-win-default-height, rather than the function.
926 (ispell-choices-win-default-height): Function removed. 931 (ispell-choices-win-default-height): Function removed.
927 (ispell-mode-line-window-height-fudge): Function removed. 932 (ispell-mode-line-window-height-fudge): Function removed.
928 933
929 2000-12-14 Stefan Monnier <monnier@cs.yale.edu> 934 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
930 935
931 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil. 936 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
932 937
933 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il> 938 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
971 if symbol is bound before getting its value. 976 if symbol is bound before getting its value.
972 977
973 * tooltip.el (tooltip-show): If an error is signaled in 978 * tooltip.el (tooltip-show): If an error is signaled in
974 x-show-tip, display that error, and display the help in the 979 x-show-tip, display that error, and display the help in the
975 echo area. 980 echo area.
976 981
977 2000-12-14 Kenichi Handa <handa@etl.go.jp> 982 2000-12-14 Kenichi Handa <handa@etl.go.jp>
978 983
979 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show 984 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
980 "... entries" messages for every 10000 entries, not 10. 985 "... entries" messages for every 10000 entries, not 10.
981 986
1062 (so as to obey the field property in the minibuffer). 1067 (so as to obey the field property in the minibuffer).
1063 1068
1064 * obsolete/c-mode.el: Moved from lisp/progmodes. 1069 * obsolete/c-mode.el: Moved from lisp/progmodes.
1065 * obsolete/auto-show.el: Moved from lisp. 1070 * obsolete/auto-show.el: Moved from lisp.
1066 * obsolete/ooutline.el: Moved from lisp/textmodes. 1071 * obsolete/ooutline.el: Moved from lisp/textmodes.
1067 1072
1068 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl> 1073 2000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1069 1074
1070 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many 1075 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1071 changes to list them here. 1076 changes to list them here.
1072 1077
1081 2000-12-11 Gerd Moellmann <gerd@gnu.org> 1086 2000-12-11 Gerd Moellmann <gerd@gnu.org>
1082 1087
1083 * simple.el (kill-new): Don't try to setcar kill-ring if it is 1088 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1084 nil. 1089 nil.
1085 1090
1086 * cus-edit.el (custom-save-variables, custom-save-faces): 1091 * cus-edit.el (custom-save-variables, custom-save-faces):
1087 Comment fix. 1092 Comment fix.
1088 1093
1089 * hscroll.el: Moved to `obsolete' subdir. 1094 * hscroll.el: Moved to `obsolete' subdir.
1090 1095
1091 2000-12-11 Miles Bader <miles@gnu.org> 1096 2000-12-11 Miles Bader <miles@gnu.org>