diff options
| -rw-r--r-- | lisp/ChangeLog | 16 | ||||
| -rw-r--r-- | lispref/ChangeLog | 5 |
2 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 39cfc619cff..459ddcdaa62 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7d5e0125a50..3bf39082407 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -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. |
