diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9efe40650e0..e6798b48f87 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-error-regexp-alist-alist): | ||
| 4 | Also recognize severe Irix et al. messages. | ||
| 5 | (compilation-normalize-filename, compile-abbreviate-directory): | ||
| 6 | Delete functions. | ||
| 7 | (compilation-get-file-structure): New function inherits | ||
| 8 | functionality of the two preceding ones. | ||
| 9 | (compilation-internal-error-properties, compilation-fake-loc): Use | ||
| 10 | it so that different paths to the same file share the same | ||
| 11 | markers. Also optimize finding adjacent marker slightly. | ||
| 12 | |||
| 1 | 2004-04-25 Kim F. Storm <storm@cua.dk> | 13 | 2004-04-25 Kim F. Storm <storm@cua.dk> |
| 2 | 14 | ||
| 3 | * image.el (insert-sliced-image): Add line-spacing t property | 15 | * image.el (insert-sliced-image): Add line-spacing t property |