Mercurial > emacs
comparison lisp/ChangeLog @ 90225:a3716f7538f2
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-79
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 519-530)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 106-111)
- Merge from emacs--cvs-trunk--0
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 06 Sep 2005 00:25:20 +0000 |
parents | 2d92f5c9d6ae 6990826a916f |
children | df78f2fb8f6a |
comparison
equal
deleted
inserted
replaced
90224:2d92f5c9d6ae | 90225:a3716f7538f2 |
---|---|
1 2005-09-05 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * cus-theme.el (custom-theme-write-faces): Save the current face | |
4 spec, not the defface spec. | |
5 | |
6 * custom.el (custom-known-themes): Clarify meaning of "standard". | |
7 (custom-push-theme): Save old values in the standard theme. | |
8 (disable-theme): Correct typo. | |
9 (custom-face-theme-value) Deleted unused function. | |
10 (custom-theme-recalc-face): Rewritten to treat enable/disable | |
11 properly. | |
12 | |
13 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
14 | |
15 * progmodes/compile.el (compilation-goto-locus): Take into account | |
16 iconified frames when determining whether the buffer is | |
17 already visible. | |
18 Don't reset window height if the window already existed. | |
19 | |
20 2005-09-04 Chong Yidong <cyd@stupidchicken.com> | |
21 | |
22 * custom.el (load-theme): Rename from require-theme. | |
23 Add interactive spec. | |
24 (enable-theme): Rename from custom-enable-theme. | |
25 Add interactive spec. | |
26 (disable-theme): Rename from custom-disable-theme. | |
27 Add interactive spec. | |
28 (custom-make-theme-feature): Doc fix. | |
29 (custom-theme-directory): Doc fix. | |
30 (provide-theme): Call enable-theme. | |
31 | |
32 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca> | |
33 | |
34 * obsolete/lazy-lock.el (lazy-lock-mode): | |
35 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on | |
36 font-lock-mode if it's off. Print a warning instead. | |
37 | |
38 * progmodes/compile.el (compilation-start): Ignore errors if the | |
39 process died before we get to send-eof. | |
40 | |
41 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file): | |
42 Undo last change. Enclosing the result in quotes broke things on Unix | |
43 since tex-send-command passes it through shell-quote-argument. | |
44 (tex-send-command): Pass `file' through convert-standard-filename | |
45 when possible. | |
46 (tex-uptodate-p): Handle the case where TeX hasn't put additional | |
47 info in a transcript. | |
48 | |
49 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu> | |
50 | |
51 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to | |
52 fix compilation warning. Reorder the key definitions to group | |
53 together keys emitted by the current version of xterm. | |
54 | |
55 * progmodes/vhdl-mode.el (vhdl-highlight-faces) | |
56 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face): | |
57 Reorder predicates to correct min-color usage. | |
58 | |
59 2005-09-01 Chong Yidong <cyd@stupidchicken.com> | |
60 | |
61 * longlines.el (longlines-mode): Inhibit read-only when encoding. | |
62 Kill local variables when longlines-mode is turned off. | |
63 | |
64 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca> | |
65 | |
66 * international/mule-cmds.el (set-locale-environment): Soothe compiler. | |
67 | |
68 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el. | |
69 | |
70 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el. | |
71 | |
72 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove. | |
73 (font-lock-lines-before): Change default to being inactive. | |
74 (font-lock-default-fontify-region): Obey font-lock-lines-before. | |
75 (font-lock-after-change-function): Don't handle f-l-lines-before here. | |
76 | |
77 2005-08-31 Michael Albinus <michael.albinus@gmx.de> | |
78 | |
79 * net/tramp.el (tramp-handle-make-auto-save-file-name): | |
80 Deactivate temporarily advice if active (not needed for Emacs 22, | |
81 but for backwards compatibility). | |
82 (tramp-exists-file-name-handler): Rewrite. First implementation | |
83 was too simple. | |
84 (tramp-advice-make-auto-save-file-name): | |
85 Call `tramp-handle-make-auto-save-file-name' (again, just for | |
86 backwards compatibility). | |
87 | |
88 2005-08-31 Reto Zimmermann <reto@gnu.org> | |
89 | |
90 * progmodes/vhdl-mode.el | |
91 (vhdl-update-sensitivity-list): Handle multi-dimensional array access. | |
92 (vhdl-end-p): Fix indentation bug "else" after "-- when". | |
93 (vhdl-set-default-project): New function (easier setting of default). | |
94 (vhdl-port-copy): Handle extended identifiers for generics. | |
95 (vhdl-compiler-alist): Better description for error message regexp. | |
96 (vhdl-make): Query for target, use previous as default. | |
97 (vhdl-port-copy): Fix port copy for port names starting with "signal". | |
98 (vhdl-font-lock-keywords-2): Fix fontification for record | |
99 el. assign. | |
100 (vhdl-speedbar-make-subpack-line): Add package body link. | |
101 (vhdl-generate-makefile-1): Not include itself as dependency. | |
102 (vhdl-font-lock-init): Highlight c-preprocessor directives. | |
103 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives. | |
104 (vhdl-get-syntactic-context): Handle c-preprocessor directives. | |
105 (vhdl-update-sensitivity-list): Start scan at opening parenthesis. | |
106 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop). | |
107 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'. | |
108 (vhdl-import-project): Add string argument for `error'. | |
109 (vhdl-compose-configuration) | |
110 (vhdl-compose-configuration-architecture): Add configuration | |
111 declaration generation. | |
112 (vhdl-scan-directory-contents): Scan for block/generate hierarchy. | |
113 (vhdl-trailer-re): Add "record" keyword (better indentation). | |
114 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of | |
115 "[^ \t-\"]+". | |
116 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'. | |
117 (vhdl-testbench-entity-file-name) | |
118 (vhdl-testbench-architecture-file-name): Allow separate | |
119 customization of testbench file names. | |
120 (vhdl-beginning-of-block): Handle optional subprogram parameter list. | |
121 (vhdl-get-visible-signals): Allow newline within alias declaration. | |
122 (vhdl-update-sensitivity-list): Signal read only on certain attributes. | |
123 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes). | |
124 (member-ignore-case): Alias for missing function in XEmacs. | |
125 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC. | |
126 (vhdl-update-sensitivity-list): Ignore case on read signals. | |
127 (vhdl-replace-string): Adjust case only for file names. | |
128 (vhdl-update-sensitivity-list): Fix search for read signals. | |
129 (vhdl-update-sensitivity-list): Exclude formal parameters. | |
130 (vhdl-get-visible-signals): Include aliases of signals. | |
131 (vhdl-get-visible-signals): Fix signal name searching. | |
132 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message. | |
133 (vhdl-fixup-whitespace-region): Fix for character | |
134 literals (e.g. ':'). | |
135 | |
136 2005-08-31 Juanma Barranquero <lekktu@gmail.com> | |
137 | |
138 * ansi-color.el (comint-last-output-start): | |
139 * bs.el (font-lock-verbose): | |
140 * diff-mode.el (add-log-buffer-file-name-function): | |
141 * dired-x.el (vm-folder-directory): | |
142 * faces.el (help-xref-stack-item): | |
143 * files.el (font-lock-keywords): | |
144 * find-lisp.el (dired-buffers, dired-subdir-alist): | |
145 * ido.el (cua-inhibit-cua-keys): | |
146 * log-view.el (cvs-minor-wrap-function): | |
147 * outline.el (font-lock-warning-face): | |
148 * simple.el (compilation-current-error): | |
149 * speedbar.el (ange-ftp-path-format, efs-path-regexp) | |
150 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow): | |
151 * tooltip.el (comint-prompt-regexp): | |
152 * w32-fns.el (explicit-shell-file-name): | |
153 * term/mac-win.el (mac-charset-info-alist) | |
154 (mac-services-selection, mac-system-script-code): | |
155 * term/tty-colors.el (msdos-color-values): | |
156 * term/w32-win.el (xlfd-regexp-registry-subnum): | |
157 * term/x-win.el (x-keysym-table, x-selection-timeout) | |
158 (x-session-id, x-session-previous-id): | |
159 * textmodes/ispell.el (mail-yank-prefix): | |
160 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header): | |
161 * textmodes/org.el (calc-embedded-close-formula) | |
162 (calc-embedded-open-formula) | |
163 (font-lock-unfontify-region-function): | |
164 * textmodes/reftex-global.el (isearch-next-buffer-function) | |
165 (TeX-master): | |
166 * textmodes/reftex.el (font-lock-keywords): | |
167 * textmodes/tex-mode.el (font-lock-comment-face) | |
168 (font-lock-doc-face): | |
169 * textmodes/texinfo.el (outline-heading-alist): | |
170 Add defvars. | |
171 | |
172 * textmodes/artist.el (x-pointer-crosshair): Add defvar. | |
173 (artist-spray-chars, artist-mode-init, artist-replace-string) | |
174 (artist-select-erase-char, artist-vap-find-endpoints-horiz) | |
175 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne) | |
176 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s". | |
177 | |
178 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar. | |
179 (conf-align-assignments): "?\ " -> "?\s". | |
180 | |
181 * textmodes/reftex-index.el (TeX-master): Add defvar. | |
182 (reftex-index-phrases-marker): Move up defvar. | |
183 | |
184 * textmodes/reftex-toc.el (zmacs-regions): Add defvar. | |
185 (reftex-toc-include-labels-indicator) | |
186 (reftex-toc-include-index-indicator) | |
187 (reftex-toc-max-level-indicator): Move up declarations. | |
188 | |
189 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list | |
190 of args to `tramp-run-real-handler', even if it's empty in this case. | |
191 | |
192 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | |
193 | |
194 * dired.el (dired-move-to-filename-regexp): Add date format for | |
195 Mac OS X 10.3 in East Asian locales. | |
196 | |
197 2005-08-31 Michael Albinus <michael.albinus@gmx.de> | |
198 | |
199 * files.el (make-auto-save-file-name): Add file name handler call | |
200 if applicable. | |
201 | |
202 * net/tramp.el (tramp-file-name-handler-alist) | |
203 (tramp-file-name-for-operation): Add `make-auto-save-file-name'. | |
204 (tramp-handle-make-auto-save-file-name): Rename from | |
205 `tramp-make-auto-save-file-name'. | |
206 (tramp-exists-file-name-handler): New defun. | |
207 (tramp-advice-make-auto-save-file-name): Make defadvice only when | |
208 `make-auto-save-file-name' is not a magic file name operation. | |
209 | |
210 2005-08-30 Carsten Dominik <dominik@science.uva.nl> | |
211 | |
212 * textmodes/org.el (org-special-keyword): New face. | |
213 (org-table-copy-down, org-table-eval-formula) | |
214 (org-table-recalculate, org-init-section-numbers): | |
215 Use `string-to-number' instead of `string-to-int'. | |
216 (org-get-location): Use `insert-buffer-substring' instead of | |
217 `insert-buffer'. | |
218 (org-modify-diary-entry-string): New function. | |
219 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'. | |
220 (org-disable-agenda-to-diary): Rename from `org-disable-diary'. | |
221 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no | |
222 active region. | |
223 (org-export-as-html): Handle QUOTE keyword. | |
224 (org-quote-string): New option. | |
225 (org-bookmark-jump-unhide): New function, used for | |
226 `bookmark-after-jump-hook'. | |
227 (org-diary-default-entry): Apply only when not called through | |
228 `org-agenda'. | |
229 | |
230 2005-08-30 Juanma Barranquero <lekktu@gmail.com> | |
231 | |
232 * net/eudc.el (mode-popup-menu): | |
233 * play/handwrite.el (ps-printer-name, ps-lpr-command): | |
234 * progmodes/ada-mode.el (compile-auto-highlight) | |
235 (skeleton-further-elements): | |
236 * progmodes/autoconf.el (font-lock-syntactic-keywords): | |
237 * progmodes/cmacexp.el (msdos-shells): | |
238 * progmodes/compile.el (font-lock-extra-managed-props) | |
239 (font-lock-keywords, font-lock-maximum-size) | |
240 (font-lock-support-mode): | |
241 * progmodes/grep.el (font-lock-lines-before): | |
242 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info): | |
243 * progmodes/mixal-mode.el (compile-command): | |
244 * progmodes/perl-mode.el (font-lock-comment-face) | |
245 (font-lock-doc-face, font-lock-string-face): | |
246 * progmodes/prolog.el (comint-prompt-regexp): | |
247 * progmodes/sh-script.el (font-lock-comment-face) | |
248 (font-lock-set-defaults, font-lock-string-face): | |
249 * progmodes/sql.el (font-lock-keyword-face) | |
250 (font-lock-set-defaults, font-lock-string-face): | |
251 * progmodes/vhdl-mode.el (compilation-file-regexp-alist) | |
252 (itimer-version, lazy-lock-defer-contextually) | |
253 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly): | |
254 Add defvars. | |
255 | |
256 * progmodes/cperl-mode.el (cperl-electric-lbrace) | |
257 (cperl-electric-keyword, cperl-electric-pod) | |
258 (cperl-electric-backspace, cperl-forward-re) | |
259 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s". | |
260 (vc-rcs-header, vc-sccs-header): Add defvars. | |
261 | |
262 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s". | |
263 (font-lock-syntactic-keywords, gud-find-expr-function): | |
264 Add defvars. | |
265 | |
266 * progmodes/gdb-ui.el (tool-bar-map): Add defvar. | |
267 (gdb-frame-parameters): Declare before use. | |
268 | |
269 * progmodes/gud.el (gdb-active-process, gdb-define-alist) | |
270 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values) | |
271 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars. | |
272 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s". | |
273 | |
274 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar. | |
275 (idlwave-help-with-source): Use `insert-buffer-substring', not | |
276 `insert-buffer'. | |
277 | |
278 2005-08-29 Juri Linkov <juri@jurta.org> | |
279 | |
280 * outline.el (hide-entry, hide-leaves, outline-toggle-children): | |
281 Put outline-back-to-heading function call inside save-excursion. | |
282 | |
283 2005-08-29 Juanma Barranquero <lekktu@gmail.com> | |
284 | |
285 * man.el (Man-init-defvars, Man-translate-references) | |
286 (Man-support-local-filenames, Man-highlight-references): | |
287 * progmodes/sql.el (sql-interactive-mode): | |
288 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings. | |
289 | |
290 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist) | |
291 (compilation-mode-font-lock-keywords): Add defvars. | |
292 (checkdoc-interactive-loop): "?\ " -> "?\s". | |
293 | |
294 * emacs-lisp/lisp-mode.el (font-lock-comment-face) | |
295 (font-lock-doc-face, font-lock-string-face) | |
296 (font-lock-keywords-case-fold-search): Add defvars. | |
297 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s". | |
298 | |
299 * obsolete/sun-fns.el (mouse-select-or-drag-move-point): | |
300 Don't pass X and Y (they are ignored anyway). | |
301 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows) | |
302 (mouse-delete-window): Make arguments optional. | |
303 | |
304 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'. | |
305 (caesar-translate-table, minor-modes, news-buffer-save) | |
306 (news-group-name, news-minor-modes): Add defvars. | |
307 | |
308 * emacs-lisp/lselect.el (mouse-highlight-priority) | |
309 (x-lost-selection-functions, zmacs-regions): | |
310 * emacs-lisp/pp.el (font-lock-verbose): | |
311 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function): | |
312 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters) | |
313 (ses-mode-map): | |
314 * emacs-lisp/tcover-unsafep.el (safe-functions): | |
315 * international/mule-cmds.el (mac-system-coding-system) | |
316 (mac-system-locale): | |
317 * language/ethio-util.el (rmail-current-message) | |
318 (rmail-message-vector): | |
319 * language/thai-util.el (thai-auto-composition-mode): | |
320 * mail/metamail.el (rmail-current-message, rmail-message-vector): | |
321 * mail/mspools.el (rmail-inbox-list, vm-crash-box) | |
322 (vm-folder-directory, vm-init-file, vm-init-file-loaded) | |
323 (vm-primary-inbox, vm-spool-files): | |
324 * mail/rmail.el (deleted-head, font-lock-fontified) | |
325 (mail-abbrev-syntax-table, mail-abbrevs, messages-head) | |
326 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message) | |
327 (total-messages): | |
328 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p) | |
329 (rmail-summary-mode-map): | |
330 * mail/rmailkwd.el (rmail-buffer, rmail-current-message) | |
331 (rmail-last-label, rmail-last-multi-labels) | |
332 (rmail-summary-vector, rmail-total-messages): | |
333 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list): | |
334 * mail/rmailsum.el (msgnum): | |
335 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer) | |
336 (rmail-current-message): | |
337 * obsolete/fast-lock.el (font-lock-face-list): | |
338 * obsolete/rnewspost.el (mail-reply-buffer): | |
339 * obsolete/scribe.el (compile-command): | |
340 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars. | |
341 | |
342 2005-08-28 John Paul Wallington <jpw@gnu.org> | |
343 | |
344 * ibuf-ext.el (ibuffer-auto-update-changed): | |
345 Use `frame-or-buffer-changed-p' to check whether we need to update. | |
346 (ibuffer-auto-mode): Don't advise `get-buffer-create' and | |
347 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed' | |
348 as a `frame-or-buffer-changed-p' state vector instead. | |
349 | |
350 2005-08-27 Romain Francoise <romain@orebokech.com> | |
351 | |
352 * textmodes/makeinfo.el (makeinfo-compile): | |
353 Use `compilation-start'. Set `next-error-function' according to | |
354 `disable-errors'. | |
355 (makeinfo-next-error): New function. | |
356 (makeinfo-region): Adjust to new `makeinfo-compile' prototype. | |
357 (makeinfo-buffer): Likewise. | |
358 | |
359 * progmodes/compile.el (compilation-start): Add autoload cookie. | |
360 | |
361 * progmodes/antlr-mode.el: Don't autoload `compilation-start'. | |
362 * textmodes/sgml-mode.el: Likewise. | |
363 * progmodes/python.el: Likewise. | |
364 | |
365 2005-08-27 Eli Zaretskii <eliz@gnu.org> | |
366 | |
367 * simple.el (blink-matching-paren-distance): Document the meaning | |
368 of nil value, and allow to customize to nil. | |
369 | |
370 * eshell/esh-ext.el (eshell-windows-shell-file): Look for | |
371 command.com, not command.exe. | |
372 | |
373 2005-08-26 John Wiegley <johnw@newartisans.com> | |
374 | |
375 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the | |
376 code around a bit so that an extraneous nil argument is not added | |
377 to a command when no args are given. | |
378 | |
379 * eshell/esh-arg.el (eshell-parse-double-quote): If a | |
380 double-quoted argument resolves to nil, return it as an empty | |
381 string rather than as nil. This made it impossible to pass "" to | |
382 a shell script as a null string argument. | |
383 | |
384 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca> | |
385 | |
386 * outline.el (outline-invent-heading): New fun. | |
387 (outline-promote, outline-demote): Use it. | |
388 (outline-move-subtree-down): Remove unused vars `re' and `txt'. | |
389 (outline-end-of-subtree): Remove unused var `opoint'. | |
390 | |
391 2005-08-26 David Reitter <david.reitter@gmail.com> | |
392 | |
393 * menu-bar.el (truncate-lines, write-file, print-buffer) | |
394 (ps-print-buffer-faces, ps-print-buffer, split-window): | |
395 Disable menu items when the frame they refer to is invisible, or when | |
396 they refer to a buffer and the minibuffer is selected. | |
397 | |
398 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com> | |
399 | |
400 * progmodes/flymake.el (flymake-highlight-err-lines): | |
401 Use save-excursion around flymake-highlight-line to preserve point. | |
402 | |
403 2005-08-26 Eli Zaretskii <eliz@gnu.org> | |
404 | |
405 * progmodes/octave-mod.el: Change Author and Maintainer address. | |
406 (octave-maintainer-address): Change Kurt's email address. | |
407 * progmodes/octave-inf.el: Change Author and Maintainer address. | |
408 * progmodes/octave-hlp.el: Change Author and Maintainer address. | |
409 | |
410 2005-08-26 Kim F. Storm <storm@cua.dk> | |
411 | |
412 * subr.el (version-list-<, version-list-<=, version-list-=): | |
413 Renamed from integer-list-*. | |
414 (version-list-not-zero): Likewise. Fix while loop. | |
415 (version=): Use version-list-= instead of string-equal. | |
416 | |
417 2005-08-26 Richard M. Stallman <rms@gnu.org> | |
418 | |
419 * outline.el (outline-promote): Try shortening the heading. | |
420 As last resort, read the heading to use. | |
421 (outline-demote): As last resort, read the heading to use. | |
422 | |
423 2005-08-26 Romain Francoise <romain@orebokech.com> | |
424 | |
425 * progmodes/compile.el (compilation-start): Doc fix. | |
426 | |
427 * progmodes/antlr-mode.el (antlr-default): Fix defface form. | |
428 (antlr-font-lock-additional-keywords): Fix reference to | |
429 `antlr-font-lock-literal-regexp' erroneously changed during the | |
430 mass face rename. | |
431 (antlr-run-tool): Use `compilation-start'. | |
432 | |
433 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start' | |
434 instead of the obsolete `compile-internal'. | |
435 | |
436 2005-08-26 Juanma Barranquero <lekktu@gmail.com> | |
437 | |
438 * calendar/cal-bahai.el (date, displayed-month, displayed-year) | |
439 (number, original-date): | |
440 * calendar/cal-china.el (date): | |
441 * calendar/cal-coptic.el (date): | |
442 * calendar/cal-french.el (date): | |
443 * calendar/cal-hebrew.el (date, entry, number, original-date): | |
444 * calendar/cal-islam.el (date, number, original-date): | |
445 * calendar/cal-iso.el (date): | |
446 * calendar/cal-julian.el (date): | |
447 * calendar/cal-mayan.el (date): | |
448 * calendar/cal-menu.el (date, event): | |
449 * calendar/cal-persia.el (date): | |
450 * calendar/lunar.el (date): | |
451 * calendar/solar.el (date): Add defvars. | |
452 | |
453 * emerge.el: | |
454 * ibuffer.el: | |
455 * info-xref.el: | |
456 * obsolete/bg-mouse.el: | |
457 * obsolete/sun-curs.el: | |
458 * obsolete/swedish.el: Move the `defvar's to the top level. | |
459 | |
460 * smerge-mode.el (smerge-refined-change): Add :group. | |
461 | |
1 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca> | 462 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 463 |
3 * smerge-mode.el (smerge-remove-props): Make the args non-optional. | 464 * smerge-mode.el (smerge-remove-props): Make the args non-optional. |
4 (smerge-keep-n): Remove props. | 465 (smerge-keep-n): Remove props. |
5 (smerge-keep-base, smerge-keep-other, smerge-keep-mine) | 466 (smerge-keep-base, smerge-keep-other, smerge-keep-mine) |
44 2005-08-25 Carsten Dominik <dominik@science.uva.nl> | 505 2005-08-25 Carsten Dominik <dominik@science.uva.nl> |
45 | 506 |
46 * calendar/diary-lib.el (diary-modify-entry-list-string-function): | 507 * calendar/diary-lib.el (diary-modify-entry-list-string-function): |
47 New hook. | 508 New hook. |
48 (add-to-diary-list): Call `diary-modify-entry-list-string-function' | 509 (add-to-diary-list): Call `diary-modify-entry-list-string-function' |
510 | |
511 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca> | |
512 | |
513 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify. | |
514 | |
515 * custom.el (custom-theme-set-variables): Sort minor modes last. | |
49 | 516 |
50 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 517 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
51 | 518 |
52 * subr.el (version-separator, version-regexp-alist): New vars used by | 519 * subr.el (version-separator, version-regexp-alist): New vars used by |
53 version comparison funs. | 520 version comparison funs. |
120 (default-xscheme-runlight, xscheme-runlight) | 587 (default-xscheme-runlight, xscheme-runlight) |
121 (xscheme-runlight-string, xscheme-process-filter-state) | 588 (xscheme-runlight-string, xscheme-process-filter-state) |
122 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string): | 589 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string): |
123 Move to beginning of file. | 590 Move to beginning of file. |
124 (scheme-interaction-mode-commands-alist) | 591 (scheme-interaction-mode-commands-alist) |
125 (scheme-interaction-mode-map, scheme-debugger-mode-map): Declare | 592 (scheme-interaction-mode-map, scheme-debugger-mode-map): |
126 them before use. Note: the initialization code for the variables | 593 Declare them before use. Note: the initialization code for the variables |
127 has not been moved because it uses functions that reference the | 594 has not been moved because it uses functions that reference the variables. |
128 variables. | |
129 (xscheme-control-g-message-string, xscheme-process-filter-alist) | 595 (xscheme-control-g-message-string, xscheme-process-filter-alist) |
130 (xscheme-prompt-for-expression-map): Declare them before use. | 596 (xscheme-prompt-for-expression-map): Declare them before use. |
131 (scheme-debugger-mode-commands): "?\ " -> "?\s". | 597 (scheme-debugger-mode-commands): "?\ " -> "?\s". |
132 | 598 |
133 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change) | 599 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change) |
134 | 600 |
135 * hexl.el (hexl-print-current-point-info): Fix simple spelling | 601 * hexl.el (hexl-print-current-point-info): Fix simple spelling error. |
136 error. | |
137 | 602 |
138 2005-08-22 Juri Linkov <juri@jurta.org> | 603 2005-08-22 Juri Linkov <juri@jurta.org> |
139 | 604 |
140 * faces.el (set-face-underline): Delete this duplicate function | 605 * faces.el (set-face-underline): Delete this duplicate function |
141 and make an obsolete alias to set-face-underline-p. | 606 and make an obsolete alias to set-face-underline-p. |
10159 (line-move): New function that adjusts vscroll for partially | 10624 (line-move): New function that adjusts vscroll for partially |
10160 visible rows, and calls line-move-1 otherwise. | 10625 visible rows, and calls line-move-1 otherwise. |
10161 | 10626 |
10162 2005-01-21 Ren,Ai(B Kyllingstad <listmailxemacs@kyllingstad.com> | 10627 2005-01-21 Ren,Ai(B Kyllingstad <listmailxemacs@kyllingstad.com> |
10163 | 10628 |
10164 * pcomplete.el: define pcomplete-read-event instead of read-event, | 10629 * pcomplete.el: Define pcomplete-read-event instead of read-event, |
10165 since it's not a complete read-event implementation | 10630 since it's not a complete read-event implementation |
10166 | 10631 |
10167 2005-01-20 Jay Belanger <belanger@truman.edu> | 10632 2005-01-20 Jay Belanger <belanger@truman.edu> |
10168 | 10633 |
10169 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg | 10634 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg |