1 2004-10-27 Richard M. Stallman <rms@gnu.org>
3 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
6 2004-10-27 Richard M. Stallman <rms@gnu.org>
8 * strokes.el (strokes-unload-hook): Fix previous change.
10 * type-break.el (type-break-run-at-time): Always use run-at-time;
11 forget the alternatives.
12 (type-break-cancel-function-timers): Always use cancel-function-timers;
13 forget the alternatives.
15 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
17 2004-10-27 Kenichi Handa <handa@m17n.org>
19 * international/subst-jis.el: Use
20 utf-translate-cjk-substitutable-p.
22 * international/subst-gb2312.el: Likewise.
24 * international/subst-big5.el: Likewise.
26 * international/subst-ksc.el: Likewise.
28 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
30 (utf-translate-cjk-set-unicode-range): New function.
31 (utf-translate-cjk-unicode-range): Make it customizable.
32 (utf-8-post-read-conversion): Use
33 utf-translate-cjk-unicode-range-string.
34 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
37 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
39 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
40 trivial variants to shorten the list.
41 (xml-based-modes): New var.
42 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
43 declaration higher priority than auto-mode-alist.
45 * find-file.el (cc-other-file-alist): Bring it in line with
46 cc-mode's auto-mode-alist entries and use \' instead of $.
48 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
49 and add "Id" and "Name" submenus to it.
51 * imenu.el (imenu--generic-function): Skip matches in comments.
53 2004-10-26 Jay Belanger <belanger@truman.edu>
55 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
56 (full-calc-keypad, calc-trail-display): Use an extra argument
57 instead of `interactive-p'.
59 * calc/calc-misc.el (calc-other-window): Use an extra argument
60 instead of `interactive-p'.
62 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
65 2004-10-26 Kim F. Storm <storm@cua.dk>
67 * help.el (describe-key): Describe both down-event and up-event
70 2004-10-26 Richard M. Stallman <rms@gnu.org>
72 * woman.el (woman): Don't call interactive-p.
74 * pcomplete.el (pcomplete): Instead of interactive-p,
75 use an arg set non-nil by the interactive spec.
77 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
78 use an arg set non-nil by the interactive spec.
80 * man.el (Man-cleanup-manpage): Instead of interactive-p,
81 use an arg set non-nil by the interactive spec.
83 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
85 * progmodes/flymake.el (flymake-split-string): Use
86 `flymake-split-string-remove-empty-edges' in any case.
88 2004-10-26 Masatake YAMATO <jet@gyve.org>
90 * progmodes/flymake.el (flymake-err-line-patterns):
91 Use `compilation-error-regexp-alist-alist' instead of
92 `compilation-error-regexp-alist'.
94 2004-10-25 Jay Belanger <belanger@truman.edu>
96 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
99 2004-10-25 Simon Josefsson <jas@extundo.com>
101 * subr.el (read-passwd): Move to net/password.el.
103 * net/password.el (read-passwd): Add. Autoload it.
105 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
107 * mouse-sel.el (mouse-sel-mode): Specify custom group.
109 * simple.el (process-file): Fix logic.
111 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
113 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
114 (increase-right-margin): Remove erroneous call to `interactive-p'.
116 2004-10-24 Kim F. Storm <storm@cua.dk>
118 * help.el (describe-mode): Fix 2004-10-13 change.
119 Copy pure "Auto Fill" string so it can be propertized later
120 without causing a read-only error.
122 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
124 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
127 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
129 * simple.el (process-file): Accept nil for INFILE. Reported by
132 2004-10-24 Masatake YAMATO <jet@gyve.org>
134 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
135 Handle periods and underscores in a function name.
136 Remove the address fontification.
138 2004-10-24 Masatake YAMATO <jet@gyve.org>
140 * progmodes/asm-mode.el (asm-font-lock-keywords):
141 Use font-lock-variable-name-face for registers.
143 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
145 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
146 kill-all-local-variables.
147 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
148 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
149 Use kill-all-local-variables and provide mode-hooks.
150 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
151 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
152 Suggested by Masatake YAMATO <jet@gyve.org>.
154 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
156 * simple.el (process-file): New function, similar to call-process
157 but supports file handlers.
158 * vc.el (vc-do-command): Use it, instead of call-process.
159 * net/tramp-vc.el (vc-do-command): Do not advise it if
160 process-file is fboundp.
161 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
163 (tramp-handle-process-file): New function.
164 (tramp-file-name-for-operation): Support process-file.
166 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
168 * calendar/icalendar.el (icalendar--weekday-array): New constant.
169 (icalendar-weekdayabbrev-table)
170 (icalendar-monthnumber-table): Delete.
171 (icalendar--get-month-number): Use calendar-month-name-array.
172 (icalendar--get-weekday-number): New function.
173 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
174 (icalendar-export-region): Handle multi-line entries.
175 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
177 2004-10-23 John Paul Wallington <jpw@gnu.org>
179 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
180 `wildcards' set to t in interactive spec.
182 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
183 interactive spec rather than use `interactive-p'.
184 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
185 rather than use function `interactive-p'.
187 2004-10-22 Kenichi Handa <handa@m17n.org>
189 * international/mule.el (translate-region): Implement it in Lisp
190 as a front end of translate-region-internal.
192 2004-10-21 Jay Belanger <belanger@truman.edu>
194 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
195 Declare these variables with defvar.
197 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
198 is bound, only check to see if it is bound.
200 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
202 * textmodes/tex-mode.el (tex-compilation-parse-errors):
203 Don't output messages.
205 * calc/calc-help.el (calc-describe-bindings): Fix last change.
207 2004-10-21 John Paul Wallington <jpw@gnu.org>
209 * calc/calc-graph.el (calc-graph-init):
210 Use `set-process-query-on-exit-flag'.
212 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
214 * progmodes/compile.el (compilation-start): Rely on `cd' to get
215 dir right and also allow argumentless cd.
217 2004-10-19 Richard M. Stallman <rms@gnu.org>
219 * textmodes/flyspell.el (flyspell-mode): Doc fix.
221 * eshell/em-unix.el (eshell-grep):
222 Don't bind compilation-process-setup-function.
224 * comint.el (comint-insert-input): Use @ in `interactive'.
225 (comint-input-filter-functions): Doc fix.
226 (comint-kill-whole-line, comint-get-source): Doc fix.
228 * progmodes/compile.el (compilation-setup):
229 Don't set buffer-read-only if MINOR is non-nil.
231 2004-10-19 Jay Belanger <belanger@truman.edu>
233 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
234 (calc-emacs-type-gnu19): Remove.
235 (calc-digit-map, calc-read-key-sequence, calc-read-key):
236 Remove check for old emacs versions.
238 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
239 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
242 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
243 the end of the minibuffer.
244 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
247 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
249 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
250 call that would be given when the current emacs was used.
252 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
254 * calendar/icalendar.el: Set coding to utf-8.
255 (icalendar-version): Increase to 0.07.
256 (icalendar-monthnumber-table): Change March pattern.
257 (icalendar-get-all-event-properties)
258 (icalendar-set-event-property): Delete.
259 (icalendar-all-events): No longer interactive.
260 (icalendar-convert-diary-to-ical)
261 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
263 (icalendar-export-file, icalendar-export-region): New functions;
264 essentially old `icalendar-convert-diary-to-ical' but appending to
265 target rather than overwriting.
266 (icalendar-import-file): Append to target file rather than
267 overwriting. Fourth arg deleted.
268 (icalendar-import-buffer): New name for old
269 `icalendar-extract-ical-from-buffer'.
270 (icalendar--convert-string-for-import): New name for
271 old `icalendar-convert-for-import'.
272 (include-icalendar-files): Delete.
273 Prefix for all internal functions changed from `icalendar-'
276 2004-10-19 Richard M. Stallman <rms@gnu.org>
278 * paths.el (news-path): Fix previous change.
280 2004-10-18 Jay Belanger <belanger@truman.edu>
282 * calc/calc-help.el (calc-describe-bindings):
283 Set `buffer-read-only' to nil while working in the keybindings buffer;
284 remove some extra information from the keybindings buffer.
286 2004-10-18 David Ponce <david@dponce.com>
288 * mouse.el (mouse-drag-move-window-top): New function.
289 (mouse-drag-mode-line-1): Use it.
291 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
293 * info.el (Info-fontify-node): For multiline refs,
294 arrange to unfontify newline and surrounding whitespace.
296 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
298 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
299 directory is missing.
301 2004-10-17 John Paul Wallington <jpw@gnu.org>
303 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
304 New customizable variable; whether to display buffers that match
305 `ibuffer-maybe-show-predicates' by default.
306 (ibuffer-maybe-show-predicates): Mention it in docstring.
307 (ibuffer-display-maybe-show-predicates): New variable.
308 (ibuffer-update): Prefix arg now toggles whether buffers that
309 match `ibuffer-maybe-show-predicates' should be displayed.
310 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
311 locally to heed `ibuffer-default-display-maybe-show-predicates'.
312 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
314 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
316 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
319 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
321 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
322 (Buffer-menu-beginning): New helper function.
323 (Buffer-menu-execute): Use it.
324 (Buffer-menu-select): Use it.
325 (Buffer-menu-sort): Use it and also keep markers.
327 2004-10-17 Richard M. Stallman <rms@gnu.org>
329 * paths.el (news-directory): Rename from news-path. Old name alias.
330 (rmail-spool-directory): Use defvar.
331 (sendmail-program): Use defcustom.
332 (remote-shell-program): Use defcustom.
333 (term-file-prefix): Use defvar.
334 (abbrev-file-name): Use defvar.
336 * term.el: Add maintainer.
338 * subr.el (with-local-quit): Return nil if there's a quit.
339 (read-passwd): Use with-local-quit. Doc fix.
341 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
342 (strokes-unload-hook): Set as a variable with add-hook.
344 * startup.el (fancy-splash-tail, normal-splash-screen):
345 Update copyright year.
347 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
349 * server.el (server-unload-hook): Set as a variable with add-hook.
351 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
353 * frame.el (special-display-popup-frame):
354 Make the buffer current as its frame is created.
356 * delsel.el (delsel-unload-hook): Set as a variable.
358 * comint.el (comint-output-filter-functions):
359 Add comint-watch-for-password-prompt.
360 (comint-read-noecho): Function deleted.
361 (send-invisible): Use read-passwd.
363 * fringe.el (fringe-mode-initialize): New function.
364 (fringe-mode): Use fringe-mode-initialize as :initialize.
366 2004-10-17 Kim F. Storm <storm@cua.dk>
368 * language/indian.el (indian-script-language-alist): Swap value and doc.
369 (indian-font-char-index-table): Doc fix.
371 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
373 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
375 2004-10-16 Juri Linkov <juri@jurta.org>
377 * progmodes/compile.el (compilation-start): Move let-binding of
378 `process-environment' into `with-current-buffer' body.
379 Reported by Matt Hodges <MPHodges@member.fsf.org>.
381 2004-10-16 Richard M. Stallman <rms@gnu.org>
383 * pcvs-util.el (cvs-bury-buffer):
384 Don't call get-buffer-window for effect.
386 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
388 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
390 * msb.el (msb-unload-hook): Set the variable.
392 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
393 Use * to err if buffer is readonly.
395 * subr.el (looking-back): Return only t or nil.
397 * whitespace.el (whitespace-unload-hook): Set the variable.
399 * view.el (view-mode-enable): Set view-page-size and
400 view-half-page-size to nil.
401 (view-set-half-page-size-default): view-half-page-size = nil
403 (View-scroll-page-forward): Use view-page-size-default.
404 (View-scroll-page-backward): Likewise.
405 (view-page-size, view-half-page-size): Doc fixes.
407 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
409 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
411 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
412 "cl" like other files. Instead, call byte-compile-find-cl-functions.
413 (byte-compile-log-1): Bind inhibit-read-only.
414 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
415 (byte-compile-log-warning): Likewise.
416 (byte-compile-file-form-require): Detect "cl" from the arg value.
418 * progmodes/compile.el (compilation-start): Assume compilation-mode
419 will make the buffer read-only.
420 (compilation-mode): Take arg name-of-mode.
421 (compilation-setup): Make buffer read-only.
422 (compilation-handle-exit): Bind inhibit-read-only.
424 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
425 (ispell-message): Likewise.
426 (ispell-show-choices): Don't call get-buffer-window uselessly.
427 (ispell-init-process): Use set-process-query-on-exit-flag.
429 2004-10-16 Kim F. Storm <storm@cua.dk>
431 * fringe.el (fringe-bitmaps): Only initialize when defined.
433 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
434 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
436 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
438 2004-10-15 Simon Josefsson <jas@extundo.com>
440 * net/password.el: Add.
442 2004-10-14 Masatake YAMATO <jet@gyve.org>
444 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
445 (gdb-script-end-of-defun): New function.
446 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
447 `gdb-script-end-of-defun' as *-of-defun-function.
449 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
451 * button.el (button-activate): Allow a marker to display as an action.
453 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
455 * help.el (describe-mode): Use it to make minor mode list into
458 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
460 * vc.el (vc-annotate-display-select): Fix typo.
462 * subr.el (substitute-key-definition-key): New function.
463 (substitute-key-definition): Use it with map-keymap.
464 (event-modifiers): Use push.
465 (mouse-movement-p, with-temp-buffer): Simplify.
467 2004-10-12 Jay Belanger <belanger@truman.edu>
469 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
471 (calc-help-index-entries): New function.
472 (calc-describe-function): Use `calc-help-function-list' instead of
473 obarray for completion.
474 (calc-describe-variable): Use `calc-help-variable-list' instead
475 of obarray for completion.
477 2004-10-12 Richard M. Stallman <rms@gnu.org>
479 * info-look.el (info-lookup-file): Add info-file property.
480 (info-lookup-symbol): Likewise.
482 * info.el (info-xref): Add underlining.
483 (info): Add info-file property.
484 (Info-find-emacs-command-nodes): Specify case-sensitive search.
486 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
488 Sync with Tramp 2.0.45.
490 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
491 defined. This is not the case for XEmacs without package "edebug".
492 (tramp-set-auto-save-file-modes): Set permissions of autosaved
493 remote files to the permissions of the original file. This is not
494 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
495 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
496 (tramp-perl-decode): Fix an error in Perl implementation.
497 $pending must be cleared every loop. Reported by Benjamin Place
498 <benjaminplace@sprintmail.com>
500 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
501 Don't activate advice during definition. This is done later on,
502 depending on test result of `substitute-in-file-name'.
503 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
505 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
507 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
509 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
511 2004-10-12 David Ponce <david@dponce.com>
513 * recentf.el (recentf-edit-list): Update the menu when the recentf
514 list has been modified.
516 2004-10-12 Simon Josefsson <jas@extundo.com>
518 * net/tls.el (tls-certtool-program): New variable.
519 (tls-certificate-information): New function, based on
520 ssl-certificate-information.
522 2004-10-12 Kenichi Handa <handa@m17n.org>
524 * international/mule.el (coding-system-equal): Move from mule-util.el.
526 * international/mule-util.el (coding-system-equal): Move to mule.el.
528 2004-10-12 Kim F. Storm <storm@cua.dk>
530 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
531 reset kmacro-initial-counter-value if set.
532 (kmacro-set-counter): Only set kmacro-counter if defining or executing
533 macro. Set kmacro-initial-counter-value otherwise. Never set both.
534 (kmacro-display): Show macro counter if non-zero.
536 * subr.el (substitute-key-definition): Mention command remapping
539 2004-10-11 Jay Belanger <belanger@truman.edu>
541 * calc/calc-misc.el (calc-info-goto-node): New function.
542 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
544 (calc-describe-copying, calc-describe-distribution)
545 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
546 Go to appropriate info node in one step.
548 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
550 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
552 * font-lock.el (font-lock-apply-highlight): Fix last change.
554 2004-10-11 Simon Josefsson <jas@extundo.com>
556 * mail/smtpmail.el (smtpmail-open-stream): Look for
557 starttls-gnutls-program instead of starttls-program iff
558 starttls-use-gnutls is non-nil.
559 (smtpmail-open-stream): Don't overwrite user settings of
560 starttls-extra-arguments and starttls-extra-args.
562 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
564 * comint.el (comint-mouse-insert-input): Remove.
565 (comint-insert-input): Make it work for mouse bindings.
566 (comint-mode-map): Move defs into the declaration.
567 (comint-output-filter): Typo.
569 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
571 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
573 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
574 (ange-ftp-call-chmod): Reference remote-shell-program instead of
575 ange-ftp-remote-shell.
577 2004-10-10 Andreas Schwab <schwab@suse.de>
579 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
580 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
581 Reported by <sri@asu.edu>.
583 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
585 * vc.el (vc-annotate-mode): Remove variable.
586 (vc-annotate-display-select): Only call vc-annotate-mode
587 if we're not in that mode already.
589 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
591 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
592 (imenu-choose-buffer-index): Check here for rescan instead.
594 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
595 where the face expression evals to nil.
597 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
598 (tex-font-lock-keywords-2): Use it.
599 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
601 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
603 2004-10-09 Kim F. Storm <storm@cua.dk>
605 * subr.el (progress-reporter-update): Define before first usage.
606 (make-progress-reporter): Doc fix.
608 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
610 * textmodes/paragraphs.el (sentence-end-double-space)
611 (sentence-end-without-period, sentence-end-without-space)
612 (sentence-end): Doc fixes.
614 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
616 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
617 Change paragraph-start regexp so we don't fill code starting with #'(.
619 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
621 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
623 (extract-address-components): Use it.
625 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
627 * subr.el (make-progress-reporter, progress-reporter-update)
628 (progress-reporter-force-update, progress-reporter-do-update)
629 (progress-reporter-done): New functions.
631 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
633 * progmodes/etags.el (etags-tags-completion-table): Use progress
635 (etags-tags-apropos): Likewise.
637 2004-10-08 Alan Mackenzie <acm@muc.de>
639 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
642 2004-10-08 Masatake YAMATO <jet@gyve.org>
644 * server.el (server-process-filter): Wrap `process-send-region'
645 by `condition-case' to guard the case when the pipe to PROC is closed.
647 2004-10-07 Mark A. Hershberger <mah@everybody.org>
649 * xml.el (xml-substitute-special): Limit handling of external entities.
651 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
653 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
655 2004-10-06 John Paul Wallington <jpw@gnu.org>
657 * xml.el (xml-parse-dtd): Fix `error' call.
659 2004-10-05 Mark A. Hershberger <mah@everybody.org>
661 * xml.el (xml-substitute-special): Return a single string instead
662 of a list of strings if an entity substitution is made.
664 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
666 * calendar/icalendar.el: New file.
668 2004-10-05 Juri Linkov <juri@jurta.org>
670 * isearch.el (isearch-done): Set mark after running hook.
671 Reported by Drew Adams <drew.adams@oracle.com>.
673 * info.el (Info-history, Info-toc): Fix Info headers.
674 (Info-toc): Narrow buffer before Info-fontify-node.
675 (Info-build-toc): Don't check for special Info file names.
676 Set main-file to nil if Info-find-file returns a symbol.
678 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
680 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
681 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
682 * calendar/cal-menu.el (calendar-mode-map): Ditto.
684 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
686 * calendar/cal-iso.el (calendar-iso-read-args): New function,
687 for old interactive spec from calendar-goto-iso-date.
688 (calendar-goto-iso-date): Use it.
689 (calendar-goto-iso-week): New function. Suggested by Emilio
690 C. Lopes <eclig@gmx.net>.
692 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
694 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
695 `set-right-margin' bindings that follow the minor mode conventions.
697 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
699 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
700 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
701 (latex-block-args-alist): Add minipage and picture.
702 (latex-block-body-alist): Use reftex-label if enabled.
703 (latex-insert-block): Don't insert a \n if not necessary.
704 (tex-compile-commands): Make sure dvips doesn't send to printer.
705 (tex-compile-default): Handle the case where no executable is found.
706 (latex-noindent-environments): New var.
707 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
708 If tex-indent-allhanging is non-nil, make sure we only align for macros
709 at beginning of line.
711 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
713 * newcomment.el (comment-beginning): Doc fix and don't choke on
714 unset `comment-end-skip' when at beginning of comment.
716 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
718 * term.el (term-adjust-current-row-cache): Don't allow the current
719 row to become negative.
720 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
721 the end of the line. Fix scroll down. Add comments.
722 (term-handle-ansi-escape): Don't exceed terminal width when moving
724 (term-scroll-region): Move the cursor after setting the scroll region.
726 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
728 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
729 to `width' for consistency with docstring. Doc fix.
731 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
733 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
734 This is necessary for derived modes.
736 2004-09-30 Kim F. Storm <storm@cua.dk>
738 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
739 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
741 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
742 kmacro-extract-lambda functions.
743 (edit-kbd-macro): Handle kmacro lambda forms.
744 Include counter and counter format in edit buffer.
745 (edmacro-finish-edit): Get counter and format from edit buffer and
746 update kmacro bindings when found.
748 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
750 * textmodes/paragraphs.el (forward-paragraph):
751 Avoid args-out-of-range error when point winds up at the beginning of
752 the buffer and hard newlines are enabled.
754 * newcomment.el (comment-multi-line): Doc fix.
756 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
758 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
759 (diff-fixup-modifs): Catch unified-diff file-headers.
761 2004-09-29 Kim F. Storm <storm@cua.dk>
763 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
764 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
765 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
767 * fringe.el (fringe-bitmap-p): New macro.
768 (fringe-bitmaps): Add standard fringe bitmaps on load.
770 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
772 * dired.el (dired-view-command-alist): Use more efficient regexps.
773 Remove dubious arguments.
774 (dired-align-file): New function.
775 (dired-insert-directory): Use it.
776 (dired-move-to-end-of-filename): Make the " -> " search more specific.
777 (dired-buffers-for-dir): Remove unused var `pattern'.
779 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
781 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
782 from diary display excursion. Store diary buffer's point for
783 `simple-diary-display'.
784 (simple-diary-display): Set window point and start when
785 displaying buffer, to preserve point.
787 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
789 * textmodes/enriched.el (enriched-translations): Replace defconst
792 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
794 * printing.el: Doc fix.
795 (pr-version): New version number (6.8.1).
796 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
798 (pr-delete-file): Check if file exists before deleting it.
799 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
801 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
803 * term.el (term-display-table): New variable.
805 (term-exec-1): Set the coding system to binary.
806 (term-emulate-terminal): Decode the string before inserting it.
808 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
810 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
811 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
812 (map): Bind S-prior, S-next and S-insert.
813 (term-mode): Set `indent-tabs-mode' to nil.
814 (term-paste): New function to be bound to S-insert.
815 (term-send-del, term-send-backspace): Change the strings sent.
816 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
817 (term-handle-colors-array): Fix handling of underline and reverse.
818 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
819 (term-erase-in-line): Fix comparison.
820 (term-emulate-terminal): Fix line wrap handling.
821 (term-start-output-log): Rename from `term-set-output-log'.
822 (term-stop-output-log): Rename from `term-stop-photo'.
823 (term-switch-to-alternate-sub-buffer): Comment out, unused.
825 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
827 * dired.el (dired-move-to-filename): Don't output a message if
828 raise-error is non-nil. Fix return position and value.
830 * files.el (insert-directory): Obey --dired even with symlinks.
832 2004-09-25 Lars Hansen <larsh@math.ku.dk>
834 * ls-lisp.el (ls-lisp-format): Mark file names with property
837 2004-09-25 Kim F. Storm <storm@cua.dk>
839 * ido.el (ido-max-directory-size): New defcustom.
840 (ido-decorations): Add "too big" element.
841 (ido-directory-too-big): New dynamic var.
842 (ido-may-cache-directory): Don't cache big directories.
843 (ido-directory-too-big-p): New defun.
844 (ido-set-current-directory): Update ido-directory-too-big.
845 (ido-read-internal): Make empty ido-cur-item if too-big.
846 (ido-buffer-internal): Use ido-read-internal directly instead of
848 (ido-file-internal): Init ido-directory-too-big.
849 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
850 and redo completion with full list.
851 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
852 it, and show completions.
853 (ido-all-completions): Let bind ido-directory-too-big to nil.
854 (ido-exhibit): Handle ido-directory-too-big.
855 (ido-read-buffer): Handle fallback to read-buffer.
856 Init ido-directory-too-big.
857 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
858 Init ido-directory-too-big.
860 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
862 * subr.el (delay-mode-hooks): Doc fix.
864 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
866 * textmodes/enriched.el
867 (enriched-default-text-properties-local-flag): New variable.
868 (enriched-mode): Make sure that enabling and disabling the mode is
871 2004-09-23 H
\e,Ae
\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
873 * calendar/holidays.el (holiday-advent): Report on a specified day
874 offset from advent, not just advent.
875 (holiday-easter-etc): Report on one specified day offset from
876 easter, not all easter holidays. Various Easter holidays moved to
877 `christian-holidays' variable in calendar.el.
878 * calendar/calendar.el (christian-holidays): Adapt for new
879 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
881 2004-09-23 Kim F. Storm <storm@cua.dk>
883 * image.el (insert-sliced-image): Add doc string.
885 * ido.el (ido-choice-list): New dynamic var for `list' context.
886 (ido-context-switch-command): New dynamic var.
887 (ido-define-mode-map): Generalize switch between file/buffer contexts.
888 (ido-read-internal): Handle new `list' context.
889 Handle insert-buffer and insert-file ido-exit values.
890 (ido-buffer-internal): New arg switch-cmd. Use it to setup
891 ido-context-switch-command. Handle insert-file ido-exit value.
892 (ido-read-buffer): Set ido-context-switch-command to 'ignore
893 unless it is already bound by caller.
894 (ido-file-internal): New arg switch-cmd. Use it to setup
895 ido-context-switch-command. Handle insert-buffer ido-exit value.
896 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
897 used for context switching.
898 (ido-all-completions): Handle new `list' context.
899 (ido-make-choice-list): Return choices for `list' context.
900 (ido-find-file-in-dir, ido-display-file, ido-write-file)
901 (ido-display-buffer, ido-kill-buffer): Disable context switching.
902 (ido-insert-buffer, ido-insert-file): Setup context switching.
903 (ido-exhibit): Handle `list' context.
904 (ido-read-file-name): Disable context switching. Handle fallback.
905 (ido-read-directory-name): Disable context switching.
906 (ido-completing-read): New defun like completing-read. Setup and
907 use new `list' context.
909 2004-09-20 Jesper Harder <harder@ifa.au.dk>
911 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
913 2004-09-21 Jay Belanger <belanger@truman.edu>
915 * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
916 `calc-graph-set-styles' so the gnuplot buffer will appear in a
919 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
921 * subr.el (after-change-major-mode-hook): Doc fix.
923 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
925 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
926 of ghostscript for monochrome PostScript file in Windows.
928 2004-09-21 Kenichi Handa <handa@m17n.org>
930 * descr-text.el (describe-char): Checking of quail activation
933 2004-09-21 Jay Belanger <belanger@truman.edu>
935 * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
937 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
939 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
940 after the mode hooks instead of before. Doc fix.
942 2004-09-20 Jason Rumney <jasonr@gnu.org>
944 * startup.el (command-line) [windows-nt]: Try .emacs first, then
945 _emacs, but revert to .emacs if neither exists in home directory.
947 2004-09-20 John Paul Wallington <jpw@gnu.org>
949 * bindings.el (completion-ignored-extensions): Add .dfsl.
951 2004-09-20 Richard M. Stallman <rms@gnu.org>
953 * bindings.el (scroll-left): Make it disabled.
955 * files.el (enable-local-eval): Doc fix.
957 * indent.el (move-to-left-margin): Special case for minibuffer.
959 * term.el (term-emulate-terminal): Turn off undo for output.
960 Use with-current-buffer and save-selected-window.
962 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
964 * progmodes/make-mode.el (makefile-fill-paragraph):
965 Don't insist on spaces when looking for comments. # is enough.
967 * files.el (hack-local-variables): Copy the variables list
968 to another buffer, strip prefixes and suffixes there, then read.
969 (enable-local-eval): Doc fix.
970 (ignored-local-variables): Initialize to nil.
971 (risky-local-variable-p): Don't check ignored-local-variables here.
972 (hack-one-local-variable): Ignore var if in ignored-local-variables.
974 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
976 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
977 of = to "." (punctuation).
979 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
981 * subr.el (event-basic-type): Fix mask (extend to 22bits).
983 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
985 * textmodes/enriched.el (enriched-rerun-flag): New variable.
986 (enriched-before-change-major-mode): New function.
987 Add it to `change-major-mode-hook'.
988 (enriched-after-change-major-mode): New function.
989 Add it to `after-change-major-mode-hook'.
990 (enriched-mode): Make it work correctly if called from
991 `after-change-major-mode-hook'.
992 No longer set `indent-line-function'.
994 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
996 * subr.el (after-change-major-mode-hook): New variable.
997 (run-mode-hooks): Implement it.
999 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
1001 * battery.el (battery-linux-proc-apm): Use string-to-number.
1002 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
1003 Use dolist (and less indentation). Use erase-buffer.
1004 Pre-initialize `design-capacity', `warn', and `low'.
1005 (battery-format): Use replace-regexp-in-string.
1007 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
1009 * battery.el: Delete superfluous empty lines.
1010 (battery-linux-proc-acpi): Attempt to gather information from all
1011 battery subdirectories regardless of their file name.
1012 (battery-linux-proc-apm): Replace all occurrences of
1013 battery-hex-to-int-2 with string-to-int (base 16).
1014 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
1015 (battery-hex-map): Delete variable.
1017 2004-09-18 John Paul Wallington <jpw@gnu.org>
1019 * calc/calc-units.el (calc-quick-units): Fix overzealous
1022 2004-09-17 Jay Belanger <belanger@truman.edu>
1024 * calc/calc.el (calc-mode-var-list): Fixed the value of
1025 `calc-matrix-brackets'.
1027 2004-09-17 Romain Francoise <romain@orebokech.com>
1029 * ibuf-ext.el (define-ibuffer-filter filename):
1030 Expand dired-directory since buffer-file-name is absolute.
1032 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
1034 * ediff-init.el (ediff-current-diff-face-A)
1035 (ediff-current-diff-face-B, ediff-current-diff-face-C)
1036 (ediff-current-diff-face-Ancestor)
1037 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1038 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1039 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1040 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1041 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1042 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1045 * term.el (term-down): Perform vertical motion if DOWN is negative.
1046 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
1047 (term-termcap-format): Synchronyze with the eterm terminfo entry
1049 (term-handle-colors-array): If the current foreground or
1050 background are zero (i.e. unspecified), use the foreground and
1051 background of the default face for reverse video.
1052 (term-ansi-at-eval-string, term-ansi-default-fg)
1053 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
1054 (term-mem): Delete ununsed function.
1055 (term-protocol-version): Increment.
1056 (term-current-face): Set to default.
1058 2004-09-15 Jay Belanger <belanger@truman.edu>
1060 * calc/calc.el (calc-mode-var-list): Define this variable.
1061 (calc-always-load-extensions, calc-line-numbering)
1062 (calc-line-breaking, calc-display-just, calc-display-origin)
1063 (calc-number-radix, calc-leading-zeros, calc-group-digits)
1064 (calc-group-char, calc-point-char, calc-frac-format)
1065 (calc-prefer-frac, calc-hms-format, calc-date-format)
1066 (calc-float-format, calc-full-float-format, calc-complex-format)
1067 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1068 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1069 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1070 (calc-matrix-brackets, calc-language, calc-language-option)
1071 (calc-left-label, calc-right-label, calc-word-size)
1072 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1073 (calc-display-raw, calc-internal-prec, calc-angle-mode)
1074 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1075 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1076 (calc-window-height, calc-display-trail, calc-show-selections)
1077 (calc-use-selections, calc-assoc-selections)
1078 (calc-display-working-message, calc-auto-why, calc-timing)
1079 (calc-mode-save-mode, calc-standard-date-formats)
1080 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
1081 (calc-user-parse-tables, calc-gnuplot-default-device)
1082 (calc-gnuplot-default-output, calc-gnuplot-print-device)
1083 (calc-gnuplot-print-output, calc-gnuplot-geometry)
1084 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
1085 (calc-invocation-macro, calc-show-banner): Give these values as
1086 part of `calc-mode-var-list's initialization after the variables
1087 are declared with defvar.
1088 (calc-bug-address): Changed email address to send bug
1089 reports to. Also changed the maintainer address at the top.
1090 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
1091 than "\\.emacs" to determine if it is the user-init-file.
1093 * calc/calc-embed.el (calc-embedded-set-modes): Use
1094 `calc-mode-var-list' correctly.
1096 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
1098 * vc.el (annotate-time): Document point handling.
1099 (vc-annotate-display-autoscale): Doc fix.
1101 2004-09-15 Miles Bader <miles@gnu.org>
1103 * generic.el (generic-make-keywords-list): Use symbol rather than
1104 word anchors in regexp.
1106 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
1108 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
1109 no file name consider `dired-directory'.
1111 2004-09-14 Kim F. Storm <storm@cua.dk>
1113 * faces.el (cursor): Add face-no-inherit property. Doc fix.
1115 2004-09-14 Simon Josefsson <jas@extundo.com>
1117 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
1119 * textmodes/dns-mode.el: Add.
1121 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
1123 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
1124 (disabled-command-function): Make the ?\ char more obvious.
1126 * vc-arch.el (vc-arch-root, vc-arch-registered):
1127 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
1129 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
1131 * windmove.el (windmove-frame-edges): Report coordinates of
1132 outside edges of frame, not inside edges.
1133 (windmove-coordinates-of-position): Convert into wrapper to new
1134 function `windmove-coordinates-of-window-position';
1135 `compute-motion' always applies to selected window.
1136 (windmove-coordinates-of-position): Update documentation to refer
1137 to Emacs 21 Lisp Reference Manual.
1138 (windmove-find-other-window): Fix off-by-one errors for max x,y.
1140 2004-09-13 Kim F. Storm <storm@cua.dk>
1142 * isearch.el (isearch-resume-in-command-history): Rename from
1143 isearch-resume-enabled and change default to nil.
1145 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
1147 * vc-hooks.el (vc-ignore-dir-regexp): New var.
1148 (vc-registered): Use it.
1149 (vc-find-root): New fun.
1151 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1152 Don't tell to use \\{...} when it's already done.
1154 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
1155 Provide a sample complex default.
1156 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
1157 (bibtex-entry): Use mapc.
1159 2004-09-12 Kim F. Storm <storm@cua.dk>
1161 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
1163 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
1164 inhibit-field-text-motion to t so rectangles work in comint buffers.
1166 * simple.el (choose-completion-string): Set buffer before running
1167 choose-completion-string-functions hook so it can be buffer-local.
1169 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
1171 * progmodes/compile.el (compilation-start): Parse command to see
1172 if it starts with a cd, and if so perform it for the *compilation*
1173 buffer. Change the header to reflect this.
1175 2004-09-11 Kim F. Storm <storm@cua.dk>
1177 * ido.el (ido-enable-dot-prefix): Doc fix.
1178 (ido-enable-dot-prefix): New defcustom.
1179 (ido-set-matches1): Use it.
1181 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
1183 * textmodes/bibtex.el (bibtex-mark-active)
1184 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
1186 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1188 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
1189 used in a case insensitive environment.
1190 (bibtex-mode-map): Rearrange order of menus.
1191 (bibtex-quoted-string-re): Obsolete.
1192 (bibtex-complete-key-cleanup): Variable replaced by new function.
1193 (bibtex-font-lock-keywords): Use backquotes.
1194 (bibtex-font-lock-url-regexp): New internal variable.
1195 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
1197 (bibtex-insert-current-kill, bibtex-make-field)
1198 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
1199 (bibtex-parse-field-text): Simplify.
1200 (bibtex-string=): New helper function.
1201 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
1202 (bibtex-map-entries): Use bibtex-string=.
1203 (bibtex-search-entry): Use not.
1204 (bibtex-enclosing-field): Fix docstring.
1205 (bibtex-assoc-regexp): Obsolete.
1206 (bibtex-format-entry): Use assoc-string and bibtex-string=.
1207 (bibtex-autokey-get-names): Handle empty name field.
1208 (bibtex-parse-strings): Use assoc-string and unless.
1209 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
1211 (bibtex-pop): Simplify.
1212 (bibtex-mode): Set font-lock-extra-managed-props.
1213 (bibtex-entry-update): Use assoc-string.
1214 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
1215 (bibtex-autofill-entry): Use bibtex-string=.
1216 (bibtex-print-help-message): Simplify.
1217 (bibtex-find-entry): New optional arg START.
1218 (bibtex-validate): Use bibtex-string= and assoc-string.
1219 Do not call obsolete function compilation-parse-errors.
1220 (bibtex-remove-delimiters): Only remove delimiters if present.
1221 (bibtex-copy-entry-as-kill): Add docstring.
1222 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
1223 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
1224 (bibtex-complete): Use bibtex-predefined-month-strings,
1225 bibtex-string=, and new function bibtex-complete-key-cleanup.
1226 (bibtex-generate-url-list): New variable.
1227 (bibtex-url): New command bound to C-c C-l and mouse-2.
1228 (bibtex-url-map): New local keymap for bibtex-url-mouse.
1229 (bibtex-font-lock-url): New function.
1231 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
1233 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
1235 2004-09-09 Kim F. Storm <storm@cua.dk>
1237 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
1238 counter and format with binding.
1239 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
1240 the declared macro uses own macro counter and format. Give symbol
1242 (kmacro-keymap): Bind kmacro-name-last-macro to n.
1243 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
1244 (kmacro-end-and-call-macro): Doc fix.
1246 2004-09-09 Lars Hansen <larsh@math.ku.dk>
1248 * desktop.el (desktop-clear-preserve-buffers):
1249 Remove make-obsolete-variable.
1251 2004-09-08 Richard M. Stallman <rms@gnu.org>
1253 * buff-menu.el (list-buffers-noselect): Call format-mode-line
1254 with the buffer as argument.
1256 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
1258 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
1260 2004-09-08 Juri Linkov <juri@jurta.org>
1262 * replace.el (perform-replace): Use `query-replace-descr'.
1264 * cus-start.el (history-delete-duplicates): Specify customization.
1266 * diff-mode.el (diff-mode-map):
1267 * progmodes/compile.el (compilation-mode-map):
1268 * progmodes/grep.el (grep-mode-map):
1269 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
1270 to `next-error-follow-minor-mode'.
1272 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1274 * isearch.el (isearch-lazy-highlight-update): Take into account
1275 the case of zero-length match at the search bound.
1277 2004-09-08 Kim F. Storm <storm@cua.dk>
1279 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
1280 change. Use zero width overlays when necessary.
1282 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1284 * subr.el (split-string): Docfix.
1286 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1288 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
1289 (display-call-tree): Ensure newline after caller/calls blocks.
1291 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1293 * startup.el (command-line-1): Make option
1294 --directory/-L modify `load-path' straight away.
1296 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1298 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
1300 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1302 * emacs-lisp/autoload.el (make-autoload):
1303 Handle `define-compilation-mode'.
1305 * emacs-lisp/lisp-mode.el (define-compilation-mode):
1306 Specify `doc-string-elt' property.
1308 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1310 * bs.el (bs-mode): Doc fix.
1312 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1314 * info.el (Info-insert-dir): Fix temp buffer leak bug.
1316 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
1318 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
1320 2004-09-08 Kenichi Handa <handa@m17n.org>
1322 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
1323 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
1324 ps-mule-next-point -> 1+).
1326 * composite.el (encode-composition-rule): Add autoload cooky.
1328 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
1330 * format.el (buffer-auto-save-file-format): Make it permanent local.
1332 2004-09-07 Kim F. Storm <storm@cua.dk>
1334 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
1335 (authors-fixed-entries): Fix typo.
1336 (authors-canonical-author-name): Compact multiple spaces.
1337 Ignore trivial names (e.g. only first name).
1339 * term.el (term-window-width): Only use full window width on
1340 window system if overflow-newline-into-fringe is enabled.
1341 (term-mode): Don't disable overflow-newline-into-fringe.
1343 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
1345 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
1346 motion as seen on my Mac OS X xterms.
1348 * newcomment.el (uncomment-region-default, comment-region-default):
1349 New functions extracted from uncomment-region and comment-region.
1350 (comment-region, comment-region-function, uncomment-region)
1351 (uncomment-region-function): Use them.
1353 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
1355 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
1356 It's not crucial but can make sense at times.
1358 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
1361 * vc.el (vc-buffer-context, vc-restore-buffer-context):
1362 Disable obsolete code.
1364 2004-09-07 Juri Linkov <juri@jurta.org>
1366 * progmodes/grep.el (grep-highlight-matches): Change default from
1367 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
1368 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
1369 if grep option `--color' is available, or to `nil' otherwise.
1370 (grep-process-setup): Call `grep-compute-defaults' if
1371 `grep-highlight-matches' is not computed. Set env-vars only
1372 if `grep-highlight-matches' is `t'.
1373 (grep-use-null-device): Remove redundant type `boolean' (`choice'
1374 is already defined).
1376 * progmodes/compile.el (compilation-start): Use copy of
1377 `process-environment' created by `copy-sequence' to not
1378 modify env-vars in the global `process-environment'.
1380 2004-09-06 Eli Zaretskii <eliz@gnu.org>
1382 * simple.el (next-error-follow-minor-mode): Fix last change.
1384 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
1386 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
1389 2004-09-04 Richard M. Stallman <rms@gnu.org>
1391 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
1392 highlighting if the search string is empty.
1394 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
1396 * facemenu.el (facemenu-active-faces): Change condition of inner
1397 `while' loop to also check the first two elements of `face-atts'
1400 2004-09-04 John Paul Wallington <jpw@gnu.org>
1402 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
1403 (thumbs-view-image-mode): Make buffer read-only.
1405 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
1407 * textmodes/ispell.el (ispell-really-aspell): New defvar.
1408 (ispell-check-version): Set it.
1409 (ispell-send-replacement): New function.
1410 (ispell-process-line): Call ispell-send-replacement.
1412 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
1414 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
1415 Support choosing seconds with "s".
1417 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
1419 * terminal.el (te-escape): Show `?' in prompt for help key.
1421 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
1423 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
1425 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
1427 * simple.el (next-error-follow-minor-mode)
1428 (next-error-follow-mode-post-command-hook): New functions.
1429 (next-error-follow-last-line): New defvar.
1431 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
1432 * progmodes/compile.el (compilation-mode-map): Likewise.
1433 * progmodes/grep.el (grep-mode-map): Likewise.
1434 * replace.el (occur-mode-map): Likewise.
1436 * newcomment.el (uncomment-region): Bind comment-use-global-state
1439 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
1441 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
1442 locally around the call to `revert-buffer'.
1444 2004-09-03 Juri Linkov <juri@jurta.org>
1446 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
1447 `isearch-adjusted' to `t'.
1448 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
1449 (isearch-message-prefix): Add "pending" for isearch-adjusted.
1450 (isearch-other-meta-char): Restore isearch-point unconditionally.
1451 (isearch-query-replace): Add new arg `regexp-flag' and use it.
1452 Set point to start of match if region is not active in transient
1453 mark mode (to include the current match to region boundaries).
1454 Push the search string to `query-replace-from-history-variable'.
1455 Add prompt "Query replace regexp" for isearch-regexp.
1456 Add region beginning/end as last arguments of `perform-replace.'
1457 (isearch-query-replace-regexp): Replace code by the call to
1458 `isearch-query-replace' with arg `t'.
1460 2004-09-03 Richard M. Stallman <rms@gnu.org>
1462 * startup.el (normal-top-level): Undo previous TERM change.
1464 2004-09-03 Kim F. Storm <storm@cua.dk>
1466 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
1467 highlight overlays; allow using RET when cursor is over a button.
1468 (cua--highlight-rectangle): Use it.
1469 (cua--rectangle-set-corners): Don't move backwards at eol.
1470 (cua--forward-line): Don't move into void after eob.
1472 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
1473 point is set (and displayed) inside rectangle.
1474 (cua--rectangle-operation): Fix for highlight of empty lines.
1475 (cua--highlight-rectangle): Fix highlight for tabs.
1476 Position cursor at left/right edge of rectangle using new `cursor'
1477 property on overlay strings.
1478 (cua--indent-rectangle): Don't tabify.
1479 (cua-rotate-rectangle): Ignore that point has moved.
1481 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1483 * term/mac-win.el: Add ASCII equivalents for some function keys.
1484 (mode-line-frame-identification): Sync with x-win.el.
1486 2004-09-02 Juri Linkov <juri@jurta.org>
1488 * progmodes/compile.el (compilation-buffer-name): Compare major
1489 mode with second element of compilation-arguments instead of third
1490 to reflect latest changes in compilation-arguments structure.
1491 (recompile): Use global variable `compilation-directory' to get
1492 recent compilation directory only when `recompile' is invoked NOT
1493 in the compilation buffer. Otherwise, use `default-directory' of
1494 the compilation buffer.
1495 (compilation-error-properties): Allow to funcall col and end-col.
1496 (compilation-mode-font-lock-keywords): Check col and end-col by
1498 (compilation-goto-locus): If end-mk is non-nil in transient mark
1499 mode don't activate the mark (and don't display message in
1500 push-mark), but highlight overlay between mk and end-mk.
1502 * progmodes/grep.el (grep-highlight-matches): New defcustom.
1503 (grep-regexp-alist): Add rule to highlight grep matches.
1504 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
1506 * info.el (Info-fontify-node): Don't compute other-tag
1507 if Info-hide-note-references=hide.
1509 * help.el (function-called-at-point):
1510 * help-fns.el (variable-at-point):
1511 Try `find-tag-default' when other methods failed.
1513 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
1514 Do not push mark if inhibit-mark-movement is non-nil.
1516 * textmodes/ispell.el (ispell-html-skip-alists):
1517 Fix backslashes in docstring.
1519 2004-09-01 Juri Linkov <juri@jurta.org>
1521 * isearch.el (isearch-wrap-function)
1522 (isearch-push-state-function): New defvars.
1523 (isearch-pop-fun-state): New defsubst.
1524 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
1525 (isearch-push-state): Set the result of calling
1526 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
1527 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
1528 restore the mode-specific starting point of terminated search.
1529 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
1530 (isearch-repeat): Call `isearch-wrap-function' if defined.
1531 (isearch-message-prefix): Don't add prefix "over" to the message
1532 for wrapped search if `isearch-wrap-function' is defined.
1533 (isearch-search): Call function saved in `isearch-pop-fun-state' to
1534 restore the mode-specific starting point of failed search.
1536 * info.el (Info-search-whitespace-regexp): Fix backslashes.
1537 (Info-search): Add new optional arguments for the sake of isearch.
1538 Replace whitespace in Info-search-whitespace-regexp literally.
1539 Add backward search. Don't call `Info-select-node' if regexp is
1540 found in the same Info node. Don't add node to Info-history for
1542 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
1543 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
1544 (Info-mode): Set local variables `isearch-search-fun-function',
1545 `isearch-wrap-function', `isearch-push-state-function',
1546 `search-whitespace-regexp'.
1548 * isearch.el: Remove ancient Change Log section.
1549 (isearch-string, isearch-message-string, isearch-point)
1550 (isearch-success, isearch-forward-flag, isearch-other-end)
1551 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1552 (isearch-barrier, isearch-within-brackets)
1553 (isearch-case-fold-search): Add suffix `-state' to state-related
1554 defsubsts to avoid name clashes with other function names.
1556 * simple.el (next-error): New defgroup and defface.
1557 (next-error-highlight, next-error-highlight-no-select):
1559 (next-error-no-select): Let-bind next-error-highlight to the value
1560 of next-error-highlight-no-select before calling `next-error'.
1562 * progmodes/compile.el (compilation-goto-locus):
1563 Use `next-error' face instead of `region'. Set 4-th argument of
1564 `move-overlay' to `current-buffer' to move overlay to different
1565 source buffers. Use new variable `next-error-highlight'.
1567 * simple.el (next-error-find-buffer): Move the rule
1568 "if current buffer is a next-error capable buffer" after the
1569 rule "if next-error-last-buffer is set to a live buffer".
1570 Simplify to test all rules in one `or'.
1571 (next-error): Doc fix.
1572 (next-error, previous-error, first-error)
1573 (next-error-no-select, previous-error-no-select):
1574 Make arguments optional.
1576 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
1578 * macros.el (apply-macro-to-region-lines): Make it operate on all
1579 lines that begin in the region, rather than on all complete lines
1582 2004-08-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1584 * x-dnd.el (x-dnd-protocol-alist): Document update.
1585 (x-dnd-known-types): Defcustom it.
1586 (x-dnd-handle-motif): Print message-atom in error message.
1588 2004-08-30 John Paul Wallington <jpw@gnu.org>
1590 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
1591 strings rather than programatically constructing message.
1593 2004-08-30 Richard M. Stallman <rms@gnu.org>
1595 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
1596 Don't return a string that would read as the wrong character code.
1598 2004-08-29 Kim F. Storm <storm@cua.dk>
1600 * emulation/cua-base.el (cua-auto-expand-rectangles):
1601 Remove automatic rectangle padding feature; replace by non-destructive
1602 virtual rectangle edges feature.
1603 (cua-virtual-rectangle-edges): New defcustom.
1604 (cua-auto-tabify-rectangles): New defcustom.
1605 (cua-paste): If paste into a marked rectangle, insert rectangle at
1606 current column, even if virtual; also paste exactly as many lines
1607 as has been marked (ignore additional lines or add empty lines),
1608 but paste whole source if only one line is marked.
1609 (cua--update-indications): No longer use overwrite-cursor to
1610 indicate rectangle padding
1612 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
1613 (cua--rectangle-virtual-edges): New defun.
1614 (cua--rectangle-get-corners): Remove optional PAD arg.
1615 (cua--rectangle-set-corners): Never do padding.
1616 (cua--forward-line): Remove optional PAD arg. Simplify.
1617 (cua-resize-rectangle-right, cua-resize-rectangle-left)
1618 (cua-resize-rectangle-down, cua-resize-rectangle-up):
1619 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
1620 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
1621 (cua--rectangle-move): Never do padding. Simplify.
1622 (cua--tabify-start): New defun.
1623 (cua--rectangle-operation): Add tabify arg. All callers changed.
1624 (cua--pad-rectangle): Remove.
1625 (cua--delete-rectangle): Handle delete with virtual edges.
1626 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
1627 (cua--insert-rectangle): Handle insert at virtual column.
1628 Perform auto-tabify if necessary.
1629 (cua--activate-rectangle): Remove optional FORCE arg.
1630 Never do padding. Simplify.
1631 (cua--highlight-rectangle): Enhance for virtual edges.
1632 (cua-toggle-rectangle-padding): Remove command.
1633 (cua-toggle-rectangle-virtual-edges): New command.
1634 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
1635 (cua--rectangle-post-command): Don't force rectangle padding.
1636 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
1638 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
1640 * indent.el (edit-tab-stops-buffer): Doc fix.
1642 2004-08-28 Richard M. Stallman <rms@gnu.org>
1644 * progmodes/grep.el (grep-default-command): Use find-tag-default.
1645 (grep-tag-default): Function deleted.
1647 * subr.el (find-tag-default): Moved from etags.el.
1649 * progmodes/etags.el (find-tag-default): Moved to subr.el.
1651 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
1652 into the basic character if it has an uppercase form.
1654 2004-08-27 Kenichi Handa <handa@m17n.org>
1656 * international/utf-8.el (utf-8-post-read-conversion): If the
1657 buffer is unibyte, temporarily make it multibyte.
1659 2004-08-27 Masatake YAMATO <jet@gyve.org>
1661 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
1663 2004-08-25 John Paul Wallington <jpw@gnu.org>
1665 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
1666 0, 1, and many mismatches in message.
1667 (tex-start-shell): Use `set-process-query-on-exit-flag'.
1669 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
1670 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
1672 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
1674 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
1675 vc-diff-switches differently.
1677 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
1679 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
1680 before and a real defvar after
1681 `speedbar-supported-extension-expressions'. This is to silence
1682 the compiler without breaking bootstrapping.
1684 2004-08-22 Richard M. Stallman <rms@gnu.org>
1686 * textmodes/flyspell.el (flyspell-word):
1687 Use set-process-query-on-exit-flag.
1688 (flyspell-highlight-duplicate-region): Take POSS as arg.
1689 (flyspell-word): Pass POSS as arg.
1691 * progmodes/ada-xref.el: Many doc and style fixes.
1692 (ada-find-any-references): Use compilation-start.
1693 (ada-get-ali-file-name): Improve error msg.
1694 (ada-get-ada-file-name): Likewise.
1696 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
1697 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
1699 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1702 * whitespace.el (global-whitespace-mode): New alias
1703 for whitespace-global-mode.
1705 * speedbar.el (speedbar-file-regexp): Definition moved up.
1706 (speedbar-mode, speedbar-set-mode-line-format):
1707 Use with-no-warnings.
1708 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
1710 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
1711 controls whether to display the error buffer.
1713 * ps-mule.el: Delete compatibility code for old Emacses.
1714 (ps-mule-find-wrappoint): Don't use chars-in-region.
1716 * frame.el (display-mouse-p, display-selections-p):
1717 Use with-no-warnings.
1719 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
1721 2004-08-22 David Kastrup <dak@gnu.org>
1723 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
1726 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
1728 2004-08-22 Andreas Schwab <schwab@suse.de>
1730 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
1732 2004-08-22 Masatake YAMATO <jet@gyve.org>
1734 * cvs-status.el (cvs-status-checkout): New function.
1735 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
1737 2004-08-21 David Kastrup <dak@gnu.org>
1739 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
1740 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
1741 has been converted to use hashtables, the relation `nil=none' is
1742 no longer valid, as `nil' is not a hashtable. This patch tries to
1743 reduce the number of resulting errors.
1745 2004-08-21 John Paul Wallington <jpw@gnu.org>
1747 * subr.el (process-kill-without-query): Made obsolete in
1748 version 21.4, not 21.5.
1750 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
1751 (vc-previous-comment, vc-next-comment)
1752 (vc-comment-search-reverse, vc-comment-search-forward)
1753 (vc-comment-to-change-log): Likewise.
1755 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
1757 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
1759 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
1760 Correct indentation of DEFMETHODS with non-standard method
1761 combinations (e.g., PROGN, MIN, MAX).
1763 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
1765 * startup.el (normal-top-level-add-subdirs-to-load-path):
1766 Avoid unnecessarily checking system-type.
1767 (normal-top-level): Set TERM to "dumb". Simplify.
1769 * avoid.el (mouse-avoidance-ignore-p): New fun.
1770 Also ignore switch-frame, select-window, double, and triple clicks.
1771 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
1772 (mouse-avoidance-fancy-hook): Use it.
1774 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
1776 * avoid.el (mouse-avoidance-nudge-mouse)
1777 (mouse-avoidance-banish-destination): Stay within the current window
1778 to avoid problems with mouse-autoselect-window.
1780 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
1782 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
1783 the newer format of some messages in cvs-1.12.1.
1785 2004-08-19 Masatake YAMATO <jet@gyve.org>
1787 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
1788 (elp-results-jump-to-definition-by-mouse)
1789 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
1790 (elp-output-result): Use elp-output-insert-symname.
1792 2004-08-18 Kenichi Handa <handa@m17n.org>
1794 * language/cyrillic.el: Register koi8-r in
1795 ctext-non-standard-encodings-alist.
1796 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
1798 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
1800 * emacs-lisp/copyright.el (copyright-update-year): Delete code
1801 that replaces 20xy with xy.
1803 2004-08-17 John Paul Wallington <jpw@gnu.org>
1805 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
1806 (reb-force-update): Doc fix.
1808 2004-08-16 Richard M. Stallman <rms@gnu.org>
1810 * progmodes/which-func.el (which-func-update-1): Doc fix.
1812 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
1813 (sh-mode-abbrev-table): New variable.
1815 * progmodes/compile.el (compilation-mode): Doc fix.
1817 * emacs-lisp/lisp-mode.el (eval-last-sexp):
1818 Don't cons a new symbol each time.
1819 (eval-last-sexp-fake-value): New variable.
1821 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
1822 (copyright-update-year): Detect continuation of list of years.
1824 * term.el (term-default-fg-color, term-default-bg-color)
1825 (ansi-term-color-vector): Use `unspecified', not nil, as default.
1827 * imenu.el: Several doc fixes: don't say variables are buffer-local.
1829 2004-08-16 Davis Herring <herring@lanl.gov>
1831 * isearch.el (isearch-string, isearch-message-string, isearch-point)
1832 (isearch-success, isearch-forward-flag, isearch-other-end)
1833 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1834 (isearch-barrier, isearch-within-brackets)
1835 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
1837 2004-08-16 Kenichi Handa <handa@m17n.org>
1839 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
1841 2004-08-15 Kenichi Handa <handa@m17n.org>
1843 * term/x-win.el (x-selection-value): If utf8 was successful but
1844 ctext was not, use utf8 string.
1846 2004-08-14 Davis Herring <herring@lanl.gov>
1848 * isearch.el: Remove accidental changes of March 4. Fix backing
1849 up when a regexp isearch is made more general. Use symbolic
1850 accessor functions for isearch stack frames to make usage clearer.
1851 (search-whitespace-regexp): Made groups in documentation shy (as
1852 is the group in the default value).
1853 (isearch-fallback): New function, addresses problems with regexps
1854 liberalized by `\|', adds support for liberalization by `\}' (the
1855 general repetition construct), and incorporates behavior for
1857 (isearch-}-char): New command, calls `isearch-fallback' with
1858 arguments appropriate to a typed `}'.
1859 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
1861 (isearch-mode-map): Bind `}' to `isearch-}-char'.
1862 (isearch-string, isearch-message,string, isearch-point)
1863 (isearch-success, isearch-forward-flag, isearch-other-end)
1864 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
1865 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
1866 New inline functions to read fields of a stack frame.
1868 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
1870 * battery.el (battery-linux-proc-acpi): Look into battery
1871 directories matching the literal string "CMB", too (required for
1872 Linux kernel version 2.6.7).
1874 2004-08-14 John Paul Wallington <jpw@gnu.org>
1876 * cus-start.el (read-file-name-completion-ignore-case): Add.
1877 (blink-cursor-alist): Change version to "21.4".
1879 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
1881 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
1883 * speedbar.el (speedbar-scan-subdirs): New option.
1884 (speedbar-file-lists): Don't ignore file-name case on Unix and use
1886 (speedbar-insert-files-at-point): Take an extra argument and use
1887 it to optionally find out if a subdir is empty. Also unreadable
1888 files don't get expand buttons.
1889 (speedbar-directory): New image (unused pixmap already existed).
1890 (speedbar-expand-image-button-alist): Use it.
1892 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
1894 CC Mode update to 5.30.9:
1896 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
1897 Move from cc-vars to cc-defs for dependency reasons. Fix the
1898 POSIX char class test to check that it works in
1899 `skip-chars-(forward|backward)' too.
1901 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
1902 first argument starts with a special brace list.
1904 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
1905 when `c-opt-type-concat-key' is used (i.e. in Pike).
1907 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
1908 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
1911 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
1914 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
1915 position for `arglist-intro', `arglist-cont-nonempty' and
1916 `arglist-close' when there are two arglist open parens on the same
1917 line and there's nothing in front of the first.
1919 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
1920 locking of qualified names in Java, which previously could fontify
1921 common indexing expressions in many cases. The standard Java
1922 naming conventions are used to tell them apart.
1924 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
1925 Fix inconsistency wrt opening parens on the first line inside a paren
1928 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
1929 compile time for the sake of `c-major-mode-is'.
1931 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
1932 `c-major-mode-is' in the event that this is used inside a
1935 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
1936 `c-lang-defconst' so that it works better with fallback languages.
1938 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
1939 it to fail to record the base mode.
1941 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1942 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
1943 is used. Reordered the syntax checks to get more efficient
1944 skipping in some situations.
1946 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
1947 continuation which might precede the newly inserted '{'.
1949 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
1950 Fix cases where it could loop indefinitely.
1952 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
1953 size specs correctly. Only fontify identifiers in front of '('
1954 with as functions - don't accept any paren char. Tightened up
1955 initializer skipping to stop before function and class blocks.
1957 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
1958 the point could be left directly after an open paren when finding
1959 the beginning of the first decl in the block.
1961 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
1962 table when filtering out legitimate open parens to be recorded.
1963 This could cause cache inconsistencies when e.g.
1964 `c++-template-syntax-table' was temporarily in use.
1966 * progmodes/cc-engine.el (c-on-identifier)
1967 (c-simple-skip-symbol-backward): Small fix for handling "-"
1968 correctly in `skip-chars-backward'. Affected the operator lfun
1971 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
1972 Fix bug that could cause an error from `after-change-functions' when
1973 the changed region is at bob.
1975 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
1977 CC Mode update to 5.30.9:
1979 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
1980 to say that <TAB> doesn't insert WS into a CPP line.
1981 (c-indent-command, c-tab-always-indent): Amend doc strings.
1983 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
1984 checks for user errors, thus eliminating cryptic and unhelpful
1985 Emacs error messages. (1) Check the arg to `c-set-style' is a
1986 string. (2) Check that settings to `c-offsets-alist' are not
1989 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
1990 which precedes the newly inserted `{'.
1992 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
1994 Sync with Tramp 2.0.44.
1996 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
1997 function "tramp_file_attributes". Otherwise, file names
1998 containing spaces are misinterpreted. Reported by Magnus Henoch
1999 <mange@freemail.hu>.
2000 (tramp-handle-file-truename): FILENAME must be expanded first.
2001 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
2002 obscure results. Reported by D. Goel <deego@gnufans.org>.
2003 (tramp-handle-verify-visited-file-modtime): If file does not
2004 exist, say it is not modified if and only if that agrees with the
2005 buffer's record. Check whether a file is visiting the buffer, or
2006 the buffer has no recorded last modification time. Return t in
2007 case the visiting file doesn't exist. Suggested by Luc Teirlinck
2008 <teirllm@auburn.edu>.
2009 (tramp-handle-write-region): Pass modtime explicitely to
2010 `set-visited-file-modtime', because filename can be different
2011 from (buffer-file-name) if `file-precious-flag' is set.
2012 `set-visited-file-modtime' must be called always when `visit' is t
2013 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
2014 (tramp-handle-set-visited-file-modtime): If `time-list' is not
2015 nil, don't apply the whole body. If the file doesn't exists, set
2016 modtime to '(-1 65535). Suggested by Luc Teirlinck
2017 <teirllm@auburn.edu>.
2019 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
2021 * help.el (describe-bindings): Doc fix.
2023 * subr.el (kbd): Doc fix.
2025 2004-08-08 John Paul Wallington <jpw@gnu.org>
2027 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
2028 instead of `string-to-int'.
2029 (define-ibuffer-column mode): Fix indentation.
2031 2004-08-08 Lars Hansen <larsh@math.ku.dk>
2033 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
2035 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
2037 * subr.el (global-unset-key, local-unset-key): Doc fixes.
2039 * novice.el (disabled-command-function): New variable renamed from
2040 `disabled-command-hook'.
2041 (disabled-command-hook): Keep the _variable_ as alias for
2042 `disabled-command-function' and make obsolete.
2043 (disabled-command-function): Function renamed from
2044 `disabled-command-hook'. Adapt code to name change of the variable.
2046 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
2048 * simple.el (completion-root-regexp): New defvar.
2049 (completion-setup-function): Use it instead of a literal string.
2051 2004-08-07 John Paul Wallington <jpw@gnu.org>
2053 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
2054 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
2055 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
2056 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
2058 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
2060 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
2061 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
2063 2004-08-04 Kenichi Handa <handa@m17n.org>
2065 * international/encoded-kb.el (encoded-kbd-setup-keymap):
2066 Fix previous change.
2068 2004-08-03 Kenichi Handa <handa@m17n.org>
2070 * international/encoded-kb.el: The following changes are to
2071 utilize key-translation-map instead of minor mode map.
2072 (encoded-kbd-iso2022-non-ascii-map): Delete it.
2073 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
2074 (encoded-kbd-last-key): New function.
2075 (encoded-kbd-iso2022-single-shift): New function.
2076 (encoded-kbd-iso2022-designation)
2077 (encoded-kbd-self-insert-iso2022-7bit)
2078 (encoded-kbd-self-insert-iso2022-8bit)
2079 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
2080 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
2081 key-translation-map.
2082 (encoded-kbd-setup-keymap): Setup key-translation-map.
2083 (saved-key-translation-map): New variable.
2084 (encoded-kbd-mode): Save/restore key-translation-map.
2085 Adjust for the change of encoded-kbd-setup-keymap.
2087 2004-08-02 Kim F. Storm <storm@cua.dk>
2089 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
2090 and call compute-motion with nil for topos and width to get proper
2091 usable width and height for both window and non-window systems.
2093 * windmove.el (windmove-coordinates-of-position): Let compute-motion
2094 calculate usable window width and height.
2096 * window.el (window-buffer-height): Call compute-motion with nil width.
2098 2004-08-01 David Kastrup <dak@gnu.org>
2100 * replace.el (query-replace-read-from):
2101 Use `query-replace-compile-replacement'.
2102 (query-replace-compile-replacement): New function.
2103 (query-replace-read-to): Use `query-replace-compile-replacement'
2104 for repeating the last command.
2106 2004-08-01 John Paul Wallington <jpw@gnu.org>
2108 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
2109 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
2110 (pr-switches): Remove period from end of error messages.
2112 * help-mode.el (help-go-back): Likewise.
2114 * abbrev.el (only-global-abbrevs): Doc fix.
2115 (edit-abbrevs-map): Define within defvar.
2116 (quietly-read-abbrev-file): Doc fix.
2118 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
2120 * novice.el (enable-command, disable-command): Doc fixes.
2122 * subr.el (event-modifiers, event-basic-type): Doc fixes.
2124 2004-07-30 Richard M. Stallman <rms@gnu.org>
2126 * subr.el (with-local-quit): Doc fix.
2128 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
2130 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
2132 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
2134 * custom.el (defcustom): Doc fix.
2136 2004-07-28 Masatake YAMATO <jet@gyve.org>
2138 * progmodes/etags.el (etags-tags-apropos): Show building progress.
2140 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
2142 * imenu.el (imenu-prev-index-position-function)
2143 (imenu-extract-index-name-function, imenu-name-lookup-function)
2144 (imenu--index-alist): Docstring redundancy fix.
2146 2004-07-25 Lars Hansen <larsh@math.ku.dk>
2148 * wdired.el (wdired-finish-edit): Require dired-aux before locally
2149 binding dired-backup-overwrite.
2151 2004-07-25 John Paul Wallington <jpw@gnu.org>
2153 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
2155 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
2157 * term/tty-colors.el (tty-color-approximate): Doc fix.
2159 * select.el (x-get-selection, x-set-selection): Doc fixes.
2161 * frame.el (make-frame): Doc fix.
2163 2004-07-24 Richard M. Stallman <rms@gnu.org>
2165 * mail/rmail.el (rmail-mime-charset-pattern):
2166 Don't include semicolon in the charset value.
2168 * replace.el (occur-next-error): Call set-window-point.
2169 (occur-engine): Handle negative NLINES.
2171 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
2173 * frame.el (modify-all-frames-parameters): Minor doc fix.
2174 (set-frame-configuration): Doc fix.
2176 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
2178 * simple.el (completion-setup-function): Compute the common parts
2179 and the first difference place correctly when
2180 partial-completion-mode is on.
2182 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2184 * ps-print.el: Doc fix.
2185 (ps-print-version): New version 6.6.5.
2186 (ps-printing-region): Doc fix.
2187 (ps-generate-string-list): Comment fix.
2188 (ps-message-log-max): Code fix.
2190 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
2192 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
2193 generated PostScript.
2195 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
2197 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
2198 with Gnus v5_10 branch.)
2200 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
2202 * calendar/time-date.el (time-to-number-of-days): New function.
2203 Imported from from Gnus.
2205 2004-07-22 Kim F. Storm <storm@cua.dk>
2207 * progmodes/make-mode.el: Fix comments.
2209 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2211 * printing.el: Doc fix.
2213 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
2215 * frame.el (modify-all-frames-parameters): Minor doc fix.
2217 2004-07-20 Richard M. Stallman <rms@gnu.org>
2219 * textmodes/fill.el (fill-nobreak-p): If this break point is
2220 at the end of the line, don't consider the newline which follows
2221 as a reason to return t.
2223 2004-07-19 John Paul Wallington <jpw@gnu.org>
2225 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
2227 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
2229 * dired-aux.el (dired-do-kill-lines): Expand docstring.
2230 Delete irrelevant code.
2232 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
2234 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2235 New docstring. From Luc Teirlinck.
2237 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
2239 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
2241 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
2242 non-file buffers. We know it is nil.
2244 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
2246 Sync with Tramp 2.0.43.
2248 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2249 Remove outdated comment.
2250 (tramp-locked, tramp-locker): New variables for implementing a
2252 (tramp-sh-file-name-handler): Use them to implement the global lock.
2254 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
2256 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
2257 calls to respective `xxx` calls.
2258 (tramp-process-alive-regexp): Precise doc string.
2259 (tramp-multi-action-process-alive): New defun.
2260 (tramp-multi-actions): Use it.
2261 (tramp-handle-find-backup-file-name): `copy-tree' is available
2262 since Emacs 21.4 only (XEmacs has it). Implementation rewritten
2263 in order to avoid this function.
2264 (tramp-handle-write-region): Set current buffer. If connection
2265 wasn't open, `file-modes' has changed it accidently. Reported by
2266 David Kastrup <dak@gnu.org>.
2267 (tramp-enter-password, tramp-read-passwd): New arguments USER and
2269 (tramp-action-password, tramp-multi-action-password): Apply it.
2270 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
2271 name must still contain the port number. Otherwise, we have two
2272 Tramp buffers, with all the confusion. Reported by Myron Selby
2273 <myron@xytech.com> and Rolf Dubitzky
2274 <Dubitzky@physi.uni-heidelberg.de>.
2276 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
2277 HOST to `tramp-enter-passwd'.
2279 * net/tramp-vc.el (all): Code cleanup. Change all
2280 `tramp-handle-xxx' calls to respective `xxx` calls.
2282 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
2284 * emacs-lisp/testcover.el: New category "potentially-1valued" for
2285 functions that are not erroneous if either 1-valued or
2286 multi-valued. Detect functions in this class.
2287 (testcover-1value-functions, testcover-compose-functions)
2288 (testcover-progn-functions) Added some additional functions to lists.
2289 (testcover-mark): Bugfix when marking up the definition for an
2292 2004-07-17 Richard M. Stallman <rms@gnu.org>
2294 * replace.el (occur-read-primary-args): Pass default to
2295 read-from-minibuffer.
2297 * mail/footnote.el (footnote-section-tag): Use defcustom.
2299 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
2300 Compile font-lock-keywords, not KEYWORDS.
2301 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
2302 Add warn, check-type. Handle cerror like error.
2304 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
2306 * progmodes/which-func.el (which-func-keymap): New var.
2307 (which-func-face): New face.
2308 (which-func-format): Use them.
2310 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2312 * buff-menu.el (list-buffers-noselect): Append the buffer's
2313 process status to its mode name.
2315 2004-07-16 Kim F. Storm <storm@cua.dk>
2317 * simple.el (inhibit-mark-movement): New defvar.
2318 (beginning-of-buffer, end-of-buffer): Do not push mark if
2319 inhibit-mark-movement is non-nil or C-u prefix is given.
2321 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
2322 Init to beginning-of-buffer and end-of-buffer.
2323 (cua--undo-push-mark): New defvar.
2324 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
2325 already active and command is in cua--preserve-mark-commands.
2326 Also fix check for shift modifier on non-window systems.
2327 (cua--post-command-handler): Clear inhibit-mark-movement if set.
2329 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
2331 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
2332 of two integers, instead of a cons.
2334 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
2335 `visited-file-modtime' now returns a list of two integers, instead
2338 * dired.el (dired-directory-changed-p): Ditto.
2340 * progmodes/grep.el (grep): Doc fix.
2342 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
2344 * autorevert.el (auto-revert-tail-mode)
2345 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
2346 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
2347 in both at the same time.
2348 (auto-revert-tail-mode): New command.
2349 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
2350 (auto-revert-handler): Revert only either tail or whole file.
2352 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
2353 add auto-revert-tail-mode.
2355 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2357 * printing.el: Doc fix. Change name of some funs.
2358 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
2359 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
2360 (pr-standard-file-name): New fun. Replace pr-standard-path.
2361 (pr-call-process): Code fix.
2363 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
2365 * subr.el (with-selected-window): Doc fix.
2367 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
2369 * subr.el (get-buffer-window-list): Doc fix.
2371 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
2373 * files.el (switch-to-buffer-other-window): Doc fix.
2375 * window.el (save-selected-window, one-window-p)
2376 (split-window-keep-point, split-window-vertically)
2377 (split-window-horizontally): Doc fixes.
2379 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2381 * printing.el: Doc fix. Now it uses call-process instead of
2382 shell-command for low command execution.
2383 (pr-version): New version number (6.8).
2384 (pr-shell-file-name): Option removed.
2385 (pr-shell-command): Fun removed.
2386 (pr-call-process): New fun. Replace pr-shell-command.
2387 (pr-standard-path, pr-remove-nil-from-list): New funs.
2388 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
2389 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
2390 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
2391 (pr-ps-utility-process, pr-txt-print): Code fix.
2393 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
2395 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
2398 2004-07-09 Lars Hansen <larsh@math.ku.dk>
2400 * wid-edit.el (widget-field-buffer): Doc fix.
2402 2004-07-09 John Paul Wallington <jpw@gnu.org>
2404 * emacs-lisp/re-builder.el (reb-update-overlays):
2405 Distinguish between one and several matches in message.
2407 2004-07-09 Richard M. Stallman <rms@gnu.org>
2409 * mouse.el (mouse-set-region-1): If transient-mark-mode
2410 is `identity', change it to `only'.
2412 * simple.el (current-word): Doc fix.
2414 2004-07-09 Mark A. Hershberger <mah@everybody.org>
2416 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
2417 so that it is more understanding of whitespace.
2419 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
2421 (("ns" . "element") (attr-list) children) instead of
2422 ((:ns . "element") (attr-list) children) in order to reduce the
2423 number of symbols used.
2424 (xml-skip-dtd): Change to use xml-parse-dtd but set
2425 xml-validating-parsing to nil.
2426 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
2427 (xml-substitute-entity): Remove in favor of new entity substitution.
2428 (xml-substitute-special): Rewrite in to substitute complex
2429 entities from DOCTYPE declarations.
2430 (xml-parse-fragment): Parse fragments from entity deleclarations.
2431 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
2432 (xml-parse-dtd, xml-substitute-special): Make validity checks
2433 conditioned on xml-validating-parser. Add "Not Well Formed" to
2434 error messages about well-formedness.
2436 2004-07-08 Steven Tamm <steventamm@mac.com>
2438 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
2439 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
2440 Do not treat double clicks and triple clicks specially in the
2441 scroll bar (preventing strange repositioning problems)
2443 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
2445 * replace.el (query-replace-regexp-eval): Fix last change.
2447 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2449 * replace.el (query-replace-descr): New fun.
2450 (query-replace-read-from, query-replace-read-args): Default to the
2452 (query-replace-read-to): Quote the `from' string when displaying it.
2453 (query-replace-regexp-eval): Immediately check read-only status.
2454 Use query-replace-read-from to get the \n checking.
2455 Quote the `from' string when displaying it.
2456 (map-query-replace-regexp, occur-read-primary-args):
2457 Quote the `from' string when displaying it.
2459 * isearch.el (isearch-query-replace): Pass the regexp-ness and
2460 delimited-ness of the search to query-replace.
2462 * replace.el (query-replace-read-from, query-replace-read-to):
2463 New funs extracted from query-replace-read-args.
2464 (query-replace-read-args): Use them.
2466 * replace.el (query-replace-interactive, query-replace-read-args):
2467 Remove the `initial' special value.
2468 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
2469 (occur-engine): Remove unused var `matchend'.
2471 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2472 Use the search string without prompting.
2474 2004-07-05 Kenichi Handa <handa@m17n.org>
2476 * international/mule.el (decode-coding-inserted-region):
2477 Set last-coding-system-used only when coding is nil.
2479 2004-07-03 Eli Zaretskii <eliz@gnu.org>
2481 * progmodes/grep.el (grep-compute-defaults, grep-command)
2482 (grep-program, find-program, grep-find-use-xargs, grep-history)
2483 (grep-find-history, grep-tag-default, grep-find-command)
2484 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
2485 Add autoload cookies, for unbundled packages that load `compile'
2486 and expect all grep-related symbols to become defined.
2488 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
2490 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
2491 (iimage-mode-image-search-path): New user option to search the
2493 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
2495 (iimage-mode-buffer): Use it.
2497 2004-07-03 Nick Roberts <nickrob@gnu.org>
2499 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
2501 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
2503 2004-07-03 Juri Linkov <juri@jurta.org>
2505 * replace.el (query-replace-read-args): Swallow space after 'foo,
2506 not after (quote foo). Match space only immediately after symbol,
2507 not anywhere in the whole string.
2509 2004-07-02 Richard M. Stallman <rms@gnu.org>
2511 * replace.el (query-replace-read-args): Swallow space after
2512 symbols, not after closeparens. But avoid error if string ends there.
2514 * progmodes/python.el (python-beginning-of-statement):
2515 Exit the loop if backward-up-list gets error.
2517 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
2519 2004-07-02 Andre Spiegel <spiegel@gnu.org>
2521 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
2522 only if vc-consult-headers is non-nil.
2524 2004-07-02 Juri Linkov <juri@jurta.org>
2526 * pcvs.el (cvs-mode-diff-repository): New command.
2528 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
2530 2004-07-01 Juri Linkov <juri@jurta.org>
2532 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
2533 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
2534 C-M-% to isearch-query-replace-regexp.
2535 (minibuffer-local-isearch-map): Add arrow key bindings.
2536 Bind C-f to isearch-yank-char-in-minibuffer.
2537 (isearch-forward): Doc fix.
2538 (isearch-edit-string): Doc fix.
2539 (isearch-query-replace, isearch-query-replace-regexp): New funs.
2540 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
2541 (isearch-yank-char): Add optional arg.
2542 (isearch-yank-char-in-minibuffer): New fun.
2544 * replace.el (query-replace-interactive): Change type from boolean
2545 to choice. Add value `initial'.
2546 (query-replace-read-args): Handle value `initial' of
2547 query-replace-interactive.
2549 2004-06-29 Kim F. Storm <storm@cua.dk>
2551 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
2552 (breakpoint-disabled-bitmap-face): Add :group 'gud.
2554 * progmodes/ada-xref.el (ada-tight-gvd-integration):
2557 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
2559 2004-06-29 Juri Linkov <juri@jurta.org>
2561 * replace.el (query-replace-read-args): Swallow a space after
2562 everything except )]" which in most cases means after a symbol.
2564 * emacs-lisp/pp.el (pp-buffer): Add autoload.
2566 2004-06-28 Richard M. Stallman <rms@gnu.org>
2568 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
2569 More changes to go with previous change in font-lock.el.
2571 2004-06-26 David Kastrup <dak@gnu.org>
2573 * replace.el (perform-replace): Highlight the match even in
2574 non-query mode if there is potential replace string editing.
2576 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
2578 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
2579 agree with new return value of `file-remote-p'.
2580 This syncs with Tramp 2.0.42.
2582 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
2583 according to new documentation of `file-remote-p'.
2585 * files.el (file-remote-p): Fix doc to say that return value is
2586 identification of remote system, if not nil.
2587 (file-relative-name): Use new return value of `file-remote-p'.
2589 2004-06-26 Nick Roberts <nickrob@gnu.org>
2591 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
2592 (gdb-goto-breakpoint): Fix breakage.
2594 2004-06-26 Eli Zaretskii <eliz@gnu.org>
2596 * man.el (Man-getpage-in-background): Add windows-nt to the list
2597 of systems where shell-file-name should be used instead of
2600 2004-06-25 Sam Steingold <sds@gnu.org>
2602 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
2603 function names `(setf symbol)'.
2605 2004-06-24 Richard M. Stallman <rms@gnu.org>
2607 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
2609 * font-lock.el (font-lock-keywords): Change format of compiled values.
2611 (font-lock-add-keywords): If font-lock-keywords is compiled,
2612 extract the uncompiled version, modify, then recompile.
2613 (font-lock-remove-keywords): Likewise.
2614 (font-lock-fontify-keywords-region): Handle changed format.
2615 (font-lock-compile-keywords): Handle changed format.
2616 (font-lock-set-defaults): Compile the keywords explicitly here.
2618 2004-06-24 David Kastrup <dak@gnu.org>
2620 * replace.el (query-replace-read-args): Implement `\,' and `\#'
2622 (query-replace-regexp): Doc string explaining this and the new
2623 `\?' replacement. Remove `\,' and `\#' implementation here, as it
2624 is better placed in `query-replace-read-args'.
2625 (replace-regexp): Explain `\,', `\#' and `\?'.
2626 (replace-match-data): New function for thorough reuse/destruction
2628 (replace-match-maybe-edit): Function for implementing `\?' editing.
2629 (perform-replace): Fix maintaining of the match stack including
2630 already matched regions, implement `\?', fix various problems
2631 with regions while editing and other stuff.
2632 (replace-highlight): Simplify.
2634 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
2636 * progmodes/grep.el (grep-error-screen-columns): New variable.
2637 (grep-regexp-alist): Give it the full functionality of gnu style
2638 compilation messages with line and column ranges. Ask me for the
2639 perl script I'm working on, that uses these.
2641 2004-06-23 Nick Roberts <nickrob@gnu.org>
2643 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
2645 (comint-insert-input, comint-mouse-insert-input): New functions
2646 based on comint-insert-clicked-input for two bindings but just
2649 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
2651 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
2653 2004-06-23 Lars Hansen <larsh@math.ku.dk>
2655 * files.el (write-contents-functions): Doc fix.
2657 2004-06-21 Juanma Barranquero <lektu@terra.es>
2659 * image.el (image-library-alist): Rewrite docstring in active voice.
2661 2004-06-20 Richard M. Stallman <rms@gnu.org>
2663 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
2665 * isearch.el (isearch-repeat): Avoid testing old match data.
2666 (isearch-message): Display trailing space in special font
2667 when search is failing.
2668 (isearch-search-fun-function): Doc fix.
2670 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
2672 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
2674 * frame.el (show-trailing-whitespace): Doc fix.
2676 * cus-edit.el (custom-variable-documentation): New function.
2677 (custom-variable): Use it.
2679 2004-06-19 Nick Roberts <nickrob@gnu.org>
2681 * man.el (Man-getpage-in-background): Revert previous change but
2682 make cygwin a special case.
2684 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
2686 * autorevert.el (global-auto-revert-non-file-buffers):
2689 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
2691 * progmodes/compile.el (compilation-error-properties): Store one
2692 more than end-col, if present, so that transient-mark-mode will
2693 highlight last char too.
2694 * progmodes/grep.el (grep-regexp-alist): Match columns and column
2697 2004-06-18 Jason Rumney <jasonr@gnu.org>
2699 * makefile.w32-in: Double percent signs in for loops.
2701 2004-06-17 David Kastrup <dak@gnu.org>
2703 * replace.el (query-replace-read-args): Only warn about use of \n
2704 and \t when we are doing a regexp replacement and the actual
2705 escaped character is n or t.
2706 (query-replace-regexp): Add \, and \# interpretation to
2707 interactive call and document it.
2708 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
2709 as shortkey for replace-count.
2710 (replace-quote): New function for doubling backslashes.
2712 2004-06-17 Juanma Barranquero <lektu@terra.es>
2714 * files.el (parse-colon-path, cd): Mention in docstring that the
2715 path separator is colon in GNU-like systems.
2717 * newcomment.el (comment-region-internal): Fix docstring.
2719 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
2720 (ewoc-invalidate, ewoc-collect): Doc fixes.
2721 (ewoc--create-node, ewoc--delete-node-internal):
2722 Fix typos in docstring.
2724 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
2726 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
2727 manual to docstring.
2729 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2731 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
2733 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
2735 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2736 Add hyperlink to emacs-xtra manual to docstring.
2738 * autorevert.el (global-auto-revert-non-file-buffers):
2739 Add hyperlink to emacs-xtra manual to docstring, as well as an
2742 2004-06-14 Juanma Barranquero <lektu@terra.es>
2744 * image.el (image-library-alist): New variable to map image types
2745 to external libraries. Initialized to nil, unless system-specific
2747 (image-type-available-p): Determine whether an image type is
2748 available by calling `init-image-library'.
2750 * term/w32-win.el (image-library-alist): Initialize to a known set
2751 of probable library names.
2753 2004-06-14 Kenichi Handa <handa@m17n.org>
2755 * international/code-pages.el (windows-1256, cp1125): Fix tables
2756 for several characters.
2758 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
2760 2004-06-13 Richard M. Stallman <rms@gnu.org>
2762 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
2764 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
2765 not "`pc-selection-mode'".
2767 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
2769 * simple.el (previous-matching-history-element): Specify a default.
2771 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
2773 * cus-face.el (custom-declare-face): Simplify code.
2775 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
2777 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
2779 * files.el (before-save-hook): Add `time-stamp' to the options.
2781 * time-stamp.el (time-stamp): Recommend adding it to
2782 `before-save-hook', rather than `write-file-functions'.
2783 Make a similar change in `Commentary' section.
2785 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
2787 * diff-mode.el (diff-current-defun): If at start of hunk, use
2788 position of first change.
2790 2004-06-13 Lars Hansen <larsh@math.ku.dk>
2792 * dired-x.el (dired-mark-omitted): Bind to "*O".
2794 2004-06-12 Karl Fogel <kfogel@red-bean.com>
2796 * bookmark.el (bookmark-bmenu-relocate): New function, as
2797 suggested by David J. Biesack <David.Biesack@sas.com>.
2798 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
2799 (bookmark-bmenu-mode): Describe binding in doc string.
2800 (bookmark-set-filename): Save the bookmark list if it's time.
2802 2004-06-13 Kenichi Handa <handa@m17n.org>
2804 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
2805 (ccl-untranslated-to-ucs): Fix typo.
2807 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
2809 * progmodes/python.el (python-open-block-statement-p):
2810 Fix indentation after a block opening that contains a comment.
2812 2004-06-12 J
\e,Ai
\e(Br
\e,At
\e(Bme Marant <jerome@marant.org> (tiny change)
2814 * bindings.el (completion-ignored-extensions): Add file extensions
2815 of Python byte-compiled files.
2817 2004-06-12 Juri Linkov <juri@jurta.org>
2819 * info.el (Info-goto-node): Add autoload.
2820 (Info-toc): Add substring-no-properties on Info file name.
2821 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
2822 (Info-mode-map): Bind L to Info-history, T to Info-toc.
2824 2004-06-12 Kenichi Handa <handa@m17n.org>
2826 * international/mule-cmds.el (set-language-environment):
2827 Load subst tables if necessary.
2829 * international/mule.el (decode-char): Load subst tables if necessary.
2830 (encode-char): Likewise.
2832 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
2833 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
2834 (utf-16le-decode-loop): Set r5 to -1 before loop.
2835 (utf-16be-decode-loop): Likewise.
2836 (ccl-decode-mule-utf-16le): Add EOF processing block.
2837 (ccl-decode-mule-utf-16be): Likewise.
2838 (ccl-decode-mule-utf-16le-with-signature): Likewise.
2839 (ccl-decode-mule-utf-16be-with-signature): Likewise.
2840 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
2841 (ccl-mule-utf-16-encode-untrans): New CCL.
2842 (utf-16-decode-to-ucs): Handle pre-read character.
2843 (utf-16le-encode-loop): Handle surrogate pair.
2844 (utf-16be-encode-loop): Likewise.
2845 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
2846 of utf-16le-encode-loop.
2847 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
2848 of utf-16be-encode-loop.
2849 (mule-utf-16-post-read-conversion):
2850 Call utf-8-post-read-conversion at first.
2851 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
2852 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
2853 Add post-read-conversion and pre-write-conversion.
2855 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
2856 (utf-translate-cjk-unicode-range): New variable.
2857 (utf-translate-cjk-load-tables): New function.
2858 (utf-lookup-subst-table-for-decode): New function.
2859 (utf-lookup-subst-table-for-encode): New function.
2860 (utf-translate-cjk-mode): Init-value changed to t. Don't load
2861 tables here. Update safe-charsets of utf-* coding systems.
2862 (ccl-mule-utf-untrans): New CCL.
2863 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
2864 at end of each branch.
2865 (ccl-mule-utf-8-encode-untrans): New CCL.
2866 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
2867 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
2868 length of encoding. Don't return r0.
2869 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
2870 (utf-8-post-read-conversion): Narrow to region properly.
2871 If utf-translate-cjk-mode is on, load tables if necessary.
2872 Call utf-8-compose with hash-table arg if necessary.
2873 Call XXX-compose-region instead of XXX-post-read-convesion.
2874 (utf-8-pre-write-conversion): New function.
2875 (mule-utf-8): Include CJK charsets in safe-charsets if
2876 utf-translate-cjk-mode is on. Add pre-write-conversion.
2878 * international/characters.el: Temporarily set
2879 utf-translate-cjk-mode to nil.
2881 * language/devan-util.el (devanagari-compose-region):
2882 Add autoload cookie.
2884 * international/ccl.el (ccl-dump-call): Fix printing the
2887 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
2889 * dired.el (dired-revert): If buffer is marked unmodified before
2890 reverting, keep it marked unmodified.
2891 Adapt to new conventions for commenting out code.
2892 (dired-make-relative): Adapt to new conventions for commenting out code.
2894 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
2896 * eshell/esh-module.el (eshell-load-defgroups):
2897 Bind `vc-handled-backends' to nil when opening files.
2899 2004-06-11 Juanma Barranquero <lektu@terra.es>
2901 * files.el (parse-colon-path, cd): Doc fixes (refer to
2902 `path-separator', not colon).
2904 2004-06-10 Juanma Barranquero <lektu@terra.es>
2906 * newcomment.el (comment-search-forward)
2907 (comment-search-backward): Fix typos in docstring.
2908 (comment-region): Doc fix.
2910 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
2912 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
2913 switch is no longer stored in `dired-switches-alist'.
2915 * dired-aux.el (dired-insert-subdir): Do not store R switch in
2916 `dired-switches-alist'.
2918 2004-06-10 Kim F. Storm <storm@cua.dk>
2920 * pcvs.el (cvs-mode-diff-yesterday): New command.
2922 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
2924 2004-06-10 Juri Linkov <juri@jurta.org>
2926 * emacs-lisp/edebug.el (edebug-eval-defun):
2927 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
2930 * simple.el (eval-expression-print-format): Don't print additional
2931 information on the first call to `eval-print-last-sexp'.
2932 (next-error-find-buffer): Fix punctuation.
2933 (killing) <defgroup>: Fix punctuation.
2934 (yank-excluded-properties): Change group from editing to killing.
2936 * replace.el (perform-replace): Use `limit' to terminate the
2937 while-loop explicitly.
2939 2004-06-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2941 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
2942 Use lc-*.xpm as prefix instead of *-locol.xpm.
2944 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
2945 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
2946 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
2947 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
2948 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
2949 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
2950 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
2951 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
2952 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
2953 * toolbar/lc-up_arrow.xpm:
2954 Renamed from *-locol.xpm.
2956 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
2958 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
2959 include forms like &<str>; as valid url patterns.
2961 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
2963 * dired.el (dired-diff, dired-backup-diff)
2964 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
2965 (dired-do-chown, dired-do-touch, dired-do-print)
2966 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
2967 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
2968 (dired-create-directory, dired-do-copy, dired-do-symlink)
2969 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
2970 (dired-do-copy-regexp, dired-do-hardlink-regexp)
2971 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
2972 (dired-maybe-insert-subdir, dired-next-subdir)
2973 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
2974 (dired-kill-subdir, dired-tree-up, dired-tree-down)
2975 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
2976 (dired-run-shell-command, dired-query): Remove redundant,
2977 or incorrect, autoloads.
2979 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
2980 does not end in a slash. Add optional argument KILL-ROOT.
2982 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
2983 (dired-query): Add autoloads.
2985 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
2987 * progmodes/compile.el (compilation-set-window-height):
2988 Rearrange the save-* functions because a buffer can have several current
2989 point in different windows.
2990 (compilation-error-regexp-alist-alist): Recognize {standard input}
2991 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
2993 2004-06-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
2995 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
2996 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
2997 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
2998 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
2999 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
3000 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
3001 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
3002 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
3003 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
3004 * toolbar/up_arrow-locol.xpm:
3005 New versions of icons that uses fewer colors.
3007 * toolbar/tool-bar.el (tool-bar-local-item)
3008 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
3009 if display-color-cells is 256 or less.
3011 2004-06-08 Kim F. Storm <storm@cua.dk>
3013 * wid-edit.el (widget-specify-button): Use hand pointer rather
3014 than mouse-face as visible mouse-over effect.
3016 2004-06-07 Karl Fogel <kfogel@red-bean.com>
3018 * saveplace.el (save-place-alist-to-file): Bind `print-length'
3019 and `print-level' to nil when writing out `save-place-alist'.
3020 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
3022 2004-06-07 Juanma Barranquero <lektu@terra.es>
3024 * completion.el (completion-kill-region): Doc fix.
3026 * format.el (format-insert-annotations)
3027 (format-annotate-location): Doc fixes.
3028 (format-subtract-regions): Make arguments match their use in docstring.
3030 * simple.el (kill-region): Doc fix.
3032 * subr.el (insert-buffer-substring-no-properties)
3033 (insert-buffer-substring-as-yank): Doc fixes.
3035 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
3037 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3039 (dired-reset-subdir-switches): New function.
3041 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
3042 Limit scope of `buffer-read-only' binding.
3044 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
3046 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
3047 eshell-explicit-command-char.
3049 2004-06-06 Juanma Barranquero <lektu@terra.es>
3051 * help-fns.el (help-argument-name): Inherit from italic face only
3052 if the frame supports it.
3054 2004-06-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3056 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
3057 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
3058 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
3059 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
3060 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
3061 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
3062 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
3063 New conversions from xpm files.
3065 * toolbar/README: New file.
3067 2004-06-06 Richard M. Stallman <rms@gnu.org>
3069 * isearch.el (isearch-mode-map): Undo previous change.
3071 2004-06-05 Juri Linkov <juri@jurta.org>
3073 * bindings.el (debug-ignored-errors): Add regexps for history
3074 related messages. Remove $ from "No further undo information".
3075 Move Ediff's messages to ediff.el.
3077 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
3079 * cus-edit.el (custom-display): Add `min-colors'.
3081 * custom.el (defface): Add `supports' to docstring.
3083 * help-fns.el (help-argument-name): Add :group 'help.
3085 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
3087 * find-dired.el (find-ls-subdir-switches): New user option.
3088 (find-dired): No longer call `abbreviate-file-name' on DIR.
3089 Set `dired-subdir-switches' buffer-locally.
3091 * locate.el: Merge the two `Commentary' sections.
3092 (locate-ls-subdir-switches): New user option.
3093 (locate): Update for other changes.
3094 (locate-mode-map): Restore Dired binding for mouse-2.
3095 Bind `locate-mouse-view-file' to M-mouse-2.
3096 Bind `l' to `locate-do-redisplay'.
3097 (locate-main-listing-line-p, locate-do-redisplay): New functions.
3098 (locate-mouse-view-file, locate-tags, locate-find-directory):
3099 Print message if used outside main listing.
3100 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
3101 Various changes to support inserted subdirectories.
3102 (locate-insert-header): Change header of *Locate* buffer.
3104 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
3105 Change interactive default switches.
3106 (dired-rename-subdir-2): Update `dired-switches-alist'.
3107 (dired-insert-subdir, dired-kill-subdir):
3108 Handle `dired-switches-alist'. Do not mark buffer modified.
3109 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
3110 (dired-insert-subdir-doinsert): Omit messages.
3111 Handle `dired-subdir-switches'.
3112 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
3114 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
3115 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
3116 subdirs if -R switch is used for a subdir.
3117 (dired-mode): Set `dired-switches-alist'.
3118 (dired-build-subdir-alist): Only print number of directories in
3119 echo area when invoked interactively.
3121 2004-06-05 Lars Hansen <larsh@math.ku.dk>
3123 * dired-x.el (dired-omit-mode): Rename from
3124 dired-omit-files-p. Use define-minor-mode to define it.
3125 (dired-omit-files-p): Add as alias for dired-omit-mode.
3126 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
3128 (dired-mark-omitted): Add. Bind to M-O.
3130 2004-06-05 Kenichi Handa <handa@m17n.org>
3132 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
3134 2004-06-05 Juanma Barranquero <lektu@terra.es>
3136 * help-fns.el (help-argument-name): Reintroduce face.
3137 (help-default-arg-highlight): Use it, now that
3138 `face-differs-from-default-p' can be trusted.
3140 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
3142 * textmodes/table.el: Sentence commands added to Point Motion
3143 group; kill and backward-kill commands added to Extraction group.
3145 2004-06-04 Mario Lang <mlang@delysid.org>
3147 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
3148 systems appear to use mW, make the code handle this. Fix a
3149 division-by-zero bug while at it, and handle kernels with
3150 a slightly different layout in /proc/acpi.
3152 2004-06-04 Karl Fogel <kfogel@red-bean.com>
3154 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
3155 because the latter is a CL-ism. This fixes the bug reported by
3156 Shawn Boyette <mdxi@collapsar.net> in
3157 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
3159 2004-06-04 Miles Bader <miles@gnu.org>
3161 * faces.el (display-supports-face-attributes-p): Function moved to
3162 C code. Previously only the tty-related portion of this function
3163 was done in C; however the previous attempt to do a halfway-proper
3164 job for non-tty displays in lisp didn't work properly because of
3165 funny conditions during Emacs startup.
3166 (face-differs-from-default-p): Simplify, now that
3167 display-supports-face-attributes-p works properly on all display
3168 types. Remove :stipple from comparison; it doesn't really work
3171 2004-06-04 Miles Bader <miles@gnu.org>
3173 * faces.el (face-differs-from-default-p): Use a different
3174 implementation, so we can really check whether FACE displays
3177 2004-06-04 Miles Bader <miles@gnu.org>
3179 * faces.el (display-supports-face-attributes-p): Implement a
3180 `different from default' check for non-tty displays.
3182 2004-06-03 David Kastrup <dak@gnu.org>
3184 * woman.el (woman-mapcan): More concise code.
3185 (woman-topic-all-completions, woman-topic-all-completions-1)
3186 (woman-topic-all-completions-merge): Replace by a simpler and
3187 much faster implementation based on O(n log n) sort/merge instead
3188 of the old O(n^2) behavior.
3190 2004-06-03 Miles Bader <miles@gnu.org>
3192 * subr.el (read-number): Use canonical format for default in prompt.
3194 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
3195 Add regexp for " [...]" style defaults.
3197 2004-06-02 Romain Francoise <romain@orebokech.com>
3199 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
3200 groups: if the user asks for a hidden buffer, open the
3201 corresponding filter group to expose it.
3203 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
3204 `ibuffer-jump-to-buffer'.
3205 (ibuffer-jump-offer-only-visible-buffers): New user option.
3207 2004-06-02 Juanma Barranquero <lektu@terra.es>
3209 * faces.el (frame-update-faces): Add empty docstring so the one
3210 for `ignore' doesn't show through.
3212 * subr.el (process-kill-without-query): Remove spurious "\n" on
3213 obsolescence string.
3214 (focus-frame, unfocus-frame): Add obsolescence declaration and
3217 * international/mule.el (register-char-codings): Make alias for
3218 `ignore'. Move docstring to obsolescence info and remove redundancy.
3220 2004-06-02 Kim F. Storm <storm@cua.dk>
3222 * frame.el (blink-cursor-start): Turn cursor off initially so blink
3223 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
3225 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3227 * comint.el (comint-replace-by-expanded-history-before-point):
3228 Obey `start' as the docstring says.
3229 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
3230 (comint-update-fence): Prevent font-lock from running unnecessarily.
3231 (comint-dynamic-list-completions): Use with-current-buffer.
3233 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3235 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
3236 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
3237 (bibtex-entry-update): Handle alternatives and optional fields.
3238 (bibtex-parse-entry): Bugfix, handle empty key.
3240 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3242 * vc-arch.el (vc-arch-state): Don't assume the file exists.
3244 2004-05-31 Lars Hansen <larsh@math.ku.dk>
3246 * desktop.el (desktop-save): Don't save minor modes without a
3247 known mode initialization function.
3249 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
3251 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
3253 * autorevert.el: Update `Commentary' section.
3255 2004-05-30 Juanma Barranquero <lektu@terra.es>
3257 * dos-fns.el (convert-standard-filename):
3258 * files.el (convert-standard-filename):
3259 * w32-fns.el (convert-standard-filename):
3260 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
3262 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
3266 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
3267 (tramp-let-maybe): Move to an earlier spot in the file.
3268 Patch by Andreas Schwab.
3270 2004-05-30 Andreas Schwab <schwab@suse.de>
3272 * dired.el (dired-get-filename): Don't use dired-re-dot.
3274 2004-05-30 Richard M. Stallman <rms@gnu.org>
3276 * files.el (find-file): Doc fix.
3278 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
3280 2004-05-30 Nick Roberts <nickrob@gnu.org>
3282 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
3283 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
3284 modeline of the locals buffer.
3285 (gdb-goto-breakpoint): Handle gdbmi.
3286 (gdb-get-frame-number): Change for gdbmi.
3288 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
3290 * files.el (file-remote-p): Apply file name handler for operation
3291 `file-remote-p'. It isn' a property any longer.
3292 (file-relative-name): `fh' and `fd' get the required value via
3293 `find-file-name-handler' already.
3295 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
3296 (top): Remove setting of `file-remote-p' property for
3297 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
3299 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
3301 Version 2.0.41 of Tramp released.
3303 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
3304 Throw away if process has died.
3305 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
3306 (tramp-out-of-band-prompt-regexp): Rename to
3307 `tramp-process-alive-regexp', because its usage is widen.
3308 (tramp-actions-copy-out-of-band): Apply it.
3309 (tramp-actions-before-shell, tramp-multi-actions):
3310 Add `tramp-action-process-alive' action.
3311 (tramp-action-process-alive): New defun.
3312 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
3313 Add entry for `file-remote-p'.
3314 (tramp-handle-file-remote-p): New defun.
3315 (top): Remove setting of `file-remote-p'. Don't set
3316 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
3318 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
3321 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
3322 counted for (last) line. [They should or they shouldn't? --Stef]
3323 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
3325 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
3327 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
3328 not really necessary but seems to keep the shell history smaller
3329 in some cases. It is no substitute for setting HISTFILE and
3330 HISTSIZE from tramp-open-connection-setup-interactive-shell,
3331 though. Suggested by Luc Teirlinck.
3332 (tramp-open-connection-setup-interactive-shell): Export variables
3333 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
3334 (tramp-set-process-query-on-exit-flag): New compat function.
3335 (tramp-open-connection-multi, tramp-open-connection-su)
3336 (tramp-open-connection-rsh, tramp-open-connection-telnet)
3337 (tramp-do-copy-or-rename-file-out-of-band): Use it.
3338 (tramp-let-maybe): New macro, let-binds a variable only if it
3340 (tramp-check-ls-commands, tramp-handle-expand-file-name)
3341 (tramp-handle-file-truename): Use it.
3342 (tramp-completion-file-name-regexp-unified): Avoid matching
3343 filenames starting with "/:" -- those are reserved for
3344 file-name-non-special.
3346 * tramp-smb.el (tramp-smb-open-connection):
3347 Use tramp-set-process-query-on-exit-flag compat function.
3349 2004-05-29 Richard M. Stallman <rms@gnu.org>
3351 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
3353 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
3354 (eval-last-sexp-print-value): Print char equivalent regardless
3355 of standard-output value.
3357 * thumbs.el (thumbs-subst-char-in-string): Delete.
3358 (thumbs-thumbname): Use subst-char-in-string.
3359 (thumbs-resize-image): Use condition-case, not ignore-errors.
3360 (thumbs-kill-buffer): Likewise.
3362 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
3363 (thumbs-mode): Make buffer read-only.
3364 (thumbs-make-thumb): Unconditionally accept an existing file.
3365 (thumbs-insert-thumb): Add thumb-image-file property to the image.
3366 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
3367 (thumbs-show-thumbs-list): Error if images not supported.
3368 (thumbs-save-current-image): Improve prompt string.
3369 (thumbs-mode-map): Define u, R, x.
3370 (thumbs-unmark): New command.
3371 (thumbs-emboss-image): Minor cleanup.
3372 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
3373 (thumbs-rename-images): New command.
3374 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
3376 * thumbs.el (thumbs-current-image): New function.
3377 (thumbs-file-list, thumbs-file-alist): New functions.
3378 (thumbs-find-image): Delete arg L.
3379 Don't set up thumbs-fileL as buffer-local global var.
3380 (thumbs-find-image-at-point): Use thumbs-current-image.
3381 (thumbs-set-image-at-point-to-root-window): Likewise.
3382 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
3383 Record and warn about errors. Update thumbs-markedL for deletions.
3384 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
3385 (thumbs-redraw-buffer): Use thumbs-file-list.
3386 (thumbs-mark): Use thumbs-current-image.
3387 (thumbs-show-name): Use thumbs-current-image.
3389 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
3390 and imenu--last-menubar-index-alist.
3392 * subr.el (with-selected-window): Undo previous change.
3394 2004-05-29 John Paul Wallington <jpw@gnu.org>
3396 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
3397 (thumbs-mouse-find-image): New command.
3398 (thumbs-mode-map): Bind it to mouse-2.
3399 (thumbs-mode): Make mode-class special.
3400 (thumbs-view-image-mode): Likewise.
3402 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
3404 * flymake.el: New file.
3406 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
3408 * files.el (find-file-noselect-1): Do not bind
3409 `inhibit-read-only' to t during execution of
3410 `find-file-not-found-functions'.
3412 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3414 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
3415 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
3417 2004-05-28 Juri Linkov <juri@jurta.org>
3419 * simple.el (eval-expression-print-format): New fun.
3421 * simple.el (eval-expression):
3422 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
3423 * emacs-lisp/edebug.el (edebug-compute-previous-result)
3424 (edebug-eval-expression): Print additionally the value returned by
3425 `eval-expression-print-format'.
3427 * emacs-lisp/lisp.el (insert-pair-alist): New var.
3428 (insert-pair): Make arguments optional. Find character pair
3429 from `insert-pair-alist' according to the last input event.
3430 (insert-parentheses): Make arguments optional.
3431 (raise-sexp, delete-pair): New funs.
3433 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
3434 (emacs-lisp-mode-map, lisp-interaction-mode-map):
3435 Bind C-M-q to `indent-pp-sexp'.
3437 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
3438 `pp-to-string' modified to be able to format text with newlines.
3439 (pp-to-string): Move the buffer-formatting part of the code to
3440 `pp-buffer'. Call `pp-buffer'.
3442 * info.el (Info-desktop-buffer-misc-data): Don't save information
3443 about virtual files.
3444 (Info-restore-desktop-buffer): Restore Info buffers in prepared
3445 buffers with names obtained from the desktop file instead of the
3446 default *info* buffer.
3448 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3450 * subr.el (with-selected-window): Only save/restore the selected window.
3452 * progmodes/compile.el (compilation-error-regexp-alist):
3453 Use expand-file-name and data-directory.
3455 * progmodes/grep.el (grep-tree): Rework previous fix.
3457 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
3458 after the user marked text with the mouse.
3460 * startup.el (command-line): Keep the first regexp of
3461 auto-save-file-name-transforms intact.
3463 2004-05-28 Juanma Barranquero <lektu@terra.es>
3465 * cus-edit.el (customize-face, customize-face-other-window)
3466 (custom-face-edit-delete): Make arguments match their use in
3468 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
3471 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
3474 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
3475 `nbutlast' are in subr.el).
3477 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
3478 (set-w32-system-coding-system): Doc fixes.
3480 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
3481 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
3482 Make arguments match their use in docstring.
3483 (artist-draw-region-trim-line-endings)
3484 (artist-mouse-choose-operation): Fix typo in docstring.
3485 (artist-key-set-point-common): Doc fix.
3487 2004-05-28 Simon Josefsson <jas@extundo.com>
3489 * mail/smtpmail.el (smtpmail-open-stream):
3490 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
3492 2004-05-26 Simon Josefsson <jas@extundo.com>
3494 * starttls.el: Merge with my GNUTLS based starttls.el.
3495 (starttls-gnutls-program, starttls-use-gnutls)
3496 (starttls-extra-arguments, starttls-process-connection-type)
3497 (starttls-connect, starttls-failure, starttls-success): New variables.
3498 (starttls-program, starttls-extra-args): Doc fix.
3499 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
3500 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
3501 and pass on to corresponding *-gnutls function if it is set.
3503 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
3505 * autorevert.el (auto-revert-handler): Disable auto-reverting of
3508 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
3510 * files.el (file-name-non-special): There are more operations
3511 which need handling: `find-backup-file-name',
3512 `insert-file-contents', `verify-visited-file-modtime',
3513 `write-region'. Rename t value of method to `add'. Add new
3514 methods `quote' and `unquote-then-quote' to file-arg-indices.
3516 2004-05-25 Juri Linkov <juri@jurta.org>
3518 * info.el (Info-toc): Call Info-mode on intermediate buffer.
3519 (Info-index-nodes): Enclose code in condition-case to catch errors.
3520 (Info-index-node): Don't search all index nodes if request is only
3521 for the current node and file is not in the cache of index nodes.
3522 (Info-mode-map): Bind Info-copy-current-node-name to `w'
3523 for consistency with dired-copy-filename-as-kill.
3524 Bind `S' to Info-search-case-sensitively.
3525 (Info-copy-current-node-name): New arg. With zero prefix arg put
3526 the name inside a function call to `info'. Display copied text in
3529 2004-05-25 Sam Steingold <sds@gnu.org>
3531 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
3532 strip the package prefix from the symbol name, if any.
3533 Make it the `find-tag-default-function' for `lisp-mode'.
3535 2004-05-25 John Paul Wallington <jpw@gnu.org>
3537 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
3538 instead of obsolete `process-kill-without-query'.
3540 * textmodes/texinfmt.el (texinfo-indexvar-alist):
3541 Declare as variable, not constant.
3543 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
3545 * files.el (find-file-noselect-1): Fix bug introduced by
3546 Revision 1.694. As a side effect, `inhibit-read-only'
3547 is again, by default, t during execution of
3548 `find-file-not-found-functions'.
3549 (insert-directory): Check that lines were really inserted by
3550 the --dired switch, before erasing them.
3552 2004-05-24 Nick Roberts <nickrob@gnu.org>
3554 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
3555 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
3556 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
3557 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
3558 gud-minor-mode (gdbmi).
3560 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
3562 * net/browse-url.el (browse-url-interactive-arg): Enable user to
3563 explicitly select the text to be taken as URL.
3565 2004-05-23 Juri Linkov <juri@jurta.org>
3567 * info.el (Info-index-nodes): New var and fun.
3568 (Info-goto-index, Info-index, info-apropos)
3569 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
3570 (Info-index): Fix docstring. Store and restore Info-history-list.
3571 (Info-complete-nodes): New var.
3572 (Info-complete-menu-item): Use it.
3573 (Info-index-node): New fun.
3574 (Info-final-node, Info-forward-node, Info-backward-node)
3575 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
3576 Use Info-index-node.
3577 (Info-extract-menu-item, Info-extract-menu-counting): Set second
3578 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
3579 (Info-find-node-2): If a node with period in its name not found,
3580 try to find a node without the name part after period.
3581 (Info-select-node): Call Info-fontify-node only if
3582 Info-fontify-maximum-menu-size is not nil.
3583 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
3584 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
3585 Preserve Info-history-list.
3586 (Info-toc): Set Info-current-file.
3587 (Info-build-toc): Move point to the beginning of the buffer.
3588 Add main-file variable.
3589 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
3590 Use backslashed representation of the control character ^_.
3592 * textmodes/texinfmt.el (texinfo-print-index): Print index line
3593 numbers in the new Texinfo 4.7 format.
3595 * add-log.el (change-log-font-lock-keywords): Remove `:' from
3596 regexps for function and variable names.
3598 * descr-text.el (describe-property-list): Add [show] button for
3599 `syntax-table' property with action to pp to a separate buffer.
3600 (describe-char): Replace search-forward by re-search-forward with
3601 whitespace regexp after "character:" to not fail in too narrow windows.
3603 * simple.el (next-error-find-buffer): Add a rule to return
3604 next-error capable buffer if one window on the selected frame
3605 displays such buffer.
3607 2004-05-23 Nick Roberts <nickrob@gnu.org>
3609 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
3610 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
3611 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
3612 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
3613 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
3614 Handle new value for gud-minor-mode (gdbmi).
3615 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
3616 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
3617 Change from local to global gdb variable set.
3618 (gdb-ann3): Initialise above gdb variable set.
3619 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
3620 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
3621 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
3622 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
3623 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
3624 (gdb-info-locals-handler, gdb-invalidate-assembler)
3625 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
3626 set as global variables.
3627 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
3629 (gdb-info-breakpoints-custom): Fix regexp.
3630 (def-gdb-var): Delete.
3632 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
3633 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
3634 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
3635 a new mode. The file (gdb-mi.el) for this mode will be included
3636 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
3639 2004-05-23 Jesper Harder <harder@ifa.au.dk>
3641 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
3642 interpreted as a directory.
3644 2004-05-22 Richard M. Stallman <rms@gnu.org>
3646 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
3649 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
3651 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
3652 Use assoc-string, not assoc-ignore-case.
3654 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
3656 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
3657 If moving back then fwd gets a defun that ends before point,
3658 try again moving fwd then back.
3660 * files.el (file-name-non-special): Allow t in file-arg-indices
3661 to mean requote the return value. Use `identity' as an element
3662 rather than as the whole value.
3664 * gs.el (gs-options): Add -dSAFER. Mark it risky.
3666 2004-05-22 Juanma Barranquero <lektu@terra.es>
3668 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
3670 (help-highlight-arguments): Skip function name before searching
3673 2004-05-21 Juanma Barranquero <lektu@terra.es>
3675 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
3676 Don't mention in the docstring these arguments meant for
3677 internal (recursive) use only.
3678 (allout-char-spec): Comment out (it's not implemented).
3679 (allout-old-expose-topic, allout-exposure): Fix docstring and add
3680 obsolescence declaration.
3681 (allout-flatten-exposed-to-buffer)
3682 (allout-indented-exposed-to-buffer): Fix typos in docstring.
3683 (my-mark-marker): Doc fix.
3684 (produce-allout-mode-map, allout-sibling-index)
3685 (allout-isearch-expose, allout-distinctive-bullet)
3686 (allout-open-topic, allout-reindent-body)
3687 (allout-rebullet-heading, allout-process-exposed)
3688 (allout-insert-listified, allout-latex-verb-quote)
3689 (allout-insert-latex-header, allout-insert-latex-trailer):
3690 Make arguments match their use in docstring.
3691 (allout-primary-bullet, allout-old-style-prefixes)
3692 (allout-inhibit-protection, allout-init, allout-mode)
3693 (allout-before-change-protect, allout-flag-region):
3694 Use "Emacs" instead of "emacs" in docstrings.
3696 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
3698 * international/characters.el: Modify syntax of more characters.
3700 2004-05-21 Masatake YAMATO <jet@gyve.org>
3702 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
3703 (etags-tags-completion-table): Show parsing progress.
3705 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
3707 * locate.el (locate-prompt-for-command): Shorten first line of
3709 (locate-mode): Expand docstring and include keymap summary.
3711 * files.el (find-file-noselect-1): Limit the scope of the
3712 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
3713 is, by default, nil during the execution of
3714 `find-file-not-found-functions' and `find-file-hook'.
3716 2004-05-20 Michael Mauger <mmaug@yahoo.com>
3718 * facemenu.el (facemenu-color-name-equal): New function.
3719 (list-colors-display): Use it to compare colors instead of
3720 facemenu-color-equal.
3722 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
3724 * compare-w.el (compare-windows-face): Use min-colors instead of
3725 checking for tty or pc types.
3727 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3729 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
3730 (completion-setup-function): Use with-current-buffer.
3731 Properly save excursion. Simplify.
3732 Don't assume there is necessarily a `mouse-face' property somewhere.
3734 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
3736 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
3738 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
3739 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
3740 Use with-current-buffer.
3741 (byte-goto-log-buffer): Delete.
3742 (byte-compile-log-file): Call compilation-forget-errors.
3744 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
3746 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
3747 output messages into the search result.
3749 2004-05-19 Masatake YAMATO <jet@gyve.org>
3751 * wid-edit.el (widget-radio-button-notify): Revert my last
3752 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
3754 2004-05-19 Kenichi Handa <handa@m17n.org>
3756 * international/characters.el: Fix syntax (open/close) of CJK chars.
3758 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
3760 * help-mode.el (help-go-back): Don't depend on position of back button.
3762 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
3764 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
3765 files files don't contain an accidental additional /.
3767 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
3770 2004-05-18 Masatake YAMATO <jet@gyve.org>
3772 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
3773 to widget-apply. :action method assumes 2 arguments, not 3.
3775 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
3777 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
3779 (hs-special-modes-alist): Add an f90-mode entry.
3781 2004-05-17 Sam Steingold <sds@gnu.org>
3783 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
3784 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
3786 2004-05-16 Kim F. Storm <storm@cua.dk>
3788 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
3790 2004-05-15 John Wiegley <johnw@newartisans.com>
3792 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
3793 (eshell-output-object-to-target): Improve output speed 20% by not
3794 calling `eshell-stringify' if something is already known to be a string.
3796 2004-05-15 Alex Ott <ott@jet.msk.su>
3798 * textmodes/ispell.el (ispell-local-dictionary-alist):
3799 Add windows-1251 to the choice of coding systems.
3800 (ispell-dictionary-alist-6): Add support for "russianw.aff",
3803 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
3805 * progmodes/compile.el (compilation-warning-face)
3806 (compilation-info-face): Use min-colors.
3808 2004-05-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3810 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
3811 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
3812 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
3813 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
3814 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
3815 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
3816 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
3817 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
3818 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
3819 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
3820 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
3821 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
3822 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
3823 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
3825 2004-05-15 Kim F. Storm <storm@cua.dk>
3827 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
3828 Use it to set triggered-p element of timer.
3829 (timer-event-handler): Set triggered-p element non-nil while running
3832 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
3834 * descr-text.el (describe-char-unicode-data)
3835 (describe-char-unicodedata-file): Re-enable the unicode code now that
3836 the licensing issues have been cleared in the unicode-4 license.
3837 (describe-text-properties-1): Remove unused `overlay' var.
3838 (describe-char): Remove unused var `buffer'.
3840 2004-05-14 David Ponce <david@dponce.com>
3842 * tree-widget.el: New file.
3844 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
3846 * language/european.el ("Brazilian Portuguese"): Add support for
3847 Brazilian Portuguese.
3849 2004-05-13 John Wiegley <johnw@newartisans.com>
3851 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
3852 `recentf-mode' if this variable has been customized to t.
3854 * eshell/esh-test.el (eshell-test): Call the function
3855 `emacs-version' rather than trying to build a custom version string.
3857 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
3859 * net/telnet.el (telnet-mode): Use define-derived-mode.
3860 Don't modify the global value of comint-prompt-regexp.
3862 2004-05-13 John Paul Wallington <jpw@gnu.org>
3864 * version.el (emacs-version): Check for `gtk' feature before
3865 `x-toolkit' feature.
3867 2004-05-13 Juanma Barranquero <lektu@terra.es>
3869 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
3870 arguments in the docstring, they're used only in recursive calls.
3872 * help-fns.el (help-arg-highlighting-function)
3873 (help-argument-name): Delete.
3874 (help-default-arg-highlight): New function.
3875 (help-do-arg-highlighting): Use it.
3877 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3879 * calendar/appt.el (appt-disp-window):
3880 Use `calendar-set-mode-line' for a centered mode-line.
3882 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
3884 * calendar/appt.el (appt-disp-window): Do not split window
3885 excessively when `split-height-threshold' is low.
3887 2004-05-12 Nick Roberts <nickrob@gnu.org>
3889 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
3890 kill-buffer-hook here and make it local.
3891 (gud-kill-buffer-hook): Use kill-process for a sure kill.
3893 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
3895 * progmodes/compile.el (compilation-set-window-height):
3896 Use save-excursion to protect against misplaced marker.
3898 2004-05-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
3900 * custom.el (defface): Document that type can have value gtk.
3902 * faces.el (face-spec-set-match-display): Handle type gtk in display.
3904 2004-05-12 Kenichi Handa <handa@m17n.org>
3906 * descr-text.el: Require quail at comile time.
3907 (describe-char): If an input method is on and it supports the
3908 character, show how to input it.
3910 * international/quail.el (quail-install-decode-map): Accept a
3911 char-table whose subtype is `quail-decode-map'.
3912 (quail-store-decode-map-key, quail-gen-decode-map1)
3913 (quail-gen-decode-map, quail-find-key1, quail-find-key)
3914 (quail-show-key): New functions.
3916 2004-05-12 Juanma Barranquero <lektu@terra.es>
3918 * generic.el (define-generic-mode): Remove redundant arglist info.
3920 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
3921 Make arguments match their use in docstring.
3922 (help-arg-highlighting-function): New variable.
3923 (help-argument-name): Mention it in the docstring.
3924 (help-do-arg-highlight): Use it. Expand regexp to accept also
3925 ARG-xxx and xxx-ARG references.
3927 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
3929 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
3930 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
3931 and "mailto:addr1?to=addr2" equal.
3933 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
3935 * man.el (Man-getpage-in-background): Use shell-file-name
3936 and shell-command-switch variables instead of hard-coded values.
3938 2004-05-11 Eli Zaretskii <eliz@gnu.org>
3940 * iimage.el: New file.
3942 2004-05-11 Juanma Barranquero <lektu@terra.es>
3944 * custom.el (custom-initialize-default, defcustom):
3945 Fix typo in docstring.
3947 * files.el (set-visited-file-name, file-expand-wildcards):
3950 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3952 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
3954 * subr.el (eventp): Be more discriminating with integers.
3956 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
3958 * progmodes/compile.el (compile): Add universal prefix arg.
3959 (compilation-error-regexp-alist-alist): Add edg patterns.
3961 2004-05-10 Sam Steingold <sds@gnu.org>
3963 * textmodes/ispell.el (ispell-message):
3964 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
3966 2004-05-10 Dave Love <fx@gnu.org>
3968 * progmodes/python.el (help-buffer): Autoload when compiling.
3969 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
3970 (run-python): Prepend to any existing PYTHONPATH.
3972 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
3974 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
3975 for pending breakpoints.
3977 2004-05-10 Richard M. Stallman <rms@gnu.org>
3979 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
3980 directly without calling any functions in Rmail.
3981 (unrmail-unprune): Function deleted.
3983 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
3985 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
3988 2004-05-10 Kenichi Handa <handa@m17n.org>
3990 * descr-text.el (describe-char): Fix previous change. Don't make
3991 a unibyte character to multibyte in the *Help* buffer.
3993 2004-05-10 Miles Bader <miles@gnu.org>
3995 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
3996 buffer an error if the debugger process is actually running.
3998 2004-05-10 Juanma Barranquero <lektu@terra.es>
4000 * help-fns.el (help-argument-name): Default to italic.
4001 (help-highlight-arguments): Return always (usage . doc), even when
4004 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
4005 (define-ibuffer-filter): Add usage info.
4006 (define-ibuffer-op): Add usage info (but CL-style defaults for
4007 keyword args are not shown).
4009 * subr.el (remove-overlays, read-passwd): Fix docstring.
4010 (start-process-shell-command): Fix docstring. Put usage info in a
4011 format usable by `describe-function'.
4012 (open-network-stream, open-network-stream-nowait)
4013 (open-network-stream-server): Fix docstring.
4015 2004-05-09 Jason Rumney <jasonr@gnu.org>
4017 * international/code-pages (cp932, cp936, cp949, c950): Remove.
4018 Only define cp125* if windows-125* is already defined.
4020 * language/korean.el (cp949): Add alias.
4022 * language/chinese.el (cp936, cp950): Add aliases.
4024 * language/japanese.el (cp932): Add alias.
4026 * term/w32-win.el: Require code-pages.
4028 * international/mule-cmds.el (set-locale-environment):
4029 On MS-Windows use ansi code-page for default coding-systems.
4030 Set up paper sizes for Windows 3 letter languages.
4032 * international/code-pages.el (cp932, cp936, cp949, cp950):
4033 Add aliases. Also add cp125* if not already defined.
4035 2004-05-09 Juanma Barranquero <lektu@terra.es>
4037 * help-fns.el (help-highlight-arguments): Don't try to highlight
4038 missing or autoloaded arglists. Accept structured arguments, like
4039 the first ones of `do' and `flet'.
4041 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
4042 (cvs-get-marked): Remove redundant arglist info.
4044 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
4045 Don't use CL-style default args.
4047 2004-05-08 Andreas Schwab <schwab@suse.de>
4049 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
4051 * international/subst-ksc.el: Fix references to utf-translate-cjk
4052 into utf-translate-cjk-mode.
4053 * international/subst-big5.el: Likewise.
4054 * international/subst-gb2312.el: Likewise.
4055 * international/subst-jis.el: Likewise.
4056 * international/utf-16.el: Likewise.
4057 * international/utf-8.el: Likewise.
4059 2004-05-08 John Wiegley <johnw@newartisans.com>
4061 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
4062 "virtual buffers" (off by default), which makes it possible to
4063 switch to the "virtual" buffers of recently visited files. When a
4064 buffer name search fails, and this option is on, iswitchb will
4065 look at the list of recently visited files, and permit matching
4066 against those names. When the user hits RET on a match, it will
4068 (iswitchb-read-buffer): Add two optional arguments, which makes
4069 isearchb.el possible.
4070 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
4071 (iswitchb-next-match): Add support for virtual buffers.
4073 * isearchb.el: This module extends iswitchb to provide "as you
4074 type" buffer selection.
4076 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
4077 Ignore the read-only property when flyspell highlighting is on.
4078 Not ignoring it leads to a series of confusing errors.
4079 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
4080 but also make sure to call flyspell-incorrect-hook.
4081 (flyspell-maybe-correct-transposition): Perform transposition test
4082 by bit twiddling a string, rather than using a temp buffer.
4083 (flyspell-maybe-correct-doubling): Use a string rather than a temp
4084 buffer. This is also the original version of the code, which
4085 could not be checked in before due to a previous lack of
4086 assignment papers. This version has seen heavy usage on my system
4087 for several years now.
4089 * calendar/cal-bahai.el: New file, which adds support for the
4090 Baha'i calendar to Emacs. This calendar is based on a solar year
4091 of 19 months of 19 days, with 4 intercalary days. Each year
4092 begins on March 21, with the calendar starting in 1844.
4094 * calendar/cal-menu.el, calendar/calendar.el,
4095 calendar/diary-lib.el, calendar/holidays.el: Added support for
4098 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
4099 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
4100 function can be used outside of eshell buffers.
4101 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
4103 2004-05-08 Juanma Barranquero <lektu@terra.es>
4105 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
4106 word constituent so FOO-ARG is not recognized as an arg.
4107 (help-highlight-arguments): Don't skip lists in mandatory arguments.
4109 * simple.el (next-error): Fix typo in docstring.
4110 (open-line): Make argument names match their use in docstring.
4111 (split-line): Fix docstring.
4113 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
4114 usable by `describe-function'.
4115 (gensym, gentemp, typep, ignore-errors): Make argument names match
4116 their use in docstring.
4118 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
4119 argument to `help-setup-xref'.
4121 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
4123 Version 2.0.40 of Tramp released.
4125 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
4126 Use symbol-function to invoke functions only known on some Emacs
4127 flavors. This avoids byte-compiler warnings. Reported by Kevin
4128 Scaldeferri <kevin@scaldeferri.com>.
4129 (tramp-do-copy-or-rename-file-via-buffer): Rename from
4130 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
4131 consistent with the other tramp-do-* functions.
4132 (tramp-do-copy-or-rename-file): Calls adjusted.
4133 (tramp-process-initial-commands): Avoid liveness check on shell --
4134 we know that it must be alive since we're opening a connection at
4136 (tramp-last-cmd): New internal variable.
4137 (tramp-process-echoes): New tunable.
4138 (tramp-send-command): Set tramp-last-cmd.
4139 (tramp-wait-for-output): Delete echo, if applicable.
4140 (tramp-read-passwd): Construct the key for the password cache in a
4141 way that works for multi methods, too.
4142 (tramp-bug): Add backup-directory-alist and
4143 bkup-backup-directory-info to bug reports, with Tramp counterparts.
4145 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
4147 * net/tramp*.el: Suppress byte-compiler warnings where possible.
4149 * net/tramp.el (tramp-out-of-band-prompt-regexp)
4150 (tramp-actions-copy-out-of-band): New defcustoms.
4151 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
4152 used instead of a synchronous one. Allows password entering.
4153 (tramp-action-out-of-band): New defun.
4154 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
4155 Remove restriction with password from doc string.
4156 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
4157 `tramp-out-of-band-prompt-regexp',
4158 `tramp-actions-copy-out-of-band', `password-cache' and
4159 `password-cache-expiry'.
4160 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
4162 (tramp-touch): FILE can be a local file, too.
4163 (TODO): Remove items done.
4164 (tramp-handle-insert-directory): Properly quote file name also if
4165 not full-directory-p. Handle wildcard case. Reported by Andreas
4166 Schwab <schwab@suse.de>.
4167 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
4169 (tramp-handle-file-local-copy, tramp-handle-write-region):
4170 The permissions of the temporary file are set if filename exists.
4171 Reported by Ted Stern <stern@cray.com>.
4172 (tramp-backup-directory-alist)
4173 (tramp-bkup-backup-directory-info): New defcustoms.
4174 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
4175 (tramp-handle-find-backup-file-name): New function.
4176 Implements Tramp's find-backup-file-name.
4178 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
4179 for `find-backup-file-name'.
4181 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
4182 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
4184 2004-05-07 Lars Hansen <larsh@math.ku.dk>
4186 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
4188 2004-05-07 Juanma Barranquero <lektu@terra.es>
4190 * subr.el (lambda): Add arglist description to docstring.
4191 (declare): Fix typo in docstring.
4192 (open-network-stream): Fix docstring.
4193 (process-kill-without-query): Fix docstring and add obsolescence info.
4194 (last, butlast, nbutlast): Make arguments match their use in docstring.
4195 (insert-buffer-substring-no-properties): Likewise.
4196 (insert-buffer-substring-as-yank): Likewise.
4197 (split-string): Fix docstring.
4199 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
4200 Make argument names match their use in docstring.
4202 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
4204 2004-05-06 Nick Roberts <nickrob@gnu.org>
4206 * progmodes/gdb-ui.el: Improve/extend documentation strings.
4207 Fit first sentence on one line for apropos-command.
4209 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4211 Changes largely merged in from Dave Love's code.
4212 * progmodes/python.el: Doc fixes.
4213 (python-mode-map): Add python-complete-symbol.
4214 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
4215 (python-comment-indent, python-complete-symbol)
4216 (python-symbol-completions, python-partial-symbol)
4217 (python-try-complete): New.
4218 (python-indent-line): Remove optional arg. Use python-block-end-p.
4219 (python-check): Bind compilation-error-regexp-alist.
4220 (inferior-python-mode): Use rx. Move keybindings to top level.
4221 Set comint-input-filter.
4222 (python-preoutput-filter): Use rx.
4223 (python-input-filter): Re-introduce.
4224 (python-proc): Start new process if necessary.
4225 Check python-buffer non-nil.
4226 (view-return-to-alist): Defvar.
4227 (python-send-receive): New.
4228 (python-eldoc-function): Use it.
4229 (python-mode-running): Don't defvar.
4230 (python-mode): Set comment-indent-function.
4231 Maybe update hippie-expand-try-functions-list.
4232 (python-indentation-levels): Initialize differently.
4233 (python-block-end-p): New.
4234 (python-indent-line): Use it.
4235 (python-compilation-regexp-alist): Augment.
4236 (run-python): Import `emacs' module to Python rather than loading
4237 code directly. Set python-buffer differently.
4238 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
4240 (python-send-command): Go to end of comint buffer.
4241 (python-load-file): Use python-proc, emacs.eimport.
4242 (python-describe-symbol): Simplify interactive form.
4243 Use emacs.help. Do use temp-buffer-show-hook.
4244 Call print-help-return-message.
4245 (hippie-exp): Require when compiling.
4246 (python-preoutput-continuation): Use rx.
4248 * diff-mode.el (diff-make-unified): Fix regexp.
4250 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
4252 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
4253 filter groups from the buffer when rebuilding the Ibuffer buffer
4254 and `ibuffer-show-empty-filter-groups' is nil.
4256 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4258 * ps-print.el (ps-print-quote): Call ps-value-string.
4259 (ps-setup): Call ps-comment-string.
4260 (ps-value-string, ps-comment-string): New funs.
4262 2004-05-06 Juanma Barranquero <lektu@terra.es>
4264 * ehelp.el (electric-help-command-loop): Check whether the last
4265 character is visible, not (point-max).
4267 * help-fns.el (help-argument-name): Default to bold; don't inherit
4268 from font-lock-variable-name-face.
4269 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
4271 2004-05-05 Kenichi Handa <handa@m17n.org>
4273 * descr-text.el (describe-char): Copy the character with text
4274 properties and overlays into the first line, and call
4275 describe-text-properties on it.
4277 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
4279 * iswitchb.el (iswitchb-global-map): Fix typo.
4280 Remove unwanted ###autoloads from source file.
4282 2004-05-05 Lars Hansen <larsh@math.ku.dk>
4284 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
4285 in run-hooks. Use substitute-command-keys in message.
4286 (wdired-abort-changes): Add message.
4288 2004-05-03 Michael Mauger <mmaug@yahoo.com>
4290 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
4291 (sql-emacs20-p): Remove.
4292 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
4293 (sql-builtin-face, sql-doc-face): Remove.
4294 (sql-mode-ansi-font-lock-keywords)
4295 (sql-mode-oracle-font-lock-keywords)
4296 (sql-mode-postgres-font-lock-keywords)
4297 (sql-mode-linter-font-lock-keywords)
4298 (sql-mode-ms-font-lock-keywords)
4299 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
4300 (sql-product-font-lock): Fix font-lock reset when font rules change.
4301 (sql-highlight-product): Remove incorrect font-lock reset logic.
4303 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
4305 * ses.el (ses-set-parameter): Fix typo.
4307 2004-05-04 Kim F. Storm <storm@cua.dk>
4309 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
4310 Must expand directory for completion to work; and don't mess with
4311 process-environment.
4312 (ido-read-file-name): If command has ido property, don't use ido
4313 if value is ignore, or read as directory if value is dir.
4314 Set ido ignore property for dired-do-rename command.
4316 2004-05-04 Juanma Barranquero <lektu@terra.es>
4318 * ehelp.el (electric-help-command-loop, electric-help-undefined)
4319 (electric-help-help): Check against unmapped commands.
4321 * help-fns.el (help-argument-name): New face, inheriting from
4322 font-lock-variable-name-face, to highlight function arguments in
4323 `describe-function' and `describe-key'.
4324 (help-do-arg-highlight): Auxiliary function to highlight a given
4325 list of arguments in a string.
4326 (help-highlight-arguments): Highlight the function arguments and
4327 all uses of them in the docstring.
4328 (describe-function-1): Use it. Do docstring output via `insert',
4329 not 'princ', so text attributes are preserved.
4331 * winner.el (winner-mode-map): Move `winner-undo' and
4332 `winner-redo' to C-c <left> and C-c <right>, respectively (the
4333 previous bindings conflict with `prev-buffer', `next-buffer').
4335 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4337 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
4338 (bibtex-entry-update): New command bound to C-c C-u.
4339 (bibtex-text-in-string): Fix regexp.
4340 (bibtex-assoc-of-regexp): Remove.
4341 (bibtex-progress-message): Fix docstring.
4342 (bibtex-inside-field): Use if.
4343 (bibtex-assoc-regexp): New function.
4344 (bibtex-format-entry): Make code more robust so that it formats
4346 (bibtex-autokey-demangle-title): Merge with obsolete function
4347 bibtex-assoc-of-regexp.
4348 (bibtex-field-list): New function.
4349 (bibtex-entry): Use bibtex-field-list.
4350 (bibtex-parse-entry): Fix docstring.
4351 (bibtex-print-help-message): Use bibtex-field-list.
4352 (bibtex-make-field): Use bibtex-field-list.
4353 (bibtex-entry-index): Bugfix. Return crossref key if required.
4354 (bibtex-lessp): Fix docstring.
4356 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
4358 * select.el (xselect-convert-to-string): Move comment to intended line.
4360 2004-05-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4362 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
4363 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
4365 2004-05-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4367 * term/x-win.el (x-clipboard-yank): Don't exit on error from
4370 2004-05-03 Jason Rumney <jasonr@gnu.org>
4372 * makefile.nt: Remove.
4374 2004-05-03 Kim F. Storm <storm@cua.dk>
4376 * emulation/cua-base.el (cua--update-indications): Fix last change.
4377 (cua-mode): Deactivate mark when cua-mode is enabled.
4379 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
4381 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
4383 2004-05-03 Nick Roberts <nickrob@gnu.org>
4385 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
4386 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
4387 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
4388 window over visible frames.
4389 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
4391 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
4393 * progmodes/compile.el (compilation-gcpro): New var.
4394 (compilation-fake-loc): Use it.
4395 (compilation-forget-errors): Reset it.
4397 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4399 * diff-mode.el (diff-header-face, diff-file-header-face):
4402 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4404 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
4405 (bibtex-clean-entry): Disentangle code.
4406 (bibtex-realign): New function.
4407 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
4408 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
4409 Remove undocumented optional arg called-by-convert-alien.
4410 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
4411 for sorting instead of bibtex-sort-buffer.
4413 2004-05-02 Eli Zaretskii <eliz@gnu.org>
4415 * progmodes/compile.el (compilation-start): In the
4416 no-async-subprocesses branch, call sit-for to give redisplay a
4417 chance to show the updated process status in the mode line, and
4418 fontify the buffer explicitly after the process exits.
4420 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4422 * progmodes/python.el (python-compilation-line-number): Remove.
4423 (python-compilation-regexp-alist): Don't use it any more.
4424 (python-orig-start, python-input-filter): Remove.
4425 (inferior-python-mode): Don't set up comint-input-filter-functions.
4426 (python-send-region): Use compilation-fake-loc.
4428 * progmodes/compile.el (compilation-messages-start): New var.
4429 (compilation-mode): Don't setup next-error-function here.
4430 (compilation-setup): Set it up here instead (for minor modes as well).
4431 Make compilation-messages-start buffer local.
4432 (compilation-next-error-function): Use it.
4433 (compilation-forget-errors): Set compilation-messages-start.
4435 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
4437 * ielm.el (ielm-prompt-read-only): Update docstring.
4439 * comint.el (comint-prompt-read-only): Update docstring.
4440 (comint-update-fence, comint-kill-whole-line)
4441 (comint-kill-region): New functions.
4443 * simple.el (kill-whole-line): Use "p" instead of "P" in
4446 2004-05-01 Juanma Barranquero <lektu@terra.es>
4448 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
4449 format arglist so default values in CL-style argument lists are
4452 2004-05-01 Jason Rumney <jasonr@gnu.org>
4454 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
4456 2004-05-01 Kenichi Handa <handa@m17n.org>
4458 * international/titdic-cnv.el (miscdic-convert): Don't generate a
4459 quail file if it is up to date.
4461 2004-04-30 Juri Linkov <juri@jurta.org>
4463 * cus-edit.el (custom-mode-map):
4464 Add key binding `C-x C-s' to `Custom-save'.
4466 * outline.el (outline-blank-line): New var.
4467 (outline-next-preface, outline-show-heading)
4468 (outline-end-of-subtree): Use it.
4470 * dired-aux.el (dired-touch-initial): New fun.
4471 (dired-do-chxxx): Call it for op-symbol `touch'.
4472 (dired-diff): Use `dired-dwim-target-directory'
4473 if current dired buffer has no buffer mark.
4475 * bindings.el (propertized-buffer-identification):
4476 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
4477 Add C-M-arrow keys for consistency.
4479 * files.el (confirm-kill-emacs):
4480 Change group from top-level `emacs' to `convenience'.
4482 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
4483 Push mark on the first call of successive command calls.
4484 (insert-pair): New fun created from `insert-parentheses' with
4485 `open' and `close' arguments added. Enclose active regions
4486 in paired characters. Compare adjacent characters syntax with
4487 inserted characters syntax before inserting a space.
4488 (insert-parentheses): Call `insert-pair' with ?\( ?\).
4490 * delsel.el: Don't put `delete-selection' property
4491 on `insert-parentheses' symbol to take advantage of
4492 region handling in `insert-pair' function.
4493 Suggested by Stephan Stahl <stahl@eos.franken.de>.
4495 2004-04-30 Kim F. Storm <storm@cua.dk>
4497 * emulation/cua-base.el: Add support for changing cursor types;
4498 based on patch from Michael Mauger.
4499 (cua-normal-cursor-color, cua-read-only-cursor-color)
4500 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
4501 Customization cursor type and/or cursor color.
4502 (cua--update-indications): Handle cursor type changes.
4503 (cua-mode): Update cursor indications if enabled.
4505 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
4507 * mouse.el (mouse-drag-copy-region): New defcustom.
4508 (mouse-set-region, mouse-drag-region-1): Use it.
4510 * simple.el (kill-ring-save): If region face background color is
4511 unspecified (if no highlighting), show extent of fully visible
4512 region even if transient-mark-mode is enabled.
4514 * emulation/cua-base.el (cua--standard-movement-commands):
4515 Add cua-scroll-up and cua-scroll-down.
4516 (cua-scroll-up, cua-scroll-down): New commands.
4517 (cua--init-keymaps): Remap scroll-up and scroll-down.
4519 * emulation/cua-rect.el (cua--convert-rectangle-as):
4521 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
4522 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
4523 New commands (suggested by Jordan Breeding).
4525 2004-04-30 Juanma Barranquero <lektu@terra.es>
4527 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
4529 2004-04-30 Mario Lang <mlang@delysid.org>
4531 * diff.el (diff-switches): Fix typo in docstring.
4533 2004-04-30 Alex Schroeder <alex@gnu.org>
4535 * xml.el (xml-debug-print-internal): Don't add newline and
4536 indentation to text nodes and write empty elements as empty tags
4537 instead of opening and closing tags.
4538 (xml-debug-print): Take optional indent-string argument.
4539 (xml-print): Alias for xml-debug-print.
4541 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4543 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
4544 than duplicate call to `line-beginning-position'.
4546 * progmodes/f90.el (f90-get-present-comment-type):
4547 Return whitespace, as well as comment chars, for consistent filling
4548 of comment blocks. Use `match-string-no-properties'.
4549 (f90-break-line): Trim trailing whitespace when filling comments.
4551 2004-04-30 Dave Love <fx@gnu.org>
4553 * calendar/diary-lib.el (diary-outlook-formats): New variable.
4554 (diary-from-outlook-internal, diary-from-outlook)
4555 (diary-from-outlook-gnus, diary-from-outlook-rmail):
4556 New functions to import diary entries from Outlook-format
4557 appointments in mail messages.
4559 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4561 * progmodes/python.el (python-send-command): New fun.
4562 (python-send-region, python-load-file): Use it.
4564 * progmodes/compile.el (compilation-last-buffer): Add var alias.
4566 * help-fns.el (help-C-file-name): Use new subr-name.
4567 Prepend `src/' to the file name.
4568 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
4569 (describe-function-1, describe-variable): Only find a C source file
4570 name if DOC is already loaded.
4572 * help-mode.el (help-function-def, help-variable-def):
4573 Use the new find-function-search-for-symbol functionality.
4574 Allow FILE to be `C-source'.
4576 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
4577 (find-function-C-source): New fun.
4578 (find-function-search-for-symbol): Use it.
4580 2004-03-29 Michael Mauger <mmaug@yahoo.com>
4582 * progmodes/sql.el (sql-product-alist): Rename variable
4583 `sql-product-support'. Add Postgres login parameters.
4584 (sql-set-product, sql-product-feature): Update with renamed variable.
4585 (sql-connect-postgres): Add username prompt.
4586 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
4587 Make patterns less product specific.
4588 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
4589 (sql-mode-abbrev-table): Modify initialization.
4590 (sql-builtin-face): Add variable.
4591 (sql-keywords-re): Add macro.
4592 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
4593 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
4594 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
4595 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
4596 (sql-mode-linter-font-lock-keywords)
4597 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
4598 (sql-mode-sybase-font-lock-keywords)
4599 (sql-mode-informix-font-lock-keywords)
4600 (sql-mode-interbase-font-lock-keywords)
4601 (sql-mode-ingres-font-lock-keywords)
4602 (sql-mode-solid-font-lock-keywords)
4603 (sql-mode-sqlite-font-lock-keywords)
4604 (sql-mode-db2-font-lock-keywords): Default to nil.
4605 (sql-product-font-lock): Always highlight ANSI keywords.
4606 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
4607 (sql-send-string): Add function.
4609 2004-04-29 Dave Love <fx@gnu.org>
4611 * progmodes/cfengine.el (cfengine-beginning-of-defun)
4612 (cfengine-end-of-defun): Ensure progress through buffer.
4614 * info-look.el (cfengine-mode): Accept a terminal ().
4616 2004-04-29 Juri Linkov <juri@jurta.org>
4618 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
4619 instead of isearch-yank-word-or-char. Add new key bindings for
4620 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
4621 (isearch-del-char): New fun.
4622 (isearch-forward, isearch-edit-string): Update docstring.
4623 (isearch-yank-char): Doc fix.
4624 (isearch-other-meta-char): Restore point after scrolling.
4626 * progmodes/compile.el (compilation-context-lines): Add nil option
4627 to disable compilation output window scrolling.
4628 (compilation-set-window): Use it.
4630 * outline.el (outline-next-preface, outline-show-heading):
4631 Don't leave unhidden blank line before heading.
4632 (outline-end-of-subtree): Include last newline into subtree.
4633 (hide-entry): Leave point at beginning of heading instead of end.
4634 (outline-up-heading): Push mark for the first call of successive
4637 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
4639 * comint.el (comint-prompt-read-only): New variable.
4640 (comint-output-filter): Implement it.
4642 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
4643 (ielm-prompt-internal): New variable.
4644 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
4645 (ielm-send-input): Delete unused variable `buf'.
4646 (ielm-eval-input): Use `ielm-prompt-internal'.
4647 (inferior-emacs-lisp-mode): Use new variables
4648 `comint-prompt-read-only' and `ielm-prompt-internal'.
4649 Get rid of obsolete variable `directory-sep-char'.
4650 (ielm): Use `zerop'.
4652 2004-04-29 John Paul Wallington <jpw@gnu.org>
4654 * thumbs.el (toplevel): Require cl at compile time.
4655 Remove conditional definitions of `ignore-errors' and `caddar'
4656 because they occur at run time.
4658 2004-04-28 Nick Roberts <nickrob@gnu.org>
4660 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
4661 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
4662 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
4663 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
4665 * progmodes/gud.el (gud-common-init): Throw an error if program is
4666 already running under gdb.
4668 2004-04-28 John Paul Wallington <jpw@gnu.org>
4670 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
4671 (thumbs-show-image-num): Move assignment of
4672 `thumbs-current-image-filename' within scope of `i'.
4673 (thumbs-emboss-image): Don't use `evenp'.
4675 2004-04-28 Richard M. Stallman <rms@gnu.org>
4677 * progmodes/compile.el (compilation-context-lines): Default now 0.
4679 2004-04-28 Juanma Barranquero <lektu@terra.es>
4681 Use `time-less-p' from calendar/time-date.el instead of defining
4682 custom versions of it.
4684 * pcomplete.el (pcomplete-time-less-p): Remove.
4686 * thumbs.el (time-less-p): Remove.
4688 * calendar/timeclock.el (timeclock-time-less-p): Remove.
4689 (timeclock-generate-report): Use `time-less-p'.
4691 * emacs-lisp/autoload.el (autoload-before-p): Remove.
4692 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
4694 2004-04-28 Masatake YAMATO <jet@gyve.org>
4696 * subr.el (remove-overlays): Make arguments optional.
4698 * wid-edit.el (widget-specify-button): Put evaporate to the
4700 (widget-specify-sample): Put evaporate to the overlay for sample.
4701 (widget-specify-doc): Put evaporate to the overlay for documentation.
4703 2004-04-27 Jesper Harder <harder@ifa.au.dk>
4705 * info.el (info-apropos): Make it an index node. Align node names
4708 2004-04-27 Eli Zaretskii <eliz@gnu.org>
4710 * net/browse-url.el (browse-url-netscape-sentinel)
4711 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
4712 (browse-url-epiphany-sentinel, browse-url-mosaic):
4713 Use browse-url-*-program instead of a literal program name.
4715 2004-04-27 Kevin Ryde <user42@zip.com.au>
4717 * eshell/em-alias.el:
4718 * eshell/em-dirs.el:
4719 * eshell/em-hist.el:
4720 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
4721 features when M-x customize-group loads modules before the main
4724 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
4726 * subr.el (momentary-string-display): Support EXIT-CHAR that is
4727 either a character representation of an event or an event
4730 * type-break.el: Capitalise Emacs and Lisp.
4731 (type-break-good-break-interval, type-break-demo-boring-stats)
4732 (type-break-terse-messages, type-break-file-name): New defcustoms.
4733 (type-break-post-command-hook)
4734 (type-break-warning-countdown-string): Quote variable names in doc.
4735 (type-break-interval-start, type-break-auto-save-file-name): New vars.
4736 (type-break-mode): Document type-break-good-break-interval and the
4737 "session" file. Schedule break according to the session file.
4738 Kill session file buffer on exit. Organise for save-some-buffers
4739 to always save the session file.
4740 (type-break-mode-line-message-mode, type-break-query-mode):
4741 Uppercase arguments.
4742 (type-break-file-time, type-break-file-keystroke-count, timep)
4743 (type-break-choose-file, type-break-get-previous-time)
4744 (type-break-get-previous-count): New defuns.
4745 (type-break): Avoid break querying after a completed break in the
4746 case where the query was initiated during user invocation of the
4747 break. Optional terse messages.
4748 Use type-break-good-break-interval if type-break-good-rest-interval is
4749 nil. File the break time.
4750 (type-break-schedule): New optional args for overriding the use of
4752 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
4754 (type-break-check): File the keystroke count.
4755 (type-break-do-query): Prevent a second query when the break is
4756 interrupted. Optional terse message.
4757 (type-break-keystroke-reset): Record the start of a typing interval.
4758 (type-break-demo-boring): Optional terse messages. Display word
4759 per minute and keystroke counts according to
4760 type-break-demo-boring-stats.
4762 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
4764 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
4765 directories, make sure they exist under archive-tmpdir.
4767 2004-04-27 Juri Linkov <juri@jurta.org>
4769 * help.el (view-emacs-news): With argument, display info for the
4770 selected version by finding it among different NEWS files, and
4771 narrowing the buffer to the selected version.
4773 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
4774 same-window-buffer-names.
4775 (info): New arg `buffer'. Use it. Doc fix. Read file name for
4776 non-numeric prefix argument, append the number to the buffer name
4777 for numeric prefix argument.
4778 (info-other-window): Bind same-window-regexps to nil.
4779 (Info-reference-name): Rename to Info-point-loc.
4780 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
4781 and Info-find-index-name for stringy Info-point-loc.
4782 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
4783 without middle `.', but with final `.' and optional line number
4784 for it. Set Info-point-loc for index nodes.
4785 (Info-index): Remove middle `.' from index entry regexp.
4786 Modify line number regexp.
4787 (Info-index-next): Decrement line number.
4788 (info-apropos): Remove middle `.' from index entry regexp.
4789 Add optional line number regexp at the end. Add matched value
4790 for line number to the result list and insert it to the buffer.
4791 Replace match-string by match-string-no-properties.
4792 Reorder result list.
4793 (Info-fontify-node): Hide index line numbers.
4794 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
4796 (Info-follow-reference): Use `str' instead of
4797 Info-following-node-name-re.
4798 (Info-toc): Use full file names. Set Info-current-node to "Top".
4799 (Info-fontify-node): Compare file names without directory name.
4800 (Info-try-follow-nearest-node): Don't set Info-reference-name.
4801 Set second arg of Info-extract-menu-node-name for index nodes.
4802 (info-xref-visited): Use magenta3 instead of magenta4.
4803 (Info-mode): Add info-apropos to docstring.
4805 * log-view.el (log-view-diff): Replace interactive code "r"
4806 by a list to allow to call it even if region is not active.
4808 * paren.el (show-paren-highlight-openparen): New var.
4809 (show-paren-function): Turn on openparen highlighting when
4810 matching forward if show-paren-highlight-openparen is non-nil.
4812 * simple.el (kill-ring-save): Use blink-matching-delay instead of
4813 the constant value 1.
4814 (completions-common-part): Expand docstring.
4816 * textmodes/picture.el (picture-mode-map): Add arrow keys.
4818 2004-04-27 Kim F. Storm <storm@cua.dk>
4820 * image.el (insert-sliced-image): Use line-height instead of
4821 line-spacing property on newline.
4823 2004-04-26 Lars Hansen <larsh@math.ku.dk>
4825 * desktop.el (desktop-buffer-misc-data-function): Rename to
4826 desktop-save-buffer and change docstring.
4827 (desktop-buffer-modes-to-save): Delete.
4828 (desktop-save-buffer-p): Use desktop-save-buffer instead of
4829 desktop-buffer-modes-to-save.
4830 (desktop-save): Rename desktop-buffer-misc-data-function to
4831 desktop-save-buffer and allow non-function value.
4832 (desktop-missing-file-warning): Correct docstring.
4834 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
4835 to desktop-save-buffer.
4837 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
4838 desktop-save-buffer.
4840 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
4842 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
4844 2004-04-26 Eli Zaretskii <eliz@gnu.org>
4846 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
4848 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
4850 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
4851 (ielm): Only go to the end of the buffer when starting a new process.
4853 2004-04-25 Juanma Barranquero <lektu@terra.es>
4855 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
4856 mode line. Bind `inhibit-read-only' to t before modifying
4857 properties of text in the buffer.
4858 (ielm): Force point to the end of buffer, even when running ielm
4861 2004-04-25 Jesper Harder <harder@ifa.au.dk>
4863 * info.el (info-apropos): Reset Info-complete-cache.
4865 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
4867 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4868 Also recognize severe Irix et al. messages.
4869 (compilation-normalize-filename, compile-abbreviate-directory):
4871 (compilation-get-file-structure): New function inherits
4872 functionality of the two preceding ones.
4873 (compilation-internal-error-properties, compilation-fake-loc):
4874 Use it so that different paths to the same file share the same
4875 markers. Also optimize finding adjacent marker slightly.
4877 2004-04-25 Kim F. Storm <storm@cua.dk>
4879 * image.el (insert-sliced-image): Add line-spacing t property
4880 to newlines separating image lines.
4882 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
4884 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
4886 * ielm.el (ielm-prompt-read-only): New user option.
4887 (ielm-prompt): Expand docstring to describe new behavior.
4888 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
4889 mention it in the docstring.
4891 2004-04-24 Andreas Schwab <schwab@suse.de>
4893 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
4895 * diff.el (diff): Set default-directory in diff buffer.
4897 2004-04-24 Eli Zaretskii <eliz@gnu.org>
4899 * mail/sendmail.el (mail-bury): Don't delete the frame where the
4900 mail was being composed if the terminal cannot display more than
4901 one frame; instead, switch to previous frame.
4903 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
4904 (rmail-start-mail): Support rmail-mail-new-frame even on
4905 terminals that can display only one frame at a time.
4907 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4909 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
4910 (checkdoc-output-font-lock-keywords): Remove error regexp.
4911 (checkdoc-output-mode-map): Remove.
4912 (checkdoc-output-mode): Derive from compilation-mode.
4913 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
4915 * dired.el (dired-mode-map): Add a menu entry for wdired.
4917 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
4918 (rx-bracket, rx-check-any, rx-any): Clean up name space.
4920 * wdired.el: (wdired-mode-map): Move init into declaration.
4921 Fix `return' binding.
4922 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
4923 Use force-mode-line-update.
4924 (wdired-get-filename): Use `unless'.
4925 (wdired-preprocess-files): Don't assume names have no \n and use / for
4927 (wdired-normalize-filename): Use replace-regexp-in-string.
4928 (wdired-load-hooks): Remove.
4929 (wdired-mode-hooks): Rename to wdired-mode-hook.
4931 * info-look.el: Add support for cfengine-mode.
4932 (info-lookup-setup-mode): Use dolist.
4934 2004-04-23 Juan Le
\e,As
\e(Bn Lahoz Garc
\e,Am
\e(Ba <juan-leon.lahoz@tecsidel.es>
4936 * wdired.el: New file.
4938 2004-04-23 Juanma Barranquero <lektu@terra.es>
4940 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
4942 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
4943 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
4944 (pcomplete--help, pcomplete--here): Doc fixes.
4946 2004-04-23 Andre Spiegel <spiegel@gnu.org>
4948 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
4949 handles wrong-number-of-arguments in backend call.
4951 * vc.el (vc-print-log): Likewise.
4953 2004-04-20 Dave Love <fx@gnu.org>
4955 * emacs-lisp/rx.el: Doc fixes.
4956 (rx-constituents): Add/extend many forms.
4957 (rx-check): Check form is a list.
4959 (rx-check-any, rx-any, rx-check-not): Modify.
4961 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
4962 (rx-kleene): Use rx-trans-forms.
4963 (rx-quote-for-set): Delete.
4964 (rx): Allow multiple args.
4966 2004-04-23 Kenichi Handa <handa@m17n.org>
4968 * international/mule-util.el (char-displayable-p): Simplify by
4969 using internal-char-font.
4971 2004-04-23 Juanma Barranquero <lektu@terra.es>
4973 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
4975 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4977 * diff-mode.el (diff-next-error): New fun.
4978 (diff-mode): Use it.
4980 * simple.el (next-error): Change arg name.
4981 Add support for the documented C-u C-x ` usage.
4983 * frame.el (special-display-popup-frame, next-multiframe-window)
4984 (previous-multiframe-window): Only consider frames on same display.
4986 2004-04-22 Lars Hansen <larsh@math.ku.dk>
4988 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
4989 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
4991 2004-04-22 Kim F. Storm <storm@cua.dk>
4993 * net/telnet.el (telnet): Add optional port arg.
4995 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4997 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4998 Minor sanity check on the `hyperlink' slot.
5000 * Makefile.in (recompile): Compile new files.
5002 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
5003 Add byte-recompile-directory's optional `arg'.
5005 * cvs-status.el (cvs-tree-use-charset): New var.
5006 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
5007 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
5008 (cvs-status-cvstrees): Use it.
5010 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
5011 Make it a normal major mode.
5012 (checkdoc-buffer-label): Make sure the file name is meaningful.
5013 (checkdoc-output-to-error-buffer): Remove.
5014 (checkdoc-error, checkdoc-start-section): Rewrite.
5016 * info.el (info-node, info-menu-5, info-xref, info-header-node)
5017 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
5018 (Info-title-4-face): Use new syntax.
5019 (info-xref-visited): Inherit from info-xref.
5021 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
5023 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
5025 * simple.el (next-error-last-buffer, next-error-function):
5026 New variables for the next-error framework.
5027 (next-error-buffer-p): New function.
5028 (next-error-find-buffer): Generalize compilation-find-buffer.
5029 (next-error, previous-error, first-error, next-error-no-select)
5030 (previous-error-no-select): Move from compile.el.
5032 * replace.el (occur-next-error, occur-1): Hook into the next-error
5035 * progmodes/compile.el (compilation-start):
5036 Set next-error-last-buffer so next-error knows where to jump.
5037 (compilation-setup): Set the buffer-local variable
5038 next-error-function to 'compilation-next-error-function.
5039 (compilation-buffer-p, compilation-buffer-internal-p): Use an
5040 alternate way to find if a buffer is a compilation buffer, for
5041 next-error convenience.
5042 (next-error-no-select, previous-error-no-select, next-error)
5043 (previous-error, first-error): Move to simple.el.
5044 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
5045 (compilation-last-buffer): Remove.
5046 (compilation-start, compilation-next-error, compilation-setup)
5047 (compilation-next-error-function, compilation-find-buffer):
5048 Remove compilation-last-buffer use.
5050 2004-04-21 Juanma Barranquero <lektu@terra.es>
5052 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
5053 (font-lock-warning-face): Fix spacing.
5055 * makefile.w32-in (WINS): Add url/ directory.
5057 2004-04-21 Lars Hansen <larsh@math.ku.dk>
5059 * desktop.el (desktop-buffer-mode-handlers): New variable.
5060 Alist of major mode specific functions to restore a desktop buffer.
5061 (desktop-buffer-handlers): Make variable obsolete.
5062 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
5063 Catch errors signaled in handlers. Update buffer count.
5064 Evaluate desktop-buffer-point.
5065 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
5067 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
5069 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
5070 move to mail/rmail.el.
5071 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
5073 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
5074 On fail, print message (to message buffer) even if
5075 desktop-missing-file-warning is nil.
5076 (desktop-buffer-misc-data-function): New buffer local variable.
5077 Function returning major mode specific data.
5078 (desktop-buffer-misc-functions): Make variable obsolete.
5079 (desktop-save): Use desktop-buffer-misc-data-function.
5080 (desktop-buffer-dired-misc-data): Rename to
5081 dired-desktop-buffer-misc-data and move to dired.el.
5082 (desktop-buffer-info-misc-data): Rename to
5083 Info-desktop-buffer-misc-data and move to info.el.
5084 (desktop-read): Add message about number of buffers restored/failed.
5086 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
5087 Add parameters. Pause to display error only when
5088 desktop-missing-file-warning is non-nil.
5089 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
5090 (dired-mode): Bind desktop-buffer-misc-data-function.
5092 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
5094 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
5095 (Info-mode): Bind desktop-buffer-misc-data-function.
5097 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
5100 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
5103 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
5105 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
5106 the case of letters in case-insensitive expansions when the
5107 abbrev is preceded by characters with letter syntax.
5109 2004-04-21 Richard M. Stallman <rms@gnu.org>
5111 * progmodes/cperl-mode.el (cperl-putback-char):
5112 Delete Emacs 18 definition.
5114 * international/mule.el (ctext-post-read-conversion):
5115 Use assoc-string, not assoc-ignore-case.
5117 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
5119 * emacs-lisp/easymenu.el (easy-menu-add):
5120 Do call x-popup-menu, but only if it's defined.
5122 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
5124 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
5125 Handle multiple args: compile like progn.
5127 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
5128 take all args as &rest arg.
5130 * autoinsert.el (auto-insert-alist): Insert the user's name in
5131 copyright notice, rather than Free Software Foundation.
5133 2004-04-21 Kenichi Handa <handa@m17n.org>
5135 * descr-text.el (describe-char): Make it work on *Help* buffer.
5137 2004-04-21 Kim F. Storm <storm@cua.dk>
5139 * image.el (insert-image): Add optional SLICE arg.
5140 (insert-sliced-image): New defun.
5142 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
5144 * subr.el (read-number): Check whether `default' is nil.
5146 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5148 * progmodes/compile.el (compilation-error-properties):
5150 (compilation-internal-error-properties): New one.
5151 (compilation-compat-error-properties): Use it. Fix the non-marker case.
5153 2004-04-20 Richard M. Stallman <rms@gnu.org>
5155 * window.el (split-window-save-restore-data):
5156 Don't update the data if OLD-INFO is nil.
5158 * view.el (view-return-to-alist): Mark it permanent local.
5160 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
5162 * recentf.el (recentf-save-list): Catch and warn about errors.
5164 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
5165 so "Buffers" won't be pure.
5167 * help-mode.el (help-mode-finish): Set help-return-alist first
5168 thing, setting only the entry for the selected window.
5170 * help-fns.el (describe-function-1): If many non-control non-meta
5171 keys run the command, don't list all of them.
5173 2004-04-20 Juanma Barranquero <lektu@terra.es>
5175 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
5176 arg. Copied from Andre Spiegel's patch of 2004-03-21.
5178 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
5180 2004-04-20 Kenichi Handa <handa@m17n.org>
5182 * international/quail.el (quail-lookup-key): New optional arg
5184 (quail-get-translations): Call quail-lookup-key with
5185 NOT-RESET-INDICES t.
5186 (quail-completion): Likewise.
5187 (quail-lookup-map-and-concat): Likewise.
5189 2004-04-20 Kenichi Handa <handa@m17n.org>
5191 * international/quail.el (quail-update-translation): Don't insert
5192 such an unsupported multibyte char in a unibyte buffer.
5194 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
5196 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
5197 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
5198 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
5199 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
5200 (gdb-frame-assembler-buffer): Improve behaviour with
5202 (gdb-display-buffer): Extend search to all visible frames.
5204 2004-04-19 Eli Zaretskii <eliz@gnu.org>
5206 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
5207 characters left after base64 decoding.
5208 (rmail-decode-region): Use -dos variety of `coding', to remove any
5209 ^M characters left after qp or base64 decoding.
5211 2004-04-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5213 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
5216 2004-04-19 Stephen Eglen <stephen@gnu.org>
5218 * add-log.el (add-change-log-entry): Update doc string to mention
5219 add-log-full-name and add-log-mailing-address.
5221 2004-04-18 Juri Linkov <juri@jurta.org>
5223 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
5224 (Info-find-node-2): Simplify error message.
5225 (Info-insert-dir): Use Info-following-node-name.
5226 (Info-goto-node): Remove *info-history* and *info-toc*.
5227 (Info-history): Create a node of the virtual history file.
5228 (Info-toc): Create a node of the virtual toc file.
5229 (Info-insert-toc): New arg `curr-file' for reference file names.
5230 (info-apropos): Remove redundant var binding for temp-file.
5231 (Info-index, Info-index-next, Info-mode): Doc fix.
5232 (Info-goto-emacs-command-node): Don't jump to *info* from
5233 non-*info* Info buffers.
5234 (Info-fontify-node): Don't show the file name of external
5235 references if `Info-hide-note-references' is `hide'. Don't hide
5236 newlines at the end of paragraphs.
5238 * international/mule-diag.el (list-input-methods):
5239 Fix args to help-xref-button.
5241 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
5242 to put into effect local variables from TUTORIAL files.
5244 * textmodes/paragraphs.el (sentence-end) <function>: New fun
5245 with default value taken from the variable `sentence-end'.
5246 (sentence-end) <defcustom>: Set default to nil. Doc fix.
5247 Add nil const to :type.
5248 (sentence-end-without-period, sentence-end-double-space)
5249 (sentence-end-without-space): Doc fix.
5251 * textmodes/paragraphs.el (forward-sentence):
5252 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
5253 (fill-delete-newlines):
5254 * progmodes/cc-cmds.el (c-beginning-of-statement):
5255 Use function `sentence-end' instead of variable `sentence-end'.
5257 2004-04-18 Andreas Schwab <schwab@suse.de>
5259 * progmodes/compile.el (compilation-start): Set window start to
5260 point-min if compilation-scroll-output is nil.
5262 2004-04-18 John Wiegley <johnw@newartisans.com>
5264 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
5266 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
5268 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
5269 (gdb-info-breakpoints-custom): Revert previous change.
5270 (gdb-view-assembler): Update assembler if necessary.
5271 (gdb-frame-handler): Parse correctly for gdb-current-frame.
5272 (gdb-display-source-buffer): Update properly when both source and
5273 assembler are visible.
5275 2004-04-17 John Wiegley <johnw@newartisans.com>
5277 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
5278 which limits the number of names shown in the minibuffer. Off by
5280 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
5281 up iswitchb for users with a multitude of open buffers by showing
5282 only the first and last N/2 buffers in the completion list (which
5283 is enough to aid C-s/C-r, and to know that more characters are
5284 needed to refine the completion list).
5286 2004-04-17 Richard M. Stallman <rms@gnu.org>
5288 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
5289 (file-truename): Expand all ~ constructs directly.
5290 (insert-directory): Delete any error msg output by the
5291 `insert-directory-program'.
5293 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
5294 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
5295 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
5296 (allout-init): Use find-file-hook, not find-file-hooks.
5297 (allout-mode): Eliminate Emacs 18 support.
5298 Use write-contents-functions, not local-write-file-hooks.
5300 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
5302 * progmodes/compile.el (compilation-error-properties): Fix for
5303 adding messages when there are already markers for their file.
5304 (compilation-fake-loc): New function.
5306 2004-04-16 Dave Love <fx@gnu.org>
5308 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
5309 (python-load-file): Fix python-orig-start setting.
5311 * progmodes/compile.el: Doc fixes.
5312 (compilation-error-regexp-alist-alist)
5313 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
5314 (compilation-assq): Wrap in eval-when-compile.
5315 (compilation-mode-font-lock-keywords): Don't use list*.
5316 (compilation-start): Avoid warning.
5317 (compilation-compat-error-properties)
5318 (compilation-directory-properties): Add keymap property.
5319 (compilation-parsing-end): Make it a marker for better compatibility.
5321 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
5323 2004-04-16 Mark A. Hershberger <mah@everybody.org>
5325 * xml.el: Doc fixes.
5326 (xml-get-children): Only looks at sub-tags and ignore strings.
5328 * xml.el (xml-parse-tag): Avoid overwriting node-name.
5330 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5332 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
5334 2004-04-16 Andre Spiegel <spiegel@gnu.org>
5336 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
5338 * vc.el (vc-print-log): Likewise.
5340 2004-04-16 Masatake YAMATO <jet@gyve.org>
5342 * simple.el (completion-setup-function): Set an initial value
5343 to `element-common-end' before entering loop. Set a value
5344 to `element-common-end' at the end of loop.
5345 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
5346 (completions-common-part): Rename from completion-de-emphasis.
5347 (completions-first-difference): Rename from completion-emphasis.
5350 2004-04-16 Juanma Barranquero <lektu@terra.es>
5352 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
5353 (bookmark-edit-annotation-mode): Add mode name.
5355 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
5357 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
5358 for nested conflict markers.
5359 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
5361 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
5363 * progmodes/gdb-ui.el (gdb-goto-info): New function.
5365 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
5367 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
5369 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
5370 Give a backtrace if requested.
5372 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
5374 * progmodes/python.el (python-mouse-2-command, python-RET-command):
5375 Remove unused functions.
5376 (python-orig-start-line, python-orig-file): Remove.
5377 (python-orig-start): New var.
5378 (python-input-filter, python-compilation-line-number)
5379 (python-send-region, python-load-file): Use it.
5381 * info.el (info): Always jump to *info*.
5383 * subr.el (posn-set-point): New function.
5385 * mouse.el (mouse-set-point): Use it.
5387 * progmodes/compile.el (compile-goto-error): Use it.
5388 (compilation-button-map): New keymap.
5389 (compilation-error-properties): Use it.
5390 (compilation-shell-minor-mode-map): Don't bind mouse-2.
5392 * smerge-mode.el (smerge-popup-context-menu): Use it.
5394 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
5395 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
5396 mouse and non-mouse case.
5398 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
5399 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
5401 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
5402 Make it work for non-mouse events.
5404 * pcvs-info.el (cvs-status-map): Update binding name.
5406 2004-04-14 Mark A. Hershberger <mah@everybody.org>
5408 * xml.el (xml-maybe-do-ns): New function to handle namespace
5409 parsing of both attribute and element names.
5410 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
5411 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
5412 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
5413 (xml-parse-attlist): Make it do its own namespace parsing.
5415 2004-04-14 Dave Love <fx@gnu.org>
5417 * progmodes/python.el (run-python): Fix use of \n.
5418 (python-load-file): Remove `try' from Python fragment.
5419 (python-describe-symbol): Fix message.
5421 * comint.el: Doc fixes.
5422 (comint-last-input-start, comint-last-input-end)
5423 (comint-last-output-start): Give them values.
5424 (comint-arguments): Avoid warning.
5425 (comint-skip-prompt): Use line-end-position.
5426 (comint-backward-matching-input): Rename arg to agree with doc.
5427 (comint-extract-string): Use syntax-ppss.
5428 (comint-dynamic-simple-complete): Delete useless list construction.
5429 (comint-redirect-subvert-readonly): New.
5430 (comint-redirect-preoutput-filter): Use it.
5432 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
5433 Correctly handle negative arguments when calling hook functions.
5435 2004-04-14 Jesper Harder <harder@ifa.au.dk>
5437 * info.el (info-apropos): Don't clobber Info-history-list.
5439 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
5441 * progmodes/compile.el (compilation-setup):
5442 Localize overlay-arrow-position.
5443 (compilation-sentinel): Restructure code equivalently.
5444 (compilation-next-error): Find message on same line after point if
5445 not found before point.
5446 (compile-mouse-goto-error): Restore function so that compilation
5447 buffer need not be current and use compile-goto-error.
5448 (compile-goto-error): Restore function.
5449 (next-error): Set overlay-arrow-position.
5450 (compilation-forget-errors): Don't localize already local
5451 compilation-locs and remove FIXME about refontifying.
5453 2004-04-14 Kim F. Storm <storm@cua.dk>
5455 * startup.el (emacs-quick-startup): New defvar (set by -Q).
5456 (command-line): New option -Q. Like -q --no-site-file, but
5457 in addition it also disables menu-bar, tool-bar, scroll-bars,
5458 tool-tips, and the blinking cursor.
5459 (command-line-1): Skip startup screen if -Q.
5460 (fancy-splash-head): Use ":align-to center" prop to center splash image.
5462 * emulation/cua-base.el (cua-read-only-cursor-color)
5463 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
5465 2004-04-13 Dave Love <fx@gnu.org>
5467 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
5468 (syntax): Don't require.
5469 (python) <defgroup>: Add :version.
5470 (python-quote-syntax): Re-written.
5471 (inferior-python-mode): Move stuff here from run-python and add
5473 (python-preoutput-continuation, python-preoutput-result)
5474 (python-dotty-syntax-table): New.
5475 (python-describe-symbol): Use them.
5476 (run-python): Move stuff to inferior-python-mode. Modify code
5478 (python-send-region): Use python-proc, python-send-string.
5479 (python-send-string): Send newlines too. Callers changed.
5480 (python-load-file): Re-written.
5481 (python-eldoc-function): New.
5482 (info-look): Don't require.
5483 (python-after-info-look): New. A modified version of former
5484 top-level code for use with eval-after-load.
5485 (python-maybe-jython, python-guess-indent): Use widened buffer.
5486 (python-fill-paragraph): Re-written.
5487 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
5488 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
5490 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
5492 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
5493 Set compilation-error-regexp-alist earlier.
5495 * progmodes/compile.el (compilation-minor-mode-map)
5496 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
5497 (compile-goto-error): Re-merge the mouse and non-mouse commands.
5499 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5501 * progmodes/compile.el (compile-goto-error): Select the buffer/window
5502 corresponding to the event.
5504 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
5506 * loadup.el: Add cygwin to system-type list, for unexec() support.
5508 2004-04-12 John Paul Wallington <jpw@gnu.org>
5510 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
5511 (ibuffer-restore-window-config-on-quit): New variable to replace
5512 `ibuffer-delete-window-on-quit'. Update all references.
5513 (ibuffer-prev-window-config): New variable.
5514 (ibuffer-quit): Restore previous window configuration instead of
5516 (ibuffer): Save window configuration before showing Ibuffer buffer.
5518 * help.el (describe-mode): Doc fix.
5520 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
5522 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
5523 not to treat nil as a function.
5525 * vc-arch.el (vc-arch-root): Be a bit more careful.
5526 (vc-arch-register): Save the buffer if we modified it.
5527 (vc-arch-delete-rej-if-obsolete): Save excursion.
5528 (vc-arch-find-file-hook): Use the simpler after-save-hook.
5529 (vc-arch-responsible-p, vc-arch-init-version): New functions.
5531 * net/ldap.el (ldap-search): Use list*.
5533 2004-04-12 Juri Linkov <juri@jurta.org>
5535 * info.el (Info-follow-reference): Allow multiline reference name.
5537 2004-04-11 Dave Love <fx@gnu.org>
5539 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
5541 * progmodes/python.el: New file.
5543 2004-04-11 Andre Spiegel <spiegel@gnu.org>
5545 * vc-hooks.el (vc-arg-list): Function removed.
5546 (vc-default-workfile-unchanged-p): Use condition-case to check for
5547 backward compatibility.
5549 * vc.el (vc-print-log): Use condition-case to check for backward
5552 2004-04-11 Juri Linkov <juri@jurta.org>
5554 * dired.el (dired-faces): New defgroup.
5555 (dired-header, dired-mark, dired-marked, dired-flagged)
5556 (dired-warning, dired-directory, dired-symlink, dired-ignored):
5558 (dired-header-face, dired-mark-face, dired-marked-face)
5559 (dired-flagged-face, dired-warning-face, dired-directory-face)
5560 (dired-symlink-face, dired-ignored-face): New face variables.
5561 (dired-font-lock-keywords): Use them instead of font-lock faces.
5562 Split the rule for dired marks into 3 separate rules: for marks,
5563 marked file names and flagged file names.
5565 * help-mode.el (help-make-xrefs): Add a final newline to the
5568 2004-04-11 John Paul Wallington <jpw@gnu.org>
5570 * replace.el (occur-engine): Distinguish between one and several
5571 matches in the matches per buffer heading.
5573 2004-04-11 Kim F. Storm <storm@cua.dk>
5575 * ido.el (ido-confirm-unique-completion): New defcustom.
5576 (ido-complete): Use it.
5577 (ido-write-file): Set it to t unconditionally.
5579 2004-04-10 Miles Bader <miles@gnu.org>
5581 RCS keyword removal (only non-comment changes are enumerated here):
5583 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
5584 (byte-compile-insert-header): Don't use `byte-compile-version'.
5585 * forms.el (forms-version): Variable removed.
5586 (forms-mode): Don't use `forms-version'.
5587 * recentf.el (recentf-version): Variable removed.
5588 * progmodes/delphi.el (delphi-version): Variable removed.
5589 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
5591 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5593 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
5595 2004-04-09 Jesper Harder <harder@ifa.au.dk>
5597 * info.el (info-apropos): Improve menu item regexp.
5599 2004-04-09 Simon Josefsson <jas@extundo.com>
5601 * mail/smtpmail.el: Add comment, based on report by
5602 kdc@rcn.com (Kevin D. Clark).
5604 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5606 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5607 Redo one more thing that I didn't notice Daniel had undone.
5609 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
5611 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
5612 (gdb-goto-breakpoint, gdb-display-buffer)
5613 (gdb-display-source-buffer, gdb-view-source-function)
5614 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
5615 (gdb-source-info, gdb-frame-handler): Don't specify a window
5617 (gdb-info-breakpoints-custom): Remove superfluous update of
5619 (gdb-many-windows): Make settable outside gdb.
5621 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
5623 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
5624 Derive from fundamental-mode rather than text-mode.
5626 2004-04-08 Juri Linkov <juri@jurta.org>
5628 * info.el (Info-history): Doc fix.
5629 (Info-history-list): New var.
5630 (info-xref): Change magenta4 to blue, remove bold for dark and
5631 light backgrounds, change bold to underline for non-color classes.
5632 (info-xref-visited): New face.
5633 (Info-fontify-visited-nodes): New custom.
5634 (Info-hide-note-references): Add new value `hide'. Doc fix.
5635 (Info-reference-name): New var.
5636 (Info-selection-hook): New custom.
5637 (Info-edit-mode-hook): New var.
5638 (Info-find-file): New fun.
5639 (Info-find-node): Move part of code to Info-find-file.
5640 (Info-find-node-2): Add anchors to Info-history-list. Move point
5641 to the place with the reference name if name is defined.
5642 (Info-select-node): Add current node to Info-history-list.
5643 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
5644 (Info-search-whitespace-regexp): New custom.
5645 (Info-search-case-fold): New var.
5646 (Info-search): Add "case-sensitively" to the prompt.
5647 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
5648 (Info-search-case-sensitively, Info-search-next): New fun.
5649 (Info-up): Move point to the menu item of the current node.
5650 (Info-history): New fun. Add *info-history* to
5651 same-window-buffer-names.
5652 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
5653 (Info-insert-toc): New fun.
5654 (Info-build-toc): New fun.
5655 (Info-follow-reference): Add new arg `fork'. Doc fix.
5656 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
5657 with the same name prefer the reference closest to point.
5658 (Info-next-reference): Replace * by + in the *Note regexp.
5659 Add regexp for http:// and ftp://. Skip the *Note prefix.
5660 (Info-prev-reference): Replace * by + in the *Note regexp.
5661 Add regexp for http:// and ftp://. Skip the *Note prefix.
5662 (Info-follow-nearest-node): Add new arg `fork'.
5663 (Info-try-follow-nearest-node): Add new arg `fork'.
5664 Call browse-url for http:// and ftp:// references.
5665 Set Info-reference-name for index entries.
5666 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
5667 Info-search-next, Info-history, Info-toc, clone-buffer.
5668 (Info-menu-update): Replace * by + in the *Note regexp.
5669 (Info-mode): Add documentation for Info-history, Info-toc,
5670 Info-search-case-sensitively, Info-search-next, clone-buffer.
5671 (Info-fontify-menu-headers): Remove fun. Move code to
5673 (Info-fontify-node): Add docstring. Add local vars
5674 fontify-visited-p and not-fontified-p. If not-fontified-p is t
5675 then fontify header line, titles, menu headers, http and ftp
5676 references, refill paragraphs. If not-fontified-p is t or
5677 fontify-visited-p is t then fontify cross references, menu items.
5678 Fontify menu headers. Fontify http and ftp references.
5679 Change regexp for cross references to require whitespace after *Note,
5680 add matching groups for file and node names. Remove hack for quote.
5681 Use display property for Info-hide-note-references=t. Use fifth
5682 or fourth match for help-echo. Display visited nodes in a
5683 different face. Unhide file names of external references.
5684 Unhide newlines. Display visited menu items in a different face.
5686 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5688 * progmodes/compile.el: Require CL.
5689 (compilation-mode-font-lock-keywords): Re-install the "line as
5692 * help-fns.el (help-C-source-directory): New var.
5693 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
5694 (describe-function-1, describe-variable): Use them.
5696 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
5697 to C source files specially.
5699 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
5701 * info.el (Info-hide-cookies-node): New function.
5702 (Info-select-node): Use it.
5703 (Info-display-images-node): Remove message with image file name.
5705 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
5707 * progmodes/compile.el (compilation-warning-face)
5708 (compilation-info-face, compilation-skip-threshold)
5709 (compilation-skip-visited, compilation-context-lines):
5710 Declare :version when added to Emacs.
5711 (compilation-error-regexp-alist-alist): Extend caml and irix.
5712 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
5713 (compilation-mode-font-lock-keywords): Temporarily undo line as
5714 function patch, which wasn't ready.
5716 2004-04-07 Kenichi Handa <handa@m17n.org>
5718 * international/latin1-disp.el (latin1-display-setup): Check each
5719 character is displayable or not instead of calling
5720 latin1-display-check-font.
5722 2004-04-06 Kenichi Handa <handa@m17n.org>
5724 * language/ethio-util.el (ethio-sera-being-called-by-w3):
5726 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
5727 instead of sera-being-called-by-w3.
5728 (ethio-fidel-to-sera-buffer): Likewise.
5729 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
5730 instead of sera-being-called-by-w3.
5731 (ethio-write-file): Likewise.
5733 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5735 * printing.el: Doc fix.
5737 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
5739 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
5740 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
5741 (gdb-setup-windows): Only use separate IO buffer if required.
5743 2004-04-06 Kim F. Storm <storm@cua.dk>
5745 * term.el (term-is-xemacs): Remove.
5746 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
5747 (term-window-width): New function.
5748 (term-mode, term-check-size): Use it.
5749 (term-mode): Disable overflow-newline-into-fringe in term buffer.
5751 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
5753 * cus-edit.el (custom-add-parent-links): Change unbound variable
5756 2004-04-05 Jesper Harder <harder@ifa.au.dk>
5757 * info.el (info-apropos): New function.
5758 (Info-mode-menu): Add it.
5759 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
5761 * help-mode.el (help-make-xrefs): Recognize aliased variable with
5762 inherited docstring.
5764 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
5766 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5768 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
5770 * progmodes/compile.el (font-lock): Don't require any more.
5771 (compilation-error-properties, compilation-start, compilation-sentinel)
5772 (compilation-filter, next-error): Use with-current-buffer.
5773 (compilation-skip-to-next-location, compilation-skip-threshold)
5774 (compilation-skip-visited): Move to silence the byte-compiler.
5775 (compilation-setup): Simplify.
5776 (compilation-next-error): Use line-(beginning|end)-position.
5777 Make sure `pt' is non-nil before using compilation-loop.
5778 (compile-goto-error): Add optional event arg. Use it.
5779 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
5780 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
5781 Update the binding for mouse-2.
5782 (first-error): Set compilation-current-error to nil rather than bob.
5783 (compilation-parsing-end, compilation-parse-errors-function)
5784 (compilation-error-list, compilation-old-error-list):
5785 "New" compatibility variables.
5786 (compile-buffer-substring, compilation-compat-error-properties)
5787 (compilation-compat-parse-errors, compilation-forget-errors):
5788 New compatibility functions.
5789 (compilation-mode-font-lock-keywords): Use them.
5791 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
5793 * autorevert.el (auto-revert-handler): If point (or a window
5794 point) is at the end of the buffer, keep it there after
5795 reverting. This allows to tail a file.
5796 Mention this in the `Commentary'.
5798 * format.el (format-write-file): Add optional argument CONFIRM
5799 and make it behave like the analogous argument to `write-file'.
5801 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5803 * progmodes/ebnf2ps.el: Doc fix.
5804 (ebnf-version): New version number (4.2).
5805 (ebnf-syntax): Customization and docstring fix.
5806 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
5807 Put autoloaded funs before first use.
5808 (ebnf-style-database): Add dtd entry.
5809 (ebnf-syntax-alist): Add dtd initialization.
5810 (ebnf-token-sequence): New fun.
5811 (ebnf-comment-table): Add new comment action character.
5812 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
5814 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
5815 Type Definition for XML).
5817 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
5818 * progmodes/ebnf-bnf.el (ebnf-sequence):
5819 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
5820 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
5821 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
5822 Code simplification: call ebnf-token-sequence.
5824 2004-04-04 Eli Zaretskii <eliz@gnu.org>
5826 * calendar/timeclock.el (timeclock-relative)
5827 (timeclock-get-project-function, timeclock-get-workday-function)
5828 (timeclock-query-out, timeclock-when-to-leave)
5829 (timeclock-when-to-leave-string, timeclock-log-data)
5830 (timeclock-generate-report, timeclock-in): Doc fixes.
5832 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
5834 * url/: New dir. Import the URL package from its repository.
5836 2004-04-03 Andreas Schwab <schwab@suse.de>
5838 * diff-mode.el (diff-mode): Fix missing quote.
5840 2004-04-03 Juri Linkov <juri@jurta.org>
5842 * descr-text.el (describe-property-list): Add `font-lock-face'.
5844 * dired.el (dired-font-lock-keywords): Fix permission regexps.
5846 2004-04-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5848 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
5849 Use utf-16le on little endian machines and utf-16be otherwise.
5851 2004-04-02 David Kastrup <dak@gnu.org>
5853 * net/browse-url.el (browse-url-generic): Use call-process
5854 instead of start-process to allow browsers that fork and detach.
5856 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
5858 * compile.el (compilation-current-error): New var.
5859 (compilation-setup, compile-mouse-goto-error)
5860 (compile-goto-error, next-error): Use it.
5861 (compilation-skip-to-next-location): Default to t, which gives
5862 contiguous skipping like old compile (where this was redundant).
5863 (compilation-next-error): Prevent previous-* commands from moving
5864 back to message at or just before point.
5866 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
5868 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
5869 (gdb-source-info): Don't display source at startup, if required.
5870 (gdb-show-main): New option.
5871 (gdba): Update documentation.
5872 (gdb-source): Cover case of auto-display output.
5874 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
5876 * autorevert.el: Delete obsolete autoload's and defvar's.
5877 (auto-revert-check-vc-info): New user option.
5878 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
5879 (auto-revert-handler-vc): Delete.
5880 (auto-revert-handler): Treat return value `fast' of
5881 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
5883 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
5886 * files.el (buffer-stale-function): Doc change.
5888 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5890 * printing.el: New tip on Tips section.
5891 (pr-version): New version number (6.7.4).
5892 (pr-shell-file-name): Initialization fix.
5894 2004-03-31 Juri Linkov <juri@jurta.org>
5896 * dired.el: Add autoload for `dired-do-touch'.
5897 (dired-touch-program): New var.
5898 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
5899 (dired-no-confirm): Add `touch' to docstring.
5901 * dired-aux.el (dired-do-touch): New fun.
5902 (dired-do-chxxx): Add argument -t for touch operation.
5904 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
5905 `dired-move-to-filename-regexp'.
5907 2004-03-31 H
\e,Ae
\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
5909 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
5911 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5913 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
5914 and only if the buffer was modified.
5916 2004-03-30 Kenichi Handa <handa@m17n.org>
5918 * international/characters.el: Delete pairs for U+2308..U+230B.
5920 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
5922 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
5923 to detect the beginning of a level 2 or 3 annotation.
5925 2004-03-29 Kenichi Handa <handa@m17n.org>
5927 * international/ucs-tables.el (ucs-insert): Fix the error message.
5929 2004-03-29 Kenichi Handa <handa@m17n.org>
5931 * international/mule-util.el (char-displayable-p): Fix generation
5934 * Makefile.in (setwins, setwins_almost): Change directory to $wd
5935 before finding directories by `find'.
5937 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5939 * subr.el (interactive-form): Delete. Now implemented in C.
5941 * pcvs.el (cvs-parse-process): Workaround for Darwin.
5943 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
5944 (vc-diff-label): New fun.
5945 (vc-diff-internal): Use it.
5947 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
5949 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5951 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
5953 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
5954 specify XML (EBNFX).
5956 * progmodes/ebnf2ps.el: Doc fix.
5957 (ebnf-version): New version number (4.1).
5958 (ebnf-syntax): Adjust customization.
5959 (ebnf-style-database): Add ebnfx entry.
5960 (ebnf-syntax-alist): Add ebnfx initialization.
5961 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
5963 * printing.el: Doc fix.
5964 (pr-version): New version number (6.7.3).
5965 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
5966 returns nil for mouse position. Reported by Drew Adams
5967 <drew.adams@oracle.com>.
5968 (pr-update-menus): Modify interactive declaration. Reported by Drew
5969 Adams <drew.adams@oracle.com>.
5971 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
5973 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
5974 (gud-gdba-marker-filter): Log the process input and output, if
5975 required. From Stefan Monnier.
5976 (gdb-debug-log, gdb-enable-debug-log): New variables.
5977 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
5979 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
5981 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
5982 From lorentey@elte.hu (L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly).
5984 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
5986 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
5987 Call vc-find-file-hook here instead of in auto-revert-buffers.
5988 (auto-revert-buffers): Delete call to vc-find-file-hook.
5989 (auto-revert-verbose, global-auto-revert-non-file-buffers)
5990 (global-auto-revert-mode, auto-revert-set-timer)
5991 (auto-revert-handler, auto-revert-buffers): Doc fixes.
5993 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
5995 * woman.el (woman-change-fonts): Rename local variable
5996 woman-font-alist to font-alist to avoid a compiler warning.
5998 2004-03-27 Dave Love <fx@gnu.org>
6000 * emacs-lisp/rx.el (rx): Doc fix.
6001 Fix copyright years.
6003 * strokes.el (strokes-global-set-stroke-string): New function.
6004 (strokes-list-strokes): Cope with strings, not just commands.
6005 Set foreground colour of image.
6006 (strokes-global-set-stroke): Doc fix.
6008 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
6010 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
6012 (Buffer-menu-files-only): New variable.
6013 (Buffer-menu-toggle-files-only): New function.
6014 (Buffer-menu-mode-map): Bind it to `T'.
6015 (Buffer-menu-mode): Mention `T' in docstring.
6016 Set buffer-stale-function.
6017 (list-buffers-noselect): Mark buffer non-modified and set
6018 Buffer-menu-files-only.
6020 * dired.el (buffer-stale-function): Remove no longer needed defvar.
6022 * autorevert.el (auto-revert-handler): Print revert message
6023 before, rather than after, reverting.
6024 (buffer-stale-function): Move to files.el.
6026 * files.el (buffer-stale-function): Move here from autorevert.el.
6028 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6030 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
6032 * calc/calc.el (calc-mode-map): Use mapc.
6034 * apropos.el (apropos-mode): Don't autoload.
6035 (apropos-symbols-internal): New fun. Extracted from `apropos'.
6037 (apropos-print): Add optional `text' argument.
6038 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
6039 Don't assume point-min == 1.
6041 * bs.el (bs-buffer-list): Use buffer-local-value.
6042 (bs--set-toggle-to-show): Use with-current-buffer.
6044 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
6046 (list-buffers-noselect): Use them. Adjust :align-to to new style.
6048 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
6050 * dabbrev.el (dabbrev-expand): Fix regexp construction.
6051 (dabbrev--find-expansion): Use pop.
6052 (dabbrev--search): Use match-string-no-properties.
6054 * dired.el (dired-mode): Use run-mode-hooks.
6055 (dired-move-to-end-of-filename): Use match-string.
6057 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
6058 is bound before using it.
6059 (ediff-verbose-p): Make it into a var since it's not constant.
6061 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
6063 * faces.el (read-face-font): Don't cons up unnecessarily.
6064 (header-line, tool-bar): Share common parts.
6066 * files.el (file-relative-name): Use compare-strings.
6068 * finder.el (finder-mode): Follow coding convention.
6070 * subr.el (read-number): New function.
6072 * ses.el (ses-read-number): Move to subr.el.
6073 (ses-set-header-row): Use read-number.
6075 2004-03-26 Andre Spiegel <spiegel@gnu.org>
6077 * vc-hooks.el (vc-arg-list): New function, which handles both
6078 compiled and uncompiled code.
6079 (vc-default-workfile-unchanged-p): Use it.
6081 * vc.el (vc-print-log): Undo prev change, use new function
6082 vc-arg-list from vc-hooks.el.
6084 2004-03-26 Masatake YAMATO <jet@gyve.org>
6086 * simple.el (completion-setup-function): Emphasize the
6087 first uncommon characters in the completions; and de-emphasize
6088 the common prefix substrings.
6089 (completion-emphasis): New face.
6090 (completion-de-emphasis): New face.
6092 2004-03-25 Juanma Barranquero <lektu@terra.es>
6094 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
6095 Comment out (it's unused and unfinished code).
6097 2004-03-25 Sam Steingold <sds@gnu.org>
6099 * vc.el (vc-print-log): Fix a bug in the last patch:
6100 backend-function may be a byte-compiled object, not a lambda.
6102 2004-03-25 Juri Linkov <juri@jurta.org>
6104 * descr-text.el (describe-property-list): Add a button
6105 for `face' property that calls `describe-face'.
6106 Suggested by luis fernandes <elf@ee.ryerson.ca>
6108 * international/mule.el (keyboard-coding-system):
6109 * kmacro.el (kmacro-call-macro): Fix docstring.
6111 * dired.el: Fix comments.
6113 * textmodes/fill.el (fill): Fix Info link.
6115 * font-lock.el (fast-lock, lazy-lock):
6116 * jit-lock.el (jit-lock): Remove links to removed Support Modes
6119 * eshell/eshell.el (eshell): Fix broken info-link.
6121 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
6122 * eshell/em-banner.el (eshell-banner):
6123 * eshell/em-smart.el (eshell-smart):
6124 * eshell/esh-cmd.el (eshell-cmd):
6125 Comment out broken info-links to incomplete Info manual.
6127 * info-xref.el: Fix commentary.
6129 2004-03-25 Kevin Ryde <user42@zip.com.au>
6131 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
6132 Remove spurious node duplicate suppression, doesn't work, not wanted.
6133 (info-xref-output): Take format style args, add "sit-for 0" to let
6134 user see the results as they progress.
6135 (info-xref-check-all-custom): New function.
6137 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
6139 * gdb-ui.el: Moved to progmodes.
6141 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6143 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
6145 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
6147 * calendar/appt.el (appt-check): Remove superfluous progn.
6148 When finished with diary buffer: if it was not being displayed
6149 before, kill it; otherwise restore its original state.
6150 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
6152 * calendar/calendar.el (calendar-set-mode-line): Use total
6153 available mode-line width, rather than frame-width.
6155 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
6156 after mode change so effect not lost.
6158 2004-03-23 Dave Love <fx@gnu.org>
6160 * dired.el (dired) <defgroup>: Add link to manual.
6161 (dired-font-lock-keywords): Add highlighting on unusual permissions.
6162 (dired-revert): Use dolist.
6163 (dired-mode-map): Add U binding.
6164 (dired-mode): Add font-lock-beginning-of-syntax-function.
6165 (dired-garbage-files-regexp): Make it a defcustom.
6167 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6169 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
6170 is equivalent to nil.
6171 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
6172 (vc-arch-mode-line-string): Accept `added' state.
6173 (vc-arch-state): Use inode-sigs if available.
6174 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
6175 Copy&delete existing id file if any. Fallback if uuidgen is absent.
6176 (vc-arch-tagline-re): New var.
6177 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
6179 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
6180 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
6182 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
6183 (vc-file-not-found-hook): Use it.
6185 * diff-mode.el (diff-default-read-only): Change default.
6186 (diff-mode-hook): Make it a defcustom. Add some options.
6187 (diff-mode-map): Bind diff-refine-hook.
6188 (diff-yank-handler): New var.
6189 (diff-yank-function): New fun.
6190 (diff-font-lock-keywords): Use them.
6191 (diff-end-of-file): Handle case where file-header looks like diff text.
6192 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
6193 (diff-file-kill): Delete a subsequent empty line, if applicable.
6194 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
6195 (diff-find-file-name): Use it.
6196 (diff-tell-file-name): New command.
6197 (diff-mode): Be careful with view-mode.
6198 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
6199 New functions, for use in diff-mode-hook.
6200 (diff-find-source-location): Catch "regex too large" errors.
6201 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
6202 (diff-refine-hunk): New command.
6204 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
6205 (smerge-context-menu-map): Remove unused var.
6206 (smerge-keep-all): Preserve markers.
6207 (smerge-keep-n): New fun.
6208 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
6209 (smerge-keep-current, smerge-ediff): Use it.
6210 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
6211 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
6212 (smerge-resolve): Resolve trivial 3-part conflicts.
6214 2004-03-23 Juri Linkov <juri@jurta.org>
6216 * man.el (Man-width): New var.
6217 (Man-getpage-in-background): Use it.
6218 (Man-support-local-filenames): New var and fun.
6219 (Man-build-man-command): Don't add a second %s.
6220 (Man-fontify-manpage): Clean up message.
6221 (Man-mode): Set outline-regexp, outline-level,
6222 imenu-generic-expression.
6224 * woman.el (woman-fill-frame): Doc fix.
6225 (woman-decode-region): Use window-width instead of frame-width.
6227 * abbrevlist.el (list-one-abbrev-table):
6228 * descr-text.el (describe-char):
6229 * international/mule-diag.el (describe-current-coding-system):
6230 * international/quail.el (quail-insert-decode-map):
6231 Use window-width instead of frame-width.
6233 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
6234 (jka-compr-mode-alist-additions): Add tbz.
6235 (jka-compr-write-region, jka-compr-insert-file-contents):
6236 Add message for undefined compress-program.
6237 (jka-compr-write-region): Remove redundant var bindings.
6239 * dired-x.el (dired-guess-shell-alist-default): Add choices for
6240 extracting files into subdirectory. Add tbz and dz. Fix regexps.
6241 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
6242 (dired-man): Use dired-guess-shell-command.
6243 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
6244 Change default nil to t.
6246 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
6247 (dired-compare-directories): Add default value for empty input.
6249 * help-at-pt.el: Move suggestions for key bindings to Commentary.
6251 * time.el (display-time-string-forms): Fix help-echo date format.
6253 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
6255 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
6256 (buffer-stale-function): New variable.
6257 (auto-revert-list-diff, auto-revert-dired-file-list)
6258 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
6259 (auto-revert-handler): Take over some functionality of deleted
6261 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
6263 * dired.el (dired-directory-changed-p): New fun, extracted from
6264 dired-internal-noselect.
6265 (dired-buffer-stale-p): New fun.
6266 (dired-internal-noselect): Use dired-directory-changed-p.
6267 Eliminate revert messages.
6268 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
6270 2004-03-23 Kenichi Handa <handa@m17n.org>
6272 * international/characters.el: Setup syntaxes for more parentheses
6275 * international/mule-cmds.el (select-safe-coding-system):
6276 Merge coding-system and auto-cs before comparing them.
6278 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6280 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
6282 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6283 normal-auto-fill-function and comment-indent-function.
6284 The default values now work just as well.
6285 Don't set font-lock-beginning-of-syntax-function since we already set
6286 syntax-begin-function.
6287 (lisp-outline-level): Put ;;;###autoload at same level as (.
6288 (prin1-char): Quote special chars.
6290 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
6291 than with-no-warnings.
6293 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
6294 if the source location can't be found.
6295 (edebug-compute-previous-result): Use prin1-char.
6297 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
6298 (debug-ignored-errors): Add an entry.
6300 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
6301 (byte-compile-file): Output warning when deleting a file.
6303 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
6304 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
6306 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
6307 (byte-compile-inline-expand): Use backquote.
6308 (byte-optimize-pure-func): Rename from byte-optimize-concat.
6309 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
6311 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
6313 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
6315 2004-03-22 Juri Linkov <juri@jurta.org>
6317 * finder.el (finder-known-keywords): Fix data, tex, unix.
6319 * play/landmark.el: Fix keywords.
6321 * language/ethio-util.el (ethio-find-file): Doc fix.
6323 * emacs-lisp/warnings.el: Doc fix.
6325 * textmodes/ispell.el (ispell-help): Doc fix.
6327 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
6329 * format.el (format-insert-file): Always return a list of two
6330 elements, like insert-file-contents does.
6332 2004-03-21 Andre Spiegel <spiegel@gnu.org>
6334 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
6335 and vc-BACKEND-diff.
6336 (vc-print-log): If the print-log implementation supports it, use
6337 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
6338 (vc-version-diff, vc-diff-internal): Doc fixes.
6340 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
6341 implementation supports it, let diff output go to *vc*,
6342 not *vc-diff*, since this is an internal call.
6344 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
6346 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
6348 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
6350 2004-03-21 Dave Love <fx@gnu.org>
6352 * progmodes/cfengine.el (cfengine-mode):
6353 Set parse-sexp-ignore-comments.
6355 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
6357 2004-03-21 Juanma Barranquero <lektu@terra.es>
6359 * allout.el (allout-mode): Fix docstring.
6361 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
6363 * files.el (insert-directory): Fix bug if SWITCHES is a list.
6365 * autorevert.el (auto-revert-interval): Make new value take
6366 effect immediately when set through Custom.
6367 (auto-revert-set-timer): Add interactive declaration.
6369 2004-03-19 David Ponce <david@dponce.com>
6371 * ruler-mode.el (ruler-mode-header-line-format-old):
6372 Don't `make-variable-buffer-local'.
6373 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
6374 (ruler-mode-header-line-format): Simply funcall the above.
6375 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
6376 to save/restore a previous header line format.
6377 (ruler-mode-space): Don't depend on a numeric WIDTH value.
6378 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
6379 fringes and margins width.
6380 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
6382 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
6384 * log-edit.el (log-edit-font-lock-keywords): Typo.
6386 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
6387 (tex-send-tex-command): Rather than here.
6388 (tex-compilation-parse-errors): Simplify.
6390 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
6392 * time.el (display-time-string-forms): Add help-echo with date on time.
6394 * composite.el (compose-region): Use restore-buffer-modified-p.
6396 * disp-table.el (standard-display-8bit): Simplify.
6398 * server.el (server-process-filter): Delete temp frame.
6400 * add-log.el (add-change-log-entry): Simplify.
6402 2004-03-19 Kim F. Storm <storm@cua.dk>
6404 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
6405 (hexl-follow-line): Don't require 'fringe.
6407 * progmodes/compile.el (compilation-start): Always set
6408 compilation-last-buffer and return it.
6410 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
6412 * simple.el (clone-buffer): Doc fix.
6414 2004-03-18 Juanma Barranquero <lektu@terra.es>
6416 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
6418 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
6420 * log-edit.el (log-edit-font-lock-keywords): New var.
6421 (log-edit-mode): Use it.
6423 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
6425 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
6426 properly for watching in speedbar.
6428 2004-03-17 Masatake YAMATO <jet@gyve.org>
6430 * smerge-mode.el (smerge-popup-context-menu):
6431 Put `unwind-protect' around `overlay-put' and `popup-menu'.
6433 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
6435 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
6436 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
6437 Take sealed revisions into account.
6438 (vc-arch-checkin): Extract a summary line from the message.
6440 2004-03-16 Masatake YAMATO <jet@gyve.org>
6442 * register.el (register): Provide `register' feature.
6444 2004-03-15 Masatake YAMATO <jet@gyve.org>
6446 Added context menu support in smerge mode.
6447 Most of the part is written by Stefan Monnier.
6449 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
6450 New keymap and menu.
6451 (smerge-text-properties): New function.
6452 (smerge-remove-props): New function.
6453 (smerge-popup-context-menu): New function.
6454 (smerge-resolve): Call `smerge-remove-props'.
6455 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
6456 (smerge-keep-current): Ditto.
6457 (smerge-kill-current): New function.
6458 (smerge-match-conflict): Put text properties.
6459 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
6461 2004-03-15 David Ponce <david@dponce.com>
6463 * ruler-mode.el: (ruler-mode-left-fringe-cols)
6464 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
6465 (ruler-mode-right-scroll-bar-cols): Remove.
6466 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
6467 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
6468 Use fringe-columns and scroll-bar-columns.
6470 2004-03-15 Masatake YAMATO <jet@gyve.org>
6472 * hl-line.el (hl-line-range-function): New variable.
6473 (hl-line-move): New function.
6474 (global-hl-line-highlight): Use `hl-line-move'.
6475 (hl-line-highlight): Ditto.
6477 * scroll-bar.el (scroll-bar-columns):
6478 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
6480 * ruler-mode.el (top-level): Require scroll-bar and fringe.
6481 (ruler-mode-left-fringe-cols)
6482 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
6483 (ruler-mode-right-scroll-bar-cols)
6484 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
6485 (ruler-mode-ruler-function): New variable.
6486 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
6487 if the value for `ruler-mode-ruler-function'is given.
6489 * hexl.el (hexl-mode-hook): Make the hook customizable.
6490 (hexl-address-area, hexl-ascii-area): New customize variables.
6491 (hexlify-buffer): Put font-lock-faces on the address area and
6493 (hexl-activate-ruler): New function.
6494 (hexl-follow-line): New function.
6495 (hexl-highlight-line-range): New function.
6496 (hexl-mode-ruler): New function.
6498 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
6500 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
6501 (vc-default-find-file-hook): New fun.
6502 (vc-find-file-hook): Call new find-file-hook operation.
6504 * vc-arch.el: New file.
6506 2004-03-12 Jesper Harder <harder@ifa.au.dk>
6508 * info-look.el (info-lookup): Reuse an existing Info window.
6510 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6512 * woman.el (woman-preserve-ascii): Default value changed to t and
6515 2004-03-12 Richard M. Stallman <rms@gnu.org>
6517 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6520 * replace.el (occur-engine): Change message for count of matches.
6522 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
6523 For strings, do compare text properties.
6525 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
6527 * progmodes/compile.el (compile-auto-highlight)
6528 (compilation-error-list, compilation-old-error-list)
6529 (compilation-parse-errors-function, compilation-parsing-end)
6530 (compilation-error-message, compilation-directory-stack)
6531 (compilation-enter-directory-regexp-alist)
6532 (compilation-leave-directory-regexp-alist)
6533 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
6534 (compilation-current-file, compilation-regexps): Remove vars.
6536 (compile-error-at-point, compilation-error-filedata)
6537 (compilation-error-filedata-file-name, compile-reinitialize-errors)
6538 (compilation-next-error-locus, compilation-forget-errors)
6539 (count-regexp-groupings, compilation-parse-errors)
6540 (compile-collect-regexps, compile-buffer-substring): Remove funs.
6542 (compile-internal): Make obsolete.
6544 (compilation-first-column, compilation-error)
6545 (compilation-directory-matcher, compilation-page-delimiter)
6546 (compilation-mode-font-lock-keywords, compilation-debug)
6547 (compilation-error-face, compilation-warning-face)
6548 (compilation-info-face, compilation-line-face)
6549 (compilation-column-face, compilation-enter-directory-face)
6550 (compilation-leave-directory-face, compilation-skip-threshold)
6551 (compilation-skip-visited, compilation-context-lines): New vars.
6553 (compilation-warning-face, compilation-info-face)
6554 (compilation-message-face): New faces.
6556 (compilation-error-regexp-alist-alist): New constant.
6558 (compilation-face, compilation-directory-properties)
6559 (compilation-assq, compilation-error-properties, compilation-start)
6560 (define-compilation-mode, compilation-loop)
6561 (compilation-set-window): New functions.
6563 (compile): Additional argument for interactive compiles like TeX.
6565 * progmodes/grep.el (kill-grep): Move here from compile.el
6566 (grep-error, grep-hit-face, grep-error-face)
6567 (grep-mode-font-lock-keywords): New variables.
6568 (grep-regexp-alist): Simplify regexp and add `binary' case.
6569 (grep-mode): New mode.
6570 (grep-process-setup): Simplify.
6572 2004-03-11 Jason Rumney <jasonr@gnu.org>
6574 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
6575 letters on DOS/Windows.
6577 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
6579 * server.el (server-name): New var.
6580 (server-socket-dir): New var to replace server-socket-name.
6581 (server-start): Use them.
6583 2004-03-11 Simon Josefsson <jas@extundo.com>
6585 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
6586 died to avoid infloop. Reported by Jonathan Glauner
6587 <jglauner@sbum.org>.
6589 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
6591 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
6592 (smerge-mode-menu): Use it to deactivate menu entries.
6593 (smerge-keep-current): New fun.
6594 (smerge-keep-current): Use it.
6596 2004-03-10 John Paul Wallington <jpw@gnu.org>
6598 * foldout.el (foldout-fold-list, foldout-modeline-string):
6599 Declare them as variables, not constants.
6601 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6603 * ps-print.el: Modification to print *Messages* buffer.
6604 (ps-print-version): New version 6.6.4.
6605 (ps-message-log-max): New fun.
6606 (ps-spool-without-faces, ps-spool-with-faces)
6607 (ps-count-lines-preprint): Code fix.
6609 * printing.el: New tips in Tips section.
6611 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6613 * delim-col.el: Doc fix.
6615 * printing.el: Doc fix. New doc section (Tips).
6617 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
6619 * type-break.el (type-break-emacs-variant): Remove.
6620 (type-break-run-at-time, type-break-cancel-function-timers):
6621 Use fboundp rather than version name and number.
6623 2004-03-09 Masatake YAMATO <jet@gyve.org>
6625 * hexl.el (hexl-mode): Use `make-local-variable' instead of
6626 `make-variable-buffer-local'.
6628 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
6630 * find-dired.el (find-dired): Call `shell-command' instead of
6631 `start-process-shell-command'. By this, Tramp takes over
6632 handling of remote directories.
6634 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
6636 * newcomment.el (comment-use-global-state): New var.
6637 (comment-search-forward): Use it.
6639 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
6641 * cus-edit.el (fill) <defgroup>: Move to fill.el.
6643 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
6644 (enable-kinsoku): Make it a defcustom.
6645 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
6646 paragraph to same-comment-start-marker.
6648 2004-03-07 Dave Love <fx@gnu.org>
6650 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
6651 (browse-url-mail): Use it.
6653 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
6654 (rfc2368-unhexify-string): Use replace-regexp-in-string.
6656 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
6658 * woman.el (woman-man.conf-path): Doc fix.
6659 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
6661 2004-03-07 Eli Zaretskii <eliz@gnu.org>
6663 * sort.el (sort-columns): Remove ms-dos from the list of systems
6664 where the external `sort' command is not used.
6666 2004-03-07 Kim F. Storm <storm@cua.dk>
6668 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
6669 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
6670 from overlay-arrow-variable-list.
6671 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
6673 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
6675 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
6676 overlay arrow string properly for the assembler buffer.
6678 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
6680 * mail/sendmail.el (mail-mode): Fix last change.
6682 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
6684 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
6685 for the assembler buffer.
6686 (gdb-assembler-custom): Position the overlay arrow.
6687 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
6689 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
6691 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
6693 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
6694 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
6696 * mail/sendmail.el (mail-mode): Set comment-start-skip.
6698 * newcomment.el (uncomment-region): Allow non-terminated comment.
6699 (comment-normalize-vars): Check the user-specified comstart marker.
6701 2004-03-04 Jesper Harder <harder@ifa.au.dk>
6703 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
6704 Otherwise, do use it if the region only contains font-lock text
6707 2004-03-04 Masatake YAMATO <jet@gyve.org>
6709 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
6710 as the callback function for eldoc.
6711 (hexl-print-current-point-info): New function.
6712 (hexl-current-address): Print the address in both decimal
6713 and hexadecimal format.
6715 2004-03-04 Richard M. Stallman <rms@gnu.org>
6717 * mail/rmail.el (rmail-convert-to-babyl-format):
6718 Specify t for UNIBYTE when calling mail-unquote-printable-region.
6720 * mail/mail-utils.el (mail-unquote-printable-region):
6723 * startup.el (command-switch-alist): Doc fix.
6725 * simple.el (undo): Temporarily set this-command to `undo-start',
6726 then set it to `undo' once undo-start returns without error.
6728 * simple.el (minibuffer-history-sexp-flag): Doc fix.
6730 * simple.el (kill-line): Don't disregard trailing whitespace
6731 in eol condition, if show-trailing-whitespace is set.
6733 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
6734 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
6735 When disabling, restore old values only if mouse-sel-has-been-enabled.
6737 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
6738 (isearch-{-char): New function.
6739 (isearch-mode-map): Bind { to isearch-{-char.
6741 * font-lock.el (lisp-font-lock-keywords-2):
6742 Turn off the CL with-... and do-... general patterns.
6743 Instead, recognize several specific with... and do... constructs.
6745 * files.el (switch-to-buffer-other-window):
6746 Bind same-window-buffer-names and same-window-regexps to nil.
6747 (switch-to-buffer-other-frame): Likewise.
6749 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
6751 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
6752 recognizing leading comment on code line.
6754 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6756 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
6757 hidden files/directories.
6759 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
6761 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
6762 only comment-start (in case the mode hasn't set it).
6764 * Makefile.in (AUTOGENEL): New var.
6765 (bootstrap-prepare): Rename from bootstrap-clean.
6766 Don't remove elc files.
6767 (maintainer-clean): New target.
6769 * xml.el (xml-get-attribute-or-nil): Simplify.
6771 2004-03-02 Juri Linkov <juri@jurta.org>
6773 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
6774 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
6775 URL to prevent their substitution with the environment variable
6778 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6780 * ps-print.el: Doc fix.
6781 (ps-print-version): New version number (6.6.3).
6782 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
6784 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
6786 (ps-time-stamp-yyyy-mm-dd): New fun.
6787 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
6789 2004-03-02 Kim F. Storm <storm@cua.dk>
6791 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
6793 2004-03-01 Juanma Barranquero <lektu@terra.es>
6795 * allout.el (allout-rebullet-heading): Fix typo in docstring.
6797 * desktop.el (desktop-file-version)
6798 (desktop-after-read-hook): Fix typos.
6799 (desktop-clear-preserve-buffers): Remove redundant info in
6800 docstring already shown by the obsolescence message.
6801 (desktop-truncate, desktop-internal-v2s)
6802 (desktop-value-to-string): Change argument name to match docstring.
6804 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
6806 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
6809 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6811 * printing.el: Replace "As Is..." in PostScript file print/preview by
6812 "No Preprocessing...". Suggested by Colin Marquardt
6813 <_marquardt_@zmd.de>.
6814 (pr-insert-section-4): Adjust buffer interface.
6816 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
6818 Version 2.0.39 of Tramp released.
6820 * net/tramp.el (tramp-handle-file-local-copy)
6821 (tramp-handle-write-region, tramp-open-connection-rsh):
6822 Variable name typo. Small change. From Patrick Tullmann
6823 <tullmann@flux.utah.edu>.
6824 (tramp-process-connection-type): New variable.
6825 (tramp-maybe-open-connection): Use it.
6826 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
6827 (tramp-touch): Set last-modified time of a remote file.
6828 (tramp-handle-write-region): Say which function is used when encoding.
6830 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
6832 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
6833 case of non-existing filename, too. Reported by Christoph Bauer
6834 <c_bauer@informatik.uni-kl.de>.
6835 (tramp-smb-get-file-entries): The directory in question should
6836 have permissions "drwxrwxrwx". Just virtual, because we don't
6837 know the real permissions. Don't we know?
6838 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
6839 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
6840 (tramp-smb-wait-for-output): Optimize algorithm getting pending
6841 output. If it was received chunkwise, there have been problems.
6842 Remove the "prompt not found" error message; it is obvious.
6844 (tramp-smb-process-running): Remove. Since we acknowledge the
6845 virtual prompt for shares, there's no need for distinction of
6846 reading shares (process ends afterwards) and interactive mode of
6848 (tramp-smb-open-connection): Setting process sentinel removed.
6849 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
6850 "NT_STATUS_NETWORK_ACCESS_DENIED".
6851 (tramp-smb-maybe-open-connection): Set `process-connection-type'
6852 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
6853 (top-level): Setting default value in `tramp-default-method-alist'
6854 corrected. Order of USER and HOST have been wrong.
6855 Nobody complained for months ...
6856 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
6857 (tramp-smb-open-connection): Clear password cache if login has failed.
6859 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
6860 `tramp-unified-filenames'.
6861 (tramp-completion-mode): Make test for XEmacs explicitely.
6862 `event-to-character' can exists in Emacs packages too.
6863 Reported by Matt Swift <swift@alum.mit.edu>.
6864 (tramp-buffer-name): Buffer name must contain the user if exists.
6865 Reported by Adrian Phillips <a.phillips@met.no>.
6866 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
6867 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
6868 (tramp-do-copy-or-rename-file-out-of-band): Rename from
6869 `tramp-do-copy-or-rename-file-one-local', because it handles also
6870 the case both files use the same out-of-band method.
6871 Implementation added.
6872 (tramp-handle-file-local-copy, tramp-handle-write-region):
6873 Out-of-band handling removed. `copy-file' called instead, which
6874 calls `tramp-do-copy-or-rename-file-out-of-band'.
6875 (tramp-action-password): Check for out-of-band method removed.
6876 This function is used for 'login-program.
6877 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
6879 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
6880 and `tramp-parse-sknownhosts'.
6881 (tramp-completion-function-alist): It's a defvar now, because we
6882 want to apply the optimized `tramp-set-completion-function'
6883 instead of a static list.
6884 (tramp-set-completion-function): Implementation tuned.
6885 Avoid double entries, and entries where the function or the
6886 file/directory doesn't exist.
6887 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
6889 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
6890 (tramp-handle-dired-compress-file): New function.
6891 (tramp-async-proc): New variable.
6892 (tramp-handle-shell-command): Adding asynchronous processes.
6893 They are far from being perfect, but it works at least for
6894 `find-grep-dired' and `find-name-dired' in Emacs 21.4.
6895 (top-level): Require password.el if visible. Should be mandatory
6896 once No Gnus has found its way into (X)Emacs.
6897 (tramp-read-passwd): Invoke `password-read' if available,
6898 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
6899 fallback any longer.
6900 (tramp-clear-passwd): New function.
6901 (tramp-process-actions, tramp-process-multi-actions):
6902 Clear password cache if login has failed.
6904 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
6906 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
6907 `ange-ftp-ftp-name-res'. There could be incorrect values from
6908 previous calls in case the "ftp" method is used in the Tramp file
6909 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6911 2004-02-28 Richard M. Stallman <rms@gnu.org>
6913 * term.el (term-mouse-paste): Call mouse-set-point.
6915 * thumbs.el: New file.
6917 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6919 * progmodes/ebnf-abn.el: Doc fix.
6921 * progmodes/ebnf-bnf.el: Doc fix.
6922 (ebnf-repeat): Code fix.
6924 * progmodes/ebnf2ps.el: Doc fix.
6925 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
6927 2004-02-28 Juri Linkov <juri@jurta.org>
6929 * ffap.el (dired-at-point): Additional writability test for
6930 relative directory names.
6931 (dired-at-point-prompter): Treat directories as a directory, get
6932 the directory component from files.
6933 (ffap-string-at-point): Return string from region if region is active.
6934 (ffap-file-at-point): Remove redundant code.
6936 2004-02-28 Kim F. Storm <storm@cua.dk>
6938 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
6939 Initialize margin area images to nil.
6940 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
6941 (breakpoint-enabled-bitmap-face)
6942 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
6943 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
6944 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
6945 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
6946 (gdb-reset): Use gdb-remove-breakpoint-icons.
6947 (gdb-put-string): Add dprop arg to specify alternative display
6948 property (for setting fringe bitmap).
6949 (gdb-remove-strings): Doc fix.
6950 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
6951 icon in fringe (if available), or else as icon or text in display
6952 margin. Creates necessary icons in breakpoint-bitmap,
6953 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
6954 Also make left window margin if required.
6955 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
6956 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
6958 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
6959 gdb-put-breakpoint-icon.
6960 (gdb-assembler-mode): Don't set left-margin-width here.
6962 2004-02-27 Kevin Ryde <user42@zip.com.au>
6964 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
6965 comma, so that it DTRT in macros.
6967 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
6969 * progmodes/sh-script.el (sh-shell-arg)
6970 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
6971 (sh-leading-keywords, sh-other-keywords): Fix custom type.
6973 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
6975 * faces.el (face-spec-set-match-display): Add a new attribute,
6977 (region, highlight, secondary-selection): Use `min-colors'.
6979 * custom.el (defface): Add documentation for `min-colors'.
6981 * font-lock.el (font-lock-comment-face, font-lock-string-face)
6982 (font-lock-keyword-face, font-lock-function-name-face)
6983 (font-lock-variable-name-face, font-lock-constant-face):
6986 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
6988 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6990 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
6991 define assq-delete-all if it's not defined.
6992 (ebnf-generate-region): Code fix.
6994 * printing.el: Doc fix.
6995 (pr-version): New version number (6.7.2).
6996 (pr-command): Return empty string if command is an empty string.
6998 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7000 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
7002 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
7003 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
7004 semi-down-full. Fix a bug on productions like test = {"test"}* | (
7005 "tt" ["test"] ). Reported by Markus Dreyer
7006 <mdreyer@ix.urz.uni-heidelberg.de>.
7007 (ebnf-version): New version number (4.0).
7008 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
7009 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
7010 (ebnf-delete-style): New commands.
7011 (ebnf-directory, ebnf-file): New funs.
7012 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
7013 (ebnf-production-name-p, ebnf-stop-on-error): New options.
7014 (ebnf-syntax-alist): New var.
7015 (ebnf-element-width): New fun replacing ebnf-list-width.
7016 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
7017 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
7018 (ebnf-prologue): Adjust vars.
7019 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
7020 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
7021 (ebnf-check-style-values, ebnf-generate-production)
7022 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
7023 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
7024 (ebnf-token-repeat): Code fix.
7026 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
7027 %right, %left and %prec. Suggested by Matthew K. Junker
7028 <junker@alum.mit.edu>.
7029 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
7031 * progmodes/ebnf-iso.el: Doc fix.
7032 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
7033 (ebnf-iso-lex): Code fix.
7035 * progmodes/ebnf-bnf.el: Doc fix.
7036 (ebnf-bnf-lex): Code fix.
7038 * progmodes/ebnf-otz.el: Doc fix.
7040 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
7042 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
7043 (abbrev-prefix-mark): Doc fix.
7045 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
7047 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
7048 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
7049 (gdb-var-delete): Make interactive (really).
7050 (gdb-edit-value): Make non-interactive.
7052 * progmodes/gud.el (gud-speedbar-menu-items):
7053 Add gdb-var-delete and, indirectly, gdb-edit-value.
7054 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
7055 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
7056 (gud-gdb-marker-filter): Add comment for annotations.
7058 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7060 * calendar/calendar.el (generate-calendar)
7061 (calendar-read-date): Prevent display of BC calendars once more -
7062 reverts 2003-10-01 change.
7063 (generate-calendar-month): Doc fix.
7065 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
7067 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
7068 return value of increment-calendar-month.
7070 2004-02-21 Stephen Compall <s11@member.fsf.org>
7072 * saveplace.el (save-place-forget-unreadable-files)
7073 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
7074 (save-place-forget-unreadable-files): New function.
7075 (save-place-alist-to-file): Use it to filter out files that are
7078 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
7079 current Texinfo environment, using the same method as in
7080 `texinfo-insert-@end', and insert a space rather than a newline if
7081 point in a @table environment.
7083 2004-02-21 Juri Linkov <juri@jurta.org>
7085 * ffap.el (ffap-file-at-point): Try parent directories.
7087 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
7089 * vcursor.el (vcursor-modifiers): New defcustom.
7090 (vcursor-cs-binding): Use vcursor-modifiers instead of a
7093 2004-02-21 Masatake YAMATO <jet@gyve.org>
7095 * play/animate.el (animate-birthday-present): Accept names other
7098 2004-02-21 Juri Linkov <juri@jurta.org>
7100 * startup.el: Remove table of command line arguments from the
7103 2004-02-20 John Wiegley <johnw@newartisans.com>
7105 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
7106 again" modifier from 'e' to 'E', since 'e' is also used by the
7107 "file extension" modifier.
7109 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
7111 * help-fns.el (describe-categories): Doc fix.
7113 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7115 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
7116 temporary file for buffer already visiting one. This change makes
7117 output likely to be directly usable by patch program.
7118 Suggested by Adrian Aichner <adrian@xemacs.org>
7120 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
7122 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
7123 case of variables defined in compound statements.
7124 (gdb-setup-windows, gdb-source-info, gdb-source-info):
7125 Simplify constructions using switch-to-buffer.
7127 2004-02-19 Simon Josefsson <jas@extundo.com>
7129 * play/morse.el: Fix typo.
7130 (morse-code): Add @.
7132 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
7134 * calendar/appt.el (appt-display-format): Change default to
7135 'ignore, for backwards compatibility.
7136 (appt-display-message): If appt-display-format is 'ignore,
7137 respect old vars appt-msg-window and appt-visible.
7138 (appt-activate): Don't depend on return value of cancel-timer.
7140 * calendar/calendar.el (calendar-holidays): Doc fix.
7142 * calendar/cal-coptic.el (coptic-prompt-for-date):
7143 Use assoc-string instead of assoc-ignore-case.
7144 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
7145 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
7146 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
7147 * calendar/cal-islam.el (calendar-goto-islamic-date)
7148 (mark-islamic-diary-entries): Ditto.
7149 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
7150 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
7151 (calendar-read-mayan-tzolkin-date): Ditto.
7152 * calendar/calendar.el (calendar-read-date): Ditto.
7153 * calendar/diary-lib.el (mark-diary-entries): Ditto.
7155 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
7157 * progmodes/executable.el (executable-command-find-posix-p):
7158 Fix choice of the directory.
7160 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
7162 * simple.el (interprogram-cut-function)
7163 (interprogram-paste-function, kill-new, kill-append):
7165 (kill-region): Make it return nil. Doc fix.
7166 (yank-pop): Make its argument optional.
7167 (yank): Make ARG `-' equivalent to `-1'.
7169 2004-02-17 Eli Zaretskii <eliz@gnu.org>
7171 * mail/rmail.el (rmail-get-new-mail): Don't reference
7172 rmail-use-spam-filter if rmail-spam-filter is not loaded.
7174 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
7176 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
7177 if one of global-auto-revert-non-file-buffers or autorevert-mode
7180 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7182 * subr.el (delete-dups): A better implementation from Karl Heuer
7185 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
7187 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
7189 * progmodes/icon.el (icon-indent-command): Ditto.
7190 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
7192 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7194 * progmodes/grep.el (grep-compute-defaults): Undo change from
7195 2004-01-29: don't use executable-command-find-posix-p.
7197 2004-02-16 Richard Sharman <rsharman@pobox.com>
7199 * hilit-chg.el: Use require instead of eval-and-compile.
7200 (highlight-compare-buffers): New function.
7202 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
7204 * man.el (Man-fontify-manpage): Render section headings in
7205 `Man-overstrike-face' even when overstrike was not used by man
7206 formatter for section headings.
7208 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
7210 * rmail-spam-filter.el: (vm-use-spam-filter)
7211 (rsf-min-region-length-added-to-spam-list): New variables.
7212 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
7213 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
7214 spam testing. Don't delete spam message if automatic deletion
7215 after output via variable rmail-delete-after-output is turned on.
7216 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
7217 rsf-bbdb-dont-create-entries-for-spam.
7218 (check-field): New function, extracted from code in
7219 rmail-spam-filter to ease addition of header fields like content-type.
7220 (message-content-type): New variable to check the content-type:
7221 field added, also in defcustom of rsf-definitions-alist.
7222 (rmail-spam-filter): Replace repeated test code for header fields
7223 by calls to check-field; change the call to
7224 rmail-output-to-rmail-file such that rmail-current-message stays
7225 the same to avoid wrong deletion of unseen flags.
7226 (rsf-add-contents-type): New function to convert old format
7227 of rmail-spam-definitions-alist into new one.
7228 Change prefixes of all variables and functions from
7229 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
7231 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7233 * loadhist.el (unload-hook-features-list): New defvar.
7235 2004-02-16 Dave Love <fx@gnu.org>
7237 * loadhist.el (unload-feature): Doc fix. Rename flist to
7238 unload-hook-features-list.
7240 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
7242 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
7243 cookie. Don't check if we are looking-at open-formula.
7245 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
7247 * subr.el (match-string-no-properties): Use substring-no-properties.
7249 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7251 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
7252 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
7253 Use lower-case "rx" in all error message.
7255 2004-02-16 Dave Love <fx@gnu.org>
7257 * emacs-lisp/rx.el (rx-or): Put group around result.
7258 (rx-constituents): Add backref.
7259 (rx-syntax): Add string-delimiter, comment-delimiter.
7260 (rx-categories): Add combining-diacritic.
7261 (rx-check-not, rx-greedy, rx): Doc fix.
7262 (rx-backref, rx-check-backref): New.
7264 2004-02-16 Jesper Harder <harder@ifa.au.dk>
7266 * newcomment.el (uncomment-region): Allow eob as comment end.
7268 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
7270 * filecache.el: All message and error commands now use prefix
7271 "Filecache:" to make it easy to read *Messages* buffer.
7273 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
7275 * autorevert.el: Add support to detect changed dired and VC buffers.
7276 (auto-revert-active-p, auto-revert-list-diff)
7277 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
7278 (auto-revert-handler, auto-revert-active-p): New functions.
7279 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
7280 and `auto-revert-active-p'.
7281 (eval-when-compile): Defvar dired-directory and vc-mode.
7282 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
7283 (auto-revert-handler-vc): New functions.
7285 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
7287 * progmodes/compile.el (compilation-directory): New defvar.
7288 (compile): Save current directory in compilation-directory.
7289 (recompile): Bind default-directory to compilation-directory if
7292 2004-02-16 Dave Love <fx@gnu.org>
7294 * newcomment.el (comment-insert-comment-function)
7295 (comment-region-function, uncomment-region-function): New.
7296 (comment-indent): Use comment-insert-comment-function.
7297 (uncomment-region): Use uncomment-region-function.
7298 (comment-region): Use comment-region-function.
7300 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
7302 2004-02-16 Richard Stallman <rms@gnu.org>
7304 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
7305 loaddefs* and ldefs-boot*.
7307 2004-02-16 Eli Zaretskii <eliz@gnu.org>
7309 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
7310 and email address at the beginning and end of the address.
7312 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
7313 anchored at the beginning of the email address.
7315 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
7317 * international/ccl.el (ccl-compile-write): Pass `left' to
7318 ccl-embed-code to generate correct code of write-expr-register.
7320 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
7322 * progmodes/grep.el (grep-compute-defaults): Fix typos.
7324 2004-02-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7326 * x-dnd.el: Mention support for Motif in commentary.
7327 (x-dnd-handle-drag-n-drop-event): Ditto.
7329 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
7331 * ses.el: Use "ses--" prefixes for buffer-local variables.
7332 Use (point-min) instead of 1, even when we know the buffer
7334 (ses-build-load-map): Delete. Distribute its content to defconst's for
7336 (ses-menu, ses-header-line-menu): New menus.
7337 (ses-mode-map): Use them.
7338 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
7340 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
7342 * Makefile.in: Fix the CC Mode recompile kludge so it works
7343 when building in a different directory.
7345 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
7347 * simple.el (kill-new): Put yank-handler property on the entire string.
7349 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7351 * diff.el: Don't use compile any more, use diff-mode instead.
7352 (diff-regexp-alist, diff-old-file, diff-new-file)
7353 (diff-parse-differences, diff-process-setup): Remove.
7354 (diff-sentinel): New fun.
7355 (diff): Use it. Run the process ourselves.
7356 Use diff-mode for the rest of the processing.
7358 * diff.el (diff): Simplify code handling `switch'.
7360 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
7362 * pcvs-defs.el (cvs-menu): Add `tag'.
7364 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
7366 * simple.el (kill-append): Doc fix.
7368 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7369 Adapt outline-regexp to the new conventions for commenting out code.
7371 2004-02-11 John Paul Wallington <jpw@gnu.org>
7373 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
7375 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
7377 * diff.el (diff-switches): New fun.
7378 (diff, diff-backup): Use it.
7379 (diff): Clean up the args construction. Use backquote.
7380 Use listp instead of consp to avoid putting a nil arg.
7381 (diff): Add a revert-buffer function.
7383 2004-02-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7385 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
7386 handled by x-dnd-handle-file-name.
7387 (x-dnd-known-types): Add COMPOUND_TEXT.
7388 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
7389 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
7391 (x-dnd-forget-drop): Ditto.
7392 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
7393 (x-dnd-handle-one-url): Return private when inserting text.
7394 (x-dnd-insert-ctext): New function.
7395 (x-dnd-handle-file-name): New function for FILE_NAME.
7396 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
7397 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
7398 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
7400 2004-02-10 Kenichi Handa <handa@m17n.org>
7402 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
7403 instead of while loop.
7405 2004-02-10 Miles Bader <miles@gnu.org>
7407 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
7409 2004-02-09 Kenichi Handa <handa@m17n.org>
7411 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
7414 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7416 * Makefile.in: Added extra dependencies in the recompile target
7417 needed to cope with the compile time macro expansions in CC Mode.
7419 2004-02-09 Kim F. Storm <storm@cua.dk>
7421 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
7422 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
7423 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
7424 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
7425 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
7426 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
7427 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
7428 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
7429 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
7430 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
7431 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
7433 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
7435 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
7436 Don't allow shrink if there's a window on our right.
7438 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
7439 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
7440 Bring together declaration and initialization.
7441 (prolog-mode-variables): Don't set the syntax table.
7442 Don't set paragraph-start and comment-indent-function.
7443 Add /*..*/ to the comment regexps.
7444 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
7445 (prolog-mode-map): Don't bind TAB.
7446 (prolog-mode): Set the syntax table.
7447 (prolog-comment-indent): Remove.
7448 (inferior-prolog-mode-map): Initialize in the declaration.
7449 (inferior-prolog-mode-syntax-table)
7450 (inferior-prolog-mode-abbrev-table): New vars.
7451 (inferior-prolog-mode): Derive from comint-mode.
7452 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
7455 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
7456 in file names, as long as it is unabmiguous.
7458 2004-02-08 Andreas Schwab <schwab@suse.de>
7460 * textmodes/reftex-toc.el
7461 (reftex-toc-load-all-files-for-promotion): Remove useless use of
7464 * textmodes/refer.el (refer-find-entry-internal): Remove extra
7465 format string arguments.
7467 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
7470 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
7472 * play/zone.el (zone-call): Fix format string.
7474 * net/webjump.el (webjump-builtin): Add missing format string argument.
7476 * midnight.el (midnight-delay-set): Remove extra format string argument.
7478 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
7480 * hexl.el (hexl-insert-char): Add missing format string argument.
7482 * format.el (format-decode): Fix format string.
7484 * emulation/vi.el (vi-mode): Remove extra format string argument.
7485 (vi-repeat-last-search): Likewise.
7486 (vi-reverse-last-search): Likewise.
7487 (vi-goto-mark): Likewise.
7488 (vi-reverse-last-find-char): Likewise.
7489 (vi-repeat-last-find-char): Likewise.
7490 (vi-locate-def): Likewise.
7492 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
7494 * ediff-util.el (ediff-toggle-read-only): Remove extra format
7496 (ediff-toggle-regexp-match): Likewise.
7498 * dired-aux.el (dired-do-query-replace-regexp): Add missing
7499 format string argument.
7501 * calc/calc-map.el (calc-get-operator): Remove extra format
7504 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
7506 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
7509 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
7511 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
7513 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
7515 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
7516 (cl-struct-setf-expander): Likewise.
7518 * vc.el (with-vc-file): Fix unsafe uses of error.
7519 (vc-cancel-version): Likewise.
7521 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
7523 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
7524 thousands separator; fixes <class>:<line-number> regexp for
7525 non-english locales.
7527 2004-02-08 Andreas Schwab <schwab@suse.de>
7529 * view.el (view-mode-enable): Revert previous change.
7531 2004-02-07 Kim F. Storm <storm@cua.dk>
7533 * simple.el (line-number-at-pos): Rename from line-at-pos.
7534 Uses changed (what-line and vc-annotate-warp-version).
7536 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
7538 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
7539 (diff-mode): Remove aborted attempt at support for compile.el.
7540 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
7542 2004-02-06 Andreas Schwab <schwab@suse.de>
7544 * view.el (view-mode-enable): Add view-mode-map to
7545 minor-mode-overriding-map-alist.
7547 2004-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7549 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
7551 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
7553 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
7554 with point inside rather than after the paragraph.
7556 2004-02-04 Sam Steingold <sds@gnu.org>
7558 * mail/smtpmail.el (smtpmail-try-auth-methods):
7559 Do not try authentication when no mechanism is available.
7560 Pass port-name as defaultport to `netrc-machine'.
7562 2004-02-04 Stephen Eglen <stephen@gnu.org>
7564 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
7565 to show how minibuffer height can be constrained.
7567 2004-02-04 John Paul Wallington <jpw@gnu.org>
7569 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
7571 2004-02-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7573 * x-dnd.el: New file for drag and drop.
7575 * term/x-win.el: require x-dnd, set after-make-frame-functions
7576 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
7579 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
7580 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
7581 (dired-dnd-handle-file): New functions for drag and drop support.
7582 (dired-mode): Initialize drag and drop if x-dnd present.
7584 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
7586 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
7587 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
7588 (cperl-mode): Set fill-paragraph-function.
7589 (cperl-fill-paragraph): Make it non-interactive.
7591 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
7593 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
7595 2004-02-02 David Kastrup <dak@gnu.org>
7597 * replace.el (perform-replace): Allow 'literal argument in
7598 regexp-flag to indicate literal replacement.
7599 (query-replace-regexp-eval): Use it.
7601 2004-02-01 Andreas Schwab <schwab@suse.de>
7603 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
7605 2004-02-01 Stephen Eglen <stephen@gnu.org>
7607 * info-look.el: Add support for maxima-mode. Update commentary
7608 because info-lookup-symbol is now bound to C-h S.
7610 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
7612 * simple.el (edit-and-eval-command): Bind print-level and
7613 minibuffer-history-sexp-flag around call to read-from-minibuffer.
7614 Correct initial position in command-history.
7616 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
7618 * files.el (read-directory-name): Adapt the docstring to recent
7619 change in Fread_file_name.
7621 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
7623 * ses.el (ses-print-cell): If print format too wide for column
7624 width, truncate decimal places if that helps to avoid "#####" fill.
7625 * ses.el (ses-initial-column-width): Revert previous change.
7627 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
7629 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
7630 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
7632 (jit-lock-mode): Setup/cancel the new timer.
7633 (jit-lock-context-fontify): New fun. Extracted from
7634 context fontification code of jit-lock-stealth-fontify.
7635 (jit-lock-stealth-fontify): Don't do context fontification any more.
7637 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
7638 (jit-lock-fontify-now): Handle the `quit' case.
7639 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
7641 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
7643 * progmodes/executable.el (executable-command-find-posix-p):
7644 New. Check if find handles arguments Posix-style.
7646 * progmodes/grep.el (grep-compute-defaults):
7647 Use executable-command-find-posix-p.
7648 (grep-find): Check `grep-find-command'.
7650 * filecache.el (file-cache-find-posix-p): Delete.
7651 (file-cache-add-directory-using-find):
7652 Use `executable-command-find-posix-p'.
7654 2004-01-29 Dave Love <fx@gnu.org>
7656 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
7657 Iterate the hook function if arg is given.
7658 (mark-defun, narrow-to-defun): Change order of finding the limits.
7660 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
7661 (byte-compile-format-warn): New.
7662 (byte-compile-callargs-warn): Use it.
7663 (Format, message, error): Add byte-compile-format-like property.
7664 (byte-compile-maybe-guarded): New.
7665 (byte-compile-if, byte-compile-cond): Use it.
7666 (byte-compile-lambda): Compile interactive forms,
7667 just to make warnings about them.
7669 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
7671 * ses.el (ses-initial-column-width): Increase to 14, so it will
7672 work well with the default printer of "%.7g" for extreme values
7673 like "-1.234567e+07".
7675 2004-01-29 Kenichi Handa <handa@m17n.org>
7677 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
7679 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
7681 * dos-w32.el: Added support for the `default-printer-name' function.
7683 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
7685 * server.el (server-socket-name): Don't use the hostname in the
7686 socket name since /tmp is local to the host anyway.
7688 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
7689 robust check of widening and fix var-naming.
7691 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
7693 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
7694 or rmail-spam- to rsf- in all function and variable names.
7695 (rsf-min-region-to-spam-list): New variable.
7696 (rsf-bbdb-auto-delete-spam-entries): Rename from
7697 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
7698 scanned together with the recipients field for spam testing; Don't
7699 delete spam message if rmail-delete-after-output is non-nil;
7700 (rsf-check-field): New function, extracted from code in
7701 rmail-spam-filter to ease addition of header fields like
7703 (message-content-type): New variable. The content-type: field was
7704 added also in defcustom of rsf-definitions-alist;
7705 (rmail-spam-filter): Replace repeated test code for header fields
7706 by calls to check-field; change the call to
7707 rmail-output-to-rmail-file such that rmail-current-message stays
7708 the same to avoid wrong deletion of unseen flags.
7709 (rmail-use-spam-filter): Add autoload cookie.
7711 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
7713 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
7714 (file-cache-add-directory-using-find): Add Cygwin support.
7715 (file-cache-find-command-posix-flag): New user variable.
7717 * filecache.el (file-cache-add-directory): Check for
7718 directories an remove them from dir-files.
7720 2004-01-27 Richard M. Stallman <rms@gnu.org>
7722 * man.el (Man-fontify-manpage): Clean up message.
7724 2004-01-27 Kenichi Handa <handa@m17n.org>
7726 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
7727 (sentence-end): Define using sentence-end-without-space.
7729 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
7730 a sentence ends with one of a character in sentence-end-without-space.
7732 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
7734 * font-lock.el (font-lock): Add jit-lock as explicit group member.
7735 (jit-lock): Group declaration moved to jit-lock.el.
7736 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
7739 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
7740 (jit-lock-context-unfontify-pos): Rename from
7741 jit-lock-first-unfontify-pos.
7742 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
7744 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
7746 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
7747 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
7748 (fortran-fill): When filling a string, adjust re-search-backward
7749 argument for special case of string just on fill-column.
7750 When filling non-string, allow one extra char if
7751 fortran-break-before-delimiters is non-nil.
7752 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
7753 Use fortran-break-delimiters-re and fortran-no-break-re to
7754 correctly handle cases such as "**".
7756 * progmodes/f90.el (f90-break-delimiters): Doc fix.
7757 (f90-no-break-re): Add some extra tokens. Doc fix.
7759 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
7761 * mail/rmail-spam-filter.el:
7762 Use two semicolons as Commentary line prefix.
7763 Add ";;; Code:" stylized comment.
7764 Delete end-of-line whitespace.
7765 Wrap (require 'cl) with `eval-when-compile'.
7767 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
7769 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
7770 at the top level of vc.el.
7772 2004-01-23 Andre Spiegel <spiegel@gnu.org>
7774 * vc.el (vc-current-line): Function removed. This is now done by
7775 the new function line-at-pos in simple.el.
7776 (vc-annotate-warp-version): Use line-at-pos instead of
7779 2004-01-22 Kim F. Storm <storm@cua.dk>
7781 * simple.el (line-at-pos): New defun.
7782 (what-line): Use it. Optimize by only counting lines in narrowed
7785 2004-01-22 Kenichi Handa <handa@m17n.org>
7787 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
7788 point (register r1) only for charset mule-unicode-0100-24ff.
7790 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
7792 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
7793 trailing white space and ensure a final newline.
7795 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
7796 Add autoload cookie.
7798 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
7800 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
7801 activate view-mode explicitly.
7803 2004-01-21 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7805 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
7806 use clipboard first.
7808 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
7810 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
7811 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
7812 (vc-mcvs-cvs): Remove.
7813 (vc-mcvs-command): Remove use of assert.
7815 * outline.el (outline-insert-heading): Tighten up match.
7816 (outline-demote, outline-move-subtree-down): Don't assume anything
7817 about outline-regexp.
7819 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
7820 (texinfo-show-structure): Explicitly add ^, and simplify.
7822 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7824 * calendar/appt.el (appt-check): Restore usage of
7825 appt-issue-message deleted in previous change.
7826 (top-level): Activate package when loaded (needed for backwards
7829 2004-01-20 Jesper Harder <harder@ifa.au.dk>
7831 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
7832 following previous change to smtpmail-send-data.
7834 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
7836 * vc.el (vc-default-previous-version): Doc enhancement.
7837 (vc-default-next-version): New function.
7838 (vc-print-log): New arg FOCUS-REV.
7839 (vc-annotate-mode): Derive from view-mode.
7840 (vc-annotate): New args REVISION, DISPLAY-MODE.
7841 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
7842 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
7843 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
7844 (vc-annotate-show-diff-revision-at-line, vc-current-line)
7845 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
7847 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
7849 2004-01-19 Karl Berry <karl@gnu.org>
7851 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
7854 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
7856 * subr.el (delete-dups): New function.
7858 2004-01-19 Karl Berry <karl@gnu.org>
7860 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
7861 with ^, since that's what texinfo-show-structure
7862 documentation says (plus it works much better in texinfo.txi).
7864 2004-01-18 Jesper Harder <harder@ifa.au.dk>
7866 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
7868 2004-01-18 David Ponce <david@dponce.com> (tiny change)
7870 * progmodes/which-func.el (which-function-mode): Don't cancel
7871 which-func-update-timer if not set.
7873 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
7875 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
7876 Remove spurious left square bracket in XX:XXam regexp.
7878 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
7880 * progmodes/cc-defs.el: Do not require cl at run time.
7882 2004-01-16 Richard M. Stallman <rms@gnu.org>
7884 * emacs-lisp/cl.el (cl-cannot-unload): New function.
7885 (cl-unload-hook): Defvar this to run cl-cannot-unload.
7887 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
7888 Call rmail-spam-filter. Delete and expunge spam.
7889 Print number of spam messages deleted.
7890 Save and restore the deletion status of old messages when reading
7891 new mail with spam filter, so that expunging spam does not expunge
7892 msgs deleted by the user.
7893 (rmail-only-expunge): Add an optional argument dont-show to
7894 prevent showing message after expunge.
7896 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
7898 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
7899 * subr.el (declare): New macro.
7901 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
7903 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
7905 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
7907 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
7908 Test window-system rather than system-type (for X11/Mac).
7910 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
7912 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
7914 2004-01-12 Richard M. Stallman <rms@gnu.org>
7916 * mail/rmail.el (rmail-convert-to-babyl-format):
7917 Use mail-unquote-printable-region.
7918 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
7919 (rmail-hex-char-to-integer): Functions deleted.
7921 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
7922 (mail-unquote-printable-region): New arg NOERROR.
7923 For invalid encoding, either signal an error to just return nil.
7925 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7927 * calendar/appt.el: Update copyright and commentary.
7928 (appt-issue-message): Make obsolete.
7929 (appt-visible, appt-msg-window): Make obsolete, in favour of
7930 appt-display-format.
7931 (appt-display-mode-line, appt-display-duration)
7932 (appt-display-diary, appt-time-msg-list, appt-mode-string)
7933 (appt-prev-comp-time, appt-display-count, appt-timer)
7934 (appt-convert-time): Doc change.
7935 (appt-disp-window-function, appt-delete-window-function):
7936 Use defcustom rather than defvar.
7937 (appt-display-format): New variable.
7938 (appt-display-message): New function with display code from appt-check.
7939 (appt-check): Add optional FORCE argument. Doc change.
7940 Add appt-make-list to diary-hook if displaying diary.
7941 Remove checking of view-diary-entries-initially.
7942 Message display section removed to new function appt-display-message.
7943 (appt-display-window): Doc change. Remove unused internal var
7944 this-buffer. Do not beep, since appt-display-message does that.
7945 (appt-make-list): Doc change. Use caar.
7946 (appt-sort-list): Simplify by using builtin sort function.
7947 (appt-update-list): New function for updating appts when diary is
7949 (appt-activate): New autoloaded function to toggle package
7952 * calendar/cal-x.el: (calendar-one-frame-setup)
7953 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
7955 * calendar/calendar.el: Update copyright.
7956 (view-diary-entries-initially, european-calendar-style): Doc change.
7957 (calendar-setup): Make defcustom rather than defvar.
7958 (mark-visible-calendar-date): Initialize temp-face and faceinfo
7959 in let binding so local to function.
7961 * calendar/diary-lib.el: Update copyright.
7962 (diary, diary-entry-time): Doc change.
7963 (list-diary-entries): Doc change. Trivial logic change.
7964 (fancy-diary-display): Restore make-face command mistakenly
7966 (show-all-diary-entries): Allow to pop-up frame if needed.
7968 2004-01-09 John Paul Wallington <jpw@gnu.org>
7970 * bindings.el (mode-line-change-eol): Add EVENT parameter.
7971 Temporarily select EVENT's window for changing eol type.
7973 2004-01-09 Deepak Goel <deego@gnufans.org>
7975 * calendar/diary-lib.el (diary-entry-time):
7976 Also accept time in the form XX[.XX][am/pm/AM/PM].
7977 (fancy-diary-font-lock-keywords): Likewise.
7978 (diary-font-lock-keywords): Likewise.
7979 * calendar/appt.el (appt-add): Likewise.
7980 (appt-make-list): Likewise.
7981 (appt-convert-time): Likewise.
7983 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
7985 * gdb-ui.el (gdb-ann3): Revert previous change.
7986 (gdb-source-info): Allow for case of where compilation directory
7989 2004-01-08 John Paul Wallington <jpw@gnu.org>
7991 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
7993 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
7995 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
7997 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
7998 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
8000 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
8002 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
8004 * files.el (write-file-functions, write-contents-functions):
8007 2004-01-07 Kenichi Handa <handa@m17n.org>
8009 * international/mule.el (set-auto-coding): Fix for the case that
8010 end-of-line is only CR.
8012 2004-01-07 Kim F. Storm <storm@cua.dk>
8014 * subr.el (event-start, event-end): Doc fix.
8015 (posn-string, posn-image): New defuns.
8016 (posn-object): Return either image or string object.
8017 (posn-object-x-y): Return 8th element of position.
8018 (posn-object-width-height): New defun.
8020 2004-01-06 Andreas Schwab <schwab@suse.de>
8022 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
8025 2004-01-05 Karl Berry <karl@gnu.org>
8027 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
8030 2003-12-31 Simon Josefsson <jas@extundo.com>
8032 * files.el (before-save-hook): Add.
8033 (basic-save-buffer): Use before-save-hook.
8035 * emacs-lisp/copyright.el: Fix comment to recommend
8036 before-save-hook instead of write-file-functions.
8038 2004-01-05 Richard M. Stallman <rms@gnu.org>
8040 * finder.el (finder-commentary): Call delete-other-windows.
8042 * net/ange-ftp.el (ange-ftp-file-attributes):
8043 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
8045 2004-01-04 Karl Berry <karl@gnu.org>
8047 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
8048 comment characters % and # in the copyright year notice,
8051 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
8053 * wid-edit.el (default): Define dummy :value-delete.
8054 Reported by Jesper Harder <harder@ifa.au.dk>.
8056 2004-01-03 Richard M. Stallman <rms@gnu.org>
8058 * progmodes/compile.el (compile-internal): Use point, not point-min,
8059 for set-window-point.
8061 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
8063 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
8065 * progmodes/grep.el (grep-mode-map):
8066 Don't remap next-line, previous-line.
8068 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
8070 * speedbar.el (speedbar-edit-line): Change regexp to position
8071 the cursor on the first character of this line's button.
8073 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
8075 * subr.el (functionp): Doc fix.
8077 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
8079 * progmodes/idlwave.el (idlwave-make-tags):
8080 * textmodes/flyspell.el (flyspell-large-region):.
8081 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
8082 * emulation/viper-util.el (viper-glob-unix-files):
8083 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
8084 * man.el (Man-init-defvars):
8085 * jka-compr.el (jka-compr-call-process):
8086 * files.el (get-free-disk-space,insert-directory):
8087 * ediff-ptch.el (ediff-test-patch-utility):
8088 * ediff-diff.el (ediff-test-utility):
8089 * dired-aux.el (dired-check-process):
8090 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
8091 test the return value of call-process, because it can be a string.
8093 2003-12-31 John Paul Wallington <jpw@gnu.org>
8095 * bindings.el (completion-ignored-extensions): Add .pfsl.
8097 2003-12-31 Kim F. Storm <storm@cua.dk>
8099 * ido.el (ido-nonreadable-directory-p): New defun to check for
8100 nonreadable directory without activating tramp (to avoid problems
8101 with checking incomplete tramp paths).
8102 (ido-set-current-directory, ido-file-internal)
8103 (ido-file-name-all-completions1): Use it.
8105 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
8107 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
8108 documentation if the anchor (or node) name is preceded by `info
8109 anchor' or `Info anchor' in addition to earlier `info node' and
8111 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
8113 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8115 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
8116 error in arguments to base64-decode-region. Remove ^M characters
8117 after decoding base64.
8119 2003-12-30 Simon Josefsson <jas@extundo.com>
8121 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
8122 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
8123 have only been distributed with Emacs for some years.
8124 (texinfo-mode-hook): Customize.
8126 2003-12-30 Eli Zaretskii <eliz@gnu.org>
8128 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
8129 cleaner (suggested by Richard Stallman).
8131 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
8132 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
8133 file-name clashes on 8+3 DOS filesystems.
8135 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
8136 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
8137 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
8138 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
8139 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
8140 file-name clashes on 8+3 filesystems.
8142 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
8143 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
8144 file-name clashes on 8+3 DOS filesystems.
8146 2003-12-29 Richard M. Stallman <rms@gnu.org>
8148 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
8149 Upcase the character.
8151 * textmodes/flyspell.el (mail-mode-flyspell-verify):
8152 Search for header separator alone on a line, literally,
8153 and search for it backward, not forward.
8154 (flyspell-abbrev-table): Always use global-abbrev-table
8155 if there is no local one.
8157 * progmodes/sh-script.el (sh-get-indent-info):
8158 Don't move point back if at bob.
8160 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
8162 * play/handwrite.el (handwrite): Make the handwrite credit message
8163 a comment rather than an output command.
8165 * obsolete/sc.el: Display message that this file is obsolete.
8167 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
8169 * mail/rfc822.el (rfc822-address-start): Declare variable.
8170 Renamed from address-start. All uses changed.
8172 * term.el (term-exec): Set up sentinel.
8173 (term-sentinel): New function.
8174 (term-handle-exit): New function.
8176 * subr.el (assoc-ignore-case, assoc-ignore-representation):
8177 Use assoc-string, and mark them obsolete.
8178 (delay-mode-hooks): Mark as permanent local.
8180 * simple.el (sendmail-user-agent-compose): Use assoc-string.
8182 * register.el (copy-rectangle-to-register): Doc fix.
8184 * info.el (Info-insert-dir): Use assoc-string.
8186 * info-look.el (info-lookup): Use assoc-string.
8188 * frame.el (pop-up-frame-function): Use quote, not `function'.
8189 (frame-notice-user-settings): Calculate ADJUSTED-TOP
8190 copying with lists as coordinate values.
8192 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
8194 * find-dired.el (kill-find): New command.
8195 (find-dired): Make buffer read-only.
8196 Set up a keymap with C-c C-k running kill-find.
8197 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
8199 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
8201 * filecache.el (file-cache-ignore-case): New variable.
8202 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
8204 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
8205 (comint-dynamic-complete-as-filename): Rename local vars.
8206 (comint-dynamic-list-filename-completions): Likewise.
8208 * comint.el (comint-dynamic-list-completions-config): New var.
8209 (comint-dynamic-list-completions): Handle both SPC and TAB right.
8211 * comint.el (comint-file-name-chars): Add [].
8212 (comint-word): Use skip-chars-backward, not search.
8214 * shell.el (shell-file-name-chars): Add [].
8216 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
8218 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
8220 * generic.el (define-generic-mode): Doc fix.
8222 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8224 * files.el (kill-some-buffers): Doc fix.
8226 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
8228 * comint.el (comint-watch-for-password-prompt): Pass `string' as
8229 arg to send-invisible
8230 (send-invisible): Doc fix. The argument is now a prompt, not the
8232 (comint-read-noecho): Doc fix.
8234 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
8236 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
8237 "@", as required by some ISP hosting service. Fix defcustom
8238 argument syntax errors that prevented use of customization.
8240 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8242 * xml.el (xml-get-attribute-or-nil): Doc fix.
8244 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
8246 * net/zone-mode.el (zone-mode): Use write-file-functions, not
8249 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
8251 * autorevert.el (auto-revert-interval): Doc fix.
8253 2003-12-29 Mark A. Hershberger <mah@everybody.org>
8255 * xml.el (xml-get-attribute-or-nil): New function, like
8256 xml-get-attribute, but returns nil if the attribute was not found.
8257 (xml-get-attribute): Convert to defsubst, uses
8258 xml-get-attribute-or-nil.
8260 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8262 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
8264 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
8266 * custom.el (custom-declare-theme): Use `value' when putting
8267 properties on `theme'.
8269 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
8271 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
8272 for each yank-handler segment.
8273 (insert-for-yank-1): New function, with the body of the previous
8276 * textmodes/table.el (table-yank-handler): New defcustom.
8277 (table--put-cell-indicator-property): Put yank-handler property
8278 that indicates the yank handler for the table cell.
8280 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
8282 * generic-x.el (etc-modules-conf-generic-mode): A more complete
8285 2003-12-29 Eli Zaretskii <eliz@gnu.org>
8287 * international/mule-cmds.el (reset-language-environment)
8288 (set-language-environment): Don't invoke fontset-related functions
8289 if fontset-list is not fboundp.
8291 2003-12-29 Kenichi Handa <handa@m17n.org>
8293 * international/mule-cmds.el (reset-language-environment):
8294 Call set-overriding-fontspec-internal with nil.
8295 (set-language-environment): Call set-overriding-fontspec-internal
8296 if the language environment specify `overriding-fontspec'.
8297 (language-info-alist): Doc added.
8299 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
8300 characters of mule-unicode-0100-24ff.
8301 (ccl-encode-windows-1251-font): New CCL program.
8302 ("Bulgarian"): Specify overriding-fontspec.
8303 ("Belarusian"): Likewise.
8305 2003-12-28 Sam Steingold <sds@gnu.org>
8307 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
8308 parameter ID-FORMAT to conform with the 2003-11-30 patch.
8310 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
8312 * progmodes/gud.el (gud-gdb-command-name): Set default to
8314 (gud-gdb-marker-filter): Look out for annotations.
8315 (gdb-first-pre-prompt): New variable.
8316 Remove trailing white space.
8318 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
8320 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
8321 annotations are detected.
8322 (gud-gdba-marker-filter): Use global variable gud-marker-acc
8323 instead of a local one to allow transition from
8324 gud-gdb-marker-filter.
8325 Remove trailing white space.
8327 2003-12-27 Kim F. Storm <storm@cua.dk>
8329 * ido.el: Handle non-readable directories.
8330 (ido-decorations): Add 9th element for non-readable directory.
8331 (ido-directory-nonreadable): New dynamic var.
8332 (ido-set-current-directory): Set it.
8333 (ido-read-buffer, ido-file-internal):
8334 (ido-read-file-name, ido-read-directory-name): Let-bind it.
8335 (ido-file-name-all-completions1): Return empty list for
8336 non-readable directory.
8337 (ido-exhibit): Print [Not readable] if directory is not readable.
8338 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
8339 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
8342 2003-12-27 Lars Hansen <larsh@math.ku.dk>
8344 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
8345 calls to directory-files-and-attributes and file-attributes.
8346 (ls-lisp-format): Remove system dependent handling of user and
8349 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
8351 * ffap.el (ffap-read-file-or-url): Revert previous change.
8353 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
8355 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
8356 new list of included files called `files-with-node-lines', that
8357 only have node lines. This way @include commands can include any
8358 file, such as version and update files without node lines, not
8359 just files that are chapters.
8361 2003-12-25 Andreas Schwab <schwab@suse.de>
8363 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
8366 2003-12-08 Miles Bader <miles@gnu.org>
8368 * dired.el (dired-between-files): Always use dired-move-to-filename,
8369 which is more robust in non-english locales.
8371 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
8373 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
8375 2003-12-24 Andreas Schwab <schwab@suse.de>
8377 * shell.el (shell-file-name-quote-list): Add backslash.
8379 * comint.el (comint-quote-filename): Correctly handle backslash
8380 in comint-file-name-quote-list.
8382 2003-12-24 Kenichi Handa <handa@m17n.org>
8384 * international/mule-cmds.el (set-default-coding-systems):
8385 Call ucs-set-table-for-input for all buffers that don't have local
8386 value of buffer-file-coding-system.
8388 * international/ucs-tables.el (ucs-set-table-for-input):
8389 If translation-table-for-encode is a symbol, get its
8390 translation-table property.
8392 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
8394 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
8395 to `completing-read' on a recently fixed bug.
8397 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
8398 instead of SPACE, to get the list of possible fringe modes.
8399 SPACE only works if both `partial-completion-mode' and
8400 `completion-auto-help' are nil.
8402 * complete.el (PC-is-complete-p): Delete.
8403 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
8404 calls to `test-completion'.
8406 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
8408 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
8409 to edit values when there are no children.
8411 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
8412 a mode called "Assembler" already exists.
8413 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
8414 (gud-watch): Use format option. Remove font properties from string.
8415 (gdb-var-create-handler, gdb-var-list-children-handler):
8416 Don't bother about properties as there are none.
8417 (gdb-var-create-handler, gdb-var-list-children-handler)
8418 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
8420 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
8421 Let speedbar show value changes with a different font.
8422 (gdb-edit-value): New defun.
8423 (gdb-clear-partial-output, gdb-clear-inferior-io)
8424 (def-gdb-auto-update-handler): Use erase-buffer.
8425 (gdb-frame-handler): Display watch expressions in
8426 FUNCTION::VARIABLE format if required.
8428 2003-12-23 John Paul Wallington <jpw@gnu.org>
8430 * info.el (Info-unescape-quotes, Info-split-parameter-string)
8431 (Info-goto-emacs-command-node): Doc fixes.
8433 2003-12-12 Jesper Harder <harder@ifa.au.dk>
8435 * cus-edit.el (custom-add-parent-links): Define "many".
8437 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
8439 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
8440 (widget-child-validate, widget-type-value-create)
8441 (widget-type-default-get, widget-type-match): New functions.
8443 (menu-choice, checklist, radio-button-choice, editable-list)
8444 (group, documentation-string): Remove redundant (per 2003-10-25
8445 change) calls to `widget-children-value-delete'.
8446 (widget-choice-value-get, widget-choice-value-inline): Remove.
8447 (menu-choice): Update widget.
8449 2003-12-03 Kenichi Handa <handa@m17n.org>
8451 * language/cyrillic.el: Register "microsoft-cp1251" in
8452 ctext-non-standard-encodings-alist.
8453 ("Bulgarian"): Add ctext-non-standard-encodings.
8454 ("Belarusian"): Likewise.
8456 * international/mule-conf.el (compound-text-with-extensions):
8457 Change the type to 2 (iso-2022 base).
8459 * international/mule.el (ctext-non-standard-encodings-alist):
8461 (ctext-non-standard-encodings): New variable.
8462 (ctext-post-read-conversion): Fully re-written.
8463 (ctext-non-standard-designations-alist): Delete it.
8464 (ctext-non-standard-encodings-table): New function.
8465 (ctext-pre-write-conversion): Fully re-written.
8467 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
8469 * cus-edit.el (custom-add-parent-links): Add documentation links
8470 for parent, if the item has none of its own.
8472 2003-11-30 Richard M. Stallman <rms@gnu.org>
8474 * dired-aux.el (dired-do-query-replace-regexp):
8475 Report files visited read-only.
8477 2003-11-30 Juri Linkov <juri@jurta.org>
8479 * dired-aux.el (dired-compare-directories): New command.
8480 (dired-file-set-difference, dired-files-attributes): New functions.
8482 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
8483 Version 2.0.38 of Tramp released.
8485 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
8486 Charles Curley <charlescurley@charlescurley.com>.
8487 (tramp-multi-connection-function-alist): Add ssht entry which adds
8488 "-e none -t -t" to the list of ssh args. Suggested by Adrian
8490 (tramp-get-method-parameter): New function to retrieve a method
8491 parameter. This allows for omission of method parameters.
8494 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
8496 * net/tramp.el: Add new optional parameter ID-FORMAT to
8497 `file-attributes'. Calls of `file-attributes' won't use this
8498 parameter for backward compatibility reasons.
8499 (tramp-perl-file-attributes): Add a new parameter to Perl script
8500 in order to handle uid/gid as strings, if desired.
8501 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
8502 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
8503 order to make the function more general.
8504 (tramp-handle-file-attributes): Replace proprietary optional
8505 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
8506 (tramp-handle-file-attributes-with-perl): Handle parameter
8507 NONNUMERIC if set. This wasn't done in the past.
8508 (tramp-post-connection): Apply second parameter "$2" if
8509 `tramp-remote-perl' is called.
8511 * net/tramp-smb.el (tramp-smb-handle-delete-file):
8512 Correct cut'n'waste error (`filename' instead of `directory').
8513 (tramp-smb-handle-directory-files-and-attributes)
8514 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
8515 introduced parameter ID-FORMAT.
8516 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
8517 error (`directory' instead of `ldir').
8519 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
8520 `file-attributes' has a second parameter. If yes, apply it with
8521 value "'integer". Otherwise, don't use that parameter (default is
8524 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
8526 * help.el (help-map): Bind `display-local-help' to `C-h .'.
8527 (help-for-help): Add `C-h .' to the listed Help options.
8528 Remove trailing whitespace.
8530 * help-at-pt.el: New file.
8532 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
8534 * subr.el (noreturn, 1value): New macros for test coverage.
8537 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
8539 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
8541 (testcover-1value): New function. Checks that a 1value form
8542 actually returns only one value. Requested by RMS.
8544 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
8546 * gdb-ui.el (gud-watch, gdb-var-create-handler)
8547 (gdb-var-list-children, gdb-var-list-children-handler)
8548 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
8549 gdb commands that use mi to keep them out of the command history.
8551 2003-11-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8553 * cus-start.el (all): Add use-file-dialog.
8555 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
8557 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
8559 2003-11-27 Kim F. Storm <storm@cua.dk>
8561 * subr.el (posn-object-x-y): New defun.
8563 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8565 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
8566 Don't use `space' for \\\n.
8567 Be more selective as to which # are comment-starters.
8569 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
8571 * subr.el (number-sequence): Improve handling of floating point
8572 arguments (suggested by Kim Storm). Allow negative arguments.
8574 2003-11-26 Kenichi Handa <handa@m17n.org>
8576 * international/mule-cmds.el (standard-display-european-internal):
8577 Cancel the standard-display-table setting for ` and '.
8579 2003-11-26 Kim F. Storm <storm@cua.dk>
8581 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
8582 New defcustoms to add ffap-like functionality to ido.
8583 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
8584 (ido-no-final-slash): New defun.
8585 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
8586 (ido-read-file-name): ): Toggle VC checking via
8587 vc-handled-backends instead of vc-master-templates.
8588 (ido-file-internal): Handle ido-use-url-at-point and
8589 ido-use-filename-at-point via code borrowed from ffap-guesser.
8590 Handle new ido-exit code ffap.
8591 (ido-sort-list): Ignore final slash when sorting file names.
8593 2003-11-25 Kim F. Storm <storm@cua.dk>
8595 * emulation/cua-base.el (cua--standard-movement-commands):
8596 Add forward-sentence and backward-sentence.
8598 2003-11-25 Stephen Eglen <stephen@gnu.org>
8600 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
8601 iswitchb-exit is set to 'usefirst when user selects buffer at head
8602 of list using RET. (Selecting buffers at the head of the list was
8603 broken if the substring was also a complete buffername.)
8605 2003-11-23 Kim F. Storm <storm@cua.dk>
8607 * progmodes/compile.el (grep-command, grep-use-null-device)
8608 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
8609 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
8610 (grep-regexp-alist, grep-program, find-program)
8611 (grep-find-use-xargs, grep-history, grep-find-history)
8612 (grep-process-setup, grep-compute-defaults)
8613 (grep-default-command, grep, grep-tag-default, grep-find)
8614 (grep-expand-command-macros, grep-tree-last-regexp)
8615 (grep-tree-last-files, grep-tree): Move grep variables, functions
8616 and commands to new file grep.el.
8617 (compilation-mode-map): Remove grep commands from Compile sub-menu.
8618 (compilation-process-setup-function): Doc fix.
8619 (compilation-highlight-regexp, compilation-highlight-overlay): New
8620 defvars used for highlighting current compile error in source buffer.
8621 (compile-internal): New optional args HIGHLIGHT-REGEXP and
8622 LOCAL-MAP which overrides compilation-highlight-regexp and
8623 compilation-mode-map for this compilation.
8624 Delay calling compilation-set-window-height until after running
8625 compilation-process-setup-function so it can buffer-local override
8626 compilation-window-height.
8627 Check buffer-local value of compilation-scroll-output.
8628 (compilation-set-window-height): Use buffer-local value of
8629 compilation-window-height.
8630 (compilation-revert-buffer): Don't pass (undefined)
8631 preserve-modes arg to revert-buffer.
8632 (next-error-no-select, previous-error-no-select): New commands.
8633 (compilation-goto-locus): Temporarily highlight current match in
8634 source buffer using compilation-highlight-regexp.
8636 * progmodes/grep.el: New file with grep code from compile.el.
8637 (grep): New defcustom group.
8638 (grep-window-height): New defcustom, like compilation-window-height.
8639 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
8640 (grep-scroll-output): New defcustom, like compilation-scroll-output.
8641 (grep-command, grep-use-null-device, grep-find-command)
8642 (grep-tree-files-aliases, grep-tree-ignore-case)
8643 (grep-tree-ignore-CVS-directories): Move to grep custom group.
8644 (grep-setup-hook): New hook variable.
8645 (grep-mode-map): New keymap for grep commands. Add Grep menu.
8646 (grep-last-buffer): New defvar, override compilation-last-buffer.
8647 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
8648 Call compile-internal with args highlight-regexp and grep-mode-map.
8650 2003-11-23 Kim F. Storm <storm@cua.dk>
8652 * subr.el (event-start, event-end): Doc fix.
8653 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
8654 (posn-area, posn-actual-col-row, posn-object): New defuns.
8655 (posn-col-row): Simplify doc. Rewrite to use cond.
8656 (posn-point): Also return buffer position for events outside text
8657 area (that info is now present in the event position).
8659 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
8660 mouse-set-point so that hscroll still works now that clicks on
8661 fringes generate specific mouse events.
8662 (mouse-set-point): Note that it now works in fringes and margins
8663 too due to new semantics of posn-point in fringes and margins.
8665 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
8666 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
8668 2003-11-20 Kim F. Storm <storm@cua.dk>
8670 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
8671 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
8672 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
8673 to 100 for icons to avoid increasing line height when shown.
8675 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
8677 * newcomment.el (comment-normalize-vars): Initialize properly if
8678 comment-start was nil.
8680 2003-11-19 Andreas Schwab <schwab@suse.de>
8682 * simple.el (set-variable): Fix indentation.
8684 2003-11-17 Kenichi Handa <handa@m17n.org>
8686 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
8689 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
8691 * international/latin1-disp.el (latin1-display): Fix docstring.
8693 2003-11-16 John Wiegley <johnw@newartisans.com>
8695 * eshell/em-ls.el (eshell-ls-file): There are times with
8696 size-width is nil and uncomputed (when directories are created in
8697 dired, for example); in this case, 4 is reasonable default value,
8698 although it may caused skewed new entries (which could be avoided
8699 by returning the original value of 8 in all cases, but 99% of the
8700 time this is a waste of whitespace).
8702 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
8704 * cc-engine.el (c-guess-continued-construct)
8705 (c-guess-basic-syntax): Check a little more carefully if it's a
8706 function declaration when an unknown construct followed by a block
8707 is found inside a statement context. This avoids macros followed
8708 by blocks to be taken as function declarations.
8710 (c-guess-continued-construct): Change the analysis of a statement
8711 continuation with a brace open to `substatement-block', for
8712 consistency with recognized statements.
8714 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
8715 start is in a position so that `c-beginning-of-statement-1' jumped
8716 to the beginning of the same statement.
8718 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
8719 Don't accept binary operators in the arglist if we're in a function
8720 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
8721 template recognition in cases like "if (a < b || c > d)".
8723 (c-restricted-<>-arglists): New more appropriate name for
8724 `c-disallow-comma-in-<>-arglists'.
8726 Accessing functions updated for the variable name change.
8728 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
8729 match data could get clobbered if NOT-INSIDE-TOKEN is used.
8731 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
8734 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
8735 instead of duplicating parts of it. This fixes bogus label
8738 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
8739 of checking the context in which to apply the minimum indentation,
8740 so that it isn't enforced in e.g. namespace blocks.
8742 * cc-vars.el (c-inside-block-syms): New constant used by
8743 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
8744 to somewhat reduce the risk of becoming stale.
8746 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
8747 cc-cmds to cc-engine to allow use from cc-align.
8749 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
8750 qualified identifiers containing "::".
8752 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
8753 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
8755 * cc-vars.el (c-emacs-features): Use a space in front of the name
8756 of the temporary buffer. That also avoids dumping problems in
8757 XEmacs due to undo info being left around after the buffer is killed.
8759 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
8760 arglist to see if it's a K&R style declaration.
8762 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
8763 before returning `knr-argdecl-intro'.
8765 2003-11-16 John Wiegley <johnw@newartisans.com>
8767 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
8768 field in a long-listing always 8 characters, use `size-width',
8769 which has already been computed.
8771 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
8773 * subr.el (minor-mode-list): Add `hs-minor-mode'.
8775 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
8777 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
8778 Support operation while narrowed, with `diff-restrict-view'.
8780 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
8782 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
8783 Take additional optional arg NARROWFUN. For the generated functions:
8784 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
8785 include frags that arrange to check for and save narrowing state before
8786 the move and then conditionally call NARROWFUN after the move.
8788 2003-11-14 John Wiegley <johnw@newartisans.com>
8790 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
8791 that was optional, but obviously missing based on surrounding code.
8793 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
8794 string arguments to numbers unless the whole argument was seen as
8797 2003-11-14 Kenichi Handa <handa@m17n.org>
8799 * international/mule.el (ctext-non-standard-encodings-alist):
8802 2003-11-10 Kenichi Handa <handa@m17n.org>
8804 * language/kannada.el ("Kannada"): Add sample-text.
8806 * language/knd-util.el (kannada-compose-region)
8807 (kannada-compose-string, kannada-post-read-conversion):
8808 Add autoload cookie.
8810 * international/quail.el (quail-completion): Change the message
8811 "corresponding translations" to "corresponding characters".
8813 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
8815 * descr-text.el (describe-char): Fix typo.
8817 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
8819 These changes are to support Kannada language/script.
8821 * Makefile.in (DONTCOMPILE): Add kannada.el.
8823 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
8825 * loadup.el: Preload kannada.el.
8827 * language/ind-util.el (ucs-kannada-to-is13194-alist)
8828 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
8831 * language/kannada.el: New file.
8833 * language/knd-util.el: New file.
8835 2003-11-07 Andreas Schwab <schwab@suse.de>
8837 * progmodes/autoconf.el (autoconf-font-lock-keywords):
8838 Also highlight AH_*.
8840 * xml.el (xml-parse-dtd): Fix misplaced paren.
8842 2003-11-07 Kenichi Handa <handa@m17n.org>
8844 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
8846 2003-11-05 Juri Linkov <juri@jurta.org>
8848 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
8849 (desktop-buffer-file): Use saved buffer-file-coding-system
8850 for file reading. Set auto-insert to nil to prevent automatic
8851 insertion into restored empty files.
8853 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
8855 * files.el (risky-local-variable-p): Make second argument optional.
8857 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
8859 * subr.el (add-hook): Fix last change.
8861 2003-11-03 Eli Zaretskii <eliz@gnu.org>
8863 * mail/rmail.el (rmail-convert-to-babyl-format):
8864 If base64-decode-region signals an error, catch it and silently
8867 2003-11-01 Mark A. Hershberger <mah@everybody.org>
8869 * xml.el (xml-parse-region): Allow comments to appear after the
8870 topmost element has closed.
8871 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
8872 (xml-ns-expand-attr): New functions to do namespace handling.
8873 (xml-intern-attrlist): Back-compatible handling of attribute names.
8874 (xml-parse-tag): Move namespace handling to separate functions.
8875 Now produces elements in the form ((:ns . "element") (attr-list)
8876 children) instead of ('ns:element (attr-list) children).
8877 (xml-parse-attlist): Fix attribute parsing.
8878 (xml-parse-dtd): Change parsing so that it produces strings
8879 instead of interned symbols.
8881 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
8883 * dired.el (dired-ls-sorting-switches): Doc fix.
8885 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
8887 * emacs-lisp/rx.el (rx-or): Fix the case of
8888 "(rx (and ?a (or ?b ?c) ?d))".
8890 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
8892 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
8893 (texinfo-format-region): Use it.
8894 (texinfo-format-buffer-1): Ditto.
8896 2003-11-01 Alan Mackenzie <acm@muc.de>
8898 Changes to allow scrolling whilst in isearch mode:
8899 * isearch.el (isearch-unread-key-sequence): New function,
8900 extracted from isearch-other-meta-char.
8901 (top level): (put 'foo 'isearch-scroll) on all Emacs's
8902 "scrollable" standard functions.
8903 (isearch-allow-scroll): New customizable variable.
8904 (isearch-string-out-of-window, isearch-back-into-window)
8905 (isearch-reread-key-sequence-naturally)
8906 (isearch-lookup-scroll-key): New functions.
8907 (isearch-other-meta-char): Doc string and functionality enhanced.
8908 Now accepts a prefix argument.
8909 (isearch-lazy-highlight-window-end): New variable.
8910 (isearch-lazy-highlight-new-loop): Pay attention to the window's
8911 end (thru isearch-lazy-highlight-window-end), not only its start.
8913 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
8914 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
8915 (universal-argument, universal-argument-more, negative-argument)
8916 (digit-argument, universal-argument-other-key): Minor changes.
8918 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8920 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
8921 recursively if the last message is deleted, thus avoiding an
8924 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
8926 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
8927 (tex-main-file): Don't add .tex if the extension is already present.
8928 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
8930 2003-10-29 Lute Kamstra <lute@gnu.org>
8932 * progmodes/octave-inf.el (inferior-octave-prompt):
8933 Recognize version number in prompt.
8935 2003-10-28 Dave Love <fx@gnu.org>
8937 * international/characters.el: Fix some Unicode ranges.
8939 2003-10-28 Kenichi Handa <handa@m17n.org>
8941 * disp-table.el (standard-display-8bit)
8942 (standard-display-default, standard-display-ascii)
8943 (standard-display-g1, standard-display-graphic)
8944 (standard-display-underline): Assure that standard-display-table
8947 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
8949 * simple.el (reindent-then-newline-and-indent): Delete space *after*
8950 reindenting the first line.
8952 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
8954 * wid-edit.el (widget-default-delete): Always delete child widgets.
8956 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
8958 * newcomment.el (comment-indent): Don't call indent-according-to-mode
8959 if the line has code.
8960 Don't try to line up with something that's too far left.
8962 * progmodes/octave-mod.el (octave-comment-start): Simplify.
8963 (octave-mode-syntax-table): Add % as a comment starter.
8964 (octave-point): Remove.
8965 (octave-in-comment-p, octave-in-string-p)
8966 (octave-not-in-string-or-comment-p, calculate-octave-indent)
8967 (octave-blink-matching-block-open, octave-auto-fill):
8968 Use line-(beginning|end)-position instead.
8970 2003-10-23 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
8972 * emacs-lisp/authors.el (authors-aliases): Add correct realname
8973 for Francesco Potort
\e,Al
\e(B.
8975 2003-10-23 Dave Love <fx@gnu.org>
8977 * international/mule-cmds.el (locale-charset-to-coding-system):
8978 Don't rely on nil being a coding system.
8980 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
8981 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
8982 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
8984 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
8986 * gdb-ui.el (gdb-current-language): New variable.
8987 (gdb-update-flag): Remove variable.
8988 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
8989 (gdb-take-last-elt): Remove function.
8990 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
8991 (gdb-post-prompt): Check for variable object changes here.
8993 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
8994 object changes in gdb-ui.el.
8996 2003-10-21 Richard M. Stallman <rms@gnu.org>
8998 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
9000 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
9001 Don't check for foo*/ wildcard form here.
9002 (insert-directory): Recognize foo*/ as a wildcard.
9003 Separate wildcard-regexp variable from the arg, wildcard.
9005 * subr.el (add-hook): Correctly detect when make-local-hook was used.
9006 (remove-hook): Correctly handle strange cases about local hooks.
9008 2003-10-21 David Ponce <david@dponce.com>
9010 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
9011 argument REAL, to return a real number instead of a rounded
9012 integer value. Define as inline function.
9013 (ruler-mode-right-fringe-cols): Likewise.
9014 (ruler-mode-scroll-bar-cols): New function.
9015 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
9016 (ruler-mode-right-scroll-bar-cols): Likewise.
9017 (ruler-mode-space): New function.
9018 (ruler-mode-ruler): Use it. Handle variations of fringe style,
9019 scroll bar mode and margins in a more robust way.
9021 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
9023 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
9024 (antlr-c-init-language-vars): New function.
9025 (antlr-mode): Use it with cc-mode before v5.29.
9026 (antlr-c-common-init): Don't set some local vars here.
9027 (antlr-mode): Set them here.
9028 (antlr-c-forward-sws): New function alias.
9029 (antlr-mode): Redefine with cc-mode before v5.30.
9030 (antlr-skip-sexps): Use it.
9031 (antlr-skip-exception-part): Ditto.
9032 (antlr-skip-file-prelude): Ditto.
9033 (antlr-outside-rule-p): Ditto.
9034 (antlr-end-of-body): Ditto.
9035 (antlr-option-kind): Ditto.
9036 (antlr-insert-option-area): Ditto.
9037 (antlr-file-dependencies): Ditto.
9039 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9041 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
9042 Move backward only if point was not inside an entry.
9044 2003-10-21 Richard M. Stallman <rms@gnu.org>
9046 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
9048 2003-10-21 Juri Linkov <juri@jurta.org>
9050 * compare-w.el: Automatically skip non-matching text to resync.
9051 (compare-windows-whitespace): Doc fix.
9052 (compare-windows-sync, compare-windows-sync-string-size)
9053 (compare-windows-recenter, compare-ignore-whitespace)
9054 (compare-windows-highlight, compare-windows-face): New variables.
9055 (compare-windows): Use compare-windows-sync.
9056 (compare-windows-highlight, compare-windows-dehighlight)
9057 (compare-windows-sync-regexp)
9058 (compare-windows-sync-default-function): New functions.
9060 2003-10-21 Juri Linkov <juri@jurta.org>
9062 * diff.el (diff-parse-differences): Don't visit the files now;
9063 instead, just record the error locus.
9065 2003-10-21 Dave Love <fx@gnu.org>
9067 * progmodes/cfengine.el: New file.
9069 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
9071 * complete.el (PC-do-completion): Do not forget to use `pred' as the
9072 default-directory when completing file names.
9074 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
9076 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
9077 followed by the word `face', it gets treated as a face, even if
9078 it is also defined as a variable or a function.
9080 2003-10-20 Dave Love <fx@gnu.org>
9082 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9083 Avoid incf in macro expansion.
9085 2003-10-20 John Paul Wallington <jpw@gnu.org>
9087 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
9088 `evenp' so we don't implicitly require cl library at runtime.
9090 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
9092 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
9093 (help-make-xrefs): Only make cross-references for faces if
9094 preceded or followed by the word `face'. Do not make a
9095 cross-reference for variables without variable documentation,
9096 unless preceded by the word `variable' or `option'. Update doc
9099 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
9101 * progmodes/hideshow.el: Rewrite one-armed `if'
9102 constructs using either `when' or `unless'.
9103 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
9105 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
9107 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
9108 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
9111 2003-10-16 Eli Zaretskii <eliz@gnu.org>
9113 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
9114 message while converting to Babyl.
9116 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
9118 * allout.el (allout-mode): Doc fix.
9120 2003-10-16 Lute Kamstra <lute@gnu.org>
9122 * subr.el (force-mode-line-update): Fix docstring.
9124 2003-10-14 Dave Love <fx@gnu.org>
9126 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
9127 (default-input-method): Add :link, improve :type.
9128 (locale-charset-language-names): Fix utf-8 pattern.
9129 (locale-charset-match-p, locale-charset-alist)
9130 (locale-charset-to-coding-system): New.
9131 (set-locale-environment): Deal with codeset part of locale specs.
9133 2003-10-14 Lute Kamstra <lute@gnu.org>
9135 * fringe.el (fringe-mode): Use active voice in docstring.
9136 (set-fringe-style): Ditto.
9138 2003-10-13 Lute Kamstra <lute@gnu.org>
9140 * fringe.el (fringe-mode): Fix docstring.
9141 (set-fringe-style): Ditto.
9143 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
9145 * ediff-mult.el (ediff-filegroup-action):
9146 Use ediff-default-filtering-regexp.
9148 * ediff-util.el (ediff-recenter): Don't call
9149 ediff-restore-highlighting twice.
9150 (ediff-select-difference): Set current difference.
9151 (ediff-unselect-and-select-difference): Add comment.
9153 * ediff.el (ediff-directories,ediff-directory-revisions)
9154 (ediff-directories3,ediff-merge-directories)
9155 (ediff-merge-directories-with-ancestor)
9156 (ediff-merge-directory-revisions)
9157 (ediff-merge-directory-revisions-with-ancestor):
9158 Use ediff-default-filtering-regexp.
9160 2003-10-12 Andreas Schwab <schwab@suse.de>
9162 * international/mule-cmds.el (locale-charset-language-names):
9163 Simplify regex by removing unused grouping.
9165 2003-10-10 Dave Love <fx@gnu.org>
9167 * bindings.el: Don't bind stop.
9169 2003-10-08 Miles Bader <miles@gnu.org>
9171 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
9172 face instead of attempting to emulate it.
9174 2003-10-07 Kenichi Handa <handa@m17n.org>
9176 * international/mule-diag.el (list-coding-systems-1): List coding
9177 systems that are loaded automatically.
9179 * international/code-pages.el (iso-8859-11): Add autoload cookie.
9181 * international/mule.el (autoload-coding-system): New function.
9183 2003-10-07 Andreas Schwab <schwab@suse.de>
9185 * log-edit.el (log-edit-changelog-entries): Prefer local value of
9186 change-log-default-name in the buffer visiting the file.
9188 2003-10-06 Dave Love <fx@gnu.org>
9190 * files.el (find-file-hook): Customize.
9191 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
9193 * bindings.el (completion-ignored-extensions): Remove .log.
9194 (global-map): Add again, open, stop keys.
9196 2003-10-05 Richard M. Stallman <rms@gnu.org>
9198 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
9199 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
9200 Use sh-modify directly.
9201 (sh-select): Use sh-append, not eval.
9203 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
9205 * info.el (Info-following-node-name): New function.
9207 * loadhist.el (unload-feature-special-hooks):
9208 Rename from loadhist-hook-functions.
9209 (loadhist-hook-functions): Now an alias.
9211 2003-10-04 Eli Zaretskii <eliz@gnu.org>
9213 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
9214 file-name clashes on 8+3 filesystems.
9216 * Makefile.in (DONTCOMPILE, bootstrap-clean):
9217 Rename loaddefs-boot.el to ldefs-boot.el
9219 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
9220 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
9222 2003-10-03 Lute Kamstra <lute@gnu.org>
9224 * info.el (Info-mode): Revert previous change.
9225 (Info-escape-percent): New function.
9226 (Info-fontify-node): Use it.
9228 2003-10-02 Andreas Schwab <schwab@suse.de>
9230 * loaddefs-boot.el: Regenerated.
9232 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
9234 * ffap.el: Remove defadvice related code from CVS since `complete'
9235 provides a `PC-completion-as-file-name-predicate' variable that
9238 2003-10-02 Kenichi Handa <handa@m17n.org>
9240 * international/utf-8.el (ccl-decode-mule-utf-8):
9241 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
9243 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
9244 * international/subst-big5.el: Likewise.
9245 * international/subst-gb2312.el: Likewise.
9246 * international/subst-ksc.el: Likewise.
9248 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
9250 * calendar/calendar.el (increment-calendar-month)
9251 (calendar-leap-year-p, calendar-absolute-from-gregorian)
9252 (generate-calendar, calendar-read-date, calendar-interval)
9253 (calendar-day-of-week): Handle years BC.
9254 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
9256 2003-10-01 Dave Love <fx@gnu.org>
9258 * language/cyrillic.el (cp1251): Alias for windows-1251.
9260 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
9263 2003-10-01 Lute Kamstra <lute@gnu.org>
9265 * files.el: Fix typo.
9266 * imenu.el (imenu--generic-function): Docstring fix.
9268 2003-09-30 Richard M. Stallman <rms@gnu.org>
9270 * dired.el (dired-mode): Handle dired-directory as a list.
9272 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
9274 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
9276 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
9278 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
9279 Replace gud-display with gud-watch.
9280 (gud-speedbar-buttons): Add stuff for watching expressions
9281 in the speedbar when using M-x gdba. Use dolist on old part
9284 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
9285 (gdb-update-flag): New variables.
9286 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
9287 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
9288 (gud-watch, gdb-var-create-handler) : New functions.
9289 (gdb-var-list-children, gdb-var-list-children-handler)
9290 (gdb-var-create-regexp, gdb-var-update-regexp)
9291 (gdb-var-list-children-regexp): New constants.
9292 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
9293 (gdb-annotation-rules): Reduce annotation set (level 3).
9294 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
9295 (gdb-post-prompt): Don't update GDB buffers every time speedbar
9297 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
9298 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
9299 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
9300 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
9301 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
9302 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
9303 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
9304 (gud-display, gud-display1)
9305 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
9306 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
9307 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
9308 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
9309 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
9310 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
9311 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
9312 (gdb-display-display-buffer, gdb-toggle-display)
9313 (gdb-delete-display, gdb-expressions-popup-menu)
9314 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
9315 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
9318 2003-09-30 Richard M. Stallman <rms@gnu.org>
9320 * progmodes/ada-mode.el (ada-mode): Don't use advice.
9321 Instead, set which-func-functions.
9323 * progmodes/which-func.el (which-func-modes): Add ada-mode.
9324 (which-func-functions): New variable.
9325 (which-function): Use that.
9327 * info.el (Info-mode): Double each `%' in header line.
9329 * emacs-lisp/lisp-mnt.el (lm-with-file):
9330 When FILE is nil, run BODY in current buffer.
9332 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
9334 * help.el (describe-mode): Start with a brief list of minor modes.
9335 Find them thru minor-mode-list so as to find them all.
9336 Show them in alphabetical order.
9338 * mail/sendmail.el (mail-aliases): Doc fix.
9340 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
9342 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9344 * mail/rmailsum.el (rmail-make-summary-line-1):
9345 Change comma after last label to a space.
9346 (rmail-summary-font-lock-keywords): Adapt to that change.
9348 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
9350 * progmodes/scheme.el (scheme-mode-variables): When setting
9351 `font-lock-defaults', also specify that "#" should
9352 be interpreted with `word' syntax.
9353 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
9355 2003-09-30 Lars Hansen <larsh@math.ku.dk>
9357 * desktop.el: A lot of comments updated.
9358 (desktop-save-mode): Minor mode introduced.
9359 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
9360 (desktop-load-default): Function made obsolete.
9361 (desktop-locals-to-save): Variable made customizable.
9362 (desktop-read): Optional parameter `dirname' added.
9363 (desktop-change-dir, desktop-revert): Parameter `dirname' in
9364 `desktop-read' used.
9365 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
9367 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
9369 * whitespace.el (whitespace-clean-msg): Add user customizable message
9370 for displaying ``clean'' output.
9371 (whitespace-buffer): Use `whitespace-clean-msg'.
9372 (whitespace-global-mode): Fix typo.
9374 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
9376 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
9378 2003-09-29 Lute Kamstra <lute@gnu.org>
9380 * bindings.el (mode-line-modes): Remove superfluous :propertize
9381 construct in initialization.
9382 (mode-line-position): Change cons cell into proper list in
9385 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9387 * international/mule.el (decode-coding-inserted-region): Use car
9388 of the return value of find-operation-coding-system.
9390 2003-09-29 Kenichi Handa <handa@m17n.org>
9392 * descr-text.el (describe-char): Fix previous change.
9394 2003-09-28 Kenichi Handa <handa@m17n.org>
9396 * descr-text.el (describe-char-display): New function.
9397 (describe-char): Pay attention to display table on describing how
9398 a character is displayed.
9400 * international/mule-cmds.el (encoded-string-description):
9401 Prepend "0x" to each encoded byte.
9403 2003-09-28 Andreas Schwab <schwab@suse.de>
9405 * find-file.el (ff-special-constructs): Add autoload cookie.
9407 2003-09-28 Kevin Ryde <user42@zip.com.au>
9409 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
9410 makeinfo appends to duplicate index entries.
9412 2003-09-28 Eli Zaretskii <eliz@gnu.org>
9414 * dired-x.el (dired-clean-tex): Doc fix.
9416 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
9417 using a Chinese tutorial.
9419 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
9421 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
9422 between "MAIL FROM:" and "RCPT TO:" and the following address.
9424 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
9426 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
9428 2003-09-28 David Ponce <david@dponce.com>
9430 * recentf.el (recentf-initialize-file-name-history): New defcustom.
9431 (recentf-load-list): When `recentf-initialize-file-name-history'
9432 is non-nil, initialize an empty `file-name-history' with the
9435 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
9437 * man.el (Man-default-man-entry): Remove the leading `*' from the
9440 2003-09-26 Lute Kamstra <lute@gnu.org>
9442 * bindings.el (mode-line-position): Mention size indication in
9445 2003-09-26 Andre Spiegel <spiegel@gnu.org>
9447 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
9449 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
9450 because it's autoloaded now.
9452 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
9454 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
9455 (sh-font-lock-keywords, sh-feature): Fix previous change of
9456 sh-feature to avoid infloop with sh-font-lock-keywords.
9458 2003-09-25 Kim F. Storm <storm@cua.dk>
9460 * frame.el (frame-current-scroll-bars): New defun.
9462 * window.el (window-current-scroll-bars): New defun.
9464 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9466 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
9467 cause errors when the state cache contains info on parts that have
9470 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9472 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
9473 `c-setup-paragraph-variables' has to be used when this variable is
9474 changed; it doesn't work to reinitialize the mode since that
9475 typically clobbers the variable.
9477 * progmodes/cc-styles.el (c-setup-paragraph-variables):
9478 Make it interactive.
9480 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9482 * progmodes/cc-fonts.el (c-font-lock-declarations):
9483 Fix recognition of constructors and destructors for classes whose
9484 names are matched by `*-font-lock-extra-types'.
9486 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
9487 followed by an identifier in C++ then it's a type.
9489 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9491 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
9492 problem that primarily affected XEmacs. Don't use faces to find
9493 unterminated strings since Emacs and XEmacs fontify strings
9494 differently - this function should now work better in XEmacs.
9496 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9498 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
9499 `expand-abbrev' workaround which caused braces to misbehave inside
9502 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
9503 handling. This bug could cause interactive font locking to bail out.
9505 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9507 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
9508 Handle paren-style types in Pike. Also fixed some cases of
9509 insufficient handling of unbalanced parens.
9511 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
9513 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
9514 common shell prompts that are not common filename or URL characters.
9515 (ffap-file-at-point): Use the new regexp to strip the prompts from
9516 the file names. This is an issue mostly for user prompts that
9517 don't have a trailing space and find-file-at-point is invoked from
9518 within a shell inside Emacs.
9520 2003-09-24 Andre Spiegel <spiegel@gnu.org>
9522 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
9523 stamps numerically, rather than textually.
9525 2003-09-24 Kenichi Handa <handa@m17n.org>
9527 * language/devan-util.el (devanagari-post-read-conversion):
9528 * language/mlm-util.el (malayalam-post-read-conversion):
9529 * language/tml-util.el (tamil-post-read-conversion):
9530 Add autoload cookie.
9532 * international/utf-8.el (utf-8-post-read-conversion):
9533 Call post-read-conversion functions for Devanagari, Malayalam,
9536 2003-09-23 Dave Love <fx@gnu.org>
9538 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
9540 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
9542 * progmodes/gud.el (perldb): Add gud-until to list of commands.
9545 2003-09-22 Richard M. Stallman <rms@gnu.org>
9547 * progmodes/sh-script.el (sh-mode-default-syntax-table):
9548 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
9549 (sh-mode-syntax-table-input): New variable.
9550 (sh-require-final-newline): Don't use eval.
9551 (sh-builtins, sh-leading-keywords, sh-other-keywords)
9552 (sh-variables, sh-font-lock-keywords): Don't use eval.
9553 (sh-set-shell): When setting require-final-newline,
9554 treat value = `require-final-newline' as don't change it.
9555 Set sh-mode-syntax-table locally based on
9556 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
9558 * progmodes/compile.el (compile-internal):
9559 Call compilation-set-window-height before setting window start.
9561 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
9563 * emacs-lisp/bytecomp.el (byte-compile-log-file):
9564 Clear out byte-compile-last-warned-form.
9566 2003-09-22 Richard M. Stallman <rms@gnu.org>
9568 * woman.el (woman-file-name, woman-follow-word):
9569 If current-word returns nil, use "".
9571 * simple.el (eval-expression): Bind standard-output in to-buffer case.
9573 2003-09-22 Richard M. Stallman <rms@gnu.org>
9575 * emacs-lisp/lisp-mnt.el (lm-with-file):
9576 Don't visit the file, just use insert-file-contents in temp buffer.
9578 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
9580 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
9581 Add surrounding \\( and \\) around the header, as in
9582 for lm-history-header 'Change Log\\|History'.
9584 2003-09-22 John Paul Wallington <jpw@gnu.org>
9586 * progmodes/ld-script.el: Add Commentary section,
9587 minor cleanup of file header.
9588 (ld-script-font-lock-keywords): Doc fix.
9589 (toplevel): Provide `ld-script' feature.
9591 2003-09-21 Kim F. Storm <storm@cua.dk>
9593 * scroll-bar.el (set-scroll-bar-mode): Initialize to
9594 new built-in variable default-frame-scroll-bars.
9595 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
9596 scroll-bar-mode; notably, use it instead of t when we toggle
9598 (toggle-scroll-bar): Use default-frame-scroll-bars.
9600 2003-09-19 Masatake YAMATO <jet@gyve.org>
9602 * pcvs.el (cvs-do-removal): Change the prompt depending on
9605 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
9607 * startup.el (command-line-1): Stop startup-echo-area-message
9608 being hidden by "Loading image..." message.
9609 (use-fancy-splash-screens-p, display-splash-screen):
9610 Move display-graphic-p test from latter to former.
9612 * progmodes/sh-script.el (sh-font-lock-keywords):
9613 Highlight escaped EOLs differently from other backslash constructs.
9615 2003-09-19 Richard M. Stallman <rms@gnu.org>
9617 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
9619 (edebug-enter, edebug-outside-excursion): Use them.
9621 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
9622 Fix the condition for whether to print "In WHERE".
9624 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
9626 * finder.el (finder-mode-hook): New variable.
9627 (finder-mode): Run hook finder-mode-hook
9629 2003-09-18 Masatake YAMATO <jet@gyve.org>
9631 * progmodes/ebrowse.el: Fix broken magic autoload comments.
9633 2003-09-17 Mario Lang <mlang@delysid.org>
9635 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
9636 "p %e" to actually print the value in the GUD buffer.
9638 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
9640 From David Ponce <david.ponce@wanadoo.fr>:
9641 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
9642 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
9643 from loaddefs-boot.el if necessary.
9645 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
9647 * progmodes/gud.el (gud-find-class): Make jdb work again since
9648 cc-mode changed the syntactic information.
9650 2003-09-15 David Ponce <david@dponce.com>
9652 * recentf.el: (recentf-exclude): Accept predicates too.
9653 (recentf-file-readable-p): New function.
9654 (recentf-include-p): Handle predicates in recentf-exclude.
9655 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
9656 (recentf-cleanup): Likewise.
9657 (recentf-save-list): Use write-file to handle backup of
9660 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
9662 * loaddefs-boot.el: Renamed from `loaddefs.el'
9663 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
9664 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
9667 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
9669 * electric.el (Electric-pop-up-window): For the `one-window' case,
9670 no longer disconcertingly move point in the original buffer.
9672 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9674 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
9676 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
9678 * dired.el (dired-mode-map): Fix typo.
9680 2003-09-11 Richard M. Stallman <rms@gnu.org>
9682 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
9684 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
9686 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
9687 the function is less noisy. Now only `kill-buffer' can ask questions.
9689 2003-09-10 Mario Lang <mlang@delysid.org>
9691 * battery.el: Update Commentary and Copyright.
9692 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
9693 appear due to wrong ordering of the expressions in `or'.
9695 2003-09-09 Lute Kamstra <lute@gnu.org>
9697 * misc.el (upcase-char): Fix docstring.
9698 (zap-up-to-char): New command.
9700 2003-09-08 David Ponce <david@dponce.com>
9702 Ensure that recentf correctly updates the menu bar.
9703 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
9704 (recentf-menu-bar): New function.
9705 (recentf-clear-data): Use it
9706 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
9707 of easy-menu-change.
9709 2003-09-08 Lute Kamstra <lute@gnu.org>
9711 * simple.el (size-indication-mode): New.
9712 * bindings.el (mode-line-position): Add buffer size indicator.
9714 2003-09-04 Mario Lang <mlang@delysid.org>
9716 * battery.el (battery-linux-proc-acpi): New function.
9717 (battery-status-function): Modify default value calculation to also
9718 check for availability of ACPI.
9719 (battery-echo-area-format): Ditto.
9720 (battery-mode-line-format): Ditto.
9722 2003-09-06 Dave Love <fx@gnu.org>
9724 * ielm.el (ielm-mode-hook): Add :options.
9726 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
9727 (eldoc-print-current-symbol-info): Use it.
9729 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
9731 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
9732 being displayed in GUD buffer.
9733 (gdb-idle-input-queue): Remove var. Use just one queue.
9734 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
9735 Remove functions. Use just one queue.
9736 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
9737 (gdb-invalidate-assembler, gdb-get-current-frame):
9738 Modify functions. Use just one queue.
9740 2003-09-04 Dave Love <fx@gnu.org>
9742 * cus-start.el: Add blink-cursor-alist.
9744 * ruler-mode.el (ruler-mode-fill-column-char)
9745 (ruler-mode-current-column-char): Use char-displayable-p,
9748 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
9750 * language/european.el (windows-1252): Move from code-pages.
9752 * language/cyrillic.el ("Windows-1251"): Delete.
9753 ("Bulgarian", "Belarusian"): Remove `features'.
9754 (windows-1251): Move from code-pages.
9756 * international/mule-diag.el (non-iso-charset-alist):
9757 Remove `codepage' stuff.
9758 (print-designation, list-coding-systems-1): Output fixes.
9760 * international/code-pages.el (cp-make-translation-table)
9761 (cp-valid-codes): Made defsubsts.
9762 (cp-fix-safe-chars): Delete.
9763 (mule-diag): Don't require.
9764 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
9765 (top-level): Check for defined coding system when defining
9766 cp... aliases. Change w32-add-charset-info test to avoid warning.
9767 (non-iso-charset-alist): Defvar when compiling.
9768 (cp-make-coding-system): Doc fix.
9770 2003-09-02 Jason Rumney <jasonr@gnu.org>
9772 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
9773 line-ends from CVS before doing conversion.
9775 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
9777 * calendar/diary-lib.el (diary-header-line-flag)
9778 (diary-header-line-format): New variables.
9779 (list-diary-entries): Use them to set header line in simple diary.
9781 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
9782 other than font-lock-string-face to highlight backslashes.
9784 2003-09-01 Jason Rumney <jasonr@gnu.org>
9786 * international/titdic-cnv.el (tit-read-key-value): Include \r in
9789 2003-09-01 Dave Love <fx@gnu.org>
9791 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
9793 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
9794 and :help; also line and column numbers labels.
9796 * international/mule-util.el (char-displayable-p): Move from
9797 latin1-disp, rename and autoload.
9799 * international/latin1-disp.el (latin1-char-displayable-p):
9800 Now obsolete alias. Replace uses with char-displayable-p.
9801 (latin1-display-ucs-per-lynx): Fix last change.
9803 * international/mule-cmds.el (standard-display-european-internal):
9804 Don't use char code for Latin-1 NBSP.
9805 <XFree86 4>: Unfrob NBSP display table. Set display table to use
9806 U+2018, U+2019 for `'.
9807 (select-safe-coding-system): Message fix.
9809 2003-09-01 Kenichi Handa <handa@m17n.org>
9811 * international/fontset.el (setup-default-fontset): For Thai
9812 font, specify "*" family.
9814 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9816 * progmodes/compile.el (previous-error): Accept a prefix
9817 argument, similarly to next-error.
9819 2003-08-31 Masatake YAMATO <jet@gyve.org>
9821 * pcvs.el (cvs-do-removal): Use = instead of eq to check
9822 the number of files. Bind the number of files to a local
9823 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
9825 2003-08-30 Eli Zaretskii <eliz@gnu.org>
9827 * vc-hooks.el (vc-make-version-backup): Fix the change made on
9828 2003-07-26: msdos-long-file-names is a function, not a variable.
9830 2003-08-29 Richard M. Stallman <rms@gnu.org>
9832 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
9833 Do nothing with mail-personal-alias-file if it is nil.
9835 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
9836 Do nothing if mail-personal-alias-file is nil.
9838 * term.el (term-exec-1): Bind coding-system-for-read.
9840 * dired.el (dired-mouse-find-file-other-window):
9841 Use dired-view-command-alist here, as in dired-view-file.
9842 (dired-view-command-alist): Use %s to substitute file name.
9843 Handle .ps_pages, .eps, .jpg, .gif, .png.
9845 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
9847 * info.el (Info-mode-map): Bind S-tab and <backtab> to
9848 `Info-prev-reference', instead of M-tab.
9850 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
9852 * simple.el (blink-matching-open): Work correctly on chars that
9853 are designated as parens through the syntax-table text property.
9855 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
9857 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
9858 line break position in the middle of a non-kinsoku (e.g. latin)
9859 word, making it skip until either a space or a character with
9861 (kinsoku-longer): Test for end of buffer.
9863 2003-08-28 Eli Zaretskii <eliz@gnu.org>
9865 * mail/rmail.el (rmail-convert-to-babyl-format):
9866 Detect quoted-printable- and base64-encoded messages and decode them
9867 automatically. Set the message's encoding from the charset=
9868 header, if any. Decode base64-encoded messages in Mail format as well.
9870 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
9872 * mail/smtpmail.el: Fix previous change.
9873 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
9874 calling smtpmail-via-smtp.
9875 (smtpmail-via-smtp): Add fall-back values for envelope-from.
9877 2003-08-26 John Paul Wallington <jpw@gnu.org>
9879 * image.el (image-jpeg-p): Don't search beyond length of data.
9881 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9883 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
9884 misfeature in `expand-abbrev' which caused electric keywords like
9885 "else" to disappear if an open brace was typed directly afterwards.
9887 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9889 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
9890 mandatory in `define-widget'.
9892 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
9893 Don't align the operators "!=", "<=" and ">=" as assignment operators.
9895 (c-assignment-operators): New language constant that only contains
9896 the assignment operators.
9898 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
9900 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
9902 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
9903 Safeguard against unbalanced sexps.
9905 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
9907 * version.el (emacs-version): Check for gtk. Include gtk version info.
9909 2003-08-25 John Paul Wallington <jpw@gnu.org>
9911 * man.el (Man-default-man-entry): Don't whizz past the section
9912 number before looking for it.
9914 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
9916 * progmodes/gud.el (gud-display-line): Don't set window-point if
9917 source buffer is not visible. (Only happens with M-x gdba.)
9919 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
9921 (gdb-source, gdb-source-info): Update to assembler unnecessary
9922 as its done after each GDB command anyway.
9923 (gdb-pre-prompt): Use with-current-buffer.
9924 (gdb-insert-field): Add help-echo text.
9925 (gdb-invalidate-assembler): Re-display of assembler now done in
9926 gdb-info-breakpoints-custom.
9927 (gdb-info-breakpoints-custom): Force re-display of assembler to
9928 happen *after* update of breakpoints buffer.
9929 (gdb-display-source-buffer): Don't choke if gdb-source-window
9931 (gdb-put-string, gdb-put-arrow): Remove free variables.
9933 2003-08-24 John Paul Wallington <jpw@gnu.org>
9935 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
9937 * man.el (Man-default-man-entry): Strip text properties when
9938 snarfing parts of entry because `format' preserves properties.
9940 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9942 * files.el (file-newest-backup): Use `expand-file-name'.
9944 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
9945 Allow the diary to pop up a new frame, if needed.
9947 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
9948 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
9949 (smtpmail-send-it): Make treatment of envelope-from consistent with
9952 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
9953 (sh-leading-keywords): Add the bash `time' reserved word.
9954 (sh-variables): Add some bash variables.
9955 (sh-add-completer): Fix nil branch of case statement.
9957 2003-08-24 Masatake YAMATO <jet@gyve.org>
9959 * progmodes/ld-script.el: New file.
9961 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
9963 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
9965 2003-08-23 Andre Spiegel <spiegel@gnu.org>
9967 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
9968 Better explain obsolescence, and what to use instead.
9970 2003-08-23 Masatake YAMATO <jet@gyve.org>
9972 * pcvs.el (cvs-do-removal): Show the deleted file name
9975 2003-08-20 Dave Love <fx@gnu.org>
9977 * international/mule.el (make-coding-system)
9978 (set-buffer-file-coding-system): Doc fix.
9980 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
9982 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
9984 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
9986 * international/utf-16.el: Add mime-text-unsuitable coding system
9989 * international/latin1-disp.el (latin1-display): Add ?
\e$,1s"
\e(B.
9991 * cus-edit.el: Add some :links.
9994 * textmodes/bib-mode.el (bib): Add :group external.
9996 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
9998 * wid-edit.el (widget-echo-help): Make it handle expressions that
9999 evaluate to strings.
10001 2003-08-18 Michael Mauger <mmaug@yahoo.com>
10003 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
10005 Simplify selection of SQL products to define highlighting and
10006 interactive mode. Includes detailed instructions on adding
10007 support for new products.
10009 * progmodes/sql.el (sql-product): New variable. Identifies SQL
10010 product for use in highlighting and interactive mode.
10011 (sql-interactive-product): New variable. SQL product for
10012 sql-interactive-mode.
10013 (sql-product-support): New variable. Specifies product-specific
10014 parameters to drive highlighting and interactive mode.
10015 (sql-imenu-generic-expression): Add more object types.
10016 (sql-sqlite-options): Correct comment.
10017 (sql-ms-program): Use "osql" rather than "isql".
10018 (sql-prompt-regexp, sql-prompt-length): Update comment.
10019 (sql-mode-menu): Add "Start SQLi session" entry.
10020 Replace Highlighting submenu with Product menu. Fix Send Region entry.
10021 (sql-mode-abbrev-table): Add abbreviations. Support of
10022 SYSTEM-FLAG on define-abbrev. Support was removed with last
10023 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
10024 (sql-mode-font-lock-object-name): Add font-lock pattern for object
10026 (sql-mode-ansi-font-lock-keywords): Set as default value.
10027 (sql-mode-oracle-font-lock-keywords): Set as default value.
10028 Support Oracle 9i keywords.
10029 (sql-mode-postgres-font-lock-keywords): Set as default value.
10030 (sql-mode-linter-font-lock-keywords): Set as default value.
10031 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
10033 (sql-mode-sybase-font-lock-keywords)
10034 (sql-mode-interbase-font-lock-keywords)
10035 (sql-mode-sqlite-font-lock-keywords)
10036 (sql-mode-strong-font-lock-keywords)
10037 (sql-mode-mysql-font-lock-keywords)
10038 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
10040 (sql-mode-font-lock-defaults): Update comment.
10041 (sql-product-feature): New function. Returns feature associated
10042 with a product from `sql-product-support' alist.
10043 (sql-product-font-lock): New function. Set font-lock support
10044 based on `sql-product'.
10045 (sql-add-product-keywords): New function. Add font-lock rules to
10046 product-specific keyword variables.
10047 (sql-set-product): New function. Set `sql-product' and apply
10048 appropriate font-lock highlighting.
10049 (sql-highlight-product): New function. Set font-lock support
10050 based on a product. Also set mode name to include product name.
10051 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
10052 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
10053 Use `sql-set-product'.
10054 (sql-highlight-ms-keywords)
10055 (sql-highlight-sybase-keywords)
10056 (sql-highlight-interbase-keywords)
10057 (sql-highlight-strong-keywords)
10058 (sql-highlight-mysql-keywords)
10059 (sql-highlight-sqlite-keywords)
10060 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
10061 (sql-get-login): Prompt in the same order as the tokens.
10062 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
10063 (sql-product-interactive): New function. Common portions of
10064 product-specific interactive mode wrappers.
10065 (sql-interactive-mode): Rewritten to use product features.
10066 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
10067 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
10068 (sql-db2, sql-linter): Use `sql-product-interactive'.
10069 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
10070 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
10071 (sql-connect-ingres, sql-connect-postgres)
10072 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
10073 New functions. Format command line parameters and invoke comint on
10074 the appropriate interpreter. Code was in the corresponding
10075 `sql-xyz' function before.
10076 (sql-connect-ms): New function. Support -E argument to use
10077 operating system credentials for authentication.
10079 2003-08-18 Kenichi Handa <handa@m17n.org>
10081 * international/mule.el (encode-char): Fix for the ASCII case.
10083 2003-08-15 Kenichi Handa <handa@m17n.org>
10085 * international/fontset.el (setup-default-fontset): Change "*" to
10086 nil in the specifications of font family.
10088 2003-08-18 Kim F. Storm <storm@cua.dk>
10090 * kmacro.el (kmacro-keymap): Group related bindings in
10091 initialization for clarity. Bind C-s to start macro.
10092 Remove C-r binding.
10093 (kmacro-initial-counter-value): New defvar to hold initial counter
10094 value in case we set the value before defining a macro.
10095 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
10096 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
10097 not defining or executing macro. Doc fix.
10098 (kmacro-add-counter): Clear kmacro-initial-counter-value.
10099 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
10100 temporarily view older elements on the macro ring without cycling
10102 (kmacro-display): Doc fix.
10103 (kmacro-exec-ring-item): New helper function.
10104 (kmacro-call-ring-2nd): Use it.
10105 (kmacro-call-ring-2nd-repeat): Doc fix.
10106 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
10107 (kmacro-end-or-call-macro): Execute last viewed macro (using
10108 kmacro-exec-ring-item) from ring if this follows
10109 kmacro-view-macro. This allows us to find a macro on the ring
10110 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
10111 the ring to bring it to the head of the ring.
10112 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
10113 Allow binding to reserved keys without specifying C-x C-k prefix.
10114 Ask for confirmation if entered key sequence is already bound to
10115 a non-macro command.
10116 (kmacro-view-macro): Repeating command will show older elements
10117 on the macro ring; C-k will execute the last viewed macro.
10118 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
10119 property from 'ring to 'head.
10121 2003-08-17 Alan Shutko <ats@acm.org>
10123 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
10124 keeping December out of the alist.
10126 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
10128 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
10129 * calendar/calendar.el (calendar-mode-map): Bind it to key.
10130 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
10131 (calendar-flatten): New function.
10132 (calendar-mouse-view-other-diary-entries)
10133 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
10134 in the menu title and to show multi-line diary entries correctly
10137 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
10139 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
10140 defcustom, because the default was recently changed.
10142 2003-08-16 Richard M. Stallman <rms@gnu.org>
10144 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
10146 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
10147 New subroutine, broken out of eval-last-sexp-1.
10148 (eval-last-sexp-1): Use eval-last-sexp-print-value.
10150 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
10152 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
10154 * simple.el (eval-expression): Use eval-last-sexp-print-value.
10156 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
10158 * progmodes/compile.el (compilation-error-regexp-alist):
10159 Add Java ANt error detection as described in document
10160 http://ant.apache.org/faq.html
10162 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
10164 * simple.el (backward-word, forward-to-indentation)
10165 (backward-to-indentation): Argument changed to optional.
10166 (next-line, previous-line): Use `or' instead of `unless'.
10168 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10170 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
10171 instead of a constant.
10173 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
10175 * shell.el (shell): With prefix-arg, suggest a new buffer name.
10177 2003-08-12 Andre Spiegel <spiegel@gnu.org>
10179 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
10180 (vc-sccs-workfile-version): Search the entire delta table, rather
10181 than just the first entry, because that might be a deleted version.
10183 2003-08-11 Karl Fogel <kfogel@red-bean.com>
10185 * menu-bar.el (menu-bar-options-menu): Supply a body for the
10186 [save-place] binding in the Options menu. Have it require
10187 'saveplace' and then toggle the variable manually, to avoid an an
10188 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
10189 for the bug report.
10191 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
10193 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
10194 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
10195 (gdb-info-threads-custom): Add help-echo text.
10196 (gdb-display-back): Don't use purecopy.
10197 (gdb-info-breakpoints-custom, gdb-reset)
10198 (gdb-assembler-custom): Use display-images-p to test if breakpoint
10199 icons can be displayed.
10201 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
10203 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
10205 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
10207 * bookmark.el (bookmark-completing-read):
10208 Return a string, instead of a list of one string.
10209 Use a popup menu if activated from the mouse.
10210 (bookmark-edit-annotation): Remove unused vars.
10211 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
10212 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
10213 to bookmark-completing-read.
10214 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
10215 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
10216 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
10218 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
10219 (bookmark-menu-jump, bookmark-menu-insert)
10220 (bookmark-popup-menu-and-apply-function)
10221 (bookmark-menu-popup-paned-bookmark-menu): Remove.
10222 (bookmark-menu-build-paned-menu): Remove by folding it into
10223 bookmark-menu-popup-paned-menu.
10224 (menu-bar-bookmark-map): Move the define-key statements here.
10225 Use the "non-menu" commands since they now pop up a menu if needed.
10226 (bookmark-exit-hook-internal): Simplify.
10228 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
10230 * reftex-toc.el (reftex-toc-rename-label): New function.
10231 (reftex-toc-check-docstruct): New function.
10233 * reftex.el (reftex-region-active-p): New function.
10235 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
10236 regexp to find the \bibliography macro.
10238 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
10239 which does not exist in LaTeX.
10240 (reftex-cite-format-builtin): Added amsrefs support.
10241 (reftex-toc-confirm-promotion): New option
10244 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
10245 (reftex-toc-demote, reftex-toc-promote)
10246 (reftex-toc-do-promote, reftex-toc-promote-prepare)
10247 (reftex-toc-promote-action, reftex-toc-extract-section-number)
10248 (reftex-toc-newhead-from-alist)
10249 (reftex-toc-load-all-files-for-promotion): New functions.
10250 (reftex-toc-help): Added description of new keys.
10251 (reftex-toc-split-windows-fraction): New option.
10252 (reftex-recenter-toc-when-idle): Search *toc* window on all
10254 (reftex-toc): Additional parameter REUSE
10255 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
10256 with REUSE argument.
10257 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
10258 the call of `reftex-toc'.
10259 (reftex-make-separate-toc-frame): New function .
10260 (reftex-toc-recenter): When called with triple prefix arg, call
10261 `reftex-make-separate-toc-frame' first.
10262 (reftex-toc-toggle-dedicated-frame): New command.
10263 (reftex-toc-quit): Adapted to delete frame when called in
10266 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
10267 all enclosing macros.
10270 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10272 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
10275 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10277 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
10279 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
10281 * calendar/calendar.el (list-diary-entries-hook)
10282 (diary-display-hook, nongregorian-diary-listing-hook)
10283 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
10284 Add some customize options for these hooks.
10285 (calendar-abbrev-construct): Don't try to take a substring longer
10286 than the original string.
10288 2003-08-05 Richard M. Stallman <rms@gnu.org>
10290 * emacs-lisp/testcover.el (noreturn): Report error if does return.
10291 (testcover-reinstrument-clauses): Doc fix.
10293 * emacs-lisp/warnings.el: Doc fixes, args renamed.
10294 (warning-type-format): Rename from warning-group-format.
10296 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
10297 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
10298 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
10299 to prevent warnings about defvar for an obsolete variable.
10301 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
10302 warning-group-format renamed to warning-type-format.
10304 * subr.el (read-passwd): Use clear-string instead of fillarray.
10306 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
10307 Use vconcat instead of concat.
10308 (edmacro-sanitize-for-string): New function.
10310 2003-08-05 Dave Love <fx@gnu.org>
10312 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
10313 line-number-display-limit-width.
10315 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
10317 2003-08-05 Kenichi Handa <handa@m17n.org>
10319 * international/code-pages.el: Don't require mule-diag.
10321 * international/mule-diag.el (non-iso-charset-alist):
10322 Add autoload cookie.
10324 * language/devan-util.el (dev-glyph-order): Add an entry for the
10327 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10329 * calendar/calendar.el (diary-file, diary-file-name-prefix)
10330 (european-calendar-style, diary-date-forms)
10331 (calendar-day-name-array, calendar-month-name-array): Doc change.
10332 (generate-calendar-month): Adapt for new behaviour of
10333 `calendar-day-name' function.
10334 (calendar-abbrev-length, calendar-day-abbrev-array)
10335 (calendar-month-abbrev-array): New variables.
10336 (calendar-abbrev-construct): New function.
10337 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
10338 rather than fixing abbrevs at some width. Calling syntax change.
10339 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
10340 (calendar-date-string): Adapt for new behaviours of
10341 `calendar-day-name' and `calendar-month-name' functions.
10343 * calendar/diary-lib.el (list-diary-entries): Adapt for new
10344 behaviour of `calendar-day-name' and `calendar-month-name' functions.
10345 (diary-name-pattern): Use abbrev arrays, rather than fixing
10346 abbrevs at three chars. Calling syntax change.
10347 (mark-diary-entries): Adapt for new behaviours of
10348 `diary-name-pattern' and `calendar-make-alist' functions.
10349 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
10350 `diary-name-pattern' function.
10351 (font-lock-diary-date-forms): Use abbrev arrays, rather than
10352 fixing abbrevs at three chars. Calling syntax change.
10353 (cal-hebrew, cal-islam): Require when compiling.
10354 (diary-font-lock-keywords): Adapt for new behaviour of
10355 `font-lock-diary-date-forms' function.
10357 * calendar/cal-hebrew.el: Reposition some code so defined before used.
10358 (calendar-hebrew-month-name-array-common-year)
10359 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
10360 (list-hebrew-diary-entries): Adapt for new behaviours of
10361 `calendar-day-name' and `add-to-diary-list' functions.
10362 (mark-hebrew-diary-entries): Adapt for new behaviours of
10363 `diary-name-pattern' and `calendar-make-alist' functions.
10365 * calendar/cal-islam.el (calendar-islamic-month-name-array):
10367 (list-islamic-diary-entries): Adapt for new behaviours of
10368 `calendar-day-name' and `add-to-diary-list' functions.
10369 (mark-islamic-diary-entries): Adapt for new behaviours of
10370 `diary-name-pattern' and `calendar-make-alist' functions.
10372 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
10373 `calendar-month-name' function.
10375 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
10377 * calendar/solar.el (solar-seasons-data): Move definition before use.
10379 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
10380 (cal-tex-LaTeX-hourbox): Move definition before use.
10382 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
10383 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
10385 (displayed-month, displayed-year): Define for compiler.
10387 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10389 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
10390 MODE. Renamed from c-init-c-language-vars'.
10391 (c-initialize-cc-mode): Change accordingly.
10392 (c-common-init): Ditto.
10394 (c++-mode): Use `c-init-language-vars-for'.
10395 (objc-mode): Ditto.
10396 (java-mode): Ditto.
10398 (pike-mode): Ditto.
10401 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
10403 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
10404 or not the point moved.
10406 (c-search-decl-header-end): Don't trip up on operator identifiers
10407 in C++ and operators like == in all languages.
10409 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
10410 Detect leading labels correctly.
10412 2003-08-02 Andreas Schwab <schwab@suse.de>
10414 * textmodes/ispell.el: Don't redo key bindings on loading, put
10415 them only in loaddefs.el.
10416 * bookmark.el: Likewise.
10417 * dabbrev.el: Likewise.
10418 * emerge.el: Likewise.
10420 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
10421 has more than one member.
10423 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
10425 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10427 * lpr.el (printify-region): It was ending conversion before the
10428 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
10430 2003-07-31 John Paul Wallington <jpw@gnu.org>
10432 * net/browse-url.el (browse-url-epiphany): Doc fix.
10434 2003-07-30 Kenichi Handa <handa@m17n.org>
10436 * international/fontset.el (setup-default-fontset):
10437 Change registry names of Akurti fonts.
10439 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
10441 * comint.el (comint-read-noecho): Use `clear-string' instead of
10444 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
10446 * outline.el (outline-mode-hook): Add defvar.
10448 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
10450 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
10451 Restore assembler in source window if that is what has been selected.
10452 (menu): Add gdb-restore-windows to menu. Make gdba
10453 specific menus only visible from gdba.
10455 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
10457 * progmodes/compile.el (compilation-environment): New user variable.
10458 (compile-internal): Respect it.
10460 2003-07-23 Masatake YAMATO <jet@gyve.org>
10462 * progmodes/gud.el (gdb-script-font-lock-keywords):
10463 Put `font-lock-function-name-face' on a symbol which includes
10464 `-' like `hook-run'. Put font-lock-variable-name-face
10465 on a symbol starting with $.
10467 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
10469 * files.el (set-visited-file-name): Use truename for buffer-file-name.
10471 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
10473 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
10475 2003-07-26 Andre Spiegel <spiegel@gnu.org>
10477 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
10478 Use with-no-warnings.
10479 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
10480 rather than to find-file-not-found-hook, which doesn't exist.
10482 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
10484 * international/quail.el (quail-translate-key): Fix previous change.
10486 2003-07-25 John Paul Wallington <jpw@gnu.org>
10488 * server.el (server-start): Check `server-process' is non-nil
10489 before killing it to avoid killing current buffer's process.
10491 * simple.el (choose-completion-string): Use `minibufferp';
10492 test `completion-reference-buffer' if `buffer' arg is nil.
10493 (push-mark): Use `when' and `unless'.
10494 (pop-mark): Use `when'.
10496 * mouse-sel.el (mouse-sel-get-selection-function):
10497 Check `x-last-selected-text-primary'. Don't barf if it or
10498 `x-last-selected-text' aren't bound.
10500 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10502 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
10504 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
10506 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
10508 2003-07-23 John Paul Wallington <jpw@gnu.org>
10510 * tooltip.el (defface tooltip): Inherit from variable-pitch.
10512 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
10514 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
10515 string. Defvar the derived hook.
10517 * macros.el (insert-kbd-macro): Escape double quote character.
10518 From Thomas W Murphy <twm@andrew.cmu.edu>.
10520 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
10522 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
10523 to match the specific mark rather than reusing comment-start-skip.
10525 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
10527 * progmodes/hideshow.el (hs-special-modes-alist):
10528 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
10530 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
10532 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
10535 2003-07-21 John Paul Wallington <jpw@gnu.org>
10537 * subr.el (with-selected-window): Add closing paren.
10539 2003-07-21 Richard M. Stallman <rms@gnu.org>
10541 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
10542 (lisp-mode): Likewise.
10544 * subr.el (with-selected-window): Copy code form save-selected-window
10545 so as to call select-window with norecord arg.
10546 (dynamic-completion-table): Doc fix.
10547 (lazy-completion-table): Doc fix.
10549 * international/mule-cmds.el (set-locale-environment):
10550 langinfo renamed to locale-info.
10552 * international/mule.el (auto-coding-functions): Doc fix.
10554 2003-07-21 Kenichi Handa <handa@m17n.org>
10556 * international/quail.el (quail-translate-key):
10557 Update quail-current-str correctly.
10559 2003-07-21 Andreas Schwab <schwab@suse.de>
10561 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
10564 2003-07-20 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@gmx.net>
10565 Version 2.0.36 of Tramp released.
10567 * net/tramp.el (tramp-default-password-end-of-line): Rename from
10568 tramp-password-end-of-line.
10569 (tramp-password-end-of-line): New method parameter.
10570 (tramp-get-password-end-of-line): Function to access method
10571 parameter `tramp-password-end-of-line', or variable
10572 `tramp-default-password-end-of-line' (default value).
10573 (tramp-methods): Add entries for new parameter
10574 tramp-password-end-of-line.
10575 (tramp-enter-password): Use new function
10576 `tramp-get-password-end-of-line'.
10577 (tramp-handle-insert-file-contents): Do not
10578 unconditionally inhibit the file operation file-local-copy, only
10579 do that when the inhibit-file-name-operation is currently
10580 insert-file-contents. This fixes finding remote CVS-controlled
10581 files. (It would barf on inserting the CVS/Entries file
10582 literally, because the file-local-copy handler wasn't called.)
10583 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
10584 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
10585 (tramp-initial-commands): New variable.
10586 (tramp-process-initial-commands): New function, using the variable.
10587 (tramp-open-connection-setup-interactive-shell): Call the new function.
10588 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
10589 method into the buffer name, never use nil. Reported by Hanak
10590 David <dhanak@inf.bme.hu>.
10591 (tramp-open-connection-setup-interactive-shell): Erase buffer
10592 before sending "stty -onlcr".
10594 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
10596 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
10598 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
10600 2003-07-19 John Paul Wallington <jpw@gnu.org>
10602 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
10603 (artist-draw-rect, artist-draw-square): Doc fixes.
10605 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
10607 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
10609 2003-07-19 Kenichi Handa <handa@m17n.org>
10611 * international/kkc.el (kkc-show-conversion-list-update):
10612 Highlight the correct candidate in the message.
10614 2003-07-18 John Paul Wallington <jpw@gnu.org>
10616 * simple.el (current-word): Don't include punctuation char when
10617 `really-word' arg is non-nil.
10619 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
10621 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
10622 moved to the directory obsolete.
10624 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
10626 * info.el (Info-menu-entry-name-re): Allow newlines in
10629 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
10630 syntax-ppss-after-change-function.
10631 (syntax-ppss-after-change-function): New alias. Update uses.
10632 (syntax-ppss): Catch the case where the buffer is narrowed.
10634 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
10636 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
10637 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
10639 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
10641 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
10642 since it might be modified.
10644 * progmodes/cc-langs.el (c++-make-template-syntax-table)
10645 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
10646 names to these language constants.
10648 2003-07-15 Kim F. Storm <storm@cua.dk>
10650 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
10653 2003-07-14 Mark A. Hershberger <mah@everybody.org>
10655 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
10658 2003-07-13 Juanma Barranquero <lektu@terra.es>
10660 * frame.el (modify-all-frames-parameters): Reinstall (copyright
10663 2003-07-13 Karl Eichwalder <ke@suse.de>
10665 * textmodes/po.el (po-find-charset): White space at the start of the
10666 Content-Type field body is non-mandatory.
10668 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
10670 * textmodes/texinfo.el (texinfo-section-list):
10671 Append appendixsection; a synonym for appendixsec.
10673 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
10675 * man.el (Man-translate-cleanup): New.
10676 (Man-translate-references): Call `Man-translate-cleanup' to clean
10677 leading, trailing and middle spaces.
10679 2003-07-13 Lars Hansen <larsh@math.ku.dk>
10681 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
10682 Handle `dired-directory' being a list.
10684 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
10686 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
10689 2003-07-12 Richard M. Stallman <rms@gnu.org>
10691 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
10693 * progmodes/cc-defs.el (c-make-keywords-re):
10694 Don't use delete-duplicates.
10695 (c-lang-const): Don't use mapcan.
10697 * apropos.el (apropos-show-scores): Make it customizable.
10698 Document new meaning.
10699 (apropos): Compute scores from symbols.
10700 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
10702 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10704 * ps-bdf.el: Fix copyright line.
10705 (bdf-directory-list): Fix initialization code.
10707 2003-07-11 John Paul Wallington <jpw@gnu.org>
10709 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
10710 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
10711 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
10713 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
10715 * emacs-lisp/ring.el (ring-elements): Doc fix.
10717 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10719 * calendar/timeclock.el (timeclock-relative)
10720 (timeclock-ask-before-exiting, timeclock-use-display-time):
10722 (timeclock-modeline-display): Give a message if
10723 `timeclock-use-display-time' is non-nil but `display-time-mode'
10726 2003-07-11 Kenichi Handa <handa@m17n.org>
10728 * international/mule-cmds.el (set-language-environment):
10729 Set current-language-environment to the correct string.
10731 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10733 * ps-print.el: Print line number correctly in a region. Reported by
10734 Tim Allen <timallen@ls83.fsnet.co.uk>.
10735 (ps-print-version): New version number (6.6.2).
10736 (ps-printing-region): Code fix.
10738 2003-07-10 John Paul Wallington <jpw@gnu.org>
10740 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
10741 this function can be called from `add-completions-from-tags-table'.
10743 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
10745 * calendar/timeclock.el (timeclock-use-display-time)
10746 (timeclock-day-over-hook, timeclock-workday-remaining)
10747 (timeclock-status-string, timeclock-when-to-leave)
10748 (timeclock-when-to-leave-string, timeclock-log-data)
10749 (timeclock-find-discrep, timeclock-day-base)
10750 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
10751 (timeclock-modeline-display): Set the variable
10752 `timeclock-modeline-display'.
10753 (timeclock-update-modeline): Doc fix. Respect value of
10754 `timeclock-relative'.
10756 2003-07-09 Richard M. Stallman <rms@gnu.org>
10758 * textmodes/reftex-parse.el (reftex-all-document-files):
10759 Add autoload cookie.
10761 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
10762 (reftex-scanning-info-available-p): Add autoload cookie.
10764 * international/mule-cmds.el
10765 (set-display-table-and-terminal-coding-system): Delete duplicate
10766 aset on standard-display-table.
10768 * view.el (view-file): If existing buffer's major mode is special,
10769 don't go into view mode.
10771 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
10773 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10775 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
10776 buffer changes; there's third party code that calls this function
10779 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10781 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
10782 (autodoc-font-lock-keywords): Don't byte compile on font lock
10783 initialization when running from byte compiled files.
10785 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
10787 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
10788 statement ends with auto-increment "++".
10790 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
10792 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
10793 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
10794 these are changed, so declare them as variables and not constants.
10796 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
10798 * subr.el (dolist, dotimes): Doc fix.
10800 2003-07-08 Kim F. Storm <storm@cua.dk>
10802 * international/mule-cmds.el
10803 (set-display-table-and-terminal-coding-system): Don't break
10804 bootstrap if standard-display-table isn't setup yet.
10806 2003-07-07 Richard M. Stallman <rms@gnu.org>
10808 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
10809 Give it a doc string, and autoload it.
10811 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
10812 Use with-no-warnings.
10814 * info.el (Info-search): If find invisible text, search again.
10816 * isearch.el (search-whitespace-regexp): Add a shy group around it.
10818 * man.el (Man-name-regexp): Match + as part of name.
10820 * simple.el (visible-mode): Rename from vis-mode.
10821 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
10823 * simple.el (current-word): New arg REALLY-WORD specifies
10824 don't include punctuation chars.
10826 * emacs-lisp/debug.el (debug, debugger-env-macro):
10827 Use with-no-warnings while accessing and binding unread-command-char.
10829 * international/mule-cmds.el
10830 (set-display-table-and-terminal-coding-system): Use explicit loop
10831 instead of calling standard-display-default.
10833 * net/ange-ftp.el (ange-ftp-file-symlink-p):
10834 Use condition-case to catch error in ange-ftp-get-files.
10836 * net/browse-url.el (browse-url-browser-function):
10837 Add alternative for Epiphany.
10838 (browse-url-epiphany-program, browse-url-epiphany-arguments)
10839 (browse-url-epiphany-startup-arguments)
10840 (browse-url-epiphany-new-window-is-tab): New variables.
10841 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
10843 * progmodes/compile.el (compile-auto-highlight): Default now t.
10844 (compile): Doc fix.
10845 (compilation-next-error): Fix previous change.
10847 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
10849 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
10851 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
10853 * gdb-ui.el (gdb-source-info): Display current frame when
10854 attaching to an existing process.
10855 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
10856 while laying out windows when attaching to an existing process.
10858 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
10860 * info.el (Info-menu): Use Info-menu-entry-name-re.
10862 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
10864 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
10865 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
10867 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
10868 to match the same text.
10870 2003-07-06 John Paul Wallington <jpw@gnu.org>
10872 * vc.el (vc-annotate-offset): Move defvar up.
10874 2003-07-06 Kim F. Storm <storm@cua.dk>
10876 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
10877 This should fix the infinite loop when extracting menu names.
10879 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
10881 * files.el (auto-mode-alist, interpreter-mode-alist):
10882 Remove entries to CC Mode modes to avoid duplicates; they are now added
10883 with autoload directives in cc-mode.el.
10885 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
10887 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
10888 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
10889 these are changed, so declare them as variables and not constants.
10891 * progmodes/cc-mode.el: Fix some autoload problems: Try to
10892 ensure that the entry for ".c" extension comes before the one for
10893 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
10894 Fix incorrect entries that were added to `interpreter-mode-alist'.
10895 Move the autoload directives for AWK to the top level since they
10896 aren't recognized anywhere else. Do not use the new AWK mode doc
10897 in the autoload form for the old AWK mode.
10899 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10901 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
10902 (bibtex-sort-ignore-string-entries): Default value t.
10903 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
10904 erroneously in previous version.
10905 (bibtex-string-files): Docstring reflects new parsing scheme.
10906 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
10907 docstring, add # as one of the chars to crush
10908 (bibtex-autokey-prefix-string, bibtex-autokey-names)
10909 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
10910 (bibtex-autokey-name-change-strings)
10911 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
10912 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
10913 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
10914 (bibtex-autokey-title-terminators)
10915 (bibtex-autokey-titlewords-stretch)
10916 (bibtex-autokey-titleword-ignore)
10917 (bibtex-autokey-titleword-case-convert)
10918 (bibtex-autokey-titleword-abbrevs)
10919 (bibtex-autokey-titleword-abbrevs)
10920 (bibtex-autokey-titleword-change-strings)
10921 (bibtex-autokey-titleword-length)
10922 (bibtex-autokey-titleword-separator)
10923 (bibtex-autokey-name-year-separator)
10924 (bibtex-autokey-year-title-separator)
10925 (bibtex-autokey-before-presentation-function)
10926 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
10928 (bibtex-strings, bibtex-reference-keys):
10929 Use lazy-completion-table and make-variable-buffer-local.
10930 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
10931 (bibtex-braced-string-syntax-table)
10932 (bibtex-quoted-string-syntax-table): New variables.
10933 (bibtex-parse-nested-braces): Remove.
10934 (bibtex-parse-field-string): Use syntax table and forward-sexp.
10935 (bibtex-parse-association): Simplify.
10936 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
10937 (bibtex-parse-field-text): Simplify.
10938 (bibtex-search-forward-field, bibtex-search-backward-field):
10939 argument BOUND can take value t.
10940 (bibtex-start-of-field, bibtex-start-of-name-in-field)
10941 (bibtex-end-of-name-in-field, bibtex-end-of-field)
10942 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
10943 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
10944 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
10945 (bibtex-skip-to-valid-entry): Return buffer position of beginning
10946 and ending of entry. Update for changes of bibtex-search-entry.
10948 (bibtex-map-entries): FUN is called with three arguments.
10949 (bibtex-search-entry): Return a cons pair with buffer positions of
10950 beginning and end of entry.
10951 (bibtex-enclosing-field): Simplify.
10952 (bibtex-format-entry): Use booktitle to set a missing title.
10953 (bibtex-autokey-get-names): Fiddle with regexps.
10954 (bibtex-generate-autokey): Use identity.
10955 (bibtex-parse-keys): Use simplified parsing algorithm if
10956 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
10957 arguments. Return alist of keys.
10958 (bibtex-parse-strings): Simplify. Return alist of strings.
10959 (bibtex-complete-string-cleanup): Fix docstring.
10960 (bibtex-read-key): New function.
10961 (bibtex-mode): Fix docstring. Do not parse for keys and
10962 strings when the mode is entered. Set fill-paragraph-function to
10963 bibtex-fill-field. Setup font-lock-mark-block-function the way
10964 font-lock intended.
10965 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
10966 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
10967 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
10968 (bibtex-Preamble): Avoid hard coded constants.
10969 (bibtex-make-field): Fix docstring. Simplify.
10970 (bibtex-beginning-of-entry): Always return new position of point.
10971 (bibtex-end-of-entry): Rearrange cond clauses.
10972 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
10973 Update for changes of bibtex-map-entries.
10974 (bibtex-ispell-abstract): Do not move point.
10975 (bibtex-entry-index): Use downcase. Simplify.
10976 (bibtex-lessp): Handle catch-all.
10977 (bibtex-find-crossref): Turn into a command.
10978 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
10979 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
10981 (bibtex-fill-field-bounds): New function.
10982 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
10983 (bibtex-fill-entry): Use bibtex-fill-field-bounds
10984 (bibtex-String): Use bibtex-strings. Always obey
10985 bibtex-sort-ignore-string-entries.
10987 2003-07-05 John Paul Wallington <jpw@gnu.org>
10989 * cus-theme.el (customize-create-theme):
10990 Call `customize-create-theme' in Reset widget's notify function.
10992 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
10993 (ibuffer-mark-interactive): Use `or' instead of `unless'.
10994 (define-ibuffer-column name): Add summarizer.
10995 (define-ibuffer-column size): Likewise.
10996 (define-ibuffer-column filename): Likewise.
10997 (define-ibuffer-column process): Likewise. Change BODY's output too.
10998 (define-ibuffer-column filename-and-process): Likewise, likewise.
10999 (ibuffer): Remove local vars `already-in' and `need-update'.
11001 * ibuf-ext.el: Don't require `derived' at compile-time.
11003 2003-07-05 Kim F. Storm <storm@cua.dk>
11005 * info.el: Disable paragraph refilling.
11006 (Info-refill-paragraphs): New defcustom.
11007 (Info-fontify-node): Use it.
11009 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
11011 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
11012 thingies from constructors created by defstruct.
11014 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
11015 the default value of the variable.
11016 (byte-code-meter): Move declaration to top level.
11018 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
11020 * info.el (Info-following-node-name-re): New fun.
11021 (Info-following-node-name): Remove.
11022 (Info-insert-dir): Use the new fun.
11023 (Info-extract-pointer): Don't save restriction; use new fun.
11024 (Info-menu-entry-name-re): New const.
11025 (Info-menu-entry-name-re): Use it along with new fun.
11026 (Info-node-spec-re): Use new fun.
11027 (Info-complete-menu-item, Info-fontify-node): Use new const.
11028 (Info-goto-node, Info-follow-reference, Info-menu-update):
11030 (Info-follow-reference): Use assoc-string.
11031 Use a list of strings for the completion table.
11032 (Info-fontify-node): Use match-string, line-end-position.
11033 Limit the search for `node:' to the first line.
11035 * newcomment.el (uncomment-region): Remove padding coming from
11036 comment-start rather than just from comment-padding.
11038 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
11039 (vc-cvs-stay-local-p): Use vc-stay-local-p.
11040 (vc-cvs-rename-file): Remove (use the default).
11041 (vc-cvs-register): Register parent dir if needed.
11042 (vc-cvs-could-register): Return non-nil if parent can be registered.
11043 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
11044 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
11046 * vc-svn.el (vc-svn-use-edit): Make it into a const.
11047 (vc-svn-update): Fix the arguments to `svn'.
11048 (vc-svn-diff-tree): Just use `vc-svn-diff'.
11049 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
11050 Simple implementations, assuming `name' is a URL.
11052 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
11053 set of chars allowed unquoted in a case pattern.
11055 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
11057 * font-lock.el (font-lock-extra-types-widget)
11058 (c-font-lock-extra-types, c++-font-lock-extra-types)
11059 (objc-font-lock-extra-types, java-font-lock-extra-types)
11060 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
11061 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
11062 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
11063 (font-lock-match-c++-structor-declaration)
11064 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
11065 (c++-font-lock-keywords-3, c++-font-lock-keywords)
11066 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
11067 (objc-font-lock-keywords-3, objc-font-lock-keywords)
11068 (java-font-lock-keywords-1, java-font-lock-keywords-2)
11069 (java-font-lock-keywords-3, java-font-lock-keywords)
11070 (java-font-lock-syntactic-face-function): Remove obsolete code
11071 and constants. It's all in cc-fonts.el now.
11073 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
11075 * mail/sendmail.el (mail-specify-envelope-from)
11076 (mail-envelope-from): Doc fix.
11078 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
11080 * generic-x.el: Do away with the dependency on `c-emacs-features'
11081 when populating `rul-generic-mode-syntax-table'; we already know
11084 See ChangeLog.10 for earlier changes.
11086 ;; Local Variables:
11087 ;; coding: iso-2022-7bit
11090 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
11091 Copying and distribution of this file, with or without modification,
11092 are permitted provided the copyright notice and this notice are preserved.
11094 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1