(elp-output-insert-symname): Add a link face to make it obvious item
[bpt/emacs.git] / lisp / ChangeLog
index ac0a752..99752b5 100644 (file)
@@ -1,3 +1,270 @@
+2009-06-23  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * emacs-lisp/elp.el (elp-output-insert-symname): Add a link face
+       to make it obvious item can be clicked.
+
+       * vc-mtn.el (vc-mtn-after-dir-status, vc-mtn-dir-status): New functions.
+
+2009-06-23  Kenichi Handa  <handa@m17n.org>
+
+       * language/korea-util.el (korean-key-bindings): Change the binding
+       of F9 to hangul-to-hanja-conversion.  Bind Hangul_Hanja to the
+       same command.
+
+2009-06-22  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.1.16.
+
+       * Makefile.in (ELCFILES): Add net/tramp-gvfs.elc.
+
+       * net/tramp.el (top): Require tramp-gvfs.  Catch `tramp-loading',
+       when a loading of a package fails.  Completion function for rsync
+       is `tramp-completion-function-alist-ssh'.
+       (all): Replace all calls of `split-string' and
+       `tramp-split-string' by `tramp-compat-split-string'.
+       (tramp-default-method): Use `tramp-compat-process-running-p'.
+       (tramp-default-proxies-alist): Allow also Lisp forms.
+       (tramp-remote-path): Add choice "Private Directories".
+       (tramp-wrong-passwd-regexp): Remove "Tramp connection closed"
+       option.
+       (tramp-domain-regexp): Allow also "-", "_" and ".".
+       (tramp-end-of-output): Remove newlines, and add "$" at the end.
+       (tramp-file-name-handler-alist): Add handler for `dired-uncache'.
+       (tramp-debug-message): Insert header line in debug buffer.
+       (tramp-handle-directory-files-and-attributes-with-stat): Care
+       about filenames with spaces, or starting with "-".
+       (tramp-handle-dired-uncache): New defun.
+       (tramp-handle-insert-directory): Don't flush the directory from
+       cache, this is handled by `dired-uncache' now.
+       (tramp-handle-insert-file-contents): Improve error handling.
+       (tramp-find-shell, tramp-open-connection-setup-interactive-shell):
+       Quote `tramp-end-of-output'.
+       (tramp-action-password): Improve trace message.
+       (tramp-check-for-regexp): Both echoes must be present, before
+       removing.
+       (tramp-open-connection-setup-interactive-shell): Trace coding
+       system.
+       (tramp-compute-multi-hops): Eval cons cells of
+       `tramp-default-proxies-alist'.
+       (tramp-maybe-open-connection): Use the same command pattern for
+       first hop and further hops.
+       (tramp-wait-for-output): Remove handling of newlines.
+       (tramp-get-remote-path): Handle also `tramp-own-remote-path'.
+       (tramp-split-string): Remove function.  It is handled in
+       tramp-compat now.
+
+       * net/tramp-cmds.el (tramp-bug): Recommend
+       `tramp-cleanup-all-connections' in the bug mail.
+
+       * net/tramp-compat.el (tramp-compat-split-string)
+       (tramp-compat-process-running-p): New defuns.
+
+       * net/tramp-fish.el (tramp-fish-file-name-handler-alist): Add handler
+       for `dired-uncache'.
+
+       * net/tramp-gvfs.el: New package.
+
+       * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add
+       handler for `dired-uncache'.
+       (tramp-smb-handle-file-local-copy): Cleanup in case of error.
+
+       * net/trampver.el: Update release number.  Make version check fit
+       for SXEmacs 22.
+
+2009-06-22  Jim Meyering  <meyering@redhat.com>
+
+       Automatically handle .xz suffix (XZ-compressed files), too.
+       * jka-cmpr-hook.el (jka-compr-compression-info-list): Add xz.
+       XZ is the successor to LZMA: <http://tukaani.org/xz/>
+
+2009-06-22  Dmitry Dzhus  <dima@sphinx.net.ru>
+           Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-mi.el: Pull further modified changes from Dmitry's
+       repository (http://sphinx.net.ru/hg/gdb-mi/).
+
+2009-06-22  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (dir-locals-collect-mode-variables): Allow for any number of
+       `mode' and `eval' entries.  (Bug#3430)
+
+       * Makefile.in (ELCFILES): Add fadr.elc.
+
+       * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
+       differing behavior of \n and ^ in strings.  (Bug#3385)
+
+       * emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
+
+       * emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
+       property.
+       (lisp-indent-function): Make it a defcustom.
+
+2009-06-21  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el: Replace with ...
+       * progmodes/gdb-mi.el: ... this file.
+       * progmodes/gud.el: Modify for gdb-mi.el.
+
+2009-06-21  Dmitry Dzhus  <dima@sphinx.net.ru>
+
+       * fadr.el: New file.
+
+2009-06-21  Chong Yidong  <cyd@stupidchicken.com>
+
+       * Branch for 23.1.
+
+2009-06-21  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (lisp-indent-function)
+       * emacs-lisp/cl-indent.el (lisp-indent-defun-method)
+       (common-lisp-indent-function): Add doc strings.
+
+2009-06-19  David Casperson  <casper@unbc.ca>  (tiny change)
+
+       * font-core.el (turn-on-font-lock-if-desired): Correctly handle
+       the case where font-lock-global-modes is a list that doesn't begin
+       with `not' (Bug#3611).
+
+2009-06-19  Glenn Morris  <rgm@gnu.org>
+
+       * subr.el (open-network-stream): Doc fix.
+
+2009-06-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/fontset.el (setup-default-fontset):
+       Fix typo in previous change.
+
+2009-06-19  Kenichi Handa  <handa@m17n.org>
+
+       * international/fontset.el (setup-default-fontset): Add a spec of
+       non-OTF unicode font for Thai.
+
+       * fringe.el: Add coding: utf-8 cookie.
+
+2009-06-18  Kenichi Handa  <handa@m17n.org>
+
+       * language/korean.el (korean-cp949): New coding system.  Set cp949
+       as an alias to it.
+
+2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
+
+       * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
+       format used by GnuPG 2.0.11.
+
+2009-06-18  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (dir-locals-set-directory-class): Make mtime argument
+       optional, since it is always unneeded in the non-file case.  (Bug#3577)
+
+2009-06-18  Kenichi Handa  <handa@m17n.org>
+
+       * language/korean.el ("Korean"): Fix `documentation' property of
+       this language environment.
+
+       * language/korea-util.el (korean-key-bindings): Add binding for
+       key Hangul.
+
+2009-06-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * progmodes/compile.el (compilation-error-regexp-alist-alist):
+       Comment out 2007-07-25 change adding support for Maven error
+       messages; this regexp is too slow on long lines (Bug#3441).
+
+2009-06-17  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
+
+       * progmodes/ruby-mode.el (ruby-parse-partial)
+       (ruby-font-lock-keywords): Support overloadable negative
+       operators (Bug#3587).
+
+2009-06-17  Tiago Saboga  <tiagosaboga@gmail.com>  (tiny change)
+
+       * files.el (save-some-buffers-action-alist): Fix last
+       change (Bug#3578).
+
+2009-06-17  Glenn Morris  <rgm@gnu.org>
+
+       * files.el (dir-locals-set-directory-class): Fix doc typo.
+
+2009-06-17  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-diag.el (list-character-sets): Change
+       "FINAL-CHAR" to "FINAL-BYTE" to follow the official terminology.
+       (list-character-sets-1): Add one line explanation about
+       "supplementary charset".  Make the part "Supplementary Character
+       Sets" clickable.
+
+2009-06-16  Eduard Wiebe  <usenet@pusto.de>  (tiny change)
+
+       * international/mule-conf.el: Add cp949-2-byte, cp949.
+
+2009-06-16  Kenichi Handa  <handa@m17n.org>
+
+       * composite.el (compose-region): Improve the docstring.
+
+2009-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc.el (vc-default-revision-granularity): Remove to let the normal
+       error handling kick in (bug#3570).
+
+2009-06-13  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (kill-visual-line): Rewrite (Bug#3437).  Don't try to
+       handle kill-whole-line, as it doesn't make sense in this context.
+
+2009-06-12  Sam Steingold  <sds@gnu.org>
+
+       * vc-hg.el (vc-hg-log-switches): Add defcustom.
+       (vc-hg-print-log): Use it.
+
+2009-06-12  Kenichi Handa  <handa@m17n.org>
+
+       * international/eucjp-ms.el: Re-generated.
+
+2009-06-10  Glenn Morris  <rgm@gnu.org>
+
+       * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
+       Fix typo in 2008-04-02 change.
+
+2009-06-10  Kenichi Handa  <handa@m17n.org>
+
+       * composite.el (compose-gstring-for-terminal): For zero-width
+       characters of Unicode category `Cf', simply replace it with SPC.
+
+2009-06-09  Agustín Martín  <agustin.martin@hispalinux.es>
+
+       * ispell.el: Make `ispell-dictionary' customizable (#2555)
+
+2009-06-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote
+       files correctly.
+
+2009-06-08  Adrian Robert  <Adrian.B.Robert@gmail.com>
+
+       * term/ns-win.el (composition-function-table)
+       (script-representative-chars): Don't alter.
+
+2009-06-07  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-do-copy-or-rename-file-directly): Make direct
+       copy more robust, especially when "chown" is not applicable.
+
+2009-06-07  Martin Rudalics  <rudalics@gmx.at>
+
+       * emacs-lisp/lisp-mode.el (lisp-mode-variables): Fix doc-string.
+
+2009-06-06  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-open-connection-setup-interactive-shell):
+       Apply workaround for OpenSolaris bug.
+
+2009-06-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * epa.el (epa-decrypt-region): Detect encoding if
+       coding-system-for-read is not specified.
+       <http://sourceforge.jp/ticket/browse.php?group_id=2267&tid=17018>
+       (epa-verify-region): Ditto.
+
 2009-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * tar-mode.el (tar-header-block-tokenize): Obey @LongLink even for
 
 2009-04-11  Chong Yidong  <cyd@stupidchicken.com>
 
-       * files.el (dir-locals-directory-cache): Change format to include
+       * files.el (dir-locals-directory-cache):  Rename from
+       dir-locals-directory-alist.  Change format to include
        the mtime of the directory-local variables file (Bug#2833).
        (dir-locals-set-directory-class): New arg mtime.  Store it in
        dir-locals-directory-cache.