Mercurial > emacs
comparison lisp/ChangeLog @ 107161:b11a8bb7b8c8
from trunk
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 16 Feb 2010 15:51:15 +0900 |
parents | e8f730fcd169 edb07dc0e175 |
children | 4d9e7dad66a0 |
comparison
equal
deleted
inserted
replaced
107160:e8f730fcd169 | 107161:b11a8bb7b8c8 |
---|---|
1 2010-02-16 Kenichi Handa <handa@m17n.org> | 1 2010-02-16 Kenichi Handa <handa@m17n.org> |
2 | 2 |
3 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it. | 3 * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it. |
4 (skkdic-convert-okuri-ari): Ignore lines starting with '>'. | 4 (skkdic-convert-okuri-ari): Ignore lines starting with '>'. |
5 (skkdic-convert): Use `euc-japan' coding system for writing. | 5 (skkdic-convert): Use `euc-japan' coding system for writing. |
6 | |
7 2010-02-16 Glenn Morris <rgm@gnu.org> | |
8 | |
9 * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of | |
10 tex-main-file before using it. (Bug#5562) | |
11 | |
12 2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
13 | |
14 * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler | |
15 warnings, since it is annoying for the user to see them each time he | |
16 runs the code. | |
17 | |
18 2010-02-15 Michael Albinus <michael.albinus@gmx.de> | |
19 | |
20 * net/tramp.el (tramp-process-actions, tramp-read-passwd): | |
21 * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC | |
22 instead of PROC for caching "first-password-request". Otherwise, | |
23 new processes would not profit from passwords already entered. | |
24 | |
25 * net/tramp-cache.el (tramp-dump-connection-properties): | |
26 Don't save "first-password-request" property. | |
6 | 27 |
7 2010-02-14 Juanma Barranquero <lekktu@gmail.com> | 28 2010-02-14 Juanma Barranquero <lekktu@gmail.com> |
8 | 29 |
9 * outline.el (outline-head-from-level): | 30 * outline.el (outline-head-from-level): |
10 * simple.el (with-wrapper-hook): | 31 * simple.el (with-wrapper-hook): |