Mercurial > emacs
comparison lisp/ChangeLog @ 111382:1aba3578b8d8
* lisp/emacs-lisp/smie.el: New package.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 07 Nov 2010 10:52:33 -0500 |
parents | 7cb97499fd27 |
children | fad6eee38123 |
comparison
equal
deleted
inserted
replaced
111381:7cb97499fd27 | 111382:1aba3578b8d8 |
---|---|
1 2010-11-07 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * emacs-lisp/smie.el: New package. | |
4 | |
1 2010-11-06 Michael Albinus <michael.albinus@gmx.de> | 5 2010-11-06 Michael Albinus <michael.albinus@gmx.de> |
2 | 6 |
3 * files.el (backup-by-copying-when-mismatch): Set | 7 * files.el (backup-by-copying-when-mismatch): |
4 `permanent-local' property. | 8 Set `permanent-local' property. |
5 | 9 |
6 * net/tramp.el (tramp-handle-insert-file-contents): Do not set | 10 * net/tramp.el (tramp-handle-insert-file-contents): Do not set |
7 `permanent-local' property for `backup-by-copying-when-mismatch'. | 11 `permanent-local' property for `backup-by-copying-when-mismatch'. |
8 | 12 |
9 2010-11-06 Eli Zaretskii <eliz@gnu.org> | 13 2010-11-06 Eli Zaretskii <eliz@gnu.org> |
14 (ls-lisp-classify): Call ls-lisp-classify-file. | 18 (ls-lisp-classify): Call ls-lisp-classify-file. |
15 (insert-directory): Remove blanks from switches. | 19 (insert-directory): Remove blanks from switches. |
16 | 20 |
17 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org> | 21 2010-11-07 Wilson Snyder <wsnyder@wsnyder.org> |
18 | 22 |
19 * progmodes/verilog-mode.el (verilog-insert-one-definition) | 23 * progmodes/verilog-mode.el (verilog-insert-one-definition) |
20 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and | 24 (verilog-read-decls, verilog-read-sub-decls-sig): Fix AUTOWIRE and |
21 AUTOINOUT for SV style multidimensional arrays, bug294. Reported | 25 AUTOINOUT for SV style multidimensional arrays, bug294. |
22 by Eric Mastromarchi. | 26 Reported by Eric Mastromarchi. |
23 (verilog-preprocess): Use with-current-buffer and | 27 (verilog-preprocess): Use with-current-buffer and |
24 font-lock-fontify-buffer to cleanup style issues. | 28 font-lock-fontify-buffer to cleanup style issues. |
25 | 29 |
26 2010-11-05 Michael Albinus <michael.albinus@gmx.de> | 30 2010-11-05 Michael Albinus <michael.albinus@gmx.de> |
27 | 31 |
28 * net/trampver.el: Update release number. | 32 * net/trampver.el: Update release number. |