comparison lisp/ChangeLog @ 107536:22bf58a96b3a

(makefile-rule-action-regex): Backtrack less. (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may not be present any more.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 24 Mar 2010 11:57:16 -0400
parents 7c79bc199c73
children 75e87467a0db b6cc517c1044
comparison
equal deleted inserted replaced
107535:daf1d382bc07 107536:22bf58a96b3a
1 2010-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/make-mode.el (makefile-rule-action-regex): Backtrack less.
4 (makefile-make-font-lock-keywords): Adjust rule since submatch 1 may
5 not be present any more.
6
1 2010-03-24 Juanma Barranquero <lekktu@gmail.com> 7 2010-03-24 Juanma Barranquero <lekktu@gmail.com>
2 8
3 * faces.el (set-face-attribute): Fix typo in docstring. 9 * faces.el (set-face-attribute): Fix typo in docstring.
4 (face-valid-attribute-values): Reflow docstring. 10 (face-valid-attribute-values): Reflow docstring.
5 11
6 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo. 12 * cedet/srecode/table.el (srecode-template-table): Fix docstring typo.
7 13
8 2010-03-23 Glenn Morris <rgm@gnu.org> 14 2010-03-23 Glenn Morris <rgm@gnu.org>
9 15
10 * textmodes/flyspell.el (sgml-lexical-context): Autoload it. (Bug#5752) 16 * textmodes/flyspell.el (sgml-lexical-context): Autoload it (Bug#5752).
11 17
12 2010-03-21 Chong Yidong <cyd@stupidchicken.com> 18 2010-03-21 Chong Yidong <cyd@stupidchicken.com>
13 19
14 * indent.el (indent-for-tab-command): Doc fix. 20 * indent.el (indent-for-tab-command): Doc fix.
15 21
16 2010-03-22 Alan Mackenzie <acm@muc.de> 22 2010-03-22 Alan Mackenzie <acm@muc.de>
17 23
18 * progmodes/cc-engine.el (c-remove-stale-state-cache): Fix 24 * progmodes/cc-engine.el (c-remove-stale-state-cache):
19 off-by-one error. Fixes bug #5747. 25 Fix off-by-one error. Fixes bug #5747.
20 26
21 2010-03-22 Juanma Barranquero <lekktu@gmail.com> 27 2010-03-22 Juanma Barranquero <lekktu@gmail.com>
22 28
23 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring. 29 * image-dired.el (image-dired-display-thumbs): Fix typo in docstring.
24 (image-dired-read-comment): Doc fix. 30 (image-dired-read-comment): Doc fix.
25 31
26 * json.el (json-object-type, json-array-type, json-key-type, json-false) 32 * json.el (json-object-type, json-array-type, json-key-type)
27 (json-null, json-read-number): 33 (json-false, json-null, json-read-number):
28 * minibuffer.el (completion-in-region-functions): 34 * minibuffer.el (completion-in-region-functions):
29 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks) 35 * calendar/cal-tex.el (cal-tex-daily-end, cal-tex-number-weeks)
30 (cal-tex-cursor-week): 36 (cal-tex-cursor-week):
31 * emacs-lisp/trace.el (trace-function): 37 * emacs-lisp/trace.el (trace-function):
32 * eshell/em-basic.el (eshell/printnl): 38 * eshell/em-basic.el (eshell/printnl):
68 74
69 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el. 75 * Makefile.in (ELCFILES): Add cedet/semantic/imenu.el.
70 76
71 2010-03-13 Michael Albinus <michael.albinus@gmx.de> 77 2010-03-13 Michael Albinus <michael.albinus@gmx.de>
72 78
73 * net/tramp.el (tramp-find-executable): Use 79 * net/tramp.el (tramp-find-executable):
74 `tramp-get-connection-buffer'. Make the regexp for checking 80 Use `tramp-get-connection-buffer'. Make the regexp for checking
75 output of "wc -l" more robust. 81 output of "wc -l" more robust.
76 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris. 82 (tramp-find-shell): Use another shell but /bin/sh on OpenSolaris.
77 (tramp-open-connection-setup-interactive-shell): Remove workaround 83 (tramp-open-connection-setup-interactive-shell): Remove workaround
78 for OpenSolaris bug, it is not needed anymore. 84 for OpenSolaris bug, it is not needed anymore.
79 85