]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Duplicate-word and spelling fixes.
[gnu-emacs] / lisp / ChangeLog
index ab8572b7f935a7f0ace6b40f2ef96f1b1b155b68..90a2070c87c20e0aa5b6e5cd5365a4ecd3c98218 100644 (file)
@@ -1,3 +1,22 @@
+2012-01-11  Glenn Morris  <rgm@gnu.org>
+
+       * dired-aux.el (dired-do-shell-command): Fix */? logic.  (Bug#6561)
+       Doc fix.
+
+2012-01-10  Chong Yidong  <cyd@gnu.org>
+
+       * net/network-stream.el (network-stream-open-starttls): Avoid
+       emitting a confusing error message when the server gives a bad
+       response to the capability command.
+
+2012-01-10  Glenn Morris  <rgm@gnu.org>
+
+       * mail/unrmail.el (unrmail): Tweak previous change.
+
+2012-01-09  Chong Yidong  <cyd@gnu.org>
+
+       * custom.el (custom-safe-themes): Use SHA-256 for hashing.
+
 2012-01-08  Alan Mackenzie  <acm@muc.de>
 
        Optimise font locking in long enum definitions.
@@ -23,7 +42,7 @@
        * ibuffer.el (ibuffer-mode): List the bindings in the corrent map
        (bug#9759).
 
-       * mail/smtpmail.el (password-cache-add): Removed unused declaration.
+       * mail/smtpmail.el (password-cache-add): Remove unused declaration.
        (password-read): Don't autoload unused function.
 
 2012-01-07  Juanma Barranquero  <lekktu@gmail.com>
        (window-list-no-nils): Remove.
        (window-state-get-1, window-state-get): Use backquote instead.
 
-2011-11-08  thierry  <thierry.volpiatto@gmail.com>
+2011-11-08  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
 
        * emacs-lisp/find-func.el (find-function-read):
        Fix incorrect use of default argument in `completing-read'.
 
        * printing.el: Add documentation to all the `pr-toggle-' commands.
 
-2011-07-11  Leo  <sdl.web@gmail.com>  (tiny change)
+2011-07-11  Leo Liu  <sdl.web@gmail.com>
 
        * files.el (toggle-read-only): Only do the `C-x C-q' warning on VC
        backends where it makes sense (bug#2623).
 2011-05-23  Kevin Ryde  <user42@zip.com.au>
 
        * emacs-lisp/advice.el (ad-read-advised-function):
-       Use `function-called-at-point' as the default default, if it has
+       Use `function-called-at-point' as the default, if it has
        advice and passes PREDICATE.
 
 2011-05-23  Stefan Monnier  <monnier@iro.umontreal.ca>
        * net/gnutls.el (gnutls-negotiate): Add hostname, verify-flags,
        verify-error, and verify-hostname-error parameters.  Check whether
        default trustfile exists before going to use it.  Add missing
-       argument to gnutls-message-maybe call.  Return return value.
+       argument to gnutls-message-maybe call.  Return value.
        Reported by Claudio Bley <claudio.bley@gmail.com>.
        (open-gnutls-stream): Add usage example.
 
        * calc/calc-menu.el (calc-units-menu): Add entries for logarithmic
        units and musical notes.
 
-2011-03-20  Leo  <sdl.web@gmail.com>
+2011-03-20  Leo Liu  <sdl.web@gmail.com>
 
        * ido.el (ido-read-internal): Use completing-read-default.
        (ido-completing-read): Fix compatibility with completing-read.