diff options
| author | Alan Mackenzie | 2012-01-18 11:50:27 +0000 |
|---|---|---|
| committer | Alan Mackenzie | 2012-01-18 11:50:27 +0000 |
| commit | e8afb1265f8067d360f03c514603223cde92ffeb (patch) | |
| tree | 94797628f6e0a13874730f266fe5de3a0ee90ac9 /lisp/ChangeLog | |
| parent | 44b0225ed09cfbc6cee7ed53c630988c342df806 (diff) | |
| parent | 3fcca64dce0c0e9f6c6fc55f19ce47fe9e861352 (diff) | |
| download | emacs-e8afb1265f8067d360f03c514603223cde92ffeb.tar.gz emacs-e8afb1265f8067d360f03c514603223cde92ffeb.zip | |
Merge from trunk.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 107 |
1 files changed, 71 insertions, 36 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e40d43ee8b9..6ada090d071 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,34 @@ | |||
| 1 | 2012-01-18 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * files.el (auto-mode-alist, inhibit-first-line-modes-regexps) | ||
| 4 | (set-auto-mode): Doc fixes. | ||
| 5 | |||
| 6 | 2012-01-17 Glenn Morris <rgm@gnu.org> | ||
| 7 | |||
| 8 | * isearch.el (search-nonincremental-instead): Fix doc typo. | ||
| 9 | |||
| 10 | * dired.el (dired-insert-directory): Handle newlines in directory name. | ||
| 11 | (dired-build-subdir-alist): Unescape newlines in directory name. | ||
| 12 | |||
| 13 | 2012-01-17 Michael Albinus <michael.albinus@gmx.de> | ||
| 14 | |||
| 15 | * net/tramp.el (tramp-local-end-of-line): New defcustom. | ||
| 16 | (tramp-action-login, tramp-action-yesno, tramp-action-yn) | ||
| 17 | (tramp-action-terminal): Use it. (Bug#10530) | ||
| 18 | |||
| 19 | 2012-01-16 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 20 | |||
| 21 | * minibuffer.el (completion--replace): Strip properties (bug#10062). | ||
| 22 | |||
| 23 | 2012-01-16 Martin Rudalics <rudalics@gmx.at> | ||
| 24 | |||
| 25 | * window.el (window-state-ignored-parameters): Remove variable. | ||
| 26 | (window--state-get-1): Rename argument MARKERS to IGNORE. | ||
| 27 | Handle persistent window parameters. Make copy of clone-of | ||
| 28 | parameter only if requested. (Bug#10348) | ||
| 29 | (window--state-put-2): Install a window parameter only if it has | ||
| 30 | a non-nil value or an existing parameter shall be overwritten. | ||
| 31 | |||
| 1 | 2012-01-15 Michael Albinus <michael.albinus@gmx.de> | 32 | 2012-01-15 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 33 | ||
| 3 | * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie. | 34 | * net/tramp-sh.el (tramp-remote-path): Set tramp-autoload cookie. |
| @@ -21,6 +52,17 @@ | |||
| 21 | 52 | ||
| 22 | * dired.el (dired-get-filename): Fix 'verbatim case of previous change. | 53 | * dired.el (dired-get-filename): Fix 'verbatim case of previous change. |
| 23 | 54 | ||
| 55 | 2012-01-13 Alan Mackenzie <acm@muc.de> | ||
| 56 | |||
| 57 | Fix filling for when filladapt mode is enabled. | ||
| 58 | |||
| 59 | * progmodes/cc-cmds.el (c-fill-paragraph): In the invocation of | ||
| 60 | c-mask-paragraph, pass in `fill-paragraph' rather than | ||
| 61 | `fill-region-as-paragraph'. (This is a reversion of a previous | ||
| 62 | change.) | ||
| 63 | * progmodes/cc-mode.el (c-basic-common-init): Make | ||
| 64 | fill-paragraph-handle-comment buffer local and set it to nil. | ||
| 65 | |||
| 24 | 2012-01-13 Glenn Morris <rgm@gnu.org> | 66 | 2012-01-13 Glenn Morris <rgm@gnu.org> |
| 25 | 67 | ||
| 26 | * dired.el (dired-switches-escape-p): New function. | 68 | * dired.el (dired-switches-escape-p): New function. |
| @@ -38,7 +80,7 @@ | |||
| 38 | 80 | ||
| 39 | Fix Emacs bug #10463 - put `widen's around the critical spots. | 81 | Fix Emacs bug #10463 - put `widen's around the critical spots. |
| 40 | 82 | ||
| 41 | * progmodes/cc-engine.el (c-in-literal, c-literal-limits): put a | 83 | * progmodes/cc-engine.el (c-in-literal, c-literal-limits): Put a |
| 42 | widen around each invocation of c-state-pp-to-literal. Remove an | 84 | widen around each invocation of c-state-pp-to-literal. Remove an |
| 43 | unused let variable. | 85 | unused let variable. |
| 44 | 86 | ||
| @@ -49,8 +91,8 @@ | |||
| 49 | 91 | ||
| 50 | 2012-01-10 Chong Yidong <cyd@gnu.org> | 92 | 2012-01-10 Chong Yidong <cyd@gnu.org> |
| 51 | 93 | ||
| 52 | * net/network-stream.el (network-stream-open-starttls): Avoid | 94 | * net/network-stream.el (network-stream-open-starttls): |
| 53 | emitting a confusing error message when the server gives a bad | 95 | Avoid emitting a confusing error message when the server gives a bad |
| 54 | response to the capability command. | 96 | response to the capability command. |
| 55 | 97 | ||
| 56 | 2012-01-10 Glenn Morris <rgm@gnu.org> | 98 | 2012-01-10 Glenn Morris <rgm@gnu.org> |
| @@ -143,8 +185,8 @@ | |||
| 143 | 185 | ||
| 144 | * custom.el (enable-theme): Don't set custom-safe-themes. | 186 | * custom.el (enable-theme): Don't set custom-safe-themes. |
| 145 | 187 | ||
| 146 | * cus-theme.el (custom-theme-merge-theme): Ignore | 188 | * cus-theme.el (custom-theme-merge-theme): |
| 147 | custom-enabled-themes and custom-safe-themes. | 189 | Ignore custom-enabled-themes and custom-safe-themes. |
| 148 | 190 | ||
| 149 | 2012-01-05 Michael R. Mauger <mmaug@yahoo.com> | 191 | 2012-01-05 Michael R. Mauger <mmaug@yahoo.com> |
| 150 | 192 | ||
| @@ -167,8 +209,8 @@ | |||
| 167 | 209 | ||
| 168 | 2012-01-03 Chong Yidong <cyd@gnu.org> | 210 | 2012-01-03 Chong Yidong <cyd@gnu.org> |
| 169 | 211 | ||
| 170 | * shell.el (shell-dynamic-complete-functions): Put | 212 | * shell.el (shell-dynamic-complete-functions): |
| 171 | pcomplete-completions-at-point, so as to try | 213 | Put pcomplete-completions-at-point, so as to try |
| 172 | comint-filename-completion first (Bug#10417). | 214 | comint-filename-completion first (Bug#10417). |
| 173 | 215 | ||
| 174 | 2012-01-02 Richard Stallman <rms@gnu.org> | 216 | 2012-01-02 Richard Stallman <rms@gnu.org> |
| @@ -193,8 +235,8 @@ | |||
| 193 | 235 | ||
| 194 | 2012-01-01 Eli Zaretskii <eliz@gnu.org> | 236 | 2012-01-01 Eli Zaretskii <eliz@gnu.org> |
| 195 | 237 | ||
| 196 | * term/w32-win.el (dynamic-library-alist) <gnutls>: Load | 238 | * term/w32-win.el (dynamic-library-alist) <gnutls>: |
| 197 | libgnutls-28.dll, from GnuTLS version 3.x, in preference to | 239 | Load libgnutls-28.dll, from GnuTLS version 3.x, in preference to |
| 198 | libgnutls-26.dll. | 240 | libgnutls-26.dll. |
| 199 | 241 | ||
| 200 | 2011-12-31 Andreas Schwab <schwab@linux-m68k.org> | 242 | 2011-12-31 Andreas Schwab <schwab@linux-m68k.org> |
| @@ -246,11 +288,10 @@ | |||
| 246 | 2011-12-24 Alan Mackenzie <acm@muc.de> | 288 | 2011-12-24 Alan Mackenzie <acm@muc.de> |
| 247 | 289 | ||
| 248 | Introduce a mechanism to widen the region used in context font | 290 | Introduce a mechanism to widen the region used in context font |
| 249 | locking. Use this to protect declarations from losing their | 291 | locking. Use this to protect declarations from losing their contexts. |
| 250 | contexts. | ||
| 251 | 292 | ||
| 252 | * progmodes/cc-langs.el (c-before-font-lock-functions): Replace | 293 | * progmodes/cc-langs.el (c-before-font-lock-functions): |
| 253 | c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming). | 294 | Replace c-set-fl-decl-start with c-change-set-fl-decl-start (Renaming). |
| 254 | (c-before-context-fontification-functions): New defvar, a list of | 295 | (c-before-context-fontification-functions): New defvar, a list of |
| 255 | functions to be run just before context (etc.) font locking. | 296 | functions to be run just before context (etc.) font locking. |
| 256 | 297 | ||
| @@ -402,22 +443,19 @@ | |||
| 402 | 443 | ||
| 403 | * progmodes/cc-langs (c-label-kwds): Let AWK take the same | 444 | * progmodes/cc-langs (c-label-kwds): Let AWK take the same |
| 404 | expression as the rest. | 445 | expression as the rest. |
| 405 | (c-nonlabel-token-key): Allow string literals for AWK. Refactor | 446 | (c-nonlabel-token-key): Allow string literals for AWK. |
| 406 | for the other modes. | 447 | Refactor for the other modes. |
| 407 | 448 | ||
| 408 | Large brace-block initialisation makes CC Mode slow: Fix. | 449 | Large brace-block initialisation makes CC Mode slow: Fix. |
| 409 | Tidy up and accelerate c-in-literal, etc. by using the | 450 | Tidy up and accelerate c-in-literal, etc. by using the c-parse-state |
| 410 | c-parse-state | ||
| 411 | routines. Limit backward searching in c-font-lock-enclosing.decl. | 451 | routines. Limit backward searching in c-font-lock-enclosing.decl. |
| 412 | 452 | ||
| 413 | * progmodes/cc-engine.el (c-state-pp-to-literal): Return the | 453 | * progmodes/cc-engine.el (c-state-pp-to-literal): Return the |
| 414 | pp-state and literal type in addition to the limits. | 454 | pp-state and literal type in addition to the limits. |
| 415 | (c-state-safe-place): New defun, extracted from | 455 | (c-state-safe-place): New defun, extracted from c-state-literal-at. |
| 416 | c-state-literal-at. | ||
| 417 | (c-state-literal-at): Use the above new defun. | 456 | (c-state-literal-at): Use the above new defun. |
| 418 | (c-slow-in-literal, c-fast-in-literal): Removed. | 457 | (c-slow-in-literal, c-fast-in-literal): Remove. |
| 419 | (c-in-literal, c-literal-limits): Amended to use | 458 | (c-in-literal, c-literal-limits): Amend to use c-state-pp-to-literal. |
| 420 | c-state-pp-to-literal. | ||
| 421 | 459 | ||
| 422 | * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for | 460 | * progmodes/cc-fonts.el (c-font-lock-enclosing-decls): Check for |
| 423 | being in a literal. Add a limit for backward searching. | 461 | being in a literal. Add a limit for backward searching. |
| @@ -491,8 +529,8 @@ | |||
| 491 | 2011-12-10 Eli Zaretskii <eliz@gnu.org> | 529 | 2011-12-10 Eli Zaretskii <eliz@gnu.org> |
| 492 | 530 | ||
| 493 | * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the | 531 | * mail/rmailsum.el (rmail-header-summary): RFC2047 decode the |
| 494 | `from' or `to' address before taking its substring. Fixes | 532 | `from' or `to' address before taking its substring. |
| 495 | incorrect display in Rmail summary buffer whereby an RFC2047 | 533 | Fixes incorrect display in Rmail summary buffer whereby an RFC2047 |
| 496 | encoded name is chopped in the middle of the encoded string, and | 534 | encoded name is chopped in the middle of the encoded string, and |
| 497 | thus displayed encoded. | 535 | thus displayed encoded. |
| 498 | 536 | ||
| @@ -711,8 +749,8 @@ | |||
| 711 | (verilog-uvm-statement-re): Support UVM indentation and | 749 | (verilog-uvm-statement-re): Support UVM indentation and |
| 712 | highlighting, with old OVM keywords only. | 750 | highlighting, with old OVM keywords only. |
| 713 | (verilog-auto-tieoff, verilog-auto-tieoff-declaration): | 751 | (verilog-auto-tieoff, verilog-auto-tieoff-declaration): |
| 714 | Support AUTOTIEOFF creating non-wire data types. Suggested by Jonathan | 752 | Support AUTOTIEOFF creating non-wire data types. |
| 715 | Greenlaw. | 753 | Suggested by Jonathan Greenlaw. |
| 716 | (verilog-auto-insert-lisp, verilog-delete-to-paren) | 754 | (verilog-auto-insert-lisp, verilog-delete-to-paren) |
| 717 | (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt) | 755 | (verilog-forward-sexp-cmt, verilog-forward-sexp-ign-cmt) |
| 718 | (verilog-inject-sense, verilog-read-inst-pins) | 756 | (verilog-inject-sense, verilog-read-inst-pins) |
| @@ -798,11 +836,11 @@ | |||
| 798 | Andrew Drake. | 836 | Andrew Drake. |
| 799 | (verilog-auto-star-safe, verilog-delete-auto-star-implicit) | 837 | (verilog-auto-star-safe, verilog-delete-auto-star-implicit) |
| 800 | (verilog-inst-comment-re): Fix not deleting Interfaced comment | 838 | (verilog-inst-comment-re): Fix not deleting Interfaced comment |
| 801 | when expanding .* in interfaces, bug320. Reported by Pierre-David | 839 | when expanding .* in interfaces, bug320. |
| 802 | Pfister. | 840 | Reported by Pierre-David Pfister. |
| 803 | (verilog-read-module-name): Fix import statements between module | 841 | (verilog-read-module-name): Fix import statements between module |
| 804 | name and open parenthesis, bug317. Reported by Pierre-David | 842 | name and open parenthesis, bug317. |
| 805 | Pfister. | 843 | Reported by Pierre-David Pfister. |
| 806 | (verilog-simplify-range-expression): Fix simplification of | 844 | (verilog-simplify-range-expression): Fix simplification of |
| 807 | multiplications inside AUTOWIRE connections, bug303. | 845 | multiplications inside AUTOWIRE connections, bug303. |
| 808 | (verilog-auto-inst-port): Support parameter expansion in | 846 | (verilog-auto-inst-port): Support parameter expansion in |
| @@ -1056,8 +1094,7 @@ | |||
| 1056 | 1094 | ||
| 1057 | 2011-11-19 Andreas Schwab <schwab@linux-m68k.org> | 1095 | 2011-11-19 Andreas Schwab <schwab@linux-m68k.org> |
| 1058 | 1096 | ||
| 1059 | * progmodes/sh-script.el (sh-assignment-regexp): Add entry for | 1097 | * progmodes/sh-script.el (sh-assignment-regexp): Add entry for bash. |
| 1060 | bash. | ||
| 1061 | 1098 | ||
| 1062 | 2011-11-19 Juri Linkov <juri@jurta.org> | 1099 | 2011-11-19 Juri Linkov <juri@jurta.org> |
| 1063 | 1100 | ||
| @@ -1182,8 +1219,7 @@ | |||
| 1182 | 1219 | ||
| 1183 | * window.el (window-resize, delete-window, split-window): | 1220 | * window.el (window-resize, delete-window, split-window): |
| 1184 | Replace window-splits by window-combination-resize. | 1221 | Replace window-splits by window-combination-resize. |
| 1185 | * cus-start.el (window-splits): Replace by | 1222 | * cus-start.el (window-splits): Replace by window-combination-resize. |
| 1186 | window-combination-resize. | ||
| 1187 | 1223 | ||
| 1188 | 2011-11-17 Glenn Morris <rgm@gnu.org> | 1224 | 2011-11-17 Glenn Morris <rgm@gnu.org> |
| 1189 | 1225 | ||
| @@ -1248,8 +1284,7 @@ | |||
| 1248 | * window.el (split-window, window-state-get-1) | 1284 | * window.el (split-window, window-state-get-1) |
| 1249 | (window-state-put-1, window-state-put-2): Rename occurrences of | 1285 | (window-state-put-1, window-state-put-2): Rename occurrences of |
| 1250 | window-nest to window-combination-limit. | 1286 | window-nest to window-combination-limit. |
| 1251 | * cus-start.el (window-nest): Rename to | 1287 | * cus-start.el (window-nest): Rename to window-combination-limit. |
| 1252 | window-combination-limit. | ||
| 1253 | 1288 | ||
| 1254 | 2011-11-16 Chong Yidong <cyd@gnu.org> | 1289 | 2011-11-16 Chong Yidong <cyd@gnu.org> |
| 1255 | 1290 | ||