Mercurial > emacs
comparison lisp/ChangeLog @ 49989:532146653f8d
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 26 Feb 2003 16:34:27 +0000 |
parents | f1cb08d5e984 |
children | bc05ebcc75dc |
comparison
equal
deleted
inserted
replaced
49988:2076fa933620 | 49989:532146653f8d |
---|---|
8 in $(gamedir), in case the user has installed a game on his own. | 8 in $(gamedir), in case the user has installed a game on his own. |
9 (gamegrid-add-score-insecure): Accept optional directory argument. | 9 (gamegrid-add-score-insecure): Accept optional directory argument. |
10 | 10 |
11 2003-02-25 Andreas Schwab <schwab@suse.de> | 11 2003-02-25 Andreas Schwab <schwab@suse.de> |
12 | 12 |
13 * progmodes/make-mode.el (makefile-font-lock-keywords): Protect | 13 * progmodes/make-mode.el (makefile-font-lock-keywords): Protect shell |
14 shell variable references by requireing that $ is not preceded by | 14 variable references by requireing that $ is not preceded by another $. |
15 another $. | |
16 | 15 |
17 2003-02-25 Kenichi Handa <handa@m17n.org> | 16 2003-02-25 Kenichi Handa <handa@m17n.org> |
18 | 17 |
19 * env.el (setenv): Fix previous change. | 18 * env.el (setenv): Fix previous change. |
20 | 19 |
21 2003-02-25 Ramakrishnan M <rama@gnu.org> (tiny change) | 20 2003-02-25 Ramakrishnan M <rama@gnu.org> (tiny change) |
22 | 21 |
23 * language/mlm-util.el (mlm-char-glyph): Fix more rules. | 22 * language/mlm-util.el (mlm-char-glyph): Fix more rules. |
24 | 23 |
24 2003-02-24 Stefan Monnier <monnier@cs.yale.edu> | |
25 | |
26 * progmodes/simula.el: Move abbrev loading to after the fun it uses. | |
27 (simula-install-standard-abbrevs): Use dolist. | |
28 Use system-flag when calling define-abbrev. | |
29 | |
25 2003-02-24 Dave Love <fx@gnu.org> | 30 2003-02-24 Dave Love <fx@gnu.org> |
26 | 31 |
27 * obsolete/cplus-md.el: Deleted. (Requires removed c-mode.el.) | 32 * obsolete/cplus-md.el: Delete. (Requires removed c-mode.el.) |
28 | 33 |
29 * env.el (read-envvar-name): Decode names. | 34 * env.el (read-envvar-name): Decode names. |
30 (substitute-env-vars): Use eval-when-compile and char class. | 35 (substitute-env-vars): Use eval-when-compile and char class. |
31 (setenv): Doc fix. Encode the data (after checking that's | 36 (setenv): Doc fix. Encode the data (after checking that's possible). |
32 possible). | |
33 (getenv): Encode the name and decode the result. | 37 (getenv): Encode the name and decode the result. |
34 | 38 |
35 2003-02-24 Ken Manheimer <klm@zope.com> | 39 2003-02-24 Ken Manheimer <klm@zope.com> |
36 | 40 |
37 * allout.el (allout-pre-command-business): Fix docstring. | 41 * allout.el (allout-pre-command-business): Fix docstring. |
78 | 82 |
79 2003-02-22 Stefan Monnier <monnier@cs.yale.edu> | 83 2003-02-22 Stefan Monnier <monnier@cs.yale.edu> |
80 | 84 |
81 * progmodes/cperl-mode.el: Merge changes from CPerl-5.0. | 85 * progmodes/cperl-mode.el: Merge changes from CPerl-5.0. |
82 (toplevel): Require man. | 86 (toplevel): Require man. |
83 (condition-case): Don't autoload tmm-prompt (it's in loaddefs.el). | 87 Don't autoload tmm-prompt (it's in loaddefs.el). |
84 (cperl-electric-backspace-untabify): New var. | 88 (cperl-electric-backspace-untabify): New var. |
85 (cperl-electric-backspace): Use it. | 89 (cperl-electric-backspace): Use it. |
86 (cperl-vc-header-alist): Extract numeric version from the Id. | 90 (cperl-vc-header-alist): Extract numeric version from the Id. |
87 (cperl-build-manpage): New fun. | 91 (cperl-build-manpage): New fun. |
88 (cperl-menu): Use it. Add toggle-autohelp. | 92 (cperl-menu): Use it. Add toggle-autohelp. |