]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.15
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
[gnu-emacs] / lisp / ChangeLog.15
index 9cb24baeb1f98d37dd4d8391bd4dc8b7f2760cd9..4d0ff9a40e2266489167267f8bc905b8bfb11552 100644 (file)
        * emacs-lisp/ewoc.el (ewoc-goto-next): Give a more explicit error
        if there is no node.  (Bug#3261)
 
-2011-03-04  Leo  <sdl.web@gmail.com>
+2011-03-04  Leo Liu  <sdl.web@gmail.com>
 
        * vc/diff-mode.el (diff-mode): Fix whitespace-style.  (Bug#8139)
 
        (ert-run-tests-batch, ert--print-test-for-ewoc):
        Handle `ert-test-quit'.
 
-2011-03-03  David Abrahams  <dave@boostpro.com>  (tiny change)
+2011-03-03  David Abrahams  <dave@boostpro.com>
 
        * vc/ediff-init.el (ediff-use-faces, ediff-highlight-all-diffs):
        Move ediff-defvar-local calls after defcustoms.  (Bug#1821)
 
 2011-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
 
-       * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
+       * allout-widgets.el (allout-widgets-icons-light-subdir)
        (allout-widgets-icons-dark-subdir): Track relocations of icons.
-       * lisp/allout.el: Remove commentary about remove encryption
+       * allout.el: Remove commentary about remove encryption
        passphrase mnemonic support and verification.
        (allout-encrypt-string): Recognize epg failure to decrypt gpg2
        armored text using gpg1, and indicate that the gpg version *might*
        * net/soap-client.el:
        * net/soap-inspect.el: New files.
 
-2011-02-16  Leo  <sdl.web@gmail.com>
+2011-02-16  Leo Liu  <sdl.web@gmail.com>
 
        * dired-x.el (dired-mode-map, dired-extra-startup):
        Remove dired-copy-filename-as-kill since it's already in dired.el.
        * vc/vc-bzr.el (vc-bzr-pull, vc-bzr-merge-branch):
        Callers changed.
 
-2011-01-28  Leo  <sdl.web@gmail.com>
+2011-01-28  Leo Liu  <sdl.web@gmail.com>
 
        * emacs-lisp/advice.el (ad-make-advised-docstring): Don't apply
        highlighting to the "this function is advised" message.
        Use define-derived-mode.
        * textmodes/reftex-index.el (reftex-index-phrases-mode-map)
        (reftex-index-mode-map): Rename from reftex-index(-phrases)-map.
-       Move init into delcaration.
+       Move init into declaration.
        (reftex-index-mode, reftex-index-phrases-mode):
        Use define-derived-mode.
        * speedbar.el (speedbar-mode-syntax-table): Renaqme from
        * mail/rmail.el (rmail-show-message-1): If rmail-enable-mime is
        non-nil, handle the header in rmail-show-mime-function.
 
-2011-01-02  Leo  <sdl.web@gmail.com>
+2011-01-02  Leo Liu  <sdl.web@gmail.com>
 
        * help-fns.el (describe-variable): Fix previous change.
 
        * mail/smtpmail.el (smtpmail-send-it): Write queued mail body with
        Unix EOLs.  (Bug#7589)
 
-2011-01-02  Leo  <sdl.web@gmail.com>
+2011-01-02  Leo Liu  <sdl.web@gmail.com>
 
        * eshell/em-hist.el (eshell-previous-matching-input): Signal error
        if point is not behind eshell-last-output-end (Bug#7585).
        * net/tramp-gw.el:
        * net/tramp-imap.el:
        * net/tramp-sh.el:
-       * net/tramp-smb.el: Add tramp-autoload cookie for initialisation
+       * net/tramp-smb.el: Add tramp-autoload cookie for initialization
        code of `tramp-default-method-alist' and `tramp-default-user-alist'.
 
 2010-12-29  Karl Fogel  <kfogel@red-bean.com>
 
        * saveplace.el (save-place-alist-to-file): Save list sorted and
-       pretty-printed, so that it is mergeable by line-based text merging,
+       pretty-printed, so that it is mergable by line-based text merging,
        as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
 
 2010-12-28  Ken Manheimer  <ken.manheimer@gmail.com>
        Consolidate layout provisions coce directly into the activation
        condition branch, now that we've removed those provisions.
        (allout-unload-function): Explicitly activate the mode before
-       deactivating, if it's initially deactivated.
+       deactivating, if it's initially inactive.
        (allout-set-buffer-multibyte): Properly prevent byte-compiler
        warnings for version of function used only where
        set-buffer-multibyte is unavailable.
 
        * tool-bar.el (tool-bar-setup): Remove :enable conditions, which
        are handled by the menu-bar entries.  As before, don't use
-       :visibile to avoid changing the tool-bar.
+       :visible to avoid changing the tool-bar.
 
 2010-12-27  Michael Albinus  <michael.albinus@gmx.de>
 
        * obsolete/pgg-gpg.el, obsolete/pgg-def.el, obsolete/pgg.el:
        Move from lisp/.
 
-2010-12-20  Leo  <sdl.web@gmail.com>
+2010-12-20  Leo Liu  <sdl.web@gmail.com>
 
        * dnd.el (dnd-get-local-file-name): Unhex of file name shall
        always be performed (Bug#7680).
        * epa-file.el (epa-file-select-keys): Accept 'silent to inhibit
        key selection prompt; make 'silent as default (Bug#7487).
 
-2010-12-16  Leo  <sdl.web@gmail.com>
+2010-12-16  Leo Liu  <sdl.web@gmail.com>
 
        * eshell/eshell.el (eshell-directory-name):
        Use locate-user-emacs-file (Bug#7578).
        * net/tramp-sh.el (tramp-sh-handle-start-file-process):
        Protect buffer-modified value.  (Bug#7557)
 
-2010-12-13   Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
+2010-12-13  Jan Moringen  <jmoringe@techfak.uni-bielefeld.de>
 
        * log-edit.el (log-edit-changelog-entries):
        Regexp quote filename.  (Bug#7505)
        * diff-mode.el (diff-refine-hunk): Make it work when the hunk contains
        empty lines without a leading space.
 
-2010-12-13  Leo  <sdl.web@gmail.com>
+2010-12-13  Leo Liu  <sdl.web@gmail.com>
 
        * dired-aux.el (dired-do-redisplay): Postpone dired-after-readin-hook
        while mapping over marks (Bug#6810).
        (rmail-search-mime-message-function): Set to
        rmail-search-mime-message.
 
-2010-12-13  Leo  <sdl.web@gmail.com>
+2010-12-13  Leo Liu  <sdl.web@gmail.com>
 
        * ido.el (ido-common-initialization): New function.  (bug#3274)
        (ido-mode): Use it.
        (minibuffer-force-complete): Set completion-cycling.
        (completion-all-sorted-completions): Move declaration before first use.
 
-2010-10-28  Leo  <sdl.web@gmail.com>
+2010-10-28  Leo Liu  <sdl.web@gmail.com>
 
        * iswitchb.el (iswitchb-kill-buffer): Avoid `iswitchb-make-buflist'
        which changes the order of matches seen by users (bug#7231).
        (set-cursor-color, set-mouse-color, set-border-color):
        Use read-color.
 
-2010-10-24  Leo  <sdl.web@gmail.com>
+2010-10-24  Leo Liu  <sdl.web@gmail.com>
 
        * eshell/em-unix.el (eshell-remove-entries): Use the TRASH
        argument of delete-file and delete-directory (Bug#7011).
 
 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * newcomment.el (comment-dwim): Fix the intentation in the doc string.
+       * newcomment.el (comment-dwim): Fix the indentation in the doc string.
 
 2010-10-21  Michael Albinus  <michael.albinus@gmx.de>
 
        querying the password for.
 
        * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers
-       behaviour, don't bury the ibuffer buffer when visiting other buffers.
+       behavior, don't bury the ibuffer buffer when visiting other buffers.
 
 2010-10-08  Chong Yidong  <cyd@stupidchicken.com>
 
 
        * vc-svn.el (vc-svn-merge-news): Use --non-interactive.  (Bug#7152)
 
-2010-10-08  Leo  <sdl.web@gmail.com>
+2010-10-08  Leo Liu  <sdl.web@gmail.com>
 
        * dnd.el (dnd-get-local-file-name): If MUST-EXIST is non-nil, only
        return non-nil if the file exists (Bug#7090).
 
 2010-10-03  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * net/gnutls.el: Improve docs.  Remove starttls and ssl emulation.
+       * net/gnutls.el: Improve docs.  Remove STARTTLS and SSL emulation.
        Provide only `open-gnutls-stream' (formerly `open-ssl-stream') and
        `gnutls-negotiate' (formerly `starttls-negotiate').
        Remove trivial wrapper `starttls-open-stream'.
 
 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * net/tls.el (tls-starttls-switches): Give up on using starttls with
+       * net/tls.el (tls-starttls-switches): Give up on using STARTTLS with
        gnutls-cli.
        (tls-program): Add --insecure to be consistent with the defaults from
        openssl s_client.  Now all three commands are insecure.
 
        * subr.el (y-or-n-p): New function, moved from src/fns.c; use read-key.
 
-2010-09-12  Leo  <sdl.web@gmail.com>
+2010-09-12  Leo Liu  <sdl.web@gmail.com>
 
        * net/rcirc.el (rcirc-server-commands, rcirc-client-commands)
        (rcirc-completion-start): New variables.
        (sql-mode-oracle-font-lock-keywords): Improve SQL*Plus REMARK
        syntax pattern.
        (sql-mode-postgres-font-lock-keywords): Support Postgres V9.
-       (sql-mode-sqlite-font-lock-keywords): Hilight sqlite commands.
+       (sql-mode-sqlite-font-lock-keywords): Highlight sqlite commands.
 
 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        (post-self-insert-hook): Use it.
 
        * emacs-lisp/pcase.el (pcase-split-memq):
-       Fix overenthusiastic optimisation.
+       Fix overenthusiastic optimization.
        (pcase-u1): Handle the case of a lambda pred.
 
 2010-08-31  Kenichi Handa  <handa@m17n.org>
        * startup.el (command-line-1): Issue warning for ignored arguments
        --unibyte, etc (Bug#6886).
 
-2010-08-22  Leo  <sdl.web@gmail.com>
+2010-08-22  Leo Liu  <sdl.web@gmail.com>
 
        * net/rcirc.el (rcirc-add-or-remove): Accept a list of elements.
        (ignore, bright, dim, keyword): Split list of nicknames before
 
        * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix (Bug#6880).
 
-2010-08-22  Leo  <sdl.web@gmail.com>
+2010-08-22  Leo Liu  <sdl.web@gmail.com>
 
        Fix buffer-list rename&refresh after killing a buffer in ido.
        * ido.el: Revert Óscar's.
        Remember the buffers at head, rather than their name.
        * iswitchb.el (iswitchb-kill-buffer): Re-make the list.
 
-2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>  (tiny change)
+2010-08-22  Kirk Kelsey  <kirk.kelsey@0x4b.net>
             Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/make-mode.el (makefile-fill-paragraph): Account for the
        * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos):
        Fix typo in docstring (bug#6747).
 
-2010-08-08  Leo  <sdl.web@gmail.com>
+2010-08-08  Leo Liu  <sdl.web@gmail.com>
 
        * eshell/esh-io.el (eshell-get-target): Better detection of
        read-only file (Bug#6762).
        (tramp-handle-start-file-process): Use it, in order to invalidate
        file caches.
 
-2010-08-03  Leo  <sdl.web@gmail.com>
+2010-08-03  Leo Liu  <sdl.web@gmail.com>
 
        * server.el (server-start): Simplify loop.
 
        (menu-bar-showhide-tool-bar-menu-customize-enable-right)
        (menu-bar-showhide-tool-bar-menu-customize-enable-bottom)
        (menu-bar-showhide-tool-bar-menu-customize-enable-top): New functions
-       (menu-bar-showhide-tool-bar-menu): If tool bar is moveable,
+       (menu-bar-showhide-tool-bar-menu): If tool bar is movable,
        make a menu for Options => toolbar that can move it.
 
 2010-07-29  Chong Yidong  <cyd@stupidchicken.com>
        * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
        This is also from Thierry Volpiatto's patch in bug #6444.  However,
        because it was extraneous to the functional change in that patch,
-       and causes a re-indendation, I am committing it separately.
+       and causes a re-indentation, I am committing it separately.
 
 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
 
 
        * xml.el (xml-parse-region): Avoid infloop (Bug#5281).
 
-2010-06-29  Leo  <sdl.web@gmail.com>
+2010-06-29  Leo Liu  <sdl.web@gmail.com>
 
        * emacs-lisp/rx.el (rx): Doc fix.  (Bug#6537)
 
 
        Fix an indentation bug:
 
-       * progmodes/cc-mode.el (c-common-init): Initialise c-new-BEG/END.
+       * progmodes/cc-mode.el (c-common-init): Initialize c-new-BEG/END.
        (c-neutralize-syntax-in-and-mark-CPP): c-new-BEG/END: Take account
        of existing values.
 
 
        * Version 23.2 released.
 
-2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
+2010-05-07  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
             Stefan Monnier  <monnier@iro.umontreal.ca>
 
        Highlight vendor specific properties.
        * bindings.el (complete-symbol): Move into minibuffer.el.
 
        * minibuffer.el (complete-tag): Move from etags.el.  If tags
-       completion cannot be performed, return nil instead of signalling
+       completion cannot be performed, return nil instead of signaling
        an error.
        (completion-at-point): Make it an alias for complete-symbol.
        (complete-symbol): Move from bindings.el, and replace with the
        Add new VC methods: vc-log-incoming and vc-log-outgoing.
        * vc.el (vc-print-log-setup-buttons): New function split out from
        vc-print-log-internal.
-       (vc-log-internal-common): New function, a parametrized version of
+       (vc-log-internal-common): New function, a parameterized version of
        vc-print-log-internal.
        (vc-print-log-internal): Just call vc-log-internal-common with the
        right arguments.
 
 2010-03-27  Nick Roberts  <nickrob@snap.net.nz>
 
-       Restore GDB/MI fuctionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
+       Restore GDB/MI functionality removed by 2009-12-29T07:15:34Z!nickrob@snap.net.nz.
        * progmodes/gdb-mi.el: Restore.
        * progmodes/gdb-ui.el: Remove.
        * progmodes/gud.el: Re-accommodate for gdb-mi.el.
        file has no read permissions for the owner, there might be
        problems otherwise.  Reported by Ole Laursen <olau@iola.dk>.
 
-22010-02-18  Glenn Morris  <rgm@gnu.org>
+2010-02-18  Glenn Morris  <rgm@gnu.org>
 
        * emacs-lisp/authors.el (authors-renamed-files-alist):
        Add entries for INSTALL.CVS.
 2010-02-04  Michael Albinus  <michael.albinus@gmx.de>
 
        * dired.el (dired-revert): If DIRED-DIRECTORY is a cons cell, call
-       `dired-uncache' for every elemnt which is an absolute file name.
+       `dired-uncache' for every element which is an absolute file name.
 
        * net/tramp.el (tramp-handle-dired-uncache): When DIR is not a
        directory, handle its directory component.
 
 2010-01-29  Chong Yidong  <cyd@stupidchicken.com>
 
-       * dirtrack.el (dirtrack): Warn instead of signalling error if the
+       * dirtrack.el (dirtrack): Warn instead of signaling error if the
        regexp is incorrect (Bug#5476).
 
 2010-01-29  Michael Albinus  <michael.albinus@gmx.de>
        * textmodes/artist.el (artist-compute-popup-menu-table):
        Remove duplicated words in doc-strings.
 
-2010-01-15   David Abrahams  <dave@boostpro.com>  (tiny change)
+2010-01-15  David Abrahams  <dave@boostpro.com>
 
        * net/mairix.el (mairix-widget-send-query): Send -1 instead of nil
        to mairix-search to suppress threading (Bug#5342).
 2009-12-05  Kevin Ryde  <user42@zip.com.au>
 
        * textmodes/sgml-mode.el (sgml-lexical-context):
-       Recognise comment-start-skip to comment-end-skip as comment (Bug#4781).
+       Recognize comment-start-skip to comment-end-skip as comment (Bug#4781).
 
 2009-12-05  Juri Linkov  <juri@jurta.org>
 
        * woman.el (woman-make-bufname): Handle man-pages with "." in the
        name.  (Bug#5038)
 
-2009-12-02  Andreas Politz  <politza@fh-trier.de>  (tiny change)
+2009-12-02  Andreas Politz  <politza@fh-trier.de>
 
        * ido.el (ido-file-internal): Handle filenames at point that do
        not have a directory part.  (Bug#5049)
        * window.el (move-to-window-line-last-op): Remove.
        (move-to-window-line-top-bottom): Reuse recenter-last-op instead.
 
-2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>  (tiny change)
+2009-11-23  Deniz Dogan  <deniz.a.m.dogan@gmail.com>
 
        Make M-r mirror the new cycling behavior of C-l.
        * window.el (move-to-window-line-last-op): New var.
        (batch-update-autoloads): Handle autoload-excludes on windows-nt.
 
        * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
-       the headers cannot be located.  Simplify, subtracting superflous
+       the headers cannot be located.  Simplify, subtracting superfluous
        save-excursions.
 
 2009-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
        * eshell/em-dirs.el (eshell-complete-user-reference):
        Declare pcomplete functions and variables to avoid compiler warnings.
 
-2009-09-13  Leo  <sdl.web@gmail.com>  (tiny change)
+2009-09-13  Leo Liu  <sdl.web@gmail.com>  (tiny change)
 
        * eshell/em-script.el (eshell-login-script, eshell-rc-script):
        * eshell/em-dirs.el (eshell-last-dir-ring-file-name):
        (elint-log-message): Add optional argument.  Use elint-output.
        (elint-set-mode-line): New function.
 
-2009-09-12  Andreas Politz  <politza@fh-trier.de>  (tiny change)
+2009-09-12  Andreas Politz  <politza@fh-trier.de>
 
        * emacs-lisp/elp.el (elp-not-profilable): Add more
        functions (Bug#4233).
        * files.el (locate-file-completion-table): Make it provide boundary
        information, so partial-completion works better.
 
-2009-09-04  Leo  <sdl.web@gmail.com>  (tiny change)
+2009-09-04  Leo Liu  <sdl.web@gmail.com>  (tiny change)
 
        * mail/footnote.el (Footnote-text-under-cursor):
        Check footnote-text-marker-alist before using it (bug#4324).
@@ -22792,7 +22792,7 @@ See ChangeLog.14 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2009-201 Free Software Foundation, Inc.
+  Copyright (C) 2009-2013 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.