Mercurial > emacs
comparison lisp/ChangeLog @ 103268:fd266a506f8e
(tex-uptodate-p): Accept [1{/var/foo}] as a page number.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 20 May 2009 15:14:20 +0000 |
parents | 3b62b3b15bfe |
children | 9e868e938ebb |
comparison
equal
deleted
inserted
replaced
103267:713705a2957d | 103268:fd266a506f8e |
---|---|
1 2009-05-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * textmodes/tex-mode.el (tex-uptodate-p): Accept [1{/var/foo}] as | |
4 a page number. | |
5 | |
1 2009-05-20 Jason Rumney <jasonr@gnu.org> | 6 2009-05-20 Jason Rumney <jasonr@gnu.org> |
2 | 7 |
3 * files.el (locate-dominating-stop-dir-regexp): Add terminal | 8 * files.el (locate-dominating-stop-dir-regexp): Add terminal |
4 directory separator to UNC path case (Bug#3252). | 9 directory separator to UNC path case (Bug#3252). |
5 | 10 |
6 2009-05-20 Chong Yidong <cyd@stupidchicken.com> | 11 2009-05-20 Chong Yidong <cyd@stupidchicken.com> |
7 | 12 |
8 * international/encoded-kb.el (encoded-kbd-setup-display): Change | 13 * international/encoded-kb.el (encoded-kbd-setup-display): |
9 DISPLAY arg to TERMINAL. | 14 Change DISPLAY arg to TERMINAL. |
10 | 15 |
11 * international/mule.el (set-terminal-coding-system) | 16 * international/mule.el (set-terminal-coding-system) |
12 (set-keyboard-coding-system): Change DISPLAY arg to TERMINAL. | 17 (set-keyboard-coding-system): Change DISPLAY arg to TERMINAL. |
13 | 18 |
14 2009-05-19 Alan Mackenzie <acm@muc.de> | 19 2009-05-19 Alan Mackenzie <acm@muc.de> |
15 | 20 |
16 * progmodes/cc-mode.el (c-extend-and-neutralize-CPP-line): Renamed | 21 * progmodes/cc-mode.el (c-extend-and-neutralize-CPP-line): |
17 from c-neutralize-syntax-in-CPP. Set the variables c-new-BEG and | 22 Rename from c-neutralize-syntax-in-CPP. Set the variables c-new-BEG |
18 c-new-END, thus extending the font-lock region. | 23 and c-new-END, thus extending the font-lock region. |
19 (c-font-lock-init): Don't set obsolete variable | 24 (c-font-lock-init): Don't set obsolete variable font-lock-lines-before. |
20 font-lock-lines-before. | |
21 | 25 |
22 * progmodes/cc-langs.el (c-before-font-lock-function): Rename a | 26 * progmodes/cc-langs.el (c-before-font-lock-function): Rename a |
23 value to c-extend-and-neutralize-syntax-in-CPP. | 27 value to c-extend-and-neutralize-syntax-in-CPP. |
24 | 28 |
25 2009-05-19 Kenichi Handa <handa@m17n.org> | 29 2009-05-19 Kenichi Handa <handa@m17n.org> |