comparison lisp/ChangeLog @ 110183:fe4f125a5ff8

Avoid global recursive calls to kill-buffer-hooks, and fit into 80 cols. * lisp/textmodes/ispell.el (ispell-process-buffer-name): Remove. (ispell-start-process): Avoid setq and simplify logic. (ispell-init-process): Setup kill-buffer-hook locally when needed. (kill-buffer-hook): Don't use it globally with code that uses expand-file-name since that may call kill-buffer via code_conversion_restore.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 04 Sep 2010 20:47:29 +0200
parents 96ce91e806ec
children 5328ea5b6e41
comparison
equal deleted inserted replaced
110182:96ce91e806ec 110183:fe4f125a5ff8
1 2010-09-04 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 Avoid global recursive calls to kill-buffer-hooks, and fit into 80 cols.
4 * textmodes/ispell.el (ispell-process-buffer-name): Remove.
5 (ispell-start-process): Avoid setq and simplify logic.
6 (ispell-init-process): Setup kill-buffer-hook locally when needed.
7 (kill-buffer-hook): Don't use it globally with code that uses
8 expand-file-name since that may call kill-buffer via
9 code_conversion_restore.
10
1 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change) 11 2010-09-04 Noorul Islam K M <noorul@noorul.com> (tiny change)
2 12
3 * emacs-lisp/package.el (package-directory-list): Only call 13 * emacs-lisp/package.el (package-directory-list): Only call
4 file-name-nondirectory on a string. 14 file-name-nondirectory on a string.
5 15
6 2010-09-02 Chong Yidong <cyd@stupidchicken.com> 16 2010-09-02 Chong Yidong <cyd@stupidchicken.com>
7 17
8 * emacs-lisp/package.el (package--download-one-archive): Ensure 18 * emacs-lisp/package.el (package--download-one-archive):
9 that archive-contents is valid before saving it. 19 Ensure that archive-contents is valid before saving it.
10 (package-activate-1, package-mark-obsolete, define-package) 20 (package-activate-1, package-mark-obsolete, define-package)
11 (package-compute-transaction, package-list-maybe-add): Use push. 21 (package-compute-transaction, package-list-maybe-add): Use push.
12 22
13 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca> 23 2010-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
14 24