Mercurial > emacs
comparison lisp/ChangeLog @ 74974:78afa86b94e9
Removed spurious entry of 2006-12-24, duplicated on 2006-12-26.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 30 Dec 2006 02:00:28 +0000 |
parents | 8ad08e091b07 |
children | 2a6c900770bc |
comparison
equal
deleted
inserted
replaced
74973:7f729944fa45 | 74974:78afa86b94e9 |
---|---|
1 2006-12-30 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * image.el (image-type-header-regexps, image-type-from-data) | |
4 (image-type-from-buffer, image-type-from-file-header): | |
5 Revert changes from 2006-12-26. | |
6 (image-type-auto-detectable): New variable. | |
7 (image-type-auto-detected-p): New function. | |
8 | |
9 * files.el (magic-mode-alist): Detect image files with | |
10 `image-type-auto-detected-p' instead of `image-type-from-buffer'. | |
11 | |
1 2006-12-29 Nick Roberts <nickrob@snap.net.nz> | 12 2006-12-29 Nick Roberts <nickrob@snap.net.nz> |
2 | 13 |
3 * dired.el (dired-sort-other): Move test for dired-mode... | 14 * dired.el (dired-sort-other): Move test for dired-mode... |
4 (dired-sort-set-modeline): ...to here. | 15 (dired-sort-set-modeline): ...to here. |
5 | 16 |
71 to include third item NOT-ALWAYS. | 82 to include third item NOT-ALWAYS. |
72 (image-type-from-data): Handle new format. | 83 (image-type-from-data): Handle new format. |
73 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES. | 84 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES. |
74 (image-type-from-file-header): Pass t for INCLUDE-MAYBES. | 85 (image-type-from-file-header): Pass t for INCLUDE-MAYBES. |
75 | 86 |
76 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com> (tiny change) | 87 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com> (tiny change) |
77 | 88 |
78 * add-log.el (add-log-current-defun): Call `forward-sexp' | 89 * add-log.el (add-log-current-defun): Call `forward-sexp' |
79 multiple times to pick a member function name defined as | 90 multiple times to pick a member function name defined as |
80 part of nested classes/namespaces. | 91 part of nested classes/namespaces. |
81 | 92 |
123 2006-12-24 Kevin Ryde <user42@zip.com.au> | 134 2006-12-24 Kevin Ryde <user42@zip.com.au> |
124 | 135 |
125 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday | 136 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday |
126 in March. | 137 in March. |
127 (calendar-dst-ends): Default to first Sunday in November. | 138 (calendar-dst-ends): Default to first Sunday in November. |
128 | |
129 2006-12-24 Richard Stallman <rms@gnu.org> | |
130 | |
131 * image.el (image-type-header-regexps): Element is now (REGEXP | |
132 IMAGE-TYPE NOT-ALWAYS). | |
133 (image-type-from-data): Handle new format of image-type-header-regexps. | |
134 (image-type-from-buffer): Likewise. | |
135 New arg INCLUDE-MAYBES. | |
136 (image-type-from-file-header): Pass t for INCLUDE-MAYBES. | |
137 | 139 |
138 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com> | 140 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com> |
139 | 141 |
140 * allout.el (allout-encrypt-string): Inhibit use of agent within | 142 * allout.el (allout-encrypt-string): Inhibit use of agent within |
141 body of let form where encryption happens. Acknowledge non-use of | 143 body of let form where encryption happens. Acknowledge non-use of |