comparison lisp/ChangeLog @ 107192:3c9f81253d07

Use abbreviated file names in bookmarks (bug#5591). * bookmark.el (bookmark-maybe-load-default-file): Remove redundant calls to expand-file-name. (bookmark-relocate): Use abbreviated file names in bookmarks. (bookmark-load): Use abbreviated file names in messages.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 18 Feb 2010 13:52:36 -0500
parents 21bb664bb922
children dd61cb49d199
comparison
equal deleted inserted replaced
107191:7583dd319561 107192:3c9f81253d07
1 2010-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Use abbreviated file names in bookmarks (bug#5591).
4 * bookmark.el (bookmark-maybe-load-default-file): Remove redundant
5 calls to expand-file-name.
6 (bookmark-relocate): Use abbreviated file names in bookmarks.
7 (bookmark-load): Use abbreviated file names in messages.
8
1 2010-02-18 Michael Albinus <michael.albinus@gmx.de> 9 2010-02-18 Michael Albinus <michael.albinus@gmx.de>
2 10
3 * net/tramp.el (tramp-handle-directory-files): When FULL, do not 11 * net/tramp.el (tramp-handle-directory-files): When FULL, do not
4 expand "." and "..". Reported by Thierry Volpiatto 12 expand "." and "..". Reported by Thierry Volpiatto
5 <thierry.volpiatto@gmail.com>. 13 <thierry.volpiatto@gmail.com>.
23 * isearch.el (isearch-update-post-hook): New hook 31 * isearch.el (isearch-update-post-hook): New hook
24 (isearch-update): Use the new hook. 32 (isearch-update): Use the new hook.
25 33
26 2010-02-16 Michael Albinus <michael.albinus@gmx.de> 34 2010-02-16 Michael Albinus <michael.albinus@gmx.de>
27 35
28 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Fix 36 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band):
29 errors in copying directories. 37 Fix errors in copying directories.
30 (tramp-handle-add-name-to-file, tramp-handle-copy-directory) 38 (tramp-handle-add-name-to-file, tramp-handle-copy-directory)
31 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory) 39 (tramp-do-copy-or-rename-file, tramp-handle-delete-directory)
32 (tramp-handle-delete-file) 40 (tramp-handle-delete-file)
33 (tramp-handle-dired-recursive-delete-directory) 41 (tramp-handle-dired-recursive-delete-directory)
34 (tramp-handle-write-region): Flush also the cache for the upper 42 (tramp-handle-write-region): Flush also the cache for the upper
50 58
51 * cedet/ede.el (ede): 59 * cedet/ede.el (ede):
52 * cedet/srecode.el (srecode): 60 * cedet/srecode.el (srecode):
53 * cedet/semantic.el (semantic): Put in tools and extensions group. 61 * cedet/semantic.el (semantic): Put in tools and extensions group.
54 62
55 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces 63 * nxml/nxml-mode.el (nxml-faces): Remove from font-lock-faces group.
56 group.
57 64
58 * textmodes/flyspell.el (flyspell-word): Obey the offset specified 65 * textmodes/flyspell.el (flyspell-word): Obey the offset specified
59 by ispell-parse-output (Bug#5575). 66 by ispell-parse-output (Bug#5575).
60 67
61 2010-02-16 Kenichi Handa <handa@m17n.org> 68 2010-02-16 Kenichi Handa <handa@m17n.org>
168 correctly (Bug#5548). 175 correctly (Bug#5548).
169 176
170 2010-02-08 Jose E. Marchesi <jemarch@gnu.org> 177 2010-02-08 Jose E. Marchesi <jemarch@gnu.org>
171 178
172 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function. 179 * progmodes/ada-mode.el (ada-in-numeric-literal-p): New function.
173 (ada-adjust-case): Don't adjust case in hexadecimal number 180 (ada-adjust-case): Don't adjust case in hexadecimal number literals.
174 literals.
175 181
176 2010-02-08 Kenichi Handa <handa@m17n.org> 182 2010-02-08 Kenichi Handa <handa@m17n.org>
177 183
178 * international/mule-util.el (with-coding-priority): Add autoload 184 * international/mule-util.el (with-coding-priority): Add autoload
179 cookie for putting `lisp-indent-function'. 185 cookie for putting `lisp-indent-function'.