Mercurial > emacs
changeset 63414:dbb6ff8a3685
*** empty log message ***
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Tue, 14 Jun 2005 12:11:54 +0000 |
parents | a66bfdd4586a |
children | 3ed17f92f3c9 |
files | lisp/ChangeLog lispref/ChangeLog |
diffstat | 2 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jun 14 12:10:55 2005 +0000 +++ b/lisp/ChangeLog Tue Jun 14 12:11:54 2005 +0000 @@ -1,3 +1,19 @@ +2005-06-14 Lute Kamstra <lute@gnu.org> + + * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks + and run-mode-hooks. Simplify. + + * mail/rmailedit.el (rmail-edit-mode): + * progmodes/octave-inf.el (inferior-octave-mode): + * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks. + + * recentf.el (recentf-dialog-mode): Use kill-all-local-variables + and run-mode-hooks. + (recentf-edit-list, recentf-open-files): Don't call + kill-all-local-variables directly. + + * emacs-lisp/debug.el (debug-on-entry): Fix docstring. + 2005-06-14 Juanma Barranquero <lekktu@gmail.com> * forms.el (forms--intuit-from-file): Fix reference to
--- a/lispref/ChangeLog Tue Jun 14 12:10:55 2005 +0000 +++ b/lispref/ChangeLog Tue Jun 14 12:11:54 2005 +0000 @@ -1,3 +1,8 @@ +2005-06-14 Lute Kamstra <lute@gnu.org> + + * debugging.texi (Function Debugging): Primitives can break on + entry too. + 2005-06-14 Kim F. Storm <storm@cua.dk> * variables.texi (Setting Variables): Add add-to-ordered-list.