Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Feb 16 15:49:23 2010 +0900 +++ b/lisp/ChangeLog Tue Feb 16 15:51:15 2010 +0900 @@ -4,6 +4,27 @@ (skkdic-convert-okuri-ari): Ignore lines starting with '>'. (skkdic-convert): Use `euc-japan' coding system for writing. +2010-02-16 Glenn Morris <rgm@gnu.org> + + * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of + tex-main-file before using it. (Bug#5562) + +2010-02-15 Stefan Monnier <monnier@iro.umontreal.ca> + + * emacs-lisp/advice.el (ad-compile-function): Suppress byte-compiler + warnings, since it is annoying for the user to see them each time he + runs the code. + +2010-02-15 Michael Albinus <michael.albinus@gmx.de> + + * net/tramp.el (tramp-process-actions, tramp-read-passwd): + * net/tramp-gvfs.el (tramp-gvfs-maybe-open-connection): Use VEC + instead of PROC for caching "first-password-request". Otherwise, + new processes would not profit from passwords already entered. + + * net/tramp-cache.el (tramp-dump-connection-properties): + Don't save "first-password-request" property. + 2010-02-14 Juanma Barranquero <lekktu@gmail.com> * outline.el (outline-head-from-level):