comparison lisp/ChangeLog @ 27772:11a8d125f241

*** empty log message ***
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Fri, 18 Feb 2000 23:35:24 +0000
parents 12df8818f3f2
children 875e912a1a51
comparison
equal deleted inserted replaced
27771:9d04cc14a320 27772:11a8d125f241
1 2000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * progmodes/hideshow.el (hs-flag-region): No longer use
4 `intangible' overlay property.
5
6 (hs-toggle-hiding): New command.
7 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
8
9 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
10 Fix omission bug: Run `hs-minor-mode-hook' for both activation
11 and deactivation.
12
1 2000-02-18 Gerd Moellmann <gerd@gnu.org> 13 2000-02-18 Gerd Moellmann <gerd@gnu.org>
2 14
3 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs. 15 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
4 16
5 2000-02-17 Gerd Moellmann <gerd@gnu.org> 17 2000-02-17 Gerd Moellmann <gerd@gnu.org>
25 clarity. "Mule" menu-bar item removed (it's now in the "Options" 37 clarity. "Mule" menu-bar item removed (it's now in the "Options"
26 submenu). 38 submenu).
27 39
28 2000-02-17 Gerd Moellmann <gerd@gnu.org> 40 2000-02-17 Gerd Moellmann <gerd@gnu.org>
29 41
30 * dired-aux.el (dired-do-copy): Remove spurious character.`n' 42 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
31 within the code. 43 within the code.
32 44
33 2000-02-16 Dave Love <fx@gnu.org> 45 2000-02-16 Dave Love <fx@gnu.org>
34 46
35 * faces.el: Don't require custom. Add more specific :groups to 47 * faces.el: Don't require custom. Add more specific :groups to
36 various deffaces. 48 various deffaces.
37 (set-face-attribute): Purecopy args. 49 (set-face-attribute): Purecopy args.
38 (read-face-name): Default to name at point and use it in prompt. 50 (read-face-name): Default to name at point and use it in prompt.
39 Remove colon from arg in all callers. 51 Remove colon from arg in all callers.
444 idlwave-while): respect `idlwave-reserved-word-upcase'. 456 idlwave-while): respect `idlwave-reserved-word-upcase'.
445 (idlwave-rw-case): New function. 457 (idlwave-rw-case): New function.
446 (idlwave-statement-match): Fixed problem with assignment regexp. 458 (idlwave-statement-match): Fixed problem with assignment regexp.
447 (idlwave-font-lock-keywords): Improved regexp for keyword 459 (idlwave-font-lock-keywords): Improved regexp for keyword
448 parameters. 460 parameters.
449 (idlwave-surround): New argument LENGTH to support padding of 461 (idlwave-surround): New argument LENGTH to support padding of
450 operators longer than 1 char. 462 operators longer than 1 char.
451 463
452 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with 464 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
453 idlwave-shell-expression-overlay. Implemented printing of 465 idlwave-shell-expression-overlay. Implemented printing of
454 expressions on higher levels of the calling stack. 466 expressions on higher levels of the calling stack.
464 (idlwave-shell-mode): Set `modeline-format'. 476 (idlwave-shell-mode): Set `modeline-format'.
465 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'. 477 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
466 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 478 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
467 21. 479 21.
468 (idlwave-shell-print-expression-function): New option. 480 (idlwave-shell-print-expression-function): New option.
469 481
470 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere, 482 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
471 idlwave-toolbar-remove-everywhere): Keybindings prefix is now 483 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
472 `tool-bar' instead of `toolbar'. 484 `tool-bar' instead of `toolbar'.
473 485
474 2000-02-02 Dave Love <fx@gnu.org> 486 2000-02-02 Dave Love <fx@gnu.org>
532 * view.el: Some changes in documentation. Removed some trailing 544 * view.el: Some changes in documentation. Removed some trailing
533 whitespace. Changed some parameter names to agree with 545 whitespace. Changed some parameter names to agree with
534 documentation. 546 documentation.
535 (view-mode-exit): Keep entry in `view-return-to-alist' only when a 547 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
536 window is not deleted. Modifies change 1998-04-26. 548 window is not deleted. Modifies change 1998-04-26.
537 549
538 2000-01-31 Gerd Moellmann <gerd@gnu.org> 550 2000-01-31 Gerd Moellmann <gerd@gnu.org>
539 551
540 * windmove.el: New file. 552 * windmove.el: New file.
541 553
542 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el, 554 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
543 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el, 555 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
544 progmodes/ebnf-yac.el: Update copyright and license info. 556 progmodes/ebnf-yac.el: Update copyright and license info.
545 557
546 * jit-lock.el (jit-lock-function): Widen before calculating end 558 * jit-lock.el (jit-lock-function): Widen before calculating end
547 position. 559 position.
548 (jit-lock-stealth-chunk-start): Rewritten. 560 (jit-lock-stealth-chunk-start): Rewritten.
549 561
550 * info.el (Info-title-face-alist): Removed. 562 * info.el (Info-title-face-alist): Removed.
595 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration 607 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
596 variable. If non-nil, order the buffer list according to the 608 variable. If non-nil, order the buffer list according to the
597 currently selected frame. 609 currently selected frame.
598 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is 610 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
599 non-nil, pass the selected frame to function buffer-list. 611 non-nil, pass the selected frame to function buffer-list.
600 612
601 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br> 613 2000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
602 614
603 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix 615 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
604 616
605 2000-01-28 Dave Love <fx@gnu.org> 617 2000-01-28 Dave Love <fx@gnu.org>
700 (end-of-defun): Use new variable name; doc fix. 712 (end-of-defun): Use new variable name; doc fix.
701 713
702 * subr.el (dolist, dotimes): Copied from cl-macs.el 714 * subr.el (dolist, dotimes): Copied from cl-macs.el
703 and made to work. 715 and made to work.
704 716
705 * mail/undigest.el (rmail-digest-end-regexps): 717 * mail/undigest.el (rmail-digest-end-regexps):
706 Variable replaces rmail-digest-end-regexp. 718 Variable replaces rmail-digest-end-regexp.
707 Allows multiple regexps for detecting the end line. 719 Allows multiple regexps for detecting the end line.
708 (undigestify-rmail-message): Corresponding changes. 720 (undigestify-rmail-message): Corresponding changes.
709 721
710 2000-01-19 Dave Love <fx@gnu.org> 722 2000-01-19 Dave Love <fx@gnu.org>
729 2000-01-14 Gerd Moellmann <gerd@gnu.org> 741 2000-01-14 Gerd Moellmann <gerd@gnu.org>
730 742
731 * emacs-lisp/copyright.el (copyright-update): Removed the 743 * emacs-lisp/copyright.el (copyright-update): Removed the
732 requirement for a trailing space from `copyright-regexp', to 744 requirement for a trailing space from `copyright-regexp', to
733 support copyrights with owner specified on a separate line.. 745 support copyrights with owner specified on a separate line..
734 746
735 * align.el: New file. 747 * align.el: New file.
736 748
737 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu. 749 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
738 750
739 * net/eudc.el (toplevel): Define EUDC menu for Emacs. 751 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
767 2000-01-12 Gerd Moellmann <gerd@gnu.org> 779 2000-01-12 Gerd Moellmann <gerd@gnu.org>
768 780
769 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el, 781 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
770 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el, 782 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
771 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files. 783 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
772 784
773 * add-log.el (add-change-log-entry): Fix error trying an `(insert 785 * add-log.el (add-change-log-entry): Fix error trying an `(insert
774 nil)'. 786 nil)'.
775 787
776 * subdirs.el: Add `net' directory. 788 * subdirs.el: Add `net' directory.
777 789
786 * simple.el (eval-expression): Don't bind debug-on-error if 798 * simple.el (eval-expression): Don't bind debug-on-error if
787 eval-expression-debug-on-error is nil. Detect changed 799 eval-expression-debug-on-error is nil. Detect changed
788 debug-on-error, and propagate new value to global binding, if 800 debug-on-error, and propagate new value to global binding, if
789 eval-expression-debug-on-error is non-nil, 801 eval-expression-debug-on-error is non-nil,
790 (eval-expression-debug-on-error): Change doc string. 802 (eval-expression-debug-on-error): Change doc string.
791 803
792 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu> 804 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
793 805
794 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec. 806 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
795 807
796 * emacs-lisp/lisp-mode.el (with-syntax-table): 808 * emacs-lisp/lisp-mode.el (with-syntax-table):
816 828
817 2000-01-11 Jari Aalto <jari.aalto@poboxes.com> 829 2000-01-11 Jari Aalto <jari.aalto@poboxes.com>
818 830
819 * add-log.el (add-log-current-defun): Handle user-defined 831 * add-log.el (add-log-current-defun): Handle user-defined
820 add-log-current-function returning nil, 832 add-log-current-function returning nil,
821 833
822 * add-log.el (add-change-log-entry): Insert version number 834 * add-log.el (add-change-log-entry): Insert version number
823 if having found a current function 835 if having found a current function
824 836
825 * add-log.el (add-log-current-defun): Call 837 * add-log.el (add-log-current-defun): Call
826 `add-log-current-defun-function'. Try matches at level 0 and 838 `add-log-current-defun-function'. Try matches at level 0 and
827 level 1. Strip whitespace from defun found. 839 level 1. Strip whitespace from defun found.
828 840
829 2000-01-10 John Wiegley <johnw@gnu.org> 841 2000-01-10 John Wiegley <johnw@gnu.org>
830 842
831 * allout.el (isearch-done/outline-provisions): Added `edit' 843 * allout.el (isearch-done/outline-provisions): Added `edit'
832 argument to correspond with the current definition of 844 argument to correspond with the current definition of
833 `isearch-done'. 845 `isearch-done'.
838 850
839 2000-01-10 Gerd Moellmann <gerd@gnu.org> 851 2000-01-10 Gerd Moellmann <gerd@gnu.org>
840 852
841 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates 853 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
842 before and after the year 2000. 854 before and after the year 2000.
843 855
844 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p): 856 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
845 Add ispell- prefix. 857 Add ispell- prefix.
846 858
847 2000-01-10 Ken Stevens <k.stevens@ieee.org> 859 2000-01-10 Ken Stevens <k.stevens@ieee.org>
848 860
886 (ispell-process-line): Tracks location information with spelling 898 (ispell-process-line): Tracks location information with spelling
887 corrections. Added documentation string. Accounts for words 899 corrections. Added documentation string. Accounts for words
888 already accepted on this line. Don't allow query-replace on line 900 already accepted on this line. Don't allow query-replace on line
889 starting with math characters. Doesn't resend a line already sent 901 starting with math characters. Doesn't resend a line already sent
890 to ispell process. Fixes alignment error bug. 902 to ispell process. Fixes alignment error bug.
891 903
892 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu> 904 2000-01-10 Richard M. Stallman <rms@caffeine.ai.mit.edu>
893 905
894 * dired-x.el (dired-guess-shell-alist-default): 906 * dired-x.el (dired-guess-shell-alist-default):
895 Suggest xloadimage, which is free, not xv, which isn't. 907 Suggest xloadimage, which is free, not xv, which isn't.
896 908
897 * ange-ftp.el (ange-ftp-file-name-nondirectory): 909 * ange-ftp.el (ange-ftp-file-name-nondirectory):
898 Don't ever include the host name or user name in the value. 910 Don't ever include the host name or user name in the value.
899 911
900 2000-01-09 Gerd Moellmann <gerd@gnu.org> 912 2000-01-09 Gerd Moellmann <gerd@gnu.org>
901 913
902 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead 914 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
903 of a real newline. 915 of a real newline.
904 916
905 2000-01-09 Stephen Eglen <stephen@gnu.org> 917 2000-01-09 Stephen Eglen <stephen@gnu.org>
906 918
907 * dired-x.el (dired-guess-shell-alist-default): Suggest xv 919 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
908 for .png files. 920 for .png files.
909 921
910 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk> 922 2000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
911 923
912 * cus-edit.el (custom-hook-convert-widget): Fix comment. 924 * cus-edit.el (custom-hook-convert-widget): Fix comment.
914 2000-01-09 Gerd Moellmann <gerd@gnu.org> 926 2000-01-09 Gerd Moellmann <gerd@gnu.org>
915 927
916 * progmodes/cperl-mode.el: Replace ^F with ^L. 928 * progmodes/cperl-mode.el: Replace ^F with ^L.
917 929
918 * sendmail.el (toplevel): Provide `sendmail' when compiling 930 * sendmail.el (toplevel): Provide `sendmail' when compiling
919 before `require'ing rmail and mailalias to prevent infinite 931 before `require'ing rmail and mailalias to prevent infinite
920 recursion. 932 recursion.
921 933
922 2000-01-08 Dave Love <fx@gnu.org> 934 2000-01-08 Dave Love <fx@gnu.org>
923 935
924 * emacs-lisp/backquote.el: Remove inappropriate customization 936 * emacs-lisp/backquote.el: Remove inappropriate customization