1 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3 * calendar/appt.el (appt-disp-window): Use
4 `calendar-set-mode-line' for a centered mode-line.
6 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
8 * calendar/appt.el (appt-disp-window): Do not split window
9 excessively when `split-height-threshold' is low.
11 2004-05-12 Nick Roberts <nickrob@gnu.org>
13 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14 kill-buffer-hook here and make it local.
15 (gud-kill-buffer-hook): Use kill-process for a sure kill.
17 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
19 * progmodes/compile.el (compilation-set-window-height): Use
20 save-excursion to protect against misplaced marker.
22 2004-05-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
24 * custom.el (defface): Document that type can have value gtk.
26 * faces.el (face-spec-set-match-display): Handle type gtk in display.
28 2004-05-12 Juanma Barranquero <lektu@terra.es>
30 * generic.el (define-generic-mode): Remove redundant arglist info.
32 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
33 Make arguments match their use in docstring.
34 (help-arg-highlighting-function): New variable.
35 (help-argument-name): Mention it in the docstring.
36 (help-do-arg-highlight): Use it. Expand regexp to accept also
37 ARG-xxx and xxx-ARG references.
39 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
41 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
42 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
43 and "mailto:addr1?to=addr2" equal.
45 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
47 * man.el (Man-getpage-in-background): Use shell-file-name
48 and shell-command-switch variables instead of hard-coded
51 2004-05-11 Eli Zaretskii <eliz@gnu.org>
53 * iimage.el: New file.
55 2004-05-11 Juanma Barranquero <lektu@terra.es>
57 * custom.el (custom-initialize-default, defcustom): Fix typo
60 * files.el (set-visited-file-name, file-expand-wildcards):
63 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
65 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
67 * subr.el (eventp): Be more discriminating with integers.
69 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
71 * progmodes/compile.el (compile): Add universal prefix arg.
72 (compilation-error-regexp-alist-alist): Add edg patterns.
74 2004-05-10 Sam Steingold <sds@gnu.org>
76 * textmodes/ispell.el (ispell-message):
77 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
79 2004-05-10 Dave Love <fx@gnu.org>
81 * progmodes/python.el (help-buffer): Autoload when compiling.
82 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
83 (run-python): Prepend to any existing PYTHONPATH.
85 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
87 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
88 for pending breakpoints.
90 2004-05-10 Richard M. Stallman <rms@gnu.org>
92 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
93 directly without calling any functions in Rmail.
94 (unrmail-unprune): Function deleted.
96 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
98 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
101 2004-05-10 Kenichi Handa <handa@m17n.org>
103 * descr-text.el (describe-char): Fix previous change. Don't make
104 a unibyte character to multibyte in the *Help* buffer.
106 2004-05-10 Miles Bader <miles@gnu.org>
108 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
109 buffer an error if the debugger process is actually running.
111 2004-05-10 Juanma Barranquero <lektu@terra.es>
113 * help-fns.el (help-argument-name): Default to italic.
114 (help-highlight-arguments): Return always (usage . doc), even when
117 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
118 (define-ibuffer-filter): Add usage info.
119 (define-ibuffer-op): Add usage info (but CL-style defaults for
120 keyword args are not shown).
122 * subr.el (remove-overlays, read-passwd): Fix docstring.
123 (start-process-shell-command): Fix docstring. Put usage info in a
124 format usable by `describe-function'.
125 (open-network-stream, open-network-stream-nowait)
126 (open-network-stream-server): Fix docstring.
128 2004-05-09 Jason Rumney <jasonr@gnu.org>
130 * international/code-pages (cp932, cp936, cp949, c950): Remove.
131 Only define cp125* if windows-125* is already defined.
133 * language/korean.el (cp949): Add alias.
135 * language/chinese.el (cp936, cp950): Add aliases.
137 * language/japanese.el (cp932): Add alias.
139 * term/w32-win.el: Require code-pages.
141 * international/mule-cmds.el (set-locale-environment):
142 On MS-Windows use ansi code-page for default coding-systems.
143 Set up paper sizes for Windows 3 letter languages.
145 * international/code-pages.el (cp932, cp936, cp949, cp950):
146 Add aliases. Also add cp125* if not already defined.
148 2004-05-09 Juanma Barranquero <lektu@terra.es>
150 * help-fns.el (help-highlight-arguments): Don't try to highlight
151 missing or autoloaded arglists. Accept structured arguments, like
152 the first ones of `do' and `flet'.
154 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
155 (cvs-get-marked): Remove redundant arglist info.
157 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
158 Don't use CL-style default args.
160 2004-05-08 Andreas Schwab <schwab@suse.de>
162 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
164 * international/subst-ksc.el: Fix references to utf-translate-cjk
165 into utf-translate-cjk-mode.
166 * international/subst-big5.el: Likewise.
167 * international/subst-gb2312.el: Likewise.
168 * international/subst-jis.el: Likewise.
169 * international/utf-16.el: Likewise.
170 * international/utf-8.el: Likewise.
172 2004-05-08 John Wiegley <johnw@newartisans.com>
174 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
175 "virtual buffers" (off by default), which makes it possible to
176 switch to the "virtual" buffers of recently visited files. When a
177 buffer name search fails, and this option is on, iswitchb will
178 look at the list of recently visited files, and permit matching
179 against those names. When the user hits RET on a match, it will
181 (iswitchb-read-buffer): Add two optional arguments, which makes
182 isearchb.el possible.
183 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
184 (iswitchb-next-match): Add support for virtual buffers.
186 * isearchb.el: This module extends iswitchb to provide "as you
187 type" buffer selection.
189 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
190 Ignore the read-only property when flyspell highlighting is on.
191 Not ignoring it leads to a series of confusing errors.
192 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
193 but also make sure to call flyspell-incorrect-hook.
194 (flyspell-maybe-correct-transposition): Perform transposition test
195 by bit twiddling a string, rather than using a temp buffer.
196 (flyspell-maybe-correct-doubling): Use a string rather than a temp
197 buffer. This is also the original version of the code, which
198 could not be checked in before due to a previous lack of
199 assignment papers. This version has seen heavy usage on my system
200 for several years now.
202 * calendar/cal-bahai.el: New file, which adds support for the
203 Baha'i calendar to Emacs. This calendar is based on a solar year
204 of 19 months of 19 days, with 4 intercalary days. Each year
205 begins on March 21, with the calendar starting in 1844.
207 * calendar/cal-menu.el, calendar/calendar.el,
208 calendar/diary-lib.el, calendar/holidays.el: Added support for
211 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
212 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
213 function can be used outside of eshell buffers.
214 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
216 2004-05-08 Juanma Barranquero <lektu@terra.es>
218 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
219 word constituent so FOO-ARG is not recognized as an arg.
220 (help-highlight-arguments): Don't skip lists in mandatory arguments.
222 * simple.el (next-error): Fix typo in docstring.
223 (open-line): Make argument names match their use in docstring.
224 (split-line): Fix docstring.
226 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
227 usable by `describe-function'.
228 (gensym, gentemp, typep, ignore-errors): Make argument names match
229 their use in docstring.
231 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
232 argument to `help-setup-xref'.
234 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
236 Version 2.0.40 of Tramp released.
238 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
239 Use symbol-function to invoke functions only known on some Emacs
240 flavors. This avoids byte-compiler warnings. Reported by Kevin
241 Scaldeferri <kevin@scaldeferri.com>.
242 (tramp-do-copy-or-rename-file-via-buffer): Rename from
243 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
244 consistent with the other tramp-do-* functions.
245 (tramp-do-copy-or-rename-file): Calls adjusted.
246 (tramp-process-initial-commands): Avoid liveness check on shell --
247 we know that it must be alive since we're opening a connection at
249 (tramp-last-cmd): New internal variable.
250 (tramp-process-echoes): New tunable.
251 (tramp-send-command): Set tramp-last-cmd.
252 (tramp-wait-for-output): Delete echo, if applicable.
253 (tramp-read-passwd): Construct the key for the password cache in a
254 way that works for multi methods, too.
255 (tramp-bug): Add backup-directory-alist and
256 bkup-backup-directory-info to bug reports, with Tramp counterparts.
258 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
260 * net/tramp*.el: Suppress byte-compiler warnings where possible.
262 * net/tramp.el (tramp-out-of-band-prompt-regexp)
263 (tramp-actions-copy-out-of-band): New defcustoms.
264 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
265 used instead of a synchronous one. Allows password entering.
266 (tramp-action-out-of-band): New defun.
267 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
268 Remove restriction with password from doc string.
269 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
270 `tramp-out-of-band-prompt-regexp',
271 `tramp-actions-copy-out-of-band', `password-cache' and
272 `password-cache-expiry'.
273 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
275 (tramp-touch): FILE can be a local file, too.
276 (TODO): Remove items done.
277 (tramp-handle-insert-directory): Properly quote file name also if
278 not full-directory-p. Handle wildcard case. Reported by Andreas
279 Schwab <schwab@suse.de>.
280 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
282 (tramp-handle-file-local-copy, tramp-handle-write-region):
283 The permissions of the temporary file are set if filename exists.
284 Reported by Ted Stern <stern@cray.com>.
285 (tramp-backup-directory-alist)
286 (tramp-bkup-backup-directory-info): New defcustoms.
287 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
288 (tramp-handle-find-backup-file-name): New function.
289 Implements Tramp's find-backup-file-name.
291 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
292 for `find-backup-file-name'.
294 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
295 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
297 2004-05-07 Lars Hansen <larsh@math.ku.dk>
299 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
301 2004-05-07 Juanma Barranquero <lektu@terra.es>
303 * subr.el (lambda): Add arglist description to docstring.
304 (declare): Fix typo in docstring.
305 (open-network-stream): Fix docstring.
306 (process-kill-without-query): Fix docstring and add obsolescence info.
307 (last, butlast, nbutlast): Make arguments match their use in docstring.
308 (insert-buffer-substring-no-properties): Likewise.
309 (insert-buffer-substring-as-yank): Likewise.
310 (split-string): Fix docstring.
312 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
313 Make argument names match their use in docstring.
315 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
317 2004-05-06 Nick Roberts <nickrob@gnu.org>
319 * progmodes/gdb-ui.el: Improve/extend documentation strings.
320 Fit first sentence on one line for apropos-command.
322 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
324 Changes largely merged in from Dave Love's code.
325 * progmodes/python.el: Doc fixes.
326 (python-mode-map): Add python-complete-symbol.
327 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
328 (python-comment-indent, python-complete-symbol)
329 (python-symbol-completions, python-partial-symbol)
330 (python-try-complete): New.
331 (python-indent-line): Remove optional arg. Use python-block-end-p.
332 (python-check): Bind compilation-error-regexp-alist.
333 (inferior-python-mode): Use rx. Move keybindings to top level.
334 Set comint-input-filter.
335 (python-preoutput-filter): Use rx.
336 (python-input-filter): Re-introduce.
337 (python-proc): Start new process if necessary.
338 Check python-buffer non-nil.
339 (view-return-to-alist): Defvar.
340 (python-send-receive): New.
341 (python-eldoc-function): Use it.
342 (python-mode-running): Don't defvar.
343 (python-mode): Set comment-indent-function.
344 Maybe update hippie-expand-try-functions-list.
345 (python-indentation-levels): Initialize differently.
346 (python-block-end-p): New.
347 (python-indent-line): Use it.
348 (python-compilation-regexp-alist): Augment.
349 (run-python): Import `emacs' module to Python rather than loading
350 code directly. Set python-buffer differently.
351 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
353 (python-send-command): Go to end of comint buffer.
354 (python-load-file): Use python-proc, emacs.eimport.
355 (python-describe-symbol): Simplify interactive form.
356 Use emacs.help. Do use temp-buffer-show-hook.
357 Call print-help-return-message.
358 (hippie-exp): Require when compiling.
359 (python-preoutput-continuation): Use rx.
361 * diff-mode.el (diff-make-unified): Fix regexp.
363 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
365 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
366 filter groups from the buffer when rebuilding the Ibuffer buffer
367 and `ibuffer-show-empty-filter-groups' is nil.
369 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
371 * ps-print.el (ps-print-quote): Call ps-value-string.
372 (ps-setup): Call ps-comment-string.
373 (ps-value-string, ps-comment-string): New funs.
375 2004-05-06 Juanma Barranquero <lektu@terra.es>
377 * ehelp.el (electric-help-command-loop): Check whether the last
378 character is visible, not (point-max).
380 * help-fns.el (help-argument-name): Default to bold; don't inherit
381 from font-lock-variable-name-face.
382 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
384 2004-05-05 Kenichi Handa <handa@m17n.org>
386 * descr-text.el (describe-char): Copy the character with text
387 properties and overlays into the first line, and call
388 describe-text-properties on it.
390 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
392 * iswitchb.el (iswitchb-global-map): Fix typo.
393 Remove unwanted ###autoloads from source file.
395 2004-05-05 Lars Hansen <larsh@math.ku.dk>
397 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
398 in run-hooks. Use substitute-command-keys in message.
399 (wdired-abort-changes): Add message.
401 2004-05-03 Michael Mauger <mmaug@yahoo.com>
403 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
404 (sql-emacs20-p): Remove.
405 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
406 (sql-builtin-face, sql-doc-face): Remove.
407 (sql-mode-ansi-font-lock-keywords)
408 (sql-mode-oracle-font-lock-keywords)
409 (sql-mode-postgres-font-lock-keywords)
410 (sql-mode-linter-font-lock-keywords)
411 (sql-mode-ms-font-lock-keywords)
412 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
413 (sql-product-font-lock): Fix font-lock reset when font rules change.
414 (sql-highlight-product): Remove incorrect font-lock reset logic.
416 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
418 * ses.el (ses-set-parameter): Fix typo.
420 2004-05-04 Kim F. Storm <storm@cua.dk>
422 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
423 Must expand directory for completion to work; and don't mess with
425 (ido-read-file-name): If command has ido property, don't use ido
426 if value is ignore, or read as directory if value is dir.
427 Set ido ignore property for dired-do-rename command.
429 2004-05-04 Juanma Barranquero <lektu@terra.es>
431 * ehelp.el (electric-help-command-loop, electric-help-undefined)
432 (electric-help-help): Check against unmapped commands.
434 * help-fns.el (help-argument-name): New face, inheriting from
435 font-lock-variable-name-face, to highlight function arguments in
436 `describe-function' and `describe-key'.
437 (help-do-arg-highlight): Auxiliary function to highlight a given
438 list of arguments in a string.
439 (help-highlight-arguments): Highlight the function arguments and
440 all uses of them in the docstring.
441 (describe-function-1): Use it. Do docstring output via `insert',
442 not 'princ', so text attributes are preserved.
444 * winner.el (winner-mode-map): Move `winner-undo' and
445 `winner-redo' to C-c <left> and C-c <right>, respectively (the
446 previous bindings conflict with `prev-buffer', `next-buffer').
448 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
450 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
451 (bibtex-entry-update): New command bound to C-c C-u.
452 (bibtex-text-in-string): Fix regexp.
453 (bibtex-assoc-of-regexp): Remove.
454 (bibtex-progress-message): Fix docstring.
455 (bibtex-inside-field): Use if.
456 (bibtex-assoc-regexp): New function.
457 (bibtex-format-entry): Make code more robust so that it formats
459 (bibtex-autokey-demangle-title): Merge with obsolete function
460 bibtex-assoc-of-regexp.
461 (bibtex-field-list): New function.
462 (bibtex-entry): Use bibtex-field-list.
463 (bibtex-parse-entry): Fix docstring.
464 (bibtex-print-help-message): Use bibtex-field-list.
465 (bibtex-make-field): Use bibtex-field-list.
466 (bibtex-entry-index): Bugfix. Return crossref key if required.
467 (bibtex-lessp): Fix docstring.
469 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
471 * select.el (xselect-convert-to-string): Move comment to intended line.
473 2004-05-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
475 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
476 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
478 2004-05-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
480 * term/x-win.el (x-clipboard-yank): Don't exit on error from
483 2004-05-03 Jason Rumney <jasonr@gnu.org>
485 * makefile.nt: Remove.
487 2004-05-03 Kim F. Storm <storm@cua.dk>
489 * emulation/cua-base.el (cua--update-indications): Fix last change.
490 (cua-mode): Deactivate mark when cua-mode is enabled.
492 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
494 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
496 2004-05-03 Nick Roberts <nickrob@gnu.org>
498 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
499 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
500 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
501 window over visible frames.
502 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
504 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
506 * progmodes/compile.el (compilation-gcpro): New var.
507 (compilation-fake-loc): Use it.
508 (compilation-forget-errors): Reset it.
510 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
512 * diff-mode.el (diff-header-face, diff-file-header-face):
515 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
517 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
518 (bibtex-clean-entry): Disentangle code.
519 (bibtex-realign): New function.
520 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
521 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
522 Remove undocumented optional arg called-by-convert-alien.
523 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
524 for sorting instead of bibtex-sort-buffer.
526 2004-05-02 Eli Zaretskii <eliz@gnu.org>
528 * progmodes/compile.el (compilation-start): In the
529 no-async-subprocesses branch, call sit-for to give redisplay a
530 chance to show the updated process status in the mode line, and
531 fontify the buffer explicitly after the process exits.
533 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
535 * progmodes/python.el (python-compilation-line-number): Remove.
536 (python-compilation-regexp-alist): Don't use it any more.
537 (python-orig-start, python-input-filter): Remove.
538 (inferior-python-mode): Don't set up comint-input-filter-functions.
539 (python-send-region): Use compilation-fake-loc.
541 * progmodes/compile.el (compilation-messages-start): New var.
542 (compilation-mode): Don't setup next-error-function here.
543 (compilation-setup): Set it up here instead (for minor modes as well).
544 Make compilation-messages-start buffer local.
545 (compilation-next-error-function): Use it.
546 (compilation-forget-errors): Set compilation-messages-start.
548 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
550 * ielm.el (ielm-prompt-read-only): Update docstring.
552 * comint.el (comint-prompt-read-only): Update docstring.
553 (comint-update-fence, comint-kill-whole-line)
554 (comint-kill-region): New functions.
556 * simple.el (kill-whole-line): Use "p" instead of "P" in
559 2004-05-01 Juanma Barranquero <lektu@terra.es>
561 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
562 format arglist so default values in CL-style argument lists are
565 2004-05-01 Jason Rumney <jasonr@gnu.org>
567 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
569 2004-05-01 Kenichi Handa <handa@m17n.org>
571 * international/titdic-cnv.el (miscdic-convert): Don't generate a
572 quail file if it is up to date.
574 2004-04-30 Juri Linkov <juri@jurta.org>
576 * cus-edit.el (custom-mode-map):
577 Add key binding `C-x C-s' to `Custom-save'.
579 * outline.el (outline-blank-line): New var.
580 (outline-next-preface, outline-show-heading)
581 (outline-end-of-subtree): Use it.
583 * dired-aux.el (dired-touch-initial): New fun.
584 (dired-do-chxxx): Call it for op-symbol `touch'.
585 (dired-diff): Use `dired-dwim-target-directory'
586 if current dired buffer has no buffer mark.
588 * bindings.el (propertized-buffer-identification):
589 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
590 Add C-M-arrow keys for consistency.
592 * files.el (confirm-kill-emacs):
593 Change group from top-level `emacs' to `convenience'.
595 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
596 Push mark on the first call of successive command calls.
597 (insert-pair): New fun created from `insert-parentheses' with
598 `open' and `close' arguments added. Enclose active regions
599 in paired characters. Compare adjacent characters syntax with
600 inserted characters syntax before inserting a space.
601 (insert-parentheses): Call `insert-pair' with ?\( ?\).
603 * delsel.el: Don't put `delete-selection' property
604 on `insert-parentheses' symbol to take advantage of
605 region handling in `insert-pair' function.
606 Suggested by Stephan Stahl <stahl@eos.franken.de>.
608 2004-04-30 Kim F. Storm <storm@cua.dk>
610 * emulation/cua-base.el: Add support for changing cursor types;
611 based on patch from Michael Mauger.
612 (cua-normal-cursor-color, cua-read-only-cursor-color)
613 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
614 Customization cursor type and/or cursor color.
615 (cua--update-indications): Handle cursor type changes.
616 (cua-mode): Update cursor indications if enabled.
618 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
620 * mouse.el (mouse-drag-copy-region): New defcustom.
621 (mouse-set-region, mouse-drag-region-1): Use it.
623 * simple.el (kill-ring-save): If region face background color is
624 unspecified (if no highlighting), show extent of fully visible
625 region even if transient-mark-mode is enabled.
627 * emulation/cua-base.el (cua--standard-movement-commands):
628 Add cua-scroll-up and cua-scroll-down.
629 (cua-scroll-up, cua-scroll-down): New commands.
630 (cua--init-keymaps): Remap scroll-up and scroll-down.
632 * emulation/cua-rect.el (cua--convert-rectangle-as):
634 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
635 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
636 New commands (suggested by Jordan Breeding).
638 2004-04-30 Juanma Barranquero <lektu@terra.es>
640 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
642 2004-04-30 Mario Lang <mlang@delysid.org>
644 * diff.el (diff-switches): Fix typo in docstring.
646 2004-04-30 Alex Schroeder <alex@gnu.org>
648 * xml.el (xml-debug-print-internal): Don't add newline and
649 indentation to text nodes and write empty elements as empty tags
650 instead of opening and closing tags.
651 (xml-debug-print): Take optional indent-string argument.
652 (xml-print): Alias for xml-debug-print.
654 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
656 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
657 than duplicate call to `line-beginning-position'.
659 * progmodes/f90.el (f90-get-present-comment-type): Return
660 whitespace, as well as comment chars, for consistent filling
661 of comment blocks. Use `match-string-no-properties'.
662 (f90-break-line): Do not leave trailing whitespace when filling
665 2004-04-30 Dave Love <fx@gnu.org>
667 * calendar/diary-lib.el (diary-outlook-formats): New variable.
668 (diary-from-outlook-internal, diary-from-outlook)
669 (diary-from-outlook-gnus, diary-from-outlook-rmail): New
670 functions to import diary entries from Outlook-format
671 appointments in mail messages.
673 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
675 * progmodes/python.el (python-send-command): New fun.
676 (python-send-region, python-load-file): Use it.
678 * progmodes/compile.el (compilation-last-buffer): Add var alias.
680 * help-fns.el (help-C-file-name): Use new subr-name.
681 Prepend `src/' to the file name.
682 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
683 (describe-function-1, describe-variable): Only find a C source file
684 name if DOC is already loaded.
686 * help-mode.el (help-function-def, help-variable-def):
687 Use the new find-function-search-for-symbol functionality.
688 Allow FILE to be `C-source'.
690 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
691 (find-function-C-source): New fun.
692 (find-function-search-for-symbol): Use it.
694 2004-03-29 Michael Mauger <mmaug@yahoo.com>
696 * progmodes/sql.el (sql-product-alist): Rename variable
697 `sql-product-support'. Add Postgres login parameters.
698 (sql-set-product, sql-product-feature): Update with renamed
700 (sql-connect-postgres): Add username prompt.
701 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
702 Make patterns less product specific.
703 (sql-xemacs-p, sql-emacs19-p): Add flags for emacs variants.
704 (sql-mode-abbrev-table): Modify initialization.
705 (sql-builtin-face): Add variable.
706 (sql-keywords-re): Add macro.
707 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
708 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
709 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
710 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
711 (sql-mode-linter-font-lock-keywords)
712 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
713 (sql-mode-sybase-font-lock-keywords)
714 (sql-mode-informix-font-lock-keywords)
715 (sql-mode-interbase-font-lock-keywords)
716 (sql-mode-ingres-font-lock-keywords)
717 (sql-mode-solid-font-lock-keywords)
718 (sql-mode-sqlite-font-lock-keywords)
719 (sql-mode-db2-font-lock-keywords): Default to nil.
720 (sql-product-font-lock): Always highlight ANSI keywords.
721 (sql-add-product-keywords): Made similar to
722 `font-lock-add-keywords'.
723 (sql-send-string): Add function.
725 2004-04-29 Dave Love <fx@gnu.org>
727 * progmodes/cfengine.el (cfengine-beginning-of-defun)
728 (cfengine-end-of-defun): Ensure progress through buffer.
730 * info-look.el (cfengine-mode): Accept a terminal ().
732 2004-04-29 Juri Linkov <juri@jurta.org>
734 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
735 instead of isearch-yank-word-or-char. Add new key bindings for
736 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
737 (isearch-del-char): New fun.
738 (isearch-forward, isearch-edit-string): Update docstring.
739 (isearch-yank-char): Doc fix.
740 (isearch-other-meta-char): Restore point after scrolling.
742 * progmodes/compile.el (compilation-context-lines): Add nil option
743 to disable compilation output window scrolling.
744 (compilation-set-window): Use it.
746 * outline.el (outline-next-preface, outline-show-heading):
747 Don't leave unhidden blank line before heading.
748 (outline-end-of-subtree): Include last newline into subtree.
749 (hide-entry): Leave point at beginning of heading instead of end.
750 (outline-up-heading): Push mark for the first call of successive
753 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
755 * comint.el (comint-prompt-read-only): New variable.
756 (comint-output-filter): Implement it.
758 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
759 (ielm-prompt-internal): New variable.
760 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
761 (ielm-send-input): Delete unused variable `buf'.
762 (ielm-eval-input): Use `ielm-prompt-internal'.
763 (inferior-emacs-lisp-mode): Use new variables
764 `comint-prompt-read-only' and `ielm-prompt-internal'.
765 Get rid of obsolete variable `directory-sep-char'.
768 2004-04-29 John Paul Wallington <jpw@gnu.org>
770 * thumbs.el (toplevel): Require cl at compile time.
771 Remove conditional definitions of `ignore-errors' and `caddar'
772 because they occur at run time.
774 2004-04-28 Nick Roberts <nickrob@gnu.org>
776 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
777 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
778 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
779 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
781 * progmodes/gud.el (gud-common-init): Throw an error if program is
782 already running under gdb.
784 2004-04-28 John Paul Wallington <jpw@gnu.org>
786 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
787 (thumbs-show-image-num): Move assignment of
788 `thumbs-current-image-filename' within scope of `i'.
789 (thumbs-emboss-image): Don't use `evenp'.
791 2004-04-28 Richard M. Stallman <rms@gnu.org>
793 * progmodes/compile.el (compilation-context-lines): Default now 0.
795 2004-04-28 Juanma Barranquero <lektu@terra.es>
797 Use `time-less-p' from calendar/time-date.el instead of defining
798 custom versions of it.
800 * pcomplete.el (pcomplete-time-less-p): Remove.
802 * thumbs.el (time-less-p): Remove.
804 * calendar/timeclock.el (timeclock-time-less-p): Remove.
805 (timeclock-generate-report): Use `time-less-p'.
807 * emacs-lisp/autoload.el (autoload-before-p): Remove.
808 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
810 2004-04-28 Masatake YAMATO <jet@gyve.org>
812 * subr.el (remove-overlays): Make arguments optional.
814 * wid-edit.el (widget-specify-button): Put evaporate to the
816 (widget-specify-sample): Put evaporate to the overlay for sample.
817 (widget-specify-doc): Put evaporate to the overlay for documentation.
819 2004-04-27 Jesper Harder <harder@ifa.au.dk>
821 * info.el (info-apropos): Make it an index node. Align node names
824 2004-04-27 Eli Zaretskii <eliz@gnu.org>
826 * net/browse-url.el (browse-url-netscape-sentinel)
827 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
828 (browse-url-epiphany-sentinel, browse-url-mosaic):
829 Use browse-url-*-program instead of a literal program name.
831 2004-04-27 Kevin Ryde <user42@zip.com.au>
833 * eshell/em-alias.el:
836 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
837 features when M-x customize-group loads modules before the main
840 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
842 * subr.el (momentary-string-display): Support EXIT-CHAR that is
843 either a character representation of an event or an event
846 * type-break.el: Capitalise Emacs and Lisp.
847 (type-break-good-break-interval, type-break-demo-boring-stats)
848 (type-break-terse-messages, type-break-file-name): New defcustoms.
849 (type-break-post-command-hook)
850 (type-break-warning-countdown-string): Quote variable names in doc.
851 (type-break-interval-start, type-break-auto-save-file-name): New vars.
852 (type-break-mode): Document type-break-good-break-interval and the
853 "session" file. Schedule break according to the session file.
854 Kill session file buffer on exit. Organise for save-some-buffers
855 to always save the session file.
856 (type-break-mode-line-message-mode, type-break-query-mode):
858 (type-break-file-time, type-break-file-keystroke-count, timep)
859 (type-break-choose-file, type-break-get-previous-time)
860 (type-break-get-previous-count): New defuns.
861 (type-break): Avoid break querying after a completed break in the
862 case where the query was initiated during user invocation of the
863 break. Optional terse messages.
864 Use type-break-good-break-interval if type-break-good-rest-interval is
865 nil. File the break time.
866 (type-break-schedule): New optional args for overriding the use of
868 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
870 (type-break-check): File the keystroke count.
871 (type-break-do-query): Prevent a second query when the break is
872 interrupted. Optional terse message.
873 (type-break-keystroke-reset): Record the start of a typing interval.
874 (type-break-demo-boring): Optional terse messages. Display word
875 per minute and keystroke counts according to
876 type-break-demo-boring-stats.
878 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
880 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
881 directories, make sure they exist under archive-tmpdir.
883 2004-04-27 Juri Linkov <juri@jurta.org>
885 * help.el (view-emacs-news): With argument, display info for the
886 selected version by finding it among different NEWS files, and
887 narrowing the buffer to the selected version.
889 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
890 same-window-buffer-names.
891 (info): New arg `buffer'. Use it. Doc fix. Read file name for
892 non-numeric prefix argument, append the number to the buffer name
893 for numeric prefix argument.
894 (info-other-window): Bind same-window-regexps to nil.
895 (Info-reference-name): Rename to Info-point-loc.
896 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
897 and Info-find-index-name for stringy Info-point-loc.
898 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
899 without middle `.', but with final `.' and optional line number
900 for it. Set Info-point-loc for index nodes.
901 (Info-index): Remove middle `.' from index entry regexp.
902 Modify line number regexp.
903 (Info-index-next): Decrement line number.
904 (info-apropos): Remove middle `.' from index entry regexp.
905 Add optional line number regexp at the end. Add matched value
906 for line number to the result list and insert it to the buffer.
907 Replace match-string by match-string-no-properties.
909 (Info-fontify-node): Hide index line numbers.
910 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
912 (Info-follow-reference): Use `str' instead of
913 Info-following-node-name-re.
914 (Info-toc): Use full file names. Set Info-current-node to "Top".
915 (Info-fontify-node): Compare file names without directory name.
916 (Info-try-follow-nearest-node): Don't set Info-reference-name.
917 Set second arg of Info-extract-menu-node-name for index nodes.
918 (info-xref-visited): Use magenta3 instead of magenta4.
919 (Info-mode): Add info-apropos to docstring.
921 * log-view.el (log-view-diff): Replace interactive code "r"
922 by a list to allow to call it even if region is not active.
924 * paren.el (show-paren-highlight-openparen): New var.
925 (show-paren-function): Turn on openparen highlighting when
926 matching forward if show-paren-highlight-openparen is non-nil.
928 * simple.el (kill-ring-save): Use blink-matching-delay instead of
929 the constant value 1.
930 (completions-common-part): Expand docstring.
932 * textmodes/picture.el (picture-mode-map): Add arrow keys.
934 2004-04-27 Kim F. Storm <storm@cua.dk>
936 * image.el (insert-sliced-image): Use line-height instead of
937 line-spacing property on newline.
939 2004-04-26 Lars Hansen <larsh@math.ku.dk>
941 * desktop.el (desktop-buffer-misc-data-function): Rename to
942 desktop-save-buffer and change docstring.
943 (desktop-buffer-modes-to-save): Delete.
944 (desktop-save-buffer-p): Use desktop-save-buffer instead of
945 desktop-buffer-modes-to-save.
946 (desktop-save): Rename desktop-buffer-misc-data-function to
947 desktop-save-buffer and allow non-function value.
948 (desktop-missing-file-warning): Correct docstring.
950 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
951 to desktop-save-buffer.
953 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
956 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
958 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
960 2004-04-26 Eli Zaretskii <eliz@gnu.org>
962 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
964 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
966 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
967 (ielm): Only go to the end of the buffer when starting a new process.
969 2004-04-25 Juanma Barranquero <lektu@terra.es>
971 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
972 mode line. Bind `inhibit-read-only' to t before modifying
973 properties of text in the buffer.
974 (ielm): Force point to the end of buffer, even when running ielm
977 2004-04-25 Jesper Harder <harder@ifa.au.dk>
979 * info.el (info-apropos): Reset Info-complete-cache.
981 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
983 * progmodes/compile.el (compilation-error-regexp-alist-alist):
984 Also recognize severe Irix et al. messages.
985 (compilation-normalize-filename, compile-abbreviate-directory):
987 (compilation-get-file-structure): New function inherits
988 functionality of the two preceding ones.
989 (compilation-internal-error-properties, compilation-fake-loc):
990 Use it so that different paths to the same file share the same
991 markers. Also optimize finding adjacent marker slightly.
993 2004-04-25 Kim F. Storm <storm@cua.dk>
995 * image.el (insert-sliced-image): Add line-spacing t property
996 to newlines separating image lines.
998 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
1000 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
1002 * ielm.el (ielm-prompt-read-only): New user option.
1003 (ielm-prompt): Expand docstring to describe new behavior.
1004 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
1005 mention it in the docstring.
1007 2004-04-24 Andreas Schwab <schwab@suse.de>
1009 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
1011 * diff.el (diff): Set default-directory in diff buffer.
1013 2004-04-24 Eli Zaretskii <eliz@gnu.org>
1015 * mail/sendmail.el (mail-bury): Don't delete the frame where the
1016 mail was being composed if the terminal cannot display more than
1017 one frame; instead, switch to previous frame.
1019 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
1020 (rmail-start-mail): Support rmail-mail-new-frame even on
1021 terminals that can display only one frame at a time.
1023 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
1025 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
1026 (checkdoc-output-font-lock-keywords): Remove error regexp.
1027 (checkdoc-output-mode-map): Remove.
1028 (checkdoc-output-mode): Derive from compilation-mode.
1029 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
1031 * dired.el (dired-mode-map): Add a menu entry for wdired.
1033 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
1034 (rx-bracket, rx-check-any, rx-any): Clean up name space.
1036 * wdired.el: (wdired-mode-map): Move init into declaration.
1037 Fix `return' binding.
1038 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
1039 Use force-mode-line-update.
1040 (wdired-get-filename): Use `unless'.
1041 (wdired-preprocess-files): Don't assume names have no \n and use / for
1043 (wdired-normalize-filename): Use replace-regexp-in-string.
1044 (wdired-load-hooks): Remove.
1045 (wdired-mode-hooks): Rename to wdired-mode-hook.
1047 * info-look.el: Add support for cfengine-mode.
1048 (info-lookup-setup-mode): Use dolist.
1050 2004-04-23 Juan Le
\e,As
\e(Bn Lahoz Garc
\e,Am
\e(Ba <juan-leon.lahoz@tecsidel.es>
1052 * wdired.el: New file.
1054 2004-04-23 Juanma Barranquero <lektu@terra.es>
1056 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
1058 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
1059 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
1060 (pcomplete--help, pcomplete--here): Doc fixes.
1062 2004-04-23 Andre Spiegel <spiegel@gnu.org>
1064 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
1065 handles wrong-number-of-arguments in backend call.
1067 * vc.el (vc-print-log): Likewise.
1069 2004-04-20 Dave Love <fx@gnu.org>
1071 * emacs-lisp/rx.el: Doc fixes.
1072 (rx-constituents): Add/extend many forms.
1073 (rx-check): Check form is a list.
1075 (rx-check-any, rx-any, rx-check-not): Modify.
1077 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
1078 (rx-kleene): Use rx-trans-forms.
1079 (rx-quote-for-set): Delete.
1080 (rx): Allow multiple args.
1082 2004-04-23 Kenichi Handa <handa@m17n.org>
1084 * international/mule-util.el (char-displayable-p): Simplify by
1085 using internal-char-font.
1087 2004-04-23 Juanma Barranquero <lektu@terra.es>
1089 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
1091 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
1093 * diff-mode.el (diff-next-error): New fun.
1094 (diff-mode): Use it.
1096 * simple.el (next-error): Change arg name.
1097 Add support for the documented C-u C-x ` usage.
1099 * frame.el (special-display-popup-frame, next-multiframe-window)
1100 (previous-multiframe-window): Only consider frames on same display.
1102 2004-04-22 Lars Hansen <larsh@math.ku.dk>
1104 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
1105 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
1107 2004-04-22 Kim F. Storm <storm@cua.dk>
1109 * net/telnet.el (telnet): Add optional port arg.
1111 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
1113 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1114 Minor sanity check on the `hyperlink' slot.
1116 * Makefile.in (recompile): Compile new files.
1118 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
1119 Add byte-recompile-directory's optional `arg'.
1121 * cvs-status.el (cvs-tree-use-charset): New var.
1122 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
1123 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
1124 (cvs-status-cvstrees): Use it.
1126 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
1127 Make it a normal major mode.
1128 (checkdoc-buffer-label): Make sure the file name is meaningful.
1129 (checkdoc-output-to-error-buffer): Remove.
1130 (checkdoc-error, checkdoc-start-section): Rewrite.
1132 * info.el (info-node, info-menu-5, info-xref, info-header-node)
1133 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1134 (Info-title-4-face): Use new syntax.
1135 (info-xref-visited): Inherit from info-xref.
1137 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
1139 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
1141 * simple.el (next-error-last-buffer, next-error-function):
1142 New variables for the next-error framework.
1143 (next-error-buffer-p): New function.
1144 (next-error-find-buffer): Generalize compilation-find-buffer.
1145 (next-error, previous-error, first-error, next-error-no-select)
1146 (previous-error-no-select): Move from compile.el.
1148 * replace.el (occur-next-error, occur-1): Hook into the next-error
1151 * progmodes/compile.el (compilation-start):
1152 Set next-error-last-buffer so next-error knows where to jump.
1153 (compilation-setup): Set the buffer-local variable
1154 next-error-function to 'compilation-next-error-function.
1155 (compilation-buffer-p, compilation-buffer-internal-p): Use an
1156 alternate way to find if a buffer is a compilation buffer, for
1157 next-error convenience.
1158 (next-error-no-select, previous-error-no-select, next-error)
1159 (previous-error, first-error): Move to simple.el.
1160 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
1161 (compilation-last-buffer): Remove.
1162 (compilation-start, compilation-next-error, compilation-setup)
1163 (compilation-next-error-function, compilation-find-buffer):
1164 Remove compilation-last-buffer use.
1166 2004-04-21 Juanma Barranquero <lektu@terra.es>
1168 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
1169 (font-lock-warning-face): Fix spacing.
1171 * makefile.w32-in (WINS): Add url/ directory.
1173 2004-04-21 Lars Hansen <larsh@math.ku.dk>
1175 * desktop.el (desktop-buffer-mode-handlers): New variable.
1176 Alist of major mode specific functions to restore a desktop buffer.
1177 (desktop-buffer-handlers): Make variable obsolete.
1178 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
1179 Catch errors signaled in handlers. Update buffer count.
1180 Evaluate desktop-buffer-point.
1181 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
1183 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
1185 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
1186 move to mail/rmail.el.
1187 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
1189 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
1190 On fail, print message (to message buffer) even if
1191 desktop-missing-file-warning is nil.
1192 (desktop-buffer-misc-data-function): New buffer local variable.
1193 Function returning major mode specific data.
1194 (desktop-buffer-misc-functions): Make variable obsolete.
1195 (desktop-save): Use desktop-buffer-misc-data-function.
1196 (desktop-buffer-dired-misc-data): Rename to
1197 dired-desktop-buffer-misc-data and move to dired.el.
1198 (desktop-buffer-info-misc-data): Rename to
1199 Info-desktop-buffer-misc-data and move to info.el.
1200 (desktop-read): Add message about number of buffers restored/failed.
1201 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
1202 Add parameters. Pause to display error only when
1203 desktop-missing-file-warning is non-nil.
1204 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
1205 (dired-mode): Bind desktop-buffer-misc-data-function.
1206 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
1208 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
1209 (Info-mode): Bind desktop-buffer-misc-data-function.
1210 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
1212 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
1215 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
1217 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
1218 the case of letters in case-insensitive expansions when the
1219 abbrev is preceded by characters with letter syntax.
1221 2004-04-21 Richard M. Stallman <rms@gnu.org>
1223 * progmodes/cperl-mode.el (cperl-putback-char):
1224 Delete Emacs 18 definition.
1226 * international/mule.el (ctext-post-read-conversion):
1227 Use assoc-string, not assoc-ignore-case.
1229 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
1231 * emacs-lisp/easymenu.el (easy-menu-add):
1232 Do call x-popup-menu, but only if it's defined.
1234 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
1236 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
1237 Handle multiple args: compile like progn.
1239 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
1240 take all args as &rest arg.
1242 * autoinsert.el (auto-insert-alist): Insert the user's name in
1243 copyright notice, rather than Free Software Foundation.
1245 2004-04-21 Kenichi Handa <handa@m17n.org>
1247 * descr-text.el (describe-char): Make it work on *Help* buffer.
1249 2004-04-21 Kim F. Storm <storm@cua.dk>
1251 * image.el (insert-image): Add optional SLICE arg.
1252 (insert-sliced-image): New defun.
1254 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
1256 * subr.el (read-number): Check whether `default' is nil.
1258 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
1260 * progmodes/compile.el (compilation-error-properties):
1262 (compilation-internal-error-properties): New one.
1263 (compilation-compat-error-properties): Use it. Fix the non-marker case.
1265 2004-04-20 Richard M. Stallman <rms@gnu.org>
1267 * window.el (split-window-save-restore-data):
1268 Don't update the data if OLD-INFO is nil.
1270 * view.el (view-return-to-alist): Mark it permanent local.
1272 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
1274 * recentf.el (recentf-save-list): Catch and warn about errors.
1276 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
1277 so "Buffers" won't be pure.
1279 * help-mode.el (help-mode-finish): Set help-return-alist first
1280 thing, setting only the entry for the selected window.
1282 * help-fns.el (describe-function-1): If many non-control non-meta
1283 keys run the command, don't list all of them.
1285 2004-04-20 Juanma Barranquero <lektu@terra.es>
1287 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
1288 arg. Copied from Andre Spiegel's patch of 2004-03-21.
1290 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
1292 2004-04-20 Kenichi Handa <handa@m17n.org>
1294 * international/quail.el (quail-lookup-key): New optional arg
1296 (quail-get-translations): Call quail-lookup-key with
1297 NOT-RESET-INDICES t.
1298 (quail-completion): Likewise.
1299 (quail-lookup-map-and-concat): Likewise.
1301 2004-04-20 Kenichi Handa <handa@m17n.org>
1303 * international/quail.el (quail-update-translation): Don't insert
1304 such an unsupported multibyte char in a unibyte buffer.
1306 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
1308 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
1309 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
1310 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
1311 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
1312 (gdb-frame-assembler-buffer): Improve behaviour with
1314 (gdb-display-buffer): Extend search to all visible frames.
1316 2004-04-19 Eli Zaretskii <eliz@gnu.org>
1318 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
1319 characters left after base64 decoding.
1320 (rmail-decode-region): Use -dos variety of `coding', to remove any
1321 ^M characters left after qp or base64 decoding.
1323 2004-04-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1325 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
1328 2004-04-19 Stephen Eglen <stephen@gnu.org>
1330 * add-log.el (add-change-log-entry): Update doc string to mention
1331 add-log-full-name and add-log-mailing-address.
1333 2004-04-18 Juri Linkov <juri@jurta.org>
1335 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
1336 (Info-find-node-2): Simplify error message.
1337 (Info-insert-dir): Use Info-following-node-name.
1338 (Info-goto-node): Remove *info-history* and *info-toc*.
1339 (Info-history): Create a node of the virtual history file.
1340 (Info-toc): Create a node of the virtual toc file.
1341 (Info-insert-toc): New arg `curr-file' for reference file names.
1342 (info-apropos): Remove redundant var binding for temp-file.
1343 (Info-index, Info-index-next, Info-mode): Doc fix.
1344 (Info-goto-emacs-command-node): Don't jump to *info* from
1345 non-*info* Info buffers.
1346 (Info-fontify-node): Don't show the file name of external
1347 references if `Info-hide-note-references' is `hide'. Don't hide
1348 newlines at the end of paragraphs.
1350 * international/mule-diag.el (list-input-methods):
1351 Fix args to help-xref-button.
1353 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
1354 to put into effect local variables from TUTORIAL files.
1356 * textmodes/paragraphs.el (sentence-end) <function>: New fun
1357 with default value taken from the variable `sentence-end'.
1358 (sentence-end) <defcustom>: Set default to nil. Doc fix.
1359 Add nil const to :type.
1360 (sentence-end-without-period, sentence-end-double-space)
1361 (sentence-end-without-space): Doc fix.
1363 * textmodes/paragraphs.el (forward-sentence):
1364 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
1365 (fill-delete-newlines):
1366 * progmodes/cc-cmds.el (c-beginning-of-statement):
1367 Use function `sentence-end' instead of variable `sentence-end'.
1369 2004-04-18 Andreas Schwab <schwab@suse.de>
1371 * progmodes/compile.el (compilation-start): Set window start to
1372 point-min if compilation-scroll-output is nil.
1374 2004-04-18 John Wiegley <johnw@newartisans.com>
1376 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
1378 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
1380 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
1381 (gdb-info-breakpoints-custom): Revert previous change.
1382 (gdb-view-assembler): Update assembler if necessary.
1383 (gdb-frame-handler): Parse correctly for gdb-current-frame.
1384 (gdb-display-source-buffer): Update properly when both source and
1385 assembler are visible.
1387 2004-04-17 John Wiegley <johnw@newartisans.com>
1389 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
1390 which limits the number of names shown in the minibuffer. Off by
1392 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
1393 up iswitchb for users with a multitude of open buffers by showing
1394 only the first and last N/2 buffers in the completion list (which
1395 is enough to aid C-s/C-r, and to know that more characters are
1396 needed to refine the completion list).
1398 2004-04-17 Richard M. Stallman <rms@gnu.org>
1400 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
1401 (file-truename): Expand all ~ constructs directly.
1402 (insert-directory): Delete any error msg output by the
1403 `insert-directory-program'.
1405 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
1406 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
1407 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
1408 (allout-init): Use find-file-hook, not find-file-hooks.
1409 (allout-mode): Eliminate Emacs 18 support.
1410 Use write-contents-functions, not local-write-file-hooks.
1412 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
1414 * progmodes/compile.el (compilation-error-properties): Fix for
1415 adding messages when there are already markers for their file.
1416 (compilation-fake-loc): New function.
1418 2004-04-16 Dave Love <fx@gnu.org>
1420 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
1421 (python-load-file): Fix python-orig-start setting.
1423 * progmodes/compile.el: Doc fixes.
1424 (compilation-error-regexp-alist-alist)
1425 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
1426 (compilation-assq): Wrap in eval-when-compile.
1427 (compilation-mode-font-lock-keywords): Don't use list*.
1428 (compilation-start): Avoid warning.
1429 (compilation-compat-error-properties)
1430 (compilation-directory-properties): Add keymap property.
1431 (compilation-parsing-end): Make it a marker for better compatibility.
1433 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
1435 2004-04-16 Mark A. Hershberger <mah@everybody.org>
1437 * xml.el: Doc fixes.
1438 (xml-get-children): Only looks at sub-tags and ignore strings.
1440 * xml.el (xml-parse-tag): Avoid overwriting node-name.
1442 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
1444 * url/url-util.el (url-debug): Use with-current-buffer.
1446 * url/url-nfs.el (url-nfs-file-attributes): Add id-format parameter.
1447 (url-nfs-create-wrapper): Use new backquote syntax.
1449 * url/url-https.el (url-https-file-attributes): Add id-format param.
1451 * url/url-http.el (url-http-head-file-attributes)
1452 (url-http-file-attributes): Add id-format parameter.
1454 * url/url-handlers.el: Use new find-file-hook.
1455 (url-file-attributes): Add id-format parameter.
1457 * url/url-file.el (url-file-create-wrapper): Use new backquote syntax.
1458 (url-file-file-attributes): Add id-format parameter.
1460 * url/url-dav.el: Use with-current-buffer.
1461 (url-dav-process-response): Fix regexps and spurious quote.
1462 (url-dav-file-attributes): Add id-format param.
1464 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
1466 2004-04-16 Andre Spiegel <spiegel@gnu.org>
1468 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
1470 * vc.el (vc-print-log): Likewise.
1472 2004-04-16 Masatake YAMATO <jet@gyve.org>
1474 * simple.el (completion-setup-function): Set an initial value
1475 to `element-common-end' before entering loop. Set a value
1476 to `element-common-end' at the end of loop.
1477 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
1478 (completions-common-part): Rename from completion-de-emphasis.
1479 (completions-first-difference): Rename from completion-emphasis.
1482 2004-04-16 Juanma Barranquero <lektu@terra.es>
1484 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
1485 (bookmark-edit-annotation-mode): Add mode name.
1487 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
1489 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
1490 for nested conflict markers.
1491 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
1493 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
1495 * progmodes/gdb-ui.el (gdb-goto-info): New function.
1497 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
1499 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
1501 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
1502 Give a backtrace if requested.
1504 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
1506 * progmodes/python.el (python-mouse-2-command, python-RET-command):
1507 Remove unused functions.
1508 (python-orig-start-line, python-orig-file): Remove.
1509 (python-orig-start): New var.
1510 (python-input-filter, python-compilation-line-number)
1511 (python-send-region, python-load-file): Use it.
1513 * info.el (info): Always jump to *info*.
1515 * subr.el (posn-set-point): New function.
1517 * mouse.el (mouse-set-point): Use it.
1519 * progmodes/compile.el (compile-goto-error): Use it.
1520 (compilation-button-map): New keymap.
1521 (compilation-error-properties): Use it.
1522 (compilation-shell-minor-mode-map): Don't bind mouse-2.
1524 * smerge-mode.el (smerge-popup-context-menu): Use it.
1526 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
1527 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
1528 mouse and non-mouse case.
1530 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
1531 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
1533 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
1534 Make it work for non-mouse events.
1536 * pcvs-info.el (cvs-status-map): Update binding name.
1538 2004-04-14 Mark A. Hershberger <mah@everybody.org>
1540 * xml.el (xml-maybe-do-ns): New function to handle namespace
1541 parsing of both attribute and element names.
1542 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
1543 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
1544 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
1545 (xml-parse-attlist): Make it do its own namespace parsing.
1547 2004-04-14 Dave Love <fx@gnu.org>
1549 * progmodes/python.el (run-python): Fix use of \n.
1550 (python-load-file): Remove `try' from Python fragment.
1551 (python-describe-symbol): Fix message.
1553 * comint.el: Doc fixes.
1554 (comint-last-input-start, comint-last-input-end)
1555 (comint-last-output-start): Give them values.
1556 (comint-arguments): Avoid warning.
1557 (comint-skip-prompt): Use line-end-position.
1558 (comint-backward-matching-input): Rename arg to agree with doc.
1559 (comint-extract-string): Use syntax-ppss.
1560 (comint-dynamic-simple-complete): Delete useless list construction.
1561 (comint-redirect-subvert-readonly): New.
1562 (comint-redirect-preoutput-filter): Use it.
1564 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
1565 Correctly handle negative arguments when calling hook functions.
1567 2004-04-14 Jesper Harder <harder@ifa.au.dk>
1569 * info.el (info-apropos): Don't clobber Info-history-list.
1571 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
1573 * progmodes/compile.el (compilation-setup):
1574 Localize overlay-arrow-position.
1575 (compilation-sentinel): Restructure code equivalently.
1576 (compilation-next-error): Find message on same line after point if
1577 not found before point.
1578 (compile-mouse-goto-error): Restore function so that compilation
1579 buffer need not be current and use compile-goto-error.
1580 (compile-goto-error): Restore function.
1581 (next-error): Set overlay-arrow-position.
1582 (compilation-forget-errors): Don't localize already local
1583 compilation-locs and remove FIXME about refontifying.
1585 2004-04-14 Kim F. Storm <storm@cua.dk>
1587 * startup.el (emacs-quick-startup): New defvar (set by -Q).
1588 (command-line): New option -Q. Like -q --no-site-file, but
1589 in addition it also disables menu-bar, tool-bar, scroll-bars,
1590 tool-tips, and the blinking cursor.
1591 (command-line-1): Skip startup screen if -Q.
1592 (fancy-splash-head): Use ":align-to center" prop to center splash image.
1594 * emulation/cua-base.el (cua-read-only-cursor-color)
1595 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
1597 2004-04-13 Dave Love <fx@gnu.org>
1599 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
1600 (syntax): Don't require.
1601 (python) <defgroup>: Add :version.
1602 (python-quote-syntax): Re-written.
1603 (inferior-python-mode): Move stuff here from run-python and add
1605 (python-preoutput-continuation, python-preoutput-result)
1606 (python-dotty-syntax-table): New.
1607 (python-describe-symbol): Use them.
1608 (run-python): Move stuff to inferior-python-mode. Modify code
1610 (python-send-region): Use python-proc, python-send-string.
1611 (python-send-string): Send newlines too. Callers changed.
1612 (python-load-file): Re-written.
1613 (python-eldoc-function): New.
1614 (info-look): Don't require.
1615 (python-after-info-look): New. A modified version of former
1616 top-level code for use with eval-after-load.
1617 (python-maybe-jython, python-guess-indent): Use widened buffer.
1618 (python-fill-paragraph): Re-written.
1619 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
1620 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
1622 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
1624 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
1625 Set compilation-error-regexp-alist earlier.
1627 * progmodes/compile.el (compilation-minor-mode-map)
1628 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
1629 (compile-goto-error): Re-merge the mouse and non-mouse commands.
1631 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1633 * progmodes/compile.el (compile-goto-error): Select the buffer/window
1634 corresponding to the event.
1636 * url/url.el (url-retrieve): Use with-current-buffer.
1638 * url/url-http.el (url-http-parse-headers, url-http-file-exists-p):
1639 Remove unused var `version'.
1641 * url/url-handlers.el (url-handler-mode): New minor mode.
1642 (url-setup-file-name-handlers): Remove.
1644 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
1646 * loadup.el: Add cygwin to system-type list, for unexec() support.
1648 2004-04-12 John Paul Wallington <jpw@gnu.org>
1650 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
1651 (ibuffer-restore-window-config-on-quit): New variable to replace
1652 `ibuffer-delete-window-on-quit'. Update all references.
1653 (ibuffer-prev-window-config): New variable.
1654 (ibuffer-quit): Restore previous window configuration instead of
1656 (ibuffer): Save window configuration before showing Ibuffer buffer.
1658 * help.el (describe-mode): Doc fix.
1660 * url/url-cookie.el (url-cookie-handle-set-cookie): Replace calls
1661 to obsolete `assoc-ignore-case' with calls to `assoc-string'.
1663 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
1665 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
1666 not to treat nil as a function.
1668 * vc-arch.el (vc-arch-root): Be a bit more careful.
1669 (vc-arch-register): Save the buffer if we modified it.
1670 (vc-arch-delete-rej-if-obsolete): Save excursion.
1671 (vc-arch-find-file-hook): Use the simpler after-save-hook.
1672 (vc-arch-responsible-p, vc-arch-init-version): New functions.
1674 * net/ldap.el (ldap-search): Use list*.
1676 2004-04-12 Juri Linkov <juri@jurta.org>
1678 * info.el (Info-follow-reference): Allow multiline reference name.
1680 2004-04-11 Dave Love <fx@gnu.org>
1682 * url/url-mailto.el (url-mailto):
1683 * url/url-history.el (url-history-setup-save-timer):
1684 * url/url-cookie.el (url-cookie-setup-save-timer): Avoid warnings.
1686 * url/url-file.el (url-file-build-filename): Don't use
1689 * url/url-auth.el (url-register-auth-scheme): Fix `format' call.
1691 * url/url-about.el (url-scheme-registry): Defvar.
1692 (url-about): Use text/plain.
1694 * url/url-vars.el (cl): Don't require.
1695 (url): Add :version.
1696 (url-bug-address): Use bug-gnu-emacs.
1698 * url/url-util.el (url-hexify-string): Don't give multibyte error
1700 (mail-header-extract): Autoload.
1702 * url/url-parse.el: Doc fixes.
1704 * url/url-ldap.el (ldap): Require.
1705 (url-ldap): Fix `format' call.
1706 (url-ldap-certificate-formatter): Avoid warning.
1708 * url/url-https.el (url-https-create-secure-wrapper): Use modern
1711 * url/url-dav.el (url-dav-rename-file): Fix args of `signal'.
1712 (url-intersection): New.
1713 (url-dav-supported-p): Use it.
1714 (url-dav-save-resource): Declare url-http-response-status special.
1716 * url/url-cache.el (url-util): Require.
1718 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
1720 * progmodes/python.el: New file.
1722 2004-04-11 Andre Spiegel <spiegel@gnu.org>
1724 * vc-hooks.el (vc-arg-list): Function removed.
1725 (vc-default-workfile-unchanged-p): Use condition-case to check for
1726 backward compatibility.
1728 * vc.el (vc-print-log): Use condition-case to check for backward
1731 2004-04-11 Juri Linkov <juri@jurta.org>
1733 * dired.el (dired-faces): New defgroup.
1734 (dired-header, dired-mark, dired-marked, dired-flagged)
1735 (dired-warning, dired-directory, dired-symlink, dired-ignored):
1737 (dired-header-face, dired-mark-face, dired-marked-face)
1738 (dired-flagged-face, dired-warning-face, dired-directory-face)
1739 (dired-symlink-face, dired-ignored-face): New face variables.
1740 (dired-font-lock-keywords): Use them instead of font-lock faces.
1741 Split the rule for dired marks into 3 separate rules: for marks,
1742 marked file names and flagged file names.
1744 * help-mode.el (help-make-xrefs): Add a final newline to the
1747 2004-04-11 John Paul Wallington <jpw@gnu.org>
1749 * replace.el (occur-engine): Distinguish between one and several
1750 matches in the matches per buffer heading.
1752 2004-04-11 Kim F. Storm <storm@cua.dk>
1754 * ido.el (ido-confirm-unique-completion): New defcustom.
1755 (ido-complete): Use it.
1756 (ido-write-file): Set it to t unconditionally.
1758 2004-04-10 Miles Bader <miles@gnu.org>
1760 RCS keyword removal (only non-comment changes are enumerated here):
1762 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
1763 (byte-compile-insert-header): Don't use `byte-compile-version'.
1764 * url/url-vars.el (url-version): Use the constant string "Emacs"
1765 instead of calculating something from the RCS `State' keyword
1766 [the latter is almost entirely useless anyway].
1767 * forms.el (forms-version): Variable removed.
1768 (forms-mode): Don't use `forms-version'.
1769 * recentf.el (recentf-version): Variable removed.
1770 * progmodes/delphi.el (delphi-version): Variable removed.
1771 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
1773 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
1775 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
1777 2004-04-09 Jesper Harder <harder@ifa.au.dk>
1779 * info.el (info-apropos): Improve menu item regexp.
1781 2004-04-09 Simon Josefsson <jas@extundo.com>
1783 * mail/smtpmail.el: Add comment, based on report by
1784 kdc@rcn.com (Kevin D. Clark).
1786 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
1788 * progmodes/compile.el (compilation-mode-font-lock-keywords):
1789 Redo one more thing that I didn't notice Daniel had undone.
1791 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
1793 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
1794 (gdb-goto-breakpoint, gdb-display-buffer)
1795 (gdb-display-source-buffer, gdb-view-source-function)
1796 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
1797 (gdb-source-info, gdb-frame-handler): Don't specify a window
1799 (gdb-info-breakpoints-custom): Remove superfluous update of
1801 (gdb-many-windows): Make settable outside gdb.
1803 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
1805 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
1806 Derive from fundamental-mode rather than text-mode.
1808 2004-04-08 Juri Linkov <juri@jurta.org>
1810 * info.el (Info-history): Doc fix.
1811 (Info-history-list): New var.
1812 (info-xref): Change magenta4 to blue, remove bold for dark and
1813 light backgrounds, change bold to underline for non-color classes.
1814 (info-xref-visited): New face.
1815 (Info-fontify-visited-nodes): New custom.
1816 (Info-hide-note-references): Add new value `hide'. Doc fix.
1817 (Info-reference-name): New var.
1818 (Info-selection-hook): New custom.
1819 (Info-edit-mode-hook): New var.
1820 (Info-find-file): New fun.
1821 (Info-find-node): Move part of code to Info-find-file.
1822 (Info-find-node-2): Add anchors to Info-history-list. Move point
1823 to the place with the reference name if name is defined.
1824 (Info-select-node): Add current node to Info-history-list.
1825 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
1826 (Info-search-whitespace-regexp): New custom.
1827 (Info-search-case-fold): New var.
1828 (Info-search): Add "case-sensitively" to the prompt.
1829 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
1830 (Info-search-case-sensitively, Info-search-next): New fun.
1831 (Info-up): Move point to the menu item of the current node.
1832 (Info-history): New fun. Add *info-history* to
1833 same-window-buffer-names.
1834 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
1835 (Info-insert-toc): New fun.
1836 (Info-build-toc): New fun.
1837 (Info-follow-reference): Add new arg `fork'. Doc fix.
1838 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
1839 with the same name prefer the reference closest to point.
1840 (Info-next-reference): Replace * by + in the *Note regexp.
1841 Add regexp for http:// and ftp://. Skip the *Note prefix.
1842 (Info-prev-reference): Replace * by + in the *Note regexp.
1843 Add regexp for http:// and ftp://. Skip the *Note prefix.
1844 (Info-follow-nearest-node): Add new arg `fork'.
1845 (Info-try-follow-nearest-node): Add new arg `fork'.
1846 Call browse-url for http:// and ftp:// references.
1847 Set Info-reference-name for index entries.
1848 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
1849 Info-search-next, Info-history, Info-toc, clone-buffer.
1850 (Info-menu-update): Replace * by + in the *Note regexp.
1851 (Info-mode): Add documentation for Info-history, Info-toc,
1852 Info-search-case-sensitively, Info-search-next, clone-buffer.
1853 (Info-fontify-menu-headers): Remove fun. Move code to
1855 (Info-fontify-node): Add docstring. Add local vars
1856 fontify-visited-p and not-fontified-p. If not-fontified-p is t
1857 then fontify header line, titles, menu headers, http and ftp
1858 references, refill paragraphs. If not-fontified-p is t or
1859 fontify-visited-p is t then fontify cross references, menu items.
1860 Fontify menu headers. Fontify http and ftp references.
1861 Change regexp for cross references to require whitespace after *Note,
1862 add matching groups for file and node names. Remove hack for quote.
1863 Use display property for Info-hide-note-references=t. Use fifth
1864 or fourth match for help-echo. Display visited nodes in a
1865 different face. Unhide file names of external references.
1866 Unhide newlines. Display visited menu items in a different face.
1868 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
1870 * progmodes/compile.el: Require CL.
1871 (compilation-mode-font-lock-keywords): Re-install the "line as
1874 * help-fns.el (help-C-source-directory): New var.
1875 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
1876 (describe-function-1, describe-variable): Use them.
1878 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
1879 to C source files specially.
1881 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
1883 * info.el (Info-hide-cookies-node): New function.
1884 (Info-select-node): Use it.
1885 (Info-display-images-node): Remove message with image file name.
1887 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
1889 * progmodes/compile.el (compilation-warning-face)
1890 (compilation-info-face, compilation-skip-threshold)
1891 (compilation-skip-visited, compilation-context-lines):
1892 Declare :version when added to Emacs.
1893 (compilation-error-regexp-alist-alist): Extend caml and irix.
1894 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
1895 (compilation-mode-font-lock-keywords): Temporarily undo line as
1896 function patch, which wasn't ready.
1898 2004-04-07 Kenichi Handa <handa@m17n.org>
1900 * international/latin1-disp.el (latin1-display-setup): Check each
1901 character is displayable or not instead of calling
1902 latin1-display-check-font.
1904 2004-04-06 Kenichi Handa <handa@m17n.org>
1906 * language/ethio-util.el (ethio-sera-being-called-by-w3):
1908 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
1909 instead of sera-being-called-by-w3.
1910 (ethio-fidel-to-sera-buffer): Likewise.
1911 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
1912 instead of sera-being-called-by-w3.
1913 (ethio-write-file): Likewise.
1915 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1917 * printing.el: Dox fix.
1919 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
1921 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
1922 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
1923 (gdb-setup-windows): Only use separate IO buffer if required.
1925 2004-04-06 Kim F. Storm <storm@cua.dk>
1927 * term.el (term-is-xemacs): Remove.
1928 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
1929 (term-window-width): New function.
1930 (term-mode, term-check-size): Use it.
1931 (term-mode): Disable overflow-newline-into-fringe in term buffer.
1933 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
1935 * cus-edit.el (custom-add-parent-links): Change unbound variable
1938 2004-04-05 Jesper Harder <harder@ifa.au.dk>
1939 * info.el (info-apropos): New function.
1940 (Info-mode-menu): Add it.
1941 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
1943 * help-mode.el (help-make-xrefs): Recognize aliased variable with
1944 inherited docstring.
1946 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
1948 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
1950 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
1952 * progmodes/compile.el (font-lock): Don't require any more.
1953 (compilation-error-properties, compilation-start, compilation-sentinel)
1954 (compilation-filter, next-error): Use with-current-buffer.
1955 (compilation-skip-to-next-location, compilation-skip-threshold)
1956 (compilation-skip-visited): Move to silence the byte-compiler.
1957 (compilation-setup): Simplify.
1958 (compilation-next-error): Use line-(beginning|end)-position.
1959 Make sure `pt' is non-nil before using compilation-loop.
1960 (compile-goto-error): Add optional event arg. Use it.
1961 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
1962 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
1963 Update the binding for mouse-2.
1964 (first-error): Set compilation-current-error to nil rather than bob.
1965 (compilation-parsing-end, compilation-parse-errors-function)
1966 (compilation-error-list, compilation-old-error-list):
1967 "New" compatibility variables.
1968 (compile-buffer-substring, compilation-compat-error-properties)
1969 (compilation-compat-parse-errors, compilation-forget-errors):
1970 New compatibility functions.
1971 (compilation-mode-font-lock-keywords): Use them.
1973 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
1975 * autorevert.el (auto-revert-handler): If point (or a window
1976 point) is at the end of the buffer, keep it there after
1977 reverting. This allows to tail a file.
1978 Mention this in the `Commentary'.
1980 * format.el (format-write-file): Add optional argument CONFIRM
1981 and make it behave like the analogous argument to `write-file'.
1983 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1985 * progmodes/ebnf2ps.el: Doc fix.
1986 (ebnf-version): New version number (4.2).
1987 (ebnf-syntax): Customization and docstring fix.
1988 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
1989 Put autoloaded funs before first use.
1990 (ebnf-style-database): Add dtd entry.
1991 (ebnf-syntax-alist): Add dtd initialization.
1992 (ebnf-token-sequence): New fun.
1993 (ebnf-comment-table): Add new comment action character.
1994 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
1996 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
1997 Type Definition for XML).
1999 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
2000 * progmodes/ebnf-bnf.el (ebnf-sequence):
2001 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
2002 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
2003 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
2004 Code simplification: call ebnf-token-sequence.
2006 2004-04-04 Eli Zaretskii <eliz@gnu.org>
2008 * calendar/timeclock.el (timeclock-relative)
2009 (timeclock-get-project-function, timeclock-get-workday-function)
2010 (timeclock-query-out, timeclock-when-to-leave)
2011 (timeclock-when-to-leave-string, timeclock-log-data)
2012 (timeclock-generate-report, timeclock-in): Doc fixes.
2014 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
2016 * url: Import the URL package from its repository.
2018 * url/url-methods.el:
2019 * url/url-parse.el: Don't require url-auto.
2021 2004-04-03 Andreas Schwab <schwab@suse.de>
2023 * diff-mode.el (diff-mode): Fix missing quote.
2025 2004-04-03 Juri Linkov <juri@jurta.org>
2027 * descr-text.el (describe-property-list): Add `font-lock-face'.
2029 * dired.el (dired-font-lock-keywords): Fix permission regexps.
2031 2004-04-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2033 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
2034 Use utf-16le on little endian machines and utf-16be otherwise.
2036 2004-04-02 David Kastrup <dak@gnu.org>
2038 * net/browse-url.el (browse-url-generic): Use call-process
2039 instead of start-process to allow browsers that fork and detach.
2041 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
2043 * compile.el (compilation-current-error): New var.
2044 (compilation-setup, compile-mouse-goto-error)
2045 (compile-goto-error, next-error): Use it.
2046 (compilation-skip-to-next-location): Default to t, which gives
2047 contiguous skipping like old compile (where this was redundant).
2048 (compilation-next-error): Prevent previous-* commands from moving
2049 back to message at or just before point.
2051 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
2053 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
2054 (gdb-source-info): Don't display source at startup, if required.
2055 (gdb-show-main): New option.
2056 (gdba): Update documentation.
2057 (gdb-source): Cover case of auto-display output.
2059 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
2061 * autorevert.el: Delete obsolete autoload's and defvar's.
2062 (auto-revert-check-vc-info): New user option.
2063 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
2064 (auto-revert-handler-vc): Delete.
2065 (auto-revert-handler): Treat return value `fast' of
2066 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
2068 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
2071 * files.el (buffer-stale-function): Doc change.
2073 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2075 * printing.el: New tip on Tips section.
2076 (pr-version): New version number (6.7.4).
2077 (pr-shell-file-name): Initialization fix.
2079 2004-03-31 Juri Linkov <juri@jurta.org>
2081 * dired.el: Add autoload for `dired-do-touch'.
2082 (dired-touch-program): New var.
2083 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
2084 (dired-no-confirm): Add `touch' to docstring.
2086 * dired-aux.el (dired-do-touch): New fun.
2087 (dired-do-chxxx): Add argument -t for touch operation.
2089 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
2090 `dired-move-to-filename-regexp'.
2092 2004-03-31 H
\e,Ae
\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
2094 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
2096 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2098 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
2099 and only if the buffer was modified.
2101 2004-03-30 Kenichi Handa <handa@m17n.org>
2103 * international/characters.el: Delete pairs for U+2308..U+230B.
2105 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
2107 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
2108 to detect the beginning of a level 2 or 3 annotation.
2110 2004-03-29 Kenichi Handa <handa@m17n.org>
2112 * international/ucs-tables.el (ucs-insert): Fix the error message.
2114 2004-03-29 Kenichi Handa <handa@m17n.org>
2116 * international/mule-util.el (char-displayable-p): Fix generation
2119 * Makefile.in (setwins, setwins_almost): Change directory to $wd
2120 before finding directories by `find'.
2122 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2124 * subr.el (interactive-form): Delete. Now implemented in C.
2126 * pcvs.el (cvs-parse-process): Workaround for Darwin.
2128 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
2129 (vc-diff-label): New fun.
2130 (vc-diff-internal): Use it.
2132 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
2134 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2136 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
2138 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
2139 specify XML (EBNFX).
2141 * progmodes/ebnf2ps.el: Doc fix.
2142 (ebnf-version): New version number (4.1).
2143 (ebnf-syntax): Adjust customization.
2144 (ebnf-style-database): Add ebnfx entry.
2145 (ebnf-syntax-alist): Add ebnfx initialization.
2146 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
2148 * printing.el: Doc fix.
2149 (pr-version): New version number (6.7.3).
2150 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
2151 returns nil for mouse position. Reported by Drew Adams
2152 <drew.adams@oracle.com>.
2153 (pr-update-menus): Modify interactive declaration. Reported by Drew
2154 Adams <drew.adams@oracle.com>.
2156 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
2158 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
2159 (gud-gdba-marker-filter): Log the process input and output, if
2160 required. From Stefan Monnier.
2161 (gdb-debug-log, gdb-enable-debug-log): New variables.
2162 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
2164 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
2166 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
2167 From lorentey@elte.hu (L
\e,Bu
\e(Brentey K
\e,Ba
\e(Broly).
2169 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
2171 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
2172 Call vc-find-file-hook here instead of in auto-revert-buffers.
2173 (auto-revert-buffers): Delete call to vc-find-file-hook.
2174 (auto-revert-verbose, global-auto-revert-non-file-buffers)
2175 (global-auto-revert-mode, auto-revert-set-timer)
2176 (auto-revert-handler, auto-revert-buffers): Doc fixes.
2178 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
2180 * woman.el (woman-change-fonts): Rename local variable
2181 woman-font-alist to font-alist to avoid a compiler warning.
2183 2004-03-27 Dave Love <fx@gnu.org>
2185 * emacs-lisp/rx.el (rx): Doc fix.
2186 Fix copyright years.
2188 * strokes.el (strokes-global-set-stroke-string): New function.
2189 (strokes-list-strokes): Cope with strings, not just commands.
2190 Set foreground colour of image.
2191 (strokes-global-set-stroke): Doc fix.
2193 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
2195 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
2197 (Buffer-menu-files-only): New variable.
2198 (Buffer-menu-toggle-files-only): New function.
2199 (Buffer-menu-mode-map): Bind it to `T'.
2200 (Buffer-menu-mode): Mention `T' in docstring.
2201 Set buffer-stale-function.
2202 (list-buffers-noselect): Mark buffer non-modified and set
2203 Buffer-menu-files-only.
2205 * dired.el (buffer-stale-function): Remove no longer needed defvar.
2207 * autorevert.el (auto-revert-handler): Print revert message
2208 before, rather than after, reverting.
2209 (buffer-stale-function): Move to files.el.
2211 * files.el (buffer-stale-function): Move here from autorevert.el.
2213 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
2215 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
2217 * calc/calc.el (calc-mode-map): Use mapc.
2219 * apropos.el (apropos-mode): Don't autoload.
2220 (apropos-symbols-internal): New fun. Extracted from `apropos'.
2222 (apropos-print): Add optional `text' argument.
2223 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
2224 Don't assume point-min == 1.
2226 * bs.el (bs-buffer-list): Use buffer-local-value.
2227 (bs--set-toggle-to-show): Use with-current-buffer.
2229 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
2231 (list-buffers-noselect): Use them. Adjust :align-to to new style.
2233 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
2235 * dabbrev.el (dabbrev-expand): Fix regexp construction.
2236 (dabbrev--find-expansion): Use pop.
2237 (dabbrev--search): Use match-string-no-properties.
2239 * dired.el (dired-mode): Use run-mode-hooks.
2240 (dired-move-to-end-of-filename): Use match-string.
2242 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
2243 is bound before using it.
2244 (ediff-verbose-p): Make it into a var since it's not constant.
2246 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
2248 * faces.el (read-face-font): Don't cons up unnecessarily.
2249 (header-line, tool-bar): Share common parts.
2251 * files.el (file-relative-name): Use compare-strings.
2253 * finder.el (finder-mode): Follow coding convention.
2255 * subr.el (read-number): New function.
2257 * ses.el (ses-read-number): Move to subr.el.
2258 (ses-set-header-row): Use read-number.
2260 2004-03-26 Andre Spiegel <spiegel@gnu.org>
2262 * vc-hooks.el (vc-arg-list): New function, which handles both
2263 compiled and uncompiled code.
2264 (vc-default-workfile-unchanged-p): Use it.
2266 * vc.el (vc-print-log): Undo prev change, use new function
2267 vc-arg-list from vc-hooks.el.
2269 2004-03-26 Masatake YAMATO <jet@gyve.org>
2271 * simple.el (completion-setup-function): Emphasize the
2272 first uncommon characters in the completions; and de-emphasize
2273 the common prefix substrings.
2274 (completion-emphasis): New face.
2275 (completion-de-emphasis): New face.
2277 2004-03-25 Juanma Barranquero <lektu@terra.es>
2279 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
2280 Comment out (it's unused and unfinished code).
2282 2004-03-25 Sam Steingold <sds@gnu.org>
2284 * vc.el (vc-print-log): Fix a bug in the last patch:
2285 backend-function may be a byte-compiled object, not a lambda.
2287 2004-03-25 Juri Linkov <juri@jurta.org>
2289 * descr-text.el (describe-property-list): Add a button
2290 for `face' property that calls `describe-face'.
2291 Suggested by luis fernandes <elf@ee.ryerson.ca>
2293 * international/mule.el (keyboard-coding-system):
2294 * kmacro.el (kmacro-call-macro): Fix docstring.
2296 * dired.el: Fix comments.
2298 * textmodes/fill.el (fill): Fix Info link.
2300 * font-lock.el (fast-lock, lazy-lock):
2301 * jit-lock.el (jit-lock): Remove links to removed Support Modes
2304 * eshell/eshell.el (eshell): Fix broken info-link.
2306 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
2307 * eshell/em-banner.el (eshell-banner):
2308 * eshell/em-smart.el (eshell-smart):
2309 * eshell/esh-cmd.el (eshell-cmd):
2310 Comment out broken info-links to incomplete Info manual.
2312 * info-xref.el: Fix commentary.
2314 2004-03-25 Kevin Ryde <user42@zip.com.au>
2316 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
2317 Remove spurious node duplicate suppression, doesn't work, not wanted.
2318 (info-xref-output): Take format style args, add "sit-for 0" to let
2319 user see the results as they progress.
2320 (info-xref-check-all-custom): New function.
2322 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
2324 * gdb-ui.el: Moved to progmodes.
2326 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
2328 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
2330 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2332 * calendar/appt.el (appt-check): Remove superfluous progn.
2333 When finished with diary buffer: if it was not being displayed
2334 before, kill it; otherwise restore its original state.
2335 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
2337 * calendar/calendar.el (calendar-set-mode-line): Use total
2338 available mode-line width, rather than frame-width.
2340 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
2341 after mode change so effect not lost.
2343 2004-03-23 Dave Love <fx@gnu.org>
2345 * dired.el (dired) <defgroup>: Add link to manual.
2346 (dired-font-lock-keywords): Add highlighting on unusual permissions.
2347 (dired-revert): Use dolist.
2348 (dired-mode-map): Add U binding.
2349 (dired-mode): Add font-lock-beginning-of-syntax-function.
2350 (dired-garbage-files-regexp): Make it a defcustom.
2352 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
2354 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
2355 is equivalent to nil.
2356 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
2357 (vc-arch-mode-line-string): Accept `added' state.
2358 (vc-arch-state): Use inode-sigs if available.
2359 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
2360 Copy&delete existing id file if any. Fallback if uuidgen is absent.
2361 (vc-arch-tagline-re): New var.
2362 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
2364 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
2365 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
2367 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
2368 (vc-file-not-found-hook): Use it.
2370 * diff-mode.el (diff-default-read-only): Change default.
2371 (diff-mode-hook): Make it a defcustom. Add some options.
2372 (diff-mode-map): Bind diff-refine-hook.
2373 (diff-yank-handler): New var.
2374 (diff-yank-function): New fun.
2375 (diff-font-lock-keywords): Use them.
2376 (diff-end-of-file): Handle case where file-header looks like diff text.
2377 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
2378 (diff-file-kill): Delete a subsequent empty line, if applicable.
2379 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
2380 (diff-find-file-name): Use it.
2381 (diff-tell-file-name): New command.
2382 (diff-mode): Be careful with view-mode.
2383 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
2384 New functions, for use in diff-mode-hook.
2385 (diff-find-source-location): Catch "regex too large" errors.
2386 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
2387 (diff-refine-hunk): New command.
2389 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
2390 (smerge-context-menu-map): Remove unused var.
2391 (smerge-keep-all): Preserve markers.
2392 (smerge-keep-n): New fun.
2393 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
2394 (smerge-keep-current, smerge-ediff): Use it.
2395 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
2396 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
2397 (smerge-resolve): Resolve trivial 3-part conflicts.
2399 2004-03-23 Juri Linkov <juri@jurta.org>
2401 * man.el (Man-width): New var.
2402 (Man-getpage-in-background): Use it.
2403 (Man-support-local-filenames): New var and fun.
2404 (Man-build-man-command): Don't add a second %s.
2405 (Man-fontify-manpage): Clean up message.
2406 (Man-mode): Set outline-regexp, outline-level,
2407 imenu-generic-expression.
2409 * woman.el (woman-fill-frame): Doc fix.
2410 (woman-decode-region): Use window-width instead of frame-width.
2412 * abbrevlist.el (list-one-abbrev-table):
2413 * descr-text.el (describe-char):
2414 * international/mule-diag.el (describe-current-coding-system):
2415 * international/quail.el (quail-insert-decode-map):
2416 Use window-width instead of frame-width.
2418 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
2419 (jka-compr-mode-alist-additions): Add tbz.
2420 (jka-compr-write-region, jka-compr-insert-file-contents):
2421 Add message for undefined compress-program.
2422 (jka-compr-write-region): Remove redundant var bindings.
2424 * dired-x.el (dired-guess-shell-alist-default): Add choices for
2425 extracting files into subdirectory. Add tbz and dz. Fix regexps.
2426 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
2427 (dired-man): Use dired-guess-shell-command.
2428 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
2429 Change default nil to t.
2431 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
2432 (dired-compare-directories): Add default value for empty input.
2434 * help-at-pt.el: Move suggestions for key bindings to Commentary.
2436 * time.el (display-time-string-forms): Fix help-echo date format.
2438 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
2440 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
2441 (buffer-stale-function): New variable.
2442 (auto-revert-list-diff, auto-revert-dired-file-list)
2443 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
2444 (auto-revert-handler): Take over some functionality of deleted
2446 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
2448 * dired.el (dired-directory-changed-p): New fun, extracted from
2449 dired-internal-noselect.
2450 (dired-buffer-stale-p): New fun.
2451 (dired-internal-noselect): Use dired-directory-changed-p.
2452 Eliminate revert messages.
2453 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
2455 2004-03-23 Kenichi Handa <handa@m17n.org>
2457 * international/characters.el: Setup syntaxes for more parentheses
2460 * international/mule-cmds.el (select-safe-coding-system):
2461 Merge coding-system and auto-cs before comparing them.
2463 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
2465 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
2467 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
2468 normal-auto-fill-function and comment-indent-function.
2469 The default values now work just as well.
2470 Don't set font-lock-beginning-of-syntax-function since we already set
2471 syntax-begin-function.
2472 (lisp-outline-level): Put ;;;###autoload at same level as (.
2473 (prin1-char): Quote special chars.
2475 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
2476 than with-no-warnings.
2478 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
2479 if the source location can't be found.
2480 (edebug-compute-previous-result): Use prin1-char.
2482 * emacs-lisp/checkdoc.el (checkdoc-error): Dont' assume point-min == 1.
2483 (debug-ignored-errors): Add an entry.
2485 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
2486 (byte-compile-file): Output warning when deleting a file.
2488 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
2489 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
2491 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
2492 (byte-compile-inline-expand): Use backquote.
2493 (byte-optimize-pure-func): Rename from byte-optimize-concat.
2494 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
2496 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
2498 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
2500 2004-03-22 Juri Linkov <juri@jurta.org>
2502 * finder.el (finder-known-keywords): Fix data, tex, unix.
2504 * play/landmark.el: Fix keywords.
2506 * language/ethio-util.el (ethio-find-file): Doc fix.
2508 * emacs-lisp/warnings.el: Doc fix.
2510 * textmodes/ispell.el (ispell-help): Doc fix.
2512 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
2514 * format.el (format-insert-file): Always return a list of two
2515 elements, like insert-file-contents does.
2517 2004-03-21 Andre Spiegel <spiegel@gnu.org>
2519 * vc.el Add new optional BUFFER argument to vc-BACKEND-print-log
2520 and vc-BACKEND-diff.
2521 (vc-print-log): If the print-log implementation supports it, use
2522 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
2523 (vc-version-diff, vc-diff-internal): Doc fixes.
2525 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
2526 implementation supports it, let diff output go to *vc*,
2527 not *vc-diff*, since this is an internal call.
2529 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
2531 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
2533 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
2535 2004-03-21 Dave Love <fx@gnu.org>
2537 * progmodes/cfengine.el (cfengine-mode):
2538 Set parse-sexp-ignore-comments.
2540 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
2542 2004-03-21 Juanma Barranquero <lektu@terra.es>
2544 * allout.el (allout-mode): Fix docstring.
2546 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
2548 * files.el (insert-directory): Fix bug if SWITCHES is a list.
2550 * autorevert.el (auto-revert-interval): Make new value take
2551 effect immediately when set through Custom.
2552 (auto-revert-set-timer): Add interactive declaration.
2554 2004-03-19 David Ponce <david@dponce.com>
2556 * ruler-mode.el (ruler-mode-header-line-format-old):
2557 Don't `make-variable-buffer-local'.
2558 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
2559 (ruler-mode-header-line-format): Simply funcall the above.
2560 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
2561 to save/restore a previous header line format.
2562 (ruler-mode-space): Don't depend on a numeric WIDTH value.
2563 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
2564 fringes and margins width.
2565 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
2567 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
2569 * log-edit.el (log-edit-font-lock-keywords): Typo.
2571 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
2572 (tex-send-tex-command): Rather than here.
2573 (tex-compilation-parse-errors): Simplify.
2575 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
2577 * time.el (display-time-string-forms): Add help-echo with date on time.
2579 * composite.el (compose-region): Use restore-buffer-modified-p.
2581 * disp-table.el (standard-display-8bit): Simplify.
2583 * server.el (server-process-filter): Delete temp frame.
2585 * add-log.el (add-change-log-entry): Simplify.
2587 2004-03-19 Kim F. Storm <storm@cua.dk>
2589 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
2590 (hexl-follow-line): Don't require 'fringe.
2592 * progmodes/compile.el (compilation-start): Always set
2593 compilation-last-buffer and return it.
2595 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
2597 * simple.el (clone-buffer): Doc fix.
2599 2004-03-18 Juanma Barranquero <lektu@terra.es>
2601 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
2603 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
2605 * log-edit.el (log-edit-font-lock-keywords): New var.
2606 (log-edit-mode): Use it.
2608 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
2610 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
2611 properly for watching in speedbar.
2613 2004-03-17 Masatake YAMATO <jet@gyve.org>
2615 * smerge-mode.el (smerge-popup-context-menu):
2616 Put `unwind-protect' around `overlay-put' and `popup-menu'.
2618 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
2620 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
2621 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
2622 Take sealed revisions into account.
2623 (vc-arch-checkin): Extract a summary line from the message.
2625 2004-03-16 Masatake YAMATO <jet@gyve.org>
2627 * register.el (register): Provide `register' feature.
2629 2004-03-15 Masatake YAMATO <jet@gyve.org>
2631 Added context menu support in smerge mode.
2632 Most of the part is written by Stefan Monnier.
2634 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
2635 New keymap and menu.
2636 (smerge-text-properties): New function.
2637 (smerge-remove-props): New function.
2638 (smerge-popup-context-menu): New function.
2639 (smerge-resolve): Call `smerge-remove-props'.
2640 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
2641 (smerge-keep-current): Ditto.
2642 (smerge-kill-current): New function.
2643 (smerge-match-conflict): Put text properties.
2644 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
2646 2004-03-15 David Ponce <david@dponce.com>
2648 * ruler-mode.el: (ruler-mode-left-fringe-cols)
2649 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
2650 (ruler-mode-right-scroll-bar-cols): Remove.
2651 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
2652 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
2653 Use fringe-columns and scroll-bar-columns.
2655 2004-03-15 Masatake YAMATO <jet@gyve.org>
2657 * hl-line.el (hl-line-range-function): New variable.
2658 (hl-line-move): New function.
2659 (global-hl-line-highlight): Use `hl-line-move'.
2660 (hl-line-highlight): Ditto.
2662 * scroll-bar.el (scroll-bar-columns):
2663 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
2665 * ruler-mode.el (top-level): Require scroll-bar and fringe.
2666 (ruler-mode-left-fringe-cols)
2667 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
2668 (ruler-mode-right-scroll-bar-cols)
2669 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
2670 (ruler-mode-ruler-function): New variable.
2671 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
2672 if the value for `ruler-mode-ruler-function'is given.
2674 * hexl.el (hexl-mode-hook): Make the hook customizable.
2675 (hexl-address-area, hexl-ascii-area): New customize variables.
2676 (hexlify-buffer): Put font-lock-faces on the address area and
2678 (hexl-activate-ruler): New function.
2679 (hexl-follow-line): New function.
2680 (hexl-highlight-line-range): New function.
2681 (hexl-mode-ruler): New function.
2683 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
2685 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
2686 (vc-default-find-file-hook): New fun.
2687 (vc-find-file-hook): Call new find-file-hook operation.
2689 * vc-arch.el: New file.
2691 2004-03-12 Jesper Harder <harder@ifa.au.dk>
2693 * info-look.el (info-lookup): Reuse an existing Info window.
2695 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
2697 * woman.el (woman-preserve-ascii): Default value changed to t and
2700 2004-03-12 Richard M. Stallman <rms@gnu.org>
2702 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
2705 * replace.el (occur-engine): Change message for count of matches.
2707 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
2708 For strings, do compare text properties.
2710 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
2712 * progmodes/compile.el (compile-auto-highlight)
2713 (compilation-error-list, compilation-old-error-list)
2714 (compilation-parse-errors-function, compilation-parsing-end)
2715 (compilation-error-message, compilation-directory-stack)
2716 (compilation-enter-directory-regexp-alist)
2717 (compilation-leave-directory-regexp-alist)
2718 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
2719 (compilation-current-file, compilation-regexps): Remove vars.
2721 (compile-error-at-point, compilation-error-filedata)
2722 (compilation-error-filedata-file-name, compile-reinitialize-errors)
2723 (compilation-next-error-locus, compilation-forget-errors)
2724 (count-regexp-groupings, compilation-parse-errors)
2725 (compile-collect-regexps, compile-buffer-substring): Remove funs.
2727 (compile-internal): Make obsolete.
2729 (compilation-first-column, compilation-error)
2730 (compilation-directory-matcher, compilation-page-delimiter)
2731 (compilation-mode-font-lock-keywords, compilation-debug)
2732 (compilation-error-face, compilation-warning-face)
2733 (compilation-info-face, compilation-line-face)
2734 (compilation-column-face, compilation-enter-directory-face)
2735 (compilation-leave-directory-face, compilation-skip-threshold)
2736 (compilation-skip-visited, compilation-context-lines): New vars.
2738 (compilation-warning-face, compilation-info-face)
2739 (compilation-message-face): New faces.
2741 (compilation-error-regexp-alist-alist): New constant.
2743 (compilation-face, compilation-directory-properties)
2744 (compilation-assq, compilation-error-properties, compilation-start)
2745 (define-compilation-mode, compilation-loop)
2746 (compilation-set-window): New functions.
2748 (compile): Additional argument for interactive compiles like TeX.
2750 * progmodes/grep.el (kill-grep): Move here from compile.el
2751 (grep-error, grep-hit-face, grep-error-face)
2752 (grep-mode-font-lock-keywords): New variables.
2753 (grep-regexp-alist): Simplify regexp and add `binary' case.
2754 (grep-mode): New mode.
2755 (grep-process-setup): Simplify.
2757 2004-03-11 Jason Rumney <jasonr@gnu.org>
2759 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
2760 letters on DOS/Windows.
2762 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2764 * server.el (server-name): New var.
2765 (server-socket-dir): New var to replace server-socket-name.
2766 (server-start): Use them.
2768 2004-03-11 Simon Josefsson <jas@extundo.com>
2770 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
2771 died to avoid infloop. Reported by Jonathan Glauner
2772 <jglauner@sbum.org>.
2774 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2776 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
2777 (smerge-mode-menu): Use it to deactivate menu entries.
2778 (smerge-keep-current): New fun.
2779 (smerge-keep-current): Use it.
2781 2004-03-10 John Paul Wallington <jpw@gnu.org>
2783 * foldout.el (foldout-fold-list, foldout-modeline-string):
2784 Declare them as variables, not constants.
2786 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2788 * ps-print.el: Modification to print *Messages* buffer.
2789 (ps-print-version): New version 6.6.4.
2790 (ps-message-log-max): New fun.
2791 (ps-spool-without-faces, ps-spool-with-faces)
2792 (ps-count-lines-preprint): Code fix.
2794 * printing.el: New tips in Tips section.
2796 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2798 * delim-col.el: Doc fix.
2800 * printing.el: Doc fix. New doc section (Tips).
2802 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
2804 * type-break.el (type-break-emacs-variant): Remove.
2805 (type-break-run-at-time, type-break-cancel-function-timers):
2806 Use fboundp rather than version name and number.
2808 2004-03-09 Masatake YAMATO <jet@gyve.org>
2810 * hexl.el (hexl-mode): Use `make-local-variable' instead of
2811 `make-variable-buffer-local'.
2813 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
2815 * find-dired.el (find-dired): Call `shell-command' instead of
2816 `start-process-shell-command'. By this, Tramp takes over
2817 handling of remote directories.
2819 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
2821 * newcomment.el (comment-use-global-state): New var.
2822 (comment-search-forward): Use it.
2824 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
2826 * cus-edit.el (fill) <defgroup>: Move to fill.el.
2828 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
2829 (enable-kinsoku): Make it a defcustom.
2830 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
2831 paragraph to same-comment-start-marker.
2833 2004-03-07 Dave Love <fx@gnu.org>
2835 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
2836 (browse-url-mail): Use it.
2838 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
2839 (rfc2368-unhexify-string): Use replace-regexp-in-string.
2841 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
2843 * woman.el (woman-man.conf-path): Doc fix.
2844 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
2846 2004-03-07 Eli Zaretskii <eliz@gnu.org>
2848 * sort.el (sort-columns): Remove ms-dos from the list of systems
2849 where the external `sort' command is not used.
2851 2004-03-07 Kim F. Storm <storm@cua.dk>
2853 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
2854 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
2855 from overlay-arrow-variable-list.
2856 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
2858 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
2860 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
2861 overlay arrow string properly for the assembler buffer.
2863 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2865 * mail/sendmail.el (mail-mode): Fix last change.
2867 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
2869 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
2870 for the assembler buffer.
2871 (gdb-assembler-custom): Position the overlay arrow.
2872 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
2874 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
2876 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
2878 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
2879 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
2881 * mail/sendmail.el (mail-mode): Set comment-start-skip.
2883 * newcomment.el (uncomment-region): Allow non-terminated comment.
2884 (comment-normalize-vars): Check the user-specified comstart marker.
2886 2004-03-04 Jesper Harder <harder@ifa.au.dk>
2888 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
2889 Otherwise, do use it if the region only contains font-lock text
2892 2004-03-04 Masatake YAMATO <jet@gyve.org>
2894 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
2895 as the callback function for eldoc.
2896 (hexl-print-current-point-info): New function.
2897 (hexl-current-address): Print the address in both decimal
2898 and hexadecimal format.
2900 2004-03-04 Richard M. Stallman <rms@gnu.org>
2902 * mail/rmail.el (rmail-convert-to-babyl-format):
2903 Specify t for UNIBYTE when calling mail-unquote-printable-region.
2905 * mail/mail-utils.el (mail-unquote-printable-region):
2908 * startup.el (command-switch-alist): Doc fix.
2910 * simple.el (undo): Temporarily set this-command to `undo-start',
2911 then set it to `undo' once undo-start returns without error.
2913 * simple.el (minibuffer-history-sexp-flag): Doc fix.
2915 * simple.el (kill-line): Don't disregard trailing whitespace
2916 in eol condition, if show-trailing-whitespace is set.
2918 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
2919 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
2920 When disabling, restore old values only if mouse-sel-has-been-enabled.
2922 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
2923 (isearch-{-char): New function.
2924 (isearch-mode-map): Bind { to isearch-{-char.
2926 * font-lock.el (lisp-font-lock-keywords-2):
2927 Turn off the CL with-... and do-... general patterns.
2928 Instead, recognize several specific with... and do... constructs.
2930 * files.el (switch-to-buffer-other-window):
2931 Bind same-window-buffer-names and same-window-regexps to nil.
2932 (switch-to-buffer-other-frame): Likewise.
2934 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2936 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
2937 recognizing leading comment on code line.
2939 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
2941 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
2942 hidden files/directories.
2944 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
2946 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
2947 only comment-start (in case the mode hasn't set it).
2949 * Makefile.in (AUTOGENEL): New var.
2950 (bootstrap-prepare): Rename from bootstrap-clean.
2951 Don't remove elc files.
2952 (maintainer-clean): New target.
2954 * xml.el (xml-get-attribute-or-nil): Simplify.
2956 2004-03-02 Juri Linkov <juri@jurta.org>
2958 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
2959 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
2960 URL to prevent their substitution with the environment variable
2963 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2965 * ps-print.el: Doc fix.
2966 (ps-print-version): New version number (6.6.3).
2967 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
2969 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
2971 (ps-time-stamp-yyyy-mm-dd): New fun.
2972 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
2974 2004-03-02 Kim F. Storm <storm@cua.dk>
2976 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
2978 2004-03-01 Juanma Barranquero <lektu@terra.es>
2980 * allout.el (allout-rebullet-heading): Fix typo in docstring.
2982 * desktop.el (desktop-file-version)
2983 (desktop-after-read-hook): Fix typos.
2984 (desktop-clear-preserve-buffers): Remove redundant info in
2985 docstring already shown by the obsolescence message.
2986 (desktop-truncate, desktop-internal-v2s)
2987 (desktop-value-to-string): Change argument name to match docstring.
2989 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
2991 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
2994 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2996 * printing.el: Replace "As Is..." in PostScript file print/preview by
2997 "No Preprocessing...". Suggested by Colin Marquardt
2998 <_marquardt_@zmd.de>.
2999 (pr-insert-section-4): Adjust buffer interface.
3001 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
3003 Version 2.0.39 of Tramp released.
3005 * net/tramp.el (tramp-handle-file-local-copy)
3006 (tramp-handle-write-region, tramp-open-connection-rsh):
3007 Variable name typo. Small change. From Patrick Tullmann
3008 <tullmann@flux.utah.edu>.
3009 (tramp-process-connection-type): New variable.
3010 (tramp-maybe-open-connection): Use it.
3011 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
3012 (tramp-touch): Set last-modified time of a remote file.
3013 (tramp-handle-write-region): Say which function is used when encoding.
3015 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
3017 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
3018 case of non-existing filename, too. Reported by Christoph Bauer
3019 <c_bauer@informatik.uni-kl.de>.
3020 (tramp-smb-get-file-entries): The directory in question should
3021 have permissions "drwxrwxrwx". Just virtual, because we don't
3022 know the real permissions. Don't we know?
3023 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
3024 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
3025 (tramp-smb-wait-for-output): Optimize algorithm getting pending
3026 output. If it was received chunkwise, there have been problems.
3027 Remove the "prompt not found" error message; it is obvious.
3029 (tramp-smb-process-running): Remove. Since we acknowledge the
3030 virtual prompt for shares, there's no need for distinction of
3031 reading shares (process ends afterwards) and interactive mode of
3033 (tramp-smb-open-connection): Setting process sentinel removed.
3034 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
3035 "NT_STATUS_NETWORK_ACCESS_DENIED".
3036 (tramp-smb-maybe-open-connection): Set `process-connection-type'
3037 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
3038 (top-level): Setting default value in `tramp-default-method-alist'
3039 corrected. Order of USER and HOST have been wrong.
3040 Nobody complained for months ...
3041 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
3042 (tramp-smb-open-connection): Clear password cache if login has failed.
3044 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
3045 `tramp-unified-filenames'.
3046 (tramp-completion-mode): Make test for XEmacs explicitely.
3047 `event-to-character' can exists in Emacs packages too.
3048 Reported by Matt Swift <swift@alum.mit.edu>.
3049 (tramp-buffer-name): Buffer name must contain the user if exists.
3050 Reported by Adrian Phillips <a.phillips@met.no>.
3051 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
3052 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
3053 (tramp-do-copy-or-rename-file-out-of-band): Rename from
3054 `tramp-do-copy-or-rename-file-one-local', because it handles also
3055 the case both files use the same out-of-band method.
3056 Implementation added.
3057 (tramp-handle-file-local-copy, tramp-handle-write-region):
3058 Out-of-band handling removed. `copy-file' called instead, which
3059 calls `tramp-do-copy-or-rename-file-out-of-band'.
3060 (tramp-action-password): Check for out-of-band method removed.
3061 This function is used for 'login-program.
3062 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
3064 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
3065 and `tramp-parse-sknownhosts'.
3066 (tramp-completion-function-alist): It's a defvar now, because we
3067 want to apply the optimized `tramp-set-completion-function'
3068 instead of a static list.
3069 (tramp-set-completion-function): Implementation tuned.
3070 Avoid double entries, and entries where the function or the
3071 file/directory doesn't exist.
3072 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
3074 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
3075 (tramp-handle-dired-compress-file): New function.
3076 (tramp-async-proc): New variable.
3077 (tramp-handle-shell-command): Adding asynchronous processes.
3078 They are far from being perfect, but it works at least for
3079 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
3080 (top-level): Require password.el if visible. Should be mandatory
3081 once No Gnus has found its way into (X)Emacs.
3082 (tramp-read-passwd): Invoke `password-read' if available,
3083 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
3084 fallback any longer.
3085 (tramp-clear-passwd): New function.
3086 (tramp-process-actions, tramp-process-multi-actions):
3087 Clear password cache if login has failed.
3089 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
3091 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
3092 `ange-ftp-ftp-name-res'. There could be incorrect values from
3093 previous calls in case the "ftp" method is used in the Tramp file
3094 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3096 2004-02-28 Richard M. Stallman <rms@gnu.org>
3098 * term.el (term-mouse-paste): Call mouse-set-point.
3100 * thumbs.el: New file.
3102 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3104 * progmodes/ebnf-abn.el: Doc fix.
3106 * progmodes/ebnf-bnf.el: Doc fix.
3107 (ebnf-repeat): Code fix.
3109 * progmodes/ebnf2ps.el: Doc fix.
3110 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
3112 2004-02-28 Juri Linkov <juri@jurta.org>
3114 * ffap.el (dired-at-point): Additional writability test for
3115 relative directory names.
3116 (dired-at-point-prompter): Treat directories as a directory, get
3117 the directory component from files.
3118 (ffap-string-at-point): Return string from region if region is active.
3119 (ffap-file-at-point): Remove redundant code.
3121 2004-02-28 Kim F. Storm <storm@cua.dk>
3123 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
3124 Initialize margin area images to nil.
3125 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
3126 (breakpoint-enabled-bitmap-face)
3127 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
3128 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
3129 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
3130 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
3131 (gdb-reset): Use gdb-remove-breakpoint-icons.
3132 (gdb-put-string): Add dprop arg to specify alternative display
3133 property (for setting fringe bitmap).
3134 (gdb-remove-strings): Doc fix.
3135 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
3136 icon in fringe (if available), or else as icon or text in display
3137 margin. Creates necessary icons in breakpoint-bitmap,
3138 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
3139 Also make left window margin if required.
3140 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
3141 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
3143 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
3144 gdb-put-breakpoint-icon.
3145 (gdb-assembler-mode): Don't set left-margin-width here.
3147 2004-02-27 Kevin Ryde <user42@zip.com.au>
3149 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
3150 comma, so that it DTRT in macros.
3152 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
3154 * progmodes/sh-script.el (sh-shell-arg)
3155 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
3156 (sh-leading-keywords, sh-other-keywords): Fix custom type.
3158 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
3160 * faces.el (face-spec-set-match-display): Add a new attribute,
3162 (region, highlight, secondary-selection): Use `min-colors'.
3164 * custom.el (defface): Add documentation for `min-colors'.
3166 * font-lock.el (font-lock-comment-face, font-lock-string-face)
3167 (font-lock-keyword-face, font-lock-function-name-face)
3168 (font-lock-variable-name-face, font-lock-constant-face):
3171 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
3173 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3175 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
3176 define assq-delete-all if it's not defined.
3177 (ebnf-generate-region): Code fix.
3179 * printing.el: Doc fix.
3180 (pr-version): New version number (6.7.2).
3181 (pr-command): Return empty string if command is an empty string.
3183 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3185 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
3187 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
3188 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
3189 semi-down-full. Fix a bug on productions like test = {"test"}* | (
3190 "tt" ["test"] ). Reported by Markus Dreyer
3191 <mdreyer@ix.urz.uni-heidelberg.de>.
3192 (ebnf-version): New version number (4.0).
3193 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
3194 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
3195 (ebnf-delete-style): New commands.
3196 (ebnf-directory, ebnf-file): New funs.
3197 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
3198 (ebnf-production-name-p, ebnf-stop-on-error): New options.
3199 (ebnf-syntax-alist): New var.
3200 (ebnf-element-width): New fun replacing ebnf-list-width.
3201 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
3202 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
3203 (ebnf-prologue): Adjust vars.
3204 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
3205 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
3206 (ebnf-check-style-values, ebnf-generate-production)
3207 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
3208 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
3209 (ebnf-token-repeat): Code fix.
3211 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
3212 %right, %left and %prec. Suggested by Matthew K. Junker
3213 <junker@alum.mit.edu>.
3214 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
3216 * progmodes/ebnf-iso.el: Doc fix.
3217 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
3218 (ebnf-iso-lex): Code fix.
3220 * progmodes/ebnf-bnf.el: Doc fix.
3221 (ebnf-bnf-lex): Code fix.
3223 * progmodes/ebnf-otz.el: Doc fix.
3225 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
3227 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
3228 (abbrev-prefix-mark): Doc fix.
3230 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
3232 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
3233 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
3234 (gdb-var-delete): Make interactive (really).
3235 (gdb-edit-value): Make non-interactive.
3237 * progmodes/gud.el (gud-speedbar-menu-items):
3238 Add gdb-var-delete and, indirectly, gdb-edit-value.
3239 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
3240 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
3241 (gud-gdb-marker-filter): Add comment for annotations.
3243 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
3245 * calendar/calendar.el (generate-calendar)
3246 (calendar-read-date): Prevent display of BC calendars once more -
3247 reverts 2003-10-01 change.
3248 (generate-calendar-month): Doc fix.
3250 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
3252 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
3253 return value of increment-calendar-month.
3255 2004-02-21 Stephen Compall <s11@member.fsf.org>
3257 * saveplace.el (save-place-forget-unreadable-files)
3258 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
3259 (save-place-forget-unreadable-files): New function.
3260 (save-place-alist-to-file): Use it to filter out files that are
3263 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
3264 current Texinfo environment, using the same method as in
3265 `texinfo-insert-@end', and insert a space rather than a newline if
3266 point in a @table environment.
3268 2004-02-21 Juri Linkov <juri@jurta.org>
3270 * ffap.el (ffap-file-at-point): Try parent directories.
3272 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
3274 * vcursor.el (vcursor-modifiers): New defcustom.
3275 (vcursor-cs-binding): Use vcursor-modifiers instead of a
3278 2004-02-21 Masatake YAMATO <jet@gyve.org>
3280 * play/animate.el (animate-birthday-present): Accept names other
3283 2004-02-21 Juri Linkov <juri@jurta.org>
3285 * startup.el: Remove table of command line arguments from the
3288 2004-02-20 John Wiegley <johnw@newartisans.com>
3290 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
3291 again" modifier from 'e' to 'E', since 'e' is also used by the
3292 "file extension" modifier.
3294 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
3296 * help-fns.el (describe-categories): Doc fix.
3298 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
3300 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
3301 temporary file for buffer already visiting one. This change makes
3302 output likely to be directly usable by patch program.
3303 Suggested by Adrian Aichner <adrian@xemacs.org>
3305 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
3307 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
3308 case of variables defined in compound statements.
3309 (gdb-setup-windows, gdb-source-info, gdb-source-info):
3310 Simplify constructions using switch-to-buffer.
3312 2004-02-19 Simon Josefsson <jas@extundo.com>
3314 * play/morse.el: Fix typo.
3315 (morse-code): Add @.
3317 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
3319 * calendar/appt.el (appt-display-format): Change default to
3320 'ignore, for backwards compatibility.
3321 (appt-display-message): If appt-display-format is 'ignore,
3322 respect old vars appt-msg-window and appt-visible.
3323 (appt-activate): Don't depend on return value of cancel-timer.
3325 * calendar/calendar.el (calendar-holidays): Doc fix.
3327 * calendar/cal-coptic.el (coptic-prompt-for-date):
3328 Use assoc-string instead of assoc-ignore-case.
3329 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
3330 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
3331 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
3332 * calendar/cal-islam.el (calendar-goto-islamic-date)
3333 (mark-islamic-diary-entries): Ditto.
3334 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
3335 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
3336 (calendar-read-mayan-tzolkin-date): Ditto.
3337 * calendar/calendar.el (calendar-read-date): Ditto.
3338 * calendar/diary-lib.el (mark-diary-entries): Ditto.
3340 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
3342 * progmodes/executable.el (executable-command-find-posix-p):
3343 Fix choice of the directory.
3345 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
3347 * simple.el (interprogram-cut-function)
3348 (interprogram-paste-function, kill-new, kill-append):
3350 (kill-region): Make it return nil. Doc fix.
3351 (yank-pop): Make its argument optional.
3352 (yank): Make ARG `-' equivalent to `-1'.
3354 2004-02-17 Eli Zaretskii <eliz@gnu.org>
3356 * mail/rmail.el (rmail-get-new-mail): Don't reference
3357 rmail-use-spam-filter if rmail-spam-filter is not loaded.
3359 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
3361 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
3362 if one of global-auto-revert-non-file-buffers or autorevert-mode
3365 2004-02-16 Eli Zaretskii <eliz@gnu.org>
3367 * subr.el (delete-dups): A better implementation from Karl Heuer
3370 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3372 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
3374 * progmodes/icon.el (icon-indent-command): Ditto.
3375 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
3377 2004-02-16 Eli Zaretskii <eliz@gnu.org>
3379 * progmodes/grep.el (grep-compute-defaults): Undo change from
3380 2004-01-29: don't use executable-command-find-posix-p.
3382 2004-02-16 Richard Sharman <rsharman@pobox.com>
3384 * hilit-chg.el: Use require instead of eval-and-compile.
3385 (highlight-compare-buffers): New function.
3387 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
3389 * man.el (Man-fontify-manpage): Render section headings in
3390 `Man-overstrike-face' even when overstrike was not used by man
3391 formatter for section headings.
3393 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
3395 * rmail-spam-filter.el: (vm-use-spam-filter)
3396 (rsf-min-region-length-added-to-spam-list): New variables.
3397 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
3398 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
3399 spam testing. Don't delete spam message if automatic deletion
3400 after output via variable rmail-delete-after-output is turned on.
3401 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
3402 rsf-bbdb-dont-create-entries-for-spam.
3403 (check-field): New function, extracted from code in
3404 rmail-spam-filter to ease addition of header fields like content-type.
3405 (message-content-type): New variable to check the content-type:
3406 field added, also in defcustom of rsf-definitions-alist.
3407 (rmail-spam-filter): Replace repeated test code for header fields
3408 by calls to check-field; change the call to
3409 rmail-output-to-rmail-file such that rmail-current-message stays
3410 the same to avoid wrong deletion of unseen flags.
3411 (rsf-add-contents-type): New function to convert old format
3412 of rmail-spam-definitions-alist into new one.
3413 Change prefixes of all variables and functions from
3414 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
3416 2004-02-16 Eli Zaretskii <eliz@gnu.org>
3418 * loadhist.el (unload-hook-features-list): New defvar.
3420 2004-02-16 Dave Love <fx@gnu.org>
3422 * loadhist.el (unload-feature): Doc fix. Rename flist to
3423 unload-hook-features-list.
3425 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
3427 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
3428 cookie. Don't check if we are looking-at open-formula.
3430 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
3432 * subr.el (match-string-no-properties): Use substring-no-properties.
3434 2004-02-16 Eli Zaretskii <eliz@gnu.org>
3436 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
3437 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
3438 Use lower-case "rx" in all error message.
3440 2004-02-16 Dave Love <fx@gnu.org>
3442 * emacs-lisp/rx.el (rx-or): Put group around result.
3443 (rx-constituents): Add backref.
3444 (rx-syntax): Add string-delimiter, comment-delimiter.
3445 (rx-categories): Add combining-diacritic.
3446 (rx-check-not, rx-greedy, rx): Doc fix.
3447 (rx-backref, rx-check-backref): New.
3449 2004-02-16 Jesper Harder <harder@ifa.au.dk>
3451 * newcomment.el (uncomment-region): Allow eob as comment end.
3453 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
3455 * filecache.el: All message and error commands now use prefix
3456 "Filecache:" to make it easy to read *Messages* buffer.
3458 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
3460 * autorevert.el: Add support to detect changed dired and VC buffers.
3461 (auto-revert-active-p, auto-revert-list-diff)
3462 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
3463 (auto-revert-handler, auto-revert-active-p): New functions.
3464 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
3465 and `auto-revert-active-p'.
3466 (eval-when-compile): Defvar dired-directory and vc-mode.
3467 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
3468 (auto-revert-handler-vc): New functions.
3470 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
3472 * progmodes/compile.el (compilation-directory): New defvar.
3473 (compile): Save current directory in compilation-directory.
3474 (recompile): Bind default-directory to compilation-directory if
3477 2004-02-16 Dave Love <fx@gnu.org>
3479 * newcomment.el (comment-insert-comment-function)
3480 (comment-region-function, uncomment-region-function): New.
3481 (comment-indent): Use comment-insert-comment-function.
3482 (uncomment-region): Use uncomment-region-function.
3483 (comment-region): Use comment-region-function.
3485 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
3487 2004-02-16 Richard Stallman <rms@gnu.org>
3489 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
3490 loaddefs* and ldefs-boot*.
3492 2004-02-16 Eli Zaretskii <eliz@gnu.org>
3494 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
3495 and email address at the beginning and end of the address.
3497 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
3498 anchored at the beginning of the email address.
3500 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
3502 * international/ccl.el (ccl-compile-write): Pass `left' to
3503 ccl-embed-code to generate correct code of write-expr-register.
3505 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
3507 * progmodes/grep.el (grep-compute-defaults): Fix typos.
3509 2004-02-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3511 * x-dnd.el: Mention support for Motif in commentary.
3512 (x-dnd-handle-drag-n-drop-event): Ditto.
3514 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
3516 * ses.el: Use "ses--" prefixes for buffer-local variables.
3517 Use (point-min) instead of 1, even when we know the buffer
3519 (ses-build-load-map): Delete. Distribute its content to defconst's for
3521 (ses-menu, ses-header-line-menu): New menus.
3522 (ses-mode-map): Use them.
3523 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
3525 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
3527 * Makefile.in: Fix the CC Mode recompile kludge so it works
3528 when building in a different directory.
3530 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
3532 * simple.el (kill-new): Put yank-handler property on the entire string.
3534 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3536 * diff.el: Don't use compile any more, use diff-mode instead.
3537 (diff-regexp-alist, diff-old-file, diff-new-file)
3538 (diff-parse-differences, diff-process-setup): Remove.
3539 (diff-sentinel): New fun.
3540 (diff): Use it. Run the process ourselves.
3541 Use diff-mode for the rest of the processing.
3543 * diff.el (diff): Simplify code handling `switch'.
3545 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
3547 * pcvs-defs.el (cvs-menu): Add `tag'.
3549 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
3551 * simple.el (kill-append): Doc fix.
3553 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3554 Adapt outline-regexp to the new conventions for commenting out code.
3556 2004-02-11 John Paul Wallington <jpw@gnu.org>
3558 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
3560 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
3562 * diff.el (diff-switches): New fun.
3563 (diff, diff-backup): Use it.
3564 (diff): Clean up the args construction. Use backquote.
3565 Use listp instead of consp to avoid putting a nil arg.
3566 (diff): Add a revert-buffer function.
3568 2004-02-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3570 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
3571 handled by x-dnd-handle-file-name.
3572 (x-dnd-known-types): Add COMPOUND_TEXT.
3573 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
3574 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
3576 (x-dnd-forget-drop): Ditto.
3577 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
3578 (x-dnd-handle-one-url): Return private when inserting text.
3579 (x-dnd-insert-ctext): New function.
3580 (x-dnd-handle-file-name): New function for FILE_NAME.
3581 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
3582 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
3583 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
3585 2004-02-10 Kenichi Handa <handa@m17n.org>
3587 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
3588 instead of while loop.
3590 2004-02-10 Miles Bader <miles@gnu.org>
3592 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
3594 2004-02-09 Kenichi Handa <handa@m17n.org>
3596 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
3599 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
3601 * Makefile.in: Added extra dependencies in the recompile target
3602 needed to cope with the compile time macro expansions in CC Mode.
3604 2004-02-09 Kim F. Storm <storm@cua.dk>
3606 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
3607 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
3608 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
3609 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
3610 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
3611 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
3612 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
3613 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
3614 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
3615 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
3616 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
3618 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
3620 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
3621 Don't allow shrink if there's a window on our right.
3623 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
3624 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
3625 Bring together declaration and initialization.
3626 (prolog-mode-variables): Don't set the syntax table.
3627 Don't set paragraph-start and comment-indent-function.
3628 Add /*..*/ to the comment regexps.
3629 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
3630 (prolog-mode-map): Don't bind TAB.
3631 (prolog-mode): Set the syntax table.
3632 (prolog-comment-indent): Remove.
3633 (inferior-prolog-mode-map): Initialize in the declaration.
3634 (inferior-prolog-mode-syntax-table)
3635 (inferior-prolog-mode-abbrev-table): New vars.
3636 (inferior-prolog-mode): Derive from comint-mode.
3637 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
3640 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
3641 in file names, as long as it is unabmiguous.
3643 2004-02-08 Andreas Schwab <schwab@suse.de>
3645 * textmodes/reftex-toc.el
3646 (reftex-toc-load-all-files-for-promotion): Remove useless use of
3649 * textmodes/refer.el (refer-find-entry-internal): Remove extra
3650 format string arguments.
3652 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
3655 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
3657 * play/zone.el (zone-call): Fix format string.
3659 * net/webjump.el (webjump-builtin): Add missing format string argument.
3661 * midnight.el (midnight-delay-set): Remove extra format string argument.
3663 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
3665 * hexl.el (hexl-insert-char): Add missing format string argument.
3667 * format.el (format-decode): Fix format string.
3669 * emulation/vi.el (vi-mode): Remove extra format string argument.
3670 (vi-repeat-last-search): Likewise.
3671 (vi-reverse-last-search): Likewise.
3672 (vi-goto-mark): Likewise.
3673 (vi-reverse-last-find-char): Likewise.
3674 (vi-repeat-last-find-char): Likewise.
3675 (vi-locate-def): Likewise.
3677 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
3679 * ediff-util.el (ediff-toggle-read-only): Remove extra format
3681 (ediff-toggle-regexp-match): Likewise.
3683 * dired-aux.el (dired-do-query-replace-regexp): Add missing
3684 format string argument.
3686 * calc/calc-map.el (calc-get-operator): Remove extra format
3689 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
3691 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
3694 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
3696 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
3698 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
3700 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
3701 (cl-struct-setf-expander): Likewise.
3703 * vc.el (with-vc-file): Fix unsafe uses of error.
3704 (vc-cancel-version): Likewise.
3706 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
3708 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
3709 thousands separator; fixes <class>:<line-number> regexp for
3710 non-english locales.
3712 2004-02-08 Andreas Schwab <schwab@suse.de>
3714 * view.el (view-mode-enable): Revert previous change.
3716 2004-02-07 Kim F. Storm <storm@cua.dk>
3718 * simple.el (line-number-at-pos): Rename from line-at-pos.
3719 Uses changed (what-line and vc-annotate-warp-version).
3721 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
3723 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
3724 (diff-mode): Remove aborted attempt at support for compile.el.
3725 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
3727 2004-02-06 Andreas Schwab <schwab@suse.de>
3729 * view.el (view-mode-enable): Add view-mode-map to
3730 minor-mode-overriding-map-alist.
3732 2004-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3734 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
3736 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
3738 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
3739 with point inside rather than after the paragraph.
3741 2004-02-04 Sam Steingold <sds@gnu.org>
3743 * mail/smtpmail.el (smtpmail-try-auth-methods):
3744 Do not try authentication when no mechanism is available.
3745 Pass port-name as defaultport to `netrc-machine'.
3747 2004-02-04 Stephen Eglen <stephen@gnu.org>
3749 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
3750 to show how minibuffer height can be constrained.
3752 2004-02-04 John Paul Wallington <jpw@gnu.org>
3754 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
3756 2004-02-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3758 * x-dnd.el: New file for drag and drop.
3760 * term/x-win.el: require x-dnd, set after-make-frame-functions
3761 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
3764 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
3765 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
3766 (dired-dnd-handle-file): New functions for drag and drop support.
3767 (dired-mode): Initialize drag and drop if x-dnd present.
3769 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
3771 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
3772 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
3773 (cperl-mode): Set fill-paragraph-function.
3774 (cperl-fill-paragraph): Make it non-interactive.
3776 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
3778 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
3780 2004-02-02 David Kastrup <dak@gnu.org>
3782 * replace.el (perform-replace): Allow 'literal argument in
3783 regexp-flag to indicate literal replacement.
3784 (query-replace-regexp-eval): Use it.
3786 2004-02-01 Andreas Schwab <schwab@suse.de>
3788 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
3790 2004-02-01 Stephen Eglen <stephen@gnu.org>
3792 * info-look.el: Add support for maxima-mode. Update commentary
3793 because info-lookup-symbol is now bound to C-h S.
3795 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
3797 * simple.el (edit-and-eval-command): Bind print-level and
3798 minibuffer-history-sexp-flag around call to read-from-minibuffer.
3799 Correct initial position in command-history.
3801 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
3803 * files.el (read-directory-name): Adapt the docstring to recent
3804 change in Fread_file_name.
3806 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
3808 * ses.el (ses-print-cell): If print format too wide for column
3809 width, truncate decimal places if that helps to avoid "#####" fill.
3810 * ses.el (ses-initial-column-width): Revert previous change.
3812 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
3814 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
3815 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
3817 (jit-lock-mode): Setup/cancel the new timer.
3818 (jit-lock-context-fontify): New fun. Extracted from
3819 context fontification code of jit-lock-stealth-fontify.
3820 (jit-lock-stealth-fontify): Don't do context fontification any more.
3822 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
3823 (jit-lock-fontify-now): Handle the `quit' case.
3824 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
3826 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
3828 * progmodes/executable.el (executable-command-find-posix-p):
3829 New. Check if find handles arguments Posix-style.
3831 * progmodes/grep.el (grep-compute-defaults):
3832 Use executable-command-find-posix-p.
3833 (grep-find): Check `grep-find-command'.
3835 * filecache.el (file-cache-find-posix-p): Delete.
3836 (file-cache-add-directory-using-find):
3837 Use `executable-command-find-posix-p'.
3839 2004-01-29 Dave Love <fx@gnu.org>
3841 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
3842 Iterate the hook function if arg is given.
3843 (mark-defun, narrow-to-defun): Change order of finding the limits.
3845 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
3846 (byte-compile-format-warn): New.
3847 (byte-compile-callargs-warn): Use it.
3848 (Format, message, error): Add byte-compile-format-like property.
3849 (byte-compile-maybe-guarded): New.
3850 (byte-compile-if, byte-compile-cond): Use it.
3851 (byte-compile-lambda): Compile interactive forms,
3852 just to make warnings about them.
3854 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
3856 * ses.el (ses-initial-column-width): Increase to 14, so it will
3857 work well with the default printer of "%.7g" for extreme values
3858 like "-1.234567e+07".
3860 2004-01-29 Kenichi Handa <handa@m17n.org>
3862 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
3864 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
3866 * dos-w32.el: Added support for the `default-printer-name' function.
3868 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
3870 * server.el (server-socket-name): Don't use the hostname in the
3871 socket name since /tmp is local to the host anyway.
3873 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
3874 robust check of widening and fix var-naming.
3876 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
3878 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
3879 or rmail-spam- to rsf- in all function and variable names.
3880 (rsf-min-region-to-spam-list): New variable.
3881 (rsf-bbdb-auto-delete-spam-entries): Rename from
3882 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
3883 scanned together with the recipients field for spam testing; Don't
3884 delete spam message if rmail-delete-after-output is non-nil;
3885 (rsf-check-field): New function, extracted from code in
3886 rmail-spam-filter to ease addition of header fields like
3888 (message-content-type): New variable. The content-type: field was
3889 added also in defcustom of rsf-definitions-alist;
3890 (rmail-spam-filter): Replace repeated test code for header fields
3891 by calls to check-field; change the call to
3892 rmail-output-to-rmail-file such that rmail-current-message stays
3893 the same to avoid wrong deletion of unseen flags.
3894 (rmail-use-spam-filter): Add autoload cookie.
3896 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
3898 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
3899 (file-cache-add-directory-using-find): Add Cygwin support.
3900 (file-cache-find-command-posix-flag): New user variable.
3902 * filecache.el (file-cache-add-directory): Check for
3903 directories an remove them from dir-files.
3905 2004-01-27 Richard M. Stallman <rms@gnu.org>
3907 * man.el (Man-fontify-manpage): Clean up message.
3909 2004-01-27 Kenichi Handa <handa@m17n.org>
3911 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
3912 (sentence-end): Define using sentence-end-without-space.
3914 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
3915 a sentence ends with one of a character in sentence-end-without-space.
3917 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
3919 * font-lock.el (font-lock): Add jit-lock as explicit group member.
3920 (jit-lock): Group declaration moved to jit-lock.el.
3921 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
3924 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
3925 (jit-lock-context-unfontify-pos): Rename from
3926 jit-lock-first-unfontify-pos.
3927 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
3929 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
3931 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
3932 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
3933 (fortran-fill): When filling a string, adjust re-search-backward
3934 argument for special case of string just on fill-column.
3935 When filling non-string, allow one extra char if
3936 fortran-break-before-delimiters is non-nil.
3937 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
3938 Use fortran-break-delimiters-re and fortran-no-break-re to
3939 correctly handle cases such as "**".
3941 * progmodes/f90.el (f90-break-delimiters): Doc fix.
3942 (f90-no-break-re): Add some extra tokens. Doc fix.
3944 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
3946 * mail/rmail-spam-filter.el:
3947 Use two semicolons as Commentary line prefix.
3948 Add ";;; Code:" stylized comment.
3949 Delete end-of-line whitespace.
3950 Wrap (require 'cl) with `eval-when-compile'.
3952 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
3954 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
3955 at the top level of vc.el.
3957 2004-01-23 Andre Spiegel <spiegel@gnu.org>
3959 * vc.el (vc-current-line): Function removed. This is now done by
3960 the new function line-at-pos in simple.el.
3961 (vc-annotate-warp-version): Use line-at-pos instead of
3964 2004-01-22 Kim F. Storm <storm@cua.dk>
3966 * simple.el (line-at-pos): New defun.
3967 (what-line): Use it. Optimize by only counting lines in narrowed
3970 2004-01-22 Kenichi Handa <handa@m17n.org>
3972 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
3973 point (register r1) only for charset mule-unicode-0100-24ff.
3975 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
3977 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
3978 trailing white space and ensure a final newline.
3980 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
3981 Add autoload cookie.
3983 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
3985 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
3986 activate view-mode explicitly.
3988 2004-01-21 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3990 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
3991 use clipboard first.
3993 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
3995 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
3996 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
3997 (vc-mcvs-cvs): Remove.
3998 (vc-mcvs-command): Remove use of assert.
4000 * outline.el (outline-insert-heading): Tighten up match.
4001 (outline-demote, outline-move-subtree-down): Don't assume anything
4002 about outline-regexp.
4004 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
4005 (texinfo-show-structure): Explicitly add ^, and simplify.
4007 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
4009 * calendar/appt.el (appt-check): Restore usage of
4010 appt-issue-message deleted in previous change.
4011 (top-level): Activate package when loaded (needed for backwards
4014 2004-01-20 Jesper Harder <harder@ifa.au.dk>
4016 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
4017 following previous change to smtpmail-send-data.
4019 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
4021 * vc.el (vc-default-previous-version): Doc enhancement.
4022 (vc-default-next-version): New function.
4023 (vc-print-log): New arg FOCUS-REV.
4024 (vc-annotate-mode): Derive from view-mode.
4025 (vc-annotate): New args REVISION, DISPLAY-MODE.
4026 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
4027 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
4028 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
4029 (vc-annotate-show-diff-revision-at-line, vc-current-line)
4030 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
4032 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
4034 2004-01-19 Karl Berry <karl@gnu.org>
4036 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
4039 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
4041 * subr.el (delete-dups): New function.
4043 2004-01-19 Karl Berry <karl@gnu.org>
4045 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
4046 with ^, since that's what texinfo-show-structure
4047 documentation says (plus it works much better in texinfo.txi).
4049 2004-01-18 Jesper Harder <harder@ifa.au.dk>
4051 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
4053 2004-01-18 David Ponce <david@dponce.com> (tiny change)
4055 * progmodes/which-func.el (which-function-mode): Don't cancel
4056 which-func-update-timer if not set.
4058 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
4060 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
4061 Remove spurious left square bracket in XX:XXam regexp.
4063 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
4065 * progmodes/cc-defs.el: Do not require cl at run time.
4067 2004-01-16 Richard M. Stallman <rms@gnu.org>
4069 * emacs-lisp/cl.el (cl-cannot-unload): New function.
4070 (cl-unload-hook): Defvar this to run cl-cannot-unload.
4072 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
4073 Call rmail-spam-filter. Delete and expunge spam.
4074 Print number of spam messages deleted.
4075 Save and restore the deletion status of old messages when reading
4076 new mail with spam filter, so that expunging spam does not expunge
4077 msgs deleted by the user.
4078 (rmail-only-expunge): Add an optional argument dont-show to
4079 prevent showing message after expunge.
4081 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
4083 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
4084 * subr.el (declare): New macro.
4086 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
4088 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
4090 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
4092 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
4093 Test window-system rather than system-type (for X11/Mac).
4095 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
4097 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
4099 2004-01-12 Richard M. Stallman <rms@gnu.org>
4101 * mail/rmail.el (rmail-convert-to-babyl-format):
4102 Use mail-unquote-printable-region.
4103 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
4104 (rmail-hex-char-to-integer): Functions deleted.
4106 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
4107 (mail-unquote-printable-region): New arg NOERROR.
4108 For invalid encoding, either signal an error to just return nil.
4110 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
4112 * calendar/appt.el: Update copyright and commentary.
4113 (appt-issue-message): Make obsolete.
4114 (appt-visible, appt-msg-window): Make obsolete, in favour of
4115 appt-display-format.
4116 (appt-display-mode-line, appt-display-duration)
4117 (appt-display-diary, appt-time-msg-list, appt-mode-string)
4118 (appt-prev-comp-time, appt-display-count, appt-timer)
4119 (appt-convert-time): Doc change.
4120 (appt-disp-window-function, appt-delete-window-function):
4121 Use defcustom rather than defvar.
4122 (appt-display-format): New variable.
4123 (appt-display-message): New function with display code from appt-check.
4124 (appt-check): Add optional FORCE argument. Doc change.
4125 Add appt-make-list to diary-hook if displaying diary.
4126 Remove checking of view-diary-entries-initially.
4127 Message display section removed to new function appt-display-message.
4128 (appt-display-window): Doc change. Remove unused internal var
4129 this-buffer. Do not beep, since appt-display-message does that.
4130 (appt-make-list): Doc change. Use caar.
4131 (appt-sort-list): Simplify by using builtin sort function.
4132 (appt-update-list): New function for updating appts when diary is
4134 (appt-activate): New autoloaded function to toggle package
4137 * calendar/cal-x.el: (calendar-one-frame-setup)
4138 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
4140 * calendar/calendar.el: Update copyright.
4141 (view-diary-entries-initially, european-calendar-style): Doc change.
4142 (calendar-setup): Make defcustom rather than defvar.
4143 (mark-visible-calendar-date): Initialize temp-face and faceinfo
4144 in let binding so local to function.
4146 * calendar/diary-lib.el: Update copyright.
4147 (diary, diary-entry-time): Doc change.
4148 (list-diary-entries): Doc change. Trivial logic change.
4149 (fancy-diary-display): Restore make-face command mistakenly
4151 (show-all-diary-entries): Allow to pop-up frame if needed.
4153 2004-01-09 John Paul Wallington <jpw@gnu.org>
4155 * bindings.el (mode-line-change-eol): Add EVENT parameter.
4156 Temporarily select EVENT's window for changing eol type.
4158 2004-01-09 Deepak Goel <deego@gnufans.org>
4160 * calendar/diary-lib.el (diary-entry-time):
4161 Also accept time in the form XX[.XX][am/pm/AM/PM].
4162 (fancy-diary-font-lock-keywords): Likewise.
4163 (diary-font-lock-keywords): Likewise.
4164 * calendar/appt.el (appt-add): Likewise.
4165 (appt-make-list): Likewise.
4166 (appt-convert-time): Likewise.
4168 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
4170 * gdb-ui.el (gdb-ann3): Revert previous change.
4171 (gdb-source-info): Allow for case of where compilation directory
4174 2004-01-08 John Paul Wallington <jpw@gnu.org>
4176 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
4178 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
4180 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
4182 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
4183 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
4185 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
4187 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
4189 * files.el (write-file-functions, write-contents-functions):
4192 2004-01-07 Kenichi Handa <handa@m17n.org>
4194 * international/mule.el (set-auto-coding): Fix for the case that
4195 end-of-line is only CR.
4197 2004-01-07 Kim F. Storm <storm@cua.dk>
4199 * subr.el (event-start, event-end): Doc fix.
4200 (posn-string, posn-image): New defuns.
4201 (posn-object): Return either image or string object.
4202 (posn-object-x-y): Return 8th element of position.
4203 (posn-object-width-height): New defun.
4205 2004-01-06 Andreas Schwab <schwab@suse.de>
4207 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
4210 2004-01-05 Karl Berry <karl@gnu.org>
4212 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
4215 2003-12-31 Simon Josefsson <jas@extundo.com>
4217 * files.el (before-save-hook): Add.
4218 (basic-save-buffer): Use before-save-hook.
4220 * emacs-lisp/copyright.el: Fix comment to recommend
4221 before-save-hook instead of write-file-functions.
4223 2004-01-05 Richard M. Stallman <rms@gnu.org>
4225 * finder.el (finder-commentary): Call delete-other-windows.
4227 * net/ange-ftp.el (ange-ftp-file-attributes):
4228 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
4230 2004-01-04 Karl Berry <karl@gnu.org>
4232 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
4233 comment characters % and # in the copyright year notice,
4236 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
4238 * wid-edit.el (default): Define dummy :value-delete.
4239 Reported by Jesper Harder <harder@ifa.au.dk>.
4241 2004-01-03 Richard M. Stallman <rms@gnu.org>
4243 * progmodes/compile.el (compile-internal): Use point, not point-min,
4244 for set-window-point.
4246 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
4248 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
4250 * progmodes/grep.el (grep-mode-map):
4251 Don't remap next-line, previous-line.
4253 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
4255 * speedbar.el (speedbar-edit-line): Change regexp to position
4256 the cursor on the first character of this line's button.
4258 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
4260 * subr.el (functionp): Doc fix.
4262 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
4264 * progmodes/idlwave.el (idlwave-make-tags):
4265 * textmodes/flyspell.el (flyspell-large-region):.
4266 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
4267 * emulation/viper-util.el (viper-glob-unix-files):
4268 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
4269 * man.el (Man-init-defvars):
4270 * jka-compr.el (jka-compr-call-process):
4271 * files.el (get-free-disk-space,insert-directory):
4272 * ediff-ptch.el (ediff-test-patch-utility):
4273 * ediff-diff.el (ediff-test-utility):
4274 * dired-aux.el (dired-check-process):
4275 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
4276 test the return value of call-process, because it can be a string.
4278 2003-12-31 John Paul Wallington <jpw@gnu.org>
4280 * bindings.el (completion-ignored-extensions): Add .pfsl.
4282 2003-12-31 Kim F. Storm <storm@cua.dk>
4284 * ido.el (ido-nonreadable-directory-p): New defun to check for
4285 nonreadable directory without activating tramp (to avoid problems
4286 with checking incomplete tramp paths).
4287 (ido-set-current-directory, ido-file-internal)
4288 (ido-file-name-all-completions1): Use it.
4290 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
4292 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
4293 documentation if the anchor (or node) name is preceded by `info
4294 anchor' or `Info anchor' in addition to earlier `info node' and
4296 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
4298 2003-12-30 Eli Zaretskii <eliz@gnu.org>
4300 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
4301 error in arguments to base64-decode-region. Remove ^M characters
4302 after decoding base64.
4304 2003-12-30 Simon Josefsson <jas@extundo.com>
4306 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
4307 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
4308 have only been distributed with Emacs for some years.
4309 (texinfo-mode-hook): Customize.
4311 2003-12-30 Eli Zaretskii <eliz@gnu.org>
4313 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
4314 cleaner (suggested by Richard Stallman).
4316 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
4317 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
4318 file-name clashes on 8+3 DOS filesystems.
4320 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
4321 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
4322 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
4323 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
4324 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
4325 file-name clashes on 8+3 filesystems.
4327 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
4328 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
4329 file-name clashes on 8+3 DOS filesystems.
4331 2003-12-29 Richard M. Stallman <rms@gnu.org>
4333 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
4334 Upcase the character.
4336 * textmodes/flyspell.el (mail-mode-flyspell-verify):
4337 Search for header separator alone on a line, literally,
4338 and search for it backward, not forward.
4339 (flyspell-abbrev-table): Always use global-abbrev-table
4340 if there is no local one.
4342 * progmodes/sh-script.el (sh-get-indent-info):
4343 Don't move point back if at bob.
4345 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
4347 * play/handwrite.el (handwrite): Make the handwrite credit message
4348 a comment rather than an output command.
4350 * obsolete/sc.el: Display message that this file is obsolete.
4352 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
4354 * mail/rfc822.el (rfc822-address-start): Declare variable.
4355 Renamed from address-start. All uses changed.
4357 * term.el (term-exec): Set up sentinel.
4358 (term-sentinel): New function.
4359 (term-handle-exit): New function.
4361 * subr.el (assoc-ignore-case, assoc-ignore-representation):
4362 Use assoc-string, and mark them obsolete.
4363 (delay-mode-hooks): Mark as permanent local.
4365 * simple.el (sendmail-user-agent-compose): Use assoc-string.
4367 * register.el (copy-rectangle-to-register): Doc fix.
4369 * info.el (Info-insert-dir): Use assoc-string.
4371 * info-look.el (info-lookup): Use assoc-string.
4373 * frame.el (pop-up-frame-function): Use quote, not `function'.
4374 (frame-notice-user-settings): Calculate ADJUSTED-TOP
4375 copying with lists as coordinate values.
4377 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
4379 * find-dired.el (kill-find): New command.
4380 (find-dired): Make buffer read-only.
4381 Set up a keymap with C-c C-k running kill-find.
4382 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
4384 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
4386 * filecache.el (file-cache-ignore-case): New variable.
4387 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
4389 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
4390 (comint-dynamic-complete-as-filename): Rename local vars.
4391 (comint-dynamic-list-filename-completions): Likewise.
4393 * comint.el (comint-dynamic-list-completions-config): New var.
4394 (comint-dynamic-list-completions): Handle both SPC and TAB right.
4396 * comint.el (comint-file-name-chars): Add [].
4397 (comint-word): Use skip-chars-backward, not search.
4399 * shell.el (shell-file-name-chars): Add [].
4401 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
4403 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
4405 * generic.el (define-generic-mode): Doc fix.
4407 2003-12-29 Eli Zaretskii <eliz@gnu.org>
4409 * files.el (kill-some-buffers): Doc fix.
4411 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
4413 * comint.el (comint-watch-for-password-prompt): Pass `string' as
4414 arg to send-invisible
4415 (send-invisible): Doc fix. The argument is now a prompt, not the
4417 (comint-read-noecho): Doc fix.
4419 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
4421 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
4422 "@", as required by some ISP hosting service. Fix defcustom
4423 argument syntax errors that prevented use of customization.
4425 2003-12-29 Eli Zaretskii <eliz@gnu.org>
4427 * xml.el (xml-get-attribute-or-nil): Doc fix.
4429 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
4431 * net/zone-mode.el (zone-mode): Use write-file-functions, not
4434 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
4436 * autorevert.el (auto-revert-interval): Doc fix.
4438 2003-12-29 Mark A. Hershberger <mah@everybody.org>
4440 * xml.el (xml-get-attribute-or-nil): New function, like
4441 xml-get-attribute, but returns nil if the attribute was not found.
4442 (xml-get-attribute): Convert to defsubst, uses
4443 xml-get-attribute-or-nil.
4445 2003-12-29 Eli Zaretskii <eliz@gnu.org>
4447 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
4449 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
4451 * custom.el (custom-declare-theme): Use `value' when putting
4452 properties on `theme'.
4454 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
4456 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
4457 for each yank-handler segment.
4458 (insert-for-yank-1): New function, with the body of the previous
4461 * textmodes/table.el (table-yank-handler): New defcustom.
4462 (table--put-cell-indicator-property): Put yank-handler property
4463 that indicates the yank handler for the table cell.
4465 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
4467 * generic-x.el (etc-modules-conf-generic-mode): A more complete
4470 2003-12-29 Eli Zaretskii <eliz@gnu.org>
4472 * international/mule-cmds.el (reset-language-environment)
4473 (set-language-environment): Don't invoke fontset-related functions
4474 if fontset-list is not fboundp.
4476 2003-12-29 Kenichi Handa <handa@m17n.org>
4478 * international/mule-cmds.el (reset-language-environment):
4479 Call set-overriding-fontspec-internal with nil.
4480 (set-language-environment): Call set-overriding-fontspec-internal
4481 if the language environment specify `overriding-fontspec'.
4482 (language-info-alist): Doc added.
4484 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
4485 characters of mule-unicode-0100-24ff.
4486 (ccl-encode-windows-1251-font): New CCL program.
4487 ("Bulgarian"): Specify overriding-fontspec.
4488 ("Belarusian"): Likewise.
4490 2003-12-28 Sam Steingold <sds@gnu.org>
4492 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
4493 parameter ID-FORMAT to conform with the 2003-11-30 patch.
4495 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
4497 * progmodes/gud.el (gud-gdb-command-name): Set default to
4499 (gud-gdb-marker-filter): Look out for annotations.
4500 (gdb-first-pre-prompt): New variable.
4501 Remove trailing white space.
4503 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
4505 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
4506 annotations are detected.
4507 (gud-gdba-marker-filter): Use global variable gud-marker-acc
4508 instead of a local one to allow transition from
4509 gud-gdb-marker-filter.
4510 Remove trailing white space.
4512 2003-12-27 Kim F. Storm <storm@cua.dk>
4514 * ido.el: Handle non-readable directories.
4515 (ido-decorations): Add 9th element for non-readable directory.
4516 (ido-directory-nonreadable): New dynamic var.
4517 (ido-set-current-directory): Set it.
4518 (ido-read-buffer, ido-file-internal):
4519 (ido-read-file-name, ido-read-directory-name): Let-bind it.
4520 (ido-file-name-all-completions1): Return empty list for
4521 non-readable directory.
4522 (ido-exhibit): Print [Not readable] if directory is not readable.
4523 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
4524 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
4527 2003-12-27 Lars Hansen <larsh@math.ku.dk>
4529 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
4530 calls to directory-files-and-attributes and file-attributes.
4531 (ls-lisp-format): Remove system dependent handling of user and
4534 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
4536 * ffap.el (ffap-read-file-or-url): Revert previous change.
4538 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
4540 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
4541 new list of included files called `files-with-node-lines', that
4542 only have node lines. This way @include commands can include any
4543 file, such as version and update files without node lines, not
4544 just files that are chapters.
4546 2003-12-25 Andreas Schwab <schwab@suse.de>
4548 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
4551 2003-12-08 Miles Bader <miles@gnu.org>
4553 * dired.el (dired-between-files): Always use dired-move-to-filename,
4554 which is more robust in non-english locales.
4556 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
4558 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
4560 2003-12-24 Andreas Schwab <schwab@suse.de>
4562 * shell.el (shell-file-name-quote-list): Add backslash.
4564 * comint.el (comint-quote-filename): Correctly handle backslash
4565 in comint-file-name-quote-list.
4567 2003-12-24 Kenichi Handa <handa@m17n.org>
4569 * international/mule-cmds.el (set-default-coding-systems):
4570 Call ucs-set-table-for-input for all buffers that don't have local
4571 value of buffer-file-coding-system.
4573 * international/ucs-tables.el (ucs-set-table-for-input):
4574 If translation-table-for-encode is a symbol, get its
4575 translation-table property.
4577 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
4579 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
4580 to `completing-read' on a recently fixed bug.
4582 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
4583 instead of SPACE, to get the list of possible fringe modes.
4584 SPACE only works if both `partial-completion-mode' and
4585 `completion-auto-help' are nil.
4587 * complete.el (PC-is-complete-p): Delete.
4588 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
4589 calls to `test-completion'.
4591 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
4593 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
4594 to edit values when there are no children.
4596 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
4597 a mode called "Assembler" already exists.
4598 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
4599 (gud-watch): Use format option. Remove font properties from string.
4600 (gdb-var-create-handler, gdb-var-list-children-handler):
4601 Don't bother about properties as there are none.
4602 (gdb-var-create-handler, gdb-var-list-children-handler)
4603 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
4605 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
4606 Let speedbar show value changes with a different font.
4607 (gdb-edit-value): New defun.
4608 (gdb-clear-partial-output, gdb-clear-inferior-io)
4609 (def-gdb-auto-update-handler): Use erase-buffer.
4610 (gdb-frame-handler): Display watch expressions in
4611 FUNCTION::VARIABLE format if required.
4613 2003-12-23 John Paul Wallington <jpw@gnu.org>
4615 * info.el (Info-unescape-quotes, Info-split-parameter-string)
4616 (Info-goto-emacs-command-node): Doc fixes.
4618 2003-12-12 Jesper Harder <harder@ifa.au.dk>
4620 * cus-edit.el (custom-add-parent-links): Define "many".
4622 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
4624 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
4625 (widget-child-validate, widget-type-value-create)
4626 (widget-type-default-get, widget-type-match): New functions.
4628 (menu-choice, checklist, radio-button-choice, editable-list)
4629 (group, documentation-string): Remove redundant (per 2003-10-25
4630 change) calls to `widget-children-value-delete'.
4631 (widget-choice-value-get, widget-choice-value-inline): Remove.
4632 (menu-choice): Update widget.
4634 2003-12-03 Kenichi Handa <handa@m17n.org>
4636 * language/cyrillic.el: Register "microsoft-cp1251" in
4637 ctext-non-standard-encodings-alist.
4638 ("Bulgarian"): Add ctext-non-standard-encodings.
4639 ("Belarusian"): Likewise.
4641 * international/mule-conf.el (compound-text-with-extensions):
4642 Change the type to 2 (iso-2022 base).
4644 * international/mule.el (ctext-non-standard-encodings-alist):
4646 (ctext-non-standard-encodings): New variable.
4647 (ctext-post-read-conversion): Fully re-written.
4648 (ctext-non-standard-designations-alist): Delete it.
4649 (ctext-non-standard-encodings-table): New function.
4650 (ctext-pre-write-conversion): Fully re-written.
4652 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4654 * cus-edit.el (custom-add-parent-links): Add documentation links
4655 for parent, if the item has none of its own.
4657 2003-11-30 Richard M. Stallman <rms@gnu.org>
4659 * dired-aux.el (dired-do-query-replace-regexp):
4660 Report files visited read-only.
4662 2003-11-30 Juri Linkov <juri@jurta.org>
4664 * dired-aux.el (dired-compare-directories): New command.
4665 (dired-file-set-difference, dired-files-attributes): New functions.
4667 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
4668 Version 2.0.38 of Tramp released.
4670 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
4671 Charles Curley <charlescurley@charlescurley.com>.
4672 (tramp-multi-connection-function-alist): Add ssht entry which adds
4673 "-e none -t -t" to the list of ssh args. Suggested by Adrian
4675 (tramp-get-method-parameter): New function to retrieve a method
4676 parameter. This allows for omission of method parameters.
4679 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
4681 * net/tramp.el: Add new optional parameter ID-FORMAT to
4682 `file-attributes'. Calls of `file-attributes' won't use this
4683 parameter for backward compatibility reasons.
4684 (tramp-perl-file-attributes): Add a new parameter to Perl script
4685 in order to handle uid/gid as strings, if desired.
4686 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
4687 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
4688 order to make the function more general.
4689 (tramp-handle-file-attributes): Replace proprietary optional
4690 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
4691 (tramp-handle-file-attributes-with-perl): Handle parameter
4692 NONNUMERIC if set. This wasn't done in the past.
4693 (tramp-post-connection): Apply second parameter "$2" if
4694 `tramp-remote-perl' is called.
4696 * net/tramp-smb.el (tramp-smb-handle-delete-file):
4697 Correct cut'n'waste error (`filename' instead of `directory').
4698 (tramp-smb-handle-directory-files-and-attributes)
4699 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
4700 introduced parameter ID-FORMAT.
4701 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
4702 error (`directory' instead of `ldir').
4704 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
4705 `file-attributes' has a second parameter. If yes, apply it with
4706 value "'integer". Otherwise, don't use that parameter (default is
4709 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
4711 * help.el (help-map): Bind `display-local-help' to `C-h .'.
4712 (help-for-help): Add `C-h .' to the listed Help options.
4713 Remove trailing whitespace.
4715 * help-at-pt.el: New file.
4717 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
4719 * subr.el (noreturn, 1value): New macros for test coverage.
4722 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
4724 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
4726 (testcover-1value): New function. Checks that a 1value form
4727 actually returns only one value. Requested by RMS.
4729 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
4731 * gdb-ui.el (gud-watch, gdb-var-create-handler)
4732 (gdb-var-list-children, gdb-var-list-children-handler)
4733 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
4734 gdb commands that use mi to keep them out of the command history.
4736 2003-11-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4738 * cus-start.el (all): Add use-file-dialog.
4740 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4742 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
4744 2003-11-27 Kim F. Storm <storm@cua.dk>
4746 * subr.el (posn-object-x-y): New defun.
4748 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
4750 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
4751 Don't use `space' for \\\n.
4752 Be more selective as to which # are comment-starters.
4754 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
4756 * subr.el (number-sequence): Improve handling of floating point
4757 arguments (suggested by Kim Storm). Allow negative arguments.
4759 2003-11-26 Kenichi Handa <handa@m17n.org>
4761 * international/mule-cmds.el (standard-display-european-internal):
4762 Cancel the standard-display-table setting for ` and '.
4764 2003-11-26 Kim F. Storm <storm@cua.dk>
4766 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
4767 New defcustoms to add ffap-like functionality to ido.
4768 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
4769 (ido-no-final-slash): New defun.
4770 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
4771 (ido-read-file-name): ): Toggle VC checking via
4772 vc-handled-backends instead of vc-master-templates.
4773 (ido-file-internal): Handle ido-use-url-at-point and
4774 ido-use-filename-at-point via code borrowed from ffap-guesser.
4775 Handle new ido-exit code ffap.
4776 (ido-sort-list): Ignore final slash when sorting file names.
4778 2003-11-25 Kim F. Storm <storm@cua.dk>
4780 * emulation/cua-base.el (cua--standard-movement-commands):
4781 Add forward-sentence and backward-sentence.
4783 2003-11-25 Stephen Eglen <stephen@gnu.org>
4785 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
4786 iswitchb-exit is set to 'usefirst when user selects buffer at head
4787 of list using RET. (Selecting buffers at the head of the list was
4788 broken if the substring was also a complete buffername.)
4790 2003-11-23 Kim F. Storm <storm@cua.dk>
4792 * progmodes/compile.el (grep-command, grep-use-null-device)
4793 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
4794 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
4795 (grep-regexp-alist, grep-program, find-program)
4796 (grep-find-use-xargs, grep-history, grep-find-history)
4797 (grep-process-setup, grep-compute-defaults)
4798 (grep-default-command, grep, grep-tag-default, grep-find)
4799 (grep-expand-command-macros, grep-tree-last-regexp)
4800 (grep-tree-last-files, grep-tree): Move grep variables, functions
4801 and commands to new file grep.el.
4802 (compilation-mode-map): Remove grep commands from Compile sub-menu.
4803 (compilation-process-setup-function): Doc fix.
4804 (compilation-highlight-regexp, compilation-highlight-overlay): New
4805 defvars used for highlighting current compile error in source buffer.
4806 (compile-internal): New optional args HIGHLIGHT-REGEXP and
4807 LOCAL-MAP which overrides compilation-highlight-regexp and
4808 compilation-mode-map for this compilation.
4809 Delay calling compilation-set-window-height until after running
4810 compilation-process-setup-function so it can buffer-local override
4811 compilation-window-height.
4812 Check buffer-local value of compilation-scroll-output.
4813 (compilation-set-window-height): Use buffer-local value of
4814 compilation-window-height.
4815 (compilation-revert-buffer): Don't pass (undefined)
4816 preserve-modes arg to revert-buffer.
4817 (next-error-no-select, previous-error-no-select): New commands.
4818 (compilation-goto-locus): Temporarily highlight current match in
4819 source buffer using compilation-highlight-regexp.
4821 * progmodes/grep.el: New file with grep code from compile.el.
4822 (grep): New defcustom group.
4823 (grep-window-height): New defcustom, like compilation-window-height.
4824 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
4825 (grep-scroll-output): New defcustom, like compilation-scroll-output.
4826 (grep-command, grep-use-null-device, grep-find-command)
4827 (grep-tree-files-aliases, grep-tree-ignore-case)
4828 (grep-tree-ignore-CVS-directories): Move to grep custom group.
4829 (grep-setup-hook): New hook variable.
4830 (grep-mode-map): New keymap for grep commands. Add Grep menu.
4831 (grep-last-buffer): New defvar, override compilation-last-buffer.
4832 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
4833 Call compile-internal with args highlight-regexp and grep-mode-map.
4835 2003-11-23 Kim F. Storm <storm@cua.dk>
4837 * subr.el (event-start, event-end): Doc fix.
4838 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
4839 (posn-area, posn-actual-col-row, posn-object): New defuns.
4840 (posn-col-row): Simplify doc. Rewrite to use cond.
4841 (posn-point): Also return buffer position for events outside text
4842 area (that info is now present in the event position).
4844 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
4845 mouse-set-point so that hscroll still works now that clicks on
4846 fringes generate specific mouse events.
4847 (mouse-set-point): Note that it now works in fringes and margins
4848 too due to new semantics of posn-point in fringes and margins.
4850 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
4851 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
4853 2003-11-20 Kim F. Storm <storm@cua.dk>
4855 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
4856 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
4857 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
4858 to 100 for icons to avoid increasing line height when shown.
4860 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
4862 * newcomment.el (comment-normalize-vars): Initialize properly if
4863 comment-start was nil.
4865 2003-11-19 Andreas Schwab <schwab@suse.de>
4867 * simple.el (set-variable): Fix indentation.
4869 2003-11-17 Kenichi Handa <handa@m17n.org>
4871 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
4874 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
4876 * international/latin1-disp.el (latin1-display): Fix docstring.
4878 2003-11-16 John Wiegley <johnw@newartisans.com>
4880 * eshell/em-ls.el (eshell-ls-file): There are times with
4881 size-width is nil and uncomputed (when directories are created in
4882 dired, for example); in this case, 4 is reasonable default value,
4883 although it may caused skewed new entries (which could be avoided
4884 by returning the original value of 8 in all cases, but 99% of the
4885 time this is a waste of whitespace).
4887 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
4889 * cc-engine.el (c-guess-continued-construct)
4890 (c-guess-basic-syntax): Check a little more carefully if it's a
4891 function declaration when an unknown construct followed by a block
4892 is found inside a statement context. This avoids macros followed
4893 by blocks to be taken as function declarations.
4895 (c-guess-continued-construct): Change the analysis of a statement
4896 continuation with a brace open to `substatement-block', for
4897 consistency with recognized statements.
4899 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
4900 start is in a position so that `c-beginning-of-statement-1' jumped
4901 to the beginning of the same statement.
4903 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
4904 Don't accept binary operators in the arglist if we're in a function
4905 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
4906 template recognition in cases like "if (a < b || c > d)".
4908 (c-restricted-<>-arglists): New more appropriate name for
4909 `c-disallow-comma-in-<>-arglists'.
4911 Accessing functions updated for the variable name change.
4913 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
4914 match data could get clobbered if NOT-INSIDE-TOKEN is used.
4916 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
4919 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
4920 instead of duplicating parts of it. This fixes bogus label
4923 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
4924 of checking the context in which to apply the minimum indentation,
4925 so that it isn't enforced in e.g. namespace blocks.
4927 * cc-vars.el (c-inside-block-syms): New constant used by
4928 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
4929 to somewhat reduce the risk of becoming stale.
4931 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
4932 cc-cmds to cc-engine to allow use from cc-align.
4934 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
4935 qualified identifiers containing "::".
4937 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
4938 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
4940 * cc-vars.el (c-emacs-features): Use a space in front of the name
4941 of the temporary buffer. That also avoids dumping problems in
4942 XEmacs due to undo info being left around after the buffer is killed.
4944 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
4945 arglist to see if it's a K&R style declaration.
4947 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
4948 before returning `knr-argdecl-intro'.
4950 2003-11-16 John Wiegley <johnw@newartisans.com>
4952 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
4953 field in a long-listing always 8 characters, use `size-width',
4954 which has already been computed.
4956 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
4958 * subr.el (minor-mode-list): Add `hs-minor-mode'.
4960 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
4962 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
4963 Support operation while narrowed, with `diff-restrict-view'.
4965 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
4967 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4968 Take additional optional arg NARROWFUN. For the generated functions:
4969 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
4970 include frags that arrange to check for and save narrowing state before
4971 the move and then conditionally call NARROWFUN after the move.
4973 2003-11-14 John Wiegley <johnw@newartisans.com>
4975 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
4976 that was optional, but obviously missing based on surrounding code.
4978 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
4979 string arguments to numbers unless the whole argument was seen as
4982 2003-11-14 Kenichi Handa <handa@m17n.org>
4984 * international/mule.el (ctext-non-standard-encodings-alist):
4987 2003-11-10 Kenichi Handa <handa@m17n.org>
4989 * language/kannada.el ("Kannada"): Add sample-text.
4991 * language/knd-util.el (kannada-compose-region)
4992 (kannada-compose-string, kannada-post-read-conversion):
4993 Add autoload cookie.
4995 * international/quail.el (quail-completion): Change the message
4996 "corresponding translations" to "corresponding characters".
4998 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
5000 * descr-text.el (describe-char): Fix typo.
5002 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
5004 These changes are to support Kannada language/script.
5006 * Makefile.in (DONTCOMPILE): Add kannada.el.
5008 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
5010 * loadup.el: Preload kannada.el.
5012 * language/ind-util.el (ucs-kannada-to-is13194-alist)
5013 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
5016 * language/kannada.el: New file.
5018 * language/knd-util.el: New file.
5020 2003-11-07 Andreas Schwab <schwab@suse.de>
5022 * progmodes/autoconf.el (autoconf-font-lock-keywords):
5023 Also highlight AH_*.
5025 * xml.el (xml-parse-dtd): Fix misplaced paren.
5027 2003-11-07 Kenichi Handa <handa@m17n.org>
5029 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
5031 2003-11-05 Juri Linkov <juri@jurta.org>
5033 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
5034 (desktop-buffer-file): Use saved buffer-file-coding-system
5035 for file reading. Set auto-insert to nil to prevent automatic
5036 insertion into restored empty files.
5038 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
5040 * files.el (risky-local-variable-p): Make second argument optional.
5042 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
5044 * subr.el (add-hook): Fix last change.
5046 2003-11-03 Eli Zaretskii <eliz@gnu.org>
5048 * mail/rmail.el (rmail-convert-to-babyl-format):
5049 If base64-decode-region signals an error, catch it and silently
5052 2003-11-01 Mark A. Hershberger <mah@everybody.org>
5054 * xml.el (xml-parse-region): Allow comments to appear after the
5055 topmost element has closed.
5056 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
5057 (xml-ns-expand-attr): New functions to do namespace handling.
5058 (xml-intern-attrlist): Back-compatible handling of attribute names.
5059 (xml-parse-tag): Move namespace handling to separate functions.
5060 Now produces elements in the form ((:ns . "element") (attr-list)
5061 children) instead of ('ns:element (attr-list) children).
5062 (xml-parse-attlist): Fix attribute parsing.
5063 (xml-parse-dtd): Change parsing so that it produces strings
5064 instead of interned symbols.
5066 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
5068 * dired.el (dired-ls-sorting-switches): Doc fix.
5070 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
5072 * emacs-lisp/rx.el (rx-or): Fix the case of
5073 "(rx (and ?a (or ?b ?c) ?d))".
5075 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
5077 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
5078 (texinfo-format-region): Use it.
5079 (texinfo-format-buffer-1): Ditto.
5081 2003-11-01 Alan Mackenzie <acm@muc.de>
5083 Changes to allow scrolling whilst in isearch mode:
5084 * isearch.el (isearch-unread-key-sequence): New function,
5085 extracted from isearch-other-meta-char.
5086 (top level): (put 'foo 'isearch-scroll) on all Emacs's
5087 "scrollable" standard functions.
5088 (isearch-allow-scroll): New customizable variable.
5089 (isearch-string-out-of-window, isearch-back-into-window)
5090 (isearch-reread-key-sequence-naturally)
5091 (isearch-lookup-scroll-key): New functions.
5092 (isearch-other-meta-char): Doc string and functionality enhanced.
5093 Now accepts a prefix argument.
5094 (isearch-lazy-highlight-window-end): New variable.
5095 (isearch-lazy-highlight-new-loop): Pay attention to the window's
5096 end (thru isearch-lazy-highlight-window-end), not only its start.
5098 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
5099 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
5100 (universal-argument, universal-argument-more, negative-argument)
5101 (digit-argument, universal-argument-other-key): Minor changes.
5103 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
5105 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
5106 recursively if the last message is deleted, thus avoiding an
5109 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5111 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
5112 (tex-main-file): Don't add .tex if the extension is already present.
5113 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
5115 2003-10-29 Lute Kamstra <lute@gnu.org>
5117 * progmodes/octave-inf.el (inferior-octave-prompt):
5118 Recognize version number in prompt.
5120 2003-10-28 Dave Love <fx@gnu.org>
5122 * international/characters.el: Fix some Unicode ranges.
5124 2003-10-28 Kenichi Handa <handa@m17n.org>
5126 * disp-table.el (standard-display-8bit)
5127 (standard-display-default, standard-display-ascii)
5128 (standard-display-g1, standard-display-graphic)
5129 (standard-display-underline): Assure that standard-display-table
5132 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5134 * simple.el (reindent-then-newline-and-indent): Delete space *after*
5135 reindenting the first line.
5137 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
5139 * wid-edit.el (widget-default-delete): Always delete child widgets.
5141 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
5143 * newcomment.el (comment-indent): Don't call indent-according-to-mode
5144 if the line has code.
5145 Don't try to line up with something that's too far left.
5147 * progmodes/octave-mod.el (octave-comment-start): Simplify.
5148 (octave-mode-syntax-table): Add % as a comment starter.
5149 (octave-point): Remove.
5150 (octave-in-comment-p, octave-in-string-p)
5151 (octave-not-in-string-or-comment-p, calculate-octave-indent)
5152 (octave-blink-matching-block-open, octave-auto-fill):
5153 Use line-(beginning|end)-position instead.
5155 2003-10-23 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
5157 * emacs-lisp/authors.el (authors-aliases): Add correct realname
5158 for Francesco Potort
\e,Al
\e(B.
5160 2003-10-23 Dave Love <fx@gnu.org>
5162 * international/mule-cmds.el (locale-charset-to-coding-system):
5163 Don't rely on nil being a coding system.
5165 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
5166 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
5167 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
5169 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
5171 * gdb-ui.el (gdb-current-language): New variable.
5172 (gdb-update-flag): Remove variable.
5173 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
5174 (gdb-take-last-elt): Remove function.
5175 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
5176 (gdb-post-prompt): Check for variable object changes here.
5178 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
5179 object changes in gdb-ui.el.
5181 2003-10-21 Richard M. Stallman <rms@gnu.org>
5183 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
5185 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
5186 Don't check for foo*/ wildcard form here.
5187 (insert-directory): Recognize foo*/ as a wildcard.
5188 Separate wildcard-regexp variable from the arg, wildcard.
5190 * subr.el (add-hook): Correctly detect when make-local-hook was used.
5191 (remove-hook): Correctly handle strange cases about local hooks.
5193 2003-10-21 David Ponce <david@dponce.com>
5195 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
5196 argument REAL, to return a real number instead of a rounded
5197 integer value. Define as inline function.
5198 (ruler-mode-right-fringe-cols): Likewise.
5199 (ruler-mode-scroll-bar-cols): New function.
5200 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
5201 (ruler-mode-right-scroll-bar-cols): Likewise.
5202 (ruler-mode-space): New function.
5203 (ruler-mode-ruler): Use it. Handle variations of fringe style,
5204 scroll bar mode and margins in a more robust way.
5206 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
5208 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
5209 (antlr-c-init-language-vars): New function.
5210 (antlr-mode): Use it with cc-mode before v5.29.
5211 (antlr-c-common-init): Don't set some local vars here.
5212 (antlr-mode): Set them here.
5213 (antlr-c-forward-sws): New function alias.
5214 (antlr-mode): Redefine with cc-mode before v5.30.
5215 (antlr-skip-sexps): Use it.
5216 (antlr-skip-exception-part): Ditto.
5217 (antlr-skip-file-prelude): Ditto.
5218 (antlr-outside-rule-p): Ditto.
5219 (antlr-end-of-body): Ditto.
5220 (antlr-option-kind): Ditto.
5221 (antlr-insert-option-area): Ditto.
5222 (antlr-file-dependencies): Ditto.
5224 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5226 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
5227 Move backward only if point was not inside an entry.
5229 2003-10-21 Richard M. Stallman <rms@gnu.org>
5231 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
5233 2003-10-21 Juri Linkov <juri@jurta.org>
5235 * compare-w.el: Automatically skip non-matching text to resync.
5236 (compare-windows-whitespace): Doc fix.
5237 (compare-windows-sync, compare-windows-sync-string-size)
5238 (compare-windows-recenter, compare-ignore-whitespace)
5239 (compare-windows-highlight, compare-windows-face): New variables.
5240 (compare-windows): Use compare-windows-sync.
5241 (compare-windows-highlight, compare-windows-dehighlight)
5242 (compare-windows-sync-regexp)
5243 (compare-windows-sync-default-function): New functions.
5245 2003-10-21 Juri Linkov <juri@jurta.org>
5247 * diff.el (diff-parse-differences): Don't visit the files now;
5248 instead, just record the error locus.
5250 2003-10-21 Dave Love <fx@gnu.org>
5252 * progmodes/cfengine.el: New file.
5254 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5256 * complete.el (PC-do-completion): Do not forget to use `pred' as the
5257 default-directory when completing file names.
5259 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
5261 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
5262 followed by the word `face', it gets treated as a face, even if
5263 it is also defined as a variable or a function.
5265 2003-10-20 Dave Love <fx@gnu.org>
5267 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5268 Avoid incf in macro expansion.
5270 2003-10-20 John Paul Wallington <jpw@gnu.org>
5272 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
5273 `evenp' so we don't implicitly require cl library at runtime.
5275 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
5277 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
5278 (help-make-xrefs): Only make cross-references for faces if
5279 preceded or followed by the word `face'. Do not make a
5280 cross-reference for variables without variable documentation,
5281 unless preceded by the word `variable' or `option'. Update doc
5284 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
5286 * progmodes/hideshow.el: Rewrite one-armed `if'
5287 constructs using either `when' or `unless'.
5288 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
5290 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
5292 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
5293 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
5296 2003-10-16 Eli Zaretskii <eliz@gnu.org>
5298 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
5299 message while converting to Babyl.
5301 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
5303 * allout.el (allout-mode): Doc fix.
5305 2003-10-16 Lute Kamstra <lute@gnu.org>
5307 * subr.el (force-mode-line-update): Fix docstring.
5309 2003-10-14 Dave Love <fx@gnu.org>
5311 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
5312 (default-input-method): Add :link, improve :type.
5313 (locale-charset-language-names): Fix utf-8 pattern.
5314 (locale-charset-match-p, locale-charset-alist)
5315 (locale-charset-to-coding-system): New.
5316 (set-locale-environment): Deal with codeset part of locale specs.
5318 2003-10-14 Lute Kamstra <lute@gnu.org>
5320 * fringe.el (fringe-mode): Use active voice in docstring.
5321 (set-fringe-style): Ditto.
5323 2003-10-13 Lute Kamstra <lute@gnu.org>
5325 * fringe.el (fringe-mode): Fix docstring.
5326 (set-fringe-style): Ditto.
5328 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
5330 * ediff-mult.el (ediff-filegroup-action):
5331 Use ediff-default-filtering-regexp.
5333 * ediff-util.el (ediff-recenter): Don't call
5334 ediff-restore-highlighting twice.
5335 (ediff-select-difference): Set current difference.
5336 (ediff-unselect-and-select-difference): Add comment.
5338 * ediff.el (ediff-directories,ediff-directory-revisions)
5339 (ediff-directories3,ediff-merge-directories)
5340 (ediff-merge-directories-with-ancestor)
5341 (ediff-merge-directory-revisions)
5342 (ediff-merge-directory-revisions-with-ancestor):
5343 Use ediff-default-filtering-regexp.
5345 2003-10-12 Andreas Schwab <schwab@suse.de>
5347 * international/mule-cmds.el (locale-charset-language-names):
5348 Simplify regex by removing unused grouping.
5350 2003-10-10 Dave Love <fx@gnu.org>
5352 * bindings.el: Don't bind stop.
5354 2003-10-08 Miles Bader <miles@gnu.org>
5356 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
5357 face instead of attempting to emulate it.
5359 2003-10-07 Kenichi Handa <handa@m17n.org>
5361 * international/mule-diag.el (list-coding-systems-1): List coding
5362 systems that are loaded automatically.
5364 * international/code-pages.el (iso-8859-11): Add autoload cookie.
5366 * international/mule.el (autoload-coding-system): New function.
5368 2003-10-07 Andreas Schwab <schwab@suse.de>
5370 * log-edit.el (log-edit-changelog-entries): Prefer local value of
5371 change-log-default-name in the buffer visiting the file.
5373 2003-10-06 Dave Love <fx@gnu.org>
5375 * files.el (find-file-hook): Customize.
5376 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
5378 * bindings.el (completion-ignored-extensions): Remove .log.
5379 (global-map): Add again, open, stop keys.
5381 2003-10-05 Richard M. Stallman <rms@gnu.org>
5383 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
5384 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
5385 Use sh-modify directly.
5386 (sh-select): Use sh-append, not eval.
5388 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
5390 * info.el (Info-following-node-name): New function.
5392 * loadhist.el (unload-feature-special-hooks):
5393 Rename from loadhist-hook-functions.
5394 (loadhist-hook-functions): Now an alias.
5396 2003-10-04 Eli Zaretskii <eliz@gnu.org>
5398 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
5399 file-name clashes on 8+3 filesystems.
5401 * Makefile.in (DONTCOMPILE, bootstrap-clean):
5402 Rename loaddefs-boot.el to ldefs-boot.el
5404 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
5405 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
5407 2003-10-03 Lute Kamstra <lute@gnu.org>
5409 * info.el (Info-mode): Revert previous change.
5410 (Info-escape-percent): New function.
5411 (Info-fontify-node): Use it.
5413 2003-10-02 Andreas Schwab <schwab@suse.de>
5415 * loaddefs-boot.el: Regenerated.
5417 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
5419 * ffap.el: Remove defadvice related code from CVS since `complete'
5420 provides a `PC-completion-as-file-name-predicate' variable that
5423 2003-10-02 Kenichi Handa <handa@m17n.org>
5425 * international/utf-8.el (ccl-decode-mule-utf-8):
5426 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
5428 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
5429 * international/subst-big5.el: Likewise.
5430 * international/subst-gb2312.el: Likewise.
5431 * international/subst-ksc.el: Likewise.
5433 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5435 * calendar/calendar.el (increment-calendar-month)
5436 (calendar-leap-year-p, calendar-absolute-from-gregorian)
5437 (generate-calendar, calendar-read-date, calendar-interval)
5438 (calendar-day-of-week): Handle years BC.
5439 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
5441 2003-10-01 Dave Love <fx@gnu.org>
5443 * language/cyrillic.el (cp1251): Alias for windows-1251.
5445 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
5448 2003-10-01 Lute Kamstra <lute@gnu.org>
5450 * files.el: Fix typo.
5451 * imenu.el (imenu--generic-function): Docstring fix.
5453 2003-09-30 Richard M. Stallman <rms@gnu.org>
5455 * dired.el (dired-mode): Handle dired-directory as a list.
5457 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
5459 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
5461 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
5463 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
5464 Replace gud-display with gud-watch.
5465 (gud-speedbar-buttons): Add stuff for watching expressions
5466 in the speedbar when using M-x gdba. Use dolist on old part
5469 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
5470 (gdb-update-flag): New variables.
5471 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
5472 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
5473 (gud-watch, gdb-var-create-handler) : New functions.
5474 (gdb-var-list-children, gdb-var-list-children-handler)
5475 (gdb-var-create-regexp, gdb-var-update-regexp)
5476 (gdb-var-list-children-regexp): New constants.
5477 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
5478 (gdb-annotation-rules): Reduce annotation set (level 3).
5479 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
5480 (gdb-post-prompt): Don't update GDB buffers every time speedbar
5482 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
5483 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
5484 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
5485 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
5486 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
5487 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
5488 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
5489 (gud-display, gud-display1)
5490 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
5491 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
5492 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
5493 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
5494 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
5495 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
5496 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
5497 (gdb-display-display-buffer, gdb-toggle-display)
5498 (gdb-delete-display, gdb-expressions-popup-menu)
5499 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
5500 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
5503 2003-09-30 Richard M. Stallman <rms@gnu.org>
5505 * progmodes/ada-mode.el (ada-mode): Don't use advice.
5506 Instead, set which-func-functions.
5508 * progmodes/which-func.el (which-func-modes): Add ada-mode.
5509 (which-func-functions): New variable.
5510 (which-function): Use that.
5512 * info.el (Info-mode): Double each `%' in header line.
5514 * emacs-lisp/lisp-mnt.el (lm-with-file):
5515 When FILE is nil, run BODY in current buffer.
5517 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
5519 * help.el (describe-mode): Start with a brief list of minor modes.
5520 Find them thru minor-mode-list so as to find them all.
5521 Show them in alphabetical order.
5523 * mail/sendmail.el (mail-aliases): Doc fix.
5525 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
5527 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
5529 * mail/rmailsum.el (rmail-make-summary-line-1):
5530 Change comma after last label to a space.
5531 (rmail-summary-font-lock-keywords): Adapt to that change.
5533 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
5535 * progmodes/scheme.el (scheme-mode-variables): When setting
5536 `font-lock-defaults', also specify that "#" should
5537 be interpreted with `word' syntax.
5538 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
5540 2003-09-30 Lars Hansen <larsh@math.ku.dk>
5542 * desktop.el: A lot of comments updated.
5543 (desktop-save-mode): Minor mode introduced.
5544 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
5545 (desktop-load-default): Function made obsolete.
5546 (desktop-locals-to-save): Variable made customizable.
5547 (desktop-read): Optional parameter `dirname' added.
5548 (desktop-change-dir, desktop-revert): Parameter `dirname' in
5549 `desktop-read' used.
5550 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
5552 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
5554 * whitespace.el (whitespace-clean-msg): Add user customizable message
5555 for displaying ``clean'' output.
5556 (whitespace-buffer): Use `whitespace-clean-msg'.
5557 (whitespace-global-mode): Fix typo.
5559 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
5561 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
5563 2003-09-29 Lute Kamstra <lute@gnu.org>
5565 * bindings.el (mode-line-modes): Remove superfluous :propertize
5566 construct in initialization.
5567 (mode-line-position): Change cons cell into proper list in
5570 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
5572 * international/mule.el (decode-coding-inserted-region): Use car
5573 of the return value of find-operation-coding-system.
5575 2003-09-29 Kenichi Handa <handa@m17n.org>
5577 * descr-text.el (describe-char): Fix previous change.
5579 2003-09-28 Kenichi Handa <handa@m17n.org>
5581 * descr-text.el (describe-char-display): New function.
5582 (describe-char): Pay attention to display table on describing how
5583 a character is displayed.
5585 * international/mule-cmds.el (encoded-string-description):
5586 Prepend "0x" to each encoded byte.
5588 2003-09-28 Andreas Schwab <schwab@suse.de>
5590 * find-file.el (ff-special-constructs): Add autoload cookie.
5592 2003-09-28 Kevin Ryde <user42@zip.com.au>
5594 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
5595 makeinfo appends to duplicate index entries.
5597 2003-09-28 Eli Zaretskii <eliz@gnu.org>
5599 * dired-x.el (dired-clean-tex): Doc fix.
5601 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
5602 using a Chinese tutorial.
5604 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
5606 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
5607 between "MAIL FROM:" and "RCPT TO:" and the following address.
5609 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
5611 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
5613 2003-09-28 David Ponce <david@dponce.com>
5615 * recentf.el (recentf-initialize-file-name-history): New defcustom.
5616 (recentf-load-list): When `recentf-initialize-file-name-history'
5617 is non-nil, initialize an empty `file-name-history' with the
5620 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
5622 * man.el (Man-default-man-entry): Remove the leading `*' from the
5625 2003-09-26 Lute Kamstra <lute@gnu.org>
5627 * bindings.el (mode-line-position): Mention size indication in
5630 2003-09-26 Andre Spiegel <spiegel@gnu.org>
5632 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
5634 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
5635 because it's autoloaded now.
5637 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
5639 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
5640 (sh-font-lock-keywords, sh-feature): Fix previous change of
5641 sh-feature to avoid infloop with sh-font-lock-keywords.
5643 2003-09-25 Kim F. Storm <storm@cua.dk>
5645 * frame.el (frame-current-scroll-bars): New defun.
5647 * window.el (window-current-scroll-bars): New defun.
5649 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5651 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
5652 cause errors when the state cache contains info on parts that have
5655 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5657 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
5658 `c-setup-paragraph-variables' has to be used when this variable is
5659 changed; it doesn't work to reinitialize the mode since that
5660 typically clobbers the variable.
5662 * progmodes/cc-styles.el (c-setup-paragraph-variables):
5663 Make it interactive.
5665 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5667 * progmodes/cc-fonts.el (c-font-lock-declarations):
5668 Fix recognition of constructors and destructors for classes whose
5669 names are matched by `*-font-lock-extra-types'.
5671 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
5672 followed by an identifier in C++ then it's a type.
5674 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5676 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
5677 problem that primarily affected XEmacs. Don't use faces to find
5678 unterminated strings since Emacs and XEmacs fontify strings
5679 differently - this function should now work better in XEmacs.
5681 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5683 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
5684 `expand-abbrev' workaround which caused braces to misbehave inside
5687 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
5688 handling. This bug could cause interactive font locking to bail out.
5690 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
5692 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
5693 Handle paren-style types in Pike. Also fixed some cases of
5694 insufficient handling of unbalanced parens.
5696 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
5698 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
5699 common shell prompts that are not common filename or URL characters.
5700 (ffap-file-at-point): Use the new regexp to strip the prompts from
5701 the file names. This is an issue mostly for user prompts that
5702 don't have a trailing space and find-file-at-point is invoked from
5703 within a shell inside emacs.
5705 2003-09-24 Andre Spiegel <spiegel@gnu.org>
5707 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
5708 stamps numerically, rather than textually.
5710 2003-09-24 Kenichi Handa <handa@m17n.org>
5712 * language/devan-util.el (devanagari-post-read-conversion):
5713 * language/mlm-util.el (malayalam-post-read-conversion):
5714 * language/tml-util.el (tamil-post-read-conversion):
5715 Add autoload cookie.
5717 * international/utf-8.el (utf-8-post-read-conversion):
5718 Call post-read-conversion functions for Devanagari, Malayalam,
5721 2003-09-23 Dave Love <fx@gnu.org>
5723 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
5725 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
5727 * progmodes/gud.el (perldb): Add gud-until to list of commands.
5730 2003-09-22 Richard M. Stallman <rms@gnu.org>
5732 * progmodes/sh-script.el (sh-mode-default-syntax-table):
5733 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
5734 (sh-mode-syntax-table-input): New variable.
5735 (sh-require-final-newline): Don't use eval.
5736 (sh-builtins, sh-leading-keywords, sh-other-keywords)
5737 (sh-variables, sh-font-lock-keywords): Don't use eval.
5738 (sh-set-shell): When setting require-final-newline,
5739 treat value = `require-final-newline' as don't change it.
5740 Set sh-mode-syntax-table locally based on
5741 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
5743 * progmodes/compile.el (compile-internal):
5744 Call compilation-set-window-height before setting window start.
5746 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
5748 * emacs-lisp/bytecomp.el (byte-compile-log-file):
5749 Clear out byte-compile-last-warned-form.
5751 2003-09-22 Richard M. Stallman <rms@gnu.org>
5753 * woman.el (woman-file-name, woman-follow-word):
5754 If current-word returns nil, use "".
5756 * simple.el (eval-expression): Bind standard-output in to-buffer case.
5758 2003-09-22 Richard M. Stallman <rms@gnu.org>
5760 * emacs-lisp/lisp-mnt.el (lm-with-file):
5761 Don't visit the file, just use insert-file-contents in temp buffer.
5763 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
5765 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
5766 Add surrounding \\( and \\) around the header, as in
5767 for lm-history-header 'Change Log\\|History'.
5769 2003-09-22 John Paul Wallington <jpw@gnu.org>
5771 * progmodes/ld-script.el: Add Commentary section,
5772 minor cleanup of file header.
5773 (ld-script-font-lock-keywords): Doc fix.
5774 (toplevel): Provide `ld-script' feature.
5776 2003-09-21 Kim F. Storm <storm@cua.dk>
5778 * scroll-bar.el (set-scroll-bar-mode): Initialize to
5779 new built-in variable default-frame-scroll-bars.
5780 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
5781 scroll-bar-mode; notably, use it instead of t when we toggle
5783 (toggle-scroll-bar): Use default-frame-scroll-bars.
5785 2003-09-19 Masatake YAMATO <jet@gyve.org>
5787 * pcvs.el (cvs-do-removal): Change the prompt depending on
5790 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
5792 * startup.el (command-line-1): Stop startup-echo-area-message
5793 being hidden by "Loading image..." message.
5794 (use-fancy-splash-screens-p, display-splash-screen):
5795 Move display-graphic-p test from latter to former.
5797 * progmodes/sh-script.el (sh-font-lock-keywords):
5798 Highlight escaped EOLs differently from other backslash constructs.
5800 2003-09-19 Richard M. Stallman <rms@gnu.org>
5802 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
5804 (edebug-enter, edebug-outside-excursion): Use them.
5806 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
5807 Fix the condition for whether to print "In WHERE".
5809 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
5811 * finder.el (finder-mode-hook): New variable.
5812 (finder-mode): Run hook finder-mode-hook
5814 2003-09-18 Masatake YAMATO <jet@gyve.org>
5816 * progmodes/ebrowse.el: Fix broken magic autoload comments.
5818 2003-09-17 Mario Lang <mlang@delysid.org>
5820 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
5821 "p %e" to actually print the value in the GUD buffer.
5823 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
5825 From David Ponce <david.ponce@wanadoo.fr>:
5826 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
5827 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
5828 from loaddefs-boot.el if necessary.
5830 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
5832 * progmodes/gud.el (gud-find-class): Make jdb work again since
5833 cc-mode changed the syntactic information.
5835 2003-09-15 David Ponce <david@dponce.com>
5837 * recentf.el: (recentf-exclude): Accept predicates too.
5838 (recentf-file-readable-p): New function.
5839 (recentf-include-p): Handle predicates in recentf-exclude.
5840 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
5841 (recentf-cleanup): Likewise.
5842 (recentf-save-list): Use write-file to handle backup of
5845 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
5847 * loaddefs-boot.el: Renamed from `loaddefs.el'
5848 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
5849 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
5852 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
5854 * electric.el (Electric-pop-up-window): For the `one-window' case,
5855 no longer disconcertingly move point in the original buffer.
5857 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
5859 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
5861 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
5863 * dired.el (dired-mode-map): Fix typo.
5865 2003-09-11 Richard M. Stallman <rms@gnu.org>
5867 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
5869 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
5871 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
5872 the function is less noisy. Now only `kill-buffer' can ask questions.
5874 2003-09-10 Mario Lang <mlang@delysid.org>
5876 * battery.el: Update Commentary and Copyright.
5877 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
5878 appear due to wrong ordering of the expressions in `or'.
5880 2003-09-09 Lute Kamstra <lute@gnu.org>
5882 * misc.el (upcase-char): Fix docstring.
5883 (zap-up-to-char): New command.
5885 2003-09-08 David Ponce <david@dponce.com>
5887 Ensure that recentf correctly updates the menu bar.
5888 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
5889 (recentf-menu-bar): New function.
5890 (recentf-clear-data): Use it
5891 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
5892 of easy-menu-change.
5894 2003-09-08 Lute Kamstra <lute@gnu.org>
5896 * simple.el (size-indication-mode): New.
5897 * bindings.el (mode-line-position): Add buffer size indicator.
5899 2003-09-04 Mario Lang <mlang@delysid.org>
5901 * battery.el (battery-linux-proc-acpi): New function.
5902 (battery-status-function): Modify default value calculation to also
5903 check for availability of ACPI.
5904 (battery-echo-area-format): Ditto.
5905 (battery-mode-line-format): Ditto.
5907 2003-09-06 Dave Love <fx@gnu.org>
5909 * ielm.el (ielm-mode-hook): Add :options.
5911 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
5912 (eldoc-print-current-symbol-info): Use it.
5914 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
5916 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
5917 being displayed in GUD buffer.
5918 (gdb-idle-input-queue): Remove var. Use just one queue.
5919 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
5920 Remove functions. Use just one queue.
5921 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
5922 (gdb-invalidate-assembler, gdb-get-current-frame):
5923 Modify functions. Use just one queue.
5925 2003-09-04 Dave Love <fx@gnu.org>
5927 * cus-start.el: Add blink-cursor-alist.
5929 * ruler-mode.el (ruler-mode-fill-column-char)
5930 (ruler-mode-current-column-char): Use char-displayable-p,
5933 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
5935 * language/european.el (windows-1252): Move from code-pages.
5937 * language/cyrillic.el ("Windows-1251"): Delete.
5938 ("Bulgarian", "Belarusian"): Remove `features'.
5939 (windows-1251): Move from code-pages.
5941 * international/mule-diag.el (non-iso-charset-alist):
5942 Remove `codepage' stuff.
5943 (print-designation, list-coding-systems-1): Output fixes.
5945 * international/code-pages.el (cp-make-translation-table)
5946 (cp-valid-codes): Made defsubsts.
5947 (cp-fix-safe-chars): Delete.
5948 (mule-diag): Don't require.
5949 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
5950 (top-level): Check for defined coding system when defining
5951 cp... aliases. Change w32-add-charset-info test to avoid warning.
5952 (non-iso-charset-alist): Defvar when compiling.
5953 (cp-make-coding-system): Doc fix.
5955 2003-09-02 Jason Rumney <jasonr@gnu.org>
5957 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
5958 line-ends from CVS before doing conversion.
5960 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
5962 * calendar/diary-lib.el (diary-header-line-flag)
5963 (diary-header-line-format): New variables.
5964 (list-diary-entries): Use them to set header line in simple diary.
5966 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
5967 other than font-lock-string-face to highlight backslashes.
5969 2003-09-01 Jason Rumney <jasonr@gnu.org>
5971 * international/titdic-cnv.el (tit-read-key-value): Include \r in
5974 2003-09-01 Dave Love <fx@gnu.org>
5976 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
5978 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
5979 and :help; also line and column numbers labels.
5981 * international/mule-util.el (char-displayable-p): Move from
5982 latin1-disp, rename and autoload.
5984 * international/latin1-disp.el (latin1-char-displayable-p):
5985 Now obsolete alias. Replace uses with char-displayable-p.
5986 (latin1-display-ucs-per-lynx): Fix last change.
5988 * international/mule-cmds.el (standard-display-european-internal):
5989 Don't use char code for Latin-1 NBSP.
5990 <XFree86 4>: Unfrob NBSP display table. Set display table to use
5991 U+2018, U+2019 for `'.
5992 (select-safe-coding-system): Message fix.
5994 2003-09-01 Kenichi Handa <handa@m17n.org>
5996 * international/fontset.el (setup-default-fontset): For Thai
5997 font, specify "*" family.
5999 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6001 * progmodes/compile.el (previous-error): Accept a prefix
6002 argument, similarly to next-error.
6004 2003-08-31 Masatake YAMATO <jet@gyve.org>
6006 * pcvs.el (cvs-do-removal): Use = instead of eq to check
6007 the number of files. Bind the number of files to a local
6008 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
6010 2003-08-30 Eli Zaretskii <eliz@gnu.org>
6012 * vc-hooks.el (vc-make-version-backup): Fix the change made on
6013 2003-07-26: msdos-long-file-names is a function, not a variable.
6015 2003-08-29 Richard M. Stallman <rms@gnu.org>
6017 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
6018 Do nothing with mail-personal-alias-file if it is nil.
6020 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
6021 Do nothing if mail-personal-alias-file is nil.
6023 * term.el (term-exec-1): Bind coding-system-for-read.
6025 * dired.el (dired-mouse-find-file-other-window):
6026 Use dired-view-command-alist here, as in dired-view-file.
6027 (dired-view-command-alist): Use %s to substitute file name.
6028 Handle .ps_pages, .eps, .jpg, .gif, .png.
6030 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
6032 * info.el (Info-mode-map): Bind S-tab and <backtab> to
6033 `Info-prev-reference', instead of M-tab.
6035 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
6037 * simple.el (blink-matching-open): Work correctly on chars that
6038 are designated as parens through the syntax-table text property.
6040 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
6042 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
6043 line break position in the middle of a non-kinsoku (e.g. latin)
6044 word, making it skip until either a space or a character with
6046 (kinsoku-longer): Test for end of buffer.
6048 2003-08-28 Eli Zaretskii <eliz@gnu.org>
6050 * mail/rmail.el (rmail-convert-to-babyl-format):
6051 Detect quoted-printable- and base64-encoded messages and decode them
6052 automatically. Set the message's encoding from the charset=
6053 header, if any. Decode base64-encoded messages in Mail format as well.
6055 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6057 * mail/smtpmail.el: Fix previous change.
6058 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
6059 calling smtpmail-via-smtp.
6060 (smtpmail-via-smtp): Add fall-back values for envelope-from.
6062 2003-08-26 John Paul Wallington <jpw@gnu.org>
6064 * image.el (image-jpeg-p): Don't search beyond length of data.
6066 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
6068 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
6069 misfeature in `expand-abbrev' which caused electric keywords like
6070 "else" to disappear if an open brace was typed directly afterwards.
6072 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
6074 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
6075 mandatory in `define-widget'.
6077 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
6078 Don't align the operators "!=", "<=" and ">=" as assignment operators.
6080 (c-assignment-operators): New language constant that only contains
6081 the assignment operators.
6083 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
6085 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
6087 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
6088 Safeguard against unbalanced sexps.
6090 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
6092 * version.el (emacs-version): Check for gtk. Include gtk version info.
6094 2003-08-25 John Paul Wallington <jpw@gnu.org>
6096 * man.el (Man-default-man-entry): Don't whizz past the section
6097 number before looking for it.
6099 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
6101 * progmodes/gud.el (gud-display-line): Don't set window-point if
6102 source buffer is not visible. (Only happens with M-x gdba.)
6104 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
6106 (gdb-source, gdb-source-info): Update to assembler unnecessary
6107 as its done after each GDB command anyway.
6108 (gdb-pre-prompt): Use with-current-buffer.
6109 (gdb-insert-field): Add help-echo text.
6110 (gdb-invalidate-assembler): Re-display of assembler now done in
6111 gdb-info-breakpoints-custom.
6112 (gdb-info-breakpoints-custom): Force re-display of assembler to
6113 happen *after* update of breakpoints buffer.
6114 (gdb-display-source-buffer): Don't choke if gdb-source-window
6116 (gdb-put-string, gdb-put-arrow): Remove free variables.
6118 2003-08-24 John Paul Wallington <jpw@gnu.org>
6120 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
6122 * man.el (Man-default-man-entry): Strip text properties when
6123 snarfing parts of entry because `format' preserves properties.
6125 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6127 * files.el (file-newest-backup): Use `expand-file-name'.
6129 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
6130 Allow the diary to pop up a new frame, if needed.
6132 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
6133 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
6134 (smtpmail-send-it): Make treatment of envelope-from consistent with
6137 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
6138 (sh-leading-keywords): Add the bash `time' reserved word.
6139 (sh-variables): Add some bash variables.
6140 (sh-add-completer): Fix nil branch of case statement.
6142 2003-08-24 Masatake YAMATO <jet@gyve.org>
6144 * progmodes/ld-script.el: New file.
6146 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
6148 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
6150 2003-08-23 Andre Spiegel <spiegel@gnu.org>
6152 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
6153 Better explain obsolescence, and what to use instead.
6155 2003-08-23 Masatake YAMATO <jet@gyve.org>
6157 * pcvs.el (cvs-do-removal): Show the deleted file name
6160 2003-08-20 Dave Love <fx@gnu.org>
6162 * international/mule.el (make-coding-system)
6163 (set-buffer-file-coding-system): Doc fix.
6165 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
6167 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
6169 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
6171 * international/utf-16.el: Add mime-text-unsuitable coding system
6174 * international/latin1-disp.el (latin1-display): Add ?
\e$,1s"
\e(B.
6176 * cus-edit.el: Add some :links.
6179 * textmodes/bib-mode.el (bib): Add :group external.
6181 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
6183 * wid-edit.el (widget-echo-help): Make it handle expressions that
6184 evaluate to strings.
6186 2003-08-18 Michael Mauger <mmaug@yahoo.com>
6188 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
6190 Simplify selection of SQL products to define highlighting and
6191 interactive mode. Includes detailed instructions on adding
6192 support for new products.
6194 * progmodes/sql.el (sql-product): New variable. Identifies SQL
6195 product for use in highlighting and interactive mode.
6196 (sql-interactive-product): New variable. SQL product for
6197 sql-interactive-mode.
6198 (sql-product-support): New variable. Specifies product-specific
6199 parameters to drive highlighting and interactive mode.
6200 (sql-imenu-generic-expression): Add more object types.
6201 (sql-sqlite-options): Correct comment.
6202 (sql-ms-program): Use "osql" rather than "isql".
6203 (sql-prompt-regexp, sql-prompt-length): Update comment.
6204 (sql-mode-menu): Add "Start SQLi session" entry.
6205 Replace Highlighting submenu with Product menu. Fix Send Region entry.
6206 (sql-mode-abbrev-table): Add abbreviations. Support of
6207 SYSTEM-FLAG on define-abbrev. Support was removed with last
6208 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
6209 (sql-mode-font-lock-object-name): Add font-lock pattern for object
6211 (sql-mode-ansi-font-lock-keywords): Set as default value.
6212 (sql-mode-oracle-font-lock-keywords): Set as default value.
6213 Support Oracle 9i keywords.
6214 (sql-mode-postgres-font-lock-keywords): Set as default value.
6215 (sql-mode-linter-font-lock-keywords): Set as default value.
6216 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
6218 (sql-mode-sybase-font-lock-keywords)
6219 (sql-mode-interbase-font-lock-keywords)
6220 (sql-mode-sqlite-font-lock-keywords)
6221 (sql-mode-strong-font-lock-keywords)
6222 (sql-mode-mysql-font-lock-keywords)
6223 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
6225 (sql-mode-font-lock-defaults): Update comment.
6226 (sql-product-feature): New function. Returns feature associated
6227 with a product from `sql-product-support' alist.
6228 (sql-product-font-lock): New function. Set font-lock support
6229 based on `sql-product'.
6230 (sql-add-product-keywords): New function. Add font-lock rules to
6231 product-specific keyword variables.
6232 (sql-set-product): New function. Set `sql-product' and apply
6233 appropriate font-lock highlighting.
6234 (sql-highlight-product): New function. Set font-lock support
6235 based on a product. Also set mode name to include product name.
6236 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
6237 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
6238 Use `sql-set-product'.
6239 (sql-highlight-ms-keywords)
6240 (sql-highlight-sybase-keywords)
6241 (sql-highlight-interbase-keywords)
6242 (sql-highlight-strong-keywords)
6243 (sql-highlight-mysql-keywords)
6244 (sql-highlight-sqlite-keywords)
6245 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
6246 (sql-get-login): Prompt in the same order as the tokens.
6247 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
6248 (sql-product-interactive): New function. Common portions of
6249 product-specific interactive mode wrappers.
6250 (sql-interactive-mode): Rewritten to use product features.
6251 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
6252 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
6253 (sql-db2, sql-linter): Use `sql-product-interactive'.
6254 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
6255 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
6256 (sql-connect-ingres, sql-connect-postgres)
6257 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
6258 New functions. Format command line parameters and invoke comint on
6259 the appropriate interpreter. Code was in the corresponding
6260 `sql-xyz' function before.
6261 (sql-connect-ms): New function. Support -E argument to use
6262 operating system credentials for authentication.
6264 2003-08-18 Kenichi Handa <handa@m17n.org>
6266 * international/mule.el (encode-char): Fix for the ASCII case.
6268 2003-08-15 Kenichi Handa <handa@m17n.org>
6270 * international/fontset.el (setup-default-fontset): Change "*" to
6271 nil in the specifications of font family.
6273 2003-08-18 Kim F. Storm <storm@cua.dk>
6275 * kmacro.el (kmacro-keymap): Group related bindings in
6276 initialization for clarity. Bind C-s to start macro.
6278 (kmacro-initial-counter-value): New defvar to hold initial counter
6279 value in case we set the value before defining a macro.
6280 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
6281 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
6282 not defining or executing macro. Doc fix.
6283 (kmacro-add-counter): Clear kmacro-initial-counter-value.
6284 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
6285 temporarily view older elements on the macro ring without cycling
6287 (kmacro-display): Doc fix.
6288 (kmacro-exec-ring-item): New helper function.
6289 (kmacro-call-ring-2nd): Use it.
6290 (kmacro-call-ring-2nd-repeat): Doc fix.
6291 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
6292 (kmacro-end-or-call-macro): Execute last viewed macro (using
6293 kmacro-exec-ring-item) from ring if this follows
6294 kmacro-view-macro. This allows us to find a macro on the ring
6295 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
6296 the ring to bring it to the head of the ring.
6297 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
6298 Allow binding to reserved keys without specifying C-x C-k prefix.
6299 Ask for confirmation if entered key sequence is already bound to
6300 a non-macro command.
6301 (kmacro-view-macro): Repeating command will show older elements
6302 on the macro ring; C-k will execute the last viewed macro.
6303 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
6304 property from 'ring to 'head.
6306 2003-08-17 Alan Shutko <ats@acm.org>
6308 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
6309 keeping December out of the alist.
6311 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
6313 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
6314 * calendar/calendar.el (calendar-mode-map): Bind it to key.
6315 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
6316 (calendar-flatten): New function.
6317 (calendar-mouse-view-other-diary-entries)
6318 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
6319 in the menu title and to show multi-line diary entries correctly
6322 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
6324 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
6325 defcustom, because the default was recently changed.
6327 2003-08-16 Richard M. Stallman <rms@gnu.org>
6329 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
6331 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
6332 New subroutine, broken out of eval-last-sexp-1.
6333 (eval-last-sexp-1): Use eval-last-sexp-print-value.
6335 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
6337 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
6339 * simple.el (eval-expression): Use eval-last-sexp-print-value.
6341 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
6343 * progmodes/compile.el (compilation-error-regexp-alist):
6344 Add Java ANt error detection as described in document
6345 http://ant.apache.org/faq.html
6347 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
6349 * simple.el (backward-word, forward-to-indentation)
6350 (backward-to-indentation): Argument changed to optional.
6351 (next-line, previous-line): Use `or' instead of `unless'.
6353 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6355 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
6356 instead of a constant.
6358 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
6360 * shell.el (shell): With prefix-arg, suggest a new buffer name.
6362 2003-08-12 Andre Spiegel <spiegel@gnu.org>
6364 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
6365 (vc-sccs-workfile-version): Search the entire delta table, rather
6366 than just the first entry, because that might be a deleted version.
6368 2003-08-11 Karl Fogel <kfogel@red-bean.com>
6370 * menu-bar.el (menu-bar-options-menu): Supply a body for the
6371 [save-place] binding in the Options menu. Have it require
6372 'saveplace' and then toggle the variable manually, to avoid an an
6373 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
6376 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
6378 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
6379 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
6380 (gdb-info-threads-custom): Add help-echo text.
6381 (gdb-display-back): Don't use purecopy.
6382 (gdb-info-breakpoints-custom, gdb-reset)
6383 (gdb-assembler-custom): Use display-images-p to test if breakpoint
6384 icons can be displayed.
6386 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
6388 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
6390 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
6392 * bookmark.el (bookmark-completing-read):
6393 Return a string, instead of a list of one string.
6394 Use a popup menu if activated from the mouse.
6395 (bookmark-edit-annotation): Remove unused vars.
6396 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
6397 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
6398 to bookmark-completing-read.
6399 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
6400 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
6401 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
6403 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
6404 (bookmark-menu-jump, bookmark-menu-insert)
6405 (bookmark-popup-menu-and-apply-function)
6406 (bookmark-menu-popup-paned-bookmark-menu): Remove.
6407 (bookmark-menu-build-paned-menu): Remove by folding it into
6408 bookmark-menu-popup-paned-menu.
6409 (menu-bar-bookmark-map): Move the define-key statements here.
6410 Use the "non-menu" commands since they now pop up a menu if needed.
6411 (bookmark-exit-hook-internal): Simplify.
6413 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
6415 * reftex-toc.el (reftex-toc-rename-label): New function.
6416 (reftex-toc-check-docstruct): New function.
6418 * reftex.el (reftex-region-active-p): New function.
6420 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
6421 regexp to find the \bibliography macro.
6423 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
6424 which does not exist in LaTeX.
6425 (reftex-cite-format-builtin): Added amsrefs support.
6426 (reftex-toc-confirm-promotion): New option
6429 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
6430 (reftex-toc-demote, reftex-toc-promote)
6431 (reftex-toc-do-promote, reftex-toc-promote-prepare)
6432 (reftex-toc-promote-action, reftex-toc-extract-section-number)
6433 (reftex-toc-newhead-from-alist)
6434 (reftex-toc-load-all-files-for-promotion): New functions.
6435 (reftex-toc-help): Added description of new keys.
6436 (reftex-toc-split-windows-fraction): New option.
6437 (reftex-recenter-toc-when-idle): Search *toc* window on all
6439 (reftex-toc): Additional parameter REUSE
6440 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
6441 with REUSE argument.
6442 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
6443 the call of `reftex-toc'.
6444 (reftex-make-separate-toc-frame): New function .
6445 (reftex-toc-recenter): When called with triple prefix arg, call
6446 `reftex-make-separate-toc-frame' first.
6447 (reftex-toc-toggle-dedicated-frame): New command.
6448 (reftex-toc-quit): Adapted to delete frame when called in
6451 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
6452 all enclosing macros.
6455 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6457 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
6460 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6462 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
6464 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
6466 * calendar/calendar.el (list-diary-entries-hook)
6467 (diary-display-hook, nongregorian-diary-listing-hook)
6468 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
6469 Add some customize options for these hooks.
6470 (calendar-abbrev-construct): Don't try to take a substring longer
6471 than the original string.
6473 2003-08-05 Richard M. Stallman <rms@gnu.org>
6475 * emacs-lisp/testcover.el (noreturn): Report error if does return.
6476 (testcover-reinstrument-clauses): Doc fix.
6478 * emacs-lisp/warnings.el: Doc fixes, args renamed.
6479 (warning-type-format): Rename from warning-group-format.
6481 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
6482 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
6483 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
6484 to prevent warnings about defvar for an obsolete variable.
6486 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
6487 warning-group-format renamed to warning-type-format.
6489 * subr.el (read-passwd): Use clear-string instead of fillarray.
6491 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
6492 Use vconcat instead of concat.
6493 (edmacro-sanitize-for-string): New function.
6495 2003-08-05 Dave Love <fx@gnu.org>
6497 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
6498 line-number-display-limit-width.
6500 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
6502 2003-08-05 Kenichi Handa <handa@m17n.org>
6504 * international/code-pages.el: Don't require mule-diag.
6506 * international/mule-diag.el (non-iso-charset-alist):
6507 Add autoload cookie.
6509 * language/devan-util.el (dev-glyph-order): Add an entry for the
6512 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6514 * calendar/calendar.el (diary-file, diary-file-name-prefix)
6515 (european-calendar-style, diary-date-forms)
6516 (calendar-day-name-array, calendar-month-name-array): Doc change.
6517 (generate-calendar-month): Adapt for new behaviour of
6518 `calendar-day-name' function.
6519 (calendar-abbrev-length, calendar-day-abbrev-array)
6520 (calendar-month-abbrev-array): New variables.
6521 (calendar-abbrev-construct): New function.
6522 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
6523 rather than fixing abbrevs at some width. Calling syntax change.
6524 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
6525 (calendar-date-string): Adapt for new behaviours of
6526 `calendar-day-name' and `calendar-month-name' functions.
6528 * calendar/diary-lib.el (list-diary-entries): Adapt for new
6529 behaviour of `calendar-day-name' and `calendar-month-name' functions.
6530 (diary-name-pattern): Use abbrev arrays, rather than fixing
6531 abbrevs at three chars. Calling syntax change.
6532 (mark-diary-entries): Adapt for new behaviours of
6533 `diary-name-pattern' and `calendar-make-alist' functions.
6534 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
6535 `diary-name-pattern' function.
6536 (font-lock-diary-date-forms): Use abbrev arrays, rather than
6537 fixing abbrevs at three chars. Calling syntax change.
6538 (cal-hebrew, cal-islam): Require when compiling.
6539 (diary-font-lock-keywords): Adapt for new behaviour of
6540 `font-lock-diary-date-forms' function.
6542 * calendar/cal-hebrew.el: Reposition some code so defined before used.
6543 (calendar-hebrew-month-name-array-common-year)
6544 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
6545 (list-hebrew-diary-entries): Adapt for new behaviours of
6546 `calendar-day-name' and `add-to-diary-list' functions.
6547 (mark-hebrew-diary-entries): Adapt for new behaviours of
6548 `diary-name-pattern' and `calendar-make-alist' functions.
6550 * calendar/cal-islam.el (calendar-islamic-month-name-array):
6552 (list-islamic-diary-entries): Adapt for new behaviours of
6553 `calendar-day-name' and `add-to-diary-list' functions.
6554 (mark-islamic-diary-entries): Adapt for new behaviours of
6555 `diary-name-pattern' and `calendar-make-alist' functions.
6557 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
6558 `calendar-month-name' function.
6560 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
6562 * calendar/solar.el (solar-seasons-data): Move definition before use.
6564 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
6565 (cal-tex-LaTeX-hourbox): Move definition before use.
6567 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
6568 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
6570 (displayed-month, displayed-year): Define for compiler.
6572 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
6574 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
6575 MODE. Renamed from c-init-c-language-vars'.
6576 (c-initialize-cc-mode): Change accordingly.
6577 (c-common-init): Ditto.
6579 (c++-mode): Use `c-init-language-vars-for'.
6586 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
6588 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
6589 or not the point moved.
6591 (c-search-decl-header-end): Don't trip up on operator identifiers
6592 in C++ and operators like == in all languages.
6594 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6595 Detect leading labels correctly.
6597 2003-08-02 Andreas Schwab <schwab@suse.de>
6599 * textmodes/ispell.el: Don't redo key bindings on loading, put
6600 them only in loaddefs.el.
6601 * bookmark.el: Likewise.
6602 * dabbrev.el: Likewise.
6603 * emerge.el: Likewise.
6605 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
6606 has more than one member.
6608 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
6610 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6612 * lpr.el (printify-region): It was ending conversion before the
6613 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
6615 2003-07-31 John Paul Wallington <jpw@gnu.org>
6617 * net/browse-url.el (browse-url-epiphany): Doc fix.
6619 2003-07-30 Kenichi Handa <handa@m17n.org>
6621 * international/fontset.el (setup-default-fontset):
6622 Change registry names of Akurti fonts.
6624 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
6626 * comint.el (comint-read-noecho): Use `clear-string' instead of
6629 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
6631 * outline.el (outline-mode-hook): Add defvar.
6633 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
6635 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
6636 Restore assembler in source window if that is what has been selected.
6637 (menu): Add gdb-restore-windows to menu. Make gdba
6638 specific menus only visible from gdba.
6640 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
6642 * progmodes/compile.el (compilation-environment): New user variable.
6643 (compile-internal): Respect it.
6645 2003-07-23 Masatake YAMATO <jet@gyve.org>
6647 * progmodes/gud.el (gdb-script-font-lock-keywords):
6648 Put `font-lock-function-name-face' on a symbol which includes
6649 `-' like `hook-run'. Put font-lock-variable-name-face
6650 on a symbol starting with $.
6652 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
6654 * files.el (set-visited-file-name): Use truename for buffer-file-name.
6656 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
6658 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
6660 2003-07-26 Andre Spiegel <spiegel@gnu.org>
6662 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
6663 Use with-no-warnings.
6664 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
6665 rather than to find-file-not-found-hook, which doesn't exist.
6667 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
6669 * international/quail.el (quail-translate-key): Fix previous change.
6671 2003-07-25 John Paul Wallington <jpw@gnu.org>
6673 * server.el (server-start): Check `server-process' is non-nil
6674 before killing it to avoid killing current buffer's process.
6676 * simple.el (choose-completion-string): Use `minibufferp';
6677 test `completion-reference-buffer' if `buffer' arg is nil.
6678 (push-mark): Use `when' and `unless'.
6679 (pop-mark): Use `when'.
6681 * mouse-sel.el (mouse-sel-get-selection-function):
6682 Check `x-last-selected-text-primary'. Don't barf if it or
6683 `x-last-selected-text' aren't bound.
6685 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
6687 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
6689 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
6691 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
6693 2003-07-23 John Paul Wallington <jpw@gnu.org>
6695 * tooltip.el (defface tooltip): Inherit from variable-pitch.
6697 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
6699 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
6700 string. Defvar the derived hook.
6702 * macros.el (insert-kbd-macro): Escape double quote character.
6703 From Thomas W Murphy <twm@andrew.cmu.edu>.
6705 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
6707 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
6708 to match the specific mark rather than reusing comment-start-skip.
6710 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
6712 * progmodes/hideshow.el (hs-special-modes-alist):
6713 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
6715 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
6717 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
6720 2003-07-21 John Paul Wallington <jpw@gnu.org>
6722 * subr.el (with-selected-window): Add closing paren.
6724 2003-07-21 Richard M. Stallman <rms@gnu.org>
6726 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
6727 (lisp-mode): Likewise.
6729 * subr.el (with-selected-window): Copy code form save-selected-window
6730 so as to call select-window with norecord arg.
6731 (dynamic-completion-table): Doc fix.
6732 (lazy-completion-table): Doc fix.
6734 * international/mule-cmds.el (set-locale-environment):
6735 langinfo renamed to locale-info.
6737 * international/mule.el (auto-coding-functions): Doc fix.
6739 2003-07-21 Kenichi Handa <handa@m17n.org>
6741 * international/quail.el (quail-translate-key):
6742 Update quail-current-str correctly.
6744 2003-07-21 Andreas Schwab <schwab@suse.de>
6746 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
6749 2003-07-20 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@gmx.net>
6750 Version 2.0.36 of Tramp released.
6752 * net/tramp.el (tramp-default-password-end-of-line): Rename from
6753 tramp-password-end-of-line.
6754 (tramp-password-end-of-line): New method parameter.
6755 (tramp-get-password-end-of-line): Function to access method
6756 parameter `tramp-password-end-of-line', or variable
6757 `tramp-default-password-end-of-line' (default value).
6758 (tramp-methods): Add entries for new parameter
6759 tramp-password-end-of-line.
6760 (tramp-enter-password): Use new function
6761 `tramp-get-password-end-of-line'.
6762 (tramp-handle-insert-file-contents): Do not
6763 unconditionally inhibit the file operation file-local-copy, only
6764 do that when the inhibit-file-name-operation is currently
6765 insert-file-contents. This fixes finding remote CVS-controlled
6766 files. (It would barf on inserting the CVS/Entries file
6767 literally, because the file-local-copy handler wasn't called.)
6768 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
6769 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
6770 (tramp-initial-commands): New variable.
6771 (tramp-process-initial-commands): New function, using the variable.
6772 (tramp-open-connection-setup-interactive-shell): Call the new function.
6773 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
6774 method into the buffer name, never use nil. Reported by Hanak
6775 David <dhanak@inf.bme.hu>.
6776 (tramp-open-connection-setup-interactive-shell): Erase buffer
6777 before sending "stty -onlcr".
6779 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
6781 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
6783 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
6785 2003-07-19 John Paul Wallington <jpw@gnu.org>
6787 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
6788 (artist-draw-rect, artist-draw-square): Doc fixes.
6790 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
6792 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
6794 2003-07-19 Kenichi Handa <handa@m17n.org>
6796 * international/kkc.el (kkc-show-conversion-list-update):
6797 Highlight the correct candidate in the message.
6799 2003-07-18 John Paul Wallington <jpw@gnu.org>
6801 * simple.el (current-word): Don't include punctuation char when
6802 `really-word' arg is non-nil.
6804 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
6806 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
6807 moved to the directory obsolete.
6809 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
6811 * info.el (Info-menu-entry-name-re): Allow newlines in
6814 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
6815 syntax-ppss-after-change-function.
6816 (syntax-ppss-after-change-function): New alias. Update uses.
6817 (syntax-ppss): Catch the case where the buffer is narrowed.
6819 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6821 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
6822 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
6824 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
6826 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
6827 since it might be modified.
6829 * progmodes/cc-langs.el (c++-make-template-syntax-table)
6830 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
6831 names to these language constants.
6833 2003-07-15 Kim F. Storm <storm@cua.dk>
6835 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
6838 2003-07-14 Mark A. Hershberger <mah@everybody.org>
6840 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
6843 2003-07-13 Juanma Barranquero <lektu@terra.es>
6845 * frame.el (modify-all-frames-parameters): Reinstall (copyright
6848 2003-07-13 Karl Eichwalder <ke@suse.de>
6850 * textmodes/po.el (po-find-charset): White space at the start of the
6851 Content-Type field body is non-mandatory.
6853 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
6855 * textmodes/texinfo.el (texinfo-section-list):
6856 Append appendixsection; a synonym for appendixsec.
6858 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
6860 * man.el (Man-translate-cleanup): New.
6861 (Man-translate-references): Call `Man-translate-cleanup' to clean
6862 leading, trailing and middle spaces.
6864 2003-07-13 Lars Hansen <larsh@math.ku.dk>
6866 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
6867 Handle `dired-directory' being a list.
6869 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
6871 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
6874 2003-07-12 Richard M. Stallman <rms@gnu.org>
6876 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
6878 * progmodes/cc-defs.el (c-make-keywords-re):
6879 Don't use delete-duplicates.
6880 (c-lang-const): Don't use mapcan.
6882 * apropos.el (apropos-show-scores): Make it customizable.
6883 Document new meaning.
6884 (apropos): Compute scores from symbols.
6885 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
6887 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6889 * ps-bdf.el: Fix copyright line.
6890 (bdf-directory-list): Fix initialization code.
6892 2003-07-11 John Paul Wallington <jpw@gnu.org>
6894 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
6895 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
6896 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
6898 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
6900 * emacs-lisp/ring.el (ring-elements): Doc fix.
6902 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6904 * calendar/timeclock.el (timeclock-relative)
6905 (timeclock-ask-before-exiting, timeclock-use-display-time):
6907 (timeclock-modeline-display): Give a message if
6908 `timeclock-use-display-time' is non-nil but `display-time-mode'
6911 2003-07-11 Kenichi Handa <handa@m17n.org>
6913 * international/mule-cmds.el (set-language-environment):
6914 Set current-language-environment to the correct string.
6916 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6918 * ps-print.el: Print line number correctly in a region. Reported by
6919 Tim Allen <timallen@ls83.fsnet.co.uk>.
6920 (ps-print-version): New version number (6.6.2).
6921 (ps-printing-region): Code fix.
6923 2003-07-10 John Paul Wallington <jpw@gnu.org>
6925 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
6926 this function can be called from `add-completions-from-tags-table'.
6928 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
6930 * calendar/timeclock.el (timeclock-use-display-time)
6931 (timeclock-day-over-hook, timeclock-workday-remaining)
6932 (timeclock-status-string, timeclock-when-to-leave)
6933 (timeclock-when-to-leave-string, timeclock-log-data)
6934 (timeclock-find-discrep, timeclock-day-base)
6935 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
6936 (timeclock-modeline-display): Set the variable
6937 `timeclock-modeline-display'.
6938 (timeclock-update-modeline): Doc fix. Respect value of
6939 `timeclock-relative'.
6941 2003-07-09 Richard M. Stallman <rms@gnu.org>
6943 * textmodes/reftex-parse.el (reftex-all-document-files):
6944 Add autoload cookie.
6946 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
6947 (reftex-scanning-info-available-p): Add autoload cookie.
6949 * international/mule-cmds.el
6950 (set-display-table-and-terminal-coding-system): Delete duplicate
6951 aset on standard-display-table.
6953 * view.el (view-file): If existing buffer's major mode is special,
6954 don't go into view mode.
6956 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
6958 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6960 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
6961 buffer changes; there's third party code that calls this function
6964 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6966 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
6967 (autodoc-font-lock-keywords): Don't byte compile on font lock
6968 initialization when running from byte compiled files.
6970 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
6972 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
6973 statement ends with auto-increment "++".
6975 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
6977 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
6978 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
6979 these are changed, so declare them as variables and not constants.
6981 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
6983 * subr.el (dolist, dotimes): Doc fix.
6985 2003-07-08 Kim F. Storm <storm@cua.dk>
6987 * international/mule-cmds.el
6988 (set-display-table-and-terminal-coding-system): Don't break
6989 bootstrap if standard-display-table isn't setup yet.
6991 2003-07-07 Richard M. Stallman <rms@gnu.org>
6993 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
6994 Give it a doc string, and autoload it.
6996 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
6997 Use with-no-warnings.
6999 * info.el (Info-search): If find invisible text, search again.
7001 * isearch.el (search-whitespace-regexp): Add a shy group around it.
7003 * man.el (Man-name-regexp): Match + as part of name.
7005 * simple.el (visible-mode): Rename from vis-mode.
7006 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
7008 * simple.el (current-word): New arg REALLY-WORD specifies
7009 don't include punctuation chars.
7011 * emacs-lisp/debug.el (debug, debugger-env-macro):
7012 Use with-no-warnings while accessing and binding unread-command-char.
7014 * international/mule-cmds.el
7015 (set-display-table-and-terminal-coding-system): Use explicit loop
7016 instead of calling standard-display-default.
7018 * net/ange-ftp.el (ange-ftp-file-symlink-p):
7019 Use condition-case to catch error in ange-ftp-get-files.
7021 * net/browse-url.el (browse-url-browser-function):
7022 Add alternative for Epiphany.
7023 (browse-url-epiphany-program, browse-url-epiphany-arguments)
7024 (browse-url-epiphany-startup-arguments)
7025 (browse-url-epiphany-new-window-is-tab): New variables.
7026 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
7028 * progmodes/compile.el (compile-auto-highlight): Default now t.
7030 (compilation-next-error): Fix previous change.
7032 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
7034 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
7036 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
7038 * gdb-ui.el (gdb-source-info): Display current frame when
7039 attaching to an existing process.
7040 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
7041 while laying out windows when attaching to an existing process.
7043 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
7045 * info.el (Info-menu): Use Info-menu-entry-name-re.
7047 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
7049 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
7050 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
7052 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
7053 to match the same text.
7055 2003-07-06 John Paul Wallington <jpw@gnu.org>
7057 * vc.el (vc-annotate-offset): Move defvar up.
7059 2003-07-06 Kim F. Storm <storm@cua.dk>
7061 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
7062 This should fix the infinite loop when extracting menu names.
7064 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
7066 * files.el (auto-mode-alist, interpreter-mode-alist):
7067 Remove entries to CC Mode modes to avoid duplicates; they are now added
7068 with autoload directives in cc-mode.el.
7070 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
7072 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
7073 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
7074 these are changed, so declare them as variables and not constants.
7076 * progmodes/cc-mode.el: Fix some autoload problems: Try to
7077 ensure that the entry for ".c" extension comes before the one for
7078 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
7079 Fix incorrect entries that were added to `interpreter-mode-alist'.
7080 Move the autoload directives for AWK to the top level since they
7081 aren't recognized anywhere else. Do not use the new AWK mode doc
7082 in the autoload form for the old AWK mode.
7084 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7086 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
7087 (bibtex-sort-ignore-string-entries): Default value t.
7088 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
7089 erroneously in previous version.
7090 (bibtex-string-files): Docstring reflects new parsing scheme.
7091 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
7092 docstring, add # as one of the chars to crush
7093 (bibtex-autokey-prefix-string, bibtex-autokey-names)
7094 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
7095 (bibtex-autokey-name-change-strings)
7096 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
7097 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
7098 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
7099 (bibtex-autokey-title-terminators)
7100 (bibtex-autokey-titlewords-stretch)
7101 (bibtex-autokey-titleword-ignore)
7102 (bibtex-autokey-titleword-case-convert)
7103 (bibtex-autokey-titleword-abbrevs)
7104 (bibtex-autokey-titleword-abbrevs)
7105 (bibtex-autokey-titleword-change-strings)
7106 (bibtex-autokey-titleword-length)
7107 (bibtex-autokey-titleword-separator)
7108 (bibtex-autokey-name-year-separator)
7109 (bibtex-autokey-year-title-separator)
7110 (bibtex-autokey-before-presentation-function)
7111 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
7113 (bibtex-strings, bibtex-reference-keys):
7114 Use lazy-completion-table and make-variable-buffer-local.
7115 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
7116 (bibtex-braced-string-syntax-table)
7117 (bibtex-quoted-string-syntax-table): New variables.
7118 (bibtex-parse-nested-braces): Remove.
7119 (bibtex-parse-field-string): Use syntax table and forward-sexp.
7120 (bibtex-parse-association): Simplify.
7121 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
7122 (bibtex-parse-field-text): Simplify.
7123 (bibtex-search-forward-field, bibtex-search-backward-field):
7124 argument BOUND can take value t.
7125 (bibtex-start-of-field, bibtex-start-of-name-in-field)
7126 (bibtex-end-of-name-in-field, bibtex-end-of-field)
7127 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
7128 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
7129 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
7130 (bibtex-skip-to-valid-entry): Return buffer position of beginning
7131 and ending of entry. Update for changes of bibtex-search-entry.
7133 (bibtex-map-entries): FUN is called with three arguments.
7134 (bibtex-search-entry): Return a cons pair with buffer positions of
7135 beginning and end of entry.
7136 (bibtex-enclosing-field): Simplify.
7137 (bibtex-format-entry): Use booktitle to set a missing title.
7138 (bibtex-autokey-get-names): Fiddle with regexps.
7139 (bibtex-generate-autokey): Use identity.
7140 (bibtex-parse-keys): Use simplified parsing algorithm if
7141 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
7142 arguments. Return alist of keys.
7143 (bibtex-parse-strings): Simplify. Return alist of strings.
7144 (bibtex-complete-string-cleanup): Fix docstring.
7145 (bibtex-read-key): New function.
7146 (bibtex-mode): Fix docstring. Do not parse for keys and
7147 strings when the mode is entered. Set fill-paragraph-function to
7148 bibtex-fill-field. Setup font-lock-mark-block-function the way
7150 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
7151 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
7152 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
7153 (bibtex-Preamble): Avoid hard coded constants.
7154 (bibtex-make-field): Fix docstring. Simplify.
7155 (bibtex-beginning-of-entry): Always return new position of point.
7156 (bibtex-end-of-entry): Rearrange cond clauses.
7157 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
7158 Update for changes of bibtex-map-entries.
7159 (bibtex-ispell-abstract): Do not move point.
7160 (bibtex-entry-index): Use downcase. Simplify.
7161 (bibtex-lessp): Handle catch-all.
7162 (bibtex-find-crossref): Turn into a command.
7163 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
7164 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
7166 (bibtex-fill-field-bounds): New function.
7167 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
7168 (bibtex-fill-entry): Use bibtex-fill-field-bounds
7169 (bibtex-String): Use bibtex-strings. Always obey
7170 bibtex-sort-ignore-string-entries.
7172 2003-07-05 John Paul Wallington <jpw@gnu.org>
7174 * cus-theme.el (customize-create-theme):
7175 Call `customize-create-theme' in Reset widget's notify function.
7177 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
7178 (ibuffer-mark-interactive): Use `or' instead of `unless'.
7179 (define-ibuffer-column name): Add summarizer.
7180 (define-ibuffer-column size): Likewise.
7181 (define-ibuffer-column filename): Likewise.
7182 (define-ibuffer-column process): Likewise. Change BODY's output too.
7183 (define-ibuffer-column filename-and-process): Likewise, likewise.
7184 (ibuffer): Remove local vars `already-in' and `need-update'.
7186 * ibuf-ext.el: Don't require `derived' at compile-time.
7188 2003-07-05 Kim F. Storm <storm@cua.dk>
7190 * info.el: Disable paragraph refilling.
7191 (Info-refill-paragraphs): New defcustom.
7192 (Info-fontify-node): Use it.
7194 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
7196 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
7197 thingies from constructors created by defstruct.
7199 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
7200 the default value of the variable.
7201 (byte-code-meter): Move declaration to top level.
7203 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
7205 * info.el (Info-following-node-name-re): New fun.
7206 (Info-following-node-name): Remove.
7207 (Info-insert-dir): Use the new fun.
7208 (Info-extract-pointer): Don't save restriction; use new fun.
7209 (Info-menu-entry-name-re): New const.
7210 (Info-menu-entry-name-re): Use it along with new fun.
7211 (Info-node-spec-re): Use new fun.
7212 (Info-complete-menu-item, Info-fontify-node): Use new const.
7213 (Info-goto-node, Info-follow-reference, Info-menu-update):
7215 (Info-follow-reference): Use assoc-string.
7216 Use a list of strings for the completion table.
7217 (Info-fontify-node): Use match-string, line-end-position.
7218 Limit the search for `node:' to the first line.
7220 * newcomment.el (uncomment-region): Remove padding coming from
7221 comment-start rather than just from comment-padding.
7223 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
7224 (vc-cvs-stay-local-p): Use vc-stay-local-p.
7225 (vc-cvs-rename-file): Remove (use the default).
7226 (vc-cvs-register): Register parent dir if needed.
7227 (vc-cvs-could-register): Return non-nil if parent can be registered.
7228 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
7229 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
7231 * vc-svn.el (vc-svn-use-edit): Make it into a const.
7232 (vc-svn-update): Fix the arguments to `svn'.
7233 (vc-svn-diff-tree): Just use `vc-svn-diff'.
7234 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
7235 Simple implementations, assuming `name' is a URL.
7237 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
7238 set of chars allowed unquoted in a case pattern.
7240 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
7242 * font-lock.el (font-lock-extra-types-widget)
7243 (c-font-lock-extra-types, c++-font-lock-extra-types)
7244 (objc-font-lock-extra-types, java-font-lock-extra-types)
7245 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
7246 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
7247 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
7248 (font-lock-match-c++-structor-declaration)
7249 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
7250 (c++-font-lock-keywords-3, c++-font-lock-keywords)
7251 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
7252 (objc-font-lock-keywords-3, objc-font-lock-keywords)
7253 (java-font-lock-keywords-1, java-font-lock-keywords-2)
7254 (java-font-lock-keywords-3, java-font-lock-keywords)
7255 (java-font-lock-syntactic-face-function): Remove obsolete code
7256 and constants. It's all in cc-fonts.el now.
7258 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
7260 * mail/sendmail.el (mail-specify-envelope-from)
7261 (mail-envelope-from): Doc fix.
7263 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
7265 * generic-x.el: Do away with the dependency on `c-emacs-features'
7266 when populating `rul-generic-mode-syntax-table'; we already know
7269 See ChangeLog.10 for earlier changes.
7272 ;; coding: iso-2022-7bit
7275 Copyright (C) 2001, 2002 Free Software Foundation, Inc.
7276 Copying and distribution of this file, with or without modification,
7277 are permitted provided the copyright notice and this notice are preserved.
7279 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1