# HG changeset patch # User Juanma Barranquero # Date 1192784752 0 # Node ID f071076f00ee0fb53f548d96a74a467d1c86c568 # Parent cb2dd077ba75f0a26320c399dc7e3b8dc33cfcdb *** empty log message *** diff -r cb2dd077ba75 -r f071076f00ee lisp/ChangeLog --- a/lisp/ChangeLog Fri Oct 19 09:04:56 2007 +0000 +++ b/lisp/ChangeLog Fri Oct 19 09:05:52 2007 +0000 @@ -1,9 +1,17 @@ +2007-10-19 Juanma Barranquero + + * loadhist.el (unload-function-features-list): + Rename from `unload-hook-features-list'. + (unload-hook-features-list): Add as obsolete alias. + (unload-feature): Use `unload-function-features-list' + and new FEATURE-unload-function. + 2007-10-19 Glenn Morris * bindings.el (mouse-minor-mode-menu) (minor-mode-menu-from-indicator): Move to mouse.el. * mouse.el (mouse-minor-mode-menu, minor-mode-menu-from-indicator): - Move here from bindings.el + Move here from bindings.el. 2007-10-19 Richard Stallman @@ -35,10 +43,10 @@ * doc-view.el (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf) (doc-view-pdf/ps->png-sentinel, doc-view-pdf/ps->png) (doc-view-pdf->txt-sentinel, doc-view-pdf->txt) - (doc-view-ps->pdf-sentinel, doc-view-ps->pdf): Remove superfluous - messages. - (doc-view-mode-map): Use the image-mode scrolling commands. Don't - rebind C-x k. + (doc-view-ps->pdf-sentinel, doc-view-ps->pdf): + Remove superfluous messages. + (doc-view-mode-map): Use the image-mode scrolling commands. + Don't rebind C-x k. 2007-10-18 Reiner Steib