comparison lisp/ChangeLog @ 111449:132f2dfd549f

Merge from emacs-23
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 09 Nov 2010 15:07:10 -0500
parents c4afb802863e d30a1f654ca5
children 98299fb04891
comparison
equal deleted inserted replaced
111448:321fbae3e04d 111449:132f2dfd549f
1 2010-11-09 Glenn Morris <rgm@gnu.org>
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
1 2010-11-09 Glenn Morris <rgm@gnu.org> 61 2010-11-09 Glenn Morris <rgm@gnu.org>
2 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