diff options
| author | Richard M. Stallman | 2005-05-21 04:55:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-05-21 04:55:51 +0000 |
| commit | a527b753609d18258a4d9fdc49e5a94ca3dc5fba (patch) | |
| tree | e48c28f9d4fccbb14a52e2992bc403e8608d0874 /lisp/ChangeLog | |
| parent | adf8a02eb3d00c38ec0252d0344835a1f90ac74d (diff) | |
| download | emacs-a527b753609d18258a4d9fdc49e5a94ca3dc5fba.tar.gz emacs-a527b753609d18258a4d9fdc49e5a94ca3dc5fba.zip | |
(idlwave-doc-header): Use insert-file-contents.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 65fd9a68889..805402db2a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2005-05-21 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents. | ||
| 4 | |||
| 5 | * progmodes/flymake.el (flymake-makehash): Use with-no-warnings. | ||
| 6 | |||
| 7 | * net/rcompile.el (remote-compile): Use compilation-start. | ||
| 8 | |||
| 9 | * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer. | ||
| 10 | |||
| 1 | 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org> | 11 | 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org> |
| 2 | 12 | ||
| 3 | * files.el (auto-mode-alist): Check GNUmakefile before makefile. | 13 | * files.el (auto-mode-alist): Check GNUmakefile before makefile. |
| @@ -149,6 +159,7 @@ | |||
| 149 | (left-fringe-p): Function deleted. | 159 | (left-fringe-p): Function deleted. |
| 150 | 160 | ||
| 151 | * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu. | 161 | * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu. |
| 162 | (list-buffers-noselect): Set `font-lock-face' property, not `face'. | ||
| 152 | 163 | ||
| 153 | * dired-aux.el (dired-copy-file-recursive): Handle symlinks | 164 | * dired-aux.el (dired-copy-file-recursive): Handle symlinks |
| 154 | in recursive copy. | 165 | in recursive copy. |