diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 33d50961912..fa3bdfc3780 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,65 @@ | |||
| 1 | 2010-11-09 Glenn Morris <rgm@gnu.org> | 1 | 2010-11-09 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * progmodes/tcl.el (tcl-hairy-scan-for-comment): Doc fix. | ||
| 4 | |||
| 5 | 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 6 | |||
| 7 | * minibuffer.el (minibuffer-completion-help): Specify the end of the | ||
| 8 | completion field (bug#7211). | ||
| 9 | |||
| 10 | * progmodes/python.el (python-font-lock-syntactic-keywords): (bug#7322) | ||
| 11 | Fix handling of backslash escapes. | ||
| 12 | (python-quote-syntax): Adjust accordingly. | ||
| 13 | |||
| 14 | 2010-11-09 Richard Levitte <richard@levitte.org> (tiny change) | ||
| 15 | 2010-11-09 Richard Levitte <richard@levitte.org> (tiny patch) | ||
| 16 | |||
| 17 | * vc-mtn.el (vc-mtn-working-revision, vc-mtn-after-dir-status) | ||
| 18 | (vc-mtn-workfile-branch): Adjust to new output format. | ||
| 19 | |||
| 20 | 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 21 | |||
| 22 | * international/mule-cmds.el (princ-list): Mark as obsolete. | ||
| 23 | |||
| 24 | 2010-11-09 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 25 | |||
| 26 | * emacs-lisp/smie.el: New package. | ||
| 27 | |||
| 28 | 2010-11-09 Michael Albinus <michael.albinus@gmx.de> | ||
| 29 | |||
| 30 | * files.el (backup-by-copying-when-mismatch): | ||
| 31 | Set `permanent-local' property. | ||
| 32 | |||
| 33 | * net/tramp.el (tramp-handle-insert-file-contents): Do not set | ||
| 34 | `permanent-local' property for `backup-by-copying-when-mismatch'. | ||
| 35 | |||
| 36 | 2010-11-09 Eli Zaretskii <eliz@gnu.org> | ||
| 37 | |||
| 38 | * ls-lisp.el (insert-directory): Doc fix. (bug#7285) | ||
| 39 | |||
| 40 | 2010-11-09 Wilson Snyder <wsnyder@wsnyder.org> | ||
| 41 | |||
| 42 | * progmodes/verilog-mode.el (verilog-insert-one-definition) | ||
| 43 | (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and | ||
| 44 | AUTOINOUT for SV style multidimensional arrays, bug294. | ||
| 45 | Reported by Eric Mastromarchi. | ||
| 46 | (verilog-preprocess): Use with-current-buffer and | ||
| 47 | font-lock-fontify-buffer to cleanup style issues. | ||
| 48 | |||
| 49 | 2010-11-09 Glenn Morris <rgm@gnu.org> | ||
| 50 | |||
| 51 | * locate.el (locate, locate-mode): Doc fixes. | ||
| 52 | |||
| 53 | 2010-11-09 Chong Yidong <cyd@stupidchicken.com> | ||
| 54 | |||
| 55 | * server.el (server-start): New arg INHIBIT-PROMPT prevents asking | ||
| 56 | user for confirmation. | ||
| 57 | (server-force-stop): Use it. | ||
| 58 | (server-start): Use server-force-stop for kill-emacs-hook, to | ||
| 59 | avoid user interaction while killing Emacs. | ||
| 60 | |||
| 61 | 2010-11-09 Glenn Morris <rgm@gnu.org> | ||
| 62 | |||
| 3 | * progmodes/meta-mode.el: Remove leading `*' from defcustom docs. | 63 | * progmodes/meta-mode.el: Remove leading `*' from defcustom docs. |
| 4 | (meta-indent-line): Simplify. | 64 | (meta-indent-line): Simplify. |
| 5 | 65 | ||