comparison lisp/ChangeLog @ 87653:3091cbee6fd8

(ffap-read-file-or-url): Don't use let-binding to temporarily add a file-name handler.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 09 Jan 2008 02:16:47 +0000
parents d197b59d36b5
children 85fe2f3f4acb
comparison
equal deleted inserted replaced
87652:c20d4d87c3ae 87653:3091cbee6fd8
1 2008-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * ffap.el (ffap-read-file-or-url): Don't use let-binding to temporarily
4 add a file-name handler.
5
1 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 6 2008-01-08 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2 7
3 * textmodes/bibtex.el (bibtex-initialize): New autoloaded 8 * textmodes/bibtex.el (bibtex-initialize): New autoloaded command.
4 command. Rename from function bibtex-files-expand. New optional 9 Rename from function bibtex-files-expand. New optional arg select.
5 arg select.
6 (bibtex-flash-head): Allow blink-matching-delay being zero. 10 (bibtex-flash-head): Allow blink-matching-delay being zero.
7 (bibtex-clean-entry): Use atomic-change-group. 11 (bibtex-clean-entry): Use atomic-change-group.
8 (bibtex-format-entry): Check presence of required fields only 12 (bibtex-format-entry): Check presence of required fields only
9 after formatting of fields. Use member-ignore-case. Do not use 13 after formatting of fields. Use member-ignore-case. Do not use
10 bibtex-parse-entry. Do not use booktitle field to set a missing 14 bibtex-parse-entry. Do not use booktitle field to set a missing title.
11 title.
12 (bibtex-autofill-entry): Do not call undo-boundary. 15 (bibtex-autofill-entry): Do not call undo-boundary.
13 (bibtex-lessp): Handle crossref keys that point to another bibtex 16 (bibtex-lessp): Handle crossref keys that point to another bibtex file.
14 file.
15 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate): 17 (bibtex-sort-buffer, bibtex-prepare-new-entry, bibtex-validate):
16 Parse keys if necessary. 18 Parse keys if necessary.
17 19
18 2008-01-08 Nick Roberts <nickrob@snap.net.nz> 20 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
19 21
20 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in 22 * progmodes/gdb-ui.el (gdb-var-list-children-1): Put varnum in
21 quotes in case of spaces, e.g. STL containers (not pretty). 23 quotes in case of spaces, e.g. STL containers (not pretty).
22 24
23 2008-01-08 Nick Roberts <nickrob@snap.net.nz> 25 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
24 26
25 * progmodes/gdb-ui.el (gud-gdb-command-name): Explain 27 * progmodes/gdb-ui.el (gud-gdb-command-name):
26 "--annotate=3" option is necessary for the Graphical Interface. 28 Explain "--annotate=3" option is necessary for the Graphical Interface.
27 29
28 2008-01-08 Nick Roberts <nickrob@snap.net.nz> 30 2008-01-08 Nick Roberts <nickrob@snap.net.nz>
29 31
30 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands 32 * progmodes/hideif.el (hide-ifdef-mode-menu): Put hide-ifdef commands
31 on menu bar. 33 on menu bar.
89 91
90 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu> 92 2008-01-08 Dan Nicolaescu <dann@ics.uci.edu>
91 93
92 * time-stamp.el (time-stamp-time-zone): 94 * time-stamp.el (time-stamp-time-zone):
93 * whitespace.el (whitespace-check-buffer-leading) 95 * whitespace.el (whitespace-check-buffer-leading)
94 (whitespace-check-buffer-trailing) 96 (whitespace-check-buffer-trailing, whitespace-check-buffer-indent)
95 (whitespace-check-buffer-indent) 97 (whitespace-check-buffer-spacetab, whitespace-check-buffer-ateol):
96 (whitespace-check-buffer-spacetab)
97 (whitespace-check-buffer-ateol):
98 * progmodes/sh-script.el (sh-indentation): 98 * progmodes/sh-script.el (sh-indentation):
99 * textmodes/ispell.el (ispell-local-pdict): 99 * textmodes/ispell.el (ispell-local-pdict):
100 Add safe-local-variable properties. 100 Add safe-local-variable properties.
101 101
102 2008-01-08 Michael Albinus <michael.albinus@gmx.de> 102 2008-01-08 Michael Albinus <michael.albinus@gmx.de>