diff options
| author | Glenn Morris | 2012-11-12 19:11:46 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-12 19:11:46 -0800 |
| commit | 7b1bf1735e58fbadbe180d4bbbe3a00cf71baed4 (patch) | |
| tree | 915ff00197aae7f1fa4f851048b2b36d174a3d5c /lisp/ChangeLog | |
| parent | f8705f6e3102454bf1e3213956eb3ac8160ff047 (diff) | |
| download | emacs-7b1bf1735e58fbadbe180d4bbbe3a00cf71baed4.tar.gz emacs-7b1bf1735e58fbadbe180d4bbbe3a00cf71baed4.zip | |
Use new names for hooks rather than obsolete aliases
* lisp/cedet/semantic/lex-spp.el (semantic-lex-spp-lex-text-string):
* lisp/cedet/semantic/util.el (semantic-describe-buffer):
* lisp/cedet/semantic/bovine/c.el (semantic-c-parse-lexical-token)
(semantic-default-c-setup):
* lisp/emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke):
* lisp/gnus/gnus-diary.el (nndiary-request-create-group-functions)
(nndiary-request-update-info-functions)
(gnus-subscribe-newsgroup-functions)
(nndiary-request-accept-article-functions):
* lisp/net/tramp-gvfs.el (tramp-gvfs-dbus-event-error):
Use new names for hooks rather than obsolete aliases.
* lisp/arc-mode.el:
* lisp/emacs-lisp/checkdoc.el: Related comments.
* etc/NEWS: Related markup.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2ad7230e912..61d202433fc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-11-13 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/eieio-datadebug.el (eieio-debug-methodinvoke): | ||
| 4 | * net/tramp-gvfs.el (tramp-gvfs-dbus-event-error): | ||
| 5 | Use new names for hooks rather than obsolete aliases. | ||
| 6 | |||
| 1 | 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2012-11-12 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871). | 9 | * emacs-lisp/gv.el (gv-define-simple-setter): One more fix (bug#12871). |