Mercurial > emacs
comparison lisp/ChangeLog @ 63084:33bc4355d988
(latexenc-find-file-coding-system):
Undo part of last patch, to turn off a compiler warning.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 06 Jun 2005 18:13:21 +0000 |
parents | 8f7ea9a06c4f |
children | 80ef8a2a052d |
comparison
equal
deleted
inserted
replaced
63083:8f7ea9a06c4f | 63084:33bc4355d988 |
---|---|
1 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * international/latexenc.el (latexenc-find-file-coding-system): | |
4 Undo part of last patch, to turn off a compiler warning. | |
5 | |
1 2005-06-06 Juri Linkov <juri@jurta.org> | 6 2005-06-06 Juri Linkov <juri@jurta.org> |
2 | 7 |
3 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face): | 8 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face): |
4 Rename `tmm-inactive-face' to `tmm-inactive'. | 9 Rename `tmm-inactive-face' to `tmm-inactive'. |
5 | 10 |
10 2005-06-06 Kim F. Storm <storm@cua.dk> | 15 2005-06-06 Kim F. Storm <storm@cua.dk> |
11 | 16 |
12 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect) | 17 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect) |
13 (cua-global-mark): Remove -face suffix from face names. | 18 (cua-global-mark): Remove -face suffix from face names. |
14 | 19 |
15 * emulation/cua-gmrk.el (cua--init-global-mark): Remove | 20 * emulation/cua-gmrk.el (cua--init-global-mark): |
16 cua-global-mark face setup. | 21 Remove cua-global-mark face setup. |
17 | 22 |
18 2005-06-06 Richard M. Stallman <rms@gnu.org> | 23 2005-06-06 Richard M. Stallman <rms@gnu.org> |
19 | 24 |
20 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace | 25 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace |
21 just like other allowed characters. | 26 just like other allowed characters. |
130 | 135 |
131 * iswitchb.el (iswitchb-single-match-face) | 136 * iswitchb.el (iswitchb-single-match-face) |
132 (iswitchb-current-match-face, iswitchb-virtual-matches-face) | 137 (iswitchb-current-match-face, iswitchb-virtual-matches-face) |
133 (iswitchb-invalid-regexp-face): New faces. | 138 (iswitchb-invalid-regexp-face): New faces. |
134 (iswitchb-completions): Use them. | 139 (iswitchb-completions): Use them. |
135 (iswitchb-use-faces): Renamed from iswitchb-use-fonts, which is | 140 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is |
136 now marked as an obsolete alias. | 141 now marked as an obsolete alias. |
137 (iswitchb-read-buffer): Remove check for bound font variables. | 142 (iswitchb-read-buffer): Remove check for bound font variables. |
138 (iswitchb-invalid-regexp): New free variable. | 143 (iswitchb-invalid-regexp): New free variable. |
139 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and | 144 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and |
140 set iswitchb-invalid-regexp. | 145 set iswitchb-invalid-regexp. |
237 | 242 |
238 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1) | 243 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1) |
239 (gdb-info-breakpoints-custom, gdb-delete-breakpoint) | 244 (gdb-info-breakpoints-custom, gdb-delete-breakpoint) |
240 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location) | 245 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location) |
241 (gdb-assembler-custom): Improve regexps. | 246 (gdb-assembler-custom): Improve regexps. |
242 (def-gdb-auto-update-handler): Use window point to preserve | 247 (def-gdb-auto-update-handler): Use window point to preserve point. |
243 point. | |
244 | 248 |
245 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca> | 249 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca> |
246 | 250 |
247 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local. | 251 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local. |
248 | 252 |