aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-09-23 20:54:28 +0000
committerStefan Monnier2002-09-23 20:54:28 +0000
commitddd73e0b23f8acda0721b279f9f6e48727d7fcf7 (patch)
treed2ddea01384abb2aea43b5a2fbf9d88c9c7d6bc1
parentdaa6ddb5d6926516d1f82cffc3fdfbba16f372d8 (diff)
downloademacs-ddd73e0b23f8acda0721b279f9f6e48727d7fcf7.tar.gz
emacs-ddd73e0b23f8acda0721b279f9f6e48727d7fcf7.zip
*** empty log message ***
-rw-r--r--lisp/.gitignore2
-rw-r--r--lisp/ChangeLog37
2 files changed, 36 insertions, 3 deletions
diff --git a/lisp/.gitignore b/lisp/.gitignore
index 3b382f35bfe..028539bda52 100644
--- a/lisp/.gitignore
+++ b/lisp/.gitignore
@@ -1,4 +1,4 @@
1*.elc 1*.elc
2MANIFEST
2Makefile 3Makefile
3elc.tar.gz 4elc.tar.gz
4MANIFEST
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6bf40c777b2..b00af99ad7e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -585,6 +585,28 @@
585 * ielm.el (ielm-eval-input): Call `error-message-string' instead 585 * ielm.el (ielm-eval-input): Call `error-message-string' instead
586 of the non-existent `ielm-format-error'. 586 of the non-existent `ielm-format-error'.
587 587
5882002-09-19 Stefan Monnier <monnier@cs.yale.edu>
589
590 * emacs-lisp/easymenu.el (easy-menu-remove):
591 * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring.
592
593 * international/mule-diag.el (describe-coding-system):
594 Remove unused `coding-spec' variable.
595 (list-input-methods): Be more careful when setting up the help buffer.
596
597 * international/ucs-tables.el (unify-8859-on-encoding-mode):
598 Set init value to t to reflect reality.
599 (ucs-minibuffer-setup): Use minibuffer-selected-window.
600
6012002-09-18 Stefan Monnier <monnier@cs.yale.edu>
602
603 * progmodes/make-mode.el (makefile-cleanup-continuations-p):
604 Rename to makefile-cleanup-continuations.
605 (makefile-mode): Use write-file-functions.
606 (makefile-fill-paragraph): Use match-string-no-properties.
607 (makefile-fill-paragraph): Use line-end-position.
608 (makefile-add-log-defun): Simplify.
609
5882002-09-18 Richard M. Stallman <rms@gnu.org> 6102002-09-18 Richard M. Stallman <rms@gnu.org>
589 611
590 * dired.el (dired-mark-pop-up): Doc fix. 612 * dired.el (dired-mark-pop-up): Doc fix.
@@ -620,15 +642,26 @@
620 642
621 * ielm.el: (*1, *2, *3): New variables. 643 * ielm.el: (*1, *2, *3): New variables.
622 (ielm-eval-input): Make temporary buffers current on entry and 644 (ielm-eval-input): Make temporary buffers current on entry and
623 exit to the let bindings for *, ** and ***. 645 exit to the let bindings for *, ** and ***.
624 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring. 646 (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring.
625 Do not overrule global bindings for *, ** and ***. 647 Do not overrule global bindings for *, ** and ***.
626 648
6272002-09-18 Tom Tromey <tromey@redhat.com> 6492002-09-18 Tom Tromey <tromey@redhat.com>
628 650
629 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment 651 * progmodes/make-mode.el (makefile-fill-paragraph): Find comment
630 boundaries before filling. 652 boundaries before filling.
631 653
6542002-09-18 Stefan Monnier <monnier@cs.yale.edu>
655
656 * server.el (server-done): Fix harmlessly wrong arg to save-buffer.
657 (server-switch-buffer): Only select a different window if
658 next-buffer is non-nil. Don't switch in a dedicated window.
659 If next-buffer is already displayed, reuse that window.
660
661 * diff-mode.el (diff-mode): Use compilation-minor-mode.
662 Don't unbind compilation-last-buffer after autoloading compile.el.
663 Hide the compilation-minor-mode bindings altogether.
664
6322002-09-18 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 6652002-09-18 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
633 666
634 * dired.el (dired-insert-directory): Never add "--dired" when 667 * dired.el (dired-insert-directory): Never add "--dired" when