# HG changeset patch # User Stefan Monnier # Date 1032814468 0 # Node ID 1efefab8bd924793f1eecb957ddb1a3e62e6691e # Parent 023de2644b2ba6e27426a4230a1be8bed294e1bd *** empty log message *** diff -r 023de2644b2b -r 1efefab8bd92 lisp/.cvsignore --- a/lisp/.cvsignore Mon Sep 23 16:04:57 2002 +0000 +++ b/lisp/.cvsignore Mon Sep 23 20:54:28 2002 +0000 @@ -1,4 +1,4 @@ *.elc +MANIFEST Makefile elc.tar.gz -MANIFEST diff -r 023de2644b2b -r 1efefab8bd92 lisp/ChangeLog --- a/lisp/ChangeLog Mon Sep 23 16:04:57 2002 +0000 +++ b/lisp/ChangeLog Mon Sep 23 20:54:28 2002 +0000 @@ -585,6 +585,28 @@ * ielm.el (ielm-eval-input): Call `error-message-string' instead of the non-existent `ielm-format-error'. +2002-09-19 Stefan Monnier + + * emacs-lisp/easymenu.el (easy-menu-remove): + * emacs-lisp/ewoc.el (ewoc--node-branch): Add docstring. + + * international/mule-diag.el (describe-coding-system): + Remove unused `coding-spec' variable. + (list-input-methods): Be more careful when setting up the help buffer. + + * international/ucs-tables.el (unify-8859-on-encoding-mode): + Set init value to t to reflect reality. + (ucs-minibuffer-setup): Use minibuffer-selected-window. + +2002-09-18 Stefan Monnier + + * progmodes/make-mode.el (makefile-cleanup-continuations-p): + Rename to makefile-cleanup-continuations. + (makefile-mode): Use write-file-functions. + (makefile-fill-paragraph): Use match-string-no-properties. + (makefile-fill-paragraph): Use line-end-position. + (makefile-add-log-defun): Simplify. + 2002-09-18 Richard M. Stallman * dired.el (dired-mark-pop-up): Doc fix. @@ -620,15 +642,26 @@ * ielm.el: (*1, *2, *3): New variables. (ielm-eval-input): Make temporary buffers current on entry and - exit to the let bindings for *, ** and ***. + exit to the let bindings for *, ** and ***. (inferior-emacs-lisp-mode): Mention *1, *2 and *3 in the docstring. - Do not overrule global bindings for *, ** and ***. + Do not overrule global bindings for *, ** and ***. 2002-09-18 Tom Tromey * progmodes/make-mode.el (makefile-fill-paragraph): Find comment boundaries before filling. +2002-09-18 Stefan Monnier + + * server.el (server-done): Fix harmlessly wrong arg to save-buffer. + (server-switch-buffer): Only select a different window if + next-buffer is non-nil. Don't switch in a dedicated window. + If next-buffer is already displayed, reuse that window. + + * diff-mode.el (diff-mode): Use compilation-minor-mode. + Don't unbind compilation-last-buffer after autoloading compile.el. + Hide the compilation-minor-mode bindings altogether. + 2002-09-18 Kai Gro,A_(Bjohann * dired.el (dired-insert-directory): Never add "--dired" when