comparison lisp/ChangeLog @ 62966:b17cee3b8861

*** empty log message ***
author Daniel Pfeiffer <occitan@esperanto.org>
date Fri, 03 Jun 2005 08:47:25 +0000
parents fcacef2ed810
children e908b1c6d405
comparison
equal deleted inserted replaced
62965:a078bb7e3d21 62966:b17cee3b8861
1 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
2
3 * progmodes/make-mode.el (makefile-targets-face)
4 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
5 (makefile-bsdmake-dependency-regex)
6 (makefile-makepp-rule-action-regex)
7 (makefile-bsdmake-rule-action-regex): New constants.
8 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9
10 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11 Allow (...) within `...' for makepp messages.
12
1 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu> 13 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
2 14
3 * ediff-diff.el (ediff-same-contents) Eliminate CL-type functions. 15 * ediff-diff.el (ediff-same-contents) Eliminate CL-type functions.
4 16
5 * ediff-mult.el (ediff-intersect-directories) Make sure that ".." and 17 * ediff-mult.el (ediff-intersect-directories) Make sure that ".." and
6 "." files are deleted from all file lists before comparison 18 "." files are deleted from all file lists before comparison
7 19
8 * viper-keym.el 20 * viper-keym.el
9 (viper-toggle-key,viper-quoted-insert-key,viper-ESC-key): 21 (viper-toggle-key,viper-quoted-insert-key,viper-ESC-key):
10 Made them customizable. 22 Made them customizable.
11 23
12 * viper.el (viper-non-hook-settings): fixed the names of defadvices. 24 * viper.el (viper-non-hook-settings): fixed the names of defadvices.
13 25
14 2005-06-01 Luc Teirlinck <teirllm@auburn.edu> 26 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
15 27
16 * autorevert.el (auto-revert-buffers): Use save-match-data. 28 * autorevert.el (auto-revert-buffers): Use save-match-data.
17 29
18 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca> 30 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>