Mercurial > emacs
comparison lisp/ChangeLog @ 106545:82c7a7ac0c67
(minibuffer-local-must-match-filename-map): Re-instate the varalias that was
accidentally removed by the 2009-11-19 change (bug#5186).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 12 Dec 2009 05:23:54 +0000 |
parents | 6912d06d4f44 |
children | 4fed4c0811e3 |
comparison
equal
deleted
inserted
replaced
106544:bd8054670971 | 106545:82c7a7ac0c67 |
---|---|
1 2009-12-12 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * minibuffer.el (minibuffer-local-must-match-filename-map): Re-instate | |
4 the varalias that was accidentally removed by the 2009-11-19 change | |
5 (bug#5186). | |
6 | |
1 2009-12-12 Kenichi Handa <handa@m17n.org> | 7 2009-12-12 Kenichi Handa <handa@m17n.org> |
2 | 8 |
3 * language/indian.el (indian-compose-regexp): New function. | 9 * language/indian.el (indian-compose-regexp): New function. |
4 (malayalam-composable-pattern): Fix the pattern. | 10 (malayalam-composable-pattern): Fix the pattern. |
5 (composition-function-table): Set malayalam-composable-pattern for | 11 (composition-function-table): Set malayalam-composable-pattern for |
13 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories | 19 * makefile.w32-in: Ensure that Lisp files in CEDET subdirectories |
14 are compiled. | 20 are compiled. |
15 | 21 |
16 2009-12-11 Michael McNamara <mac@mail.brushroad.com> | 22 2009-12-11 Michael McNamara <mac@mail.brushroad.com> |
17 | 23 |
18 * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re, | 24 * verilog-mode.el (verilog-vmm-begin-re, verilog-vmm-end-re) |
19 verilog-vmm-statement-re, verilog-ovm-statement-re, | 25 (verilog-vmm-statement-re, verilog-ovm-statement-re) |
20 verilog-defun-level-not-generate-re, verilog-calculate-indent, | 26 (verilog-defun-level-not-generate-re, verilog-calculate-indent) |
21 verilog-leap-to-head, verilog-backward-token): Fix | 27 (verilog-leap-to-head, verilog-backward-token): |
22 indenting VMM macros. Reported by Jonathan Ashbrook. | 28 Fix indenting VMM macros. Reported by Jonathan Ashbrook. |
23 | 29 |
24 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org> | 30 2009-12-11 Wilson Snyder <wsnyder@wsnyder.org> |
25 | 31 |
26 * verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re): | 32 * verilog-mode.el (verilog-auto-lineup, verilog-nameable-item-re): |
27 Cleanup user-visible spelling and documentation errors. One | 33 Cleanup user-visible spelling and documentation errors. |
28 reported by Gary Delp. | 34 One reported by Gary Delp. |
29 (verilog-submit-bug-report): Mention bug tracking and CC | 35 (verilog-submit-bug-report): Mention bug tracking and CC co-author. |
30 co-author. | |
31 (verilog-read-decls): Fix AUTOWIRE with types declared in a | 36 (verilog-read-decls): Fix AUTOWIRE with types declared in a |
32 package, bug195. Reported by Pierre-David Pfister. | 37 package, bug195. Reported by Pierre-David Pfister. |
33 | 38 |
34 2009-12-11 Glenn Morris <rgm@gnu.org> | 39 2009-12-11 Glenn Morris <rgm@gnu.org> |
35 | 40 |