comparison lisp/ChangeLog @ 85371:8f7b544a943f

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 17 Oct 2007 23:05:54 +0000
parents 5b96a46cc08a
children 961889408461
comparison
equal deleted inserted replaced
85370:2ad51c213e7d 85371:8f7b544a943f
1 2007-10-17 Juanma Barranquero <lekktu@gmail.com>
2
3 * loadhist.el (feature-symbols, file-provides, file-requires)
4 (file-set-intersect, file-dependents): Simplify.
5 (unload-feature-special-hooks): Update list of special hooks.
6
1 2007-10-17 Tassilo Horn <tassilo@member.fsf.org> 7 2007-10-17 Tassilo Horn <tassilo@member.fsf.org>
2 8
3 * bindings.el (completion-ignored-extensions): Remove pdf and dvi 9 * bindings.el (completion-ignored-extensions): Remove pdf and dvi
4 extensions since they can be viewed with doc-view. 10 extensions since they can be viewed with doc-view.
5 11
9 * doc-view.el: Make doc-view-mode the standard mode for viewing 15 * doc-view.el: Make doc-view-mode the standard mode for viewing
10 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between 16 pdf, [e]ps and dvi files and add binding C-c C-c to toggle between
11 text and image display. Add binding C-c C-e to switch to an 17 text and image display. Add binding C-c C-e to switch to an
12 editing mode. 18 editing mode.
13 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to 19 (doc-view-ghostscript-options, doc-view-ps->pdf): Add "-dSAFER" to
14 avoid security problems when rendering files untrusted sources. 20 avoid security problems when rendering files from untrusted sources.
15 21
16 2007-10-17 Aaron Hawley <aaronh@garden.org> 22 2007-10-17 Aaron Hawley <aaronh@garden.org>
17 23
18 * tutorial.el (tutorial--save-tutorial): Display message when tutorial 24 * tutorial.el (tutorial--save-tutorial): Display message when tutorial
19 position is not saved. 25 position is not saved.