(x-clipboard-yank): Use x-selection-value instead of x-get-selection.
[emacs.git] / lisp / ChangeLog
blobe3d6cdc98d6946b4b1a43a83fdff27b08cc35906
1 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
3         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
4         of x-get-selection.
6 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
8         * comint.el (comint-mode, comint-snapshot-last-prompt):
9         * frame.el (frame-current-scroll-bars):
10         * term.el (term-mode, term-check-proc, term-input-sender)
11         (term-simple-send, term-extract-string, term-word)
12         (term-match-partial-filename):
13         * window.el (window-current-scroll-bars):
14         * emulation/cua-base.el (cua-normal-cursor-color)
15         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16         (cua-global-mark-cursor-color):
17         * mail/undigest.el (rmail-forward-separator-regex):
18         Fix typos in docstrings.
20         * comint.el (comint-check-proc, make-comint-in-buffer)
21         (comint-source-default): Doc fixes.
23         * term.el (term-send-string): Improve argument/docstring
24         consistency.
26 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
28         * comint.el (comint-send-input): Bind `inhibit-read-only' around
29         call to `delete-region'.
30         (comint-mode-hook): Do not enable Font Lock by default.
32 2005-06-09  Lute Kamstra  <lute@gnu.org>
34         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
35         could be void.
37 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
39         * emacs-lisp/debug.el (debugger-will-be-back): New var.
40         (debug): Use it.
41         (debugger-step-through, debugger-continue, debugger-jump)
42         (debugger-return-value): Set it when needed.
43         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
44         Use inhibit-read-only.
46 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
48         * window.el (shrink-window-if-larger-than-buffer)
49         (window-size-fixed): Fix typo in docstring.
51         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
52         thumbnails directory on loading.
53         (thumbs-conversion-program): Use `eq' to check the system type,
54         not `equal'.
55         (thumbs-temp-dir): Initialize to `temporary-file-directory',
56         not "/tmp".  Fix docstring.
57         (thumbs-thumbsdir): New function to return the thumbnails
58         directory, creating it if needed.
59         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
60         (thumbs-temp-file): Delete variable and make it into a function.
61         (thumbs-resize-image, thumbs-modify-image): Use it.
62         (thumbs-kill-buffer): Simplify.
63         (thumbs-gensym): Defalias or duplicate CL `gensym'.
64         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
65         docstrings.
67 2005-06-09  Kim F. Storm  <storm@cua.dk>
69         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
70         set-match-data to free markers in match-data.
72         * replace.el (replace-match-data): Pass RESEAT arg `t' to
73         match-data to unchain markers in match-data.
75 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
77         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
78         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
79         unnecessary now.
81 2005-06-08  Richard M. Stallman  <rms@gnu.org>
83         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
84         give the variable a doc string that doesn't say don't set it directly.
86         * textmodes/ispell.el (ispell-check-version):
87         Use match-string-no-properties.
88         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
89         (ispell-buffer-local-words): Likewise.
91         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
92         except on terminals with enough colors to really display it.
93         (makefile-dependency-regex): Delete spurious `bb'.
95         * faces.el (escape-glyph): Use blue once again in last case.
96         (no-break-space): Redefine so that it isn't invisible on a tty.
98 2005-06-08  Kim F. Storm  <storm@cua.dk>
100         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
101         also when reading directory name.
103 2005-06-08  Lute Kamstra  <lute@gnu.org>
105         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
106         (flyspell-mode-line-string): Remove autoload cookie.
107         (flyspell-mode): Remove defvar.
109 2005-06-07  Lute Kamstra  <lute@gnu.org>
111         * textmodes/org.el (org-run-mode-hooks): New function.
112         (org-agenda-mode): Use it.
114 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
116         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
118 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
120         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
122 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
124         * font-lock.el (font-lock-add-keywords): Doc fix.
126 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
128         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
129         (tex-compile-default): In the absence of any history, use the order in
130         tex-compile-alist to choose the preferred command.
131         (tex-compile-commands): Reorder a bit.
133         * textmodes/flyspell.el (flyspell-auto-correct-binding)
134         (flyspell-incorrect-face, flyspell-duplicate-face):
135         Use (X)Emacs-agnostic code.
136         (flyspell-mode-map): Don't overwrite at each load.  Remove code
137         redundant with the subsequent add-minor-mode.  Merge Emacs and
138         XEmacs code.
139         (flyspell-word): Minor simplification.
140         (flyspell-math-tex-command-p): Quieten the byte-compiler.
141         (flyspell-external-point-words): Remove unused vars `size' and `start'.
142         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
143         Merge the corresponding Emacs code.
144         (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
146         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
147         a dedicated window.
149         * international/latexenc.el (latexenc-find-file-coding-system):
150         Undo part of last patch, to turn off a compiler warning.
152 2005-06-06  Juri Linkov  <juri@jurta.org>
154         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
155         Rename `tmm-inactive-face' to `tmm-inactive'.
157 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
159         * iswitchb.el: Rename faces.
161 2005-06-06  Kim F. Storm  <storm@cua.dk>
163         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
164         (cua-global-mark): Remove -face suffix from face names.
166         * emulation/cua-gmrk.el (cua--init-global-mark):
167         Remove cua-global-mark face setup.
169 2005-06-06  Richard M. Stallman  <rms@gnu.org>
171         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
172         just like other allowed characters.
173         (makefile-match-dependency): Exclude leading and training whitespace
174         from the range of regexp subexp 1.
175         (makefile-macroassign-regex): Don't try to match the body,
176         just the name of the macro being defined.
178         * info.el (Info-read-node-name-2): New function.
179         (Info-read-node-name-1): Use that.
180         Add a completion-base-size-function property.
182         * simple.el (completion-setup-function): Look for
183         completion-base-size-function property of
184         minibuffer-completion-table.
186         * files.el (locate-file-completion): Doc fix.
188         * printing.el: Don't call pr-update-menus; user must do that.
190         * emacs-lisp/debug.el (debugger-window): New variable.
191         (debug): Use debugger-window if it is set and still alive.
192         Record debugger-window for next entry.
194         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
196 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
198         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
199         (hack-one-local-variable, hack-local-variables)
200         (hack-local-variables-prop-line): Pass that arg.
202 2005-06-06  Kim F. Storm  <storm@cua.dk>
204         * ido.el (ido-first-match, ido-only-match, ido-subdir)
205         (ido-indicator): Remove -face suffix from face names.
207 2005-06-06  Juri Linkov  <juri@jurta.org>
209         * font-lock.el (font-lock-regexp-backslash)
210         (font-lock-regexp-backslash-construct): New faces.
211         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
212         after `('.  Add `while-no-input' to control structures.
214         * faces.el (no-break-space, shadow): New faces.
215         (escape-glyph): Use less loud colors pink2 and red4.
217         * diff-mode.el (diff-context-face)
218         * dired.el (dired-ignored)
219         * rfn-eshadow.el (file-name-shadow)
220         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
222         * info.el (Info-title-1-face): Use green instead of yellow because
223         bold yellow is not readable on light backgrounds.
225         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
226         before selecting the desired mode to not spend time fontifying
227         old contents.
229 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
231         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
232         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
234         * ps-print.el (ps-default-fg, ps-default-bg):
235         Fix typos in docstrings.
237         * isearchb.el (isearchb): Don't pass a spurious second argument to
238         `iswitchb-completions'.
240 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
242         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
243         to preserve point.
244         (gdb-find-file-hook): Add doc string.
246         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
247         C dereferenced pointer expression.
248         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
250         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
252         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
253         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
254         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
255         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
256         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
257         Make background transparent.
259 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
261         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
262         (font-lock-remove-keywords): Doc fix.
263         (font-lock-mode-major-mode): Compiler defvar.
264         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
266         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
267         (font-lock-mode): Update `font-lock-mode-major-mode'.
268         (font-lock-set-defaults): Compiler defvar.
269         (font-lock-default-function): Take `font-lock-mode-major-mode'
270         into account.
272         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
273         keep track of which major mode it enabled the minor mode for.
274         Use find-file-hook again.  Update docstring.
276         * simple.el (eval-expression-print-level)
277         (eval-expression-print-length, eval-expression-debug-on-error):
278         Doc fixes.
280 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
282         * iswitchb.el (iswitchb-single-match-face)
283         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
284         (iswitchb-invalid-regexp-face): New faces.
285         (iswitchb-completions): Use them.
286         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
287         now marked as an obsolete alias.
288         (iswitchb-read-buffer): Remove check for bound font variables.
289         (iswitchb-invalid-regexp): New free variable.
290         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
291         set iswitchb-invalid-regexp.
292         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
293         invalid regexps.
294         (iswitchb-completions): Add check for complete match when entering
295         a regexp.
296         (iswitchb-completions): Remove require-match argument.
297         (iswitchb-exhibit): Fix caller.
298         (iswitchb-common-match-inserted): New variable.
299         (iswitchb-complete, iswitchb-completion-help): Use it.
301 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
303         * url-http.el (url-http-chunked-encoding-after-change-function):
304         Use `url-http-debug' instead of `message'.
306 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
308         * url-http.el (url-http-parse-headers): Pass redirected URL as a
309         callback argument.
311 2005-06-04  Kim F. Storm  <storm@cua.dk>
313         * simple.el (line-move): Only call sit-for when moving backwards.
315         * ido.el (ido-make-merged-file-list-1): New defun split from
316         ido-make-merged-file-list.
317         (ido-make-merged-file-list): Bind throw-on-input around call to
318         ido-make-merged-file-list-1.  Return input-pending-p if
319         interrupted by more input available.
320         (ido-read-internal): Handle input-pending-p return value from
321         ido-make-merged-file-list.
323 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
325         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
326         compatibility code.
328         * international/latexenc.el (latexenc-find-file-coding-system):
329         Don't inherit the EOL part of the coding-system from the
330         tex-main buffer.  Fit within 80 columns.
332 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
334         * tmm.el (tmm-inactive-face): New face.
335         (tmm-remove-inactive-mouse-face): New function.
336         (tmm-prompt, tmm-add-one-shortcut)
337         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
338         but not selectable.
340 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
342         * faces.el (face-equal): Improve argument/docstring consistency.
344 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
346         * progmodes/make-mode.el (makefile-targets-face)
347         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
348         (makefile-bsdmake-dependency-regex)
349         (makefile-makepp-rule-action-regex)
350         (makefile-bsdmake-rule-action-regex): New constants.
351         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
353         * progmodes/compile.el (compilation-error-regexp-alist-alist):
354         Allow (...) within `...' for makepp messages.
356 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
358         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
360         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
361         "." files are deleted from all file lists before comparison.
363         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
364         (viper-ESC-key): Made them customizable.
366         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
368 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
370         * autorevert.el (auto-revert-buffers): Use save-match-data.
372 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
374         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
375         menu items with a nil command binding.
377 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
379         * emacs-lisp/cl-macs.el (defsetf):
380         Improve argument/docstring consistency.
382         * faces.el (list-faces-display): Improve the formatting by
383         computing the maximum length required for any face-name (reworked
384         patch of 1999-01-11, accidentally deleted on 1999-07-21).
385         (internal-find-face): Remove redundant info in docstring.
387 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
389         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
390         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
391         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
392         (gdb-assembler-custom): Improve regexps.
393         (def-gdb-auto-update-handler): Use window point to preserve point.
395 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
397         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
399 2005-05-31  Jay Belanger  <belanger@truman.edu>
401         * calc/calc-embed.el (calc-embedded-word): Change argument passed
402         to calc-embedded.
403         (calc-embedded-make-info): Have plain prefix argument select
404         entire line.
406 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
408         * faces.el (list-faces-display): Signal error if passed a regexp
409         that matches no face name.
411         * simple.el (filter-buffer-substring): Fix typo in docstring.
413 2005-05-31  Richard M. Stallman  <rms@gnu.org>
415         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
416         (vhdl-emacs-21): Doc fix.
417         (vhdl-mode): Unconditionally set comment-padding.
418         (vhdl-fixup-whitespace-region): Insert spaces only where
419         there are none.
420         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
422 2005-05-30  John Wiegley  <johnw@newartisans.com>
424         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
425         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
426         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
427         `directory-sep-char' to ?/, and all uses of `string-to-int' to
428         `string-to-number'.
430 2005-05-30  Jay Belanger  <belanger@truman.edu>
432         * calc/calc.el (calc-bug-address): Fix docstring.
433         (calc-window-hook, calc-trail-window-hook): New variables.
434         (calc-trail-display): Restore use of calc-trail-window-hook.
435         (calc): Restore use of calc-window-hook.
437 2005-05-31  Masatake YAMATO  <jet@gyve.org>
439         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
441         * help-fns.el (help-C-file-name): Add autoload mark for
442         `find-function-noselect'.
444 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
446         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
447         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
449 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
451         * calendar/diary-lib.el (mark-included-diary-files): Only kill
452         included diary buffer if it was not already being visited.
453         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
455         * calendar/icalendar.el (top-level): Do not require 'appt.
457         * mail/supercite.el (sc-select-attribution): Only use a list
458         element from sc-attrib-selection-list if it returns a string.
459         Reported by Davide G. M. Salvetti <salve@debian.org>.
461 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
463         * thumbs.el (thumbs-thumbname): The resulting thubname now
464         includes a hash value to improve its uniqueness, and has a ".jpg"
465         extension.  Also, it is now a valid filename on all systems.
466         (thumbs-make-thumb): Use `let', not `let*'.
467         (thumbs-show-thumbs-list): Check for JPEG availability.
469 2005-05-30  Richard M. Stallman  <rms@gnu.org>
471         * filesets.el (filesets-menu-ensure-use-cached):
472         Prevent warning when emacs-version>= is undefined.
474         * printing.el (pr-interactive-n-up): Use string-to-number.
476         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
478         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
479         Warn only when name to be defined is quoted.
481 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
483         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
484         Make regexp more robust.
485         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
486         Force regeneration of disassembly.
488 2005-05-29  Jay Belanger  <belanger@truman.edu>
490         * calc/calc.el (calc-user-invocation): Check if
491         calc-invocation-macro is non-nil.
493 2005-05-29  Juri Linkov  <juri@jurta.org>
495         * add-log.el (change-log-font-lock-keywords):
496         Add `+' to e-mail regexp to accept mail address with keywords.
498         * man.el (Man-name-regexp): Add `:' to accept qualified names.
500 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
502         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
504         * ielm.el (inferior-emacs-lisp-mode): Ditto.
506 2005-05-29  Richard M. Stallman  <rms@gnu.org>
508         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
509         Undo the change that moves to end of the current word.
511 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
513         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
514         Throw error when count <= 0 to ensure input is a number.
515         (gdb-read-memory-custom): Pick up address from buffer.
516         (gdb-memory-mode): Allow user to increment and decrement
517         memory address from header line.
519 2005-05-29  Richard M. Stallman  <rms@gnu.org>
521         * flyspell.el (flyspell-version): Function deleted.
522         (flyspell-auto-correct-previous-hook): Doc fix.
524         * jit-lock.el (jit-lock-function, jit-lock-after-change):
525         Do nothing if memory is full.
527         * font-lock.el (font-lock-fontify-syntactically-region):
528         Pass t for GREEDY to looking-back.
530         * saveplace.el (save-place-alist-to-file): Write the file
531         using write-region.
533         * subr.el (looking-back): New argument GREEDY.
535         * progmodes/compile.el (compilation-start): Set the mode
536         before inserting the initial text.
538         * progmodes/which-func.el (which-func-update-1): Turn the mode
539         off in case of error by setting which-func-mode.
541 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
543         * flyspell.el (flyspell-auto-correct-previous-word):
544         Narrow down to what's on the screen, and recenter overlays
545         at the end of the next word.
547 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
549         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
550         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
551         (flyspell-abbrev-p): Default to nil.
552         (flyspell-use-global-abbrev-table-p): Doc fix.
553         (flyspell-large-region): Allow nil as value.
554         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
556         (mail-mode-flyspell-verify): More robust handling
557         of `mail-header-separator'.  More efficient signature detection.
558         Allow for regexp metacharacters in message-header-separator.
559         Adding `To' not to be checked in mail-mode-flyspell-verify.
561         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
562         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
563         Bind flyspell-auto-correct-binding.
564         Bind C-. and C-, .
565         (flyspell-mode-map): Likewise.
566         (flyspell-mode): Doc fix.
567         (flyspell-accept-buffer-local-defs): Preserve current buffer.
568         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
569         (flyspell-word-cache-result): New var, always local.
570         (flyspell-check-pre-word-p): Doc fix.
571         (flyspell-check-changed-word-p): Handle spc like newline.
572         (flyspell-post-command-hook): Set flyspell-word-cache-result.
573         (flyspell-word-search-backward, flyspell-word-search-forward):
574         New functions.
575         (flyspell-word): Return t if nothing to check.
576         When parsing TeX code, check for after } or \.
577         Use flyspell-word-search-backward to find previous word.
578         Return nil if duplicated word.
579         For word already checked, return same value as last time.
580         Set flyspell-word-cache-result after checking.
581         Don't clobber the return value.
582         (flyspell-get-word): Major rewrite.
583         (flyspell-external-point-words): New locals pword, pcount.
584         Fix size used in progress message.
585         Find the proper corresponding word in flyspell-large-region-buffer.
586         (flyspell-region): Check for flyspell-large-region = nil.
587         (flyspell-highlight-incorrect-region): Clean up overlays in region.
588         (flyspell-auto-correct-word): Check that WORD is a cons.
589         (flyspell-correct-word): Likewise.
591 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
593         * progmodes/make-mode.el (makefile-rule-action-regex)
594         (makefile-macroassign-regex, makefile-makepp-mode)
595         (makefile-bsdmake-mode): Continuation lines may be empty.
596         Reported by Joshua Varner.
597         (makefile-makepp-font-lock-keywords): Add $(stem).
599 2005-05-28  Karl Berry  <karl@gnu.org>
601         * textmodes/tex-mode.el: Now that tex-send-command calls
602         shell-quote-argument (2005-03-31 change), remove all calls to
603         shell-quote-argument; they all end up invoking tex-send-command.
604         The double quoting loses on filenames with non-safe characters,
605         such as "@".  Reported by Frederik Fouvry.
607 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
609         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
610         about preserving point.
612 2005-05-27  Jay Belanger  <belanger@truman.edu>
614         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
615         Info-goto-node.
617         * calc/calc-embed.el (calc-embed-arg): New variable.
618         (calc-do-embedded-activate, calc-embedded-activate-formula)
619         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
620         variable by new variable.
621         (calc-embedded-make-info): Replace undeclared variable by new
622         variable.  When selecting region with positive prefix
623         argument, use end of previous line instead of beginning of line.
625         * calc/calc-aent.el (calc-arg-values): Declare it.
627         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
628         Declare them.
630         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
632         * calc/calc.el (calc-alg-map): Declare it.
634         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
636 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
638         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
639         (gdb-registers-buffer, toggle-gdb-all-registers):
640         Toggle display of floating point registers.
641         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
643         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
644         (toggle-gud-tooltip-dereference):
645         Rename from gud-toggle-tooltip-dereference.
647 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
649         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
651 2005-05-27  Jay Belanger  <belanger@truman.edu>
653         * calc/calc-prog.el (calc-kbd-report): Remove.
654         (calc-kbd-query): Rewrite.
656 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
658         * image.el (image-library-alist): Move to image.c.
659         (image-type-available-p): Doc fix.
661 2005-05-27  Lute Kamstra  <lute@gnu.org>
663         * calc/calc.el (calc):
664         * outline.el (outline-1, outline-2, outline-3, outline-4)
665         (outline-5, outline-6, outline-7, outline-8):
666         * textmodes/dns-mode.el (dns-mode):
667         * textmodes/sgml-mode.el (sgml-namespace-face):
668         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
669         (tex-verbatim-face, tex-use-reftex):
670         * textmodes/texinfo.el (texinfo-heading-face):
671         Specify customization group.
673         * longlines.el: Don't require easy-mmode.
674         (longlines-visible-face): Specify customization group.
676 2005-05-27  Kenichi Handa  <handa@m17n.org>
678         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
679         encoding table of windows-1251.
681         * international/ucs-tables.el (ucs-set-table-for-input):
682         If translation-table-for-input of a coding system is a symbol, get
683         its translation-table property.
685         * international/code-pages.el: Don't register a coding system into
686         non-iso-charset-alist more than once.
687         (cp-make-coding-system): Likewise.
689 2005-05-26  John Wiegley  <johnw@newartisans.com>
691         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
692         `eshell-resume-eval' is wrapped in a list, it indicates that the
693         command was run asynchronously.  In that case, unwrap the value
694         before checking the delimiter value.
696         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
697         character before a space at the end of a line is \, assume the space
698         is part of the last argument rather than a final argument separator.
700         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
701         is in use, and the target is `t' or `nil' (which are the most common
702         values), don't assume that the symbol target is a buffer.
704 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
706         * calendar/calendar.el (calendar-mode-line-format):
707         Use mode-line-highlight as mouse-face.
709         * time.el (display-time-string-forms, display-time-update):
710         Use mode-line-highlight as mouse-face.
712 2005-05-26  Jay Belanger  <belanger@truman.edu>
714         * calc/calc.el (calc-language-alist): Remove extra defvar.
716 2005-05-26  Lute Kamstra  <lute@gnu.org>
718         * arc-mode.el (archive-mode):
719         * bookmark.el (bookmark-read-annotation-mode)
720         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
721         * bs.el (bs-mode):
722         * calc/calc-yank.el (calc-edit-mode):
723         * calc/calc.el (calc-mode, calc-trail-mode):
724         * calculator.el (calculator-mode):
725         * chistory.el (command-history-mode):
726         * comint.el:
727         * cus-edit.el (custom-mode):
728         * descr-text.el (describe-text-mode):
729         * ebuff-menu.el (Electric-buffer-menu-mode):
730         * ediff-util.el (ediff-mode):
731         * emacs-lisp/re-builder.el (reb-mode):
732         * emulation/vi.el (vi-mode-setup):
733         * emulation/ws-mode.el (wordstar-mode):
734         * eshell/esh-mode.el (eshell-mode):
735         * forms.el (forms-mode):
736         * help-mode.el (help-mode):
737         * hexl.el (hexl-mode):
738         * ibuffer.el (ibuffer-mode):
739         * ielm.el (inferior-emacs-lisp-mode):
740         * info.el (Info-mode, Info-edit-mode):
741         * international/swedish.el:
742         * ledit.el (ledit-from-lisp-mode):
743         * locate.el (locate-mode):
744         * mail/rmail.el (rmail-mode):
745         * mail/rmailedit.el (rmail-edit-mode):
746         * mail/rmailsum.el (rmail-summary-mode):
747         * mail/supercite.el (sc-electric-mode):
748         * net/eudc.el (eudc-mode):
749         * net/quickurl.el (quickurl-list-mode):
750         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
751         * obsolete/ooutline.el (outline-mode):
752         * obsolete/options.el (Edit-options-mode):
753         * obsolete/rnews.el (news-mode):
754         * obsolete/rnewspost.el (news-reply-mode):
755         * play/5x5.el (5x5-mode):
756         * play/decipher.el (decipher-mode, decipher-stats-mode):
757         * play/gomoku.el (gomoku-mode):
758         * play/snake.el (snake-mode):
759         * play/solitaire.el (solitaire-mode):
760         * play/tetris.el (tetris-mode):
761         * progmodes/ada-mode.el (ada-mode):
762         * progmodes/antlr-mode.el (antlr-mode):
763         * progmodes/autoconf.el (autoconf-mode):
764         * progmodes/dcl-mode.el (dcl-mode):
765         * progmodes/delphi.el (delphi-mode):
766         * progmodes/ebrowse.el (ebrowse-tree-mode)
767         (ebrowse-electric-list-mode, ebrowse-member-mode)
768         (ebrowse-electric-position-mode):
769         * progmodes/f90.el (f90-mode):
770         * progmodes/fortran.el (fortran-mode):
771         * progmodes/icon.el (icon-mode):
772         * progmodes/idlw-help.el (idlwave-help-mode):
773         * progmodes/idlw-shell.el (idlwave-shell-mode):
774         * progmodes/idlwave.el (idlwave-mode):
775         * progmodes/inf-lisp.el (inferior-lisp-mode):
776         * progmodes/m4-mode.el (m4-mode):
777         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
778         * progmodes/modula2.el (modula-2-mode):
779         * progmodes/octave-inf.el (inferior-octave-mode):
780         * progmodes/octave-mod.el (octave-mode):
781         * progmodes/pascal.el (pascal-mode):
782         * progmodes/sh-script.el (sh-mode):
783         * progmodes/sql.el (sql-mode, sql-interactive-mode):
784         * progmodes/vhdl-mode.el (vhdl-mode):
785         * progmodes/xscheme.el (scheme-interaction-mode):
786         * replace.el (occur-mode):
787         * ses.el (ses-mode):
788         * simple.el (completion-list-mode):
789         * skeleton.el:
790         * speedbar.el (speedbar-mode):
791         * term.el (term-mode):
792         * terminal.el (terminal-edit-mode):
793         * textmodes/reftex-index.el (reftex-index-mode)
794         (reftex-index-phrases-mode):
795         * textmodes/reftex-sel.el (reftex-select-label-mode)
796         (reftex-select-bib-mode):
797         * textmodes/reftex-toc.el (reftex-toc-mode):
798         * wdired.el (wdired-change-to-wdired-mode):
799         * wid-browse.el (widget-browse-mode):
800         Use run-mode-hooks.
802         * array.el (array-mode):
803         * calendar/todo-mode.el (todo-mode):
804         * man.el (Man-mode):
805         * play/landmark.el (lm-mode):
806         * play/mpuz.el (mpuz-mode):
807         Use kill-all-local-variables and run-mode-hooks.
809         * subr.el (delay-mode-hooks): Specify indentation.
811 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
813         * xml.el (xml-substitute-special): Don't die for undefined xml entities.
815 2005-05-26  Jay Belanger  <belanger@truman.edu>
817         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
818         of nil.
820 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
822         * progmodes/gdb-ui.el (gdb-frame-address):
823         Rename from gdb-current-address.
824         (gdb-previous-frame-address): Rename from gdb-previous-address.
825         (gdb-selected-frame): Rename from gdb-current-frame.
826         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
827         (gdb-frame-number): Rename from gdb-current-stack-level.
828         (gdb-ann3): Match new mode-name for disassembly buffer.
829         Extend initialisation of variables.
830         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
831         (gdb-memory-mode): Use mouse-face in header line.
832         (gdb-assembler-buffer-name): Call it disassembly and give frame
833         in mode line.
834         (gdb-source-spec-regexp, gdb-assembler-custom)
835         (gdb-invalidate-assembler, gdb-frame-handler):
836         Make robust to leading zeroes in address format.
838 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
840         * textmodes/org.el (org-mode): Use `define-derived-mode' to
841         define `org-mode'.
842         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
844 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
846         * log-edit.el (log-edit-changelog-entries): Distinguish between
847         filenames like xfns.c and fns.c.
849 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
851         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
852         point after reverting.
853         (Buffer-menu-make-sort-button): Handle the case where
854         `Buffer-menu-use-header-line' is nil.
856 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
858         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
859         New funcs.  In minibuffer-local-completion-map bind `]', `/'
860         and `:' to them.
862 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
864         * startup.el (normal-top-level): Allow modification of load-path while
865         we're iterating over it.
867 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
869         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
870         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
871         (thumbs-resize-interactive, thumbs-insert-image)
872         (thumbs-insert-thumb, thumbs-dired-show-marked)
873         (thumbs-find-image-at-point, thumbs-delete-images)
874         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
875         (thumbs-increment-image-size, thumbs-decrement-image-size):
876         Fix typos in docstrings.
878 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
880         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
881         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
882         (cperl-mode): Use them.
884 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
886         * window.el (quit-window, shrink-window-if-larger-than-buffer):
887         Doc fixes.
889 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
891         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
892         Bind C-d to gdb-inferior-io-eof.
894         * dired.el (dired-dnd-popup-notice): Use message-box.
896 2005-05-23  Masatake YAMATO  <jet@gyve.org>
898         * bindings.el (mode-line-major-mode-keymap):
899         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
901         * faces.el (mode-line-highlight): New face.
903         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
904         as mouse-face.
906         * bindings.el (top-level, help-echo, mode-line-modified)
907         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
908         as mouse-face.
910 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
912         * progmodes/cc-engine.el (c-guess-basic-syntax):
913         Remove spurious call to `zerop'.
915         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
917 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
919         CC Mode update to 5.30.10:
921         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
922         could go past the limit in decoration level 2, thereby causing
923         errors during interactive fontification.
925         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
926         the file is evaluated interactively.
928         * cc-engine.el (c-guess-basic-syntax): Handle operator
929         declarations somewhat better in C++.
931         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
932         make use of `run-mode-hooks' which has been added in Emacs 21.1.
933         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
934         (awk-mode): Use it.
935         (make-local-hook): Suppress warning about obsoleteness.
937         * cc-engine.el, cc-align.el, cc-cmds.el
938         (c-append-backslashes-forward, c-delete-backslashes-forward)
939         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
940         Compensate for return value from `forward-line' when it has moved
941         but not to a different line due to eob.
943         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
944         `objc-method-intro' and `objc-method-args-cont'.
946 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
948         CC Mode update to 5.30.10:
950         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
951         in the copyright statement.  Incidentally, change "along with GNU
952         Emacs" to "along with this program" where it occurs.
954         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
955         so that it is interactive, hence can be found by M-x awk-mode
956         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
957         <gmorris+emacs@ast.cam.ac.uk>.
959         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
960         Mode's regexps.
962 2005-05-23  Kevin Ryde  <user42@zip.com.au>
964         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
965         c-parse-state, to avoid a lisp error (on bad code).
967 2005-05-23  Lute Kamstra  <lute@gnu.org>
969         * subr.el (font-lock-defaults): Remove defvar as it's already
970         defined in font-core.el.
972         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
974 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
976         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
977         more general and work when GDB variable "print pretty" is on,
978         as with Emacs, for example.
980 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
982         * font-core.el: Update comment.
984         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
985         Use `after-change-major-mode-hook' instead of `find-file-hook'.
987         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
989 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
991         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
992         and `yank-handler' in the doc strings.
994 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
996         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
998 2005-05-22  Richard M. Stallman  <rms@gnu.org>
1000         * help.el (describe-key): Move print-help-return-message call
1001         out of conditional.
1003         * progmodes/etags.el (list-tags): Use with-no-warnings.
1005         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1006         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1007         (starttls-extra-args, starttls-extra-arguments): Add defvars.
1009         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1011         * language/viet-util.el (viet-viscii-nonascii-translation-table):
1012         Add defvar.
1014         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1015         Use defvar, not defconst.
1017         * hexl.el (hexl-follow-line): Use with-no-warnings.
1019         * emulation/tpu-extras.el: Use write-file-functions instead of
1020         write-file-hooks.
1022         * dired.el (dired-font-lock-keywords): Fontify files with junk
1023         extensions even if marked by -F.
1025 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
1027         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1028         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1029         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1030         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1031         (concatenate, list-length, get*, getf, cl-remprop):
1032         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1033         (etypecase, progv, lexical-let, lexical-let*)
1034         (multiple-value-bind, multiple-value-setq, shiftf):
1035         Improve argument/docstring consistency.
1037         * subr.el (focus-frame, unfocus-frame):
1038         Revert deletion on 2005-05-01.
1040 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
1042         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1043         doesn't exist.
1045         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
1046         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1048 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
1050         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1051         already deleted variables: auto-fill-hook, blink-paren-hook,
1052         lisp-indent-hook, inhibit-local-variables, unread-command-event,
1053         suspend-hooks, comment-indent-hook, meta-flag,
1054         before-change-function, after-change-function,
1055         font-lock-doc-string-face.
1057 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
1059         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1061 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
1063         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1064         rmail-dont-reply-to.
1066 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
1068         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1069         literal blank when splitting new-header-values.
1071 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
1073         * calendar/cal-menu.el (cal-menu-update): Add separator as a
1074         string so that tmm doesn't create a completion entry for it.
1076         * textmodes/table.el (table-disable-menu): Ditto.
1078 2005-05-21  Richard M. Stallman  <rms@gnu.org>
1080         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1082         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1084         * net/rcompile.el (remote-compile): Use compilation-start.
1086         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1088 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
1090         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1091         Default to makefile-bsdmake-mode on BSD systems.
1093         * imenu.el (imenu-generic-expression, imenu--generic-function'):
1094         REGEXP may also be a search function now.  The part of doc-string
1095         for describing the structure was 95% identical to that of
1096         `imenu--generic-function'.  Unify it there.
1098         * progmodes/make-mode.el (makefile-imenu-generic-expression):
1099         Use function to find dependencies, because regexp alone is so complex,
1100         it easily goes into an endless loop.
1101         (makefile-makepp-mode): Also add submenu for Perl functions
1102         defined in the makefile.
1103         (makefile-bsdmake-mode): Special imenu-generic-expression no
1104         longer needed, due to function call.
1105         (makefile-match-dependency): Take BOUND into account when checking
1106         if we're through.
1108 2005-05-20  Jay Belanger  <belanger@truman.edu>
1110         * calc/calc-units.el (calc-invalidate-units-table):
1111         Use inhibit-read-only.
1112         (math-build-units-table-buffer): Use view-mode.
1114 2005-05-20  David Kastrup  <dak@gnu.org>
1116         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1117         easy-menu-add is not a nop on Emacs; and clarify when to call it.
1119 2005-05-20  Lute Kamstra  <lute@gnu.org>
1121         * diff-mode.el (diff-header-face, diff-file-header-face)
1122         (diff-index-face, diff-hunk-header-face, diff-removed-face)
1123         (diff-added-face, diff-changed-face, diff-function-face)
1124         (diff-context-face, diff-nonexistent-face): Put them in the
1125         diff-mode customization group.
1127 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1129         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1131         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1133         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1134         Minor regexp-optimization.
1136 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
1138         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1139         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1140         (org-agenda-add-time-grid-maybe): New function.
1141         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1142         (org-table-create): `dotimes' instead of `mapcar'.
1143         (org-xor): Simplify implementation.
1144         (org-agenda): `inhibit-redisplay' turned on.
1145         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1146         a consistent line after a state change.
1147         (org-agenda-remove-times-when-in-prefix): New option.
1148         (org-prefix-has-time): New variable.
1149         (org-parse-time-string): Optional argument NODEFAULT.
1150         (org-format-agenda-item): Parse items for time-of-day
1151         specifications and move these into the prefix if possible.
1152         (org-agenda-priority): Get current heading, not previous heading
1153         during agenda remote editing.
1155 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
1157         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1158         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1159         (remove-duplicates, delete-duplicates, substitute)
1160         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1161         (nsubstitute-if-not, find, find-if, find-if-not, position)
1162         (position-if, position-if-not, count, count-if, count-if-not)
1163         (mismatch, search, sort*, stable-sort, merge, member*)
1164         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1165         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1166         (intersection, nintersection, set-difference, nset-difference)
1167         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1168         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1169         (nsublis, tree-equal): Improve argument/docstring consistency.
1171         * subr.el (send-string, send-region):
1172         Remove obsolescence declaration.
1173         (window-dot, set-window-dot, read-input, show-buffer)
1174         (eval-current-buffer, string-to-int):
1175         Add release number to obsolescence declarations.
1177 2005-05-19  Kim F. Storm  <storm@cua.dk>
1179         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1180         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1182 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
1184         * faces.el (list-faces-display): Make back button respect optional
1185         regexp arg.
1187 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
1189         * calculator.el (calculator-radix-grouping-mode)
1190         (calculator-radix-grouping-digits, calculator-displayer)
1191         (calculator-radix-grouping-separator, calculator-copy-displayer):
1192         * dabbrev.el (dabbrev-search-these-buffers-only):
1193         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1194         (diff-advance-after-apply-hunk, diff-mode-hook)
1195         (diff-minor-mode-prefix):
1196         * imenu.el (imenu-use-popup-menu):
1197         * jit-lock.el (jit-lock-context-time):
1198         * newcomment.el (comment-fill-column, comment-column)
1199         (comment-style, comment-padding, comment-multi-line)
1200         (comment-empty-lines, comment-auto-fill-only-comments):
1201         * reveal.el (reveal-around-mark):
1202         * uniquify.el (uniquify-buffer-name-style)
1203         (uniquify-after-kill-buffer-p)
1204         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1205         (uniquify-min-dir-content, uniquify-separator)
1206         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1207         * w32-vars.el (w32-fixed-font-alist):
1208         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1209         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1210         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1211         * progmodes/perl-mode.el (perl-indent-level)
1212         (perl-continued-statement-offset, perl-continued-brace-offset)
1213         (perl-brace-offset, perl-brace-imaginary-offset)
1214         (perl-label-offset, perl-indent-continued-arguments)
1215         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1216         * progmodes/tcl.el (tcl-indent-level)
1217         (tcl-continued-indent-level, tcl-auto-newline)
1218         (tcl-tab-always-indent, tcl-electric-hash-style)
1219         (tcl-help-directory-list, tcl-use-smart-word-finder)
1220         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1221         (inferior-tcl-source-command):
1222         * textmodes/fill.el (enable-kinsoku):
1223         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1224         * textmodes/table.el (table-yank-handler):
1225         Specify missing group (and type, if simple) in defcustom.
1227 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
1229         * progmodes/compile.el (compilation-finish-function): Fix defvar.
1231 2005-05-19  Richard M. Stallman  <rms@gnu.org>
1233         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1235         * subr.el (event-basic-type): Don't get an error.
1236         (left-fringe-p): Function deleted.
1238         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1239         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1241         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1242         in recursive copy.
1244         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1246         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1248         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1249         Call byte-compile-nogroup-warn if appropriate.
1251         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1252         (compilation-set-window): Don't call left-fringe-p; do it directly.
1254 2005-05-19  Jay Belanger  <belanger@truman.edu>
1256         * calc/calc-graph.el (calc-graph-format-data): Make sure
1257         var-PlotRejects is bound before trying to check its value.
1259 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
1261         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1262         definition of this variable from reftex-global.el to reftex.el,
1263         because it is needed in the menu.
1265 2005-05-19  Lute Kamstra  <lute@gnu.org>
1267         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1268         years are fixed.  Don't insert a space after a dash.
1270 2005-05-19  Kim F. Storm  <storm@cua.dk>
1272         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1274 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
1276         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1277         strings, because (eq ... ?\\) is fairly frequent.
1279         * progmodes/make-mode.el (makefile-add-this-line-targets):
1280         Simplify and integrate into `makefile-pickup-targets'.
1281         (makefile-add-this-line-macro): Simplify and integrate into
1282         `makefile-pickup-macros.
1283         (makefile-pickup-filenames-as-targets): Simplify.
1284         (makefile-previous-dependency, makefile-match-dependency):
1285         Don't stumble over `::'.
1287 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
1289         * subr.el (post-command-idle-hook, post-command-idle-delay):
1290         Remove obsoletion of post-command-idle-hook and
1291         post-command-idle-delay.
1293         * faces.el (list-faces-display): Provide button when describe-face
1294         is called to take user back to the list of faces.
1296         * help-fns.el (describe-variable): Remove hyperlinks in a
1297         variable's value as these are quite frequently inappropriate.
1299         * follow.el (follow-submit-feedback, follow-mode):
1300         Remove references to post-command-idle-hook.
1302 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
1304         * progmodes/make-mode.el (makefile-previous-dependency)
1305         (makefile-match-dependency): Check for := (and in bsd mode also
1306         !=) to give a better result, even when font-lock is not on.
1308 2005-05-18  Jay Belanger  <belanger@truman.edu>
1310         * calc/calc-help.el (calc-s-prefix-help):
1311         Add `calc-copy-special-constant' to help string.
1313 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
1315         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1317 2005-05-18  Jay Belanger  <belanger@truman.edu>
1319         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1320         in linear factors are in proper order.
1322 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
1324         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1325         Support for jurabib.
1327         * textmodes/reftex.el (featurep): Define aliases for overlay
1328         commands, for XEmacs compatibility, and use these aliases in
1329         overlay initializations.
1330         (reftex-highlight): Use `reftex-move-overlay'.
1331         (reftex-unhighlight): Use `reftex-delete-overlay'.
1332         (reftex-uniq): Funktion removed.  Use `reftex-uniquify' instead.
1333         (reftex-access-search-path): Use `reftex-uniquify' instead of
1334         `reftex-uniq'
1336         * textmodes/reftex-sel.el (reftex-select-unmark):
1337         Overlay `before-string' property modification enables for Emacs as well.
1338         (reftex-select-item): Use `reftex-delete-overlay'.
1339         (reftex-select-mark): Use `reftex-make-overlay' and
1340         `reftex-overlay-put'.
1341         (reftex-select-unmark): Use `reftex-delete-overlay' and
1342         `reftex-overlay-put'.
1344 2005-05-18  Lute Kamstra  <lute@gnu.org>
1346         * emacs-lisp/lisp.el (check-parens): Fix docstring.
1348 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
1350         * add-log.el (add-change-log-entry):
1351         * array.el (array-make-template, array-reconfigure-rows)
1352         (array-init-max-row, array-init-max-column)
1353         (array-init-columns-per-line, array-init-field-width):
1354         * replace.el (replace-match-maybe-edit, perform-replace):
1355         * textmodes/spell.el (spell-region):
1356         Replace `read-input' by `read-string'.
1358         * forms.el (forms-mode):
1359         * finder.el (finder-compile-keywords):
1360         * shadowfile.el (shadow-read-files):
1361         Replace `eval-current-buffer' by `eval-buffer'.
1363         * terminal.el (te-pass-through):
1364         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1365         (ange-ftp-raw-send-cmd):
1366         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1367         (send-process-next-char, telnet-initial-filter, telnet):
1368         Replace `send-string' by `process-send-string'.
1370         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1371         (prolog-consult-region): Replace `send-string' by
1372         `process-send-string'; replace `send-region' by `process-send-region'.
1374         * progmodes/delphi.el (delphi-log-msg):
1375         Replace `set-window-dot' by `set-window-point'.
1377         * subr.el (window-dot, set-window-dot, read-input, send-string)
1378         (send-region, show-buffer, eval-current-buffer):
1379         Make really obsolete, as the comment says.
1381 2005-05-17  Kim F. Storm  <storm@cua.dk>
1383         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1384         (cua--init-keymaps): Bind C-return instead of S-return to set
1385         rectangle mark.
1387         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1388         instead of S-return to toggle/clear rectangle mark.
1390 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
1392         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1393         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1394         Also fontify plain strings assigned to variables, mostly so that a
1395         colon has a face and is thus not taken as a dependency separator.
1396         (makefile-previous-dependency): Inline the new matcher, because it
1397         is too complex to work in both directions.
1398         (makefile-match-dependency): Eliminate `backward' arg (see above).
1399         Completely reimplemented so as to not sometimes go into an endless
1400         loop.  It should also be more efficient, because first it only
1401         searches for `:', instead of applying the very complex regexp.
1402         (makefile-mode): Cancel `font-lock-support-mode', because blocks
1403         to be fontified in one piece can be too long for JIT.
1404         Makefiles are never *that* big.
1406 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
1408         * dired.el (dired-mode): Simplify.
1410 2005-05-17  Lute Kamstra  <lute@gnu.org>
1412         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1413         defcustom for the mode hook variable.
1415         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1416         Emacs Lisp Reference Manual.
1418 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
1420         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1421         (evenp, list*):
1422         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1423         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1425         * net/tramp-smb.el (tramp-smb-open-connection):
1426         Pass `tramp-chunksize' as fifth (required) argument.
1428 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
1430         * font-lock.el (lisp-font-lock-keywords-1):
1431         Set `font-lock-negation-char-face' for [^...] char group.
1432         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1434         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1435         a var, and refine it to mask one more level of nested vars.
1436         (makefile-rule-action-regex): Turn it into a var, and refine it so
1437         it recognizes backslashed continuation lines as belonging to the
1438         same command.
1439         (makefile-macroassign-regex): Refine it so it recognizes
1440         backslashed continuation lines as belonging to the same command.
1441         (makefile-var-use-regex): Don't look at the next char, because it
1442         might be the same one to be skipped by the initial [^$], leading
1443         to an overlooked variable use.
1444         (makefile-make-font-lock-keywords): Remove two parameters, which
1445         are now variables that some of the modes set locally.
1446         Handle dependency and rule action matching through functions, because
1447         regexps alone match too often.  Dependency matching now comes
1448         last, so it can check, whether a colon already matched something else.
1449         (makefile-mode): Inform that font-lock improves makefile parsing
1450         capabilities.
1451         (makefile-match-dependency, makefile-match-action): New functions.
1453 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
1455         * emacs-lisp/cl-extra.el (equalp): Doc fix.
1457         * align.el (align-regexp):
1458         * ansi-color.el (ansi-color-get-face):
1459         * array.el (array-reconfigure-rows, array-init-max-row)
1460         (array-init-max-column, array-init-columns-per-line)
1461         (array-init-field-width):
1462         * dired-aux.el (dired-trample-file-versions):
1463         * dired-x.el (dired-mark-sexp):
1464         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1465         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1466         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1467         * faces.el (face-read-integer):
1468         * files.el (backup-extract-version, insert-directory):
1469         * hexl.el (hexl-insert-decimal-char):
1470         * server.el (server-process-filter):
1471         * shell.el (shell-extract-num):
1472         * startup.el (command-line-1):
1473         * term.el (term-command-hook):
1474         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1475         (time-stamp-do-number):
1476         * time.el (display-time-update):
1477         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1478         (timezone-fix-time):
1479         * vms-patch.el (vms-suspend-resume-hook):
1480         * calendar/appt.el (appt-convert-time):
1481         * calendar/cal-bahai.el (mark-bahai-diary-entries):
1482         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1483         * calendar/cal-islam.el (mark-islamic-diary-entries):
1484         * calendar/calendar.el (calendar-cursor-to-date)
1485         (calendar-star-date):
1486         * calendar/diary-lib.el (diary-attrtype-convert)
1487         (mark-diary-entries, diary-entry-time):
1488         * calendar/solar.el (solar-get-number):
1489         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1490         * emacs-lisp/re-builder.el (reb-display-subexp):
1491         * emulation/edt.el (edt-set-scroll-margins):
1492         * emulation/tpu-extras.el (tpu-set-scroll-margins):
1493         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1494         (vip-get-ex-count):
1495         * emulation/viper-ex.el (viper-get-ex-token)
1496         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1497         * international/fontset.el (fontset-plain-name):
1498         * mail/feedmail.el (feedmail-look-at-queue-directory):
1499         * mail/mailalias.el (mail-get-names):
1500         * mail/rmail.el (rmail-convert-to-babyl-format):
1501         * mail/rmailsum.el (rmail-make-basic-summary-line)
1502         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1503         (rmail-summary-goto-msg):
1504         * mail/smtpmail.el (smtpmail-read-response):
1505         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1506         (ange-ftp-vms-add-file-entry):
1507         * play/gametree.el (gametree-looking-at-ply)
1508         (gametree-current-branch-score):
1509         * progmodes/ada-xref.el (ada-prj-find-prj-file)
1510         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1511         * progmodes/cperl-mode.el (condition-case):
1512         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1513         (ebrowse-set-member-buffer-column-width)
1514         (ebrowse-select-1st-to-9nth):
1515         * progmodes/etags.el (etags-snarf-tag):
1516         * progmodes/flymake.el (flymake-parse-line):
1517         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1518         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1519         (idlwave-shell-menu-def):
1520         * progmodes/ps-mode.el (ps-run-goto-error):
1521         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1522         (vhdl-speedbar-contract-level):
1523         * term/mac-win.el (x-handle-numeric-switch):
1524         * term/sun-mouse.el (sun-get-frame-data):
1525         * term/w32-win.el (x-handle-numeric-switch):
1526         * term/x-win.el (x-handle-numeric-switch):
1527         * textmodes/ispell.el (ispell-parse-output):
1528         * textmodes/nroff-mode.el (nroff-outline-level):
1529         * textmodes/reftex-cite.el (reftex-bib-sort-year)
1530         (reftex-bib-sort-year-reverse, reftex-format-citation):
1531         * textmodes/reftex-parse.el (reftex-init-section-numbers)
1532         (reftex-section-number):
1533         * textmodes/texinfmt.el (texinfo-paragraphindent):
1534         Replace `string-to-int' by `string-to-number'.
1536         * international/latexenc.el: Add page marker to force the "Local
1537         Variables:" string out of the last page.
1539 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
1541         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1542         tooltip-change-major-mode.
1543         (gud-tooltip-print-command): Remove case where gud-minor-mode
1544         is gdb ("--fullname").
1545         (gud-tooltip-tips): Turn GUD tooltips off for this case and
1546         explain to user.
1548 2005-05-16  Jay Belanger  <belanger@truman.edu>
1550         * calc/calc-store.el (calc-copy-special-constant): New function.
1552         * calc/calc-ext.el (calc-init-extensions): Add binding for
1553         `calc-copy-special-constant'.
1555         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
1556         for the `calc-copy-special-constant' command.
1558 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
1560         * subr.el (left-fringe-p): New function.
1562         * progmodes/compile.el (compilation-setup): Set local value of
1563         overlay-arrow-string to "" always.
1564         (compilation-set-window): Left fringe then don't scroll.
1565         No left fringe then no arrow and scroll message to top.
1566         (compilation-context-lines): Adjust doc string accordingly.
1568 2005-05-16  Kim F. Storm  <storm@cua.dk>
1570         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1571         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
1572         (ido-wide-find-dir-or-delete-dir): New command for M-d.
1573         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
1574         (ido-read-file-name): Handle commands with ido property value
1575         equal to find-file as reading a file name, to allow C-d to enter dired.
1576         (ibuffer-find-file): Add ido property with value find-file.
1578 2005-05-15  Kim F. Storm  <storm@cua.dk>
1580         * subr.el (open-network-stream-nowait): Remove.
1581         (open-network-stream-server): Remove.
1583 2005-05-15  Richard M. Stallman  <rms@gnu.org>
1585         * faces.el (describe-face): Output a definition link button.
1587         * help-mode.el (help-face-def): New button type.
1589         * emacs-lisp/copyright.el (copyright-fix-years):
1590         Match properly if the first year is 2-digit.
1591         Don't mess up the whitespace after the years by filling.
1593         * dired-aux.el (dired-mark-confirm):
1594         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
1596         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
1597         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
1598         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
1600         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1601         Set font-lock-comment-start-skip.
1603         * font-lock.el (font-lock-comment-start-skip): New variable.
1604         (font-lock-comment-end-skip): New variable.
1605         (font-lock-fontify-syntactically-region): Use them if non-nil.
1607 2005-05-15  Jay Belanger  <belanger@truman.edu>
1609         * calc/calc-store.el (calc-store-value): Return a string rather
1610         than display it as a message.
1611         Use calc-var-name for variable name.
1612         (calc-store-into): Add the result of calc-store-value to message.
1613         (calc-copy-variable): Add a message.
1614         (calc-store-exchange): Improve error messages.
1615         (calc-store-binary, calc-store-map): Don't reset the values of
1616         special constants.
1618 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
1620         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
1621         manual to docstring.
1623         * files.el (hack-local-variables-confirm): Add STRING argument.
1624         Make the function handle non file visiting buffers correctly.
1625         (hack-local-variables-prop-line, hack-local-variables)
1626         (hack-one-local-variable): Use STRING arg of
1627         `hack-local-variables-confirm'.
1629 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
1631         Sync with Tramp 2.0.49.
1633         * tramp.el (tramp-handle-dired-call-process)
1634         (tramp-handle-insert-directory):`insert-buffer' cannot be used
1635         because the contents of the Tramp buffer is changed before
1636         insertion (`expand-file' and alike).
1637         (tramp-handle-insert-directory): If `localname' has an empty
1638         nondirectory name, it must not be quoted.
1639         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
1640         variable `tramp-chunksize'.  Change callees.
1641         (tramp-open-connection-setup-interactive-shell): Check remote host
1642         for buggy `send-process-string' implementation.
1643         Set `tramp-chunksize' if found.  Reported by Michael Kifer
1644         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
1645         (tramp-handle-shell-command): `insert-buffer' cannot be used
1646         because the contents of the Tramp buffer is changed before
1647         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
1648         <frederic.bothamy@free.fr>.
1649         (tramp-set-auto-save): Actions should be done for Tramp file name
1650         handler only.  Ange-FTP has its own auto-save mechanism.
1651         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1652         (tramp-set-auto-save-file-modes): Set file modes of
1653         `buffer-auto-save-file-name' to ?\600 as fallback solution.
1654         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
1655         (tramp-bug): Remove obsolete variable.
1656         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
1657         for presence of `mml-mode'.  Make it running for older Emacsen as well.
1659 2005-05-14  John Paul Wallington  <jpw@pobox.com>
1661         * ibuf-ext.el (define-ibuffer-filter filename):
1662         If `dired-directory' is a list, use its car.
1664 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
1666         * ibuffer.el (define-ibuffer-column filename):
1667         If `dired-directory' is a list, use its car.
1669 2005-05-14  Richard M. Stallman  <rms@gnu.org>
1671         * subr.el (symbol-file): Doc fix.
1673         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
1674         (byte-compile-form): Call byte-compile-nogroup-warn.
1675         (byte-compile-warning-types): Doc fix.
1677         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
1679         * progmodes/cc-engine.el (c-literal-faces):
1680         Add font-lock-comment-delimiter-face.
1682         * net/net-utils.el (dig): Use with-no-warnings.
1684         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
1685         (sc-recite-frame-alist, sc-default-cite-frame)
1686         (sc-default-uncite-frame, sc-default-recite-frame)
1687         (sc-attrib-selection-list, sc-rewrite-header-list):
1688         Mark as risky-local-variable.
1690         * international/ogonek.el (ogonek-jak, ogonek-how):
1691         Don't use beginning-of-buffer.
1693         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
1695         * calendar/solar.el (solar-data-list): Move definition up.
1697         * dnd.el (dnd-protocol-alist): Add autoload.
1699         * progmodes/sh-script.el: Many doc usage fixes.
1700         (sh-indent-after-do): Change default to match common styles.
1702 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
1704         * files.el (interpreter-mode-alist)
1705         (auto-mode-interpreter-regexp): Doc fixes.
1707 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
1709         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
1711         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
1713 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1715         * dired.el (dired-mode): make-variable-buffer-local =>
1716         make-local-variable.
1718 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1720         * term/mac-win.el (mac-select-convert-to-string): Try coding
1721         systems in mac-script-code-coding-systems if specified one cannot
1722         encode string for `com.apple.traditional-mac-plain-text'.
1724 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
1726         * progmodes/make-mode.el (makefile-targets-face)
1727         (makefile-shell-face, makefile-makepp-perl-face): New faces.
1728         (makefile-dependency-regex): Fix it to not make the colon in
1729         $(var:a=b) special.
1730         (makefile-rule-action-regex): New regexp for highlighting embedded
1731         Shell strings.
1732         (makefile-macroassign-regex): Handle != for highlighting as
1733         embedded Shell strings.
1734         (makefile-var-use-regex): New const.
1735         (makefile-statements, makefile-automake-statements)
1736         (makefile-gmake-statements, makefile-makepp-statements)
1737         (makefile-bsdmake-statements): New consts.
1738         (makefile-make-font-lock-keywords): New function.
1739         (makefile-automake-font-lock-keywords)
1740         (makefile-gmake-font-lock-keywords)
1741         (makefile-makepp-font-lock-keywords)
1742         (makefile-bsdmake-font-lock-keywords): New consts.
1743         (makefile-mode-map): Add switchers between the various submodes.
1744         (makefile-mode): Document the availability of the variants.
1745         (makefile-automake-mode, makefile-gmake-mode)
1746         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
1748         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
1749         new variants of makefile-mode.
1751 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1753         * font-lock.el (font-lock-comment-delimiter-face): Fix up
1754         the inheritance.
1756 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
1758         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
1759         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
1761         * files.el (normal-mode): Extend the scope of the
1762         `enable-local-variables' binding to include the `set-auto-mode' call.
1763         (magic-mode-alist): Doc fix.
1765 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1767         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
1768         font-lock-comment-face rather than copying its setting.
1770 2005-05-12  Andreas Schwab  <schwab@suse.de>
1772         * eshell/esh-mode.el (eshell-send-input): Doc fix.
1774 2005-05-12  Lute Kamstra  <lute@gnu.org>
1776         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
1777         defcustom for the mode hook variable.  Delete the last argument.
1778         * generic-x.el: Fix callers of define-generic-mode.
1779         (generic-x-modes): Delete group.
1780         (show-tabs-tab-face, show-tabs-space-face): Put them in the
1781         generic-x customization group.
1783 2005-05-12  Kim F. Storm  <storm@cua.dk>
1785         * font-lock.el (font-lock-negation-char-face): Default to "off".
1787         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
1788         font-lock-negation-char-face to ! in !=.
1790 2005-05-12  Masatake YAMATO  <jet@gyve.org>
1792         * add-log.el (find-change-log): Fix typos in the docstring
1793         of function.
1795 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1797         * international/latexenc.el (latexenc-find-file-coding-system):
1798         Avoid `re-search-forward' when looking for input encoding because
1799         of speed and safety.  Better regular expressions for recognizing
1800         input encoding.  Limit a search for TeX-master/tex-main-file to
1801         the local variable section.
1803 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
1805         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
1806         syntax of $ to "'" (quote).
1808 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
1810         * dnd.el (dnd-protocol-alist): Improve custom type.
1812         * dired.el (dired-dnd-protocol-alist): New variable.
1813         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
1814         `dired-mode-hook' to the end.
1816 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1818         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
1819         comment-end if comment-start-skip is not set.
1820         Obey the font-lock-comment-delimiter-face variables.
1822 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1824         * files.el (executable-find): Move from executable.el.  Use locate-file.
1825         * progmodes/executable.el (executable-find): Move to files.el.
1827         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
1828         when trying to ensure forward progress.
1830 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
1832         * mouse-sel.el (mouse-sel-follow-link-p): New function.
1833         (mouse-select, mouse-select-internal, mouse-extend-internal):
1834         Use it to implement mouse-1-click-follows-link functionality.
1836 2005-05-11  Richard M. Stallman  <rms@gnu.org>
1838         * font-lock.el (font-lock-fontify-syntactically-region):
1839         Use font-lock-comment-delimiter-face for comment delimiters.
1841 2005-05-10  Jay Belanger  <belanger@truman.edu>
1843         * calc/calc-help.el (calc-m-prefix-help): Add mention of
1844         preserving embedded modes.
1846 2005-05-10  Richard M. Stallman  <rms@gnu.org>
1848         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
1850         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
1851         Move from ada-stmt.el.
1852         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
1854         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
1855         Move to ada-mode.el.
1856         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
1858         * cus-edit.el (custom-file): Call file-chase-links.
1860         * files.el (read-directory-name): Fix previous change.
1861         (hack-local-variables-confirm): New function.
1862         (hack-local-variables-prop-line, hack-local-variables)
1863         (hack-one-local-variable): Use it.
1865 2005-05-10  Lute Kamstra  <lute@gnu.org>
1867         * font-lock.el (font-lock-keywords-alist)
1868         (font-lock-removed-keywords-alist): Clarify docstrings.
1870 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
1872         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
1873         (gdb-source-info): Check for preprocessor info.
1874         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
1875         a macro for a function.
1876         (gdb-info-breakpoints-custom): Try to find file again if not already
1877         found (user might have used GDB dir command).
1878         (gdb-get-location): Update gdb-location-alist correctly for change
1879         to gdb-info-breakpoints-custom.
1881         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
1882         (gud-tooltip-print-command): Add gdbmi case.
1883         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
1884         preprocessor info.
1886 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
1888         * startup.el (fancy-splash-insert): Fix typo in doc string.
1890 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
1892         * obsolete/float.el (string-to-float):
1893         * obsolete/hilit19.el (hilit-add-pattern):
1894         * obsolete/rnews.el (news-parse-range, news-select-message)
1895         (news-get-pruned-list-of-files): Replace `string-to-int' by
1896         `string-to-number'.
1898         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
1899         `find-file-not-found-hooks'; use `add-hook'.
1900         (uncompress-while-visiting): Set `write-file-functions', not
1901         `write-file-hooks'; use `add-hook'.
1903 2005-05-09  Kim F. Storm  <storm@cua.dk>
1905         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
1906         (cua-paste): Handle clipboard action.
1907         (cua--init-keymaps): Remap clipboard-kill-region and
1908         clipboard-kill-ring-save.
1910 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
1912         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1913         Improve commentary.
1915         * simple.el (next-error-overlay-arrow-position): Revert the change
1916         made on 2005-04-30.
1918 2005-05-07  Jay Belanger  <belanger@truman.edu>
1920         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
1921         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
1922         `calc-sel-reselect'.
1924         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
1925         Calc is in embedded mode.
1927 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
1929         * progmodes/compile.el (compilation-setup):
1930         Set overlay-arrow-string to an empty string on text terminals.
1932         * textmodes/ispell.el (ispell-program-name): Try looking for
1933         "aspell" along exec-path, and if found, use it as the default
1934         speller program.
1936 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
1938         * international/mule.el (sgml-xml-auto-coding-function):
1939         Recognize encoding='FOO' in single quotes as well as in double quotes.
1941 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1943         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
1944         as well as `interactive', so that defmacro* would recognize
1945         `declare' forms.
1947 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
1949         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1950         Explain more about the LIGHTER arg's usage in the doc string.
1951         Add commentary to clarify what the code does.  Fix the regexp that
1952         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
1953         since it could have characters special to regular expressions.
1955 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
1957         * replace.el (occur-1): Bind inhibit-read-only so that
1958         erase-buffer doesn't barf on read-only text properties (likewise
1959         for add-text-properties in occur-engine).  Mark buffer as unmodified.
1960         (occur-engine): Don't set buffer-read-only here.
1962 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1964         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
1965         list-buffers-directory.  This caused the *cvs-commit* buffer to be
1966         sometimes mistakenly reused as a *cvs* buffer.
1968 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
1970         * tooltip.el: Move code for GUD tooltips into gud.el.
1971         (require): CL no longer needed to compile case.
1972         (tooltip-mode): Do not toggle functions for GUD tooltips.
1973         (tooltip-gud-tips-p): Remove.  Replace with minor mode
1974         gud-tooltip-mode in gud.el.
1975         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
1976         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
1977         tooltip-gud prefix with gud-tooltip and obsolete.
1978         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
1979         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
1980         (tooltip-mouse-motion): Mouse movement functions/variable.
1981         Rename in gud.el by adding gud prefix.
1982         (tooltip-gud-original-filter, tooltip-gud-dereference)
1983         (tooltip-gud-event, tooltip-toggle-gud-tips)
1984         (tooltip-gud-process-output, tooltip-gud-print-command)
1985         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
1986         gud.el by replacing tooltip-gud prefix with gud-tooltip.
1987         (gdb-tooltip-print): Move to gdb-ui.el.
1989         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
1990         (require): CL needed to compile case.
1991         (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
1992         tooltip-gud-tips-p.  Make it a minor-mode.
1993         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
1994         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
1995         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
1996         (gud-tooltip-change-major-mode)
1997         (gud-tooltip-activate-mouse-motions-if-enabled)
1998         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
1999         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2000         (gud-tooltip-original-filter, gud-tooltip-dereference)
2001         (gud-tooltip-event, tooltip-toggle-gud-tips)
2002         (gud-tooltip-process-output, gud-tooltip-print-command)
2003         (gud-tooltip-tips): Move from tooltip.el.
2005         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2006         (gdb-cpp-define-alist-flags): Doc fix.
2007         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2008         gud-tooltip-mode is t.
2010 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2012         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2013         evaporate if their text is deleted.
2014         (goto-address-at-point): Make it work as a mouse binding as well.
2015         (goto-address-at-mouse): Obsolete it.  Update users.
2017 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
2019         * calendar/appt.el (top-level): No longer activate on load.
2021 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
2023         * calendar/cal-bahai.el (mark-bahai-diary-entries):
2024         * net/webjump.el (webjump):
2025         * progmodes/idlw-help.el (idlwave-do-context-help1)
2026         (idlwave-highlight-linked-completions):
2027         * textmodes/po.el (po-find-file-coding-system-guts):
2028         Replace `assoc-ignore-case' by `assoc-string'.
2030 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
2032         * files.el (locate-file): Doc fix.
2034         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2035         Remove the redundant test for ms-dos.
2037         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2038         look for the preprocessor with exec-suffixes.  If not found in
2039         standard places, look in exec-path.  Remove most of the tests that
2040         used system-type.
2042         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2044         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2046         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2047         file-name clash with jka-compr.el on 8+3 filesystems.
2049 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2051         * term/mac-win.el: Don't define or bind scroll bar functions if
2052         x-toolkit-scroll-bars is t.
2053         (x-select-text, x-get-selection-value):
2054         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2055         (PRIMARY): Put mac-scrap-name property.
2056         (mac-select-convert-to-file-url): New function.
2057         (public.file-url): New selection target type.  Add to
2058         selection-converter-alist.
2059         (x-get-selection, x-selection-value): Handle it.
2060         (x-cut-buffer-or-selection-value): New alias.
2062 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2064         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2065         entry to avoid calling bibtex-find-entry with arg global
2066         being t.  Remove arg key.
2067         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2068         (bibtex-copy-summary-as-kill): Change accordingly.
2070 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
2072         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2073         (org-agenda-date-later): Use with-current-buffer.
2075 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
2077         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2078         (define-obsolete-variable-alias): Doc Fixes.
2080 2005-05-06  Kim F. Storm  <storm@cua.dk>
2082         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
2083         vertical-motion when selective-display is active.
2085         * ido.el (ido-setup-hook): New hook.
2086         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2087         (ido-input-stack): New var.
2088         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
2089         ido-next-work-file binding to M-O.
2090         Bind M-f to ido-wide-find-file-or-pop-dir.
2091         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2092         (ido-read-internal): Run ido-setup-hook.
2093         Catch quit in read-file-name and read-string to cancel edit.
2094         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2095         Automatically pop-all when completing a directory name (RET).
2096         (ido-file-internal): Add with-no-warnings around ffap and dired code.
2097         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2098         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2099         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2100         New functions for M-b/M-f to move among the directory components.
2101         (ido-make-merged-file-list): Catch quit to cancel merge.
2102         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2103         (ido-completion-help): No warnings for ido-completion-buffer-full.
2105 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
2107         * font-lock.el (font-lock-negation-char-face): New face and variable.
2108         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2109         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2110         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2111         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2113 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
2115         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2116         Fix typo in docstring.
2118         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2119         (ebrowse-print-statistics-line)
2120         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2122         * term/w32-win.el (image-library-alist): Add additional name for
2123         Xpm library.
2125 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
2127         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2128         use gcc instead of cpp.
2130         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2131         (gdb-create-define-alist): Use it.
2132         (gdb-cpp-define-alist-program): Update for MS-DOS.
2134 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
2136         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2138 2005-05-04  Richard M. Stallman  <rms@gnu.org>
2140         * help.el (describe-key): No error when UNTRANSLATED is nil.
2142         * simple.el (line-move-1): Fix previous change to signal errors
2143         appropriately.
2145 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
2147         * calendar/icalendar.el (icalendar-version): Now at 0.12.
2148         (icalendar-duration-correction): Remove.
2149         (icalendar--get-event-properties): Split result at commas.
2150         (icalendar--decode-isoduration): New optional argument
2151         DURATION-CORRECTION.
2152         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2153         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2154         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2155         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2156         (icalendar--convert-anniversary-to-ical): New functions, extracted
2157         from icalendar-export-region, with bug fixes.
2158         (icalendar-export-region): Use the above functions.
2159         (icalendar-import-buffer): Check before saving diary file.
2160         (icalendar--convert-recurring-to-diary)
2161         (icalendar--convert-non-recurring-all-day-to-diary)
2162         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2163         extracted from icalendar--convert-ical-to-diary, with bug fixes.
2164         (icalendar--convert-ical-to-diary): Use the above functions.
2166 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
2168         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2169         Remove these recent additions.
2170         (c-mode): Restore to before 2005-04-28.
2172         * progmodes/cc-vars.el (cc-define-list-program): Remove this
2173         recent addition.
2175         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2176         (gdb-define-alist): New variables.
2177         (gdb-create-define-alist): New function.
2178         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2179         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2180         with string-to-number.
2181         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
2183         * progmodes/gud.el: Replace string-to-int with string-to-number.
2184         (gud-find-file): Handle gdb-define-alist.
2186         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2188 2005-05-02  Jay Belanger  <belanger@truman.edu>
2190         * calc/calc-aent.el (math-read-token):
2191         * calc/calc-bin.el (calc-word-size):
2192         * calc/calc-ext.el (calc-read-number-fancy):
2193         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2194         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2195         * calc/calc-frac.el (calc-over-notation):
2196         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2197         (calc-graph-num-points, calc-graph-init):
2198         * calc/calc-prog.el (calc-read-parse-table-part)
2199         (calc-edit-macro-repeats):
2200         * calc/calc-yank.el (calc-do-grab-rectangle):
2201         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2202         Replace `string-to-int' by `string-to-number'.
2204 2005-05-02  Kim F. Storm  <storm@cua.dk>
2206         * kmacro.el: Use executing-kbd-macro-index variable.
2208 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
2210         * net/rlogin.el (rlogin-parse-words): Delete func.
2211         (rlogin): Use split-string, not rlogin-parse-words.
2212         Also, if there are option-like elements in the parsed args,
2213         take the host to be the first arg immediately following them.
2214         Suggested by Michael Mauger.
2216 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
2218         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2220 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
2222         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2223         (cc-mode-cpp-program): Rename to cc-define-list-program and
2224         move to cc-vars.el.
2226         * progmodes/cc-vars.el (cc-define-list-program):
2227         Change to "gcc -E -dM -".  Make customizable.
2229 2005-05-02  Kim F. Storm  <storm@cua.dk>
2231         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2233 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
2235         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2237         * international/mule-util.el (truncate-string): Remove alias and
2238         obsolete declaration.
2240         * international/mule-cmds.el (update-iso-coding-systems):
2241         Remove alias and obsolete declaration.
2243         * international/mule.el (coding-system-parent): Remove alias and
2244         obsolete declaration.
2246         * subr.el (define-function, sref): Remove aliases and obsolete
2247         declarations.
2248         (chars-in-region): Remove obsolete declaration.
2250 2005-05-01  Richard M. Stallman  <rms@gnu.org>
2252         * info.el (Info-mode): Set widen-automatically to nil, locally.
2254         * simple.el (widen-automatically): New variable.
2255         (pop-global-mark): Obey widen-automatically.
2257 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
2259         * term/xterm.el (function-key-map): Call substitute-key-definition
2260         before the keymap size is increased by a lot of define-key calls.
2262 2005-05-01  Richard M. Stallman  <rms@gnu.org>
2264         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2265         Rename ARG to ELEMENT.  Doc fix.
2267 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
2269         * allout.el (allout-exposure): Remove macro and obsolete declaration.
2270         Remove references to allout-exposure/change to allout-new-exposure.
2272         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2273         bytecode symbols.
2275         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2276         (compiled-function-p, focus-frame, unfocus-frame):
2277         Remove aliases and obsolete declarations.
2278         Back out inadvertent changes from previous commit.
2280 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
2282         * files.el (require-final-newline): Make Custom tags consistent
2283         with mode-require-final-newline.
2284         (mode-require-final-newline): Doc fix.
2286 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
2288         * international/latexenc.el (latexenc-find-file-coding-system):
2289         Fix regular expressions.
2291 2005-05-01  David Kastrup <dak@gnu.org>
2293         * international/latexenc.el (latexenc-find-file-coding-system):
2294         Fix regular expressions.
2296 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
2298         * subr.el (string-to-int): Make obsolete.
2300 2005-04-30  Richard M. Stallman  <rms@gnu.org>
2302         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2304         * loadup.el: load jka-comp-hook.
2306         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2307         (jka-compr-handler): Add autoload.  `put' calls moved
2308         to jka-comp-hook.el.
2309         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2310         (jka-compr-inhibit): Autoload.
2312         * jka-comp-hook.el: New file.
2313         Enable the mode by default.
2315         * files.el (backup-buffer-copy): Use copy-file instead
2316         of write-region, and put back the 'excl.
2318 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
2320         * progmodes/flymake.el (flymake-split-string)
2321         (flymake-split-string, flymake-log, flymake-pid-to-names)
2322         (flymake-reg-names, flymake-get-source-buffer-name)
2323         (flymake-unreg-names, flymake-add-line-err-info)
2324         (flymake-add-err-info): Clarify docstrings.
2325         (flymake-popup-menu, flymake-make-emacs-menu)
2326         (flymake-make-xemacs-menu): Add docstrings.
2327         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2328         Set variables directly throughout.
2330 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
2332         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2333         exists.  Initialise cc-define-alist.
2334         (c-mode): Add cc-create-define-alist locally to after-save-hook.
2335         If there is no file (Macroexpansion) don't create an alist.
2337 2005-04-29  Sam Steingold  <sds@gnu.org>
2339         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2340         (cc-create-define-alist): Use it instead of the hard-coded string.
2342 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2344         * international/mule-conf.el (file-coding-system-alist): Fix regexp
2345         for latexenc.
2347 2005-04-29  Lute Kamstra  <lute@gnu.org>
2349         * emacs-lisp/generic.el: Improve commentary section.
2350         (define-generic-mode): Improve docstring.
2352 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
2354         * textmodes/org.el (many places): Change to quiet the byte compiler.
2355         (org-prefix-format-compiled): New variable.
2356         (org-compile-prefix-format): New function.
2357         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2358         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2359         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2360         (org-get-entries-from-diary): Use `org-get-time-of-day' for
2361         consistency with entries from `org-mode' files.
2362         (org-get-time-of-day): Fix bug with partial matches early in a line.
2363         (org-non-link-chars): New constant.
2364         (org-link-regexp): Respect `org-non-link-chars'.
2365         (org-agenda-day-view): Remove command.
2366         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2367         (org-follow-bbdb-link, org-store-link): Search also company field.
2368         (org-highlight-overlay): New variable.
2369         (org-highlight, org-unhighlight): New functions.
2370         (org-agenda-mode): Add pre-command-hook to remove highlight.
2371         (org-evaluate-time-range): Behavior depends upon whether time stamp
2372         contains a time or not.
2373         (org-show-subtree, org-show-entry): New functions.
2374         (org-agenda-cleanup-fancy-diary): Remove empty lines.
2376 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
2378         * comint.el (comint-output-filter-functions): Add autoload cookie.
2380 2005-04-28  Kim F. Storm  <storm@cua.dk>
2382         * ido.el (ido-everywhere): Fix last change.
2384 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2386         * international/latexenc.el: New file.
2387         * international/mule-conf.el (file-coding-system-alist): For .tex,
2388         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2390 2005-04-28  Lute Kamstra  <lute@gnu.org>
2392         * font-lock.el (font-lock-add-keywords)
2393         (font-lock-remove-keywords): Clarify docstring.
2394         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2395         Don't start docstrings with a `*'.
2396         (font-lock-update-removed-keyword-alist): Give it a docstring.
2398         * generic-x.el: Update commentary section.
2399         Only require font-lock when compiling.
2400         Define all modes conditionally.
2401         Place all generic modes in the generic-x-modes customization group.
2402         (generic-x-modes): New customization group.
2403         (generic-default-modes, generic-mswindows-modes)
2404         (generic-unix-modes, generic-other-modes): New constants.
2405         (generic-define-mswindows-modes, generic-define-unix-modes):
2406         Update docstrings.  Make them obsolete.
2407         (generic-extras-enable-list): New default value.  Update docstring.
2408         Improve :type.  Change :set function.
2409         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2410         Fix docstring.
2412         * emacs-lisp/generic.el (generic-mode-internal):
2413         Simplify font-lock-defaults.
2414         (define-generic-mode): Fix docstring.
2416 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2418         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2419         font-lock-face property to highlight matches.
2421 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
2423         * progmodes/cc-mode.el (cc-create-define-alist): New function.
2424         (cc-define-alist): New variable.
2425         (c-mode): Make it local and initialise it.
2427         * progmodes/gdb-ui.el (gdb-active-process): New variable.
2428         (gdb-exited): New function.
2429         (gdb-annotation-rules): Use it.
2430         (gdb-starting): Set gdb-active-process to t.
2431         (gdb-stopping): Amend doc string.
2432         (gdb-reset): Set gdb-active-process to nil.
2434         * tooltip.el (tooltip-gud-tips): Show the associated #define
2435         directives when a C program under GDB is not executing.
2437 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2439         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2440         font-lock-fontify-syntactic-keywords.
2442         * font-lock.el (font-lock-default-fontify-region): Don't force
2443         parse-sexp-lookup-properties to nil.
2445 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2447         * man.el (man-mode-syntax-table): Set up `:' to have
2448         word-constituent syntax.
2450 2005-04-27  Lute Kamstra  <lute@gnu.org>
2452         * novice.el (disable-command): Don't add spurious newlines to the
2453         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
2455 2005-04-26  Jay Belanger  <belanger@truman.edu>
2457         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2458         than one window before deleting window.
2460 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
2462         * shell.el (shell-prompt-pattern): Doc fix.
2463         (shell-mode): Set paragraph-separate buffer locally to "\\'".
2465         * comint.el (comint-prompt-regexp, comint-get-old-input)
2466         (comint-use-prompt-regexp)
2467         (comint-use-prompt-regexp-instead-of-fields)
2468         (comint-replace-by-expanded-history, comint-send-input)
2469         (comint-output-filter, comint-get-old-input-default)
2470         (comint-line-beginning-position, comint-bol, comint-show-output)
2471         (comint-backward-matching-input, comint-forward-matching-input)
2472         (comint-next-prompt, comint-previous-prompt):
2473         Rename `comint-use-prompt-regexp-instead-of-fields' to
2474         `comint-use-prompt-regexp'.  Keep old name as alias and declare
2475         obsolete.
2476         (comint-use-prompt-regexp): Shorten first line of doc string.
2478         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2479         Set paragraph-separate buffer locally to "\\'".
2481         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2482         Adapt to above name change.
2484         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2485         (smbclient-prompt-regexp): Ditto.
2487         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2489 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
2491         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2492         gdb-location-list.
2493         Break lines that are over 80 characters wide.
2495 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2497         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2498         New fun and var, to preserve compatibility.
2500         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2502 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
2504         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2505         name to file-newer-than-file-p.
2507 2005-04-26  Richard M. Stallman  <rms@gnu.org>
2509         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2511         * progmodes/python.el (python-mode):
2512         Use new name eldoc-documentation-function.
2514         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2516         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2517         (eldoc-documentation-function):
2518         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
2520 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
2522         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2524 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
2526         * term/xterm.el (function-key-map): Fix strings for
2527         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
2528         {C,S,A,C-S}-{f1-f12}.
2530 2005-04-26  Kenichi Handa  <handa@m17n.org>
2532         * international/mule-cmds.el (select-safe-coding-system):
2533         Fix previous change.
2535 2005-04-26  Lute Kamstra  <lute@gnu.org>
2537         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2539         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2540         (font-lock-comment-delimiter-face): Ditto.
2542         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2544 2005-04-25  Jay Belanger  <belanger@truman.edu>
2546         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2547         to t while inserting information; use help-mode.
2549 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
2551         * term.el (ansi-term-color-vector): Use the xterm colors.
2552         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
2554 2005-04-25  Lute Kamstra  <lute@gnu.org>
2556         * font-core.el (font-lock-defaults): Fix docstring.
2558         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
2560 2005-04-25  Kenichi Handa  <handa@m17n.org>
2562         * international/mule-cmds.el (select-safe-coding-system):
2563         Don't check consistency with coding: spec, etc if raw-text or
2564         no-conversion was found to be safe.
2566 2005-04-24  Richard M. Stallman  <rms@gnu.org>
2568         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
2569         citation markers at start of each line.
2571         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
2572         citation markers at start of each line.
2574         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
2576         * files.el (mode-require-final-newline): Fix previous change.
2577         (require-final-newline): Fix type label.
2579 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2581         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
2582         statement in buffer (broken by 2004-11-24 change).
2584 2005-04-24  Kim F. Storm  <storm@cua.dk>
2586         * ido.el (ido-everywhere): Save and restore old read-buffer-function
2587         and read-file-name-function values.  Don't overwrite existing
2588         non-nil values if ido-mode is enabled without ido-everywhere.
2590 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
2592         * files.el (mode-require-final-newline): Minor doc fix.
2594 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
2596         * subr.el (syntax-after): Doc fix.
2597         (syntax-class): If argument is nil, return nil.  Mask off upper 16
2598         bits, not 8 bits.
2600         * files.el (mode-require-final-newline): Doc fix.
2601         (backup-buffer-copy): Fix last change.
2603 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2605         * term/mac-win.el: Require select.  Set selection-coding-system to
2606         mac-system-coding-system.  Call menu-bar-enable-clipboard.
2607         (x-last-selected-text-clipboard, x-last-selected-text-primary)
2608         (x-select-enable-clipboard): New variables.
2609         (x-select-text, x-get-selection, x-selection-value)
2610         (x-get-selection-value, mac-select-convert-to-string)
2611         (mac-services-open-file, mac-services-open-selection)
2612         (mac-services-insert-text): New functions.
2613         (CLIPBOARD, FIND): Put mac-scrap-name property.
2614         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
2615         (public.tiff): Put mac-ostype property.
2616         (selection-converter-alist): Add entries for them.
2617         (mac-application-menu-map): New keymap.
2618         (interprogram-cut-function, interprogram-paste-function): Set to
2619         x-select-text and x-get-selection-value, respectively.
2620         (split-window-keep-point): Set to t.
2622 2005-04-23  Richard M. Stallman  <rms@gnu.org>
2624         * files.el (read-directory-name): Always pass non-nil
2625         DEFAULT-FILENAME arg to read-file-name.
2626         (backup-buffer-copy, basic-save-buffer-2): Take care against
2627         writing thru an unexpected existing symlink.
2628         (revert-buffer): In indirect buffer, revert the base buffer.
2629         (magic-mode-alist): Doc fix.
2630         (buffer-stale-function): Doc fix.
2631         (minibuffer-with-setup-hook): Avoid warning.
2632         (mode-require-final-newline): Doc and custom fix.
2634         * follow.el (follow-end-of-buffer): Use with-no-warnings.
2636         * font-lock.el (font-lock-comment-face): On terminals with few colors,
2637         use the default appearance.
2638         (font-lock-comment-delimiter-face): New face, new variable.
2640         * imenu.el (imenu--generic-function): The official position of a
2641         definition is the start of the line that BEG is in.
2643         * midnight.el (midnight-timer): Move defvar up.
2645         * mouse.el (mouse-drag-region-1): Delete some debugging code.
2647         * saveplace.el (save-place-to-alist): Use with-no-warnings.
2649         * startup.el (command-line): Use with-no-warnings.
2651         * window.el (window-size-fixed): New defvar.
2653         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
2655         * mail/rmail.el (rmail-font-lock-keywords):
2656         Use font-lock-comment-delimiter-face.
2658         * mail/sendmail.el (mail-font-lock-keywords):
2659         Use font-lock-comment-delimiter-face.
2661         * progmodes/compile.el (next-error-highlight-timer): New defvar.
2663 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
2665         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2666         Specify t for LAXMATCH when matching directories.
2667         Save match data around compilation-compat-error-properties form.
2669 2005-04-23  David Kastrup  <dak@gnu.org>
2671         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
2672         Mention that the autoloaded aliases should be kept for AUCTeX.
2674 2005-04-23  Andreas Schwab  <schwab@suse.de>
2676         * isearch.el (isearch-forward): Doc fix.
2678 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
2680         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
2681         (jit-lock-stealth-nice): Change default value to 0.5.
2683 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2685         * abbrev.el (write-abbrev-file): Write table entries in
2686         alphabetical order by table name.
2688 2005-04-22  Kim F. Storm  <storm@cua.dk>
2690         * ido.el (ido-read-internal): Fix `list' completion.
2692 2005-04-22  Kenichi Handa  <handa@m17n.org>
2694         * recentf.el (recentf-save-file-coding-system): New variable.
2695         (recentf-save-list): Encode the file by
2696         recentf-save-file-coding-system and add coding: tag.
2698 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
2700         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
2702 2005-04-21  Lute Kamstra  <lute@gnu.org>
2704         * loadhist.el (unload-feature): Don't remove a function from hooks
2705         if it is about to be restored to an autoload .  Remove functions
2706         that will become unbound from auto-mode-alist.  Simplify the code.
2708         * subr.el (assq-delete-all): New implementation that is linear,
2709         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
2710         (rassq-delete-all): New function.
2712         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2713         Add size-indication-mode.
2715 2005-04-21  Kenichi Handa  <handa@m17n.org>
2717         * international/mule-cmds.el: Add autoload for widget-value in
2718         eval-when-compile.
2720 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
2722         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2723         Add tooltip-mode.
2725         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
2727 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
2729         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
2730         (inferior-lisp-filter-regexp, inferior-lisp-program)
2731         (inferior-lisp-load-command, inferior-lisp-prompt)
2732         (inferior-lisp-mode-hook, lisp-source-modes)
2733         (inferior-lisp-load-hook): defvar->defcustom.
2734         (inferior-lisp-program, inferior-lisp-prompt)
2735         (inferior-lisp-load-hook): Doc fixes.
2736         (inferior-lisp-install-letter-bindings): Small change in
2737         introductory comment.
2739 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
2741         * vc.el (vc-annotate-color-map): Change some colors so that text
2742         using them as foreground is readable on both white and black
2743         backgrounds.
2745 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2747         * international/mule-conf.el (translation-table-for-input):
2748         Remove redundant declaration.
2750 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
2752         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
2754         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
2755         (tooltip-toggle-gud-tips): New function.
2757 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2759         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
2760         right angle brackets.
2762 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
2764         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
2766 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2768         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
2769         Remove.  Update callers to use expand-file-name instead.
2771         * subr.el (syntax-class): New function.
2773         * simple.el (blink-matching-open): Use it.
2775         * paren.el (show-paren-function): Use it to recognize parens that are
2776         also used in 2-char comment markers.
2778 2005-04-19  Lute Kamstra  <lute@gnu.org>
2780         * loadhist.el (unload-feature): Update for new format of
2781         load-history.  Simplify the code.
2783 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2785         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
2786         (mac-add-charset-info): New function.  Initialize variable
2787         mac-charset-info-alist using it.
2788         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
2789         for translation.
2790         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
2791         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
2792         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
2793         New CCL programs.
2795 2005-04-19  Kim F. Storm  <storm@cua.dk>
2797         * simple.el (next-buffer, prev-buffer, next-error)
2798         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2799         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
2801         * bindings.el (next-buffer, prev-buffer, next-error)
2802         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2803         (clone-indirect-buffer-other-window): Move bindings from simple.el.
2804         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
2805         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
2807 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2809         * isearch.el (isearch-edit-string): Make the search-ring available for
2810         minibuffer history commands.
2811         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
2812         the default history commands now work just as well.
2813         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
2815 2005-04-18  Kim F. Storm  <storm@cua.dk>
2817         * emulation/cua-base.el (cua--pre-command-handler): Add more
2818         elaborate check for shift modifier on non-window systems.
2820 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
2822         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
2824 2005-04-18  Kim F. Storm  <storm@cua.dk>
2826         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
2827         and make it optional.  Don't test tooltip-gud-echo-area here.
2828         (tooltip-gud-process-output, gdb-tooltip-print):
2829         Pass tooltip-gud-echo-area to tooltip-show.
2830         (tooltip-help-tips): Remove second optional arg to tooltip-show.
2832 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2834         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
2835         `display-graphic-p' may not be bound yet.
2837 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
2839         * startup.el (command-line): No longer enable Xterm Mouse mode by
2840         default in terminals compatible with xterm.
2842         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
2844 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
2846         * tooltip.el (tooltip-gud-echo-area): Rename from
2847         tooltip-use-echo-area.
2848         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
2849         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
2850         area independently of where help tooltips are displayed.
2852 2005-04-17  David Kastrup  <dak@gnu.org>
2854         * cus-theme.el (custom-theme-write-variables): Quote variables
2855         where necessary.
2857 2005-04-17  Richard M. Stallman  <rms@gnu.org>
2859         * simple.el (yank-excluded-properties): Add follow-link to value.
2861         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
2863         * startup.el (fancy-splash-max-time): Just 30 seconds.
2864         (fancy-splash-delay): Just 7.
2865         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
2867         * loadhist.el (unload-feature): Update for new format of load-history.
2868         Simplify the code.
2870         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
2871         (rmail-font-lock-keywords): Don't fontify the text of a citation.
2873         * mail/sendmail.el (mail-font-lock-keywords):
2874         Don't fontify subject text.
2875         Don't fontify the text of a citation.
2877 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
2879         * comint.el (comint-output-filter): Run comint-output-filter-functions
2880         with point where the user had it.
2882 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2884         * international/ucs-tables.el (ucs-set-table-for-input):
2885         Disable when using unify-on-decoding.
2887 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
2889         * emulation/cua-base.el (cua-global-mark-face): Add special case
2890         for displays supporting a high number of colors.
2892 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
2894         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
2896 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
2898         * filesets.el (filesets-add-buffer): If user supplies a name of a
2899         non-existing fileset, create a new fileset.
2901 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
2903         * textmodes/org.el (org-up-heading-all): Fix bug with
2904         `outline-up-heading-all'.
2906 2005-04-16  Andreas Schwab  <schwab@suse.de>
2908         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
2909         /etc/permissions.d/* and /etc/aliases.d/*.
2911 2005-04-16  Kenichi Handa  <handa@m17n.org>
2913         * international/code-pages.el (cp-make-coding-system):
2914         Set `translation-table-for-input' property value to the symbol
2915         ucs-mule-to-mule-unicode, not to that value.
2916         (pt154): Escape guillemet by `\'.
2918 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
2920         * loadup.el: Load tooltip if x-show-tip is fboundp.
2922         * startup.el (command-line): Add comment.
2924         * tooltip.el (tooltip-mode): Specify correct standard value for
2925         Custom in init-value.
2927 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
2929         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
2930         possible.
2932 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
2934         * textmodes/org.el (org-agenda-date-prompt): Rename from
2935         `org-agenda-date-today'.
2936         (org-evaluate-time-range): Insert at point instead of directly
2937         after time range.
2938         (org-first-headline-recenter, org-subtree-end-visible-p)
2939         (org-optimize-window-after-visibility-change): New functions
2940         (org-agenda-post-command-hook): Don't allow point at end of line,
2941         to make sure it always hits the text properties.
2942         (org-agenda-next-date-line, org-agenda-previous-date-line):
2943         New commands.
2944         (org-set-regexps-and-options): Category may contain white space.
2945         (org-agenda-get-deadlines, org-agenda-get-scheduled):
2946         Improve marker positions.
2947         (org-agenda-new-marker): Argument POS made optional.
2948         (org-agenda-get-timestamps): Deadlines which are done are listed
2949         in org-done-face now.
2950         (org-agenda-get-todos, org-agenda-get-timestamps)
2951         (org-agenda-get-deadlines, org-agenda-get-scheduled):
2952         Set `undone-face' and `done-face' properties.
2953         (org-last-todo-state-is-todo): New variable.
2954         (org-todo): Set `org-last-todo-state-is-todo'.
2955         (org-agenda-todo): Change face according to
2956         `org-last-todo-state-is-todo'.  And change other lines refering to
2957         the same entry.
2958         (org-calendar-goto-agenda): New command.
2959         (org-calendar-to-agenda-key): New option.
2960         (org-startup-folded): New allowed value `content'.
2961         (org-set-regexps-and-options): Accept new value `content' for
2962         `org-startup-folded'.
2963         (org-get-current-options): Handle new value `content' for
2964         `org-startup-folded'.
2965         (org-insert-todo-heading): New command.
2966         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
2967         interactively in empty file and option
2968         `org-insert-mode-line-in-empty-file' has been set.
2969         (org-agenda-todo,org-agenda-priority): Modify to use
2970         `org-agenda-change-all-lines'.
2971         (org-warning-face): Change color on dark background
2973 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2975         * international/mule-cmds.el (set-locale-environment): On Mac OS,
2976         use preferences AppleLocale and AppleLanguages, and variable
2977         mac-system-locale for default locale.  On Mac OS Classic, use
2978         mac-system-coding-system for default coding systems.
2980         * term/mac-win.el: Don't set file-name-coding-system.
2981         Decode variables system-name, emacs-build-system, user-login-name, and
2982         user-full-name by mac-system-coding-system on Mac OS Classic.
2983         (mac-system-coding-system): New variable.
2985 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
2987         * startup.el (command-line): Handle `xterm-mouse-mode' before
2988         reading init file.
2990         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
2992 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
2994         * progmodes/sh-script.el (sh-here-document-word): Make it a
2995         defcustom.  Doc fix.
2996         (sh-add): Bash uses $(( )) for arithmetic.
2997         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
2998         (sh-maybe-here-document): Remove quotes and leading whitespace
2999         from heredoc word when closing.  Indent heredoc with tabs if word
3000         starts with "-".
3002 2005-04-13  Richard M. Stallman  <rms@gnu.org>
3004         * simple.el (undo): Fix previous change.
3006         * custom.el (defface): Doc fix.
3008 2005-04-13  Lute Kamstra  <lute@gnu.org>
3010         * Makefile.in (DONTCOMPILE): Remove list.
3011         (compile, compile-always): Don't use DONTCOMPILE.
3012         (update-authors): Load the library in which batch-update-authors
3013         is defined.
3014         * makefile.w32-in (DONTCOMPILE): Remove list.
3015         (compile, compile-always): Fix comments.
3016         (update-authors): Load the library in which batch-update-authors
3017         is defined.
3019         * generic-x.el (generic-mode-ini-file-find-file-hook):
3020         Rename to ini-generic-mode-find-file-hook.
3021         Keep generic-mode-ini-file-find-file-hook as an alias.
3022         (ini-generic-mode-find-file-hook): Rename from
3023         generic-mode-ini-file-find-file-hook.  Fix docstring.
3024         (ini-generic-mode): Docstring change.
3025         (bat-generic-mode-run-as-comint): Silence the byte compiler.
3027         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3028         called from lisp.
3030         * generic.el: Move to the emacs-lisp subdir.
3032 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
3034         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3035         and C-S- function and cursor motion keys.
3037 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
3039         * startup.el (command-line): Enable Xterm Mouse mode by default.
3040         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3041         for Custom.  No longer show "Mouse" in mode line when enabled.
3042         Doc fix.
3044 2005-04-12  Kim F. Storm  <storm@cua.dk>
3046         * emulation/cua-base.el (cua-rectangle-face)
3047         (cua-rectangle-noselect-face): Define face attributes here.
3049         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3051 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3053         * startup.el (command-line): Turn off blinking cursor if
3054         cursorBlink in resources is off or false.
3056 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3058         * term/mac-win.el (dnd): Require dnd.
3059         (mac-drag-n-drop): Call dnd-handle-one-url.
3060         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3061         (kTextEncodingISOLatin2): Remove constants.
3062         (mac-script-code-coding-systems): New constant.
3063         (mac-handle-language-change): New function.
3064         (special-event-map): Bind it to `language-change' event.
3065         (mac-centraleurroman, mac-cyrillic): New coding systems.
3066         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3067         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3068         and mac-cyrillic-encoder to encode-mac-centraleurroman and
3069         encode-mac-cyrillic, respectively.
3071 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
3073         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3074         Don't set overlay-arrow-string to "=>" as this is done
3075         globally in C now.
3077 2005-04-12  Lute Kamstra  <lute@gnu.org>
3079         * generic-x.el (rc-generic-mode, rul-generic-mode):
3080         Fix auto-mode-alist entries.
3081         (etc-fstab-generic-mode): Tweak fontification.
3083         * generic.el (generic-make-keywords-list): Fix docstring.
3084         (generic-mode-internal): Simplify generic-font-lock-keywords.
3086 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
3088         * whitespace.el (whitespace-buffer-leading)
3089         (whitespace-buffer-trailing): Revert the incorrect test inversion.
3090         However, fix the highlight area for the leading and
3091         trailing whitespaces to show space.
3093 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
3095         * whitespace.el (whitespace-version): Bump to 3.5
3097         (whitespace-buffer-leading, whitespace-buffer-trailing):
3098         Invert sense of the test to highlight the whitespace.
3100 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
3102         * progmodes/gud.el (gud-display-line): GUD uses its own
3103         overlay arrow now so don't set overlay-arrow-string.
3104         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3106 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
3108         * term.el (term-ansi-current-bold, term-ansi-current-underline)
3109         (term-ansi-current-reverse, term-ansi-current-invisible)
3110         (term-ansi-face-already-done): Change to boolean.
3111         (term-reset-terminal, term-handle-colors-array): Handle the above
3112         vars accordingly.
3113         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3114         (term-emulate-terminal): Use the new name.
3116         * faces.el (secondary-selection): Use yellow1, not yellow.
3117         (trailing-whitespace): Use red1, not red.
3119 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3121         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3122         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3123         (dired-dnd-handle-file): Call dnd-get-local-file-uri
3125         * cus-edit.el (dnd): New group.
3127         * term/w32-win.el (dnd): Require dnd
3128         (w32-drag-n-drop): Call dnd-handle-one-url.
3130         * x-dnd.el: Require dnd.
3131         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3132         Call dnd-handle-one-url.
3133         (x-dnd-types-alist, x-dnd-insert-utf8-text)
3134         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3135         to dnd-insert-text.
3136         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3137         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3138         (x-dnd-get-local-file-name, x-dnd-open-local-file)
3139         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3141         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3143 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
3145         * wdired.el: Doc fixes.
3146         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3147         (wdired-use-dired-vertical-movement): Rename from
3148         wdired-always-move-to-filename-beginning.
3149         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3150         (wdired-change-to-wdired-mode): Change mode name.
3151         (wdired-newline): Delete.
3153 2005-04-11  Richard M. Stallman  <rms@gnu.org>
3155         * whitespace.el (whitespace-highlight-the-space):
3156         Don't call whitespace-unhighlight-the-space here.
3158         * simple.el (undo): Record t in undo-equiv-table
3159         for the redo record made by an undo-in-region.
3161 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
3163         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3164         (gdb-frame-inferior-io-buffer): New Functions to control
3165         display of separate IO buffer.
3166         (menu): Add them to menu-bar.
3167         (gdb-display-buffer): Check for buffer another frame.
3168         Protect GUD buffer.
3169         (gdb-setup-windows): Create IO buffer if not already there.
3170         (gdb-memory-mode): Remove purecopy noops.
3172 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
3174         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3175         and pass to self-insert-command.
3177 2005-04-11  Lute Kamstra  <lute@gnu.org>
3179         * generic.el: Commentary section cleanup.
3180         (generic): Delete.
3181         (generic-use-find-file-hook, generic-lines-to-scan)
3182         (generic-find-file-regexp, generic-ignore-files-regexp)
3183         (default-generic-mode, generic-mode-find-file-hook)
3184         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3185         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
3186         (generic-use-find-file-hook, generic-lines-to-scan)
3187         (generic-find-file-regexp, generic-ignore-files-regexp)
3188         (default-generic-mode, generic-mode-find-file-hook)
3189         (generic-mode-ini-file-find-file-hook): Move from generic.el.
3191 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
3193         * bookmark.el (bookmark-write-file): Catch errors writing file.
3194         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3196 2005-04-10  Richard M. Stallman  <rms@gnu.org>
3198         * startup.el (fancy-splash-tail): Update copyright year.
3199         (command-line): Split part of -Q into -D.
3200         (emacs-basic-display): New defvar.
3201         (fancy-splash-text): Correct name of menu item.
3203         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3205         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3206         lines in one node.
3208         * comint.el (comint-send-input): New arg ARTIFICIAL.
3209         Callers in this file changed.
3211         * abbrev.el (define-abbrevs): Read system abbrevs properly.
3213         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3215 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
3217         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
3218         `ldap-search-internal'.
3220 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3222         * files.el (set-auto-mode-1): Use line-end-position.
3224         * international/latin-1.el:
3225         * international/latin-2.el:
3226         * international/latin-3.el:
3227         * international/latin-4.el:
3228         * international/latin-5.el:
3229         * international/latin-8.el:
3230         * international/latin-9.el: Give punctuation syntax to NBSP.
3232         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3233         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3234         Use char-classes to accept non-ascii letters, accepted in some recent
3235         bibtex implementations.
3237 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
3239         * custom.el (custom-set-minor-mode): Any non-nil value for the
3240         variable should enable the mode when set through Custom.
3242 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3244         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3245         TAB binding so tab-always-indent is obeyed.
3246         (vhdl-minibuffer-local-map): Move initialization into declaration.
3247         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3248         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3249         (vhdl-hooked-abbrev): Avoid test for XEmacs.
3250         (vhdl-current-line): Use line-beginning-position.
3251         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3252         with-output-to-temp-buffer, so the current position can be recorded.
3254 2005-04-10  Masatake YAMATO  <jet@gyve.org>
3256         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3257         Add regexp for gcov.
3259 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3261         * calendar/time-date.el (time-to-seconds, seconds-to-time)
3262         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3263         syntax which Emacs 20 doesn't support.
3265 2005-04-09  Richard M. Stallman  <rms@gnu.org>
3267         * help.el (describe-key-briefly, describe-key):
3268         Replace strings as event types with "(any string)".
3270 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3272         * arc-mode.el (archive-mode-map): Move initialization into
3273         the declaration.  Override *all* bindings of `undo'.
3274         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3276 2005-04-09  Jay Belanger  <belanger@truman.edu>
3278         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3280 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3282         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3283         (xterm-register-default-colors): Update color values computation
3284         to match xterm-200.
3286 2005-04-09  Kenichi Handa  <handa@m17n.org>
3288         * international/code-pages.el (iso-latin-7): Fix the map.
3290 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
3292         * emacs-lisp/lisp.el (defun-prompt-regexp)
3293         (parens-require-spaces, buffer-end, end-of-defun)
3294         (insert-parentheses): Doc fixes.
3296 2005-04-08  Kim F. Storm  <storm@cua.dk>
3298         * comint.el (comint-highlight-prompt): Fix face spec.
3299         * hi-lock.el (hi-green): Likewise.
3301 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
3303         * cus-edit.el (custom-modified-face):
3304         * comint.el (comint-highlight-input): Fix previous changes.
3305         * term.el (term-handle-ansi-escape): Add a comment.
3307 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3309         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3310         in the buffer and in whitespace-highlighted-space.
3311         (whitespace-unhighlight-the-space): Simplify.
3312         (whitespace-buffer): Simplify.
3314 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
3316         * textmodes/table.el (table-cell-face): Add special case for
3317         displays supporting a high number of colors.
3318         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3319         (vhdl-font-lock-reserved-words-face)
3320         (vhdl-speedbar-architecture-face)
3321         (vhdl-speedbar-instantiation-face)
3322         (vhdl-speedbar-architecture-selected-face)
3323         (vhdl-speedbar-instantiation-selected-face): Likewise.
3324         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3325         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3326         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3327         (ebrowse-root-class-face, ebrowse-member-attribute-face)
3328         (ebrowse-progress-face): Likewise.
3329         * progmodes/compile.el (compilation-info-face): Likewise.
3330         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3331         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3332         * calendar/calendar.el (diary-face): Likewise.
3333         * woman.el (woman-italic-face, woman-bold-face)
3334         (woman-unknown-face): Likewise.
3335         * wid-edit.el (widget-button-pressed-face): Likewise.
3336         * whitespace.el (whitespace-highlight-face): Likewise.
3337         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3338         * pcvs-info.el (cvs-marked-face): Likewise.
3339         * info.el (info-xref): Likewise.
3340         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3341         * hilit-chg.el (highlight-changes-face)
3342         (highlight-changes-delete-face): Likewise.
3343         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3344         (hi-red-b): Likewise.
3345         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3346         * font-lock.el (font-lock-keyword-face)
3347         (font-lock-function-name-face, font-lock-warning-face): Likewise.
3348         * cus-edit.el (custom-invalid-face, custom-modified-face)
3349         (custom-set-face, custom-changed-face, custom-variable-tag-face)
3350         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3351         * comint.el (comint-highlight-prompt): Likewise.
3353 2005-04-08  Lute Kamstra  <lute@gnu.org>
3355         * font-lock.el (font-lock-keywords): Docstring fixes.
3357 2005-04-08  Kenichi Handa  <handa@m17n.org>
3359         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3360         chars are more than a limit, print " and more..." at the tail.
3362 2005-04-08  Kim F. Storm  <storm@cua.dk>
3364         * emacs-lisp/authors.el (authors-aliases): Update list.
3365         (authors-ignored-files): New list.
3366         (authors-fixed-entries): Fix typo.
3367         (authors-renamed-files-alist): Update list.
3368         (authors-add): Check authors-ignored-files.
3370 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
3372         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3373         optional, to ensure backward compatibility.
3375 2005-04-08  Stephen Eglen  <stephen@gnu.org>
3377         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3379 2005-04-08  Kim F. Storm  <storm@cua.dk>
3381         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3383         * mouse.el (mouse-on-link-p): Doc fix.
3385 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
3387         * ielm.el (ielm-prompt-read-only): Doc fix.
3389         * comint.el (comint-prompt-read-only): Doc fix.
3391 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
3393         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3394         ensure dired always handles wildcards passed to ffap.
3395         (find-file-at-point): Use it.
3396         (ffap-dired-wildcards): Doc fix.
3398 2005-04-07  Juri Linkov  <juri@jurta.org>
3400         * simple.el (next-error-overlay-arrow-position): New defvar.
3401         Put "=>" on its property `overlay-arrow-string'.  Add it to
3402         `overlay-arrow-variable-list'.
3404         * progmodes/compile.el (compilation-setup):
3405         Set `next-error-overlay-arrow-position' to nil.  Also set it to
3406         nil in the local hook `kill-buffer-hook'.  Make local variable
3407         `overlay-arrow-string' and set it to "=>".
3408         (compilation-goto-locus): Set BOL position to
3409         `next-error-overlay-arrow-position' instead of
3410         `overlay-arrow-position'.
3412         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3413         locally instead of adding it to the global hook.
3414         (Info-kill-buffer): Move up.
3416 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
3418         * term/xterm.el (xterm-standard-colors): Update color values from
3419         xterm-200.
3421 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3423         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3425         * fast-lock.el:
3426         * lazy-lock.el: Move them to the obsolete subdir.
3428 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
3430         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3431         (wdired-add-replace-advice): Remove.
3432         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3434 2005-04-06  Kim F. Storm  <storm@cua.dk>
3436         * startup.el (command-line): Add --bare-bones alias for -Q.
3438 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3440         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3441         create the startup fontset if a font specification ends with
3442         `mac-roman'.
3444 2005-04-06  Lute Kamstra  <lute@gnu.org>
3446         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3447         change.
3449         * emacs-lisp/copyright.el (copyright-update-year): Replace the
3450         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
3452 2005-04-05  Lute Kamstra  <lute@gnu.org>
3454         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3455         (define-generic-mode): Ditto.  Fix debug declaration.
3457         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3458         Put them in the generic-x group.
3460         * calendar/timeclock.el (timeclock): Doc fix.
3462         * generic.el (define-generic-mode): Don't use custom-current-group.
3463         Document default :group value.
3464         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3465         (define-global-minor-mode): Don't use custom-current-group.
3467 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
3469         * startup.el (command-line-1): Display startup-echo-area-message
3470         when fancy splash screen is in use.
3472         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3473         (sh-escaped-newline): New face.
3474         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3475         newline, and use sh-escaped-newline face.
3477         * progmodes/tcl.el (tcl-escaped-newline): New face.
3478         (tcl-builtin-list): New variable.
3479         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3480         newlines.  Fix keywords subexpression number.
3482 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
3484         * textmodes/org.el (org-diary-default-entry): Fix call to
3485         `add-to-diary-entry'.
3487 2005-04-05  Kim F. Storm  <storm@cua.dk>
3489         * ediff-init.el: Use (featurep 'xemacs).
3491 2005-04-05  David Ponce  <david@dponce.com>
3493         * cus-edit.el (face): Derive from symbol widget.  Display sample
3494         of the current face on the fly.
3495         (widget-face-sample-face-get, widget-face-notify): New functions.
3496         (widget-face-value-create): Remove.
3498         * wid-edit.el (widget-field-end): Temporarily remove field
3499         narrowing before to call `get-char-property'.
3501 2005-04-04  Jay Belanger  <belanger@truman.edu>
3503         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3504         (math-read-subscripts): New variable.
3505         (math-read-preprocess-string): Process subscripts.
3507 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
3509         * comint.el (comint-prompt-read-only): Doc fix.
3511         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3512         `-1'.  Doc fix.
3514 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
3516         * textmodes/org.el (org-insert-mode-line-in-empty-file):
3517         Change default value to nil.
3519 2005-04-04  Lute Kamstra  <lute@gnu.org>
3521         * autorevert.el (auto-revert-mode): Specify :group.
3522         * battery.el (display-battery-mode): Specify :group.
3523         * diff-mode.el (diff-minor-mode): Specify :group.
3524         * font-core.el (font-lock-mode): Specify :group.
3525         * hl-line.el (hl-line-mode): Specify :group.
3526         * iimage.el (iimage): New customization group.
3527         (iimage-mode): Specify :group.
3528         * longlines.el (longlines-mode): Specify :group.
3529         * master.el: Don't require easy-mmode.
3530         (master): New customization group.
3531         (master-mode): Specify :group.
3532         * msb.el (msb-mode): Specify :group.
3533         * reveal.el (reveal-mode): Specify :group.
3534         * simple.el (next-error-follow-minor-mode): Specify :group.
3535         * smerge-mode.el (smerge-mode): Specify :group.
3536         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3537         * emulation/cua-base.el (cua-mode): Specify :group.
3538         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3539         * language/thai-util.el (thai-auto-composition-mode)
3540         (thai-word-mode): Specify :group.
3541         * mail/supercite.el (sc-minor-mode): Specify :group.
3542         * progmodes/cwarn.el (cwarn-mode): Specify :group.
3543         * progmodes/flymake.el (flymake-mode): Specify :group.
3544         * progmodes/glasses.el (glasses-mode): Specify :group.
3545         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3546         * textmodes/enriched.el (enriched-mode): Specify :group.
3547         * textmodes/refill.el (refill-mode): Specify :group.
3549         * add-log.el (change-log-font-lock-keywords): Names in
3550         parenthesized lists can contain spaces.
3552 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
3554         * startup.el (fancy-splash-text): Shorten default text of
3555         "Emacs Tutorial" line.  Also, if the current language env
3556         indicates an available tutorial file other than TUTORIAL,
3557         extract its title and append it to the line in parentheses.
3558         (fancy-splash-insert): If arg is a thunk, funcall it.
3560 2005-04-04  Jay Belanger  <belanger@truman.edu>
3562         * calc.el (calc-language-alist): Add tags to customization type.
3564 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
3566         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
3567         Doc fix.
3569 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
3571         * add-log.el (change-log-font-lock-keywords): The manual
3572         describing a Change Log entry, says: (...) "Aside from these
3573         header lines, every line in the change log starts with a space or
3574         a tab.".  The font-lock was not highlighting lines started with
3575         spaces, added support for it.
3577 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3579         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
3580         (bibtex-generate-url-list): Update docstring accordingly.  Put the
3581         complex example in the docstring.
3582         (bibtex-font-lock-url): Use pop.
3584 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3586         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
3588         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
3590 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
3592         * filesets.el (filesets-set-default): Doc fix.
3594 2005-04-03  Lute Kamstra  <lute@gnu.org>
3596         * generic.el (define-generic-mode): Add argument to specify
3597         keywords for defcustom.
3598         (default-generic-mode): Specify :group.
3600         * generic-x.el: Specify :group for all generic modes.
3602         * desktop.el (desktop-no-desktop-file-hook)
3603         (desktop-after-read-hook): Doc fix.
3605 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
3607         * simple.el (visible-mode): Use explicit :group keyword.
3608         This changes the group of `visible-mode-hook' from paren-blinking
3609         to editing-basics.
3611 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
3613         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
3614         mailbox specifications as well as URLs.
3615         (rmail-insert-inbox-text): Remove unused conditional branches.
3617 2005-04-01  Jay Belanger  <belanger@truman.edu>
3619         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3620         (calc-gnuplot-print-command): Move definitions to calc.el.
3622         * calc/calc-embed.el (calc-embedded-announce-formula)
3623         (calc-embedded-open-formula, calc-embedded-close-formula)
3624         (calc-embedded-open-word, calc-embedded-close-word)
3625         (calc-embedded-open-plain, calc-embedded-close-plain)
3626         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3627         (calc-embedded-open-mode, calc-embedded-close-mode):
3628         Move definitions to calc.el.
3630         * calc/calc.el (calc-settings-file, calc-language-alist):
3631         Make customizable.
3632         (calc-embedded-announce-formula, calc-embedded-open-formula)
3633         (calc-embedded-close-formula, calc-embedded-open-word)
3634         (calc-embedded-close-word, calc-embedded-open-plain)
3635         (calc-embedded-close-plain, calc-embedded-open-new-formula)
3636         (calc-embedded-close-new-formula, calc-embedded-open-mode)
3637         (calc-embedded-close-mode, calc-gnuplot-name)
3638         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
3639         from other files and make customizable.
3641 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3643         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
3644         Use buffer-live-p.
3645         (cvs-mode-run): Don't call cvs-update-header here.
3646         (cvs-run-process): Call cvs-update-header.
3647         Use process properties for cvs-postprocess and cvs-buffer so that
3648         the sentinel can behave better if the temp buffer is killed.
3649         Use a pipe rather than a tty, to better handle unexpected prompts.
3650         (cvs-sentinel): Rewrite.  Call cvs-update-header.
3652 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
3654         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
3655         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
3657 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3659         * generic.el (define-generic-mode): Add indentation rule.
3661 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
3663         * files.el (mode-require-final-newline): Make Custom correctly
3664         report a nil value and allow to set it to nil via Custom.
3665         Doc fix.
3667 2005-04-01  Kenichi Handa  <handa@m17n.org>
3669         * international/characters.el: Enable the correct case setting for
3670         dotless-i and dotted-I.
3672 2005-04-01  Kim F. Storm  <storm@cua.dk>
3674         * ido.el (ido-file-internal): Fall back to non-ido command if
3675         initial directory is on slow ftp (or tramp) host.
3677 2005-03-31  Richard M. Stallman  <rms@gnu.org>
3679         * emacs-lisp/autoload.el (make-autoload):
3680         Handle define-global-minor-mode.
3682         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3683         Rename from easy-mmode-define-global-mode.
3684         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
3686         * progmodes/scheme.el (scheme-mode-syntax-table):
3687         Update syntax of | and # for two-character comment syntax.
3689 2005-03-31  Lute Kamstra  <lute@gnu.org>
3691         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
3692         (define-minor-mode): Call custom-current-group at load-time.
3694         * generic.el (define-generic-mode): Add debug declaration.
3695         Add defcustom for the mode hook.
3696         (generic-mode-internal): Use run-mode-hooks.
3698 2005-03-31  Kim F. Storm  <storm@cua.dk>
3700         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
3701         (mouse-fixup-help-message): New defun called by show_help_echo
3702         to fixup mouse-2 prefix in help messages when applicable.
3704         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
3706 2005-03-31  Kenichi Handa  <handa@m17n.org>
3708         * language/thai-word.el (thai-find-word-ends): Pay attention to
3709         the case that we reach the end of buffer.
3711         * textmodes/fill.el (fill-text-properties-at): New function.
3712         (fill-newline): Use fill-text-properties-at instead of
3713         text-properties-at.
3715 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
3717         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
3718         not comint-quote-filename.
3720 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
3722         * help-fns.el (help-with-tutorial): Revert last change.
3724 2005-03-31  Kim F. Storm  <storm@cua.dk>
3726         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
3728 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3730         * calendar/cal-china.el: Update reference to "Calendrical
3731         Calculations" book; there's a new edition.
3732         * calendar/cal-coptic.el: Likewise.
3733         * calendar/cal-french.el: Likewise.
3734         * calendar/cal-hebrew.el: Likewise.
3735         * calendar/cal-islam.el: Likewise.
3736         * calendar/cal-iso.el: Likewise.
3737         * calendar/cal-julian.el: Likewise.
3738         * calendar/cal-mayan.el: Likewise.
3739         * calendar/cal-persia.el: Likewise.
3740         * calendar/calendar.el: Likewise.
3741         * calendar/holidays.el: Likewise.
3742         * calendar/lunar.el: Likewise.
3743         * calendar/solar.el: Likewise.
3745         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
3746         white space from doc string.
3748 2005-03-30  Jay Belanger  <belanger@truman.edu>
3750         * calc/calc-help.el (calc-full-help): Remove email address.
3752 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
3754         * help-fns.el (help-with-tutorial): Delete title line.
3756 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
3758         * calendar/cal-x.el (calendar-one-frame-setup)
3759         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
3760         rather than 'symbol for set-window-dedicated-p.
3762         * calendar/appt.el (appt-buffer-name): Make it a constant.
3763         (appt-add): Doc fix.
3765         * filesets.el (filesets-menu-path, filesets-menu-before)
3766         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
3767         (filesets-menu-cache-file): Use directory ~/.emacs.d.
3768         (filesets-add-submenu): Delete and use add-submenu instead.
3770 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
3772         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
3773         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
3774         (org-diary-default-entry): New function.
3775         (org-get-entries-from-diary): Better parsing of diary entries.
3776         (org-agenda-check-no-diary): New function.
3777         ("diary-lib"): Advice to function `add-to-diary-list', to allow
3778         linking to diary entries.
3779         (org-agenda-execute-calendar-command): New function.
3780         (org-agenda): Improve visible section in window.
3781         Use `org-fit-agenda-window'.
3782         (org-fit-agenda-window): New option.
3783         (org-move-subtree-down): Better handling of empty lines
3784         at end of subtree.
3785         (org-cycle): Numeric prefix is interpreted now as show-subtree N
3786         levels up.
3787         (org-fontify-done-headline): New option.
3788         (org-headline-done-face): New face.
3789         (org-set-font-lock-defaults): Use `org-headline-done-face'.
3790         (org-table-copy-down): Rename from `org-table-copy-from-above'.
3791         When current field is non-empty, it is copied to next row.
3792         (org-table-copy-from-above): Fix bug which made it
3793         impossible to copy fields containing only a single non-white character.
3795 2005-03-30  Kim F. Storm  <storm@cua.dk>
3797         * kmacro.el (kmacro-end-macro): Isearch may store this command
3798         into the macro -- so ignore it when executing keyboard macro.
3800 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
3802         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
3804 2005-03-29  Kenichi Handa  <handa@m17n.org>
3806         * language/thai.el ("Thai"): Set setup-function and exit-function
3807         for Thai language environment.
3809         * language/thai-util.el: Require thai-word.
3810         (thai-word-mode-map): New variable.
3811         (thai-word-mode): New minor mode.
3812         (setup-thai-language-environment-internal): New function.
3813         (exit-thai-language-environment-internal): New function.
3815         * language/thai-word.el (thai-word-table): Declare it by defvar,
3816         use dolist to initialize it.
3817         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
3818         (thai-fill-find-break-point): New functions.
3820 2005-03-29  Richard M. Stallman  <rms@gnu.org>
3822         * simple.el (idle-update-delay): Move definition up.
3823         (set-mark): Doc fix.
3825 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
3827         * longlines.el: New file.
3829         * simple.el (buffer-substring-filters): New variable.
3830         (filter-buffer-substring): New function.
3831         (kill-region, copy-region-as-kill): Use it.
3833         * register.el (copy-to-register, append-to-register)
3834         (prepend-to-register): Use filter-buffer-substring.
3836 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
3838         * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
3839         (gud-filter-pending-text): Move in front of gdb.
3840         (gud-overlay-arrow-position): New variable.
3841         (gud-sentinel, gud-display-line): Use it in place of
3842         overlay-arrow-position.
3844 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
3846         * progmodes/fortran.el (fortran-if-indent): Doc fix.
3847         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
3848         (fortran-font-lock-keywords-4): New variable.
3849         (fortran-blocks-re, fortran-end-block-re)
3850         (fortran-start-block-re): New constants, for hideshow.
3851         (hs-special-modes-alist): Add a Fortran entry.
3852         (fortran-mode-map): Bind fortran-end-of-block,
3853         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
3854         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
3855         (fortran-looking-at-if-then, fortran-end-of-block)
3856         (fortran-beginning-of-block): New functions, for hideshow.
3858         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
3859         Doc fix.  Tweak regexp.
3860         (f90-beginning-of-block): Push mark first.
3862 2005-03-29  Jay Belanger  <belanger@truman.edu>
3864         * calc/calc.el: Update copyright date.
3865         (calc-version): Increase to 2.1.
3866         (calc-version-date): Remove.
3868         * calc/calc-help.el: Update copyright date.
3869         (calc-full-help): Remove reference to calc-version-date.
3870         Update copyright date.
3872 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3874         * vc.el (vc-do-command): Use a pipe for async processes, so password
3875         prompts don't show up at places where the user can't reply.
3877 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
3879         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
3880         on the file name we pass to the inferior shell.
3882 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
3884         * progmodes/which-func.el (which-function): Be robust in the face of an
3885         imenu--make-index-alist failure.
3887 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3889         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
3891         * progmodes/python.el (python-preoutput-filter): Fix last change.
3893 2005-03-29  Lute Kamstra  <lute@gnu.org>
3895         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
3896         functions and compiled macros.
3897         (debug-convert-byte-code): Handle macros too.
3898         (debug-on-entry-1): Don't signal an error when trying to clear a
3899         function that is not set to debug on entry.
3901 2005-03-29  Jay Belanger  <belanger@truman.edu>
3903         * calc/calc-lang.el: Add functions to math-function-table
3904         properties of tex and math.
3906 2005-03-29  Kenichi Handa  <handa@m17n.org>
3908         * ps-mule.el (ps-mule-plot-string): Translate characters by
3909         ps-print-translation-table.
3910         (ps-mule-begin-job): Call find-charset-region/string with
3911         ps-print-translation-table.
3912         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
3914         * ps-print.el (ps-print-translation-table): New variable.
3915         (ps-plot-region): Translate characters by ps-print-translation-table.
3917 2005-03-29  Juri Linkov  <juri@jurta.org>
3919         * simple.el (next-error-highlight-timer): New variable.
3921         * progmodes/compile.el (compilation-goto-locus):
3922         Use `next-error-highlight-timer' instead of `sit-for'.
3924 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3926         * mail/supercite.el (sc-mail-field): Use assoc-string.
3927         (sc-get-address): Simplify regexps.
3929         * files.el (minibuffer-with-setup-hook): New macro.
3930         (find-file-read-args): Use it to avoid let-binding
3931         minibuffer-with-setup-hook (which breaks turning on/off
3932         file-name-shadow-mode while in the prompt).
3934         * complete.el (PC-read-include-file-name-internal): Use test-completion.
3936 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
3938         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
3940 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3942         * window.el (window-buffer-height): Use count-screen-lines.
3944         * progmodes/python.el (python-preoutput-leftover): New var.
3945         (python-preoutput-filter): Use it.
3946         (python-send-receive): Loop until all the result has been received.
3948 2005-03-28  Juri Linkov  <juri@jurta.org>
3950         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
3952         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
3953         "Recover Crashed Session".
3954         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
3955         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
3956         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
3957         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
3958         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
3959         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
3960         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
3961         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
3963         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
3964         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
3965         Ediff Sessions", "Toggle use of separate control buffer frame",
3966         "Use separate frame for Ediff control buffer".
3968         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
3969         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
3970         "Rename Bookmark", "Delete Bookmark".
3972         * info.el (Info-mode-menu): Remove ellipsis from "Index".
3973         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
3974         Add `:active Info-index-alternatives' to "Next Matching Item".
3976         * wdired.el (wdired-change-to-wdired-mode):
3977         Mention `wdired-abort-changes' key in the initial message.
3979         * international/mule.el (auto-coding-alist): Associate non-ascii
3980         image filename extensions with `no-conversion'.
3982 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3984         * international/iso-acc.el:
3985         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
3987 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
3989         * textmodes/sgml-mode.el (html-mode): Doc update.
3991         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
3993 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
3995         * term.el (term-move-columns): Fix face after extending a line.
3996         (term-insert-spaces): Likewise.
3997         (term-reset-terminal): Fix off by one error.
3999 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
4001         * international/mule.el (auto-coding-alist): Add .xpi files.
4003         * files.el (auto-mode-alist): Add .xpi files.
4005 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
4007         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4009 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
4011         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4013 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
4015         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4016         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
4018         * calendar/cal-move.el (calendar-beginning-of-year): Move the
4019         cursor to Jan 1 when needed.
4020         (calendar-end-of-year): Fix -/+ typo.
4021         Reported by Chong Yidong <cyd@stupidchicken.com>.
4023 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4025         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4027         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4028         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
4030 2005-03-25  Richard M. Stallman  <rms@gnu.org>
4032         * filesets.el (filesets-init): Add autoload.
4034         * mail/mailalias.el (mail-directory): Doc fix.
4036 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4038         * mail/mailalias.el (mail-directory-process): Do nothing if
4039         mail-directory-process is an atom.
4040         (mail-get-names): Ignore mail-directory-names if it is an atom.
4041         (mail-directory-process defvar): Doc fix.
4042         (mail-names): Doc fix.
4044 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
4046         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4048 2005-03-26  Kenichi Handa  <handa@m17n.org>
4050         * international/mule-util.el (detect-coding-with-priority):
4051         Call update-coding-systems-internal before detect-coding-region.
4053 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
4055         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4056         (gdb-frames-mode-map): Add follow-link property.
4058 2005-03-25  Jay Belanger  <belanger@truman.edu>
4060         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4061         for variables.
4063 2005-03-25  Juri Linkov  <juri@jurta.org>
4065         * image-mode.el: Optimize image filename extension regexps in
4066         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
4067         in `auto-mode-alist'.
4068         (image-mode): Add `image-toggle-display-text' to local hook
4069         `change-major-mode-hook'.  Display the image as an image by
4070         default.  Set `cursor-type' and `truncate-lines' if the image
4071         is already displayed.  Take into account the current mode (image
4072         or text) in message.
4073         (image-minor-mode): New minor mode.
4074         (image-mode-maybe, image-toggle-display-text): New functions.
4075         (image-toggle-display): Use called-interactively-p.
4076         Let-bind `inhibit-read-only' to t.
4078         * image-mode.el (image-minor-mode): Set `cursor-type' and
4079         `truncate-lines' if the image is already displayed.  Add turning
4080         image-minor-mode off to `change-major-mode-hook'.  Add message.
4081         Call `image-toggle-display-text' after turning image-minor-mode off.
4083 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4085         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4086         Terminal.app, use utf-8.
4087         (set-display-table-and-terminal-coding-system): Add coding-system arg.
4088         (set-locale-environment): Use it.
4090         * term/xterm.el: Undo last change, better done in mule-cmds.el.
4092         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4094         * progmodes/python.el (python-close-block-statement-p)
4095         (python-outdent-p, python-current-defun): Use symbol-end.
4097 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
4099         * files.el (save-some-buffers): Doc fix.
4101 2005-03-25  Werner Lemberg  <wl@gnu.org>
4103         * complete.el, thumbs.el: Replace `legal' with `valid'.
4104         * calendar/calendar.el: Replace `legal' with `valid'.
4105         * emacs-lisp/advice.el: Replace `legal' with `valid'.
4106         * mail/supercite.el: Replace `legal' with `valid'.
4107         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4108         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4109         Replace `legal' with `valid'.
4110         * textmodes/reftex-vars.el, textmodes/reftex.el:
4111         Replace `legal' with `valid'.
4113 2005-03-25  Werner Lemberg  <wl@gnu.org>
4115         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4116         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4117         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4118         * emulation/vip.el: Replace `illegal' with `invalid'.
4119         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4120         * mail/supercite.el: Replace `illegal' with `invalid'.
4121         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4122         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4123         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4124         * progmodes/sh-script.el, progmodes/xscheme.el:
4125         Replace `illegal' with `invalid'.
4126         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4127         * textmodes/reftex-index.el, textmodes/reftex-parse.el
4128         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4129         * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4131 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4133         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4134         (flymake-find-buildfile, flymake-find-possible-master-files)
4135         (flymake-check-include, flymake-parse-line): Replace loops over the
4136         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4138         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4139         Substitute file-name-as-directory in the rest of the file.
4140         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4141         (flymake-replace-region): Remove unused arg `buffer'.
4142         (flymake-check-patch-master-file-buffer): Update calls to it.
4143         (flymake-add-err-info): Remove unused var `count'.
4144         (flymake-mode): Use define-minor-mode.
4146         * progmodes/flymake.el: Use with-current-buffer.
4147         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4148         flymake-replace-regexp-in-string, flymake-line-beginning-position)
4149         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4150         Avoid testing for `xemacs'.
4151         (flymake-nop): Move.
4152         (flymake-region-has-flymake-overlays): Return the computed value.
4153         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4154         Remove unused var `endline'.
4155         (flymake-get-line-count): Remove unused function.
4156         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4158         * emulation/vi.el:
4159         * generic.el:
4160         * hilit-chg.el (global-highlight-changes):
4161         * hi-lock.el (hi-lock-mode):
4162         * follow.el: find-file-hooks -> find-file-hook.
4164         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4166 2005-03-24  Juri Linkov  <juri@jurta.org>
4168         * dired.el (dired-mode-map): Add menu item "Compare directories"
4169         for dired-compare-directories.
4171         * dired-aux.el (dired-compare-directories): Add autoload cookie.
4172         Doc fix.  Replace `read-file-name' with `read-directory-name'.
4174 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4176         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4178 2005-03-24  Jay Belanger  <belanger@truman.edu>
4180         * calc/calc-embed.el (calc-embedded-mode-change): Save all
4181         relevant mode settings in calc-embedded-original-modes when modes
4182         are permanently changed.
4184 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4186         * autoinsert.el: find-file-hooks -> find-file-hook.
4188 2005-03-24  Lute Kamstra  <lute@gnu.org>
4190         * generic.el (generic-font-lock-defaults): Make it obsolete.
4191         (generic-font-lock-keywords): New variable to replace
4192         generic-font-lock-defaults.
4193         (generic-mode-set-font-lock): Delete it.
4194         (generic-mode-internal): Don't call generic-mode-set-font-lock.
4195         (generic-bracket-support): Add docstring.
4197         * generic-x.el: Rename generic-font-lock-defaults to
4198         generic-font-lock-keywords throughout.
4199         (mailagent-rules-setup-function): Delete it.
4200         (mailagent-rules-generic-mode): Use anonymous function instead.
4201         (show-tabs-generic-mode-font-lock-defaults-1)
4202         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4203         Quote faces.
4204         (show-tabs-tab-face, show-tabs-space-face): Specify background,
4205         not foreground.
4207         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4208         Recognize define-generic-mode.
4210 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4212         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4213         if there's no completion table.
4215 2005-03-23  Miles Bader  <miles@gnu.org>
4217         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4218         Remove tty-specific variants, as they're no longer needed.
4220 2005-03-23  Lute Kamstra  <lute@gnu.org>
4222         * generic-x.el: Code cleanup: make args constant whenever possible.
4223         (installshield-statement-keyword-list)
4224         (installshield-system-functions-list)
4225         (installshield-system-variables-list, installshield-types-list)
4226         (installshield-funarg-constants-list): Make them constants.
4228         * generic.el (generic-make-keywords-list): Add autoload cookie.
4230         * calendar/time-date.el: Add comment on time value formats.
4231         Don't require parse-time.
4232         (with-decoded-time-value): New macro.
4233         (encode-time-value): New function.
4234         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4235         (days-to-time): Return a valid time value when arg is huge.
4236         (time-since): Use time-subtract.
4237         (time-to-number-of-days): Use time-to-seconds.
4239 2005-03-23  David Ponce  <david@dponce.com>
4241         * recentf.el: (recentf-keep): New option.
4242         (recentf-menu-action): Default to `find-file'.
4243         (recentf-keep-non-readable-files-flag)
4244         (recentf-keep-non-readable-files-p)
4245         (recentf-file-readable-p, recentf-find-file)
4246         (recentf-cleanup-remote): Remove.
4247         (recentf-include-p): More robust.
4248         (recentf-keep-p): New function.
4249         (recentf-remove-if-non-kept): Rename from
4250         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
4251         All callers updated.
4252         (recentf-menu-items-for-commands): Fix help string.
4253         (recentf-track-closed-file): Update.  Doc fix.
4254         (recentf-cleanup): Update.  Count removed files.  Doc fix.
4256 2005-03-23  Kim F. Storm  <storm@cua.dk>
4258         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4259         Don't inherit from fringe face (now happens automatically).
4261 2005-03-22  Kim F. Storm  <storm@cua.dk>
4263         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4264         position values.
4266 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4268         * menu-bar.el (showhide-date-time): Remove.
4269         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4270         (menu-bar-make-mm-toggle): Simplify.
4272 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
4274         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4275         Accept qualified variable and function names.
4277 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
4279         * bindings.el (completion-ignored-extensions):
4280         Remove ".lis" for `vax-vms'.
4282 2005-03-22  Andreas Schwab  <schwab@suse.de>
4284         * generic-x.el: Revert last change.
4285         * ldefs-boot.el: Update.
4287 2005-03-22  Jay Belanger  <belanger@truman.edu>
4289         * calc/calc-embed (calc-embedded-original-modes): New variable.
4290         (calc-embedded-save-original-modes)
4291         (calc-embedded-restore-original-modes): New functions.
4292         (calc-do-embedded): Save original modes when entering embedded mode
4293         and restore when leaving embedded mode.
4294         (calc-embedded-modes-change): Change the value of
4295         calc-embedded-original-modes to reflect permanent changes.
4297 2005-03-22  Lute Kamstra  <lute@gnu.org>
4299         * generic-x.el: Require generic again.
4301 2005-03-22  Miles Bader  <miles@gnu.org>
4303         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4304         Tweak details to look good on both ttys and bitmap displays, light
4305         or dark background, etc.
4307 2005-03-21  Kim F. Storm  <storm@cua.dk>
4309         * tooltip.el (tooltip-show-help-function): Check car and cdr of
4310         mouse position.
4312 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4314         * icomplete.el: Don't forcibly turn on the mode upon load.
4315         (icomplete-mode): Use define-minor-mode.
4316         (icomplete-eoinput): Default to nil.
4317         (icomplete-minibuffer-setup): Remove autoload.
4318         (icomplete-tidy): Simplify.
4319         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4320         in the initial state or if the user has modified the field.
4321         Fix handling of icomplete-max-delay-chars.
4322         Remove code that handles the oddball case where
4323         minibuffer-completion-table is an integer.
4324         Wrap icomplete-completions in while-no-input in case building
4325         completions takes more time than expected.
4326         (icomplete-completions): Simplify.
4328 2005-03-21  Richard M. Stallman  <rms@gnu.org>
4330         * jka-compr.el (jka-compr-really-do-compress):
4331         Make variable buffer-local.
4333         * image-mode.el: Handle .xpm files too.
4334         (image-toggle-display): Preserve modification flag.
4336         * help.el (where-is): Don't mention aliases with no key bindings.
4338 2005-03-21  Lute Kamstra  <lute@gnu.org>
4340         * generic.el: Fix commentary section.  Don't require cl for compilation.
4341         (generic-mode-list): Add autoload cookie.
4342         (generic-use-find-file-hook, generic-lines-to-scan)
4343         (generic-find-file-regexp, generic-ignore-files-regexp)
4344         (generic-mode, generic-mode-find-file-hook)
4345         (generic-mode-ini-file-find-file-hook): Fix docstrings.
4346         (define-generic-mode): Make it a defmacro.  Fix docstring.
4347         (generic-mode-internal): Code cleanup.  Add autoload cookie.
4348         (generic-mode-set-comments): Code cleanup.
4349         * generic-x.el: Don't prevent compilation.  Don't require generic.
4350         Follow coding conventions.  Minor code cleanup.
4351         (etc-fstab-generic-mode): Add some keywords.
4352         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4353         define-generic-mode like a function declaration.
4355 2005-03-21  Jay Belanger  <belanger@truman.edu>
4357         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4358         changing modes.
4360 2005-03-21  Sam Steingold  <sds@gnu.org>
4362         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4364 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
4366         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4367         Add underscore to "f$ lexicals" regexp.
4369 2005-03-20  Juri Linkov  <juri@jurta.org>
4371         * subr.el (progress-reporter-do-update): When `min-value' is equal
4372         to `max-value', set `percentage' to 0 and prevent division by zero.
4374 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
4376         Sync with Tramp 2.0.48.
4378         * tramp.el (all): Change all addresses to .gnu.org.
4379         (tramp-append-tramp-buffers): New defun.
4380         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4381         Catch `dont-send' signal.
4382         (tramp-set-auto-save-file-modes): Set always permissions, because
4383         there might be an old auto-saved file belonging to another
4384         original file.  This could be a security threat.  Reported by
4385         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4386         Check for Emacs 21.3.50 removed.
4388         * tramp-smb.el (all): Remove debug construct for
4389         `with-parsed-tramp-file-name'.
4390         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4391         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4392         No error message if DIRECTORY or FILENAME doesn't exist.
4393         (tramp-smb-open-connection): Check existence of
4394         `tramp-smb-program'.
4396 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4398         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4399         Properly handle the case where the `m' or `s' command's argument is not
4400         yet terminated.
4401         (perl-indent-new-calculate): New function.
4402         (perl-indent-line): Use it.
4404 2005-03-20  Miles Bader  <miles@gnu.org>
4406         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4407         in text-mode too.  Change to new face names.
4408         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4409         Add `:weight bold' attribute.
4410         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4412 2005-03-19  Juri Linkov  <juri@jurta.org>
4414         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
4416         * international/mule.el (auto-coding-alist): Sync with
4417         `auto-mode-alist' by adding upper case archive file extensions
4418         and adding ear/war to jar extension.
4420 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
4422         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4423         running, restart it.
4425 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
4427         * finder.el (finder-current-item): Throw an error on an empty line.
4429         * man.el (Man-follow-manual-reference): If current-word returns
4430         nil, use "".
4432 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
4434         * simple.el (goto-line): Doc fix.
4436 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
4438         * files.el (save-buffer): Doc fix.
4440 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
4442         * recentf.el (recentf-cleanup-remote): New variable.
4443         (recentf-cleanup): Use it to conditionally check availablity of
4444         remote files.
4446 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
4448         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4449         function names.
4451 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
4453         * language/thai-word.el: New file.
4455 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
4457         * files.el (backup-buffer): If the file's directory is not
4458         writable, use copy instead of move to backup the file.
4460 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
4462         * obsolete/keyswap.el: Moved to obsolete/ from term/.
4464 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4466         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4467         Use functionp instead of symbolp and fboundp.  Reported by Drkm
4468         <darkman_spam@yahoo.fr>.
4469         (ps-print-version): New version 6.6.6.
4471 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
4473         * textmodes/table.el (table--line-column-position): New idiom.
4474         (table--row-column-insertion-point-p): New function to test
4475         validity of row and column insertion operation at a location.
4476         (table-global-menu, table-cell-menu): Use above functions for
4477         deterministic test operation.
4478         (table--editable-cell-p): Behave in deterministic fashion.
4480 2005-03-18  Juri Linkov  <juri@jurta.org>
4482         * isearch.el (isearch-lazy-highlight-new-loop):
4483         Make arguments beg and end optional.
4484         (isearch-update): Remove optional arguments nil from
4485         isearch-lazy-highlight-new-loop.
4486         (isearch-lazy-highlight-search): Let-bind case-fold-search to
4487         isearch-lazy-highlight-case-fold-search instead of
4488         isearch-case-fold-search, and let-bind isearch-regexp to
4489         isearch-lazy-highlight-regexp.
4490         Use isearch-lazy-highlight-last-string instead of isearch-string.
4492         * replace.el (perform-replace): Remove bindings of global
4493         variables isearch-string, isearch-regexp, isearch-case-fold-search.
4494         Add three new arguments to `replace-highlight'.
4495         (replace-highlight): Add arguments string, regexp, case-fold.
4496         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4497         to allow isearch-lazy-highlight-new-loop to use these values
4498         to set corresponding isearch-lazy-highlight-* internal
4499         variables whose values lazy highlighting will use regardless of
4500         changes to global variables isearch-string, isearch-regexp,
4501         isearch-case-fold-search during lazy highlighting loop.
4502         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4503         to `lazy-highlight-cleanup'.
4505         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4506         (ispell-highlight-face): Set default face to `isearch' when
4507         lazy highlighting is enabled.
4508         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4509         priority to 1.  Add lazy highlighting.
4510         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4511         from `isearch-dehighlight'.
4513 2005-03-18  David Ponce  <david@dponce.com>
4515         * files.el (hack-local-variables): Do a case-insensitive search
4516         for End.
4518 2005-03-18  Juri Linkov  <juri@jurta.org>
4520         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4521         `isearch-lazy-highlight-cleanup', add alias to old name and
4522         declare obsolete.  Add release numbers to other obsolete vars.
4523         (isearch-done, isearch-lazy-highlight-new-loop):
4524         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
4525         (lazy-highlight-cleanup) <variable>: Doc fix.
4526         (isearch-lazy-highlight-update): Rename obsolete
4527         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4529 2005-03-18  Kenichi Handa  <handa@m17n.org>
4531         * language/thai-util.el: Fix categorization of Thai characters in
4532         thai-category-table.
4533         (thai-composition-pattern): Adjust it for the above change.
4534         (thai-self-insert-command, thai-compose-syllable): New functions.
4535         (thai-compose-region): Use thai-compose-syllable.
4536         (thai-compose-string): Likewise.
4537         (thai-composition-function): Likewise.
4538         (thai-auto-composition): New function.
4539         (thai-auto-composition-mode): New minor mode.
4541         * language/thai.el: Fix patterns to be registered in
4542         composition-function-table.
4544         * international/quail.el (quail-input-method): Locally bind
4545         inhibit-modification-hooks to t.
4547 2005-03-17  Richard M. Stallman  <rms@gnu.org>
4549         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4550         (perl-mode): Use run-mode-hooks.
4552         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4553         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4554         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
4556         * mail/sendmail.el (sendmail-send-it): Reenable the code
4557         to compute resend-to-address and use it.
4559         * tar-mode.el (tar-mode): Turn off undo unconditionally.
4561         * image-mode.el: New file.
4563         * image.el (insert-sliced-image): Add autoload cookie.
4565         * font-lock.el (font-lock-lines-before): New user option.
4566         (font-lock-after-change-function): Obey it.
4568         * bindings.el (esc-map): Make M-g a prefix.
4569         Bind M-g g and M-g M-g to goto-line.
4571         * faces.el (face-id): Doc fix.
4573 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4575         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
4576         (rmail-show-message): Use rmail-unknown-mail-followup-to.
4577         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
4579         * mail/sendmail.el (mail-yank-ignored-headers)
4580         (mail-font-lock-keywords, mail-mode-fill-paragraph):
4581         Add Mail-Followup-To and Mail-Reply-To headers.
4582         (mail-citation-hook): Add autoload cookie.
4583         (mail-mode): Doc fix.
4584         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
4585         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
4586         (mail-mode-fill-paragraph): Handle those headers.
4587         (mail-mailing-lists): New variable.
4588         (mail-mail-reply-to, mail-mail-followup-to): New functions.
4590 2005-03-17  Juri Linkov  <juri@jurta.org>
4592         * isearch.el (isearch-fallback): Check for `(car previous)'
4593         before calling `isearch-other-end-state'.
4595 2005-03-17  Kim F. Storm  <storm@cua.dk>
4597         * simple.el (move-beginning-of-line): Move to beginning of buffer
4598         line, as well as beginning of screen line.
4600 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
4602         * calendar/diary-lib.el (mark-diary-entries): Use new optional
4603         argument REDRAW rather than calendar-redrawing variable.
4604         * calendar/calendar.el (calendar-redrawing): Delete.
4605         (redraw-calendar): Do not bind calendar-redrawing.
4607 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
4609         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
4610         diary-file buffer.
4612 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4614         * help.el (describe-mode): Allow a :minor-mode-function property to
4615         specify a different minor mode toggle function than the variable.
4616         * simple.el (auto-fill-function):
4617         * subr.el (add-minor-mode): Use it.
4619 2005-03-16  Kenichi Handa  <handa@m17n.org>
4621         * language/ethio-util.el (sera-being-called-by-w3): New variable.
4622         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
4623         (ethio-fidel-to-sera-buffer): Likewise.
4625 2005-03-16  Juri Linkov  <juri@jurta.org>
4627         * emacs-lisp/find-func.el (find-function-regexp):
4628         Add defun-emitting macro `menu-bar-make-toggle'.
4630         * isearch.el: Put `isearch-scroll' property to
4631         `split-window-horizontally'.
4633         * info.el: Update error messages for `debug-ignored-errors'.
4634         (Info-isearch-search): Doc fix.
4635         (Info-find-node): Move up code to go into info buffer before
4636         recording the node to the history.
4637         (Info-fontify-node): Fontify titles only if the next line
4638         has two or more `*', `=', `-', `.'.
4639         Display "go to this node" for empty (match-string 3).
4641 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4643         * term/mac-win.el: Add mouse pointer shape constants.
4645 2005-03-15  Kim F. Storm  <storm@cua.dk>
4647         * simple.el (move-beginning-of-line): Use vertical-motion.
4649 2005-03-15  Juri Linkov  <juri@jurta.org>
4651         * isearch.el (isearch-error): New variable.
4652         (isearch-invalid-regexp, isearch-within-brackets): Remove.
4653         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
4654         (isearch-within-brackets-state): Remove.
4655         (isearch-case-fold-search-state, isearch-pop-fun-state):
4656         Decrease frame index.
4657         (isearch-mode, isearch-top-state, isearch-push-state)
4658         (isearch-edit-string, isearch-abort, isearch-search-and-update)
4659         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
4660         (isearch-search, isearch-lazy-highlight-new-loop):
4661         Replace `isearch-invalid-regexp' with `isearch-error'.
4662         Remove `isearch-within-brackets'.
4663         (isearch-search): Add `search-failed' handler to `condition-case'.
4664         (isearch-lazy-highlight-search): Add `condition-case' to catch
4665         errors and allow `isearch-lazy-highlight-update' to try
4666         highlighting from the beginning of the window.
4667         (isearch-repeat): Move up code to set isearch-wrapped to t
4668         before calling isearch-wrap-function.
4670         * info.el (Info-isearch-initial-node): New internal variable.
4671         (Info-search): Signal an error in isearch mode when search leaves
4672         the initial node.  Signal an error when `bound' is non-nil and
4673         nothing was found in the current subfile.
4674         (Info-isearch-search): Remove `condition-case'.
4675         (Info-isearch-wrap): Don't wrap when search failed during leaving
4676         the initial node.  If `Info-isearch-search' is nil, wrap around
4677         the current node.
4678         (Info-isearch-start): New fun.
4679         (Info-mode): Add buffer-local hook `Info-isearch-start' to
4680         `isearch-mode-hook'.
4682 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4684         * simple.el (normal-erase-is-backspace): Set default to t if
4685         running on Mac.
4687         * term/mac-win.el (function-key-map): Sync with x-win.el.
4689 2005-03-15  Kenichi Handa  <handa@m17n.org>
4691         * international/mule-cmds.el (locale-language-names): Modify the
4692         format of elements and add more entries.
4693         (locale-preferred-coding-systems): Add more entries.
4694         (set-locale-environment): Adjust for the change of
4695         locale-language-names.
4697 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4699         * pcvs.el (smerge-ediff): Remove bogus autoload.
4701 2005-03-14  Lute Kamstra  <lute@gnu.org>
4703         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
4704         Ignore a `*' at the beginning of a line.
4706         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
4707         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
4708         subr.el.
4709         (dont-compile, eval-when-compile, eval-and-compile): Use declare
4710         to specify indentation.
4712         * generic.el (define-generic-mode): Let generic-mode-list be a
4713         list of strings; test membership with equal.
4715 2005-03-14  Kim F. Storm  <storm@cua.dk>
4717         * simple.el (next-line, previous-line): Add optional try-vscroll
4718         arg to recognize interactive use.  Pass it on to line-move.
4719         (line-move): Don't perform auto-window-vscroll when defining or
4720         executing keyboard macro to ensure consistent behaviour.
4722 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4724         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
4726 2005-03-13  Lute Kamstra  <lute@gnu.org>
4728         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
4729         debugger-setup-buffer so that backtrace marks the frames set to
4730         debug-on-exit and we don't have to do it manually.  Set an extra
4731         debug-on-exit for macro's.
4732         (debugger-setup-buffer): Don't mark the top frame manually.
4734 2005-03-12  Lute Kamstra  <lute@gnu.org>
4736         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
4737         lisp-indent-function throughout.
4738         (with-no-warnings): Set lisp-indent-function property.
4740 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
4742         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
4743         Add entry for backslash.
4745 2005-03-12  Juri Linkov  <juri@jurta.org>
4747         * info.el (Info-search): Four fixes for backward search.
4749 2005-03-11  Jay Belanger  <belanger@truman.edu>
4751         * calc/calc.el (calc-language-alist): New variable.
4752         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
4753         (calc-embedded-find-modes): Use calc-language-alist instead of
4754         calc-embedded-language-alist.
4756 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
4758         * calendar/calendar.el (calendar-redrawing): New internal
4759         variable.
4760         (redraw-calendar): Remove bogus save-excursion from previous
4761         change.  Bind calendar-redrawing to t for mark-diary-entries.
4762         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
4763         calendar if that is why we were called.
4765 2005-03-11  Kenichi Handa  <handa@m17n.org>
4767         * international/mule.el (make-coding-system): Set property
4768         coding-system-define-form to nil.
4769         (define-coding-system-alias): Likewise.
4771 2005-03-11  Kenichi Handa  <handa@m17n.org>
4773         These changes are suggested by Dave Love <fx@gnu.org>.
4775         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
4776         coding: tag.
4777         (adaptive-fill-regexp): Add more bullets.
4778         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
4779         regexps.
4781 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4783         * help.el (describe-mode): Properly handle non-trivial lighters.
4784         Don't ignore minor modes that are not listed in minor-mode-list.
4786         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
4787         feature ON when the user requests to turn it OFF.
4789 2005-03-10  Lute Kamstra  <lute@gnu.org>
4791         * emacs-lisp/debug.el (debug-entry-code): Delete it.
4792         (implement-debug-on-entry): New function to replace debug-entry-code.
4793         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
4794         second argument as the 2005-03-07 change makes it obsolete.
4795         (debug-on-entry, cancel-debug-on-entry): Update call to
4796         debug-on-entry-1.
4797         (debug, debugger-setup-buffer): Comment update.
4798         (debugger-frame-number): Update to work with implement-debug-on-entry.
4800 2005-03-10  Jay Belanger  <belanger@truman.edu>
4802         * calc/calc-embed.el (math-ms-args): Declare it.
4803         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
4804         math-ms-args.
4805         (calc-embedded-subst): Use math-multi-subst-rec to substitute
4806         variables.
4808 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
4810         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
4811         Use message-box.
4813         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
4814         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
4815         (tooltip-gud-tips): Simplify.
4816         (tooltip-gud-tips-p): Remove superflouous :set.
4817         (tooltip-gud-modes): Add fortran-mode.
4818         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
4820         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
4822 2005-03-09  Kim F. Storm  <storm@cua.dk>
4824         * play/animate.el (animate-place-char): Use forward-line instead
4825         of next-line to improve performance.
4827 2005-03-09  Simon Josefsson  <jas@extundo.com>
4829         * net/browse-url.el (browse-url-default-browser): Doc fix.
4831 2005-03-09  Miles Bader  <miles@gnu.org>
4833         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
4834         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
4836 2005-03-09  Kenichi Handa  <handa@m17n.org>
4838         * international/latin-1.el: Set case and syntax for 255 only if
4839         set-case-syntax-set-multibyte is nil.
4841         * textmodes/ispell.el (ispell-insert-word): New function.
4842         (ispell-word): Use ispell-insert-word to insert a new word.
4843         (ispell-process-line): Likewise.
4844         (ispell-complete-word): Likewise.
4846 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
4848         * calendar/calendar.el (redraw-calendar): Preserve point.
4849         Reported by Matt Hodges <MPHodges@member.fsf.org>.
4850         (calendar-week-start-day): Move after definition of
4851         redraw-calendar.  Delete buffer test, since redraw-calendar has
4852         that now.
4854         * calendar/diary-lib.el (mark-diary-entries): Only call
4855         redraw-calendar in the first of any recursive calls.
4856         Reported by Alan Shutko <ats@acm.org>.
4858 2005-03-08  Juri Linkov  <juri@jurta.org>
4860         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
4861         (html-horizontal-rule, html-line, html-image, html-checkboxes)
4862         (html-radio-buttons): Add a space before the trailing `/>' where
4863         sgml-xml-mode is non-nil.
4864         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
4865         the subsequent tag of the empty XML tag.
4866         (html-href-anchor): Don't set initial input to "http:".
4867         (html-image): Ask for the image URL and set point inside alt="".
4868         (html-name-anchor): Duplicate the name in the `id' attribute when
4869         sgml-xml-mode is non-nil.
4870         (html-paragraph): Remove \n before <p>.
4871         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
4872         instead of `checked' when sgml-xml-mode is non-nil.
4874         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
4875         Remove 1 space before #RRGGBB to not truncate it on terminal
4876         windows w/o fringes.  Remove 1 space between bg and fg examples
4877         to get more space.
4878         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
4879         avoid byte-compile warnings.
4881         * image-file.el (image-file-handler): Put `safe-magic' property to
4882         `image-file-handler'.
4884         * info.el (Info-isearch-search): Emulate word search in
4885         isearching through multiple Info nodes with Info-search.
4886         (Info-isearch-wrap): Allow isearch-word.
4888 2005-03-08  Lute Kamstra  <lute@gnu.org>
4890         * emacs-lisp/debug.el (debugger-step-through): Make sure that
4891         stepping into the debugger's code is not possible.
4892         (debugger-jumping-flag): Docstring update.
4894 2005-03-08  Jay Belanger  <belanger@truman.edu>
4896         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
4897         embedded mode begins.
4898         (calc-embedded-language-alist): New variable.
4899         (calc-embedded-find-modes): Use calc-embedded-language-alist to
4900         set default language mode.
4902 2005-03-08  Kenichi Handa  <handa@m17n.org>
4904         * international/ccl.el (define-ccl-program): Fix docstring about
4905         extra 256 bytes assured for the output buffer.
4907         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
4908         Fix BUFFER_MAGNIFICATION to 2.
4909         (ccl-encode-mule-utf-16be-with-signature): Likewise.
4911 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
4913         * align.el (align-rules-list): Added an alignment rule for CSS
4914         declarations (applies to css-mode and html-mode buffers).
4916 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4918         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
4920 2005-03-07  Kim F. Storm  <storm@cua.dk>
4922         * simple.el (move-beginning-of-line): New command.
4924         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
4926         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
4928         * emulation/cua-base.el: Put CUA move property on move-end-of-line
4929         and move-beginning-of-line.
4931         * apropos.el (apropos-print): Omit command from M-x ... RET.
4933 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
4935         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
4936         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
4938 2005-03-06  Richard M. Stallman  <rms@gnu.org>
4940         * bindings.el (esc-map): Bind M-g to goto-line.
4942         * facemenu.el (global-map): Bind M-o, not M-g.
4944 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4946         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
4947         "Open Directory" as for "Open File".
4949 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
4951         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
4952         (push-mark-command): Run activate-mark-hook.
4954 2005-03-06  Richard M. Stallman  <rms@gnu.org>
4956         * help-mode.el (help-mode-finish): Don't alter the element
4957         in view-return-to-alist if there already is one.
4959         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
4960         make sure the current buffer is the expected one.
4962         * novice.el (disabled-command-function): Output in *Disabled Command*.
4963         Explicitly ignore non-keyboard events, and explicitly handle C-g.
4965         * textmodes/flyspell.el (flyspell-large-region):
4966         Pass args differently for aspell.
4968         * files.el (mode-require-final-newline): Doc fix.
4970 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
4972         * progmodes/which-func.el (which-function):
4973         Specify NOERROR when calling imenu--make-index-alist.
4975 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4977         * simple.el (normal-erase-is-backspace): Define default value.
4979         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
4980         (custom-reevaluate-setting): Simple function to handle
4981         variables that are defined before their default value can really
4982         be computed.
4984         * startup.el (command-line): Use it for temporary-file-directory,
4985         small-emporary-file-directory, auto-save-file-name-transforms,
4986         blink-cursor-mode, and normal-erase-is-backspace.
4988         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
4989         progress, even with buggy anchored keywords.
4991 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
4993         * simple.el (goto-line): Remove unbalanced final parenthesis.
4995 2005-03-05  Richard M. Stallman  <rms@gnu.org>
4997         * simple.el (goto-line): Use a number at point as the default.
4998         With C-u as arg, switch buffers.
5000 2005-03-05  Juri Linkov  <juri@jurta.org>
5002         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5003         with `no-blinking-cursor'.
5005         * startup.el (no-blinking-cursor): New defvar.
5006         (command-line): Add `--no-blinking-cursor' to longopts.
5007         Set `no-blinking-cursor' to t for command line arguments
5008         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
5009         with `no-blinking-cursor' in the condition for calling
5010         `blink-cursor-mode'.
5012 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
5014         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5015         (menu-bar-options-save): Add blink-cursor-mode.
5016         (menu-bar-options-menu): Add blink-cursor-mode.
5018 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
5020         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5021         (icalendar-export-file, icalendar-export-region)
5022         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5023         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5025 2005-03-04  Lute Kamstra  <lute@gnu.org>
5027         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5028         (debug-function-list): Ditto.
5030 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
5032         * textmodes/texinfmt.el (texinfo-append-refill):
5033         Redefine the types of line to which @refill
5034         is not appended by replacing a search for `@refill\\|@bye' with
5035         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
5036         itemize@refill' bug and the unfilled long lines bug.
5037         (texinfmt-version): Update number and date.
5039 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
5041         * international/code-pages.el (windows-1250, windows-125[2-8])
5042         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5044 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5046         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5047         bound yet.
5049 2005-03-02  Romain Francoise  <romain@orebokech.com>
5051         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5052         buffer after removing limits.
5053         (ibuffer-pop-filter): Ditto.
5054         Update copyright.
5056 2005-03-02  Miles Bader  <miles@gnu.org>
5058         * button.el (make-text-button): If the user doesn't specify a
5059         type, use the default.  Rewrite to use `add-text-properties' and
5060         plist functions.
5062 2005-03-01  Lute Kamstra  <lute@gnu.org>
5064         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5065         (debugger-jumping-flag): New var.
5066         (debug-entry-code): Use it.
5067         (debugger-jump): Use debugger-jumping-flag and add
5068         debugger-reenable to post-command-hook.
5069         (debugger-reenable): Use debugger-jumping-flag and remove itself
5070         from post-command-hook.
5071         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5072         debugger-reenable.
5074 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
5076         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5077         inclusion of "itemize\\|", which may be unnecessary, is certainly
5078         inelegant, and stops refilling in itemize lists when formatting
5079         Japanese Texinfo files to Info.
5080         Update copyright to 2005.
5082 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
5084         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5085         of an error if GDB can't find the source file.
5087 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
5089         * calendar/calendar.el (redraw-calendar): Work from any buffer,
5090         not just the calendar.
5092         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5093         first.
5094         (diary-redraw-calendar): New function.
5095         (make-diary-entry): Add diary-redraw-calendar to local
5096         write-contents-functions.  Turn off selective display before
5097         inserting in diary.
5099 2005-03-01  Kim F. Storm  <storm@cua.dk>
5101         * emacs-lisp/copyright.el (copyright-fix-years): New command.
5103 2005-03-01  Lute Kamstra  <lute@gnu.org>
5105         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5106         that debug-entry-code can be safely removed from a function while
5107         this code is being evaluated.  Revert the 2005-02-27 change as the
5108         new implementation no longer requires it.  Make sure that a
5109         function body containing just a string is not mistaken for a docstring.
5110         (debug): Skip one more frame in case of debug on entry.
5111         (debugger-setup-buffer): Delete one more frame line in case of
5112         debug on entry.
5113         (debugger-frame-number): Update to use the new text introduced by
5114         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
5116 2005-02-28  Kim F. Storm  <storm@cua.dk>
5118         * double.el (double-translate-key): Call force-window-update after
5119         read-event to avoid crash in redisplay.
5121 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5123         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5124         (debug): Use it.  Move the inhibit-trace earlier.
5125         (debug-entry-code): New const.
5126         (debug-on-entry-1): Use it.
5128 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
5130         * international/utf-16.el (ccl-encode-mule-utf-16le):
5131         Fix BUFFER_MAGNIFICATION to 2.
5132         (ccl-encode-mule-utf-16be): Likewise.
5134 2005-02-28  Kenichi Handa  <handa@m17n.org>
5136         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5137         Fix BUFFER_MAGNIFICATION to 4.
5138         (ccl-encode-mule-utf-16be-with-signature): Likewise.
5140 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
5142         * speedbar.el (speedbar-update-flag): Doc fix.
5143         (speedbar-show-info-under-mouse): Give set-mouse-position the right
5144         argument.
5146 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5148         * reveal.el (reveal-post-command): Don't try to reveal overlays which
5149         have a non-nil `invisible' property but are actually visible.
5151         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5152         for perldoc sections.
5153         (perl-outline-regexp, perl-outline-level): New var and function.
5154         (perl-mode): Use them.
5156 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
5158         * calendar/diary-lib.el (diary-remind): Discard any mark portion
5159         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5161 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
5163         * cus-edit.el: Comment change.
5164         (custom-buffer-create-internal): Slightly reword text at top of
5165         Custom buffers.  Mention there that saving an option edits the
5166         init file.  Add link to Emacs manual node on `custom-file'.
5167         (custom-magic-alist): Rewrite individual State messages to use
5168         capitalized keywords.  Doc fix.
5170 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
5172         * calendar/calendar.el (calendar-buffer): Move above
5173         calendar-week-start-day.
5174         (calendar-week-start-day): Doc fix.  Add :set function.
5175         (calendar-minimum-window-height): New variable.
5176         (generate-calendar-window): Only resize window if selected-window
5177         is displaying the calendar buffer.  Use new variable
5178         calendar-minimum-window-height.
5179         (generate-calendar): Reword error message.
5180         (calendar-mode-map): Bind DEL to scroll-other-window-down.
5182 2005-02-27  Andreas Schwab  <schwab@suse.de>
5184         * vc.el (vc-do-command): Don't run command asynchronously when
5185         operating in a remote directory.
5187         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5188         change from sync with Tramp 2.0.47.
5190 2005-02-27  Richard M. Stallman  <rms@gnu.org>
5192         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5194         * textmodes/flyspell.el (flyspell-mode-on):
5195         Call ispell-change-dictionary only if necessary.
5197         * emacs-lisp/re-builder.el (regexp-builder): New function.
5199         * register.el (describe-register-1): Explicitly handle
5200         yank-excluded-properties = t.
5202         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5203         (custom-magic-alist): Change the status descriptions again.
5204         (face widget-type): Total rewrite based on `restricted-sexp'
5205         to eliminate the confusing double hiding levels.
5207         * emacs-lisp/debug.el (debug-on-entry-1):
5208         If function body is empty, add nil as body form.
5210 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
5212         * emacs-lisp/trace.el (inhibit-trace): New var.
5213         (trace-make-advice): Use it.
5215         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5217 2005-02-26  Kim F. Storm  <storm@cua.dk>
5219         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5220         (mouse-on-link-p, mouse-drag-region-1): Use it.
5222 2005-02-25  Lute Kamstra  <lute@gnu.org>
5224         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5226 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
5228         * frame.el (blink-cursor-mode): Add :group keyword.
5230 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
5232         * calendar/icalendar.el (icalendar--decode-isodatetime):
5233         New optional argument DAY-SHIFT.
5234         (icalendar-export-region): Fix coding-system-for-write.
5235         (icalendar--convert-ical-to-diary): Shift end-day of all-day
5236         events by one.
5238 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5240         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5242 2005-02-24  Kim F. Storm  <storm@cua.dk>
5244         * international/iso-acc.el (iso-accents-compose): Fix crash
5245         during redisplay.  Call force-window-update after read-event
5246         and delete-region to signal that window is not accurate.
5248 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5250         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5251         Remove unused and inexistent var `inhibit-trace'.
5252         (debugger-mode): Use run-mode-hooks.
5253         (debugger-list-functions): Add buttons; setup xref stack.
5255 2005-02-23  Richard M. Stallman  <rms@gnu.org>
5257         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5258         appointment says it was explicitly made.
5259         (appt-add): Set the 3rd element.
5260         (appt-make-list): Preserve explicit appointments.
5262         * subr.el (find-tag-default): Catch errors in forward-sexp.
5264 2005-02-23  Juri Linkov  <juri@jurta.org>
5266         * info.el (Info-isearch-search): New defcustom.
5267         (Info-isearch-search): Call the default isearch function
5268         when Info-isearch-search is nil.
5269         (Info-isearch-wrap): Use variable Info-isearch-search.
5271 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
5273         * cus-edit.el: Comment change.
5275 2005-02-22  Kim F. Storm  <storm@cua.dk>
5277         * progmodes/hideif.el (hide-ifdef-use-define-alist):
5278         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
5280 2005-02-22  Simon Josefsson  <jas@extundo.com>
5282         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5283         New variable.
5284         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
5285         Oskarsson" <myrkraverk@users.sourceforget.net>.
5287 2005-02-22  Kim F. Storm  <storm@cua.dk>
5289         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5290         check that window of that event is the selected window.
5291         (mouse-drag-region-1): Compare mouse event window to selected
5292         window before setting point.
5294         * tooltip.el (tooltip-show-help-function): Pass event to
5295         mouse-on-link-p so it can check selected window.
5297 2005-02-22  Kenichi Handa  <handa@m17n.org>
5299         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5300         (ps-mule-show-warning): New function.
5301         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5302         characters are found.
5304         * ps-print.el (ps-header-footer-string): Return a list of header
5305         and footer strings.
5307 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5309         * pcvs.el (cvs-retrieve-revision): Fix thinko.
5311 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5313         * frame.el (blink-cursor-mode): Use define-minor-mode.
5315         * term/mac-win.el (function-key-map): Use char-names more consistently.
5316         (file-name-coding-system): Only set it for MacOS-9.  The other case is
5317         already handled in mule-cmds.el (where it also works when mac-win.el
5318         is not used).
5320 2005-02-21  Kenichi Handa  <handa@m17n.org>
5322         * international/mule.el (ctext-pre-write-conversion): Always use
5323         " *code-converting-work*" buffer for work.
5325         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5327 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
5329         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5331 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
5333         * ses.el (undo-more): Restore defadvice, but only the part that
5334         allows changes outside the restricted area of the buffer.
5336 2005-02-20  Kim F. Storm  <storm@cua.dk>
5338         * simple.el (line-move): Add fourth optional arg try-vscroll which
5339         must be set to perform auto-window-vscroll.
5340         When moving backwards and doing auto-window-vscroll, automatically
5341         vscroll to the last part of lines which are taller than the window.
5342         (next-line, previous-line): Set try-vscroll arg on line-move.
5344 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
5346         * replace.el (query-replace, query-replace-regexp)
5347         (replace-string, replace-regexp): When operating on region, make
5348         the minibuffer prompt say so.
5350         * isearch.el (isearch-forward): Document isearch-query-replace and
5351         isearch-query-replace-regexp keybindings.
5353 2005-02-19  Jay Belanger  <belanger@truman.edu>
5355         * calc/calc-aent.el (math-read-token): Add local variable.
5357         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5358         (calc-edit-top): Move declaration to earlier in file.
5359         (calc-edit-macro-repeats): Add local variables.
5361         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5362         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5363         calcFunc-tanh.
5364         Adjust integration rule for calcFunc-tan.
5366 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5368         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5369         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5370         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5371         (viper-skip-separators): Bug fix.
5372         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5373         particular major mode.
5374         (viper-del-backward-char-in-replace): Don't put deleted char on the
5375         kill ring.
5377         * viper-ex.el (viper-color-display-p): New function.
5378         (viper-has-face-support-p): Use viper-color-display-p.
5380         * viper-keym.el (viper-gnus-modifier-map): New keymap.
5382         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5384         * viper-util.el (viper-glob-unix-files): Fix shell status check.
5385         (viper-file-remote-p): Make equivalent to file-remote-p.
5387         * viper.el (viper-major-mode-modifier-list):
5388         Use viper-gnus-modifier-map.
5390 2005-02-19  David Kastrup  <dak@gnu.org>
5392         * subr.el (subregexp-context-p): Fix garbled doc string by adding
5393         quoting.
5395 2005-02-19  Jay Belanger  <belanger@truman.edu>
5397         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5398         Remove extra definitions.
5399         (calc-coth): New function.
5400         (calcFunc-cot): Fix `let'.
5402 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
5404         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5405         the reasons we use "type pc" in these faces.
5407         * button.el (button): Ditto.
5409 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
5411         * replace.el (query-replace-read-from): Set the value of
5412         query-replace-from-history-variable to handle the case of an empty
5413         string entered to accept the suggested default.
5415         * net/tramp.el (tramp-file-name-for-operation):
5416         Use dired-call-process instead of dired-call-process-command.
5418 2005-02-19  Jay Belanger  <belanger@truman.edu>
5420         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5421         (math-div-non-trig): New variables.
5422         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5423         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5424         (math-combine-prod, math-div-symb-fancy): Add simplifications for
5425         trig expressions.
5427 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
5429         * progmodes/gdb-ui.el (gdb-var-update-handler)
5430         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5431         for watch expressions,
5432         (gdb-var-create-handler): Don't set speedbar-update-flag.
5433         (gdb-post-prompt): Simplify test for speedbar.
5435 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5437         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5438         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5439         we use the syntax table of the correct buffer.
5440         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5441         Felix Gatzemeier.
5443         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5444         (ediff-file-remote-p): Make synonymous with file-remote-p.
5445         In all deffaces ediff-*-face-*, use min-colors.
5447         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5448         ediff-recurse-to-subdirectories.
5449         (ediff-mark-if-equal): Check that the arguments are strings, use
5450         ediff-same-contents (after to Felix Gatzemeier).
5452         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5453         nil.
5455 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5457         * log-view.el (log-view-message-re): Fix up Subversion regexp.
5459 2005-02-18  David Kastrup  <dak@gnu.org>
5461         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5462         use `mark-active' when defined.
5464 2005-02-18  Kenichi Handa  <handa@m17n.org>
5466         * ps-print.el (ps-font-info-database): New entry
5467         ZapfChancery-MediumItalic with correct font name.  Fix font name
5468         of the entry Zapf-Chancery-MediumItalic.
5470 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
5472         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5474 2005-02-16  Kim F. Storm  <storm@cua.dk>
5476         * ido.el (ido-fallback-command): Pass user input to fallback command.
5478 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
5480         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5481         (gdb-find-file-hook): Add server prefix.
5483 2005-02-16  Richard M. Stallman  <rms@gnu.org>
5485         * replace.el (perform-replace): Pass new args to replace-highlight.
5486         (replace-highlight): Take region args,
5487         and pass them to isearch-lazy-highlight-new-loop.
5489         * novice.el (disabled-command-hook): Autoload the defalias
5490         and the make-obsolete-variable call.
5492         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5494         * isearch.el (isearch-lazy-highlight-start-limit)
5495         (isearch-lazy-highlight-end-limit): New variables limit
5496         the region for highlighting.
5497         (isearch-lazy-highlight-new-loop): New args BEG and END.
5498         (isearch-lazy-highlight-search): Use the new vars.
5499         (isearch-lazy-highlight-update): Likewise.
5501         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5503         * cus-start.el (all): Use default-boundp.
5505 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
5507         * menu-bar.el (menu-bar-select-frame): Handle current frame.
5509 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
5511         * autorevert.el (auto-revert-stop-on-user-input)
5512         (auto-revert-verbose): Doc fixes.
5514 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
5516         * international/mule-cmds.el (set-locale-environment): Remove call
5517         to set-selection-coding-system on Windows.
5519 2005-02-15  Jay Belanger  <belanger@truman.edu>
5521         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5522         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5523         calcFunc-coth.
5524         (math-simplify-sqrt): Add simplifications.
5526         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5527         to list.
5529         * calc/calc-ext.el: Add functions to autoloads.
5531         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5532         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5533         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5534         (math-csc-raw, math-cot-raw): New functions.
5536         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5538         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5539         the variable name in a message.
5541         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5542         calcFunc-csc, calcFunc-cot.
5544         * calc/calcalg2.el: Add derivative and integration rules for
5545         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5546         calcFunc-csch, calcFunc-coth.
5547         (math-do-integral-methods): Add to checks for when to use
5548         substitutions.
5550         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5552 2005-02-15  Lute Kamstra  <lute@gnu.org>
5554         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5555         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
5556         <monnier@iro.umontreal.ca>
5557         (lisp-outline-level): Improve efficiency.  Suggested by David
5558         Kastrup <dak@gnu.org>.
5560 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
5562         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
5563         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
5564         (gdb-set-gud-minor-mode-existing-buffers): New functions.
5565         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
5566         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
5568 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
5570         * cus-start.el (all): Comment change.
5572 2005-02-14  Lute Kamstra  <lute@gnu.org>
5574         * cus-start.el (all): Check if symbol is void.
5576 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
5578         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
5579         optional argument to \cite.
5581 2005-02-14  Richard M. Stallman  <rms@gnu.org>
5583         * cus-edit.el (custom-buffer-create-internal): Update help message.
5584         (custom-magic-alist): Update help messages.
5586         * cus-start.el (all): Allow a var to specify a standard value.
5588 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
5590         * custom.el (custom-theme-set-variables): Handle variable aliases.
5592         * frame.el (blink-cursor-timer): Doc fix.
5593         (blink-cursor): Make it an alias for `blink-cursor-mode' and
5594         declare obsolete.
5595         (blink-cursor-mode): Define with defcustom and use correct
5596         standard expression in that defcustom.
5597         * startup.el (command-line): Adapt to above changes in frame.el.
5599 2005-02-11  Lute Kamstra  <lute@gnu.org>
5601         * apropos.el (apropos-score-doc): Prevent division by zero.
5603 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
5605         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
5606         (icalendar--get-event-property-attributes)
5607         (icalendar--get-event-properties)
5608         (icalendar--datetime-to-diary-date): New functions.
5609         (icalendar--split-value): Doc fix.
5610         (icalendar--datetime-to-noneuropean-date)
5611         (icalendar--datetime-to-european-date): New optional argument
5612         SEPARATOR.  Return result as a string instead of a list.
5613         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
5614         (icalendar--convert-string-for-export): Rename arg S to STRING.
5615         (icalendar-export-region): Doc fix.  Change name of error buffer.
5616         Save output buffer.
5617         (icalendar-import-file): Add blank at end of prompt.
5618         (icalendar-import-buffer): Doc fix.  Do not switch to error
5619         buffer.  Indicate status in return value.
5620         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
5621         buffer.  Save output buffer.  Handle exception from recurrence
5622         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
5623         events.  Fix problems with weekly all-day events.
5625 2005-02-10  Richard M. Stallman  <rms@gnu.org>
5627         * simple.el (eval-expression-print-format):
5628         Avoid warning about edebug-active.
5630         * help.el (help-for-help-internal): Rename from help-for-help.
5631         (help-for-help): Define with defalias.
5633         * font-core.el (font-lock-default-function): Use with-no-warnings.
5635         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
5637         * custom.el (defface): Doc fix.
5639 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
5641         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
5642         width 0" to prevent word wrapping problems.
5644 2005-02-09  Kim F. Storm  <storm@cua.dk>
5646         * ido.el (ido-file-extensions-order): New defcustom.
5647         (ido-file-extension-lessp, ido-file-extension-aux)
5648         (ido-file-extension-order): New advanced file ordering.
5649         (ido-file-lessp): New simple file ordering.
5650         (ido-sort-list): Remove.
5651         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
5652         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
5654 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
5656         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
5657         that some versions of grep produce.
5658         (grep-mode-font-lock-keywords): Likewise.
5660 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
5662         * progmodes/gdb-ui.el (gdb-location-list): New variable.
5663         (gdb-cdir): Delete.
5664         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
5665         (gdb-source-info): Treat case when source file is in another
5666         directory properly.
5667         (gdb-get-location): New function.
5669 2005-02-07  Jay Belanger  <belanger@truman.edu>
5671         * calc/calc-prog.el (calc-write-parse-table-part)
5672         (calc-fix-token-name): Fix a check for language type.
5674         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
5676 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
5678         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
5679         as directory not writable.
5681 2005-02-07  Kim F. Storm  <storm@cua.dk>
5683         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
5684         (cua--standard-movement-commands): Remove list.
5685         Instead, set CUA property value to move for movement commands.
5686         (cua-movement-commands): Remove.  Users must set CUA prop instead.
5687         (cua--pre-command-handler): Check CUA property.
5688         (cua--init-keymaps): Don't remap undo commands.
5689         (cua-mode): Don't call cua--rectangle-on-off.
5691         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
5692         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
5693         (cua--rect-undo-set-point): New var.
5694         (cua--rectangle-undo-boundary): Setup undo apply entry.
5695         (cua--rect-undo-handler): New function for rectangle undo.
5696         (cua--rect-start-position, cua--rect-end-position): Add.
5697         (cua--rectangle-post-command): Call cua--rectangle-set-corners
5698         for restored rectangle.  Set point if cua--rect-undo-set-point.
5700 2005-02-06  Jay Belanger  <belanger@truman.edu>
5702         * calc/calc-lang.el (calc-tex-language): Display more information
5703         in messages.
5705         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
5706         in TeX mode.
5708 2005-02-06  Richard M. Stallman  <rms@gnu.org>
5710         * emacs-lisp/lisp.el (buffer-end): Doc fix.
5712 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5714         * net/ldap.el (ldap-search-internal): Support attributes with
5715         optional descriptions separated by a semi-colon, as in
5716         "userCertificate;binary".
5718 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5720         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
5721         isn't a cons (i.e. the version is 0).
5723 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
5725         * help.el (help-for-help): Doc fix.
5727 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
5729         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
5730         GDB-Windows on the menu-bar as this works better.
5732 2005-02-04  Jay Belanger  <belanger@truman.edu>
5734         * calc/calc-embed.el (calc-embedded-update): Don't put in
5735         unnecessary newlines.  Adjust the end of formula marker.
5737         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
5738         (math-latex-parse-two-args): New function.
5740 2005-02-03  Lute Kamstra  <lute@gnu.org>
5742         * help-fns.el (help-with-tutorial): Make sure that users cannot
5743         remove the entire text of the tutorial by means of `undo'.
5745 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5747         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
5748         in recent changes, where the ispell process was repeatedly
5749         killed & restarted.
5751         * international/mule-cmds.el (set-locale-environment): Set file-name
5752         coding system to utf-8 on Darwin systems.
5753         (set-default-coding-systems): Don't set default-file-name-coding-system
5754         on Darwin systems.
5756 2005-02-03  Richard M. Stallman  <rms@gnu.org>
5758         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
5760 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
5762         * faces.el (list-faces-display): Add optional argument.
5764 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5766         * font-core.el (font-lock-default-function): Handle the rare case where
5767         only font-lock-keywords is set.
5769 2005-02-02  Kenichi Handa  <handa@m17n.org>
5771         * international/characters.el: Cancel previous change for
5772         I-WITH-DOT-ABOVE and DOTLESS-i.
5774         * international/latin-5.el: Cancel previous change.
5776 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
5778         * progmodes/gud.el: Correction to syntax in gud-menu-map.
5780 2005-02-02  Kenichi Handa  <handa@m17n.org>
5782         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
5783         DOTLESS-i.
5785         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
5786         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
5788         * case-table.el (get-upcase-table): New function.
5789         (copy-case-table): Copy upcaes table too if non-nil.
5790         (set-case-syntax-delims): Maintain upcase table too.
5791         (set-case-syntax-pair): Likewise.
5792         (set-upcase-syntax, set-downcase-syntax): New functions.
5793         (set-case-syntax): Maintain upcase table too.
5795 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
5797         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
5799         * progmodes/gud.el (gud-goto-info): New function.
5800         (gud-tool-bar-map): Use correct icon.
5802 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
5804         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
5805         When delegating, order args in the funcall correctly.
5807 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
5809         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
5811 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
5813         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
5814         buffer not visiting a file.
5816 2005-01-31  Jay Belanger  <belanger@truman.edu>
5818         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
5819         bound on the line with the formula.
5821 2005-01-31  Kim F. Storm  <storm@cua.dk>
5823         * ses.el (ses-create-cell-variable-range)
5824         (ses-destroy-cell-variable-range, ses-reset-header-string)
5825         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
5826         (ses-insert-row): Fix format of apply undo entries.
5828 2005-01-31  Jay Belanger  <belanger@truman.edu>
5830         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
5831         parts.
5833         * calc/calc-embed.el (calc-embedded-open-formula)
5834         (calc-embedded-close-formula): Ignore matrix environments.
5836         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
5837         TeX mode.
5839         * calc/calc-lang.el (math-function-table, math-oper-table)
5840         (math-variable-table): Adjust the LaTeX portions.
5842         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
5843         (math-latex-ignore-words): New constant.
5845 2005-01-31  Richard M. Stallman  <rms@gnu.org>
5847         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
5848         (ispell-local-dictionary): Doc fix.
5849         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
5850         Don't reinitialize at run time.  Don't defcustom.
5851         All uses changed to append ispell-local-dictionary-alist,
5852         or check it first.
5853         (ispell-current-dictionary): New variable for dictionary in use.
5854         (ispell-dictionary): Now used only for global default.
5855         (ispell-start-process): Set ispell-current-dictionary,
5856         not ispell-dictionary.
5857         (ispell-change-dictionary): Use this only for setting
5858         user preferences.
5859         (ispell-internal-change-dictionary): New function
5860         to change the current dictionary in use.
5861         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
5862         Use ispell-current-dictionary.
5863         Handle ispell-local-dictionary-overridden.
5864         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
5866 2005-01-31  Jay Belanger  <belanger@truman.edu>
5868         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
5870         * calc/calc-ext.el: Add calc-latex-language to autoloads.
5871         (calc-mode-map): Add calc-latex-language.
5873         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
5874         (math-latex-print-frac): New functions.
5875         (math-oper-table, math-function-table, math-variable-table)
5876         (math-complex-format, math-input-filter): Add latex properties.
5877         (calc-set-language): Set math-expr-special-function-mapping.
5879         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
5880         (calc-write-parse-table-part): Add LaTeX support.
5882         * calc/calc.el (calc-language): Adjust docstring.
5883         (calc-set-mode-line): Add LaTeX support.
5884         (math-expr-special-function-mapping): New variable.
5885         (math-tex-ignore-words): Add to list.
5887         * calc/calccomp.el (math-compose-expr, math-compose-rows):
5888         Add LaTeX support.
5889         (math-compose-expr): Add support for special functions.
5891         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
5893 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
5895         * progmodes/gdb-ui.el (gdb-memory-address)
5896         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
5897         (gdb-memory-mode-map, gdb-memory-format-keymap)
5898         (gdb-memory-format-menu, gdb-memory-unit-keymap)
5899         (gdb-memory-unit-menu): New variables for a buffer
5900         that lets the user examine program memory.
5901         (gdb-memory-set-address, gdb-memory-set-repeat-count)
5902         (gdb-memory-format-binary, gdb-memory-format-octal)
5903         (gdb-memory-format-unsigned, gdb-memory-format-signed)
5904         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
5905         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
5906         (gdb-memory-unit-word, gdb-memory-unit-halfword)
5907         (gdb-memory-unit-byte, gdb-memory-unit-menu)
5908         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
5909         (gdb-memory-mode, gdb-memory-buffer-name)
5910         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
5911         New functions for above buffer.
5913 2005-01-30  Richard M. Stallman  <rms@gnu.org>
5915         * cus-edit.el (custom-bury-buffer): Function deleted.
5916         (custom-buffer-done-function): Option deleted.
5917         (custom-buffer-done-kill): New (replacement option.
5918         (Custom-buffer-done): Call quit-window.
5919         (custom-buffer-create-internal): Update for above changes.
5921 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
5923         * simple.el (undo-ask-before-discard): New var.
5924         (undo-outer-limit-truncate): Implement it.
5925         (undo-extra-outer-limit): Doc update.
5927 2005-01-29  Richard M. Stallman  <rms@gnu.org>
5929         * ses.el (undo-more): Delete defadvice.
5930         (ses-begin-change): Doc fix.
5932         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
5933         instead of rebinding C-x u and C-_.
5935         * files.el (normal-backup-enable-predicate): Return nil for files
5936         in /tmp, regardless of temporary-file-directory.
5938         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
5940         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
5941         (open-rectangle, delete-whitespace-rectangle-line)
5942         (clear-rectangle-line): If FILL, pass t instead of FILL
5943         for move-to-column's 2nd arg.
5945         * simple.el (undo): Fix the test for continuing a series of undos.
5946         (undo-more): Set pending-undo-list to t when we reach end.
5947         (pending-undo-list): Move up defvar.
5949         * wid-edit.el (widget-button-click):
5950         Shorten the range of the track-mouse binding.
5952         * comint.el (comint-insert-input): Undo previous changes;
5953         use last-input-event in interactive spec.
5955 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
5957         * progmodes/compile.el (compilation-start): Bind buffer-read-only
5958         to nil before invoking call-process.  Reset buffer's modified flag
5959         after fontifying it in the no-async branch.
5961         * wid-edit.el (widget-specify-button): If mouse pointer shape
5962         cannot be changed, use mouse face instead.
5964 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
5966         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5967         (gdb-goto-breakpoint): Make breakpoint handling work on template
5968         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
5969         (gdb-assembler-custom): Update to recognise breakpoint information
5970         added on 2005-01-19.
5972 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5974         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
5975         (dsssl-mode): Use define-derived-mode.
5976         (scheme-mode-initialize): Remove.
5977         (scheme-mode): Use run-mode-hooks.
5979         * cus-edit.el (customize-group-other-window)
5980         (custom-buffer-create-other-window): Don't override special-display-*.
5981         (custom-mode-map): Make it dense.
5983         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
5984         sets the default value.
5986 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
5988         * descr-text.el: Add more keywords.
5990 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5992         * speedbar.el: Avoid unnecessary use of locate-library.
5994         * international/mule-cmds.el (standard-display-european-internal):
5995         Don't fiddle with latin-1 non-break space any more since it's now
5996         special cased in the C code.
5997         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
5999 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
6001         * cus-start.el (all): Add `undo-outer-limit'.
6003 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6005         * textmodes/bibtex.el (bibtex-format-entry):
6006         Use `bibtex-empty-field-re' only on the text of fields, not on entire
6007         field lines.
6008         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6009         not on part of a buffer.
6011 2005-01-25  Lute Kamstra  <lute@gnu.org>
6013         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6014         nonempty field text strings like "{letters\\macro{}more letters}".
6015         Clarify docstring.
6016         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6017         (bibtex-entry-offset, bibtex-parse-association)
6018         (bibtex-parse-field-name): Fix typos in docstrings.
6019         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6021 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
6023         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6024         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6025         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6026         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6028         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6029         isearch minor mode.
6031 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
6033         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6035 2005-01-24  Lute Kamstra  <lute@gnu.org>
6037         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6038         CASECHARS and NOT-CASECHARS regular expressions of the
6039         "nederlands" and "nederlands8" dictionaries to prevent a "Range
6040         striding over charsets" error.
6042 2005-01-24  Jay Belanger  <belanger@truman.edu>
6044         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6045         display variable name.
6047 2005-01-24  Kenichi Handa  <handa@m17n.org>
6049         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6050         Fix setting of the element of encoded-kbd-iso2022-invocations.
6052 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
6054         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6055         (gdb-threads-select): Change to also accept mouse events.
6056         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6057         (gdb-threads-mouse-select): Delete.
6059 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
6061         * files.el (insert-directory): Take care of empty directory,
6062         listed without -a switch.
6064 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6066         * textmodes/refill.el (refill-post-command-function):
6067         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6068         to the list of functions that we should be careful not to undo.
6069         (refill-late-fill-paragraph-function): Remove.
6070         (refill-saved-state): New var.
6071         (refill-mode): Use it to save fill-paragraph-function.
6072         Save also the value of auto-fill-function.
6074         * term/w32-win.el: Simplify code.
6076 2005-01-23  Kim F. Storm  <storm@cua.dk>
6078         * simple.el (line-move): Adapt to new return value from
6079         pos-visible-in-window-p.
6081         * simple.el (line-move): Fix last change.  Check partial
6082         visibility at point rather than at window-start.
6084 2005-01-22  Jason Rumney  <jasonr@gnu.org>
6086         * term/w32-win.el (xw-defined-colors): Remove debug-message.
6088 2005-01-22  David Kastrup  <dak@gnu.org>
6090         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6092 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
6094         * type-break.el (type-break-mode): Add a test for
6095         type-break-file-name being non-nil.
6097 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
6099         * net/eudc.el (top level): Call (message "") via progn, so that
6100         eudc-options-file is loaded.
6102 2005-01-22  Kim F. Storm  <storm@cua.dk>
6104         * simple.el (line-move-1): Rename from line-move.
6105         (line-move): New function that adjusts vscroll for partially
6106         visible rows, and calls line-move-1 otherwise.
6108 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
6110         * pcomplete.el: define pcomplete-read-event instead of read-event,
6111         since it's not a complete read-event implementation
6113 2005-01-20  Jay Belanger  <belanger@truman.edu>
6115         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6116         for called function.
6118 2005-01-20  Steven Tamm  <steventamm@mac.com>
6120         * term/mac-win.el (process-connection-type): Remove.
6121         Controlled now by s/darwin.h:PTY_ITERATION.
6123 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6125         * window.el (handle-select-window): Don't switch window when we're
6126         in the minibuffer.
6128 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
6130         * subr.el (dotimes-with-progress-reporter): New macro.
6132         * ses.el (ses-dotimes-msg): Remove macro.
6133         Use `dotimes-with-progress-reporter' instead.
6135 2005-01-19  Steven Tamm  <steventamm@mac.com>
6137         * term/mac-win.el (process-connection-type): Use new
6138         operating-system-release variable to use ptys on Darwin 7 (OSX
6139         10.3) when using carbon build.
6141 2005-01-19  Jay Belanger  <belanger@truman.edu>
6143         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6144         flags if the last command was a tab or M-tab.
6146         * calc/calc-prog.el (calc-user-define-edit): Put original formula
6147         in formula editing buffer.
6149 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
6151         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6152         breakpoint image symbol in margin.
6154 2005-01-19  Jay Belanger  <belanger@truman.edu>
6156         * calc/calc-prog.el (calc-execute-kbd-macro):
6157         Ignore calc-keep-arg-flag.
6159 2005-01-19  Kenichi Handa  <handa@m17n.org>
6161         * textmodes/ispell.el (ispell-looking-at): New function.
6162         (ispell-process-line): Use ispell-looking-at to compare the ispell
6163         output and the buffer contents.
6165 2005-01-18  Jay Belanger  <belanger@truman.edu>
6167         * calc/calc.el (calc-display-raw): Fix docstring.
6169 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6171         * simple.el (blink-matching-open): Strip extra info from syntax.
6173         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6174         funny chars in the end-of-here-doc marker.
6176 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
6178         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6179         that enable/disabled state of breakpoints is shown correctly in
6180         fringe and on ttys.
6181         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6182         Add breakpoint information as text properties.
6183         (gdb-mouse-toggle-breakpoint):
6184         Rename to gdb-mouse-set-clear-breakpoint.
6185         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
6186         breakpoints in the margin.
6187         (gdb-remove-strings): Simplify.
6189 2005-01-17  Jay Belanger  <belanger@truman.edu>
6191         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6192         erasing buffer.
6194 2005-01-17  Richard M. Stallman  <rms@gnu.org>
6196         * progmodes/grep.el (grep-find): Copy from `grep' the condition
6197         for calling grep-compute-defaults.
6199         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6200         if buffer is empty.
6202         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6204 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
6206         * hilit-chg.el (highlight-changes-mode): Don't autoload.
6208         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6209         non-preloaded variables.
6211 2005-01-17  Steven Tamm  <steventamm@mac.com>
6213         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6214         tex-shell cause to force interactivity when using pipes.
6216 2005-01-17  Kim F. Storm  <storm@cua.dk>
6218         * simple.el (just-one-space): Make arg optional.
6220 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
6222         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6223         posn-at-x-y to t to access left-margin.
6225 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
6227         Sync with Tramp 2.0.47.
6229         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6230         catching keep-date problems in cp/scp operations.
6231         (tramp-handle-copy-file): Don't call `set-file-modes'
6232         unconditionally.  Specialized functions should know better what is
6233         necessary.  This improves performance a little bit, and the
6234         functions could catch errors with `cp -p' and `scp -p'.
6235         (tramp-do-copy-or-rename-file-via-buffer)
6236         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6237         when appropriate.
6238         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6239         Call `set-file-modes' when appropriate.
6240         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
6241         Johnsson <isak@hypergene.com>
6242         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6243         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
6244         <joakim@verona.se>
6245         (tramp-file-name-for-operation): Mark `shell-command' as magic for
6246         Emacs only.
6248         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
6249         `find-file-hooks' and `dired-mode-hook'.
6250         (tramp-minor-mode-map): Respective map.  Add remapping for
6251         `compile' and `recompile'.
6252         (tramp-remap-command, tramp-recompile): New defuns.
6253         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6254         in buffer "*Compilation*".  Call the commands asynchronously.
6256         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6257         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6258         `shell-command', because it isn't magic in XEmacs.  Reported by
6259         Adrian Aichner <adrian@xemacs.org>.
6261         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6262         `substitute-in-file-name.
6263         (tramp-smb-handle-substitute-in-file-name): New defun.
6264         (tramp-smb-advice-PC-do-completion): Delete advice.
6266 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
6268         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6269         Fix error in deleting region.
6271 2005-01-15  Richard M. Stallman  <rms@gnu.org>
6273         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6274         In non-temp buffer, switch syntax table temporarily.
6276         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6278         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6280         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6282         * imenu.el (imenu--split-menu): Copy menulist before sorting.
6283         (imenu--generic-function): Use START, not BEG, as pos of definition.
6285         * simple.el (just-one-space): Argument specifies number of spaces.
6287         * simple.el (eval-expression-print-format): Avoid warning
6288         about edebug-active.
6290 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
6292         * progmodes/sh-script.el: Code copied from make-mode.el
6293         with small changes,
6294         (sh-mode-map): Bind C-c C-\.
6295         (sh-backslash-column, sh-backslash-align): New variables.
6296         (sh-backslash-region, sh-append-backslash): New functions.
6298 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
6300         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6301         (rmail-pop-password, rmail-pop-password-required): Move to
6302         rmail-obsolete group.
6303         (rmail-set-pop-password): Rename to rmail-set-remote-password.
6304         All callers updated.
6305         (rmail-get-pop-password): Rename to rmail-get-remote-password.
6306         Take an argument specifying whether it is POP or IMAP mailbox we
6307         are using.  All callers updated.
6308         (rmail-pop-password-error): Rename to
6309         rmail-remote-password-error.  Added mailutils-specific error message.
6310         (rmail-movemail-search-path)
6311         (rmail-movemail-variant-in-use): New variables.
6312         (rmail-remote-password, rmail-remote-password-required):
6313         New customization variables.
6314         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6315         (rmail-parse-url): New function.
6316         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6317         with GNU mailutils movemail.
6319 2005-01-15  Kevin Ryde  <user42@zip.com.au>
6321         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6322         suffix to space, $ or '$, to correctly position point when going
6323         to @table style constants like DBL_MAX.
6325 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
6327         * type-break.el (type-break-mode, type-break-file-time)
6328         (type-break-file-keystroke-count, type-break-choose-file):
6329         Don't store data in or load data from the file if type-break-file-name
6330         is nil.
6331         (type-break-file-name): Doc update as per the above.
6333 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
6335         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6336         lookup-key might return nil; handle that.
6338 2005-01-15  Alan Mackenzie  <acm@muc.de>
6340         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6341         rather than the element found, thus enabling the tree to be setcar'd.
6343 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
6345         * textmodes/org.el (org-show-following-heading): New option.
6346         (org-show-hierarchy-above): Use `org-show-following-heading'.
6347         (org-cycle): Documentation fix.
6349         * textmodes/org.el (orgtbl-optimized): New option
6350         (orgtbl-mode): New command, a minor mode.
6351         (orgtbl-mode-map): New variable.
6352         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6353         (orgtbl-error, orgtbl-self-insert-command)
6354         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6356         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6357         a local variable in each org-mode buffer.
6359         * textmodes/org.el (org-set-regexps-and-options): Rename from
6360         `org-set-regexps'.  Added checking for STARTUP keyword.
6361         (org-get-current-options): Add STARTUP options.
6362         (org-table-insert-row): Mode mode intelligent about when
6363         realignment is needed.
6364         (org-self-insert-command, org-delete-backward-char, org-delete-char):
6365         New commands.
6366         (org-enable-table-editor): New default value `optimized'.
6367         (org-table-blank-field): Support blanking regions if active.
6369 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
6371         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6372         if the year is not given.
6374         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6375         Add new escapes %m and %M, fixed bug with %F by adding
6376         save-match-data.
6377         (reftex-reference): Remove ?. from list of spaces.
6378         (reftex-label-info): Add automatic label prefix recognition.
6380         * textmodes/reftex-index.el (reftex-index-next-phrase):
6381         Add slave parameter to call of `reftex-index-this-phrase'.
6382         (reftex-index-this-phrase): New optional argument.
6383         (reftex-index-region-phrases): Add slave parameter to call of
6384         `reftex-index-this-phrase'.
6385         (reftex-display-index): New argument redo.
6386         (reftex-index-rescan): Add 'redo to arguments of
6387         `reftex-display-index'.
6388         (reftex-index-Rescan, reftex-index-revert)
6389         (reftex-index-switch-index-tag): Add 'redo to arguments of
6390         `reftex-display-index'.
6391         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6392         indexing.  Fix bug with matching is there is a quote before or
6393         after the word.
6395         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6396         Fix bug when collecting citation keys in lines with comments.
6397         (reftex-citation): Prefix argument no longer rescans the document,
6398         but forces prompting for optional arguments of cite macros.
6399         (reftex-do-citation): Prompting for optional arguments implemented.
6401         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6402         Add optional arguments to most cite commands.
6403         (reftex-cite-cleanup-optional-args): New option
6404         (reftex-cite-prompt-optional-args): New option.
6405         (reftex-trust-label-prefix): New option.
6407         * textmodes/reftex-toc.el (reftex-toc-find-section):
6408         Add push-mark before changing the position in the buffer.
6410         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6411         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6413 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
6415         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6416         more carefully.
6418 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6420         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6421         (sgml-mode): Use it.
6422         (sgml-get-context): Better keep track of implicitly closed tags.
6424 2005-01-13  Kenichi Handa  <handa@m17n.org>
6426         * textmodes/ispell.el: These changes are to fix misalignment error
6427         caused by equivalent characters of different Emacs charsets.
6428         (ispell-unified-chars-table): New variable.
6429         (ispell-get-decoded-string): New function.
6430         (ispell-get-casechars, ispell-get-not-casechars)
6431         (ispell-get-otherchars): Call ispell-get-decoded-string.
6433 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
6435         * custom.el (custom-declare-variable): Just put symbol instead
6436         of (defvar . symbol) in `current-load-list'.
6438 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6440         * emacs-lisp/elint.el: Fixed typo in Commentary section.
6442 2005-01-12  Jay Belanger  <belanger@truman.edu>
6444         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6445         to create a Calc summary.
6447 2005-01-12  Kim F. Storm  <storm@cua.dk>
6449         * mouse.el (mouse-on-link-p): Change functionality and doc
6450         string to comply with latest description in lisp ref.
6452 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
6454         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6455         Enable mouse clicks on mode-line, header-line and margin.
6456         (event-type): Give mouse event symbols an 'event-kind property
6457         with value 'mouse-click.
6459 2005-01-12  Juri Linkov  <juri@jurta.org>
6461         * facemenu.el (list-colors-display): Add new arg buffer-name.
6462         Use it.  Fix docstring.  Replace code for identifying duplicate
6463         colors by the name with call to `list-colors-duplicates' which
6464         identifies duplicate colors by the value unless the color
6465         is one of special Windows colors.  Set truncate-lines to t.
6466         Print sorted duplicate color names on each line.  Indent to 22
6467         \(the longest color name in rgb.txt) instead of 20.  Optimize.
6468         (list-colors-duplicates): New function.
6469         (facemenu-color-name-equal): Delete function.
6471         * facemenu.el (list-colors-print): New function created from code
6472         in list-colors-display.  Print #RRGGBB at the window right edge.
6473         (list-colors-display): When temp-buffer-show-function is not
6474         defined, call list-colors-print from temp-buffer-show-hook
6475         to get the right value of window-width in list-colors-print
6476         after the buffer is displayed.
6478         * simple.el (pop-mark): Move deactivate-mark out of conditional
6479         part to deactivate the active mark regardless of the state of the
6480         mark ring.
6482         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6483         variables line in desktop files.
6485 2005-01-12  Juri Linkov  <juri@jurta.org>
6487         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6488         Bring together isearch highlight related options.
6489         (lazy-highlight): Replace group `replace' by `matching'.
6490         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6491         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6492         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6493         and declare them obsolete.
6494         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6495         (isearch-faces): Remove defgroup.
6496         (isearch-overlay, isearch-highlight, isearch-dehighlight):
6497         Move isearch highlighting code closer to lazy highlighting code.
6499         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6500         (query-replace-highlight, query-replace-lazy-highlight)
6501         (query-replace): Move definitions to the beginning of the file.
6503 2005-01-11  Juri Linkov  <juri@jurta.org>
6505         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6506         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6507         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6509         * info.el (Info-history-forward): New variable.
6510         (Info-select-node): Reset Info-history-forward to nil.
6511         (Info-last): Turn into defalias.
6512         (Info-history-back): Rename from Info-last.
6513         Add current node to Info-history-forward.
6514         (Info-history-forward): New fun.
6515         (Info-mode-map): Replace Info-last by Info-history-back.
6516         Bind Info-history-forward to "r".
6517         (Info-mode-menu): Replace Info-last by Info-history-back.
6518         Fix menu item text.  Add menu item for Info-history-forward.
6519         (info-tool-bar-map): Replace Info-last by Info-history-back.
6520         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
6521         for Info-history-forward.
6522         (Info-mode): Replace Info-last by Info-history-back in docstring.
6523         Add local variable Info-history-forward.
6524         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6526 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6528         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6529         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6530         Ignore select-window events rather than fiddle with
6531         mouse-autoselect-window.
6533 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
6535         * type-break.el (type-break-mode): Fix previous change.
6537 2005-01-10  Jay Belanger  <belanger@truman.edu>
6539         * calc/calc-ext.el (calc-reset): Reset when inside embedded
6540         calculator; only reset when point is inside a calculator.
6541         Don't adjust the window height if the window takes up the whole height
6542         of the frame.
6544 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
6546         * ebuff-menu.el (Electric-buffer-menu-mode):
6547         Preserve value of buffer-local var header-line-format.
6549 2005-01-09  Jay Belanger  <belanger@truman.edu>
6551         * calc/calc.el (calc-mode-var-list-restore-saved-values):
6552         Make sure settings file exists before accessing it.
6554         * calc/calc-embed.el (calc-embedded-subst):
6555         Replace math-multi-subst-rec, which is only supposed to be called
6556         by math-multi-subst, by math-multi-subst.
6558 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
6560         * vc.el (vc-allow-async-revert): New user option.
6561         (vc-disable-async-diff): New internal variable.
6562         (vc-revert-buffer): Use them to disable asynchronous diff.
6564         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
6565         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
6566         asynchronously if vc-disable-async-diff is t.
6568 2005-01-09  Jay Belanger  <belanger@truman.edu>
6570         * calc/calc.el (defcalcmodevar): New macro.
6571         (calc-mode-var-list-restore-default-values)
6572         (calc-mode-var-list-restore-saved-values): New functions.
6573         (calc-mode-var-list): Use defcalcmodevar to define it.
6574         (calc-always-load-extensions, calc-line-numbering)
6575         (calc-line-breaking, calc-display-just, calc-display-origin)
6576         (calc-number-radix, calc-leading-zeros, calc-group-digits)
6577         (calc-group-char, calc-point-char, calc-frac-format)
6578         (calc-prefer-frac, calc-hms-format, calc-date-format)
6579         (calc-float-format, calc-full-float-format, calc-complex-format)
6580         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6581         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6582         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6583         (calc-matrix-brackets, calc-language, calc-language-option)
6584         (calc-left-label, calc-right-label, calc-word-size)
6585         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6586         (calc-display-raw, calc-internal-prec, calc-angle-mode)
6587         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6588         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6589         (calc-window-height, calc-display-trail, calc-show-selections)
6590         (calc-use-selections, calc-assoc-selections)
6591         (calc-display-working-message, calc-auto-why, calc-timing)
6592         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
6593         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
6594         (calc-gnuplot-default-device, calc-gnuplot-default-output)
6595         (calc-gnuplot-print-device, calc-gnuplot-print-output)
6596         (calc-gnuplot-geometry, calc-graph-default-resolution)
6597         (calc-graph-default-resolution-3d, calc-invocation-macro)
6598         (calc-show-banner): Use defcalcmodevar to declare them and set
6599         their default values.
6601         * calc/calc-ext.el (calc-reset): Restore saved values of variables
6602         instead of default values (but restore default values if there is
6603         an argument of 0).
6605 2005-01-09  David Kastrup  <dak@gnu.org>
6607         * desktop.el (desktop-restore-eager): Fix typo in type.
6609 2005-01-08  Richard M. Stallman  <rms@gnu.org>
6611         * cus-edit.el (customize): Delete :link.
6613 2005-01-08  Jay Belanger  <belanger@truman.edu>
6615         * calc/calc.el (calc-mode): Remove the extension from the
6616         `calc-settings-file' file name when loading it.
6618 2005-01-08  Kim F. Storm  <storm@cua.dk>
6620         * info.el (Info-mode-map, Info-next-link-keymap)
6621         (Info-prev-link-keymap, Info-up-link-keymap):
6622         Map follow-link to mouse-face.
6623         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
6625 2005-01-08  Jay Belanger  <belanger@truman.edu>
6627         * calc/calc.el (calc-settings-file): Change default value.
6628         Suggested by cgw in a comment in calc-mode.el.
6630         * calc/calc-mode.el (calc-settings-file-name):
6631         Compare calc-settings-file to user-init-file instead of ~/.emacs.
6632         Replace ~/.emacs in a prompt by calc-settings-file.
6634 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
6636         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
6637         (desktop-lazy-idle-delay): New customizable variables.
6638         (desktop-buffer-args-list): New variable.
6639         (desktop-append-buffer-args): New function.
6640         (desktop-save): Call desktop-append-buffer-args for some buffers.
6641         (desktop-lazy-create-buffer): New function.
6642         (desktop-idle-create-buffers): New function.
6643         (desktop-read): Add message about buffers to restore lazily.
6644         (desktop-lazy-abort): New command.
6645         (desktop-clear): Call desktop-lazy-abort.
6646         (desktop-lazy-complete): New command.
6648 2005-01-06  Richard M. Stallman  <rms@gnu.org>
6650         * emacs-lisp/find-func.el (find-face-definition):
6651         Rename from find-face.
6653 2005-01-06  Kim F. Storm  <storm@cua.dk>
6655         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
6657         * man.el (Man-xref-man-page, Man-xref-header-file)
6658         (Man-xref-normal-file): Add follow-link property.
6660 2005-01-06  Jay Belanger  <belanger@truman.edu>
6662         * calc/calc-units.el: Make sure the proper macro definitions are
6663         available when compiling.
6665 2005-01-06  Juri Linkov  <juri@jurta.org>
6667         * isearch.el (isearch-lazy-highlight-update):
6668         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
6670 2005-01-06  Miles Bader  <miles@gnu.org>
6672         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
6673         (isearch-lazy-highlight-face): Use new name.
6675 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6677         * uniquify.el (uniquify-rationalize-file-buffer-names):
6678         Re-add an interactive spec.
6679         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
6680         to the same name.
6682         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
6683         (isearch-update, isearch-done): Adjust calls accordingly.
6685 2005-01-05  Richard M. Stallman  <rms@gnu.org>
6687         * custom.el (custom-set-variables, custom-theme-set-variables):
6688         Clarify documentation.
6690         * emacs-lisp/find-func.el (find-variable)
6691         (find-variable-other-window, find-variable-other-frame):
6692         Fix the TYPE args to find-function-read and find-function-do-it.
6693         (find-function): Doc fix.
6694         (find-function-at-point): Replace function-at-point alias.
6696 2005-01-04  Richard M. Stallman  <rms@gnu.org>
6698         * cus-face.el (custom-declare-face):
6699         Record defface in current-load-list.
6701         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
6703         * emacs-lisp/find-func.el: Doc fixes.
6704         (find-face-regexp): New variable.
6705         (find-function-regexp-alist): New variable.
6706         (find-function-C-source): Third arg is now TYPE.
6707         (find-function-search-for-symbol): Handle general TYPE.
6708         (find-function-read, find-function-do-it): Handle general TYPE.
6709         (find-definition-noselect, find-face): New functions.
6710         (function-at-point): Alias deleted.
6712 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6714         * battery.el (display-battery-mode): Rename from display-battery.
6715         Handle the case where it gets turned off.
6717 2005-01-04  Richard M. Stallman  <rms@gnu.org>
6719         * cus-edit.el (customize): Make :link point to user doc.
6721         * man.el (Man-fontify-manpage): Turn off undo generation.
6723         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
6725 2005-01-04  Andreas Schwab  <schwab@suse.de>
6727         * files.el (insert-directory): Only look for error lines in
6728         inserted text.  Don't move too far after processing --dired markers.
6730 2005-01-04  Richard M. Stallman  <rms@gnu.org>
6732         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
6733         Don't expand if the character is @, period, dash, etc.
6734         (define-mail-abbrev): Quote names that contain problem characters.
6736 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
6738         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
6740 2005-01-03  Richard M. Stallman  <rms@gnu.org>
6742         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
6743         (query-replace-highlight, query-replace-lazy-highlight)
6744         (query-replace): Definitions moved up.  Doc fix.
6746 2005-01-03  Richard M. Stallman  <rms@gnu.org>
6748         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
6749         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6750         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6751         (lazy-highlight-face): Rename from isearch-lazy-...
6752         Change all references to them.
6754 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
6756         * cus-edit.el (custom-file): Doc fix for defcustom.
6757         (custom-file): The function no longer sets the variable
6758         `custom-file' to its return value.
6760         * startup.el (command-line): No longer load `custom-file'.
6762 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6764         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
6766         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
6767         Don't confuse module-prefixed identifiers for labels.
6768         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
6770 2005-01-02  Richard M. Stallman  <rms@gnu.org>
6772         * files.el (basic-save-buffer-1): Fix previous change.
6774         * loadhist.el (file-loadhist-lookup): New function.
6775         (file-provides, file-requires): Use it.
6777         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
6778         instead of calculating the right size.
6780 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
6782         * vc-svn.el (vc-svn-diff): Stay local if possible.
6784 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6786         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
6788         * files.el (hack-local-variables): Fix last change.
6790 2005-01-02  Jay Belanger  <belanger@truman.edu>
6792         * calc/calc-yank.el (calc-edit-top): New variable.
6793         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
6794         object.  Change header properties.
6795         (calc-edit-finish, calc-edit-finish-stack-object)
6796         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
6797         edited object.
6798         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
6799         for the beginning of the edited object.
6800         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
6801         for the beginning of the edited object.
6802         * calc/calc-prog.el (calc-edit-macro-finish-edit)
6803         (calc-finish-formula-edit, calc-macro-repeats)
6804         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
6805         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
6806         beginning of the edited object.
6807         (calc-user-define-edit): Change the header for editing macros.
6808         Remove unnecessary variable.
6810 2005-01-01  Jay Belanger  <belanger@truman.edu>
6812         * calc/calc-yank.el (calc-edit-mode): Change default header.
6813         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
6814         * calc/calc-store.el (calc-edit-variable): Change title to match new
6815         header.
6816         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
6817         mode to match new header.
6818         (calc-user-define-edit): Change titles to include names of commands.
6819         (calc-finish-formula-edit): Adjust to handle new header.
6820         (calc-finish-macro-edit): Remove.
6821         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
6822         (calc-edit-macro-command, calc-edit-macro-command-type)
6823         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
6824         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
6825         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
6826         (calc-edit-macro-finish-edit): New functions.
6827         (calc-user-define-edit): Use new functions to edit named calc macros.
6829 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
6831         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
6833         * ses.el (copy-region-as-kill): Deactivate mark.
6835 2005-01-01  Richard M. Stallman  <rms@gnu.org>
6837         * replace.el (occur-1): If the output buffer is also an input,
6838         don't kill it, rename it.
6840         * faces.el (set-face-background, set-face-foreground): Doc fix.
6842         * cus-face.el (custom-face-attributes): Fix :help-echo strings
6843         for :foreground and :background.
6845         * dired.el (dired-view-command-alist): Variable deleted.
6846         (dired-view-file, dired-mouse-find-file-other-window):
6847         Delete the code to use it.
6849 2005-01-01  Kim F. Storm  <storm@cua.dk>
6851         * image.el (insert-sliced-image): Use t for line-height property.
6853 2004-12-31  Jay Belanger  <belanger@truman.edu>
6855         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
6856         for "var-" at the beginning of the minibuffer.
6858 2004-12-31  Richard M. Stallman  <rms@gnu.org>
6860         * faces.el (read-face-name):
6861         Don't treat an attribute spec as a list of faces.
6863         * simple.el (undo): Use undo-equiv-table to detect
6864         unexpected changes since previous undo.
6865         (undo-list-saved): Variable deleted.
6866         (buffer-disable-undo): Don't alter undo-list-saved.
6868         * files.el (require-final-newline): Allow `visit' and `visit-save'.
6869         (mode-require-final-newline): New option.
6870         (after-find-file): Handle require-final-newline with new values.
6871         (basic-save-buffer): Handle new values of require-final-newline.
6873         * progmodes/sh-script.el (sh-require-final-newline):
6874         Alist value now controls whether to use mode-require-final-newline.
6875         (sh-set-shell): Implement that new meaning.
6877         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
6878         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
6879         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
6880         Delete old-Emacs compatibility code.
6881         (antlr-c-common-init): Function deleted.
6883         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
6884         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
6885         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
6886         * progmodes/python.el (python-mode): Use mode-require-final-newline.
6887         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
6888         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
6889         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
6890         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
6891         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
6892         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
6893         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
6894         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
6895         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
6896         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
6897         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
6898         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
6900 2004-12-31  Jay Belanger  <belanger@truman.edu>
6902         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
6903         way to return to Calc.
6905         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
6906         finish, C-xk as the way to cancel the edit.  Add cancel routine to
6907         kill-buffer-hook.
6909         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
6910         MacEdit code.
6912         * calc/calc-prog.el: Remove obsolete MacEdit code.
6913         (calc-macro-edit-algebraic, calc-macro-edit-variable)
6914         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
6916 2004-12-31  Kenichi Handa  <handa@m17n.org>
6918         * international/mule.el (buffer-file-coding-system-explicit):
6919         Rename for explicit-buffer-file-coding-system.
6920         (after-insert-file-set-coding): Adjust for the above change.
6922         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
6923         to buffer-file-coding-system-explicit.
6924         (basic-save-buffer-1): Likewise.
6926 2004-12-30  Richard M. Stallman  <rms@gnu.org>
6928         * textmodes/artist.el (artist-butlast-fn): Var deleted.
6929         (artist-butlast, artist-last): Functions deleted.
6930         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
6931         (artist-compute-key-compl-table): Call remq directly.
6932         (artist-remove-nulls): Function deleted.
6933         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
6934         (artist-push, artist-pop): Macro deleted.
6936 2004-12-30  Andreas Leue  <al@sphenon.de>
6938         * textmodes/artist.el (artist-version): 1.2.6
6939         (artist-prev-next-op-alist): New variable.
6940         (artist-select-next-op-in-list): New function.
6941         (artist-select-prev-op-in-list): New function.
6942         (artist-make-prev-next-op-alist): New function.
6943         (artist-is-in-op-list-p): New function.
6944         (artist-get-first-non-nil-op): New function.
6945         (artist-get-last-non-nil-op): New function.
6946         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
6947         artist-prev-next-op-alist.
6948         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
6949         change drawing operation.
6951 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
6953         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
6955 2004-12-31  Masatake YAMATO  <jet@gyve.org>
6957         * server.el (server-process-filter): Suppress `error', too.
6959 2004-12-30  Jay Belanger  <belanger@truman.edu>
6961         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
6962         Change the way a variable is displayed in a message.
6964         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
6965         (calc-user-define-permanent, calc-execute-kbd-macro):
6966         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
6968 2004-12-30  Kenichi Handa  <handa@m17n.org>
6970         * files.el (basic-save-buffer-1):
6971         Set explicit-buffer-file-coding-system to last-coding-system-used.
6972         (revert-buffer): Pay attention to
6973         explicit-buffer-file-coding-system (not buffer-file-coding-system)
6974         on bind coding-system-for-read.
6976         * international/mule.el (explicit-buffer-file-coding-system):
6977         New buffer local variable.
6978         (after-insert-file-set-coding): Set it to coding-system-for-read.
6980 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6982         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
6984 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
6986         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
6987         that include line numbers.
6989 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
6991         * files.el (hack-local-variables): If no PREFIX, set it to "^".
6992         Redundant variable PREFIXLEN removed.
6994 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
6996         * eshell/em-hist.el (eshell-previous-matching-input):
6997         Start the deletion from the end of the output.
6999 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7001         * term/mac-win.el: Require x-dnd.
7002         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
7004 2004-12-29  David Kastrup  <dak@gnu.org>
7006         * international/mule.el (decode-coding-inserted-region):
7007         Don't barf if `buffer-undo-list' is already set to `t'.
7009 2004-12-29  Jay Belanger  <belanger@truman.edu>
7011         * calc/calc-prog.el (calc-user-define-formula): Put default values
7012         for function names in prompts.
7013         (calc-user-define-permanent, calc-user-define-composition)
7014         (calc-user-define-formula): Remove the need for "calcFunc-" in the
7015         default input for algebraic functions.
7017 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
7019         * vc-rcs.el (vc-rcs-annotate-command):
7020         Fix omission bug: Call `vc-setup-buffer'.
7022 2004-12-29  Kenichi Handa  <handa@m17n.org>
7024         * international/mule.el (recode-region): New function.
7026 2004-12-28  Richard M. Stallman  <rms@gnu.org>
7028         * simple.el (undo-extra-outer-limit): New variable.
7029         (undo-outer-limit-truncate): Test and set it.
7031         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7032         enables the feature to extend the existing region.
7034         * simple.el (mark-word): New arg ALLOW-EXTEND
7035         enables the feature to extend the existing region.
7037         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7038         enables the feature to extend the existing region.
7040         * startup.el (site-run-file): Don't allow setting it with Custom.
7042         * simple.el (buffer-disable-undo): Fix previous change.
7044 2004-12-27  Masatake YAMATO  <jet@gyve.org>
7046         * hexl.el (hexlify-buffer): Remove fontification here.
7047         Use font lock mechanism instead.
7048         (hexl-font-lock-keywords): New font lock kewords.
7049         (hexl-mode-old-font-lock-keywords): New variable.
7050         (hexl-mode): Store the old font lock keywords.
7051         (hexl-mode-exit): Restore the old font lock keywords.
7053 2004-12-27  Richard M. Stallman  <rms@gnu.org>
7055         * simple.el (undo): Fix previous change.
7057 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7059         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
7060         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7061         Call x-open-connection on Mac OS X.
7063 2004-12-27  Richard M. Stallman  <rms@gnu.org>
7065         * files.el (buffer-save-without-query): New var (buffer-local).
7066         (save-some-buffers): Save those buffers first, w/o asking.
7068         * files.el (insert-directory-ls-version): New variable.
7069         (insert-directory): When ls returns an error, test the version
7070         number to decide what the return code means.
7071         With --dired output format, detect and distinguish lines
7072         that are really error messages.
7073         (insert-directory-adj-pos): New function.
7075         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7077         * battery.el (battery-mode-line-format): Remove initial spaces.
7079         * uniquify.el (uniquify-rationalize-file-buffer-names):
7080         Delete interactive spec.
7082         * type-break.el (type-break-mode): Set buffer-save-without-query.
7083         Remove code that tried to set save-some-buffers-always.
7084         (type-break-file-keystroke-count): Bind deactivate-mark.
7086         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7088         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7089         Test that the buffer is live, and maybe reject current buffer too.
7090         Clarify.
7091         (next-error-find-buffer): Rewrite for clarity.
7093         * loadup.el: Don't use buffer-disable-undo; do it directly.
7095         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7096         (describe-variable): Call symbol-file with `defvar'.
7098         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7099         (symbol-file): Rewritten to handle new load-history format.
7100         Now takes an arg TYPE to specify looking for a particular
7101         type of definition only.
7103         * emacs-lisp/debug.el (debugger-make-xrefs):
7104         Call symbol-file with `defun'.
7106         * emacs-lisp/find-func.el (find-function-noselect):
7107         Call symbol-file with `defun'.
7108         (find-variable-noselect): Call symbol-file with `defvar'.
7110         * eshell/esh-cmd.el (eshell-find-alias-function):
7111         Call symbol-file with `defun'.
7113         * eshell/esh-test.el (eshell-test-goto-func):
7114         Call symbol-file with `defun'.
7116         * mail/rmail.el (rmail-resend):
7117         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7119         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7121         * progmodes/compile.el (compilation-find-buffer): Rename arg.
7123         * textmodes/texinfmt.el (texinfo-format-buffer-1):
7124         Call buffer-disable-undo.
7126         * simple.el (undo-list-saved): New variable (buffer-local).
7127         (undo): Set and test it.
7128         (buffer-disable-undo): Move here from buffer.c.
7129         Clear out undo-list-saved.
7131         * international/mule.el (decode-coding-inserted-region):
7132         Set buffer-undo-list in a correct and optimal way.
7134         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7135         (cperl-font-lock-unfontify-region-function): No need to save and
7136         restore info, since font-lock.el does it for us.
7138         * ansi-color.el (save-buffer-state): Definition deleted.
7139         (ansi-color-unfontify-region): Don't use save-buffer-state.
7141 2004-12-27  Dave Love  <fx@gnu.org>
7143         * wid-edit.el (function): Use restricted-sexp as parent.
7145 2004-12-27  Kevin Ryde  <user42@zip.com.au>
7147         * simple.el (next-matching-history-element): Use same
7148         `interactive' form as previous-matching-history-element.
7150         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7151         it can appear unencoded and has been seen from yahoo.
7153 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
7155         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7156         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
7158 2004-12-27  Kenichi Handa  <handa@m17n.org>
7160         * international/utf-8.el (utf-translate-cjk-load-tables):
7161         Bind coding-system-for-read to nil while loading subst-*.
7163 2004-12-26  Jay Belanger  <belanger@truman.edu>
7165         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7166         default input.
7168 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
7170         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7171         before reverting and disable undo recording while reverting.
7173 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
7175         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7176         (hs-make-overlay): New function.
7177         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7178         (hs-flag-region): Delete function.
7179         (hs-hide-comment-region): No longer use `hs-flag-region'.
7180         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7181         (hs-hide-block-at-point): Likewise.
7182         (hs-hide-level-recursive): Use `hs-discard-overlays'.
7183         (hs-hide-all, hs-show-all): Likewise.
7184         (hs-show-block): Likewise.
7185         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7187 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
7189         * progmodes/hideshow.el: Require `cl' when compiling.
7190         Remove XEmacs and Emacs 19 compatibility.
7191         Use `dolist' and `add-to-list' for load-time actions.
7192         (hs-discard-overlays): Use `dolist'.
7193         (hs-show-block): Likewise.
7195 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
7197         * faces.el (mode-line, mode-line-inactive): Use min-colors.
7199 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
7201         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7202         When extending backwards, move outside the current comment first.
7204 2004-12-22  Kenichi Handa  <handa@m17n.org>
7206         * international/quail.el (quail-start-translation): Fix prompt
7207         string for the case if input-method-use-echo-area being non-nil.
7208         (quail-start-conversion): Likewise.
7209         (quail-show-guidance): Don't show guidance if
7210         input-method-use-echo-area is non-nil.
7212 2004-12-21  Richard M. Stallman  <rms@gnu.org>
7214         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7216 2004-12-21  Markus Rost  <rost@ias.edu>
7218         * calendar/diary-lib.el (mark-diary-entries):
7219         Set mark-diary-entries-in-calendar only after checking for diary-file.
7221 2004-12-21  Richard M. Stallman  <rms@gnu.org>
7223         * faces.el (escape-glyph): Use blue against light foreground.
7225         * simple.el (undo-outer-limit-truncate): New function.
7226         (undo-outer-limit-function): Use undo-outer-limit-truncate.
7228 2004-12-21  Eli Barzilay  <eli@barzilay.org>
7230         * calculator.el (calculator-radix-grouping-mode)
7231         (calculator-radix-grouping-digits)
7232         (calculator-radix-grouping-separator):
7233         New defcustoms for the new radix grouping mode functionality.
7234         (calculator-mode-hook): Now used in electric mode too,
7235         (calculator): Call it.
7236         (calculator-mode-map): Some new keys.
7237         (calculator-message): New function.  Some new calls.
7238         (calculator-op, calculator-set-register): Use it.
7239         (calculator-string-to-number): New function, mostly moved and
7240         updated code from calculator-curnum-value.
7241         (calculator-curnum-value): Use it.
7242         (calculator-paste): Use it, and update grabbing the current-kill.
7243         (calculator-rotate-displayer)
7244         (calculator-rotate-displayer-back): Toggle digit grouping when
7245         in radix mode, use calculator-message.
7246         (calculator-displayer-prev, calculator-displayer-next):
7247         Change digit group size when in radix mode.
7248         (calculator-number-to-string): Rename from
7249         calculator-num-to-string.  Now deals with digit grouping in
7250         radix mode.
7251         (calculator-update-display, calculator-put-value): Use the new name.
7252         (calculator-fact): Return a floating point number.
7253         (calculator-mode): Doc fix.
7255 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
7257         * calendar/calendar.el (view-other-diary-entries): Add autoload.
7258         * calendar/diary-lib.el (view-other-diary-entries):
7259         Use current-prefix-arg in interactive spec.
7261 2004-12-19  Jay Belanger  <belanger@truman.edu>
7263         * calc/calc-aent.el (calcAlg-blank-matching-open):
7264         Temporarily adjust the syntax of both delimiters of half-open intervals.
7266 2004-12-19  Kim F. Storm  <storm@cua.dk>
7268         * mouse.el (mouse-1-click-follows-link): Doc fix.
7270 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7272         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7273         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7274         instead of centraleuropean as the name
7276 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
7278         Sync with Tramp 2.0.46.
7280         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7281         parameters wrt Tramp convention.
7282         (tramp-handle-file-attributes-with-perl)
7283         (tramp-handle-directory-files-and-attributes): Apply it.
7284         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7285         `copy-program'.  Reported by Zack Weinberg
7286         <zack@codesourcery.com>.
7287         (top): Set `edebug-form-spec' property directly rather than
7288         calling `def-edebug-spec'.
7290         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7291         advice less fragile.  Surround temporary redefinition of
7292         `substitute-in-file-name' with `unwind-protect'.  Suggested by
7293         Matt Hodges <MPHodges@member.fsf.org>.
7295 2004-12-17  Juri Linkov  <juri@jurta.org>
7297         * replace.el (occur-accumulate-lines, occur-engine):
7298         Make forcing deferred font-lock fontification jit-specific.
7300 2004-12-17  Kim F. Storm  <storm@cua.dk>
7302         * mouse.el (mouse-1-click-follows-link): New defcustom.
7303         (mouse-on-link-p): New function.
7304         (mouse-drag-region-1): Implement mouse-1-click-follows-link
7305         functionality.  Map a mouse-1 click event into a mouse-2 (or
7306         other) event when position is inside a link.
7308         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7309         prefix in tooltip text with "mouse-1" when this is a link
7310         recognized by mouse-1-click-follows-link functionality.
7312         * help.el (describe-key): Report effective and original binding
7313         for mouse-1 when clicked on a link.
7314         (describe-mode): Add follow-link property to "minor-mode" button.
7316         * help-fns.el (describe-variable): Add follow-link property to
7317         "below" button.
7319         * help-mode.el (help-xref): Add follow-link property.
7321         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7322         (apropos-command, apropos-variable, apropos-face, apropos-group)
7323         (apropos-widget, apropos-plist): Add follow-link property.
7325         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7326         checks if position is in a filename, rather than some other
7327         clickable item.  Function looks for cvs-filename-face at position.
7329         * wid-edit.el (widget-specify-field, widget-specify-button):
7330         Map a :follow-link keyword into a follow-link property.
7331         (link): Add :follow-link keyword, map to RET binding.
7333         * dired.el (dired-mode-map): Map follow-link to mouse-face.
7335         * progmodes/compile.el (compilation-minor-mode-map)
7336         (compilation-button-map, compilation-mode-map): Likewise.
7338 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
7340         * play/zone.el (zone): Init `line-spacing' from orig buffer.
7341         (zone-replace-char): Take `count' and `del-count'
7342         instead of `direction'.  Update callers.  When `del-count' is
7343         non-nil, delete that many characters, otherwise `count' characters
7344         backwards.  Insert the newly-replaced string `count' times.
7345         (zone-fret): Handle chars w/ width greater than one.
7346         (zone-fall-through-ws): No longer take window width `ww'.
7347         Update callers.  Add handling for `char-width' greater than one.
7348         (zone-pgm-drip): Update var holding window-end position every cycle.
7350 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
7352         * vc.el (vc-default-update-changelog): Use insert-file-contents,
7353         rather than insert-file.
7355 2004-12-16  Jay Belanger  <belanger@truman.edu>
7357         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7358         (math-init-random-base, math-random-digit): Check to see if
7359         var-RandSeed is bound.
7360         (math-random-last): Declare it.
7361         (math-random-digit): Don't make math-random-last local.
7363 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
7365         * play/zone.el (zone): Fix omission bug: Use a self-disabling
7366         one-shot thunk for uniform (error, quit, normal) recovery.
7367         Reported by John Paul Wallington.
7368         (zone-pgm-random-life): Fix bug:
7369         Recognize empty initial field by lack of "@" chars.
7371 2004-12-16  Juri Linkov  <juri@jurta.org>
7373         * help.el (function-called-at-point):
7374         * help-fns.el (variable-at-point): As a last resort try stripping
7375         non-word prefixes and suffixes.
7377         * descr-text.el (describe-property-list): Don't treat syntax-table
7378         specially.  Use describe-text-sexp which inserts [show] button
7379         for large objects and handles printing errors.  Sort properties
7380         by names in alphabetical order instead of by value sizes.
7381         Add `mouse-face' to list of properties for `describe-face' widget.
7382         (describe-char): Mask out face-id from 19 bits of character.
7383         Print face-id separately.
7385         * replace.el (occur-accumulate-lines, occur-engine):
7386         Fontify unfontified matching lines in the source buffer
7387         before copying them.
7388         (occur-engine): Don't put mouse-face on context lines.
7389         (occur-next-error): Set point to line beginning/end
7390         before searching for prev/next property to skip multiple
7391         matches on a line (not supported by occur engine).
7392         Remove redundant prefix-numeric-value.
7394 2004-12-15  Juri Linkov  <juri@jurta.org>
7396         * replace.el (match): New face.
7397         (list-matching-lines-face): Change default from `bold' to `match'.
7399         * progmodes/grep.el (grep-match-face): New defvar.
7400         (grep-mode-font-lock-keywords): Use grep-match-face instead of
7401         compilation-column-face to highlight grep matches.
7403         * apropos.el (apropos-match-face): Change default from
7404         `secondary-selection' to `match'.
7406         * info-look.el (info-lookup-highlight-face): Change default from
7407         `highlight' to `match'.
7409 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
7411         * progmodes/executable.el (executable-interpret): Eliminate
7412         obsolete compile-internal, and switch to comint for interaction.
7414 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
7416         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7417         `&&' when skipping multiple statements on a line.
7419 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
7421         * play/zone.el (zone): Set `truncate-lines'.
7422         Also, init `tab-width' with value from original buffer.
7423         (zone-shift-up): Rewrite for speed.
7424         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7425         (zone-pgm-jitter): Remove redundant entries from ops vector.
7426         (zone-exploding-remove): Reduce iteration count.
7427         (zone-cpos): Convert to defsubst.
7428         (zone-replace-char): New defsubst.
7429         (zone-park/sit-for): Likewise.
7430         (zone-fret): Take window-start arg.
7431         Update callers.  Use `zone-park/sit-for'.
7432         (zone-fill-out-screen): Rewrite.
7433         (zone-fall-through-ws): Likewise.  Update callers.
7434         (zone-pgm-drip): Use `zone-replace-char'.
7435         Move var inits before while-loop.  Use `zone-park/sit-for'.
7436         (zone-pgm-random-life): Handle empty initial field.
7437         Use `zone-replace-char' and `zone-park/sit-for'.
7439 2004-12-15  Juri Linkov  <juri@jurta.org>
7441         * isearch.el (isearch-update): Test isearch-lazy-highlight
7442         before calling isearch-lazy-highlight-new-loop.
7443         (isearch-lazy-highlight-new-loop):
7444         Don't test isearch-lazy-highlight.
7446         * replace.el (perform-replace): Add isearch-case-fold-search.
7447         Use delimited-flag for isearch-regexp.
7448         Reset isearch-lazy-highlight-last-string to force lazy
7449         highlighting when called from isearch mode.
7450         (query-replace-highlight): Revert defcustom type to boolean.
7451         (query-replace-lazy-highlight): New defcustom.
7452         (query-replace): New face.
7453         (perform-replace, replace-highlight, replace-dehighlight):
7454         Test query-replace-lazy-highlight instead of special value
7455         `isearch' of query-replace-highlight.
7456         (replace-dehighlight): Don't call isearch-dehighlight.
7457         (replace-highlight): Don't call isearch-highlight.
7458         Use face `query-replace' unconditionally.
7460 2004-12-14  Kim F. Storm  <storm@cua.dk>
7462         * simple.el (inhibit-mark-movement): Remove defvar.
7463         (beginning-of-buffer, end-of-buffer): Don't use it.
7465         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7466         Don't use inhibit-mark-movement.
7468         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7469         (cua--undo-push-mark): Remove.
7470         (cua--pre-command-handler, cua--post-command-handler):
7471         Don't fiddle with inhibit-mark-movement.
7473 2004-12-14  Juri Linkov  <juri@jurta.org>
7475         * buff-menu.el (list-buffers-noselect): Collect internal info
7476         for every buffer in BUFFER-LIST arg too.
7477         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7478         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7479         Bind same-window-buffer-names and same-window-regexps to nil.
7481 2004-12-13  Juri Linkov  <juri@jurta.org>
7483         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7485         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7486         (sc-cite-region, sc-uncite-region, sc-recite-region):
7487         Fix previous change to handle not alist as a symbol, but
7488         a citation frame as a symbol that represents a variable name.
7490 2004-12-13  Richard M. Stallman  <rms@gnu.org>
7492         * filecache.el (file-cache-add-directory-using-find):
7493         Only set up file-cache-find-command-posix-flag if we will use it.
7495         * bindings.el (mode-line-buffer-identification-keymap):
7496         Don't cancel the mode-line's usual down-mouse-1 binding.
7498         * cus-edit.el (custom-face-selected): Handle `default' specs.
7499         (custom-face-edit): Increase extra-offset.
7500         (custom-display): Handle `default' specs.
7502         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7504         * emacs-lisp/elint.el (elint-standard-variables)
7505         (elint-unknown-builtin-args): Move definitions up.
7507         * net/browse-url.el (browse-url-url-at-point): Add autoload.
7509         * info.el (info-xref-visited): Use `default' instead of t.
7510         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7512         * faces.el (header-line, mode-line-inactive, tool-bar):
7513         Use `default' instead of t for setting the defaults.
7514         (face-spec-choose): Separate `t' from `default'.
7516         * subr.el (while-no-input): New macro.
7518 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
7520         * filecache.el (file-cache-add-directory-using-find):
7521         Only test file-cache-find-command-posix-flag on some systems.
7523 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7525         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7526         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7527         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7528         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7529         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7531 2004-12-12  Juri Linkov  <juri@jurta.org>
7533         * files.el (find-file-other-window, find-file-other-frame):
7534         Add the first buffer to the returned value to return the complete
7535         list of all visited buffers.
7536         (find-file-read-only, find-file-read-only-other-window)
7537         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7538         `find-file-read-args'.  Signal an error about non-existent file
7539         only if file name doesn't contain wildcards.  Toggle read-only in
7540         all visited buffers.
7541         (find-alternate-file, find-alternate-file-other-window):
7542         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
7543         called interactively.  Pass arg `wildcards' to other functions.
7544         (find-file-noselect): Doc fix.
7546         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7547         Doc fix.
7548         (ffap-directory-finder): New variable.
7549         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7550         (ffap-file-at-point): Add /* to immediately rejected names.
7551         Return absolute file names matching ffap-dired-wildcards.
7552         (ffap-read-file-or-url): Set default value for `completing-read'
7553         to `buffer-file-name'.
7554         (find-file-at-point): When filename matches ffap-dired-wildcards,
7555         call ffap-file-finder with t arg `wildcards', instead of dired.
7556         (ffap-other-window, ffap-other-frame): Return visited buffers.
7557         (ffap-read-only, ffap-read-only-other-window)
7558         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
7559         (dired-at-point): Call ffap-directory-finder instead of dired.
7560         (ffap-dired-other-window, ffap-dired-other-frame)
7561         (ffap-list-directory): New commands.
7562         (ffap-bindings): New keybindings for new commands.
7564 2004-12-12  Juri Linkov  <juri@jurta.org>
7566         * simple.el (beginning-of-buffer, end-of-buffer):
7567         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7568         Do not push mark when mark is active in transient-mark-mode.
7570         * simple.el (mark-word):
7571         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
7572         * textmodes/paragraphs.el (mark-paragraph):
7573         Extend the region when mark is active in transient-mark-mode,
7574         regardless of the last command.  Doc fix.
7576         * simple.el (mark-word): Preserve direction when repeating.
7577         Make arg optional.  Interactive "p" -> "P".
7578         (transient-mark-mode, inhibit-mark-movement): Doc fix.
7580         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
7581         preserving direction, to mark forward instead of backward when mark
7582         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
7584 2004-12-12  Juri Linkov  <juri@jurta.org>
7586         * isearch.el (isearch-edit-string): Set 7th arg of
7587         `read-from-minibuffer' to `t' to inherit the current input
7588         method (whose name is indicated by [IM] in the minibuffer prompt)
7589         from the current buffer to the minibuffer.
7590         (isearch-lazy-highlight-update): Put body to `with-local-quit'
7591         to allow C-g quitting for lazy highlighting looping inside the
7592         search with nested repetition operators.  Add overlay to the list
7593         before setting its face and other properties to avoid the case of
7594         code quitting after placing the new overlay but before it's
7595         recorded on the list.  Select the window where isearch was
7596         activated, to highlight matches in the right window when isearch
7597         switches the current window to the minibuffer.
7599         * international/isearch-x.el
7600         (isearch-process-search-multibyte-characters):
7601         Use `isearch-message' as initial input for `read-string' instead
7602         of adding it to the minibuffer prompt.  After reading a string
7603         remove the initial value of `isearch-message' from the string.
7605         * replace.el (replace-match-maybe-edit): Doc fix.
7606         (perform-replace): Don't call `replace-highlight' when automatic
7607         replacement is requested in literal mode, since it is intended
7608         only to highlight words during entering a new replacement string
7609         for \? in non-literal mode.
7611         * replace.el (query-replace-highlight): Add new value `isearch'
7612         that allows query replacement to use isearch highlighting.
7613         Change type from `boolean' to `choice'.  Doc fix.
7614         (replace-highlight, replace-dehighlight, perform-replace):
7615         Use isearch highlighting if query-replace-highlight eq `isearch'.
7617 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7619         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7620         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
7622         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
7623         case of \end{verbatim}.
7625 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
7627         * term.el (term-termcap-format): Synchronyze with terminfo.
7628         (term-emulate-terminal): Handle reset.
7629         (term-reset-terminal): New function.
7631 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
7633         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
7634         (zone-fill-out-screen): New func.
7635         (zone-pgm-drip): Use `zone-fill-out-screen'.
7636         Also, no longer go to point-min on every cycle.
7637         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
7638         (zone-pgm-random-life-wait): New user var.
7639         (zone-pgm-random-life): New func.
7641 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
7643         * files.el (auto-mode-alist): Map .com to DCL mode.
7645 2004-12-09  Richard M. Stallman  <rms@gnu.org>
7647         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
7649 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
7651         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
7652         buffer with a display margin.
7654 2004-12-08  Jay Belanger  <belanger@truman.edu>
7656         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
7657         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
7659 2004-12-08  Richard M. Stallman  <rms@gnu.org>
7661         * faces.el: Delete code to set display table.
7662         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
7664 2004-12-08  Jay Belanger  <belanger@truman.edu>
7666         * calc/calc.el: Add math-read-preprocess-string to autoloads.
7668         * calc/calc-ext.el (math-read-replacement-list)
7669         (math-read-superscripts, math-read-preprocess-string): Move to
7670         calc-aent.el.
7672         * calc/calc-aent.el (math-read-replacement-list)
7673         (math-read-superscripts, math-read-preprocess-string): Move from
7674         calc-ext.el.
7676 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7678         * isearch.el (isearch-quote-char): Fix up typo in last change.
7680 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
7682         * mouse.el (mouse-set-font): Handle the case where the command was
7683         not invoked using the mouse.
7685         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
7686         (edmacro-finish-edit): Further update for keyboard macros that are
7687         lambda forms.
7688         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
7690 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7692         * font-lock.el (font-lock-unfontify-region): Save buffer state.
7693         (font-lock-default-unfontify-region): Don't save buffer state any more.
7695 2004-12-07  Jay Belanger  <belanger@truman.edu>
7697         * calc/calc-help.el (calc-describe-key):
7698         Set calc-summary-indentation even when Calc Summary buffer exists.
7700 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
7702         * calendar/holidays.el (holiday-easter-etc): Make arguments
7703         optional for backwards compatibility.  Doc fix.
7704         Remove un-necessary local vars mandatory, output-list.
7705         (holiday-advent): Make arguments optional for backwards
7706         compatibility.  Doc fix.
7708 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7710         * paren.el (show-paren-function): Fix last change (2004-12-02).
7712         * international/mule-util.el (char-displayable-p): Return nil for
7713         unibyte mode.
7715         * subr.el (subregexp-context-p): New function.
7717         * isearch.el (isearch-quote-char): Use it.
7719         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
7720         (regexp-opt-not-groupie*-re): Remove.
7721         (regexp-opt): Properly handle inputs with duplicate entries.
7723 2004-12-06  Richard M. Stallman  <rms@gnu.org>
7725         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
7727         * cus-edit.el (custom-file): Doc fix.
7729         * textmodes/org.el: New file.
7731 2004-12-06  Kenichi Handa  <handa@m17n.org>
7733         * ldefs-boot.el: Update international/mule-util.el section.
7735 2004-12-05  Sam Steingold  <sds@gnu.org>
7737         * net/tramp.el (tramp-handle-file-accessible-directory-p):
7738         Fix `tramp-time-diff' comparison logic.
7740 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
7742         * progmodes/which-func.el (which-function):
7743         Use `run-hook-with-args-until-success' instead of a custom loop.
7744         Fixes bug with local hooks.
7746 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7748         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
7749         Use delete-dups when calculating the initial value.
7750         (bibtex-autokey-get-title): Use <=.
7751         (bibtex-goto-line): New function.
7752         (bibtex-reposition-window): Use line numbers instead of point
7753         positions.  Use window-body-height.
7754         (bibtex-find-crossref): Use bibtex-reposition-window.
7755         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
7756         position of entry if key is found or nil if not found.
7758 2004-12-05  Richard M. Stallman  <rms@gnu.org>
7760         * cus-edit.el (custom-file): Doc fix.
7762         * progmodes/sh-script.el (sh-indent-for-then): Change default.
7764 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7766         * simple.el (blink-matching-open):
7767         * textmodes/tex-mode.el (tex-validate-region):
7768         Obey syntax-table text properties.
7770 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
7772         * wid-edit.el (widget-specify-field): Add `real-field' property to
7773         boundary.
7774         (widget-field-at): Use it.
7776 2004-12-02  Richard M. Stallman  <rms@gnu.org>
7778         * progmodes/cc-mode.el (awk-mode autoload):
7779         Supply t meaning interactive function.
7781         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
7782         (isearch-mode-map): No special definition for space.
7783         (isearch-whitespace-chars): Command deleted.
7784         (isearch-forward-regexp): Doc fix.
7785         (isearch-quote-char): When a space is not inside brackets,
7786         use `[ ]' instead of just space.
7787         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
7789         * imenu.el (imenu--generic-function): Delete code to exclude
7790         matches in comments.
7792         * man.el (Man-reverse-face): Change default to `highlight'.
7794         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
7795         (occur-engine): Use `face' prop rather than `font-lock-face'
7796         when specifying use of `match-face'.
7797         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
7799         * emacs-lisp/elint.el (elint-standard-variables): Update list.
7801         * add-log.el (add-log-current-defun): Handle the case where point
7802         is in the header part of a DEFUN construct.
7804 2004-12-02  Dave Love  <fx@gnu.org>
7806         * progmodes/python.el (python-font-lock-syntactic-keywords):
7807         Fix previous change.
7809 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
7811         * paren.el (show-paren-function): Check for matching chars
7812         specified by text props.
7814 2004-12-02  Jay Belanger  <belanger@truman.edu>
7816         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
7817         when reading a new key sequence.
7819 2004-12-02  Kim F. Storm  <storm@cua.dk>
7821         * faces.el (escape-glyph): Rename from glyph.
7822         (standard-display-table): Set it here.  Add escape-glyph face to
7823         extra slot characters.
7825         * disp-table.el: Undo 2004-12-01 change.  Display table is now
7826         setup in faces.el.
7828 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
7830         * xml.el (xml-parse-dtd): Don't show validity messages when
7831         xml-validating-parser is nil.
7832         (xml-substitute-special): Fix validity error messages to
7833         actually show the unexpandable entity.  Added validity error if &
7834         isn't followed by an entity.
7835         (xml-parse-tag): Concatenate any string following the a
7836         <![CDATA[]]> section to the parsed CDATA.
7837         (xml-parse-dtd): Skip parameter entity declarations and use of
7838         parameter entities.
7840 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
7842         * kmacro.el (kmacro-default-counter-format): New var.
7843         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
7844         (kmacro-display): Remove `nil' from `and' form.  Delete call to
7845         `format' inside `message'.
7846         (kmacro-start-macro): Use `kmacro-default-counter-format'.
7848 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7850         * pcvs.el (cvs-header-msg): New function.
7851         (cvs-update-header): Use it.  Change calling convention.
7852         Correctly handle the case of having simultaneous active processes.
7853         (cvs-sentinel): Don't call cvs-update-header any more.
7854         (cvs-mode-run): Update call and add cvs-update-header to postproc.
7856 2004-12-01  Jay Belanger  <belanger@truman.edu>
7858         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
7859         Change message.
7861 2004-12-01  Juri Linkov  <juri@jurta.org>
7863         * progmodes/prolog.el (prolog-mode-variables):
7864         Fix imenu-generic-expression.
7866 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
7868         * faces.el (glyph): New face.
7870         * disp-table.el: Add an autoloaded table, that doesn't require
7871         this library, with glyph face.
7873         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
7874         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
7875         (conf-quote-normal): Allow normalizing only ' or ".
7876         (conf-mode): Regexp-quote constructed comment-start and don't
7877         match section {} where "name" contains braces.
7879         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
7880         files.
7882 2004-12-01  Kenichi Handa  <handa@m17n.org>
7884         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
7885         (x-select-text): Don't treat eight-bit-control/graphic chars
7886         specially.  Store the encoded text in the X cut buffer.
7887         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
7888         with x-last-selected-text-cut-encoded.
7890 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7892         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
7894 2004-11-30  Markus Rost  <rost@ias.edu>
7896         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
7897         AUCTeX.
7899 2004-11-30  Jay Belanger  <belanger@truman.edu>
7901         * calc/calc-arith.el (math-possible-signs): Made stronger checks
7902         on signs of intervals.
7903         (math-pow-of-zero): Strengthen checks for positive and negative
7904         exponents.
7906         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
7907         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
7908         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
7909         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
7910         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
7911         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
7912         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
7913         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
7914         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
7915         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
7916         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
7917         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
7918         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
7919         with provide statements.
7921         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
7923         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
7925         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
7926         (calc-load-everything, math-defsimplify): Replace dummy autoloading
7927         functions by require statements.
7928         (math-defsimplify): Move to calc-alg.el, add to autoloads.
7930         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7931         (calc-gnuplot-print): Give them values.
7933         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
7934         autoloads.
7935         Add calc-do-embedded-activate to autoloads.
7936         (calc-gnuplot-name, calc-gnuplot-plot-command)
7937         (calc-gnuplot-print-command): Move them to calc-graph.el.
7939 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7941         * term/mac-win.el (ccl-encode-mac-roman-font)
7942         (ccl-encode-mac-cyrillic-font)
7943         (ccl-encode-mac-centraleuropean-font, encoder-list)
7944         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
7945         Support Cyrillic, CentralEuropean, and Dingbat font display
7947 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
7949         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
7951         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
7952         still nil.
7954 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
7956         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
7957         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
7959 2004-11-29  Jay Belanger  <belanger@truman.edu>
7961         * calc/calc-arith.el (math-pow-of-zero): Take into account different
7962         cases of the base and exponent.
7964 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7966         * simple.el (next-error-buffer-p): Allow for inclusive and
7967         exclusive tests for finding a buffer.
7968         (next-error-find-buffer): Pass the exclusive and inclusive tests
7969         to next-error-buffer-p.
7971         * replace.el (occur-next-error): Switch to the Occur buffer when
7972         appropriate, use the exclusive filter to next-error-find-buffer to
7973         do it.  Use the absolute value of the motion amount.
7975 2004-11-29  Kenichi Handa  <handa@m17n.org>
7977         * startup.el (command-line): Decode all default-directory by
7978         locale-coding-system.
7980 2004-11-29  Jay Belanger  <belanger@truman.edu>
7982         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
7983         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
7984         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
7985         Replace calls to calc-extensions by appropriate require, replace
7986         calc-extensions-loaded by appropriate featurep.
7988         * calc/calc-ext.el: Move require to end of file.
7989         Remove redundant loading of calc.el.
7990         (calc-extensions-loaded): Remove unnecessary variable.
7991         (calc-extensions): Remove unnecessary function.
7992         (calc-load-everything): Replace calc-need-macros by appropriate require.
7994         * calc/calc-macs.el: Move provide to end of file.
7995         (calc-need-macros): Remove unnecessary function.
7997         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
7998         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
7999         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8000         Replace calc-extensions by appropriate require.
8001         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8003         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8004         Replace calc-need-macros by appropriate require.
8006         * calc/calc.el: Move require to end of file.
8007         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8008         Remove unnecessary variable.
8009         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8010         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8011         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8012         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8013         (math-stack-value-offset, math-format-value, math-format-flat-expr)
8014         (math-format-number, math-format-bignum, math-read-number)
8015         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8016         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8017         by appropriate require.
8018         (calc-check-defines): Replace calc-need-macros by appropriate require.
8020 2004-11-29  Kim F. Storm  <storm@cua.dk>
8022         * macros.el (insert-kbd-macro): Handle kmacro functions.
8024 2004-11-28  Juri Linkov  <juri@jurta.org>
8026         * compare-w.el (compare-windows-highlight): Attach each overlay
8027         to its window to properly highlight differences while comparing
8028         two windows of the same buffer.  Fix arguments.
8029         (compare-windows-sync-default-function): Fix arguments of
8030         `compare-windows-highlight'.
8032         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8033         Use `read-expression-history'.  Set initial contents only if
8034         `edebug-global-break-condition' is non-nil.  Set histpos to 1
8035         if initial contents is equal to the last history element.
8036         (edebug-set-conditional-breakpoint): Instead of temporarily
8037         prepending the current condition to the history, set initial
8038         contents to the current condition.  Set histpos to 1 if initial
8039         contents is equal to the last history element.
8041         * info.el (Info-search-whitespace-regexp): Remove shy group.
8042         (Info-search): Forward line if search is on the header line.
8043         Use search-whitespace-regexp in two other places.
8045 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
8047         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8048         warning.  Delay real definition, which uses
8049         `set-fringe-indicators-1' till after the definition of that function.
8051 2004-11-28  Kim F. Storm  <storm@cua.dk>
8053         * fringe.el (fringe): New defgroup.
8054         (fringe-mode): Move to fringe group.
8055         (fringe-indicators): New defcustom.
8056         (set-fringe-indicators-1): New defun.
8058         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8059         (menu-bar-showhide-fringe-ind-menu): New keymap.
8060         (menu-bar-showhide-fringe-ind-empty)
8061         (menu-bar-showhide-fringe-ind-mixed)
8062         (menu-bar-showhide-fringe-ind-box)
8063         (menu-bar-showhide-fringe-ind-right)
8064         (menu-bar-showhide-fringe-ind-left)
8065         (menu-bar-showhide-fringe-ind-none): New defuns.
8066         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8068 2004-11-27  Richard M. Stallman  <rms@gnu.org>
8070         * comint.el (comint-read-noecho): Add trivial compatibility definition.
8072         * generic.el (define-generic-mode): Doc fix.
8074         * menu-bar.el (menu-bar-options-save): For the options
8075         that are toggled with menu-bar-make-mm-toggle, don't check
8076         for customized-value prop.
8078 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
8080         * mail/supercite.el (sc-cite-region): Handle the case where
8081         sc-cite-frame-alist is a symbol.
8082         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8083         a symbol.
8084         (sc-recite-region): Handle the case where sc-recite-frame-alist is
8085         a symbol.
8087 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
8089         * wid-edit.el (widget-narrow-to-field): New function.
8090         (widget-complete): Use it.
8092 2004-11-27  Jay Belanger  <belanger@truman.edu>
8094         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8095         variable.
8096         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8097         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8098         (math-alg-inequalities): Move declaration to earlier in the file.
8100         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8101         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8102         Declare them.
8104         * calc/calc-lang.el (math-expr-data, math-expr-token)
8105         (math-exp-old-pos): Declare them.
8107         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8108         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8110 2004-11-27  Kim F. Storm  <storm@cua.dk>
8112         * progmodes/flymake.el: Use (featurep 'xemacs).
8113         (flymake-makehash): Change to defsubst.  Use fboundp.
8114         (flymake-time-to-float): Remove.
8115         (flymake-float-time): Merge code from flymake-time-to-float here.
8116         (flymake-replace-regexp-in-string): Change to defsubst.
8117         (flymake-split-string-remove-empty-edges):
8118         Rename to flymake-split-string.
8119         (flymake-split-string): Remove previous defalias.
8120         (flymake-get-temp-dir): Change to defsubst.
8121         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8122         Define for xemacs only.
8123         (flymake-master-file-count-limit): Change into compiler defvar only.
8124         (flymake-find-possible-master-files): Let-bind it dynamically while
8125         sorting files using flymake-master-file-compare.
8127 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8129         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8130         of defun-prompt-regexp matches inside a comment/string but the
8131         beginning is correctly outside everything.
8133         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8134         appears within a string or a comment.
8136         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8137         rather than make-symbol for symbols which are used in
8138         a symbol-macrolet or equivalent.
8140 2004-11-26  Jay Belanger  <belanger@truman.edu>
8142         * calc-misc.el (calc-last-why-command): Declare it.
8144         * calc-vec.el (math-grade-vec): New variable.
8145         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8146         Replace variable grade-vec by declared variable.
8147         (math-rb-close): New variable.
8148         (math-read-brackets, math-read-vector): Replace variable close by
8149         declared variable.
8151         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8152         (calc-one-window, calc-edit-handler, calc-restore-trail)
8153         (calc-allow-ret): Declare them.
8155         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8156         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8157         (math-radix-float-cache-tag, math-random-cache)
8158         (math-max-digits-cache, math-integral-cache, math-units-table)
8159         (math-format-date-cache, math-holidays-cache-tag): Declare them.
8160         (math-moc-func): New variable.
8161         (math-map-over-constants, math-map-over-constants-rec):
8162         Replace variable func by declared variable.
8164         * calc/calc-store.el (calc-given-value, calc-store-opers):
8165         Declare them.
8166         (calc-var-name-map): Move declaration to earlier in the file.
8167         (calc-pv-pos): New variable.
8168         (calc-permanent-variable, calc-insert-permanent-variable):
8169         Replace variable pos by declared variable.
8171         * calc/calc-mtx.el (calc-det-lu): New variable.
8172         (math-det-raw, math-det-step): Replace variable lu by declared variable.
8174         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8175         (math-multi-subst, math-multi-subst-rec): Replace variables temp
8176         and arg by declared variables.
8177         (calcFunc-reducer): Fix incorrect variable.
8178         (math-inner-mul-func, math-inner-add-func): New variables.
8179         (calcFunc-inner, math-inner-mats): Replace variables mul-func
8180         and add-func by declared variables.
8182         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8183         (calc-digit-value): Declare them.
8185         * calc/calc-help.el (Info-history): Declare it.
8186         (calc-describe-key): Make calc-summary-indentation a local variable.
8187         (calc-help-long-names): Move declaration to earlier in file.
8189         * calc/calc-embed.el (calc-original-buffer): Declare it.
8190         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8191         (calc-embed-bot): New variables.
8192         (calc-do-embedded, calc-embedded-mark-formula)
8193         (calc-embedded-find-bounds, calc-embedded-duplicate)
8194         (calc-embedded-new-formula, calc-embedded-make-info):
8195         Replace vars outer-top, outer-bot, bot and top by declared variables.
8196         (calc-embed-prev-modes): New variable.
8197         (calc-embedded-set-modes, calc-embedded-update): Replace variable
8198         prev-modes with declared variable.
8199         (calc-embed-vars-used): New variable.
8200         (calc-embedded-make-info, calc-embedded-evaluate-expr)
8201         (calc-embedded-update, calc-embedded-find-vars): Replace variable
8202         vars-used by declared variable.
8204         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8205         (math-format-radix-float): Remove unnecessary setq.
8206         (math-radix-float-cache): Declare it.
8208         * calc/calcsel2.el (calc-keep-selection): Declare it.
8210         * calc/calc-maint.el: Remove file.
8212 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8214         * textmodes/bibtex.el (bibtex-sort-entry-class)
8215         (bibtex-comment-start): Use defcustom.
8216         (bibtex-entry-field-alist): Use nil if initial content of the
8217         field is undefined.  Fix docstring.
8218         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8219         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8220         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8221         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8222         Fix docstring.
8223         (bibtex-autokey-title-terminators): Use only one regexp.
8224         (bibtex-string-maybe-empty-head): New variable.
8225         (bibtex-remove-delimiters-string): New function.
8226         (bibtex-text-in-field-bounds, bibtex-text-in-string):
8227         Use bibtex-remove-delimiters-string.
8228         (bibtex-progress-message, bibtex-field-left-delimiter)
8229         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8230         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8231         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8232         Simplify.
8233         (bibtex-format-entry): Use save-excursion for inherited booktitle.
8234         Use eq and bibtex-remove-delimiters-string.  For end markers use
8235         insertion type so that marker stays after inserted text.
8236         (bibtex-autokey-get-names): Return empty string if name is missing.
8237         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8238         calling bibtex-autokey-name-case-convert.
8239         (bibtex-autokey-demangle-title):
8240         Call bibtex-autokey-titleword-case-convert.  Remove call to
8241         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8242         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8243         (bibtex-read-key): New optional arg global.
8244         (bibtex-files-expand): New optional arg force.
8245         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8246         (bibtex-complete-crossref-cleanup): Rename from
8247         bibtex-complete-key-cleanup.  Simplify code.
8248         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
8249         Operate on current entry.
8250         (bibtex-button): Add docstring.
8251         (bibtex-entry): Simplify.
8252         (bibtex-make-field): Replace optional arg called-by-yank with more
8253         specific args move and interactive.
8254         (bibtex-end-of-entry): Use forward-sexp.
8255         (bibtex-find-entry-globally): Remove.
8256         (bibtex-find-crossref): Allow for crossref key located in other buffer.
8257         Bound to C-c C-x.
8258         (bibtex-find-entry): New optional args global and display.
8259         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
8260         (bibtex-validate): Use arg force of bibtex-files-expand.
8261         (bibtex-clean-entry): Bugfix, clean string entries properly.
8262         Always keep point at beginning of entry.
8263         (bibtex-complete): Bugfix.  Handle string entries properly.
8264         Call cleanup functions only if needed.
8265         (bibtex-String): Use bibtex-read-string-key.
8266         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
8267         case of replacement text.
8269 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
8271         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8272         (tramp-perl-directory-files-and-attributes): New constant.
8273         (tramp-file-name-handler-alist): Delete file-directory-files, add
8274         directory-files-and-attributes.
8275         (tramp-perl-file-attributes): Surround uid and gid by double
8276         quotes.  Change parameter id-format from nonnumeric.
8277         (tramp-convert-file-attributes): New function.
8278         (tramp-handle-file-attributes): Use it.
8279         (tramp-maybe-send-perl-script): New function.
8280         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
8281         file mode.  Change parameter id-format from nonnumeric.
8282         (tramp-handle-file-attributes-with-ls): Change parameter id-format
8283         from nonnumeric.
8284         (tramp-post-connection): Don't send tramp-perl-file-attributes
8285         script.  Reset connection property "perl-scripts".
8286         (tramp-handle-insert-directory): Run real handler when ls-lisp is
8287         in use.
8289 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
8291         * desktop.el (desktop-read): Replace mapcar with mapc.
8292         (desktop-create-buffer): Replace mapcar with mapc.
8293         Remove redundant piece of code.
8295 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
8297         * progmodes/gud.el (gud-display-line): Use display-buffer
8298         for GDB-UI as for GUD.
8300         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8301         Delete variables.
8302         (gdb-ann3): Don't make GUD buffer dedicated.
8303         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8304         (gdb-display-source-buffer): Delete function.
8305         (gdb-view-source-function, gdb-view-assembler): Delete functions.
8306         (menu): Delete menu bindings for viewing source/assembler.
8307         (gdb-setup-windows, gdb-restore-windows):
8308         Don't dedicate GUD.  No assembler now.
8309         (gdb-reset): No need to undedicate source buffers now.
8310         (gdb-source-info): No assembler now.
8312 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
8314         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8315         width to those for special frames.
8316         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8317         Use display-buffer.
8318         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8319         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8320         (gdb-frame-assembler-buffer): Rework like
8321         gdb-frame-breakpoints-buffer.
8323 2004-11-25  Richard M. Stallman  <rms@gnu.org>
8325         * progmodes/flymake.el: Reindent.
8326         (flymake-split-string): Turn into defalias.
8327         (flymake-fix-file-name): Rename from flymake-fix-path-name.
8328         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8329         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
8330         (flymake-build-relative-filename): Rename from ...path.
8331         Fix error message.
8333 2004-11-25  Cheng Gao  <chenggao@gmail.com>
8335         * progmodes/flymake.el: Much whitespace and capitalization change.
8336         Move `provide' to end.  Require `compile' only when compiling.
8338 2004-11-24  Jay Belanger  <belanger@truman.edu>
8340         * calc/calc-alg.el: Added comment.
8341         (math-polynomial-base): Replace variable mpb-top-expr by
8342         math-poly-base-top-expr.
8344         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8345         (math-polynomial-p1): Replace variable mpb-top-expr by declared
8346         variable.
8347         (math-poly-base-total-base): New variable.
8348         (math-total-polynomial-base, math-polynomial-p1): Replace variable
8349         mpb-total-base by declared variable.
8350         (math-factored-vars, math-to-list): Declare it.
8351         (math-fact-expr): New variable.
8352         (calcFunc-factors, calcFunc-factor, math-factor-expr)
8353         (math-factor-expr-try, math-factor-expr-part): Replace variable
8354         expr by declared variable.
8355         (math-fet-x): New variable.
8356         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8357         by declared variable.
8358         (math-factor-poly-coefs): Make temp a local variable.
8360         * calc/calc-units.el (calc-convert-units): Make units a local
8361         variable.
8362         (calc-num-units, calc-den-units): New variables.
8363         (calc-explain-units, calc-explain-units-rec): Replace variables
8364         num-units and den-units by declared variables.
8365         (math-cu-unit-list): New variable.
8366         (math-build-units-table, math-compare-unit-names)
8367         (math-convert-units, math-convert-units-rec): Replace variable
8368         unit-list by declared variable.
8369         (math-fbu-base, math-fbu-entry): New variables.
8370         (math-find-base-units, math-find-base-units-rec): Replace variables
8371         base and entry by declared variables.
8372         (math-which-standard): New variable.
8373         (math-to-standard-units, math-to-standard-rec): Replace variable
8374         which-standard by declared variable.
8375         (math-fcu-u): New variable.
8376         (math-find-compatible-unit, math-find-compatible-unit-rec):
8377         Replace variable u by declared variable.
8378         (math-cu-new-units, math-cu-pure): New variables.
8379         (math-convert-units, math-convert-units-rec): Replace variables
8380         new-units and pure by declared variables.
8381         (math-try-cancel-units): New variable.
8382         (math-simplify-units-quotient): Replace variable try-cancel-units by
8383         declared variable.
8385 2004-11-24  Richard M. Stallman  <rms@gnu.org>
8387         * textmodes/ispell.el (ispell-check-version):
8388         If default-directory is nonexistent, use home dir.
8390         * progmodes/grep.el (grep-regexp-alist):
8391         Don't match parens around line numbers.
8393         * progmodes/cperl-mode.el (cperl-indent-region)
8394         (cperl-imenu--create-perl-index, cperl-xsub-scan):
8395         Don't print progress messages.
8397         * progmodes/compile.el (compilation-mode-map):
8398         Don't inherit from compilation-minor-mode-map;
8399         copy its bindings instead.  But the menu bar Compile
8400         entry now does inherit from compilation-menu-map.
8402         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8403         Use with-no-warnings around compiler-macroexpand.
8405         * imenu.el: Don't always require newcomment.
8406         (imenu--generic-function): Call comment-normalize-vars
8407         if we have a comment syntax.
8408         Exit the loop if REGEXP matches the null string.
8409         Test comment-start as well as comment-start-skip
8410         when deciding whether to check for comments.
8412         * tooltip.el (tooltip-mode): Doc fix.
8414         * term.el (term-escape-char, term-mode): Doc fixes.
8416 2004-11-24  Dave Love  <fx@gnu.org>
8418         * progmodes/python.el (python-font-lock-syntactic-keywords):
8419         Check for escapes in the regexp.
8420         (python-quote-syntax): Don't do it here.
8422 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
8424         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8425         (gdb-frames-mode-map, gdb-threads-mode-map)
8426         (gdb-registers-mode-map, gdb-locals-mode-map)
8427         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8428         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8430         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8431         (dedicated-switch-to-buffer): Rework.
8432         (gdb-var-evaluate-expression-handler, gdb-put-string):
8433         Remove unused variable bindings.
8434         (gdb-setup-windows, gdb-display-buffer):
8435         Simplify.  Use pop-to-buffer.
8436         (gdb-view-source-function): Simplify.
8437         (gdb-frame-breakpoints-buffer):
8438         Use pop-to-buffer, special-display-regexps.
8440 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
8442         * progmodes/f90.el (f90-smart-end)
8443         (f90-previous-statement, f90-beginning-of-block): Doc fix.
8444         (f90-calculate-indent): Handle un-named PROGRAM blocks.
8445         (f90-end-of-block): Doc fix.  Make check of outermost block
8446         conditional on value of `f90-smart-end'.
8447         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8448         Handle case where END-BLOCK is nil.
8449         (f90-match-end): Handle un-named PROGRAM blocks.
8450         (f90-backslash-not-special): New function.
8452 2004-11-24  Jay Belanger  <belanger@truman.edu>
8454         * calc/calc.el (calc-embedded-active): Removed unnecessary
8455         declaration.
8456         (calc-show-banner): Removed redundant declaration.
8458         * calc/calc-graph.el (calc-gnuplot-default-device)
8459         (calc-gnuplot-default-output, calc-gnuplot-print-device)
8460         (calc-gnuplot-print-output, calc-gnuplot-geometry)
8461         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8462         Remove redundant initial values.
8464         * calc/calc-arith.el (math-scalar-functions)
8465         (math-nonscalar-functions, math-scalar-if-args-functions)
8466         (math-real-functions, math-positive-functions)
8467         (math-nonnegative-functions, math-real-scalar-functions)
8468         (math-real-if-arg-functions, math-integer-functions)
8469         (math-num-integer-functions, math-rounding-functions)
8470         (math-float-rounding-functions, math-integer-if-args-functions)
8471         (math-super-types): Move declarations to earlier in file.
8472         (math-unit-prefixes): Declared it.
8473         (math-floor-prec, math-trunc-prec): New variables.
8474         (math-trunc-fancy): Replace variable prec by declared variable.
8475         (math-floor-fancy): Replace variable prec by declared variable.
8476         (math-com-bterms): New variable.
8477         (math-commutative-equal, math-commutative-collect):
8478         Replace variable bterms by declared variable.
8480         * calc/calc-misc.el (math-trunc): Replace variable prec by
8481         math-trunc-prec.
8482         (math-floor): Replace variable prec by math-floor-prec.
8484         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8485         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8486         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8487         (math-format-date, math-format-date-part): Replace variables
8488         date, dt, year, month, day, weekday, hour, minute, second and
8489         bc-flag by declared variables.
8490         (math-pd-str): New variable.
8491         (math-parse-date, math-parse-date-word, math-parse-standard-date):
8492         Replace variable str by declared variable.
8493         (math-daylight-savings-hook, math-tzone-names): Move definitions
8494         to earlier in the file.
8495         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8496         (math-sh-year): New variable.
8497         (math-setup-add-holidays, math-setup-holidays)
8498         (math-setup-year-holidays): Replace variable `year' by declared
8499         variable.
8501         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8502         New variables.
8503         (math-nth-root-float, math-nth-root-float-iter): Replace variables
8504         n, nf and nfm1 by declared variables.
8505         (math-nri-n): New variable.
8506         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8507         n by declared variable.
8508         (calcFunc-log): Removed misplaced condition.
8510 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8512         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8514 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
8516         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8517         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8518         Dedicate gdb-related windows.
8519         (gdb-display-buffer): Dedicate gdb-related windows.
8520         Don't grab other frames.
8521         (gdb-reset): Remove dedicated property after debugging.
8523 2004-11-24  Jay Belanger  <belanger@truman.edu>
8525         * calc/calc-sel.el: Add comment.
8527         * calc/calc.el (math-stack-value-offset): Replace variables c,
8528         wid and off with math-svo-c, math-svo-wid and math-svo-off.
8530         * calc/calccomp.el (math-comp-sel-tag): Declare it.
8531         (math-svo-c, math-svo-wid, math-svo-off): New variables.
8532         (math-stack-value-offset-fancy): Replace variables c, wid and off
8533         by declared variables.
8534         (math-comp-just, math-comp-comma-spc): New variables.
8535         (math-compose-expr, math-compose-matrix): Replace variables `just'
8536         and comma-spc by declared variable.
8537         (math-comp-vector-prec): New variable.
8538         (math-compose-expr, math-compose-matrix, math-compose-rows):
8539         Replace variable vector-prec by declared variable.
8540         (math-comp-left-bracket, math-comp-right-bracket)
8541         (math-comp-comma): New variables.
8542         (math-compose-expr, math-compose-rows): Replace variables
8543         left-bracket, right-bracket and comma by declared variables.
8544         (math-comp-full-width): New variable.
8545         (math-comp-to-string-flat, math-comp-to-string-flat-term):
8546         Replace variable full-width by declared variable.
8547         (math-comp-highlight, math-comp-word, math-comp-level)
8548         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8549         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8550         New variables.
8551         (math-comp-to-string-flat, math-comp-to-string-flat-term)
8552         (math-comp-sel-flat-term): Replace variables comp-highlight,
8553         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8554         declared variables.
8555         (math-comp-simplify, math-comp-simplify-term)
8556         (math-comp-add-string, math-comp-add-string-sel):
8557         Replace variables comp-highlight, comp-buf, comp-base,
8558         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
8560 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8562         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
8564         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
8565         and x-server-version may throw.
8567 2004-11-23  Kim F. Storm  <storm@cua.dk>
8569         * subr.el (substitute-key-definition-key): Optimize.
8570         Don't call indirect-function for nil defn (always signals error).
8572         * ido.el (ido-read-internal): Fix require-match check when
8573         ido-directory-too-big is set.
8575 2004-11-23  Jay Belanger  <belanger@truman.edu>
8577         * calc/calc-ext.el (math-read-replacement-list)
8578         (math-read-superscripts): New variables.
8579         (math-read-preprocess-string): New function.
8580         (math-read-expr): Filter input through math-read-preprocess-string.
8582         * calc/calc-aent.el (math-read-exprs): Filter input through
8583         math-read-preprocess-string.
8585 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
8587         * progmodes/compile.el (compilation-start): In cd command use
8588         substitute-env-vars -- not quite shell compatible but better than
8589         nothing.
8590         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
8591         handle the newer versions messages, which are more parseable.
8593 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8595         * reveal.el (reveal-mode-map): New var.
8596         (reveal-mode): Use it.
8598 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
8600         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
8601         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
8603 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8605         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
8606         header-line when needed.
8607         Use fixed-pitch only in the header-line.
8608         Build the underline automatically.  Use emdash if available.
8610 2004-11-22  Richard M. Stallman  <rms@gnu.org>
8612         * dired.el (dired-recursive-copies): Move from dired-aux.el.
8613         * dired-aux.el (dired-recursive-copies): Move to dired.el.
8615 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
8617         * progmodes/gdb-ui.el (gdb-resync): New function.
8618         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
8619         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
8620         Use it to fail more gracefully.
8621         (gdb-variables): Delete variable.
8622         Re-order variables to reduce byte-compiler warnings.
8624 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8626         * descr-text.el (describe-char):
8627         * paren.el (show-paren-function):
8628         * subr.el (syntax-after): Undo last change.
8630         * progmodes/python.el (run-python): Don't hard code *Python*.
8631         Don't modify global process-environment.
8632         (python-send-region, python-load-file): Don't assume that
8633         python-buffer == (process-buffer (python-proc)).
8634         (python-switch-to-python): Simplify.
8636         * dired.el (dired-align-file): Don't assume line starts with spaces.
8638 2004-11-21  Jay Belanger  <belanger@truman.edu>
8640         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
8641         Replace variable `lines' by math-read-big-lines.
8642         (math-read-big-expr): Replace variables the-baseline, the-h2
8643         and err-msg by math-read-big-baseline, math-read-big-h2 and
8644         math-read-err-msg.
8645         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
8647         * calc/calc-lang.el (math-read-big-rec): Fix typo.
8648         (math-read-big-balance): Replace unbound variable by value.
8649         (math-read-big-lines): New variable.
8650         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8651         (math-read-big-error, math-read-big-balance): Replace variable
8652         `lines' by declared variable.
8653         (math-read-big-baseline, math-read-big-h2): New variables.
8654         (math-read-big-rec): Replace variables the-baseline and the-h2
8655         by declared variables.
8656         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
8657         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8658         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
8659         declared variables.
8660         (math-read-big-err-msg): New variable.
8661         (math-read-big-error): Replace variable err-msg by declared variable.
8663 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8665         * ses.el: Add coding cookie.
8666         Fix up docstrings, follow new commenting conventions.
8667         (ses-header-line-menu): Fix missing variable rename for header-row.
8668         (ses-cell-size): Remove.
8669         (ses-make-cell): New function.
8670         (ses-cell, ses-insert-row, ses-insert-column): Use it.
8671         (ses-calculate-cell): Remove unused var `symbol'.
8672         (ses-narrowed-p): New function.
8673         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
8674         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
8675         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
8676         (ses-setup): Use restore-buffer-modified-p.
8677         (ses-cleanup): Remove unused var `end'.
8678         (ses-header-string-left-offset): Remove.
8679         (ses-create-header-string): Adjust to new behavior of `align-to'.
8680         Truncate excessively large fields to preserve alignment.
8681         (ses-reconstruct-all): Remove unused var `refs'.
8682         (ses-read-cell-printer): Remove unused var `prompt'.
8683         (ses-delete-row): Remove unused var `pos'.
8684         (ses-delete-column): Remove unused var `new'.
8686 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8688         * ps-print.el: Insert :version tag into all defgroup and defcustom.
8689         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8690         Eliminate eval-and-compile usage.
8691         (ps-insert-file): Use insert-file-contents instead of insert-file.
8692         (ps-setup): Code fix.
8694         * printing.el (pr-setup, lpr-setup): Code fix.
8696 2004-11-21  Jay Belanger  <belanger@truman.edu>
8698         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
8699         (calc-original-buffer): Declare them.
8700         (calc-user-formula-alist): New variable.
8701         (calc-user-define-formula, calc-fix-user-formula)
8702         (calc-user-define-composition, calc-finish-formula-edit):
8703         Replace variable `alist' by declared variable.
8704         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
8705         (var-q7, var-q7, var-q8, var-q9): Declare them.
8706         (calc-kbd-push): Don't check to see if var-q0 through var-q9
8707         are bound.
8708         (calcFunc-typeof): Replace undeclared variable by expression.
8709         (math-exp-env): New variable.
8710         (math-define-body, math-define-exp): Replace exp-env by declared var.
8711         (math-define-exp): Replace misplaced variable by expression.
8713         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
8714         (calc-curve-model, calc-curve-coefnames): New variables.
8715         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
8716         varnames, model and coefnames by declared variables.
8717         (math-root-widen): New variable.
8718         (math-search-root, math-find-root): Replace variable root-widen by
8719         declared variable.
8720         (var-DUMMY): Declare it.
8721         (math-root-vars, math-min-vars): Move the declarations to earlier in
8722         the file.
8723         (math-brent-min): Make d a local variable.
8724         (math-find-minimum): Replace non-existent variable.
8725         (math-ninteg-romberg): Remove unnecessary variable.
8726         (math-ninteg-temp): New variable.
8727         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
8728         integ-temp by declared variable.
8729         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
8730         New variables.
8731         (math-general-fit): Replace variables first-var, first-coef and
8732         new-coefs by declared variables.
8733         (calcFunc-fitvar): Replace variable first-var by declared variable.
8734         (calcFunc-fitparam): Replace variable first-coef by declared variable.
8735         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
8736         (math-all-vars-vars, math-all-vars-found): New variables.
8737         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
8738         found by declared variable math-all-vars-vars.
8740 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
8742         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
8743         of `defconst'.
8745 2004-11-20  Richard M. Stallman  <rms@gnu.org>
8747         * isearch.el (isearch-mode-map): Don't bind SPC.
8748         (isearch-whitespace-chars): Function deleted.
8749         (isearch-search): Bind search-spaces-regexp.
8750         (isearch-lazy-highlight-search): Likewise.
8751         (search-whitespace-regexp): Doc fix.
8752         (isearch-forward-regexp): Doc fix.
8754         * emacs-lisp/bytecomp.el (byte-compile-form):
8755         Move the calls to byte-compile-set-symbol-position,
8756         to avoid having two for the same symbol occurrence.
8758         * comint.el (comint-input-ring-size): Increase to 150.
8760         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
8761         New variables.
8762         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
8763         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
8765         * imenu.el (imenu--generic-function):
8766         Ensure we keep moving backward even if BEG isn't further back.
8768         * replace.el (query-replace-read-to, query-replace-read-from):
8769         Specify t for KEEP-ALL in read-from-minibuffer.
8771         * progmodes/python.el (python-switch-to-python):
8772         If Python isn't running, start it.
8773         Don't alter debug-ignored-errors.
8775         * progmodes/cperl-mode.el (cperl-indent-region):
8776         Don't mind imenu-scanning-message.
8778         * bindings.el (global-map): Bind C-e to move-end-of-line.
8780         * simple.el (line-move-finish): New arg FORWARD.
8781         Ignore invisible newlines, not intangible ones.
8782         Conditions for acceptable stopping positions depend on FORWARD.
8783         (line-move): Pass FORWARD arg to line-move-finish.
8785         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
8786         of HEADER.  Compensate for this change in the code to add display
8787         properties.  Don't make the first line intangible.
8789         * info.el (Info-search): Fix previous change.
8791 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
8793         * Makefile.in (recompile): Revert 2004-11-19 change.
8794         (compile): Likewise.
8796 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
8798         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
8800 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8802         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
8803         defgroup and defcustom.  Eliminate eval-and-compile usage.
8805         * progmodes/ebnf-otz.el: Fix typos.
8807 2004-11-19  Jay Belanger  <belanger@truman.edu>
8809         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
8810         (calc-edit-finish, calc-finish-stack-edit): Replace variable
8811         disp-trail by declared variable.
8813         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
8814         (calc-finish-selection-edit): Replace variable disp-trail by
8815         declared variable.
8816         (calc-selection-cache-entry): Move declaration to earlier in the file.
8817         (calc-selection-cache-num, calc-selection-cache-comp)
8818         (calc-selection-cache-offset, calc-selection-true-num)
8819         (calc-final-point-line, calc-final-point-column)
8820         (calc-original-buffer): Declare them.
8821         (calc-fnp-op, calc-fnp-num): New variables.
8822         (calc-find-nth-part, calc-find-nth-part-rec)
8823         (calc-select-previous): Replace op and num by declared variables.
8824         (calc-rsf-old, calc-rsf-new): New variables.
8825         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
8826         Replace variables old and new by declared variables.
8827         (calc-sel-reselect): New variable.
8828         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
8829         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
8830         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
8831         reselect with declared variable.
8833         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
8834         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
8835         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
8836         (math-import-list, math-rewrite-phase): Declare them.
8837         (math-rewrite): Use let* to declare variables.
8838         (calc-rewrite-selection): Make rules a local variable.
8839         (calc-rewr-sel): New variable.
8840         (calc-rewrite-selection, calc-locate-selection-marker)
8841         (calc-rewrite): Use the declared variable calc-rewr-sel instead
8842         of sel.
8843         (math-rewrite-whole-expr): New variable.
8844         (math-rewrite, math-rewrite-phase): Replace variable expr by
8845         declared variable.
8846         (math-rewrite-heads-heads, math-rewrite-heads-skips)
8847         (math-rewrite-heads-blanks ): New variables.
8848         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
8849         heads, skips and blanks by declared variables.
8850         (math-rwcomp-subst-old, math-rwcomp-subst-new)
8851         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
8852         New variables.
8853         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
8854         old, new, old-func and new-func by declared variables.
8855         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
8856         Remove unnecessary variable.
8857         (math-apply-rw-regs): New variable.
8858         (math-apply-rewrites, math-rwapply-replace-regs)
8859         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
8860         (math-apply-rw-ruleset): New variable.
8861         (math-apply-rewrites, math-rwapply-remember): Replace variable
8862         ruleset by declared variable.
8864 2004-11-19  Richard M. Stallman  <rms@gnu.org>
8866         * info.el (Info-search): Use search-whitespace-regexp.
8868 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
8870         * vc-rcs.el (vc-rcs-parse): New function.
8871         (vc-rcs-annotate-command): Likewise.
8872         (vc-rcs-annotate-current-time): Likewise.
8873         (vc-rcs-annotate-time): Likewise.
8874         (vc-rcs-annotate-extract-revision-at-line): Likewise.
8876 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
8878         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
8880 2004-11-18  Jay Belanger  <belanger@truman.edu>
8882         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
8884 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8886         * printing.el: Eliminate use of interactive-p and eval-and-compile.
8887         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8888         Use make-temp-file to generate PostScript files in any situation.
8889         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
8890         (pr-interactive-p): Eliminate var.
8891         (pr-save-interactive): Eliminate macro.
8892         (pr-interface, pr-ps-directory-preview)
8893         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
8894         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
8895         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
8896         (pr-ps-buffer-ps-print, pr-ps-region-preview)
8897         (pr-ps-region-using-ghostscript, pr-ps-region-print)
8898         (pr-ps-region-ps-print, pr-ps-mode-preview)
8899         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
8900         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
8901         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
8902         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
8903         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
8904         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
8905         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
8906         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
8907         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
8908         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
8909         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
8910         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
8911         Eliminate pr-save-interactive usage.
8912         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
8913         Eliminate pr-interactive-p usage.
8914         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
8915         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
8916         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
8917         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
8918         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
8919         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
8920         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
8921         New funs.
8922         (pr-ps-file): Use make-temp-file to generate a temporary file.
8924 2004-11-17  Jay Belanger  <belanger@truman.edu>
8926         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
8927         a local variable.
8928         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
8929         (math-top-only): New variable.
8930         (math-simplify, math-simplify-step): Replace variable top-only by
8931         declared variable math-top-only.
8932         (math-simplify-expr): Declare it.
8933         Replace argument expr in all calls of math-defsimplify by
8934         math-simplify-expr.
8935         (math-simplify-plus, math-simplify-times, math-simplify-divide)
8936         (math-simplify-divisor, math-simplify-one-divisor)
8937         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
8938         (math-simplify-pow): Replace variable expr by declared variable
8939         math-simplify-expr.
8940         (math-simplify-divisor): Remove local variables temp and op.
8941         (math-simplify-one-divisor): Make temp and op local variables.
8942         (math-simplify-divisor-nover, math-simplify-divisor-dover):
8943         New variables.
8944         (math-simplify-divisor, math-simplify-one-divisor):
8945         Replace variables nover and dover by declared variables.
8946         (math-expr-subst-new, math-expr-subst-old): New variables.
8947         (math-expr-subst, math-expr-subst-rec): Replace variables new
8948         and old by declared variables.
8949         (math-is-poly-degree, math-is-poly-loose): New variables.
8950         (math-is-polynomial, math-is-poly-rec): Replace variables degree
8951         and loose by declared variables.
8952         (math-poly-base-const-ok, math-poly-base-pred): New variables.
8953         (math-polynomial-base, math-polynomial-base-rec):
8954         Replace variables const-ok and mpb-pred by declared variables.
8956         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
8958         * calc/calc-ext.el (math-defsimplify): Change the argument in
8959         the created function to math-simplify-expr.
8961         * calc/calc-units.el (math-simplify-expr): Declare it.
8962         Replace argument expr in all calls of math-defsimplify by
8963         math-simplify-expr.
8964         (math-simplify-units-prod): Replace variable expr by declared
8965         variable math-simplify-expr.
8967 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8969         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
8970         Replace mapcar->dolist, format->string.
8972 2004-11-17  Miles Bader  <miles@gnu.org>
8974         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
8975         * progmodes/idlwave.el: Remove RCS keywords.
8977 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
8979         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
8980         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
8981         Update to IDLWAVE version 5.5.  Too many changes to list them here.
8982         * progmodes/idlw-help.el: New file.
8984 2004-11-16  Richard M. Stallman  <rms@gnu.org>
8986         * international/iso-cvt.el (iso-tex2iso-trans-tab):
8987         Discard spaces after \i according to TeX rules.
8989         * international/mule.el (set-buffer-file-coding-system):
8990         New arg NOMODIFY.
8991         (after-insert-file-set-coding): Pass that new arg.
8992         Prevent set-buffer-multibyte from trying to lock the file.
8994         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
8996         * saveplace.el (save-place): Doc fix.
8998         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
8999         temporarily widen before finding the following word to copy.
9001         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9002         (cl-map-keymap): Definition deleted.
9004         * subr.el (map-keymap-internal): New function.
9006 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9008         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9009         when pressing rather than when releasing mouse-2.  Simplify.
9011 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9013         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9014         (compilation-mode): Set it here instead.
9016         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9018         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9019         (loop, cl-parse-loop-clause, defsetf): Use backquote.
9021 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9023         * progmodes/compile.el (compilation-internal-error-properties):
9024         Fix up a transposition-typo.  Check end-col before using it.
9026 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
9028         * international/iso-cvt.el (iso-tex2iso-trans-tab):
9029         Discard whitespace after macro \i when converting it.
9031 2004-11-16  Juri Linkov  <juri@jurta.org>
9033         * emacs-lisp/find-func.el (find-function-regexp):
9034         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
9035         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
9036         Remove invalid `\W' from [^cgv\W].  Doc fix.
9037         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9039 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
9041         * play/life.el: Maintainer is now FSF.
9042         (life-patterns, life-neighbor-deltas, life-window-start)
9043         (life-current-generation, life-generation-string): Use defvar
9044         instead of defconst.
9046 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
9048         * progmodes/compile.el (compilation-move-to-column): New fun.
9049         (compilation-internal-error-properties)
9050         (compilation-next-error-function): Use it to make sure we don't go past
9051         the end of line.
9053 2004-11-15  John Paul Wallington  <jpw@gnu.org>
9055         * autoinsert.el (auto-insert-alist): Insert the user's name in
9056         copyright notice, rather than Free Software Foundation, for the
9057         Emacs Lisp header case too.
9059 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9061         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9062         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9063         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
9064         return the list of string in a string.
9065         (pr-call-process): Message if calling process returns an error, that
9066         is, the exit status is different of zero.
9068 2004-11-15  Jay Belanger  <belanger@truman.edu>
9070         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9071         variable var-thing.
9072         (math-integ-depth, math-integ-level, math-integral-limit)
9073         (math-enable-subst, math-any-substs, math-integ-msg)
9074         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9075         (math-int-threshold, math-int-factors, math-double-roots)
9076         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9077         (var-GenCount): Declare these variables.
9078         (calcFunc-integ): Don't check if var-IntegLimit is bound.
9079         (math-integral-cache, math-integral-cache-state):
9080         Move declarations to earlier in the file.
9081         (math-deriv-var, math-deriv-total, math-deriv-symb)
9082         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9083         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9084         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9085         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9086         (math-solve-res): New variables
9087         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9088         (math-integral, math-replace-integral-parts)
9089         (math-integrate-by-parts, calc-dump-integral-cache)
9090         (math-try-integral, math-do-integral, math-do-integral)
9091         (math-do-integral-methods, math-try-solve-for)
9092         (math-try-solve-prod, math-solve-poly-funny-powers)
9093         (math-solve-crunch-poly, math-decompose-poly)
9094         (math-solve-find-root-term, math-find-root-in-prod)
9095         (math-integ-try-linear-substitutions)
9096         (math-integ-try-substitutions, math-expr-rational-in)
9097         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9098         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9099         (math-solve-for, math-solve-system, math-solve-system-rec)
9100         (math-solve-get-sign, math-solve-get-int)
9101         (math-solve-system-subst): Replace undeclared variables with newly
9102         declared variables.
9104 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9106         * winner.el (winner-active-region, winner-edges, winner-window-list):
9107         Define at toplevel.
9108         (winner-mode-map): Move init inside declaration.
9110 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
9112         * files.el (convert-standard-filename): Doc fix.
9114 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
9116         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9117         passwd, group, shadow, default/* and pam.d/*.
9119 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9121         * printing.el (pr-menu-spec): Adjust menu specification.
9123 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9125         * printing.el: Doc fix.  Insert :version tag into all defcustom.
9126         Handle interactive-p as is recommended in Emacs Lisp Reference.
9127         Set the file permission bits for newly created files.
9128         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9129         The printing menu specification (in `pr-menu-spec') was merged.
9130         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9131         (pr-version): New version number (6.8.3).
9132         (pr-file-modes): New option.
9133         (pr-interactive-p): New var.
9134         (pr-save-interactive, pr-save-file-modes): New macros.
9135         (pr-setup): Code fix.
9136         (pr-menu-spec): Menu specification merged.
9137         (pr-call-process, pr-text2ps): Set file permission bits.
9138         (pr-despool-print): Set file permission bits.  Handle interactive-p as
9139         is recommended.
9140         (pr-interface, pr-ps-directory-preview)
9141         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9142         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9143         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9144         (pr-ps-buffer-ps-print, pr-ps-region-preview)
9145         (pr-ps-region-using-ghostscript, pr-ps-region-print)
9146         (pr-ps-region-ps-print, pr-ps-mode-preview)
9147         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9148         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9149         (pr-despool-using-ghostscript, pr-despool-ps-print)
9150         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9151         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9152         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9153         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9154         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9155         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9156         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9157         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9158         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9159         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9160         Handle interactive-p as is recommended.
9162 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9164         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9165         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9167         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9168         so it doesn't forget to highlight the beginning of the region either.
9170 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
9172         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9173         (c-font-lock-init): Eliminate obsolete make-local-hook.
9174         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9175         (awk-mode): Use run-mode-hooks.
9177         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9179 2004-11-13  Kim F. Storm  <storm@cua.dk>
9181         * mouse.el (mouse-drag-copy-region): Add :version.
9182         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9183         while dragging mode line, so mode line can be dragged downwards.
9184         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9185         while pressing mouse button so window doesn't scroll until we
9186         release the mouse if clicking on partially visible line.
9188 2004-11-12  Jay Belanger  <belanger@truman.edu>
9190         * calc/calc-graph.el (calc-dumb-map): Declare it.
9191         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9192         than unbound.
9193         (calc-graph-name): Made `end' a local variable.
9194         (calc-graph-lookup): Made `varname' a local variable.
9195         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9196         Declare them.
9197         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9198         (calc-graph-plot, calc-graph-compute-3d): Remove references to
9199         the unused variable y3vec.
9200         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9201         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9202         calc-graph-prev-kill-hook.
9203         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9204         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9205         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9206         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9207         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9208         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9209         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9210         (calc-graph-y3value, calc-graph-y3name)
9211         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9212         (calc-graph-stepcount, calc-graph-is-splot)
9213         (calc-graph-surprise-splot, calc-graph-blank)
9214         (calc-graph-non-blank, calc-graph-curve-num): New variables.
9215         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9216         (calc-graph-recompute-2d, calc-graph-compute-3d)
9217         (calc-graph-format-data): Replace undeclared variables with the
9218         above newly declared variables.
9220 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
9222         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9223         `rsf-beep' and `rsf-sleep-after-message'.
9225         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9226         list if `message-sender' is non-nil.
9228 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
9230         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9231         consing by using mapc instead of mapcar.
9233 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
9235         * tooltip.el (require): Explain why CL is needed.
9237 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9239         * printing.el: Insert :version into defgroup (printing).  All reference
9240         to Files option in menubar were changed to File.
9241         (pr-version): New version number (6.8.2).
9242         (pr-get-symbol): Call easy-menu-intern.
9243         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
9244         compilation gripes.
9246 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9248         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9249         new byte-compile-function-environment binding to t.
9251         * font-lock.el (font-lock-fontify-syntactically-region):
9252         Don't forget to highlight the last char when we hit `end'.
9254         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9255         (mwheel-scroll): Adjust accordingly.
9257         * cvs-status.el: Reduce spurious warnings.
9258         (cvs-status-checkout): Remove.
9259         (cvs-status-mode-map): Use cvs-mode-checkout instead.
9261         * pcvs.el (cvs-mode-checkout): New command.
9263         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9265         * tooltip.el: Require CL.
9267         * emacs-lisp/bytecomp.el: Use push.
9268         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9269         (defalias): Remove the `byte-compile' property and add
9270         a `byte-hunk-handler'.
9272 2004-11-11  Juri Linkov  <juri@jurta.org>
9274         * info.el (Info-search): Save match data for isearch.
9275         Skip Tag Table node.
9277         * descr-text.el (describe-char): Replace syntax-after with code
9278         from its previous version.
9280         * files.el (magic-mode-alist): Use optimization for SGML mode too.
9281         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
9283         * international/mule.el (sgml-html-meta-auto-coding-function):
9284         Remove > after <html to allow HTML attributes.
9286 2004-11-11  Jay Belanger  <belanger@truman.edu>
9288         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9289         a variable.
9290         (calcFunc-dfac): Replace unbound max by n.
9291         (math-stirling-local-cache): New variable.
9292         (math-stirling-number, math-stirling-1, math-stirling-2):
9293         Replace the variable `cache' by the declared variable
9294         math-stirling-local-cache.
9295         (var-RandSeed): Declare it as a variable.
9296         (math-init-random-base, math-random-digit): Don't check to see if
9297         var-RandSeed is bound.
9298         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9299         Declare them instead of just setting them.
9300         (math-init-random-base): Made i a local variable.
9301         (math-random-digit): Made math-random-last a local variable.
9302         (math-prime-test-cache): Move declaration to before it is used.
9303         (math-prime-test-cache-k, math-prime-test-cache-q)
9304         (math-prime-test-cache-nm1, math-prime-factors-finished):
9305         Declare them as variables.
9307 2004-11-11  Jay Belanger  <belanger@truman.edu>
9309         * calc/calc-ext.el (math-defcache): Use defvar for the new
9310         variables it creates.
9312 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
9314         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9315         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9316         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9317         (desktop-save): Add :version.
9319 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9321         * printing.el (pr-get-symbol): Don't downcase.
9323 2004-11-10  Jay Belanger  <belanger@truman.edu>
9325         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9326         string to kill-ring.
9328         * calc/calc-aent.el (calc-alg-exp, math-toks)
9329         (math-exp-pos,math-exp-old-pos, math-exp-token)
9330         (math-exp-keep-spaces, math-exp-str): New variables.
9331         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9332         (calcAlg-enter): Use declared variable calc-alg-exp.
9333         (math-build-parse-table, math-find-user-token): Use declared
9334         variable math-toks.
9335         (math-read-exprs, math-read-token, calc-check-user-syntax)
9336         (calc-match-user-syntax, match-factor-after, math-read-factor):
9337         Use declared variables math-exp-pos math-exp-old-pos.
9338         (math-read-exprs, math-read-token, math-read-expr-level)
9339         (calc-check-user-syntax, calc-match-user-syntax)
9340         (match-factor-after, math-read-factor): Use declared variable
9341         math-exp-token.
9342         (math-read-exprs, math-read-expr-list, math-read-token)
9343         (math-read-factor): Use declared variable math-exp-keep-spaces.
9344         (math-read-exprs, math-read-token): Use declared variable
9345         math-exp-str.
9346         (calc-match-user-syntax): Make m a local variable.
9348         * calc/calc-ext.el (math-read-expr): Use declared variables
9349         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9350         math-exp-keep-spaces.
9352         * calc/calc-forms.el (math-read-angle-bracket): Use declared
9353         variables math-exp-pos, math-exp-str.
9355         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9356         math-exp-old-pos.
9357         (math-parse-fortran-vector, math-parse-fortran-vector-end)
9358         (math-parse-eqn-prime): Use declared variable math-exp-token.
9360         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9361         Use declared variable math-exp-pos.
9362         (math-check-for-commas): Use declared variable math-exp-str.
9363         (math-read-brackets): Use declared variables math-exp-old-pos,
9364         math-exp-keep-spaces.
9365         (math-read-brackets, math-read-vector, math-read-matrix):
9366         Use declared variable math-exp-token.
9368 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9370         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9371         where the keymap is a symbol.
9372         (easy-menu-add-item): Use keymap-prompt.  Simplify.
9374         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9376         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9377         (sgml-parse-tag-backward): Use it to skip spurious < or >.
9379 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
9381         * ebuff-menu.el: Doc fixes throughout.
9382         (electric-buffer-menu-mode-hook): New defvar.
9384 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
9386         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9387         The resulting compiler warnings appear to be harmless.
9389 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
9391         * textmodes/conf-mode.el: New file.
9393         * files.el (auto-mode-alist, magic-mode-alist): Use it.
9395 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9397         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9399 2004-11-09  Jay Belanger  <belanger@truman.edu>
9401         * calc/calc-ext.el (calc-init-extensions): Remove old code.
9403         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9404         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9405         (calc-z-prefix-help, calc-user-function-list): Use declared
9406         variables calc-z-prefix-buf, calc-z-prefix-msgs.
9407         (math-map-tree, math-map-tree-rec): Use declared variables
9408         math-mt-many, math-mt-func.
9409         (math-read-expression, math-read-string): Use declared variable
9410         math-expr-data.
9412         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9413         variable math-normalize-a.
9415         * calc/calc.el (math-normalize-a): New variable.
9416         (math-normalize): Use declared variable math-normalize-a.
9418         * calc/calc-poly.el (math-expand-form): Use declared variable
9419         math-mt-many.
9421         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9422         Use declared variable math-mt-many.
9423         (math-rewrite): Use declared variable math-mt-func.
9425         * calc/calc-vec.el (math-read-brackets, math-read-vector)
9426         (math-read-matrix): Use declared variable math-expr-data.
9428         * calc/calc-lang.el (math-parse-fortran-vector)
9429         (math-parse-fortran-vector-end, math-parse-tex-sum)
9430         (math-parse-eqn-matrix, math-parse-eqn-prime)
9431         (math-read-math-subscr): Use declared variable math-expr-data.
9433         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9434         (math-read-expr-level, math-read-token, calc-check-user-syntax)
9435         (calc-match-user-syntax, math-read-if, math-factor-after)
9436         (math-read-factor): Use declared variable math-expr-data.
9438 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
9440         * calendar/diary-lib.el (diary-from-outlook)
9441         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9442         interactive-p; but rather new optional argument NOCONFIRM.
9444 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9446         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9447         (easy-menu-name-match): Revert correspondingly.
9449 2004-11-09  Richard M. Stallman  <rms@gnu.org>
9451         * emacs-lisp/bytecomp.el (byte-compile-defalias):
9452         Turn off warnings for the new function even if definition not constant.
9453         If the definition isn't a quoted symbol, record (FUNCTION . t).
9454         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9455         (byte-compile-callargs-warn): Handle (FUNCTION . t).
9456         (display-call-tree, byte-compile-arglist-warn):
9457         Handle t returned by byte-compile-fdefinition.
9459 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9461         * Makefile.in (maintainer-clean): Depend on distclean.
9463         * help-fns.el (help-C-file-name): File name must be in build-files
9464         to be returned.
9466 2004-11-09  Jay Belanger  <belanger@truman.edu>
9468         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9469         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9471         * calc/calc.el (calc, calc-trail-display, calc-mode):
9472         Remove obsolete sections.
9474         * calc/calc.el (calc-x-paste-text): Remove.
9476         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9477         mouse-2.
9479 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
9481         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9482         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9483         current frame (in case of recursive calls).
9484         (gdb-show-changed-values): Add :version keyword.
9486 2004-11-09  Kenichi Handa  <handa@m17n.org>
9488         * international/mule-cmds.el: Change coding: tag back to
9489         iso-2022-7bit.
9491 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9493         * international/mule-cmds.el: Change coding-system to utf-8.
9494         (select-safe-coding-system-interactively):
9495         New function extracted from select-safe-coding-system.
9496         (select-safe-coding-system): Use it.
9498 2004-11-08  Richard M. Stallman  <rms@gnu.org>
9500         * subr.el (syntax-after): Doc fix.
9502         * paren.el (show-paren-function): Change calls to syntax-after
9503         for new way of returning the value.
9505         * menu-bar.el (menu-bar-file-menu): Make this the real name
9506         and menu-bar-files-menu the alias.  Use the former.
9507         (global-map): Use `file', not `files', as the symbol.
9509         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9511         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9512         Don't use beginning-of-buffer.
9513         (filesets-cmd-show-result): Use with-no-warnings.
9515 2004-11-08  Juri Linkov  <juri@jurta.org>
9517         * progmodes/compile.el (compile): Don't overwrite last command in
9518         minibuffer history with default command if they are not equal.
9520 2004-11-08  Jay Belanger  <belanger@truman.edu>
9522         * calc/calcalg2.el (math-do-integral-methods): Try linear then
9523         non-linear substitutions.
9525 2004-11-08  Jay Belanger  <belanger@truman.edu>
9527         * calc/calcalg2.el (math-linear-subst-tried): New variable.
9528         (math-do-integral): Set `math-linear-subst-tried' to nil.
9529         (math-do-integral-methods): Use `math-linear-subst-tried' to
9530         determine what type of substitution to try.
9531         (math-integ-try-linear-substituion):
9532         Set `math-linear-subst-tried' to t.
9534 2004-11-08  Kim F. Storm  <storm@cua.dk>
9536         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9538 2004-11-07  Juri Linkov  <juri@jurta.org>
9540         * info-look.el (info-lookup): Allow reusing in the current buffer
9541         not only *info* buffer, but all (even renamed) Info buffers
9542         by checking for major-mode instead of *info* buffer name.
9543         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9544         (octave-mode, maxima-mode) <doc-spec>:
9545         Allow long dashes generated by Texinfo 4.7 before definitions.
9546         (texinfo-mode) <doc-spec>: Add space to suffix to find command
9547         definitions with argument separated by space.
9549 2004-11-06  Richard M. Stallman  <rms@gnu.org>
9551         * simple.el (next-error group, face): Move before first use.
9552         (next-error-highlight, next-error-highlight-no-select): Likewise.
9554         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
9555         (line-move): New args NOERROR and TO-END.
9556         Return t if if succeed in moving specified number of lines.
9557         (move-end-of-line): New function.
9559         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
9560         (end-of-buffer-other-window): Likewise.
9562         * simple.el (line-move-ignore-invisible): Default to t.
9564         * subr.el (syntax-after): Return the syntax letter, not the raw code.
9566         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
9568         * international/iso-cvt.el (iso-cvt-define-menu):
9569         Rename menu-bar-files-menu to menu-bar-file-menu.
9571         * net/browse-url.el (browse-url-gnome-moz-program)
9572         (browse-url-gnome-moz-arguments): Move up before first use.
9574         * net/tramp.el (tramp group): Add :version.
9576         * progmodes/ada-xref.el (ada-gdb-application):
9577         Use goto-char instead of beginning-of-buffer.
9579         * progmodes/cperl-mode.el (cperl-info-on-command):
9580         Use goto-char instead of beginning-of-buffer.
9582         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
9583         Move up before first use.
9584         (idlwave-shell-temp-pro-file): Likewise.
9585         (idlwave-shell-temp-rinfo-save-file): Likewise.
9586         (idlwave-shell-temp-file): Minor doc fix.
9588         * textmodes/flyspell.el (flyspell-external-point-words):
9589         Use goto-char instead of beginning-of-buffer.
9591 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
9593         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
9594         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
9595         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
9597 2004-11-06  David Ponce  <david@dponce.com>
9599         * recentf.el (recentf-menu-path): Use menu item name.
9601 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
9603         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
9604         display doesn't support images.
9606 2004-11-06  Andreas Schwab  <schwab@suse.de>
9608         * tempo.el (tempo-match-finder): Doc fix.
9610         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
9612 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9614         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
9615         (easy-menu-lookup-name): New fun to replace it.
9616         (easy-menu-get-map): Use it to obey menu item names (rather than just
9617         keys) when looking up `path'.
9618         (easy-menu-always-true-p): Rename from easy-menu-always-true.
9619         (easy-menu-convert-item-1): Adjust to new name.
9621 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
9623         * outline.el (hide-body): Don't hide lines at the top of the file
9624         that precede the first header line.
9626 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
9628         * align.el (align-areas): Delete whitespace before reindenting, so
9629         that tabs are never placed after spaces.
9631 2004-11-06  Alan Shutko  <ats@acm.org>
9633         * macros.el (insert-kbd-macro): Do completions based on macros,
9634         rather than all commands.
9636 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
9638         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
9639         to solve a bug whereby tags with 'b' don't match.
9641 2004-11-05  Juri Linkov  <juri@jurta.org>
9643         * info.el (Info-search): Don't search in node header lines
9644         and file headers.
9646         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
9647         symbol-constituent characters after dot, not only digits.
9649 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
9651         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
9653 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9655         * dired.el (dired-read-dir-and-switches): Call read-directory-name
9656         if a dialog will be used, read-file-name otherwise.
9658 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9660         * textmodes/table.el (table group): Add :version.
9662         * textmodes/ispell.el (ispell-word):
9663         Don't alter args; set them only thru `interactive' spec.
9665         * textmodes/flyspell.el (flyspell-word):
9666         Don't alter FOLLOWING; set it only thru `interactive' spec.
9668         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
9670         * net/browse-url.el (browse-url-maybe-new-window):
9671         Use called-interactively-p.
9673         * mail/supercite.el (sc-cite-region):
9674         Don't use interactive-p.  Add arg INTERACTIVE.
9675         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
9677         * international/mule-cmds.el (set-input-method, toggle-input-method):
9678         Don't use interactive-p.  Add arg INTERACTIVE.
9680         * eshell/esh-mode.el (eshell-show-maximum-output):
9681         Don't use interactive-p.
9682         (eshell-truncate-buffer): Just message, no error, if buffer is short.
9684         * mouse.el (mouse-show-mark): Get positions to delete from mark
9685         and point, not from mouse-drag-overlay.
9687         * imenu.el (imenu-eager-completion-buffer): Add :version.
9689         * filesets.el (filesets group): Add :version.
9691 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
9693         * files.el (xml-based-modes): Delete var.
9694         (magic-mode-alist): New more general var.
9695         (set-auto-mode): Use it.
9697         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
9698         when clicking from another window.
9700 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
9702         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
9703         (vc-cvs-annotate-time): Incorporate value of deleted var.
9704         Remove special-case handling of beginning-of-buffer cruft.
9705         Cache ending position (point) and return value in text property
9706         `vc-cvs-annotate-time', and consult it on subsequent invocations.
9708         * vc-cvs.el (vc-cvs-annotate-command):
9709         Delete extraneous lines from beginning of buffer.
9710         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
9712         * progmodes/grep.el (grep-default-command): Take empty string
9713         for tag if all other methods yield nil.  Shell-quote the tag.
9715         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
9716         spec in `interactive' form, and mention it in the docstring.
9717         Also, make sure point is at bol after calling `annotate-time'.
9719 2004-11-02  Richard M. Stallman  <rms@gnu.org>
9721         * cus-edit.el (customize-group-other-window):
9722         Select the window that displays the custom buffer.
9723         (custom-buffer-create-other-window): Likewise.
9725         * comint.el (comint-insert-input): Fix previous change.
9727         * emacs-lisp/elp.el (elp-instrument-function):
9728         Use called-interactively-p.
9730         * emacs-lisp/easymenu.el (easy-menu-intern):
9731         Don't downcase; rather, case-flip the first letter of each word.
9733         * emacs-lisp/easy-mmode.el (define-minor-mode):
9734         Use called-interactively-p.
9736         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
9737         Add interactive-only.
9738         (byte-compile-warnings): Add interactive-only as option.
9739         (byte-compile-interactive-only-functions): New variable.
9740         (byte-compile-form): Warn about calls to functions
9741         in byte-compile-interactive-only-functions.
9743         * emacs-lisp/autoload.el (update-file-autoloads):
9744         Don't use interactive-p; take new arg SAVE-AFTER.
9746         * emacs-lisp/advice.el (ad-make-advised-definition):
9747         Use called-interactively-p.
9749 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9751         * files.el (find-file-existing): New function.
9753         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
9754         find-file-existing.  Add "New File..." that calls find-file.
9756         * diropen.pbm, diropen.xpm: New files.
9758         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
9759         icon diropen.  New tool bar item find-file-existing uses icon open.
9761         * dired.el (dired-read-dir-and-switches): Call read-directory-name
9762         instead of read-file-name.
9764 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
9766         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
9767         (icalendar--split-value): Change name of work buffer.
9768         (icalendar--get-weekday-abbrev): Return nil on error.
9769         (icalendar--date-to-isodate): New function.
9770         (icalendar-convert-diary-to-ical)
9771         (icalendar-extract-ical-from-buffer): Use only two args for
9772         make-obsolete (XEmacs compatibility).
9773         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
9774         (icalendar-export-region): Doc fix.
9775         If error, return non-nil and write errors to a buffer.
9776         Use correct weekday for weekly recurring events.
9777         Check whether date has been parsed for ordinary events.
9778         Make weekly events start in the year 2000.
9779         DTEND is non-inclusive, shift end date by one day if
9780         necessary (not for entries that have date and time).
9781         Rename local let variables: oops -> found-error, datestring ->
9782         startdatestring.
9784 2004-11-02  Kim F. Storm  <storm@cua.dk>
9786         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
9787         keep-mode-if-same variable.  Add it as optional arg instead.
9788         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
9790         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
9791         substitute-command-keys will select lower-case bindings like those
9792         used in the static help texts.
9794         * descr-text.el (describe-text-properties): Don't err if called in
9795         the *Help* buffer; output to *Help-2* buffer instead.
9797         * kmacro.el (group kmacro): Add :version.
9798         (kmacro-keyboard-quit): New function to cleanup on C-g.
9799         (kmacro-start-macro): Set defining-kbd-macro to append when
9800         appending to last macro.
9802         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
9804 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
9806         * progmodes/gdb-ui.el (gdb-enable-debug-log)
9807         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
9808         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
9809         Add :version keyword.
9811 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
9813         * progmodes/flymake.el (flymake-err-line-patterns):
9814         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
9815         `compilation-error-regexp-alist-alist' to internal Flymake format.
9817         * progmodes/flymake.el: Eliminate byte-compiler warnings.
9819 2004-11-01  Jay Belanger  <belanger@truman.edu>
9821         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
9822         with `interactive "s"'.
9824 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9826         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9827         Revert change from 2004-10-16.  '*' checks the current buffer, but the
9828         mouse click may be in another buffer.
9830 2004-11-01  John Paul Wallington  <jpw@gnu.org>
9832         * files.el (large-file-warning-threshold): Add :version keyword.
9833         (kill-some-buffers): Doc fix.
9835         * thumbs.el (group thumbs): Add :version keyword.
9837         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
9839 2004-11-01  Richard M. Stallman  <rms@gnu.org>
9841         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
9843         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
9845         * allout.el (allout group): Add :version.
9846         (allout-init): Don't use interactive-p.
9847         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
9848         (allout-forward-current-level, allout-backward-current-level):
9849         Don't use interactive-p.
9851         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
9852         (bibtex-find-text): Likewise.
9854         * progmodes/vhdl-mode.el (vhdl-fill-region)
9855         (vhdl-beginning-of-statement): Don't use interactive-p.
9857         * progmodes/idlwave.el (idlwave-update-routine-info):
9858         Don't use interactive-p.
9860         * progmodes/idlw-shell.el (idlwave-shell-send-char):
9861         Don't use interactive-p.
9863         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
9864         Don't use interactive-p.
9866         * progmodes/ada-xref.el (ada-make-body-gnatstub):
9867         Don't use interactive-p.
9869         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
9870         (fortune-in-buffer): Doc fix.
9872         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
9874         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
9875         don't select the temporary buffer.
9876         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
9877         (eudc-get-phone): Likewise.
9879 2004-11-01  Kim F. Storm  <storm@cua.dk>
9881         * man.el (Man-xref-normal-file): Fix help-echo.
9883 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9885         * reveal.el (reveal-last-tick): New var.
9886         (reveal-post-command): Use it to avoid closing overlays when we're
9887         appending text to them.
9889 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9891         * textmodes/bibtex.el: Require button.
9892         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
9893         (bibtex-reference-keys): Distinguish between header keys and
9894         crossref keys.
9895         (bibtex-beginning-of-field): New function.
9896         (bibtex-url-map): Remove.
9897         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
9898         (bibtex-font-lock-url-regexp): Assume that field names begin at
9899         the beginning of a line.
9900         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
9901         Remove field delimiters.  Use bibtex-beginning-of-field.
9902         Bugfix, point can be inside a field with a url.
9903         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
9904         New functions.
9905         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
9906         (bibtex-key-in-head): Simplify.
9907         (bibtex-current-line): Use bolp.
9908         (bibtex-parse-keys): Remove unused arg `add'.
9909         Use bibtex-type-in-head and bibtex-key-in-head.
9910         (bibtex-parse-entry, bibtex-autofill-entry):
9911         Use bibtex-type-in-head and bibtex-key-in-head.
9912         (bibtex-autokey-get-field): Do not alter case of replacement text.
9913         (bibtex-autokey-get-names): Do all processing of name list.
9914         (bibtex-autokey-get-year): New function.
9915         (bibtex-autokey-get-title): Do all processing of title words.
9916         (bibtex-generate-autokey): Simplify.
9917         (bibtex-string-files-init): Use default-directory.
9918         Allow for absolute file names in bibtex-string-files.
9919         (bibtex-files, bibtex-file-path): New variables.
9920         (bibtex-files-expand): New function.
9921         (bibtex-find-entry-globally): New command.
9922         (bibtex-summary-function): New variable.
9923         (bibtex-summary): Default value of bibtex-summary-function.
9924         (bibtex-find-crossref): New optional args pnt and split.
9925         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
9926         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
9927         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
9928         Fix handling of required and alternative fields.
9929         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
9930         Use cons and display-buffer.
9931         (bibtex-validate-globally): New command.
9932         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
9933         bibtex-parse-keys and bibtex-parse-strings for updating
9934         bibtex-reference-keys and bibtex-strings.
9935         (bibtex-realign): Remove blank lines past the last entry.
9936         (bibtex-reformat): Use bibtex-entry-format as default.
9937         (bibtex-choose-completion-string): Remove.
9938         (bibtex-complete): Do not use bibtex-choose-completion-string.
9939         (bibtex-url): Simplify.
9941 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9943         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
9944         (x-dnd-types-alist, x-dnd-open-file-other-window)
9945         (x-dnd-known-types): Add :version.
9947 2004-10-31  John Paul Wallington  <jpw@gnu.org>
9949         * ibuffer.el (group ibuffer): Add :version keyword.
9951 2004-10-31  Kim F. Storm  <storm@cua.dk>
9953         * ido.el (group ido): Add :version keyword.
9954         (ido-mode): Remove :version keyword.
9956         * emulation/cua-base.el (group cua): Add :version keyword.
9957         (cua-mode): Remove :version keyword.
9959 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
9961         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
9963         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
9964         compiler warning.
9965         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
9966         function.
9967         (help-at-pt-display-when-idle): Remove autoload.
9969 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9971         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
9973 2004-10-30  Juri Linkov  <juri@jurta.org>
9975         * help.el (function-called-at-point):
9976         * help-fns.el (variable-at-point): Read -> intern.
9978 2004-10-30  Simon Josefsson  <jas@extundo.com>
9980         * progmodes/autoconf.el (autoconf-font-lock-keywords):
9981         Recognize AS_* too.
9983 2004-10-29  Simon Josefsson  <jas@extundo.com>
9985         * subr.el (read-passwd): Move back from password.el.
9987         * password.el: Remove, not ready yet.
9989 2004-10-29  Andreas Schwab  <schwab@suse.de>
9991         * speedbar.el (speedbar-frame-parameters): Improve customize type.
9993 2004-10-29  Sam Steingold  <sds@gnu.org>
9995         * mouse.el (mouse-show-mark): Replace the last occurrence of
9996         x-lost-selection-hooks with x-lost-selection-functions.
9998 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10000         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10001         x-lost-selection-functions is bound.
10003         * mouse-sel.el (mouse-sel-mode):
10004         * emacs-lisp/lselect.el: Adjust to new names for
10005         x-(lost|sent)-selection-functions.
10007         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10008         New obsolete aliases of x-lost-selection-functions and
10009         x-sent-selection-functions.
10011 2004-10-28  Kim F. Storm  <storm@cua.dk>
10013         * imenu.el (imenu-scanning-message): Remove.
10014         (imenu-progress-message): Make it a no-op.
10016 2004-10-28  John Paul Wallington  <jpw@gnu.org>
10018         * files.el (set-auto-mode): Call `throw' correctly.
10020 2004-10-28  Juri Linkov  <juri@jurta.org>
10022         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10023         to search `Info-...' commands in `info' manual.
10024         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10025         Add 'info-file "emacs" property.
10026         (Info-find-emacs-command-nodes): Fix index line number regexp.
10027         Set real line number (instead of fake 0) in first element of the
10028         returned list.
10029         (Info-goto-emacs-command-node): Use line number of first element
10030         to set point in the first found Info node.
10032         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10033         code to `grep-mode-font-lock-keywords'.
10034         (grep-mode-font-lock-keywords): Delete grep markers instead
10035         of making them invisible.
10037 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10039         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10040         and x-server-version in bug report.
10042 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
10044         * files.el (set-auto-mode-0): New function.
10045         (set-auto-mode): Use it to handle aliased modes and to
10046         be consistent between C-x C-f and C-x C-w.
10048 2004-10-28  Kenichi Handa  <handa@m17n.org>
10050         * international/utf-8.el (utf-translate-cjk-charsets):
10051         Add katakana-jisx0201.
10053         * international/subst-jis.el: Add data for JISX0201.
10055 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10057         * obsolete/hilit19.el (hilit-mode): New function.
10058         Move all the toplevel side-effecting stuff into it, so that loading
10059         hilit19 doesn't mess everything up any more.
10061 2004-10-27  Richard M. Stallman  <rms@gnu.org>
10063         * add-log.el (add-change-log-entry): Set up mailing address
10064         and full name later, and don't alter add-log-mailing-address
10065         or add-log-full-name.
10067         * elide-head.el (elide-head): Change error to message.
10068         (elide-head-show): Likewise.
10070         * apropos.el (apropos-macrop): Doc fix.
10072         * mouse.el (mouse-show-mark): Do most processing the same
10073         regardless of transient-mark-mode.
10075         * shadowfile.el (shadow-copy-files): Use interactive-p
10076         only to control whether to print a message.
10078         * tar-mode.el (tar-mode): Use write-contents-functions,
10079         not write-contents-hooks.
10081         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10082         directory-sep-char.
10084 2004-10-27  Richard M. Stallman  <rms@gnu.org>
10086         * strokes.el (strokes-unload-hook): Fix previous change.
10088         * type-break.el (type-break-run-at-time): Always use run-at-time;
10089         forget the alternatives.
10090         (type-break-cancel-function-timers): Always use cancel-function-timers;
10091         forget the alternatives.
10093         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10095 2004-10-27  Kenichi Handa  <handa@m17n.org>
10097         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10099         * international/subst-gb2312.el: Likewise.
10101         * international/subst-big5.el: Likewise.
10103         * international/subst-ksc.el: Likewise.
10105         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10106         New variable.
10107         (utf-translate-cjk-set-unicode-range): New function.
10108         (utf-translate-cjk-unicode-range): Make it customizable.
10109         (utf-8-post-read-conversion):
10110         Use utf-translate-cjk-unicode-range-string.
10111         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10112         Unicode ranges.
10114 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
10116         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10117         trivial variants to shorten the list.
10118         (xml-based-modes): New var.
10119         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10120         declaration higher priority than auto-mode-alist.
10122         * find-file.el (cc-other-file-alist): Bring it in line with
10123         cc-mode's auto-mode-alist entries and use \' instead of $.
10125         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10126         and add "Id" and "Name" submenus to it.
10128         * imenu.el (imenu--generic-function): Skip matches in comments.
10130 2004-10-26  Jay Belanger  <belanger@truman.edu>
10132         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10133         (full-calc-keypad, calc-trail-display): Use an extra argument
10134         instead of `interactive-p'.
10136         * calc/calc-misc.el (calc-other-window): Use an extra argument
10137         instead of `interactive-p'.
10139         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10140         `interactive-p'.
10142 2004-10-26  Kim F. Storm  <storm@cua.dk>
10144         * help.el (describe-key): Describe both down-event and up-event
10145         for a mouse click.
10147 2004-10-26  Richard M. Stallman  <rms@gnu.org>
10149         * woman.el (woman): Don't call interactive-p.
10151         * pcomplete.el (pcomplete): Instead of interactive-p,
10152         use an arg set non-nil by the interactive spec.
10154         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10155         use an arg set non-nil by the interactive spec.
10157         * man.el (Man-cleanup-manpage): Instead of interactive-p,
10158         use an arg set non-nil by the interactive spec.
10160 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
10162         * progmodes/flymake.el (flymake-split-string):
10163         Use `flymake-split-string-remove-empty-edges' in any case.
10165 2004-10-26  Masatake YAMATO  <jet@gyve.org>
10167         * progmodes/flymake.el (flymake-err-line-patterns):
10168         Use `compilation-error-regexp-alist-alist' instead of
10169         `compilation-error-regexp-alist'.
10171 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10173         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10174         verbatim face on the \ of \end{verbatim}.
10176 2004-10-25  Jay Belanger  <belanger@truman.edu>
10178         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10179         erasing minibuffer.
10181 2004-10-25  Simon Josefsson  <jas@extundo.com>
10183         * subr.el (read-passwd): Move to net/password.el.
10185         * net/password.el (read-passwd): Add.  Autoload it.
10187 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
10189         * mouse-sel.el (mouse-sel-mode): Specify custom group.
10191         * simple.el (process-file): Fix logic.
10193 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
10195         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10196         (increase-right-margin): Remove erroneous call to `interactive-p'.
10198 2004-10-24  Kim F. Storm  <storm@cua.dk>
10200         * help.el (describe-mode): Fix 2004-10-13 change.
10201         Copy pure "Auto Fill" string so it can be propertized later
10202         without causing a read-only error.
10204 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
10206         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10207         style indexes.
10209 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
10211         * simple.el (process-file): Accept nil for INFILE.  Reported by
10212         Luc Teirlinck.
10214 2004-10-24  Masatake YAMATO  <jet@gyve.org>
10216         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10217         Handle periods and underscores in a function name.
10218         Remove the address fontification.
10220 2004-10-24  Masatake YAMATO  <jet@gyve.org>
10222         * progmodes/asm-mode.el (asm-font-lock-keywords):
10223         Use font-lock-variable-name-face for registers.
10225 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
10227         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10228         kill-all-local-variables.
10229         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10230         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10231         Use kill-all-local-variables and provide mode-hooks.
10232         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10233         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10234         Suggested by Masatake YAMATO <jet@gyve.org>.
10236 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
10238         * simple.el (process-file): New function, similar to call-process
10239         but supports file handlers.
10240         * vc.el (vc-do-command): Use it, instead of call-process.
10241         * net/tramp-vc.el (vc-do-command): Do not advise it if
10242         process-file is fboundp.
10243         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10244         process-file.
10245         (tramp-handle-process-file): New function.
10246         (tramp-file-name-for-operation): Support process-file.
10248 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
10250         * calendar/icalendar.el (icalendar--weekday-array): New constant.
10251         (icalendar-weekdayabbrev-table)
10252         (icalendar-monthnumber-table): Delete.
10253         (icalendar--get-month-number): Use calendar-month-name-array.
10254         (icalendar--get-weekday-number): New function.
10255         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10256         (icalendar-export-region): Handle multi-line entries.
10257         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10259 2004-10-23  John Paul Wallington  <jpw@gnu.org>
10261         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10262         `wildcards' set to t in interactive spec.
10264         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10265         interactive spec rather than use `interactive-p'.
10266         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10267         rather than use function `interactive-p'.
10269 2004-10-22  Kenichi Handa  <handa@m17n.org>
10271         * international/mule.el (translate-region): Implement it in Lisp
10272         as a front end of translate-region-internal.
10274 2004-10-21  Jay Belanger  <belanger@truman.edu>
10276         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10277         Declare these variables with defvar.
10279         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10280         is bound, only check to see if it is bound.
10282 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10284         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10285         Don't output messages.
10287         * calc/calc-help.el (calc-describe-bindings): Fix last change.
10289 2004-10-21  John Paul Wallington  <jpw@gnu.org>
10291         * calc/calc-graph.el (calc-graph-init):
10292         Use `set-process-query-on-exit-flag'.
10294 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
10296         * progmodes/compile.el (compilation-start): Rely on `cd' to get
10297         dir right and also allow argumentless cd.
10299 2004-10-19  Richard M. Stallman  <rms@gnu.org>
10301         * textmodes/flyspell.el (flyspell-mode): Doc fix.
10303         * eshell/em-unix.el (eshell-grep):
10304         Don't bind compilation-process-setup-function.
10306         * comint.el (comint-insert-input): Use @ in `interactive'.
10307         (comint-input-filter-functions): Doc fix.
10308         (comint-kill-whole-line, comint-get-source): Doc fix.
10310         * progmodes/compile.el (compilation-setup):
10311         Don't set buffer-read-only if MINOR is non-nil.
10313 2004-10-19  Jay Belanger  <belanger@truman.edu>
10315         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10316         (calc-emacs-type-gnu19): Remove.
10317         (calc-digit-map, calc-read-key-sequence, calc-read-key):
10318         Remove check for old emacs versions.
10320         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10321         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10322         for current Emacs.
10324         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10325         the end of the minibuffer.
10326         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
10327         copy `esc-map'.
10329         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10331         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10332         call that would be given when the current emacs was used.
10334 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
10336         * calendar/icalendar.el: Set coding to utf-8.
10337         (icalendar-version): Increase to 0.07.
10338         (icalendar-monthnumber-table): Change March pattern.
10339         (icalendar-get-all-event-properties)
10340         (icalendar-set-event-property): Delete.
10341         (icalendar-all-events): No longer interactive.
10342         (icalendar-convert-diary-to-ical)
10343         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10344         their replacements.
10345         (icalendar-export-file, icalendar-export-region): New functions;
10346         essentially old `icalendar-convert-diary-to-ical' but appending to
10347         target rather than overwriting.
10348         (icalendar-import-file): Append to target file rather than
10349         overwriting.  Fourth arg deleted.
10350         (icalendar-import-buffer): New name for old
10351         `icalendar-extract-ical-from-buffer'.
10352         (icalendar--convert-string-for-import): New name for
10353         old `icalendar-convert-for-import'.
10354         (include-icalendar-files): Delete.
10355         Prefix for all internal functions changed from `icalendar-'
10356         to `icalendar--'.
10358 2004-10-19  Richard M. Stallman  <rms@gnu.org>
10360         * paths.el (news-path): Fix previous change.
10362 2004-10-18  Jay Belanger  <belanger@truman.edu>
10364         * calc/calc-help.el (calc-describe-bindings):
10365         Set `buffer-read-only' to nil while working in the keybindings buffer;
10366         remove some extra information from the keybindings buffer.
10368 2004-10-18  David Ponce  <david@dponce.com>
10370         * mouse.el (mouse-drag-move-window-top): New function.
10371         (mouse-drag-mode-line-1): Use it.
10373 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
10375         * info.el (Info-fontify-node): For multiline refs,
10376         arrange to unfontify newline and surrounding whitespace.
10378 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10380         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10381         directory is missing.
10383 2004-10-17  John Paul Wallington  <jpw@gnu.org>
10385         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10386         New customizable variable; whether to display buffers that match
10387         `ibuffer-maybe-show-predicates' by default.
10388         (ibuffer-maybe-show-predicates): Mention it in docstring.
10389         (ibuffer-display-maybe-show-predicates): New variable.
10390         (ibuffer-update): Prefix arg now toggles whether buffers that
10391         match `ibuffer-maybe-show-predicates' should be displayed.
10392         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10393         locally to heed `ibuffer-default-display-maybe-show-predicates'.
10394         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10396 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
10398         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
10399         work correctly.
10401 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
10403         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10404         (Buffer-menu-beginning): New helper function.
10405         (Buffer-menu-execute): Use it.
10406         (Buffer-menu-select): Use it.
10407         (Buffer-menu-sort): Use it and also keep markers.
10409 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10411         * paths.el (news-directory): Rename from news-path.  Old name alias.
10412         (rmail-spool-directory): Use defvar.
10413         (sendmail-program): Use defcustom.
10414         (remote-shell-program): Use defcustom.
10415         (term-file-prefix): Use defvar.
10416         (abbrev-file-name): Use defvar.
10418         * term.el: Add maintainer.
10420         * subr.el (with-local-quit): Return nil if there's a quit.
10421         (read-passwd): Use with-local-quit.  Doc fix.
10423         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10424         (strokes-unload-hook): Set as a variable with add-hook.
10426         * startup.el (fancy-splash-tail, normal-splash-screen):
10427         Update copyright year.
10429         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10431         * server.el (server-unload-hook): Set as a variable with add-hook.
10433         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10435         * frame.el (special-display-popup-frame):
10436         Make the buffer current as its frame is created.
10438         * delsel.el (delsel-unload-hook): Set as a variable.
10440         * comint.el (comint-output-filter-functions):
10441         Add comint-watch-for-password-prompt.
10442         (comint-read-noecho): Function deleted.
10443         (send-invisible): Use read-passwd.
10445         * fringe.el (fringe-mode-initialize): New function.
10446         (fringe-mode): Use fringe-mode-initialize as :initialize.
10448 2004-10-17  Kim F. Storm  <storm@cua.dk>
10450         * language/indian.el (indian-script-language-alist): Swap value and doc.
10451         (indian-font-char-index-table): Doc fix.
10453 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10455         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10457 2004-10-16  Juri Linkov  <juri@jurta.org>
10459         * progmodes/compile.el (compilation-start): Move let-binding of
10460         `process-environment' into `with-current-buffer' body.
10461         Reported by Matt Hodges <MPHodges@member.fsf.org>.
10463 2004-10-16  Richard M. Stallman  <rms@gnu.org>
10465         * pcvs-util.el (cvs-bury-buffer):
10466         Don't call get-buffer-window for effect.
10468         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10470         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10472         * msb.el (msb-unload-hook): Set the variable.
10474         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10475         Use * to err if buffer is readonly.
10477         * subr.el (looking-back): Return only t or nil.
10479         * whitespace.el (whitespace-unload-hook): Set the variable.
10481         * view.el (view-mode-enable): Set view-page-size and
10482         view-half-page-size to nil.
10483         (view-set-half-page-size-default): view-half-page-size = nil
10484         means the default.
10485         (View-scroll-page-forward): Use view-page-size-default.
10486         (View-scroll-page-backward): Likewise.
10487         (view-page-size, view-half-page-size): Doc fixes.
10489         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10491         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10493         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10494         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
10495         (byte-compile-log-1): Bind inhibit-read-only.
10496         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10497         (byte-compile-log-warning): Likewise.
10498         (byte-compile-file-form-require): Detect "cl" from the arg value.
10500         * progmodes/compile.el (compilation-start): Assume compilation-mode
10501         will make the buffer read-only.
10502         (compilation-mode): Take arg name-of-mode.
10503         (compilation-setup): Make buffer read-only.
10504         (compilation-handle-exit): Bind inhibit-read-only.
10506         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10507         (ispell-message): Likewise.
10508         (ispell-show-choices): Don't call get-buffer-window uselessly.
10509         (ispell-init-process): Use set-process-query-on-exit-flag.
10511 2004-10-16  Kim F. Storm  <storm@cua.dk>
10513         * fringe.el (fringe-bitmaps): Only initialize when defined.
10515         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10516         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10518         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10520 2004-10-15  Simon Josefsson  <jas@extundo.com>
10522         * net/password.el: Add.
10524 2004-10-14  Masatake YAMATO  <jet@gyve.org>
10526         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10527         (gdb-script-end-of-defun): New function.
10528         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10529         `gdb-script-end-of-defun' as *-of-defun-function.
10531 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
10533         * button.el (button-activate): Allow a marker to display as an action.
10535         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
10537         * help.el (describe-mode): Use it to make minor mode list into
10538         hyperlinks.
10540 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10542         * vc.el (vc-annotate-display-select): Fix typo.
10544         * subr.el (substitute-key-definition-key): New function.
10545         (substitute-key-definition): Use it with map-keymap.
10546         (event-modifiers): Use push.
10547         (mouse-movement-p, with-temp-buffer): Simplify.
10549 2004-10-12  Jay Belanger  <belanger@truman.edu>
10551         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
10552         New variables.
10553         (calc-help-index-entries): New function.
10554         (calc-describe-function): Use `calc-help-function-list' instead of
10555         obarray for completion.
10556         (calc-describe-variable): Use `calc-help-variable-list' instead
10557         of obarray for completion.
10559 2004-10-12  Richard M. Stallman  <rms@gnu.org>
10561         * info-look.el (info-lookup-file): Add info-file property.
10562         (info-lookup-symbol): Likewise.
10564         * info.el (info-xref): Add underlining.
10565         (info): Add info-file property.
10566         (Info-find-emacs-command-nodes): Specify case-sensitive search.
10568 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
10570         Sync with Tramp 2.0.45.
10572         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
10573         defined.  This is not the case for XEmacs without package "edebug".
10574         (tramp-set-auto-save-file-modes): Set permissions of autosaved
10575         remote files to the permissions of the original file.  This is not
10576         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
10577         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
10578         (tramp-perl-decode): Fix an error in Perl implementation.
10579         $pending must be cleared every loop.  Reported by Benjamin Place
10580         <benjaminplace@sprintmail.com>
10582         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
10583         Don't activate advice during definition.  This is done later on,
10584         depending on test result of `substitute-in-file-name'.
10585         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10587 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10589         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
10591         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
10593 2004-10-12  David Ponce  <david@dponce.com>
10595         * recentf.el (recentf-edit-list): Update the menu when the recentf
10596         list has been modified.
10598 2004-10-12  Simon Josefsson  <jas@extundo.com>
10600         * net/tls.el (tls-certtool-program): New variable.
10601         (tls-certificate-information): New function, based on
10602         ssl-certificate-information.
10604 2004-10-12  Kenichi Handa  <handa@m17n.org>
10606         * international/mule.el (coding-system-equal): Move from mule-util.el.
10608         * international/mule-util.el (coding-system-equal): Move to mule.el.
10610 2004-10-12  Kim F. Storm  <storm@cua.dk>
10612         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
10613         reset kmacro-initial-counter-value if set.
10614         (kmacro-set-counter): Only set kmacro-counter if defining or executing
10615         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
10616         (kmacro-display): Show macro counter if non-zero.
10618         * subr.el (substitute-key-definition): Mention command remapping
10619         in doc string.
10621 2004-10-11  Jay Belanger  <belanger@truman.edu>
10623         * calc/calc-misc.el (calc-info-goto-node): New function.
10624         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
10625         node in one step.
10626         (calc-describe-copying, calc-describe-distribution)
10627         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
10628         Go to appropriate info node in one step.
10630 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10632         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
10634         * font-lock.el (font-lock-apply-highlight): Fix last change.
10636 2004-10-11  Simon Josefsson  <jas@extundo.com>
10638         * mail/smtpmail.el (smtpmail-open-stream): Look for
10639         starttls-gnutls-program instead of starttls-program iff
10640         starttls-use-gnutls is non-nil.
10641         (smtpmail-open-stream): Don't overwrite user settings of
10642         starttls-extra-arguments and starttls-extra-args.
10644 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10646         * comint.el (comint-mouse-insert-input): Remove.
10647         (comint-insert-input): Make it work for mouse bindings.
10648         (comint-mode-map): Move defs into the declaration.
10649         (comint-output-filter): Typo.
10651         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
10653 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
10655         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
10656         (ange-ftp-call-chmod): Reference remote-shell-program instead of
10657         ange-ftp-remote-shell.
10659 2004-10-10  Andreas Schwab  <schwab@suse.de>
10661         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
10662         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
10663         Reported by <sri@asu.edu>.
10665 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
10667         * vc.el (vc-annotate-mode): Remove variable.
10668         (vc-annotate-display-select): Only call vc-annotate-mode
10669         if we're not in that mode already.
10671 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10673         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
10674         (imenu-choose-buffer-index): Check here for rescan instead.
10676         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
10677         where the face expression evals to nil.
10679         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
10680         (tex-font-lock-keywords-2): Use it.
10681         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
10683         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
10685 2004-10-09  Kim F. Storm  <storm@cua.dk>
10687         * subr.el (progress-reporter-update): Define before first usage.
10688         (make-progress-reporter): Doc fix.
10690 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
10692         * textmodes/paragraphs.el (sentence-end-double-space)
10693         (sentence-end-without-period, sentence-end-without-space)
10694         (sentence-end): Doc fixes.
10696 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
10698         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
10699         Change paragraph-start regexp so we don't fill code starting with #'(.
10701 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
10703         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
10704         New defcustom.
10705         (extract-address-components): Use it.
10707 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
10709         * subr.el (make-progress-reporter, progress-reporter-update)
10710         (progress-reporter-force-update, progress-reporter-do-update)
10711         (progress-reporter-done): New functions.
10713         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
10715         * progmodes/etags.el (etags-tags-completion-table): Use progress
10716         reporter.
10717         (etags-tags-apropos): Likewise.
10719 2004-10-08  Alan Mackenzie  <acm@muc.de>
10721         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
10722         of current line.
10724 2004-10-08  Masatake YAMATO  <jet@gyve.org>
10726         * server.el (server-process-filter): Wrap `process-send-region'
10727         by `condition-case' to guard the case when the pipe to PROC is closed.
10729 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
10731         * xml.el (xml-substitute-special): Limit handling of external entities.
10733 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
10735         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
10737 2004-10-06  John Paul Wallington  <jpw@gnu.org>
10739         * xml.el (xml-parse-dtd): Fix `error' call.
10741 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
10743         * xml.el (xml-substitute-special): Return a single string instead
10744         of a list of strings if an entity substitution is made.
10746 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
10748         * calendar/icalendar.el: New file.
10750 2004-10-05  Juri Linkov  <juri@jurta.org>
10752         * isearch.el (isearch-done): Set mark after running hook.
10753         Reported by Drew Adams <drew.adams@oracle.com>.
10755         * info.el (Info-history, Info-toc): Fix Info headers.
10756         (Info-toc): Narrow buffer before Info-fontify-node.
10757         (Info-build-toc): Don't check for special Info file names.
10758         Set main-file to nil if Info-find-file returns a symbol.
10760 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
10762         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
10763         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
10764         * calendar/cal-menu.el (calendar-mode-map): Ditto.
10766 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
10768         * calendar/cal-iso.el (calendar-iso-read-args): New function,
10769         for old interactive spec from calendar-goto-iso-date.
10770         (calendar-goto-iso-date): Use it.
10771         (calendar-goto-iso-week): New function.  Suggested by Emilio
10772         C. Lopes <eclig@gmx.net>.
10774 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
10776         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
10777         `set-right-margin' bindings that follow the minor mode conventions.
10779 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10781         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
10782         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
10783         (latex-block-args-alist): Add minipage and picture.
10784         (latex-block-body-alist): Use reftex-label if enabled.
10785         (latex-insert-block): Don't insert a \n if not necessary.
10786         (tex-compile-commands): Make sure dvips doesn't send to printer.
10787         (tex-compile-default): Handle the case where no executable is found.
10788         (latex-noindent-environments): New var.
10789         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
10790         If tex-indent-allhanging is non-nil, make sure we only align for macros
10791         at beginning of line.
10793 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
10795         * newcomment.el (comment-beginning): Doc fix and don't choke on
10796         unset `comment-end-skip' when at beginning of comment.
10798 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
10800         * term.el (term-adjust-current-row-cache): Don't allow the current
10801         row to become negative.
10802         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
10803         the end of the line.  Fix scroll down.  Add comments.
10804         (term-handle-ansi-escape): Don't exceed terminal width when moving
10805         right.
10806         (term-scroll-region): Move the cursor after setting the scroll region.
10808 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
10810         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
10811         to `width' for consistency with docstring.  Doc fix.
10813 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
10815         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
10816         This is necessary for derived modes.
10818 2004-09-30  Kim F. Storm  <storm@cua.dk>
10820         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
10821         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
10823         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
10824         kmacro-extract-lambda functions.
10825         (edit-kbd-macro): Handle kmacro lambda forms.
10826         Include counter and counter format in edit buffer.
10827         (edmacro-finish-edit): Get counter and format from edit buffer and
10828         update kmacro bindings when found.
10830 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
10832         * textmodes/paragraphs.el (forward-paragraph):
10833         Avoid args-out-of-range error when point winds up at the beginning of
10834         the buffer and hard newlines are enabled.
10836         * newcomment.el (comment-multi-line): Doc fix.
10838 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10840         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
10841         (diff-fixup-modifs): Catch unified-diff file-headers.
10843 2004-09-29  Kim F. Storm  <storm@cua.dk>
10845         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
10846         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
10847         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
10849         * fringe.el (fringe-bitmap-p): New macro.
10850         (fringe-bitmaps): Add standard fringe bitmaps on load.
10852 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10854         * dired.el (dired-view-command-alist): Use more efficient regexps.
10855         Remove dubious arguments.
10856         (dired-align-file): New function.
10857         (dired-insert-directory): Use it.
10858         (dired-move-to-end-of-filename): Make the " -> " search more specific.
10859         (dired-buffers-for-dir): Remove unused var `pattern'.
10861 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
10863         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
10864         from diary display excursion.  Store diary buffer's point for
10865         `simple-diary-display'.
10866         (simple-diary-display): Set window point and start when
10867         displaying buffer, to preserve point.
10869 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
10871         * textmodes/enriched.el (enriched-translations): Replace defconst
10872         with defvar.
10874 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10876         * printing.el: Doc fix.
10877         (pr-version): New version number (6.8.1).
10878         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
10879         make-temp-name.
10880         (pr-delete-file): Check if file exists before deleting it.
10881         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
10883 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10885         * term.el (term-display-table): New variable.
10886         (term-mode): Use it.
10887         (term-exec-1): Set the coding system to binary.
10888         (term-emulate-terminal): Decode the string before inserting it.
10890 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
10892         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
10893         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
10894         (map): Bind S-prior, S-next and S-insert.
10895         (term-mode): Set `indent-tabs-mode' to nil.
10896         (term-paste): New function to be bound to S-insert.
10897         (term-send-del, term-send-backspace): Change the strings sent.
10898         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
10899         (term-handle-colors-array): Fix handling of underline and reverse.
10900         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
10901         (term-erase-in-line): Fix comparison.
10902         (term-emulate-terminal): Fix line wrap handling.
10903         (term-start-output-log): Rename from `term-set-output-log'.
10904         (term-stop-output-log): Rename from `term-stop-photo'.
10905         (term-switch-to-alternate-sub-buffer): Comment out, unused.
10907 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10909         * dired.el (dired-move-to-filename): Don't output a message if
10910         raise-error is non-nil.  Fix return position and value.
10912         * files.el (insert-directory): Obey --dired even with symlinks.
10914 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
10916         * ls-lisp.el (ls-lisp-format): Mark file names with property
10917         dired-filename.
10919 2004-09-25  Kim F. Storm  <storm@cua.dk>
10921         * ido.el (ido-max-directory-size): New defcustom.
10922         (ido-decorations): Add "too big" element.
10923         (ido-directory-too-big): New dynamic var.
10924         (ido-may-cache-directory): Don't cache big directories.
10925         (ido-directory-too-big-p): New defun.
10926         (ido-set-current-directory): Update ido-directory-too-big.
10927         (ido-read-internal): Make empty ido-cur-item if too-big.
10928         (ido-buffer-internal): Use ido-read-internal directly instead of
10929         ido-read-buffer.
10930         (ido-file-internal): Init ido-directory-too-big.
10931         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
10932         and redo completion with full list.
10933         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
10934         it, and show completions.
10935         (ido-all-completions): Let bind ido-directory-too-big to nil.
10936         (ido-exhibit): Handle ido-directory-too-big.
10937         (ido-read-buffer): Handle fallback to read-buffer.
10938         Init ido-directory-too-big.
10939         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
10940         Init ido-directory-too-big.
10942 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
10944         * subr.el (delay-mode-hooks): Doc fix.
10946 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
10948         * textmodes/enriched.el
10949         (enriched-default-text-properties-local-flag): New variable.
10950         (enriched-mode): Make sure that enabling and disabling the mode is
10951         a no-op.  Doc fix.
10953 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
10955         * calendar/holidays.el (holiday-advent): Report on a specified day
10956         offset from advent, not just advent.
10957         (holiday-easter-etc): Report on one specified day offset from
10958         easter, not all easter holidays.  Various Easter holidays moved to
10959         `christian-holidays' variable in calendar.el.
10960         * calendar/calendar.el (christian-holidays): Adapt for new
10961         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
10963 2004-09-23  Kim F. Storm  <storm@cua.dk>
10965         * image.el (insert-sliced-image): Add doc string.
10967         * ido.el (ido-choice-list): New dynamic var for `list' context.
10968         (ido-context-switch-command): New dynamic var.
10969         (ido-define-mode-map): Generalize switch between file/buffer contexts.
10970         (ido-read-internal): Handle new `list' context.
10971         Handle insert-buffer and insert-file ido-exit values.
10972         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
10973         ido-context-switch-command.  Handle insert-file ido-exit value.
10974         (ido-read-buffer): Set ido-context-switch-command to 'ignore
10975         unless it is already bound by caller.
10976         (ido-file-internal): New arg switch-cmd.  Use it to setup
10977         ido-context-switch-command.  Handle insert-buffer ido-exit value.
10978         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
10979         used for context switching.
10980         (ido-all-completions): Handle new `list' context.
10981         (ido-make-choice-list): Return choices for `list' context.
10982         (ido-find-file-in-dir, ido-display-file, ido-write-file)
10983         (ido-display-buffer, ido-kill-buffer): Disable context switching.
10984         (ido-insert-buffer, ido-insert-file): Setup context switching.
10985         (ido-exhibit): Handle `list' context.
10986         (ido-read-file-name): Disable context switching.  Handle fallback.
10987         (ido-read-directory-name): Disable context switching.
10988         (ido-completing-read): New defun like completing-read.  Setup and
10989         use new `list' context.
10991 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
10993         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
10995 2004-09-21  Jay Belanger  <belanger@truman.edu>
10997         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
10998         `calc-graph-set-styles' so the gnuplot buffer will appear in a
10999         separate window.
11001 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
11003         * subr.el (after-change-major-mode-hook): Doc fix.
11005 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11007         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
11008         of ghostscript for monochrome PostScript file in Windows.
11010 2004-09-21  Kenichi Handa  <handa@m17n.org>
11012         * descr-text.el (describe-char): Checking of quail activation fixed.
11014 2004-09-21  Jay Belanger  <belanger@truman.edu>
11016         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11018 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
11020         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11021         after the mode hooks instead of before.  Doc fix.
11023 2004-09-20  Jason Rumney  <jasonr@gnu.org>
11025         * startup.el (command-line) [windows-nt]: Try .emacs first, then
11026         _emacs, but revert to .emacs if neither exists in home directory.
11028 2004-09-20  John Paul Wallington  <jpw@gnu.org>
11030         * bindings.el (completion-ignored-extensions): Add .dfsl.
11032 2004-09-20  Richard M. Stallman  <rms@gnu.org>
11034         * bindings.el (scroll-left): Make it disabled.
11036         * files.el (enable-local-eval): Doc fix.
11038         * indent.el (move-to-left-margin): Special case for minibuffer.
11040         * term.el (term-emulate-terminal): Turn off undo for output.
11041         Use with-current-buffer and save-selected-window.
11043         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11045         * progmodes/make-mode.el (makefile-fill-paragraph):
11046         Don't insist on spaces when looking for comments.  # is enough.
11048         * files.el (hack-local-variables): Copy the variables list
11049         to another buffer, strip prefixes and suffixes there, then read.
11050         (enable-local-eval): Doc fix.
11051         (ignored-local-variables): Initialize to nil.
11052         (risky-local-variable-p): Don't check ignored-local-variables here.
11053         (hack-one-local-variable): Ignore var if in ignored-local-variables.
11055 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
11057         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11058         of = to "." (punctuation).
11060 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11062         * subr.el (event-basic-type): Fix mask (extend to 22bits).
11064 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
11066         * textmodes/enriched.el (enriched-rerun-flag): New variable.
11067         (enriched-before-change-major-mode): New function.
11068         Add it to `change-major-mode-hook'.
11069         (enriched-after-change-major-mode): New function.
11070         Add it to `after-change-major-mode-hook'.
11071         (enriched-mode): Make it work correctly if called from
11072         `after-change-major-mode-hook'.
11073         No longer set `indent-line-function'.
11075         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11077         * subr.el (after-change-major-mode-hook): New variable.
11078         (run-mode-hooks): Implement it.
11080 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
11082         * battery.el (battery-linux-proc-apm): Use string-to-number.
11083         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11084         Use dolist (and less indentation).  Use erase-buffer.
11085         Pre-initialize `design-capacity', `warn', and `low'.
11086         (battery-format): Use replace-regexp-in-string.
11088 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
11090         * battery.el: Delete superfluous empty lines.
11091         (battery-linux-proc-acpi): Attempt to gather information from all
11092         battery subdirectories regardless of their file name.
11093         (battery-linux-proc-apm): Replace all occurrences of
11094         battery-hex-to-int-2 with string-to-int (base 16).
11095         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11096         (battery-hex-map): Delete variable.
11098 2004-09-18  John Paul Wallington  <jpw@gnu.org>
11100         * calc/calc-units.el (calc-quick-units): Fix overzealous
11101         s/or/unless/.
11103 2004-09-17  Jay Belanger  <belanger@truman.edu>
11105         * calc/calc.el (calc-mode-var-list): Fix the value of
11106         `calc-matrix-brackets'.
11108 2004-09-17  Romain Francoise  <romain@orebokech.com>
11110         * ibuf-ext.el (define-ibuffer-filter filename):
11111         Expand dired-directory since buffer-file-name is absolute.
11113 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
11115         * ediff-init.el (ediff-current-diff-face-A)
11116         (ediff-current-diff-face-B, ediff-current-diff-face-C)
11117         (ediff-current-diff-face-Ancestor)
11118         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11119         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11120         (ediff-even-diff-face-A, ediff-even-diff-face-B)
11121         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11122         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11123         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11124         Use min-colors.
11126         * term.el (term-down): Perform vertical motion if DOWN is negative.
11127         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11128         (term-termcap-format): Synchronyze with the eterm terminfo entry
11129         in etc/e/eterm.ti.
11130         (term-handle-colors-array): If the current foreground or
11131         background are zero (i.e. unspecified), use the foreground and
11132         background of the default face for reverse video.
11133         (term-ansi-at-eval-string, term-ansi-default-fg)
11134         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11135         (term-mem): Delete ununsed function.
11136         (term-protocol-version): Increment.
11137         (term-current-face): Set to default.
11139 2004-09-15  Jay Belanger  <belanger@truman.edu>
11141         * calc/calc.el (calc-mode-var-list): Define this variable.
11142         (calc-always-load-extensions, calc-line-numbering)
11143         (calc-line-breaking, calc-display-just, calc-display-origin)
11144         (calc-number-radix, calc-leading-zeros, calc-group-digits)
11145         (calc-group-char, calc-point-char, calc-frac-format)
11146         (calc-prefer-frac, calc-hms-format, calc-date-format)
11147         (calc-float-format, calc-full-float-format, calc-complex-format)
11148         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11149         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11150         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11151         (calc-matrix-brackets, calc-language, calc-language-option)
11152         (calc-left-label, calc-right-label, calc-word-size)
11153         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11154         (calc-display-raw, calc-internal-prec, calc-angle-mode)
11155         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11156         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11157         (calc-window-height, calc-display-trail, calc-show-selections)
11158         (calc-use-selections, calc-assoc-selections)
11159         (calc-display-working-message, calc-auto-why, calc-timing)
11160         (calc-mode-save-mode, calc-standard-date-formats)
11161         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11162         (calc-user-parse-tables, calc-gnuplot-default-device)
11163         (calc-gnuplot-default-output, calc-gnuplot-print-device)
11164         (calc-gnuplot-print-output, calc-gnuplot-geometry)
11165         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11166         (calc-invocation-macro, calc-show-banner): Give these values as
11167         part of `calc-mode-var-list's initialization after the variables
11168         are declared with defvar.
11169         (calc-bug-address): Change email address to send bug reports to.
11170         Change the maintainer address at the top.
11171         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11172         than "\\.emacs" to determine if it is the user-init-file.
11174         * calc/calc-embed.el (calc-embedded-set-modes): Use
11175         `calc-mode-var-list' correctly.
11177 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
11179         * vc.el (annotate-time): Document point handling.
11180         (vc-annotate-display-autoscale): Doc fix.
11182 2004-09-15  Miles Bader  <miles@gnu.org>
11184         * generic.el (generic-make-keywords-list): Use symbol rather than
11185         word anchors in regexp.
11187 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
11189         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11190         no file name consider `dired-directory'.
11192 2004-09-14  Kim F. Storm  <storm@cua.dk>
11194         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
11196 2004-09-14  Simon Josefsson  <jas@extundo.com>
11198         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11200         * textmodes/dns-mode.el: Add.
11202 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11204         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11205         (disabled-command-function): Make the ?\  char more obvious.
11207         * vc-arch.el (vc-arch-root, vc-arch-registered):
11208         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11210 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
11212         * windmove.el (windmove-frame-edges): Report coordinates of
11213         outside edges of frame, not inside edges.
11214         (windmove-coordinates-of-position): Convert into wrapper to new
11215         function `windmove-coordinates-of-window-position';
11216         `compute-motion' always applies to selected window.
11217         (windmove-coordinates-of-position): Update documentation to refer
11218         to Emacs 21 Lisp Reference Manual.
11219         (windmove-find-other-window): Fix off-by-one errors for max x,y.
11221 2004-09-13  Kim F. Storm  <storm@cua.dk>
11223         * isearch.el (isearch-resume-in-command-history): Rename from
11224         isearch-resume-enabled and change default to nil.
11226 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11228         * vc-hooks.el (vc-ignore-dir-regexp): New var.
11229         (vc-registered): Use it.
11230         (vc-find-root): New fun.
11232         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11233         Don't tell to use \\{...} when it's already done.
11235         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11236         Provide a sample complex default.
11237         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11238         (bibtex-entry): Use mapc.
11240 2004-09-12  Kim F. Storm  <storm@cua.dk>
11242         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11244         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11245         inhibit-field-text-motion to t so rectangles work in comint buffers.
11247         * simple.el (choose-completion-string): Set buffer before running
11248         choose-completion-string-functions hook so it can be buffer-local.
11250 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
11252         * progmodes/compile.el (compilation-start): Parse command to see
11253         if it starts with a cd, and if so perform it for the *compilation*
11254         buffer.  Change the header to reflect this.
11256 2004-09-11  Kim F. Storm  <storm@cua.dk>
11258         * ido.el (ido-enable-dot-prefix): Doc fix.
11259         (ido-enable-dot-prefix): New defcustom.
11260         (ido-set-matches1): Use it.
11262 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11264         * textmodes/bibtex.el (bibtex-mark-active)
11265         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11267 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11269         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11270         used in a case insensitive environment.
11271         (bibtex-mode-map): Rearrange order of menus.
11272         (bibtex-quoted-string-re): Obsolete.
11273         (bibtex-complete-key-cleanup): Variable replaced by new function.
11274         (bibtex-font-lock-keywords): Use backquotes.
11275         (bibtex-font-lock-url-regexp): New internal variable.
11276         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11277         "OPT" and "ALT".
11278         (bibtex-insert-current-kill, bibtex-make-field)
11279         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11280         (bibtex-parse-field-text): Simplify.
11281         (bibtex-string=): New helper function.
11282         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11283         (bibtex-map-entries): Use bibtex-string=.
11284         (bibtex-search-entry): Use not.
11285         (bibtex-enclosing-field): Fix docstring.
11286         (bibtex-assoc-regexp): Obsolete.
11287         (bibtex-format-entry): Use assoc-string and bibtex-string=.
11288         (bibtex-autokey-get-names): Handle empty name field.
11289         (bibtex-parse-strings): Use assoc-string and unless.
11290         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11291         Use assoc-string.
11292         (bibtex-pop): Simplify.
11293         (bibtex-mode): Set font-lock-extra-managed-props.
11294         (bibtex-entry-update): Use assoc-string.
11295         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11296         (bibtex-autofill-entry): Use bibtex-string=.
11297         (bibtex-print-help-message): Simplify.
11298         (bibtex-find-entry): New optional arg START.
11299         (bibtex-validate): Use bibtex-string= and assoc-string.
11300         Do not call obsolete function compilation-parse-errors.
11301         (bibtex-remove-delimiters): Only remove delimiters if present.
11302         (bibtex-copy-entry-as-kill): Add docstring.
11303         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
11304         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11305         (bibtex-complete): Use bibtex-predefined-month-strings,
11306         bibtex-string=, and new function bibtex-complete-key-cleanup.
11307         (bibtex-generate-url-list): New variable.
11308         (bibtex-url): New command bound to C-c C-l and mouse-2.
11309         (bibtex-url-map): New local keymap for bibtex-url-mouse.
11310         (bibtex-font-lock-url): New function.
11312 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11314         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11316 2004-09-09  Kim F. Storm  <storm@cua.dk>
11318         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11319         counter and format with binding.
11320         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
11321         the declared macro uses own macro counter and format.  Give symbol
11322         kmacro property.
11323         (kmacro-keymap): Bind kmacro-name-last-macro to n.
11324         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11325         (kmacro-end-and-call-macro): Doc fix.
11327 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
11329         * desktop.el (desktop-clear-preserve-buffers):
11330         Remove make-obsolete-variable.
11332 2004-09-08  Richard M. Stallman  <rms@gnu.org>
11334         * buff-menu.el (list-buffers-noselect): Call format-mode-line
11335         with the buffer as argument.
11337 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11339         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11341 2004-09-08  Juri Linkov  <juri@jurta.org>
11343         * replace.el (perform-replace): Use `query-replace-descr'.
11345         * cus-start.el (history-delete-duplicates): Specify customization.
11347         * diff-mode.el (diff-mode-map):
11348         * progmodes/compile.el (compilation-mode-map):
11349         * progmodes/grep.el (grep-mode-map):
11350         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11351         to `next-error-follow-minor-mode'.
11353 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11355         * isearch.el (isearch-lazy-highlight-update): Take into account
11356         the case of zero-length match at the search bound.
11358 2004-09-08  Kim F. Storm  <storm@cua.dk>
11360         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11361         change.  Use zero width overlays when necessary.
11363 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11365         * subr.el (split-string): Docfix.
11367 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11369         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11370         (display-call-tree): Ensure newline after caller/calls blocks.
11372 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11374         * startup.el (command-line-1): Make option
11375         --directory/-L modify `load-path' straight away.
11377 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11379         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11381 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11383         * emacs-lisp/autoload.el (make-autoload):
11384         Handle `define-compilation-mode'.
11386         * emacs-lisp/lisp-mode.el (define-compilation-mode):
11387         Specify `doc-string-elt' property.
11389 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11391         * bs.el (bs-mode): Doc fix.
11393 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11395         * info.el (Info-insert-dir): Fix temp buffer leak bug.
11397 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11399         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11401 2004-09-08  Kenichi Handa  <handa@m17n.org>
11403         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11404         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11405         ps-mule-next-point -> 1+).
11407         * composite.el (encode-composition-rule): Add autoload cooky.
11409 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
11411         * format.el (buffer-auto-save-file-format): Make it permanent local.
11413 2004-09-07  Kim F. Storm  <storm@cua.dk>
11415         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11416         (authors-fixed-entries): Fix typo.
11417         (authors-canonical-author-name): Compact multiple spaces.
11418         Ignore trivial names (e.g. only first name).
11420         * term.el (term-window-width): Only use full window width on
11421         window system if overflow-newline-into-fringe is enabled.
11422         (term-mode): Don't disable overflow-newline-into-fringe.
11424 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11426         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11427         motion as seen on my Mac OS X xterms.
11429         * newcomment.el (uncomment-region-default, comment-region-default):
11430         New functions extracted from uncomment-region and comment-region.
11431         (comment-region, comment-region-function, uncomment-region)
11432         (uncomment-region-function): Use them.
11434         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11436         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11437         It's not crucial but can make sense at times.
11439         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11440         the first commit.
11442         * vc.el (vc-buffer-context, vc-restore-buffer-context):
11443         Disable obsolete code.
11445 2004-09-07  Juri Linkov  <juri@jurta.org>
11447         * progmodes/grep.el (grep-highlight-matches): Change default from
11448         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
11449         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11450         if grep option `--color' is available, or to `nil' otherwise.
11451         (grep-process-setup): Call `grep-compute-defaults' if
11452         `grep-highlight-matches' is not computed.  Set env-vars only
11453         if `grep-highlight-matches' is `t'.
11454         (grep-use-null-device): Remove redundant type `boolean' (`choice'
11455         is already defined).
11457         * progmodes/compile.el (compilation-start): Use copy of
11458         `process-environment' created by `copy-sequence' to not
11459         modify env-vars in the global `process-environment'.
11461 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
11463         * simple.el (next-error-follow-minor-mode): Fix last change.
11465 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
11467         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11468         permanent local.
11470 2004-09-04  Richard M. Stallman  <rms@gnu.org>
11472         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11473         highlighting if the search string is empty.
11475 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
11477         * facemenu.el (facemenu-active-faces): Change condition of inner
11478         `while' loop to also check the first two elements of `face-atts'
11479         and `mask-atts'.
11481 2004-09-04  John Paul Wallington  <jpw@gnu.org>
11483         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11484         (thumbs-view-image-mode): Make buffer read-only.
11486 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
11488         * textmodes/ispell.el (ispell-really-aspell): New defvar.
11489         (ispell-check-version): Set it.
11490         (ispell-send-replacement): New function.
11491         (ispell-process-line): Call ispell-send-replacement.
11493 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
11495         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11496         Support choosing seconds with "s".
11498 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
11500         * terminal.el (te-escape): Show `?' in prompt for help key.
11502 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
11504         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11506 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
11508         * simple.el (next-error-follow-minor-mode)
11509         (next-error-follow-mode-post-command-hook): New functions.
11510         (next-error-follow-last-line): New defvar.
11512         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11513         * progmodes/compile.el (compilation-mode-map): Likewise.
11514         * progmodes/grep.el (grep-mode-map): Likewise.
11515         * replace.el (occur-mode-map): Likewise.
11517         * newcomment.el (uncomment-region): Bind comment-use-global-state
11518         to nil.
11520 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
11522         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11523         locally around the call to `revert-buffer'.
11525 2004-09-03  Juri Linkov  <juri@jurta.org>
11527         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11528         `isearch-adjusted' to `t'.
11529         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11530         (isearch-message-prefix): Add "pending" for isearch-adjusted.
11531         (isearch-other-meta-char): Restore isearch-point unconditionally.
11532         (isearch-query-replace): Add new arg `regexp-flag' and use it.
11533         Set point to start of match if region is not active in transient
11534         mark mode (to include the current match to region boundaries).
11535         Push the search string to `query-replace-from-history-variable'.
11536         Add prompt "Query replace regexp" for isearch-regexp.
11537         Add region beginning/end as last arguments of `perform-replace.'
11538         (isearch-query-replace-regexp): Replace code by the call to
11539         `isearch-query-replace' with arg `t'.
11541 2004-09-03  Richard M. Stallman  <rms@gnu.org>
11543         * startup.el (normal-top-level): Undo previous TERM change.
11545 2004-09-03  Kim F. Storm  <storm@cua.dk>
11547         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11548         highlight overlays; allow using RET when cursor is over a button.
11549         (cua--highlight-rectangle): Use it.
11550         (cua--rectangle-set-corners): Don't move backwards at eol.
11551         (cua--forward-line): Don't move into void after eob.
11553         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11554         point is set (and displayed) inside rectangle.
11555         (cua--rectangle-operation): Fix for highlight of empty lines.
11556         (cua--highlight-rectangle): Fix highlight for tabs.
11557         Position cursor at left/right edge of rectangle using new `cursor'
11558         property on overlay strings.
11559         (cua--indent-rectangle): Don't tabify.
11560         (cua-rotate-rectangle): Ignore that point has moved.
11562 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11564         * term/mac-win.el: Add ASCII equivalents for some function keys.
11565         (mode-line-frame-identification): Sync with x-win.el.
11567 2004-09-02  Juri Linkov  <juri@jurta.org>
11569         * progmodes/compile.el (compilation-buffer-name): Compare major
11570         mode with second element of compilation-arguments instead of third
11571         to reflect latest changes in compilation-arguments structure.
11572         (recompile): Use global variable `compilation-directory' to get
11573         recent compilation directory only when `recompile' is invoked NOT
11574         in the compilation buffer.  Otherwise, use `default-directory' of
11575         the compilation buffer.
11576         (compilation-error-properties): Allow to funcall col and end-col.
11577         (compilation-mode-font-lock-keywords): Check col and end-col by
11578         `integerp'.
11579         (compilation-goto-locus): If end-mk is non-nil in transient mark
11580         mode don't activate the mark (and don't display message in
11581         push-mark), but highlight overlay between mk and end-mk.
11583         * progmodes/grep.el (grep-highlight-matches): New defcustom.
11584         (grep-regexp-alist): Add rule to highlight grep matches.
11585         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
11587         * info.el (Info-fontify-node): Don't compute other-tag
11588         if Info-hide-note-references=hide.
11590         * help.el (function-called-at-point):
11591         * help-fns.el (variable-at-point):
11592         Try `find-tag-default' when other methods failed.
11594         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11595         Do not push mark if inhibit-mark-movement is non-nil.
11597         * textmodes/ispell.el (ispell-html-skip-alists):
11598         Fix backslashes in docstring.
11600 2004-09-01  Juri Linkov  <juri@jurta.org>
11602         * isearch.el (isearch-wrap-function)
11603         (isearch-push-state-function): New defvars.
11604         (isearch-pop-fun-state): New defsubst.
11605         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
11606         (isearch-push-state): Set the result of calling
11607         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
11608         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
11609         restore the mode-specific starting point of terminated search.
11610         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
11611         (isearch-repeat): Call `isearch-wrap-function' if defined.
11612         (isearch-message-prefix): Don't add prefix "over" to the message
11613         for wrapped search if `isearch-wrap-function' is defined.
11614         (isearch-search): Call function saved in `isearch-pop-fun-state' to
11615         restore the mode-specific starting point of failed search.
11617         * info.el (Info-search-whitespace-regexp): Fix backslashes.
11618         (Info-search): Add new optional arguments for the sake of isearch.
11619         Replace whitespace in Info-search-whitespace-regexp literally.
11620         Add backward search.  Don't call `Info-select-node' if regexp is
11621         found in the same Info node.  Don't add node to Info-history for
11622         wrapped isearch.
11623         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
11624         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
11625         (Info-mode): Set local variables `isearch-search-fun-function',
11626         `isearch-wrap-function', `isearch-push-state-function',
11627         `search-whitespace-regexp'.
11629         * isearch.el: Remove ancient Change Log section.
11630         (isearch-string, isearch-message-string, isearch-point)
11631         (isearch-success, isearch-forward-flag, isearch-other-end)
11632         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11633         (isearch-barrier, isearch-within-brackets)
11634         (isearch-case-fold-search): Add suffix `-state' to state-related
11635         defsubsts to avoid name clashes with other function names.
11637         * simple.el (next-error): New defgroup and defface.
11638         (next-error-highlight, next-error-highlight-no-select):
11639         New defcustoms.
11640         (next-error-no-select): Let-bind next-error-highlight to the value
11641         of next-error-highlight-no-select before calling `next-error'.
11643         * progmodes/compile.el (compilation-goto-locus):
11644         Use `next-error' face instead of `region'.  Set 4-th argument of
11645         `move-overlay' to `current-buffer' to move overlay to different
11646         source buffers.  Use new variable `next-error-highlight'.
11648         * simple.el (next-error-find-buffer): Move the rule
11649         "if current buffer is a next-error capable buffer" after the
11650         rule "if next-error-last-buffer is set to a live buffer".
11651         Simplify to test all rules in one `or'.
11652         (next-error): Doc fix.
11653         (next-error, previous-error, first-error)
11654         (next-error-no-select, previous-error-no-select):
11655         Make arguments optional.
11657 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
11659         * macros.el (apply-macro-to-region-lines): Make it operate on all
11660         lines that begin in the region, rather than on all complete lines
11661         in the region.
11663 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11665         * x-dnd.el (x-dnd-protocol-alist): Document update.
11666         (x-dnd-known-types): Defcustom it.
11667         (x-dnd-handle-motif): Print message-atom in error message.
11669 2004-08-30  John Paul Wallington  <jpw@gnu.org>
11671         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
11672         strings rather than programatically constructing message.
11674 2004-08-30  Richard M. Stallman  <rms@gnu.org>
11676         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
11677         Don't return a string that would read as the wrong character code.
11679 2004-08-29  Kim F. Storm  <storm@cua.dk>
11681         * emulation/cua-base.el (cua-auto-expand-rectangles):
11682         Remove automatic rectangle padding feature; replace by non-destructive
11683         virtual rectangle edges feature.
11684         (cua-virtual-rectangle-edges): New defcustom.
11685         (cua-auto-tabify-rectangles): New defcustom.
11686         (cua-paste): If paste into a marked rectangle, insert rectangle at
11687         current column, even if virtual; also paste exactly as many lines
11688         as has been marked (ignore additional lines or add empty lines),
11689         but paste whole source if only one line is marked.
11690         (cua--update-indications): No longer use overwrite-cursor to
11691         indicate rectangle padding
11693         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
11694         (cua--rectangle-virtual-edges): New defun.
11695         (cua--rectangle-get-corners): Remove optional PAD arg.
11696         (cua--rectangle-set-corners): Never do padding.
11697         (cua--forward-line): Remove optional PAD arg.  Simplify.
11698         (cua-resize-rectangle-right, cua-resize-rectangle-left)
11699         (cua-resize-rectangle-down, cua-resize-rectangle-up):
11700         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
11701         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
11702         (cua--rectangle-move): Never do padding.  Simplify.
11703         (cua--tabify-start): New defun.
11704         (cua--rectangle-operation): Add tabify arg.  All callers changed.
11705         (cua--pad-rectangle): Remove.
11706         (cua--delete-rectangle): Handle delete with virtual edges.
11707         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
11708         (cua--insert-rectangle): Handle insert at virtual column.
11709         Perform auto-tabify if necessary.
11710         (cua--activate-rectangle): Remove optional FORCE arg.
11711         Never do padding.  Simplify.
11712         (cua--highlight-rectangle): Enhance for virtual edges.
11713         (cua-toggle-rectangle-padding): Remove command.
11714         (cua-toggle-rectangle-virtual-edges): New command.
11715         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
11716         (cua--rectangle-post-command): Don't force rectangle padding.
11717         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
11719 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
11721         * indent.el (edit-tab-stops-buffer): Doc fix.
11723 2004-08-28  Richard M. Stallman  <rms@gnu.org>
11725         * progmodes/grep.el (grep-default-command): Use find-tag-default.
11726         (grep-tag-default): Function deleted.
11728         * subr.el (find-tag-default): Move from etags.el.
11730         * progmodes/etags.el (find-tag-default): Move to subr.el.
11732         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
11733         into the basic character if it has an uppercase form.
11735 2004-08-27  Kenichi Handa  <handa@m17n.org>
11737         * international/utf-8.el (utf-8-post-read-conversion): If the
11738         buffer is unibyte, temporarily make it multibyte.
11740 2004-08-27  Masatake YAMATO  <jet@gyve.org>
11742         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
11744 2004-08-25  John Paul Wallington  <jpw@gnu.org>
11746         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
11747         0, 1, and many mismatches in message.
11748         (tex-start-shell): Use `set-process-query-on-exit-flag'.
11750         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
11751         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
11753 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11755         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
11756         vc-diff-switches differently.
11758 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
11760         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
11761         before and a real defvar after
11762         `speedbar-supported-extension-expressions'.  This is to silence
11763         the compiler without breaking bootstrapping.
11765 2004-08-22  Richard M. Stallman  <rms@gnu.org>
11767         * textmodes/flyspell.el (flyspell-word):
11768         Use set-process-query-on-exit-flag.
11769         (flyspell-highlight-duplicate-region): Take POSS as arg.
11770         (flyspell-word): Pass POSS as arg.
11772         * progmodes/ada-xref.el: Many doc and style fixes.
11773         (ada-find-any-references): Use compilation-start.
11774         (ada-get-ali-file-name): Improve error msg.
11775         (ada-get-ada-file-name): Likewise.
11777         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
11778         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
11780         * mail/mail-extr.el (mail-extr-all-top-level-domains):
11781         Add forward defvar.
11783         * whitespace.el (global-whitespace-mode): New alias
11784         for whitespace-global-mode.
11786         * speedbar.el (speedbar-file-regexp): Move definition up.
11787         (speedbar-mode, speedbar-set-mode-line-format):
11788         Use with-no-warnings.
11789         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
11791         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
11792         controls whether to display the error buffer.
11794         * ps-mule.el: Delete compatibility code for old Emacses.
11795         (ps-mule-find-wrappoint): Don't use chars-in-region.
11797         * frame.el (display-mouse-p, display-selections-p):
11798         Use with-no-warnings.
11800         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
11802 2004-08-22  David Kastrup  <dak@gnu.org>
11804         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
11805         information.
11807         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
11809 2004-08-22  Andreas Schwab  <schwab@suse.de>
11811         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
11813 2004-08-22  Masatake YAMATO  <jet@gyve.org>
11815         * cvs-status.el (cvs-status-checkout): New function.
11816         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
11818 2004-08-21  David Kastrup  <dak@gnu.org>
11820         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
11821         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
11822         has been converted to use hashtables, the relation `nil=none' is
11823         no longer valid, as `nil' is not a hashtable.  This patch tries to
11824         reduce the number of resulting errors.
11826 2004-08-21  John Paul Wallington  <jpw@gnu.org>
11828         * subr.el (process-kill-without-query): Made obsolete in
11829         version 21.4, not 21.5.
11831         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
11832         (vc-previous-comment, vc-next-comment)
11833         (vc-comment-search-reverse, vc-comment-search-forward)
11834         (vc-comment-to-change-log): Likewise.
11836         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
11838 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
11840         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
11841         Correct indentation of DEFMETHODS with non-standard method
11842         combinations (e.g., PROGN, MIN, MAX).
11844 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11846         * startup.el (normal-top-level-add-subdirs-to-load-path):
11847         Avoid unnecessarily checking system-type.
11848         (normal-top-level): Set TERM to "dumb".  Simplify.
11850         * avoid.el (mouse-avoidance-ignore-p): New fun.
11851         Also ignore switch-frame, select-window, double, and triple clicks.
11852         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
11853         (mouse-avoidance-fancy-hook): Use it.
11855 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
11857         * avoid.el (mouse-avoidance-nudge-mouse)
11858         (mouse-avoidance-banish-destination): Stay within the current window
11859         to avoid problems with mouse-autoselect-window.
11861 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11863         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
11864         the newer format of some messages in cvs-1.12.1.
11866 2004-08-19  Masatake YAMATO  <jet@gyve.org>
11868         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
11869         (elp-results-jump-to-definition-by-mouse)
11870         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
11871         (elp-output-result): Use elp-output-insert-symname.
11873 2004-08-18  Kenichi Handa  <handa@m17n.org>
11875         * language/cyrillic.el: Register koi8-r in
11876         ctext-non-standard-encodings-alist.
11877         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
11879 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
11881         * emacs-lisp/copyright.el (copyright-update-year): Delete code
11882         that replaces 20xy with xy.
11884 2004-08-17  John Paul Wallington  <jpw@gnu.org>
11886         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
11887         (reb-force-update): Doc fix.
11889 2004-08-16  Richard M. Stallman  <rms@gnu.org>
11891         * progmodes/which-func.el (which-func-update-1): Doc fix.
11893         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
11894         (sh-mode-abbrev-table): New variable.
11896         * progmodes/compile.el (compilation-mode): Doc fix.
11898         * emacs-lisp/lisp-mode.el (eval-last-sexp):
11899         Don't cons a new symbol each time.
11900         (eval-last-sexp-fake-value): New variable.
11902         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
11903         (copyright-update-year): Detect continuation of list of years.
11905         * term.el (term-default-fg-color, term-default-bg-color)
11906         (ansi-term-color-vector): Use `unspecified', not nil, as default.
11908         * imenu.el: Several doc fixes: don't say variables are buffer-local.
11910 2004-08-16  Davis Herring  <herring@lanl.gov>
11912         * isearch.el (isearch-string, isearch-message-string, isearch-point)
11913         (isearch-success, isearch-forward-flag, isearch-other-end)
11914         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11915         (isearch-barrier, isearch-within-brackets)
11916         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
11918 2004-08-16  Kenichi Handa  <handa@m17n.org>
11920         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
11922 2004-08-15  Kenichi Handa  <handa@m17n.org>
11924         * term/x-win.el (x-selection-value): If utf8 was successful but
11925         ctext was not, use utf8 string.
11927 2004-08-14  Davis Herring  <herring@lanl.gov>
11929         * isearch.el: Remove accidental changes of March 4.  Fix backing
11930         up when a regexp isearch is made more general.  Use symbolic
11931         accessor functions for isearch stack frames to make usage clearer.
11932         (search-whitespace-regexp): Made groups in documentation shy (as
11933         is the group in the default value).
11934         (isearch-fallback): New function, addresses problems with regexps
11935         liberalized by `\|', adds support for liberalization by `\}' (the
11936         general repetition construct), and incorporates behavior for
11937         `*'/`?'.
11938         (isearch-}-char): New command, calls `isearch-fallback' with
11939         arguments appropriate to a typed `}'.
11940         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
11941         appropriately.
11942         (isearch-mode-map): Bind `}' to `isearch-}-char'.
11943         (isearch-string, isearch-message,string, isearch-point)
11944         (isearch-success, isearch-forward-flag, isearch-other-end)
11945         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11946         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
11947         New inline functions to read fields of a stack frame.
11949 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
11951         * battery.el (battery-linux-proc-acpi): Look into battery
11952         directories matching the literal string "CMB", too (required for
11953         Linux kernel version 2.6.7).
11955 2004-08-14  John Paul Wallington  <jpw@gnu.org>
11957         * cus-start.el (read-file-name-completion-ignore-case): Add.
11958         (blink-cursor-alist): Change version to "21.4".
11960         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
11962 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
11964         * speedbar.el (speedbar-scan-subdirs): New option.
11965         (speedbar-file-lists): Don't ignore file-name case on Unix and use
11966         dolist.
11967         (speedbar-insert-files-at-point): Take an extra argument and use
11968         it to optionally find out if a subdir is empty.  Also unreadable
11969         files don't get expand buttons.
11970         (speedbar-directory): New image (unused pixmap already existed).
11971         (speedbar-expand-image-button-alist): Use it.
11973 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
11975         CC Mode update to 5.30.9:
11977         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
11978         Move from cc-vars to cc-defs for dependency reasons.  Fix the
11979         POSIX char class test to check that it works in
11980         `skip-chars-(forward|backward)' too.
11982         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
11983         first argument starts with a special brace list.
11985         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
11986         when `c-opt-type-concat-key' is used (i.e. in Pike).
11988         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
11989         Fix bug when the inner char pair doesn't have paren syntax,
11990         i.e. "(<>)".
11992         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
11993         whitespace safe.
11995         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
11996         position for `arglist-intro', `arglist-cont-nonempty' and
11997         `arglist-close' when there are two arglist open parens on the same
11998         line and there's nothing in front of the first.
12000         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12001         locking of qualified names in Java, which previously could fontify
12002         common indexing expressions in many cases.  The standard Java
12003         naming conventions are used to tell them apart.
12005         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12006         Fix inconsistency wrt opening parens on the first line inside a paren
12007         block.
12009         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12010         compile time for the sake of `c-major-mode-is'.
12012         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12013         `c-major-mode-is' in the event that this is used inside a
12014         `c-lang-defconst'.
12016         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12017         `c-lang-defconst' so that it works better with fallback languages.
12019         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12020         it to fail to record the base mode.
12022         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12023         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12024         is used.  Reorder the syntax checks to get more efficient
12025         skipping in some situations.
12027         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12028         continuation which might precede the newly inserted '{'.
12030         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12031         Fix cases where it could loop indefinitely.
12033         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12034         size specs correctly.  Only fontify identifiers in front of '('
12035         with as functions - don't accept any paren char.  Tighten up
12036         initializer skipping to stop before function and class blocks.
12038         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12039         the point could be left directly after an open paren when finding
12040         the beginning of the first decl in the block.
12042         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12043         table when filtering out legitimate open parens to be recorded.
12044         This could cause cache inconsistencies when e.g.
12045         `c++-template-syntax-table' was temporarily in use.
12047         * progmodes/cc-engine.el (c-on-identifier)
12048         (c-simple-skip-symbol-backward): Small fix for handling "-"
12049         correctly in `skip-chars-backward'.  Affected the operator lfun
12050         syntax in Pike.
12052         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12053         Fix bug that could cause an error from `after-change-functions' when
12054         the changed region is at bob.
12056 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
12058         CC Mode update to 5.30.9:
12060         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12061         to say that <TAB> doesn't insert WS into a CPP line.
12062         (c-indent-command, c-tab-always-indent): Amend doc strings.
12064         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12065         checks for user errors, thus eliminating cryptic and unhelpful
12066         Emacs error messages.  (1) Check the arg to `c-set-style' is a
12067         string.  (2) Check that settings to `c-offsets-alist' are not
12068         spuriously quoted.
12070         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12071         which precedes the newly inserted `{'.
12073 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
12075         Sync with Tramp 2.0.44.
12077         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12078         function "tramp_file_attributes".  Otherwise, file names
12079         containing spaces are misinterpreted.  Reported by Magnus Henoch
12080         <mange@freemail.hu>.
12081         (tramp-handle-file-truename): FILENAME must be expanded first.
12082         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12083         obscure results.  Reported by D. Goel <deego@gnufans.org>.
12084         (tramp-handle-verify-visited-file-modtime): If file does not
12085         exist, say it is not modified if and only if that agrees with the
12086         buffer's record.  Check whether a file is visiting the buffer, or
12087         the buffer has no recorded last modification time.  Return t in
12088         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
12089         <teirllm@auburn.edu>.
12090         (tramp-handle-write-region): Pass modtime explicitely to
12091         `set-visited-file-modtime', because filename can be different
12092         from (buffer-file-name) if `file-precious-flag' is set.
12093         `set-visited-file-modtime' must be called always when `visit' is t
12094         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12095         (tramp-handle-set-visited-file-modtime): If `time-list' is not
12096         nil, don't apply the whole body.  If the file doesn't exists, set
12097         modtime to '(-1 65535).  Suggested by Luc Teirlinck
12098         <teirllm@auburn.edu>.
12100 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
12102         * help.el (describe-bindings): Doc fix.
12104         * subr.el (kbd): Doc fix.
12106 2004-08-08  John Paul Wallington  <jpw@gnu.org>
12108         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12109         instead of `string-to-int'.
12110         (define-ibuffer-column mode): Fix indentation.
12112 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
12114         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12116 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
12118         * subr.el (global-unset-key, local-unset-key): Doc fixes.
12120         * novice.el (disabled-command-function): New variable renamed from
12121         `disabled-command-hook'.
12122         (disabled-command-hook): Keep the _variable_ as alias for
12123         `disabled-command-function' and make obsolete.
12124         (disabled-command-function): Function renamed from
12125         `disabled-command-hook'.  Adapt code to name change of the variable.
12127 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
12129         * simple.el (completion-root-regexp): New defvar.
12130         (completion-setup-function): Use it instead of a literal string.
12132 2004-08-07  John Paul Wallington  <jpw@gnu.org>
12134         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12135         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12136         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12137         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12139 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
12141         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12142         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12144 2004-08-04  Kenichi Handa  <handa@m17n.org>
12146         * international/encoded-kb.el (encoded-kbd-setup-keymap):
12147         Fix previous change.
12149 2004-08-03  Kenichi Handa  <handa@m17n.org>
12151         * international/encoded-kb.el: The following changes are to
12152         utilize key-translation-map instead of minor mode map.
12153         (encoded-kbd-iso2022-non-ascii-map): Delete it.
12154         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12155         (encoded-kbd-last-key): New function.
12156         (encoded-kbd-iso2022-single-shift): New function.
12157         (encoded-kbd-iso2022-designation)
12158         (encoded-kbd-self-insert-iso2022-7bit)
12159         (encoded-kbd-self-insert-iso2022-8bit)
12160         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12161         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12162         key-translation-map.
12163         (encoded-kbd-setup-keymap): Setup key-translation-map.
12164         (saved-key-translation-map): New variable.
12165         (encoded-kbd-mode): Save/restore key-translation-map.
12166         Adjust for the change of encoded-kbd-setup-keymap.
12168 2004-08-02  Kim F. Storm  <storm@cua.dk>
12170         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12171         and call compute-motion with nil for topos and width to get proper
12172         usable width and height for both window and non-window systems.
12174         * windmove.el (windmove-coordinates-of-position): Let compute-motion
12175         calculate usable window width and height.
12177         * window.el (window-buffer-height): Call compute-motion with nil width.
12179 2004-08-01  David Kastrup  <dak@gnu.org>
12181         * replace.el (query-replace-read-from):
12182         Use `query-replace-compile-replacement'.
12183         (query-replace-compile-replacement): New function.
12184         (query-replace-read-to): Use `query-replace-compile-replacement'
12185         for repeating the last command.
12187 2004-08-01  John Paul Wallington  <jpw@gnu.org>
12189         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12190         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12191         (pr-switches): Remove period from end of error messages.
12193         * help-mode.el (help-go-back): Likewise.
12195         * abbrev.el (only-global-abbrevs): Doc fix.
12196         (edit-abbrevs-map): Define within defvar.
12197         (quietly-read-abbrev-file): Doc fix.
12199 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
12201         * novice.el (enable-command, disable-command): Doc fixes.
12203         * subr.el (event-modifiers, event-basic-type): Doc fixes.
12205 2004-07-30  Richard M. Stallman  <rms@gnu.org>
12207         * subr.el (with-local-quit): Doc fix.
12209 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
12211         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12213 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
12215         * custom.el (defcustom): Doc fix.
12217 2004-07-28  Masatake YAMATO  <jet@gyve.org>
12219         * progmodes/etags.el (etags-tags-apropos): Show building progress.
12221 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12223         * imenu.el (imenu-prev-index-position-function)
12224         (imenu-extract-index-name-function, imenu-name-lookup-function)
12225         (imenu--index-alist): Docstring redundancy fix.
12227 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
12229         * wdired.el (wdired-finish-edit): Require dired-aux before locally
12230         binding dired-backup-overwrite.
12232 2004-07-25  John Paul Wallington  <jpw@gnu.org>
12234         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12236 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
12238         * term/tty-colors.el (tty-color-approximate): Doc fix.
12240         * select.el (x-get-selection, x-set-selection): Doc fixes.
12242         * frame.el (make-frame): Doc fix.
12244 2004-07-24  Richard M. Stallman  <rms@gnu.org>
12246         * mail/rmail.el (rmail-mime-charset-pattern):
12247         Don't include semicolon in the charset value.
12249         * replace.el (occur-next-error): Call set-window-point.
12250         (occur-engine): Handle negative NLINES.
12252 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
12254         * frame.el (modify-all-frames-parameters): Minor doc fix.
12255         (set-frame-configuration): Doc fix.
12257 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
12259         * simple.el (completion-setup-function): Compute the common parts
12260         and the first difference place correctly when
12261         partial-completion-mode is on.
12263 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12265         * ps-print.el: Doc fix.
12266         (ps-print-version): New version 6.6.5.
12267         (ps-printing-region): Doc fix.
12268         (ps-generate-string-list): Comment fix.
12269         (ps-message-log-max): Code fix.
12271 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12273         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12274         generated PostScript.
12276 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
12278         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
12279         with Gnus v5_10 branch.)
12281 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12283         * calendar/time-date.el (time-to-number-of-days): New function.
12284         Imported from from Gnus.
12286 2004-07-22  Kim F. Storm  <storm@cua.dk>
12288         * progmodes/make-mode.el: Fix comments.
12290 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12292         * printing.el: Doc fix.
12294 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
12296         * frame.el (modify-all-frames-parameters): Minor doc fix.
12298 2004-07-20  Richard M. Stallman  <rms@gnu.org>
12300         * textmodes/fill.el (fill-nobreak-p): If this break point is
12301         at the end of the line, don't consider the newline which follows
12302         as a reason to return t.
12304 2004-07-19  John Paul Wallington  <jpw@gnu.org>
12306         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12308 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
12310         * dired-aux.el (dired-do-kill-lines): Expand docstring.
12311         Delete irrelevant code.
12313 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
12315         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12316         New docstring.  From Luc Teirlinck.
12318 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
12320         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12321         section.
12322         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12323         non-file buffers.  We know it is nil.
12325 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
12327         Sync with Tramp 2.0.43.
12329         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12330         Remove outdated comment.
12331         (tramp-locked, tramp-locker): New variables for implementing a
12332         global lock.
12333         (tramp-sh-file-name-handler): Use them to implement the global lock.
12335 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
12337         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
12338         calls to respective `xxx` calls.
12339         (tramp-process-alive-regexp): Precise doc string.
12340         (tramp-multi-action-process-alive): New defun.
12341         (tramp-multi-actions): Use it.
12342         (tramp-handle-find-backup-file-name): `copy-tree' is available
12343         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
12344         in order to avoid this function.
12345         (tramp-handle-write-region): Set current buffer.  If connection
12346         wasn't open, `file-modes' has changed it accidently.  Reported by
12347         David Kastrup <dak@gnu.org>.
12348         (tramp-enter-password, tramp-read-passwd): New arguments USER and
12349         HOST.
12350         (tramp-action-password, tramp-multi-action-password): Apply it.
12351         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12352         name must still contain the port number.  Otherwise, we have two
12353         Tramp buffers, with all the confusion.  Reported by Myron Selby
12354         <myron@xytech.com> and Rolf Dubitzky
12355         <Dubitzky@physi.uni-heidelberg.de>.
12357         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12358         HOST to `tramp-enter-passwd'.
12360         * net/tramp-vc.el (all): Code cleanup.  Change all
12361         `tramp-handle-xxx' calls to respective `xxx` calls.
12363 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
12365         * emacs-lisp/testcover.el: New category "potentially-1valued" for
12366         functions that are not erroneous if either 1-valued or
12367         multi-valued.  Detect functions in this class.
12368         (testcover-1value-functions, testcover-compose-functions)
12369         (testcover-progn-functions) Add some additional functions to lists.
12370         (testcover-mark): Bugfix when marking up the definition for an
12371         empty function.
12373 2004-07-17  Richard M. Stallman  <rms@gnu.org>
12375         * replace.el (occur-read-primary-args): Pass default to
12376         read-from-minibuffer.
12378         * mail/footnote.el (footnote-section-tag): Use defcustom.
12380         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12381         Compile font-lock-keywords, not KEYWORDS.
12382         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12383         Add warn, check-type.  Handle cerror like error.
12385 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
12387         * progmodes/which-func.el (which-func-keymap): New var.
12388         (which-func-face): New face.
12389         (which-func-format): Use them.
12391 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12393         * buff-menu.el (list-buffers-noselect): Append the buffer's
12394         process status to its mode name.
12396 2004-07-16  Kim F. Storm  <storm@cua.dk>
12398         * simple.el (inhibit-mark-movement): New defvar.
12399         (beginning-of-buffer, end-of-buffer): Do not push mark if
12400         inhibit-mark-movement is non-nil or C-u prefix is given.
12402         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12403         Init to beginning-of-buffer and end-of-buffer.
12404         (cua--undo-push-mark): New defvar.
12405         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12406         already active and command is in cua--preserve-mark-commands.
12407         Also fix check for shift modifier on non-window systems.
12408         (cua--post-command-handler): Clear inhibit-mark-movement if set.
12410 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
12412         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12413         of two integers, instead of a cons.
12415         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12416         `visited-file-modtime' now returns a list of two integers, instead
12417         of a cons.
12419         * dired.el (dired-directory-changed-p): Ditto.
12421         * progmodes/grep.el (grep): Doc fix.
12423 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
12425         * autorevert.el (auto-revert-tail-mode)
12426         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12427         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12428         in both at the same time.
12429         (auto-revert-tail-mode): New command.
12430         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12431         (auto-revert-handler): Revert only either tail or whole file.
12433         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12434         add auto-revert-tail-mode.
12436 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12438         * printing.el: Doc fix.  Change name of some funs.
12439         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
12440         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
12441         (pr-standard-file-name): New fun.  Replace pr-standard-path.
12442         (pr-call-process): Code fix.
12444 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
12446         * subr.el (with-selected-window): Doc fix.
12448 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
12450         * subr.el (get-buffer-window-list): Doc fix.
12452 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
12454         * files.el (switch-to-buffer-other-window): Doc fix.
12456         * window.el (save-selected-window, one-window-p)
12457         (split-window-keep-point, split-window-vertically)
12458         (split-window-horizontally): Doc fixes.
12460 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12462         * printing.el: Doc fix.  Now it uses call-process instead of
12463         shell-command for low command execution.
12464         (pr-version): New version number (6.8).
12465         (pr-shell-file-name): Option removed.
12466         (pr-shell-command): Fun removed.
12467         (pr-call-process): New fun.  Replace pr-shell-command.
12468         (pr-standard-path, pr-remove-nil-from-list): New funs.
12469         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12470         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12471         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12472         (pr-ps-utility-process, pr-txt-print): Code fix.
12474 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12476         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12477         boolean.
12479 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
12481         * wid-edit.el (widget-field-buffer): Doc fix.
12483 2004-07-09  John Paul Wallington  <jpw@gnu.org>
12485         * emacs-lisp/re-builder.el (reb-update-overlays):
12486         Distinguish between one and several matches in message.
12488 2004-07-09  Richard M. Stallman  <rms@gnu.org>
12490         * mouse.el (mouse-set-region-1): If transient-mark-mode
12491         is `identity', change it to `only'.
12493         * simple.el (current-word): Doc fix.
12495 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
12497         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12498         so that it is more understanding of whitespace.
12500         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12501         (("ns" . "element") (attr-list) children) instead of
12502         ((:ns . "element") (attr-list) children) in order to reduce the
12503         number of symbols used.
12504         (xml-skip-dtd): Change to use xml-parse-dtd but set
12505         xml-validating-parsing to nil.
12506         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12507         (xml-substitute-entity): Remove in favor of new entity substitution.
12508         (xml-substitute-special): Rewrite in to substitute complex
12509         entities from DOCTYPE declarations.
12510         (xml-parse-fragment): Parse fragments from entity deleclarations.
12511         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12512         (xml-parse-dtd, xml-substitute-special): Make validity checks
12513         conditioned on xml-validating-parser.  Add "Not Well Formed" to
12514         error messages about well-formedness.
12516 2004-07-08  Steven Tamm  <steventamm@mac.com>
12518         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12519         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12520         Do not treat double clicks and triple clicks specially in the
12521         scroll bar (preventing strange repositioning problems)
12523 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12525         * replace.el (query-replace-regexp-eval): Fix last change.
12527 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12529         * replace.el (query-replace-descr): New fun.
12530         (query-replace-read-from, query-replace-read-args): Default to the
12531         previous from&to.
12532         (query-replace-read-to): Quote the `from' string when displaying it.
12533         (query-replace-regexp-eval): Immediately check read-only status.
12534         Use query-replace-read-from to get the \n checking.
12535         Quote the `from' string when displaying it.
12536         (map-query-replace-regexp, occur-read-primary-args):
12537         Quote the `from' string when displaying it.
12539         * isearch.el (isearch-query-replace): Pass the regexp-ness and
12540         delimited-ness of the search to query-replace.
12542         * replace.el (query-replace-read-from, query-replace-read-to):
12543         New funs extracted from query-replace-read-args.
12544         (query-replace-read-args): Use them.
12546         * replace.el (query-replace-interactive, query-replace-read-args):
12547         Remove the `initial' special value.
12548         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12549         (occur-engine): Remove unused var `matchend'.
12551         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12552         Use the search string without prompting.
12554 2004-07-05  Kenichi Handa  <handa@m17n.org>
12556         * international/mule.el (decode-coding-inserted-region):
12557         Set last-coding-system-used only when coding is nil.
12559 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
12561         * progmodes/grep.el (grep-compute-defaults, grep-command)
12562         (grep-program, find-program, grep-find-use-xargs, grep-history)
12563         (grep-find-history, grep-tag-default, grep-find-command)
12564         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
12565         Add autoload cookies, for unbundled packages that load `compile'
12566         and expect all grep-related symbols to become defined.
12568 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
12570         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
12571         (iimage-mode-image-search-path): New user option to search the
12572         image file.
12573         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
12574         have locate-file.
12575         (iimage-mode-buffer): Use it.
12577 2004-07-03  Nick Roberts  <nickrob@gnu.org>
12579         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
12580         carefully.
12581         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
12583 2004-07-03  Juri Linkov  <juri@jurta.org>
12585         * replace.el (query-replace-read-args): Swallow space after 'foo,
12586         not after (quote foo).  Match space only immediately after symbol,
12587         not anywhere in the whole string.
12589 2004-07-02  Richard M. Stallman  <rms@gnu.org>
12591         * replace.el (query-replace-read-args): Swallow space after
12592         symbols, not after closeparens.  But avoid error if string ends there.
12594         * progmodes/python.el (python-beginning-of-statement):
12595         Exit the loop if backward-up-list gets error.
12597         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
12599 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
12601         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
12602         only if vc-consult-headers is non-nil.
12604 2004-07-02  Juri Linkov  <juri@jurta.org>
12606         * pcvs.el (cvs-mode-diff-repository): New command.
12608         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
12610 2004-07-01  Juri Linkov  <juri@jurta.org>
12612         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
12613         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
12614         C-M-% to isearch-query-replace-regexp.
12615         (minibuffer-local-isearch-map): Add arrow key bindings.
12616         Bind C-f to isearch-yank-char-in-minibuffer.
12617         (isearch-forward): Doc fix.
12618         (isearch-edit-string): Doc fix.
12619         (isearch-query-replace, isearch-query-replace-regexp): New funs.
12620         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
12621         (isearch-yank-char): Add optional arg.
12622         (isearch-yank-char-in-minibuffer): New fun.
12624         * replace.el (query-replace-interactive): Change type from boolean
12625         to choice.  Add value `initial'.
12626         (query-replace-read-args): Handle value `initial' of
12627         query-replace-interactive.
12629 2004-06-29  Kim F. Storm  <storm@cua.dk>
12631         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
12632         (breakpoint-disabled-bitmap-face): Add :group 'gud.
12634         * progmodes/ada-xref.el (ada-tight-gvd-integration):
12635         Add :group 'ada.
12637         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
12639 2004-06-29  Juri Linkov  <juri@jurta.org>
12641         * replace.el (query-replace-read-args): Swallow a space after
12642         everything except )]" which in most cases means after a symbol.
12644         * emacs-lisp/pp.el (pp-buffer): Add autoload.
12646 2004-06-28  Richard M. Stallman  <rms@gnu.org>
12648         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
12649         More changes to go with previous change in font-lock.el.
12651 2004-06-26  David Kastrup  <dak@gnu.org>
12653         * replace.el (perform-replace): Highlight the match even in
12654         non-query mode if there is potential replace string editing.
12656 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
12658         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
12659         agree with new return value of `file-remote-p'.
12660         This syncs with Tramp 2.0.42.
12662         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
12663         according to new documentation of `file-remote-p'.
12665         * files.el (file-remote-p): Fix doc to say that return value is
12666         identification of remote system, if not nil.
12667         (file-relative-name): Use new return value of `file-remote-p'.
12669 2004-06-26  Nick Roberts  <nickrob@gnu.org>
12671         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
12672         (gdb-goto-breakpoint): Fix breakage.
12674 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
12676         * man.el (Man-getpage-in-background): Add windows-nt to the list
12677         of systems where shell-file-name should be used instead of
12678         literal "sh".
12680 2004-06-25  Sam Steingold  <sds@gnu.org>
12682         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
12683         function names `(setf symbol)'.
12685 2004-06-24  Richard M. Stallman  <rms@gnu.org>
12687         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
12689         * font-lock.el (font-lock-keywords): Change format of compiled values.
12690         Document it.
12691         (font-lock-add-keywords): If font-lock-keywords is compiled,
12692         extract the uncompiled version, modify, then recompile.
12693         (font-lock-remove-keywords): Likewise.
12694         (font-lock-fontify-keywords-region): Handle changed format.
12695         (font-lock-compile-keywords): Handle changed format.
12696         (font-lock-set-defaults): Compile the keywords explicitly here.
12698 2004-06-24  David Kastrup  <dak@gnu.org>
12700         * replace.el (query-replace-read-args): Implement `\,' and `\#'
12701         replacements here.
12702         (query-replace-regexp): Doc string explaining this and the new
12703         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
12704         is better placed in `query-replace-read-args'.
12705         (replace-regexp): Explain `\,', `\#' and `\?'.
12706         (replace-match-data): New function for thorough reuse/destruction
12707         of old match-data.
12708         (replace-match-maybe-edit): Function for implementing `\?' editing.
12709         (perform-replace): Fix maintaining of the match stack including
12710         already matched regions, implement `\?', fix various problems
12711         with regions while editing and other stuff.
12712         (replace-highlight): Simplify.
12714 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
12716         * progmodes/grep.el (grep-error-screen-columns): New variable.
12717         (grep-regexp-alist): Give it the full functionality of gnu style
12718         compilation messages with line and column ranges.  Ask me for the
12719         perl script I'm working on, that uses these.
12721 2004-06-23  Nick Roberts  <nickrob@gnu.org>
12723         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
12724         Remove.
12725         (comint-insert-input, comint-mouse-insert-input): New functions
12726         based on comint-insert-clicked-input for two bindings but just
12727         one functionality.
12729 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
12731         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
12733 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
12735         * files.el (write-contents-functions): Doc fix.
12737 2004-06-21  Juanma Barranquero  <lektu@terra.es>
12739         * image.el (image-library-alist): Rewrite docstring in active voice.
12741 2004-06-20  Richard M. Stallman  <rms@gnu.org>
12743         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
12745         * isearch.el (isearch-repeat): Avoid testing old match data.
12746         (isearch-message): Display trailing space in special font
12747         when search is failing.
12748         (isearch-search-fun-function): Doc fix.
12750         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
12752 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
12754         * frame.el (show-trailing-whitespace): Doc fix.
12756         * cus-edit.el (custom-variable-documentation): New function.
12757         (custom-variable): Use it.
12759 2004-06-19  Nick Roberts  <nickrob@gnu.org>
12761         * man.el (Man-getpage-in-background): Revert previous change but
12762         make cygwin a special case.
12764 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
12766         * autorevert.el (global-auto-revert-non-file-buffers):
12767         Update docstring.
12769 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
12771         * progmodes/compile.el (compilation-error-properties): Store one
12772         more than end-col, if present, so that transient-mark-mode will
12773         highlight last char too.
12774         * progmodes/grep.el (grep-regexp-alist): Match columns and column
12775         ranges, if present.
12777 2004-06-18  Jason Rumney  <jasonr@gnu.org>
12779         * makefile.w32-in: Double percent signs in for loops.
12781 2004-06-17  David Kastrup  <dak@gnu.org>
12783         * replace.el (query-replace-read-args): Only warn about use of \n
12784         and \t when we are doing a regexp replacement and the actual
12785         escaped character is n or t.
12786         (query-replace-regexp): Add \, and \# interpretation to
12787         interactive call and document it.
12788         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
12789         as shortkey for replace-count.
12790         (replace-quote): New function for doubling backslashes.
12792 2004-06-17  Juanma Barranquero  <lektu@terra.es>
12794         * files.el (parse-colon-path, cd): Mention in docstring that the
12795         path separator is colon in GNU-like systems.
12797         * newcomment.el (comment-region-internal): Fix docstring.
12799         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
12800         (ewoc-invalidate, ewoc-collect): Doc fixes.
12801         (ewoc--create-node, ewoc--delete-node-internal):
12802         Fix typos in docstring.
12804 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
12806         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
12807         manual to docstring.
12809 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12811         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
12813 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
12815         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12816         Add hyperlink to emacs-xtra manual to docstring.
12818         * autorevert.el (global-auto-revert-non-file-buffers):
12819         Add hyperlink to emacs-xtra manual to docstring, as well as an
12820         info-link.
12822 2004-06-14  Juanma Barranquero  <lektu@terra.es>
12824         * image.el (image-library-alist): New variable to map image types
12825         to external libraries.  Initialized to nil, unless system-specific
12826         configs change it.
12827         (image-type-available-p): Determine whether an image type is
12828         available by calling `init-image-library'.
12830         * term/w32-win.el (image-library-alist): Initialize to a known set
12831         of probable library names.
12833 2004-06-14  Kenichi Handa  <handa@m17n.org>
12835         * international/code-pages.el (windows-1256, cp1125): Fix tables
12836         for several characters.
12838         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
12840 2004-06-13  Richard M. Stallman  <rms@gnu.org>
12842         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
12844         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
12845         not "`pc-selection-mode'".
12847         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
12849         * simple.el (previous-matching-history-element): Specify a default.
12851         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
12853         * cus-face.el (custom-declare-face): Simplify code.
12855         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
12857 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
12859         * files.el (before-save-hook): Add `time-stamp' to the options.
12861         * time-stamp.el (time-stamp): Recommend adding it to
12862         `before-save-hook', rather than `write-file-functions'.
12863         Make a similar change in `Commentary' section.
12865 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12867         * diff-mode.el (diff-current-defun): If at start of hunk, use
12868         position of first change.
12870 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
12872         * dired-x.el (dired-mark-omitted): Bind to "*O".
12874 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
12876         * bookmark.el (bookmark-bmenu-relocate): New function, as
12877         suggested by David J. Biesack <David.Biesack@sas.com>.
12878         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
12879         (bookmark-bmenu-mode): Describe binding in doc string.
12880         (bookmark-set-filename): Save the bookmark list if it's time.
12882 2004-06-13  Kenichi Handa  <handa@m17n.org>
12884         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
12885         (ccl-untranslated-to-ucs): Fix typo.
12887 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
12889         * progmodes/python.el (python-open-block-statement-p):
12890         Fix indentation after a block opening that contains a comment.
12892 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
12894         * bindings.el (completion-ignored-extensions): Add file extensions
12895         of Python byte-compiled files.
12897 2004-06-12  Juri Linkov  <juri@jurta.org>
12899         * info.el (Info-goto-node): Add autoload.
12900         (Info-toc): Add substring-no-properties on Info file name.
12901         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
12902         (Info-mode-map): Bind L to Info-history, T to Info-toc.
12904 2004-06-12  Kenichi Handa  <handa@m17n.org>
12906         * international/mule-cmds.el (set-language-environment):
12907         Load subst tables if necessary.
12909         * international/mule.el (decode-char): Load subst tables if necessary.
12910         (encode-char): Likewise.
12912         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
12913         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
12914         (utf-16le-decode-loop): Set r5 to -1 before loop.
12915         (utf-16be-decode-loop): Likewise.
12916         (ccl-decode-mule-utf-16le): Add EOF processing block.
12917         (ccl-decode-mule-utf-16be): Likewise.
12918         (ccl-decode-mule-utf-16le-with-signature): Likewise.
12919         (ccl-decode-mule-utf-16be-with-signature): Likewise.
12920         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
12921         (ccl-mule-utf-16-encode-untrans): New CCL.
12922         (utf-16-decode-to-ucs): Handle pre-read character.
12923         (utf-16le-encode-loop): Handle surrogate pair.
12924         (utf-16be-encode-loop): Likewise.
12925         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
12926         of utf-16le-encode-loop.
12927         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
12928         of utf-16be-encode-loop.
12929         (mule-utf-16-post-read-conversion):
12930         Call utf-8-post-read-conversion at first.
12931         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
12932         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
12933         Add post-read-conversion and pre-write-conversion.
12935         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
12936         (utf-translate-cjk-unicode-range): New variable.
12937         (utf-translate-cjk-load-tables): New function.
12938         (utf-lookup-subst-table-for-decode): New function.
12939         (utf-lookup-subst-table-for-encode): New function.
12940         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
12941         tables here.  Update safe-charsets of utf-* coding systems.
12942         (ccl-mule-utf-untrans): New CCL.
12943         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
12944         at end of each branch.
12945         (ccl-mule-utf-8-encode-untrans): New CCL.
12946         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
12947         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
12948         length of encoding.  Don't return r0.
12949         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
12950         (utf-8-post-read-conversion): Narrow to region properly.
12951         If utf-translate-cjk-mode is on, load tables if necessary.
12952         Call utf-8-compose with hash-table arg if necessary.
12953         Call XXX-compose-region instead of XXX-post-read-convesion.
12954         (utf-8-pre-write-conversion): New function.
12955         (mule-utf-8): Include CJK charsets in safe-charsets if
12956         utf-translate-cjk-mode is on.  Add pre-write-conversion.
12958         * international/characters.el: Temporarily set
12959         utf-translate-cjk-mode to nil.
12961         * language/devan-util.el (devanagari-compose-region):
12962         Add autoload cookie.
12964         * international/ccl.el (ccl-dump-call): Fix printing the
12965         subroutine name.
12967 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
12969         * dired.el (dired-revert): If buffer is marked unmodified before
12970         reverting, keep it marked unmodified.
12971         Adapt to new conventions for commenting out code.
12972         (dired-make-relative): Adapt to new conventions for commenting out code.
12974 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
12976         * eshell/esh-module.el (eshell-load-defgroups):
12977         Bind `vc-handled-backends' to nil when opening files.
12979 2004-06-11  Juanma Barranquero  <lektu@terra.es>
12981         * files.el (parse-colon-path, cd): Doc fixes (refer to
12982         `path-separator', not colon).
12984 2004-06-10  Juanma Barranquero  <lektu@terra.es>
12986         * newcomment.el (comment-search-forward)
12987         (comment-search-backward): Fix typos in docstring.
12988         (comment-region): Doc fix.
12990 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
12992         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
12993         switch is no longer stored in `dired-switches-alist'.
12995         * dired-aux.el (dired-insert-subdir): Do not store R switch in
12996         `dired-switches-alist'.
12998 2004-06-10  Kim F. Storm  <storm@cua.dk>
13000         * pcvs.el (cvs-mode-diff-yesterday): New command.
13002         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13004 2004-06-10  Juri Linkov  <juri@jurta.org>
13006         * emacs-lisp/edebug.el (edebug-eval-defun):
13007         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13008         Fix docstring.
13010         * simple.el (eval-expression-print-format): Don't print additional
13011         information on the first call to `eval-print-last-sexp'.
13012         (next-error-find-buffer): Fix punctuation.
13013         (killing) <defgroup>: Fix punctuation.
13014         (yank-excluded-properties): Change group from editing to killing.
13016         * replace.el (perform-replace): Use `limit' to terminate the
13017         while-loop explicitly.
13019 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13021         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13022         Use lc-*.xpm as prefix instead of *-locol.xpm.
13024         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13025         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13026         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13027         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13028         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13029         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13030         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13031         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13032         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13033         * toolbar/lc-up_arrow.xpm:
13034         Rename from *-locol.xpm.
13036 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
13038         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13039         include forms like &<str>; as valid url patterns.
13041 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
13043         * dired.el (dired-diff, dired-backup-diff)
13044         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13045         (dired-do-chown, dired-do-touch, dired-do-print)
13046         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13047         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13048         (dired-create-directory, dired-do-copy, dired-do-symlink)
13049         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13050         (dired-do-copy-regexp, dired-do-hardlink-regexp)
13051         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13052         (dired-maybe-insert-subdir, dired-next-subdir)
13053         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13054         (dired-kill-subdir, dired-tree-up, dired-tree-down)
13055         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13056         (dired-run-shell-command, dired-query): Remove redundant,
13057         or incorrect, autoloads.
13059         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13060         does not end in a slash.  Add optional argument KILL-ROOT.
13061         Update docstring.
13062         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13063         (dired-query): Add autoloads.
13065 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
13067         * progmodes/compile.el (compilation-set-window-height):
13068         Rearrange the save-* functions because a buffer can have several current
13069         point in different windows.
13070         (compilation-error-regexp-alist-alist): Recognize {standard input}
13071         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13073 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13075         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13076         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13077         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13078         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13079         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13080         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13081         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13082         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13083         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13084         * toolbar/up_arrow-locol.xpm:
13085         New versions of icons that uses fewer colors.
13087         * toolbar/tool-bar.el (tool-bar-local-item)
13088         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13089         if display-color-cells is 256 or less.
13091 2004-06-08  Kim F. Storm  <storm@cua.dk>
13093         * wid-edit.el (widget-specify-button): Use hand pointer rather
13094         than mouse-face as visible mouse-over effect.
13096 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
13098         * saveplace.el (save-place-alist-to-file): Bind `print-length'
13099         and `print-level' to nil when writing out `save-place-alist'.
13100         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13102 2004-06-07  Juanma Barranquero  <lektu@terra.es>
13104         * completion.el (completion-kill-region): Doc fix.
13106         * format.el (format-insert-annotations)
13107         (format-annotate-location): Doc fixes.
13108         (format-subtract-regions): Make arguments match their use in docstring.
13110         * simple.el (kill-region): Doc fix.
13112         * subr.el (insert-buffer-substring-no-properties)
13113         (insert-buffer-substring-as-yank): Doc fixes.
13115 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
13117         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13118         Update docstring.
13119         (dired-reset-subdir-switches): New function.
13121         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13122         Limit scope of `buffer-read-only' binding.
13124 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
13126         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13127         eshell-explicit-command-char.
13129 2004-06-06  Juanma Barranquero  <lektu@terra.es>
13131         * help-fns.el (help-argument-name): Inherit from italic face only
13132         if the frame supports it.
13134 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13136         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13137         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13138         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13139         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13140         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13141         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13142         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13143         New conversions from xpm files.
13145         * toolbar/README: New file.
13147 2004-06-06  Richard M. Stallman  <rms@gnu.org>
13149         * isearch.el (isearch-mode-map): Undo previous change.
13151 2004-06-05  Juri Linkov  <juri@jurta.org>
13153         * bindings.el (debug-ignored-errors): Add regexps for history
13154         related messages.  Remove $ from "No further undo information".
13155         Move Ediff's messages to ediff.el.
13157         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13159         * cus-edit.el (custom-display): Add `min-colors'.
13161         * custom.el (defface): Add `supports' to docstring.
13163         * help-fns.el (help-argument-name): Add :group 'help.
13165 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
13167         * find-dired.el (find-ls-subdir-switches): New user option.
13168         (find-dired): No longer call `abbreviate-file-name' on DIR.
13169         Set `dired-subdir-switches' buffer-locally.
13171         * locate.el: Merge the two `Commentary' sections.
13172         (locate-ls-subdir-switches): New user option.
13173         (locate): Update for other changes.
13174         (locate-mode-map): Restore Dired binding for mouse-2.
13175         Bind `locate-mouse-view-file' to M-mouse-2.
13176         Bind `l' to `locate-do-redisplay'.
13177         (locate-main-listing-line-p, locate-do-redisplay): New functions.
13178         (locate-mouse-view-file, locate-tags, locate-find-directory):
13179         Print message if used outside main listing.
13180         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
13181         Various changes to support inserted subdirectories.
13182         (locate-insert-header): Change header of *Locate* buffer.
13184         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13185         Change interactive default switches.
13186         (dired-rename-subdir-2): Update `dired-switches-alist'.
13187         (dired-insert-subdir, dired-kill-subdir):
13188         Handle `dired-switches-alist'.  Do not mark buffer modified.
13189         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13190         (dired-insert-subdir-doinsert): Omit messages.
13191         Handle `dired-subdir-switches'.
13192         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13194         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13195         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13196         subdirs if -R switch is used for a subdir.
13197         (dired-mode): Set `dired-switches-alist'.
13198         (dired-build-subdir-alist): Only print number of directories in
13199         echo area when invoked interactively.
13201 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
13203         * dired-x.el (dired-omit-mode): Rename from
13204         dired-omit-files-p.  Use define-minor-mode to define it.
13205         (dired-omit-files-p): Add as alias for dired-omit-mode.
13206         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
13207         dired-mark-omitted.
13208         (dired-mark-omitted): Add.  Bind to M-O.
13210 2004-06-05  Kenichi Handa  <handa@m17n.org>
13212         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13214 2004-06-05  Juanma Barranquero  <lektu@terra.es>
13216         * help-fns.el (help-argument-name): Reintroduce face.
13217         (help-default-arg-highlight): Use it, now that
13218         `face-differs-from-default-p' can be trusted.
13220 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
13222         * textmodes/table.el: Sentence commands added to Point Motion
13223         group; kill and backward-kill commands added to Extraction group.
13225 2004-06-04  Mario Lang  <mlang@delysid.org>
13227         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13228         systems appear to use mW, make the code handle this.  Fix a
13229         division-by-zero bug while at it, and handle kernels with
13230         a slightly different layout in /proc/acpi.
13232 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
13234         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13235         because the latter is a CL-ism.  This fixes the bug reported by
13236         Shawn Boyette <mdxi@collapsar.net> in
13237         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13239 2004-06-04  Miles Bader  <miles@gnu.org>
13241         * faces.el (display-supports-face-attributes-p): Function moved to
13242         C code.  Previously only the tty-related portion of this function
13243         was done in C; however the previous attempt to do a halfway-proper
13244         job for non-tty displays in lisp didn't work properly because of
13245         funny conditions during Emacs startup.
13246         (face-differs-from-default-p): Simplify, now that
13247         display-supports-face-attributes-p works properly on all display
13248         types.  Remove :stipple from comparison; it doesn't really work
13249         in emacs anyway.
13251 2004-06-04  Miles Bader  <miles@gnu.org>
13253         * faces.el (face-differs-from-default-p): Use a different
13254         implementation, so we can really check whether FACE displays
13255         differently or not.
13257 2004-06-04  Miles Bader  <miles@gnu.org>
13259         * faces.el (display-supports-face-attributes-p): Implement a
13260         `different from default' check for non-tty displays.
13262 2004-06-03  David Kastrup  <dak@gnu.org>
13264         * woman.el (woman-mapcan): More concise code.
13265         (woman-topic-all-completions, woman-topic-all-completions-1)
13266         (woman-topic-all-completions-merge): Replace by a simpler and
13267         much faster implementation based on O(n log n) sort/merge instead
13268         of the old O(n^2) behavior.
13270 2004-06-03  Miles Bader  <miles@gnu.org>
13272         * subr.el (read-number): Use canonical format for default in prompt.
13274         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13275         Add regexp for " [...]" style defaults.
13277 2004-06-02  Romain Francoise  <romain@orebokech.com>
13279         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13280         groups: if the user asks for a hidden buffer, open the
13281         corresponding filter group to expose it.
13283         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13284         `ibuffer-jump-to-buffer'.
13285         (ibuffer-jump-offer-only-visible-buffers): New user option.
13287 2004-06-02  Juanma Barranquero  <lektu@terra.es>
13289         * faces.el (frame-update-faces): Add empty docstring so the one
13290         for `ignore' doesn't show through.
13292         * subr.el (process-kill-without-query): Remove spurious "\n" on
13293         obsolescence string.
13294         (focus-frame, unfocus-frame): Add obsolescence declaration and
13295         empty docstring.
13297         * international/mule.el (register-char-codings): Make alias for
13298         `ignore'.  Move docstring to obsolescence info and remove redundancy.
13300 2004-06-02  Kim F. Storm  <storm@cua.dk>
13302         * frame.el (blink-cursor-start): Turn cursor off initially so blink
13303         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13305 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13307         * comint.el (comint-replace-by-expanded-history-before-point):
13308         Obey `start' as the docstring says.
13309         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13310         (comint-update-fence): Prevent font-lock from running unnecessarily.
13311         (comint-dynamic-list-completions): Use with-current-buffer.
13313 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13315         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13316         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13317         (bibtex-entry-update): Handle alternatives and optional fields.
13318         (bibtex-parse-entry): Bugfix, handle empty key.
13320 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13322         * vc-arch.el (vc-arch-state): Don't assume the file exists.
13324 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
13326         * desktop.el (desktop-save): Don't save minor modes without a
13327         known mode initialization function.
13329 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
13331         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13333         * autorevert.el: Update `Commentary' section.
13335 2004-05-30  Juanma Barranquero  <lektu@terra.es>
13337         * dos-fns.el (convert-standard-filename):
13338         * files.el (convert-standard-filename):
13339         * w32-fns.el (convert-standard-filename):
13340         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13342 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
13344         Sync with Tramp.
13346         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13347         (tramp-let-maybe): Move to an earlier spot in the file.
13348         Patch by Andreas Schwab.
13350 2004-05-30  Andreas Schwab  <schwab@suse.de>
13352         * dired.el (dired-get-filename): Don't use dired-re-dot.
13354 2004-05-30  Richard M. Stallman  <rms@gnu.org>
13356         * files.el (find-file): Doc fix.
13358         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13360 2004-05-30  Nick Roberts  <nickrob@gnu.org>
13362         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13363         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13364         modeline of the locals buffer.
13365         (gdb-goto-breakpoint): Handle gdbmi.
13366         (gdb-get-frame-number): Change for gdbmi.
13368 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
13370         * files.el (file-remote-p): Apply file name handler for operation
13371         `file-remote-p'.  It isn' a property any longer.
13372         (file-relative-name): `fh' and `fd' get the required value via
13373         `find-file-name-handler' already.
13375         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13376         (top): Remove setting of `file-remote-p' property for
13377         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
13379 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
13381         Version 2.0.41 of Tramp released.
13383         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13384         Throw away if process has died.
13385         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13386         (tramp-out-of-band-prompt-regexp): Rename to
13387         `tramp-process-alive-regexp', because its usage is widen.
13388         (tramp-actions-copy-out-of-band): Apply it.
13389         (tramp-actions-before-shell, tramp-multi-actions):
13390         Add `tramp-action-process-alive' action.
13391         (tramp-action-process-alive): New defun.
13392         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13393         Add entry for `file-remote-p'.
13394         (tramp-handle-file-remote-p): New defun.
13395         (top): Remove setting of `file-remote-p'.  Don't set
13396         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13398         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13399         `file-remote-p'.
13401         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13402         counted for (last) line.  [They should or they shouldn't?  --Stef]
13403         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13405 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
13407         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13408         not really necessary but seems to keep the shell history smaller
13409         in some cases.  It is no substitute for setting HISTFILE and
13410         HISTSIZE from tramp-open-connection-setup-interactive-shell,
13411         though.  Suggested by Luc Teirlinck.
13412         (tramp-open-connection-setup-interactive-shell): Export variables
13413         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
13414         (tramp-set-process-query-on-exit-flag): New compat function.
13415         (tramp-open-connection-multi, tramp-open-connection-su)
13416         (tramp-open-connection-rsh, tramp-open-connection-telnet)
13417         (tramp-do-copy-or-rename-file-out-of-band): Use it.
13418         (tramp-let-maybe): New macro, let-binds a variable only if it
13419         isn't obsolete.
13420         (tramp-check-ls-commands, tramp-handle-expand-file-name)
13421         (tramp-handle-file-truename): Use it.
13422         (tramp-completion-file-name-regexp-unified): Avoid matching
13423         filenames starting with "/:" -- those are reserved for
13424         file-name-non-special.
13426         * tramp-smb.el (tramp-smb-open-connection):
13427         Use tramp-set-process-query-on-exit-flag compat function.
13429 2004-05-29  Richard M. Stallman  <rms@gnu.org>
13431         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13433         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13434         (eval-last-sexp-print-value): Print char equivalent regardless
13435         of standard-output value.
13437         * thumbs.el (thumbs-subst-char-in-string): Delete.
13438         (thumbs-thumbname): Use subst-char-in-string.
13439         (thumbs-resize-image): Use condition-case, not ignore-errors.
13440         (thumbs-kill-buffer): Likewise.
13442         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
13443         (thumbs-mode): Make buffer read-only.
13444         (thumbs-make-thumb): Unconditionally accept an existing file.
13445         (thumbs-insert-thumb): Add thumb-image-file property to the image.
13446         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13447         (thumbs-show-thumbs-list): Error if images not supported.
13448         (thumbs-save-current-image): Improve prompt string.
13449         (thumbs-mode-map): Define u, R, x.
13450         (thumbs-unmark): New command.
13451         (thumbs-emboss-image): Minor cleanup.
13452         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13453         (thumbs-rename-images): New command.
13454         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
13456         * thumbs.el (thumbs-current-image): New function.
13457         (thumbs-file-list, thumbs-file-alist): New functions.
13458         (thumbs-find-image): Delete arg L.
13459         Don't set up thumbs-fileL as buffer-local global var.
13460         (thumbs-find-image-at-point): Use thumbs-current-image.
13461         (thumbs-set-image-at-point-to-root-window): Likewise.
13462         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13463         Record and warn about errors.  Update thumbs-markedL for deletions.
13464         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13465         (thumbs-redraw-buffer): Use thumbs-file-list.
13466         (thumbs-mark): Use thumbs-current-image.
13467         (thumbs-show-name): Use thumbs-current-image.
13469         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13470         and imenu--last-menubar-index-alist.
13472         * subr.el (with-selected-window): Undo previous change.
13474 2004-05-29  John Paul Wallington  <jpw@gnu.org>
13476         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13477         (thumbs-mouse-find-image): New command.
13478         (thumbs-mode-map): Bind it to mouse-2.
13479         (thumbs-mode): Make mode-class special.
13480         (thumbs-view-image-mode): Likewise.
13482 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
13484         * flymake.el: New file.
13486 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
13488         * files.el (find-file-noselect-1): Do not bind
13489         `inhibit-read-only' to t during execution of
13490         `find-file-not-found-functions'.
13492 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13494         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13495         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13497 2004-05-28  Juri Linkov  <juri@jurta.org>
13499         * simple.el (eval-expression-print-format): New fun.
13501         * simple.el (eval-expression):
13502         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13503         * emacs-lisp/edebug.el (edebug-compute-previous-result)
13504         (edebug-eval-expression): Print additionally the value returned by
13505         `eval-expression-print-format'.
13507         * emacs-lisp/lisp.el (insert-pair-alist): New var.
13508         (insert-pair): Make arguments optional.  Find character pair
13509         from `insert-pair-alist' according to the last input event.
13510         (insert-parentheses): Make arguments optional.
13511         (raise-sexp, delete-pair): New funs.
13513         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13514         (emacs-lisp-mode-map, lisp-interaction-mode-map):
13515         Bind C-M-q to `indent-pp-sexp'.
13517         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13518         `pp-to-string' modified to be able to format text with newlines.
13519         (pp-to-string): Move the buffer-formatting part of the code to
13520         `pp-buffer'.  Call `pp-buffer'.
13522         * info.el (Info-desktop-buffer-misc-data): Don't save information
13523         about virtual files.
13524         (Info-restore-desktop-buffer): Restore Info buffers in prepared
13525         buffers with names obtained from the desktop file instead of the
13526         default *info* buffer.
13528 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13530         * subr.el (with-selected-window): Only save/restore the selected window.
13532         * progmodes/compile.el (compilation-error-regexp-alist):
13533         Use expand-file-name and data-directory.
13535         * progmodes/grep.el (grep-tree): Rework previous fix.
13537         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13538         after the user marked text with the mouse.
13540         * startup.el (command-line): Keep the first regexp of
13541         auto-save-file-name-transforms intact.
13543 2004-05-28  Juanma Barranquero  <lektu@terra.es>
13545         * cus-edit.el (customize-face, customize-face-other-window)
13546         (custom-face-edit-delete): Make arguments match their use in
13547         docstring.
13548         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13549         docstring.
13551         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13552         not `cvs-butlast'.
13554         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
13555         `nbutlast' are in subr.el).
13557         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
13558         (set-w32-system-coding-system): Doc fixes.
13560         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
13561         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
13562         Make arguments match their use in docstring.
13563         (artist-draw-region-trim-line-endings)
13564         (artist-mouse-choose-operation): Fix typo in docstring.
13565         (artist-key-set-point-common): Doc fix.
13567 2004-05-28  Simon Josefsson  <jas@extundo.com>
13569         * mail/smtpmail.el (smtpmail-open-stream):
13570         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
13572 2004-05-26  Simon Josefsson  <jas@extundo.com>
13574         * starttls.el: Merge with my GNUTLS based starttls.el.
13575         (starttls-gnutls-program, starttls-use-gnutls)
13576         (starttls-extra-arguments, starttls-process-connection-type)
13577         (starttls-connect, starttls-failure, starttls-success): New variables.
13578         (starttls-program, starttls-extra-args): Doc fix.
13579         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
13580         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
13581         and pass on to corresponding *-gnutls function if it is set.
13583 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
13585         * autorevert.el (auto-revert-handler): Disable auto-reverting of
13586         remote files.
13588 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
13590         * files.el (file-name-non-special): There are more operations
13591         which need handling: `find-backup-file-name',
13592         `insert-file-contents', `verify-visited-file-modtime',
13593         `write-region'.  Rename t value of method to `add'.  Add new
13594         methods `quote' and `unquote-then-quote' to file-arg-indices.
13596 2004-05-25  Juri Linkov  <juri@jurta.org>
13598         * info.el (Info-toc): Call Info-mode on intermediate buffer.
13599         (Info-index-nodes): Enclose code in condition-case to catch errors.
13600         (Info-index-node): Don't search all index nodes if request is only
13601         for the current node and file is not in the cache of index nodes.
13602         (Info-mode-map): Bind Info-copy-current-node-name to `w'
13603         for consistency with dired-copy-filename-as-kill.
13604         Bind `S' to Info-search-case-sensitively.
13605         (Info-copy-current-node-name): New arg.  With zero prefix arg put
13606         the name inside a function call to `info'.  Display copied text in
13607         the echo area.
13609 2004-05-25  Sam Steingold  <sds@gnu.org>
13611         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
13612         strip the package prefix from the symbol name, if any.
13613         Make it the `find-tag-default-function' for `lisp-mode'.
13615 2004-05-25  John Paul Wallington  <jpw@gnu.org>
13617         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
13618         instead of obsolete `process-kill-without-query'.
13620         * textmodes/texinfmt.el (texinfo-indexvar-alist):
13621         Declare as variable, not constant.
13623 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
13625         * files.el (find-file-noselect-1): Fix bug introduced by
13626         Revision 1.694.  As a side effect, `inhibit-read-only'
13627         is again, by default, t during execution of
13628         `find-file-not-found-functions'.
13629         (insert-directory): Check that lines were really inserted by
13630         the --dired switch, before erasing them.
13632 2004-05-24  Nick Roberts  <nickrob@gnu.org>
13634         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
13635         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
13636         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
13637         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
13638         gud-minor-mode (gdbmi).
13640 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
13642         * net/browse-url.el (browse-url-interactive-arg): Enable user to
13643         explicitly select the text to be taken as URL.
13645 2004-05-23  Juri Linkov  <juri@jurta.org>
13647         * info.el (Info-index-nodes): New var and fun.
13648         (Info-goto-index, Info-index, info-apropos)
13649         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
13650         (Info-index): Fix docstring.  Store and restore Info-history-list.
13651         (Info-complete-nodes): New var.
13652         (Info-complete-menu-item): Use it.
13653         (Info-index-node): New fun.
13654         (Info-final-node, Info-forward-node, Info-backward-node)
13655         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
13656         Use Info-index-node.
13657         (Info-extract-menu-item, Info-extract-menu-counting): Set second
13658         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
13659         (Info-find-node-2): If a node with period in its name not found,
13660         try to find a node without the name part after period.
13661         (Info-select-node): Call Info-fontify-node only if
13662         Info-fontify-maximum-menu-size is not nil.
13663         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
13664         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
13665         Preserve Info-history-list.
13666         (Info-toc): Set Info-current-file.
13667         (Info-build-toc): Move point to the beginning of the buffer.
13668         Add main-file variable.
13669         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
13670         Use backslashed representation of the control character ^_.
13672         * textmodes/texinfmt.el (texinfo-print-index): Print index line
13673         numbers in the new Texinfo 4.7 format.
13675         * add-log.el (change-log-font-lock-keywords): Remove `:' from
13676         regexps for function and variable names.
13678         * descr-text.el (describe-property-list): Add [show] button for
13679         `syntax-table' property with action to pp to a separate buffer.
13680         (describe-char): Replace search-forward by re-search-forward with
13681         whitespace regexp after "character:" to not fail in too narrow windows.
13683         * simple.el (next-error-find-buffer): Add a rule to return
13684         next-error capable buffer if one window on the selected frame
13685         displays such buffer.
13687 2004-05-23  Nick Roberts  <nickrob@gnu.org>
13689         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
13690         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
13691         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
13692         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
13693         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
13694         Handle new value for gud-minor-mode (gdbmi).
13695         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
13696         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
13697         Change from local to global gdb variable set.
13698         (gdb-ann3): Initialise above gdb variable set.
13699         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
13700         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
13701         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
13702         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
13703         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
13704         (gdb-info-locals-handler, gdb-invalidate-assembler)
13705         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
13706         set as global variables.
13707         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
13708         Handle gdbmi.
13709         (gdb-info-breakpoints-custom): Fix regexp.
13710         (def-gdb-var): Delete.
13712         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
13713         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
13714         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
13715         a new mode.  The file (gdb-mi.el) for this mode will be included
13716         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
13717         primary interface.
13719 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
13721         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
13722         interpreted as a directory.
13724 2004-05-22  Richard M. Stallman  <rms@gnu.org>
13726         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
13727         as a close quote.
13729         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
13731         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
13732         Use assoc-string, not assoc-ignore-case.
13734         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
13736         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
13737         If moving back then fwd gets a defun that ends before point,
13738         try again moving fwd then back.
13740         * files.el (file-name-non-special): Allow t in file-arg-indices
13741         to mean requote the return value.  Use `identity' as an element
13742         rather than as the whole value.
13744         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
13746 2004-05-22  Juanma Barranquero  <lektu@terra.es>
13748         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
13749         `help-make-usage'.
13750         (help-highlight-arguments): Skip function name before searching
13751         for arguments.
13753 2004-05-21  Juanma Barranquero  <lektu@terra.es>
13755         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
13756         Don't mention in the docstring these arguments meant for
13757         internal (recursive) use only.
13758         (allout-char-spec): Comment out (it's not implemented).
13759         (allout-old-expose-topic, allout-exposure): Fix docstring and add
13760         obsolescence declaration.
13761         (allout-flatten-exposed-to-buffer)
13762         (allout-indented-exposed-to-buffer): Fix typos in docstring.
13763         (my-mark-marker): Doc fix.
13764         (produce-allout-mode-map, allout-sibling-index)
13765         (allout-isearch-expose, allout-distinctive-bullet)
13766         (allout-open-topic, allout-reindent-body)
13767         (allout-rebullet-heading, allout-process-exposed)
13768         (allout-insert-listified, allout-latex-verb-quote)
13769         (allout-insert-latex-header, allout-insert-latex-trailer):
13770         Make arguments match their use in docstring.
13771         (allout-primary-bullet, allout-old-style-prefixes)
13772         (allout-inhibit-protection, allout-init, allout-mode)
13773         (allout-before-change-protect, allout-flag-region):
13774         Use "Emacs" instead of "emacs" in docstrings.
13776 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
13778         * international/characters.el: Modify syntax of more characters.
13780 2004-05-21  Masatake YAMATO  <jet@gyve.org>
13782         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
13783         (etags-tags-completion-table): Show parsing progress.
13785 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
13787         * locate.el (locate-prompt-for-command): Shorten first line of
13788         docstring.
13789         (locate-mode): Expand docstring and include keymap summary.
13791         * files.el (find-file-noselect-1): Limit the scope of the
13792         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
13793         is, by default, nil during the execution of
13794         `find-file-not-found-functions' and `find-file-hook'.
13796 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
13798         * facemenu.el (facemenu-color-name-equal): New function.
13799         (list-colors-display): Use it to compare colors instead of
13800         facemenu-color-equal.
13802 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
13804         * compare-w.el (compare-windows-face): Use min-colors instead of
13805         checking for tty or pc types.
13807 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13809         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
13810         (completion-setup-function): Use with-current-buffer.
13811         Properly save excursion.  Simplify.
13812         Don't assume there is necessarily a `mouse-face' property somewhere.
13814         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
13816         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
13818         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
13819         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
13820         Use with-current-buffer.
13821         (byte-goto-log-buffer): Delete.
13822         (byte-compile-log-file): Call compilation-forget-errors.
13824 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
13826         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
13827         output messages into the search result.
13829 2004-05-19  Masatake YAMATO  <jet@gyve.org>
13831         * wid-edit.el (widget-radio-button-notify): Revert my last
13832         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13834 2004-05-19  Kenichi Handa  <handa@m17n.org>
13836         * international/characters.el: Fix syntax (open/close) of CJK chars.
13838 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
13840         * help-mode.el (help-go-back): Don't depend on position of back button.
13842 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13844         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
13845         files files don't contain an accidental additional /.
13847         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
13848         in source buffer.
13850 2004-05-18  Masatake YAMATO  <jet@gyve.org>
13852         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
13853         to widget-apply.  :action method assumes 2 arguments, not 3.
13855 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
13857         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
13858         New constants.
13859         (hs-special-modes-alist): Add an f90-mode entry.
13861 2004-05-17  Sam Steingold  <sds@gnu.org>
13863         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
13864         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
13866 2004-05-16  Kim F. Storm  <storm@cua.dk>
13868         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
13870 2004-05-15  John Wiegley  <johnw@newartisans.com>
13872         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
13873         (eshell-output-object-to-target): Improve output speed 20% by not
13874         calling `eshell-stringify' if something is already known to be a string.
13876 2004-05-15  Alex Ott  <ott@jet.msk.su>
13878         * textmodes/ispell.el (ispell-local-dictionary-alist):
13879         Add windows-1251 to the choice of coding systems.
13880         (ispell-dictionary-alist-6): Add support for "russianw.aff",
13881         encoded in cp1251.
13883 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
13885         * progmodes/compile.el (compilation-warning-face)
13886         (compilation-info-face): Use min-colors.
13888 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13890         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
13891         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
13892         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
13893         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
13894         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
13895         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
13896         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
13897         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
13898         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
13899         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
13900         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
13901         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
13902         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
13903         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
13905 2004-05-15  Kim F. Storm  <storm@cua.dk>
13907         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
13908         Use it to set triggered-p element of timer.
13909         (timer-event-handler): Set triggered-p element non-nil while running
13910         the timer function.
13912 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13914         * descr-text.el (describe-char-unicode-data)
13915         (describe-char-unicodedata-file): Re-enable the unicode code now that
13916         the licensing issues have been cleared in the unicode-4 license.
13917         (describe-text-properties-1): Remove unused `overlay' var.
13918         (describe-char): Remove unused var `buffer'.
13920 2004-05-14  David Ponce  <david@dponce.com>
13922         * tree-widget.el: New file.
13924 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
13926         * language/european.el ("Brazilian Portuguese"): Add support for
13927         Brazilian Portuguese.
13929 2004-05-13  John Wiegley  <johnw@newartisans.com>
13931         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
13932         `recentf-mode' if this variable has been customized to t.
13934         * eshell/esh-test.el (eshell-test): Call the function
13935         `emacs-version' rather than trying to build a custom version string.
13937 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13939         * net/telnet.el (telnet-mode): Use define-derived-mode.
13940         Don't modify the global value of comint-prompt-regexp.
13942 2004-05-13  John Paul Wallington  <jpw@gnu.org>
13944         * version.el (emacs-version): Check for `gtk' feature before
13945         `x-toolkit' feature.
13947 2004-05-13  Juanma Barranquero  <lektu@terra.es>
13949         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
13950         arguments in the docstring, they're used only in recursive calls.
13952         * help-fns.el (help-arg-highlighting-function)
13953         (help-argument-name): Delete.
13954         (help-default-arg-highlight): New function.
13955         (help-do-arg-highlighting): Use it.
13957 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
13959         * calendar/appt.el (appt-disp-window):
13960         Use `calendar-set-mode-line' for a centered mode-line.
13962 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
13964         * calendar/appt.el (appt-disp-window): Do not split window
13965         excessively when `split-height-threshold' is low.
13967 2004-05-12  Nick Roberts  <nickrob@gnu.org>
13969         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
13970         kill-buffer-hook here and make it local.
13971         (gud-kill-buffer-hook): Use kill-process for a sure kill.
13973 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
13975         * progmodes/compile.el (compilation-set-window-height):
13976         Use save-excursion to protect against misplaced marker.
13978 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13980         * custom.el (defface): Document that type can have value gtk.
13982         * faces.el (face-spec-set-match-display): Handle type gtk in display.
13984 2004-05-12  Kenichi Handa  <handa@m17n.org>
13986         * descr-text.el: Require quail at comile time.
13987         (describe-char): If an input method is on and it supports the
13988         character, show how to input it.
13990         * international/quail.el (quail-install-decode-map): Accept a
13991         char-table whose subtype is `quail-decode-map'.
13992         (quail-store-decode-map-key, quail-gen-decode-map1)
13993         (quail-gen-decode-map, quail-find-key1, quail-find-key)
13994         (quail-show-key): New functions.
13996 2004-05-12  Juanma Barranquero  <lektu@terra.es>
13998         * generic.el (define-generic-mode): Remove redundant arglist info.
14000         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14001         Make arguments match their use in docstring.
14002         (help-arg-highlighting-function): New variable.
14003         (help-argument-name): Mention it in the docstring.
14004         (help-do-arg-highlight): Use it.  Expand regexp to accept also
14005         ARG-xxx and xxx-ARG references.
14007 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
14009         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14010         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14011         and "mailto:addr1?to=addr2" equal.
14013 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
14015         * man.el (Man-getpage-in-background): Use shell-file-name
14016         and shell-command-switch variables instead of hard-coded values.
14018 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
14020         * iimage.el: New file.
14022 2004-05-11  Juanma Barranquero  <lektu@terra.es>
14024         * custom.el (custom-initialize-default, defcustom):
14025         Fix typo in docstring.
14027         * files.el (set-visited-file-name, file-expand-wildcards):
14028         Fix docstring.
14030 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14032         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14034         * subr.el (eventp): Be more discriminating with integers.
14036 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
14038         * progmodes/compile.el (compile): Add universal prefix arg.
14039         (compilation-error-regexp-alist-alist): Add edg patterns.
14041 2004-05-10  Sam Steingold  <sds@gnu.org>
14043         * textmodes/ispell.el (ispell-message):
14044         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14046 2004-05-10  Dave Love  <fx@gnu.org>
14048         * progmodes/python.el (help-buffer): Autoload when compiling.
14049         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14050         (run-python): Prepend to any existing PYTHONPATH.
14052 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
14054         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14055         for pending breakpoints.
14057 2004-05-10  Richard M. Stallman  <rms@gnu.org>
14059         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
14060         directly without calling any functions in Rmail.
14061         (unrmail-unprune): Function deleted.
14063 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14065         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14066         C-c C-z binding.
14068 2004-05-10  Kenichi Handa  <handa@m17n.org>
14070         * descr-text.el (describe-char): Fix previous change.  Don't make
14071         a unibyte character to multibyte in the *Help* buffer.
14073 2004-05-10  Miles Bader  <miles@gnu.org>
14075         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14076         buffer an error if the debugger process is actually running.
14078 2004-05-10  Juanma Barranquero  <lektu@terra.es>
14080         * help-fns.el (help-argument-name): Default to italic.
14081         (help-highlight-arguments): Return always (usage . doc), even when
14082         usage is nil.
14084         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14085         (define-ibuffer-filter): Add usage info.
14086         (define-ibuffer-op): Add usage info (but CL-style defaults for
14087         keyword args are not shown).
14089         * subr.el (remove-overlays, read-passwd): Fix docstring.
14090         (start-process-shell-command): Fix docstring.  Put usage info in a
14091         format usable by `describe-function'.
14092         (open-network-stream, open-network-stream-nowait)
14093         (open-network-stream-server): Fix docstring.
14095 2004-05-09  Jason Rumney  <jasonr@gnu.org>
14097         * international/code-pages (cp932, cp936, cp949, c950): Remove.
14098         Only define cp125* if windows-125* is already defined.
14100         * language/korean.el (cp949): Add alias.
14102         * language/chinese.el (cp936, cp950): Add aliases.
14104         * language/japanese.el (cp932): Add alias.
14106         * term/w32-win.el: Require code-pages.
14108         * international/mule-cmds.el (set-locale-environment):
14109         On MS-Windows use ansi code-page for default coding-systems.
14110         Set up paper sizes for Windows 3 letter languages.
14112         * international/code-pages.el (cp932, cp936, cp949, cp950):
14113         Add aliases.  Also add cp125* if not already defined.
14115 2004-05-09  Juanma Barranquero  <lektu@terra.es>
14117         * help-fns.el (help-highlight-arguments): Don't try to highlight
14118         missing or autoloaded arglists.  Accept structured arguments, like
14119         the first ones of `do' and `flet'.
14121         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14122         (cvs-get-marked): Remove redundant arglist info.
14124         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14125         Don't use CL-style default args.
14127 2004-05-08  Andreas Schwab  <schwab@suse.de>
14129         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14131         * international/subst-ksc.el: Fix references to utf-translate-cjk
14132         into utf-translate-cjk-mode.
14133         * international/subst-big5.el: Likewise.
14134         * international/subst-gb2312.el: Likewise.
14135         * international/subst-jis.el: Likewise.
14136         * international/utf-16.el: Likewise.
14137         * international/utf-8.el: Likewise.
14139 2004-05-08  John Wiegley  <johnw@newartisans.com>
14141         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14142         "virtual buffers" (off by default), which makes it possible to
14143         switch to the "virtual" buffers of recently visited files.  When a
14144         buffer name search fails, and this option is on, iswitchb will
14145         look at the list of recently visited files, and permit matching
14146         against those names.  When the user hits RET on a match, it will
14147         revisit that file.
14148         (iswitchb-read-buffer): Add two optional arguments, which makes
14149         isearchb.el possible.
14150         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14151         (iswitchb-next-match): Add support for virtual buffers.
14153         * isearchb.el: This module extends iswitchb to provide "as you
14154         type" buffer selection.
14156         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14157         Ignore the read-only property when flyspell highlighting is on.
14158         Not ignoring it leads to a series of confusing errors.
14159         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14160         but also make sure to call flyspell-incorrect-hook.
14161         (flyspell-maybe-correct-transposition): Perform transposition test
14162         by bit twiddling a string, rather than using a temp buffer.
14163         (flyspell-maybe-correct-doubling): Use a string rather than a temp
14164         buffer.  This is also the original version of the code, which
14165         could not be checked in before due to a previous lack of
14166         assignment papers.  This version has seen heavy usage on my system
14167         for several years now.
14169         * calendar/cal-bahai.el: New file, which adds support for the
14170         Baha'i calendar to Emacs.  This calendar is based on a solar year
14171         of 19 months of 19 days, with 4 intercalary days.  Each year
14172         begins on March 21, with the calendar starting in 1844.
14174         * calendar/cal-menu.el, calendar/calendar.el
14175         * calendar/diary-lib.el, calendar/holidays.el:
14176         Added support for using cal-bahai.el.
14178         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14179         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14180         function can be used outside of eshell buffers.
14181         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14183 2004-05-08  Juanma Barranquero  <lektu@terra.es>
14185         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14186         word constituent so FOO-ARG is not recognized as an arg.
14187         (help-highlight-arguments): Don't skip lists in mandatory arguments.
14189         * simple.el (next-error): Fix typo in docstring.
14190         (open-line): Make argument names match their use in docstring.
14191         (split-line): Fix docstring.
14193         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14194         usable by `describe-function'.
14195         (gensym, gentemp, typep, ignore-errors): Make argument names match
14196         their use in docstring.
14198         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14199         argument to `help-setup-xref'.
14201 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
14203         Version 2.0.40 of Tramp released.
14205         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14206         Use symbol-function to invoke functions only known on some Emacs
14207         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
14208         Scaldeferri <kevin@scaldeferri.com>.
14209         (tramp-do-copy-or-rename-file-via-buffer): Rename from
14210         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14211         consistent with the other tramp-do-* functions.
14212         (tramp-do-copy-or-rename-file): Calls adjusted.
14213         (tramp-process-initial-commands): Avoid liveness check on shell --
14214         we know that it must be alive since we're opening a connection at
14215         this moment.
14216         (tramp-last-cmd): New internal variable.
14217         (tramp-process-echoes): New tunable.
14218         (tramp-send-command): Set tramp-last-cmd.
14219         (tramp-wait-for-output): Delete echo, if applicable.
14220         (tramp-read-passwd): Construct the key for the password cache in a
14221         way that works for multi methods, too.
14222         (tramp-bug): Add backup-directory-alist and
14223         bkup-backup-directory-info to bug reports, with Tramp counterparts.
14225 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
14227         * net/tramp*.el: Suppress byte-compiler warnings where possible.
14229         * net/tramp.el (tramp-out-of-band-prompt-regexp)
14230         (tramp-actions-copy-out-of-band): New defcustoms.
14231         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14232         used instead of a synchronous one.  Allows password entering.
14233         (tramp-action-out-of-band): New defun.
14234         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14235         Remove restriction with password from doc string.
14236         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14237         `tramp-out-of-band-prompt-regexp',
14238         `tramp-actions-copy-out-of-band', `password-cache' and
14239         `password-cache-expiry'.
14240         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
14241         password caching.
14242         (tramp-touch): FILE can be a local file, too.
14243         (TODO): Remove items done.
14244         (tramp-handle-insert-directory): Properly quote file name also if
14245         not full-directory-p.  Handle wildcard case.  Reported by Andreas
14246         Schwab <schwab@suse.de>.
14247         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14248         new file.
14249         (tramp-handle-file-local-copy, tramp-handle-write-region):
14250         The permissions of the temporary file are set if filename exists.
14251         Reported by Ted Stern <stern@cray.com>.
14252         (tramp-backup-directory-alist)
14253         (tramp-bkup-backup-directory-info): New defcustoms.
14254         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14255         (tramp-handle-find-backup-file-name): New function.
14256         Implements Tramp's find-backup-file-name.
14258         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14259         for `find-backup-file-name'.
14261         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14262         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
14264 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
14266         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14268 2004-05-07  Juanma Barranquero  <lektu@terra.es>
14270         * subr.el (lambda): Add arglist description to docstring.
14271         (declare): Fix typo in docstring.
14272         (open-network-stream): Fix docstring.
14273         (process-kill-without-query): Fix docstring and add obsolescence info.
14274         (last, butlast, nbutlast): Make arguments match their use in docstring.
14275         (insert-buffer-substring-no-properties): Likewise.
14276         (insert-buffer-substring-as-yank): Likewise.
14277         (split-string): Fix docstring.
14279         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14280         Make argument names match their use in docstring.
14282         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14284 2004-05-06  Nick Roberts  <nickrob@gnu.org>
14286         * progmodes/gdb-ui.el: Improve/extend documentation strings.
14287         Fit first sentence on one line for apropos-command.
14289 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14291         Changes largely merged in from Dave Love's code.
14292         * progmodes/python.el: Doc fixes.
14293         (python-mode-map): Add python-complete-symbol.
14294         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14295         (python-comment-indent, python-complete-symbol)
14296         (python-symbol-completions, python-partial-symbol)
14297         (python-try-complete): New.
14298         (python-indent-line): Remove optional arg.  Use python-block-end-p.
14299         (python-check): Bind compilation-error-regexp-alist.
14300         (inferior-python-mode): Use rx.  Move keybindings to top level.
14301         Set comint-input-filter.
14302         (python-preoutput-filter): Use rx.
14303         (python-input-filter): Re-introduce.
14304         (python-proc): Start new process if necessary.
14305         Check python-buffer non-nil.
14306         (view-return-to-alist): Defvar.
14307         (python-send-receive): New.
14308         (python-eldoc-function): Use it.
14309         (python-mode-running): Don't defvar.
14310         (python-mode): Set comment-indent-function.
14311         Maybe update hippie-expand-try-functions-list.
14312         (python-indentation-levels): Initialize differently.
14313         (python-block-end-p): New.
14314         (python-indent-line): Use it.
14315         (python-compilation-regexp-alist): Augment.
14316         (run-python): Import `emacs' module to Python rather than loading
14317         code directly.  Set python-buffer differently.
14318         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
14319         Use python-proc.
14320         (python-send-command): Go to end of comint buffer.
14321         (python-load-file): Use python-proc, emacs.eimport.
14322         (python-describe-symbol): Simplify interactive form.
14323         Use emacs.help.  Do use temp-buffer-show-hook.
14324         Call print-help-return-message.
14325         (hippie-exp): Require when compiling.
14326         (python-preoutput-continuation): Use rx.
14328         * diff-mode.el (diff-make-unified): Fix regexp.
14330 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
14332         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14333         filter groups from the buffer when rebuilding the Ibuffer buffer
14334         and `ibuffer-show-empty-filter-groups' is nil.
14336 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14338         * ps-print.el (ps-print-quote): Call ps-value-string.
14339         (ps-setup): Call ps-comment-string.
14340         (ps-value-string, ps-comment-string): New funs.
14342 2004-05-06  Juanma Barranquero  <lektu@terra.es>
14344         * ehelp.el (electric-help-command-loop): Check whether the last
14345         character is visible, not (point-max).
14347         * help-fns.el (help-argument-name): Default to bold; don't inherit
14348         from font-lock-variable-name-face.
14349         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14351 2004-05-05  Kenichi Handa  <handa@m17n.org>
14353         * descr-text.el (describe-char): Copy the character with text
14354         properties and overlays into the first line, and call
14355         describe-text-properties on it.
14357 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
14359         * iswitchb.el (iswitchb-global-map): Fix typo.
14360         Remove unwanted ###autoloads from source file.
14362 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
14364         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14365         in run-hooks.  Use substitute-command-keys in message.
14366         (wdired-abort-changes): Add message.
14368 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
14370         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14371         (sql-emacs20-p): Remove.
14372         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14373         (sql-builtin-face, sql-doc-face): Remove.
14374         (sql-mode-ansi-font-lock-keywords)
14375         (sql-mode-oracle-font-lock-keywords)
14376         (sql-mode-postgres-font-lock-keywords)
14377         (sql-mode-linter-font-lock-keywords)
14378         (sql-mode-ms-font-lock-keywords)
14379         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14380         (sql-product-font-lock): Fix font-lock reset when font rules change.
14381         (sql-highlight-product): Remove incorrect font-lock reset logic.
14383 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
14385         * ses.el (ses-set-parameter): Fix typo.
14387 2004-05-04  Kim F. Storm  <storm@cua.dk>
14389         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14390         Must expand directory for completion to work; and don't mess with
14391         process-environment.
14392         (ido-read-file-name): If command has ido property, don't use ido
14393         if value is ignore, or read as directory if value is dir.
14394         Set ido ignore property for dired-do-rename command.
14396 2004-05-04  Juanma Barranquero  <lektu@terra.es>
14398         * ehelp.el (electric-help-command-loop, electric-help-undefined)
14399         (electric-help-help): Check against unmapped commands.
14401         * help-fns.el (help-argument-name): New face, inheriting from
14402         font-lock-variable-name-face, to highlight function arguments in
14403         `describe-function' and `describe-key'.
14404         (help-do-arg-highlight): Auxiliary function to highlight a given
14405         list of arguments in a string.
14406         (help-highlight-arguments): Highlight the function arguments and
14407         all uses of them in the docstring.
14408         (describe-function-1): Use it.  Do docstring output via `insert',
14409         not 'princ', so text attributes are preserved.
14411         * winner.el (winner-mode-map): Move `winner-undo' and
14412         `winner-redo' to C-c <left> and C-c <right>, respectively (the
14413         previous bindings conflict with `prev-buffer', `next-buffer').
14415 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14417         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14418         (bibtex-entry-update): New command bound to C-c C-u.
14419         (bibtex-text-in-string): Fix regexp.
14420         (bibtex-assoc-of-regexp): Remove.
14421         (bibtex-progress-message): Fix docstring.
14422         (bibtex-inside-field): Use if.
14423         (bibtex-assoc-regexp): New function.
14424         (bibtex-format-entry): Make code more robust so that it formats
14425         also old entries.
14426         (bibtex-autokey-demangle-title): Merge with obsolete function
14427         bibtex-assoc-of-regexp.
14428         (bibtex-field-list): New function.
14429         (bibtex-entry): Use bibtex-field-list.
14430         (bibtex-parse-entry): Fix docstring.
14431         (bibtex-print-help-message): Use bibtex-field-list.
14432         (bibtex-make-field): Use bibtex-field-list.
14433         (bibtex-entry-index): Bugfix.  Return crossref key if required.
14434         (bibtex-lessp): Fix docstring.
14436 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
14438         * select.el (xselect-convert-to-string): Move comment to intended line.
14440 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14442         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14443         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14445 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14447         * term/x-win.el (x-clipboard-yank): Don't exit on error from
14448         x-get-selection.
14450 2004-05-03  Jason Rumney  <jasonr@gnu.org>
14452         * makefile.nt: Remove.
14454 2004-05-03  Kim F. Storm  <storm@cua.dk>
14456         * emulation/cua-base.el (cua--update-indications): Fix last change.
14457         (cua-mode): Deactivate mark when cua-mode is enabled.
14459 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
14461         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14463 2004-05-03  Nick Roberts  <nickrob@gnu.org>
14465         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14466         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14467         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14468         window over visible frames.
14469         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14471 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14473         * progmodes/compile.el (compilation-gcpro): New var.
14474         (compilation-fake-loc): Use it.
14475         (compilation-forget-errors): Reset it.
14477 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
14479         * diff-mode.el (diff-header-face, diff-file-header-face):
14480         Use min-colors.
14482 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14484         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14485         (bibtex-clean-entry): Disentangle code.
14486         (bibtex-realign): New function.
14487         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
14488         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14489         Remove undocumented optional arg called-by-convert-alien.
14490         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
14491         for sorting instead of bibtex-sort-buffer.
14493 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
14495         * progmodes/compile.el (compilation-start): In the
14496         no-async-subprocesses branch, call sit-for to give redisplay a
14497         chance to show the updated process status in the mode line, and
14498         fontify the buffer explicitly after the process exits.
14500 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14502         * progmodes/python.el (python-compilation-line-number): Remove.
14503         (python-compilation-regexp-alist): Don't use it any more.
14504         (python-orig-start, python-input-filter): Remove.
14505         (inferior-python-mode): Don't set up comint-input-filter-functions.
14506         (python-send-region): Use compilation-fake-loc.
14508         * progmodes/compile.el (compilation-messages-start): New var.
14509         (compilation-mode): Don't setup next-error-function here.
14510         (compilation-setup): Set it up here instead (for minor modes as well).
14511         Make compilation-messages-start buffer local.
14512         (compilation-next-error-function): Use it.
14513         (compilation-forget-errors): Set compilation-messages-start.
14515 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14517         * ielm.el (ielm-prompt-read-only): Update docstring.
14519         * comint.el (comint-prompt-read-only): Update docstring.
14520         (comint-update-fence, comint-kill-whole-line)
14521         (comint-kill-region): New functions.
14523         * simple.el (kill-whole-line): Use "p" instead of "P" in
14524         interactive form.
14526 2004-05-01  Juanma Barranquero  <lektu@terra.es>
14528         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14529         format arglist so default values in CL-style argument lists are
14530         correctly shown.
14532 2004-05-01  Jason Rumney  <jasonr@gnu.org>
14534         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14536 2004-05-01  Kenichi Handa  <handa@m17n.org>
14538         * international/titdic-cnv.el (miscdic-convert): Don't generate a
14539         quail file if it is up to date.
14541 2004-04-30  Juri Linkov  <juri@jurta.org>
14543         * cus-edit.el (custom-mode-map):
14544         Add key binding `C-x C-s' to `Custom-save'.
14546         * outline.el (outline-blank-line): New var.
14547         (outline-next-preface, outline-show-heading)
14548         (outline-end-of-subtree): Use it.
14550         * dired-aux.el (dired-touch-initial): New fun.
14551         (dired-do-chxxx): Call it for op-symbol `touch'.
14552         (dired-diff): Use `dired-dwim-target-directory'
14553         if current dired buffer has no buffer mark.
14555         * bindings.el (propertized-buffer-identification):
14556         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
14557         Add C-M-arrow keys for consistency.
14559         * files.el (confirm-kill-emacs):
14560         Change group from top-level `emacs' to `convenience'.
14562         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14563         Push mark on the first call of successive command calls.
14564         (insert-pair): New fun created from `insert-parentheses' with
14565         `open' and `close' arguments added.  Enclose active regions
14566         in paired characters.  Compare adjacent characters syntax with
14567         inserted characters syntax before inserting a space.
14568         (insert-parentheses): Call `insert-pair' with ?\( ?\).
14570         * delsel.el: Don't put `delete-selection' property
14571         on `insert-parentheses' symbol to take advantage of
14572         region handling in `insert-pair' function.
14573         Suggested by Stephan Stahl <stahl@eos.franken.de>.
14575 2004-04-30  Kim F. Storm  <storm@cua.dk>
14577         * emulation/cua-base.el: Add support for changing cursor types;
14578         based on patch from Michael Mauger.
14579         (cua-normal-cursor-color, cua-read-only-cursor-color)
14580         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
14581         Customization cursor type and/or cursor color.
14582         (cua--update-indications): Handle cursor type changes.
14583         (cua-mode): Update cursor indications if enabled.
14585         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
14587         * mouse.el (mouse-drag-copy-region): New defcustom.
14588         (mouse-set-region, mouse-drag-region-1): Use it.
14590         * simple.el (kill-ring-save): If region face background color is
14591         unspecified (if no highlighting), show extent of fully visible
14592         region even if transient-mark-mode is enabled.
14594         * emulation/cua-base.el (cua--standard-movement-commands):
14595         Add cua-scroll-up and cua-scroll-down.
14596         (cua-scroll-up, cua-scroll-down): New commands.
14597         (cua--init-keymaps): Remap scroll-up and scroll-down.
14599         * emulation/cua-rect.el (cua--convert-rectangle-as):
14600         New defmacro.
14601         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
14602         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
14603         New commands (suggested by Jordan Breeding).
14605 2004-04-30  Juanma Barranquero  <lektu@terra.es>
14607         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
14609 2004-04-30  Mario Lang  <mlang@delysid.org>
14611         * diff.el (diff-switches): Fix typo in docstring.
14613 2004-04-30  Alex Schroeder  <alex@gnu.org>
14615         * xml.el (xml-debug-print-internal): Don't add newline and
14616         indentation to text nodes and write empty elements as empty tags
14617         instead of opening and closing tags.
14618         (xml-debug-print): Take optional indent-string argument.
14619         (xml-print): Alias for xml-debug-print.
14621 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
14623         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
14624         than duplicate call to `line-beginning-position'.
14626         * progmodes/f90.el (f90-get-present-comment-type):
14627         Return whitespace, as well as comment chars, for consistent filling
14628         of comment blocks.  Use `match-string-no-properties'.
14629         (f90-break-line): Trim trailing whitespace when filling comments.
14631 2004-04-30  Dave Love  <fx@gnu.org>
14633         * calendar/diary-lib.el (diary-outlook-formats): New variable.
14634         (diary-from-outlook-internal, diary-from-outlook)
14635         (diary-from-outlook-gnus, diary-from-outlook-rmail):
14636         New functions to import diary entries from Outlook-format
14637         appointments in mail messages.
14639 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14641         * progmodes/python.el (python-send-command): New fun.
14642         (python-send-region, python-load-file): Use it.
14644         * progmodes/compile.el (compilation-last-buffer): Add var alias.
14646         * help-fns.el (help-C-file-name): Use new subr-name.
14647         Prepend `src/' to the file name.
14648         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
14649         (describe-function-1, describe-variable): Only find a C source file
14650         name if DOC is already loaded.
14652         * help-mode.el (help-function-def, help-variable-def):
14653         Use the new find-function-search-for-symbol functionality.
14654         Allow FILE to be `C-source'.
14656         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
14657         (find-function-C-source): New fun.
14658         (find-function-search-for-symbol): Use it.
14660 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
14662         * progmodes/sql.el (sql-product-alist): Rename variable
14663         `sql-product-support'.  Add Postgres login parameters.
14664         (sql-set-product, sql-product-feature): Update with renamed variable.
14665         (sql-connect-postgres): Add username prompt.
14666         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
14667         Make patterns less product specific.
14668         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
14669         (sql-mode-abbrev-table): Modify initialization.
14670         (sql-builtin-face): Add variable.
14671         (sql-keywords-re): Add macro.
14672         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
14673         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
14674         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
14675         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
14676         (sql-mode-linter-font-lock-keywords)
14677         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
14678         (sql-mode-sybase-font-lock-keywords)
14679         (sql-mode-informix-font-lock-keywords)
14680         (sql-mode-interbase-font-lock-keywords)
14681         (sql-mode-ingres-font-lock-keywords)
14682         (sql-mode-solid-font-lock-keywords)
14683         (sql-mode-sqlite-font-lock-keywords)
14684         (sql-mode-db2-font-lock-keywords): Default to nil.
14685         (sql-product-font-lock): Always highlight ANSI keywords.
14686         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
14687         (sql-send-string): Add function.
14689 2004-04-29  Dave Love  <fx@gnu.org>
14691         * progmodes/cfengine.el (cfengine-beginning-of-defun)
14692         (cfengine-end-of-defun): Ensure progress through buffer.
14694         * info-look.el (cfengine-mode): Accept a terminal ().
14696 2004-04-29  Juri Linkov  <juri@jurta.org>
14698         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
14699         instead of isearch-yank-word-or-char.  Add new key bindings for
14700         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
14701         (isearch-del-char): New fun.
14702         (isearch-forward, isearch-edit-string): Update docstring.
14703         (isearch-yank-char): Doc fix.
14704         (isearch-other-meta-char): Restore point after scrolling.
14706         * progmodes/compile.el (compilation-context-lines): Add nil option
14707         to disable compilation output window scrolling.
14708         (compilation-set-window): Use it.
14710         * outline.el (outline-next-preface, outline-show-heading):
14711         Don't leave unhidden blank line before heading.
14712         (outline-end-of-subtree): Include last newline into subtree.
14713         (hide-entry): Leave point at beginning of heading instead of end.
14714         (outline-up-heading): Push mark for the first call of successive
14715         command calls.
14717 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
14719         * comint.el (comint-prompt-read-only): New variable.
14720         (comint-output-filter): Implement it.
14722         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
14723         (ielm-prompt-internal): New variable.
14724         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
14725         (ielm-send-input): Delete unused variable `buf'.
14726         (ielm-eval-input): Use `ielm-prompt-internal'.
14727         (inferior-emacs-lisp-mode): Use new variables
14728         `comint-prompt-read-only' and `ielm-prompt-internal'.
14729         Get rid of obsolete variable `directory-sep-char'.
14730         (ielm): Use `zerop'.
14732 2004-04-29  John Paul Wallington  <jpw@gnu.org>
14734         * thumbs.el (toplevel): Require cl at compile time.
14735         Remove conditional definitions of `ignore-errors' and `caddar'
14736         because they occur at run time.
14738 2004-04-28  Nick Roberts  <nickrob@gnu.org>
14740         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
14741         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
14742         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
14743         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
14745         * progmodes/gud.el (gud-common-init): Throw an error if program is
14746         already running under gdb.
14748 2004-04-28  John Paul Wallington  <jpw@gnu.org>
14750         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
14751         (thumbs-show-image-num): Move assignment of
14752         `thumbs-current-image-filename' within scope of `i'.
14753         (thumbs-emboss-image): Don't use `evenp'.
14755 2004-04-28  Richard M. Stallman  <rms@gnu.org>
14757         * progmodes/compile.el (compilation-context-lines): Default now 0.
14759 2004-04-28  Juanma Barranquero  <lektu@terra.es>
14761         Use `time-less-p' from calendar/time-date.el instead of defining
14762         custom versions of it.
14764         * pcomplete.el (pcomplete-time-less-p): Remove.
14766         * thumbs.el (time-less-p): Remove.
14768         * calendar/timeclock.el (timeclock-time-less-p): Remove.
14769         (timeclock-generate-report): Use `time-less-p'.
14771         * emacs-lisp/autoload.el (autoload-before-p): Remove.
14772         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
14774 2004-04-28  Masatake YAMATO  <jet@gyve.org>
14776         * subr.el (remove-overlays): Make arguments optional.
14778         * wid-edit.el (widget-specify-button): Put evaporate to the
14779         overlay for sample.
14780         (widget-specify-sample): Put evaporate to the overlay for sample.
14781         (widget-specify-doc): Put evaporate to the overlay for documentation.
14783 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
14785         * info.el (info-apropos): Make it an index node.  Align node names
14786         like makeinfo.
14788 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
14790         * net/browse-url.el (browse-url-netscape-sentinel)
14791         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
14792         (browse-url-epiphany-sentinel, browse-url-mosaic):
14793         Use browse-url-*-program instead of a literal program name.
14795 2004-04-27  Kevin Ryde  <user42@zip.com.au>
14797         * eshell/em-alias.el:
14798         * eshell/em-dirs.el:
14799         * eshell/em-hist.el:
14800         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
14801         features when M-x customize-group loads modules before the main
14802         eshell.el.
14804 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
14806         * subr.el (momentary-string-display): Support EXIT-CHAR that is
14807         either a character representation of an event or an event
14808         description list.
14810         * type-break.el: Capitalise Emacs and Lisp.
14811         (type-break-good-break-interval, type-break-demo-boring-stats)
14812         (type-break-terse-messages, type-break-file-name): New defcustoms.
14813         (type-break-post-command-hook)
14814         (type-break-warning-countdown-string): Quote variable names in doc.
14815         (type-break-interval-start, type-break-auto-save-file-name): New vars.
14816         (type-break-mode): Document type-break-good-break-interval and the
14817         "session" file.  Schedule break according to the session file.
14818         Kill session file buffer on exit.  Organise for save-some-buffers
14819         to always save the session file.
14820         (type-break-mode-line-message-mode, type-break-query-mode):
14821         Uppercase arguments.
14822         (type-break-file-time, type-break-file-keystroke-count, timep)
14823         (type-break-choose-file, type-break-get-previous-time)
14824         (type-break-get-previous-count): New defuns.
14825         (type-break): Avoid break querying after a completed break in the
14826         case where the query was initiated during user invocation of the
14827         break.  Optional terse messages.
14828         Use type-break-good-break-interval if type-break-good-rest-interval is
14829         nil.  File the break time.
14830         (type-break-schedule): New optional args for overriding the use of
14831         the current time.
14832         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
14833         after a break.
14834         (type-break-check): File the keystroke count.
14835         (type-break-do-query): Prevent a second query when the break is
14836         interrupted.  Optional terse message.
14837         (type-break-keystroke-reset): Record the start of a typing interval.
14838         (type-break-demo-boring): Optional terse messages.  Display word
14839         per minute and keystroke counts according to
14840         type-break-demo-boring-stats.
14842 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
14844         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
14845         directories, make sure they exist under archive-tmpdir.
14847 2004-04-27  Juri Linkov  <juri@jurta.org>
14849         * help.el (view-emacs-news): With argument, display info for the
14850         selected version by finding it among different NEWS files, and
14851         narrowing the buffer to the selected version.
14853         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
14854         same-window-buffer-names.
14855         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
14856         non-numeric prefix argument, append the number to the buffer name
14857         for numeric prefix argument.
14858         (info-other-window): Bind same-window-regexps to nil.
14859         (Info-reference-name): Rename to Info-point-loc.
14860         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
14861         and Info-find-index-name for stringy Info-point-loc.
14862         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
14863         without middle `.', but with final `.' and optional line number
14864         for it.  Set Info-point-loc for index nodes.
14865         (Info-index): Remove middle `.' from index entry regexp.
14866         Modify line number regexp.
14867         (Info-index-next): Decrement line number.
14868         (info-apropos): Remove middle `.' from index entry regexp.
14869         Add optional line number regexp at the end.  Add matched value
14870         for line number to the result list and insert it to the buffer.
14871         Replace match-string by match-string-no-properties.
14872         Reorder result list.
14873         (Info-fontify-node): Hide index line numbers.
14874         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
14875         empty matches.
14876         (Info-follow-reference): Use `str' instead of
14877         Info-following-node-name-re.
14878         (Info-toc): Use full file names.  Set Info-current-node to "Top".
14879         (Info-fontify-node): Compare file names without directory name.
14880         (Info-try-follow-nearest-node): Don't set Info-reference-name.
14881         Set second arg of Info-extract-menu-node-name for index nodes.
14882         (info-xref-visited): Use magenta3 instead of magenta4.
14883         (Info-mode): Add info-apropos to docstring.
14885         * log-view.el (log-view-diff): Replace interactive code "r"
14886         by a list to allow to call it even if region is not active.
14888         * paren.el (show-paren-highlight-openparen): New var.
14889         (show-paren-function): Turn on openparen highlighting when
14890         matching forward if show-paren-highlight-openparen is non-nil.
14892         * simple.el (kill-ring-save): Use blink-matching-delay instead of
14893         the constant value 1.
14894         (completions-common-part): Expand docstring.
14896         * textmodes/picture.el (picture-mode-map): Add arrow keys.
14898 2004-04-27  Kim F. Storm  <storm@cua.dk>
14900         * image.el (insert-sliced-image): Use line-height instead of
14901         line-spacing property on newline.
14903 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
14905         * desktop.el (desktop-buffer-misc-data-function): Rename to
14906         desktop-save-buffer and change docstring.
14907         (desktop-buffer-modes-to-save): Delete.
14908         (desktop-save-buffer-p): Use desktop-save-buffer instead of
14909         desktop-buffer-modes-to-save.
14910         (desktop-save): Rename desktop-buffer-misc-data-function to
14911         desktop-save-buffer and allow non-function value.
14912         (desktop-missing-file-warning): Correct docstring.
14914         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
14915         to desktop-save-buffer.
14917         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
14918         desktop-save-buffer.
14920         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
14922         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
14924 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
14926         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
14928 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
14930         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
14931         (ielm): Only go to the end of the buffer when starting a new process.
14933 2004-04-25  Juanma Barranquero  <lektu@terra.es>
14935         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
14936         mode line.  Bind `inhibit-read-only' to t before modifying
14937         properties of text in the buffer.
14938         (ielm): Force point to the end of buffer, even when running ielm
14939         from inside itself.
14941 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14943         * info.el (info-apropos): Reset Info-complete-cache.
14945 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
14947         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14948         Also recognize severe Irix et al. messages.
14949         (compilation-normalize-filename, compile-abbreviate-directory):
14950         Delete functions.
14951         (compilation-get-file-structure): New function inherits
14952         functionality of the two preceding ones.
14953         (compilation-internal-error-properties, compilation-fake-loc):
14954         Use it so that different paths to the same file share the same
14955         markers.  Also optimize finding adjacent marker slightly.
14957 2004-04-25  Kim F. Storm  <storm@cua.dk>
14959         * image.el (insert-sliced-image): Add line-spacing t property
14960         to newlines separating image lines.
14962 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14964         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
14966         * ielm.el (ielm-prompt-read-only): New user option.
14967         (ielm-prompt): Expand docstring to describe new behavior.
14968         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
14969         mention it in the docstring.
14971 2004-04-24  Andreas Schwab  <schwab@suse.de>
14973         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
14975         * diff.el (diff): Set default-directory in diff buffer.
14977 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
14979         * mail/sendmail.el (mail-bury): Don't delete the frame where the
14980         mail was being composed if the terminal cannot display more than
14981         one frame; instead, switch to previous frame.
14983         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
14984         (rmail-start-mail): Support rmail-mail-new-frame even on
14985         terminals that can display only one frame at a time.
14987 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14989         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
14990         (checkdoc-output-font-lock-keywords): Remove error regexp.
14991         (checkdoc-output-mode-map): Remove.
14992         (checkdoc-output-mode): Derive from compilation-mode.
14993         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
14995         * dired.el (dired-mode-map): Add a menu entry for wdired.
14997         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
14998         (rx-bracket, rx-check-any, rx-any): Clean up name space.
15000         * wdired.el (wdired-mode-map): Move init into declaration.
15001         Fix `return' binding.
15002         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15003         Use force-mode-line-update.
15004         (wdired-get-filename): Use `unless'.
15005         (wdired-preprocess-files): Don't assume names have no \n and use / for
15006         dir separator.
15007         (wdired-normalize-filename): Use replace-regexp-in-string.
15008         (wdired-load-hooks): Remove.
15009         (wdired-mode-hooks): Rename to wdired-mode-hook.
15011         * info-look.el: Add support for cfengine-mode.
15012         (info-lookup-setup-mode): Use dolist.
15014 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
15016         * wdired.el: New file.
15018 2004-04-23  Juanma Barranquero  <lektu@terra.es>
15020         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15022         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15023         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15024         (pcomplete--help, pcomplete--here): Doc fixes.
15026 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
15028         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15029         handles wrong-number-of-arguments in backend call.
15031         * vc.el (vc-print-log): Likewise.
15033 2004-04-20  Dave Love  <fx@gnu.org>
15035         * emacs-lisp/rx.el: Doc fixes.
15036         (rx-constituents): Add/extend many forms.
15037         (rx-check): Check form is a list.
15038         (bracket): Defvar.
15039         (rx-check-any, rx-any, rx-check-not): Modify.
15040         (rx-not): Simplify.
15041         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15042         (rx-kleene): Use rx-trans-forms.
15043         (rx-quote-for-set): Delete.
15044         (rx): Allow multiple args.
15046 2004-04-23  Kenichi Handa  <handa@m17n.org>
15048         * international/mule-util.el (char-displayable-p): Simplify by
15049         using internal-char-font.
15051 2004-04-23  Juanma Barranquero  <lektu@terra.es>
15053         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15055 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15057         * diff-mode.el (diff-next-error): New fun.
15058         (diff-mode): Use it.
15060         * simple.el (next-error): Change arg name.
15061         Add support for the documented C-u C-x ` usage.
15063         * frame.el (special-display-popup-frame, next-multiframe-window)
15064         (previous-multiframe-window): Only consider frames on same display.
15066 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
15068         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15069         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15071 2004-04-22  Kim F. Storm  <storm@cua.dk>
15073         * net/telnet.el (telnet): Add optional port arg.
15075 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15077         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15078         Minor sanity check on the `hyperlink' slot.
15080         * Makefile.in (recompile): Compile new files.
15082         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15083         Add byte-recompile-directory's optional `arg'.
15085         * cvs-status.el (cvs-tree-use-charset): New var.
15086         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15087         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15088         (cvs-status-cvstrees): Use it.
15090         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15091         Make it a normal major mode.
15092         (checkdoc-buffer-label): Make sure the file name is meaningful.
15093         (checkdoc-output-to-error-buffer): Remove.
15094         (checkdoc-error, checkdoc-start-section): Rewrite.
15096         * info.el (info-node, info-menu-5, info-xref, info-header-node)
15097         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15098         (Info-title-4-face): Use new syntax.
15099         (info-xref-visited): Inherit from info-xref.
15101         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15103 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
15105         * simple.el (next-error-last-buffer, next-error-function):
15106         New variables for the next-error framework.
15107         (next-error-buffer-p): New function.
15108         (next-error-find-buffer): Generalize compilation-find-buffer.
15109         (next-error, previous-error, first-error, next-error-no-select)
15110         (previous-error-no-select): Move from compile.el.
15112         * replace.el (occur-next-error, occur-1): Hook into the next-error
15113         framework.
15115         * progmodes/compile.el (compilation-start):
15116         Set next-error-last-buffer so next-error knows where to jump.
15117         (compilation-setup): Set the buffer-local variable
15118         next-error-function to 'compilation-next-error-function.
15119         (compilation-buffer-p, compilation-buffer-internal-p): Use an
15120         alternate way to find if a buffer is a compilation buffer, for
15121         next-error convenience.
15122         (next-error-no-select, previous-error-no-select, next-error)
15123         (previous-error, first-error): Move to simple.el.
15124         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15125         (compilation-last-buffer): Remove.
15126         (compilation-start, compilation-next-error, compilation-setup)
15127         (compilation-next-error-function, compilation-find-buffer):
15128         Remove compilation-last-buffer use.
15130 2004-04-21  Juanma Barranquero  <lektu@terra.es>
15132         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15133         (font-lock-warning-face): Fix spacing.
15135         * makefile.w32-in (WINS): Add url/ directory.
15137 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
15139         * desktop.el (desktop-buffer-mode-handlers): New variable.
15140         Alist of major mode specific functions to restore a desktop buffer.
15141         (desktop-buffer-handlers): Make variable obsolete.
15142         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15143         Catch errors signaled in handlers.  Update buffer count.
15144         Evaluate desktop-buffer-point.
15145         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15146         move to dired.el.
15147         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15148         move to info.el.
15149         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15150         move to mail/rmail.el.
15151         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15152         to mh-e/mh-e.el.
15153         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15154         On fail, print message (to message buffer) even if
15155         desktop-missing-file-warning is nil.
15156         (desktop-buffer-misc-data-function): New buffer local variable.
15157         Function returning major mode specific data.
15158         (desktop-buffer-misc-functions): Make variable obsolete.
15159         (desktop-save): Use desktop-buffer-misc-data-function.
15160         (desktop-buffer-dired-misc-data): Rename to
15161         dired-desktop-buffer-misc-data and move to dired.el.
15162         (desktop-buffer-info-misc-data): Rename to
15163         Info-desktop-buffer-misc-data and move to info.el.
15164         (desktop-read): Add message about number of buffers restored/failed.
15166         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15167         Add parameters.  Pause to display error only when
15168         desktop-missing-file-warning is non-nil.
15169         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
15170         (dired-mode): Bind desktop-buffer-misc-data-function.
15172         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15173         Add Parameters.
15174         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
15175         (Info-mode): Bind desktop-buffer-misc-data-function.
15177         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15178         Add Parameters.
15180         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15181         Add Parameters.
15183 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
15185         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15186         the case of letters in case-insensitive expansions when the
15187         abbrev is preceded by characters with letter syntax.
15189 2004-04-21  Richard M. Stallman  <rms@gnu.org>
15191         * progmodes/cperl-mode.el (cperl-putback-char):
15192         Delete Emacs 18 definition.
15194         * international/mule.el (ctext-post-read-conversion):
15195         Use assoc-string, not assoc-ignore-case.
15197         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15199         * emacs-lisp/easymenu.el (easy-menu-add):
15200         Do call x-popup-menu, but only if it's defined.
15202         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15204         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15205         Handle multiple args: compile like progn.
15207         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15208         take all args as &rest arg.
15210         * autoinsert.el (auto-insert-alist): Insert the user's name in
15211         copyright notice, rather than Free Software Foundation.
15213 2004-04-21  Kenichi Handa  <handa@m17n.org>
15215         * descr-text.el (describe-char): Make it work on *Help* buffer.
15217 2004-04-21  Kim F. Storm  <storm@cua.dk>
15219         * image.el (insert-image): Add optional SLICE arg.
15220         (insert-sliced-image): New defun.
15222 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
15224         * subr.el (read-number): Check whether `default' is nil.
15226 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15228         * progmodes/compile.el (compilation-error-properties):
15229         Split into two.
15230         (compilation-internal-error-properties): New one.
15231         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
15233 2004-04-20  Richard M. Stallman  <rms@gnu.org>
15235         * window.el (split-window-save-restore-data):
15236         Don't update the data if OLD-INFO is nil.
15238         * view.el (view-return-to-alist): Mark it permanent local.
15240         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15242         * recentf.el (recentf-save-list): Catch and warn about errors.
15244         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15245         so "Buffers" won't be pure.
15247         * help-mode.el (help-mode-finish): Set help-return-alist first
15248         thing, setting only the entry for the selected window.
15250         * help-fns.el (describe-function-1): If many non-control non-meta
15251         keys run the command, don't list all of them.
15253 2004-04-20  Juanma Barranquero  <lektu@terra.es>
15255         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15256         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
15258         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15260 2004-04-20  Kenichi Handa  <handa@m17n.org>
15262         * international/quail.el (quail-lookup-key): New optional arg
15263         NOT-RESET-INDICES.
15264         (quail-get-translations): Call quail-lookup-key with
15265         NOT-RESET-INDICES t.
15266         (quail-completion): Likewise.
15267         (quail-lookup-map-and-concat): Likewise.
15269 2004-04-20  Kenichi Handa  <handa@m17n.org>
15271         * international/quail.el (quail-update-translation): Don't insert
15272         such an unsupported multibyte char in a unibyte buffer.
15274 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
15276         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15277         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15278         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15279         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15280         (gdb-frame-assembler-buffer): Improve behaviour with
15281         multiple frames.
15282         (gdb-display-buffer): Extend search to all visible frames.
15284 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
15286         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15287         characters left after base64 decoding.
15288         (rmail-decode-region): Use -dos variety of `coding', to remove any
15289         ^M characters left after qp or base64 decoding.
15291 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15293         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15294         messages.
15296 2004-04-19  Stephen Eglen  <stephen@gnu.org>
15298         * add-log.el (add-change-log-entry): Update doc string to mention
15299         add-log-full-name and add-log-mailing-address.
15301 2004-04-18  Juri Linkov  <juri@jurta.org>
15303         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15304         (Info-find-node-2): Simplify error message.
15305         (Info-insert-dir): Use Info-following-node-name.
15306         (Info-goto-node): Remove *info-history* and *info-toc*.
15307         (Info-history): Create a node of the virtual history file.
15308         (Info-toc): Create a node of the virtual toc file.
15309         (Info-insert-toc): New arg `curr-file' for reference file names.
15310         (info-apropos): Remove redundant var binding for temp-file.
15311         (Info-index, Info-index-next, Info-mode): Doc fix.
15312         (Info-goto-emacs-command-node): Don't jump to *info* from
15313         non-*info* Info buffers.
15314         (Info-fontify-node): Don't show the file name of external
15315         references if `Info-hide-note-references' is `hide'.  Don't hide
15316         newlines at the end of paragraphs.
15318         * international/mule-diag.el (list-input-methods):
15319         Fix args to help-xref-button.
15321         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15322         to put into effect local variables from TUTORIAL files.
15324         * textmodes/paragraphs.el (sentence-end) <function>: New fun
15325         with default value taken from the variable `sentence-end'.
15326         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
15327         Add nil const to :type.
15328         (sentence-end-without-period, sentence-end-double-space)
15329         (sentence-end-without-space): Doc fix.
15331         * textmodes/paragraphs.el (forward-sentence):
15332         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15333         (fill-delete-newlines):
15334         * progmodes/cc-cmds.el (c-beginning-of-statement):
15335         Use function `sentence-end' instead of variable `sentence-end'.
15337 2004-04-18  Andreas Schwab  <schwab@suse.de>
15339         * progmodes/compile.el (compilation-start): Set window start to
15340         point-min if compilation-scroll-output is nil.
15342 2004-04-18  John Wiegley  <johnw@newartisans.com>
15344         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15346 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
15348         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15349         (gdb-info-breakpoints-custom): Revert previous change.
15350         (gdb-view-assembler): Update assembler if necessary.
15351         (gdb-frame-handler): Parse correctly for gdb-current-frame.
15352         (gdb-display-source-buffer): Update properly when both source and
15353         assembler are visible.
15355 2004-04-17  John Wiegley  <johnw@newartisans.com>
15357         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15358         which limits the number of names shown in the minibuffer.  Off by
15359         default.
15360         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
15361         up iswitchb for users with a multitude of open buffers by showing
15362         only the first and last N/2 buffers in the completion list (which
15363         is enough to aid C-s/C-r, and to know that more characters are
15364         needed to refine the completion list).
15366 2004-04-17  Richard M. Stallman  <rms@gnu.org>
15368         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15369         (file-truename): Expand all ~ constructs directly.
15370         (insert-directory): Delete any error msg output by the
15371         `insert-directory-program'.
15373         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15374         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15375         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15376         (allout-init): Use find-file-hook, not find-file-hooks.
15377         (allout-mode): Eliminate Emacs 18 support.
15378         Use write-contents-functions, not local-write-file-hooks.
15380 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
15382         * progmodes/compile.el (compilation-error-properties): Fix for
15383         adding messages when there are already markers for their file.
15384         (compilation-fake-loc): New function.
15386 2004-04-16  Dave Love  <fx@gnu.org>
15388         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15389         (python-load-file): Fix python-orig-start setting.
15391         * progmodes/compile.el: Doc fixes.
15392         (compilation-error-regexp-alist-alist)
15393         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15394         (compilation-assq): Wrap in eval-when-compile.
15395         (compilation-mode-font-lock-keywords): Don't use list*.
15396         (compilation-start): Avoid warning.
15397         (compilation-compat-error-properties)
15398         (compilation-directory-properties): Add keymap property.
15399         (compilation-parsing-end): Make it a marker for better compatibility.
15401         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15403 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
15405         * xml.el: Doc fixes.
15406         (xml-get-children): Only looks at sub-tags and ignore strings.
15408         * xml.el (xml-parse-tag): Avoid overwriting node-name.
15410 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15412         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15414 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
15416         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15418         * vc.el (vc-print-log): Likewise.
15420 2004-04-16  Masatake YAMATO  <jet@gyve.org>
15422         * simple.el (completion-setup-function): Set an initial value
15423         to `element-common-end' before entering loop.  Set a value
15424         to `element-common-end' at the end of loop.
15425         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15426         (completions-common-part): Rename from completion-de-emphasis.
15427         (completions-first-difference): Rename from completion-emphasis.
15428         Suggested by RMS.
15430 2004-04-16  Juanma Barranquero  <lektu@terra.es>
15432         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15433         (bookmark-edit-annotation-mode): Add mode name.
15435 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15437         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15438         for nested conflict markers.
15439         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15441 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
15443         * progmodes/gdb-ui.el (gdb-goto-info): New function.
15445         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15447 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15449         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15450         Give a backtrace if requested.
15452         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15454         * progmodes/python.el (python-mouse-2-command, python-RET-command):
15455         Remove unused functions.
15456         (python-orig-start-line, python-orig-file): Remove.
15457         (python-orig-start): New var.
15458         (python-input-filter, python-compilation-line-number)
15459         (python-send-region, python-load-file): Use it.
15461         * info.el (info): Always jump to *info*.
15463         * subr.el (posn-set-point): New function.
15465         * mouse.el (mouse-set-point): Use it.
15467         * progmodes/compile.el (compile-goto-error): Use it.
15468         (compilation-button-map): New keymap.
15469         (compilation-error-properties): Use it.
15470         (compilation-shell-minor-mode-map): Don't bind mouse-2.
15472         * smerge-mode.el (smerge-popup-context-menu): Use it.
15474         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15475         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15476         mouse and non-mouse case.
15478         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15479         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15481         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15482         Make it work for non-mouse events.
15484         * pcvs-info.el (cvs-status-map): Update binding name.
15486 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
15488         * xml.el (xml-maybe-do-ns): New function to handle namespace
15489         parsing of both attribute and element names.
15490         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15491         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15492         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
15493         (xml-parse-attlist): Make it do its own namespace parsing.
15495 2004-04-14  Dave Love  <fx@gnu.org>
15497         * progmodes/python.el (run-python): Fix use of \n.
15498         (python-load-file): Remove `try' from Python fragment.
15499         (python-describe-symbol): Fix message.
15501         * comint.el: Doc fixes.
15502         (comint-last-input-start, comint-last-input-end)
15503         (comint-last-output-start): Give them values.
15504         (comint-arguments): Avoid warning.
15505         (comint-skip-prompt): Use line-end-position.
15506         (comint-backward-matching-input): Rename arg to agree with doc.
15507         (comint-extract-string): Use syntax-ppss.
15508         (comint-dynamic-simple-complete): Delete useless list construction.
15509         (comint-redirect-subvert-readonly): New.
15510         (comint-redirect-preoutput-filter): Use it.
15512         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15513         Correctly handle negative arguments when calling hook functions.
15515 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
15517         * info.el (info-apropos): Don't clobber Info-history-list.
15519 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
15521         * progmodes/compile.el (compilation-setup):
15522         Localize overlay-arrow-position.
15523         (compilation-sentinel): Restructure code equivalently.
15524         (compilation-next-error): Find message on same line after point if
15525         not found before point.
15526         (compile-mouse-goto-error): Restore function so that compilation
15527         buffer need not be current and use compile-goto-error.
15528         (compile-goto-error): Restore function.
15529         (next-error): Set overlay-arrow-position.
15530         (compilation-forget-errors): Don't localize already local
15531         compilation-locs and remove FIXME about refontifying.
15533 2004-04-14  Kim F. Storm  <storm@cua.dk>
15535         * startup.el (emacs-quick-startup): New defvar (set by -Q).
15536         (command-line): New option -Q.  Like -q --no-site-file, but
15537         in addition it also disables menu-bar, tool-bar, scroll-bars,
15538         tool-tips, and the blinking cursor.
15539         (command-line-1): Skip startup screen if -Q.
15540         (fancy-splash-head): Use ":align-to center" prop to center splash image.
15542         * emulation/cua-base.el (cua-read-only-cursor-color)
15543         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15545 2004-04-13  Dave Love  <fx@gnu.org>
15547         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
15548         (syntax): Don't require.
15549         (python) <defgroup>: Add :version.
15550         (python-quote-syntax): Re-written.
15551         (inferior-python-mode): Move stuff here from run-python and add
15552         some more.
15553         (python-preoutput-continuation, python-preoutput-result)
15554         (python-dotty-syntax-table): New.
15555         (python-describe-symbol): Use them.
15556         (run-python): Move stuff to inferior-python-mode.  Modify code
15557         loaded into Python.
15558         (python-send-region): Use python-proc, python-send-string.
15559         (python-send-string): Send newlines too.  Callers changed.
15560         (python-load-file): Re-written.
15561         (python-eldoc-function): New.
15562         (info-look): Don't require.
15563         (python-after-info-look): New.  A modified version of former
15564         top-level code for use with eval-after-load.
15565         (python-maybe-jython, python-guess-indent): Use widened buffer.
15566         (python-fill-paragraph): Re-written.
15567         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
15568         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
15570 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15572         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
15573         Set compilation-error-regexp-alist earlier.
15575         * progmodes/compile.el (compilation-minor-mode-map)
15576         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
15577         (compile-goto-error): Re-merge the mouse and non-mouse commands.
15579 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15581         * progmodes/compile.el (compile-goto-error): Select the buffer/window
15582         corresponding to the event.
15584 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
15586         * loadup.el: Add cygwin to system-type list, for unexec() support.
15588 2004-04-12  John Paul Wallington  <jpw@gnu.org>
15590         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
15591         (ibuffer-restore-window-config-on-quit): New variable to replace
15592         `ibuffer-delete-window-on-quit'.  Update all references.
15593         (ibuffer-prev-window-config): New variable.
15594         (ibuffer-quit): Restore previous window configuration instead of
15595         deleting window.
15596         (ibuffer): Save window configuration before showing Ibuffer buffer.
15598         * help.el (describe-mode): Doc fix.
15600 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15602         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
15603         not to treat nil as a function.
15605         * vc-arch.el (vc-arch-root): Be a bit more careful.
15606         (vc-arch-register): Save the buffer if we modified it.
15607         (vc-arch-delete-rej-if-obsolete): Save excursion.
15608         (vc-arch-find-file-hook): Use the simpler after-save-hook.
15609         (vc-arch-responsible-p, vc-arch-init-version): New functions.
15611         * net/ldap.el (ldap-search): Use list*.
15613 2004-04-12  Juri Linkov  <juri@jurta.org>
15615         * info.el (Info-follow-reference): Allow multiline reference name.
15617 2004-04-11  Dave Love  <fx@gnu.org>
15619         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
15621         * progmodes/python.el: New file.
15623 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
15625         * vc-hooks.el (vc-arg-list): Function removed.
15626         (vc-default-workfile-unchanged-p): Use condition-case to check for
15627         backward compatibility.
15629         * vc.el (vc-print-log): Use condition-case to check for backward
15630         compatibility.
15632 2004-04-11  Juri Linkov  <juri@jurta.org>
15634         * dired.el (dired-faces): New defgroup.
15635         (dired-header, dired-mark, dired-marked, dired-flagged)
15636         (dired-warning, dired-directory, dired-symlink, dired-ignored):
15637         New faces.
15638         (dired-header-face, dired-mark-face, dired-marked-face)
15639         (dired-flagged-face, dired-warning-face, dired-directory-face)
15640         (dired-symlink-face, dired-ignored-face): New face variables.
15641         (dired-font-lock-keywords): Use them instead of font-lock faces.
15642         Split the rule for dired marks into 3 separate rules: for marks,
15643         marked file names and flagged file names.
15645         * help-mode.el (help-make-xrefs): Add a final newline to the
15646         *Help* buffer.
15648 2004-04-11  John Paul Wallington  <jpw@gnu.org>
15650         * replace.el (occur-engine): Distinguish between one and several
15651         matches in the matches per buffer heading.
15653 2004-04-11  Kim F. Storm  <storm@cua.dk>
15655         * ido.el (ido-confirm-unique-completion): New defcustom.
15656         (ido-complete): Use it.
15657         (ido-write-file): Set it to t unconditionally.
15659 2004-04-10  Miles Bader  <miles@gnu.org>
15661         RCS keyword removal (only non-comment changes are enumerated here):
15663         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
15664         (byte-compile-insert-header): Don't use `byte-compile-version'.
15665         * forms.el (forms-version): Variable removed.
15666         (forms-mode): Don't use `forms-version'.
15667         * recentf.el (recentf-version): Variable removed.
15668         * progmodes/delphi.el (delphi-version): Variable removed.
15669         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
15671 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15673         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
15675 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
15677         * info.el (info-apropos): Improve menu item regexp.
15679 2004-04-09  Simon Josefsson  <jas@extundo.com>
15681         * mail/smtpmail.el: Add comment, based on report by
15682         kdc@rcn.com (Kevin D. Clark).
15684 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15686         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15687         Redo one more thing that I didn't notice Daniel had undone.
15689 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
15691         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
15692         (gdb-goto-breakpoint, gdb-display-buffer)
15693         (gdb-display-source-buffer, gdb-view-source-function)
15694         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
15695         (gdb-source-info, gdb-frame-handler): Don't specify a window
15696         for display.
15697         (gdb-info-breakpoints-custom): Remove superfluous update of
15698         assembler buffer.
15699         (gdb-many-windows): Make settable outside gdb.
15701 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
15703         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
15704         Derive from fundamental-mode rather than text-mode.
15706 2004-04-08  Juri Linkov  <juri@jurta.org>
15708         * info.el (Info-history): Doc fix.
15709         (Info-history-list): New var.
15710         (info-xref): Change magenta4 to blue, remove bold for dark and
15711         light backgrounds, change bold to underline for non-color classes.
15712         (info-xref-visited): New face.
15713         (Info-fontify-visited-nodes): New custom.
15714         (Info-hide-note-references): Add new value `hide'.  Doc fix.
15715         (Info-reference-name): New var.
15716         (Info-selection-hook): New custom.
15717         (Info-edit-mode-hook): New var.
15718         (Info-find-file): New fun.
15719         (Info-find-node): Move part of code to Info-find-file.
15720         (Info-find-node-2): Add anchors to Info-history-list.  Move point
15721         to the place with the reference name if name is defined.
15722         (Info-select-node): Add current node to Info-history-list.
15723         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
15724         (Info-search-whitespace-regexp): New custom.
15725         (Info-search-case-fold): New var.
15726         (Info-search): Add "case-sensitively" to the prompt.
15727         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
15728         (Info-search-case-sensitively, Info-search-next): New fun.
15729         (Info-up): Move point to the menu item of the current node.
15730         (Info-history): New fun.  Add *info-history* to
15731         same-window-buffer-names.
15732         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
15733         (Info-insert-toc): New fun.
15734         (Info-build-toc): New fun.
15735         (Info-follow-reference): Add new arg `fork'.  Doc fix.
15736         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
15737         with the same name prefer the reference closest to point.
15738         (Info-next-reference): Replace * by + in the *Note regexp.
15739         Add regexp for http:// and ftp://.  Skip the *Note prefix.
15740         (Info-prev-reference): Replace * by + in the *Note regexp.
15741         Add regexp for http:// and ftp://.  Skip the *Note prefix.
15742         (Info-follow-nearest-node): Add new arg `fork'.
15743         (Info-try-follow-nearest-node): Add new arg `fork'.
15744         Call browse-url for http:// and ftp:// references.
15745         Set Info-reference-name for index entries.
15746         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
15747         Info-search-next, Info-history, Info-toc, clone-buffer.
15748         (Info-menu-update): Replace * by + in the *Note regexp.
15749         (Info-mode): Add documentation for Info-history, Info-toc,
15750         Info-search-case-sensitively, Info-search-next, clone-buffer.
15751         (Info-fontify-menu-headers): Remove fun.  Move code to
15752         Info-fontify-node.
15753         (Info-fontify-node): Add docstring.  Add local vars
15754         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
15755         then fontify header line, titles, menu headers, http and ftp
15756         references, refill paragraphs.  If not-fontified-p is t or
15757         fontify-visited-p is t then fontify cross references, menu items.
15758         Fontify menu headers.  Fontify http and ftp references.
15759         Change regexp for cross references to require whitespace after *Note,
15760         add matching groups for file and node names.  Remove hack for quote.
15761         Use display property for Info-hide-note-references=t.  Use fifth
15762         or fourth match for help-echo.  Display visited nodes in a
15763         different face.  Unhide file names of external references.
15764         Unhide newlines.  Display visited menu items in a different face.
15766 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15768         * progmodes/compile.el: Require CL.
15769         (compilation-mode-font-lock-keywords): Re-install the "line as
15770         function" patch.
15772         * help-fns.el (help-C-source-directory): New var.
15773         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
15774         (describe-function-1, describe-variable): Use them.
15776         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
15777         to C source files specially.
15779 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
15781         * info.el (Info-hide-cookies-node): New function.
15782         (Info-select-node): Use it.
15783         (Info-display-images-node): Remove message with image file name.
15785 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
15787         * progmodes/compile.el (compilation-warning-face)
15788         (compilation-info-face, compilation-skip-threshold)
15789         (compilation-skip-visited, compilation-context-lines):
15790         Declare :version when added to Emacs.
15791         (compilation-error-regexp-alist-alist): Extend caml and irix.
15792         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
15793         (compilation-mode-font-lock-keywords): Temporarily undo line as
15794         function patch, which wasn't ready.
15796 2004-04-07  Kenichi Handa  <handa@m17n.org>
15798         * international/latin1-disp.el (latin1-display-setup): Check each
15799         character is displayable or not instead of calling
15800         latin1-display-check-font.
15802 2004-04-06  Kenichi Handa  <handa@m17n.org>
15804         * language/ethio-util.el (ethio-sera-being-called-by-w3):
15805         New variable.
15806         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
15807         instead of sera-being-called-by-w3.
15808         (ethio-fidel-to-sera-buffer): Likewise.
15809         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
15810         instead of sera-being-called-by-w3.
15811         (ethio-write-file): Likewise.
15813 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15815         * printing.el: Doc fix.
15817 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
15819         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
15820         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
15821         (gdb-setup-windows): Only use separate IO buffer if required.
15823 2004-04-06  Kim F. Storm  <storm@cua.dk>
15825         * term.el (term-is-xemacs): Remove.
15826         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
15827         (term-window-width): New function.
15828         (term-mode, term-check-size): Use it.
15829         (term-mode): Disable overflow-newline-into-fringe in term buffer.
15831 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15833         * cus-edit.el (custom-add-parent-links): Change unbound variable
15834         `symbol' to `name'.
15836 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
15837         * info.el (info-apropos): New function.
15838         (Info-mode-menu): Add it.
15839         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
15841         * help-mode.el (help-make-xrefs): Recognize aliased variable with
15842         inherited docstring.
15844         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
15846 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15848         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
15850         * progmodes/compile.el (font-lock): Don't require any more.
15851         (compilation-error-properties, compilation-start, compilation-sentinel)
15852         (compilation-filter, next-error): Use with-current-buffer.
15853         (compilation-skip-to-next-location, compilation-skip-threshold)
15854         (compilation-skip-visited): Move to silence the byte-compiler.
15855         (compilation-setup): Simplify.
15856         (compilation-next-error): Use line-(beginning|end)-position.
15857         Make sure `pt' is non-nil before using compilation-loop.
15858         (compile-goto-error): Add optional event arg.  Use it.
15859         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
15860         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
15861         Update the binding for mouse-2.
15862         (first-error): Set compilation-current-error to nil rather than bob.
15863         (compilation-parsing-end, compilation-parse-errors-function)
15864         (compilation-error-list, compilation-old-error-list):
15865         "New" compatibility variables.
15866         (compile-buffer-substring, compilation-compat-error-properties)
15867         (compilation-compat-parse-errors, compilation-forget-errors):
15868         New compatibility functions.
15869         (compilation-mode-font-lock-keywords): Use them.
15871 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
15873         * autorevert.el (auto-revert-handler): If point (or a window
15874         point) is at the end of the buffer, keep it there after
15875         reverting.  This allows to tail a file.
15876         Mention this in the `Commentary'.
15878         * format.el (format-write-file): Add optional argument CONFIRM
15879         and make it behave like the analogous argument to `write-file'.
15881 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15883         * progmodes/ebnf2ps.el: Doc fix.
15884         (ebnf-version): New version number (4.2).
15885         (ebnf-syntax): Customization and docstring fix.
15886         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
15887         Put autoloaded funs before first use.
15888         (ebnf-style-database): Add dtd entry.
15889         (ebnf-syntax-alist): Add dtd initialization.
15890         (ebnf-token-sequence): New fun.
15891         (ebnf-comment-table): Add new comment action character.
15892         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
15894         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
15895         Type Definition for XML).
15897         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
15898         * progmodes/ebnf-bnf.el (ebnf-sequence):
15899         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
15900         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
15901         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
15902         Code simplification: call ebnf-token-sequence.
15904 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
15906         * calendar/timeclock.el (timeclock-relative)
15907         (timeclock-get-project-function, timeclock-get-workday-function)
15908         (timeclock-query-out, timeclock-when-to-leave)
15909         (timeclock-when-to-leave-string, timeclock-log-data)
15910         (timeclock-generate-report, timeclock-in): Doc fixes.
15912 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15914         * url/: New dir.  Import the URL package from its repository.
15916 2004-04-03  Andreas Schwab  <schwab@suse.de>
15918         * diff-mode.el (diff-mode): Fix missing quote.
15920 2004-04-03  Juri Linkov  <juri@jurta.org>
15922         * descr-text.el (describe-property-list): Add `font-lock-face'.
15924         * dired.el (dired-font-lock-keywords): Fix permission regexps.
15926 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15928         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
15929         Use utf-16le on little endian machines and utf-16be otherwise.
15931 2004-04-02  David Kastrup  <dak@gnu.org>
15933         * net/browse-url.el (browse-url-generic): Use call-process
15934         instead of start-process to allow browsers that fork and detach.
15936 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
15938         * compile.el (compilation-current-error): New var.
15939         (compilation-setup, compile-mouse-goto-error)
15940         (compile-goto-error, next-error): Use it.
15941         (compilation-skip-to-next-location): Default to t, which gives
15942         contiguous skipping like old compile (where this was redundant).
15943         (compilation-next-error): Prevent previous-* commands from moving
15944         back to message at or just before point.
15946 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
15948         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
15949         (gdb-source-info): Don't display source at startup, if required.
15950         (gdb-show-main): New option.
15951         (gdba): Update documentation.
15952         (gdb-source): Cover case of auto-display output.
15954 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15956         * autorevert.el: Delete obsolete autoload's and defvar's.
15957         (auto-revert-check-vc-info): New user option.
15958         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
15959         (auto-revert-handler-vc): Delete.
15960         (auto-revert-handler): Treat return value `fast' of
15961         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
15963         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
15964         return `fast'.
15966         * files.el (buffer-stale-function): Doc change.
15968 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15970         * printing.el: New tip on Tips section.
15971         (pr-version): New version number (6.7.4).
15972         (pr-shell-file-name): Initialization fix.
15974 2004-03-31  Juri Linkov  <juri@jurta.org>
15976         * dired.el: Add autoload for `dired-do-touch'.
15977         (dired-touch-program): New var.
15978         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
15979         (dired-no-confirm): Add `touch' to docstring.
15981         * dired-aux.el (dired-do-touch): New fun.
15982         (dired-do-chxxx): Add argument -t for touch operation.
15984         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
15985         `dired-move-to-filename-regexp'.
15987 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
15989         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
15991 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15993         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
15994         and only if the buffer was modified.
15996 2004-03-30  Kenichi Handa  <handa@m17n.org>
15998         * international/characters.el: Delete pairs for U+2308..U+230B.
16000 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
16002         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16003         to detect the beginning of a level 2 or 3 annotation.
16005 2004-03-29  Kenichi Handa  <handa@m17n.org>
16007         * international/ucs-tables.el (ucs-insert): Fix the error message.
16009 2004-03-29  Kenichi Handa  <handa@m17n.org>
16011         * international/mule-util.el (char-displayable-p): Fix generation
16012         of XLFD file name.
16014         * Makefile.in (setwins, setwins_almost): Change directory to $wd
16015         before finding directories by `find'.
16017 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16019         * subr.el (interactive-form): Delete.  Now implemented in C.
16021         * pcvs.el (cvs-parse-process): Workaround for Darwin.
16023         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16024         (vc-diff-label): New fun.
16025         (vc-diff-internal): Use it.
16027         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16029 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16031         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16033         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16034         specify XML (EBNFX).
16036         * progmodes/ebnf2ps.el: Doc fix.
16037         (ebnf-version): New version number (4.1).
16038         (ebnf-syntax): Adjust customization.
16039         (ebnf-style-database): Add ebnfx entry.
16040         (ebnf-syntax-alist): Add ebnfx initialization.
16041         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16043         * printing.el: Doc fix.
16044         (pr-version): New version number (6.7.3).
16045         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16046         returns nil for mouse position.  Reported by Drew Adams
16047         <drew.adams@oracle.com>.
16048         (pr-update-menus): Modify interactive declaration.  Reported by Drew
16049         Adams <drew.adams@oracle.com>.
16051 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
16053         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16054         (gud-gdba-marker-filter): Log the process input and output, if
16055         required.  From Stefan Monnier.
16056         (gdb-debug-log, gdb-enable-debug-log): New variables.
16057         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16059 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16061         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16062         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16064 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
16066         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16067         Call vc-find-file-hook here instead of in auto-revert-buffers.
16068         (auto-revert-buffers): Delete call to vc-find-file-hook.
16069         (auto-revert-verbose, global-auto-revert-non-file-buffers)
16070         (global-auto-revert-mode, auto-revert-set-timer)
16071         (auto-revert-handler, auto-revert-buffers): Doc fixes.
16073 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
16075         * woman.el (woman-change-fonts): Rename local variable
16076         woman-font-alist to font-alist to avoid a compiler warning.
16078 2004-03-27  Dave Love  <fx@gnu.org>
16080         * emacs-lisp/rx.el (rx): Doc fix.
16081         Fix copyright years.
16083         * strokes.el (strokes-global-set-stroke-string): New function.
16084         (strokes-list-strokes): Cope with strings, not just commands.
16085         Set foreground colour of image.
16086         (strokes-global-set-stroke): Doc fix.
16088 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
16090         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16091         Auto Revert mode.
16092         (Buffer-menu-files-only): New variable.
16093         (Buffer-menu-toggle-files-only): New function.
16094         (Buffer-menu-mode-map): Bind it to `T'.
16095         (Buffer-menu-mode): Mention `T' in docstring.
16096         Set buffer-stale-function.
16097         (list-buffers-noselect): Mark buffer non-modified and set
16098         Buffer-menu-files-only.
16100         * dired.el (buffer-stale-function): Remove no longer needed defvar.
16102         * autorevert.el (auto-revert-handler): Print revert message
16103         before, rather than after, reverting.
16104         (buffer-stale-function): Move to files.el.
16106         * files.el (buffer-stale-function): Move here from autorevert.el.
16108 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16110         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16112         * calc/calc.el (calc-mode-map): Use mapc.
16114         * apropos.el (apropos-mode): Don't autoload.
16115         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
16116         (apropos): Use it.
16117         (apropos-print): Add optional `text' argument.
16118         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16119         Don't assume point-min == 1.
16121         * bs.el (bs-buffer-list): Use buffer-local-value.
16122         (bs--set-toggle-to-show): Use with-current-buffer.
16124         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16125         New funs.
16126         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
16128         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16130         * dabbrev.el (dabbrev-expand): Fix regexp construction.
16131         (dabbrev--find-expansion): Use pop.
16132         (dabbrev--search): Use match-string-no-properties.
16134         * dired.el (dired-mode): Use run-mode-hooks.
16135         (dired-move-to-end-of-filename): Use match-string.
16137         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16138         is bound before using it.
16139         (ediff-verbose-p): Make it into a var since it's not constant.
16141         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16143         * faces.el (read-face-font): Don't cons up unnecessarily.
16144         (header-line, tool-bar): Share common parts.
16146         * files.el (file-relative-name): Use compare-strings.
16148         * finder.el (finder-mode): Follow coding convention.
16150         * subr.el (read-number): New function.
16152         * ses.el (ses-read-number): Move to subr.el.
16153         (ses-set-header-row): Use read-number.
16155 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
16157         * vc-hooks.el (vc-arg-list): New function, which handles both
16158         compiled and uncompiled code.
16159         (vc-default-workfile-unchanged-p): Use it.
16161         * vc.el (vc-print-log): Undo prev change, use new function
16162         vc-arg-list from vc-hooks.el.
16164 2004-03-26  Masatake YAMATO  <jet@gyve.org>
16166         * simple.el (completion-setup-function): Emphasize the
16167         first uncommon characters in the completions; and de-emphasize
16168         the common prefix substrings.
16169         (completion-emphasis): New face.
16170         (completion-de-emphasis): New face.
16172 2004-03-25  Juanma Barranquero  <lektu@terra.es>
16174         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16175         Comment out (it's unused and unfinished code).
16177 2004-03-25  Sam Steingold  <sds@gnu.org>
16179         * vc.el (vc-print-log): Fix a bug in the last patch:
16180         backend-function may be a byte-compiled object, not a lambda.
16182 2004-03-25  Juri Linkov  <juri@jurta.org>
16184         * descr-text.el (describe-property-list): Add a button
16185         for `face' property that calls `describe-face'.
16186         Suggested by luis fernandes <elf@ee.ryerson.ca>
16188         * international/mule.el (keyboard-coding-system):
16189         * kmacro.el (kmacro-call-macro): Fix docstring.
16191         * dired.el: Fix comments.
16193         * textmodes/fill.el (fill): Fix Info link.
16195         * font-lock.el (fast-lock, lazy-lock):
16196         * jit-lock.el (jit-lock): Remove links to removed Support Modes
16197         Info node.
16199         * eshell/eshell.el (eshell): Fix broken info-link.
16201         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16202         * eshell/em-banner.el (eshell-banner):
16203         * eshell/em-smart.el (eshell-smart):
16204         * eshell/esh-cmd.el (eshell-cmd):
16205         Comment out broken info-links to incomplete Info manual.
16207         * info-xref.el: Fix commentary.
16209 2004-03-25  Kevin Ryde  <user42@zip.com.au>
16211         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16212         Remove spurious node duplicate suppression, doesn't work, not wanted.
16213         (info-xref-output): Take format style args, add "sit-for 0" to let
16214         user see the results as they progress.
16215         (info-xref-check-all-custom): New function.
16217 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
16219         * gdb-ui.el: Moved to progmodes.
16221 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
16223         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16225 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
16227         * calendar/appt.el (appt-check): Remove superfluous progn.
16228         When finished with diary buffer: if it was not being displayed
16229         before, kill it; otherwise restore its original state.
16230         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16232         * calendar/calendar.el (calendar-set-mode-line): Use total
16233         available mode-line width, rather than frame-width.
16235         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16236         after mode change so effect not lost.
16238 2004-03-23  Dave Love  <fx@gnu.org>
16240         * dired.el (dired) <defgroup>: Add link to manual.
16241         (dired-font-lock-keywords): Add highlighting on unusual permissions.
16242         (dired-revert): Use dolist.
16243         (dired-mode-map): Add U binding.
16244         (dired-mode): Add font-lock-beginning-of-syntax-function.
16245         (dired-garbage-files-regexp): Make it a defcustom.
16247 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16249         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16250         is equivalent to nil.
16251         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16252         (vc-arch-mode-line-string): Accept `added' state.
16253         (vc-arch-state): Use inode-sigs if available.
16254         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16255         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
16256         (vc-arch-tagline-re): New var.
16257         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16258         New functions.
16259         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16260         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16262         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16263         (vc-file-not-found-hook): Use it.
16265         * diff-mode.el (diff-default-read-only): Change default.
16266         (diff-mode-hook): Make it a defcustom.  Add some options.
16267         (diff-mode-map): Bind diff-refine-hook.
16268         (diff-yank-handler): New var.
16269         (diff-yank-function): New fun.
16270         (diff-font-lock-keywords): Use them.
16271         (diff-end-of-file): Handle case where file-header looks like diff text.
16272         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16273         (diff-file-kill): Delete a subsequent empty line, if applicable.
16274         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16275         (diff-find-file-name): Use it.
16276         (diff-tell-file-name): New command.
16277         (diff-mode): Be careful with view-mode.
16278         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16279         New functions, for use in diff-mode-hook.
16280         (diff-find-source-location): Catch "regex too large" errors.
16281         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16282         (diff-refine-hunk): New command.
16284         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16285         (smerge-context-menu-map): Remove unused var.
16286         (smerge-keep-all): Preserve markers.
16287         (smerge-keep-n): New fun.
16288         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16289         (smerge-keep-current, smerge-ediff): Use it.
16290         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
16291         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16292         (smerge-resolve): Resolve trivial 3-part conflicts.
16294 2004-03-23  Juri Linkov  <juri@jurta.org>
16296         * man.el (Man-width): New var.
16297         (Man-getpage-in-background): Use it.
16298         (Man-support-local-filenames): New var and fun.
16299         (Man-build-man-command): Don't add a second %s.
16300         (Man-fontify-manpage): Clean up message.
16301         (Man-mode): Set outline-regexp, outline-level,
16302         imenu-generic-expression.
16304         * woman.el (woman-fill-frame): Doc fix.
16305         (woman-decode-region): Use window-width instead of frame-width.
16307         * abbrevlist.el (list-one-abbrev-table):
16308         * descr-text.el (describe-char):
16309         * international/mule-diag.el (describe-current-coding-system):
16310         * international/quail.el (quail-insert-decode-map):
16311         Use window-width instead of frame-width.
16313         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16314         (jka-compr-mode-alist-additions): Add tbz.
16315         (jka-compr-write-region, jka-compr-insert-file-contents):
16316         Add message for undefined compress-program.
16317         (jka-compr-write-region): Remove redundant var bindings.
16319         * dired-x.el (dired-guess-shell-alist-default): Add choices for
16320         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
16321         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16322         (dired-man): Use dired-guess-shell-command.
16323         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16324         Change default nil to t.
16326         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16327         (dired-compare-directories): Add default value for empty input.
16329         * help-at-pt.el: Move suggestions for key bindings to Commentary.
16331         * time.el (display-time-string-forms): Fix help-echo date format.
16333 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
16335         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16336         (buffer-stale-function): New variable.
16337         (auto-revert-list-diff, auto-revert-dired-file-list)
16338         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16339         (auto-revert-handler): Take over some functionality of deleted
16340         functions.
16341         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16343         * dired.el (dired-directory-changed-p): New fun, extracted from
16344         dired-internal-noselect.
16345         (dired-buffer-stale-p): New fun.
16346         (dired-internal-noselect): Use dired-directory-changed-p.
16347         Eliminate revert messages.
16348         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16350 2004-03-23  Kenichi Handa  <handa@m17n.org>
16352         * international/characters.el: Setup syntaxes for more parentheses
16353         Unicode characters.
16355         * international/mule-cmds.el (select-safe-coding-system):
16356         Merge coding-system and auto-cs before comparing them.
16358 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16360         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16362         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16363         normal-auto-fill-function and comment-indent-function.
16364         The default values now work just as well.
16365         Don't set font-lock-beginning-of-syntax-function since we already set
16366         syntax-begin-function.
16367         (lisp-outline-level): Put ;;;###autoload at same level as (.
16368         (prin1-char): Quote special chars.
16370         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16371         than with-no-warnings.
16373         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16374         if the source location can't be found.
16375         (edebug-compute-previous-result): Use prin1-char.
16377         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16378         (debug-ignored-errors): Add an entry.
16380         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16381         (byte-compile-file): Output warning when deleting a file.
16383         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16384         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16386         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16387         (byte-compile-inline-expand): Use backquote.
16388         (byte-optimize-pure-func): Rename from byte-optimize-concat.
16389         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16391         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16393         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16395 2004-03-22  Juri Linkov  <juri@jurta.org>
16397         * finder.el (finder-known-keywords): Fix data, tex, unix.
16399         * play/landmark.el: Fix keywords.
16401         * language/ethio-util.el (ethio-find-file): Doc fix.
16403         * emacs-lisp/warnings.el: Doc fix.
16405         * textmodes/ispell.el (ispell-help): Doc fix.
16407 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
16409         * format.el (format-insert-file): Always return a list of two
16410         elements, like insert-file-contents does.
16412 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
16414         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16415         and vc-BACKEND-diff.
16416         (vc-print-log): If the print-log implementation supports it, use
16417         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16418         (vc-version-diff, vc-diff-internal): Doc fixes.
16420         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16421         implementation supports it, let diff output go to *vc*,
16422         not *vc-diff*, since this is an internal call.
16424         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16426         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16428         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16430 2004-03-21  Dave Love  <fx@gnu.org>
16432         * progmodes/cfengine.el (cfengine-mode):
16433         Set parse-sexp-ignore-comments.
16435         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16437 2004-03-21  Juanma Barranquero  <lektu@terra.es>
16439         * allout.el (allout-mode): Fix docstring.
16441 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
16443         * files.el (insert-directory): Fix bug if SWITCHES is a list.
16445         * autorevert.el (auto-revert-interval): Make new value take
16446         effect immediately when set through Custom.
16447         (auto-revert-set-timer): Add interactive declaration.
16449 2004-03-19  David Ponce  <david@dponce.com>
16451         * ruler-mode.el (ruler-mode-header-line-format-old):
16452         Don't `make-variable-buffer-local'.
16453         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16454         (ruler-mode-header-line-format): Simply funcall the above.
16455         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16456         to save/restore a previous header line format.
16457         (ruler-mode-space): Don't depend on a numeric WIDTH value.
16458         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16459         fringes and margins width.
16460         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16462 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16464         * log-edit.el (log-edit-font-lock-keywords): Typo.
16466         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16467         (tex-send-tex-command): Rather than here.
16468         (tex-compilation-parse-errors): Simplify.
16470         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16472         * time.el (display-time-string-forms): Add help-echo with date on time.
16474         * composite.el (compose-region): Use restore-buffer-modified-p.
16476         * disp-table.el (standard-display-8bit): Simplify.
16478         * server.el (server-process-filter): Delete temp frame.
16480         * add-log.el (add-change-log-entry): Simplify.
16482 2004-03-19  Kim F. Storm  <storm@cua.dk>
16484         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16485         (hexl-follow-line): Don't require 'fringe.
16487         * progmodes/compile.el (compilation-start): Always set
16488         compilation-last-buffer and return it.
16490 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
16492         * simple.el (clone-buffer): Doc fix.
16494 2004-03-18  Juanma Barranquero  <lektu@terra.es>
16496         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16498 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16500         * log-edit.el (log-edit-font-lock-keywords): New var.
16501         (log-edit-mode): Use it.
16503 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
16505         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16506         properly for watching in speedbar.
16508 2004-03-17  Masatake YAMATO  <jet@gyve.org>
16510         * smerge-mode.el (smerge-popup-context-menu):
16511         Put `unwind-protect' around `overlay-put' and `popup-menu'.
16513 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16515         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16516         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16517         Take sealed revisions into account.
16518         (vc-arch-checkin): Extract a summary line from the message.
16520 2004-03-16  Masatake YAMATO  <jet@gyve.org>
16522         * register.el (register): Provide `register' feature.
16524 2004-03-15  Masatake YAMATO  <jet@gyve.org>
16526         Added context menu support in smerge mode.
16527         Most of the part is written by Stefan Monnier.
16529         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16530         New keymap and menu.
16531         (smerge-text-properties): New function.
16532         (smerge-remove-props): New function.
16533         (smerge-popup-context-menu): New function.
16534         (smerge-resolve): Call `smerge-remove-props'.
16535         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
16536         (smerge-keep-current): Ditto.
16537         (smerge-kill-current): New function.
16538         (smerge-match-conflict): Put text properties.
16539         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
16541 2004-03-15  David Ponce  <david@dponce.com>
16543         * ruler-mode.el (ruler-mode-left-fringe-cols)
16544         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16545         (ruler-mode-right-scroll-bar-cols): Remove.
16546         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
16547         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16548         Use fringe-columns and scroll-bar-columns.
16550 2004-03-15  Masatake YAMATO  <jet@gyve.org>
16552         * hl-line.el (hl-line-range-function): New variable.
16553         (hl-line-move): New function.
16554         (global-hl-line-highlight): Use `hl-line-move'.
16555         (hl-line-highlight): Ditto.
16557         * scroll-bar.el (scroll-bar-columns):
16558         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
16560         * ruler-mode.el (top-level): Require scroll-bar and fringe.
16561         (ruler-mode-left-fringe-cols)
16562         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
16563         (ruler-mode-right-scroll-bar-cols)
16564         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
16565         (ruler-mode-ruler-function): New variable.
16566         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
16567         if the value for `ruler-mode-ruler-function'is given.
16569         * hexl.el (hexl-mode-hook): Make the hook customizable.
16570         (hexl-address-area, hexl-ascii-area): New customize variables.
16571         (hexlify-buffer): Put font-lock-faces on the address area and
16572         the ascii area.
16573         (hexl-activate-ruler): New function.
16574         (hexl-follow-line): New function.
16575         (hexl-highlight-line-range): New function.
16576         (hexl-mode-ruler): New function.
16578 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16580         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
16581         (vc-default-find-file-hook): New fun.
16582         (vc-find-file-hook): Call new find-file-hook operation.
16584         * vc-arch.el: New file.
16586 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
16588         * info-look.el (info-lookup): Reuse an existing Info window.
16590 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
16592         * woman.el (woman-preserve-ascii): Default value changed to t and
16593         doc string revised.
16595 2004-03-12  Richard M. Stallman  <rms@gnu.org>
16597         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16598         Fix minor bug.
16600         * replace.el (occur-engine): Change message for count of matches.
16602         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
16603         For strings, do compare text properties.
16605 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
16607         * progmodes/compile.el (compile-auto-highlight)
16608         (compilation-error-list, compilation-old-error-list)
16609         (compilation-parse-errors-function, compilation-parsing-end)
16610         (compilation-error-message, compilation-directory-stack)
16611         (compilation-enter-directory-regexp-alist)
16612         (compilation-leave-directory-regexp-alist)
16613         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
16614         (compilation-current-file, compilation-regexps): Remove vars.
16616         (compile-error-at-point, compilation-error-filedata)
16617         (compilation-error-filedata-file-name, compile-reinitialize-errors)
16618         (compilation-next-error-locus, compilation-forget-errors)
16619         (count-regexp-groupings, compilation-parse-errors)
16620         (compile-collect-regexps, compile-buffer-substring): Remove funs.
16622         (compile-internal): Make obsolete.
16624         (compilation-first-column, compilation-error)
16625         (compilation-directory-matcher, compilation-page-delimiter)
16626         (compilation-mode-font-lock-keywords, compilation-debug)
16627         (compilation-error-face, compilation-warning-face)
16628         (compilation-info-face, compilation-line-face)
16629         (compilation-column-face, compilation-enter-directory-face)
16630         (compilation-leave-directory-face, compilation-skip-threshold)
16631         (compilation-skip-visited, compilation-context-lines): New vars.
16633         (compilation-warning-face, compilation-info-face)
16634         (compilation-message-face): New faces.
16636         (compilation-error-regexp-alist-alist): New constant.
16638         (compilation-face, compilation-directory-properties)
16639         (compilation-assq, compilation-error-properties, compilation-start)
16640         (define-compilation-mode, compilation-loop)
16641         (compilation-set-window): New functions.
16643         (compile): Additional argument for interactive compiles like TeX.
16645         * progmodes/grep.el (kill-grep): Move here from compile.el
16646         (grep-error, grep-hit-face, grep-error-face)
16647         (grep-mode-font-lock-keywords): New variables.
16648         (grep-regexp-alist): Simplify regexp and add `binary' case.
16649         (grep-mode): New mode.
16650         (grep-process-setup): Simplify.
16652 2004-03-11  Jason Rumney  <jasonr@gnu.org>
16654         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
16655         letters on DOS/Windows.
16657 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16659         * server.el (server-name): New var.
16660         (server-socket-dir): New var to replace server-socket-name.
16661         (server-start): Use them.
16663 2004-03-11  Simon Josefsson  <jas@extundo.com>
16665         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
16666         died to avoid infloop.  Reported by Jonathan Glauner
16667         <jglauner@sbum.org>.
16669 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16671         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
16672         (smerge-mode-menu): Use it to deactivate menu entries.
16673         (smerge-keep-current): New fun.
16674         (smerge-keep-current): Use it.
16676 2004-03-10  John Paul Wallington  <jpw@gnu.org>
16678         * foldout.el (foldout-fold-list, foldout-modeline-string):
16679         Declare them as variables, not constants.
16681 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16683         * ps-print.el: Modification to print *Messages* buffer.
16684         (ps-print-version): New version 6.6.4.
16685         (ps-message-log-max): New fun.
16686         (ps-spool-without-faces, ps-spool-with-faces)
16687         (ps-count-lines-preprint): Code fix.
16689         * printing.el: New tips in Tips section.
16691 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16693         * delim-col.el: Doc fix.
16695         * printing.el: Doc fix.  New doc section (Tips).
16697 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16699         * type-break.el (type-break-emacs-variant): Remove.
16700         (type-break-run-at-time, type-break-cancel-function-timers):
16701         Use fboundp rather than version name and number.
16703 2004-03-09  Masatake YAMATO  <jet@gyve.org>
16705         * hexl.el (hexl-mode): Use `make-local-variable' instead of
16706         `make-variable-buffer-local'.
16708 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
16710         * find-dired.el (find-dired): Call `shell-command' instead of
16711         `start-process-shell-command'.  By this, Tramp takes over
16712         handling of remote directories.
16714 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16716         * newcomment.el (comment-use-global-state): New var.
16717         (comment-search-forward): Use it.
16719         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
16721         * cus-edit.el (fill) <defgroup>: Move to fill.el.
16723         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
16724         (enable-kinsoku): Make it a defcustom.
16725         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
16726         paragraph to same-comment-start-marker.
16728 2004-03-07  Dave Love  <fx@gnu.org>
16730         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
16731         (browse-url-mail): Use it.
16733         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
16734         (rfc2368-unhexify-string): Use replace-regexp-in-string.
16736 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
16738         * woman.el (woman-man.conf-path): Doc fix.
16739         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
16741 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
16743         * sort.el (sort-columns): Remove ms-dos from the list of systems
16744         where the external `sort' command is not used.
16746 2004-03-07  Kim F. Storm  <storm@cua.dk>
16748         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
16749         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
16750         from overlay-arrow-variable-list.
16751         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
16753 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
16755         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
16756         overlay arrow string properly for the assembler buffer.
16758 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16760         * mail/sendmail.el (mail-mode): Fix last change.
16762 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
16764         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
16765         for the assembler buffer.
16766         (gdb-assembler-custom): Position the overlay arrow.
16767         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
16769 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16771         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
16773         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
16774         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
16776         * mail/sendmail.el (mail-mode): Set comment-start-skip.
16778         * newcomment.el (uncomment-region): Allow non-terminated comment.
16779         (comment-normalize-vars): Check the user-specified comstart marker.
16781 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16783         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
16784         Otherwise, do use it if the region only contains font-lock text
16785         properties.
16787 2004-03-04  Masatake YAMATO  <jet@gyve.org>
16789         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
16790         as the callback function for eldoc.
16791         (hexl-print-current-point-info): New function.
16792         (hexl-current-address): Print the address in both decimal
16793         and hexadecimal format.
16795 2004-03-04  Richard M. Stallman  <rms@gnu.org>
16797         * mail/rmail.el (rmail-convert-to-babyl-format):
16798         Specify t for UNIBYTE when calling mail-unquote-printable-region.
16800         * mail/mail-utils.el (mail-unquote-printable-region):
16801         New arg UNIBYTE.
16803         * startup.el (command-switch-alist): Doc fix.
16805         * simple.el (undo): Temporarily set this-command to `undo-start',
16806         then set it to `undo' once undo-start returns without error.
16808         * simple.el (minibuffer-history-sexp-flag): Doc fix.
16810         * simple.el (kill-line): Don't disregard trailing whitespace
16811         in eol condition, if show-trailing-whitespace is set.
16813         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
16814         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
16815         When disabling, restore old values only if mouse-sel-has-been-enabled.
16817         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
16818         (isearch-{-char): New function.
16819         (isearch-mode-map): Bind { to isearch-{-char.
16821         * font-lock.el (lisp-font-lock-keywords-2):
16822         Turn off the CL with-... and do-... general patterns.
16823         Instead, recognize several specific with... and do... constructs.
16825         * files.el (switch-to-buffer-other-window):
16826         Bind same-window-buffer-names and same-window-regexps to nil.
16827         (switch-to-buffer-other-frame): Likewise.
16829 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16831         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
16832         recognizing leading comment on code line.
16834 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16836         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
16837         hidden files/directories.
16839 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16841         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
16842         only comment-start (in case the mode hasn't set it).
16844         * Makefile.in (AUTOGENEL): New var.
16845         (bootstrap-prepare): Rename from bootstrap-clean.
16846         Don't remove elc files.
16847         (maintainer-clean): New target.
16849         * xml.el (xml-get-attribute-or-nil): Simplify.
16851 2004-03-02  Juri Linkov  <juri@jurta.org>
16853         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
16854         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
16855         URL to prevent their substitution with the environment variable
16856         values by browsers.
16858 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16860         * ps-print.el: Doc fix.
16861         (ps-print-version): New version number (6.6.3).
16862         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
16863         Docstring fix.
16864         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
16865         before printing.
16866         (ps-time-stamp-yyyy-mm-dd): New fun.
16867         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
16869 2004-03-02  Kim F. Storm  <storm@cua.dk>
16871         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
16873 2004-03-01  Juanma Barranquero  <lektu@terra.es>
16875         * allout.el (allout-rebullet-heading): Fix typo in docstring.
16877         * desktop.el (desktop-file-version)
16878         (desktop-after-read-hook): Fix typos.
16879         (desktop-clear-preserve-buffers): Remove redundant info in
16880         docstring already shown by the obsolescence message.
16881         (desktop-truncate, desktop-internal-v2s)
16882         (desktop-value-to-string): Change argument name to match docstring.
16884         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
16886         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
16887         docstring.
16889 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16891         * printing.el: Replace "As Is..." in PostScript file print/preview by
16892         "No Preprocessing...".  Suggested by Colin Marquardt
16893         <_marquardt_@zmd.de>.
16894         (pr-insert-section-4): Adjust buffer interface.
16896 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
16898         Version 2.0.39 of Tramp released.
16900         * net/tramp.el (tramp-handle-file-local-copy)
16901         (tramp-handle-write-region, tramp-open-connection-rsh):
16902         Variable name typo.  Small change.  From Patrick Tullmann
16903         <tullmann@flux.utah.edu>.
16904         (tramp-process-connection-type): New variable.
16905         (tramp-maybe-open-connection): Use it.
16906         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
16907         (tramp-touch): Set last-modified time of a remote file.
16908         (tramp-handle-write-region): Say which function is used when encoding.
16910 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
16912         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
16913         case of non-existing filename, too.  Reported by Christoph Bauer
16914         <c_bauer@informatik.uni-kl.de>.
16915         (tramp-smb-get-file-entries): The directory in question should
16916         have permissions "drwxrwxrwx".  Just virtual, because we don't
16917         know the real permissions.  Don't we know?
16918         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
16919         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
16920         (tramp-smb-wait-for-output): Optimize algorithm getting pending
16921         output.  If it was received chunkwise, there have been problems.
16922         Remove the "prompt not found" error message; it is obvious.
16923         Simplify algorithm.
16924         (tramp-smb-process-running): Remove.  Since we acknowledge the
16925         virtual prompt for shares, there's no need for distinction of
16926         reading shares (process ends afterwards) and interactive mode of
16927         smblient.
16928         (tramp-smb-open-connection): Setting process sentinel removed.
16929         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
16930         "NT_STATUS_NETWORK_ACCESS_DENIED".
16931         (tramp-smb-maybe-open-connection): Set `process-connection-type'
16932         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
16933         (top-level): Setting default value in `tramp-default-method-alist'
16934         corrected.  Order of USER and HOST have been wrong.
16935         Nobody complained for months ...
16936         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
16937         (tramp-smb-open-connection): Clear password cache if login has failed.
16939         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
16940         `tramp-unified-filenames'.
16941         (tramp-completion-mode): Make test for XEmacs explicitely.
16942         `event-to-character' can exists in Emacs packages too.
16943         Reported by Matt Swift <swift@alum.mit.edu>.
16944         (tramp-buffer-name): Buffer name must contain the user if exists.
16945         Reported by Adrian Phillips <a.phillips@met.no>.
16946         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
16947         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
16948         (tramp-do-copy-or-rename-file-out-of-band): Rename from
16949         `tramp-do-copy-or-rename-file-one-local', because it handles also
16950         the case both files use the same out-of-band method.
16951         Implementation added.
16952         (tramp-handle-file-local-copy, tramp-handle-write-region):
16953         Out-of-band handling removed.  `copy-file' called instead, which
16954         calls `tramp-do-copy-or-rename-file-out-of-band'.
16955         (tramp-action-password): Check for out-of-band method removed.
16956         This function is used for 'login-program.
16957         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
16958         appropriate.
16959         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
16960         and `tramp-parse-sknownhosts'.
16961         (tramp-completion-function-alist): It's a defvar now, because we
16962         want to apply the optimized `tramp-set-completion-function'
16963         instead of a static list.
16964         (tramp-set-completion-function): Implementation tuned.
16965         Avoid double entries, and entries where the function or the
16966         file/directory doesn't exist.
16967         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
16968         for SSH2.
16969         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
16970         (tramp-handle-dired-compress-file): New function.
16971         (tramp-async-proc): New variable.
16972         (tramp-handle-shell-command): Adding asynchronous processes.
16973         They are far from being perfect, but it works at least for
16974         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
16975         (top-level): Require password.el if visible.  Should be mandatory
16976         once No Gnus has found its way into (X)Emacs.
16977         (tramp-read-passwd): Invoke `password-read' if available,
16978         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
16979         fallback any longer.
16980         (tramp-clear-passwd): New function.
16981         (tramp-process-actions, tramp-process-multi-actions):
16982         Clear password cache if login has failed.
16984         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
16985         its own module.
16986         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
16987         `ange-ftp-ftp-name-res'.  There could be incorrect values from
16988         previous calls in case the "ftp" method is used in the Tramp file
16989         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16991 2004-02-28  Richard M. Stallman  <rms@gnu.org>
16993         * term.el (term-mouse-paste): Call mouse-set-point.
16995         * thumbs.el: New file.
16997 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16999         * progmodes/ebnf-abn.el: Doc fix.
17001         * progmodes/ebnf-bnf.el: Doc fix.
17002         (ebnf-repeat): Code fix.
17004         * progmodes/ebnf2ps.el: Doc fix.
17005         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17007 2004-02-28  Juri Linkov  <juri@jurta.org>
17009         * ffap.el (dired-at-point): Additional writability test for
17010         relative directory names.
17011         (dired-at-point-prompter): Treat directories as a directory, get
17012         the directory component from files.
17013         (ffap-string-at-point): Return string from region if region is active.
17014         (ffap-file-at-point): Remove redundant code.
17016 2004-02-28  Kim F. Storm  <storm@cua.dk>
17018         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17019         Initialize margin area images to nil.
17020         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17021         (breakpoint-enabled-bitmap-face)
17022         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17023         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17024         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17025         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17026         (gdb-reset): Use gdb-remove-breakpoint-icons.
17027         (gdb-put-string): Add dprop arg to specify alternative display
17028         property (for setting fringe bitmap).
17029         (gdb-remove-strings): Doc fix.
17030         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17031         icon in fringe (if available), or else as icon or text in display
17032         margin.  Creates necessary icons in breakpoint-bitmap,
17033         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17034         Also make left window margin if required.
17035         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17036         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
17037         no longer needed.
17038         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17039         gdb-put-breakpoint-icon.
17040         (gdb-assembler-mode): Don't set left-margin-width here.
17042 2004-02-27  Kevin Ryde  <user42@zip.com.au>
17044         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17045         comma, so that it DTRT in macros.
17047 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
17049         * progmodes/sh-script.el (sh-shell-arg)
17050         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17051         (sh-leading-keywords, sh-other-keywords): Fix custom type.
17053 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
17055         * faces.el (face-spec-set-match-display): Add a new attribute,
17056         `min-colors'.
17057         (region, highlight, secondary-selection): Use `min-colors'.
17059         * custom.el (defface): Add documentation for `min-colors'.
17061         * font-lock.el (font-lock-comment-face, font-lock-string-face)
17062         (font-lock-keyword-face, font-lock-function-name-face)
17063         (font-lock-variable-name-face, font-lock-constant-face):
17064         Use `min-colors'.
17066         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17068 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17070         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
17071         define assq-delete-all if it's not defined.
17072         (ebnf-generate-region): Code fix.
17074         * printing.el: Doc fix.
17075         (pr-version): New version number (6.7.2).
17076         (pr-command): Return empty string if command is an empty string.
17078 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17080         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17082         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
17083         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17084         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
17085         "tt" ["test"] ).  Reported by Markus Dreyer
17086         <mdreyer@ix.urz.uni-heidelberg.de>.
17087         (ebnf-version): New version number (4.0).
17088         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17089         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17090         (ebnf-delete-style): New commands.
17091         (ebnf-directory, ebnf-file): New funs.
17092         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17093         (ebnf-production-name-p, ebnf-stop-on-error): New options.
17094         (ebnf-syntax-alist): New var.
17095         (ebnf-element-width): New fun replacing ebnf-list-width.
17096         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17097         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17098         (ebnf-prologue): Adjust vars.
17099         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17100         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17101         (ebnf-check-style-values, ebnf-generate-production)
17102         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17103         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17104         (ebnf-token-repeat): Code fix.
17106         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
17107         %right, %left and %prec.  Suggested by Matthew K. Junker
17108         <junker@alum.mit.edu>.
17109         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17111         * progmodes/ebnf-iso.el: Doc fix.
17112         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17113         (ebnf-iso-lex): Code fix.
17115         * progmodes/ebnf-bnf.el: Doc fix.
17116         (ebnf-bnf-lex): Code fix.
17118         * progmodes/ebnf-otz.el: Doc fix.
17120 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
17122         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
17123         (abbrev-prefix-mark): Doc fix.
17125 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
17127         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17128         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17129         (gdb-var-delete): Make interactive (really).
17130         (gdb-edit-value): Make non-interactive.
17132         * progmodes/gud.el (gud-speedbar-menu-items):
17133         Add gdb-var-delete and, indirectly, gdb-edit-value.
17134         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17135         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17136         (gud-gdb-marker-filter): Add comment for annotations.
17138 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
17140         * calendar/calendar.el (generate-calendar)
17141         (calendar-read-date): Prevent display of BC calendars once more -
17142         reverts 2003-10-01 change.
17143         (generate-calendar-month): Doc fix.
17145 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
17147         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17148         return value of increment-calendar-month.
17150 2004-02-21  Stephen Compall  <s11@member.fsf.org>
17152         * saveplace.el (save-place-forget-unreadable-files)
17153         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17154         (save-place-forget-unreadable-files): New function.
17155         (save-place-alist-to-file): Use it to filter out files that are
17156         no longer readable.
17158         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17159         current Texinfo environment, using the same method as in
17160         `texinfo-insert-@end', and insert a space rather than a newline if
17161         point in a @table environment.
17163 2004-02-21  Juri Linkov  <juri@jurta.org>
17165         * ffap.el (ffap-file-at-point): Try parent directories.
17167 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
17169         * vcursor.el (vcursor-modifiers): New defcustom.
17170         (vcursor-cs-binding): Use vcursor-modifiers instead of a
17171         hard-coded list.
17173 2004-02-21  Masatake YAMATO  <jet@gyve.org>
17175         * play/animate.el (animate-birthday-present): Accept names other
17176         than `Sarah', too.
17178 2004-02-21  Juri Linkov  <juri@jurta.org>
17180         * startup.el: Remove table of command line arguments from the
17181         Commentary section.
17183 2004-02-20  John Wiegley  <johnw@newartisans.com>
17185         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17186         again" modifier from 'e' to 'E', since 'e' is also used by the
17187         "file extension" modifier.
17189 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
17191         * help-fns.el (describe-categories): Doc fix.
17193 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
17195         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17196         temporary file for buffer already visiting one.  This change makes
17197         output likely to be directly usable by patch program.
17198         Suggested by Adrian Aichner  <adrian@xemacs.org>
17200 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
17202         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17203         case of variables defined in compound statements.
17204         (gdb-setup-windows, gdb-source-info, gdb-source-info):
17205         Simplify constructions using switch-to-buffer.
17207 2004-02-19  Simon Josefsson  <jas@extundo.com>
17209         * play/morse.el: Fix typo.
17210         (morse-code): Add @.
17212 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
17214         * calendar/appt.el (appt-display-format): Change default to
17215         'ignore, for backwards compatibility.
17216         (appt-display-message): If appt-display-format is 'ignore,
17217         respect old vars appt-msg-window and appt-visible.
17218         (appt-activate): Don't depend on return value of cancel-timer.
17220         * calendar/calendar.el (calendar-holidays): Doc fix.
17222         * calendar/cal-coptic.el (coptic-prompt-for-date):
17223         Use assoc-string instead of assoc-ignore-case.
17224         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17225         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17226         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17227         * calendar/cal-islam.el (calendar-goto-islamic-date)
17228         (mark-islamic-diary-entries): Ditto.
17229         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17230         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17231         (calendar-read-mayan-tzolkin-date): Ditto.
17232         * calendar/calendar.el (calendar-read-date): Ditto.
17233         * calendar/diary-lib.el (mark-diary-entries): Ditto.
17235 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
17237         * progmodes/executable.el (executable-command-find-posix-p):
17238         Fix choice of the directory.
17240 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
17242         * simple.el (interprogram-cut-function)
17243         (interprogram-paste-function, kill-new, kill-append):
17244         Doc fixes.
17245         (kill-region): Make it return nil.  Doc fix.
17246         (yank-pop): Make its argument optional.
17247         (yank): Make ARG `-' equivalent to `-1'.
17249 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
17251         * mail/rmail.el (rmail-get-new-mail): Don't reference
17252         rmail-use-spam-filter if rmail-spam-filter is not loaded.
17254 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
17256         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17257         if one of global-auto-revert-non-file-buffers or autorevert-mode
17258         is non-nil.
17260 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
17262         * subr.el (delete-dups): A better implementation from Karl Heuer
17263         <kwzh@gnu.org>.
17265 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
17267         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17268         correct place.
17269         * progmodes/icon.el (icon-indent-command): Ditto.
17270         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17272 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
17274         * progmodes/grep.el (grep-compute-defaults): Undo change from
17275         2004-01-29: don't use executable-command-find-posix-p.
17277 2004-02-16  Richard Sharman  <rsharman@pobox.com>
17279         * hilit-chg.el: Use require instead of eval-and-compile.
17280         (highlight-compare-buffers): New function.
17282 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
17284         * man.el (Man-fontify-manpage): Render section headings in
17285         `Man-overstrike-face' even when overstrike was not used by man
17286         formatter for section headings.
17288 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
17290         * rmail-spam-filter.el (vm-use-spam-filter)
17291         (rsf-min-region-length-added-to-spam-list): New variables.
17292         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17293         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
17294         spam testing.  Don't delete spam message if automatic deletion
17295         after output via variable rmail-delete-after-output is turned on.
17296         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17297         rsf-bbdb-dont-create-entries-for-spam.
17298         (check-field): New function, extracted from code in
17299         rmail-spam-filter to ease addition of header fields like content-type.
17300         (message-content-type): New variable to check the content-type:
17301         field added, also in defcustom of rsf-definitions-alist.
17302         (rmail-spam-filter): Replace repeated test code for header fields
17303         by calls to check-field; change the call to
17304         rmail-output-to-rmail-file such that rmail-current-message stays
17305         the same to avoid wrong deletion of unseen flags.
17306         (rsf-add-contents-type): New function to convert old format
17307         of rmail-spam-definitions-alist into new one.
17308         Change prefixes of all variables and functions from
17309         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17311 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
17313         * loadhist.el (unload-hook-features-list): New defvar.
17315 2004-02-16  Dave Love  <fx@gnu.org>
17317         * loadhist.el (unload-feature): Doc fix.  Rename flist to
17318         unload-hook-features-list.
17320 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
17322         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17323         cookie.  Don't check if we are looking-at open-formula.
17325 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17327         * subr.el (match-string-no-properties): Use substring-no-properties.
17329 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
17331         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17332         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17333         Use lower-case "rx" in all error message.
17335 2004-02-16  Dave Love  <fx@gnu.org>
17337         * emacs-lisp/rx.el (rx-or): Put group around result.
17338         (rx-constituents): Add backref.
17339         (rx-syntax): Add string-delimiter, comment-delimiter.
17340         (rx-categories): Add combining-diacritic.
17341         (rx-check-not, rx-greedy, rx): Doc fix.
17342         (rx-backref, rx-check-backref): New.
17344 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
17346         * newcomment.el (uncomment-region): Allow eob as comment end.
17348 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
17350         * filecache.el: All message and error commands now use prefix
17351         "Filecache:" to make it easy to read *Messages* buffer.
17353 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
17355         * autorevert.el: Add support to detect changed dired and VC buffers.
17356         (auto-revert-active-p, auto-revert-list-diff)
17357         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17358         (auto-revert-handler, auto-revert-active-p): New functions.
17359         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17360         and `auto-revert-active-p'.
17361         (eval-when-compile): Defvar dired-directory and vc-mode.
17362         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17363         (auto-revert-handler-vc): New functions.
17365 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17367         * progmodes/compile.el (compilation-directory): New defvar.
17368         (compile): Save current directory in compilation-directory.
17369         (recompile): Bind default-directory to compilation-directory if
17370         that is non-nil.
17372 2004-02-16  Dave Love  <fx@gnu.org>
17374         * newcomment.el (comment-insert-comment-function)
17375         (comment-region-function, uncomment-region-function): New.
17376         (comment-indent): Use comment-insert-comment-function.
17377         (uncomment-region): Use uncomment-region-function.
17378         (comment-region): Use comment-region-function.
17380         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17382 2004-02-16  Richard Stallman  <rms@gnu.org>
17384         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17385         loaddefs* and ldefs-boot*.
17387 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
17389         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17390         and email address at the beginning and end of the address.
17392         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17393         anchored at the beginning of the email address.
17395 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
17397         * international/ccl.el (ccl-compile-write): Pass `left' to
17398         ccl-embed-code to generate correct code of write-expr-register.
17400 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
17402         * progmodes/grep.el (grep-compute-defaults): Fix typos.
17404 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17406         * x-dnd.el: Mention support for Motif in commentary.
17407         (x-dnd-handle-drag-n-drop-event): Ditto.
17409 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
17411         * ses.el: Use "ses--" prefixes for buffer-local variables.
17412         Use (point-min) instead of 1, even when we know the buffer
17413         is unnarrowed.
17414         (ses-build-load-map): Delete.  Distribute its content to defconst's for
17415         the three maps.
17416         (ses-menu, ses-header-line-menu): New menus.
17417         (ses-mode-map): Use them.
17418         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
17420 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
17422         * Makefile.in: Fix the CC Mode recompile kludge so it works
17423         when building in a different directory.
17425 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
17427         * simple.el (kill-new): Put yank-handler property on the entire string.
17429 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17431         * diff.el: Don't use compile any more, use diff-mode instead.
17432         (diff-regexp-alist, diff-old-file, diff-new-file)
17433         (diff-parse-differences, diff-process-setup): Remove.
17434         (diff-sentinel): New fun.
17435         (diff): Use it.  Run the process ourselves.
17436         Use diff-mode for the rest of the processing.
17438         * diff.el (diff): Simplify code handling `switch'.
17440 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17442         * pcvs-defs.el (cvs-menu): Add `tag'.
17444 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
17446         * simple.el (kill-append): Doc fix.
17448         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17449         Adapt outline-regexp to the new conventions for commenting out code.
17451 2004-02-11  John Paul Wallington  <jpw@gnu.org>
17453         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17455 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17457         * diff.el (diff-switches): New fun.
17458         (diff, diff-backup): Use it.
17459         (diff): Clean up the args construction.  Use backquote.
17460         Use listp instead of consp to avoid putting a nil arg.
17461         (diff): Add a revert-buffer function.
17463 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17465         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17466         handled by x-dnd-handle-file-name.
17467         (x-dnd-known-types): Add COMPOUND_TEXT.
17468         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17469         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17470         x-dnd-empty-state.
17471         (x-dnd-forget-drop): Ditto.
17472         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17473         (x-dnd-handle-one-url): Return private when inserting text.
17474         (x-dnd-insert-ctext): New function.
17475         (x-dnd-handle-file-name): New function for FILE_NAME.
17476         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17477         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17478         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17480 2004-02-10  Kenichi Handa  <handa@m17n.org>
17482         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17483         instead of while loop.
17485 2004-02-10  Miles Bader  <miles@gnu.org>
17487         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17489 2004-02-09  Kenichi Handa  <handa@m17n.org>
17491         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17492         have end-of-line.
17494 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
17496         * Makefile.in: Added extra dependencies in the recompile target
17497         needed to cope with the compile time macro expansions in CC Mode.
17499 2004-02-09  Kim F. Storm  <storm@cua.dk>
17501         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17502         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17503         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17504         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17505         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17506         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17507         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17508         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17509         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17510         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17511         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17513 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17515         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17516         Don't allow shrink if there's a window on our right.
17518         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17519         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17520         Bring together declaration and initialization.
17521         (prolog-mode-variables): Don't set the syntax table.
17522         Don't set paragraph-start and comment-indent-function.
17523         Add /*..*/ to the comment regexps.
17524         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
17525         (prolog-mode-map): Don't bind TAB.
17526         (prolog-mode): Set the syntax table.
17527         (prolog-comment-indent): Remove.
17528         (inferior-prolog-mode-map): Initialize in the declaration.
17529         (inferior-prolog-mode-syntax-table)
17530         (inferior-prolog-mode-abbrev-table): New vars.
17531         (inferior-prolog-mode): Derive from comint-mode.
17532         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17533         minibuffer windows.
17535         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17536         in file names, as long as it is unabmiguous.
17538 2004-02-08  Andreas Schwab  <schwab@suse.de>
17540         * textmodes/reftex-toc.el
17541         (reftex-toc-load-all-files-for-promotion): Remove useless use of
17542         format.  Doc fix.
17544         * textmodes/refer.el (refer-find-entry-internal): Remove extra
17545         format string arguments.
17547         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17548         string argument.
17550         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
17552         * play/zone.el (zone-call): Fix format string.
17554         * net/webjump.el (webjump-builtin): Add missing format string argument.
17556         * midnight.el (midnight-delay-set): Remove extra format string argument.
17558         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
17560         * hexl.el (hexl-insert-char): Add missing format string argument.
17562         * format.el (format-decode): Fix format string.
17564         * emulation/vi.el (vi-mode): Remove extra format string argument.
17565         (vi-repeat-last-search): Likewise.
17566         (vi-reverse-last-search): Likewise.
17567         (vi-goto-mark): Likewise.
17568         (vi-reverse-last-find-char): Likewise.
17569         (vi-repeat-last-find-char): Likewise.
17570         (vi-locate-def): Likewise.
17572         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
17574         * ediff-util.el (ediff-toggle-read-only): Remove extra format
17575         string argument.
17576         (ediff-toggle-regexp-match): Likewise.
17578         * dired-aux.el (dired-do-query-replace-regexp): Add missing
17579         format string argument.
17581         * calc/calc-map.el (calc-get-operator): Remove extra format
17582         string argument.
17584         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
17586         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
17587         string argument.
17589         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
17591         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
17593         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
17595         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
17596         (cl-struct-setf-expander): Likewise.
17598         * vc.el (with-vc-file): Fix unsafe uses of error.
17599         (vc-cancel-version): Likewise.
17601 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
17603         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
17604         thousands separator; fixes <class>:<line-number> regexp for
17605         non-english locales.
17607 2004-02-08  Andreas Schwab  <schwab@suse.de>
17609         * view.el (view-mode-enable): Revert previous change.
17611 2004-02-07  Kim F. Storm  <storm@cua.dk>
17613         * simple.el (line-number-at-pos): Rename from line-at-pos.
17614         Uses changed (what-line and vc-annotate-warp-version).
17616 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17618         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
17619         (diff-mode): Remove aborted attempt at support for compile.el.
17620         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
17622 2004-02-06  Andreas Schwab  <schwab@suse.de>
17624         * view.el (view-mode-enable): Add view-mode-map to
17625         minor-mode-overriding-map-alist.
17627 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17629         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
17631 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17633         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
17634         with point inside rather than after the paragraph.
17636 2004-02-04  Sam Steingold  <sds@gnu.org>
17638         * mail/smtpmail.el (smtpmail-try-auth-methods):
17639         Do not try authentication when no mechanism is available.
17640         Pass port-name as defaultport to `netrc-machine'.
17642 2004-02-04  Stephen Eglen  <stephen@gnu.org>
17644         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
17645         to show how minibuffer height can be constrained.
17647 2004-02-04  John Paul Wallington  <jpw@gnu.org>
17649         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
17651 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17653         * x-dnd.el: New file for drag and drop.
17655         * term/x-win.el: require x-dnd, set after-make-frame-functions
17656         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
17657         drag-n-drop event.
17659         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
17660         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
17661         (dired-dnd-handle-file): New functions for drag and drop support.
17662         (dired-mode): Initialize drag and drop if x-dnd present.
17664 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17666         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
17667         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
17668         (cperl-mode): Set fill-paragraph-function.
17669         (cperl-fill-paragraph): Make it non-interactive.
17671 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
17673         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
17675 2004-02-02  David Kastrup  <dak@gnu.org>
17677         * replace.el (perform-replace): Allow 'literal argument in
17678         regexp-flag to indicate literal replacement.
17679         (query-replace-regexp-eval): Use it.
17681 2004-02-01  Andreas Schwab  <schwab@suse.de>
17683         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
17685 2004-02-01  Stephen Eglen  <stephen@gnu.org>
17687         * info-look.el: Add support for maxima-mode.  Update commentary
17688         because info-lookup-symbol is now bound to C-h S.
17690 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
17692         * simple.el (edit-and-eval-command): Bind print-level and
17693         minibuffer-history-sexp-flag around call to read-from-minibuffer.
17694         Correct initial position in command-history.
17696 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
17698         * files.el (read-directory-name): Adapt the docstring to recent
17699         change in Fread_file_name.
17701 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
17703         * ses.el (ses-print-cell): If print format too wide for column
17704         width, truncate decimal places if that helps to avoid "#####" fill.
17705         * ses.el (ses-initial-column-width): Revert previous change.
17707 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17709         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
17710         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
17711         Add edebug info.
17712         (jit-lock-mode): Setup/cancel the new timer.
17713         (jit-lock-context-fontify): New fun.  Extracted from
17714         context fontification code of jit-lock-stealth-fontify.
17715         (jit-lock-stealth-fontify): Don't do context fontification any more.
17717         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
17718         (jit-lock-fontify-now): Handle the `quit' case.
17719         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
17721 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
17723         * progmodes/executable.el (executable-command-find-posix-p):
17724         New.  Check if find handles arguments Posix-style.
17726         * progmodes/grep.el (grep-compute-defaults):
17727         Use executable-command-find-posix-p.
17728         (grep-find): Check `grep-find-command'.
17730         * filecache.el (file-cache-find-posix-p): Delete.
17731         (file-cache-add-directory-using-find):
17732         Use `executable-command-find-posix-p'.
17734 2004-01-29  Dave Love  <fx@gnu.org>
17736         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17737         Iterate the hook function if arg is given.
17738         (mark-defun, narrow-to-defun): Change order of finding the limits.
17740         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
17741         (byte-compile-format-warn): New.
17742         (byte-compile-callargs-warn): Use it.
17743         (Format, message, error): Add byte-compile-format-like property.
17744         (byte-compile-maybe-guarded): New.
17745         (byte-compile-if, byte-compile-cond): Use it.
17746         (byte-compile-lambda): Compile interactive forms,
17747         just to make warnings about them.
17749 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
17751         * ses.el (ses-initial-column-width): Increase to 14, so it will
17752         work well with the default printer of "%.7g" for extreme values
17753         like "-1.234567e+07".
17755 2004-01-29  Kenichi Handa  <handa@m17n.org>
17757         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
17759 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
17761         * dos-w32.el: Added support for the `default-printer-name' function.
17763 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17765         * server.el (server-socket-name): Don't use the hostname in the
17766         socket name since /tmp is local to the host anyway.
17768         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
17769         robust check of widening and fix var-naming.
17771 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
17773         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
17774         or rmail-spam- to rsf- in all function and variable names.
17775         (rsf-min-region-to-spam-list): New variable.
17776         (rsf-bbdb-auto-delete-spam-entries): Rename from
17777         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
17778         scanned together with the recipients field for spam testing; Don't
17779         delete spam message if rmail-delete-after-output is non-nil;
17780         (rsf-check-field): New function, extracted from code in
17781         rmail-spam-filter to ease addition of header fields like
17782         content-type:;
17783         (message-content-type): New variable.  The content-type: field was
17784         added also in defcustom of rsf-definitions-alist;
17785         (rmail-spam-filter): Replace repeated test code for header fields
17786         by calls to check-field; change the call to
17787         rmail-output-to-rmail-file such that rmail-current-message stays
17788         the same to avoid wrong deletion of unseen flags.
17789         (rmail-use-spam-filter): Add autoload cookie.
17791 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
17793         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
17794         (file-cache-add-directory-using-find): Add Cygwin support.
17795         (file-cache-find-command-posix-flag): New user variable.
17797         * filecache.el (file-cache-add-directory): Check for
17798         directories an remove them from dir-files.
17800 2004-01-27  Richard M. Stallman  <rms@gnu.org>
17802         * man.el (Man-fontify-manpage): Clean up message.
17804 2004-01-27  Kenichi Handa  <handa@m17n.org>
17806         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
17807         (sentence-end): Define using sentence-end-without-space.
17809         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
17810         a sentence ends with one of a character in sentence-end-without-space.
17812 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17814         * font-lock.el (font-lock): Add jit-lock as explicit group member.
17815         (jit-lock): Group declaration moved to jit-lock.el.
17816         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
17817         when necessary.
17819         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
17820         (jit-lock-context-unfontify-pos): Rename from
17821         jit-lock-first-unfontify-pos.
17822         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
17824 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
17826         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
17827         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
17828         (fortran-fill): When filling a string, adjust re-search-backward
17829         argument for special case of string just on fill-column.
17830         When filling non-string, allow one extra char if
17831         fortran-break-before-delimiters is non-nil.
17832         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
17833         Use fortran-break-delimiters-re and fortran-no-break-re to
17834         correctly handle cases such as "**".
17836         * progmodes/f90.el (f90-break-delimiters): Doc fix.
17837         (f90-no-break-re): Add some extra tokens.  Doc fix.
17839 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
17841         * mail/rmail-spam-filter.el:
17842         Use two semicolons as Commentary line prefix.
17843         Add ";;; Code:" stylized comment.
17844         Delete end-of-line whitespace.
17845         Wrap (require 'cl) with `eval-when-compile'.
17847 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
17849         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
17850         at the top level of vc.el.
17852 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
17854         * vc.el (vc-current-line): Function removed.  This is now done by
17855         the new function line-at-pos in simple.el.
17856         (vc-annotate-warp-version): Use line-at-pos instead of
17857         vc-current-line.
17859 2004-01-22  Kim F. Storm  <storm@cua.dk>
17861         * simple.el (line-at-pos): New defun.
17862         (what-line): Use it.  Optimize by only counting lines in narrowed
17863         region once.
17865 2004-01-22  Kenichi Handa  <handa@m17n.org>
17867         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
17868         point (register r1) only for charset mule-unicode-0100-24ff.
17870 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
17872         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
17873         trailing white space and ensure a final newline.
17875         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
17876         Add autoload cookie.
17878 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
17880         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
17881         activate view-mode explicitly.
17883 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17885         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
17886         use clipboard first.
17888 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17890         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
17891         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
17892         (vc-mcvs-cvs): Remove.
17893         (vc-mcvs-command): Remove use of assert.
17895         * outline.el (outline-insert-heading): Tighten up match.
17896         (outline-demote, outline-move-subtree-down): Don't assume anything
17897         about outline-regexp.
17899         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
17900         (texinfo-show-structure): Explicitly add ^, and simplify.
17902 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
17904         * calendar/appt.el (appt-check): Restore usage of
17905         appt-issue-message deleted in previous change.
17906         (top-level): Activate package when loaded (needed for backwards
17907         compatibility).
17909 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17911         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
17912         following previous change to smtpmail-send-data.
17914 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
17916         * vc.el (vc-default-previous-version): Doc enhancement.
17917         (vc-default-next-version): New function.
17918         (vc-print-log): New arg FOCUS-REV.
17919         (vc-annotate-mode): Derive from view-mode.
17920         (vc-annotate): New args REVISION, DISPLAY-MODE.
17921         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
17922         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
17923         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
17924         (vc-annotate-show-diff-revision-at-line, vc-current-line)
17925         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
17927         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
17929 2004-01-19  Karl Berry  <karl@gnu.org>
17931         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
17932         or "TexInfo".
17934 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
17936         * subr.el (delete-dups): New function.
17938 2004-01-19  Karl Berry  <karl@gnu.org>
17940         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
17941         with ^, since that's what texinfo-show-structure
17942         documentation says (plus it works much better in texinfo.txi).
17944 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
17946         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
17948 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
17950         * progmodes/which-func.el (which-function-mode): Don't cancel
17951         which-func-update-timer if not set.
17953 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
17955         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
17956         Remove spurious left square bracket in XX:XXam regexp.
17958 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
17960         * progmodes/cc-defs.el: Do not require cl at run time.
17962 2004-01-16  Richard M. Stallman  <rms@gnu.org>
17964         * emacs-lisp/cl.el (cl-cannot-unload): New function.
17965         (cl-unload-hook): Defvar this to run cl-cannot-unload.
17967         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
17968         Call rmail-spam-filter.  Delete and expunge spam.
17969         Print number of spam messages deleted.
17970         Save and restore the deletion status of old messages when reading
17971         new mail with spam filter, so that expunging spam does not expunge
17972         msgs deleted by the user.
17973         (rmail-only-expunge): Add an optional argument dont-show to
17974         prevent showing message after expunge.
17976 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
17978         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
17979         * subr.el (declare): New macro.
17981 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
17983         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
17985 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17987         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17988         Test window-system rather than system-type (for X11/Mac).
17990 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
17992         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
17994 2004-01-12  Richard M. Stallman  <rms@gnu.org>
17996         * mail/rmail.el (rmail-convert-to-babyl-format):
17997         Use mail-unquote-printable-region.
17998         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
17999         (rmail-hex-char-to-integer): Functions deleted.
18001         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18002         (mail-unquote-printable-region): New arg NOERROR.
18003         For invalid encoding, either signal an error to just return nil.
18005 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
18007         * calendar/appt.el: Update copyright and commentary.
18008         (appt-issue-message): Make obsolete.
18009         (appt-visible, appt-msg-window): Make obsolete, in favour of
18010         appt-display-format.
18011         (appt-display-mode-line, appt-display-duration)
18012         (appt-display-diary, appt-time-msg-list, appt-mode-string)
18013         (appt-prev-comp-time, appt-display-count, appt-timer)
18014         (appt-convert-time): Doc change.
18015         (appt-disp-window-function, appt-delete-window-function):
18016         Use defcustom rather than defvar.
18017         (appt-display-format): New variable.
18018         (appt-display-message): New function with display code from appt-check.
18019         (appt-check): Add optional FORCE argument.  Doc change.
18020         Add appt-make-list to diary-hook if displaying diary.
18021         Remove checking of view-diary-entries-initially.
18022         Message display section removed to new function appt-display-message.
18023         (appt-display-window): Doc change.  Remove unused internal var
18024         this-buffer.  Do not beep, since appt-display-message does that.
18025         (appt-make-list): Doc change.  Use caar.
18026         (appt-sort-list): Simplify by using builtin sort function.
18027         (appt-update-list): New function for updating appts when diary is
18028         saved.
18029         (appt-activate): New autoloaded function to toggle package
18030         functionality.
18032         * calendar/cal-x.el: (calendar-one-frame-setup)
18033         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18035         * calendar/calendar.el: Update copyright.
18036         (view-diary-entries-initially, european-calendar-style): Doc change.
18037         (calendar-setup): Make defcustom rather than defvar.
18038         (mark-visible-calendar-date): Initialize temp-face and faceinfo
18039         in let binding so local to function.
18041         * calendar/diary-lib.el: Update copyright.
18042         (diary, diary-entry-time): Doc change.
18043         (list-diary-entries): Doc change.  Trivial logic change.
18044         (fancy-diary-display): Restore make-face command mistakenly
18045         deleted 2003-05-08.
18046         (show-all-diary-entries): Allow to pop-up frame if needed.
18048 2004-01-09  John Paul Wallington  <jpw@gnu.org>
18050         * bindings.el (mode-line-change-eol): Add EVENT parameter.
18051         Temporarily select EVENT's window for changing eol type.
18053 2004-01-09  Deepak Goel  <deego@gnufans.org>
18055         * calendar/diary-lib.el (diary-entry-time):
18056         Also accept time in the form XX[.XX][am/pm/AM/PM].
18057         (fancy-diary-font-lock-keywords): Likewise.
18058         (diary-font-lock-keywords): Likewise.
18059         * calendar/appt.el (appt-add): Likewise.
18060         (appt-make-list): Likewise.
18061         (appt-convert-time): Likewise.
18063 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
18065         * gdb-ui.el (gdb-ann3): Revert previous change.
18066         (gdb-source-info): Allow for case of where compilation directory
18067         is not recorded.
18069 2004-01-08  John Paul Wallington  <jpw@gnu.org>
18071         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18073 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
18075         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18077         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18078         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18079         problems.
18080         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18082 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
18084         * files.el (write-file-functions, write-contents-functions):
18085         Clarify docstrings.
18087 2004-01-07  Kenichi Handa  <handa@m17n.org>
18089         * international/mule.el (set-auto-coding): Fix for the case that
18090         end-of-line is only CR.
18092 2004-01-07  Kim F. Storm  <storm@cua.dk>
18094         * subr.el (event-start, event-end): Doc fix.
18095         (posn-string, posn-image): New defuns.
18096         (posn-object): Return either image or string object.
18097         (posn-object-x-y): Return 8th element of position.
18098         (posn-object-width-height): New defun.
18100 2004-01-06  Andreas Schwab  <schwab@suse.de>
18102         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18103         output.
18105 2004-01-05  Karl Berry  <karl@gnu.org>
18107         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18108         / and *, too.
18110 2003-12-31  Simon Josefsson  <jas@extundo.com>
18112         * files.el (before-save-hook): Add.
18113         (basic-save-buffer): Use before-save-hook.
18115         * emacs-lisp/copyright.el: Fix comment to recommend
18116         before-save-hook instead of write-file-functions.
18118 2004-01-05  Richard M. Stallman  <rms@gnu.org>
18120         * finder.el (finder-commentary): Call delete-other-windows.
18122         * net/ange-ftp.el (ange-ftp-file-attributes):
18123         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18125 2004-01-04  Karl Berry  <karl@gnu.org>
18127         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18128         comment characters % and # in the copyright year notice,
18129         as well as ;.
18131 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
18133         * wid-edit.el (default): Define dummy :value-delete.
18134         Reported by Jesper Harder <harder@ifa.au.dk>.
18136 2004-01-03  Richard M. Stallman  <rms@gnu.org>
18138         * progmodes/compile.el (compile-internal): Use point, not point-min,
18139         for set-window-point.
18141         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18143         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18145         * progmodes/grep.el (grep-mode-map):
18146         Don't remap next-line, previous-line.
18148 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
18150         * speedbar.el (speedbar-edit-line): Change regexp to position
18151         the cursor on the first character of this line's button.
18153 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
18155         * subr.el (functionp): Doc fix.
18157 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18159         * progmodes/idlwave.el (idlwave-make-tags):
18160         * textmodes/flyspell.el (flyspell-large-region):.
18161         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18162         * emulation/viper-util.el (viper-glob-unix-files):
18163         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18164         * man.el (Man-init-defvars):
18165         * jka-compr.el (jka-compr-call-process):
18166         * files.el (get-free-disk-space,insert-directory):
18167         * ediff-ptch.el (ediff-test-patch-utility):
18168         * ediff-diff.el (ediff-test-utility):
18169         * dired-aux.el (dired-check-process):
18170         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18171         test the return value of call-process, because it can be a string.
18173 2003-12-31  John Paul Wallington  <jpw@gnu.org>
18175         * bindings.el (completion-ignored-extensions): Add .pfsl.
18177 2003-12-31  Kim F. Storm  <storm@cua.dk>
18179         * ido.el (ido-nonreadable-directory-p): New defun to check for
18180         nonreadable directory without activating tramp (to avoid problems
18181         with checking incomplete tramp paths).
18182         (ido-set-current-directory, ido-file-internal)
18183         (ido-file-name-all-completions1): Use it.
18185 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
18187         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18188         documentation if the anchor (or node) name is preceded by `info
18189         anchor' or `Info anchor' in addition to earlier `info node' and
18190         `Info node'.
18191         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18193 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
18195         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18196         error in arguments to base64-decode-region.  Remove ^M characters
18197         after decoding base64.
18199 2003-12-30  Simon Josefsson  <jas@extundo.com>
18201         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
18202         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18203         have only been distributed with Emacs for some years.
18204         (texinfo-mode-hook): Customize.
18206 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
18208         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18209         cleaner (suggested by Richard Stallman).
18211         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18212         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18213         file-name clashes on 8+3 DOS filesystems.
18215         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18216         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18217         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18218         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18219         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18220         file-name clashes on 8+3 filesystems.
18222         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18223         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18224         file-name clashes on 8+3 DOS filesystems.
18226 2003-12-29  Richard M. Stallman  <rms@gnu.org>
18228         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18229         Upcase the character.
18231         * textmodes/flyspell.el (mail-mode-flyspell-verify):
18232         Search for header separator alone on a line, literally,
18233         and search for it backward, not forward.
18234         (flyspell-abbrev-table): Always use global-abbrev-table
18235         if there is no local one.
18237         * progmodes/sh-script.el (sh-get-indent-info):
18238         Don't move point back if at bob.
18240         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18242         * play/handwrite.el (handwrite): Make the handwrite credit message
18243         a comment rather than an output command.
18245         * obsolete/sc.el: Display message that this file is obsolete.
18247         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18249         * mail/rfc822.el (rfc822-address-start): Declare variable.
18250         Renamed from address-start.  All uses changed.
18252         * term.el (term-exec): Set up sentinel.
18253         (term-sentinel): New function.
18254         (term-handle-exit): New function.
18256         * subr.el (assoc-ignore-case, assoc-ignore-representation):
18257         Use assoc-string, and mark them obsolete.
18258         (delay-mode-hooks): Mark as permanent local.
18260         * simple.el (sendmail-user-agent-compose): Use assoc-string.
18262         * register.el (copy-rectangle-to-register): Doc fix.
18264         * info.el (Info-insert-dir): Use assoc-string.
18266         * info-look.el (info-lookup): Use assoc-string.
18268         * frame.el (pop-up-frame-function): Use quote, not `function'.
18269         (frame-notice-user-settings): Calculate ADJUSTED-TOP
18270         copying with lists as coordinate values.
18272         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18274         * find-dired.el (kill-find): New command.
18275         (find-dired): Make buffer read-only.
18276         Set up a keymap with C-c C-k running kill-find.
18277         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18279         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18281         * filecache.el (file-cache-ignore-case): New variable.
18282         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
18284         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18285         (comint-dynamic-complete-as-filename): Rename local vars.
18286         (comint-dynamic-list-filename-completions): Likewise.
18288         * comint.el (comint-dynamic-list-completions-config): New var.
18289         (comint-dynamic-list-completions): Handle both SPC and TAB right.
18291         * comint.el (comint-file-name-chars): Add [].
18292         (comint-word): Use skip-chars-backward, not search.
18294         * shell.el (shell-file-name-chars): Add [].
18296         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18298         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18300         * generic.el (define-generic-mode): Doc fix.
18302 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
18304         * files.el (kill-some-buffers): Doc fix.
18306 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
18308         * comint.el (comint-watch-for-password-prompt): Pass `string' as
18309         arg to send-invisible
18310         (send-invisible): Doc fix.  The argument is now a prompt, not the
18311         string to send.
18312         (comint-read-noecho): Doc fix.
18314 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
18316         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18317         "@", as required by some ISP hosting service.  Fix defcustom
18318         argument syntax errors that prevented use of customization.
18320 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
18322         * xml.el (xml-get-attribute-or-nil): Doc fix.
18324 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
18326         * net/zone-mode.el (zone-mode): Use write-file-functions, not
18327         write-file-hooks.
18329 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18331         * autorevert.el (auto-revert-interval): Doc fix.
18333 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
18335         * xml.el (xml-get-attribute-or-nil): New function, like
18336         xml-get-attribute, but returns nil if the attribute was not found.
18337         (xml-get-attribute): Convert to defsubst, uses
18338         xml-get-attribute-or-nil.
18340 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
18342         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18344 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
18346         * custom.el (custom-declare-theme): Use `value' when putting
18347         properties on `theme'.
18349 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
18351         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18352         for each yank-handler segment.
18353         (insert-for-yank-1): New function, with the body of the previous
18354         insert-for-yank.
18356         * textmodes/table.el (table-yank-handler): New defcustom.
18357         (table--put-cell-indicator-property): Put yank-handler property
18358         that indicates the yank handler for the table cell.
18360 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18362         * generic-x.el (etc-modules-conf-generic-mode): A more complete
18363         set of keywords.
18365 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
18367         * international/mule-cmds.el (reset-language-environment)
18368         (set-language-environment): Don't invoke fontset-related functions
18369         if fontset-list is not fboundp.
18371 2003-12-29  Kenichi Handa  <handa@m17n.org>
18373         * international/mule-cmds.el (reset-language-environment):
18374         Call set-overriding-fontspec-internal with nil.
18375         (set-language-environment): Call set-overriding-fontspec-internal
18376         if the language environment specify `overriding-fontspec'.
18377         (language-info-alist): Doc added.
18379         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18380         characters of mule-unicode-0100-24ff.
18381         (ccl-encode-windows-1251-font): New CCL program.
18382         ("Bulgarian"): Specify overriding-fontspec.
18383         ("Belarusian"): Likewise.
18385 2003-12-28  Sam Steingold  <sds@gnu.org>
18387         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18388         parameter ID-FORMAT to conform with the 2003-11-30 patch.
18390 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
18392         * progmodes/gud.el (gud-gdb-command-name): Set default to
18393         "gdb --annotate=3".
18394         (gud-gdb-marker-filter): Look out for annotations.
18395         (gdb-first-pre-prompt): New variable.
18396         Remove trailing white space.
18398         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18399         if necessary.
18400         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
18401         annotations are detected.
18402         (gud-gdba-marker-filter): Use global variable gud-marker-acc
18403         instead of a local one to allow transition from
18404         gud-gdb-marker-filter.
18405         Remove trailing white space.
18407 2003-12-27  Kim F. Storm  <storm@cua.dk>
18409         * ido.el: Handle non-readable directories.
18410         (ido-decorations): Add 9th element for non-readable directory.
18411         (ido-directory-nonreadable): New dynamic var.
18412         (ido-set-current-directory): Set it.
18413         (ido-read-buffer, ido-file-internal):
18414         (ido-read-file-name, ido-read-directory-name): Let-bind it.
18415         (ido-file-name-all-completions1): Return empty list for
18416         non-readable directory.
18417         (ido-exhibit): Print [Not readable] if directory is not readable.
18418         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18419         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18420         Use it.
18422 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
18424         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18425         calls to directory-files-and-attributes and file-attributes.
18426         (ls-lisp-format): Remove system dependent handling of user and
18427         group id's.
18429 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
18431         * ffap.el (ffap-read-file-or-url): Revert previous change.
18433 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
18435         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18436         new list of included files called `files-with-node-lines', that
18437         only have node lines.  This way @include commands can include any
18438         file, such as version and update files without node lines, not
18439         just files that are chapters.
18441 2003-12-25  Andreas Schwab  <schwab@suse.de>
18443         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18444         file not found.
18446 2003-12-08  Miles Bader  <miles@gnu.org>
18448         * dired.el (dired-between-files): Always use dired-move-to-filename,
18449         which is more robust in non-english locales.
18451 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
18453         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18455 2003-12-24  Andreas Schwab  <schwab@suse.de>
18457         * shell.el (shell-file-name-quote-list): Add backslash.
18459         * comint.el (comint-quote-filename): Correctly handle backslash
18460         in comint-file-name-quote-list.
18462 2003-12-24  Kenichi Handa  <handa@m17n.org>
18464         * international/mule-cmds.el (set-default-coding-systems):
18465         Call ucs-set-table-for-input for all buffers that don't have local
18466         value of buffer-file-coding-system.
18468         * international/ucs-tables.el (ucs-set-table-for-input):
18469         If translation-table-for-encode is a symbol, get its
18470         translation-table property.
18472 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
18474         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18475         to `completing-read' on a recently fixed bug.
18477         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18478         instead of SPACE, to get the list of possible fringe modes.
18479         SPACE only works if both `partial-completion-mode' and
18480         `completion-auto-help' are nil.
18482         * complete.el (PC-is-complete-p): Delete.
18483         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18484         calls to `test-completion'.
18486 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
18488         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18489         to edit values when there are no children.
18491         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18492         a mode called "Assembler" already exists.
18493         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18494         (gud-watch): Use format option.  Remove font properties from string.
18495         (gdb-var-create-handler, gdb-var-list-children-handler):
18496         Don't bother about properties as there are none.
18497         (gdb-var-create-handler, gdb-var-list-children-handler)
18498         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18499         with two arguments.
18500         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18501         Let speedbar show value changes with a different font.
18502         (gdb-edit-value): New defun.
18503         (gdb-clear-partial-output, gdb-clear-inferior-io)
18504         (def-gdb-auto-update-handler): Use erase-buffer.
18505         (gdb-frame-handler): Display watch expressions in
18506         FUNCTION::VARIABLE format if required.
18508 2003-12-23  John Paul Wallington  <jpw@gnu.org>
18510         * info.el (Info-unescape-quotes, Info-split-parameter-string)
18511         (Info-goto-emacs-command-node): Doc fixes.
18513 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
18515         * cus-edit.el (custom-add-parent-links): Define "many".
18517 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
18519         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18520         (widget-child-validate, widget-type-value-create)
18521         (widget-type-default-get, widget-type-match): New functions.
18522         (lazy): New widget.
18523         (menu-choice, checklist, radio-button-choice, editable-list)
18524         (group, documentation-string): Remove redundant (per 2003-10-25
18525         change) calls to `widget-children-value-delete'.
18526         (widget-choice-value-get, widget-choice-value-inline): Remove.
18527         (menu-choice): Update widget.
18529 2003-12-03  Kenichi Handa  <handa@m17n.org>
18531         * language/cyrillic.el: Register "microsoft-cp1251" in
18532         ctext-non-standard-encodings-alist.
18533         ("Bulgarian"): Add ctext-non-standard-encodings.
18534         ("Belarusian"): Likewise.
18536         * international/mule-conf.el (compound-text-with-extensions):
18537         Change the type to 2 (iso-2022 base).
18539         * international/mule.el (ctext-non-standard-encodings-alist):
18540         Change the format.
18541         (ctext-non-standard-encodings): New variable.
18542         (ctext-post-read-conversion): Fully re-written.
18543         (ctext-non-standard-designations-alist): Delete it.
18544         (ctext-non-standard-encodings-table): New function.
18545         (ctext-pre-write-conversion): Fully re-written.
18547 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
18549         * cus-edit.el (custom-add-parent-links): Add documentation links
18550         for parent, if the item has none of its own.
18552 2003-11-30  Richard M. Stallman  <rms@gnu.org>
18554         * dired-aux.el (dired-do-query-replace-regexp):
18555         Report files visited read-only.
18557 2003-11-30  Juri Linkov  <juri@jurta.org>
18559         * dired-aux.el (dired-compare-directories): New command.
18560         (dired-file-set-difference, dired-files-attributes): New functions.
18562 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
18563         Version 2.0.38 of Tramp released.
18565         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
18566         Charles Curley <charlescurley@charlescurley.com>.
18567         (tramp-multi-connection-function-alist): Add ssht entry which adds
18568         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
18569         Aichner.
18570         (tramp-get-method-parameter): New function to retrieve a method
18571         parameter.  This allows for omission of method parameters.
18572         Callers adjusted.
18574 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
18576         * net/tramp.el: Add new optional parameter ID-FORMAT to
18577         `file-attributes'.  Calls of `file-attributes' won't use this
18578         parameter for backward compatibility reasons.
18579         (tramp-perl-file-attributes): Add a new parameter to Perl script
18580         in order to handle uid/gid as strings, if desired.
18581         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
18582         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
18583         order to make the function more general.
18584         (tramp-handle-file-attributes): Replace proprietary optional
18585         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
18586         (tramp-handle-file-attributes-with-perl): Handle parameter
18587         NONNUMERIC if set.  This wasn't done in the past.
18588         (tramp-post-connection): Apply second parameter "$2" if
18589         `tramp-remote-perl' is called.
18591         * net/tramp-smb.el (tramp-smb-handle-delete-file):
18592         Correct cut'n'waste error (`filename' instead of `directory').
18593         (tramp-smb-handle-directory-files-and-attributes)
18594         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
18595         introduced parameter ID-FORMAT.
18596         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
18597         error (`directory' instead of `ldir').
18599         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
18600         `file-attributes' has a second parameter.  If yes, apply it with
18601         value "'integer".  Otherwise, don't use that parameter (default is
18602         integer format).
18604 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
18606         * help.el (help-map): Bind `display-local-help' to `C-h .'.
18607         (help-for-help): Add `C-h .' to the listed Help options.
18608         Remove trailing whitespace.
18610         * help-at-pt.el: New file.
18612 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
18614         * subr.el (noreturn, 1value): New macros for test coverage.
18615         See `testcover.el'.
18617         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
18619         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
18620         for macro `1value'.
18621         (testcover-1value): New function.  Checks that a 1value form
18622         actually returns only one value.  Requested by RMS.
18624 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
18626         * gdb-ui.el (gud-watch, gdb-var-create-handler)
18627         (gdb-var-list-children, gdb-var-list-children-handler)
18628         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
18629         gdb commands that use mi to keep them out of the command history.
18631 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18633         * cus-start.el (all): Add use-file-dialog.
18635 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18637         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
18639 2003-11-27  Kim F. Storm  <storm@cua.dk>
18641         * subr.el (posn-object-x-y): New defun.
18643 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18645         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
18646         Don't use `space' for \\\n.
18647         Be more selective as to which # are comment-starters.
18649 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
18651         * subr.el (number-sequence): Improve handling of floating point
18652         arguments (suggested by Kim Storm).  Allow negative arguments.
18654 2003-11-26  Kenichi Handa  <handa@m17n.org>
18656         * international/mule-cmds.el (standard-display-european-internal):
18657         Cancel the standard-display-table setting for ` and '.
18659 2003-11-26  Kim F. Storm  <storm@cua.dk>
18661         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
18662         New defcustoms to add ffap-like functionality to ido.
18663         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
18664         (ido-no-final-slash): New defun.
18665         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
18666         (ido-read-file-name): ): Toggle VC checking via
18667         vc-handled-backends instead of vc-master-templates.
18668         (ido-file-internal): Handle ido-use-url-at-point and
18669         ido-use-filename-at-point via code borrowed from ffap-guesser.
18670         Handle new ido-exit code ffap.
18671         (ido-sort-list): Ignore final slash when sorting file names.
18673 2003-11-25  Kim F. Storm  <storm@cua.dk>
18675         * emulation/cua-base.el (cua--standard-movement-commands):
18676         Add forward-sentence and backward-sentence.
18678 2003-11-25  Stephen Eglen  <stephen@gnu.org>
18680         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
18681         iswitchb-exit is set to 'usefirst when user selects buffer at head
18682         of list using RET.  (Selecting buffers at the head of the list was
18683         broken if the substring was also a complete buffername.)
18685 2003-11-23  Kim F. Storm  <storm@cua.dk>
18687         * progmodes/compile.el (grep-command, grep-use-null-device)
18688         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
18689         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
18690         (grep-regexp-alist, grep-program, find-program)
18691         (grep-find-use-xargs, grep-history, grep-find-history)
18692         (grep-process-setup, grep-compute-defaults)
18693         (grep-default-command, grep, grep-tag-default, grep-find)
18694         (grep-expand-command-macros, grep-tree-last-regexp)
18695         (grep-tree-last-files, grep-tree): Move grep variables, functions
18696         and commands to new file grep.el.
18697         (compilation-mode-map): Remove grep commands from Compile sub-menu.
18698         (compilation-process-setup-function): Doc fix.
18699         (compilation-highlight-regexp, compilation-highlight-overlay): New
18700         defvars used for highlighting current compile error in source buffer.
18701         (compile-internal): New optional args HIGHLIGHT-REGEXP and
18702         LOCAL-MAP which overrides compilation-highlight-regexp and
18703         compilation-mode-map for this compilation.
18704         Delay calling compilation-set-window-height until after running
18705         compilation-process-setup-function so it can buffer-local override
18706         compilation-window-height.
18707         Check buffer-local value of compilation-scroll-output.
18708         (compilation-set-window-height): Use buffer-local value of
18709         compilation-window-height.
18710         (compilation-revert-buffer): Don't pass (undefined)
18711         preserve-modes arg to revert-buffer.
18712         (next-error-no-select, previous-error-no-select): New commands.
18713         (compilation-goto-locus): Temporarily highlight current match in
18714         source buffer using compilation-highlight-regexp.
18716         * progmodes/grep.el: New file with grep code from compile.el.
18717         (grep): New defcustom group.
18718         (grep-window-height): New defcustom, like compilation-window-height.
18719         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
18720         (grep-scroll-output): New defcustom, like compilation-scroll-output.
18721         (grep-command, grep-use-null-device, grep-find-command)
18722         (grep-tree-files-aliases, grep-tree-ignore-case)
18723         (grep-tree-ignore-CVS-directories): Move to grep custom group.
18724         (grep-setup-hook): New hook variable.
18725         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
18726         (grep-last-buffer): New defvar, override compilation-last-buffer.
18727         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
18728         Call compile-internal with args highlight-regexp and grep-mode-map.
18730 2003-11-23  Kim F. Storm  <storm@cua.dk>
18732         * subr.el (event-start, event-end): Doc fix.
18733         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
18734         (posn-area, posn-actual-col-row, posn-object): New defuns.
18735         (posn-col-row): Simplify doc.  Rewrite to use cond.
18736         (posn-point): Also return buffer position for events outside text
18737         area (that info is now present in the event position).
18739         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
18740         mouse-set-point so that hscroll still works now that clicks on
18741         fringes generate specific mouse events.
18742         (mouse-set-point): Note that it now works in fringes and margins
18743         too due to new semantics of posn-point in fringes and margins.
18745         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
18746         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
18748 2003-11-20  Kim F. Storm  <storm@cua.dk>
18750         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
18751         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
18752         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
18753         to 100 for icons to avoid increasing line height when shown.
18755 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18757         * newcomment.el (comment-normalize-vars): Initialize properly if
18758         comment-start was nil.
18760 2003-11-19  Andreas Schwab  <schwab@suse.de>
18762         * simple.el (set-variable): Fix indentation.
18764 2003-11-17  Kenichi Handa  <handa@m17n.org>
18766         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
18767         Fix docstring.
18769 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18771         * international/latin1-disp.el (latin1-display): Fix docstring.
18773 2003-11-16  John Wiegley  <johnw@newartisans.com>
18775         * eshell/em-ls.el (eshell-ls-file): There are times with
18776         size-width is nil and uncomputed (when directories are created in
18777         dired, for example); in this case, 4 is reasonable default value,
18778         although it may caused skewed new entries (which could be avoided
18779         by returning the original value of 8 in all cases, but 99% of the
18780         time this is a waste of whitespace).
18782 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
18784         * cc-engine.el (c-guess-continued-construct)
18785         (c-guess-basic-syntax): Check a little more carefully if it's a
18786         function declaration when an unknown construct followed by a block
18787         is found inside a statement context.  This avoids macros followed
18788         by blocks to be taken as function declarations.
18790         (c-guess-continued-construct): Change the analysis of a statement
18791         continuation with a brace open to `substatement-block', for
18792         consistency with recognized statements.
18794         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
18795         start is in a position so that `c-beginning-of-statement-1' jumped
18796         to the beginning of the same statement.
18798         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
18799         Don't accept binary operators in the arglist if we're in a function
18800         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
18801         template recognition in cases like "if (a < b || c > d)".
18803         (c-restricted-<>-arglists): New more appropriate name for
18804         `c-disallow-comma-in-<>-arglists'.
18806         Accessing functions updated for the variable name change.
18808         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
18809         match data could get clobbered if NOT-INSIDE-TOKEN is used.
18811         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
18812         labels.
18814         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
18815         instead of duplicating parts of it.  This fixes bogus label
18816         recognition.
18818         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
18819         of checking the context in which to apply the minimum indentation,
18820         so that it isn't enforced in e.g. namespace blocks.
18822         * cc-vars.el (c-inside-block-syms): New constant used by
18823         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
18824         to somewhat reduce the risk of becoming stale.
18826         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
18827         cc-cmds to cc-engine to allow use from cc-align.
18829         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
18830         qualified identifiers containing "::".
18832         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
18833         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
18835         * cc-vars.el (c-emacs-features): Use a space in front of the name
18836         of the temporary buffer.  That also avoids dumping problems in
18837         XEmacs due to undo info being left around after the buffer is killed.
18839         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
18840         arglist to see if it's a K&R style declaration.
18842         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
18843         before returning `knr-argdecl-intro'.
18845 2003-11-16  John Wiegley  <johnw@newartisans.com>
18847         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
18848         field in a long-listing always 8 characters, use `size-width',
18849         which has already been computed.
18851 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
18853         * subr.el (minor-mode-list): Add `hs-minor-mode'.
18855 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
18857         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
18858         Support operation while narrowed, with `diff-restrict-view'.
18860 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
18862         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18863         Take additional optional arg NARROWFUN.  For the generated functions:
18864         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
18865         include frags that arrange to check for and save narrowing state before
18866         the move and then conditionally call NARROWFUN after the move.
18868 2003-11-14  John Wiegley  <johnw@newartisans.com>
18870         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
18871         that was optional, but obviously missing based on surrounding code.
18873         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
18874         string arguments to numbers unless the whole argument was seen as
18875         a number.
18877 2003-11-14  Kenichi Handa  <handa@m17n.org>
18879         * international/mule.el (ctext-non-standard-encodings-alist):
18880         Fix coding systems.
18882 2003-11-10  Kenichi Handa  <handa@m17n.org>
18884         * language/kannada.el ("Kannada"): Add sample-text.
18886         * language/knd-util.el (kannada-compose-region)
18887         (kannada-compose-string, kannada-post-read-conversion):
18888         Add autoload cookie.
18890         * international/quail.el (quail-completion): Change the message
18891         "corresponding translations" to "corresponding characters".
18893 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
18895         * descr-text.el (describe-char): Fix typo.
18897 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
18899         These changes are to support Kannada language/script.
18901         * Makefile.in (DONTCOMPILE): Add kannada.el.
18903         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
18905         * loadup.el: Preload kannada.el.
18907         * language/ind-util.el (ucs-kannada-to-is13194-alist)
18908         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
18909         New variables.
18911         * language/kannada.el: New file.
18913         * language/knd-util.el: New file.
18915 2003-11-07  Andreas Schwab  <schwab@suse.de>
18917         * progmodes/autoconf.el (autoconf-font-lock-keywords):
18918         Also highlight AH_*.
18920         * xml.el (xml-parse-dtd): Fix misplaced paren.
18922 2003-11-07  Kenichi Handa  <handa@m17n.org>
18924         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
18926 2003-11-05  Juri Linkov  <juri@jurta.org>
18928         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
18929         (desktop-buffer-file): Use saved buffer-file-coding-system
18930         for file reading.  Set auto-insert to nil to prevent automatic
18931         insertion into restored empty files.
18933 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
18935         * files.el (risky-local-variable-p): Make second argument optional.
18937 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18939         * subr.el (add-hook): Fix last change.
18941 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
18943         * mail/rmail.el (rmail-convert-to-babyl-format):
18944         If base64-decode-region signals an error, catch it and silently
18945         ignore it.
18947 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
18949         * xml.el (xml-parse-region): Allow comments to appear after the
18950         topmost element has closed.
18951         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
18952         (xml-ns-expand-attr): New functions to do namespace handling.
18953         (xml-intern-attrlist): Back-compatible handling of attribute names.
18954         (xml-parse-tag): Move namespace handling to separate functions.
18955         Now produces elements in the form ((:ns . "element") (attr-list)
18956         children) instead of ('ns:element (attr-list) children).
18957         (xml-parse-attlist): Fix attribute parsing.
18958         (xml-parse-dtd): Change parsing so that it produces strings
18959         instead of interned symbols.
18961 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
18963         * dired.el (dired-ls-sorting-switches): Doc fix.
18965 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
18967         * emacs-lisp/rx.el (rx-or): Fix the case of
18968         "(rx (and ?a (or ?b ?c) ?d))".
18970 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
18972         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
18973         (texinfo-format-region): Use it.
18974         (texinfo-format-buffer-1): Ditto.
18976 2003-11-01  Alan Mackenzie  <acm@muc.de>
18978         Changes to allow scrolling whilst in isearch mode:
18979         * isearch.el (isearch-unread-key-sequence): New function,
18980         extracted from isearch-other-meta-char.
18981         (top level): (put 'foo 'isearch-scroll) on all Emacs's
18982         "scrollable" standard functions.
18983         (isearch-allow-scroll): New customizable variable.
18984         (isearch-string-out-of-window, isearch-back-into-window)
18985         (isearch-reread-key-sequence-naturally)
18986         (isearch-lookup-scroll-key): New functions.
18987         (isearch-other-meta-char): Doc string and functionality enhanced.
18988         Now accepts a prefix argument.
18989         (isearch-lazy-highlight-window-end): New variable.
18990         (isearch-lazy-highlight-new-loop): Pay attention to the window's
18991         end (thru isearch-lazy-highlight-window-end), not only its start.
18993         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
18994         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
18995         (universal-argument, universal-argument-more, negative-argument)
18996         (digit-argument, universal-argument-other-key): Minor changes.
18998 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
19000         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19001         recursively if the last message is deleted, thus avoiding an
19002         infinite loop.
19004 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19006         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19007         (tex-main-file): Don't add .tex if the extension is already present.
19008         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19010 2003-10-29  Lute Kamstra  <lute@gnu.org>
19012         * progmodes/octave-inf.el (inferior-octave-prompt):
19013         Recognize version number in prompt.
19015 2003-10-28  Dave Love  <fx@gnu.org>
19017         * international/characters.el: Fix some Unicode ranges.
19019 2003-10-28  Kenichi Handa  <handa@m17n.org>
19021         * disp-table.el (standard-display-8bit)
19022         (standard-display-default, standard-display-ascii)
19023         (standard-display-g1, standard-display-graphic)
19024         (standard-display-underline): Assure that standard-display-table
19025         is a display table.
19027 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19029         * simple.el (reindent-then-newline-and-indent): Delete space *after*
19030         reindenting the first line.
19032 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
19034         * wid-edit.el (widget-default-delete): Always delete child widgets.
19036 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
19038         * newcomment.el (comment-indent): Don't call indent-according-to-mode
19039         if the line has code.
19040         Don't try to line up with something that's too far left.
19042         * progmodes/octave-mod.el (octave-comment-start): Simplify.
19043         (octave-mode-syntax-table): Add % as a comment starter.
19044         (octave-point): Remove.
19045         (octave-in-comment-p, octave-in-string-p)
19046         (octave-not-in-string-or-comment-p, calculate-octave-indent)
19047         (octave-blink-matching-block-open, octave-auto-fill):
19048         Use line-(beginning|end)-position instead.
19050 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
19052         * emacs-lisp/authors.el (authors-aliases): Add correct realname
19053         for Francesco Potort\e,Al\e(B.
19055 2003-10-23  Dave Love  <fx@gnu.org>
19057         * international/mule-cmds.el (locale-charset-to-coding-system):
19058         Don't rely on nil being a coding system.
19060         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19061         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19062         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19064 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
19066         * gdb-ui.el (gdb-current-language): New variable.
19067         (gdb-update-flag): Remove variable.
19068         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19069         (gdb-take-last-elt): Remove function.
19070         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19071         (gdb-post-prompt): Check for variable object changes here.
19073         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19074         object changes in gdb-ui.el.
19076 2003-10-21  Richard M. Stallman  <rms@gnu.org>
19078         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19080         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19081         Don't check for foo*/ wildcard form here.
19082         (insert-directory): Recognize foo*/ as a wildcard.
19083         Separate wildcard-regexp variable from the arg, wildcard.
19085         * subr.el (add-hook): Correctly detect when make-local-hook was used.
19086         (remove-hook): Correctly handle strange cases about local hooks.
19088 2003-10-21  David Ponce  <david@dponce.com>
19090         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19091         argument REAL, to return a real number instead of a rounded
19092         integer value.  Define as inline function.
19093         (ruler-mode-right-fringe-cols): Likewise.
19094         (ruler-mode-scroll-bar-cols): New function.
19095         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
19096         (ruler-mode-right-scroll-bar-cols): Likewise.
19097         (ruler-mode-space): New function.
19098         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
19099         scroll bar mode and margins in a more robust way.
19101 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
19103         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19104         (antlr-c-init-language-vars): New function.
19105         (antlr-mode): Use it with cc-mode before v5.29.
19106         (antlr-c-common-init): Don't set some local vars here.
19107         (antlr-mode): Set them here.
19108         (antlr-c-forward-sws): New function alias.
19109         (antlr-mode): Redefine with cc-mode before v5.30.
19110         (antlr-skip-sexps): Use it.
19111         (antlr-skip-exception-part): Ditto.
19112         (antlr-skip-file-prelude): Ditto.
19113         (antlr-outside-rule-p): Ditto.
19114         (antlr-end-of-body): Ditto.
19115         (antlr-option-kind): Ditto.
19116         (antlr-insert-option-area): Ditto.
19117         (antlr-file-dependencies): Ditto.
19119 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
19121         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19122         Move backward only if point was not inside an entry.
19124 2003-10-21  Richard M. Stallman  <rms@gnu.org>
19126         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19128 2003-10-21  Juri Linkov  <juri@jurta.org>
19130         * compare-w.el: Automatically skip non-matching text to resync.
19131         (compare-windows-whitespace): Doc fix.
19132         (compare-windows-sync, compare-windows-sync-string-size)
19133         (compare-windows-recenter, compare-ignore-whitespace)
19134         (compare-windows-highlight, compare-windows-face): New variables.
19135         (compare-windows): Use compare-windows-sync.
19136         (compare-windows-highlight, compare-windows-dehighlight)
19137         (compare-windows-sync-regexp)
19138         (compare-windows-sync-default-function): New functions.
19140 2003-10-21  Juri Linkov  <juri@jurta.org>
19142         * diff.el (diff-parse-differences): Don't visit the files now;
19143         instead, just record the error locus.
19145 2003-10-21  Dave Love  <fx@gnu.org>
19147         * progmodes/cfengine.el: New file.
19149 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19151         * complete.el (PC-do-completion): Do not forget to use `pred' as the
19152         default-directory when completing file names.
19154 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
19156         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19157         followed by the word `face', it gets treated as a face, even if
19158         it is also defined as a variable or a function.
19160 2003-10-20  Dave Love  <fx@gnu.org>
19162         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19163         Avoid incf in macro expansion.
19165 2003-10-20  John Paul Wallington  <jpw@gnu.org>
19167         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19168         `evenp' so we don't implicitly require cl library at runtime.
19170 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
19172         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19173         (help-make-xrefs): Only make cross-references for faces if
19174         preceded or followed by the word `face'.  Do not make a
19175         cross-reference for variables without variable documentation,
19176         unless preceded by the word `variable' or `option'.  Update doc
19177         string accordingly.
19179 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
19181         * progmodes/hideshow.el: Rewrite one-armed `if'
19182         constructs using either `when' or `unless'.
19183         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19185 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
19187         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19188         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19189         instead of 12x12.
19191 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
19193         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19194         message while converting to Babyl.
19196 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
19198         * allout.el (allout-mode): Doc fix.
19200 2003-10-16  Lute Kamstra  <lute@gnu.org>
19202         * subr.el (force-mode-line-update): Fix docstring.
19204 2003-10-14  Dave Love  <fx@gnu.org>
19206         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19207         (default-input-method): Add :link, improve :type.
19208         (locale-charset-language-names): Fix utf-8 pattern.
19209         (locale-charset-match-p, locale-charset-alist)
19210         (locale-charset-to-coding-system): New.
19211         (set-locale-environment): Deal with codeset part of locale specs.
19213 2003-10-14  Lute Kamstra  <lute@gnu.org>
19215         * fringe.el (fringe-mode): Use active voice in docstring.
19216         (set-fringe-style): Ditto.
19218 2003-10-13  Lute Kamstra  <lute@gnu.org>
19220         * fringe.el (fringe-mode): Fix docstring.
19221         (set-fringe-style): Ditto.
19223 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
19225         * ediff-mult.el (ediff-filegroup-action):
19226         Use ediff-default-filtering-regexp.
19228         * ediff-util.el (ediff-recenter): Don't call
19229         ediff-restore-highlighting twice.
19230         (ediff-select-difference): Set current difference.
19231         (ediff-unselect-and-select-difference): Add comment.
19233         * ediff.el (ediff-directories,ediff-directory-revisions)
19234         (ediff-directories3,ediff-merge-directories)
19235         (ediff-merge-directories-with-ancestor)
19236         (ediff-merge-directory-revisions)
19237         (ediff-merge-directory-revisions-with-ancestor):
19238         Use ediff-default-filtering-regexp.
19240 2003-10-12  Andreas Schwab  <schwab@suse.de>
19242         * international/mule-cmds.el (locale-charset-language-names):
19243         Simplify regex by removing unused grouping.
19245 2003-10-10  Dave Love  <fx@gnu.org>
19247         * bindings.el: Don't bind stop.
19249 2003-10-08  Miles Bader  <miles@gnu.org>
19251         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19252         face instead of attempting to emulate it.
19254 2003-10-07  Kenichi Handa  <handa@m17n.org>
19256         * international/mule-diag.el (list-coding-systems-1): List coding
19257         systems that are loaded automatically.
19259         * international/code-pages.el (iso-8859-11): Add autoload cookie.
19261         * international/mule.el (autoload-coding-system): New function.
19263 2003-10-07  Andreas Schwab  <schwab@suse.de>
19265         * log-edit.el (log-edit-changelog-entries): Prefer local value of
19266         change-log-default-name in the buffer visiting the file.
19268 2003-10-06  Dave Love  <fx@gnu.org>
19270         * files.el (find-file-hook): Customize.
19271         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19273         * bindings.el (completion-ignored-extensions): Remove .log.
19274         (global-map): Add again, open, stop keys.
19276 2003-10-05  Richard M. Stallman  <rms@gnu.org>
19278         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19279         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19280         Use sh-modify directly.
19281         (sh-select): Use sh-append, not eval.
19283         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19285         * info.el (Info-following-node-name): New function.
19287         * loadhist.el (unload-feature-special-hooks):
19288         Rename from loadhist-hook-functions.
19289         (loadhist-hook-functions): Now an alias.
19291 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
19293         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19294         file-name clashes on 8+3 filesystems.
19296         * Makefile.in (DONTCOMPILE, bootstrap-clean):
19297         Rename loaddefs-boot.el to ldefs-boot.el
19299         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19300         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19302 2003-10-03  Lute Kamstra  <lute@gnu.org>
19304         * info.el (Info-mode): Revert previous change.
19305         (Info-escape-percent): New function.
19306         (Info-fontify-node): Use it.
19308 2003-10-02  Andreas Schwab  <schwab@suse.de>
19310         * loaddefs-boot.el: Regenerated.
19312 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
19314         * ffap.el: Remove defadvice related code from CVS since `complete'
19315         provides a `PC-completion-as-file-name-predicate' variable that
19316         ffap can override.
19318 2003-10-02  Kenichi Handa  <handa@m17n.org>
19320         * international/utf-8.el (ccl-decode-mule-utf-8):
19321         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19323         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19324         * international/subst-big5.el: Likewise.
19325         * international/subst-gb2312.el: Likewise.
19326         * international/subst-ksc.el: Likewise.
19328 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
19330         * calendar/calendar.el (increment-calendar-month)
19331         (calendar-leap-year-p, calendar-absolute-from-gregorian)
19332         (generate-calendar, calendar-read-date, calendar-interval)
19333         (calendar-day-of-week): Handle years BC.
19334         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19336 2003-10-01  Dave Love  <fx@gnu.org>
19338         * language/cyrillic.el (cp1251): Alias for windows-1251.
19340         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19341         bootstrap.
19343 2003-10-01  Lute Kamstra  <lute@gnu.org>
19345         * files.el: Fix typo.
19346         * imenu.el (imenu--generic-function): Docstring fix.
19348 2003-09-30  Richard M. Stallman  <rms@gnu.org>
19350         * dired.el (dired-mode): Handle dired-directory as a list.
19352 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
19354         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19356         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19358         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19359         Replace gud-display with gud-watch.
19360         (gud-speedbar-buttons): Add stuff for watching expressions
19361         in the speedbar when using M-x gdba.  Use dolist on old part
19362         of this function.
19364         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19365         (gdb-update-flag): New variables.
19366         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19367         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19368         (gud-watch, gdb-var-create-handler) : New functions.
19369         (gdb-var-list-children, gdb-var-list-children-handler)
19370         (gdb-var-create-regexp, gdb-var-update-regexp)
19371         (gdb-var-list-children-regexp): New constants.
19372         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19373         (gdb-annotation-rules): Reduce annotation set (level 3).
19374         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19375         (gdb-post-prompt): Don't update GDB buffers every time speedbar
19376         updates.
19377         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19378         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19379         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19380         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19381         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19382         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19383         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19384         (gud-display, gud-display1)
19385         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19386         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19387         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19388         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19389         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19390         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19391         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19392         (gdb-display-display-buffer, gdb-toggle-display)
19393         (gdb-delete-display, gdb-expressions-popup-menu)
19394         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19395         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19396         to display buffer.
19398 2003-09-30  Richard M. Stallman  <rms@gnu.org>
19400         * progmodes/ada-mode.el (ada-mode): Don't use advice.
19401         Instead, set which-func-functions.
19403         * progmodes/which-func.el (which-func-modes): Add ada-mode.
19404         (which-func-functions): New variable.
19405         (which-function): Use that.
19407         * info.el (Info-mode): Double each `%' in header line.
19409         * emacs-lisp/lisp-mnt.el (lm-with-file):
19410         When FILE is nil, run BODY in current buffer.
19412         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19414         * help.el (describe-mode): Start with a brief list of minor modes.
19415         Find them thru minor-mode-list so as to find them all.
19416         Show them in alphabetical order.
19418         * mail/sendmail.el (mail-aliases): Doc fix.
19420         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19422 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
19424         * mail/rmailsum.el (rmail-make-summary-line-1):
19425         Change comma after last label to a space.
19426         (rmail-summary-font-lock-keywords): Adapt to that change.
19428 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
19430         * progmodes/scheme.el (scheme-mode-variables): When setting
19431         `font-lock-defaults', also specify that "#" should
19432         be interpreted with `word' syntax.
19433         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19435 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
19437         * desktop.el: A lot of comments updated.
19438         (desktop-save-mode): Minor mode introduced.
19439         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19440         (desktop-load-default): Function made obsolete.
19441         (desktop-locals-to-save): Variable made customizable.
19442         (desktop-read): Optional parameter `dirname' added.
19443         (desktop-change-dir, desktop-revert): Parameter `dirname' in
19444         `desktop-read' used.
19445         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19447 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
19449         * whitespace.el (whitespace-clean-msg): Add user customizable message
19450         for displaying ``clean'' output.
19451         (whitespace-buffer): Use `whitespace-clean-msg'.
19452         (whitespace-global-mode): Fix typo.
19454 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
19456         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19458 2003-09-29  Lute Kamstra  <lute@gnu.org>
19460         * bindings.el (mode-line-modes): Remove superfluous :propertize
19461         construct in initialization.
19462         (mode-line-position): Change cons cell into proper list in
19463         initialization.
19465 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
19467         * international/mule.el (decode-coding-inserted-region): Use car
19468         of the return value of find-operation-coding-system.
19470 2003-09-29  Kenichi Handa  <handa@m17n.org>
19472         * descr-text.el (describe-char): Fix previous change.
19474 2003-09-28  Kenichi Handa  <handa@m17n.org>
19476         * descr-text.el (describe-char-display): New function.
19477         (describe-char): Pay attention to display table on describing how
19478         a character is displayed.
19480         * international/mule-cmds.el (encoded-string-description):
19481         Prepend "0x" to each encoded byte.
19483 2003-09-28  Andreas Schwab  <schwab@suse.de>
19485         * find-file.el (ff-special-constructs): Add autoload cookie.
19487 2003-09-28  Kevin Ryde  <user42@zip.com.au>
19489         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19490         makeinfo appends to duplicate index entries.
19492 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
19494         * dired-x.el (dired-clean-tex): Doc fix.
19496         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19497         using a Chinese tutorial.
19499 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19501         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19502         between "MAIL FROM:" and "RCPT TO:" and the following address.
19504 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19506         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19508 2003-09-28  David Ponce  <david@dponce.com>
19510         * recentf.el (recentf-initialize-file-name-history): New defcustom.
19511         (recentf-load-list): When `recentf-initialize-file-name-history'
19512         is non-nil, initialize an empty `file-name-history' with the
19513         recent list.
19515 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
19517         * man.el (Man-default-man-entry): Remove the leading `*' from the
19518         word at point.
19520 2003-09-26  Lute Kamstra  <lute@gnu.org>
19522         * bindings.el (mode-line-position): Mention size indication in
19523         docstring.
19525 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
19527         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19529         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19530         because it's autoloaded now.
19532 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
19534         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19535         (sh-font-lock-keywords, sh-feature): Fix previous change of
19536         sh-feature to avoid infloop with sh-font-lock-keywords.
19538 2003-09-25  Kim F. Storm  <storm@cua.dk>
19540         * frame.el (frame-current-scroll-bars): New defun.
19542         * window.el (window-current-scroll-bars): New defun.
19544 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19546         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19547         cause errors when the state cache contains info on parts that have
19548         been narrowed out.
19550 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19552         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19553         `c-setup-paragraph-variables' has to be used when this variable is
19554         changed; it doesn't work to reinitialize the mode since that
19555         typically clobbers the variable.
19557         * progmodes/cc-styles.el (c-setup-paragraph-variables):
19558         Make it interactive.
19560 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19562         * progmodes/cc-fonts.el (c-font-lock-declarations):
19563         Fix recognition of constructors and destructors for classes whose
19564         names are matched by `*-font-lock-extra-types'.
19566         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
19567         followed by an identifier in C++ then it's a type.
19569 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19571         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
19572         problem that primarily affected XEmacs.  Don't use faces to find
19573         unterminated strings since Emacs and XEmacs fontify strings
19574         differently - this function should now work better in XEmacs.
19576 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19578         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
19579         `expand-abbrev' workaround which caused braces to misbehave inside
19580         macros.
19582         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
19583         handling.  This bug could cause interactive font locking to bail out.
19585 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19587         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19588         Handle paren-style types in Pike.  Also fixed some cases of
19589         insufficient handling of unbalanced parens.
19591 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
19593         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
19594         common shell prompts that are not common filename or URL characters.
19595         (ffap-file-at-point): Use the new regexp to strip the prompts from
19596         the file names.  This is an issue mostly for user prompts that
19597         don't have a trailing space and find-file-at-point is invoked from
19598         within a shell inside Emacs.
19600 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
19602         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
19603         stamps numerically, rather than textually.
19605 2003-09-24  Kenichi Handa  <handa@m17n.org>
19607         * language/devan-util.el (devanagari-post-read-conversion):
19608         * language/mlm-util.el (malayalam-post-read-conversion):
19609         * language/tml-util.el (tamil-post-read-conversion):
19610         Add autoload cookie.
19612         * international/utf-8.el (utf-8-post-read-conversion):
19613         Call post-read-conversion functions for Devanagari, Malayalam,
19614         and Tamil.
19616 2003-09-23  Dave Love  <fx@gnu.org>
19618         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
19620 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
19622         * progmodes/gud.el (perldb): Add gud-until to list of commands.
19623         Update gud-remove.
19625 2003-09-22  Richard M. Stallman  <rms@gnu.org>
19627         * progmodes/sh-script.el (sh-mode-default-syntax-table):
19628         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
19629         (sh-mode-syntax-table-input): New variable.
19630         (sh-require-final-newline): Don't use eval.
19631         (sh-builtins, sh-leading-keywords, sh-other-keywords)
19632         (sh-variables, sh-font-lock-keywords): Don't use eval.
19633         (sh-set-shell): When setting require-final-newline,
19634         treat value = `require-final-newline' as don't change it.
19635         Set sh-mode-syntax-table locally based on
19636         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
19638         * progmodes/compile.el (compile-internal):
19639         Call compilation-set-window-height before setting window start.
19641 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
19643         * emacs-lisp/bytecomp.el (byte-compile-log-file):
19644         Clear out byte-compile-last-warned-form.
19646 2003-09-22  Richard M. Stallman  <rms@gnu.org>
19648         * woman.el (woman-file-name, woman-follow-word):
19649         If current-word returns nil, use "".
19651         * simple.el (eval-expression): Bind standard-output in to-buffer case.
19653 2003-09-22  Richard M. Stallman  <rms@gnu.org>
19655         * emacs-lisp/lisp-mnt.el (lm-with-file):
19656         Don't visit the file, just use insert-file-contents in temp buffer.
19658 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
19660         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
19661         Add surrounding \\( and \\) around the header, as in
19662         for lm-history-header 'Change Log\\|History'.
19664 2003-09-22  John Paul Wallington  <jpw@gnu.org>
19666         * progmodes/ld-script.el: Add Commentary section,
19667         minor cleanup of file header.
19668         (ld-script-font-lock-keywords): Doc fix.
19669         (toplevel): Provide `ld-script' feature.
19671 2003-09-21  Kim F. Storm  <storm@cua.dk>
19673         * scroll-bar.el (set-scroll-bar-mode): Initialize to
19674         new built-in variable default-frame-scroll-bars.
19675         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
19676         scroll-bar-mode; notably, use it instead of t when we toggle
19677         scroll-bars on.
19678         (toggle-scroll-bar): Use default-frame-scroll-bars.
19680 2003-09-19  Masatake YAMATO  <jet@gyve.org>
19682         * pcvs.el (cvs-do-removal): Change the prompt depending on
19683         `filter' value.
19685 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
19687         * startup.el (command-line-1): Stop startup-echo-area-message
19688         being hidden by "Loading image..." message.
19689         (use-fancy-splash-screens-p, display-splash-screen):
19690         Move display-graphic-p test from latter to former.
19692         * progmodes/sh-script.el (sh-font-lock-keywords):
19693         Highlight escaped EOLs differently from other backslash constructs.
19695 2003-09-19  Richard M. Stallman  <rms@gnu.org>
19697         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
19698         New functions.
19699         (edebug-enter, edebug-outside-excursion): Use them.
19701         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
19702         Fix the condition for whether to print "In WHERE".
19704 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
19706         * finder.el (finder-mode-hook): New variable.
19707         (finder-mode): Run hook finder-mode-hook
19709 2003-09-18  Masatake YAMATO  <jet@gyve.org>
19711         * progmodes/ebrowse.el: Fix broken magic autoload comments.
19713 2003-09-17  Mario Lang  <mlang@delysid.org>
19715         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
19716         "p %e" to actually print the value in the GUD buffer.
19718 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
19720         From David Ponce <david.ponce@wanadoo.fr>:
19721         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
19722         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
19723         from loaddefs-boot.el if necessary.
19725 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
19727         * progmodes/gud.el (gud-find-class): Make jdb work again since
19728         cc-mode changed the syntactic information.
19730 2003-09-15  David Ponce  <david@dponce.com>
19732         * recentf.el: (recentf-exclude): Accept predicates too.
19733         (recentf-file-readable-p): New function.
19734         (recentf-include-p): Handle predicates in recentf-exclude.
19735         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
19736         (recentf-cleanup): Likewise.
19737         (recentf-save-list): Use write-file to handle backup of
19738         recentf-save-file.
19740 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
19742         * loaddefs-boot.el: Renamed from `loaddefs.el'
19743         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
19744         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
19745         necessary.
19747 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
19749         * electric.el (Electric-pop-up-window): For the `one-window' case,
19750         no longer disconcertingly move point in the original buffer.
19752 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19754         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
19756 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19758         * dired.el (dired-mode-map): Fix typo.
19760 2003-09-11  Richard M. Stallman  <rms@gnu.org>
19762         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
19764 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
19766         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
19767         the function is less noisy.  Now only `kill-buffer' can ask questions.
19769 2003-09-10  Mario Lang  <mlang@delysid.org>
19771         * battery.el: Update Commentary and Copyright.
19772         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
19773         appear due to wrong ordering of the expressions in `or'.
19775 2003-09-09  Lute Kamstra  <lute@gnu.org>
19777         * misc.el (upcase-char): Fix docstring.
19778         (zap-up-to-char): New command.
19780 2003-09-08  David Ponce  <david@dponce.com>
19782         Ensure that recentf correctly updates the menu bar.
19783         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
19784         (recentf-menu-bar): New function.
19785         (recentf-clear-data): Use it
19786         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
19787         of easy-menu-change.
19789 2003-09-08  Lute Kamstra  <lute@gnu.org>
19791         * simple.el (size-indication-mode): New.
19792         * bindings.el (mode-line-position): Add buffer size indicator.
19794 2003-09-04  Mario Lang  <mlang@delysid.org>
19796         * battery.el (battery-linux-proc-acpi): New function.
19797         (battery-status-function): Modify default value calculation to also
19798         check for availability of ACPI.
19799         (battery-echo-area-format): Ditto.
19800         (battery-mode-line-format): Ditto.
19802 2003-09-06  Dave Love  <fx@gnu.org>
19804         * ielm.el (ielm-mode-hook): Add :options.
19806         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
19807         (eldoc-print-current-symbol-info): Use it.
19809 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
19811         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
19812         being displayed in GUD buffer.
19813         (gdb-idle-input-queue): Remove var.  Use just one queue.
19814         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
19815         Remove functions.  Use just one queue.
19816         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
19817         (gdb-invalidate-assembler, gdb-get-current-frame):
19818         Modify functions.  Use just one queue.
19820 2003-09-04  Dave Love  <fx@gnu.org>
19822         * cus-start.el: Add blink-cursor-alist.
19824         * ruler-mode.el (ruler-mode-fill-column-char)
19825         (ruler-mode-current-column-char): Use char-displayable-p,
19826         not window-system.
19828         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
19830         * language/european.el (windows-1252): Move from code-pages.
19832         * language/cyrillic.el ("Windows-1251"): Delete.
19833         ("Bulgarian", "Belarusian"): Remove `features'.
19834         (windows-1251): Move from code-pages.
19836         * international/mule-diag.el (non-iso-charset-alist):
19837         Remove `codepage' stuff.
19838         (print-designation, list-coding-systems-1): Output fixes.
19840         * international/code-pages.el (cp-make-translation-table)
19841         (cp-valid-codes): Made defsubsts.
19842         (cp-fix-safe-chars): Delete.
19843         (mule-diag): Don't require.
19844         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
19845         (top-level): Check for defined coding system when defining
19846         cp... aliases.  Change w32-add-charset-info test to avoid warning.
19847         (non-iso-charset-alist): Defvar when compiling.
19848         (cp-make-coding-system): Doc fix.
19850 2003-09-02  Jason Rumney  <jasonr@gnu.org>
19852         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
19853         line-ends from CVS before doing conversion.
19855 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
19857         * calendar/diary-lib.el (diary-header-line-flag)
19858         (diary-header-line-format): New variables.
19859         (list-diary-entries): Use them to set header line in simple diary.
19861         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
19862         other than font-lock-string-face to highlight backslashes.
19864 2003-09-01  Jason Rumney  <jasonr@gnu.org>
19866         * international/titdic-cnv.el (tit-read-key-value): Include \r in
19867         regexp.
19869 2003-09-01  Dave Love  <fx@gnu.org>
19871         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
19873         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
19874         and :help; also line and column numbers labels.
19876         * international/mule-util.el (char-displayable-p): Move from
19877         latin1-disp, rename and autoload.
19879         * international/latin1-disp.el (latin1-char-displayable-p):
19880         Now obsolete alias.  Replace uses with char-displayable-p.
19881         (latin1-display-ucs-per-lynx): Fix last change.
19883         * international/mule-cmds.el (standard-display-european-internal):
19884         Don't use char code for Latin-1 NBSP.
19885         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
19886         U+2018, U+2019 for `'.
19887         (select-safe-coding-system): Message fix.
19889 2003-09-01  Kenichi Handa  <handa@m17n.org>
19891         * international/fontset.el (setup-default-fontset): For Thai
19892         font, specify "*" family.
19894 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
19896         * progmodes/compile.el (previous-error): Accept a prefix
19897         argument, similarly to next-error.
19899 2003-08-31  Masatake YAMATO  <jet@gyve.org>
19901         * pcvs.el (cvs-do-removal): Use = instead of eq to check
19902         the number of files.  Bind the number of files to a local
19903         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
19905 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
19907         * vc-hooks.el (vc-make-version-backup): Fix the change made on
19908         2003-07-26: msdos-long-file-names is a function, not a variable.
19910 2003-08-29  Richard M. Stallman  <rms@gnu.org>
19912         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
19913         Do nothing with mail-personal-alias-file if it is nil.
19915         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
19916         Do nothing if mail-personal-alias-file is nil.
19918         * term.el (term-exec-1): Bind coding-system-for-read.
19920         * dired.el (dired-mouse-find-file-other-window):
19921         Use dired-view-command-alist here, as in dired-view-file.
19922         (dired-view-command-alist): Use %s to substitute file name.
19923         Handle .ps_pages, .eps, .jpg, .gif, .png.
19925 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
19927         * info.el (Info-mode-map): Bind S-tab and <backtab> to
19928         `Info-prev-reference', instead of M-tab.
19930 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
19932         * simple.el (blink-matching-open): Work correctly on chars that
19933         are designated as parens through the syntax-table text property.
19935 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
19937         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
19938         line break position in the middle of a non-kinsoku (e.g. latin)
19939         word, making it skip until either a space or a character with
19940         category "|".
19941         (kinsoku-longer): Test for end of buffer.
19943 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
19945         * mail/rmail.el (rmail-convert-to-babyl-format):
19946         Detect quoted-printable- and base64-encoded messages and decode them
19947         automatically.  Set the message's encoding from the charset=
19948         header, if any.  Decode base64-encoded messages in Mail format as well.
19950 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
19952         * mail/smtpmail.el: Fix previous change.
19953         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
19954         calling smtpmail-via-smtp.
19955         (smtpmail-via-smtp): Add fall-back values for envelope-from.
19957 2003-08-26  John Paul Wallington  <jpw@gnu.org>
19959         * image.el (image-jpeg-p): Don't search beyond length of data.
19961 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
19963         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
19964         misfeature in `expand-abbrev' which caused electric keywords like
19965         "else" to disappear if an open brace was typed directly afterwards.
19967 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
19969         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
19970         mandatory in `define-widget'.
19972         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
19973         Don't align the operators "!=", "<=" and ">=" as assignment operators.
19975         (c-assignment-operators): New language constant that only contains
19976         the assignment operators.
19978         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
19980 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
19982         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19983         Safeguard against unbalanced sexps.
19985 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
19987         * version.el (emacs-version): Check for gtk.  Include gtk version info.
19989 2003-08-25  John Paul Wallington  <jpw@gnu.org>
19991         * man.el (Man-default-man-entry): Don't whizz past the section
19992         number before looking for it.
19994 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
19996         * progmodes/gud.el (gud-display-line): Don't set window-point if
19997         source buffer is not visible.  (Only happens with M-x gdba.)
19999         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20000         documentation.
20001         (gdb-source, gdb-source-info): Update to assembler unnecessary
20002         as its done after each GDB command anyway.
20003         (gdb-pre-prompt): Use with-current-buffer.
20004         (gdb-insert-field): Add help-echo text.
20005         (gdb-invalidate-assembler): Re-display of assembler now done in
20006         gdb-info-breakpoints-custom.
20007         (gdb-info-breakpoints-custom): Force re-display of assembler to
20008         happen *after* update of breakpoints buffer.
20009         (gdb-display-source-buffer): Don't choke if gdb-source-window
20010         isn't visible.
20011         (gdb-put-string, gdb-put-arrow): Remove free variables.
20013 2003-08-24  John Paul Wallington  <jpw@gnu.org>
20015         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20017         * man.el (Man-default-man-entry): Strip text properties when
20018         snarfing parts of entry because `format' preserves properties.
20020 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
20022         * files.el (file-newest-backup): Use `expand-file-name'.
20024         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20025         Allow the diary to pop up a new frame, if needed.
20027         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20028         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20029         (smtpmail-send-it): Make treatment of envelope-from consistent with
20030         sendmail.el.
20032         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20033         (sh-leading-keywords): Add the bash `time' reserved word.
20034         (sh-variables): Add some bash variables.
20035         (sh-add-completer): Fix nil branch of case statement.
20037 2003-08-24  Masatake YAMATO  <jet@gyve.org>
20039         * progmodes/ld-script.el: New file.
20041 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
20043         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20045 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
20047         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20048         Better explain obsolescence, and what to use instead.
20050 2003-08-23  Masatake YAMATO  <jet@gyve.org>
20052         * pcvs.el (cvs-do-removal): Show the deleted file name
20053         on the prompt.
20055 2003-08-20  Dave Love  <fx@gnu.org>
20057         * international/mule.el (make-coding-system)
20058         (set-buffer-file-coding-system): Doc fix.
20060         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20062         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20064         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20066         * international/utf-16.el: Add mime-text-unsuitable coding system
20067         properties.
20069         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20071         * cus-edit.el: Add some :links.
20072         (bib): Remove.
20074         * textmodes/bib-mode.el (bib): Add :group external.
20076 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
20078         * wid-edit.el (widget-echo-help): Make it handle expressions that
20079         evaluate to strings.
20081 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
20083         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
20085         Simplify selection of SQL products to define highlighting and
20086         interactive mode.  Includes detailed instructions on adding
20087         support for new products.
20089         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
20090         product for use in highlighting and interactive mode.
20091         (sql-interactive-product): New variable.  SQL product for
20092         sql-interactive-mode.
20093         (sql-product-support): New variable.  Specifies product-specific
20094         parameters to drive highlighting and interactive mode.
20095         (sql-imenu-generic-expression): Add more object types.
20096         (sql-sqlite-options): Correct comment.
20097         (sql-ms-program): Use "osql" rather than "isql".
20098         (sql-prompt-regexp, sql-prompt-length): Update comment.
20099         (sql-mode-menu): Add "Start SQLi session" entry.
20100         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
20101         (sql-mode-abbrev-table): Add abbreviations.  Support of
20102         SYSTEM-FLAG on define-abbrev.  Support was removed with last
20103         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20104         (sql-mode-font-lock-object-name): Add font-lock pattern for object
20105         names.
20106         (sql-mode-ansi-font-lock-keywords): Set as default value.
20107         (sql-mode-oracle-font-lock-keywords): Set as default value.
20108         Support Oracle 9i keywords.
20109         (sql-mode-postgres-font-lock-keywords): Set as default value.
20110         (sql-mode-linter-font-lock-keywords): Set as default value.
20111         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
20112         SQLServer 2000.
20113         (sql-mode-sybase-font-lock-keywords)
20114         (sql-mode-interbase-font-lock-keywords)
20115         (sql-mode-sqlite-font-lock-keywords)
20116         (sql-mode-strong-font-lock-keywords)
20117         (sql-mode-mysql-font-lock-keywords)
20118         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
20119         keywords.
20120         (sql-mode-font-lock-defaults): Update comment.
20121         (sql-product-feature): New function.  Returns feature associated
20122         with a product from `sql-product-support' alist.
20123         (sql-product-font-lock): New function.  Set font-lock support
20124         based on `sql-product'.
20125         (sql-add-product-keywords): New function.  Add font-lock rules to
20126         product-specific keyword variables.
20127         (sql-set-product): New function.  Set `sql-product' and apply
20128         appropriate font-lock highlighting.
20129         (sql-highlight-product): New function.  Set font-lock support
20130         based on a product.  Also set mode name to include product name.
20131         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20132         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20133         Use `sql-set-product'.
20134         (sql-highlight-ms-keywords)
20135         (sql-highlight-sybase-keywords)
20136         (sql-highlight-interbase-keywords)
20137         (sql-highlight-strong-keywords)
20138         (sql-highlight-mysql-keywords)
20139         (sql-highlight-sqlite-keywords)
20140         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
20141         (sql-get-login): Prompt in the same order as the tokens.
20142         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20143         (sql-product-interactive): New function.  Common portions of
20144         product-specific interactive mode wrappers.
20145         (sql-interactive-mode): Rewritten to use product features.
20146         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20147         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20148         (sql-db2, sql-linter): Use `sql-product-interactive'.
20149         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20150         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20151         (sql-connect-ingres, sql-connect-postgres)
20152         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20153         New functions.  Format command line parameters and invoke comint on
20154         the appropriate interpreter.  Code was in the corresponding
20155         `sql-xyz' function before.
20156         (sql-connect-ms): New function.  Support -E argument to use
20157         operating system credentials for authentication.
20159 2003-08-18  Kenichi Handa  <handa@m17n.org>
20161         * international/mule.el (encode-char): Fix for the ASCII case.
20163 2003-08-15  Kenichi Handa  <handa@m17n.org>
20165         * international/fontset.el (setup-default-fontset): Change "*" to
20166         nil in the specifications of font family.
20168 2003-08-18  Kim F. Storm  <storm@cua.dk>
20170         * kmacro.el (kmacro-keymap): Group related bindings in
20171         initialization for clarity.  Bind C-s to start macro.
20172         Remove C-r binding.
20173         (kmacro-initial-counter-value): New defvar to hold initial counter
20174         value in case we set the value before defining a macro.
20175         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20176         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20177         not defining or executing macro.  Doc fix.
20178         (kmacro-add-counter): Clear kmacro-initial-counter-value.
20179         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20180         temporarily view older elements on the macro ring without cycling
20181         the ring.
20182         (kmacro-display): Doc fix.
20183         (kmacro-exec-ring-item): New helper function.
20184         (kmacro-call-ring-2nd): Use it.
20185         (kmacro-call-ring-2nd-repeat): Doc fix.
20186         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20187         (kmacro-end-or-call-macro): Execute last viewed macro (using
20188         kmacro-exec-ring-item) from ring if this follows
20189         kmacro-view-macro.  This allows us to find a macro on the ring
20190         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20191         the ring to bring it to the head of the ring.
20192         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20193         Allow binding to reserved keys without specifying C-x C-k prefix.
20194         Ask for confirmation if entered key sequence is already bound to
20195         a non-macro command.
20196         (kmacro-view-macro): Repeating command will show older elements
20197         on the macro ring; C-k will execute the last viewed macro.
20198         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
20199         property from 'ring to 'head.
20201 2003-08-17  Alan Shutko  <ats@acm.org>
20203         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20204         keeping December out of the alist.
20206 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
20208         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20209         * calendar/calendar.el (calendar-mode-map): Bind it to key.
20210         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20211         (calendar-flatten): New function.
20212         (calendar-mouse-view-other-diary-entries)
20213         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20214         in the menu title and to show multi-line diary entries correctly
20215         in the menu.
20217 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
20219         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20220         defcustom, because the default was recently changed.
20222 2003-08-16  Richard M. Stallman  <rms@gnu.org>
20224         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20226         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20227         New subroutine, broken out of eval-last-sexp-1.
20228         (eval-last-sexp-1): Use eval-last-sexp-print-value.
20230         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20232         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20234         * simple.el (eval-expression): Use eval-last-sexp-print-value.
20236 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
20238         * progmodes/compile.el (compilation-error-regexp-alist):
20239         Add Java ANt error detection as described in document
20240         http://ant.apache.org/faq.html
20242 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
20244         * simple.el (backward-word, forward-to-indentation)
20245         (backward-to-indentation): Argument changed to optional.
20246         (next-line, previous-line): Use `or' instead of `unless'.
20248 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20250         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20251         instead of a constant.
20253 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
20255         * shell.el (shell): With prefix-arg, suggest a new buffer name.
20257 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
20259         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20260         (vc-sccs-workfile-version): Search the entire delta table, rather
20261         than just the first entry, because that might be a deleted version.
20263 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
20265         * menu-bar.el (menu-bar-options-menu): Supply a body for the
20266         [save-place] binding in the Options menu.  Have it require
20267         'saveplace' and then toggle the variable manually, to avoid an an
20268         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
20269         for the bug report.
20271 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
20273         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20274         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20275         (gdb-info-threads-custom): Add help-echo text.
20276         (gdb-display-back): Don't use purecopy.
20277         (gdb-info-breakpoints-custom, gdb-reset)
20278         (gdb-assembler-custom): Use display-images-p to test if breakpoint
20279         icons can be displayed.
20281 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
20283         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20285 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
20287         * bookmark.el (bookmark-completing-read):
20288         Return a string, instead of a list of one string.
20289         Use a popup menu if activated from the mouse.
20290         (bookmark-edit-annotation): Remove unused vars.
20291         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20292         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20293         to bookmark-completing-read.
20294         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20295         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20296         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20297         and erase-buffer.
20298         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20299         (bookmark-menu-jump, bookmark-menu-insert)
20300         (bookmark-popup-menu-and-apply-function)
20301         (bookmark-menu-popup-paned-bookmark-menu): Remove.
20302         (bookmark-menu-build-paned-menu): Remove by folding it into
20303         bookmark-menu-popup-paned-menu.
20304         (menu-bar-bookmark-map): Move the define-key statements here.
20305         Use the "non-menu" commands since they now pop up a menu if needed.
20306         (bookmark-exit-hook-internal): Simplify.
20308 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
20310         * reftex-toc.el (reftex-toc-rename-label): New function.
20311         (reftex-toc-check-docstruct): New function.
20313         * reftex.el (reftex-region-active-p): New function.
20315         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20316         regexp to find the \bibliography macro.
20318         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20319         which does not exist in LaTeX.
20320         (reftex-cite-format-builtin): Added amsrefs support.
20321         (reftex-toc-confirm-promotion): New option
20323         * reftex-toc.el
20324         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20325         (reftex-toc-demote, reftex-toc-promote)
20326         (reftex-toc-do-promote, reftex-toc-promote-prepare)
20327         (reftex-toc-promote-action, reftex-toc-extract-section-number)
20328         (reftex-toc-newhead-from-alist)
20329         (reftex-toc-load-all-files-for-promotion): New functions.
20330         (reftex-toc-help): Added description of new keys.
20331         (reftex-toc-split-windows-fraction): New option.
20332         (reftex-recenter-toc-when-idle): Search *toc* window on all
20333         visible frames.
20334         (reftex-toc): Additional parameter REUSE
20335         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
20336         with REUSE argument.
20337         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20338         the call of `reftex-toc'.
20339         (reftex-make-separate-toc-frame): New function .
20340         (reftex-toc-recenter): When called with triple prefix arg, call
20341         `reftex-make-separate-toc-frame' first.
20342         (reftex-toc-toggle-dedicated-frame): New command.
20343         (reftex-toc-quit): Adapted to delete frame when called in
20344         dedicated frame.
20346         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20347         all enclosing macros.
20350 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20352         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20353         first use.
20355 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20357         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20359 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
20361         * calendar/calendar.el (list-diary-entries-hook)
20362         (diary-display-hook, nongregorian-diary-listing-hook)
20363         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20364         Add some customize options for these hooks.
20365         (calendar-abbrev-construct): Don't try to take a substring longer
20366         than the original string.
20368 2003-08-05  Richard M. Stallman  <rms@gnu.org>
20370         * emacs-lisp/testcover.el (noreturn): Report error if does return.
20371         (testcover-reinstrument-clauses): Doc fix.
20373         * emacs-lisp/warnings.el: Doc fixes, args renamed.
20374         (warning-type-format): Rename from warning-group-format.
20376         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20377         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20378         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20379         to prevent warnings about defvar for an obsolete variable.
20381         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20382         warning-group-format renamed to warning-type-format.
20384         * subr.el (read-passwd): Use clear-string instead of fillarray.
20386         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20387         Use vconcat instead of concat.
20388         (edmacro-sanitize-for-string): New function.
20390 2003-08-05  Dave Love  <fx@gnu.org>
20392         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20393         line-number-display-limit-width.
20395         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20397 2003-08-05  Kenichi Handa  <handa@m17n.org>
20399         * international/code-pages.el: Don't require mule-diag.
20401         * international/mule-diag.el (non-iso-charset-alist):
20402         Add autoload cookie.
20404         * language/devan-util.el (dev-glyph-order): Add an entry for the
20405         glyph code #xC4.
20407 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
20409         * calendar/calendar.el (diary-file, diary-file-name-prefix)
20410         (european-calendar-style, diary-date-forms)
20411         (calendar-day-name-array, calendar-month-name-array): Doc change.
20412         (generate-calendar-month): Adapt for new behaviour of
20413         `calendar-day-name' function.
20414         (calendar-abbrev-length, calendar-day-abbrev-array)
20415         (calendar-month-abbrev-array): New variables.
20416         (calendar-abbrev-construct): New function.
20417         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20418         rather than fixing abbrevs at some width.  Calling syntax change.
20419         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
20420         (calendar-date-string): Adapt for new behaviours of
20421         `calendar-day-name' and `calendar-month-name' functions.
20423         * calendar/diary-lib.el (list-diary-entries): Adapt for new
20424         behaviour of `calendar-day-name' and `calendar-month-name' functions.
20425         (diary-name-pattern): Use abbrev arrays, rather than fixing
20426         abbrevs at three chars.  Calling syntax change.
20427         (mark-diary-entries): Adapt for new behaviours of
20428         `diary-name-pattern' and `calendar-make-alist' functions.
20429         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20430         `diary-name-pattern' function.
20431         (font-lock-diary-date-forms): Use abbrev arrays, rather than
20432         fixing abbrevs at three chars.  Calling syntax change.
20433         (cal-hebrew, cal-islam): Require when compiling.
20434         (diary-font-lock-keywords): Adapt for new behaviour of
20435         `font-lock-diary-date-forms' function.
20437         * calendar/cal-hebrew.el: Reposition some code so defined before used.
20438         (calendar-hebrew-month-name-array-common-year)
20439         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20440         (list-hebrew-diary-entries): Adapt for new behaviours of
20441         `calendar-day-name' and `add-to-diary-list' functions.
20442         (mark-hebrew-diary-entries): Adapt for new behaviours of
20443         `diary-name-pattern' and `calendar-make-alist' functions.
20445         * calendar/cal-islam.el (calendar-islamic-month-name-array):
20446         Add doc string.
20447         (list-islamic-diary-entries): Adapt for new behaviours of
20448         `calendar-day-name' and `add-to-diary-list' functions.
20449         (mark-islamic-diary-entries): Adapt for new behaviours of
20450         `diary-name-pattern' and `calendar-make-alist' functions.
20452         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20453         `calendar-month-name' function.
20455         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20457         * calendar/solar.el (solar-seasons-data): Move definition before use.
20459         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20460         (cal-tex-LaTeX-hourbox): Move definition before use.
20462         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20463         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20464         * lunar.el, solar.el (displayed-month, displayed-year):
20465         Define for compiler.
20467 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
20469         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20470         MODE.  Renamed from c-init-c-language-vars'.
20471         (c-initialize-cc-mode): Change accordingly.
20472         (c-common-init): Ditto.
20473         (c-mode): Ditto.
20474         (c++-mode): Use `c-init-language-vars-for'.
20475         (objc-mode): Ditto.
20476         (java-mode): Ditto.
20477         (idl-mode): Ditto.
20478         (pike-mode): Ditto.
20479         (awk-mode): Ditto.
20481 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
20483         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20484         or not the point moved.
20486         (c-search-decl-header-end): Don't trip up on operator identifiers
20487         in C++ and operators like == in all languages.
20489         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20490         Detect leading labels correctly.
20492 2003-08-02  Andreas Schwab  <schwab@suse.de>
20494         * textmodes/ispell.el: Don't redo key bindings on loading, put
20495         them only in loaddefs.el.
20496         * bookmark.el: Likewise.
20497         * dabbrev.el: Likewise.
20498         * emerge.el: Likewise.
20500         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20501         has more than one member.
20503         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20505 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20507         * lpr.el (printify-region): It was ending conversion before the
20508         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
20510 2003-07-31  John Paul Wallington  <jpw@gnu.org>
20512         * net/browse-url.el (browse-url-epiphany): Doc fix.
20514 2003-07-30  Kenichi Handa  <handa@m17n.org>
20516         * international/fontset.el (setup-default-fontset):
20517         Change registry names of Akurti fonts.
20519 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20521         * comint.el (comint-read-noecho): Use `clear-string' instead of
20522         `fillarray'.
20524 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
20526         * outline.el (outline-mode-hook): Add defvar.
20528 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
20530         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20531         Restore assembler in source window if that is what has been selected.
20532         (menu): Add gdb-restore-windows to menu.  Make gdba
20533         specific menus only visible from gdba.
20535 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
20537         * progmodes/compile.el (compilation-environment): New user variable.
20538         (compile-internal): Respect it.
20540 2003-07-23  Masatake YAMATO  <jet@gyve.org>
20542         * progmodes/gud.el (gdb-script-font-lock-keywords):
20543         Put `font-lock-function-name-face' on a symbol which includes
20544         `-' like `hook-run'.  Put font-lock-variable-name-face
20545         on a symbol starting with $.
20547 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
20549         * files.el (set-visited-file-name): Use truename for buffer-file-name.
20551 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
20553         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20555 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
20557         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
20558         Use with-no-warnings.
20559         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
20560         rather than to find-file-not-found-hook, which doesn't exist.
20562 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
20564         * international/quail.el (quail-translate-key): Fix previous change.
20566 2003-07-25  John Paul Wallington  <jpw@gnu.org>
20568         * server.el (server-start): Check `server-process' is non-nil
20569         before killing it to avoid killing current buffer's process.
20571         * simple.el (choose-completion-string): Use `minibufferp';
20572         test `completion-reference-buffer' if `buffer' arg is nil.
20573         (push-mark): Use `when' and `unless'.
20574         (pop-mark): Use `when'.
20576         * mouse-sel.el (mouse-sel-get-selection-function):
20577         Check `x-last-selected-text-primary'.  Don't barf if it or
20578         `x-last-selected-text' aren't bound.
20580 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
20582         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
20584 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
20586         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
20588 2003-07-23  John Paul Wallington  <jpw@gnu.org>
20590         * tooltip.el (defface tooltip): Inherit from variable-pitch.
20592 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
20594         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
20595         string.  Defvar the derived hook.
20597         * macros.el (insert-kbd-macro): Escape double quote character.
20598         From Thomas W Murphy <twm@andrew.cmu.edu>.
20600 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
20602         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
20603         to match the specific mark rather than reusing comment-start-skip.
20605 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
20607         * progmodes/hideshow.el (hs-special-modes-alist):
20608         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
20610 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
20612         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
20613         value using ?\s.
20615 2003-07-21  John Paul Wallington  <jpw@gnu.org>
20617         * subr.el (with-selected-window): Add closing paren.
20619 2003-07-21  Richard M. Stallman  <rms@gnu.org>
20621         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
20622         (lisp-mode): Likewise.
20624         * subr.el (with-selected-window): Copy code form save-selected-window
20625         so as to call select-window with norecord arg.
20626         (dynamic-completion-table): Doc fix.
20627         (lazy-completion-table): Doc fix.
20629         * international/mule-cmds.el (set-locale-environment):
20630         langinfo renamed to locale-info.
20632         * international/mule.el (auto-coding-functions): Doc fix.
20634 2003-07-21  Kenichi Handa  <handa@m17n.org>
20636         * international/quail.el (quail-translate-key):
20637         Update quail-current-str correctly.
20639 2003-07-21  Andreas Schwab  <schwab@suse.de>
20641         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
20642         ?, to "_".
20644 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
20645         Version 2.0.36 of Tramp released.
20647         * net/tramp.el (tramp-default-password-end-of-line): Rename from
20648         tramp-password-end-of-line.
20649         (tramp-password-end-of-line): New method parameter.
20650         (tramp-get-password-end-of-line): Function to access method
20651         parameter `tramp-password-end-of-line', or variable
20652         `tramp-default-password-end-of-line' (default value).
20653         (tramp-methods): Add entries for new parameter
20654         tramp-password-end-of-line.
20655         (tramp-enter-password): Use new function
20656         `tramp-get-password-end-of-line'.
20657         (tramp-handle-insert-file-contents): Do not
20658         unconditionally inhibit the file operation file-local-copy, only
20659         do that when the inhibit-file-name-operation is currently
20660         insert-file-contents.  This fixes finding remote CVS-controlled
20661         files.  (It would barf on inserting the CVS/Entries file
20662         literally, because the file-local-copy handler wasn't called.)
20663         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
20664         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
20665         (tramp-initial-commands): New variable.
20666         (tramp-process-initial-commands): New function, using the variable.
20667         (tramp-open-connection-setup-interactive-shell): Call the new function.
20668         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
20669         method into the buffer name, never use nil.  Reported by Hanak
20670         David <dhanak@inf.bme.hu>.
20671         (tramp-open-connection-setup-interactive-shell): Erase buffer
20672         before sending "stty -onlcr".
20674         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
20676 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
20678         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
20680 2003-07-19  John Paul Wallington  <jpw@gnu.org>
20682         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
20683         (artist-draw-rect, artist-draw-square): Doc fixes.
20685         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
20687         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
20689 2003-07-19  Kenichi Handa  <handa@m17n.org>
20691         * international/kkc.el (kkc-show-conversion-list-update):
20692         Highlight the correct candidate in the message.
20694 2003-07-18  John Paul Wallington  <jpw@gnu.org>
20696         * simple.el (current-word): Don't include punctuation char when
20697         `really-word' arg is non-nil.
20699 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
20701         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
20702         moved to the directory obsolete.
20704 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
20706         * info.el (Info-menu-entry-name-re): Allow newlines in
20707         menu entry names.
20709         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
20710         syntax-ppss-after-change-function.
20711         (syntax-ppss-after-change-function): New alias.  Update uses.
20712         (syntax-ppss): Catch the case where the buffer is narrowed.
20714 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
20716         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
20717         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
20719 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
20721         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
20722         since it might be modified.
20724         * progmodes/cc-langs.el (c++-make-template-syntax-table)
20725         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
20726         names to these language constants.
20728 2003-07-15  Kim F. Storm  <storm@cua.dk>
20730         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
20731         All uses changed.
20733 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
20735         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
20736         Namespace support.
20738 2003-07-13  Juanma Barranquero  <lektu@terra.es>
20740         * frame.el (modify-all-frames-parameters): Reinstall (copyright
20741         papers received).
20743 2003-07-13  Karl Eichwalder  <ke@suse.de>
20745         * textmodes/po.el (po-find-charset): White space at the start of the
20746         Content-Type field body is non-mandatory.
20748 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
20750         * textmodes/texinfo.el (texinfo-section-list):
20751         Append appendixsection; a synonym for appendixsec.
20753 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
20755         * man.el (Man-translate-cleanup): New.
20756         (Man-translate-references): Call `Man-translate-cleanup' to clean
20757         leading, trailing and middle spaces.
20759 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
20761         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
20762         Handle `dired-directory' being a list.
20764 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20766         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
20767         it doesn't exist.
20769 2003-07-12  Richard M. Stallman  <rms@gnu.org>
20771         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
20773         * progmodes/cc-defs.el (c-make-keywords-re):
20774         Don't use delete-duplicates.
20775         (c-lang-const): Don't use mapcan.
20777         * apropos.el (apropos-show-scores): Make it customizable.
20778         Document new meaning.
20779         (apropos): Compute scores from symbols.
20780         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
20782 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20784         * ps-bdf.el: Fix copyright line.
20785         (bdf-directory-list): Fix initialization code.
20787 2003-07-11  John Paul Wallington  <jpw@gnu.org>
20789         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
20790         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
20791         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
20793 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
20795         * emacs-lisp/ring.el (ring-elements): Doc fix.
20797 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
20799         * calendar/timeclock.el (timeclock-relative)
20800         (timeclock-ask-before-exiting, timeclock-use-display-time):
20801         Doc changes.
20802         (timeclock-modeline-display): Give a message if
20803         `timeclock-use-display-time' is non-nil but `display-time-mode'
20804         is not active.
20806 2003-07-11  Kenichi Handa  <handa@m17n.org>
20808         * international/mule-cmds.el (set-language-environment):
20809         Set current-language-environment to the correct string.
20811 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20813         * ps-print.el: Print line number correctly in a region.  Reported by
20814         Tim Allen <timallen@ls83.fsnet.co.uk>.
20815         (ps-print-version): New version number (6.6.2).
20816         (ps-printing-region): Code fix.
20818 2003-07-10  John Paul Wallington  <jpw@gnu.org>
20820         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
20821         this function can be called from `add-completions-from-tags-table'.
20823 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
20825         * calendar/timeclock.el (timeclock-use-display-time)
20826         (timeclock-day-over-hook, timeclock-workday-remaining)
20827         (timeclock-status-string, timeclock-when-to-leave)
20828         (timeclock-when-to-leave-string, timeclock-log-data)
20829         (timeclock-find-discrep, timeclock-day-base)
20830         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
20831         (timeclock-modeline-display): Set the variable
20832         `timeclock-modeline-display'.
20833         (timeclock-update-modeline): Doc fix.  Respect value of
20834         `timeclock-relative'.
20836 2003-07-09  Richard M. Stallman  <rms@gnu.org>
20838         * textmodes/reftex-parse.el (reftex-all-document-files):
20839         Add autoload cookie.
20841         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
20842         (reftex-scanning-info-available-p): Add autoload cookie.
20844         * international/mule-cmds.el
20845         (set-display-table-and-terminal-coding-system): Delete duplicate
20846         aset on standard-display-table.
20848         * view.el (view-file): If existing buffer's major mode is special,
20849         don't go into view mode.
20851         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
20853 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20855         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
20856         buffer changes; there's third party code that calls this function
20857         directly.
20859 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20861         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
20862         (autodoc-font-lock-keywords): Don't byte compile on font lock
20863         initialization when running from byte compiled files.
20865 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20867         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
20868         statement ends with auto-increment "++".
20870 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20872         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
20873         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
20874         these are changed, so declare them as variables and not constants.
20876 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
20878         * subr.el (dolist, dotimes): Doc fix.
20880 2003-07-08  Kim F. Storm  <storm@cua.dk>
20882         * international/mule-cmds.el
20883         (set-display-table-and-terminal-coding-system): Don't break
20884         bootstrap if standard-display-table isn't setup yet.
20886 2003-07-07  Richard M. Stallman  <rms@gnu.org>
20888         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
20889         Give it a doc string, and autoload it.
20891         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
20892         Use with-no-warnings.
20894         * info.el (Info-search): If find invisible text, search again.
20896         * isearch.el (search-whitespace-regexp): Add a shy group around it.
20898         * man.el (Man-name-regexp): Match + as part of name.
20900         * simple.el (visible-mode): Rename from vis-mode.
20901         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
20903         * simple.el (current-word): New arg REALLY-WORD specifies
20904         don't include punctuation chars.
20906         * emacs-lisp/debug.el (debug, debugger-env-macro):
20907         Use with-no-warnings while accessing and binding unread-command-char.
20909         * international/mule-cmds.el
20910         (set-display-table-and-terminal-coding-system): Use explicit loop
20911         instead of calling standard-display-default.
20913         * net/ange-ftp.el (ange-ftp-file-symlink-p):
20914         Use condition-case to catch error in ange-ftp-get-files.
20916         * net/browse-url.el (browse-url-browser-function):
20917         Add alternative for Epiphany.
20918         (browse-url-epiphany-program, browse-url-epiphany-arguments)
20919         (browse-url-epiphany-startup-arguments)
20920         (browse-url-epiphany-new-window-is-tab): New variables.
20921         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
20923         * progmodes/compile.el (compile-auto-highlight): Default now t.
20924         (compile): Doc fix.
20925         (compilation-next-error): Fix previous change.
20927         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
20929         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
20931 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
20933         * gdb-ui.el (gdb-source-info): Display current frame when
20934         attaching to an existing process.
20935         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
20936         while laying out windows when attaching to an existing process.
20938 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
20940         * info.el (Info-menu): Use Info-menu-entry-name-re.
20942 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
20944         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
20945         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
20947         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
20948         to match the same text.
20950 2003-07-06  John Paul Wallington  <jpw@gnu.org>
20952         * vc.el (vc-annotate-offset): Move defvar up.
20954 2003-07-06  Kim F. Storm  <storm@cua.dk>
20956         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
20957         This should fix the infinite loop when extracting menu names.
20959 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
20961         * files.el (auto-mode-alist, interpreter-mode-alist):
20962         Remove entries to CC Mode modes to avoid duplicates; they are now added
20963         with autoload directives in cc-mode.el.
20965 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
20967         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
20968         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
20969         these are changed, so declare them as variables and not constants.
20971         * progmodes/cc-mode.el: Fix some autoload problems: Try to
20972         ensure that the entry for ".c" extension comes before the one for
20973         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
20974         Fix incorrect entries that were added to `interpreter-mode-alist'.
20975         Move the autoload directives for AWK to the top level since they
20976         aren't recognized anywhere else.  Do not use the new AWK mode doc
20977         in the autoload form for the old AWK mode.
20979 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20981         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
20982         (bibtex-sort-ignore-string-entries): Default value t.
20983         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
20984         erroneously in previous version.
20985         (bibtex-string-files): Docstring reflects new parsing scheme.
20986         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
20987         docstring, add # as one of the chars to crush
20988         (bibtex-autokey-prefix-string, bibtex-autokey-names)
20989         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
20990         (bibtex-autokey-name-change-strings)
20991         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
20992         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
20993         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
20994         (bibtex-autokey-title-terminators)
20995         (bibtex-autokey-titlewords-stretch)
20996         (bibtex-autokey-titleword-ignore)
20997         (bibtex-autokey-titleword-case-convert)
20998         (bibtex-autokey-titleword-abbrevs)
20999         (bibtex-autokey-titleword-abbrevs)
21000         (bibtex-autokey-titleword-change-strings)
21001         (bibtex-autokey-titleword-length)
21002         (bibtex-autokey-titleword-separator)
21003         (bibtex-autokey-name-year-separator)
21004         (bibtex-autokey-year-title-separator)
21005         (bibtex-autokey-before-presentation-function)
21006         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21007         Fix docstring.
21008         (bibtex-strings, bibtex-reference-keys):
21009         Use lazy-completion-table and make-variable-buffer-local.
21010         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21011         (bibtex-braced-string-syntax-table)
21012         (bibtex-quoted-string-syntax-table): New variables.
21013         (bibtex-parse-nested-braces): Remove.
21014         (bibtex-parse-field-string): Use syntax table and forward-sexp.
21015         (bibtex-parse-association): Simplify.
21016         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21017         (bibtex-parse-field-text): Simplify.
21018         (bibtex-search-forward-field, bibtex-search-backward-field):
21019         argument BOUND can take value t.
21020         (bibtex-start-of-field, bibtex-start-of-name-in-field)
21021         (bibtex-end-of-name-in-field, bibtex-end-of-field)
21022         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21023         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21024         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21025         (bibtex-skip-to-valid-entry): Return buffer position of beginning
21026         and ending of entry.  Update for changes of bibtex-search-entry.
21027         Simplify.
21028         (bibtex-map-entries): FUN is called with three arguments.
21029         (bibtex-search-entry): Return a cons pair with buffer positions of
21030         beginning and end of entry.
21031         (bibtex-enclosing-field): Simplify.
21032         (bibtex-format-entry): Use booktitle to set a missing title.
21033         (bibtex-autokey-get-names): Fiddle with regexps.
21034         (bibtex-generate-autokey): Use identity.
21035         (bibtex-parse-keys): Use simplified parsing algorithm if
21036         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
21037         arguments.  Return alist of keys.
21038         (bibtex-parse-strings): Simplify.  Return alist of strings.
21039         (bibtex-complete-string-cleanup): Fix docstring.
21040         (bibtex-read-key): New function.
21041         (bibtex-mode): Fix docstring.  Do not parse for keys and
21042         strings when the mode is entered.  Set fill-paragraph-function to
21043         bibtex-fill-field.  Setup font-lock-mark-block-function the way
21044         font-lock intended.
21045         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
21046         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21047         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21048         (bibtex-Preamble): Avoid hard coded constants.
21049         (bibtex-make-field): Fix docstring.  Simplify.
21050         (bibtex-beginning-of-entry): Always return new position of point.
21051         (bibtex-end-of-entry): Rearrange cond clauses.
21052         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21053         Update for changes of bibtex-map-entries.
21054         (bibtex-ispell-abstract): Do not move point.
21055         (bibtex-entry-index): Use downcase.  Simplify.
21056         (bibtex-lessp): Handle catch-all.
21057         (bibtex-find-crossref): Turn into a command.
21058         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
21059         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
21060         preamble entries.
21061         (bibtex-fill-field-bounds): New function.
21062         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
21063         (bibtex-fill-entry): Use bibtex-fill-field-bounds
21064         (bibtex-String): Use bibtex-strings.  Always obey
21065         bibtex-sort-ignore-string-entries.
21067 2003-07-05  John Paul Wallington  <jpw@gnu.org>
21069         * cus-theme.el (customize-create-theme):
21070         Call `customize-create-theme' in Reset widget's notify function.
21072         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21073         (ibuffer-mark-interactive): Use `or' instead of `unless'.
21074         (define-ibuffer-column name): Add summarizer.
21075         (define-ibuffer-column size): Likewise.
21076         (define-ibuffer-column filename): Likewise.
21077         (define-ibuffer-column process): Likewise.  Change BODY's output too.
21078         (define-ibuffer-column filename-and-process): Likewise, likewise.
21079         (ibuffer): Remove local vars `already-in' and `need-update'.
21081         * ibuf-ext.el: Don't require `derived' at compile-time.
21083 2003-07-05  Kim F. Storm  <storm@cua.dk>
21085         * info.el: Disable paragraph refilling.
21086         (Info-refill-paragraphs): New defcustom.
21087         (Info-fontify-node): Use it.
21089 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
21091         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21092         thingies from constructors created by defstruct.
21094         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21095         the default value of the variable.
21096         (byte-code-meter): Move declaration to top level.
21098         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21100         * info.el (Info-following-node-name-re): New fun.
21101         (Info-following-node-name): Remove.
21102         (Info-insert-dir): Use the new fun.
21103         (Info-extract-pointer): Don't save restriction; use new fun.
21104         (Info-menu-entry-name-re): New const.
21105         (Info-menu-entry-name-re): Use it along with new fun.
21106         (Info-node-spec-re): Use new fun.
21107         (Info-complete-menu-item, Info-fontify-node): Use new const.
21108         (Info-goto-node, Info-follow-reference, Info-menu-update):
21109         Use match-string.
21110         (Info-follow-reference): Use assoc-string.
21111         Use a list of strings for the completion table.
21112         (Info-fontify-node): Use match-string, line-end-position.
21113         Limit the search for `node:' to the first line.
21115         * newcomment.el (uncomment-region): Remove padding coming from
21116         comment-start rather than just from comment-padding.
21118         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21119         (vc-cvs-stay-local-p): Use vc-stay-local-p.
21120         (vc-cvs-rename-file): Remove (use the default).
21121         (vc-cvs-register): Register parent dir if needed.
21122         (vc-cvs-could-register): Return non-nil if parent can be registered.
21123         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21124         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21126         * vc-svn.el (vc-svn-use-edit): Make it into a const.
21127         (vc-svn-update): Fix the arguments to `svn'.
21128         (vc-svn-diff-tree): Just use `vc-svn-diff'.
21129         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21130         Simple implementations, assuming `name' is a URL.
21132         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21133         set of chars allowed unquoted in a case pattern.
21135         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21137         * font-lock.el (font-lock-extra-types-widget)
21138         (c-font-lock-extra-types, c++-font-lock-extra-types)
21139         (objc-font-lock-extra-types, java-font-lock-extra-types)
21140         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21141         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21142         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21143         (font-lock-match-c++-structor-declaration)
21144         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21145         (c++-font-lock-keywords-3, c++-font-lock-keywords)
21146         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21147         (objc-font-lock-keywords-3, objc-font-lock-keywords)
21148         (java-font-lock-keywords-1, java-font-lock-keywords-2)
21149         (java-font-lock-keywords-3, java-font-lock-keywords)
21150         (java-font-lock-syntactic-face-function): Remove obsolete code
21151         and constants.  It's all in cc-fonts.el now.
21153 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
21155         * mail/sendmail.el (mail-specify-envelope-from)
21156         (mail-envelope-from): Doc fix.
21158 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
21160         * generic-x.el: Do away with the dependency on `c-emacs-features'
21161         when populating `rul-generic-mode-syntax-table'; we already know
21162         this isn't XEmacs.
21164 See ChangeLog.10 for earlier changes.
21166 ;; Local Variables:
21167 ;; coding: iso-2022-7bit
21168 ;; End:
21170     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
21171   Copying and distribution of this file, with or without modification,
21172   are permitted provided the copyright notice and this notice are preserved.
21174 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1