# HG changeset patch # User Juanma Barranquero # Date 1192662354 0 # Node ID 8f7b544a943fc86bdec23e95e899964651037663 # Parent 2ad51c213e7d2656cbb87e245de7d725b1bd8b5c *** empty log message *** diff -r 2ad51c213e7d -r 8f7b544a943f lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 17 23:03:55 2007 +0000 +++ b/lisp/ChangeLog Wed Oct 17 23:05:54 2007 +0000 @@ -1,3 +1,9 @@ +2007-10-17 Juanma Barranquero + + * loadhist.el (feature-symbols, file-provides, file-requires) + (file-set-intersect, file-dependents): Simplify. + (unload-feature-special-hooks): Update list of special hooks. + 2007-10-17 Tassilo Horn * bindings.el (completion-ignored-extensions): Remove pdf and dvi @@ -11,7 +17,7 @@ text and image display. Add binding C-c C-e to switch to an editing mode. (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to - avoid security problems when rendering files untrusted sources. + avoid security problems when rendering files from untrusted sources. 2007-10-17 Aaron Hawley