Mercurial > emacs
comparison lisp/ChangeLog @ 71789:aa53161fdb21
(compilation-error-regexp-alist-alist): Fix ambiguity introduced by last change.
(compilation-find-file): Move save-excursion to where it may make sense.
Fix a left over `find-file'.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 11 Jul 2006 15:08:33 +0000 |
parents | 3a9abf492909 |
children | 8a30c071b5fb |
comparison
equal
deleted
inserted
replaced
71788:c4527316e616 | 71789:aa53161fdb21 |
---|---|
1 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * progmodes/compile.el (compilation-error-regexp-alist-alist): | |
4 Fix ambiguity introduced by last change. | |
5 (compilation-find-file): Move save-excursion to where it may | |
6 make sense. Fix a left over `find-file'. | |
7 | |
1 2006-07-11 Robert J. Chassell <bob@rattlesnake.com> | 8 2006-07-11 Robert J. Chassell <bob@rattlesnake.com> |
2 | 9 |
3 * textmodes/texinfmt.el: (texinfo-format-separate-node): | 10 * textmodes/texinfmt.el: (texinfo-format-separate-node): |
4 Insert a string before point, which fits documentation, not after. | 11 Insert a string before point, which fits documentation, not after. |
5 (texinfo-multitable-item): In a multitable row, insert any | 12 (texinfo-multitable-item): In a multitable row, insert any |
6 additional needed @tabs and spaces. | 13 additional needed @tabs and spaces. |
7 | 14 |
8 2006-07-11 Nick Roberts <nickrob@snap.net.nz> | 15 2006-07-11 Nick Roberts <nickrob@snap.net.nz> |
9 | 16 |
10 * tumme.el (tumme-create-thumb) | 17 * tumme.el (tumme-create-thumb) |
11 (tumme-thumbnail-display-external, tumme-display-image) | 18 (tumme-thumbnail-display-external, tumme-display-image) |
17 (tumme-modify-mark-on-thumb-original-file, tumme-display-image) | 24 (tumme-modify-mark-on-thumb-original-file, tumme-display-image) |
18 (tumme-get-exif-data): Use with-current-buffer. | 25 (tumme-get-exif-data): Use with-current-buffer. |
19 (tumme-display-properties-format) | 26 (tumme-display-properties-format) |
20 (tumme-dired-insert-marked-thumbs, tumme-rotate-original) | 27 (tumme-dired-insert-marked-thumbs, tumme-rotate-original) |
21 (tumme-get-exif-file-name) | 28 (tumme-get-exif-file-name) |
22 (tumme-thumbnail-set-image-description, tumme-gallery-generate): | 29 (tumme-thumbnail-set-image-description, tumme-gallery-generate): |
23 Fit to 80 columns. | 30 Fit to 80 columns. |
24 | 31 |
25 2006-07-11 Kim F. Storm <storm@cua.dk> | 32 2006-07-11 Kim F. Storm <storm@cua.dk> |
26 | 33 |
27 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form. | 34 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form. |