]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.16
; Revert "Use eldoc-documentation-functions"
[gnu-emacs] / lisp / ChangeLog.16
index 7692a0fffa891cec785c467d11ef77db6da3a01c..7fdcbd5a871e7f4e5426c5736270b17d89ca6d43 100644 (file)
@@ -1,6 +1,6 @@
 2013-03-11  Glenn Morris  <rgm@gnu.org>
 
-        * Version 24.3 released.
+       * Merge in all changes up to version 24.3 release.
 
 2013-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
 
@@ -63,7 +63,7 @@
 
 2013-03-11  Michael R. Mauger  <michael@mauger.com>
 
-       * progmodes/sql.el Version 3.2
+       * progmodes/sql.el: Version 3.2
        Please note that my address changed to <michael@mauger.com>;
        the <mmaug@yahoo.com> address remains active.
        (sql-connection-alist): Updates documentation to fix bug#13715.
        (tmm-prompt): Use it to fix the menu order.
        (tmm-get-keybind): Use current-active-maps.
 
-2013-02-12  Christopher Schmidt  <christopher@ch.ristopher.com>
+2013-02-13  Christopher Schmidt  <christopher@ch.ristopher.com>
 
        Add dired-hide-details-mode.  (Bug#6799)
 
 
 2013-02-13  Yves Baumes  <ybaumes@gmail.com>  (tiny change)
 
-       * lisp/emacs-lisp/package.el (package-menu-execute):
+       * emacs-lisp/package.el (package-menu-execute):
        Add optional noquery argument.  (Bug#13625)
 
 2013-02-13  Michael Albinus  <michael.albinus@gmx.de>
 
 2013-01-30  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc-units.el (math-default-units-table): Remove initial value.
+       * calc/calc-units.el (math-default-units-table): Remove initial value.
        (calc-convert-units): Treat expressions where all the units cancel as
        if they didn't have units.
 
 2013-01-29  Alan Mackenzie  <acm@muc.de>
 
        Amend to fontify /regexp/s in actions correctly.
-       * cc-awk.el (c-awk-harmless-char-re, c-awk-harmless-string*-re):
-       (c-awk-harmless-string*-here-re): Braces, parens and semicolons
-       are no longer included.
+       * progmodes/cc-awk.el (c-awk-harmless-char-re)
+       (c-awk-harmless-string*-re, c-awk-harmless-string*-here-re):
+       Braces, parens and semicolons are no longer included.
        (c-awk-harmless-line-char-re, c-awk-harmless-line-string*-re):
        What used to be these variables without "-line" in the name.
        (c-awk-neutral-re): { is no longer neutral.  Escaped newlines now are.
 
 2012-12-12  Jonas Bernoulli  <jonas@bernoul.li>
 
-       * lisp/emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
+       * emacs-lisp/eieio.el: Prettier object pretty-printing (bug#13115).
        (eieio-override-prin1): Don't quote kewords and booleans.
        (object-write) <eieio-default-superclass>: Don't put closing parens
        on new line, avoid needless empty lines, align values that are objects
        already registered with a different backend (Bug#10589).
 
 2012-11-29  Jambunathan K  <kjambunathan@gmail.com>
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * icomplete.el: Change separator; add ido-style commands.
        (icomplete-show-key-bindings): Remove custom var.
 2012-11-19  Daniel Colascione  <dancol@dancol.org>
 
        * term/w32-win.el (cygwin-convert-path-from-windows):
-       Accomodate rename of cygwin_convert_path* to cygwin_convert_file_name*.
+       Accommodate rename of cygwin_convert_path* to
+       cygwin_convert_file_name*.
 
 2012-11-18  Chong Yidong  <cyd@gnu.org>
 
        to `bookmark' (bug#11131).
 
 2012-10-26  Bastien Guerry  <bzg@altern.org>
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * face-remap.el: Use lexical-binding.
        (text-scale-adjust): Improve docstring.  Use itself for the temporary
        * mouse.el (mouse-yank-primarY): Look for frame-type w32, not
        system-type windows-nt.
 
-       * server.el (server-create-window-system-frame): Look for window
-       type.
+       * server.el (server-create-window-system-frame): Look for window type.
        (server-proces-filter): Only force a window system when windows-nt
        _and_ w32.  Explain why.
 
        * startup.el (command-line): Mark window system is initialized
        after we've done it.
 
-       * common-win.el (x-select-text): Look for w32, not windows-nt.
+       * term/common-win.el (x-select-text): Look for w32, not windows-nt.
 
-       * ns-win.el: Require cl-lib.  Add ourselves to
+       * term/ns-win.el: Require cl-lib.  Add ourselves to
        display-format-alist.
        (ns-initialize-window-system): Assert we're not initialized twice.
 
-       * w32-win.el: Enable lexical binding; require cl-lib; add
+       * term/w32-win.el: Enable lexical binding; require cl-lib; add
        ourselves to display-format-alist.
        (w32-handle-dropped-file): Convert incoming dropped files from
        Windows paths to Cygwin ones before passing them on to the rest of
        Emacs.
-       (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
+       (w32-drag-n-drop): New parameter new-frame.  Simplify logic.
        (w32-initialize-window-system): Assert we're not initialized twice.
 
-       * x-win.el: Require cl-lib; add ourselves to display-format-alist.
+       * term/x-win.el: Require cl-lib; add ourselves to display-format-alist.
        (x-initialize-window-system): Assert we're not initialized twice.
 
        * w32-common-fns.el: New File.
        * international/uni-numeric.el: Regenerate.
 
 2012-09-26  Tomohiro Matsuyama  <tomo@cx4a.org>
-            Stefan Monnier  <monnier@iro.umontreal.ca>
+           Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * profiler.el: New file.
 
 
 2012-09-25  Wilson Snyder  <wsnyder@wsnyder.org>
 
-       * verilog-mode.el (verilog-auto-ascii-enum, verilog-auto-inout)
-       (verilog-auto-input, verilog-auto-insert-lisp)
+       * progmodes/verilog-mode.el (verilog-auto-ascii-enum)
+       (verilog-auto-inout, verilog-auto-input, verilog-auto-insert-lisp)
        (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
        (verilog-auto-reg-input, verilog-auto-tieoff, verilog-auto-undef)
        (verilog-auto-unused, verilog-auto-wire)
 2012-09-09  Alan Mackenzie  <acm@muc.de>
 
        * progmodes/cc-engine.el (c-state-cache-init):
-       Initialise c-state-semi-nonlit-pos-cache\(-limit\)? properly.
+       Initialize c-state-semi-nonlit-pos-cache\(-limit\)? properly.
        (c-record-parse-state-state):
        Record c-state-semi-nonlit-pos-cache\(-limit\)?.
 
        In doc-strings state whether the argument window has to denote a
        live, valid or any window.
 
-2012-08-16  Phil Sainty  <psainty@orcon.net.nz>  (tiny change)
+2012-08-16  Phil Sainty  <psainty@orcon.net.nz>
 
        * progmodes/subword.el (subword-forward-function)
        (subword-backward-function, subword-forward-regexp)
        (ruby-syntax-propertize-function): Adjust for changes in
        `ruby-syntax-propertize-heredoc'.
 
-2012-08-09 Nobuyoshi Nakada  <nobu@ruby-lang.org>
+2012-08-09  Nobuyoshi Nakada  <nobu@ruby-lang.org>
 
        * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated
        binding (use `M-;' instead).
 
 2012-08-04  Michal Nazarewicz  <mina86@mina86.com>
 
-       * lisp/mpc.el: Support password in host argument.
+       * mpc.el: Support password in host argument.
        (mpc--proc-connect): Parse and use new password element.
        Set mpc-proc variable instead of returning process.
        (mpc-proc): Adjust accordingly.
 
 2012-07-31  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc-mode.el (calc-basic-simplification-mode): Rename from
+       * calc/calc-mode.el (calc-basic-simplification-mode): Rename from
        `calc-limited-simplification-mode'.
        (calc-alg-simplification-mode): New function.
        (calc-set-simplify-mode): Adjust message.
 
-       * calc.el (calc-set-mode-line): Adjust mode line display for
+       * calc/calc.el (calc-set-mode-line): Adjust mode line display for
        basic simplification mode.
 
-       * calc-help.el (calc-m-prefix-help): Update help message.
+       * calc/calc-help.el (calc-m-prefix-help): Update help message.
 
-       * calc-ext.el (calc-init-extensions): Add bindings and autoloads
+       * calc/calc-ext.el (calc-init-extensions): Add bindings and autoloads
        for `calc-basic-simplify-mode' and `calc-alg-simplify-mode'.
 
 2012-07-31  Bastien Guerry  <bzg@gnu.org>
 
 2012-07-25  Jay Belanger  <jay.p.belanger@gmail.com>
 
-       * calc-alg.el (math-simplify-divide): Don't cross multiply
+       * calc/calc-alg.el (math-simplify-divide): Don't cross multiply
        in an equation when the lhs is a variable.
 
 2012-07-24  Julien Danjou  <julien@danjou.info>
        c-set-fl-decl-start.
 
        * progmodes/cc-mode.el (c-common-init, c-after-change):
-       Changes due to pluralisation of c-before-font-lock-functions.
+       Changes due to pluralization of c-before-font-lock-functions.
        (c-set-fl-decl-start): New function, extracted from
        c-font-lock-enclosing-decls and enhanced.
 
        (c-nonlabel-token-key): Allow string literals for AWK.
        Refactor for the other modes.
 
-       Large brace-block initialisation makes CC Mode slow: Fix.
+       Large brace-block initialization makes CC Mode slow: Fix.
        Tidy up and accelerate c-in-literal, etc. by using the c-parse-state
        routines.  Limit backward searching in c-font-lock-enclosing.decl.
 
        * vc/ediff-init.el (ediff-toggle-read-only-function):
        Use toggle-read-only.
 
-2011-10-22  Alan Mackenzie  <bug-cc-mode@gnu.org>
+2011-10-22  Alan Mackenzie  <acm@muc.de>
 
        Fix bug #9560, sporadic wrong indentation; improve instrumentation
        of c-parse-state.
@@ -25223,7 +25223,7 @@ See ChangeLog.15 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 2011-2013 Free Software Foundation, Inc.
+  Copyright (C) 2011-2016 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.