X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/6ccb9cab43613632ece4f62d9ee28d694bc1d666..2b44e4584b8b113a8fbfcca6e8980383a77a9717:/lisp/ChangeLog.16?ds=sidebyside diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16 index d6d1bac43c..d3b3dd3a57 100644 --- a/lisp/ChangeLog.16 +++ b/lisp/ChangeLog.16 @@ -63,7 +63,7 @@ 2013-03-11 Michael R. Mauger - * progmodes/sql.el Version 3.2 + * progmodes/sql.el: Version 3.2 Please note that my address changed to ; the address remains active. (sql-connection-alist): Updates documentation to fix bug#13715. @@ -965,7 +965,7 @@ 2013-02-13 Yves Baumes (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 @@ -1408,7 +1408,7 @@ 2013-01-30 Jay Belanger - * 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. @@ -1437,9 +1437,9 @@ 2013-01-29 Alan Mackenzie 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. @@ -2813,7 +2813,7 @@ 2012-12-12 Jonas Bernoulli - * 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) : Don't put closing parens on new line, avoid needless empty lines, align values that are objects @@ -3730,7 +3730,8 @@ 2012-11-19 Daniel Colascione * 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 @@ -4569,7 +4570,7 @@ * bookmark.el (bookmark-completing-read): Set the completion category to `bookmark' (bug#11131). -2012-10-26 Bastien +2012-10-26 Bastien Guerry Stefan Monnier * face-remap.el: Use lexical-binding. @@ -5040,13 +5041,13 @@ * 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 @@ -5054,7 +5055,7 @@ (w32-drag-n-drop): New paramter 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. @@ -5893,8 +5894,8 @@ 2012-09-25 Wilson Snyder - * 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) @@ -7788,7 +7789,7 @@ (ruby-syntax-propertize-function): Adjust for changes in `ruby-syntax-propertize-heredoc'. -2012-08-09 Nobuyoshi Nakada +2012-08-09 Nobuyoshi Nakada * progmodes/ruby-mode.el (ruby-mode-map): Remove deprecated binding (use `M-;' instead). @@ -8100,7 +8101,7 @@ 2012-08-04 Michal Nazarewicz - * 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. @@ -8203,17 +8204,17 @@ 2012-07-31 Jay Belanger - * 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 @@ -9712,7 +9713,7 @@ * international/mule-cmds.el (mule-menu-keymap) (set-language-environment, set-locale-environment): Doc tweaks. -2012-06-16 Aurelien Aptel +2012-06-16 Aurélien Aptel * cus-face.el (custom-face-attributes): Add wave-style underline attribute. @@ -25223,7 +25224,7 @@ See ChangeLog.15 for earlier changes. ;; coding: utf-8 ;; End: - Copyright (C) 2011-2013 Free Software Foundation, Inc. + Copyright (C) 2011-2014 Free Software Foundation, Inc. This file is part of GNU Emacs.