From: Kenichi Handa Date: Tue, 16 Feb 2010 06:51:15 +0000 (+0900) Subject: from trunk X-Git-Tag: emacs-pretest-23.1.93~56 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a622127f2bb84962ca65daf4dbee25ae723122de;p=emacs.git from trunk --- a622127f2bb84962ca65daf4dbee25ae723122de diff --cc lisp/ChangeLog index 681af61a897,f48940f27dc..0dbc97c0df8 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@@ -1,9 -1,24 +1,30 @@@ +2010-02-16 Kenichi Handa + + * international/ja-dic-cnv.el (iso-2022-7bit-short): Delete it. + (skkdic-convert-okuri-ari): Ignore lines starting with '>'. + (skkdic-convert): Use `euc-japan' coding system for writing. + + 2010-02-16 Glenn Morris + + * textmodes/tex-mode.el (tex-bibtex-file): Expand the result of + tex-main-file before using it. (Bug#5562) + + 2010-02-15 Stefan Monnier + + * 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 + + * 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 * outline.el (outline-head-from-level):