* lisp/simple.el (deactivate-mark): Doc fix (Bug#8614).
[bpt/emacs.git] / lisp / ChangeLog
index 8ada003..e48f16f 100644 (file)
@@ -1,3 +1,144 @@
+2012-01-28  Chong Yidong  <cyd@gnu.org>
+
+       * eshell/esh-arg.el (eshell-quote-argument): New function.
+
+       * eshell/esh-ext.el (eshell-invoke-batch-file):
+       * eshell/em-unix.el (eshell/cat, eshell/du): Use it to quote the
+       first arg to eshell-parse-command (Bug#10523).
+
+2012-01-28  Drew Adams  <drew.adams@oracle.com>
+
+       * net/ange-ftp.el (ange-ftp-canonize-filename): Check, that
+       `default-directory' is non-nil.
+
+2012-01-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * mail/emacsbug.el (report-emacs-bug): Fill the potentially long
+       line that displays system-configuration-options.  (Bug#9924)
+
+2012-01-28  Drew Adams  <drew.adams@oracle.com>
+
+       * descr-text.el (describe-char): Show information about POS, in
+       addition to information about the character at POS.  Improve and
+       update the doc string.  Change "code point" to "code point in
+       charset", to avoid confusion with the character's Unicode code
+       point shown above that.  (Bug#10129)
+
+2012-01-28  Eli Zaretskii  <eliz@gnu.org>
+
+       * descr-text.el (describe-char): Show the raw character, not only
+       its display form at POS.  Suggested by Kenichi Handa <handa@m17n.org>.
+       See http://lists.gnu.org/archive/html/emacs-devel/2012-01/msg00760.html
+       for the reasons.
+
+2012-01-28  Phil Hagelberg  <phil@hagelb.org>
+
+       * emacs-lisp/package.el (package-install): Run
+       package-refresh-contents if there is no archive yet (Bug#9798).
+
+2012-01-28  Chong Yidong  <cyd@gnu.org>
+
+       * emacs-lisp/package.el (package-maybe-load-descriptor): New
+       function, split from package-maybe-load-descriptor.
+       (package-maybe-load-descriptor): Use it.
+       (package-download-transaction): Fully load required packages
+       inside the loop, so that `require' calls work (Bug#10593).
+       (package-install): No need to call package-initialize now.
+
+2012-01-28  Chong Yidong  <cyd@gnu.org>
+
+       * simple.el (deactivate-mark): Doc fix (Bug#8614).
+
+       * tooltip.el (tooltip-mode): Doc fix.
+       (tooltip-use-echo-area): Mark as obsolete (Bug#6595).
+
+       * frame.el (set-cursor-color): Doc fix (Bug#352).
+
+       * mail/rmail.el (rmail-start-mail): Add send-action again (Bug#10625).
+       (rmail-mail-return): Switch to NEWBUF only if it is non-nil.
+
+       * cus-edit.el (custom-buffer-create-internal): Fix search button
+       action (Bug#10542).
+       (customize-unsaved, customize-saved): Doc fix (Bug#10541).
+
+2012-01-27  Eduard Wiebe  <usenet@pusto.de>
+
+       * dired.el (dired-mark-files-regexp):
+       Include any subdirectory components.  (Bug#10445)
+
+2012-01-27  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
+
+       * pcmpl-unix.el (pcmpl-ssh-known-hosts):
+       Handle [host]:port syntax.  (Bug#10533)
+
+2012-01-27  Alex Harsanyi  <harsanyi@mac.com>
+
+       * xml.el (xml-parse-tag): Fix parsing of comments (Bug#10405).
+
+2012-01-26  Glenn Morris  <rgm@gnu.org>
+
+       * dired-x.el (dired-bind-jump): Use ctl-x-map and ctl-x-4-map.
+       * term.el (term-raw-escape-map): Use Control-X-prefix.
+       * vc/vc-hooks.el (vc-prefix-map): Use ctl-x-map.  (Bug#10566)
+
+2012-01-25  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (window-state-get, window--state-get-1): Don't deal
+       with fixed-sizeness of windows.  Simplify code.
+
+2012-01-25  Jérémy Compostella  <jeremy.compostella@gmail.com>
+
+       * window.el (window--state-get-1, window--state-put-2): Don't
+       save and restore the mark.
+
+2012-01-25  Chong Yidong  <cyd@gnu.org>
+
+       * custom.el (custom-variable-p): Doc fix.
+
+2012-01-25  Glenn Morris  <rgm@gnu.org>
+
+       * dired.el (dired-goto-file): Handle some of the more common
+       characters that `ls -b' escapes.  (Bug#10596)
+
+       * progmodes/compile.el (compilation-next-error-function):
+       Respect compilation-first-column in the "*compilation*" buffer.
+       * progmodes/grep.el (grep-first-column): New variable.  (Bug#10594)
+
+       * vc/vc.el (vc-modify-change-comment): Scoping fix.  (Bug#10513)
+
+2012-01-24  Glenn Morris  <rgm@gnu.org>
+
+       * pcmpl-gnu.el (pcomplete/tar): Handle " - ".  (Bug#10457)
+
+2012-01-24  Julien Danjou  <julien@danjou.info>
+
+       * color.el (color-rgb-to-hsl): Fix value computing.
+       (color-hue-to-rgb): New function.
+       (color-hsl-to-rgb): New function.
+       (color-clamp, color-saturate-hsl, color-saturate-name)
+       (color-desaturate-hsl, color-desaturate-name, color-lighten-hsl)
+       (color-lighten-name, color-darken-hsl, color-darken-name): New function.
+
+2012-01-24  Glenn Morris  <rgm@gnu.org>
+
+       * vc/vc-rcs.el (vc-rcs-create-tag):
+       * vc/vc-sccs.el (vc-sccs-create-tag):
+       Fix argument spec to be what vc-create-tag expects.  (Bug#10515)
+
+2012-01-23  Mike Lamb  <mrlamb@gmail.com>  (tiny change)
+
+       * eshell/esh-util.el (eshell-read-hosts-file):
+       Skip comment lines.  (Bug#10549)
+
+       * eshell/em-unix.el (pcomplete/ssh): Remove.  (Bug#10548)
+
+2012-01-23  Juanma Barranquero  <lekktu@gmail.com>
+
+       * subr.el (display-delayed-warnings): Doc fix.
+       (collapse-delayed-warnings): New function to collapse identical
+       adjacent warnings.
+       (delayed-warnings-hook): Add it.
+
 2012-01-22  Michael Albinus  <michael.albinus@gmx.de>
 
        * net/tramp.el (tramp-action-login): Set connection property "login-as".