* viper-cmd.el (viper--key-maps): new variable.
[emacs.git] / lisp / ChangeLog
blob57441880d783a2ec9831d0ed4075f028e86cce08
1 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
2         
3         * viper-cmd.el (viper--key-maps): new variable.
4         (viper-normalize-minor-mode-map-alist): use viper--key-maps and
5         emulation-mode-map-alists.
6         (viper-envelop-ESC-key): use viper-subseq.
7         (viper-search-forward/backward/next): disable debug-on-error.
8         
9         * viper-keym.el (viper-toggle-key,viper-quoted-insert-key,
10         viper-ESC-key): new defcustoms.
11         
12         * viper-macs.el (ex-map-read-args): use viper-subseq.
13         
14         * viper-util.el (viper-key-to-emacs-key): use viper-subseq.
15         (viper-subseq): copy of subseq from cl.el.
16         
17         * viper.el (viper-go-away,viper-set-hooks): use
18         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
19         
20         * viper-mous.el (viper-current-frame-saved): use defvar.
21         
22         * viper-init.el: got rid of -face in face names.
23         
24         * ediff-diff.el (ediff-extract-diffs,ediff-extract-diffs3):
25         Make it work with longlines mode
26         
27         * ediff-mult.el (ediff-meta-mode-hook): new variable.
28         
29         * ediff-ptch.el (ediff-file-name-sans-prefix): quote regexp.
30         
31         * ediff-init: got rid of -face in face names.
32         
33 2005-07-10  Richard M. Stallman  <rms@gnu.org>
35         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
36         and with-timeout-unsuspend.
38         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
39         and with-timeout-unsuspend.
41         * emacs-lisp/timer.el (with-timeout-timers): New variable.
42         (with-timeout): Bind that variable to record timers.
43         (with-timeout-suspend, with-timeout-unsuspend): New functions.
45         * emacs-lisp/debug.el (debug-help-follow): New function.
46         (debugger-mode-map): Use that instead of help-follow.
47         (debugger-setup-buffer): Use eval-buffer-list
48         to handle eval-buffer frames.
50 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
52         * timezone.el (timezone-parse-date): Changed first regexp
53         so it will not mistakenly match dates with no time zone.
55 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
57         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
59 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
61         * custom.el (custom-initialize-safe-set)
62         (custom-initialize-safe-default): New functions.
64         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
65         and simplify :init-value.
67         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
68         and simplify :init-value.  Delete obsolete comment.
70         * startup.el (command-line): Use `custom-reevaluate-setting' to
71         handle `tooltip-mode'.  Delete obsolete comment.
73         * files.el (set-visited-file-name): Avoid calling
74         `file-name-nondirectory' with a nil argument.
76 2005-07-09  Richard M. Stallman  <rms@gnu.org>
78         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
79         was called with nil for the buffer, handle the read position right.
80         Handle read position for eval-region, too.
82 2005-07-09  Juri Linkov  <juri@jurta.org>
84         * fringe.el (fringe-mode): Add period in docstring.
85         (fringe-query-style): Build prompt depending on `all-frames' arg.
87         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
88         to not create links to unrelated functions in the Help buffer.
90         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
91         Doc fix.
93         * simple.el (next-error-hook): New variable.
94         (next-error): Use it.  Doc fix.
96         * textmodes/ispell.el (ispell-command-loop): Add current
97         dictionary name and program name to mode-line-format.
98         (ispell-region, ispell-process-line): Add current dictionary name
99         and program name to messages.
101 2005-07-08  Jay Belanger  <belanger@truman.edu>
103         * calc/calc.el (calc-embedded-announce-formula-alist)
104         (calc-embedded-open-close-formula-alist)
105         (calc-embedded-open-close-word-alist)
106         (calc-embedded-open-close-plain-alist)
107         (calc-embedded-open-close-new-formula-alist)
108         (calc-embedded-open-close-mode-alist)
109         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
110         (calc-embedded-mode-hook): New variables.
112         * calc/calc-embed.el (calc-embedded-firsttime)
113         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
114         New variables.
115         (calc-do-embedded): Use calc-embedded-firsttime,
116         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
117         determine whether or not to run hooks.
118         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
119         calc-embedded-firsttime-formula appropriately.
120         Set calc-embedded delimiter variables according to mode.
122 2005-07-08  Richard M. Stallman  <rms@gnu.org>
124         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
125         Check for "emacs", etc., as entire symbol, not just as word.
126         (checkdoc-file-comments-engine): Use regexp-quote on FN.
128         * files.el (set-visited-file-name): Report the error
129         for "empty filename" earlier.
130         (kill-some-buffers): Ignore buffers already dead.
132         * fringe.el (fringe-mode): Doc fix.
134         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
135         Check for (featurep 'xemacs) and turn off warnings in what it guards.
136         Use unwind-protect to ensure byte-compile-unresolved-functions
137         is updated.
139         * whitespace.el (whitespace-buffer-leading-cleanup):
140         Simplify w/ skip-chars-forward.
141         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
143         * mail/rmail.el (rmail-only-expunge): Fix paren error.
144         Unconditionally try to leave point at the same old place.
146 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
148         * comint.el (comint-postoutput-scroll-to-bottom)
149         (comint-show-maximum-output): Take scroll-margin into
150         consideration.
152 2005-07-08  Kim F. Storm  <storm@cua.dk>
154         * ido.el (ido-use-filename-at-point): New choice `guess'.
155         (ido-file-internal): Try ffap-guesser if selected.
157         * ido.el (ido-before-fallback-functions): New hook.
158         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
159         (ido-read-file-name): Run it.
161 2005-07-07  Jay Belanger  <belanger@truman.edu>
163         * calc/calc-units.el (math-apply-units):  Change the places in
164         which units are simplified.
166 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
168         * cus-edit.el (customize-option, customize-option-other-window):
169         Make them handle aliases.
171         * custom.el (custom-variable-p): Make it recursively follow
172         aliases.  Mention that in the docstring.
174 2005-07-07  Richard M. Stallman  <rms@gnu.org>
176         * cus-start.el (exec-path): Use `directory' instead of `file'.
177         Fix tag for nil.
179 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
181         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
182         when called non-interactively.  Doc fix.
184 2005-07-07  Lute Kamstra  <lute@gnu.org>
186         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
187         new address as well.
189 2005-07-07  Kenichi Handa  <handa@m17n.org>
191         * international/mule.el (make-coding-system): Describe
192         `ascii-incompatible' property in the docstring.
193         (set-file-name-coding-system): Signal an error if coding-system is
194         ascii-incompatible.
195         (set-keyboard-coding-system): Likewise.
197         * international/mule-cmds.el (set-default-coding-systems):
198         Don't set default-file-name-coding-system and
199         default-keyboard-coding-system if coding-system is
200         ASCII-incompatible.
202         * international/utf-16.el: Declare that all UTF-16-based coding
203         systems are ASCII-incompatible.
205 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
207         * progmodes/gud.el: Require font-lock for displaying errors.
208         Used by gdb-ui.el.
210 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
212         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
213         values for the pattern lists which are `read'able but not
214         `append'able (like symbols).
216 2005-07-06  Richard M. Stallman  <rms@gnu.org>
218         * progmodes/flymake.el (flymake-float-time): Instead of
219         with-no-warnings, test for xemacs.
220         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
221         to avoid warning.
223 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
225         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
227 2005-07-05  Lute Kamstra  <lute@gnu.org>
229         * battery.el: Add support for Darwin (with much debugging help
230         from Samuel Lauber <sam124@operamail.com>).
231         (battery-status-function, battery-echo-area-format)
232         (battery-mode-line-format): Add support for pmset on Darwin.
233         (battery-load-low, battery-load-critical): New user options.
234         (battery-pmset): New function.
236 2005-07-05  Lute Kamstra  <lute@gnu.org>
238         Update FSF's address in GPL notices.
240         * textmodes/page-ext.el: Update FSF's address.
242 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
244         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
245         filling from using prefix when filling a single-line docstring.
247         * progmodes/flymake.el: Remove useless eval-when-compile.
249         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
251 2005-07-04  Richard M. Stallman  <rms@gnu.org>
253         * textmodes/org.el (org-file-apps-defaults-gnu):
254         Rename from org-file-apps-defaults-linux.
255         (org-default-apps): Don't test system-type for `linux'.
256         (org-file-apps): Doc fix.
258 2005-07-04  David Ponce  <david@dponce.com>
260         * tree-widget.el: Improve header Commentary section.
261         (tree-widget) [defgroup]
262         (tree-widget-image-enable, tree-widget-themes-directory)
263         (tree-widget-theme, tree-widget-image-properties-emacs)
264         (tree-widget-image-properties-xemacs, tree-widget-create-image)
265         (tree-widget-image-formats, tree-widget-control)
266         (tree-widget-empty-control, tree-widget-leaf-control
267         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
268         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
269         (tree-widget-keep, tree-widget-after-toggle-functions)
270         (tree-widget-open-node, tree-widget-close-node): Doc fix.
271         (tree-widget-open-control, tree-widget-close-control): Fix doc and
272         :help-echo message.
273         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
274         (tree-widget-image-properties): Doc fix.  Clearer implementation.
275         (tree-widget--cursors): New constant.
276         (tree-widget-lookup-image): New function split from
277         `tree-widget-find-image'.  Clearer implementation.
278         (tree-widget-find-image): Use it.
279         (tree-widget-button-keymap): Use `set-keymap-parent'.
280         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
281         Define the sub-widgets here.
282         (tree-widget-node): Check that :node is not a tree-widget.
283         (tree-widget-get-super, tree-widget-open-control)
284         (tree-widget-close-control, tree-widget-empty-control)
285         (tree-widget-leaf-control, tree-widget-guide)
286         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
287         (tree-widget-no-handle, tree-widget-value-delete)
288         (tree-widget-map): Remove.
289         (tree-widget-children-value-save): Doc fix.  Simplified.
290         (tree-widget-value-create): Update according to previous changes.
292 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
294         * textmodes/org.el: Leading space replaced by TABS.
295         (org-recalc-marks, org-table-rotate-recalc-marks)
296         (org-table-get-specials): Treat "^" and "_" marks.
297         (org-table-justify-field-maybe): Optional argument NEW.
298         (org-table-eval-formula): Parsing of the format simplified.
299         New modes C,I.  Honor the %= parameter in the current table.
300         Avoid unnecessary re-align by using the NEW argument to
301         `org-table-justify-field-maybe'.
302         (org-calc-default-modes): Default for date-format mimicks org-mode.
303         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
305 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
307         * cus-face.el (custom-theme-set-faces): Make it handle face
308         aliases whose alias declarations are pre- or autoloaded.
310 2005-07-04  Juri Linkov  <juri@jurta.org>
312         * faces.el (read-face-name): Put the code for getting a face name
313         from the buffer before adding the faces from the `face' property.
314         Use `completing-read-multiple' instead of `completing-read'.
315         Require `crm'.  Add default value and post-process the returned
316         list of faces.
318         * emacs-lisp/crm.el (crm-find-current-element)
319         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
321         * emacs-lisp/lisp-mode.el (eval-defun-1):
322         * emacs-lisp/edebug.el (edebug-eval-defun):
323         Remove unnecessary quotes.
325 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
327         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
328         (prolog-indent-level): Fix typo in docstring.
330         * info.el (Info-history, Info-history-forward)
331         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
333         * add-log.el (add-change-log-entry):
334         * comint.el (comint-dynamic-list-input-ring)
335         (comint-dynamic-list-completions):
336         * dabbrev.el (dabbrev-expand):
337         * delim-col.el (delimit-columns-rectangle-line):
338         * diff-mode.el (diff-context->unified, diff-reverse-direction)
339         (diff-unified->context):
340         * ediff-init.el (ediff-abbrev-jobname):
341         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
342         (ediff-replace-session-activity-marker-in-meta-buffer):
343         * info.el (Info-summary):
344         * lpr.el (printify-region):
345         * printing.el (pr-create-interface):
346         * ps-print.el (ps-print-quote):
347         * ses.el (ses-column-widths, ses-print-cell)
348         (ses-adjust-print-width, ses-center):
349         * shell.el (shell-file-name-quote-list):
350         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
351         (strokes-fill-current-buffer-with-whitespace)
352         (strokes-xpm-for-stroke, strokes-list-strokes)
353         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
354         * term.el (term-dynamic-list-input-ring)
355         (term-dynamic-list-completions):
356         * calc/calc.el (math-format-stack-value):
357         * emacs-lisp/edebug.el (edebug-display-freq-count):
358         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
359         (delphi-new-comment-line):
360         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
361         * progmodes/executable.el (executable-set-magic):
362         * progmodes/python.el (inferior-python-mode):
363         * progmodes/scheme.el (scheme-mode-syntax-table):
364         * progmodes/sh-script.el (sh-maybe-here-document):
365         * progmodes/sql.el (sql-copy-column):
366         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
367         * textmodes/bibtex.el (bibtex-mode):
368         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
369         (sgml-auto-attributes):
370         * textmodes/table.el (table-insert, table-shorten-cell)
371         (table--generate-source-scan-lines, table-delete-row)
372         (*table--cell-delete-char, table--spacify-frame)
373         (table--horizontally-shift-above-and-below)
374         (table--cell-insert-char, table--cell-blank-str)
375         (table--fill-region-strictly):
376         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
377         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
379         * add-log.el (change-log):
380         * apropos.el (apropos):
381         * comint.el (comint-completion, comint-source):
382         * dabbrev.el (dabbrev):
383         * delim-col.el (columns):
384         * diff-mode.el (diff-mode):
385         * ediff.el (ediff):
386         * ediff-diff.el (ediff-diff):
387         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
388         * ediff-mult.el (ediff-mult):
389         * ediff-ptch.el (ediff-ptch):
390         * ediff-wind.el (ediff-window):
391         * facemenu.el (facemenu):
392         * indent.el (indent):
393         * info.el (info):
394         * jka-cmpr-hook.el (compression, jka-compr):
395         * lpr.el (lpr):
396         * outline.el (outlines):
397         * pcmpl-cvs.el (pcmpl-cvs):
398         * pcmpl-rpm.el (pcmpl-rpm):
399         * printing.el (printing):
400         * ps-print.el (postscript, ps-print, ps-print-horizontal)
401         (ps-print-vertical, ps-print-headers, ps-print-font)
402         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
403         (ps-print-background, ps-print-printer, ps-print-page)
404         (ps-print-miscellany):
405         * ses.el (ses):
406         * shell.el (shell, shell-directories, shell-faces):
407         * startup.el (initialization):
408         * strokes.el (strokes):
409         * term.el (term):
410         * uniquify.el (uniquify):
411         * w32-vars.el (w32):
412         * calc/calc.el (calc):
413         * emacs-lisp/bytecomp.el (bytecomp):
414         * emacs-lisp/cl-indent.el (lisp-indent):
415         * emacs-lisp/edebug.el (edebug):
416         * emacs-lisp/elp.el (elp):
417         * emacs-lisp/testcover.el (testcover):
418         * emacs-lisp/trace.el (trace):
419         * emulation/viper-ex.el (viper-ex):
420         * emulation/viper-mous.el (viper-mouse):
421         * mail/mailalias.el (mailalias):
422         * mail/supercite.el (supercite, supercite-frames)
423         (supercite-attr, supercite-cite, supercite-hooks):
424         * net/rcompile.el (remote-compile):
425         * net/rlogin.el (rlogin):
426         * obsolete/ooutline.el (outlines):
427         * progmodes/delphi.el (delphi):
428         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
429         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
430         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
431         (ebnf-optimization):
432         * progmodes/etags.el (etags):
433         * progmodes/executable.el (executable):
434         * progmodes/idlwave.el (idlwave):
435         * progmodes/pascal.el (pascal):
436         * progmodes/prolog.el (prolog):
437         * progmodes/python.el (python):
438         * progmodes/scheme.el (scheme):
439         * progmodes/sh-script.el (sh, sh-script):
440         * progmodes/sql.el (SQL):
441         * progmodes/tcl.el (tcl):
442         * textmodes/bibtex.el (bibtex, bibtex-autokey):
443         * textmodes/enriched.el (enriched):
444         * textmodes/makeinfo.el (makeinfo):
445         * textmodes/sgml-mode.el (sgml):
446         * textmodes/table.el (table-hooks):
447         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
448         * textmodes/texinfo.el (texinfo):
449         * textmodes/two-column.el (two-column):
450         Finish `defgroup' description with period.
452         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
453         * eshell/esh-var.el (eshell-var):
454         * progmodes/vhdl-mode.el (vhdl-testbench):
455         * textmodes/org.el (org): Fix typos in docstrings.
457         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
458         consistency.
460         * progmodes/flymake.el (flymake-find-file): Remove.
461         (flymake-float-time): Use `with-no-warnings'.
462         (flymake-check-start-time, flymake-check-was-interrupted)
463         (flymake-err-info, flymake-is-running, flymake-last-change-time)
464         (flymake-new-err-info): `defvar' at compile time.
466 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
468         * replace.el (occur-hook): Doc fix.
469         (occur-1): Don't call `occur-hook' if there are no matches.
471 2005-07-03  Richard M. Stallman  <rms@gnu.org>
473         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
474         global-map, save the same map.
475         (global-map): Don't alter it at top level.
476         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
477         Then alter it here instead.
478         (tpu-edt-off): Set global-map to the saved one.
480         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
481         All references simplified.
482         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
483         (zmacs-regions): Add defvar.
484         (repeat-complex-command-map): Everything about that deleted.
486         * textmodes/artist.el (artist-key-is-drawing)
487         (artist-key-endpoint1, artist-key-poly-point-list)
488         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
489         (artist-key-compl-table, artist-rb-save-data)
490         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
491         Don't put them in eval-when-compile.
492         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
494         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
495         Use with-no-warnings.
497         * net/browse-url.el (dos-windows-version): Add defvar.
499         * mail/supercite.el (filladapt-prefix-table): Add defvar.
501         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
502         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
503         (rmail-new-summary-line-count): Rename from new-summary-line-count.
504         Add defvar.
505         (rmail-summary-beginning-of-message): Use with-no-warnings.
506         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
508         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
509         Use with-no-warnings.
511         * emulation/vi.el (vi-mark-region): Use c-mark-function.
512         (c-mark-function): Add point-moving-unit property.
513         (vi-goto-line): Use with-no-warnings.
515         * emulation/edt.el (edt-last-copied-word): Add defvar.
516         (zmacs-region-stays): Likewise.
517         (edt-mark-section-wisely): Use c-mark-function for C.
518         Use makr-defun for Fortran.
519         (time-string): defvar deleted.
520         (edt-display-the-time): Don't set time-string.
522         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
524         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
525         Don't warn when name is not constant
526         or for defining the group `emacs'.
528         * tooltip.el (gud-tooltip-mode): Add defvar.
530         * startup.el (default-frame-background-mode): Add defvar.
532         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
534         * info.el (tool-bar-map): Add defvar.
536         * dired.el (dnd-protocol-alist): Add defvar.
538         * dired-aux.el (dired-query): Display question with answer, when
539         the user answers.
541         * custom.el (custom-add-option): Doc fix.
543         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
545 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
547         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
548         bogus name from the last change.
550 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
552         * custom.el (custom-declare-variable): Fix typos in comment.
553         (custom-known-themes): Doc fix.
554         (custom-theme-directory): New defcustom.
555         (require-theme): Make it check `custom-theme-directory'.
557         * cus-theme.el (custom-new-theme-mode): New function.
558         (custom-theme-name, custom-theme-variables, custom-theme-faces)
559         (custom-theme-description): Add compiler defvars.
560         (customize-create-theme): Add doc to the "*New Custom Theme*"
561         buffer.  Use `custom-new-theme-mode'.
562         (custom-theme-write): Put the created buffer in emacs-lisp-mode
563         and save it to the `custom-theme-directory'.  Make this the
564         default directory of the buffer.
566 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
568         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
569         Fix unbalanced parentheses.
571 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
573         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
574         into flymake-mode and delegate to flymake-mode.
576         * find-file.el (ff-which-function-are-we-in): Clean up.
578 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
580         * replace.el (occur-rename-buffer): Fix docstring.
582         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
583         (edt-last-copied-word, edt-learn-macro-count)
584         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
585         (edt-rect-start-point, edt-user-global-map, rect-start-point)
586         (time-string, zmacs-region-stays):
587         * emulation/edt-mapper.el (edt-save-function-key-map)
588         (EDT-key-name): `defvar' to silence the byte-compiler.
590 2005-07-02  Martin Rudalics  <rudalics@gmx.at>  (tiny change)
592         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
593         font-lock-regexp-backslash.  Doc fix.
594         (font-lock-regexp-backslash-grouping-construct): Rename from
595         font-lock-regexp-backslash-construct.  Doc fix.
596         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
597         grouping constructs.
599 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
601         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
602         updating all the prerequisites.
604 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
606         * textmodes/org.el (org-agenda-start-on-weekday)
607         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
608         (org-agenda-use-time-grid, org-archive-location)
609         (org-allow-space-in-links, org-usenet-links-prefer-google)
610         (org-enable-table-editor, org-export-default-language)
611         (org-export-html-show-new-buffer, org-fill-paragraph)
612         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
613         (org-goto-quit, org-occur, org-eval-in-calendar)
614         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
615         (org-agenda-diary-entry, org-remember-help)
616         (org-table-convert-region, org-at-table-p)
617         (org-table-move-row-down, org-table-move-row-up)
618         (org-table-copy-region, org-table-toggle-vline-visibility)
619         (org-table-get-stored-formulas, org-table-get-specials)
620         (org-recalc-commands, org-table-eval-formula)
621         (org-table-formula-substitute-names, orgtbl-make-binding)
622         (org-format-org-table-html, org-format-table-table-html)
623         (org-format-table-table-html-using-table-generate-source)
624         (org-customize): Fix typos in docstrings.
625         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
626         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
627         (org-back-to-heading): Doc fixes.
628         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
629         (org-agenda-change-all-lines, org-get-header):
630         Improve argument/docstring consistency.
631         (orgtbl-error): Fix error message.
633         * progmodes/flymake.el (flymake-find-possible-master-files)
634         (flymake-master-file-compare, flymake-get-line-err-count)
635         (flymake-highlight-line, flymake-gui-warnings-enabled):
636         Fix typos in docstrings.
637         (flymake-parse-line, flymake-get-project-include-dirs-function)
638         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
639         Doc fixes.
640         (flymake-get-project-include-dirs-function)
641         (flymake-make-err-menu-data):
642         Improve argument/docstring consistency.
644 2005-07-01  Lute Kamstra  <lute@gnu.org>
646         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
647         Catch errors with ignore-errors.  Use temporary buffer.
648         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
650         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
651         background color faces.
652         (facemenu-set-foreground, facemenu-set-background):
653         Use facemenu-set-face-from-menu.
654         (facemenu-set-face-from-menu): Treat face names that start with
655         "fg:" or "bg:" as special.
656         (facemenu-add-new-color): Don't create faces.  Simplify.
658 2005-06-30  Richard M. Stallman  <rms@gnu.org>
660         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
661         (crm-find-current-element): Likewise.
663 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
665         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
667 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
669         * arc-mode.el (archive-extract): Make it work as a mouse binding.
670         (archive-mouse-extract): Make it an obsolete alias.
671         (archive-mode-map): Don't use archive-mouse-extract any more.
672         (archive-mode, archive-extract): write-contents-hooks ->
673         write-contents-functions.
674         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
675         first arg.
676         (archive-rename-entry): Update the call.
677         (archive-zip-summarize): Remove unused var `method'.
678         (archive-lzh-summarize): Remove unused var `creator'.
680         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
681         dedicated frame upon exit.
683         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
684         (archive-zip-extract, archive-zip-expunge)
685         (archive-zip-update, archive-zip-update-case): Use executable-find.
686         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
687         Use restore-buffer-modified-p.
688         (archive-extract, archive-add-new-member, archive-write-file-member):
689         Use with-current-buffer.
690         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
692 2005-06-30  Andreas Schwab  <schwab@suse.de>
694         * progmodes/gud.el (gud-filter): Remove unneeded progn.
696 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
698         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
700 2005-06-30  Juri Linkov  <juri@jurta.org>
702         * faces.el (vertical-border): Inherit from mode-line-inactive
703         only on tty.
705 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
707         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
708         example, -NLINES in the `occur' docstring).
710         * replace.el (occur-1): When no matches are found, do not set the
711         `buffer-read-only' and modified flags for the occur buffer,
712         because it is deleted.
714         * emulation/cua-base.el (cua-check-pending-input)
715         (cua-repeat-replace-region, cua-mode, cua-debug)
716         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
717         Fix typos in docstrings.
719         * emulation/cua-gmrk.el (cua-toggle-global-mark)
720         (cua-cut-region-to-global-mark)
721         (cua--cut-rectangle-to-global-mark):
722         Remove period from end of messages.
724         * emulation/cua-rect.el (cua-do-rectangle-padding):
725         Remove period from end of messages.
726         (cua--rectangle-seq-format): Fix typo in docstring.
727         (cua-sequence-rectangle, cua-fill-char-rectangle):
728         Improve argument/docstring consistency.
730 2005-06-29  Juri Linkov  <juri@jurta.org>
732         * faces.el (default-frame-background-mode): New internal variable.
733         (frame-set-background-mode): Use it.
735         * startup.el (normal-top-level): Set default-frame-background-mode
736         instead of frame-background-mode.  Before setting it, test for its
737         nil value.  Remove tests for frame-background-mode and frame
738         parameter `reverse'.  Add test for "unspecified-fg".
740         * term/xterm.el (xterm-rxvt-set-background-mode):
741         * term/rxvt.el (rxvt-set-background-mode):
742         Set default-frame-background-mode instead of frame-background-mode.
744 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
746         * simple.el (set-variable): Warn about obsolete user variables.
748         * imenu.el (imenu--completion-buffer):
749         * mouse.el (mouse-buffer-menu-alist):
750         * msb.el (msb-invisible-buffer-p):
751         * calendar/diary-lib.el (diary-header-line-format):
752         * emacs-lisp/pp.el (pp-buffer):
753         * progmodes/cperl-mode.el (cperl-do-auto-fill):
754         * textmodes/picture.el (picture-replace-match):
755         Change space constants followed by a sexp to "?\s ".
757         * play/decipher.el (decipher-loop-with-breaks):
758         * textmodes/texinfo.el (texinfo-insert-@item): Change space
759         constants "protected" from end of line by a comment to "?\s".
761 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
763         * font-lock.el (save-buffer-state): Use `declare'.
765         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
766         reset the syntax-table to cperl-mode-syntax-table.
767         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
768         "foo_print_bar" is not matched as a reserved keyword.
770 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
772         * textmodes/org.el (orgtbl-setup): New function, for delayed
773         setup for the orgtbl commands.
774         (org-calc-default-modes): New option.
775         (orgtbl-make-binding): Use `defun' to get better help display.
776         (org-diary): Call `org-compile-prefix-format'.
777         (org-table-formula-substitute-names): New function.
778         (org-agenda-day-view, org-agenda-week-view): New commands.
779         (org-agenda-toggle-week-view): Command removed.
780         (org-tbl-menu): Split off from org-org-menu.
781         (org-mode): Move removal of outline-mode menus to here.
782         (org-table-formula-debug): New option.
783         (org-table-insert-row): Keep first field if just "#" or "*".
784         (org-mode): Paragraph regexps fixed.
785         (org-table-recalculate-regexp): New constant.
786         (org-table-justify-field-maybe): Avoid replace if not necessary.
787         (org-copy-special, org-cut-special): Use `call-interactively'.
788         (org-table-copy-region): Take region from `interactive' call.
789         (org-trim): Return string even if no match.
790         (org-formula): New face.
791         (org-set-font-lock-defaults): No longer highlight "FIXME".
792         But highlight formula-related fields in table.
793         (org-table-p): Use regexp, not fontification.
794         (org-table-align): Handle white space at end of line.
795         (org-table-formula-evaluate-inline): New option.
796         (org-mode): Auto-wrapping in comment lines turned off.
797         (org-table-copy-down): Evaluate only in copied field, not in
798         destination.
799         (org-table-current-formula): Variable removed.
800         (org-table-store-formulas, org-table-get-stored-formulas)
801         (org-table-modify-formulas, org-table-replace-in-formulas)
802         (org-table-maybe-eval-formula): New functions.
803         (org-table-get-formula): Modify to use stored formulas.
804         (org-table-insert-column, org-table-delete-column)
805         (org-table-move-column): Call `org-table-modify-formulas'.
806         (org-complete): Add completion for keyword formulas.
807         (orgtbl-mode): Pull orgtbl-mode-map to start of
808         minor-mode-map-alist.
810 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
812         * progmodes/python.el (python-check): Require `compile' before
813         modifying its variables.
815         * newcomment.el (comment-indent-default): Don't get fooled by an early
816         end of buffer.
818 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
820         * ps-print.el (ps-print-version): Fix version number.
822 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
824         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
826 2005-06-28  Richard M. Stallman  <rms@gnu.org>
828         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
829         (flyspell-local-mouse-map): Declaration deleted.
830         (flyspell-mouse-map): Bind only mouse-2.
831         (flyspell-mode-map): Don't test flyspell-use-local-map.
832         (flyspell-overlay-keymap-property-name): Var deleted.
833         (flyspell-mode-on): Don't make local bindings for
834         flyspell-mouse-map and flyspell-mode-map.
835         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
837         * textmodes/ispell.el (ispell-word): Do not ignore short words.
839         * progmodes/compile.el (compilation-next-error-function):
840         Don't switch buffers; operate on the current buffer.
842         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
844         * comint.el (comint-password-prompt-regexp): Accept ", try again".
846         * bindings.el (global-map): Bind insertchar and its variants.
848 2005-06-27  Richard M. Stallman  <rms@gnu.org>
850         * textmodes/artist.el (artist-text-overwrite)
851         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
853 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
855         * ps-print.el: It was not working the page selection for printing.
856         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
857         (ps-print-version): New version 6.6.7.
858         (ps-end-sheet): New fun.
859         (ps-header-sheet, ps-end-job): Call it.
861 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
863         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
865 2005-06-27  Lute Kamstra  <lute@gnu.org>
867         * facemenu.el (facemenu-unlisted-faces): Add foreground and
868         background color faces.
869         (facemenu-get-face): Delete function.
870         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
871         (facemenu-add-new-color): Make second argument mandatory.
872         Create the appropriate face and return it.  Simplify.
873         (facemenu-set-foreground, facemenu-set-background): Don't check if
874         color is defined.  Use return value of facemenu-add-new-color.
876 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
878         * progmodes/gud.el (gud-filter): Add missing argument to
879         with-selected-window.
881 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
883         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
884         a :require to the defcustom.
886         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
887         defcustoms corresponding to minor modes.
889 2005-06-26  David Ponce  <david@dponce.com>
891         * recentf.el: Require tree-widget instead of wid-edit.
892         (recentf-filename-handler): Fix widget :type.
893         (recentf-cancel-dialog, recentf-open-more-files)
894         (recentf-open-files-action): Doc fix.
895         (recentf-dialog-goto-first): New function.
896         (recentf-dialog-mode-map): Set parent keymap first.
897         (recentf-dialog-mode): Define with define-derived-mode.
898         Don't display continuation lines in dialogs.
899         (recentf-edit-list): Rename from recentf-edit-selected-items.
900         (recentf-edit-list-select): Rename from recentf-edit-list-action.
901         Simplify.
902         (recentf-edit-list-validate): New function.
903         (recentf-edit-list): Update accordingly.
904         (recentf-open-files-item-shift): Remove.
905         (recentf-open-files-item): Convert menu elements into tree and
906         link widgets.  Don't create the widgets.
907         (recentf-open-files): Update accordingly.
908         (recentf-save-list): Untabify.
910 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
912         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
913         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
914         partially contained in the active region.  Do not take active
915         region into account when called from Lisp, unless INTERACTIVE arg
916         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
917         avoid trouble with fields.  Make marker point nowhere when no
918         longer used.  Always return nil.  Doc fix.
919         (flush-lines): Add INTERACTIVE arg.  Do not take active region
920         into account when called from Lisp, unless INTERACTIVE arg is
921         non-nil.  Use `forward-line' instead of `beginning-of-line' to
922         avoid trouble with fields.  Make marker point nowhere when no
923         longer used.  Always return nil.  Doc fix.
924         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
925         interchangeable.  Do not take active region into account when
926         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
927         message in echo area when called from Lisp, unless INTERACTIVE arg
928         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
929         Return the number of matches.  Doc fix.
930         (occur): Doc fix.
931         (perform-replace): Make comment follow double space convention for
932         the sake of `outline-minor-mode'.
934         * faces.el (facep): Doc fix.
936 2005-06-25  Richard M. Stallman  <rms@gnu.org>
938         * facemenu.el (facemenu-enable-faces-p): New function.
939         (facemenu-background-menu, facemenu-foreground-menu)
940         (facemenu-face-menu): Add menu-enable property.
942         * jka-compr.el (jka-compr-insert-file-contents):
943         Special handling if cannot find the uncompression program.
945         * cus-face.el (custom-face-attributes): Add autoload.
947         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
948         Bind comment-indent-function locally.
950         * window.el (save-selected-window): Use save-current-buffer.
952         * subr.el (with-selected-window): Use save-current-buffer.
954         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
955         and with-current-buffer.
957 2005-06-24  Richard M. Stallman  <rms@gnu.org>
959         * simple.el (line-move-1): Fix previous change.
961 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
963         * replace.el (occur-1): Set `buffer-read-only' and the
964         buffer-modified flag before running `occur-hook' to protect
965         against unintentional buffer switches that can lead to data loss.
967 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
969         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
970         (gud-gdb-marker-filter): Use font-lock-warning-face for any
971         initial error.
973         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
974         after fresh input.
975         (gdb-var-create-handler): Put name of expression in quotes.
977 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
979         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
980         elements of RING in order, and without bogus nil elements.
982 2005-06-23  Richard M. Stallman  <rms@gnu.org>
984         * simple.el (set-variable): Args renamed; doc fix.
985         (line-move-1): When there are overlays around, use vertical-motion.
987         * faces.el (escape-glyph): Use brown against light background.
988         (nobreak-space): Rename from no-break-space.
989         Fix previous change.
991         * dired-aux.el (dired-do-copy): Fix arg prompt.
993         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
995 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
997         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
998         rather than "Distributor".
1000 2005-06-23  Lute Kamstra  <lute@gnu.org>
1002         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1003         (debug-on-entry): Use it.  New interactive declaration that uses
1004         function-called-at-point.
1006 2005-06-23  Kim F. Storm  <storm@cua.dk>
1008         * subr.el (save-match-data): Add comment about using evaporate arg
1009         to set-match-data.
1011 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
1013         * cus-edit.el (customize-face)
1014         (customize-face-other-window): Handle face aliases.
1016         * faces.el (face-documentation, set-face-attribute)
1017         (face-spec-set): Handle face aliases.
1019 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
1021         * help-mode.el (help-make-xrefs): If a symbol representing a face
1022         name is not followed by the word "face", it could still be a
1023         function or variable name, so don't bypass other checks.
1025 2005-06-22  Juri Linkov  <juri@jurta.org>
1027         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1028         Replace aliased functions with calls where second arg `inherit' is t.
1030 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
1032         * progmodes/gdb-ui.el (gdb-error): New variable.
1033         (gdb-error): New function.
1034         (gdb-annotation-rules): Act on error-begin and error annotations.
1035         (gdb-concat-output): Use font-lock-warning-face for errors.
1037 2005-06-22  Miles Bader  <miles@gnu.org>
1039         * bindings.el (propertized-buffer-identification): Use renamed
1040         `Buffer-menu-buffer' face.
1042         * faces.el (vertical-border): Rename from `vertical-divider'.
1043         (escape-glyph): Change dark-background color back to `cyan'.
1045 2005-06-21  Juri Linkov  <juri@jurta.org>
1047         * faces.el (face-user-default-spec): Try getting `customized-face'
1048         prior to `saved-face'.
1049         (frame-background-mode): Refill docstring.
1051         * emacs-lisp/lisp-mode.el (eval-defun-1):
1052         * emacs-lisp/edebug.el (edebug-eval-defun):
1053         Set `saved-face' temporarily to nil before calling form.
1054         Set `customized-face' to the new spec after that.
1056 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
1058         * subr.el (1value, lambda, key-substitution-in-progress):
1059         Doc fixes.
1061         * autoinsert.el (auto-insert-alist):
1062         * ses.el (ses-call-printer):
1063         * subr.el (noreturn):
1064         * emacs-lisp/lisp.el (check-parens):
1065         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1066         * net/browse-url.el (browse-url-mosaic):
1067         * progmodes/cc-defs.el (c-safe-scan-lists):
1068         * progmodes/ebnf-abn.el (ebnf-abn-lex):
1069         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1070         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1071         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1072         * progmodes/ebnf-iso.el (ebnf-iso-lex):
1073         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1075 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
1077         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1079 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
1081         * calendar/appt.el (appt-make-list): Activate the package, if
1082         not already active (for backwards compatibility).
1084 2005-06-20  Kim F. Storm  <storm@cua.dk>
1086         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
1088 2005-06-20  Miles Bader  <miles@gnu.org>
1090         * faces.el (vertical-divider): New face.
1092 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
1094         * simple.el (kill-whole-line): Doc fix.
1095         (next-error-buffer-p, next-error-find-buffer)
1096         (clone-indirect-buffer): Fix typos in docstrings.
1097         (comment-line-break-function): Doc fix: don't say variable
1098         is automatically buffer-local (it isn't).
1100 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
1102         * net/tramp-ftp.el (top):
1103         * net/tramp-smb.el (top):
1104         * net/tramp-util.el (top):
1105         * net/tramp-uu.el (top):
1106         * net/tramp-vc.el (top):
1107         * net/tramp.el (top): Revert copyright years back to original
1108         ones.  Tramp has a life outside GNU Emacs.
1110 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
1112         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1114 2005-06-18  Juri Linkov  <juri@jurta.org>
1116         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1117         end of first regexp to limit the match to the position between
1118         line number and source line with same separator character as used
1119         between file name and line number.  In the second regexp limit
1120         mouse-face area to file name and line number by adding new group
1121         for them and referring it in HYPERLINK arg.
1122         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1123         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1124         previous line where grep markers may be already removed.
1126 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
1128         * progmodes/ps-mode.el: Update version and maintainer's email address.
1130 2005-06-18  Steve Youngs  <steve@xemacs.org>
1132         * net/browse-url.el (browse-url-browser-function)
1133         (browse-url-default-browser): Add firefox.
1134         (browse-url-firefox-program, browse-url-firefox-arguments)
1135         (browse-url-firefox-startup-arguments)
1136         (browse-url-firefox-new-window-is-tab): New defcustoms.
1137         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1139 2005-06-17  Richard M. Stallman  <rms@gnu.org>
1141         * startup.el (command-line): Warn if specified user name has
1142         no home directory.
1144         * term.el (term-get-old-input, term-input-filter, term-input-sender)
1145         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
1147         * longlines.el (longlines-mode, longlines-show-hard-newlines):
1148         Doc fixes.
1150         * faces.el (underline): Try bold if terminal doesn't support underline.
1152         * mail/sendmail.el (mail-setup-with-from): New variable.
1153         (mail-insert-from-field): New function.
1154         (sendmail-send-it): Call it.
1155         (mail-setup): Optionally call it here.
1157         * term/linux.el: Call tty-no-underline.
1159 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
1161         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
1163 2005-06-17  Miles Bader  <miles@gnu.org>
1165         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
1166         (ediff-current-diff-C, ediff-current-diff-Ancestor)
1167         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
1168         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1169         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1170         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1171         Remove "-face" suffix from face names.
1172         (ediff-current-diff-face-A, ediff-current-diff-face-B)
1173         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1174         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1175         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1176         (ediff-even-diff-face-A, ediff-even-diff-face-B)
1177         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1178         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1179         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1180         New backward-compatibility aliases for renamed faces.
1181         (ediff-current-diff-face-A, ediff-current-diff-face-B)
1182         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1183         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1184         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1185         (ediff-even-diff-face-A, ediff-even-diff-face-B)
1186         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1187         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1188         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1189         Use renamed ediff faces.
1191         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
1192         Remove "-face" suffix from face names.
1193         (eshell-test-ok-face, eshell-test-failed-face):
1194         New backward-compatibility aliases for renamed faces.
1195         (eshell-run-test): Use renamed eshell-test faces.
1197         * eshell/em-prompt.el (eshell-prompt):
1198         Remove "-face" suffix from face name.
1199         (eshell-prompt-face): New backward-compatibility alias for renamed face.
1200         (eshell-emit-prompt): Use renamed eshell-prompt face.
1202         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
1203         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
1204         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
1205         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
1206         Remove "-face" suffix from face names.
1207         (eshell-ls-directory-face, eshell-ls-symlink-face)
1208         (eshell-ls-executable-face, eshell-ls-readonly-face)
1209         (eshell-ls-unreadable-face, eshell-ls-special-face)
1210         (eshell-ls-missing-face, eshell-ls-archive-face)
1211         (eshell-ls-backup-face, eshell-ls-product-face)
1212         (eshell-ls-clutter-face):
1213         New backward-compatibility aliases for renamed faces.
1214         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
1216         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
1217         Remove "-face" suffix from face name.
1218         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
1219         instead of literal face.
1221 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
1223         * emacs-lisp/warnings.el (display-warning, lwarn)
1224         (warning-minimum-log-level): Doc fixes.
1225         (warning-minimum-level, warning-minimum-log-level):
1226         Add :debug to :type choices.
1228         * progmodes/ada-mode.el (ada-format-paramlist)
1229         (ada-get-indent-case, ada-check-matching-start)
1230         (ada-check-defun-name, ada-goto-matching-decl-start)
1231         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
1232         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
1233         (ada-make-subprogram-body): Follow error conventions.
1234         (ada-case-exception-file, ada-indent-comment-as-code)
1235         (ada-indent-handle-comment-special, ada-indent-renames)
1236         (ada-indent-return, ada-search-directories-internal)
1237         (ada-tab-policy, ada-case-exception-substring)
1238         (ada-other-file-alist, ada-matching-start-re)
1239         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
1240         (ada-imenu-generic-expression, ada-compile-goto-error)
1241         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
1242         (ada-popup-menu, ada-add-extensions, ada-mode)
1243         (ada-region-selected, ada-create-case-exception)
1244         (ada-create-case-exception-substring, ada-after-keyword-p)
1245         (ada-activate-keys-for-case, ada-adjust-case-region)
1246         (ada-adjust-case-buffer, ada-format-paramlist)
1247         (ada-scan-paramlist, ada-insert-paramlist)
1248         (ada-indent-newline-indent)
1249         (ada-indent-newline-indent-conditional)
1250         (ada-justified-indent-current, ada-goto-previous-word)
1251         (ada-indent-current, ada-get-indent-open-paren)
1252         (ada-get-indent-paramlist, ada-get-indent-end)
1253         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
1254         (ada-get-indent-block-start, ada-get-indent-subprog)
1255         (ada-get-indent-noindent, ada-get-indent-label)
1256         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
1257         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
1258         (ada-goto-stmt-end, ada-goto-next-word)
1259         (ada-check-matching-start, ada-check-defun-name)
1260         (ada-goto-matching-decl-start, ada-goto-matching-start)
1261         (ada-goto-matching-end, ada-search-ignore-string-comment)
1262         (ada-in-decl-p, ada-looking-at-semi-or)
1263         (ada-looking-at-semi-private, ada-in-paramlist-p)
1264         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
1265         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
1266         (ada-next-procedure, ada-previous-procedure, ada-next-package)
1267         (ada-previous-package, ada-create-menu)
1268         (ada-fill-comment-paragraph-justify)
1269         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
1270         (ada-other-file-name, ada-last-which-function-line)
1271         (ada-last-which-function-subprog, ada-which-function)
1272         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
1273         (ada-gen-treat-proc, ada-check-emacs-version)
1274         (ada-continuation-indent, ada-align-region-separate):
1275         Fix typos in docstrings.
1276         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
1278 2005-06-16  Lute Kamstra  <lute@gnu.org>
1280         * simple.el (fundamental-mode): Run after-change-major-mode-hook
1281         conditionally.
1283 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
1285         * comint.el (comint-replace-by-expanded-filename)
1286         (comint-prompt-regexp, comint-delimiter-argument-list)
1287         (comint-preinput-scroll-to-bottom):
1288         * info.el (Info-hide-cookies-node):
1289         * ls-lisp.el (ls-lisp-classify):
1290         * find-file.el (ff-search-directories, ff-special-constructs)
1291         (ff-find-other-file):
1292         * font-lock.el (font-lock-keywords):
1293         * shell.el (shell-prompt-pattern)
1294         (shell-dynamic-complete-functions, shell-mode)
1295         (shell-delimiter-argument-list):
1296         * term.el (term-replace-by-expanded-filename)
1297         (term-prompt-regexp, term-delimiter-argument-list):
1298         * woman.el (woman-ignore, woman0-if):
1299         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
1300         * emacs-lisp/elint.el (elint-init-env):
1301         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
1302         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
1303         * language/ethio-util.el (ethio-tilde-escape)
1304         (ethio-use-three-dot-question):
1305         * net/zone-mode.el (zone-mode-load-time-setup):
1306         * progmodes/cc-align.el (c-lineup-argcont):
1307         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
1308         * progmodes/cperl-mode.el (cperl-set-style-back):
1309         * progmodes/inf-lisp.el (inferior-lisp-prompt):
1310         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
1311         Fix spellings in docstrings.
1313         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
1314         * progmodes/modula2.el (m2-for): Fix spellings.
1316         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
1318         * simple.el (undo-more): Don't use `format' on `error' arguments.
1319         Improve argument/docstring consistency.
1320         (pending-undo-list): Doc fix.
1322         * smerge-mode.el (smerge-ensure-match):
1323         * emulation/vip.el (vip-ex):
1324         * net/zone-mode.el (zone-mode-update-serial):
1325         * progmodes/idlwave.el (idlwave-complete):
1326         * progmodes/vhdl-mode.el (vhdl-visit-file)
1327         (vhdl-compose-wire-components):
1328         Don't use `format' on `error' arguments.
1330         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
1331         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
1332         (tooltip-help-tips): Fix typos in docstrings.
1334 2005-06-16  David Ponce  <david@dponce.com>
1336         * tree-widget.el (tree-widget-value-create): Simplify last change.
1338 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
1340         * ido.el (ido-incomplete-regexp): New variable.
1341         (ido-set-matches-1): Handle invalid-regexp error and set
1342         ido-incomplete-regexp.
1343         (ido-incomplete-regexp): New face.
1344         (ido-completions): Use it.
1345         (ido-complete, ido-exit-minibuffer, ido-completions):
1346         Handle incomplete regexps.
1347         (ido-completions): Add check for complete match when entering a regexp.
1349 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1351         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
1353 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1355         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
1356         by field delimiters.
1358 2005-06-15  David Ponce  <david@dponce.com>
1360         * tree-widget.el: eval-and-compile inlined functions so they will
1361         be available at run-time too.
1362         (tree-widget-super-format-handler)
1363         (tree-widget-format-handler): Remove.
1364         (tree-widget-value-create): Handle the :indent property.
1366 2005-06-15  Miles Bader  <miles@gnu.org>
1368         * progmodes/which-func.el (which-func): Only inherit
1369         `font-lock-function-name-face' when that makes sense against the
1370         default mode-line face, otherwise set the face color explicitly.
1372         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
1373         faces instead of (non-existent) variables.
1375 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1377         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
1378         (iswitchb-get-matched-buffers): Likewise.  Simplify.
1380 2005-06-14  Miles Bader  <miles@gnu.org>
1382         * progmodes/ld-script.el (ld-script-location-counter):
1383         Remove "-face" suffix from face name.
1384         (ld-script-location-counter-face):
1385         New backward-compatibility alias for renamed face.
1386         (ld-script-location-counter-face): Use renamed face.
1388         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
1389         (cperl-hash): Remove "-face" suffix from face names.
1390         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
1391         New backward-compatibility aliases for renamed faces.
1392         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
1393         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
1395         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
1396         name.
1397         (which-func-face): New backward-compatibility alias for renamed face.
1398         (which-func-format): Use renamed which-func face.
1400         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
1401         (vhdl-function, vhdl-directive, vhdl-reserved-word)
1402         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
1403         names.
1404         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
1405         (vhdl-speedbar-configuration, vhdl-speedbar-package)
1406         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
1407         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
1408         (vhdl-speedbar-architecture-selected)
1409         (vhdl-speedbar-configuration-selected)
1410         (vhdl-speedbar-package-selected)
1411         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
1412         names.
1413         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
1414         Use renamed faces.
1415         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
1416         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
1417         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
1418         Use renamed faces.
1419         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
1420         names.
1421         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
1422         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
1423         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
1424         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
1425         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
1426         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
1428         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
1429         face name.
1430         (sh-heredoc-face): New backward-compatibility alias for renamed face.
1431         (sh-heredoc-face): Use renamed sh-heredoc face.
1433         * progmodes/idlw-help.el (idlwave-help-link):
1434         Remove "-face" suffix from face name.
1435         (idlwave-help-link-face):
1436         New backward-compatibility alias for renamed face.
1437         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
1439         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
1440         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
1441         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
1442         New backward-compatibility aliases for renamed faces.
1443         (idlwave-shell-disabled-breakpoint-face)
1444         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
1446         * progmodes/flymake.el (flymake-errline, flymake-warnline):
1447         Remove "-face" suffix from face names.
1448         (flymake-errline-face, flymake-warnline-face):
1449         New backward-compatibility aliases for renamed faces.
1450         (flymake-highlight-line): Use renamed flymake faces.
1452         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1453         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
1454         (ebrowse-member-class, ebrowse-progress):
1455         Remove "-face" suffix from face names.
1456         (ebrowse-tree-mark-face, ebrowse-root-class-face)
1457         (ebrowse-file-name-face, ebrowse-default-face)
1458         (ebrowse-member-attribute-face, ebrowse-member-class-face)
1459         (ebrowse-progress-face):
1460         New backward-compatibility aliases for renamed faces.
1461         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
1462         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
1463         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
1464         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
1466         * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
1467         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
1468         (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
1469         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
1470         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
1471         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
1472         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
1473         New backward-compatibility aliases for renamed faces.
1474         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
1475         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
1476         (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
1477         "font-lock-".  Use renamed antlr-mode faces.
1478         (antlr-font-lock-additional-keywords): Use renamed faces.
1479         Replace literal face-names with face variable references.
1481         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
1482         face name.
1483         (Buffer-menu-buffer-face): New backward-compatibility alias for
1484         renamed face.
1485         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
1487 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
1489         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
1490         Eliminate "-face" suffix.
1491         (makefile-targets): Inherit from font-lock-function-name-face and
1492         eliminate "-face" suffix.
1493         (makefile-shell): Remove attributes and eliminate "-face" suffix.
1494         (makefile-*-font-lock-keywords): Append makefile-targets in rule
1495         actions, instead of prepending, to make it less visible.
1496         (makefile-previous-dependency, makefile-match-dependency):
1497         Don't match a target on a continuation line.
1499         * files.el (auto-mode-alist): Put Makefile in gmake mode.
1501 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
1503         * progmodes/gdb-ui.el (menu): Re-order menu items.
1504         (gdb-tooltip-print): Respect tooltip-use-echo-area.
1506         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
1507         Define in tooltip.el.
1508         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
1509         (gud-tooltip-tips): Respect tooltip-use-echo-area and
1510         gud-tooltip-echo-area.
1512         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
1513         backward compatibility and make obsolete.
1514         (tooltip-help-tips): Use tooltip-use-echo-area.
1515         (tooltip-show-help-function): Rename to...
1516         (tooltip-show-help): ...this, because it is a function.
1517         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
1519 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
1521         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
1522         (edebug-print-length, edebug-print-level, edebug-print-circle)
1523         (edebug-modify-breakpoint, edebug-eval-last-sexp)
1524         (edebug-eval-print-last-sexp): Doc fixes.
1526 2005-06-14  Kim F. Storm  <storm@cua.dk>
1528         * ido.el (ido-mode): Make a new keymap every time we enable ido,
1529         as the coverage buffer/file/both may change.
1531 2005-06-14  Lute Kamstra  <lute@gnu.org>
1533         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
1534         and run-mode-hooks.  Simplify.
1536         * mail/rmailedit.el (rmail-edit-mode):
1537         * progmodes/octave-inf.el (inferior-octave-mode):
1538         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
1540         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
1541         and run-mode-hooks.
1542         (recentf-edit-list, recentf-open-files): Don't call
1543         kill-all-local-variables directly.
1545         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
1547 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
1549         * emacs-lisp/byte-run.el (make-obsolete)
1550         (define-obsolete-function-alias): Rename arguments FUNCTION and
1551         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
1552         (make-obsolete-variable, define-obsolete-variable-alias):
1553         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
1554         respectively.
1556         * isearchb.el (isearchb-activate):
1557         * pcvs.el (cvs-mode):
1558         * ses.el (ses-load):
1559         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
1560         * net/tramp.el (tramp-find-file-exists-command)
1561         (tramp-find-shell):
1562         * progmodes/ada-mode.el (ada-create-case-exception)
1563         (ada-create-case-exception-substring, ada-make-subprogram-body):
1564         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
1565         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
1566         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
1567         * textmodes/org.el (org-promote, org-evaluate-time-range)
1568         (org-agenda-next-date-line, org-agenda-previous-date-line)
1569         (org-agenda-error, org-open-at-point, org-table-move-row)
1570         (org-format-table-table-html-using-table-generate-source)
1571         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
1572         * textmodes/reftex.el (reftex-access-scan-info):
1573         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
1574         (reftex-toc-promote-prepare): Follow error conventions.
1576         * diff-mode.el (diff-mode): Fix typo in docstring.
1578         * forms.el (forms--intuit-from-file): Fix reference to
1579         `forms-number-of-fields' in error message.
1580         (forms-print): Fix quoting in error message.
1582         * forms.el (forms-mode):
1583         * emulation/vi.el (vi-goto-insert-state):
1584         * progmodes/flymake.el (flymake-new-err-info)
1585         (flymake-start-syntax-check-for-current-buffer)
1586         (flymake-simple-cleanup):
1587         * eshell/esh-var.el (eshell/export):
1588         * progmodes/gud.el (xdb):
1589         * textmodes/flyspell.el (flyspell-incorrect-hook)
1590         (flyspell-maybe-correct-transposition)
1591         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
1593 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
1595         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
1596         minibuffer prompt.
1598 2005-06-13  Kim F. Storm  <storm@cua.dk>
1600         * subr.el (add-to-ordered-list): New defun.
1602         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
1603         add cua--keymap-alist to emulation-mode-map-alists.
1605 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1607         * subr.el (complete-in-turn): New macro.
1608         (dynamic-completion-table, lazy-completion-table): Add debug info.
1610         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
1611         in preference to face aliases.
1613         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
1614         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
1615         Remove unused vars `start' and `firstline'.
1616         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
1617         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
1619 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
1621         * cus-start.el (all): Don't complain about missing GTK-related
1622         variables, unless either `gtk' is boundp or this isn't a
1623         `windows-nt' build.
1625 2005-06-13  Lute Kamstra  <lute@gnu.org>
1627         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
1628         run-mode-hooks.
1630         * ediff-mult.el (ediff-meta-mode):
1631         * ediff-util.el (ediff-mode): Use run-mode-hooks.
1633         * ledit.el (ledit-mode): Use delay-mode-hooks.
1635         * woman.el (woman-mode-line-format): Delete constant.
1636         (woman-mode-map): Initialize it properly.
1637         (woman-mode): Set mode-class property to special.
1638         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
1639         Set major-mode and mode-name.  Don't set mode-line-format directly.
1640         (Man-getpage-in-background): Don't reference woman-mode-line-format.
1642         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
1643         string argument obsolete.
1645 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
1647         * textmodes/org.el (org-CUA-compatible): New option.
1648         (org-disputed-keys): New variable.
1649         (org-key): New function.
1650         (orgtbl-make-binding): Add docstring to the created function.
1651         (org-mode): Set paragraph start/separate regexps.
1652         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
1653         (org-archive-location, org-archive-mark-done)
1654         (org-archive-stamp-time): New options.
1655         (org-archive-subtree): New command.
1656         (org-fill-paragraph): New function.
1657         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
1658         (org-fake-empty-table-line): Function removed.
1659         (org-format-org-table-html): Do not create empty table lines at
1660         separator lines.  Improved table header treatment.
1661         (org-link-format): New option.
1662         (org-make-link): New function.
1663         (org-insert-link, org-store-link): Use org-make-link.
1664         (org-open-file): Quote file name for shell command, to allow
1665         spaces in file names.
1666         (org-link-regexp): Fix bug with mailto link.
1667         (org-link-maybe-angles-regexp, org-protected-link-regexp):
1668         New constants.
1669         (org-export-as-html): Deal with the optional angles around a link.
1670         Better treatment of file: links.
1671         (org-open-at-point): Replace @{ and @} with < and >.
1672         (org-run-mode-hooks): Function removed.
1673         (org-agenda-mode): No longer use `org-run-mode-hooks'.
1675 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
1677         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
1678         MI command -data-list-register-values.
1679         (gdb-post-prompt): Indent properly.
1681 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
1683         * hilit-chg.el (highlight-changes-colors): Rename from
1684         `highlight-changes-colours'.
1685         (highlight-changes-colours): Keep as obsolete alias.
1686         (highlight-changes-face-list): Doc fix.
1687         (hilit-chg-make-list): Use `highlight-changes-colors'.
1689 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
1691         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
1692         defun-prompt-regexp.
1694 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
1696         * loadup.el: Don't say we are dumping under 2 names on windows-nt
1697         and cygwin.
1699         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
1700         Don't use an old loaddefs.el, as in Makefile.in.
1702 2005-06-12  Lute Kamstra  <lute@gnu.org>
1704         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
1706         * man.el (Man-mode-map): Initialize it properly.
1707         (Man-mode): Set mode-class property to special.
1709         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
1711 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
1713         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
1714         A newline is needed in the docstring there.
1716         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
1717         Doc fixes.
1719 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1721         * printing.el: Doc fix.  The menubar is no more changed when printing
1722         is loaded, it only changes when pr-menu-bind or pr-update-menus is
1723         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
1724         (pr-version): New version number (6.8.4).
1725         (pr-menu-bind): New command.
1726         (pr-update-menus): Docstring and code fix.
1727         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
1728         Docstring fix.
1729         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
1730         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
1732 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
1734         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
1735         "Returns" to "return", document useful return values, etc.
1737 2005-06-11  Alan Mackenzie  <acm@muc.de>
1739         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
1740         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
1741         (adaptive-file-function): Minor amendment to doc-string.
1743 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
1745         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
1746         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
1747         Fix :type--it is `integer', not `string'.
1749         * faces.el (modeline-highlight): Rename from (the erroneous)
1750         `modeline-higilight'.
1752 2005-06-11  Lute Kamstra  <lute@gnu.org>
1754         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
1755         lisp-interaction-mode-map but make it the parent.
1756         (edebug-eval-mode): Use define-derived-mode.
1758 2005-06-11  Andreas Schwab  <schwab@suse.de>
1760         * bindings.el: Add binding of `ESC functionkey' for every
1761         `M-functionkey'.
1762         * hexl.el (hexl-mode-map): Likewise.
1764 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
1766         * progmodes/compile.el (compilation-error-regexp-alist-alist)
1767         [msft]: update regexp for newer msft compilers.
1769 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
1771         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
1772         ATTLIST portions of included DTDs.
1773         (xml-parse-dtd): Eliminate use of inefficient match-data.
1775 2005-06-10  Miles Bader  <miles@gnu.org>
1777         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
1778         (mpuz-text): Remove "-face" suffix from face names.
1779         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
1780         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
1781         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
1783         * play/gomoku.el (gomoku-O, gomoku-X):
1784         Remove "-face" suffix from face names.
1785         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
1786         New backward-compatibility aliases for renamed faces.
1787         (gomoku-font-lock-keywords): Use renamed gomoku faces.
1789 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
1791         * thumbs.el: Fixes for changes of 2005-06-09.
1792         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
1793         as a directory.
1794         (thumbs-thumbname): Remove directory separator from format string;
1795         `thumbs-thumbsdir' now returns a valid directory name.
1796         (thumbs-temp-dir): New defsubst.
1797         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
1798         Use it.
1800         * cus-edit.el (minibuffer):
1801         * files.el (make-backup-file-name-function):
1802         * filesets.el (filesets-external-viewers):
1803         * hilit-chg.el (highlight-changes-colours)
1804         (highlight-changes-face-list, highlight-changes-rotate-faces):
1805         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
1806         * kmacro.el (kmacro-call-macro):
1807         * log-edit.el (log-edit-changelog-full-paragraphs):
1808         * mouse.el (mouse-1-click-follows-link):
1809         * skeleton.el (skeleton-autowrap):
1810         * subr.el (insert-for-yank-1):
1811         * tempo.el (tempo-insert-region):
1812         * terminal.el (terminal-emulator):
1813         * time.el (display-time-mail-face):
1814         * vc.el (vc-annotate):
1815         * vcursor.el (vcursor-copy-line):
1816         * woman.el (woman-bold-headings, woman-ignore)
1817         (woman-default-faces, woman-monochrome-faces):
1818         * calendar/todo-mode.el (todo-insert-threshold):
1819         * emulation/pc-select.el (pc-select-selection-keys-only)
1820         (pc-selection-mode):
1821         * emulation/vip.el (vip-find-char-forward):
1822         * emulation/viper-cmd.el (viper-find-char-forward):
1823         * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
1824         (input-method-exit-on-invalid-key):
1825         * international/mule-diag.el (describe-coding-system):
1826         * international/ucs-tables.el (unify-8859-on-encoding-mode):
1827         * net/browse-url.el (browse-url-xterm-program):
1828         * obsolete/lazy-lock.el (lazy-lock-mode):
1829         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
1830         (cperl-mode):
1831         * progmodes/cpp.el (cpp-face-light-name-list)
1832         (cpp-face-dark-name-list):
1833         * progmodes/delphi.el (delphi-newline-always-indents):
1834         Fix spellings in docstrings.
1836         * ido.el (ido-mode, ido-file-extensions-order)
1837         (ido-default-file-method, ido-default-buffer-method)
1838         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
1839         (ido-decorations, ido-read-file-name-as-directory-commands)
1840         (ido-read-file-name-non-ido, ido-work-directory-list)
1841         (ido-ignore-item-temp-list, ido-current-directory)
1842         (ido-magic-forward-char, ido-enter-find-file)
1843         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
1844         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
1846 2005-06-10  Lute Kamstra  <lute@gnu.org>
1848         * play/dunnet.el (dun-mode): Use define-derived-mode.
1849         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
1850         obsolete alias.
1852         * play/doctor.el (doctor-mode-map): Remove defvar.
1853         (doctor-mode): Use define-derived-mode.
1855         * mail/mspools.el (mspools-mode):
1856         * net/eudc-hotlist.el (eudc-hotlist-mode):
1857         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
1859 2005-06-10  Miles Bader  <miles@gnu.org>
1861         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1862         Remove "-face" suffix from face names.
1863         (flyspell-incorrect-face, flyspell-duplicate-face):
1864         New backward-compatibility aliases for renamed faces.
1865         (flyspell-mode-on, make-flyspell-overlay)
1866         (flyspell-highlight-incorrect-region)
1867         (flyspell-highlight-duplicate-region)
1868         (flyspell-display-next-corrections)
1869         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
1871         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
1872         from face name.
1873         (texinfo-heading-face): New backward-compatibility alias for
1874         renamed face.
1875         (texinfo-heading-face): Use renamed texinfo-heading face.
1877         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
1878         suffix from face names.
1879         (tex-math-face, tex-verbatim-face):
1880         New backward-compatibility aliases for renamed faces.
1881         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
1882         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
1883         literal face name.
1885         * textmodes/table.el (table-cell): Remove "-face" suffix from face
1886         name.
1887         (table-cell-face): New backward-compatibility alias for renamed face.
1888         (table--put-cell-face-property, table--update-cell-face):
1889         Use renamed table-cell face.
1891         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
1892         from face name.
1893         (sgml-namespace-face): New backward-compatibility alias for
1894         renamed face.
1895         (sgml-namespace-face): Use renamed sgml-namespace face.
1897         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
1898         (org-level-4, org-level-5, org-level-6, org-level-7)
1899         (org-level-8, org-warning, org-headline-done)
1900         (org-deadline-announce, org-scheduled-today)
1901         (org-scheduled-previously, org-link, org-done, org-table)
1902         (org-time-grid): Remove "-face" suffix from face names.
1903         (org-level-1-face, org-level-2-face, org-level-3-face)
1904         (org-level-4-face, org-level-5-face, org-level-6-face)
1905         (org-level-7-face, org-level-8-face, org-warning-face)
1906         (org-headline-done-face, org-deadline-announce-face)
1907         (org-scheduled-today-face, org-scheduled-previously-face)
1908         (org-link-face, org-done-face, org-table-face)
1909         (org-time-grid-face):
1910         New backward-compatibility aliases for renamed faces.
1911         (org-level-faces, org-set-font-lock-defaults, org-timeline)
1912         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
1913         (org-agenda-get-timestamps, org-agenda-get-scheduled)
1914         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
1916         * emulation/viper-init.el (viper-search, viper-replace-overlay)
1917         (viper-minibuffer-emacs, viper-minibuffer-insert)
1918         (viper-minibuffer-vi): Remove "-face" suffix from face names.
1919         (viper-search-face, viper-replace-overlay-face)
1920         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1921         (viper-minibuffer-vi-face):
1922         New backward-compatibility aliases for renamed faces.
1923         (viper-search-face, viper-replace-overlay-face)
1924         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
1925         (viper-minibuffer-vi-face): Use renamed viper faces.
1927         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
1928         Remove "-face" suffix from face names.
1929         (testcover-nohits-face, testcover-1value-face):
1930         New backward-compatibility aliases for renamed faces.
1931         (testcover-mark): Use renamed testcover faces.
1933         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
1934         face name.
1935         (diary-button-face): New backward-compatibility alias for renamed face.
1936         (diary-entry): Use renamed diary-button face.
1938         * calendar/calendar.el (diary, calendar-today, holiday)
1939         (mark-visible-calendar-date): Remove "-face" suffix from face names.
1940         (diary-face, calendar-today-face, holiday-face):
1941         New backward-compatibility aliases for renamed faces.
1942         (eval-after-load "facemenu", diary-entry-marker)
1943         (calendar-today-marker, calendar-holiday-marker, diary-face):
1944         Use renamed calendar faces.
1946         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
1947         (compare-windows-face): New backward-compatibility alias for
1948         renamed face.
1949         (compare-windows-highlight): Use renamed compare-windows face.
1951         * strokes.el (strokes-char): Remove "-face" suffix from face name.
1952         (strokes-char-face): New backward-compatibility alias for renamed face.
1953         (strokes-encode-buffer): Use renamed strokes-char face.
1955         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
1956         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
1957         Remove "-face" suffix from face names.
1958         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
1959         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
1960         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
1961         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
1962         Use renamed pcvs faces.
1963         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
1964         * pcvs-defs.el (cvs-mode-map): Likewise.
1965         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
1967         * info.el (info-title-1, info-title-2, info-title-3)
1968         (info-title-4): Remove "-face" suffix from and downcase face names.
1969         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
1970         (Info-title-4-face):
1971         New backward-compatibility aliases for renamed faces.
1972         (Info-fontify-node): Use renamed info faces.
1974         * hilit-chg.el (highlight-changes, highlight-changes-delete):
1975         Remove "-face" suffix from face names.
1976         (highlight-changes-face, highlight-changes-delete-face):
1977         New backward-compatibility aliases for renamed faces.
1978         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
1979         (hilit-chg-make-list): Use renamed highlight-changes faces.
1981         * generic-x.el (show-tabs-tab, show-tabs-space):
1982         Remove "-face" suffix from face names.
1983         (show-tabs-tab-face, show-tabs-space-face):
1984         New backward-compatibility aliases for renamed faces.
1985         (show-tabs-generic-mode-font-lock-defaults-1)
1986         (show-tabs-generic-mode-font-lock-defaults-2):
1987         Use renamed show-tabs faces.
1989         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
1990         (smerge-markers): Remove "-face" suffix from face names.
1991         (smerge-mine-face, smerge-other-face, smerge-base-face)
1992         (smerge-markers-face):
1993         New backward-compatibility aliases for renamed faces.
1994         (smerge-mine-face, smerge-other-face, smerge-base-face)
1995         (smerge-markers-face): Use renamed smerge faces.
1997         * log-view.el (log-view-file, log-view-message):
1998         Remove "-face" suffix from face names.
1999         (log-view-file-face, log-view-message-face):
2000         New backward-compatibility aliases for renamed faces.
2001         (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2003         * paren.el (show-paren-match, show-paren-mismatch):
2004         Remove "-face" suffix from face names.
2005         (show-paren-match-face, show-paren-mismatch-face):
2006         New backward-compatibility aliases for renamed faces.
2007         (show-paren-function): Use renamed show-paren faces.
2009         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2010         (ruler-mode-margins, ruler-mode-fringes)
2011         (ruler-mode-column-number, ruler-mode-fill-column)
2012         (ruler-mode-comment-column, ruler-mode-goal-column)
2013         (ruler-mode-tab-stop, ruler-mode-current-column):
2014         Remove "-face" suffix from face names.
2015         (ruler-mode-default-face, ruler-mode-pad-face)
2016         (ruler-mode-margins-face, ruler-mode-fringes-face)
2017         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2018         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2019         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2020         New backward-compatibility aliases for renamed faces.
2021         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2022         (ruler-mode-column-number, ruler-mode-fill-column)
2023         (ruler-mode-comment-column, ruler-mode-goal-column)
2024         (ruler-mode-tab-stop, ruler-mode-current-column)
2025         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2027         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2028         face name.
2029         (whitespace-highlight-the-space): Use renamed face.
2030         (whitespace-highlight-face): New backward-compatibility alias for
2031         renamed face.
2033         * woman.el (woman-italic, woman-bold, woman-unknown)
2034         (woman-addition, woman-symbol-face):
2035         Remove "-face" suffix from face names.
2036         (woman-italic-face, woman-bold-face, woman-unknown-face)
2037         (woman-addition-face):
2038         New backward-compatibility aliases for renamed faces.
2039         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2040         (woman-decode-region, woman-replace-match)
2041         (woman-display-extended-fonts, woman-special-characters)
2042         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2043         Use renamed woman faces.
2045         * longlines.el (longlines-visible-face): Face removed.
2047         * diff-mode.el (diff-header, diff-file-header, diff-index)
2048         (diff-hunk-header, diff-removed, diff-added, diff-changed)
2049         (diff-function, diff-context, diff-nonexistent): Remove "-face"
2050         suffix from face names.
2051         (diff-header-face, diff-file-header-face, diff-index-face)
2052         (diff-hunk-header-face, diff-removed-face, diff-added-face)
2053         (diff-changed-face, diff-function-face, diff-context-face)
2054         (diff-nonexistent-face): New backward-compatibility aliases for
2055         renamed faces.
2056         (diff-header-face, diff-file-header-face)
2057         (diff-index, diff-index-face, diff-hunk-header)
2058         (diff-hunk-header-face, diff-removed, diff-removed-face)
2059         (diff-added, diff-added-face, diff-changed-face, diff-function)
2060         (diff-function-face, diff-context-face, diff-nonexistent)
2061         (diff-nonexistent-face): Use renamed diff-mode faces.
2063         * progmodes/compile.el (compilation-warning-face)
2064         (compilation-info-face): Remove "-face" suffix from face names.
2065         (compilation-warning-face, compilation-info-face):
2066         New backward-compatibility aliases for renamed faces.
2067         (compilation-warning-face, compilation-info-face):
2068         Use renamed compilation faces.
2070         * add-log.el (change-log-date, change-log-name)
2071         (change-log-email, change-log-file, change-log-list)
2072         (change-log-conditionals, change-log-function)
2073         (change-log-acknowledgement): Remove "-face" suffix from face names.
2074         (change-log-date-face, change-log-name-face)
2075         (change-log-email-face, change-log-file-face)
2076         (change-log-list-face, change-log-conditionals-face)
2077         (change-log-function-face, change-log-acknowledgement-face):
2078         New backward-compatibility aliases for renamed faces.
2079         (change-log-font-lock-keywords): Use renamed change-log faces.
2081         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2082         (custom-set, custom-changed, custom-saved, custom-button)
2083         (custom-button-pressed, custom-documentation, custom-state)
2084         (custom-comment, custom-comment-tag, custom-variable-tag)
2085         (custom-variable-button, custom-face-tag, custom-group-tag-1)
2086         (custom-group-tag): Remove "-face" suffix from face names.
2087         (custom-magic-alist, custom-magic-value-create)
2088         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2089         (custom-invalid-face, custom-rogue-face, custom-modified-face)
2090         (custom-set-face, custom-changed-face, custom-saved-face)
2091         (custom-button-face, custom-button-pressed-face)
2092         (custom-documentation-face, custom-state-face)
2093         (custom-comment-face, custom-comment-tag-face)
2094         (custom-variable-tag-face, custom-variable-button-face)
2095         (custom-face-tag-face, custom-group-tag-face-1)
2096         (custom-group-tag-face):
2097         New backward-compatibility aliases for renamed faces.
2099         * wid-edit.el (widget-documentation, widget-button)
2100         (widget-field, widget-single-line-field, widget-inactive)
2101         (widget-button-pressed): "-face" suffix removed from face names.
2102         (widget-documentation-face, widget-button-face)
2103         (widget-field-face, widget-single-line-field-face)
2104         (widget-inactive-face, widget-button-pressed-face):
2105         New backward-compatibility aliases for renamed faces.
2106         (widget-documentation-face, widget-button-face)
2107         (widget-button-pressed-face, widget-specify-field)
2108         (widget-specify-inactive): Use renamed widget faces.
2110 2005-06-10  Kenichi Handa  <handa@m17n.org>
2112         * term/x-win.el (x-clipboard-yank): Remove condition-case
2113         wrapping.
2115 2005-06-11  Kenichi Handa  <handa@m17n.org>
2117         * add-log.el (change-log-font-lock-keywords): Make the regexp for
2118         date lines stricter.
2120 2005-06-10  Zhang Wei  <id.brep@gmail.com>  (tiny change)
2122         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2123         of x-get-selection.
2125 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
2127         * comint.el (comint-mode, comint-snapshot-last-prompt):
2128         * frame.el (frame-current-scroll-bars):
2129         * term.el (term-mode, term-check-proc, term-input-sender)
2130         (term-simple-send, term-extract-string, term-word)
2131         (term-match-partial-filename):
2132         * window.el (window-current-scroll-bars):
2133         * emulation/cua-base.el (cua-normal-cursor-color)
2134         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2135         (cua-global-mark-cursor-color):
2136         * mail/undigest.el (rmail-forward-separator-regex):
2137         Fix typos in docstrings.
2139         * comint.el (comint-check-proc, make-comint-in-buffer)
2140         (comint-source-default): Doc fixes.
2142         * term.el (term-send-string): Improve argument/docstring
2143         consistency.
2145 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
2147         * comint.el (comint-send-input): Bind `inhibit-read-only' around
2148         call to `delete-region'.
2149         (comint-mode-hook): Do not enable Font Lock by default.
2151 2005-06-09  Lute Kamstra  <lute@gnu.org>
2153         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
2154         could be void.
2156 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2158         * emacs-lisp/debug.el (debugger-will-be-back): New var.
2159         (debug): Use it.
2160         (debugger-step-through, debugger-continue, debugger-jump)
2161         (debugger-return-value): Set it when needed.
2162         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
2163         Use inhibit-read-only.
2165 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
2167         * window.el (shrink-window-if-larger-than-buffer)
2168         (window-size-fixed): Fix typo in docstring.
2170         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
2171         thumbnails directory on loading.
2172         (thumbs-conversion-program): Use `eq' to check the system type,
2173         not `equal'.
2174         (thumbs-temp-dir): Initialize to `temporary-file-directory',
2175         not "/tmp".  Fix docstring.
2176         (thumbs-thumbsdir): New function to return the thumbnails
2177         directory, creating it if needed.
2178         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
2179         (thumbs-temp-file): Delete variable and make it into a function.
2180         (thumbs-resize-image, thumbs-modify-image): Use it.
2181         (thumbs-kill-buffer): Simplify.
2182         (thumbs-gensym): Defalias or duplicate CL `gensym'.
2183         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
2184         docstrings.
2186 2005-06-09  Kim F. Storm  <storm@cua.dk>
2188         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
2189         set-match-data to free markers in match-data.
2191         * replace.el (replace-match-data): Pass RESEAT arg `t' to
2192         match-data to unchain markers in match-data.
2194 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2196         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
2197         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
2198         unnecessary now.
2200 2005-06-08  Richard M. Stallman  <rms@gnu.org>
2202         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
2203         give the variable a doc string that doesn't say don't set it directly.
2205         * textmodes/ispell.el (ispell-check-version):
2206         Use match-string-no-properties.
2207         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
2208         (ispell-buffer-local-words): Likewise.
2210         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
2211         except on terminals with enough colors to really display it.
2212         (makefile-dependency-regex): Delete spurious `bb'.
2214         * faces.el (escape-glyph): Use blue once again in last case.
2215         (no-break-space): Redefine so that it isn't invisible on a tty.
2217 2005-06-08  Kim F. Storm  <storm@cua.dk>
2219         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
2220         also when reading directory name.
2222 2005-06-08  Lute Kamstra  <lute@gnu.org>
2224         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
2225         (flyspell-mode-line-string): Remove autoload cookie.
2226         (flyspell-mode): Remove defvar.
2228 2005-06-07  Lute Kamstra  <lute@gnu.org>
2230         * textmodes/org.el (org-run-mode-hooks): New function.
2231         (org-agenda-mode): Use it.
2233 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
2235         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
2237 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2239         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
2241 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
2243         * font-lock.el (font-lock-add-keywords): Doc fix.
2245 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2247         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
2248         (tex-compile-default): In the absence of any history, use the order in
2249         tex-compile-alist to choose the preferred command.
2250         (tex-compile-commands): Reorder a bit.
2252         * textmodes/flyspell.el (flyspell-auto-correct-binding)
2253         (flyspell-incorrect-face, flyspell-duplicate-face):
2254         Use (X)Emacs-agnostic code.
2255         (flyspell-mode-map): Don't overwrite at each load.  Remove code
2256         redundant with the subsequent add-minor-mode.  Merge Emacs and
2257         XEmacs code.
2258         (flyspell-word): Minor simplification.
2259         (flyspell-math-tex-command-p): Quieten the byte-compiler.
2260         (flyspell-external-point-words): Remove unused vars `size' and `start'.
2261         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
2262         Merge the corresponding Emacs code.
2263         (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
2265         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
2266         a dedicated window.
2268         * international/latexenc.el (latexenc-find-file-coding-system):
2269         Undo part of last patch, to turn off a compiler warning.
2271 2005-06-06  Juri Linkov  <juri@jurta.org>
2273         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
2274         Rename `tmm-inactive-face' to `tmm-inactive'.
2276 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
2278         * iswitchb.el: Rename faces.
2280 2005-06-06  Kim F. Storm  <storm@cua.dk>
2282         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
2283         (cua-global-mark): Remove -face suffix from face names.
2285         * emulation/cua-gmrk.el (cua--init-global-mark):
2286         Remove cua-global-mark face setup.
2288 2005-06-06  Richard M. Stallman  <rms@gnu.org>
2290         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
2291         just like other allowed characters.
2292         (makefile-match-dependency): Exclude leading and training whitespace
2293         from the range of regexp subexp 1.
2294         (makefile-macroassign-regex): Don't try to match the body,
2295         just the name of the macro being defined.
2297         * info.el (Info-read-node-name-2): New function.
2298         (Info-read-node-name-1): Use that.
2299         Add a completion-base-size-function property.
2301         * simple.el (completion-setup-function): Look for
2302         completion-base-size-function property of
2303         minibuffer-completion-table.
2305         * files.el (locate-file-completion): Doc fix.
2307         * printing.el: Don't call pr-update-menus; user must do that.
2309         * emacs-lisp/debug.el (debugger-window): New variable.
2310         (debug): Use debugger-window if it is set and still alive.
2311         Record debugger-window for next entry.
2313         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
2315 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
2317         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
2318         (hack-one-local-variable, hack-local-variables)
2319         (hack-local-variables-prop-line): Pass that arg.
2321 2005-06-06  Kim F. Storm  <storm@cua.dk>
2323         * ido.el (ido-first-match, ido-only-match, ido-subdir)
2324         (ido-indicator): Remove -face suffix from face names.
2326 2005-06-06  Juri Linkov  <juri@jurta.org>
2328         * font-lock.el (font-lock-regexp-backslash)
2329         (font-lock-regexp-backslash-construct): New faces.
2330         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
2331         after `('.  Add `while-no-input' to control structures.
2333         * faces.el (no-break-space, shadow): New faces.
2334         (escape-glyph): Use less loud colors pink2 and red4.
2336         * diff-mode.el (diff-context-face)
2337         * dired.el (dired-ignored)
2338         * rfn-eshadow.el (file-name-shadow)
2339         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
2341         * info.el (Info-title-1-face): Use green instead of yellow because
2342         bold yellow is not readable on light backgrounds.
2344         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
2345         before selecting the desired mode to not spend time fontifying
2346         old contents.
2348 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
2350         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
2351         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
2353         * ps-print.el (ps-default-fg, ps-default-bg):
2354         Fix typos in docstrings.
2356         * isearchb.el (isearchb): Don't pass a spurious second argument to
2357         `iswitchb-completions'.
2359 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
2361         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
2362         to preserve point.
2363         (gdb-find-file-hook): Add doc string.
2365         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
2366         C dereferenced pointer expression.
2367         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
2369         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
2371         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
2372         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
2373         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
2374         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
2375         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
2376         Make background transparent.
2378 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
2380         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
2381         (font-lock-remove-keywords): Doc fix.
2382         (font-lock-mode-major-mode): Compiler defvar.
2383         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
2385         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
2386         (font-lock-mode): Update `font-lock-mode-major-mode'.
2387         (font-lock-set-defaults): Compiler defvar.
2388         (font-lock-default-function): Take `font-lock-mode-major-mode'
2389         into account.
2391         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
2392         keep track of which major mode it enabled the minor mode for.
2393         Use find-file-hook again.  Update docstring.
2395         * simple.el (eval-expression-print-level)
2396         (eval-expression-print-length, eval-expression-debug-on-error):
2397         Doc fixes.
2399 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
2401         * iswitchb.el (iswitchb-single-match-face)
2402         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
2403         (iswitchb-invalid-regexp-face): New faces.
2404         (iswitchb-completions): Use them.
2405         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
2406         now marked as an obsolete alias.
2407         (iswitchb-read-buffer): Remove check for bound font variables.
2408         (iswitchb-invalid-regexp): New free variable.
2409         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
2410         set iswitchb-invalid-regexp.
2411         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
2412         invalid regexps.
2413         (iswitchb-completions): Add check for complete match when entering
2414         a regexp.
2415         (iswitchb-completions): Remove require-match argument.
2416         (iswitchb-exhibit): Fix caller.
2417         (iswitchb-common-match-inserted): New variable.
2418         (iswitchb-complete, iswitchb-completion-help): Use it.
2420 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
2422         * url-http.el (url-http-chunked-encoding-after-change-function):
2423         Use `url-http-debug' instead of `message'.
2425 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
2427         * url-http.el (url-http-parse-headers): Pass redirected URL as a
2428         callback argument.
2430 2005-06-04  Kim F. Storm  <storm@cua.dk>
2432         * simple.el (line-move): Only call sit-for when moving backwards.
2434         * ido.el (ido-make-merged-file-list-1): New defun split from
2435         ido-make-merged-file-list.
2436         (ido-make-merged-file-list): Bind throw-on-input around call to
2437         ido-make-merged-file-list-1.  Return input-pending-p if
2438         interrupted by more input available.
2439         (ido-read-internal): Handle input-pending-p return value from
2440         ido-make-merged-file-list.
2442 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2444         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
2445         compatibility code.
2447         * international/latexenc.el (latexenc-find-file-coding-system):
2448         Don't inherit the EOL part of the coding-system from the
2449         tex-main buffer.  Fit within 80 columns.
2451 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
2453         * tmm.el (tmm-inactive-face): New face.
2454         (tmm-remove-inactive-mouse-face): New function.
2455         (tmm-prompt, tmm-add-one-shortcut)
2456         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
2457         but not selectable.
2459 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
2461         * faces.el (face-equal): Improve argument/docstring consistency.
2463 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
2465         * progmodes/make-mode.el (makefile-targets-face)
2466         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
2467         (makefile-bsdmake-dependency-regex)
2468         (makefile-makepp-rule-action-regex)
2469         (makefile-bsdmake-rule-action-regex): New constants.
2470         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
2472         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2473         Allow (...) within `...' for makepp messages.
2475 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
2477         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
2479         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
2480         "." files are deleted from all file lists before comparison.
2482         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2483         (viper-ESC-key): Made them customizable.
2485         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
2487 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
2489         * autorevert.el (auto-revert-buffers): Use save-match-data.
2491 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2493         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
2494         menu items with a nil command binding.
2496 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
2498         * emacs-lisp/cl-macs.el (defsetf):
2499         Improve argument/docstring consistency.
2501         * faces.el (list-faces-display): Improve the formatting by
2502         computing the maximum length required for any face-name (reworked
2503         patch of 1999-01-11, accidentally deleted on 1999-07-21).
2504         (internal-find-face): Remove redundant info in docstring.
2506 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
2508         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
2509         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
2510         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
2511         (gdb-assembler-custom): Improve regexps.
2512         (def-gdb-auto-update-handler): Use window point to preserve point.
2514 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2516         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
2518 2005-05-31  Jay Belanger  <belanger@truman.edu>
2520         * calc/calc-embed.el (calc-embedded-word): Change argument passed
2521         to calc-embedded.
2522         (calc-embedded-make-info): Have plain prefix argument select
2523         entire line.
2525 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
2527         * faces.el (list-faces-display): Signal error if passed a regexp
2528         that matches no face name.
2530         * simple.el (filter-buffer-substring): Fix typo in docstring.
2532 2005-05-31  Richard M. Stallman  <rms@gnu.org>
2534         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
2535         (vhdl-emacs-21): Doc fix.
2536         (vhdl-mode): Unconditionally set comment-padding.
2537         (vhdl-fixup-whitespace-region): Insert spaces only where
2538         there are none.
2539         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
2541 2005-05-30  John Wiegley  <johnw@newartisans.com>
2543         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2544         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
2545         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
2546         `directory-sep-char' to ?/, and all uses of `string-to-int' to
2547         `string-to-number'.
2549 2005-05-30  Jay Belanger  <belanger@truman.edu>
2551         * calc/calc.el (calc-bug-address): Fix docstring.
2552         (calc-window-hook, calc-trail-window-hook): New variables.
2553         (calc-trail-display): Restore use of calc-trail-window-hook.
2554         (calc): Restore use of calc-window-hook.
2556 2005-05-31  Masatake YAMATO  <jet@gyve.org>
2558         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
2560         * help-fns.el (help-C-file-name): Add autoload mark for
2561         `find-function-noselect'.
2563 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2565         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
2566         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
2568 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
2570         * calendar/diary-lib.el (mark-included-diary-files): Only kill
2571         included diary buffer if it was not already being visited.
2572         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
2574         * calendar/icalendar.el (top-level): Do not require 'appt.
2576         * mail/supercite.el (sc-select-attribution): Only use a list
2577         element from sc-attrib-selection-list if it returns a string.
2578         Reported by Davide G. M. Salvetti <salve@debian.org>.
2580 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
2582         * thumbs.el (thumbs-thumbname): The resulting thumbname now
2583         includes a hash value to improve its uniqueness, and has a ".jpg"
2584         extension.  Also, it is now a valid filename on all systems.
2585         (thumbs-make-thumb): Use `let', not `let*'.
2586         (thumbs-show-thumbs-list): Check for JPEG availability.
2588 2005-05-30  Richard M. Stallman  <rms@gnu.org>
2590         * filesets.el (filesets-menu-ensure-use-cached):
2591         Prevent warning when emacs-version>= is undefined.
2593         * printing.el (pr-interactive-n-up): Use string-to-number.
2595         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
2597         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
2598         Warn only when name to be defined is quoted.
2600 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
2602         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
2603         Make regexp more robust.
2604         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
2605         Force regeneration of disassembly.
2607 2005-05-29  Jay Belanger  <belanger@truman.edu>
2609         * calc/calc.el (calc-user-invocation): Check if
2610         calc-invocation-macro is non-nil.
2612 2005-05-29  Juri Linkov  <juri@jurta.org>
2614         * add-log.el (change-log-font-lock-keywords):
2615         Add `+' to e-mail regexp to accept mail address with keywords.
2617         * man.el (Man-name-regexp): Add `:' to accept qualified names.
2619 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
2621         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
2623         * ielm.el (inferior-emacs-lisp-mode): Ditto.
2625 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2627         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
2628         Undo the change that moves to end of the current word.
2630 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
2632         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
2633         Throw error when count <= 0 to ensure input is a number.
2634         (gdb-read-memory-custom): Pick up address from buffer.
2635         (gdb-memory-mode): Allow user to increment and decrement
2636         memory address from header line.
2638 2005-05-29  Richard M. Stallman  <rms@gnu.org>
2640         * flyspell.el (flyspell-version): Function deleted.
2641         (flyspell-auto-correct-previous-hook): Doc fix.
2643         * jit-lock.el (jit-lock-function, jit-lock-after-change):
2644         Do nothing if memory is full.
2646         * font-lock.el (font-lock-fontify-syntactically-region):
2647         Pass t for GREEDY to looking-back.
2649         * saveplace.el (save-place-alist-to-file): Write the file
2650         using write-region.
2652         * subr.el (looking-back): New argument GREEDY.
2654         * progmodes/compile.el (compilation-start): Set the mode
2655         before inserting the initial text.
2657         * progmodes/which-func.el (which-func-update-1): Turn the mode
2658         off in case of error by setting which-func-mode.
2660 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
2662         * flyspell.el (flyspell-auto-correct-previous-word):
2663         Narrow down to what's on the screen, and recenter overlays
2664         at the end of the next word.
2666 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
2668         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
2669         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
2670         (flyspell-abbrev-p): Default to nil.
2671         (flyspell-use-global-abbrev-table-p): Doc fix.
2672         (flyspell-large-region): Allow nil as value.
2673         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
2675         (mail-mode-flyspell-verify): More robust handling
2676         of `mail-header-separator'.  More efficient signature detection.
2677         Allow for regexp metacharacters in message-header-separator.
2678         Adding `To' not to be checked in mail-mode-flyspell-verify.
2680         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
2681         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
2682         Bind flyspell-auto-correct-binding.
2683         Bind C-. and C-, .
2684         (flyspell-mode-map): Likewise.
2685         (flyspell-mode): Doc fix.
2686         (flyspell-accept-buffer-local-defs): Preserve current buffer.
2687         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
2688         (flyspell-word-cache-result): New var, always local.
2689         (flyspell-check-pre-word-p): Doc fix.
2690         (flyspell-check-changed-word-p): Handle spc like newline.
2691         (flyspell-post-command-hook): Set flyspell-word-cache-result.
2692         (flyspell-word-search-backward, flyspell-word-search-forward):
2693         New functions.
2694         (flyspell-word): Return t if nothing to check.
2695         When parsing TeX code, check for after } or \.
2696         Use flyspell-word-search-backward to find previous word.
2697         Return nil if duplicated word.
2698         For word already checked, return same value as last time.
2699         Set flyspell-word-cache-result after checking.
2700         Don't clobber the return value.
2701         (flyspell-get-word): Major rewrite.
2702         (flyspell-external-point-words): New locals pword, pcount.
2703         Fix size used in progress message.
2704         Find the proper corresponding word in flyspell-large-region-buffer.
2705         (flyspell-region): Check for flyspell-large-region = nil.
2706         (flyspell-highlight-incorrect-region): Clean up overlays in region.
2707         (flyspell-auto-correct-word): Check that WORD is a cons.
2708         (flyspell-correct-word): Likewise.
2710 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
2712         * progmodes/make-mode.el (makefile-rule-action-regex)
2713         (makefile-macroassign-regex, makefile-makepp-mode)
2714         (makefile-bsdmake-mode): Continuation lines may be empty.
2715         Reported by Joshua Varner.
2716         (makefile-makepp-font-lock-keywords): Add $(stem).
2718 2005-05-28  Karl Berry  <karl@gnu.org>
2720         * textmodes/tex-mode.el: Now that tex-send-command calls
2721         shell-quote-argument (2005-03-31 change), remove all calls to
2722         shell-quote-argument; they all end up invoking tex-send-command.
2723         The double quoting loses on filenames with non-safe characters,
2724         such as "@".  Reported by Frederik Fouvry.
2726 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
2728         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
2729         about preserving point.
2731 2005-05-27  Jay Belanger  <belanger@truman.edu>
2733         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
2734         Info-goto-node.
2736         * calc/calc-embed.el (calc-embed-arg): New variable.
2737         (calc-do-embedded-activate, calc-embedded-activate-formula)
2738         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
2739         variable by new variable.
2740         (calc-embedded-make-info): Replace undeclared variable by new
2741         variable.  When selecting region with positive prefix
2742         argument, use end of previous line instead of beginning of line.
2744         * calc/calc-aent.el (calc-arg-values): Declare it.
2746         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
2747         Declare them.
2749         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
2751         * calc/calc.el (calc-alg-map): Declare it.
2753         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
2755 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
2757         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
2758         (gdb-registers-buffer, toggle-gdb-all-registers):
2759         Toggle display of floating point registers.
2760         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
2762         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
2763         (toggle-gud-tooltip-dereference):
2764         Rename from gud-toggle-tooltip-dereference.
2766 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2768         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
2770 2005-05-27  Jay Belanger  <belanger@truman.edu>
2772         * calc/calc-prog.el (calc-kbd-report): Remove.
2773         (calc-kbd-query): Rewrite.
2775 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
2777         * image.el (image-library-alist): Move to image.c.
2778         (image-type-available-p): Doc fix.
2780 2005-05-27  Lute Kamstra  <lute@gnu.org>
2782         * calc/calc.el (calc):
2783         * outline.el (outline-1, outline-2, outline-3, outline-4)
2784         (outline-5, outline-6, outline-7, outline-8):
2785         * textmodes/dns-mode.el (dns-mode):
2786         * textmodes/sgml-mode.el (sgml-namespace-face):
2787         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
2788         (tex-verbatim-face, tex-use-reftex):
2789         * textmodes/texinfo.el (texinfo-heading-face):
2790         Specify customization group.
2792         * longlines.el: Don't require easy-mmode.
2793         (longlines-visible-face): Specify customization group.
2795 2005-05-27  Kenichi Handa  <handa@m17n.org>
2797         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
2798         encoding table of windows-1251.
2800         * international/ucs-tables.el (ucs-set-table-for-input):
2801         If translation-table-for-input of a coding system is a symbol, get
2802         its translation-table property.
2804         * international/code-pages.el: Don't register a coding system into
2805         non-iso-charset-alist more than once.
2806         (cp-make-coding-system): Likewise.
2808 2005-05-26  John Wiegley  <johnw@newartisans.com>
2810         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
2811         `eshell-resume-eval' is wrapped in a list, it indicates that the
2812         command was run asynchronously.  In that case, unwrap the value
2813         before checking the delimiter value.
2815         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
2816         character before a space at the end of a line is \, assume the space
2817         is part of the last argument rather than a final argument separator.
2819         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
2820         is in use, and the target is `t' or `nil' (which are the most common
2821         values), don't assume that the symbol target is a buffer.
2823 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
2825         * calendar/calendar.el (calendar-mode-line-format):
2826         Use mode-line-highlight as mouse-face.
2828         * time.el (display-time-string-forms, display-time-update):
2829         Use mode-line-highlight as mouse-face.
2831 2005-05-26  Jay Belanger  <belanger@truman.edu>
2833         * calc/calc.el (calc-language-alist): Remove extra defvar.
2835 2005-05-26  Lute Kamstra  <lute@gnu.org>
2837         * arc-mode.el (archive-mode):
2838         * bookmark.el (bookmark-read-annotation-mode)
2839         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
2840         * bs.el (bs-mode):
2841         * calc/calc-yank.el (calc-edit-mode):
2842         * calc/calc.el (calc-mode, calc-trail-mode):
2843         * calculator.el (calculator-mode):
2844         * chistory.el (command-history-mode):
2845         * comint.el:
2846         * cus-edit.el (custom-mode):
2847         * descr-text.el (describe-text-mode):
2848         * ebuff-menu.el (Electric-buffer-menu-mode):
2849         * ediff-util.el (ediff-mode):
2850         * emacs-lisp/re-builder.el (reb-mode):
2851         * emulation/vi.el (vi-mode-setup):
2852         * emulation/ws-mode.el (wordstar-mode):
2853         * eshell/esh-mode.el (eshell-mode):
2854         * forms.el (forms-mode):
2855         * help-mode.el (help-mode):
2856         * hexl.el (hexl-mode):
2857         * ibuffer.el (ibuffer-mode):
2858         * ielm.el (inferior-emacs-lisp-mode):
2859         * info.el (Info-mode, Info-edit-mode):
2860         * international/swedish.el:
2861         * ledit.el (ledit-from-lisp-mode):
2862         * locate.el (locate-mode):
2863         * mail/rmail.el (rmail-mode):
2864         * mail/rmailedit.el (rmail-edit-mode):
2865         * mail/rmailsum.el (rmail-summary-mode):
2866         * mail/supercite.el (sc-electric-mode):
2867         * net/eudc.el (eudc-mode):
2868         * net/quickurl.el (quickurl-list-mode):
2869         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
2870         * obsolete/ooutline.el (outline-mode):
2871         * obsolete/options.el (Edit-options-mode):
2872         * obsolete/rnews.el (news-mode):
2873         * obsolete/rnewspost.el (news-reply-mode):
2874         * play/5x5.el (5x5-mode):
2875         * play/decipher.el (decipher-mode, decipher-stats-mode):
2876         * play/gomoku.el (gomoku-mode):
2877         * play/snake.el (snake-mode):
2878         * play/solitaire.el (solitaire-mode):
2879         * play/tetris.el (tetris-mode):
2880         * progmodes/ada-mode.el (ada-mode):
2881         * progmodes/antlr-mode.el (antlr-mode):
2882         * progmodes/autoconf.el (autoconf-mode):
2883         * progmodes/dcl-mode.el (dcl-mode):
2884         * progmodes/delphi.el (delphi-mode):
2885         * progmodes/ebrowse.el (ebrowse-tree-mode)
2886         (ebrowse-electric-list-mode, ebrowse-member-mode)
2887         (ebrowse-electric-position-mode):
2888         * progmodes/f90.el (f90-mode):
2889         * progmodes/fortran.el (fortran-mode):
2890         * progmodes/icon.el (icon-mode):
2891         * progmodes/idlw-help.el (idlwave-help-mode):
2892         * progmodes/idlw-shell.el (idlwave-shell-mode):
2893         * progmodes/idlwave.el (idlwave-mode):
2894         * progmodes/inf-lisp.el (inferior-lisp-mode):
2895         * progmodes/m4-mode.el (m4-mode):
2896         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
2897         * progmodes/modula2.el (modula-2-mode):
2898         * progmodes/octave-inf.el (inferior-octave-mode):
2899         * progmodes/octave-mod.el (octave-mode):
2900         * progmodes/pascal.el (pascal-mode):
2901         * progmodes/sh-script.el (sh-mode):
2902         * progmodes/sql.el (sql-mode, sql-interactive-mode):
2903         * progmodes/vhdl-mode.el (vhdl-mode):
2904         * progmodes/xscheme.el (scheme-interaction-mode):
2905         * replace.el (occur-mode):
2906         * ses.el (ses-mode):
2907         * simple.el (completion-list-mode):
2908         * skeleton.el:
2909         * speedbar.el (speedbar-mode):
2910         * term.el (term-mode):
2911         * terminal.el (terminal-edit-mode):
2912         * textmodes/reftex-index.el (reftex-index-mode)
2913         (reftex-index-phrases-mode):
2914         * textmodes/reftex-sel.el (reftex-select-label-mode)
2915         (reftex-select-bib-mode):
2916         * textmodes/reftex-toc.el (reftex-toc-mode):
2917         * wdired.el (wdired-change-to-wdired-mode):
2918         * wid-browse.el (widget-browse-mode):
2919         Use run-mode-hooks.
2921         * array.el (array-mode):
2922         * calendar/todo-mode.el (todo-mode):
2923         * man.el (Man-mode):
2924         * play/landmark.el (lm-mode):
2925         * play/mpuz.el (mpuz-mode):
2926         Use kill-all-local-variables and run-mode-hooks.
2928         * subr.el (delay-mode-hooks): Specify indentation.
2930 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
2932         * xml.el (xml-substitute-special): Don't die for undefined xml entities.
2934 2005-05-26  Jay Belanger  <belanger@truman.edu>
2936         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
2937         of nil.
2939 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
2941         * progmodes/gdb-ui.el (gdb-frame-address):
2942         Rename from gdb-current-address.
2943         (gdb-previous-frame-address): Rename from gdb-previous-address.
2944         (gdb-selected-frame): Rename from gdb-current-frame.
2945         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
2946         (gdb-frame-number): Rename from gdb-current-stack-level.
2947         (gdb-ann3): Match new mode-name for disassembly buffer.
2948         Extend initialization of variables.
2949         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
2950         (gdb-memory-mode): Use mouse-face in header line.
2951         (gdb-assembler-buffer-name): Call it disassembly and give frame
2952         in mode line.
2953         (gdb-source-spec-regexp, gdb-assembler-custom)
2954         (gdb-invalidate-assembler, gdb-frame-handler):
2955         Make robust to leading zeroes in address format.
2957 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
2959         * textmodes/org.el (org-mode): Use `define-derived-mode' to
2960         define `org-mode'.
2961         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
2963 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2965         * log-edit.el (log-edit-changelog-entries): Distinguish between
2966         filenames like xfns.c and fns.c.
2968 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
2970         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
2971         point after reverting.
2972         (Buffer-menu-make-sort-button): Handle the case where
2973         `Buffer-menu-use-header-line' is nil.
2975 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
2977         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
2978         New funcs.  In minibuffer-local-completion-map bind `]', `/'
2979         and `:' to them.
2981 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2983         * startup.el (normal-top-level): Allow modification of load-path while
2984         we're iterating over it.
2986 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
2988         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
2989         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
2990         (thumbs-resize-interactive, thumbs-insert-image)
2991         (thumbs-insert-thumb, thumbs-dired-show-marked)
2992         (thumbs-find-image-at-point, thumbs-delete-images)
2993         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
2994         (thumbs-increment-image-size, thumbs-decrement-image-size):
2995         Fix typos in docstrings.
2997 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
2999         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3000         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3001         (cperl-mode): Use them.
3003 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
3005         * window.el (quit-window, shrink-window-if-larger-than-buffer):
3006         Doc fixes.
3008 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
3010         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3011         Bind C-d to gdb-inferior-io-eof.
3013         * dired.el (dired-dnd-popup-notice): Use message-box.
3015 2005-05-23  Masatake YAMATO  <jet@gyve.org>
3017         * bindings.el (mode-line-major-mode-keymap):
3018         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3020         * faces.el (mode-line-highlight): New face.
3022         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3023         as mouse-face.
3025         * bindings.el (top-level, help-echo, mode-line-modified)
3026         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3027         as mouse-face.
3029 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
3031         * progmodes/cc-engine.el (c-guess-basic-syntax):
3032         Remove spurious call to `zerop'.
3034         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3036 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
3038         CC Mode update to 5.30.10:
3040         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3041         could go past the limit in decoration level 2, thereby causing
3042         errors during interactive fontification.
3044         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3045         the file is evaluated interactively.
3047         * cc-engine.el (c-guess-basic-syntax): Handle operator
3048         declarations somewhat better in C++.
3050         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3051         make use of `run-mode-hooks' which has been added in Emacs 21.1.
3052         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3053         (awk-mode): Use it.
3054         (make-local-hook): Suppress warning about obsoleteness.
3056         * cc-engine.el, cc-align.el, cc-cmds.el
3057         (c-append-backslashes-forward, c-delete-backslashes-forward)
3058         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3059         Compensate for return value from `forward-line' when it has moved
3060         but not to a different line due to eob.
3062         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3063         `objc-method-intro' and `objc-method-args-cont'.
3065 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
3067         CC Mode update to 5.30.10:
3069         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3070         in the copyright statement.  Incidentally, change "along with GNU
3071         Emacs" to "along with this program" where it occurs.
3073         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3074         so that it is interactive, hence can be found by M-x awk-mode
3075         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
3076         <gmorris+emacs@ast.cam.ac.uk>.
3078         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3079         Mode's regexps.
3081 2005-05-23  Kevin Ryde  <user42@zip.com.au>
3083         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3084         c-parse-state, to avoid a lisp error (on bad code).
3086 2005-05-23  Lute Kamstra  <lute@gnu.org>
3088         * subr.el (font-lock-defaults): Remove defvar as it's already
3089         defined in font-core.el.
3091         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3093 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
3095         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3096         more general and work when GDB variable "print pretty" is on,
3097         as with Emacs, for example.
3099 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
3101         * font-core.el: Update comment.
3103         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3104         Use `after-change-major-mode-hook' instead of `find-file-hook'.
3106         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3108 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
3110         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3111         and `yank-handler' in the doc strings.
3113 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3115         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
3117 2005-05-22  Richard M. Stallman  <rms@gnu.org>
3119         * help.el (describe-key): Move print-help-return-message call
3120         out of conditional.
3122         * progmodes/etags.el (list-tags): Use with-no-warnings.
3124         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3125         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3126         (starttls-extra-args, starttls-extra-arguments): Add defvars.
3128         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3130         * language/viet-util.el (viet-viscii-nonascii-translation-table):
3131         Add defvar.
3133         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3134         Use defvar, not defconst.
3136         * hexl.el (hexl-follow-line): Use with-no-warnings.
3138         * emulation/tpu-extras.el: Use write-file-functions instead of
3139         write-file-hooks.
3141         * dired.el (dired-font-lock-keywords): Fontify files with junk
3142         extensions even if marked by -F.
3144 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
3146         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
3147         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
3148         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
3149         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
3150         (concatenate, list-length, get*, getf, cl-remprop):
3151         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
3152         (etypecase, progv, lexical-let, lexical-let*)
3153         (multiple-value-bind, multiple-value-setq, shiftf):
3154         Improve argument/docstring consistency.
3156         * subr.el (focus-frame, unfocus-frame):
3157         Revert deletion on 2005-05-01.
3159 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
3161         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
3162         doesn't exist.
3164         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
3165         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3167 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
3169         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
3170         already deleted variables: auto-fill-hook, blink-paren-hook,
3171         lisp-indent-hook, inhibit-local-variables, unread-command-event,
3172         suspend-hooks, comment-indent-hook, meta-flag,
3173         before-change-function, after-change-function,
3174         font-lock-doc-string-face.
3176 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
3178         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3180 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
3182         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
3183         rmail-dont-reply-to.
3185 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3187         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
3188         literal blank when splitting new-header-values.
3190 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
3192         * calendar/cal-menu.el (cal-menu-update): Add separator as a
3193         string so that tmm doesn't create a completion entry for it.
3195         * textmodes/table.el (table-disable-menu): Ditto.
3197 2005-05-21  Richard M. Stallman  <rms@gnu.org>
3199         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
3201         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
3203         * net/rcompile.el (remote-compile): Use compilation-start.
3205         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
3207 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
3209         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
3210         Default to makefile-bsdmake-mode on BSD systems.
3212         * imenu.el (imenu-generic-expression, imenu--generic-function'):
3213         REGEXP may also be a search function now.  The part of doc-string
3214         for describing the structure was 95% identical to that of
3215         `imenu--generic-function'.  Unify it there.
3217         * progmodes/make-mode.el (makefile-imenu-generic-expression):
3218         Use function to find dependencies, because regexp alone is so complex,
3219         it easily goes into an endless loop.
3220         (makefile-makepp-mode): Also add submenu for Perl functions
3221         defined in the makefile.
3222         (makefile-bsdmake-mode): Special imenu-generic-expression no
3223         longer needed, due to function call.
3224         (makefile-match-dependency): Take BOUND into account when checking
3225         if we're through.
3227 2005-05-20  Jay Belanger  <belanger@truman.edu>
3229         * calc/calc-units.el (calc-invalidate-units-table):
3230         Use inhibit-read-only.
3231         (math-build-units-table-buffer): Use view-mode.
3233 2005-05-20  David Kastrup  <dak@gnu.org>
3235         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
3236         easy-menu-add is not a nop on Emacs; and clarify when to call it.
3238 2005-05-20  Lute Kamstra  <lute@gnu.org>
3240         * diff-mode.el (diff-header-face, diff-file-header-face)
3241         (diff-index-face, diff-hunk-header-face, diff-removed-face)
3242         (diff-added-face, diff-changed-face, diff-function-face)
3243         (diff-context-face, diff-nonexistent-face): Put them in the
3244         diff-mode customization group.
3246 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3248         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
3250         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
3252         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
3253         Minor regexp-optimization.
3255 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
3257         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
3258         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
3259         (org-agenda-add-time-grid-maybe): New function.
3260         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
3261         (org-table-create): `dotimes' instead of `mapcar'.
3262         (org-xor): Simplify implementation.
3263         (org-agenda): `inhibit-redisplay' turned on.
3264         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
3265         a consistent line after a state change.
3266         (org-agenda-remove-times-when-in-prefix): New option.
3267         (org-prefix-has-time): New variable.
3268         (org-parse-time-string): Optional argument NODEFAULT.
3269         (org-format-agenda-item): Parse items for time-of-day
3270         specifications and move these into the prefix if possible.
3271         (org-agenda-priority): Get current heading, not previous heading
3272         during agenda remote editing.
3274 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
3276         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
3277         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
3278         (remove-duplicates, delete-duplicates, substitute)
3279         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
3280         (nsubstitute-if-not, find, find-if, find-if-not, position)
3281         (position-if, position-if-not, count, count-if, count-if-not)
3282         (mismatch, search, sort*, stable-sort, merge, member*)
3283         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
3284         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
3285         (intersection, nintersection, set-difference, nset-difference)
3286         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
3287         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
3288         (nsublis, tree-equal): Improve argument/docstring consistency.
3290         * subr.el (send-string, send-region):
3291         Remove obsolescence declaration.
3292         (window-dot, set-window-dot, read-input, show-buffer)
3293         (eval-current-buffer, string-to-int):
3294         Add release number to obsolescence declarations.
3296 2005-05-19  Kim F. Storm  <storm@cua.dk>
3298         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
3299         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
3301 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
3303         * faces.el (list-faces-display): Make back button respect optional
3304         regexp arg.
3306 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
3308         * calculator.el (calculator-radix-grouping-mode)
3309         (calculator-radix-grouping-digits, calculator-displayer)
3310         (calculator-radix-grouping-separator, calculator-copy-displayer):
3311         * dabbrev.el (dabbrev-search-these-buffers-only):
3312         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
3313         (diff-advance-after-apply-hunk, diff-mode-hook)
3314         (diff-minor-mode-prefix):
3315         * imenu.el (imenu-use-popup-menu):
3316         * jit-lock.el (jit-lock-context-time):
3317         * newcomment.el (comment-fill-column, comment-column)
3318         (comment-style, comment-padding, comment-multi-line)
3319         (comment-empty-lines, comment-auto-fill-only-comments):
3320         * reveal.el (reveal-around-mark):
3321         * uniquify.el (uniquify-buffer-name-style)
3322         (uniquify-after-kill-buffer-p)
3323         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
3324         (uniquify-min-dir-content, uniquify-separator)
3325         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
3326         * w32-vars.el (w32-fixed-font-alist):
3327         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3328         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
3329         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
3330         * progmodes/perl-mode.el (perl-indent-level)
3331         (perl-continued-statement-offset, perl-continued-brace-offset)
3332         (perl-brace-offset, perl-brace-imaginary-offset)
3333         (perl-label-offset, perl-indent-continued-arguments)
3334         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
3335         * progmodes/tcl.el (tcl-indent-level)
3336         (tcl-continued-indent-level, tcl-auto-newline)
3337         (tcl-tab-always-indent, tcl-electric-hash-style)
3338         (tcl-help-directory-list, tcl-use-smart-word-finder)
3339         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
3340         (inferior-tcl-source-command):
3341         * textmodes/fill.el (enable-kinsoku):
3342         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
3343         * textmodes/table.el (table-yank-handler):
3344         Specify missing group (and type, if simple) in defcustom.
3346 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
3348         * progmodes/compile.el (compilation-finish-function): Fix defvar.
3350 2005-05-19  Richard M. Stallman  <rms@gnu.org>
3352         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
3354         * subr.el (event-basic-type): Don't get an error.
3355         (left-fringe-p): Function deleted.
3357         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
3358         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
3360         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
3361         in recursive copy.
3363         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
3365         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
3367         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3368         Call byte-compile-nogroup-warn if appropriate.
3370         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
3371         (compilation-set-window): Don't call left-fringe-p; do it directly.
3373 2005-05-19  Jay Belanger  <belanger@truman.edu>
3375         * calc/calc-graph.el (calc-graph-format-data): Make sure
3376         var-PlotRejects is bound before trying to check its value.
3378 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
3380         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
3381         definition of this variable from reftex-global.el to reftex.el,
3382         because it is needed in the menu.
3384 2005-05-19  Lute Kamstra  <lute@gnu.org>
3386         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
3387         years are fixed.  Don't insert a space after a dash.
3389 2005-05-19  Kim F. Storm  <storm@cua.dk>
3391         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
3393 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
3395         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
3396         strings, because (eq ... ?\\) is fairly frequent.
3398         * progmodes/make-mode.el (makefile-add-this-line-targets):
3399         Simplify and integrate into `makefile-pickup-targets'.
3400         (makefile-add-this-line-macro): Simplify and integrate into
3401         `makefile-pickup-macros.
3402         (makefile-pickup-filenames-as-targets): Simplify.
3403         (makefile-previous-dependency, makefile-match-dependency):
3404         Don't stumble over `::'.
3406 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
3408         * subr.el (post-command-idle-hook, post-command-idle-delay):
3409         Remove obsoletion of post-command-idle-hook and
3410         post-command-idle-delay.
3412         * faces.el (list-faces-display): Provide button when describe-face
3413         is called to take user back to the list of faces.
3415         * help-fns.el (describe-variable): Remove hyperlinks in a
3416         variable's value as these are quite frequently inappropriate.
3418         * follow.el (follow-submit-feedback, follow-mode):
3419         Remove references to post-command-idle-hook.
3421 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
3423         * progmodes/make-mode.el (makefile-previous-dependency)
3424         (makefile-match-dependency): Check for := (and in bsd mode also
3425         !=) to give a better result, even when font-lock is not on.
3427 2005-05-18  Jay Belanger  <belanger@truman.edu>
3429         * calc/calc-help.el (calc-s-prefix-help):
3430         Add `calc-copy-special-constant' to help string.
3432 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
3434         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3436 2005-05-18  Jay Belanger  <belanger@truman.edu>
3438         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
3439         in linear factors are in proper order.
3441 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
3443         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3444         Support for jurabib.
3446         * textmodes/reftex.el (featurep): Define aliases for overlay
3447         commands, for XEmacs compatibility, and use these aliases in
3448         overlay initializations.
3449         (reftex-highlight): Use `reftex-move-overlay'.
3450         (reftex-unhighlight): Use `reftex-delete-overlay'.
3451         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
3452         (reftex-access-search-path): Use `reftex-uniquify' instead of
3453         `reftex-uniq'
3455         * textmodes/reftex-sel.el (reftex-select-unmark):
3456         Overlay `before-string' property modification enables for Emacs as well.
3457         (reftex-select-item): Use `reftex-delete-overlay'.
3458         (reftex-select-mark): Use `reftex-make-overlay' and
3459         `reftex-overlay-put'.
3460         (reftex-select-unmark): Use `reftex-delete-overlay' and
3461         `reftex-overlay-put'.
3463 2005-05-18  Lute Kamstra  <lute@gnu.org>
3465         * emacs-lisp/lisp.el (check-parens): Fix docstring.
3467 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
3469         * add-log.el (add-change-log-entry):
3470         * array.el (array-make-template, array-reconfigure-rows)
3471         (array-init-max-row, array-init-max-column)
3472         (array-init-columns-per-line, array-init-field-width):
3473         * replace.el (replace-match-maybe-edit, perform-replace):
3474         * textmodes/spell.el (spell-region):
3475         Replace `read-input' by `read-string'.
3477         * forms.el (forms-mode):
3478         * finder.el (finder-compile-keywords):
3479         * shadowfile.el (shadow-read-files):
3480         Replace `eval-current-buffer' by `eval-buffer'.
3482         * terminal.el (te-pass-through):
3483         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
3484         (ange-ftp-raw-send-cmd):
3485         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
3486         (send-process-next-char, telnet-initial-filter, telnet):
3487         Replace `send-string' by `process-send-string'.
3489         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
3490         (prolog-consult-region): Replace `send-string' by
3491         `process-send-string'; replace `send-region' by `process-send-region'.
3493         * progmodes/delphi.el (delphi-log-msg):
3494         Replace `set-window-dot' by `set-window-point'.
3496         * subr.el (window-dot, set-window-dot, read-input, send-string)
3497         (send-region, show-buffer, eval-current-buffer):
3498         Make really obsolete, as the comment says.
3500 2005-05-17  Kim F. Storm  <storm@cua.dk>
3502         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
3503         (cua--init-keymaps): Bind C-return instead of S-return to set
3504         rectangle mark.
3506         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
3507         instead of S-return to toggle/clear rectangle mark.
3509 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
3511         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
3512         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
3513         Also fontify plain strings assigned to variables, mostly so that a
3514         colon has a face and is thus not taken as a dependency separator.
3515         (makefile-previous-dependency): Inline the new matcher, because it
3516         is too complex to work in both directions.
3517         (makefile-match-dependency): Eliminate `backward' arg (see above).
3518         Completely reimplemented so as to not sometimes go into an endless
3519         loop.  It should also be more efficient, because first it only
3520         searches for `:', instead of applying the very complex regexp.
3521         (makefile-mode): Cancel `font-lock-support-mode', because blocks
3522         to be fontified in one piece can be too long for JIT.
3523         Makefiles are never *that* big.
3525 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
3527         * dired.el (dired-mode): Simplify.
3529 2005-05-17  Lute Kamstra  <lute@gnu.org>
3531         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
3532         defcustom for the mode hook variable.
3534         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
3535         Emacs Lisp Reference Manual.
3537 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
3539         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
3540         (evenp, list*):
3541         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
3542         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
3544         * net/tramp-smb.el (tramp-smb-open-connection):
3545         Pass `tramp-chunksize' as fifth (required) argument.
3547 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
3549         * font-lock.el (lisp-font-lock-keywords-1):
3550         Set `font-lock-negation-char-face' for [^...] char group.
3551         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
3553         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
3554         a var, and refine it to mask one more level of nested vars.
3555         (makefile-rule-action-regex): Turn it into a var, and refine it so
3556         it recognizes backslashed continuation lines as belonging to the
3557         same command.
3558         (makefile-macroassign-regex): Refine it so it recognizes
3559         backslashed continuation lines as belonging to the same command.
3560         (makefile-var-use-regex): Don't look at the next char, because it
3561         might be the same one to be skipped by the initial [^$], leading
3562         to an overlooked variable use.
3563         (makefile-make-font-lock-keywords): Remove two parameters, which
3564         are now variables that some of the modes set locally.
3565         Handle dependency and rule action matching through functions, because
3566         regexps alone match too often.  Dependency matching now comes
3567         last, so it can check, whether a colon already matched something else.
3568         (makefile-mode): Inform that font-lock improves makefile parsing
3569         capabilities.
3570         (makefile-match-dependency, makefile-match-action): New functions.
3572 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
3574         * emacs-lisp/cl-extra.el (equalp): Doc fix.
3576         * align.el (align-regexp):
3577         * ansi-color.el (ansi-color-get-face):
3578         * array.el (array-reconfigure-rows, array-init-max-row)
3579         (array-init-max-column, array-init-columns-per-line)
3580         (array-init-field-width):
3581         * dired-aux.el (dired-trample-file-versions):
3582         * dired-x.el (dired-mark-sexp):
3583         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
3584         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
3585         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
3586         * faces.el (face-read-integer):
3587         * files.el (backup-extract-version, insert-directory):
3588         * hexl.el (hexl-insert-decimal-char):
3589         * server.el (server-process-filter):
3590         * shell.el (shell-extract-num):
3591         * startup.el (command-line-1):
3592         * term.el (term-command-hook):
3593         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
3594         (time-stamp-do-number):
3595         * time.el (display-time-update):
3596         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
3597         (timezone-fix-time):
3598         * vms-patch.el (vms-suspend-resume-hook):
3599         * calendar/appt.el (appt-convert-time):
3600         * calendar/cal-bahai.el (mark-bahai-diary-entries):
3601         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
3602         * calendar/cal-islam.el (mark-islamic-diary-entries):
3603         * calendar/calendar.el (calendar-cursor-to-date)
3604         (calendar-star-date):
3605         * calendar/diary-lib.el (diary-attrtype-convert)
3606         (mark-diary-entries, diary-entry-time):
3607         * calendar/solar.el (solar-get-number):
3608         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
3609         * emacs-lisp/re-builder.el (reb-display-subexp):
3610         * emulation/edt.el (edt-set-scroll-margins):
3611         * emulation/tpu-extras.el (tpu-set-scroll-margins):
3612         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
3613         (vip-get-ex-count):
3614         * emulation/viper-ex.el (viper-get-ex-token)
3615         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
3616         * international/fontset.el (fontset-plain-name):
3617         * mail/feedmail.el (feedmail-look-at-queue-directory):
3618         * mail/mailalias.el (mail-get-names):
3619         * mail/rmail.el (rmail-convert-to-babyl-format):
3620         * mail/rmailsum.el (rmail-make-basic-summary-line)
3621         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
3622         (rmail-summary-goto-msg):
3623         * mail/smtpmail.el (smtpmail-read-response):
3624         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
3625         (ange-ftp-vms-add-file-entry):
3626         * play/gametree.el (gametree-looking-at-ply)
3627         (gametree-current-branch-score):
3628         * progmodes/ada-xref.el (ada-prj-find-prj-file)
3629         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
3630         * progmodes/cperl-mode.el (condition-case):
3631         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
3632         (ebrowse-set-member-buffer-column-width)
3633         (ebrowse-select-1st-to-9nth):
3634         * progmodes/etags.el (etags-snarf-tag):
3635         * progmodes/flymake.el (flymake-parse-line):
3636         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
3637         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
3638         (idlwave-shell-menu-def):
3639         * progmodes/ps-mode.el (ps-run-goto-error):
3640         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
3641         (vhdl-speedbar-contract-level):
3642         * term/mac-win.el (x-handle-numeric-switch):
3643         * term/sun-mouse.el (sun-get-frame-data):
3644         * term/w32-win.el (x-handle-numeric-switch):
3645         * term/x-win.el (x-handle-numeric-switch):
3646         * textmodes/ispell.el (ispell-parse-output):
3647         * textmodes/nroff-mode.el (nroff-outline-level):
3648         * textmodes/reftex-cite.el (reftex-bib-sort-year)
3649         (reftex-bib-sort-year-reverse, reftex-format-citation):
3650         * textmodes/reftex-parse.el (reftex-init-section-numbers)
3651         (reftex-section-number):
3652         * textmodes/texinfmt.el (texinfo-paragraphindent):
3653         Replace `string-to-int' by `string-to-number'.
3655         * international/latexenc.el: Add page marker to force the "Local
3656         Variables:" string out of the last page.
3658 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
3660         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
3661         tooltip-change-major-mode.
3662         (gud-tooltip-print-command): Remove case where gud-minor-mode
3663         is gdb ("--fullname").
3664         (gud-tooltip-tips): Turn GUD tooltips off for this case and
3665         explain to user.
3667 2005-05-16  Jay Belanger  <belanger@truman.edu>
3669         * calc/calc-store.el (calc-copy-special-constant): New function.
3671         * calc/calc-ext.el (calc-init-extensions): Add binding for
3672         `calc-copy-special-constant'.
3674         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
3675         for the `calc-copy-special-constant' command.
3677 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
3679         * subr.el (left-fringe-p): New function.
3681         * progmodes/compile.el (compilation-setup): Set local value of
3682         overlay-arrow-string to "" always.
3683         (compilation-set-window): Left fringe then don't scroll.
3684         No left fringe then no arrow and scroll message to top.
3685         (compilation-context-lines): Adjust doc string accordingly.
3687 2005-05-16  Kim F. Storm  <storm@cua.dk>
3689         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
3690         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
3691         (ido-wide-find-dir-or-delete-dir): New command for M-d.
3692         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
3693         (ido-read-file-name): Handle commands with ido property value
3694         equal to find-file as reading a file name, to allow C-d to enter dired.
3695         (ibuffer-find-file): Add ido property with value find-file.
3697 2005-05-15  Kim F. Storm  <storm@cua.dk>
3699         * subr.el (open-network-stream-nowait): Remove.
3700         (open-network-stream-server): Remove.
3702 2005-05-15  Richard M. Stallman  <rms@gnu.org>
3704         * faces.el (describe-face): Output a definition link button.
3706         * help-mode.el (help-face-def): New button type.
3708         * emacs-lisp/copyright.el (copyright-fix-years):
3709         Match properly if the first year is 2-digit.
3710         Don't mess up the whitespace after the years by filling.
3712         * dired-aux.el (dired-mark-confirm):
3713         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
3715         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
3716         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
3717         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
3719         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3720         Set font-lock-comment-start-skip.
3722         * font-lock.el (font-lock-comment-start-skip): New variable.
3723         (font-lock-comment-end-skip): New variable.
3724         (font-lock-fontify-syntactically-region): Use them if non-nil.
3726 2005-05-15  Jay Belanger  <belanger@truman.edu>
3728         * calc/calc-store.el (calc-store-value): Return a string rather
3729         than display it as a message.
3730         Use calc-var-name for variable name.
3731         (calc-store-into): Add the result of calc-store-value to message.
3732         (calc-copy-variable): Add a message.
3733         (calc-store-exchange): Improve error messages.
3734         (calc-store-binary, calc-store-map): Don't reset the values of
3735         special constants.
3737 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
3739         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
3740         manual to docstring.
3742         * files.el (hack-local-variables-confirm): Add STRING argument.
3743         Make the function handle non file visiting buffers correctly.
3744         (hack-local-variables-prop-line, hack-local-variables)
3745         (hack-one-local-variable): Use STRING arg of
3746         `hack-local-variables-confirm'.
3748 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
3750         Sync with Tramp 2.0.49.
3752         * tramp.el (tramp-handle-dired-call-process)
3753         (tramp-handle-insert-directory):`insert-buffer' cannot be used
3754         because the contents of the Tramp buffer is changed before
3755         insertion (`expand-file' and alike).
3756         (tramp-handle-insert-directory): If `localname' has an empty
3757         nondirectory name, it must not be quoted.
3758         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
3759         variable `tramp-chunksize'.  Change callees.
3760         (tramp-open-connection-setup-interactive-shell): Check remote host
3761         for buggy `send-process-string' implementation.
3762         Set `tramp-chunksize' if found.  Reported by Michael Kifer
3763         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
3764         (tramp-handle-shell-command): `insert-buffer' cannot be used
3765         because the contents of the Tramp buffer is changed before
3766         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
3767         <frederic.bothamy@free.fr>.
3768         (tramp-set-auto-save): Actions should be done for Tramp file name
3769         handler only.  Ange-FTP has its own auto-save mechanism.
3770         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3771         (tramp-set-auto-save-file-modes): Set file modes of
3772         `buffer-auto-save-file-name' to ?\600 as fallback solution.
3773         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
3774         (tramp-bug): Remove obsolete variable.
3775         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
3776         for presence of `mml-mode'.  Make it running for older Emacsen as well.
3778 2005-05-14  John Paul Wallington  <jpw@pobox.com>
3780         * ibuf-ext.el (define-ibuffer-filter filename):
3781         If `dired-directory' is a list, use its car.
3783 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
3785         * ibuffer.el (define-ibuffer-column filename):
3786         If `dired-directory' is a list, use its car.
3788 2005-05-14  Richard M. Stallman  <rms@gnu.org>
3790         * subr.el (symbol-file): Doc fix.
3792         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
3793         (byte-compile-form): Call byte-compile-nogroup-warn.
3794         (byte-compile-warning-types): Doc fix.
3796         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
3798         * progmodes/cc-engine.el (c-literal-faces):
3799         Add font-lock-comment-delimiter-face.
3801         * net/net-utils.el (dig): Use with-no-warnings.
3803         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
3804         (sc-recite-frame-alist, sc-default-cite-frame)
3805         (sc-default-uncite-frame, sc-default-recite-frame)
3806         (sc-attrib-selection-list, sc-rewrite-header-list):
3807         Mark as risky-local-variable.
3809         * international/ogonek.el (ogonek-jak, ogonek-how):
3810         Don't use beginning-of-buffer.
3812         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
3814         * calendar/solar.el (solar-data-list): Move definition up.
3816         * dnd.el (dnd-protocol-alist): Add autoload.
3818         * progmodes/sh-script.el: Many doc usage fixes.
3819         (sh-indent-after-do): Change default to match common styles.
3821 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
3823         * files.el (interpreter-mode-alist)
3824         (auto-mode-interpreter-regexp): Doc fixes.
3826 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
3828         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
3830         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
3832 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3834         * dired.el (dired-mode): make-variable-buffer-local =>
3835         make-local-variable.
3837 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3839         * term/mac-win.el (mac-select-convert-to-string): Try coding
3840         systems in mac-script-code-coding-systems if specified one cannot
3841         encode string for `com.apple.traditional-mac-plain-text'.
3843 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
3845         * progmodes/make-mode.el (makefile-targets-face)
3846         (makefile-shell-face, makefile-makepp-perl-face): New faces.
3847         (makefile-dependency-regex): Fix it to not make the colon in
3848         $(var:a=b) special.
3849         (makefile-rule-action-regex): New regexp for highlighting embedded
3850         Shell strings.
3851         (makefile-macroassign-regex): Handle != for highlighting as
3852         embedded Shell strings.
3853         (makefile-var-use-regex): New const.
3854         (makefile-statements, makefile-automake-statements)
3855         (makefile-gmake-statements, makefile-makepp-statements)
3856         (makefile-bsdmake-statements): New consts.
3857         (makefile-make-font-lock-keywords): New function.
3858         (makefile-automake-font-lock-keywords)
3859         (makefile-gmake-font-lock-keywords)
3860         (makefile-makepp-font-lock-keywords)
3861         (makefile-bsdmake-font-lock-keywords): New consts.
3862         (makefile-mode-map): Add switchers between the various submodes.
3863         (makefile-mode): Document the availability of the variants.
3864         (makefile-automake-mode, makefile-gmake-mode)
3865         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
3867         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
3868         new variants of makefile-mode.
3870 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3872         * font-lock.el (font-lock-comment-delimiter-face): Fix up
3873         the inheritance.
3875 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
3877         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
3878         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
3880         * files.el (normal-mode): Extend the scope of the
3881         `enable-local-variables' binding to include the `set-auto-mode' call.
3882         (magic-mode-alist): Doc fix.
3884 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3886         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
3887         font-lock-comment-face rather than copying its setting.
3889 2005-05-12  Andreas Schwab  <schwab@suse.de>
3891         * eshell/esh-mode.el (eshell-send-input): Doc fix.
3893 2005-05-12  Lute Kamstra  <lute@gnu.org>
3895         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
3896         defcustom for the mode hook variable.  Delete the last argument.
3897         * generic-x.el: Fix callers of define-generic-mode.
3898         (generic-x-modes): Delete group.
3899         (show-tabs-tab-face, show-tabs-space-face): Put them in the
3900         generic-x customization group.
3902 2005-05-12  Kim F. Storm  <storm@cua.dk>
3904         * font-lock.el (font-lock-negation-char-face): Default to "off".
3906         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
3907         font-lock-negation-char-face to ! in !=.
3909 2005-05-12  Masatake YAMATO  <jet@gyve.org>
3911         * add-log.el (find-change-log): Fix typos in the docstring
3912         of function.
3914 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3916         * international/latexenc.el (latexenc-find-file-coding-system):
3917         Avoid `re-search-forward' when looking for input encoding because
3918         of speed and safety.  Better regular expressions for recognizing
3919         input encoding.  Limit a search for TeX-master/tex-main-file to
3920         the local variable section.
3922 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
3924         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
3925         syntax of $ to "'" (quote).
3927 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
3929         * dnd.el (dnd-protocol-alist): Improve custom type.
3931         * dired.el (dired-dnd-protocol-alist): New variable.
3932         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
3933         `dired-mode-hook' to the end.
3935 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3937         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
3938         comment-end if comment-start-skip is not set.
3939         Obey the font-lock-comment-delimiter-face variables.
3941 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3943         * files.el (executable-find): Move from executable.el.  Use locate-file.
3944         * progmodes/executable.el (executable-find): Move to files.el.
3946         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
3947         when trying to ensure forward progress.
3949 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
3951         * mouse-sel.el (mouse-sel-follow-link-p): New function.
3952         (mouse-select, mouse-select-internal, mouse-extend-internal):
3953         Use it to implement mouse-1-click-follows-link functionality.
3955 2005-05-11  Richard M. Stallman  <rms@gnu.org>
3957         * font-lock.el (font-lock-fontify-syntactically-region):
3958         Use font-lock-comment-delimiter-face for comment delimiters.
3960 2005-05-10  Jay Belanger  <belanger@truman.edu>
3962         * calc/calc-help.el (calc-m-prefix-help): Add mention of
3963         preserving embedded modes.
3965 2005-05-10  Richard M. Stallman  <rms@gnu.org>
3967         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
3969         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
3970         Move from ada-stmt.el.
3971         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
3973         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
3974         Move to ada-mode.el.
3975         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
3977         * cus-edit.el (custom-file): Call file-chase-links.
3979         * files.el (read-directory-name): Fix previous change.
3980         (hack-local-variables-confirm): New function.
3981         (hack-local-variables-prop-line, hack-local-variables)
3982         (hack-one-local-variable): Use it.
3984 2005-05-10  Lute Kamstra  <lute@gnu.org>
3986         * font-lock.el (font-lock-keywords-alist)
3987         (font-lock-removed-keywords-alist): Clarify docstrings.
3989 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
3991         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
3992         (gdb-source-info): Check for preprocessor info.
3993         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
3994         a macro for a function.
3995         (gdb-info-breakpoints-custom): Try to find file again if not already
3996         found (user might have used GDB dir command).
3997         (gdb-get-location): Update gdb-location-alist correctly for change
3998         to gdb-info-breakpoints-custom.
4000         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4001         (gud-tooltip-print-command): Add gdbmi case.
4002         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4003         preprocessor info.
4005 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
4007         * startup.el (fancy-splash-insert): Fix typo in doc string.
4009 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
4011         * obsolete/float.el (string-to-float):
4012         * obsolete/hilit19.el (hilit-add-pattern):
4013         * obsolete/rnews.el (news-parse-range, news-select-message)
4014         (news-get-pruned-list-of-files): Replace `string-to-int' by
4015         `string-to-number'.
4017         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4018         `find-file-not-found-hooks'; use `add-hook'.
4019         (uncompress-while-visiting): Set `write-file-functions', not
4020         `write-file-hooks'; use `add-hook'.
4022 2005-05-09  Kim F. Storm  <storm@cua.dk>
4024         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4025         (cua-paste): Handle clipboard action.
4026         (cua--init-keymaps): Remap clipboard-kill-region and
4027         clipboard-kill-ring-save.
4029 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
4031         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4032         Improve commentary.
4034         * simple.el (next-error-overlay-arrow-position): Revert the change
4035         made on 2005-04-30.
4037 2005-05-07  Jay Belanger  <belanger@truman.edu>
4039         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4040         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4041         `calc-sel-reselect'.
4043         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4044         Calc is in embedded mode.
4046 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
4048         * progmodes/compile.el (compilation-setup):
4049         Set overlay-arrow-string to an empty string on text terminals.
4051         * textmodes/ispell.el (ispell-program-name): Try looking for
4052         "aspell" along exec-path, and if found, use it as the default
4053         speller program.
4055 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
4057         * international/mule.el (sgml-xml-auto-coding-function):
4058         Recognize encoding='FOO' in single quotes as well as in double quotes.
4060 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
4062         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4063         as well as `interactive', so that defmacro* would recognize
4064         `declare' forms.
4066 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
4068         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4069         Explain more about the LIGHTER arg's usage in the doc string.
4070         Add commentary to clarify what the code does.  Fix the regexp that
4071         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
4072         since it could have characters special to regular expressions.
4074 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
4076         * replace.el (occur-1): Bind inhibit-read-only so that
4077         erase-buffer doesn't barf on read-only text properties (likewise
4078         for add-text-properties in occur-engine).  Mark buffer as unmodified.
4079         (occur-engine): Don't set buffer-read-only here.
4081 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4083         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4084         list-buffers-directory.  This caused the *cvs-commit* buffer to be
4085         sometimes mistakenly reused as a *cvs* buffer.
4087 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
4089         * tooltip.el: Move code for GUD tooltips into gud.el.
4090         (require): CL no longer needed to compile case.
4091         (tooltip-mode): Do not toggle functions for GUD tooltips.
4092         (tooltip-gud-tips-p): Remove.  Replace with minor mode
4093         gud-tooltip-mode in gud.el.
4094         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4095         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4096         tooltip-gud prefix with gud-tooltip and obsolete.
4097         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4098         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4099         (tooltip-mouse-motion): Mouse movement functions/variable.
4100         Rename in gud.el by adding gud prefix.
4101         (tooltip-gud-original-filter, tooltip-gud-dereference)
4102         (tooltip-gud-event, tooltip-toggle-gud-tips)
4103         (tooltip-gud-process-output, tooltip-gud-print-command)
4104         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
4105         gud.el by replacing tooltip-gud prefix with gud-tooltip.
4106         (gdb-tooltip-print): Move to gdb-ui.el.
4108         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4109         (require): CL needed to compile case.
4110         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4111         tooltip-gud-tips-p.  Make it a minor-mode.
4112         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4113         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4114         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4115         (gud-tooltip-change-major-mode)
4116         (gud-tooltip-activate-mouse-motions-if-enabled)
4117         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4118         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4119         (gud-tooltip-original-filter, gud-tooltip-dereference)
4120         (gud-tooltip-event, tooltip-toggle-gud-tips)
4121         (gud-tooltip-process-output, gud-tooltip-print-command)
4122         (gud-tooltip-tips): Move from tooltip.el.
4124         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4125         (gdb-cpp-define-alist-flags): Doc fix.
4126         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4127         gud-tooltip-mode is t.
4129 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4131         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4132         evaporate if their text is deleted.
4133         (goto-address-at-point): Make it work as a mouse binding as well.
4134         (goto-address-at-mouse): Obsolete it.  Update users.
4136 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
4138         * calendar/appt.el (top-level): No longer activate on load.
4140 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
4142         * calendar/cal-bahai.el (mark-bahai-diary-entries):
4143         * net/webjump.el (webjump):
4144         * progmodes/idlw-help.el (idlwave-do-context-help1)
4145         (idlwave-highlight-linked-completions):
4146         * textmodes/po.el (po-find-file-coding-system-guts):
4147         Replace `assoc-ignore-case' by `assoc-string'.
4149 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
4151         * files.el (locate-file): Doc fix.
4153         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
4154         Remove the redundant test for ms-dos.
4156         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
4157         look for the preprocessor with exec-suffixes.  If not found in
4158         standard places, look in exec-path.  Remove most of the tests that
4159         used system-type.
4161         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4163         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4165         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
4166         file-name clash with jka-compr.el on 8+3 filesystems.
4168 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4170         * term/mac-win.el: Don't define or bind scroll bar functions if
4171         x-toolkit-scroll-bars is t.
4172         (x-select-text, x-get-selection-value):
4173         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
4174         (PRIMARY): Put mac-scrap-name property.
4175         (mac-select-convert-to-file-url): New function.
4176         (public.file-url): New selection target type.  Add to
4177         selection-converter-alist.
4178         (x-get-selection, x-selection-value): Handle it.
4179         (x-cut-buffer-or-selection-value): New alias.
4181 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4183         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
4184         entry to avoid calling bibtex-find-entry with arg global
4185         being t.  Remove arg key.
4186         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
4187         (bibtex-copy-summary-as-kill): Change accordingly.
4189 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4191         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
4192         (org-agenda-date-later): Use with-current-buffer.
4194 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
4196         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
4197         (define-obsolete-variable-alias): Doc Fixes.
4199 2005-05-06  Kim F. Storm  <storm@cua.dk>
4201         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
4202         vertical-motion when selective-display is active.
4204         * ido.el (ido-setup-hook): New hook.
4205         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
4206         (ido-input-stack): New var.
4207         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
4208         ido-next-work-file binding to M-O.
4209         Bind M-f to ido-wide-find-file-or-pop-dir.
4210         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
4211         (ido-read-internal): Run ido-setup-hook.
4212         Catch quit in read-file-name and read-string to cancel edit.
4213         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
4214         Automatically pop-all when completing a directory name (RET).
4215         (ido-file-internal): Add with-no-warnings around ffap and dired code.
4216         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
4217         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
4218         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
4219         New functions for M-b/M-f to move among the directory components.
4220         (ido-make-merged-file-list): Catch quit to cancel merge.
4221         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
4222         (ido-completion-help): No warnings for ido-completion-buffer-full.
4224 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
4226         * font-lock.el (font-lock-negation-char-face): New face and variable.
4227         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
4228         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
4229         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
4230         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
4232 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
4234         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
4235         Fix typo in docstring.
4237         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
4238         (ebrowse-print-statistics-line)
4239         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
4241         * term/w32-win.el (image-library-alist): Add additional name for
4242         Xpm library.
4244 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
4246         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
4247         use gcc instead of cpp.
4249         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
4250         (gdb-create-define-alist): Use it.
4251         (gdb-cpp-define-alist-program): Update for MS-DOS.
4253 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
4255         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4257 2005-05-04  Richard M. Stallman  <rms@gnu.org>
4259         * help.el (describe-key): No error when UNTRANSLATED is nil.
4261         * simple.el (line-move-1): Fix previous change to signal errors
4262         appropriately.
4264 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
4266         * calendar/icalendar.el (icalendar-version): Now at 0.12.
4267         (icalendar-duration-correction): Remove.
4268         (icalendar--get-event-properties): Split result at commas.
4269         (icalendar--decode-isoduration): New optional argument
4270         DURATION-CORRECTION.
4271         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
4272         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
4273         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
4274         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
4275         (icalendar--convert-anniversary-to-ical): New functions, extracted
4276         from icalendar-export-region, with bug fixes.
4277         (icalendar-export-region): Use the above functions.
4278         (icalendar-import-buffer): Check before saving diary file.
4279         (icalendar--convert-recurring-to-diary)
4280         (icalendar--convert-non-recurring-all-day-to-diary)
4281         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
4282         extracted from icalendar--convert-ical-to-diary, with bug fixes.
4283         (icalendar--convert-ical-to-diary): Use the above functions.
4285 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
4287         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
4288         Remove these recent additions.
4289         (c-mode): Restore to before 2005-04-28.
4291         * progmodes/cc-vars.el (cc-define-list-program): Remove this
4292         recent addition.
4294         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
4295         (gdb-define-alist): New variables.
4296         (gdb-create-define-alist): New function.
4297         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
4298         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
4299         with string-to-number.
4300         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
4302         * progmodes/gud.el: Replace string-to-int with string-to-number.
4303         (gud-find-file): Handle gdb-define-alist.
4305         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
4307 2005-05-02  Jay Belanger  <belanger@truman.edu>
4309         * calc/calc-aent.el (math-read-token):
4310         * calc/calc-bin.el (calc-word-size):
4311         * calc/calc-ext.el (calc-read-number-fancy):
4312         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
4313         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
4314         * calc/calc-frac.el (calc-over-notation):
4315         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
4316         (calc-graph-num-points, calc-graph-init):
4317         * calc/calc-prog.el (calc-read-parse-table-part)
4318         (calc-edit-macro-repeats):
4319         * calc/calc-yank.el (calc-do-grab-rectangle):
4320         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
4321         Replace `string-to-int' by `string-to-number'.
4323 2005-05-02  Kim F. Storm  <storm@cua.dk>
4325         * kmacro.el: Use executing-kbd-macro-index variable.
4327 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
4329         * net/rlogin.el (rlogin-parse-words): Delete func.
4330         (rlogin): Use split-string, not rlogin-parse-words.
4331         Also, if there are option-like elements in the parsed args,
4332         take the host to be the first arg immediately following them.
4333         Suggested by Michael Mauger.
4335 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4337         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
4339 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
4341         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
4342         (cc-mode-cpp-program): Rename to cc-define-list-program and
4343         move to cc-vars.el.
4345         * progmodes/cc-vars.el (cc-define-list-program):
4346         Change to "gcc -E -dM -".  Make customizable.
4348 2005-05-02  Kim F. Storm  <storm@cua.dk>
4350         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
4352 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
4354         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
4356         * international/mule-util.el (truncate-string): Remove alias and
4357         obsolete declaration.
4359         * international/mule-cmds.el (update-iso-coding-systems):
4360         Remove alias and obsolete declaration.
4362         * international/mule.el (coding-system-parent): Remove alias and
4363         obsolete declaration.
4365         * subr.el (define-function, sref): Remove aliases and obsolete
4366         declarations.
4367         (chars-in-region): Remove obsolete declaration.
4369 2005-05-01  Richard M. Stallman  <rms@gnu.org>
4371         * info.el (Info-mode): Set widen-automatically to nil, locally.
4373         * simple.el (widen-automatically): New variable.
4374         (pop-global-mark): Obey widen-automatically.
4376 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
4378         * term/xterm.el (function-key-map): Call substitute-key-definition
4379         before the keymap size is increased by a lot of define-key calls.
4381 2005-05-01  Richard M. Stallman  <rms@gnu.org>
4383         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
4384         Rename ARG to ELEMENT.  Doc fix.
4386 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
4388         * allout.el (allout-exposure): Remove macro and obsolete declaration.
4389         Remove references to allout-exposure/change to allout-new-exposure.
4391         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
4392         bytecode symbols.
4394         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
4395         (compiled-function-p, focus-frame, unfocus-frame):
4396         Remove aliases and obsolete declarations.
4397         Back out inadvertent changes from previous commit.
4399 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
4401         * files.el (require-final-newline): Make Custom tags consistent
4402         with mode-require-final-newline.
4403         (mode-require-final-newline): Doc fix.
4405 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
4407         * international/latexenc.el (latexenc-find-file-coding-system):
4408         Fix regular expressions.
4410 2005-05-01  David Kastrup <dak@gnu.org>
4412         * international/latexenc.el (latexenc-find-file-coding-system):
4413         Fix regular expressions.
4415 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
4417         * subr.el (string-to-int): Make obsolete.
4419 2005-04-30  Richard M. Stallman  <rms@gnu.org>
4421         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
4423         * loadup.el: load jka-comp-hook.
4425         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
4426         (jka-compr-handler): Add autoload.  `put' calls moved
4427         to jka-comp-hook.el.
4428         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
4429         (jka-compr-inhibit): Autoload.
4431         * jka-comp-hook.el: New file.
4432         Enable the mode by default.
4434         * files.el (backup-buffer-copy): Use copy-file instead
4435         of write-region, and put back the 'excl.
4437 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
4439         * progmodes/flymake.el (flymake-split-string)
4440         (flymake-split-string, flymake-log, flymake-pid-to-names)
4441         (flymake-reg-names, flymake-get-source-buffer-name)
4442         (flymake-unreg-names, flymake-add-line-err-info)
4443         (flymake-add-err-info): Clarify docstrings.
4444         (flymake-popup-menu, flymake-make-emacs-menu)
4445         (flymake-make-xemacs-menu): Add docstrings.
4446         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
4447         Set variables directly throughout.
4449 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
4451         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
4452         exists.  Initialize cc-define-alist.
4453         (c-mode): Add cc-create-define-alist locally to after-save-hook.
4454         If there is no file (Macroexpansion) don't create an alist.
4456 2005-04-29  Sam Steingold  <sds@gnu.org>
4458         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
4459         (cc-create-define-alist): Use it instead of the hard-coded string.
4461 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4463         * international/mule-conf.el (file-coding-system-alist): Fix regexp
4464         for latexenc.
4466 2005-04-29  Lute Kamstra  <lute@gnu.org>
4468         * emacs-lisp/generic.el: Improve commentary section.
4469         (define-generic-mode): Improve docstring.
4471 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
4473         * textmodes/org.el (many places): Change to quiet the byte compiler.
4474         (org-prefix-format-compiled): New variable.
4475         (org-compile-prefix-format): New function.
4476         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
4477         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
4478         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
4479         (org-get-entries-from-diary): Use `org-get-time-of-day' for
4480         consistency with entries from `org-mode' files.
4481         (org-get-time-of-day): Fix bug with partial matches early in a line.
4482         (org-non-link-chars): New constant.
4483         (org-link-regexp): Respect `org-non-link-chars'.
4484         (org-agenda-day-view): Remove command.
4485         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
4486         (org-follow-bbdb-link, org-store-link): Search also company field.
4487         (org-highlight-overlay): New variable.
4488         (org-highlight, org-unhighlight): New functions.
4489         (org-agenda-mode): Add pre-command-hook to remove highlight.
4490         (org-evaluate-time-range): Behavior depends upon whether time stamp
4491         contains a time or not.
4492         (org-show-subtree, org-show-entry): New functions.
4493         (org-agenda-cleanup-fancy-diary): Remove empty lines.
4495 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
4497         * comint.el (comint-output-filter-functions): Add autoload cookie.
4499 2005-04-28  Kim F. Storm  <storm@cua.dk>
4501         * ido.el (ido-everywhere): Fix last change.
4503 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
4505         * international/latexenc.el: New file.
4506         * international/mule-conf.el (file-coding-system-alist): For .tex,
4507         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
4509 2005-04-28  Lute Kamstra  <lute@gnu.org>
4511         * font-lock.el (font-lock-add-keywords)
4512         (font-lock-remove-keywords): Clarify docstring.
4513         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
4514         Don't start docstrings with a `*'.
4515         (font-lock-update-removed-keyword-alist): Give it a docstring.
4517         * generic-x.el: Update commentary section.
4518         Only require font-lock when compiling.
4519         Define all modes conditionally.
4520         Place all generic modes in the generic-x-modes customization group.
4521         (generic-x-modes): New customization group.
4522         (generic-default-modes, generic-mswindows-modes)
4523         (generic-unix-modes, generic-other-modes): New constants.
4524         (generic-define-mswindows-modes, generic-define-unix-modes):
4525         Update docstrings.  Make them obsolete.
4526         (generic-extras-enable-list): New default value.  Update docstring.
4527         Improve :type.  Change :set function.
4528         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
4529         Fix docstring.
4531         * emacs-lisp/generic.el (generic-mode-internal):
4532         Simplify font-lock-defaults.
4533         (define-generic-mode): Fix docstring.
4535 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4537         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
4538         font-lock-face property to highlight matches.
4540 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
4542         * progmodes/cc-mode.el (cc-create-define-alist): New function.
4543         (cc-define-alist): New variable.
4544         (c-mode): Make it local and initialize it.
4546         * progmodes/gdb-ui.el (gdb-active-process): New variable.
4547         (gdb-exited): New function.
4548         (gdb-annotation-rules): Use it.
4549         (gdb-starting): Set gdb-active-process to t.
4550         (gdb-stopping): Amend doc string.
4551         (gdb-reset): Set gdb-active-process to nil.
4553         * tooltip.el (tooltip-gud-tips): Show the associated #define
4554         directives when a C program under GDB is not executing.
4556 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4558         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
4559         font-lock-fontify-syntactic-keywords.
4561         * font-lock.el (font-lock-default-fontify-region): Don't force
4562         parse-sexp-lookup-properties to nil.
4564 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
4566         * man.el (man-mode-syntax-table): Set up `:' to have
4567         word-constituent syntax.
4569 2005-04-27  Lute Kamstra  <lute@gnu.org>
4571         * novice.el (disable-command): Don't add spurious newlines to the
4572         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
4574 2005-04-26  Jay Belanger  <belanger@truman.edu>
4576         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
4577         than one window before deleting window.
4579 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
4581         * shell.el (shell-prompt-pattern): Doc fix.
4582         (shell-mode): Set paragraph-separate buffer locally to "\\'".
4584         * comint.el (comint-prompt-regexp, comint-get-old-input)
4585         (comint-use-prompt-regexp)
4586         (comint-use-prompt-regexp-instead-of-fields)
4587         (comint-replace-by-expanded-history, comint-send-input)
4588         (comint-output-filter, comint-get-old-input-default)
4589         (comint-line-beginning-position, comint-bol, comint-show-output)
4590         (comint-backward-matching-input, comint-forward-matching-input)
4591         (comint-next-prompt, comint-previous-prompt):
4592         Rename `comint-use-prompt-regexp-instead-of-fields' to
4593         `comint-use-prompt-regexp'.  Keep old name as alias and declare
4594         obsolete.
4595         (comint-use-prompt-regexp): Shorten first line of doc string.
4597         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
4598         Set paragraph-separate buffer locally to "\\'".
4600         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
4601         Adapt to above name change.
4603         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
4604         (smbclient-prompt-regexp): Ditto.
4606         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
4608 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
4610         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
4611         gdb-location-list.
4612         Break lines that are over 80 characters wide.
4614 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4616         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
4617         New fun and var, to preserve compatibility.
4619         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
4621 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
4623         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
4624         name to file-newer-than-file-p.
4626 2005-04-26  Richard M. Stallman  <rms@gnu.org>
4628         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
4630         * progmodes/python.el (python-mode):
4631         Use new name eldoc-documentation-function.
4633         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
4635         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4636         (eldoc-documentation-function):
4637         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
4639 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
4641         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
4643 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
4645         * term/xterm.el (function-key-map): Fix strings for
4646         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
4647         {C,S,A,C-S}-{f1-f12}.
4649 2005-04-26  Kenichi Handa  <handa@m17n.org>
4651         * international/mule-cmds.el (select-safe-coding-system):
4652         Fix previous change.
4654 2005-04-26  Lute Kamstra  <lute@gnu.org>
4656         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
4658         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
4659         (font-lock-comment-delimiter-face): Ditto.
4661         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
4663 2005-04-25  Jay Belanger  <belanger@truman.edu>
4665         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
4666         to t while inserting information; use help-mode.
4668 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
4670         * term.el (ansi-term-color-vector): Use the xterm colors.
4671         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
4673 2005-04-25  Lute Kamstra  <lute@gnu.org>
4675         * font-core.el (font-lock-defaults): Fix docstring.
4677         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
4679 2005-04-25  Kenichi Handa  <handa@m17n.org>
4681         * international/mule-cmds.el (select-safe-coding-system):
4682         Don't check consistency with coding: spec, etc if raw-text or
4683         no-conversion was found to be safe.
4685 2005-04-24  Richard M. Stallman  <rms@gnu.org>
4687         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
4688         citation markers at start of each line.
4690         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
4691         citation markers at start of each line.
4693         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
4695         * files.el (mode-require-final-newline): Fix previous change.
4696         (require-final-newline): Fix type label.
4698 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
4700         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
4701         statement in buffer (broken by 2004-11-24 change).
4703 2005-04-24  Kim F. Storm  <storm@cua.dk>
4705         * ido.el (ido-everywhere): Save and restore old read-buffer-function
4706         and read-file-name-function values.  Don't overwrite existing
4707         non-nil values if ido-mode is enabled without ido-everywhere.
4709 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
4711         * files.el (mode-require-final-newline): Minor doc fix.
4713 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
4715         * subr.el (syntax-after): Doc fix.
4716         (syntax-class): If argument is nil, return nil.  Mask off upper 16
4717         bits, not 8 bits.
4719         * files.el (mode-require-final-newline): Doc fix.
4720         (backup-buffer-copy): Fix last change.
4722 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4724         * term/mac-win.el: Require select.  Set selection-coding-system to
4725         mac-system-coding-system.  Call menu-bar-enable-clipboard.
4726         (x-last-selected-text-clipboard, x-last-selected-text-primary)
4727         (x-select-enable-clipboard): New variables.
4728         (x-select-text, x-get-selection, x-selection-value)
4729         (x-get-selection-value, mac-select-convert-to-string)
4730         (mac-services-open-file, mac-services-open-selection)
4731         (mac-services-insert-text): New functions.
4732         (CLIPBOARD, FIND): Put mac-scrap-name property.
4733         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
4734         (public.tiff): Put mac-ostype property.
4735         (selection-converter-alist): Add entries for them.
4736         (mac-application-menu-map): New keymap.
4737         (interprogram-cut-function, interprogram-paste-function): Set to
4738         x-select-text and x-get-selection-value, respectively.
4739         (split-window-keep-point): Set to t.
4741 2005-04-23  Richard M. Stallman  <rms@gnu.org>
4743         * files.el (read-directory-name): Always pass non-nil
4744         DEFAULT-FILENAME arg to read-file-name.
4745         (backup-buffer-copy, basic-save-buffer-2): Take care against
4746         writing thru an unexpected existing symlink.
4747         (revert-buffer): In indirect buffer, revert the base buffer.
4748         (magic-mode-alist): Doc fix.
4749         (buffer-stale-function): Doc fix.
4750         (minibuffer-with-setup-hook): Avoid warning.
4751         (mode-require-final-newline): Doc and custom fix.
4753         * follow.el (follow-end-of-buffer): Use with-no-warnings.
4755         * font-lock.el (font-lock-comment-face): On terminals with few colors,
4756         use the default appearance.
4757         (font-lock-comment-delimiter-face): New face, new variable.
4759         * imenu.el (imenu--generic-function): The official position of a
4760         definition is the start of the line that BEG is in.
4762         * midnight.el (midnight-timer): Move defvar up.
4764         * mouse.el (mouse-drag-region-1): Delete some debugging code.
4766         * saveplace.el (save-place-to-alist): Use with-no-warnings.
4768         * startup.el (command-line): Use with-no-warnings.
4770         * window.el (window-size-fixed): New defvar.
4772         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
4774         * mail/rmail.el (rmail-font-lock-keywords):
4775         Use font-lock-comment-delimiter-face.
4777         * mail/sendmail.el (mail-font-lock-keywords):
4778         Use font-lock-comment-delimiter-face.
4780         * progmodes/compile.el (next-error-highlight-timer): New defvar.
4782 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
4784         * progmodes/compile.el (compilation-mode-font-lock-keywords):
4785         Specify t for LAXMATCH when matching directories.
4786         Save match data around compilation-compat-error-properties form.
4788 2005-04-23  David Kastrup  <dak@gnu.org>
4790         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
4791         Mention that the autoloaded aliases should be kept for AUCTeX.
4793 2005-04-23  Andreas Schwab  <schwab@suse.de>
4795         * isearch.el (isearch-forward): Doc fix.
4797 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
4799         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
4800         (jit-lock-stealth-nice): Change default value to 0.5.
4802 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
4804         * abbrev.el (write-abbrev-file): Write table entries in
4805         alphabetical order by table name.
4807 2005-04-22  Kim F. Storm  <storm@cua.dk>
4809         * ido.el (ido-read-internal): Fix `list' completion.
4811 2005-04-22  Kenichi Handa  <handa@m17n.org>
4813         * recentf.el (recentf-save-file-coding-system): New variable.
4814         (recentf-save-list): Encode the file by
4815         recentf-save-file-coding-system and add coding: tag.
4817 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
4819         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
4821 2005-04-21  Lute Kamstra  <lute@gnu.org>
4823         * loadhist.el (unload-feature): Don't remove a function from hooks
4824         if it is about to be restored to an autoload .  Remove functions
4825         that will become unbound from auto-mode-alist.  Simplify the code.
4827         * subr.el (assq-delete-all): New implementation that is linear,
4828         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
4829         (rassq-delete-all): New function.
4831         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4832         Add size-indication-mode.
4834 2005-04-21  Kenichi Handa  <handa@m17n.org>
4836         * international/mule-cmds.el: Add autoload for widget-value in
4837         eval-when-compile.
4839 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
4841         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
4842         Add tooltip-mode.
4844         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
4846 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
4848         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
4849         (inferior-lisp-filter-regexp, inferior-lisp-program)
4850         (inferior-lisp-load-command, inferior-lisp-prompt)
4851         (inferior-lisp-mode-hook, lisp-source-modes)
4852         (inferior-lisp-load-hook): defvar->defcustom.
4853         (inferior-lisp-program, inferior-lisp-prompt)
4854         (inferior-lisp-load-hook): Doc fixes.
4855         (inferior-lisp-install-letter-bindings): Small change in
4856         introductory comment.
4858 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
4860         * vc.el (vc-annotate-color-map): Change some colors so that text
4861         using them as foreground is readable on both white and black
4862         backgrounds.
4864 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4866         * international/mule-conf.el (translation-table-for-input):
4867         Remove redundant declaration.
4869 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
4871         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
4873         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
4874         (tooltip-toggle-gud-tips): New function.
4876 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4878         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
4879         right angle brackets.
4881 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
4883         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
4885 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4887         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
4888         Remove.  Update callers to use expand-file-name instead.
4890         * subr.el (syntax-class): New function.
4892         * simple.el (blink-matching-open): Use it.
4894         * paren.el (show-paren-function): Use it to recognize parens that are
4895         also used in 2-char comment markers.
4897 2005-04-19  Lute Kamstra  <lute@gnu.org>
4899         * loadhist.el (unload-feature): Update for new format of
4900         load-history.  Simplify the code.
4902 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4904         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
4905         (mac-add-charset-info): New function.  Initialize variable
4906         mac-charset-info-alist using it.
4907         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
4908         for translation.
4909         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
4910         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
4911         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
4912         New CCL programs.
4914 2005-04-19  Kim F. Storm  <storm@cua.dk>
4916         * simple.el (next-buffer, prev-buffer, next-error)
4917         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4918         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
4920         * bindings.el (next-buffer, prev-buffer, next-error)
4921         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
4922         (clone-indirect-buffer-other-window): Move bindings from simple.el.
4923         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
4924         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
4926 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4928         * isearch.el (isearch-edit-string): Make the search-ring available for
4929         minibuffer history commands.
4930         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
4931         the default history commands now work just as well.
4932         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
4934 2005-04-18  Kim F. Storm  <storm@cua.dk>
4936         * emulation/cua-base.el (cua--pre-command-handler): Add more
4937         elaborate check for shift modifier on non-window systems.
4939 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
4941         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
4943 2005-04-18  Kim F. Storm  <storm@cua.dk>
4945         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
4946         and make it optional.  Don't test tooltip-gud-echo-area here.
4947         (tooltip-gud-process-output, gdb-tooltip-print):
4948         Pass tooltip-gud-echo-area to tooltip-show.
4949         (tooltip-help-tips): Remove second optional arg to tooltip-show.
4951 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4953         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
4954         `display-graphic-p' may not be bound yet.
4956 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
4958         * startup.el (command-line): No longer enable Xterm Mouse mode by
4959         default in terminals compatible with xterm.
4961         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
4963 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
4965         * tooltip.el (tooltip-gud-echo-area): Rename from
4966         tooltip-use-echo-area.
4967         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
4968         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
4969         area independently of where help tooltips are displayed.
4971 2005-04-17  David Kastrup  <dak@gnu.org>
4973         * cus-theme.el (custom-theme-write-variables): Quote variables
4974         where necessary.
4976 2005-04-17  Richard M. Stallman  <rms@gnu.org>
4978         * simple.el (yank-excluded-properties): Add follow-link to value.
4980         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
4982         * startup.el (fancy-splash-max-time): Just 30 seconds.
4983         (fancy-splash-delay): Just 7.
4984         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
4986         * loadhist.el (unload-feature): Update for new format of load-history.
4987         Simplify the code.
4989         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
4990         (rmail-font-lock-keywords): Don't fontify the text of a citation.
4992         * mail/sendmail.el (mail-font-lock-keywords):
4993         Don't fontify subject text.
4994         Don't fontify the text of a citation.
4996 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
4998         * comint.el (comint-output-filter): Run comint-output-filter-functions
4999         with point where the user had it.
5001 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5003         * international/ucs-tables.el (ucs-set-table-for-input):
5004         Disable when using unify-on-decoding.
5006 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
5008         * emulation/cua-base.el (cua-global-mark-face): Add special case
5009         for displays supporting a high number of colors.
5011 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
5013         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5015 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
5017         * filesets.el (filesets-add-buffer): If user supplies a name of a
5018         non-existing fileset, create a new fileset.
5020 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
5022         * textmodes/org.el (org-up-heading-all): Fix bug with
5023         `outline-up-heading-all'.
5025 2005-04-16  Andreas Schwab  <schwab@suse.de>
5027         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5028         /etc/permissions.d/* and /etc/aliases.d/*.
5030 2005-04-16  Kenichi Handa  <handa@m17n.org>
5032         * international/code-pages.el (cp-make-coding-system):
5033         Set `translation-table-for-input' property value to the symbol
5034         ucs-mule-to-mule-unicode, not to that value.
5035         (pt154): Escape guillemet by `\'.
5037 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
5039         * loadup.el: Load tooltip if x-show-tip is fboundp.
5041         * startup.el (command-line): Add comment.
5043         * tooltip.el (tooltip-mode): Specify correct standard value for
5044         Custom in init-value.
5046 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
5048         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5049         possible.
5051 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
5053         * textmodes/org.el (org-agenda-date-prompt): Rename from
5054         `org-agenda-date-today'.
5055         (org-evaluate-time-range): Insert at point instead of directly
5056         after time range.
5057         (org-first-headline-recenter, org-subtree-end-visible-p)
5058         (org-optimize-window-after-visibility-change): New functions
5059         (org-agenda-post-command-hook): Don't allow point at end of line,
5060         to make sure it always hits the text properties.
5061         (org-agenda-next-date-line, org-agenda-previous-date-line):
5062         New commands.
5063         (org-set-regexps-and-options): Category may contain white space.
5064         (org-agenda-get-deadlines, org-agenda-get-scheduled):
5065         Improve marker positions.
5066         (org-agenda-new-marker): Argument POS made optional.
5067         (org-agenda-get-timestamps): Deadlines which are done are listed
5068         in org-done-face now.
5069         (org-agenda-get-todos, org-agenda-get-timestamps)
5070         (org-agenda-get-deadlines, org-agenda-get-scheduled):
5071         Set `undone-face' and `done-face' properties.
5072         (org-last-todo-state-is-todo): New variable.
5073         (org-todo): Set `org-last-todo-state-is-todo'.
5074         (org-agenda-todo): Change face according to
5075         `org-last-todo-state-is-todo'.  And change other lines referring to
5076         the same entry.
5077         (org-calendar-goto-agenda): New command.
5078         (org-calendar-to-agenda-key): New option.
5079         (org-startup-folded): New allowed value `content'.
5080         (org-set-regexps-and-options): Accept new value `content' for
5081         `org-startup-folded'.
5082         (org-get-current-options): Handle new value `content' for
5083         `org-startup-folded'.
5084         (org-insert-todo-heading): New command.
5085         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5086         interactively in empty file and option
5087         `org-insert-mode-line-in-empty-file' has been set.
5088         (org-agenda-todo,org-agenda-priority): Modify to use
5089         `org-agenda-change-all-lines'.
5090         (org-warning-face): Change color on dark background
5092 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5094         * international/mule-cmds.el (set-locale-environment): On Mac OS,
5095         use preferences AppleLocale and AppleLanguages, and variable
5096         mac-system-locale for default locale.  On Mac OS Classic, use
5097         mac-system-coding-system for default coding systems.
5099         * term/mac-win.el: Don't set file-name-coding-system.
5100         Decode variables system-name, emacs-build-system, user-login-name, and
5101         user-full-name by mac-system-coding-system on Mac OS Classic.
5102         (mac-system-coding-system): New variable.
5104 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
5106         * startup.el (command-line): Handle `xterm-mouse-mode' before
5107         reading init file.
5109         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5111 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
5113         * progmodes/sh-script.el (sh-here-document-word): Make it a
5114         defcustom.  Doc fix.
5115         (sh-add): Bash uses $(( )) for arithmetic.
5116         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5117         (sh-maybe-here-document): Remove quotes and leading whitespace
5118         from heredoc word when closing.  Indent heredoc with tabs if word
5119         starts with "-".
5121 2005-04-13  Richard M. Stallman  <rms@gnu.org>
5123         * simple.el (undo): Fix previous change.
5125         * custom.el (defface): Doc fix.
5127 2005-04-13  Lute Kamstra  <lute@gnu.org>
5129         * Makefile.in (DONTCOMPILE): Remove list.
5130         (compile, compile-always): Don't use DONTCOMPILE.
5131         (update-authors): Load the library in which batch-update-authors
5132         is defined.
5133         * makefile.w32-in (DONTCOMPILE): Remove list.
5134         (compile, compile-always): Fix comments.
5135         (update-authors): Load the library in which batch-update-authors
5136         is defined.
5138         * generic-x.el (generic-mode-ini-file-find-file-hook):
5139         Rename to ini-generic-mode-find-file-hook.
5140         Keep generic-mode-ini-file-find-file-hook as an alias.
5141         (ini-generic-mode-find-file-hook): Rename from
5142         generic-mode-ini-file-find-file-hook.  Fix docstring.
5143         (ini-generic-mode): Docstring change.
5144         (bat-generic-mode-run-as-comint): Silence the byte compiler.
5146         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
5147         called from lisp.
5149         * generic.el: Move to the emacs-lisp subdir.
5151 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
5153         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
5154         and C-S- function and cursor motion keys.
5156 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
5158         * startup.el (command-line): Enable Xterm Mouse mode by default.
5159         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5160         for Custom.  No longer show "Mouse" in mode line when enabled.
5161         Doc fix.
5163 2005-04-12  Kim F. Storm  <storm@cua.dk>
5165         * emulation/cua-base.el (cua-rectangle-face)
5166         (cua-rectangle-noselect-face): Define face attributes here.
5168         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
5170 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5172         * startup.el (command-line): Turn off blinking cursor if
5173         cursorBlink in resources is off or false.
5175 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5177         * term/mac-win.el (dnd): Require dnd.
5178         (mac-drag-n-drop): Call dnd-handle-one-url.
5179         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
5180         (kTextEncodingISOLatin2): Remove constants.
5181         (mac-script-code-coding-systems): New constant.
5182         (mac-handle-language-change): New function.
5183         (special-event-map): Bind it to `language-change' event.
5184         (mac-centraleurroman, mac-cyrillic): New coding systems.
5185         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
5186         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
5187         and mac-cyrillic-encoder to encode-mac-centraleurroman and
5188         encode-mac-cyrillic, respectively.
5190 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
5192         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
5193         Don't set overlay-arrow-string to "=>" as this is done
5194         globally in C now.
5196 2005-04-12  Lute Kamstra  <lute@gnu.org>
5198         * generic-x.el (rc-generic-mode, rul-generic-mode):
5199         Fix auto-mode-alist entries.
5200         (etc-fstab-generic-mode): Tweak fontification.
5202         * generic.el (generic-make-keywords-list): Fix docstring.
5203         (generic-mode-internal): Simplify generic-font-lock-keywords.
5205 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
5207         * whitespace.el (whitespace-buffer-leading)
5208         (whitespace-buffer-trailing): Revert the incorrect test inversion.
5209         However, fix the highlight area for the leading and
5210         trailing whitespaces to show space.
5212 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
5214         * whitespace.el (whitespace-version): Bump to 3.5
5216         (whitespace-buffer-leading, whitespace-buffer-trailing):
5217         Invert sense of the test to highlight the whitespace.
5219 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
5221         * progmodes/gud.el (gud-display-line): GUD uses its own
5222         overlay arrow now so don't set overlay-arrow-string.
5223         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
5225 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
5227         * term.el (term-ansi-current-bold, term-ansi-current-underline)
5228         (term-ansi-current-reverse, term-ansi-current-invisible)
5229         (term-ansi-face-already-done): Change to boolean.
5230         (term-reset-terminal, term-handle-colors-array): Handle the above
5231         vars accordingly.
5232         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
5233         (term-emulate-terminal): Use the new name.
5235         * faces.el (secondary-selection): Use yellow1, not yellow.
5236         (trailing-whitespace): Use red1, not red.
5238 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5240         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
5241         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
5242         (dired-dnd-handle-file): Call dnd-get-local-file-uri
5244         * cus-edit.el (dnd): New group.
5246         * term/w32-win.el (dnd): Require dnd
5247         (w32-drag-n-drop): Call dnd-handle-one-url.
5249         * x-dnd.el: Require dnd.
5250         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
5251         Call dnd-handle-one-url.
5252         (x-dnd-types-alist, x-dnd-insert-utf8-text)
5253         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
5254         to dnd-insert-text.
5255         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
5256         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
5257         (x-dnd-get-local-file-name, x-dnd-open-local-file)
5258         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
5260         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
5262 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
5264         * wdired.el: Doc fixes.
5265         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
5266         (wdired-use-dired-vertical-movement): Rename from
5267         wdired-always-move-to-filename-beginning.
5268         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
5269         (wdired-change-to-wdired-mode): Change mode name.
5270         (wdired-newline): Delete.
5272 2005-04-11  Richard M. Stallman  <rms@gnu.org>
5274         * whitespace.el (whitespace-highlight-the-space):
5275         Don't call whitespace-unhighlight-the-space here.
5277         * simple.el (undo): Record t in undo-equiv-table
5278         for the redo record made by an undo-in-region.
5280 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
5282         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
5283         (gdb-frame-inferior-io-buffer): New Functions to control
5284         display of separate IO buffer.
5285         (menu): Add them to menu-bar.
5286         (gdb-display-buffer): Check for buffer another frame.
5287         Protect GUD buffer.
5288         (gdb-setup-windows): Create IO buffer if not already there.
5289         (gdb-memory-mode): Remove purecopy noops.
5291 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
5293         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
5294         and pass to self-insert-command.
5296 2005-04-11  Lute Kamstra  <lute@gnu.org>
5298         * generic.el: Commentary section cleanup.
5299         (generic): Delete.
5300         (generic-use-find-file-hook, generic-lines-to-scan)
5301         (generic-find-file-regexp, generic-ignore-files-regexp)
5302         (default-generic-mode, generic-mode-find-file-hook)
5303         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
5304         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
5305         (generic-use-find-file-hook, generic-lines-to-scan)
5306         (generic-find-file-regexp, generic-ignore-files-regexp)
5307         (default-generic-mode, generic-mode-find-file-hook)
5308         (generic-mode-ini-file-find-file-hook): Move from generic.el.
5310 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
5312         * bookmark.el (bookmark-write-file): Catch errors writing file.
5313         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
5315 2005-04-10  Richard M. Stallman  <rms@gnu.org>
5317         * startup.el (fancy-splash-tail): Update copyright year.
5318         (command-line): Split part of -Q into -D.
5319         (emacs-basic-display): New defvar.
5320         (fancy-splash-text): Correct name of menu item.
5322         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
5324         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
5325         lines in one node.
5327         * comint.el (comint-send-input): New arg ARTIFICIAL.
5328         Callers in this file changed.
5330         * abbrev.el (define-abbrevs): Read system abbrevs properly.
5332         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
5334 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
5336         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
5337         `ldap-search-internal'.
5339 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5341         * files.el (set-auto-mode-1): Use line-end-position.
5343         * international/latin-1.el:
5344         * international/latin-2.el:
5345         * international/latin-3.el:
5346         * international/latin-4.el:
5347         * international/latin-5.el:
5348         * international/latin-8.el:
5349         * international/latin-9.el: Give punctuation syntax to NBSP.
5351         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
5352         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
5353         Use char-classes to accept non-ascii letters, accepted in some recent
5354         bibtex implementations.
5356 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
5358         * custom.el (custom-set-minor-mode): Any non-nil value for the
5359         variable should enable the mode when set through Custom.
5361 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5363         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
5364         TAB binding so tab-always-indent is obeyed.
5365         (vhdl-minibuffer-local-map): Move initialization into declaration.
5366         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
5367         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
5368         (vhdl-hooked-abbrev): Avoid test for XEmacs.
5369         (vhdl-current-line): Use line-beginning-position.
5370         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
5371         with-output-to-temp-buffer, so the current position can be recorded.
5373 2005-04-10  Masatake YAMATO  <jet@gyve.org>
5375         * progmodes/compile.el (compilation-error-regexp-alist-alist):
5376         Add regexp for gcov.
5378 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5380         * calendar/time-date.el (time-to-seconds, seconds-to-time)
5381         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
5382         syntax which Emacs 20 doesn't support.
5384 2005-04-09  Richard M. Stallman  <rms@gnu.org>
5386         * help.el (describe-key-briefly, describe-key):
5387         Replace strings as event types with "(any string)".
5389 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
5391         * arc-mode.el (archive-mode-map): Move initialization into
5392         the declaration.  Override *all* bindings of `undo'.
5393         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
5395 2005-04-09  Jay Belanger  <belanger@truman.edu>
5397         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
5399 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
5401         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
5402         (xterm-register-default-colors): Update color values computation
5403         to match xterm-200.
5405 2005-04-09  Kenichi Handa  <handa@m17n.org>
5407         * international/code-pages.el (iso-latin-7): Fix the map.
5409 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
5411         * emacs-lisp/lisp.el (defun-prompt-regexp)
5412         (parens-require-spaces, buffer-end, end-of-defun)
5413         (insert-parentheses): Doc fixes.
5415 2005-04-08  Kim F. Storm  <storm@cua.dk>
5417         * comint.el (comint-highlight-prompt): Fix face spec.
5418         * hi-lock.el (hi-green): Likewise.
5420 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
5422         * cus-edit.el (custom-modified-face):
5423         * comint.el (comint-highlight-input): Fix previous changes.
5424         * term.el (term-handle-ansi-escape): Add a comment.
5426 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5428         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
5429         in the buffer and in whitespace-highlighted-space.
5430         (whitespace-unhighlight-the-space): Simplify.
5431         (whitespace-buffer): Simplify.
5433 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
5435         * textmodes/table.el (table-cell-face): Add special case for
5436         displays supporting a high number of colors.
5437         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5438         (vhdl-font-lock-reserved-words-face)
5439         (vhdl-speedbar-architecture-face)
5440         (vhdl-speedbar-instantiation-face)
5441         (vhdl-speedbar-architecture-selected-face)
5442         (vhdl-speedbar-instantiation-selected-face): Likewise.
5443         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
5444         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
5445         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5446         (ebrowse-root-class-face, ebrowse-member-attribute-face)
5447         (ebrowse-progress-face): Likewise.
5448         * progmodes/compile.el (compilation-info-face): Likewise.
5449         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
5450         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
5451         * calendar/calendar.el (diary-face): Likewise.
5452         * woman.el (woman-italic-face, woman-bold-face)
5453         (woman-unknown-face): Likewise.
5454         * wid-edit.el (widget-button-pressed-face): Likewise.
5455         * whitespace.el (whitespace-highlight-face): Likewise.
5456         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
5457         * pcvs-info.el (cvs-marked-face): Likewise.
5458         * info.el (info-xref): Likewise.
5459         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
5460         * hilit-chg.el (highlight-changes-face)
5461         (highlight-changes-delete-face): Likewise.
5462         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
5463         (hi-red-b): Likewise.
5464         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
5465         * font-lock.el (font-lock-keyword-face)
5466         (font-lock-function-name-face, font-lock-warning-face): Likewise.
5467         * cus-edit.el (custom-invalid-face, custom-modified-face)
5468         (custom-set-face, custom-changed-face, custom-variable-tag-face)
5469         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
5470         * comint.el (comint-highlight-prompt): Likewise.
5472 2005-04-08  Lute Kamstra  <lute@gnu.org>
5474         * font-lock.el (font-lock-keywords): Docstring fixes.
5476 2005-04-08  Kenichi Handa  <handa@m17n.org>
5478         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
5479         chars are more than a limit, print " and more..." at the tail.
5481 2005-04-08  Kim F. Storm  <storm@cua.dk>
5483         * emacs-lisp/authors.el (authors-aliases): Update list.
5484         (authors-ignored-files): New list.
5485         (authors-fixed-entries): Fix typo.
5486         (authors-renamed-files-alist): Update list.
5487         (authors-add): Check authors-ignored-files.
5489 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
5491         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
5492         optional, to ensure backward compatibility.
5494 2005-04-08  Stephen Eglen  <stephen@gnu.org>
5496         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
5498 2005-04-08  Kim F. Storm  <storm@cua.dk>
5500         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
5502         * mouse.el (mouse-on-link-p): Doc fix.
5504 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
5506         * ielm.el (ielm-prompt-read-only): Doc fix.
5508         * comint.el (comint-prompt-read-only): Doc fix.
5510 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
5512         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
5513         ensure dired always handles wildcards passed to ffap.
5514         (find-file-at-point): Use it.
5515         (ffap-dired-wildcards): Doc fix.
5517 2005-04-07  Juri Linkov  <juri@jurta.org>
5519         * simple.el (next-error-overlay-arrow-position): New defvar.
5520         Put "=>" on its property `overlay-arrow-string'.  Add it to
5521         `overlay-arrow-variable-list'.
5523         * progmodes/compile.el (compilation-setup):
5524         Set `next-error-overlay-arrow-position' to nil.  Also set it to
5525         nil in the local hook `kill-buffer-hook'.  Make local variable
5526         `overlay-arrow-string' and set it to "=>".
5527         (compilation-goto-locus): Set BOL position to
5528         `next-error-overlay-arrow-position' instead of
5529         `overlay-arrow-position'.
5531         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
5532         locally instead of adding it to the global hook.
5533         (Info-kill-buffer): Move up.
5535 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
5537         * term/xterm.el (xterm-standard-colors): Update color values from
5538         xterm-200.
5540 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5542         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
5544         * fast-lock.el:
5545         * lazy-lock.el: Move them to the obsolete subdir.
5547 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
5549         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
5550         (wdired-add-replace-advice): Remove.
5551         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
5553 2005-04-06  Kim F. Storm  <storm@cua.dk>
5555         * startup.el (command-line): Add --bare-bones alias for -Q.
5557 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5559         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
5560         create the startup fontset if a font specification ends with
5561         `mac-roman'.
5563 2005-04-06  Lute Kamstra  <lute@gnu.org>
5565         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
5566         change.
5568         * emacs-lisp/copyright.el (copyright-update-year): Replace the
5569         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
5571 2005-04-05  Lute Kamstra  <lute@gnu.org>
5573         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
5574         (define-generic-mode): Ditto.  Fix debug declaration.
5576         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
5577         Put them in the generic-x group.
5579         * calendar/timeclock.el (timeclock): Doc fix.
5581         * generic.el (define-generic-mode): Don't use custom-current-group.
5582         Document default :group value.
5583         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
5584         (define-global-minor-mode): Don't use custom-current-group.
5586 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
5588         * startup.el (command-line-1): Display startup-echo-area-message
5589         when fancy splash screen is in use.
5591         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
5592         (sh-escaped-newline): New face.
5593         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
5594         newline, and use sh-escaped-newline face.
5596         * progmodes/tcl.el (tcl-escaped-newline): New face.
5597         (tcl-builtin-list): New variable.
5598         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
5599         newlines.  Fix keywords subexpression number.
5601 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
5603         * textmodes/org.el (org-diary-default-entry): Fix call to
5604         `add-to-diary-entry'.
5606 2005-04-05  Kim F. Storm  <storm@cua.dk>
5608         * ediff-init.el: Use (featurep 'xemacs).
5610 2005-04-05  David Ponce  <david@dponce.com>
5612         * cus-edit.el (face): Derive from symbol widget.  Display sample
5613         of the current face on the fly.
5614         (widget-face-sample-face-get, widget-face-notify): New functions.
5615         (widget-face-value-create): Remove.
5617         * wid-edit.el (widget-field-end): Temporarily remove field
5618         narrowing before to call `get-char-property'.
5620 2005-04-04  Jay Belanger  <belanger@truman.edu>
5622         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
5623         (math-read-subscripts): New variable.
5624         (math-read-preprocess-string): Process subscripts.
5626 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
5628         * comint.el (comint-prompt-read-only): Doc fix.
5630         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
5631         `-1'.  Doc fix.
5633 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
5635         * textmodes/org.el (org-insert-mode-line-in-empty-file):
5636         Change default value to nil.
5638 2005-04-04  Lute Kamstra  <lute@gnu.org>
5640         * autorevert.el (auto-revert-mode): Specify :group.
5641         * battery.el (display-battery-mode): Specify :group.
5642         * diff-mode.el (diff-minor-mode): Specify :group.
5643         * font-core.el (font-lock-mode): Specify :group.
5644         * hl-line.el (hl-line-mode): Specify :group.
5645         * iimage.el (iimage): New customization group.
5646         (iimage-mode): Specify :group.
5647         * longlines.el (longlines-mode): Specify :group.
5648         * master.el: Don't require easy-mmode.
5649         (master): New customization group.
5650         (master-mode): Specify :group.
5651         * msb.el (msb-mode): Specify :group.
5652         * reveal.el (reveal-mode): Specify :group.
5653         * simple.el (next-error-follow-minor-mode): Specify :group.
5654         * smerge-mode.el (smerge-mode): Specify :group.
5655         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
5656         * emulation/cua-base.el (cua-mode): Specify :group.
5657         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
5658         * language/thai-util.el (thai-auto-composition-mode)
5659         (thai-word-mode): Specify :group.
5660         * mail/supercite.el (sc-minor-mode): Specify :group.
5661         * progmodes/cwarn.el (cwarn-mode): Specify :group.
5662         * progmodes/flymake.el (flymake-mode): Specify :group.
5663         * progmodes/glasses.el (glasses-mode): Specify :group.
5664         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
5665         * textmodes/enriched.el (enriched-mode): Specify :group.
5666         * textmodes/refill.el (refill-mode): Specify :group.
5668         * add-log.el (change-log-font-lock-keywords): Names in
5669         parenthesized lists can contain spaces.
5671 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
5673         * startup.el (fancy-splash-text): Shorten default text of
5674         "Emacs Tutorial" line.  Also, if the current language env
5675         indicates an available tutorial file other than TUTORIAL,
5676         extract its title and append it to the line in parentheses.
5677         (fancy-splash-insert): If arg is a thunk, funcall it.
5679 2005-04-04  Jay Belanger  <belanger@truman.edu>
5681         * calc.el (calc-language-alist): Add tags to customization type.
5683 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
5685         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
5686         Doc fix.
5688 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
5690         * add-log.el (change-log-font-lock-keywords): The manual
5691         describing a Change Log entry, says: (...) "Aside from these
5692         header lines, every line in the change log starts with a space or
5693         a tab.".  The font-lock was not highlighting lines started with
5694         spaces, added support for it.
5696 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5698         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
5699         (bibtex-generate-url-list): Update docstring accordingly.  Put the
5700         complex example in the docstring.
5701         (bibtex-font-lock-url): Use pop.
5703 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5705         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
5707         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
5709 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
5711         * filesets.el (filesets-set-default): Doc fix.
5713 2005-04-03  Lute Kamstra  <lute@gnu.org>
5715         * generic.el (define-generic-mode): Add argument to specify
5716         keywords for defcustom.
5717         (default-generic-mode): Specify :group.
5719         * generic-x.el: Specify :group for all generic modes.
5721         * desktop.el (desktop-no-desktop-file-hook)
5722         (desktop-after-read-hook): Doc fix.
5724 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
5726         * simple.el (visible-mode): Use explicit :group keyword.
5727         This changes the group of `visible-mode-hook' from paren-blinking
5728         to editing-basics.
5730 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
5732         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
5733         mailbox specifications as well as URLs.
5734         (rmail-insert-inbox-text): Remove unused conditional branches.
5736 2005-04-01  Jay Belanger  <belanger@truman.edu>
5738         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
5739         (calc-gnuplot-print-command): Move definitions to calc.el.
5741         * calc/calc-embed.el (calc-embedded-announce-formula)
5742         (calc-embedded-open-formula, calc-embedded-close-formula)
5743         (calc-embedded-open-word, calc-embedded-close-word)
5744         (calc-embedded-open-plain, calc-embedded-close-plain)
5745         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
5746         (calc-embedded-open-mode, calc-embedded-close-mode):
5747         Move definitions to calc.el.
5749         * calc/calc.el (calc-settings-file, calc-language-alist):
5750         Make customizable.
5751         (calc-embedded-announce-formula, calc-embedded-open-formula)
5752         (calc-embedded-close-formula, calc-embedded-open-word)
5753         (calc-embedded-close-word, calc-embedded-open-plain)
5754         (calc-embedded-close-plain, calc-embedded-open-new-formula)
5755         (calc-embedded-close-new-formula, calc-embedded-open-mode)
5756         (calc-embedded-close-mode, calc-gnuplot-name)
5757         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
5758         from other files and make customizable.
5760 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5762         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
5763         Use buffer-live-p.
5764         (cvs-mode-run): Don't call cvs-update-header here.
5765         (cvs-run-process): Call cvs-update-header.
5766         Use process properties for cvs-postprocess and cvs-buffer so that
5767         the sentinel can behave better if the temp buffer is killed.
5768         Use a pipe rather than a tty, to better handle unexpected prompts.
5769         (cvs-sentinel): Rewrite.  Call cvs-update-header.
5771 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
5773         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
5774         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
5776 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5778         * generic.el (define-generic-mode): Add indentation rule.
5780 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
5782         * files.el (mode-require-final-newline): Make Custom correctly
5783         report a nil value and allow to set it to nil via Custom.
5784         Doc fix.
5786 2005-04-01  Kenichi Handa  <handa@m17n.org>
5788         * international/characters.el: Enable the correct case setting for
5789         dotless-i and dotted-I.
5791 2005-04-01  Kim F. Storm  <storm@cua.dk>
5793         * ido.el (ido-file-internal): Fall back to non-ido command if
5794         initial directory is on slow ftp (or tramp) host.
5796 2005-03-31  Richard M. Stallman  <rms@gnu.org>
5798         * emacs-lisp/autoload.el (make-autoload):
5799         Handle define-global-minor-mode.
5801         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
5802         Rename from easy-mmode-define-global-mode.
5803         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
5805         * progmodes/scheme.el (scheme-mode-syntax-table):
5806         Update syntax of | and # for two-character comment syntax.
5808 2005-03-31  Lute Kamstra  <lute@gnu.org>
5810         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
5811         (define-minor-mode): Call custom-current-group at load-time.
5813         * generic.el (define-generic-mode): Add debug declaration.
5814         Add defcustom for the mode hook.
5815         (generic-mode-internal): Use run-mode-hooks.
5817 2005-03-31  Kim F. Storm  <storm@cua.dk>
5819         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
5820         (mouse-fixup-help-message): New defun called by show_help_echo
5821         to fixup mouse-2 prefix in help messages when applicable.
5823         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
5825 2005-03-31  Kenichi Handa  <handa@m17n.org>
5827         * language/thai-word.el (thai-find-word-ends): Pay attention to
5828         the case that we reach the end of buffer.
5830         * textmodes/fill.el (fill-text-properties-at): New function.
5831         (fill-newline): Use fill-text-properties-at instead of
5832         text-properties-at.
5834 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
5836         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
5837         not comint-quote-filename.
5839 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
5841         * help-fns.el (help-with-tutorial): Revert last change.
5843 2005-03-31  Kim F. Storm  <storm@cua.dk>
5845         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
5847 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
5849         * calendar/cal-china.el: Update reference to "Calendrical
5850         Calculations" book; there's a new edition.
5851         * calendar/cal-coptic.el: Likewise.
5852         * calendar/cal-french.el: Likewise.
5853         * calendar/cal-hebrew.el: Likewise.
5854         * calendar/cal-islam.el: Likewise.
5855         * calendar/cal-iso.el: Likewise.
5856         * calendar/cal-julian.el: Likewise.
5857         * calendar/cal-mayan.el: Likewise.
5858         * calendar/cal-persia.el: Likewise.
5859         * calendar/calendar.el: Likewise.
5860         * calendar/holidays.el: Likewise.
5861         * calendar/lunar.el: Likewise.
5862         * calendar/solar.el: Likewise.
5864         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
5865         white space from doc string.
5867 2005-03-30  Jay Belanger  <belanger@truman.edu>
5869         * calc/calc-help.el (calc-full-help): Remove email address.
5871 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
5873         * help-fns.el (help-with-tutorial): Delete title line.
5875 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
5877         * calendar/cal-x.el (calendar-one-frame-setup)
5878         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
5879         rather than 'symbol for set-window-dedicated-p.
5881         * calendar/appt.el (appt-buffer-name): Make it a constant.
5882         (appt-add): Doc fix.
5884         * filesets.el (filesets-menu-path, filesets-menu-before)
5885         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
5886         (filesets-menu-cache-file): Use directory ~/.emacs.d.
5887         (filesets-add-submenu): Delete and use add-submenu instead.
5889 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
5891         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
5892         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
5893         (org-diary-default-entry): New function.
5894         (org-get-entries-from-diary): Better parsing of diary entries.
5895         (org-agenda-check-no-diary): New function.
5896         ("diary-lib"): Advice to function `add-to-diary-list', to allow
5897         linking to diary entries.
5898         (org-agenda-execute-calendar-command): New function.
5899         (org-agenda): Improve visible section in window.
5900         Use `org-fit-agenda-window'.
5901         (org-fit-agenda-window): New option.
5902         (org-move-subtree-down): Better handling of empty lines
5903         at end of subtree.
5904         (org-cycle): Numeric prefix is interpreted now as show-subtree N
5905         levels up.
5906         (org-fontify-done-headline): New option.
5907         (org-headline-done-face): New face.
5908         (org-set-font-lock-defaults): Use `org-headline-done-face'.
5909         (org-table-copy-down): Rename from `org-table-copy-from-above'.
5910         When current field is non-empty, it is copied to next row.
5911         (org-table-copy-from-above): Fix bug which made it
5912         impossible to copy fields containing only a single non-white character.
5914 2005-03-30  Kim F. Storm  <storm@cua.dk>
5916         * kmacro.el (kmacro-end-macro): Isearch may store this command
5917         into the macro -- so ignore it when executing keyboard macro.
5919 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
5921         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
5923 2005-03-29  Kenichi Handa  <handa@m17n.org>
5925         * language/thai.el ("Thai"): Set setup-function and exit-function
5926         for Thai language environment.
5928         * language/thai-util.el: Require thai-word.
5929         (thai-word-mode-map): New variable.
5930         (thai-word-mode): New minor mode.
5931         (setup-thai-language-environment-internal): New function.
5932         (exit-thai-language-environment-internal): New function.
5934         * language/thai-word.el (thai-word-table): Declare it by defvar,
5935         use dolist to initialize it.
5936         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
5937         (thai-fill-find-break-point): New functions.
5939 2005-03-29  Richard M. Stallman  <rms@gnu.org>
5941         * simple.el (idle-update-delay): Move definition up.
5942         (set-mark): Doc fix.
5944 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
5946         * longlines.el: New file.
5948         * simple.el (buffer-substring-filters): New variable.
5949         (filter-buffer-substring): New function.
5950         (kill-region, copy-region-as-kill): Use it.
5952         * register.el (copy-to-register, append-to-register)
5953         (prepend-to-register): Use filter-buffer-substring.
5955 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
5957         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
5958         (gud-filter-pending-text): Move in front of gdb.
5959         (gud-overlay-arrow-position): New variable.
5960         (gud-sentinel, gud-display-line): Use it in place of
5961         overlay-arrow-position.
5963 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
5965         * progmodes/fortran.el (fortran-if-indent): Doc fix.
5966         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
5967         (fortran-font-lock-keywords-4): New variable.
5968         (fortran-blocks-re, fortran-end-block-re)
5969         (fortran-start-block-re): New constants, for hideshow.
5970         (hs-special-modes-alist): Add a Fortran entry.
5971         (fortran-mode-map): Bind fortran-end-of-block,
5972         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
5973         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
5974         (fortran-looking-at-if-then, fortran-end-of-block)
5975         (fortran-beginning-of-block): New functions, for hideshow.
5977         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5978         Doc fix.  Tweak regexp.
5979         (f90-beginning-of-block): Push mark first.
5981 2005-03-29  Jay Belanger  <belanger@truman.edu>
5983         * calc/calc.el: Update copyright date.
5984         (calc-version): Increase to 2.1.
5985         (calc-version-date): Remove.
5987         * calc/calc-help.el: Update copyright date.
5988         (calc-full-help): Remove reference to calc-version-date.
5989         Update copyright date.
5991 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5993         * vc.el (vc-do-command): Use a pipe for async processes, so password
5994         prompts don't show up at places where the user can't reply.
5996 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
5998         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
5999         on the file name we pass to the inferior shell.
6001 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
6003         * progmodes/which-func.el (which-function): Be robust in the face of an
6004         imenu--make-index-alist failure.
6006 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6008         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6010         * progmodes/python.el (python-preoutput-filter): Fix last change.
6012 2005-03-29  Lute Kamstra  <lute@gnu.org>
6014         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6015         functions and compiled macros.
6016         (debug-convert-byte-code): Handle macros too.
6017         (debug-on-entry-1): Don't signal an error when trying to clear a
6018         function that is not set to debug on entry.
6020 2005-03-29  Jay Belanger  <belanger@truman.edu>
6022         * calc/calc-lang.el: Add functions to math-function-table
6023         properties of tex and math.
6025 2005-03-29  Kenichi Handa  <handa@m17n.org>
6027         * ps-mule.el (ps-mule-plot-string): Translate characters by
6028         ps-print-translation-table.
6029         (ps-mule-begin-job): Call find-charset-region/string with
6030         ps-print-translation-table.
6031         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6033         * ps-print.el (ps-print-translation-table): New variable.
6034         (ps-plot-region): Translate characters by ps-print-translation-table.
6036 2005-03-29  Juri Linkov  <juri@jurta.org>
6038         * simple.el (next-error-highlight-timer): New variable.
6040         * progmodes/compile.el (compilation-goto-locus):
6041         Use `next-error-highlight-timer' instead of `sit-for'.
6043 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6045         * mail/supercite.el (sc-mail-field): Use assoc-string.
6046         (sc-get-address): Simplify regexps.
6048         * files.el (minibuffer-with-setup-hook): New macro.
6049         (find-file-read-args): Use it to avoid let-binding
6050         minibuffer-with-setup-hook (which breaks turning on/off
6051         file-name-shadow-mode while in the prompt).
6053         * complete.el (PC-read-include-file-name-internal): Use test-completion.
6055 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
6057         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6059 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6061         * window.el (window-buffer-height): Use count-screen-lines.
6063         * progmodes/python.el (python-preoutput-leftover): New var.
6064         (python-preoutput-filter): Use it.
6065         (python-send-receive): Loop until all the result has been received.
6067 2005-03-28  Juri Linkov  <juri@jurta.org>
6069         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6071         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6072         "Recover Crashed Session".
6073         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6074         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6075         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6076         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6077         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6078         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6079         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6080         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6082         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6083         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6084         Ediff Sessions", "Toggle use of separate control buffer frame",
6085         "Use separate frame for Ediff control buffer".
6087         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6088         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6089         "Rename Bookmark", "Delete Bookmark".
6091         * info.el (Info-mode-menu): Remove ellipsis from "Index".
6092         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6093         Add `:active Info-index-alternatives' to "Next Matching Item".
6095         * wdired.el (wdired-change-to-wdired-mode):
6096         Mention `wdired-abort-changes' key in the initial message.
6098         * international/mule.el (auto-coding-alist): Associate non-ascii
6099         image filename extensions with `no-conversion'.
6101 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6103         * international/iso-acc.el:
6104         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6106 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
6108         * textmodes/sgml-mode.el (html-mode): Doc update.
6110         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6112 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
6114         * term.el (term-move-columns): Fix face after extending a line.
6115         (term-insert-spaces): Likewise.
6116         (term-reset-terminal): Fix off by one error.
6118 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
6120         * international/mule.el (auto-coding-alist): Add .xpi files.
6122         * files.el (auto-mode-alist): Add .xpi files.
6124 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
6126         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6128 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
6130         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6132 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
6134         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6135         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
6137         * calendar/cal-move.el (calendar-beginning-of-year): Move the
6138         cursor to Jan 1 when needed.
6139         (calendar-end-of-year): Fix -/+ typo.
6140         Reported by Chong Yidong <cyd@stupidchicken.com>.
6142 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
6144         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
6146         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
6147         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
6149 2005-03-25  Richard M. Stallman  <rms@gnu.org>
6151         * filesets.el (filesets-init): Add autoload.
6153         * mail/mailalias.el (mail-directory): Doc fix.
6155 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6157         * mail/mailalias.el (mail-directory-process): Do nothing if
6158         mail-directory-process is an atom.
6159         (mail-get-names): Ignore mail-directory-names if it is an atom.
6160         (mail-directory-process defvar): Doc fix.
6161         (mail-names): Doc fix.
6163 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
6165         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
6167 2005-03-26  Kenichi Handa  <handa@m17n.org>
6169         * international/mule-util.el (detect-coding-with-priority):
6170         Call update-coding-systems-internal before detect-coding-region.
6172 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
6174         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6175         (gdb-frames-mode-map): Add follow-link property.
6177 2005-03-25  Jay Belanger  <belanger@truman.edu>
6179         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
6180         for variables.
6182 2005-03-25  Juri Linkov  <juri@jurta.org>
6184         * image-mode.el: Optimize image filename extension regexps in
6185         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
6186         in `auto-mode-alist'.
6187         (image-mode): Add `image-toggle-display-text' to local hook
6188         `change-major-mode-hook'.  Display the image as an image by
6189         default.  Set `cursor-type' and `truncate-lines' if the image
6190         is already displayed.  Take into account the current mode (image
6191         or text) in message.
6192         (image-minor-mode): New minor mode.
6193         (image-mode-maybe, image-toggle-display-text): New functions.
6194         (image-toggle-display): Use called-interactively-p.
6195         Let-bind `inhibit-read-only' to t.
6197         * image-mode.el (image-minor-mode): Set `cursor-type' and
6198         `truncate-lines' if the image is already displayed.  Add turning
6199         image-minor-mode off to `change-major-mode-hook'.  Add message.
6200         Call `image-toggle-display-text' after turning image-minor-mode off.
6202 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6204         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
6205         Terminal.app, use utf-8.
6206         (set-display-table-and-terminal-coding-system): Add coding-system arg.
6207         (set-locale-environment): Use it.
6209         * term/xterm.el: Undo last change, better done in mule-cmds.el.
6211         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
6213         * progmodes/python.el (python-close-block-statement-p)
6214         (python-outdent-p, python-current-defun): Use symbol-end.
6216 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
6218         * files.el (save-some-buffers): Doc fix.
6220 2005-03-25  Werner Lemberg  <wl@gnu.org>
6222         * complete.el, thumbs.el: Replace `legal' with `valid'.
6223         * calendar/calendar.el: Replace `legal' with `valid'.
6224         * emacs-lisp/advice.el: Replace `legal' with `valid'.
6225         * mail/supercite.el: Replace `legal' with `valid'.
6226         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
6227         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
6228         Replace `legal' with `valid'.
6229         * textmodes/reftex-vars.el, textmodes/reftex.el:
6230         Replace `legal' with `valid'.
6232 2005-03-25  Werner Lemberg  <wl@gnu.org>
6234         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
6235         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
6236         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
6237         * emulation/vip.el: Replace `illegal' with `invalid'.
6238         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
6239         * mail/supercite.el: Replace `illegal' with `invalid'.
6240         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
6241         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
6242         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
6243         * progmodes/sh-script.el, progmodes/xscheme.el:
6244         Replace `illegal' with `invalid'.
6245         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
6246         * textmodes/reftex-index.el, textmodes/reftex-parse.el
6247         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
6248         * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
6250 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6252         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
6253         (flymake-find-buildfile, flymake-find-possible-master-files)
6254         (flymake-check-include, flymake-parse-line): Replace loops over the
6255         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
6257         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
6258         Substitute file-name-as-directory in the rest of the file.
6259         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
6260         (flymake-replace-region): Remove unused arg `buffer'.
6261         (flymake-check-patch-master-file-buffer): Update calls to it.
6262         (flymake-add-err-info): Remove unused var `count'.
6263         (flymake-mode): Use define-minor-mode.
6265         * progmodes/flymake.el: Use with-current-buffer.
6266         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
6267         flymake-replace-regexp-in-string, flymake-line-beginning-position)
6268         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
6269         Avoid testing for `xemacs'.
6270         (flymake-nop): Move.
6271         (flymake-region-has-flymake-overlays): Return the computed value.
6272         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
6273         Remove unused var `endline'.
6274         (flymake-get-line-count): Remove unused function.
6275         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
6277         * emulation/vi.el:
6278         * generic.el:
6279         * hilit-chg.el (global-highlight-changes):
6280         * hi-lock.el (hi-lock-mode):
6281         * follow.el: find-file-hooks -> find-file-hook.
6283         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
6285 2005-03-24  Juri Linkov  <juri@jurta.org>
6287         * dired.el (dired-mode-map): Add menu item "Compare directories"
6288         for dired-compare-directories.
6290         * dired-aux.el (dired-compare-directories): Add autoload cookie.
6291         Doc fix.  Replace `read-file-name' with `read-directory-name'.
6293 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6295         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
6297 2005-03-24  Jay Belanger  <belanger@truman.edu>
6299         * calc/calc-embed.el (calc-embedded-mode-change): Save all
6300         relevant mode settings in calc-embedded-original-modes when modes
6301         are permanently changed.
6303 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6305         * autoinsert.el: find-file-hooks -> find-file-hook.
6307 2005-03-24  Lute Kamstra  <lute@gnu.org>
6309         * generic.el (generic-font-lock-defaults): Make it obsolete.
6310         (generic-font-lock-keywords): New variable to replace
6311         generic-font-lock-defaults.
6312         (generic-mode-set-font-lock): Delete it.
6313         (generic-mode-internal): Don't call generic-mode-set-font-lock.
6314         (generic-bracket-support): Add docstring.
6316         * generic-x.el: Rename generic-font-lock-defaults to
6317         generic-font-lock-keywords throughout.
6318         (mailagent-rules-setup-function): Delete it.
6319         (mailagent-rules-generic-mode): Use anonymous function instead.
6320         (show-tabs-generic-mode-font-lock-defaults-1)
6321         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
6322         Quote faces.
6323         (show-tabs-tab-face, show-tabs-space-face): Specify background,
6324         not foreground.
6326         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6327         Recognize define-generic-mode.
6329 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6331         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
6332         if there's no completion table.
6334 2005-03-23  Miles Bader  <miles@gnu.org>
6336         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6337         Remove tty-specific variants, as they're no longer needed.
6339 2005-03-23  Lute Kamstra  <lute@gnu.org>
6341         * generic-x.el: Code cleanup: make args constant whenever possible.
6342         (installshield-statement-keyword-list)
6343         (installshield-system-functions-list)
6344         (installshield-system-variables-list, installshield-types-list)
6345         (installshield-funarg-constants-list): Make them constants.
6347         * generic.el (generic-make-keywords-list): Add autoload cookie.
6349         * calendar/time-date.el: Add comment on time value formats.
6350         Don't require parse-time.
6351         (with-decoded-time-value): New macro.
6352         (encode-time-value): New function.
6353         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6354         (days-to-time): Return a valid time value when arg is huge.
6355         (time-since): Use time-subtract.
6356         (time-to-number-of-days): Use time-to-seconds.
6358 2005-03-23  David Ponce  <david@dponce.com>
6360         * recentf.el: (recentf-keep): New option.
6361         (recentf-menu-action): Default to `find-file'.
6362         (recentf-keep-non-readable-files-flag)
6363         (recentf-keep-non-readable-files-p)
6364         (recentf-file-readable-p, recentf-find-file)
6365         (recentf-cleanup-remote): Remove.
6366         (recentf-include-p): More robust.
6367         (recentf-keep-p): New function.
6368         (recentf-remove-if-non-kept): Rename from
6369         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
6370         All callers updated.
6371         (recentf-menu-items-for-commands): Fix help string.
6372         (recentf-track-closed-file): Update.  Doc fix.
6373         (recentf-cleanup): Update.  Count removed files.  Doc fix.
6375 2005-03-23  Kim F. Storm  <storm@cua.dk>
6377         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6378         Don't inherit from fringe face (now happens automatically).
6380 2005-03-22  Kim F. Storm  <storm@cua.dk>
6382         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
6383         position values.
6385 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6387         * menu-bar.el (showhide-date-time): Remove.
6388         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
6389         (menu-bar-make-mm-toggle): Simplify.
6391 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6393         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
6394         Accept qualified variable and function names.
6396 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
6398         * bindings.el (completion-ignored-extensions):
6399         Remove ".lis" for `vax-vms'.
6401 2005-03-22  Andreas Schwab  <schwab@suse.de>
6403         * generic-x.el: Revert last change.
6404         * ldefs-boot.el: Update.
6406 2005-03-22  Jay Belanger  <belanger@truman.edu>
6408         * calc/calc-embed (calc-embedded-original-modes): New variable.
6409         (calc-embedded-save-original-modes)
6410         (calc-embedded-restore-original-modes): New functions.
6411         (calc-do-embedded): Save original modes when entering embedded mode
6412         and restore when leaving embedded mode.
6413         (calc-embedded-modes-change): Change the value of
6414         calc-embedded-original-modes to reflect permanent changes.
6416 2005-03-22  Lute Kamstra  <lute@gnu.org>
6418         * generic-x.el: Require generic again.
6420 2005-03-22  Miles Bader  <miles@gnu.org>
6422         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6423         Tweak details to look good on both ttys and bitmap displays, light
6424         or dark background, etc.
6426 2005-03-21  Kim F. Storm  <storm@cua.dk>
6428         * tooltip.el (tooltip-show-help-function): Check car and cdr of
6429         mouse position.
6431 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6433         * icomplete.el: Don't forcibly turn on the mode upon load.
6434         (icomplete-mode): Use define-minor-mode.
6435         (icomplete-eoinput): Default to nil.
6436         (icomplete-minibuffer-setup): Remove autoload.
6437         (icomplete-tidy): Simplify.
6438         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
6439         in the initial state or if the user has modified the field.
6440         Fix handling of icomplete-max-delay-chars.
6441         Remove code that handles the oddball case where
6442         minibuffer-completion-table is an integer.
6443         Wrap icomplete-completions in while-no-input in case building
6444         completions takes more time than expected.
6445         (icomplete-completions): Simplify.
6447 2005-03-21  Richard M. Stallman  <rms@gnu.org>
6449         * jka-compr.el (jka-compr-really-do-compress):
6450         Make variable buffer-local.
6452         * image-mode.el: Handle .xpm files too.
6453         (image-toggle-display): Preserve modification flag.
6455         * help.el (where-is): Don't mention aliases with no key bindings.
6457 2005-03-21  Lute Kamstra  <lute@gnu.org>
6459         * generic.el: Fix commentary section.  Don't require cl for compilation.
6460         (generic-mode-list): Add autoload cookie.
6461         (generic-use-find-file-hook, generic-lines-to-scan)
6462         (generic-find-file-regexp, generic-ignore-files-regexp)
6463         (generic-mode, generic-mode-find-file-hook)
6464         (generic-mode-ini-file-find-file-hook): Fix docstrings.
6465         (define-generic-mode): Make it a defmacro.  Fix docstring.
6466         (generic-mode-internal): Code cleanup.  Add autoload cookie.
6467         (generic-mode-set-comments): Code cleanup.
6468         * generic-x.el: Don't prevent compilation.  Don't require generic.
6469         Follow coding conventions.  Minor code cleanup.
6470         (etc-fstab-generic-mode): Add some keywords.
6471         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
6472         define-generic-mode like a function declaration.
6474 2005-03-21  Jay Belanger  <belanger@truman.edu>
6476         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
6477         changing modes.
6479 2005-03-21  Sam Steingold  <sds@gnu.org>
6481         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
6483 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
6485         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
6486         Add underscore to "f$ lexicals" regexp.
6488 2005-03-20  Juri Linkov  <juri@jurta.org>
6490         * subr.el (progress-reporter-do-update): When `min-value' is equal
6491         to `max-value', set `percentage' to 0 and prevent division by zero.
6493 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
6495         Sync with Tramp 2.0.48.
6497         * tramp.el (all): Change all addresses to .gnu.org.
6498         (tramp-append-tramp-buffers): New defun.
6499         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
6500         Catch `dont-send' signal.
6501         (tramp-set-auto-save-file-modes): Set always permissions, because
6502         there might be an old auto-saved file belonging to another
6503         original file.  This could be a security threat.  Reported by
6504         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
6505         Check for Emacs 21.3.50 removed.
6507         * tramp-smb.el (all): Remove debug construct for
6508         `with-parsed-tramp-file-name'.
6509         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
6510         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
6511         No error message if DIRECTORY or FILENAME doesn't exist.
6512         (tramp-smb-open-connection): Check existence of
6513         `tramp-smb-program'.
6515 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6517         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
6518         Properly handle the case where the `m' or `s' command's argument is not
6519         yet terminated.
6520         (perl-indent-new-calculate): New function.
6521         (perl-indent-line): Use it.
6523 2005-03-20  Miles Bader  <miles@gnu.org>
6525         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
6526         in text-mode too.  Change to new face names.
6527         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
6528         Add `:weight bold' attribute.
6529         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
6531 2005-03-19  Juri Linkov  <juri@jurta.org>
6533         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
6535         * international/mule.el (auto-coding-alist): Sync with
6536         `auto-mode-alist' by adding upper case archive file extensions
6537         and adding ear/war to jar extension.
6539 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
6541         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
6542         running, restart it.
6544 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
6546         * finder.el (finder-current-item): Throw an error on an empty line.
6548         * man.el (Man-follow-manual-reference): If current-word returns
6549         nil, use "".
6551 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
6553         * simple.el (goto-line): Doc fix.
6555 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
6557         * files.el (save-buffer): Doc fix.
6559 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
6561         * recentf.el (recentf-cleanup-remote): New variable.
6562         (recentf-cleanup): Use it to conditionally check availability of
6563         remote files.
6565 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
6567         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
6568         function names.
6570 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
6572         * language/thai-word.el: New file.
6574 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
6576         * files.el (backup-buffer): If the file's directory is not
6577         writable, use copy instead of move to backup the file.
6579 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
6581         * obsolete/keyswap.el: Moved to obsolete/ from term/.
6583 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6585         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
6586         Use functionp instead of symbolp and fboundp.  Reported by Drkm
6587         <darkman_spam@yahoo.fr>.
6588         (ps-print-version): New version 6.6.6.
6590 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
6592         * textmodes/table.el (table--line-column-position): New idiom.
6593         (table--row-column-insertion-point-p): New function to test
6594         validity of row and column insertion operation at a location.
6595         (table-global-menu, table-cell-menu): Use above functions for
6596         deterministic test operation.
6597         (table--editable-cell-p): Behave in deterministic fashion.
6599 2005-03-18  Juri Linkov  <juri@jurta.org>
6601         * isearch.el (isearch-lazy-highlight-new-loop):
6602         Make arguments beg and end optional.
6603         (isearch-update): Remove optional arguments nil from
6604         isearch-lazy-highlight-new-loop.
6605         (isearch-lazy-highlight-search): Let-bind case-fold-search to
6606         isearch-lazy-highlight-case-fold-search instead of
6607         isearch-case-fold-search, and let-bind isearch-regexp to
6608         isearch-lazy-highlight-regexp.
6609         Use isearch-lazy-highlight-last-string instead of isearch-string.
6611         * replace.el (perform-replace): Remove bindings of global
6612         variables isearch-string, isearch-regexp, isearch-case-fold-search.
6613         Add three new arguments to `replace-highlight'.
6614         (replace-highlight): Add arguments string, regexp, case-fold.
6615         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
6616         to allow isearch-lazy-highlight-new-loop to use these values
6617         to set corresponding isearch-lazy-highlight-* internal
6618         variables whose values lazy highlighting will use regardless of
6619         changes to global variables isearch-string, isearch-regexp,
6620         isearch-case-fold-search during lazy highlighting loop.
6621         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
6622         to `lazy-highlight-cleanup'.
6624         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
6625         (ispell-highlight-face): Set default face to `isearch' when
6626         lazy highlighting is enabled.
6627         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
6628         priority to 1.  Add lazy highlighting.
6629         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
6630         from `isearch-dehighlight'.
6632 2005-03-18  David Ponce  <david@dponce.com>
6634         * files.el (hack-local-variables): Do a case-insensitive search
6635         for End.
6637 2005-03-18  Juri Linkov  <juri@jurta.org>
6639         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
6640         `isearch-lazy-highlight-cleanup', add alias to old name and
6641         declare obsolete.  Add release numbers to other obsolete vars.
6642         (isearch-done, isearch-lazy-highlight-new-loop):
6643         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
6644         (lazy-highlight-cleanup) <variable>: Doc fix.
6645         (isearch-lazy-highlight-update): Rename obsolete
6646         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
6648 2005-03-18  Kenichi Handa  <handa@m17n.org>
6650         * language/thai-util.el: Fix categorization of Thai characters in
6651         thai-category-table.
6652         (thai-composition-pattern): Adjust it for the above change.
6653         (thai-self-insert-command, thai-compose-syllable): New functions.
6654         (thai-compose-region): Use thai-compose-syllable.
6655         (thai-compose-string): Likewise.
6656         (thai-composition-function): Likewise.
6657         (thai-auto-composition): New function.
6658         (thai-auto-composition-mode): New minor mode.
6660         * language/thai.el: Fix patterns to be registered in
6661         composition-function-table.
6663         * international/quail.el (quail-input-method): Locally bind
6664         inhibit-modification-hooks to t.
6666 2005-03-17  Richard M. Stallman  <rms@gnu.org>
6668         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
6669         (perl-mode): Use run-mode-hooks.
6671         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
6672         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
6673         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
6675         * mail/sendmail.el (sendmail-send-it): Reenable the code
6676         to compute resend-to-address and use it.
6678         * tar-mode.el (tar-mode): Turn off undo unconditionally.
6680         * image-mode.el: New file.
6682         * image.el (insert-sliced-image): Add autoload cookie.
6684         * font-lock.el (font-lock-lines-before): New user option.
6685         (font-lock-after-change-function): Obey it.
6687         * bindings.el (esc-map): Make M-g a prefix.
6688         Bind M-g g and M-g M-g to goto-line.
6690         * faces.el (face-id): Doc fix.
6692 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
6694         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
6695         (rmail-show-message): Use rmail-unknown-mail-followup-to.
6696         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
6698         * mail/sendmail.el (mail-yank-ignored-headers)
6699         (mail-font-lock-keywords, mail-mode-fill-paragraph):
6700         Add Mail-Followup-To and Mail-Reply-To headers.
6701         (mail-citation-hook): Add autoload cookie.
6702         (mail-mode): Doc fix.
6703         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
6704         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
6705         (mail-mode-fill-paragraph): Handle those headers.
6706         (mail-mailing-lists): New variable.
6707         (mail-mail-reply-to, mail-mail-followup-to): New functions.
6709 2005-03-17  Juri Linkov  <juri@jurta.org>
6711         * isearch.el (isearch-fallback): Check for `(car previous)'
6712         before calling `isearch-other-end-state'.
6714 2005-03-17  Kim F. Storm  <storm@cua.dk>
6716         * simple.el (move-beginning-of-line): Move to beginning of buffer
6717         line, as well as beginning of screen line.
6719 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
6721         * calendar/diary-lib.el (mark-diary-entries): Use new optional
6722         argument REDRAW rather than calendar-redrawing variable.
6723         * calendar/calendar.el (calendar-redrawing): Delete.
6724         (redraw-calendar): Do not bind calendar-redrawing.
6726 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
6728         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
6729         diary-file buffer.
6731 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6733         * help.el (describe-mode): Allow a :minor-mode-function property to
6734         specify a different minor mode toggle function than the variable.
6735         * simple.el (auto-fill-function):
6736         * subr.el (add-minor-mode): Use it.
6738 2005-03-16  Kenichi Handa  <handa@m17n.org>
6740         * language/ethio-util.el (sera-being-called-by-w3): New variable.
6741         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
6742         (ethio-fidel-to-sera-buffer): Likewise.
6744 2005-03-16  Juri Linkov  <juri@jurta.org>
6746         * emacs-lisp/find-func.el (find-function-regexp):
6747         Add defun-emitting macro `menu-bar-make-toggle'.
6749         * isearch.el: Put `isearch-scroll' property to
6750         `split-window-horizontally'.
6752         * info.el: Update error messages for `debug-ignored-errors'.
6753         (Info-isearch-search): Doc fix.
6754         (Info-find-node): Move up code to go into info buffer before
6755         recording the node to the history.
6756         (Info-fontify-node): Fontify titles only if the next line
6757         has two or more `*', `=', `-', `.'.
6758         Display "go to this node" for empty (match-string 3).
6760 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6762         * term/mac-win.el: Add mouse pointer shape constants.
6764 2005-03-15  Kim F. Storm  <storm@cua.dk>
6766         * simple.el (move-beginning-of-line): Use vertical-motion.
6768 2005-03-15  Juri Linkov  <juri@jurta.org>
6770         * isearch.el (isearch-error): New variable.
6771         (isearch-invalid-regexp, isearch-within-brackets): Remove.
6772         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
6773         (isearch-within-brackets-state): Remove.
6774         (isearch-case-fold-search-state, isearch-pop-fun-state):
6775         Decrease frame index.
6776         (isearch-mode, isearch-top-state, isearch-push-state)
6777         (isearch-edit-string, isearch-abort, isearch-search-and-update)
6778         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
6779         (isearch-search, isearch-lazy-highlight-new-loop):
6780         Replace `isearch-invalid-regexp' with `isearch-error'.
6781         Remove `isearch-within-brackets'.
6782         (isearch-search): Add `search-failed' handler to `condition-case'.
6783         (isearch-lazy-highlight-search): Add `condition-case' to catch
6784         errors and allow `isearch-lazy-highlight-update' to try
6785         highlighting from the beginning of the window.
6786         (isearch-repeat): Move up code to set isearch-wrapped to t
6787         before calling isearch-wrap-function.
6789         * info.el (Info-isearch-initial-node): New internal variable.
6790         (Info-search): Signal an error in isearch mode when search leaves
6791         the initial node.  Signal an error when `bound' is non-nil and
6792         nothing was found in the current subfile.
6793         (Info-isearch-search): Remove `condition-case'.
6794         (Info-isearch-wrap): Don't wrap when search failed during leaving
6795         the initial node.  If `Info-isearch-search' is nil, wrap around
6796         the current node.
6797         (Info-isearch-start): New fun.
6798         (Info-mode): Add buffer-local hook `Info-isearch-start' to
6799         `isearch-mode-hook'.
6801 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6803         * simple.el (normal-erase-is-backspace): Set default to t if
6804         running on Mac.
6806         * term/mac-win.el (function-key-map): Sync with x-win.el.
6808 2005-03-15  Kenichi Handa  <handa@m17n.org>
6810         * international/mule-cmds.el (locale-language-names): Modify the
6811         format of elements and add more entries.
6812         (locale-preferred-coding-systems): Add more entries.
6813         (set-locale-environment): Adjust for the change of
6814         locale-language-names.
6816 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6818         * pcvs.el (smerge-ediff): Remove bogus autoload.
6820 2005-03-14  Lute Kamstra  <lute@gnu.org>
6822         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
6823         Ignore a `*' at the beginning of a line.
6825         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
6826         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
6827         subr.el.
6828         (dont-compile, eval-when-compile, eval-and-compile): Use declare
6829         to specify indentation.
6831         * generic.el (define-generic-mode): Let generic-mode-list be a
6832         list of strings; test membership with equal.
6834 2005-03-14  Kim F. Storm  <storm@cua.dk>
6836         * simple.el (next-line, previous-line): Add optional try-vscroll
6837         arg to recognize interactive use.  Pass it on to line-move.
6838         (line-move): Don't perform auto-window-vscroll when defining or
6839         executing keyboard macro to ensure consistent behavior.
6841 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6843         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
6845 2005-03-13  Lute Kamstra  <lute@gnu.org>
6847         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
6848         debugger-setup-buffer so that backtrace marks the frames set to
6849         debug-on-exit and we don't have to do it manually.  Set an extra
6850         debug-on-exit for macro's.
6851         (debugger-setup-buffer): Don't mark the top frame manually.
6853 2005-03-12  Lute Kamstra  <lute@gnu.org>
6855         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
6856         lisp-indent-function throughout.
6857         (with-no-warnings): Set lisp-indent-function property.
6859 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
6861         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
6862         Add entry for backslash.
6864 2005-03-12  Juri Linkov  <juri@jurta.org>
6866         * info.el (Info-search): Four fixes for backward search.
6868 2005-03-11  Jay Belanger  <belanger@truman.edu>
6870         * calc/calc.el (calc-language-alist): New variable.
6871         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
6872         (calc-embedded-find-modes): Use calc-language-alist instead of
6873         calc-embedded-language-alist.
6875 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
6877         * calendar/calendar.el (calendar-redrawing): New internal
6878         variable.
6879         (redraw-calendar): Remove bogus save-excursion from previous
6880         change.  Bind calendar-redrawing to t for mark-diary-entries.
6881         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
6882         calendar if that is why we were called.
6884 2005-03-11  Kenichi Handa  <handa@m17n.org>
6886         * international/mule.el (make-coding-system): Set property
6887         coding-system-define-form to nil.
6888         (define-coding-system-alias): Likewise.
6890 2005-03-11  Kenichi Handa  <handa@m17n.org>
6892         These changes are suggested by Dave Love <fx@gnu.org>.
6894         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
6895         coding: tag.
6896         (adaptive-fill-regexp): Add more bullets.
6897         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
6898         regexps.
6900 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6902         * help.el (describe-mode): Properly handle non-trivial lighters.
6903         Don't ignore minor modes that are not listed in minor-mode-list.
6905         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
6906         feature ON when the user requests to turn it OFF.
6908 2005-03-10  Lute Kamstra  <lute@gnu.org>
6910         * emacs-lisp/debug.el (debug-entry-code): Delete it.
6911         (implement-debug-on-entry): New function to replace debug-entry-code.
6912         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
6913         second argument as the 2005-03-07 change makes it obsolete.
6914         (debug-on-entry, cancel-debug-on-entry): Update call to
6915         debug-on-entry-1.
6916         (debug, debugger-setup-buffer): Comment update.
6917         (debugger-frame-number): Update to work with implement-debug-on-entry.
6919 2005-03-10  Jay Belanger  <belanger@truman.edu>
6921         * calc/calc-embed.el (math-ms-args): Declare it.
6922         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
6923         math-ms-args.
6924         (calc-embedded-subst): Use math-multi-subst-rec to substitute
6925         variables.
6927 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
6929         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
6930         Use message-box.
6932         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
6933         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
6934         (tooltip-gud-tips): Simplify.
6935         (tooltip-gud-tips-p): Remove superfluous :set.
6936         (tooltip-gud-modes): Add fortran-mode.
6937         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
6939         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
6941 2005-03-09  Kim F. Storm  <storm@cua.dk>
6943         * play/animate.el (animate-place-char): Use forward-line instead
6944         of next-line to improve performance.
6946 2005-03-09  Simon Josefsson  <jas@extundo.com>
6948         * net/browse-url.el (browse-url-default-browser): Doc fix.
6950 2005-03-09  Miles Bader  <miles@gnu.org>
6952         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
6953         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
6955 2005-03-09  Kenichi Handa  <handa@m17n.org>
6957         * international/latin-1.el: Set case and syntax for 255 only if
6958         set-case-syntax-set-multibyte is nil.
6960         * textmodes/ispell.el (ispell-insert-word): New function.
6961         (ispell-word): Use ispell-insert-word to insert a new word.
6962         (ispell-process-line): Likewise.
6963         (ispell-complete-word): Likewise.
6965 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
6967         * calendar/calendar.el (redraw-calendar): Preserve point.
6968         Reported by Matt Hodges <MPHodges@member.fsf.org>.
6969         (calendar-week-start-day): Move after definition of
6970         redraw-calendar.  Delete buffer test, since redraw-calendar has
6971         that now.
6973         * calendar/diary-lib.el (mark-diary-entries): Only call
6974         redraw-calendar in the first of any recursive calls.
6975         Reported by Alan Shutko <ats@acm.org>.
6977 2005-03-08  Juri Linkov  <juri@jurta.org>
6979         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
6980         (html-horizontal-rule, html-line, html-image, html-checkboxes)
6981         (html-radio-buttons): Add a space before the trailing `/>' where
6982         sgml-xml-mode is non-nil.
6983         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
6984         the subsequent tag of the empty XML tag.
6985         (html-href-anchor): Don't set initial input to "http:".
6986         (html-image): Ask for the image URL and set point inside alt="".
6987         (html-name-anchor): Duplicate the name in the `id' attribute when
6988         sgml-xml-mode is non-nil.
6989         (html-paragraph): Remove \n before <p>.
6990         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
6991         instead of `checked' when sgml-xml-mode is non-nil.
6993         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
6994         Remove 1 space before #RRGGBB to not truncate it on terminal
6995         windows w/o fringes.  Remove 1 space between bg and fg examples
6996         to get more space.
6997         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
6998         avoid byte-compile warnings.
7000         * image-file.el (image-file-handler): Put `safe-magic' property to
7001         `image-file-handler'.
7003         * info.el (Info-isearch-search): Emulate word search in
7004         isearching through multiple Info nodes with Info-search.
7005         (Info-isearch-wrap): Allow isearch-word.
7007 2005-03-08  Lute Kamstra  <lute@gnu.org>
7009         * emacs-lisp/debug.el (debugger-step-through): Make sure that
7010         stepping into the debugger's code is not possible.
7011         (debugger-jumping-flag): Docstring update.
7013 2005-03-08  Jay Belanger  <belanger@truman.edu>
7015         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7016         embedded mode begins.
7017         (calc-embedded-language-alist): New variable.
7018         (calc-embedded-find-modes): Use calc-embedded-language-alist to
7019         set default language mode.
7021 2005-03-08  Kenichi Handa  <handa@m17n.org>
7023         * international/ccl.el (define-ccl-program): Fix docstring about
7024         extra 256 bytes assured for the output buffer.
7026         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7027         Fix BUFFER_MAGNIFICATION to 2.
7028         (ccl-encode-mule-utf-16be-with-signature): Likewise.
7030 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
7032         * align.el (align-rules-list): Added an alignment rule for CSS
7033         declarations (applies to css-mode and html-mode buffers).
7035 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7037         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7039 2005-03-07  Kim F. Storm  <storm@cua.dk>
7041         * simple.el (move-beginning-of-line): New command.
7043         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7045         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7047         * emulation/cua-base.el: Put CUA move property on move-end-of-line
7048         and move-beginning-of-line.
7050         * apropos.el (apropos-print): Omit command from M-x ... RET.
7052 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
7054         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7055         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7057 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7059         * bindings.el (esc-map): Bind M-g to goto-line.
7061         * facemenu.el (global-map): Bind M-o, not M-g.
7063 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7065         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7066         "Open Directory" as for "Open File".
7068 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
7070         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7071         (push-mark-command): Run activate-mark-hook.
7073 2005-03-06  Richard M. Stallman  <rms@gnu.org>
7075         * help-mode.el (help-mode-finish): Don't alter the element
7076         in view-return-to-alist if there already is one.
7078         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7079         make sure the current buffer is the expected one.
7081         * novice.el (disabled-command-function): Output in *Disabled Command*.
7082         Explicitly ignore non-keyboard events, and explicitly handle C-g.
7084         * textmodes/flyspell.el (flyspell-large-region):
7085         Pass args differently for aspell.
7087         * files.el (mode-require-final-newline): Doc fix.
7089 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
7091         * progmodes/which-func.el (which-function):
7092         Specify NOERROR when calling imenu--make-index-alist.
7094 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7096         * simple.el (normal-erase-is-backspace): Define default value.
7098         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7099         (custom-reevaluate-setting): Simple function to handle
7100         variables that are defined before their default value can really
7101         be computed.
7103         * startup.el (command-line): Use it for temporary-file-directory,
7104         small-emporary-file-directory, auto-save-file-name-transforms,
7105         blink-cursor-mode, and normal-erase-is-backspace.
7107         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7108         progress, even with buggy anchored keywords.
7110 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
7112         * simple.el (goto-line): Remove unbalanced final parenthesis.
7114 2005-03-05  Richard M. Stallman  <rms@gnu.org>
7116         * simple.el (goto-line): Use a number at point as the default.
7117         With C-u as arg, switch buffers.
7119 2005-03-05  Juri Linkov  <juri@jurta.org>
7121         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7122         with `no-blinking-cursor'.
7124         * startup.el (no-blinking-cursor): New defvar.
7125         (command-line): Add `--no-blinking-cursor' to longopts.
7126         Set `no-blinking-cursor' to t for command line arguments
7127         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
7128         with `no-blinking-cursor' in the condition for calling
7129         `blink-cursor-mode'.
7131 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
7133         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7134         (menu-bar-options-save): Add blink-cursor-mode.
7135         (menu-bar-options-menu): Add blink-cursor-mode.
7137 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
7139         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
7140         (icalendar-export-file, icalendar-export-region)
7141         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
7142         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
7144 2005-03-04  Lute Kamstra  <lute@gnu.org>
7146         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
7147         (debug-function-list): Ditto.
7149 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
7151         * textmodes/texinfmt.el (texinfo-append-refill):
7152         Redefine the types of line to which @refill
7153         is not appended by replacing a search for `@refill\\|@bye' with
7154         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
7155         itemize@refill' bug and the unfilled long lines bug.
7156         (texinfmt-version): Update number and date.
7158 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7160         * international/code-pages.el (windows-1250, windows-125[2-8])
7161         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
7163 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7165         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
7166         bound yet.
7168 2005-03-02  Romain Francoise  <romain@orebokech.com>
7170         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
7171         buffer after removing limits.
7172         (ibuffer-pop-filter): Ditto.
7173         Update copyright.
7175 2005-03-02  Miles Bader  <miles@gnu.org>
7177         * button.el (make-text-button): If the user doesn't specify a
7178         type, use the default.  Rewrite to use `add-text-properties' and
7179         plist functions.
7181 2005-03-01  Lute Kamstra  <lute@gnu.org>
7183         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
7184         (debugger-jumping-flag): New var.
7185         (debug-entry-code): Use it.
7186         (debugger-jump): Use debugger-jumping-flag and add
7187         debugger-reenable to post-command-hook.
7188         (debugger-reenable): Use debugger-jumping-flag and remove itself
7189         from post-command-hook.
7190         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
7191         debugger-reenable.
7193 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
7195         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
7196         inclusion of "itemize\\|", which may be unnecessary, is certainly
7197         inelegant, and stops refilling in itemize lists when formatting
7198         Japanese Texinfo files to Info.
7199         Update copyright to 2005.
7201 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
7203         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
7204         of an error if GDB can't find the source file.
7206 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
7208         * calendar/calendar.el (redraw-calendar): Work from any buffer,
7209         not just the calendar.
7211         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
7212         first.
7213         (diary-redraw-calendar): New function.
7214         (make-diary-entry): Add diary-redraw-calendar to local
7215         write-contents-functions.  Turn off selective display before
7216         inserting in diary.
7218 2005-03-01  Kim F. Storm  <storm@cua.dk>
7220         * emacs-lisp/copyright.el (copyright-fix-years): New command.
7222 2005-03-01  Lute Kamstra  <lute@gnu.org>
7224         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
7225         that debug-entry-code can be safely removed from a function while
7226         this code is being evaluated.  Revert the 2005-02-27 change as the
7227         new implementation no longer requires it.  Make sure that a
7228         function body containing just a string is not mistaken for a docstring.
7229         (debug): Skip one more frame in case of debug on entry.
7230         (debugger-setup-buffer): Delete one more frame line in case of
7231         debug on entry.
7232         (debugger-frame-number): Update to use the new text introduced by
7233         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
7235 2005-02-28  Kim F. Storm  <storm@cua.dk>
7237         * double.el (double-translate-key): Call force-window-update after
7238         read-event to avoid crash in redisplay.
7240 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7242         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
7243         (debug): Use it.  Move the inhibit-trace earlier.
7244         (debug-entry-code): New const.
7245         (debug-on-entry-1): Use it.
7247 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
7249         * international/utf-16.el (ccl-encode-mule-utf-16le):
7250         Fix BUFFER_MAGNIFICATION to 2.
7251         (ccl-encode-mule-utf-16be): Likewise.
7253 2005-02-28  Kenichi Handa  <handa@m17n.org>
7255         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7256         Fix BUFFER_MAGNIFICATION to 4.
7257         (ccl-encode-mule-utf-16be-with-signature): Likewise.
7259 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
7261         * speedbar.el (speedbar-update-flag): Doc fix.
7262         (speedbar-show-info-under-mouse): Give set-mouse-position the right
7263         argument.
7265 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7267         * reveal.el (reveal-post-command): Don't try to reveal overlays which
7268         have a non-nil `invisible' property but are actually visible.
7270         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
7271         for perldoc sections.
7272         (perl-outline-regexp, perl-outline-level): New var and function.
7273         (perl-mode): Use them.
7275 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
7277         * calendar/diary-lib.el (diary-remind): Discard any mark portion
7278         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
7280 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
7282         * cus-edit.el: Comment change.
7283         (custom-buffer-create-internal): Slightly reword text at top of
7284         Custom buffers.  Mention there that saving an option edits the
7285         init file.  Add link to Emacs manual node on `custom-file'.
7286         (custom-magic-alist): Rewrite individual State messages to use
7287         capitalized keywords.  Doc fix.
7289 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
7291         * calendar/calendar.el (calendar-buffer): Move above
7292         calendar-week-start-day.
7293         (calendar-week-start-day): Doc fix.  Add :set function.
7294         (calendar-minimum-window-height): New variable.
7295         (generate-calendar-window): Only resize window if selected-window
7296         is displaying the calendar buffer.  Use new variable
7297         calendar-minimum-window-height.
7298         (generate-calendar): Reword error message.
7299         (calendar-mode-map): Bind DEL to scroll-other-window-down.
7301 2005-02-27  Andreas Schwab  <schwab@suse.de>
7303         * vc.el (vc-do-command): Don't run command asynchronously when
7304         operating in a remote directory.
7306         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
7307         change from sync with Tramp 2.0.47.
7309 2005-02-27  Richard M. Stallman  <rms@gnu.org>
7311         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7313         * textmodes/flyspell.el (flyspell-mode-on):
7314         Call ispell-change-dictionary only if necessary.
7316         * emacs-lisp/re-builder.el (regexp-builder): New function.
7318         * register.el (describe-register-1): Explicitly handle
7319         yank-excluded-properties = t.
7321         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
7322         (custom-magic-alist): Change the status descriptions again.
7323         (face widget-type): Total rewrite based on `restricted-sexp'
7324         to eliminate the confusing double hiding levels.
7326         * emacs-lisp/debug.el (debug-on-entry-1):
7327         If function body is empty, add nil as body form.
7329 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7331         * emacs-lisp/trace.el (inhibit-trace): New var.
7332         (trace-make-advice): Use it.
7334         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
7336 2005-02-26  Kim F. Storm  <storm@cua.dk>
7338         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
7339         (mouse-on-link-p, mouse-drag-region-1): Use it.
7341 2005-02-25  Lute Kamstra  <lute@gnu.org>
7343         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
7345 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
7347         * frame.el (blink-cursor-mode): Add :group keyword.
7349 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
7351         * calendar/icalendar.el (icalendar--decode-isodatetime):
7352         New optional argument DAY-SHIFT.
7353         (icalendar-export-region): Fix coding-system-for-write.
7354         (icalendar--convert-ical-to-diary): Shift end-day of all-day
7355         events by one.
7357 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7359         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
7361 2005-02-24  Kim F. Storm  <storm@cua.dk>
7363         * international/iso-acc.el (iso-accents-compose): Fix crash
7364         during redisplay.  Call force-window-update after read-event
7365         and delete-region to signal that window is not accurate.
7367 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7369         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
7370         Remove unused and inexistent var `inhibit-trace'.
7371         (debugger-mode): Use run-mode-hooks.
7372         (debugger-list-functions): Add buttons; setup xref stack.
7374 2005-02-23  Richard M. Stallman  <rms@gnu.org>
7376         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
7377         appointment says it was explicitly made.
7378         (appt-add): Set the 3rd element.
7379         (appt-make-list): Preserve explicit appointments.
7381         * subr.el (find-tag-default): Catch errors in forward-sexp.
7383 2005-02-23  Juri Linkov  <juri@jurta.org>
7385         * info.el (Info-isearch-search): New defcustom.
7386         (Info-isearch-search): Call the default isearch function
7387         when Info-isearch-search is nil.
7388         (Info-isearch-wrap): Use variable Info-isearch-search.
7390 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
7392         * cus-edit.el: Comment change.
7394 2005-02-22  Kim F. Storm  <storm@cua.dk>
7396         * progmodes/hideif.el (hide-ifdef-use-define-alist):
7397         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
7399 2005-02-22  Simon Josefsson  <jas@extundo.com>
7401         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
7402         New variable.
7403         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
7404         Oskarsson" <myrkraverk@users.sourceforget.net>.
7406 2005-02-22  Kim F. Storm  <storm@cua.dk>
7408         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
7409         check that window of that event is the selected window.
7410         (mouse-drag-region-1): Compare mouse event window to selected
7411         window before setting point.
7413         * tooltip.el (tooltip-show-help-function): Pass event to
7414         mouse-on-link-p so it can check selected window.
7416 2005-02-22  Kenichi Handa  <handa@m17n.org>
7418         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
7419         (ps-mule-show-warning): New function.
7420         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
7421         characters are found.
7423         * ps-print.el (ps-header-footer-string): Return a list of header
7424         and footer strings.
7426 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
7428         * pcvs.el (cvs-retrieve-revision): Fix thinko.
7430 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7432         * frame.el (blink-cursor-mode): Use define-minor-mode.
7434         * term/mac-win.el (function-key-map): Use char-names more consistently.
7435         (file-name-coding-system): Only set it for MacOS-9.  The other case is
7436         already handled in mule-cmds.el (where it also works when mac-win.el
7437         is not used).
7439 2005-02-21  Kenichi Handa  <handa@m17n.org>
7441         * international/mule.el (ctext-pre-write-conversion): Always use
7442         " *code-converting-work*" buffer for work.
7444         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
7446 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
7448         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
7450 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
7452         * ses.el (undo-more): Restore defadvice, but only the part that
7453         allows changes outside the restricted area of the buffer.
7455 2005-02-20  Kim F. Storm  <storm@cua.dk>
7457         * simple.el (line-move): Add fourth optional arg try-vscroll which
7458         must be set to perform auto-window-vscroll.
7459         When moving backwards and doing auto-window-vscroll, automatically
7460         vscroll to the last part of lines which are taller than the window.
7461         (next-line, previous-line): Set try-vscroll arg on line-move.
7463 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
7465         * replace.el (query-replace, query-replace-regexp)
7466         (replace-string, replace-regexp): When operating on region, make
7467         the minibuffer prompt say so.
7469         * isearch.el (isearch-forward): Document isearch-query-replace and
7470         isearch-query-replace-regexp keybindings.
7472 2005-02-19  Jay Belanger  <belanger@truman.edu>
7474         * calc/calc-aent.el (math-read-token): Add local variable.
7476         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
7477         (calc-edit-top): Move declaration to earlier in file.
7478         (calc-edit-macro-repeats): Add local variables.
7480         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
7481         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
7482         calcFunc-tanh.
7483         Adjust integration rule for calcFunc-tan.
7485 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
7487         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
7488         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
7489         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
7490         (viper-skip-separators): Bug fix.
7491         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
7492         particular major mode.
7493         (viper-del-backward-char-in-replace): Don't put deleted char on the
7494         kill ring.
7496         * viper-ex.el (viper-color-display-p): New function.
7497         (viper-has-face-support-p): Use viper-color-display-p.
7499         * viper-keym.el (viper-gnus-modifier-map): New keymap.
7501         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
7503         * viper-util.el (viper-glob-unix-files): Fix shell status check.
7504         (viper-file-remote-p): Make equivalent to file-remote-p.
7506         * viper.el (viper-major-mode-modifier-list):
7507         Use viper-gnus-modifier-map.
7509 2005-02-19  David Kastrup  <dak@gnu.org>
7511         * subr.el (subregexp-context-p): Fix garbled doc string by adding
7512         quoting.
7514 2005-02-19  Jay Belanger  <belanger@truman.edu>
7516         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
7517         Remove extra definitions.
7518         (calc-coth): New function.
7519         (calcFunc-cot): Fix `let'.
7521 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
7523         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
7524         the reasons we use "type pc" in these faces.
7526         * button.el (button): Ditto.
7528 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
7530         * replace.el (query-replace-read-from): Set the value of
7531         query-replace-from-history-variable to handle the case of an empty
7532         string entered to accept the suggested default.
7534         * net/tramp.el (tramp-file-name-for-operation):
7535         Use dired-call-process instead of dired-call-process-command.
7537 2005-02-19  Jay Belanger  <belanger@truman.edu>
7539         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
7540         (math-div-non-trig): New variables.
7541         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
7542         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
7543         (math-combine-prod, math-div-symb-fancy): Add simplifications for
7544         trig expressions.
7546 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
7548         * progmodes/gdb-ui.el (gdb-var-update-handler)
7549         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
7550         for watch expressions,
7551         (gdb-var-create-handler): Don't set speedbar-update-flag.
7552         (gdb-post-prompt): Simplify test for speedbar.
7554 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
7556         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
7557         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
7558         we use the syntax table of the correct buffer.
7559         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
7560         Felix Gatzemeier.
7562         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
7563         (ediff-file-remote-p): Make synonymous with file-remote-p.
7564         In all deffaces ediff-*-face-*, use min-colors.
7566         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
7567         ediff-recurse-to-subdirectories.
7568         (ediff-mark-if-equal): Check that the arguments are strings, use
7569         ediff-same-contents (after to Felix Gatzemeier).
7571         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
7572         nil.
7574 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7576         * log-view.el (log-view-message-re): Fix up Subversion regexp.
7578 2005-02-18  David Kastrup  <dak@gnu.org>
7580         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
7581         use `mark-active' when defined.
7583 2005-02-18  Kenichi Handa  <handa@m17n.org>
7585         * ps-print.el (ps-font-info-database): New entry
7586         ZapfChancery-MediumItalic with correct font name.  Fix font name
7587         of the entry Zapf-Chancery-MediumItalic.
7589 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
7591         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
7593 2005-02-16  Kim F. Storm  <storm@cua.dk>
7595         * ido.el (ido-fallback-command): Pass user input to fallback command.
7597 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
7599         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7600         (gdb-find-file-hook): Add server prefix.
7602 2005-02-16  Richard M. Stallman  <rms@gnu.org>
7604         * replace.el (perform-replace): Pass new args to replace-highlight.
7605         (replace-highlight): Take region args,
7606         and pass them to isearch-lazy-highlight-new-loop.
7608         * novice.el (disabled-command-hook): Autoload the defalias
7609         and the make-obsolete-variable call.
7611         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
7613         * isearch.el (isearch-lazy-highlight-start-limit)
7614         (isearch-lazy-highlight-end-limit): New variables limit
7615         the region for highlighting.
7616         (isearch-lazy-highlight-new-loop): New args BEG and END.
7617         (isearch-lazy-highlight-search): Use the new vars.
7618         (isearch-lazy-highlight-update): Likewise.
7620         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
7622         * cus-start.el (all): Use default-boundp.
7624 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
7626         * menu-bar.el (menu-bar-select-frame): Handle current frame.
7628 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
7630         * autorevert.el (auto-revert-stop-on-user-input)
7631         (auto-revert-verbose): Doc fixes.
7633 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
7635         * international/mule-cmds.el (set-locale-environment): Remove call
7636         to set-selection-coding-system on Windows.
7638 2005-02-15  Jay Belanger  <belanger@truman.edu>
7640         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
7641         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
7642         calcFunc-coth.
7643         (math-simplify-sqrt): Add simplifications.
7645         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
7646         to list.
7648         * calc/calc-ext.el: Add functions to autoloads.
7650         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
7651         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
7652         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
7653         (math-csc-raw, math-cot-raw): New functions.
7655         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
7657         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
7658         the variable name in a message.
7660         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
7661         calcFunc-csc, calcFunc-cot.
7663         * calc/calcalg2.el: Add derivative and integration rules for
7664         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
7665         calcFunc-csch, calcFunc-coth.
7666         (math-do-integral-methods): Add to checks for when to use
7667         substitutions.
7669         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
7671 2005-02-15  Lute Kamstra  <lute@gnu.org>
7673         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7674         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
7675         <monnier@iro.umontreal.ca>
7676         (lisp-outline-level): Improve efficiency.  Suggested by David
7677         Kastrup <dak@gnu.org>.
7679 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
7681         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
7682         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
7683         (gdb-set-gud-minor-mode-existing-buffers): New functions.
7684         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
7685         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
7687 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
7689         * cus-start.el (all): Comment change.
7691 2005-02-14  Lute Kamstra  <lute@gnu.org>
7693         * cus-start.el (all): Check if symbol is void.
7695 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
7697         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
7698         optional argument to \cite.
7700 2005-02-14  Richard M. Stallman  <rms@gnu.org>
7702         * cus-edit.el (custom-buffer-create-internal): Update help message.
7703         (custom-magic-alist): Update help messages.
7705         * cus-start.el (all): Allow a var to specify a standard value.
7707 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
7709         * custom.el (custom-theme-set-variables): Handle variable aliases.
7711         * frame.el (blink-cursor-timer): Doc fix.
7712         (blink-cursor): Make it an alias for `blink-cursor-mode' and
7713         declare obsolete.
7714         (blink-cursor-mode): Define with defcustom and use correct
7715         standard expression in that defcustom.
7716         * startup.el (command-line): Adapt to above changes in frame.el.
7718 2005-02-11  Lute Kamstra  <lute@gnu.org>
7720         * apropos.el (apropos-score-doc): Prevent division by zero.
7722 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
7724         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
7725         (icalendar--get-event-property-attributes)
7726         (icalendar--get-event-properties)
7727         (icalendar--datetime-to-diary-date): New functions.
7728         (icalendar--split-value): Doc fix.
7729         (icalendar--datetime-to-noneuropean-date)
7730         (icalendar--datetime-to-european-date): New optional argument
7731         SEPARATOR.  Return result as a string instead of a list.
7732         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
7733         (icalendar--convert-string-for-export): Rename arg S to STRING.
7734         (icalendar-export-region): Doc fix.  Change name of error buffer.
7735         Save output buffer.
7736         (icalendar-import-file): Add blank at end of prompt.
7737         (icalendar-import-buffer): Doc fix.  Do not switch to error
7738         buffer.  Indicate status in return value.
7739         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
7740         buffer.  Save output buffer.  Handle exception from recurrence
7741         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
7742         events.  Fix problems with weekly all-day events.
7744 2005-02-10  Richard M. Stallman  <rms@gnu.org>
7746         * simple.el (eval-expression-print-format):
7747         Avoid warning about edebug-active.
7749         * help.el (help-for-help-internal): Rename from help-for-help.
7750         (help-for-help): Define with defalias.
7752         * font-core.el (font-lock-default-function): Use with-no-warnings.
7754         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
7756         * custom.el (defface): Doc fix.
7758 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
7760         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
7761         width 0" to prevent word wrapping problems.
7763 2005-02-09  Kim F. Storm  <storm@cua.dk>
7765         * ido.el (ido-file-extensions-order): New defcustom.
7766         (ido-file-extension-lessp, ido-file-extension-aux)
7767         (ido-file-extension-order): New advanced file ordering.
7768         (ido-file-lessp): New simple file ordering.
7769         (ido-sort-list): Remove.
7770         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
7771         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
7773 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
7775         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
7776         that some versions of grep produce.
7777         (grep-mode-font-lock-keywords): Likewise.
7779 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
7781         * progmodes/gdb-ui.el (gdb-location-list): New variable.
7782         (gdb-cdir): Delete.
7783         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
7784         (gdb-source-info): Treat case when source file is in another
7785         directory properly.
7786         (gdb-get-location): New function.
7788 2005-02-07  Jay Belanger  <belanger@truman.edu>
7790         * calc/calc-prog.el (calc-write-parse-table-part)
7791         (calc-fix-token-name): Fix a check for language type.
7793         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
7795 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
7797         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
7798         as directory not writable.
7800 2005-02-07  Kim F. Storm  <storm@cua.dk>
7802         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
7803         (cua--standard-movement-commands): Remove list.
7804         Instead, set CUA property value to move for movement commands.
7805         (cua-movement-commands): Remove.  Users must set CUA prop instead.
7806         (cua--pre-command-handler): Check CUA property.
7807         (cua--init-keymaps): Don't remap undo commands.
7808         (cua-mode): Don't call cua--rectangle-on-off.
7810         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
7811         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
7812         (cua--rect-undo-set-point): New var.
7813         (cua--rectangle-undo-boundary): Setup undo apply entry.
7814         (cua--rect-undo-handler): New function for rectangle undo.
7815         (cua--rect-start-position, cua--rect-end-position): Add.
7816         (cua--rectangle-post-command): Call cua--rectangle-set-corners
7817         for restored rectangle.  Set point if cua--rect-undo-set-point.
7819 2005-02-06  Jay Belanger  <belanger@truman.edu>
7821         * calc/calc-lang.el (calc-tex-language): Display more information
7822         in messages.
7824         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
7825         in TeX mode.
7827 2005-02-06  Richard M. Stallman  <rms@gnu.org>
7829         * emacs-lisp/lisp.el (buffer-end): Doc fix.
7831 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
7833         * net/ldap.el (ldap-search-internal): Support attributes with
7834         optional descriptions separated by a semi-colon, as in
7835         "userCertificate;binary".
7837 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7839         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
7840         isn't a cons (i.e. the version is 0).
7842 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
7844         * help.el (help-for-help): Doc fix.
7846 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
7848         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
7849         GDB-Windows on the menu-bar as this works better.
7851 2005-02-04  Jay Belanger  <belanger@truman.edu>
7853         * calc/calc-embed.el (calc-embedded-update): Don't put in
7854         unnecessary newlines.  Adjust the end of formula marker.
7856         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
7857         (math-latex-parse-two-args): New function.
7859 2005-02-03  Lute Kamstra  <lute@gnu.org>
7861         * help-fns.el (help-with-tutorial): Make sure that users cannot
7862         remove the entire text of the tutorial by means of `undo'.
7864 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7866         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
7867         in recent changes, where the ispell process was repeatedly
7868         killed & restarted.
7870         * international/mule-cmds.el (set-locale-environment): Set file-name
7871         coding system to utf-8 on Darwin systems.
7872         (set-default-coding-systems): Don't set default-file-name-coding-system
7873         on Darwin systems.
7875 2005-02-03  Richard M. Stallman  <rms@gnu.org>
7877         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
7879 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
7881         * faces.el (list-faces-display): Add optional argument.
7883 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7885         * font-core.el (font-lock-default-function): Handle the rare case where
7886         only font-lock-keywords is set.
7888 2005-02-02  Kenichi Handa  <handa@m17n.org>
7890         * international/characters.el: Cancel previous change for
7891         I-WITH-DOT-ABOVE and DOTLESS-i.
7893         * international/latin-5.el: Cancel previous change.
7895 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
7897         * progmodes/gud.el: Correction to syntax in gud-menu-map.
7899 2005-02-02  Kenichi Handa  <handa@m17n.org>
7901         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
7902         DOTLESS-i.
7904         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
7905         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
7907         * case-table.el (get-upcase-table): New function.
7908         (copy-case-table): Copy upcaes table too if non-nil.
7909         (set-case-syntax-delims): Maintain upcase table too.
7910         (set-case-syntax-pair): Likewise.
7911         (set-upcase-syntax, set-downcase-syntax): New functions.
7912         (set-case-syntax): Maintain upcase table too.
7914 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
7916         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
7918         * progmodes/gud.el (gud-goto-info): New function.
7919         (gud-tool-bar-map): Use correct icon.
7921 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
7923         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
7924         When delegating, order args in the funcall correctly.
7926 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
7928         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
7930 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
7932         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
7933         buffer not visiting a file.
7935 2005-01-31  Jay Belanger  <belanger@truman.edu>
7937         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
7938         bound on the line with the formula.
7940 2005-01-31  Kim F. Storm  <storm@cua.dk>
7942         * ses.el (ses-create-cell-variable-range)
7943         (ses-destroy-cell-variable-range, ses-reset-header-string)
7944         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
7945         (ses-insert-row): Fix format of apply undo entries.
7947 2005-01-31  Jay Belanger  <belanger@truman.edu>
7949         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
7950         parts.
7952         * calc/calc-embed.el (calc-embedded-open-formula)
7953         (calc-embedded-close-formula): Ignore matrix environments.
7955         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
7956         TeX mode.
7958         * calc/calc-lang.el (math-function-table, math-oper-table)
7959         (math-variable-table): Adjust the LaTeX portions.
7961         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
7962         (math-latex-ignore-words): New constant.
7964 2005-01-31  Richard M. Stallman  <rms@gnu.org>
7966         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
7967         (ispell-local-dictionary): Doc fix.
7968         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
7969         Don't reinitialize at run time.  Don't defcustom.
7970         All uses changed to append ispell-local-dictionary-alist,
7971         or check it first.
7972         (ispell-current-dictionary): New variable for dictionary in use.
7973         (ispell-dictionary): Now used only for global default.
7974         (ispell-start-process): Set ispell-current-dictionary,
7975         not ispell-dictionary.
7976         (ispell-change-dictionary): Use this only for setting
7977         user preferences.
7978         (ispell-internal-change-dictionary): New function
7979         to change the current dictionary in use.
7980         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
7981         Use ispell-current-dictionary.
7982         Handle ispell-local-dictionary-overridden.
7983         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
7985 2005-01-31  Jay Belanger  <belanger@truman.edu>
7987         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
7989         * calc/calc-ext.el: Add calc-latex-language to autoloads.
7990         (calc-mode-map): Add calc-latex-language.
7992         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
7993         (math-latex-print-frac): New functions.
7994         (math-oper-table, math-function-table, math-variable-table)
7995         (math-complex-format, math-input-filter): Add latex properties.
7996         (calc-set-language): Set math-expr-special-function-mapping.
7998         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
7999         (calc-write-parse-table-part): Add LaTeX support.
8001         * calc/calc.el (calc-language): Adjust docstring.
8002         (calc-set-mode-line): Add LaTeX support.
8003         (math-expr-special-function-mapping): New variable.
8004         (math-tex-ignore-words): Add to list.
8006         * calc/calccomp.el (math-compose-expr, math-compose-rows):
8007         Add LaTeX support.
8008         (math-compose-expr): Add support for special functions.
8010         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8012 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
8014         * progmodes/gdb-ui.el (gdb-memory-address)
8015         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8016         (gdb-memory-mode-map, gdb-memory-format-keymap)
8017         (gdb-memory-format-menu, gdb-memory-unit-keymap)
8018         (gdb-memory-unit-menu): New variables for a buffer
8019         that lets the user examine program memory.
8020         (gdb-memory-set-address, gdb-memory-set-repeat-count)
8021         (gdb-memory-format-binary, gdb-memory-format-octal)
8022         (gdb-memory-format-unsigned, gdb-memory-format-signed)
8023         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8024         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8025         (gdb-memory-unit-word, gdb-memory-unit-halfword)
8026         (gdb-memory-unit-byte, gdb-memory-unit-menu)
8027         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8028         (gdb-memory-mode, gdb-memory-buffer-name)
8029         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8030         New functions for above buffer.
8032 2005-01-30  Richard M. Stallman  <rms@gnu.org>
8034         * cus-edit.el (custom-bury-buffer): Function deleted.
8035         (custom-buffer-done-function): Option deleted.
8036         (custom-buffer-done-kill): New (replacement option.
8037         (Custom-buffer-done): Call quit-window.
8038         (custom-buffer-create-internal): Update for above changes.
8040 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
8042         * simple.el (undo-ask-before-discard): New var.
8043         (undo-outer-limit-truncate): Implement it.
8044         (undo-extra-outer-limit): Doc update.
8046 2005-01-29  Richard M. Stallman  <rms@gnu.org>
8048         * ses.el (undo-more): Delete defadvice.
8049         (ses-begin-change): Doc fix.
8051         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8052         instead of rebinding C-x u and C-_.
8054         * files.el (normal-backup-enable-predicate): Return nil for files
8055         in /tmp, regardless of temporary-file-directory.
8057         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8059         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8060         (open-rectangle, delete-whitespace-rectangle-line)
8061         (clear-rectangle-line): If FILL, pass t instead of FILL
8062         for move-to-column's 2nd arg.
8064         * simple.el (undo): Fix the test for continuing a series of undos.
8065         (undo-more): Set pending-undo-list to t when we reach end.
8066         (pending-undo-list): Move up defvar.
8068         * wid-edit.el (widget-button-click):
8069         Shorten the range of the track-mouse binding.
8071         * comint.el (comint-insert-input): Undo previous changes;
8072         use last-input-event in interactive spec.
8074 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
8076         * progmodes/compile.el (compilation-start): Bind buffer-read-only
8077         to nil before invoking call-process.  Reset buffer's modified flag
8078         after fontifying it in the no-async branch.
8080         * wid-edit.el (widget-specify-button): If mouse pointer shape
8081         cannot be changed, use mouse face instead.
8083 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
8085         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8086         (gdb-goto-breakpoint): Make breakpoint handling work on template
8087         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
8088         (gdb-assembler-custom): Update to recognize breakpoint information
8089         added on 2005-01-19.
8091 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8093         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8094         (dsssl-mode): Use define-derived-mode.
8095         (scheme-mode-initialize): Remove.
8096         (scheme-mode): Use run-mode-hooks.
8098         * cus-edit.el (customize-group-other-window)
8099         (custom-buffer-create-other-window): Don't override special-display-*.
8100         (custom-mode-map): Make it dense.
8102         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8103         sets the default value.
8105 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
8107         * descr-text.el: Add more keywords.
8109 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
8111         * speedbar.el: Avoid unnecessary use of locate-library.
8113         * international/mule-cmds.el (standard-display-european-internal):
8114         Don't fiddle with latin-1 non-break space any more since it's now
8115         special cased in the C code.
8116         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8118 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
8120         * cus-start.el (all): Add `undo-outer-limit'.
8122 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
8124         * textmodes/bibtex.el (bibtex-format-entry):
8125         Use `bibtex-empty-field-re' only on the text of fields, not on entire
8126         field lines.
8127         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8128         not on part of a buffer.
8130 2005-01-25  Lute Kamstra  <lute@gnu.org>
8132         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8133         nonempty field text strings like "{letters\\macro{}more letters}".
8134         Clarify docstring.
8135         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8136         (bibtex-entry-offset, bibtex-parse-association)
8137         (bibtex-parse-field-name): Fix typos in docstrings.
8138         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
8140 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
8142         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
8143         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
8144         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
8145         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
8147         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
8148         isearch minor mode.
8150 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
8152         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
8154 2005-01-24  Lute Kamstra  <lute@gnu.org>
8156         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
8157         CASECHARS and NOT-CASECHARS regular expressions of the
8158         "nederlands" and "nederlands8" dictionaries to prevent a "Range
8159         striding over charsets" error.
8161 2005-01-24  Jay Belanger  <belanger@truman.edu>
8163         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
8164         display variable name.
8166 2005-01-24  Kenichi Handa  <handa@m17n.org>
8168         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
8169         Fix setting of the element of encoded-kbd-iso2022-invocations.
8171 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
8173         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8174         (gdb-threads-select): Change to also accept mouse events.
8175         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
8176         (gdb-threads-mouse-select): Delete.
8178 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
8180         * files.el (insert-directory): Take care of empty directory,
8181         listed without -a switch.
8183 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8185         * textmodes/refill.el (refill-post-command-function):
8186         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
8187         to the list of functions that we should be careful not to undo.
8188         (refill-late-fill-paragraph-function): Remove.
8189         (refill-saved-state): New var.
8190         (refill-mode): Use it to save fill-paragraph-function.
8191         Save also the value of auto-fill-function.
8193         * term/w32-win.el: Simplify code.
8195 2005-01-23  Kim F. Storm  <storm@cua.dk>
8197         * simple.el (line-move): Adapt to new return value from
8198         pos-visible-in-window-p.
8200         * simple.el (line-move): Fix last change.  Check partial
8201         visibility at point rather than at window-start.
8203 2005-01-22  Jason Rumney  <jasonr@gnu.org>
8205         * term/w32-win.el (xw-defined-colors): Remove debug-message.
8207 2005-01-22  David Kastrup  <dak@gnu.org>
8209         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
8211 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
8213         * type-break.el (type-break-mode): Add a test for
8214         type-break-file-name being non-nil.
8216 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
8218         * net/eudc.el (top level): Call (message "") via progn, so that
8219         eudc-options-file is loaded.
8221 2005-01-22  Kim F. Storm  <storm@cua.dk>
8223         * simple.el (line-move-1): Rename from line-move.
8224         (line-move): New function that adjusts vscroll for partially
8225         visible rows, and calls line-move-1 otherwise.
8227 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
8229         * pcomplete.el: define pcomplete-read-event instead of read-event,
8230         since it's not a complete read-event implementation
8232 2005-01-20  Jay Belanger  <belanger@truman.edu>
8234         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
8235         for called function.
8237 2005-01-20  Steven Tamm  <steventamm@mac.com>
8239         * term/mac-win.el (process-connection-type): Remove.
8240         Controlled now by s/darwin.h:PTY_ITERATION.
8242 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8244         * window.el (handle-select-window): Don't switch window when we're
8245         in the minibuffer.
8247 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
8249         * subr.el (dotimes-with-progress-reporter): New macro.
8251         * ses.el (ses-dotimes-msg): Remove macro.
8252         Use `dotimes-with-progress-reporter' instead.
8254 2005-01-19  Steven Tamm  <steventamm@mac.com>
8256         * term/mac-win.el (process-connection-type): Use new
8257         operating-system-release variable to use ptys on Darwin 7 (OS X
8258         10.3) when using carbon build.
8260 2005-01-19  Jay Belanger  <belanger@truman.edu>
8262         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
8263         flags if the last command was a tab or M-tab.
8265         * calc/calc-prog.el (calc-user-define-edit): Put original formula
8266         in formula editing buffer.
8268 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
8270         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
8271         breakpoint image symbol in margin.
8273 2005-01-19  Jay Belanger  <belanger@truman.edu>
8275         * calc/calc-prog.el (calc-execute-kbd-macro):
8276         Ignore calc-keep-arg-flag.
8278 2005-01-19  Kenichi Handa  <handa@m17n.org>
8280         * textmodes/ispell.el (ispell-looking-at): New function.
8281         (ispell-process-line): Use ispell-looking-at to compare the ispell
8282         output and the buffer contents.
8284 2005-01-18  Jay Belanger  <belanger@truman.edu>
8286         * calc/calc.el (calc-display-raw): Fix docstring.
8288 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8290         * simple.el (blink-matching-open): Strip extra info from syntax.
8292         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
8293         funny chars in the end-of-here-doc marker.
8295 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
8297         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
8298         that enable/disabled state of breakpoints is shown correctly in
8299         fringe and on ttys.
8300         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
8301         Add breakpoint information as text properties.
8302         (gdb-mouse-toggle-breakpoint):
8303         Rename to gdb-mouse-set-clear-breakpoint.
8304         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
8305         breakpoints in the margin.
8306         (gdb-remove-strings): Simplify.
8308 2005-01-17  Jay Belanger  <belanger@truman.edu>
8310         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
8311         erasing buffer.
8313 2005-01-17  Richard M. Stallman  <rms@gnu.org>
8315         * progmodes/grep.el (grep-find): Copy from `grep' the condition
8316         for calling grep-compute-defaults.
8318         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
8319         if buffer is empty.
8321         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
8323 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8325         * hilit-chg.el (highlight-changes-mode): Don't autoload.
8327         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
8328         non-preloaded variables.
8330 2005-01-17  Steven Tamm  <steventamm@mac.com>
8332         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
8333         tex-shell cause to force interactivity when using pipes.
8335 2005-01-17  Kim F. Storm  <storm@cua.dk>
8337         * simple.el (just-one-space): Make arg optional.
8339 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
8341         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
8342         posn-at-x-y to t to access left-margin.
8344 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
8346         Sync with Tramp 2.0.47.
8348         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
8349         catching keep-date problems in cp/scp operations.
8350         (tramp-handle-copy-file): Don't call `set-file-modes'
8351         unconditionally.  Specialized functions should know better what is
8352         necessary.  This improves performance a little bit, and the
8353         functions could catch errors with `cp -p' and `scp -p'.
8354         (tramp-do-copy-or-rename-file-via-buffer)
8355         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
8356         when appropriate.
8357         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
8358         Call `set-file-modes' when appropriate.
8359         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
8360         Johnsson <isak@hypergene.com>
8361         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
8362         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
8363         <joakim@verona.se>
8364         (tramp-file-name-for-operation): Mark `shell-command' as magic for
8365         Emacs only.
8367         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
8368         `find-file-hooks' and `dired-mode-hook'.
8369         (tramp-minor-mode-map): Respective map.  Add remapping for
8370         `compile' and `recompile'.
8371         (tramp-remap-command, tramp-recompile): New defuns.
8372         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
8373         in buffer "*Compilation*".  Call the commands asynchronously.
8375         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
8376         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
8377         `shell-command', because it isn't magic in XEmacs.  Reported by
8378         Adrian Aichner <adrian@xemacs.org>.
8380         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8381         `substitute-in-file-name.
8382         (tramp-smb-handle-substitute-in-file-name): New defun.
8383         (tramp-smb-advice-PC-do-completion): Delete advice.
8385 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
8387         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
8388         Fix error in deleting region.
8390 2005-01-15  Richard M. Stallman  <rms@gnu.org>
8392         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
8393         In non-temp buffer, switch syntax table temporarily.
8395         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
8397         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
8399         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
8401         * imenu.el (imenu--split-menu): Copy menulist before sorting.
8402         (imenu--generic-function): Use START, not BEG, as pos of definition.
8404         * simple.el (just-one-space): Argument specifies number of spaces.
8406         * simple.el (eval-expression-print-format): Avoid warning
8407         about edebug-active.
8409 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
8411         * progmodes/sh-script.el: Code copied from make-mode.el
8412         with small changes,
8413         (sh-mode-map): Bind C-c C-\.
8414         (sh-backslash-column, sh-backslash-align): New variables.
8415         (sh-backslash-region, sh-append-backslash): New functions.
8417 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
8419         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
8420         (rmail-pop-password, rmail-pop-password-required): Move to
8421         rmail-obsolete group.
8422         (rmail-set-pop-password): Rename to rmail-set-remote-password.
8423         All callers updated.
8424         (rmail-get-pop-password): Rename to rmail-get-remote-password.
8425         Take an argument specifying whether it is POP or IMAP mailbox we
8426         are using.  All callers updated.
8427         (rmail-pop-password-error): Rename to
8428         rmail-remote-password-error.  Added mailutils-specific error message.
8429         (rmail-movemail-search-path)
8430         (rmail-movemail-variant-in-use): New variables.
8431         (rmail-remote-password, rmail-remote-password-required):
8432         New customization variables.
8433         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
8434         (rmail-parse-url): New function.
8435         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
8436         with GNU mailutils movemail.
8438 2005-01-15  Kevin Ryde  <user42@zip.com.au>
8440         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
8441         suffix to space, $ or '$, to correctly position point when going
8442         to @table style constants like DBL_MAX.
8444 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
8446         * type-break.el (type-break-mode, type-break-file-time)
8447         (type-break-file-keystroke-count, type-break-choose-file):
8448         Don't store data in or load data from the file if type-break-file-name
8449         is nil.
8450         (type-break-file-name): Doc update as per the above.
8452 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
8454         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
8455         lookup-key might return nil; handle that.
8457 2005-01-15  Alan Mackenzie  <acm@muc.de>
8459         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
8460         rather than the element found, thus enabling the tree to be setcar'd.
8462 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
8464         * textmodes/org.el (org-show-following-heading): New option.
8465         (org-show-hierarchy-above): Use `org-show-following-heading'.
8466         (org-cycle): Documentation fix.
8468         * textmodes/org.el (orgtbl-optimized): New option
8469         (orgtbl-mode): New command, a minor mode.
8470         (orgtbl-mode-map): New variable.
8471         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
8472         (orgtbl-error, orgtbl-self-insert-command)
8473         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
8475         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
8476         a local variable in each org-mode buffer.
8478         * textmodes/org.el (org-set-regexps-and-options): Rename from
8479         `org-set-regexps'.  Added checking for STARTUP keyword.
8480         (org-get-current-options): Add STARTUP options.
8481         (org-table-insert-row): Mode mode intelligent about when
8482         realignment is needed.
8483         (org-self-insert-command, org-delete-backward-char, org-delete-char):
8484         New commands.
8485         (org-enable-table-editor): New default value `optimized'.
8486         (org-table-blank-field): Support blanking regions if active.
8488 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
8490         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
8491         if the year is not given.
8493         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
8494         Add new escapes %m and %M, fixed bug with %F by adding
8495         save-match-data.
8496         (reftex-reference): Remove ?. from list of spaces.
8497         (reftex-label-info): Add automatic label prefix recognition.
8499         * textmodes/reftex-index.el (reftex-index-next-phrase):
8500         Add slave parameter to call of `reftex-index-this-phrase'.
8501         (reftex-index-this-phrase): New optional argument.
8502         (reftex-index-region-phrases): Add slave parameter to call of
8503         `reftex-index-this-phrase'.
8504         (reftex-display-index): New argument redo.
8505         (reftex-index-rescan): Add 'redo to arguments of
8506         `reftex-display-index'.
8507         (reftex-index-Rescan, reftex-index-revert)
8508         (reftex-index-switch-index-tag): Add 'redo to arguments of
8509         `reftex-display-index'.
8510         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
8511         indexing.  Fix bug with matching is there is a quote before or
8512         after the word.
8514         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8515         Fix bug when collecting citation keys in lines with comments.
8516         (reftex-citation): Prefix argument no longer rescans the document,
8517         but forces prompting for optional arguments of cite macros.
8518         (reftex-do-citation): Prompting for optional arguments implemented.
8520         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8521         Add optional arguments to most cite commands.
8522         (reftex-cite-cleanup-optional-args): New option
8523         (reftex-cite-prompt-optional-args): New option.
8524         (reftex-trust-label-prefix): New option.
8526         * textmodes/reftex-toc.el (reftex-toc-find-section):
8527         Add push-mark before changing the position in the buffer.
8529         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
8530         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
8532 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
8534         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
8535         more carefully.
8537 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8539         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
8540         (sgml-mode): Use it.
8541         (sgml-get-context): Better keep track of implicitly closed tags.
8543 2005-01-13  Kenichi Handa  <handa@m17n.org>
8545         * textmodes/ispell.el: These changes are to fix misalignment error
8546         caused by equivalent characters of different Emacs charsets.
8547         (ispell-unified-chars-table): New variable.
8548         (ispell-get-decoded-string): New function.
8549         (ispell-get-casechars, ispell-get-not-casechars)
8550         (ispell-get-otherchars): Call ispell-get-decoded-string.
8552 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
8554         * custom.el (custom-declare-variable): Just put symbol instead
8555         of (defvar . symbol) in `current-load-list'.
8557 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8559         * emacs-lisp/elint.el: Fixed typo in Commentary section.
8561 2005-01-12  Jay Belanger  <belanger@truman.edu>
8563         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
8564         to create a Calc summary.
8566 2005-01-12  Kim F. Storm  <storm@cua.dk>
8568         * mouse.el (mouse-on-link-p): Change functionality and doc
8569         string to comply with latest description in lisp ref.
8571 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
8573         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
8574         Enable mouse clicks on mode-line, header-line and margin.
8575         (event-type): Give mouse event symbols an 'event-kind property
8576         with value 'mouse-click.
8578 2005-01-12  Juri Linkov  <juri@jurta.org>
8580         * facemenu.el (list-colors-display): Add new arg buffer-name.
8581         Use it.  Fix docstring.  Replace code for identifying duplicate
8582         colors by the name with call to `list-colors-duplicates' which
8583         identifies duplicate colors by the value unless the color
8584         is one of special Windows colors.  Set truncate-lines to t.
8585         Print sorted duplicate color names on each line.  Indent to 22
8586         \(the longest color name in rgb.txt) instead of 20.  Optimize.
8587         (list-colors-duplicates): New function.
8588         (facemenu-color-name-equal): Delete function.
8590         * facemenu.el (list-colors-print): New function created from code
8591         in list-colors-display.  Print #RRGGBB at the window right edge.
8592         (list-colors-display): When temp-buffer-show-function is not
8593         defined, call list-colors-print from temp-buffer-show-hook
8594         to get the right value of window-width in list-colors-print
8595         after the buffer is displayed.
8597         * simple.el (pop-mark): Move deactivate-mark out of conditional
8598         part to deactivate the active mark regardless of the state of the
8599         mark ring.
8601         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
8602         variables line in desktop files.
8604 2005-01-12  Juri Linkov  <juri@jurta.org>
8606         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
8607         Bring together isearch highlight related options.
8608         (lazy-highlight): Replace group `replace' by `matching'.
8609         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8610         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8611         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
8612         and declare them obsolete.
8613         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
8614         (isearch-faces): Remove defgroup.
8615         (isearch-overlay, isearch-highlight, isearch-dehighlight):
8616         Move isearch highlighting code closer to lazy highlighting code.
8618         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
8619         (query-replace-highlight, query-replace-lazy-highlight)
8620         (query-replace): Move definitions to the beginning of the file.
8622 2005-01-11  Juri Linkov  <juri@jurta.org>
8624         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
8625         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
8626         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
8628         * info.el (Info-history-forward): New variable.
8629         (Info-select-node): Reset Info-history-forward to nil.
8630         (Info-last): Turn into defalias.
8631         (Info-history-back): Rename from Info-last.
8632         Add current node to Info-history-forward.
8633         (Info-history-forward): New fun.
8634         (Info-mode-map): Replace Info-last by Info-history-back.
8635         Bind Info-history-forward to "r".
8636         (Info-mode-menu): Replace Info-last by Info-history-back.
8637         Fix menu item text.  Add menu item for Info-history-forward.
8638         (info-tool-bar-map): Replace Info-last by Info-history-back.
8639         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
8640         for Info-history-forward.
8641         (Info-mode): Replace Info-last by Info-history-back in docstring.
8642         Add local variable Info-history-forward.
8643         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
8645 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8647         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
8648         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
8649         Ignore select-window events rather than fiddle with
8650         mouse-autoselect-window.
8652 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
8654         * type-break.el (type-break-mode): Fix previous change.
8656 2005-01-10  Jay Belanger  <belanger@truman.edu>
8658         * calc/calc-ext.el (calc-reset): Reset when inside embedded
8659         calculator; only reset when point is inside a calculator.
8660         Don't adjust the window height if the window takes up the whole height
8661         of the frame.
8663 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
8665         * ebuff-menu.el (Electric-buffer-menu-mode):
8666         Preserve value of buffer-local var header-line-format.
8668 2005-01-09  Jay Belanger  <belanger@truman.edu>
8670         * calc/calc.el (calc-mode-var-list-restore-saved-values):
8671         Make sure settings file exists before accessing it.
8673         * calc/calc-embed.el (calc-embedded-subst):
8674         Replace math-multi-subst-rec, which is only supposed to be called
8675         by math-multi-subst, by math-multi-subst.
8677 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
8679         * vc.el (vc-allow-async-revert): New user option.
8680         (vc-disable-async-diff): New internal variable.
8681         (vc-revert-buffer): Use them to disable asynchronous diff.
8683         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
8684         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
8685         asynchronously if vc-disable-async-diff is t.
8687 2005-01-09  Jay Belanger  <belanger@truman.edu>
8689         * calc/calc.el (defcalcmodevar): New macro.
8690         (calc-mode-var-list-restore-default-values)
8691         (calc-mode-var-list-restore-saved-values): New functions.
8692         (calc-mode-var-list): Use defcalcmodevar to define it.
8693         (calc-always-load-extensions, calc-line-numbering)
8694         (calc-line-breaking, calc-display-just, calc-display-origin)
8695         (calc-number-radix, calc-leading-zeros, calc-group-digits)
8696         (calc-group-char, calc-point-char, calc-frac-format)
8697         (calc-prefer-frac, calc-hms-format, calc-date-format)
8698         (calc-float-format, calc-full-float-format, calc-complex-format)
8699         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
8700         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
8701         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
8702         (calc-matrix-brackets, calc-language, calc-language-option)
8703         (calc-left-label, calc-right-label, calc-word-size)
8704         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
8705         (calc-display-raw, calc-internal-prec, calc-angle-mode)
8706         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
8707         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
8708         (calc-window-height, calc-display-trail, calc-show-selections)
8709         (calc-use-selections, calc-assoc-selections)
8710         (calc-display-working-message, calc-auto-why, calc-timing)
8711         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
8712         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
8713         (calc-gnuplot-default-device, calc-gnuplot-default-output)
8714         (calc-gnuplot-print-device, calc-gnuplot-print-output)
8715         (calc-gnuplot-geometry, calc-graph-default-resolution)
8716         (calc-graph-default-resolution-3d, calc-invocation-macro)
8717         (calc-show-banner): Use defcalcmodevar to declare them and set
8718         their default values.
8720         * calc/calc-ext.el (calc-reset): Restore saved values of variables
8721         instead of default values (but restore default values if there is
8722         an argument of 0).
8724 2005-01-09  David Kastrup  <dak@gnu.org>
8726         * desktop.el (desktop-restore-eager): Fix typo in type.
8728 2005-01-08  Richard M. Stallman  <rms@gnu.org>
8730         * cus-edit.el (customize): Delete :link.
8732 2005-01-08  Jay Belanger  <belanger@truman.edu>
8734         * calc/calc.el (calc-mode): Remove the extension from the
8735         `calc-settings-file' file name when loading it.
8737 2005-01-08  Kim F. Storm  <storm@cua.dk>
8739         * info.el (Info-mode-map, Info-next-link-keymap)
8740         (Info-prev-link-keymap, Info-up-link-keymap):
8741         Map follow-link to mouse-face.
8742         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
8744 2005-01-08  Jay Belanger  <belanger@truman.edu>
8746         * calc/calc.el (calc-settings-file): Change default value.
8747         Suggested by cgw in a comment in calc-mode.el.
8749         * calc/calc-mode.el (calc-settings-file-name):
8750         Compare calc-settings-file to user-init-file instead of ~/.emacs.
8751         Replace ~/.emacs in a prompt by calc-settings-file.
8753 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
8755         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
8756         (desktop-lazy-idle-delay): New customizable variables.
8757         (desktop-buffer-args-list): New variable.
8758         (desktop-append-buffer-args): New function.
8759         (desktop-save): Call desktop-append-buffer-args for some buffers.
8760         (desktop-lazy-create-buffer): New function.
8761         (desktop-idle-create-buffers): New function.
8762         (desktop-read): Add message about buffers to restore lazily.
8763         (desktop-lazy-abort): New command.
8764         (desktop-clear): Call desktop-lazy-abort.
8765         (desktop-lazy-complete): New command.
8767 2005-01-06  Richard M. Stallman  <rms@gnu.org>
8769         * emacs-lisp/find-func.el (find-face-definition):
8770         Rename from find-face.
8772 2005-01-06  Kim F. Storm  <storm@cua.dk>
8774         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
8776         * man.el (Man-xref-man-page, Man-xref-header-file)
8777         (Man-xref-normal-file): Add follow-link property.
8779 2005-01-06  Jay Belanger  <belanger@truman.edu>
8781         * calc/calc-units.el: Make sure the proper macro definitions are
8782         available when compiling.
8784 2005-01-06  Juri Linkov  <juri@jurta.org>
8786         * isearch.el (isearch-lazy-highlight-update):
8787         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
8789 2005-01-06  Miles Bader  <miles@gnu.org>
8791         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
8792         (isearch-lazy-highlight-face): Use new name.
8794 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8796         * uniquify.el (uniquify-rationalize-file-buffer-names):
8797         Re-add an interactive spec.
8798         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
8799         to the same name.
8801         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
8802         (isearch-update, isearch-done): Adjust calls accordingly.
8804 2005-01-05  Richard M. Stallman  <rms@gnu.org>
8806         * custom.el (custom-set-variables, custom-theme-set-variables):
8807         Clarify documentation.
8809         * emacs-lisp/find-func.el (find-variable)
8810         (find-variable-other-window, find-variable-other-frame):
8811         Fix the TYPE args to find-function-read and find-function-do-it.
8812         (find-function): Doc fix.
8813         (find-function-at-point): Replace function-at-point alias.
8815 2005-01-04  Richard M. Stallman  <rms@gnu.org>
8817         * cus-face.el (custom-declare-face):
8818         Record defface in current-load-list.
8820         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
8822         * emacs-lisp/find-func.el: Doc fixes.
8823         (find-face-regexp): New variable.
8824         (find-function-regexp-alist): New variable.
8825         (find-function-C-source): Third arg is now TYPE.
8826         (find-function-search-for-symbol): Handle general TYPE.
8827         (find-function-read, find-function-do-it): Handle general TYPE.
8828         (find-definition-noselect, find-face): New functions.
8829         (function-at-point): Alias deleted.
8831 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8833         * battery.el (display-battery-mode): Rename from display-battery.
8834         Handle the case where it gets turned off.
8836 2005-01-04  Richard M. Stallman  <rms@gnu.org>
8838         * cus-edit.el (customize): Make :link point to user doc.
8840         * man.el (Man-fontify-manpage): Turn off undo generation.
8842         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
8844 2005-01-04  Andreas Schwab  <schwab@suse.de>
8846         * files.el (insert-directory): Only look for error lines in
8847         inserted text.  Don't move too far after processing --dired markers.
8849 2005-01-04  Richard M. Stallman  <rms@gnu.org>
8851         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
8852         Don't expand if the character is @, period, dash, etc.
8853         (define-mail-abbrev): Quote names that contain problem characters.
8855 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
8857         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
8859 2005-01-03  Richard M. Stallman  <rms@gnu.org>
8861         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
8862         (query-replace-highlight, query-replace-lazy-highlight)
8863         (query-replace): Definitions moved up.  Doc fix.
8865 2005-01-03  Richard M. Stallman  <rms@gnu.org>
8867         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
8868         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
8869         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
8870         (lazy-highlight-face): Rename from isearch-lazy-...
8871         Change all references to them.
8873 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
8875         * cus-edit.el (custom-file): Doc fix for defcustom.
8876         (custom-file): The function no longer sets the variable
8877         `custom-file' to its return value.
8879         * startup.el (command-line): No longer load `custom-file'.
8881 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8883         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
8885         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
8886         Don't confuse module-prefixed identifiers for labels.
8887         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
8889 2005-01-02  Richard M. Stallman  <rms@gnu.org>
8891         * files.el (basic-save-buffer-1): Fix previous change.
8893         * loadhist.el (file-loadhist-lookup): New function.
8894         (file-provides, file-requires): Use it.
8896         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
8897         instead of calculating the right size.
8899 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
8901         * vc-svn.el (vc-svn-diff): Stay local if possible.
8903 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8905         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
8907         * files.el (hack-local-variables): Fix last change.
8909 2005-01-02  Jay Belanger  <belanger@truman.edu>
8911         * calc/calc-yank.el (calc-edit-top): New variable.
8912         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
8913         object.  Change header properties.
8914         (calc-edit-finish, calc-edit-finish-stack-object)
8915         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
8916         edited object.
8917         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
8918         for the beginning of the edited object.
8919         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
8920         for the beginning of the edited object.
8921         * calc/calc-prog.el (calc-edit-macro-finish-edit)
8922         (calc-finish-formula-edit, calc-macro-repeats)
8923         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
8924         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
8925         beginning of the edited object.
8926         (calc-user-define-edit): Change the header for editing macros.
8927         Remove unnecessary variable.
8929 2005-01-01  Jay Belanger  <belanger@truman.edu>
8931         * calc/calc-yank.el (calc-edit-mode): Change default header.
8932         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
8933         * calc/calc-store.el (calc-edit-variable): Change title to match new
8934         header.
8935         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
8936         mode to match new header.
8937         (calc-user-define-edit): Change titles to include names of commands.
8938         (calc-finish-formula-edit): Adjust to handle new header.
8939         (calc-finish-macro-edit): Remove.
8940         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
8941         (calc-edit-macro-command, calc-edit-macro-command-type)
8942         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
8943         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
8944         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
8945         (calc-edit-macro-finish-edit): New functions.
8946         (calc-user-define-edit): Use new functions to edit named calc macros.
8948 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
8950         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
8952         * ses.el (copy-region-as-kill): Deactivate mark.
8954 2005-01-01  Richard M. Stallman  <rms@gnu.org>
8956         * replace.el (occur-1): If the output buffer is also an input,
8957         don't kill it, rename it.
8959         * faces.el (set-face-background, set-face-foreground): Doc fix.
8961         * cus-face.el (custom-face-attributes): Fix :help-echo strings
8962         for :foreground and :background.
8964         * dired.el (dired-view-command-alist): Variable deleted.
8965         (dired-view-file, dired-mouse-find-file-other-window):
8966         Delete the code to use it.
8968 2005-01-01  Kim F. Storm  <storm@cua.dk>
8970         * image.el (insert-sliced-image): Use t for line-height property.
8972 2004-12-31  Jay Belanger  <belanger@truman.edu>
8974         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
8975         for "var-" at the beginning of the minibuffer.
8977 2004-12-31  Richard M. Stallman  <rms@gnu.org>
8979         * faces.el (read-face-name):
8980         Don't treat an attribute spec as a list of faces.
8982         * simple.el (undo): Use undo-equiv-table to detect
8983         unexpected changes since previous undo.
8984         (undo-list-saved): Variable deleted.
8985         (buffer-disable-undo): Don't alter undo-list-saved.
8987         * files.el (require-final-newline): Allow `visit' and `visit-save'.
8988         (mode-require-final-newline): New option.
8989         (after-find-file): Handle require-final-newline with new values.
8990         (basic-save-buffer): Handle new values of require-final-newline.
8992         * progmodes/sh-script.el (sh-require-final-newline):
8993         Alist value now controls whether to use mode-require-final-newline.
8994         (sh-set-shell): Implement that new meaning.
8996         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
8997         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
8998         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
8999         Delete old-Emacs compatibility code.
9000         (antlr-c-common-init): Function deleted.
9002         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9003         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9004         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9005         * progmodes/python.el (python-mode): Use mode-require-final-newline.
9006         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9007         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9008         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9009         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9010         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9011         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9012         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9013         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9014         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9015         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9016         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9017         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9019 2004-12-31  Jay Belanger  <belanger@truman.edu>
9021         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9022         way to return to Calc.
9024         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9025         finish, C-xk as the way to cancel the edit.  Add cancel routine to
9026         kill-buffer-hook.
9028         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9029         MacEdit code.
9031         * calc/calc-prog.el: Remove obsolete MacEdit code.
9032         (calc-macro-edit-algebraic, calc-macro-edit-variable)
9033         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9035 2004-12-31  Kenichi Handa  <handa@m17n.org>
9037         * international/mule.el (buffer-file-coding-system-explicit):
9038         Rename for explicit-buffer-file-coding-system.
9039         (after-insert-file-set-coding): Adjust for the above change.
9041         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9042         to buffer-file-coding-system-explicit.
9043         (basic-save-buffer-1): Likewise.
9045 2004-12-30  Richard M. Stallman  <rms@gnu.org>
9047         * textmodes/artist.el (artist-butlast-fn): Var deleted.
9048         (artist-butlast, artist-last): Functions deleted.
9049         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9050         (artist-compute-key-compl-table): Call remq directly.
9051         (artist-remove-nulls): Function deleted.
9052         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9053         (artist-push, artist-pop): Macro deleted.
9055 2004-12-30  Andreas Leue  <al@sphenon.de>
9057         * textmodes/artist.el (artist-version): 1.2.6
9058         (artist-prev-next-op-alist): New variable.
9059         (artist-select-next-op-in-list): New function.
9060         (artist-select-prev-op-in-list): New function.
9061         (artist-make-prev-next-op-alist): New function.
9062         (artist-is-in-op-list-p): New function.
9063         (artist-get-first-non-nil-op): New function.
9064         (artist-get-last-non-nil-op): New function.
9065         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9066         artist-prev-next-op-alist.
9067         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9068         change drawing operation.
9070 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
9072         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9074 2004-12-31  Masatake YAMATO  <jet@gyve.org>
9076         * server.el (server-process-filter): Suppress `error', too.
9078 2004-12-30  Jay Belanger  <belanger@truman.edu>
9080         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9081         Change the way a variable is displayed in a message.
9083         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9084         (calc-user-define-permanent, calc-execute-kbd-macro):
9085         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9087 2004-12-30  Kenichi Handa  <handa@m17n.org>
9089         * files.el (basic-save-buffer-1):
9090         Set explicit-buffer-file-coding-system to last-coding-system-used.
9091         (revert-buffer): Pay attention to
9092         explicit-buffer-file-coding-system (not buffer-file-coding-system)
9093         on bind coding-system-for-read.
9095         * international/mule.el (explicit-buffer-file-coding-system):
9096         New buffer local variable.
9097         (after-insert-file-set-coding): Set it to coding-system-for-read.
9099 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
9101         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9103 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
9105         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9106         that include line numbers.
9108 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
9110         * files.el (hack-local-variables): If no PREFIX, set it to "^".
9111         Redundant variable PREFIXLEN removed.
9113 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
9115         * eshell/em-hist.el (eshell-previous-matching-input):
9116         Start the deletion from the end of the output.
9118 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9120         * term/mac-win.el: Require x-dnd.
9121         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
9123 2004-12-29  David Kastrup  <dak@gnu.org>
9125         * international/mule.el (decode-coding-inserted-region):
9126         Don't barf if `buffer-undo-list' is already set to `t'.
9128 2004-12-29  Jay Belanger  <belanger@truman.edu>
9130         * calc/calc-prog.el (calc-user-define-formula): Put default values
9131         for function names in prompts.
9132         (calc-user-define-permanent, calc-user-define-composition)
9133         (calc-user-define-formula): Remove the need for "calcFunc-" in the
9134         default input for algebraic functions.
9136 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
9138         * vc-rcs.el (vc-rcs-annotate-command):
9139         Fix omission bug: Call `vc-setup-buffer'.
9141 2004-12-29  Kenichi Handa  <handa@m17n.org>
9143         * international/mule.el (recode-region): New function.
9145 2004-12-28  Richard M. Stallman  <rms@gnu.org>
9147         * simple.el (undo-extra-outer-limit): New variable.
9148         (undo-outer-limit-truncate): Test and set it.
9150         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
9151         enables the feature to extend the existing region.
9153         * simple.el (mark-word): New arg ALLOW-EXTEND
9154         enables the feature to extend the existing region.
9156         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
9157         enables the feature to extend the existing region.
9159         * startup.el (site-run-file): Don't allow setting it with Custom.
9161         * simple.el (buffer-disable-undo): Fix previous change.
9163 2004-12-27  Masatake YAMATO  <jet@gyve.org>
9165         * hexl.el (hexlify-buffer): Remove fontification here.
9166         Use font lock mechanism instead.
9167         (hexl-font-lock-keywords): New font lock kewords.
9168         (hexl-mode-old-font-lock-keywords): New variable.
9169         (hexl-mode): Store the old font lock keywords.
9170         (hexl-mode-exit): Restore the old font lock keywords.
9172 2004-12-27  Richard M. Stallman  <rms@gnu.org>
9174         * simple.el (undo): Fix previous change.
9176 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9178         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
9179         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
9180         Call x-open-connection on Mac OS X.
9182 2004-12-27  Richard M. Stallman  <rms@gnu.org>
9184         * files.el (buffer-save-without-query): New var (buffer-local).
9185         (save-some-buffers): Save those buffers first, w/o asking.
9187         * files.el (insert-directory-ls-version): New variable.
9188         (insert-directory): When ls returns an error, test the version
9189         number to decide what the return code means.
9190         With --dired output format, detect and distinguish lines
9191         that are really error messages.
9192         (insert-directory-adj-pos): New function.
9194         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
9196         * battery.el (battery-mode-line-format): Remove initial spaces.
9198         * uniquify.el (uniquify-rationalize-file-buffer-names):
9199         Delete interactive spec.
9201         * type-break.el (type-break-mode): Set buffer-save-without-query.
9202         Remove code that tried to set save-some-buffers-always.
9203         (type-break-file-keystroke-count): Bind deactivate-mark.
9205         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
9207         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
9208         Test that the buffer is live, and maybe reject current buffer too.
9209         Clarify.
9210         (next-error-find-buffer): Rewrite for clarity.
9212         * loadup.el: Don't use buffer-disable-undo; do it directly.
9214         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
9215         (describe-variable): Call symbol-file with `defvar'.
9217         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
9218         (symbol-file): Rewritten to handle new load-history format.
9219         Now takes an arg TYPE to specify looking for a particular
9220         type of definition only.
9222         * emacs-lisp/debug.el (debugger-make-xrefs):
9223         Call symbol-file with `defun'.
9225         * emacs-lisp/find-func.el (find-function-noselect):
9226         Call symbol-file with `defun'.
9227         (find-variable-noselect): Call symbol-file with `defvar'.
9229         * eshell/esh-cmd.el (eshell-find-alias-function):
9230         Call symbol-file with `defun'.
9232         * eshell/esh-test.el (eshell-test-goto-func):
9233         Call symbol-file with `defun'.
9235         * mail/rmail.el (rmail-resend):
9236         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
9238         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
9240         * progmodes/compile.el (compilation-find-buffer): Rename arg.
9242         * textmodes/texinfmt.el (texinfo-format-buffer-1):
9243         Call buffer-disable-undo.
9245         * simple.el (undo-list-saved): New variable (buffer-local).
9246         (undo): Set and test it.
9247         (buffer-disable-undo): Move here from buffer.c.
9248         Clear out undo-list-saved.
9250         * international/mule.el (decode-coding-inserted-region):
9251         Set buffer-undo-list in a correct and optimal way.
9253         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
9254         (cperl-font-lock-unfontify-region-function): No need to save and
9255         restore info, since font-lock.el does it for us.
9257         * ansi-color.el (save-buffer-state): Definition deleted.
9258         (ansi-color-unfontify-region): Don't use save-buffer-state.
9260 2004-12-27  Dave Love  <fx@gnu.org>
9262         * wid-edit.el (function): Use restricted-sexp as parent.
9264 2004-12-27  Kevin Ryde  <user42@zip.com.au>
9266         * simple.el (next-matching-history-element): Use same
9267         `interactive' form as previous-matching-history-element.
9269         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
9270         it can appear unencoded and has been seen from yahoo.
9272 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
9274         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
9275         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
9277 2004-12-27  Kenichi Handa  <handa@m17n.org>
9279         * international/utf-8.el (utf-translate-cjk-load-tables):
9280         Bind coding-system-for-read to nil while loading subst-*.
9282 2004-12-26  Jay Belanger  <belanger@truman.edu>
9284         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
9285         default input.
9287 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
9289         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
9290         before reverting and disable undo recording while reverting.
9292 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
9294         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
9295         (hs-make-overlay): New function.
9296         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
9297         (hs-flag-region): Delete function.
9298         (hs-hide-comment-region): No longer use `hs-flag-region'.
9299         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
9300         (hs-hide-block-at-point): Likewise.
9301         (hs-hide-level-recursive): Use `hs-discard-overlays'.
9302         (hs-hide-all, hs-show-all): Likewise.
9303         (hs-show-block): Likewise.
9304         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
9306 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
9308         * progmodes/hideshow.el: Require `cl' when compiling.
9309         Remove XEmacs and Emacs 19 compatibility.
9310         Use `dolist' and `add-to-list' for load-time actions.
9311         (hs-discard-overlays): Use `dolist'.
9312         (hs-show-block): Likewise.
9314 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
9316         * faces.el (mode-line, mode-line-inactive): Use min-colors.
9318 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
9320         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
9321         When extending backwards, move outside the current comment first.
9323 2004-12-22  Kenichi Handa  <handa@m17n.org>
9325         * international/quail.el (quail-start-translation): Fix prompt
9326         string for the case if input-method-use-echo-area being non-nil.
9327         (quail-start-conversion): Likewise.
9328         (quail-show-guidance): Don't show guidance if
9329         input-method-use-echo-area is non-nil.
9331 2004-12-21  Richard M. Stallman  <rms@gnu.org>
9333         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
9335 2004-12-21  Markus Rost  <rost@ias.edu>
9337         * calendar/diary-lib.el (mark-diary-entries):
9338         Set mark-diary-entries-in-calendar only after checking for diary-file.
9340 2004-12-21  Richard M. Stallman  <rms@gnu.org>
9342         * faces.el (escape-glyph): Use blue against light foreground.
9344         * simple.el (undo-outer-limit-truncate): New function.
9345         (undo-outer-limit-function): Use undo-outer-limit-truncate.
9347 2004-12-21  Eli Barzilay  <eli@barzilay.org>
9349         * calculator.el (calculator-radix-grouping-mode)
9350         (calculator-radix-grouping-digits)
9351         (calculator-radix-grouping-separator):
9352         New defcustoms for the new radix grouping mode functionality.
9353         (calculator-mode-hook): Now used in electric mode too,
9354         (calculator): Call it.
9355         (calculator-mode-map): Some new keys.
9356         (calculator-message): New function.  Some new calls.
9357         (calculator-op, calculator-set-register): Use it.
9358         (calculator-string-to-number): New function, mostly moved and
9359         updated code from calculator-curnum-value.
9360         (calculator-curnum-value): Use it.
9361         (calculator-paste): Use it, and update grabbing the current-kill.
9362         (calculator-rotate-displayer)
9363         (calculator-rotate-displayer-back): Toggle digit grouping when
9364         in radix mode, use calculator-message.
9365         (calculator-displayer-prev, calculator-displayer-next):
9366         Change digit group size when in radix mode.
9367         (calculator-number-to-string): Rename from
9368         calculator-num-to-string.  Now deals with digit grouping in
9369         radix mode.
9370         (calculator-update-display, calculator-put-value): Use the new name.
9371         (calculator-fact): Return a floating point number.
9372         (calculator-mode): Doc fix.
9374 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
9376         * calendar/calendar.el (view-other-diary-entries): Add autoload.
9377         * calendar/diary-lib.el (view-other-diary-entries):
9378         Use current-prefix-arg in interactive spec.
9380 2004-12-19  Jay Belanger  <belanger@truman.edu>
9382         * calc/calc-aent.el (calcAlg-blank-matching-open):
9383         Temporarily adjust the syntax of both delimiters of half-open intervals.
9385 2004-12-19  Kim F. Storm  <storm@cua.dk>
9387         * mouse.el (mouse-1-click-follows-link): Doc fix.
9389 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9391         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
9392         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
9393         instead of centraleuropean as the name
9395 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
9397         Sync with Tramp 2.0.46.
9399         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
9400         parameters wrt Tramp convention.
9401         (tramp-handle-file-attributes-with-perl)
9402         (tramp-handle-directory-files-and-attributes): Apply it.
9403         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
9404         `copy-program'.  Reported by Zack Weinberg
9405         <zack@codesourcery.com>.
9406         (top): Set `edebug-form-spec' property directly rather than
9407         calling `def-edebug-spec'.
9409         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
9410         advice less fragile.  Surround temporary redefinition of
9411         `substitute-in-file-name' with `unwind-protect'.  Suggested by
9412         Matt Hodges <MPHodges@member.fsf.org>.
9414 2004-12-17  Juri Linkov  <juri@jurta.org>
9416         * replace.el (occur-accumulate-lines, occur-engine):
9417         Make forcing deferred font-lock fontification jit-specific.
9419 2004-12-17  Kim F. Storm  <storm@cua.dk>
9421         * mouse.el (mouse-1-click-follows-link): New defcustom.
9422         (mouse-on-link-p): New function.
9423         (mouse-drag-region-1): Implement mouse-1-click-follows-link
9424         functionality.  Map a mouse-1 click event into a mouse-2 (or
9425         other) event when position is inside a link.
9427         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
9428         prefix in tooltip text with "mouse-1" when this is a link
9429         recognized by mouse-1-click-follows-link functionality.
9431         * help.el (describe-key): Report effective and original binding
9432         for mouse-1 when clicked on a link.
9433         (describe-mode): Add follow-link property to "minor-mode" button.
9435         * help-fns.el (describe-variable): Add follow-link property to
9436         "below" button.
9438         * help-mode.el (help-xref): Add follow-link property.
9440         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
9441         (apropos-command, apropos-variable, apropos-face, apropos-group)
9442         (apropos-widget, apropos-plist): Add follow-link property.
9444         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
9445         checks if position is in a filename, rather than some other
9446         clickable item.  Function looks for cvs-filename-face at position.
9448         * wid-edit.el (widget-specify-field, widget-specify-button):
9449         Map a :follow-link keyword into a follow-link property.
9450         (link): Add :follow-link keyword, map to RET binding.
9452         * dired.el (dired-mode-map): Map follow-link to mouse-face.
9454         * progmodes/compile.el (compilation-minor-mode-map)
9455         (compilation-button-map, compilation-mode-map): Likewise.
9457 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
9459         * play/zone.el (zone): Init `line-spacing' from orig buffer.
9460         (zone-replace-char): Take `count' and `del-count'
9461         instead of `direction'.  Update callers.  When `del-count' is
9462         non-nil, delete that many characters, otherwise `count' characters
9463         backwards.  Insert the newly-replaced string `count' times.
9464         (zone-fret): Handle chars w/ width greater than one.
9465         (zone-fall-through-ws): No longer take window width `ww'.
9466         Update callers.  Add handling for `char-width' greater than one.
9467         (zone-pgm-drip): Update var holding window-end position every cycle.
9469 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
9471         * vc.el (vc-default-update-changelog): Use insert-file-contents,
9472         rather than insert-file.
9474 2004-12-16  Jay Belanger  <belanger@truman.edu>
9476         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
9477         (math-init-random-base, math-random-digit): Check to see if
9478         var-RandSeed is bound.
9479         (math-random-last): Declare it.
9480         (math-random-digit): Don't make math-random-last local.
9482 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
9484         * play/zone.el (zone): Fix omission bug: Use a self-disabling
9485         one-shot thunk for uniform (error, quit, normal) recovery.
9486         Reported by John Paul Wallington.
9487         (zone-pgm-random-life): Fix bug:
9488         Recognize empty initial field by lack of "@" chars.
9490 2004-12-16  Juri Linkov  <juri@jurta.org>
9492         * help.el (function-called-at-point):
9493         * help-fns.el (variable-at-point): As a last resort try stripping
9494         non-word prefixes and suffixes.
9496         * descr-text.el (describe-property-list): Don't treat syntax-table
9497         specially.  Use describe-text-sexp which inserts [show] button
9498         for large objects and handles printing errors.  Sort properties
9499         by names in alphabetical order instead of by value sizes.
9500         Add `mouse-face' to list of properties for `describe-face' widget.
9501         (describe-char): Mask out face-id from 19 bits of character.
9502         Print face-id separately.
9504         * replace.el (occur-accumulate-lines, occur-engine):
9505         Fontify unfontified matching lines in the source buffer
9506         before copying them.
9507         (occur-engine): Don't put mouse-face on context lines.
9508         (occur-next-error): Set point to line beginning/end
9509         before searching for prev/next property to skip multiple
9510         matches on a line (not supported by occur engine).
9511         Remove redundant prefix-numeric-value.
9513 2004-12-15  Juri Linkov  <juri@jurta.org>
9515         * replace.el (match): New face.
9516         (list-matching-lines-face): Change default from `bold' to `match'.
9518         * progmodes/grep.el (grep-match-face): New defvar.
9519         (grep-mode-font-lock-keywords): Use grep-match-face instead of
9520         compilation-column-face to highlight grep matches.
9522         * apropos.el (apropos-match-face): Change default from
9523         `secondary-selection' to `match'.
9525         * info-look.el (info-lookup-highlight-face): Change default from
9526         `highlight' to `match'.
9528 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
9530         * progmodes/executable.el (executable-interpret): Eliminate
9531         obsolete compile-internal, and switch to comint for interaction.
9533 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
9535         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
9536         `&&' when skipping multiple statements on a line.
9538 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
9540         * play/zone.el (zone): Set `truncate-lines'.
9541         Also, init `tab-width' with value from original buffer.
9542         (zone-shift-up): Rewrite for speed.
9543         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
9544         (zone-pgm-jitter): Remove redundant entries from ops vector.
9545         (zone-exploding-remove): Reduce iteration count.
9546         (zone-cpos): Convert to defsubst.
9547         (zone-replace-char): New defsubst.
9548         (zone-park/sit-for): Likewise.
9549         (zone-fret): Take window-start arg.
9550         Update callers.  Use `zone-park/sit-for'.
9551         (zone-fill-out-screen): Rewrite.
9552         (zone-fall-through-ws): Likewise.  Update callers.
9553         (zone-pgm-drip): Use `zone-replace-char'.
9554         Move var inits before while-loop.  Use `zone-park/sit-for'.
9555         (zone-pgm-random-life): Handle empty initial field.
9556         Use `zone-replace-char' and `zone-park/sit-for'.
9558 2004-12-15  Juri Linkov  <juri@jurta.org>
9560         * isearch.el (isearch-update): Test isearch-lazy-highlight
9561         before calling isearch-lazy-highlight-new-loop.
9562         (isearch-lazy-highlight-new-loop):
9563         Don't test isearch-lazy-highlight.
9565         * replace.el (perform-replace): Add isearch-case-fold-search.
9566         Use delimited-flag for isearch-regexp.
9567         Reset isearch-lazy-highlight-last-string to force lazy
9568         highlighting when called from isearch mode.
9569         (query-replace-highlight): Revert defcustom type to boolean.
9570         (query-replace-lazy-highlight): New defcustom.
9571         (query-replace): New face.
9572         (perform-replace, replace-highlight, replace-dehighlight):
9573         Test query-replace-lazy-highlight instead of special value
9574         `isearch' of query-replace-highlight.
9575         (replace-dehighlight): Don't call isearch-dehighlight.
9576         (replace-highlight): Don't call isearch-highlight.
9577         Use face `query-replace' unconditionally.
9579 2004-12-14  Kim F. Storm  <storm@cua.dk>
9581         * simple.el (inhibit-mark-movement): Remove defvar.
9582         (beginning-of-buffer, end-of-buffer): Don't use it.
9584         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9585         Don't use inhibit-mark-movement.
9587         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
9588         (cua--undo-push-mark): Remove.
9589         (cua--pre-command-handler, cua--post-command-handler):
9590         Don't fiddle with inhibit-mark-movement.
9592 2004-12-14  Juri Linkov  <juri@jurta.org>
9594         * buff-menu.el (list-buffers-noselect): Collect internal info
9595         for every buffer in BUFFER-LIST arg too.
9596         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
9597         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
9598         Bind same-window-buffer-names and same-window-regexps to nil.
9600 2004-12-13  Juri Linkov  <juri@jurta.org>
9602         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
9604         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
9605         (sc-cite-region, sc-uncite-region, sc-recite-region):
9606         Fix previous change to handle not alist as a symbol, but
9607         a citation frame as a symbol that represents a variable name.
9609 2004-12-13  Richard M. Stallman  <rms@gnu.org>
9611         * filecache.el (file-cache-add-directory-using-find):
9612         Only set up file-cache-find-command-posix-flag if we will use it.
9614         * bindings.el (mode-line-buffer-identification-keymap):
9615         Don't cancel the mode-line's usual down-mouse-1 binding.
9617         * cus-edit.el (custom-face-selected): Handle `default' specs.
9618         (custom-face-edit): Increase extra-offset.
9619         (custom-display): Handle `default' specs.
9621         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
9623         * emacs-lisp/elint.el (elint-standard-variables)
9624         (elint-unknown-builtin-args): Move definitions up.
9626         * net/browse-url.el (browse-url-url-at-point): Add autoload.
9628         * info.el (info-xref-visited): Use `default' instead of t.
9629         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
9631         * faces.el (header-line, mode-line-inactive, tool-bar):
9632         Use `default' instead of t for setting the defaults.
9633         (face-spec-choose): Separate `t' from `default'.
9635         * subr.el (while-no-input): New macro.
9637 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
9639         * filecache.el (file-cache-add-directory-using-find):
9640         Only test file-cache-find-command-posix-flag on some systems.
9642 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9644         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
9645         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
9646         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
9647         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
9648         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
9650 2004-12-12  Juri Linkov  <juri@jurta.org>
9652         * files.el (find-file-other-window, find-file-other-frame):
9653         Add the first buffer to the returned value to return the complete
9654         list of all visited buffers.
9655         (find-file-read-only, find-file-read-only-other-window)
9656         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
9657         `find-file-read-args'.  Signal an error about non-existent file
9658         only if file name doesn't contain wildcards.  Toggle read-only in
9659         all visited buffers.
9660         (find-alternate-file, find-alternate-file-other-window):
9661         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
9662         called interactively.  Pass arg `wildcards' to other functions.
9663         (find-file-noselect): Doc fix.
9665         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
9666         Doc fix.
9667         (ffap-directory-finder): New variable.
9668         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
9669         (ffap-file-at-point): Add /* to immediately rejected names.
9670         Return absolute file names matching ffap-dired-wildcards.
9671         (ffap-read-file-or-url): Set default value for `completing-read'
9672         to `buffer-file-name'.
9673         (find-file-at-point): When filename matches ffap-dired-wildcards,
9674         call ffap-file-finder with t arg `wildcards', instead of dired.
9675         (ffap-other-window, ffap-other-frame): Return visited buffers.
9676         (ffap-read-only, ffap-read-only-other-window)
9677         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
9678         (dired-at-point): Call ffap-directory-finder instead of dired.
9679         (ffap-dired-other-window, ffap-dired-other-frame)
9680         (ffap-list-directory): New commands.
9681         (ffap-bindings): New keybindings for new commands.
9683 2004-12-12  Juri Linkov  <juri@jurta.org>
9685         * simple.el (beginning-of-buffer, end-of-buffer):
9686         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9687         Do not push mark when mark is active in transient-mark-mode.
9689         * simple.el (mark-word):
9690         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
9691         * textmodes/paragraphs.el (mark-paragraph):
9692         Extend the region when mark is active in transient-mark-mode,
9693         regardless of the last command.  Doc fix.
9695         * simple.el (mark-word): Preserve direction when repeating.
9696         Make arg optional.  Interactive "p" -> "P".
9697         (transient-mark-mode, inhibit-mark-movement): Doc fix.
9699         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
9700         preserving direction, to mark forward instead of backward when mark
9701         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
9703 2004-12-12  Juri Linkov  <juri@jurta.org>
9705         * isearch.el (isearch-edit-string): Set 7th arg of
9706         `read-from-minibuffer' to `t' to inherit the current input
9707         method (whose name is indicated by [IM] in the minibuffer prompt)
9708         from the current buffer to the minibuffer.
9709         (isearch-lazy-highlight-update): Put body to `with-local-quit'
9710         to allow C-g quitting for lazy highlighting looping inside the
9711         search with nested repetition operators.  Add overlay to the list
9712         before setting its face and other properties to avoid the case of
9713         code quitting after placing the new overlay but before it's
9714         recorded on the list.  Select the window where isearch was
9715         activated, to highlight matches in the right window when isearch
9716         switches the current window to the minibuffer.
9718         * international/isearch-x.el
9719         (isearch-process-search-multibyte-characters):
9720         Use `isearch-message' as initial input for `read-string' instead
9721         of adding it to the minibuffer prompt.  After reading a string
9722         remove the initial value of `isearch-message' from the string.
9724         * replace.el (replace-match-maybe-edit): Doc fix.
9725         (perform-replace): Don't call `replace-highlight' when automatic
9726         replacement is requested in literal mode, since it is intended
9727         only to highlight words during entering a new replacement string
9728         for \? in non-literal mode.
9730         * replace.el (query-replace-highlight): Add new value `isearch'
9731         that allows query replacement to use isearch highlighting.
9732         Change type from `boolean' to `choice'.  Doc fix.
9733         (replace-highlight, replace-dehighlight, perform-replace):
9734         Use isearch highlighting if query-replace-highlight eq `isearch'.
9736 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9738         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
9739         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
9741         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
9742         case of \end{verbatim}.
9744 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
9746         * term.el (term-termcap-format): Synchronize with terminfo.
9747         (term-emulate-terminal): Handle reset.
9748         (term-reset-terminal): New function.
9750 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
9752         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
9753         (zone-fill-out-screen): New func.
9754         (zone-pgm-drip): Use `zone-fill-out-screen'.
9755         Also, no longer go to point-min on every cycle.
9756         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
9757         (zone-pgm-random-life-wait): New user var.
9758         (zone-pgm-random-life): New func.
9760 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
9762         * files.el (auto-mode-alist): Map .com to DCL mode.
9764 2004-12-09  Richard M. Stallman  <rms@gnu.org>
9766         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
9768 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
9770         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
9771         buffer with a display margin.
9773 2004-12-08  Jay Belanger  <belanger@truman.edu>
9775         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
9776         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
9778 2004-12-08  Richard M. Stallman  <rms@gnu.org>
9780         * faces.el: Delete code to set display table.
9781         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
9783 2004-12-08  Jay Belanger  <belanger@truman.edu>
9785         * calc/calc.el: Add math-read-preprocess-string to autoloads.
9787         * calc/calc-ext.el (math-read-replacement-list)
9788         (math-read-superscripts, math-read-preprocess-string): Move to
9789         calc-aent.el.
9791         * calc/calc-aent.el (math-read-replacement-list)
9792         (math-read-superscripts, math-read-preprocess-string): Move from
9793         calc-ext.el.
9795 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9797         * isearch.el (isearch-quote-char): Fix up typo in last change.
9799 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
9801         * mouse.el (mouse-set-font): Handle the case where the command was
9802         not invoked using the mouse.
9804         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
9805         (edmacro-finish-edit): Further update for keyboard macros that are
9806         lambda forms.
9807         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
9809 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
9811         * font-lock.el (font-lock-unfontify-region): Save buffer state.
9812         (font-lock-default-unfontify-region): Don't save buffer state any more.
9814 2004-12-07  Jay Belanger  <belanger@truman.edu>
9816         * calc/calc-help.el (calc-describe-key):
9817         Set calc-summary-indentation even when Calc Summary buffer exists.
9819 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
9821         * calendar/holidays.el (holiday-easter-etc): Make arguments
9822         optional for backwards compatibility.  Doc fix.
9823         Remove un-necessary local vars mandatory, output-list.
9824         (holiday-advent): Make arguments optional for backwards
9825         compatibility.  Doc fix.
9827 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9829         * paren.el (show-paren-function): Fix last change (2004-12-02).
9831         * international/mule-util.el (char-displayable-p): Return nil for
9832         unibyte mode.
9834         * subr.el (subregexp-context-p): New function.
9836         * isearch.el (isearch-quote-char): Use it.
9838         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
9839         (regexp-opt-not-groupie*-re): Remove.
9840         (regexp-opt): Properly handle inputs with duplicate entries.
9842 2004-12-06  Richard M. Stallman  <rms@gnu.org>
9844         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
9846         * cus-edit.el (custom-file): Doc fix.
9848         * textmodes/org.el: New file.
9850 2004-12-06  Kenichi Handa  <handa@m17n.org>
9852         * ldefs-boot.el: Update international/mule-util.el section.
9854 2004-12-05  Sam Steingold  <sds@gnu.org>
9856         * net/tramp.el (tramp-handle-file-accessible-directory-p):
9857         Fix `tramp-time-diff' comparison logic.
9859 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
9861         * progmodes/which-func.el (which-function):
9862         Use `run-hook-with-args-until-success' instead of a custom loop.
9863         Fixes bug with local hooks.
9865 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9867         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
9868         Use delete-dups when calculating the initial value.
9869         (bibtex-autokey-get-title): Use <=.
9870         (bibtex-goto-line): New function.
9871         (bibtex-reposition-window): Use line numbers instead of point
9872         positions.  Use window-body-height.
9873         (bibtex-find-crossref): Use bibtex-reposition-window.
9874         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
9875         position of entry if key is found or nil if not found.
9877 2004-12-05  Richard M. Stallman  <rms@gnu.org>
9879         * cus-edit.el (custom-file): Doc fix.
9881         * progmodes/sh-script.el (sh-indent-for-then): Change default.
9883 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9885         * simple.el (blink-matching-open):
9886         * textmodes/tex-mode.el (tex-validate-region):
9887         Obey syntax-table text properties.
9889 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
9891         * wid-edit.el (widget-specify-field): Add `real-field' property to
9892         boundary.
9893         (widget-field-at): Use it.
9895 2004-12-02  Richard M. Stallman  <rms@gnu.org>
9897         * progmodes/cc-mode.el (awk-mode autoload):
9898         Supply t meaning interactive function.
9900         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
9901         (isearch-mode-map): No special definition for space.
9902         (isearch-whitespace-chars): Command deleted.
9903         (isearch-forward-regexp): Doc fix.
9904         (isearch-quote-char): When a space is not inside brackets,
9905         use `[ ]' instead of just space.
9906         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
9908         * imenu.el (imenu--generic-function): Delete code to exclude
9909         matches in comments.
9911         * man.el (Man-reverse-face): Change default to `highlight'.
9913         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
9914         (occur-engine): Use `face' prop rather than `font-lock-face'
9915         when specifying use of `match-face'.
9916         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
9918         * emacs-lisp/elint.el (elint-standard-variables): Update list.
9920         * add-log.el (add-log-current-defun): Handle the case where point
9921         is in the header part of a DEFUN construct.
9923 2004-12-02  Dave Love  <fx@gnu.org>
9925         * progmodes/python.el (python-font-lock-syntactic-keywords):
9926         Fix previous change.
9928 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
9930         * paren.el (show-paren-function): Check for matching chars
9931         specified by text props.
9933 2004-12-02  Jay Belanger  <belanger@truman.edu>
9935         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
9936         when reading a new key sequence.
9938 2004-12-02  Kim F. Storm  <storm@cua.dk>
9940         * faces.el (escape-glyph): Rename from glyph.
9941         (standard-display-table): Set it here.  Add escape-glyph face to
9942         extra slot characters.
9944         * disp-table.el: Undo 2004-12-01 change.  Display table is now
9945         setup in faces.el.
9947 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
9949         * xml.el (xml-parse-dtd): Don't show validity messages when
9950         xml-validating-parser is nil.
9951         (xml-substitute-special): Fix validity error messages to
9952         actually show the unexpandable entity.  Added validity error if &
9953         isn't followed by an entity.
9954         (xml-parse-tag): Concatenate any string following the a
9955         <![CDATA[]]> section to the parsed CDATA.
9956         (xml-parse-dtd): Skip parameter entity declarations and use of
9957         parameter entities.
9959 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
9961         * kmacro.el (kmacro-default-counter-format): New var.
9962         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
9963         (kmacro-display): Remove `nil' from `and' form.  Delete call to
9964         `format' inside `message'.
9965         (kmacro-start-macro): Use `kmacro-default-counter-format'.
9967 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9969         * pcvs.el (cvs-header-msg): New function.
9970         (cvs-update-header): Use it.  Change calling convention.
9971         Correctly handle the case of having simultaneous active processes.
9972         (cvs-sentinel): Don't call cvs-update-header any more.
9973         (cvs-mode-run): Update call and add cvs-update-header to postproc.
9975 2004-12-01  Jay Belanger  <belanger@truman.edu>
9977         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
9978         Change message.
9980 2004-12-01  Juri Linkov  <juri@jurta.org>
9982         * progmodes/prolog.el (prolog-mode-variables):
9983         Fix imenu-generic-expression.
9985 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
9987         * faces.el (glyph): New face.
9989         * disp-table.el: Add an autoloaded table, that doesn't require
9990         this library, with glyph face.
9992         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
9993         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
9994         (conf-quote-normal): Allow normalizing only ' or ".
9995         (conf-mode): Regexp-quote constructed comment-start and don't
9996         match section {} where "name" contains braces.
9998         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
9999         files.
10001 2004-12-01  Kenichi Handa  <handa@m17n.org>
10003         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10004         (x-select-text): Don't treat eight-bit-control/graphic chars
10005         specially.  Store the encoded text in the X cut buffer.
10006         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10007         with x-last-selected-text-cut-encoded.
10009 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10011         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10013 2004-11-30  Markus Rost  <rost@ias.edu>
10015         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10016         AUCTeX.
10018 2004-11-30  Jay Belanger  <belanger@truman.edu>
10020         * calc/calc-arith.el (math-possible-signs): Made stronger checks
10021         on signs of intervals.
10022         (math-pow-of-zero): Strengthen checks for positive and negative
10023         exponents.
10025         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10026         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10027         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10028         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10029         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10030         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10031         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10032         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10033         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10034         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10035         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10036         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10037         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10038         with provide statements.
10040         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10042         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10044         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10045         (calc-load-everything, math-defsimplify): Replace dummy autoloading
10046         functions by require statements.
10047         (math-defsimplify): Move to calc-alg.el, add to autoloads.
10049         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10050         (calc-gnuplot-print): Give them values.
10052         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10053         autoloads.
10054         Add calc-do-embedded-activate to autoloads.
10055         (calc-gnuplot-name, calc-gnuplot-plot-command)
10056         (calc-gnuplot-print-command): Move them to calc-graph.el.
10058 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10060         * term/mac-win.el (ccl-encode-mac-roman-font)
10061         (ccl-encode-mac-cyrillic-font)
10062         (ccl-encode-mac-centraleuropean-font, encoder-list)
10063         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10064         Support Cyrillic, CentralEuropean, and Dingbat font display
10066 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
10068         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10070         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10071         still nil.
10073 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
10075         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10076         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10078 2004-11-29  Jay Belanger  <belanger@truman.edu>
10080         * calc/calc-arith.el (math-pow-of-zero): Take into account different
10081         cases of the base and exponent.
10083 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
10085         * simple.el (next-error-buffer-p): Allow for inclusive and
10086         exclusive tests for finding a buffer.
10087         (next-error-find-buffer): Pass the exclusive and inclusive tests
10088         to next-error-buffer-p.
10090         * replace.el (occur-next-error): Switch to the Occur buffer when
10091         appropriate, use the exclusive filter to next-error-find-buffer to
10092         do it.  Use the absolute value of the motion amount.
10094 2004-11-29  Kenichi Handa  <handa@m17n.org>
10096         * startup.el (command-line): Decode all default-directory by
10097         locale-coding-system.
10099 2004-11-29  Jay Belanger  <belanger@truman.edu>
10101         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10102         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10103         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10104         Replace calls to calc-extensions by appropriate require, replace
10105         calc-extensions-loaded by appropriate featurep.
10107         * calc/calc-ext.el: Move require to end of file.
10108         Remove redundant loading of calc.el.
10109         (calc-extensions-loaded): Remove unnecessary variable.
10110         (calc-extensions): Remove unnecessary function.
10111         (calc-load-everything): Replace calc-need-macros by appropriate require.
10113         * calc/calc-macs.el: Move provide to end of file.
10114         (calc-need-macros): Remove unnecessary function.
10116         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10117         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10118         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10119         Replace calc-extensions by appropriate require.
10120         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10122         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10123         Replace calc-need-macros by appropriate require.
10125         * calc/calc.el: Move require to end of file.
10126         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10127         Remove unnecessary variable.
10128         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10129         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10130         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10131         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10132         (math-stack-value-offset, math-format-value, math-format-flat-expr)
10133         (math-format-number, math-format-bignum, math-read-number)
10134         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10135         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10136         by appropriate require.
10137         (calc-check-defines): Replace calc-need-macros by appropriate require.
10139 2004-11-29  Kim F. Storm  <storm@cua.dk>
10141         * macros.el (insert-kbd-macro): Handle kmacro functions.
10143 2004-11-28  Juri Linkov  <juri@jurta.org>
10145         * compare-w.el (compare-windows-highlight): Attach each overlay
10146         to its window to properly highlight differences while comparing
10147         two windows of the same buffer.  Fix arguments.
10148         (compare-windows-sync-default-function): Fix arguments of
10149         `compare-windows-highlight'.
10151         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10152         Use `read-expression-history'.  Set initial contents only if
10153         `edebug-global-break-condition' is non-nil.  Set histpos to 1
10154         if initial contents is equal to the last history element.
10155         (edebug-set-conditional-breakpoint): Instead of temporarily
10156         prepending the current condition to the history, set initial
10157         contents to the current condition.  Set histpos to 1 if initial
10158         contents is equal to the last history element.
10160         * info.el (Info-search-whitespace-regexp): Remove shy group.
10161         (Info-search): Forward line if search is on the header line.
10162         Use search-whitespace-regexp in two other places.
10164 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
10166         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
10167         warning.  Delay real definition, which uses
10168         `set-fringe-indicators-1' till after the definition of that function.
10170 2004-11-28  Kim F. Storm  <storm@cua.dk>
10172         * fringe.el (fringe): New defgroup.
10173         (fringe-mode): Move to fringe group.
10174         (fringe-indicators): New defcustom.
10175         (set-fringe-indicators-1): New defun.
10177         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
10178         (menu-bar-showhide-fringe-ind-menu): New keymap.
10179         (menu-bar-showhide-fringe-ind-empty)
10180         (menu-bar-showhide-fringe-ind-mixed)
10181         (menu-bar-showhide-fringe-ind-box)
10182         (menu-bar-showhide-fringe-ind-right)
10183         (menu-bar-showhide-fringe-ind-left)
10184         (menu-bar-showhide-fringe-ind-none): New defuns.
10185         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
10187 2004-11-27  Richard M. Stallman  <rms@gnu.org>
10189         * comint.el (comint-read-noecho): Add trivial compatibility definition.
10191         * generic.el (define-generic-mode): Doc fix.
10193         * menu-bar.el (menu-bar-options-save): For the options
10194         that are toggled with menu-bar-make-mm-toggle, don't check
10195         for customized-value prop.
10197 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
10199         * mail/supercite.el (sc-cite-region): Handle the case where
10200         sc-cite-frame-alist is a symbol.
10201         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
10202         a symbol.
10203         (sc-recite-region): Handle the case where sc-recite-frame-alist is
10204         a symbol.
10206 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
10208         * wid-edit.el (widget-narrow-to-field): New function.
10209         (widget-complete): Use it.
10211 2004-11-27  Jay Belanger  <belanger@truman.edu>
10213         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
10214         variable.
10215         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
10216         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
10217         (math-alg-inequalities): Move declaration to earlier in the file.
10219         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10220         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
10221         Declare them.
10223         * calc/calc-lang.el (math-expr-data, math-expr-token)
10224         (math-exp-old-pos): Declare them.
10226         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
10227         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
10229 2004-11-27  Kim F. Storm  <storm@cua.dk>
10231         * progmodes/flymake.el: Use (featurep 'xemacs).
10232         (flymake-makehash): Change to defsubst.  Use fboundp.
10233         (flymake-time-to-float): Remove.
10234         (flymake-float-time): Merge code from flymake-time-to-float here.
10235         (flymake-replace-regexp-in-string): Change to defsubst.
10236         (flymake-split-string-remove-empty-edges):
10237         Rename to flymake-split-string.
10238         (flymake-split-string): Remove previous defalias.
10239         (flymake-get-temp-dir): Change to defsubst.
10240         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
10241         Define for xemacs only.
10242         (flymake-master-file-count-limit): Change into compiler defvar only.
10243         (flymake-find-possible-master-files): Let-bind it dynamically while
10244         sorting files using flymake-master-file-compare.
10246 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10248         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
10249         of defun-prompt-regexp matches inside a comment/string but the
10250         beginning is correctly outside everything.
10252         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
10253         appears within a string or a comment.
10255         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
10256         rather than make-symbol for symbols which are used in
10257         a symbol-macrolet or equivalent.
10259 2004-11-26  Jay Belanger  <belanger@truman.edu>
10261         * calc-misc.el (calc-last-why-command): Declare it.
10263         * calc-vec.el (math-grade-vec): New variable.
10264         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
10265         Replace variable grade-vec by declared variable.
10266         (math-rb-close): New variable.
10267         (math-read-brackets, math-read-vector): Replace variable close by
10268         declared variable.
10270         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
10271         (calc-one-window, calc-edit-handler, calc-restore-trail)
10272         (calc-allow-ret): Declare them.
10274         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
10275         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
10276         (math-radix-float-cache-tag, math-random-cache)
10277         (math-max-digits-cache, math-integral-cache, math-units-table)
10278         (math-format-date-cache, math-holidays-cache-tag): Declare them.
10279         (math-moc-func): New variable.
10280         (math-map-over-constants, math-map-over-constants-rec):
10281         Replace variable func by declared variable.
10283         * calc/calc-store.el (calc-given-value, calc-store-opers):
10284         Declare them.
10285         (calc-var-name-map): Move declaration to earlier in the file.
10286         (calc-pv-pos): New variable.
10287         (calc-permanent-variable, calc-insert-permanent-variable):
10288         Replace variable pos by declared variable.
10290         * calc/calc-mtx.el (calc-det-lu): New variable.
10291         (math-det-raw, math-det-step): Replace variable lu by declared variable.
10293         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
10294         (math-multi-subst, math-multi-subst-rec): Replace variables temp
10295         and arg by declared variables.
10296         (calcFunc-reducer): Fix incorrect variable.
10297         (math-inner-mul-func, math-inner-add-func): New variables.
10298         (calcFunc-inner, math-inner-mats): Replace variables mul-func
10299         and add-func by declared variables.
10301         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
10302         (calc-digit-value): Declare them.
10304         * calc/calc-help.el (Info-history): Declare it.
10305         (calc-describe-key): Make calc-summary-indentation a local variable.
10306         (calc-help-long-names): Move declaration to earlier in file.
10308         * calc/calc-embed.el (calc-original-buffer): Declare it.
10309         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
10310         (calc-embed-bot): New variables.
10311         (calc-do-embedded, calc-embedded-mark-formula)
10312         (calc-embedded-find-bounds, calc-embedded-duplicate)
10313         (calc-embedded-new-formula, calc-embedded-make-info):
10314         Replace vars outer-top, outer-bot, bot and top by declared variables.
10315         (calc-embed-prev-modes): New variable.
10316         (calc-embedded-set-modes, calc-embedded-update): Replace variable
10317         prev-modes with declared variable.
10318         (calc-embed-vars-used): New variable.
10319         (calc-embedded-make-info, calc-embedded-evaluate-expr)
10320         (calc-embedded-update, calc-embedded-find-vars): Replace variable
10321         vars-used by declared variable.
10323         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
10324         (math-format-radix-float): Remove unnecessary setq.
10325         (math-radix-float-cache): Declare it.
10327         * calc/calcsel2.el (calc-keep-selection): Declare it.
10329         * calc/calc-maint.el: Remove file.
10331 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10333         * textmodes/bibtex.el (bibtex-sort-entry-class)
10334         (bibtex-comment-start): Use defcustom.
10335         (bibtex-entry-field-alist): Use nil if initial content of the
10336         field is undefined.  Fix docstring.
10337         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
10338         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
10339         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
10340         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
10341         Fix docstring.
10342         (bibtex-autokey-title-terminators): Use only one regexp.
10343         (bibtex-string-maybe-empty-head): New variable.
10344         (bibtex-remove-delimiters-string): New function.
10345         (bibtex-text-in-field-bounds, bibtex-text-in-string):
10346         Use bibtex-remove-delimiters-string.
10347         (bibtex-progress-message, bibtex-field-left-delimiter)
10348         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
10349         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
10350         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
10351         Simplify.
10352         (bibtex-format-entry): Use save-excursion for inherited booktitle.
10353         Use eq and bibtex-remove-delimiters-string.  For end markers use
10354         insertion type so that marker stays after inserted text.
10355         (bibtex-autokey-get-names): Return empty string if name is missing.
10356         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
10357         calling bibtex-autokey-name-case-convert.
10358         (bibtex-autokey-demangle-title):
10359         Call bibtex-autokey-titleword-case-convert.  Remove call to
10360         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
10361         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
10362         (bibtex-read-key): New optional arg global.
10363         (bibtex-files-expand): New optional arg force.
10364         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
10365         (bibtex-complete-crossref-cleanup): Rename from
10366         bibtex-complete-key-cleanup.  Simplify code.
10367         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
10368         Operate on current entry.
10369         (bibtex-button): Add docstring.
10370         (bibtex-entry): Simplify.
10371         (bibtex-make-field): Replace optional arg called-by-yank with more
10372         specific args move and interactive.
10373         (bibtex-end-of-entry): Use forward-sexp.
10374         (bibtex-find-entry-globally): Remove.
10375         (bibtex-find-crossref): Allow for crossref key located in other buffer.
10376         Bound to C-c C-x.
10377         (bibtex-find-entry): New optional args global and display.
10378         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
10379         (bibtex-validate): Use arg force of bibtex-files-expand.
10380         (bibtex-clean-entry): Bugfix, clean string entries properly.
10381         Always keep point at beginning of entry.
10382         (bibtex-complete): Bugfix.  Handle string entries properly.
10383         Call cleanup functions only if needed.
10384         (bibtex-String): Use bibtex-read-string-key.
10385         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
10386         case of replacement text.
10388 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
10390         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
10391         (tramp-perl-directory-files-and-attributes): New constant.
10392         (tramp-file-name-handler-alist): Delete file-directory-files, add
10393         directory-files-and-attributes.
10394         (tramp-perl-file-attributes): Surround uid and gid by double
10395         quotes.  Change parameter id-format from nonnumeric.
10396         (tramp-convert-file-attributes): New function.
10397         (tramp-handle-file-attributes): Use it.
10398         (tramp-maybe-send-perl-script): New function.
10399         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
10400         file mode.  Change parameter id-format from nonnumeric.
10401         (tramp-handle-file-attributes-with-ls): Change parameter id-format
10402         from nonnumeric.
10403         (tramp-post-connection): Don't send tramp-perl-file-attributes
10404         script.  Reset connection property "perl-scripts".
10405         (tramp-handle-insert-directory): Run real handler when ls-lisp is
10406         in use.
10408 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
10410         * desktop.el (desktop-read): Replace mapcar with mapc.
10411         (desktop-create-buffer): Replace mapcar with mapc.
10412         Remove redundant piece of code.
10414 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
10416         * progmodes/gud.el (gud-display-line): Use display-buffer
10417         for GDB-UI as for GUD.
10419         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
10420         Delete variables.
10421         (gdb-ann3): Don't make GUD buffer dedicated.
10422         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
10423         (gdb-display-source-buffer): Delete function.
10424         (gdb-view-source-function, gdb-view-assembler): Delete functions.
10425         (menu): Delete menu bindings for viewing source/assembler.
10426         (gdb-setup-windows, gdb-restore-windows):
10427         Don't dedicate GUD.  No assembler now.
10428         (gdb-reset): No need to undedicate source buffers now.
10429         (gdb-source-info): No assembler now.
10431 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
10433         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
10434         width to those for special frames.
10435         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
10436         Use display-buffer.
10437         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
10438         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10439         (gdb-frame-assembler-buffer): Rework like
10440         gdb-frame-breakpoints-buffer.
10442 2004-11-25  Richard M. Stallman  <rms@gnu.org>
10444         * progmodes/flymake.el: Reindent.
10445         (flymake-split-string): Turn into defalias.
10446         (flymake-fix-file-name): Rename from flymake-fix-path-name.
10447         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
10448         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
10449         (flymake-build-relative-filename): Rename from ...path.
10450         Fix error message.
10452 2004-11-25  Cheng Gao  <chenggao@gmail.com>
10454         * progmodes/flymake.el: Much whitespace and capitalization change.
10455         Move `provide' to end.  Require `compile' only when compiling.
10457 2004-11-24  Jay Belanger  <belanger@truman.edu>
10459         * calc/calc-alg.el: Added comment.
10460         (math-polynomial-base): Replace variable mpb-top-expr by
10461         math-poly-base-top-expr.
10463         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
10464         (math-polynomial-p1): Replace variable mpb-top-expr by declared
10465         variable.
10466         (math-poly-base-total-base): New variable.
10467         (math-total-polynomial-base, math-polynomial-p1): Replace variable
10468         mpb-total-base by declared variable.
10469         (math-factored-vars, math-to-list): Declare it.
10470         (math-fact-expr): New variable.
10471         (calcFunc-factors, calcFunc-factor, math-factor-expr)
10472         (math-factor-expr-try, math-factor-expr-part): Replace variable
10473         expr by declared variable.
10474         (math-fet-x): New variable.
10475         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
10476         by declared variable.
10477         (math-factor-poly-coefs): Make temp a local variable.
10479         * calc/calc-units.el (calc-convert-units): Make units a local
10480         variable.
10481         (calc-num-units, calc-den-units): New variables.
10482         (calc-explain-units, calc-explain-units-rec): Replace variables
10483         num-units and den-units by declared variables.
10484         (math-cu-unit-list): New variable.
10485         (math-build-units-table, math-compare-unit-names)
10486         (math-convert-units, math-convert-units-rec): Replace variable
10487         unit-list by declared variable.
10488         (math-fbu-base, math-fbu-entry): New variables.
10489         (math-find-base-units, math-find-base-units-rec): Replace variables
10490         base and entry by declared variables.
10491         (math-which-standard): New variable.
10492         (math-to-standard-units, math-to-standard-rec): Replace variable
10493         which-standard by declared variable.
10494         (math-fcu-u): New variable.
10495         (math-find-compatible-unit, math-find-compatible-unit-rec):
10496         Replace variable u by declared variable.
10497         (math-cu-new-units, math-cu-pure): New variables.
10498         (math-convert-units, math-convert-units-rec): Replace variables
10499         new-units and pure by declared variables.
10500         (math-try-cancel-units): New variable.
10501         (math-simplify-units-quotient): Replace variable try-cancel-units by
10502         declared variable.
10504 2004-11-24  Richard M. Stallman  <rms@gnu.org>
10506         * textmodes/ispell.el (ispell-check-version):
10507         If default-directory is nonexistent, use home dir.
10509         * progmodes/grep.el (grep-regexp-alist):
10510         Don't match parens around line numbers.
10512         * progmodes/cperl-mode.el (cperl-indent-region)
10513         (cperl-imenu--create-perl-index, cperl-xsub-scan):
10514         Don't print progress messages.
10516         * progmodes/compile.el (compilation-mode-map):
10517         Don't inherit from compilation-minor-mode-map;
10518         copy its bindings instead.  But the menu bar Compile
10519         entry now does inherit from compilation-menu-map.
10521         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10522         Use with-no-warnings around compiler-macroexpand.
10524         * imenu.el: Don't always require newcomment.
10525         (imenu--generic-function): Call comment-normalize-vars
10526         if we have a comment syntax.
10527         Exit the loop if REGEXP matches the null string.
10528         Test comment-start as well as comment-start-skip
10529         when deciding whether to check for comments.
10531         * tooltip.el (tooltip-mode): Doc fix.
10533         * term.el (term-escape-char, term-mode): Doc fixes.
10535 2004-11-24  Dave Love  <fx@gnu.org>
10537         * progmodes/python.el (python-font-lock-syntactic-keywords):
10538         Check for escapes in the regexp.
10539         (python-quote-syntax): Don't do it here.
10541 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
10543         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10544         (gdb-frames-mode-map, gdb-threads-mode-map)
10545         (gdb-registers-mode-map, gdb-locals-mode-map)
10546         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
10547         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
10549         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
10550         (dedicated-switch-to-buffer): Rework.
10551         (gdb-var-evaluate-expression-handler, gdb-put-string):
10552         Remove unused variable bindings.
10553         (gdb-setup-windows, gdb-display-buffer):
10554         Simplify.  Use pop-to-buffer.
10555         (gdb-view-source-function): Simplify.
10556         (gdb-frame-breakpoints-buffer):
10557         Use pop-to-buffer, special-display-regexps.
10559 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
10561         * progmodes/f90.el (f90-smart-end)
10562         (f90-previous-statement, f90-beginning-of-block): Doc fix.
10563         (f90-calculate-indent): Handle un-named PROGRAM blocks.
10564         (f90-end-of-block): Doc fix.  Make check of outermost block
10565         conditional on value of `f90-smart-end'.
10566         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
10567         Handle case where END-BLOCK is nil.
10568         (f90-match-end): Handle un-named PROGRAM blocks.
10569         (f90-backslash-not-special): New function.
10571 2004-11-24  Jay Belanger  <belanger@truman.edu>
10573         * calc/calc.el (calc-embedded-active): Removed unnecessary
10574         declaration.
10575         (calc-show-banner): Removed redundant declaration.
10577         * calc/calc-graph.el (calc-gnuplot-default-device)
10578         (calc-gnuplot-default-output, calc-gnuplot-print-device)
10579         (calc-gnuplot-print-output, calc-gnuplot-geometry)
10580         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
10581         Remove redundant initial values.
10583         * calc/calc-arith.el (math-scalar-functions)
10584         (math-nonscalar-functions, math-scalar-if-args-functions)
10585         (math-real-functions, math-positive-functions)
10586         (math-nonnegative-functions, math-real-scalar-functions)
10587         (math-real-if-arg-functions, math-integer-functions)
10588         (math-num-integer-functions, math-rounding-functions)
10589         (math-float-rounding-functions, math-integer-if-args-functions)
10590         (math-super-types): Move declarations to earlier in file.
10591         (math-unit-prefixes): Declared it.
10592         (math-floor-prec, math-trunc-prec): New variables.
10593         (math-trunc-fancy): Replace variable prec by declared variable.
10594         (math-floor-fancy): Replace variable prec by declared variable.
10595         (math-com-bterms): New variable.
10596         (math-commutative-equal, math-commutative-collect):
10597         Replace variable bterms by declared variable.
10599         * calc/calc-misc.el (math-trunc): Replace variable prec by
10600         math-trunc-prec.
10601         (math-floor): Replace variable prec by math-floor-prec.
10603         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
10604         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
10605         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
10606         (math-format-date, math-format-date-part): Replace variables
10607         date, dt, year, month, day, weekday, hour, minute, second and
10608         bc-flag by declared variables.
10609         (math-pd-str): New variable.
10610         (math-parse-date, math-parse-date-word, math-parse-standard-date):
10611         Replace variable str by declared variable.
10612         (math-daylight-savings-hook, math-tzone-names): Move definitions
10613         to earlier in the file.
10614         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
10615         (math-sh-year): New variable.
10616         (math-setup-add-holidays, math-setup-holidays)
10617         (math-setup-year-holidays): Replace variable `year' by declared
10618         variable.
10620         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
10621         New variables.
10622         (math-nth-root-float, math-nth-root-float-iter): Replace variables
10623         n, nf and nfm1 by declared variables.
10624         (math-nri-n): New variable.
10625         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
10626         n by declared variable.
10627         (calcFunc-log): Removed misplaced condition.
10629 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10631         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
10633 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
10635         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
10636         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
10637         Dedicate gdb-related windows.
10638         (gdb-display-buffer): Dedicate gdb-related windows.
10639         Don't grab other frames.
10640         (gdb-reset): Remove dedicated property after debugging.
10642 2004-11-24  Jay Belanger  <belanger@truman.edu>
10644         * calc/calc-sel.el: Add comment.
10646         * calc/calc.el (math-stack-value-offset): Replace variables c,
10647         wid and off with math-svo-c, math-svo-wid and math-svo-off.
10649         * calc/calccomp.el (math-comp-sel-tag): Declare it.
10650         (math-svo-c, math-svo-wid, math-svo-off): New variables.
10651         (math-stack-value-offset-fancy): Replace variables c, wid and off
10652         by declared variables.
10653         (math-comp-just, math-comp-comma-spc): New variables.
10654         (math-compose-expr, math-compose-matrix): Replace variables `just'
10655         and comma-spc by declared variable.
10656         (math-comp-vector-prec): New variable.
10657         (math-compose-expr, math-compose-matrix, math-compose-rows):
10658         Replace variable vector-prec by declared variable.
10659         (math-comp-left-bracket, math-comp-right-bracket)
10660         (math-comp-comma): New variables.
10661         (math-compose-expr, math-compose-rows): Replace variables
10662         left-bracket, right-bracket and comma by declared variables.
10663         (math-comp-full-width): New variable.
10664         (math-comp-to-string-flat, math-comp-to-string-flat-term):
10665         Replace variable full-width by declared variable.
10666         (math-comp-highlight, math-comp-word, math-comp-level)
10667         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
10668         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
10669         New variables.
10670         (math-comp-to-string-flat, math-comp-to-string-flat-term)
10671         (math-comp-sel-flat-term): Replace variables comp-highlight,
10672         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
10673         declared variables.
10674         (math-comp-simplify, math-comp-simplify-term)
10675         (math-comp-add-string, math-comp-add-string-sel):
10676         Replace variables comp-highlight, comp-buf, comp-base,
10677         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
10679 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10681         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
10683         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
10684         and x-server-version may throw.
10686 2004-11-23  Kim F. Storm  <storm@cua.dk>
10688         * subr.el (substitute-key-definition-key): Optimize.
10689         Don't call indirect-function for nil defn (always signals error).
10691         * ido.el (ido-read-internal): Fix require-match check when
10692         ido-directory-too-big is set.
10694 2004-11-23  Jay Belanger  <belanger@truman.edu>
10696         * calc/calc-ext.el (math-read-replacement-list)
10697         (math-read-superscripts): New variables.
10698         (math-read-preprocess-string): New function.
10699         (math-read-expr): Filter input through math-read-preprocess-string.
10701         * calc/calc-aent.el (math-read-exprs): Filter input through
10702         math-read-preprocess-string.
10704 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
10706         * progmodes/compile.el (compilation-start): In cd command use
10707         substitute-env-vars -- not quite shell compatible but better than
10708         nothing.
10709         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
10710         handle the newer versions messages, which are more parseable.
10712 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10714         * reveal.el (reveal-mode-map): New var.
10715         (reveal-mode): Use it.
10717 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
10719         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
10720         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
10722 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10724         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
10725         header-line when needed.
10726         Use fixed-pitch only in the header-line.
10727         Build the underline automatically.  Use emdash if available.
10729 2004-11-22  Richard M. Stallman  <rms@gnu.org>
10731         * dired.el (dired-recursive-copies): Move from dired-aux.el.
10732         * dired-aux.el (dired-recursive-copies): Move to dired.el.
10734 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
10736         * progmodes/gdb-ui.el (gdb-resync): New function.
10737         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
10738         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
10739         Use it to fail more gracefully.
10740         (gdb-variables): Delete variable.
10741         Re-order variables to reduce byte-compiler warnings.
10743 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
10745         * descr-text.el (describe-char):
10746         * paren.el (show-paren-function):
10747         * subr.el (syntax-after): Undo last change.
10749         * progmodes/python.el (run-python): Don't hard code *Python*.
10750         Don't modify global process-environment.
10751         (python-send-region, python-load-file): Don't assume that
10752         python-buffer == (process-buffer (python-proc)).
10753         (python-switch-to-python): Simplify.
10755         * dired.el (dired-align-file): Don't assume line starts with spaces.
10757 2004-11-21  Jay Belanger  <belanger@truman.edu>
10759         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
10760         Replace variable `lines' by math-read-big-lines.
10761         (math-read-big-expr): Replace variables the-baseline, the-h2
10762         and err-msg by math-read-big-baseline, math-read-big-h2 and
10763         math-read-err-msg.
10764         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
10766         * calc/calc-lang.el (math-read-big-rec): Fix typo.
10767         (math-read-big-balance): Replace unbound variable by value.
10768         (math-read-big-lines): New variable.
10769         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10770         (math-read-big-error, math-read-big-balance): Replace variable
10771         `lines' by declared variable.
10772         (math-read-big-baseline, math-read-big-h2): New variables.
10773         (math-read-big-rec): Replace variables the-baseline and the-h2
10774         by declared variables.
10775         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
10776         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
10777         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
10778         declared variables.
10779         (math-read-big-err-msg): New variable.
10780         (math-read-big-error): Replace variable err-msg by declared variable.
10782 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10784         * ses.el: Add coding cookie.
10785         Fix up docstrings, follow new commenting conventions.
10786         (ses-header-line-menu): Fix missing variable rename for header-row.
10787         (ses-cell-size): Remove.
10788         (ses-make-cell): New function.
10789         (ses-cell, ses-insert-row, ses-insert-column): Use it.
10790         (ses-calculate-cell): Remove unused var `symbol'.
10791         (ses-narrowed-p): New function.
10792         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
10793         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
10794         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
10795         (ses-setup): Use restore-buffer-modified-p.
10796         (ses-cleanup): Remove unused var `end'.
10797         (ses-header-string-left-offset): Remove.
10798         (ses-create-header-string): Adjust to new behavior of `align-to'.
10799         Truncate excessively large fields to preserve alignment.
10800         (ses-reconstruct-all): Remove unused var `refs'.
10801         (ses-read-cell-printer): Remove unused var `prompt'.
10802         (ses-delete-row): Remove unused var `pos'.
10803         (ses-delete-column): Remove unused var `new'.
10805 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10807         * ps-print.el: Insert :version tag into all defgroup and defcustom.
10808         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
10809         Eliminate eval-and-compile usage.
10810         (ps-insert-file): Use insert-file-contents instead of insert-file.
10811         (ps-setup): Code fix.
10813         * printing.el (pr-setup, lpr-setup): Code fix.
10815 2004-11-21  Jay Belanger  <belanger@truman.edu>
10817         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
10818         (calc-original-buffer): Declare them.
10819         (calc-user-formula-alist): New variable.
10820         (calc-user-define-formula, calc-fix-user-formula)
10821         (calc-user-define-composition, calc-finish-formula-edit):
10822         Replace variable `alist' by declared variable.
10823         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
10824         (var-q7, var-q7, var-q8, var-q9): Declare them.
10825         (calc-kbd-push): Don't check to see if var-q0 through var-q9
10826         are bound.
10827         (calcFunc-typeof): Replace undeclared variable by expression.
10828         (math-exp-env): New variable.
10829         (math-define-body, math-define-exp): Replace exp-env by declared var.
10830         (math-define-exp): Replace misplaced variable by expression.
10832         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
10833         (calc-curve-model, calc-curve-coefnames): New variables.
10834         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
10835         varnames, model and coefnames by declared variables.
10836         (math-root-widen): New variable.
10837         (math-search-root, math-find-root): Replace variable root-widen by
10838         declared variable.
10839         (var-DUMMY): Declare it.
10840         (math-root-vars, math-min-vars): Move the declarations to earlier in
10841         the file.
10842         (math-brent-min): Make d a local variable.
10843         (math-find-minimum): Replace non-existent variable.
10844         (math-ninteg-romberg): Remove unnecessary variable.
10845         (math-ninteg-temp): New variable.
10846         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
10847         integ-temp by declared variable.
10848         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
10849         New variables.
10850         (math-general-fit): Replace variables first-var, first-coef and
10851         new-coefs by declared variables.
10852         (calcFunc-fitvar): Replace variable first-var by declared variable.
10853         (calcFunc-fitparam): Replace variable first-coef by declared variable.
10854         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
10855         (math-all-vars-vars, math-all-vars-found): New variables.
10856         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
10857         found by declared variable math-all-vars-vars.
10859 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
10861         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
10862         of `defconst'.
10864 2004-11-20  Richard M. Stallman  <rms@gnu.org>
10866         * isearch.el (isearch-mode-map): Don't bind SPC.
10867         (isearch-whitespace-chars): Function deleted.
10868         (isearch-search): Bind search-spaces-regexp.
10869         (isearch-lazy-highlight-search): Likewise.
10870         (search-whitespace-regexp): Doc fix.
10871         (isearch-forward-regexp): Doc fix.
10873         * emacs-lisp/bytecomp.el (byte-compile-form):
10874         Move the calls to byte-compile-set-symbol-position,
10875         to avoid having two for the same symbol occurrence.
10877         * comint.el (comint-input-ring-size): Increase to 150.
10879         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
10880         New variables.
10881         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
10882         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
10884         * imenu.el (imenu--generic-function):
10885         Ensure we keep moving backward even if BEG isn't further back.
10887         * replace.el (query-replace-read-to, query-replace-read-from):
10888         Specify t for KEEP-ALL in read-from-minibuffer.
10890         * progmodes/python.el (python-switch-to-python):
10891         If Python isn't running, start it.
10892         Don't alter debug-ignored-errors.
10894         * progmodes/cperl-mode.el (cperl-indent-region):
10895         Don't mind imenu-scanning-message.
10897         * bindings.el (global-map): Bind C-e to move-end-of-line.
10899         * simple.el (line-move-finish): New arg FORWARD.
10900         Ignore invisible newlines, not intangible ones.
10901         Conditions for acceptable stopping positions depend on FORWARD.
10902         (line-move): Pass FORWARD arg to line-move-finish.
10904         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
10905         of HEADER.  Compensate for this change in the code to add display
10906         properties.  Don't make the first line intangible.
10908         * info.el (Info-search): Fix previous change.
10910 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
10912         * Makefile.in (recompile): Revert 2004-11-19 change.
10913         (compile): Likewise.
10915 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
10917         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
10919 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10921         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
10922         defgroup and defcustom.  Eliminate eval-and-compile usage.
10924         * progmodes/ebnf-otz.el: Fix typos.
10926 2004-11-19  Jay Belanger  <belanger@truman.edu>
10928         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
10929         (calc-edit-finish, calc-finish-stack-edit): Replace variable
10930         disp-trail by declared variable.
10932         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
10933         (calc-finish-selection-edit): Replace variable disp-trail by
10934         declared variable.
10935         (calc-selection-cache-entry): Move declaration to earlier in the file.
10936         (calc-selection-cache-num, calc-selection-cache-comp)
10937         (calc-selection-cache-offset, calc-selection-true-num)
10938         (calc-final-point-line, calc-final-point-column)
10939         (calc-original-buffer): Declare them.
10940         (calc-fnp-op, calc-fnp-num): New variables.
10941         (calc-find-nth-part, calc-find-nth-part-rec)
10942         (calc-select-previous): Replace op and num by declared variables.
10943         (calc-rsf-old, calc-rsf-new): New variables.
10944         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
10945         Replace variables old and new by declared variables.
10946         (calc-sel-reselect): New variable.
10947         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
10948         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
10949         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
10950         reselect with declared variable.
10952         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
10953         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
10954         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
10955         (math-import-list, math-rewrite-phase): Declare them.
10956         (math-rewrite): Use let* to declare variables.
10957         (calc-rewrite-selection): Make rules a local variable.
10958         (calc-rewr-sel): New variable.
10959         (calc-rewrite-selection, calc-locate-selection-marker)
10960         (calc-rewrite): Use the declared variable calc-rewr-sel instead
10961         of sel.
10962         (math-rewrite-whole-expr): New variable.
10963         (math-rewrite, math-rewrite-phase): Replace variable expr by
10964         declared variable.
10965         (math-rewrite-heads-heads, math-rewrite-heads-skips)
10966         (math-rewrite-heads-blanks ): New variables.
10967         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
10968         heads, skips and blanks by declared variables.
10969         (math-rwcomp-subst-old, math-rwcomp-subst-new)
10970         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
10971         New variables.
10972         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
10973         old, new, old-func and new-func by declared variables.
10974         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
10975         Remove unnecessary variable.
10976         (math-apply-rw-regs): New variable.
10977         (math-apply-rewrites, math-rwapply-replace-regs)
10978         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
10979         (math-apply-rw-ruleset): New variable.
10980         (math-apply-rewrites, math-rwapply-remember): Replace variable
10981         ruleset by declared variable.
10983 2004-11-19  Richard M. Stallman  <rms@gnu.org>
10985         * info.el (Info-search): Use search-whitespace-regexp.
10987 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
10989         * vc-rcs.el (vc-rcs-parse): New function.
10990         (vc-rcs-annotate-command): Likewise.
10991         (vc-rcs-annotate-current-time): Likewise.
10992         (vc-rcs-annotate-time): Likewise.
10993         (vc-rcs-annotate-extract-revision-at-line): Likewise.
10995 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
10997         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
10999 2004-11-18  Jay Belanger  <belanger@truman.edu>
11001         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11003 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11005         * printing.el: Eliminate use of interactive-p and eval-and-compile.
11006         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11007         Use make-temp-file to generate PostScript files in any situation.
11008         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11009         (pr-interactive-p): Eliminate var.
11010         (pr-save-interactive): Eliminate macro.
11011         (pr-interface, pr-ps-directory-preview)
11012         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11013         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11014         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11015         (pr-ps-buffer-ps-print, pr-ps-region-preview)
11016         (pr-ps-region-using-ghostscript, pr-ps-region-print)
11017         (pr-ps-region-ps-print, pr-ps-mode-preview)
11018         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11019         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11020         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11021         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11022         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11023         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11024         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11025         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11026         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11027         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11028         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11029         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11030         Eliminate pr-save-interactive usage.
11031         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11032         Eliminate pr-interactive-p usage.
11033         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11034         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11035         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11036         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11037         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11038         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11039         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11040         New funs.
11041         (pr-ps-file): Use make-temp-file to generate a temporary file.
11043 2004-11-17  Jay Belanger  <belanger@truman.edu>
11045         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11046         a local variable.
11047         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11048         (math-top-only): New variable.
11049         (math-simplify, math-simplify-step): Replace variable top-only by
11050         declared variable math-top-only.
11051         (math-simplify-expr): Declare it.
11052         Replace argument expr in all calls of math-defsimplify by
11053         math-simplify-expr.
11054         (math-simplify-plus, math-simplify-times, math-simplify-divide)
11055         (math-simplify-divisor, math-simplify-one-divisor)
11056         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11057         (math-simplify-pow): Replace variable expr by declared variable
11058         math-simplify-expr.
11059         (math-simplify-divisor): Remove local variables temp and op.
11060         (math-simplify-one-divisor): Make temp and op local variables.
11061         (math-simplify-divisor-nover, math-simplify-divisor-dover):
11062         New variables.
11063         (math-simplify-divisor, math-simplify-one-divisor):
11064         Replace variables nover and dover by declared variables.
11065         (math-expr-subst-new, math-expr-subst-old): New variables.
11066         (math-expr-subst, math-expr-subst-rec): Replace variables new
11067         and old by declared variables.
11068         (math-is-poly-degree, math-is-poly-loose): New variables.
11069         (math-is-polynomial, math-is-poly-rec): Replace variables degree
11070         and loose by declared variables.
11071         (math-poly-base-const-ok, math-poly-base-pred): New variables.
11072         (math-polynomial-base, math-polynomial-base-rec):
11073         Replace variables const-ok and mpb-pred by declared variables.
11075         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11077         * calc/calc-ext.el (math-defsimplify): Change the argument in
11078         the created function to math-simplify-expr.
11080         * calc/calc-units.el (math-simplify-expr): Declare it.
11081         Replace argument expr in all calls of math-defsimplify by
11082         math-simplify-expr.
11083         (math-simplify-units-prod): Replace variable expr by declared
11084         variable math-simplify-expr.
11086 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11088         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11089         Replace mapcar->dolist, format->string.
11091 2004-11-17  Miles Bader  <miles@gnu.org>
11093         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11094         * progmodes/idlwave.el: Remove RCS keywords.
11096 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
11098         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11099         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11100         Update to IDLWAVE version 5.5.  Too many changes to list them here.
11101         * progmodes/idlw-help.el: New file.
11103 2004-11-16  Richard M. Stallman  <rms@gnu.org>
11105         * international/iso-cvt.el (iso-tex2iso-trans-tab):
11106         Discard spaces after \i according to TeX rules.
11108         * international/mule.el (set-buffer-file-coding-system):
11109         New arg NOMODIFY.
11110         (after-insert-file-set-coding): Pass that new arg.
11111         Prevent set-buffer-multibyte from trying to lock the file.
11113         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11115         * saveplace.el (save-place): Doc fix.
11117         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11118         temporarily widen before finding the following word to copy.
11120         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11121         (cl-map-keymap): Definition deleted.
11123         * subr.el (map-keymap-internal): New function.
11125 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11127         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11128         when pressing rather than when releasing mouse-2.  Simplify.
11130 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11132         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11133         (compilation-mode): Set it here instead.
11135         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11137         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
11138         (loop, cl-parse-loop-clause, defsetf): Use backquote.
11140 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11142         * progmodes/compile.el (compilation-internal-error-properties):
11143         Fix up a transposition-typo.  Check end-col before using it.
11145 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
11147         * international/iso-cvt.el (iso-tex2iso-trans-tab):
11148         Discard whitespace after macro \i when converting it.
11150 2004-11-16  Juri Linkov  <juri@jurta.org>
11152         * emacs-lisp/find-func.el (find-function-regexp):
11153         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
11154         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
11155         Remove invalid `\W' from [^cgv\W].  Doc fix.
11156         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
11158 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
11160         * play/life.el: Maintainer is now FSF.
11161         (life-patterns, life-neighbor-deltas, life-window-start)
11162         (life-current-generation, life-generation-string): Use defvar
11163         instead of defconst.
11165 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
11167         * progmodes/compile.el (compilation-move-to-column): New fun.
11168         (compilation-internal-error-properties)
11169         (compilation-next-error-function): Use it to make sure we don't go past
11170         the end of line.
11172 2004-11-15  John Paul Wallington  <jpw@gnu.org>
11174         * autoinsert.el (auto-insert-alist): Insert the user's name in
11175         copyright notice, rather than Free Software Foundation, for the
11176         Emacs Lisp header case too.
11178 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11180         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
11181         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11182         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
11183         return the list of string in a string.
11184         (pr-call-process): Message if calling process returns an error, that
11185         is, the exit status is different of zero.
11187 2004-11-15  Jay Belanger  <belanger@truman.edu>
11189         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
11190         variable var-thing.
11191         (math-integ-depth, math-integ-level, math-integral-limit)
11192         (math-enable-subst, math-any-substs, math-integ-msg)
11193         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
11194         (math-int-threshold, math-int-factors, math-double-roots)
11195         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
11196         (var-GenCount): Declare these variables.
11197         (calcFunc-integ): Don't check if var-IntegLimit is bound.
11198         (math-integral-cache, math-integral-cache-state):
11199         Move declarations to earlier in the file.
11200         (math-deriv-var, math-deriv-total, math-deriv-symb)
11201         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
11202         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
11203         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
11204         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
11205         (math-solve-res): New variables
11206         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
11207         (math-integral, math-replace-integral-parts)
11208         (math-integrate-by-parts, calc-dump-integral-cache)
11209         (math-try-integral, math-do-integral, math-do-integral)
11210         (math-do-integral-methods, math-try-solve-for)
11211         (math-try-solve-prod, math-solve-poly-funny-powers)
11212         (math-solve-crunch-poly, math-decompose-poly)
11213         (math-solve-find-root-term, math-find-root-in-prod)
11214         (math-integ-try-linear-substitutions)
11215         (math-integ-try-substitutions, math-expr-rational-in)
11216         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
11217         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
11218         (math-solve-for, math-solve-system, math-solve-system-rec)
11219         (math-solve-get-sign, math-solve-get-int)
11220         (math-solve-system-subst): Replace undeclared variables with newly
11221         declared variables.
11223 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11225         * winner.el (winner-active-region, winner-edges, winner-window-list):
11226         Define at toplevel.
11227         (winner-mode-map): Move init inside declaration.
11229 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
11231         * files.el (convert-standard-filename): Doc fix.
11233 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
11235         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
11236         passwd, group, shadow, default/* and pam.d/*.
11238 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11240         * printing.el (pr-menu-spec): Adjust menu specification.
11242 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11244         * printing.el: Doc fix.  Insert :version tag into all defcustom.
11245         Handle interactive-p as is recommended in Emacs Lisp Reference.
11246         Set the file permission bits for newly created files.
11247         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11248         The printing menu specification (in `pr-menu-spec') was merged.
11249         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11250         (pr-version): New version number (6.8.3).
11251         (pr-file-modes): New option.
11252         (pr-interactive-p): New var.
11253         (pr-save-interactive, pr-save-file-modes): New macros.
11254         (pr-setup): Code fix.
11255         (pr-menu-spec): Menu specification merged.
11256         (pr-call-process, pr-text2ps): Set file permission bits.
11257         (pr-despool-print): Set file permission bits.  Handle interactive-p as
11258         is recommended.
11259         (pr-interface, pr-ps-directory-preview)
11260         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11261         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11262         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11263         (pr-ps-buffer-ps-print, pr-ps-region-preview)
11264         (pr-ps-region-using-ghostscript, pr-ps-region-print)
11265         (pr-ps-region-ps-print, pr-ps-mode-preview)
11266         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11267         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11268         (pr-despool-using-ghostscript, pr-despool-ps-print)
11269         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11270         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11271         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11272         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11273         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11274         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11275         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11276         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11277         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
11278         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
11279         Handle interactive-p as is recommended.
11281 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
11283         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
11284         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
11286         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
11287         so it doesn't forget to highlight the beginning of the region either.
11289 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
11291         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
11292         (c-font-lock-init): Eliminate obsolete make-local-hook.
11293         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11294         (awk-mode): Use run-mode-hooks.
11296         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
11298 2004-11-13  Kim F. Storm  <storm@cua.dk>
11300         * mouse.el (mouse-drag-copy-region): Add :version.
11301         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
11302         while dragging mode line, so mode line can be dragged downwards.
11303         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
11304         while pressing mouse button so window doesn't scroll until we
11305         release the mouse if clicking on partially visible line.
11307 2004-11-12  Jay Belanger  <belanger@truman.edu>
11309         * calc/calc-graph.el (calc-dumb-map): Declare it.
11310         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
11311         than unbound.
11312         (calc-graph-name): Made `end' a local variable.
11313         (calc-graph-lookup): Made `varname' a local variable.
11314         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
11315         Declare them.
11316         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
11317         (calc-graph-plot, calc-graph-compute-3d): Remove references to
11318         the unused variable y3vec.
11319         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
11320         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
11321         calc-graph-prev-kill-hook.
11322         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
11323         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
11324         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
11325         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
11326         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
11327         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
11328         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
11329         (calc-graph-y3value, calc-graph-y3name)
11330         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
11331         (calc-graph-stepcount, calc-graph-is-splot)
11332         (calc-graph-surprise-splot, calc-graph-blank)
11333         (calc-graph-non-blank, calc-graph-curve-num): New variables.
11334         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
11335         (calc-graph-recompute-2d, calc-graph-compute-3d)
11336         (calc-graph-format-data): Replace undeclared variables with the
11337         above newly declared variables.
11339 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
11341         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
11342         `rsf-beep' and `rsf-sleep-after-message'.
11344         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
11345         list if `message-sender' is non-nil.
11347 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11349         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
11350         consing by using mapc instead of mapcar.
11352 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
11354         * tooltip.el (require): Explain why CL is needed.
11356 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11358         * printing.el: Insert :version into defgroup (printing).  All reference
11359         to Files option in menubar were changed to File.
11360         (pr-version): New version number (6.8.2).
11361         (pr-get-symbol): Call easy-menu-intern.
11362         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
11363         compilation gripes.
11365 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11367         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
11368         new byte-compile-function-environment binding to t.
11370         * font-lock.el (font-lock-fontify-syntactically-region):
11371         Don't forget to highlight the last char when we hit `end'.
11373         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
11374         (mwheel-scroll): Adjust accordingly.
11376         * cvs-status.el: Reduce spurious warnings.
11377         (cvs-status-checkout): Remove.
11378         (cvs-status-mode-map): Use cvs-mode-checkout instead.
11380         * pcvs.el (cvs-mode-checkout): New command.
11382         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
11384         * tooltip.el: Require CL.
11386         * emacs-lisp/bytecomp.el: Use push.
11387         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
11388         (defalias): Remove the `byte-compile' property and add
11389         a `byte-hunk-handler'.
11391 2004-11-11  Juri Linkov  <juri@jurta.org>
11393         * info.el (Info-search): Save match data for isearch.
11394         Skip Tag Table node.
11396         * descr-text.el (describe-char): Replace syntax-after with code
11397         from its previous version.
11399         * files.el (magic-mode-alist): Use optimization for SGML mode too.
11400         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
11402         * international/mule.el (sgml-html-meta-auto-coding-function):
11403         Remove > after <html to allow HTML attributes.
11405 2004-11-11  Jay Belanger  <belanger@truman.edu>
11407         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
11408         a variable.
11409         (calcFunc-dfac): Replace unbound max by n.
11410         (math-stirling-local-cache): New variable.
11411         (math-stirling-number, math-stirling-1, math-stirling-2):
11412         Replace the variable `cache' by the declared variable
11413         math-stirling-local-cache.
11414         (var-RandSeed): Declare it as a variable.
11415         (math-init-random-base, math-random-digit): Don't check to see if
11416         var-RandSeed is bound.
11417         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
11418         Declare them instead of just setting them.
11419         (math-init-random-base): Made i a local variable.
11420         (math-random-digit): Made math-random-last a local variable.
11421         (math-prime-test-cache): Move declaration to before it is used.
11422         (math-prime-test-cache-k, math-prime-test-cache-q)
11423         (math-prime-test-cache-nm1, math-prime-factors-finished):
11424         Declare them as variables.
11426 2004-11-11  Jay Belanger  <belanger@truman.edu>
11428         * calc/calc-ext.el (math-defcache): Use defvar for the new
11429         variables it creates.
11431 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
11433         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
11434         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
11435         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
11436         (desktop-save): Add :version.
11438 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
11440         * printing.el (pr-get-symbol): Don't downcase.
11442 2004-11-10  Jay Belanger  <belanger@truman.edu>
11444         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
11445         string to kill-ring.
11447         * calc/calc-aent.el (calc-alg-exp, math-toks)
11448         (math-exp-pos,math-exp-old-pos, math-exp-token)
11449         (math-exp-keep-spaces, math-exp-str): New variables.
11450         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
11451         (calcAlg-enter): Use declared variable calc-alg-exp.
11452         (math-build-parse-table, math-find-user-token): Use declared
11453         variable math-toks.
11454         (math-read-exprs, math-read-token, calc-check-user-syntax)
11455         (calc-match-user-syntax, match-factor-after, math-read-factor):
11456         Use declared variables math-exp-pos math-exp-old-pos.
11457         (math-read-exprs, math-read-token, math-read-expr-level)
11458         (calc-check-user-syntax, calc-match-user-syntax)
11459         (match-factor-after, math-read-factor): Use declared variable
11460         math-exp-token.
11461         (math-read-exprs, math-read-expr-list, math-read-token)
11462         (math-read-factor): Use declared variable math-exp-keep-spaces.
11463         (math-read-exprs, math-read-token): Use declared variable
11464         math-exp-str.
11465         (calc-match-user-syntax): Make m a local variable.
11467         * calc/calc-ext.el (math-read-expr): Use declared variables
11468         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
11469         math-exp-keep-spaces.
11471         * calc/calc-forms.el (math-read-angle-bracket): Use declared
11472         variables math-exp-pos, math-exp-str.
11474         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
11475         math-exp-old-pos.
11476         (math-parse-fortran-vector, math-parse-fortran-vector-end)
11477         (math-parse-eqn-prime): Use declared variable math-exp-token.
11479         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
11480         Use declared variable math-exp-pos.
11481         (math-check-for-commas): Use declared variable math-exp-str.
11482         (math-read-brackets): Use declared variables math-exp-old-pos,
11483         math-exp-keep-spaces.
11484         (math-read-brackets, math-read-vector, math-read-matrix):
11485         Use declared variable math-exp-token.
11487 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11489         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
11490         where the keymap is a symbol.
11491         (easy-menu-add-item): Use keymap-prompt.  Simplify.
11493         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
11495         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
11496         (sgml-parse-tag-backward): Use it to skip spurious < or >.
11498 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
11500         * ebuff-menu.el: Doc fixes throughout.
11501         (electric-buffer-menu-mode-hook): New defvar.
11503 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
11505         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
11506         The resulting compiler warnings appear to be harmless.
11508 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
11510         * textmodes/conf-mode.el: New file.
11512         * files.el (auto-mode-alist, magic-mode-alist): Use it.
11514 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11516         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
11518 2004-11-09  Jay Belanger  <belanger@truman.edu>
11520         * calc/calc-ext.el (calc-init-extensions): Remove old code.
11522         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
11523         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
11524         (calc-z-prefix-help, calc-user-function-list): Use declared
11525         variables calc-z-prefix-buf, calc-z-prefix-msgs.
11526         (math-map-tree, math-map-tree-rec): Use declared variables
11527         math-mt-many, math-mt-func.
11528         (math-read-expression, math-read-string): Use declared variable
11529         math-expr-data.
11531         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
11532         variable math-normalize-a.
11534         * calc/calc.el (math-normalize-a): New variable.
11535         (math-normalize): Use declared variable math-normalize-a.
11537         * calc/calc-poly.el (math-expand-form): Use declared variable
11538         math-mt-many.
11540         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11541         Use declared variable math-mt-many.
11542         (math-rewrite): Use declared variable math-mt-func.
11544         * calc/calc-vec.el (math-read-brackets, math-read-vector)
11545         (math-read-matrix): Use declared variable math-expr-data.
11547         * calc/calc-lang.el (math-parse-fortran-vector)
11548         (math-parse-fortran-vector-end, math-parse-tex-sum)
11549         (math-parse-eqn-matrix, math-parse-eqn-prime)
11550         (math-read-math-subscr): Use declared variable math-expr-data.
11552         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
11553         (math-read-expr-level, math-read-token, calc-check-user-syntax)
11554         (calc-match-user-syntax, math-read-if, math-factor-after)
11555         (math-read-factor): Use declared variable math-expr-data.
11557 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
11559         * calendar/diary-lib.el (diary-from-outlook)
11560         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
11561         interactive-p; but rather new optional argument NOCONFIRM.
11563 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11565         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
11566         (easy-menu-name-match): Revert correspondingly.
11568 2004-11-09  Richard M. Stallman  <rms@gnu.org>
11570         * emacs-lisp/bytecomp.el (byte-compile-defalias):
11571         Turn off warnings for the new function even if definition not constant.
11572         If the definition isn't a quoted symbol, record (FUNCTION . t).
11573         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
11574         (byte-compile-callargs-warn): Handle (FUNCTION . t).
11575         (display-call-tree, byte-compile-arglist-warn):
11576         Handle t returned by byte-compile-fdefinition.
11578 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11580         * Makefile.in (maintainer-clean): Depend on distclean.
11582         * help-fns.el (help-C-file-name): File name must be in build-files
11583         to be returned.
11585 2004-11-09  Jay Belanger  <belanger@truman.edu>
11587         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
11588         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
11590         * calc/calc.el (calc, calc-trail-display, calc-mode):
11591         Remove obsolete sections.
11593         * calc/calc.el (calc-x-paste-text): Remove.
11595         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
11596         mouse-2.
11598 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
11600         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
11601         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
11602         current frame (in case of recursive calls).
11603         (gdb-show-changed-values): Add :version keyword.
11605 2004-11-09  Kenichi Handa  <handa@m17n.org>
11607         * international/mule-cmds.el: Change coding: tag back to
11608         iso-2022-7bit.
11610 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11612         * international/mule-cmds.el: Change coding-system to utf-8.
11613         (select-safe-coding-system-interactively):
11614         New function extracted from select-safe-coding-system.
11615         (select-safe-coding-system): Use it.
11617 2004-11-08  Richard M. Stallman  <rms@gnu.org>
11619         * subr.el (syntax-after): Doc fix.
11621         * paren.el (show-paren-function): Change calls to syntax-after
11622         for new way of returning the value.
11624         * menu-bar.el (menu-bar-file-menu): Make this the real name
11625         and menu-bar-files-menu the alias.  Use the former.
11626         (global-map): Use `file', not `files', as the symbol.
11628         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
11630         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
11631         Don't use beginning-of-buffer.
11632         (filesets-cmd-show-result): Use with-no-warnings.
11634 2004-11-08  Juri Linkov  <juri@jurta.org>
11636         * progmodes/compile.el (compile): Don't overwrite last command in
11637         minibuffer history with default command if they are not equal.
11639 2004-11-08  Jay Belanger  <belanger@truman.edu>
11641         * calc/calcalg2.el (math-do-integral-methods): Try linear then
11642         non-linear substitutions.
11644 2004-11-08  Jay Belanger  <belanger@truman.edu>
11646         * calc/calcalg2.el (math-linear-subst-tried): New variable.
11647         (math-do-integral): Set `math-linear-subst-tried' to nil.
11648         (math-do-integral-methods): Use `math-linear-subst-tried' to
11649         determine what type of substitution to try.
11650         (math-integ-try-linear-substituion):
11651         Set `math-linear-subst-tried' to t.
11653 2004-11-08  Kim F. Storm  <storm@cua.dk>
11655         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
11657 2004-11-07  Juri Linkov  <juri@jurta.org>
11659         * info-look.el (info-lookup): Allow reusing in the current buffer
11660         not only *info* buffer, but all (even renamed) Info buffers
11661         by checking for major-mode instead of *info* buffer name.
11662         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
11663         (octave-mode, maxima-mode) <doc-spec>:
11664         Allow long dashes generated by Texinfo 4.7 before definitions.
11665         (texinfo-mode) <doc-spec>: Add space to suffix to find command
11666         definitions with argument separated by space.
11668 2004-11-06  Richard M. Stallman  <rms@gnu.org>
11670         * simple.el (next-error group, face): Move before first use.
11671         (next-error-highlight, next-error-highlight-no-select): Likewise.
11673         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
11674         (line-move): New args NOERROR and TO-END.
11675         Return t if if succeed in moving specified number of lines.
11676         (move-end-of-line): New function.
11678         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
11679         (end-of-buffer-other-window): Likewise.
11681         * simple.el (line-move-ignore-invisible): Default to t.
11683         * subr.el (syntax-after): Return the syntax letter, not the raw code.
11685         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
11687         * international/iso-cvt.el (iso-cvt-define-menu):
11688         Rename menu-bar-files-menu to menu-bar-file-menu.
11690         * net/browse-url.el (browse-url-gnome-moz-program)
11691         (browse-url-gnome-moz-arguments): Move up before first use.
11693         * net/tramp.el (tramp group): Add :version.
11695         * progmodes/ada-xref.el (ada-gdb-application):
11696         Use goto-char instead of beginning-of-buffer.
11698         * progmodes/cperl-mode.el (cperl-info-on-command):
11699         Use goto-char instead of beginning-of-buffer.
11701         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
11702         Move up before first use.
11703         (idlwave-shell-temp-pro-file): Likewise.
11704         (idlwave-shell-temp-rinfo-save-file): Likewise.
11705         (idlwave-shell-temp-file): Minor doc fix.
11707         * textmodes/flyspell.el (flyspell-external-point-words):
11708         Use goto-char instead of beginning-of-buffer.
11710 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
11712         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
11713         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
11714         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
11716 2004-11-06  David Ponce  <david@dponce.com>
11718         * recentf.el (recentf-menu-path): Use menu item name.
11720 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
11722         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
11723         display doesn't support images.
11725 2004-11-06  Andreas Schwab  <schwab@suse.de>
11727         * tempo.el (tempo-match-finder): Doc fix.
11729         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
11731 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11733         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
11734         (easy-menu-lookup-name): New fun to replace it.
11735         (easy-menu-get-map): Use it to obey menu item names (rather than just
11736         keys) when looking up `path'.
11737         (easy-menu-always-true-p): Rename from easy-menu-always-true.
11738         (easy-menu-convert-item-1): Adjust to new name.
11740 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
11742         * outline.el (hide-body): Don't hide lines at the top of the file
11743         that precede the first header line.
11745 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
11747         * align.el (align-areas): Delete whitespace before reindenting, so
11748         that tabs are never placed after spaces.
11750 2004-11-06  Alan Shutko  <ats@acm.org>
11752         * macros.el (insert-kbd-macro): Do completions based on macros,
11753         rather than all commands.
11755 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
11757         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
11758         to solve a bug whereby tags with 'b' don't match.
11760 2004-11-05  Juri Linkov  <juri@jurta.org>
11762         * info.el (Info-search): Don't search in node header lines
11763         and file headers.
11765         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
11766         symbol-constituent characters after dot, not only digits.
11768 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
11770         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
11772 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11774         * dired.el (dired-read-dir-and-switches): Call read-directory-name
11775         if a dialog will be used, read-file-name otherwise.
11777 2004-11-04  Richard M. Stallman  <rms@gnu.org>
11779         * textmodes/table.el (table group): Add :version.
11781         * textmodes/ispell.el (ispell-word):
11782         Don't alter args; set them only thru `interactive' spec.
11784         * textmodes/flyspell.el (flyspell-word):
11785         Don't alter FOLLOWING; set it only thru `interactive' spec.
11787         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
11789         * net/browse-url.el (browse-url-maybe-new-window):
11790         Use called-interactively-p.
11792         * mail/supercite.el (sc-cite-region):
11793         Don't use interactive-p.  Add arg INTERACTIVE.
11794         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
11796         * international/mule-cmds.el (set-input-method, toggle-input-method):
11797         Don't use interactive-p.  Add arg INTERACTIVE.
11799         * eshell/esh-mode.el (eshell-show-maximum-output):
11800         Don't use interactive-p.
11801         (eshell-truncate-buffer): Just message, no error, if buffer is short.
11803         * mouse.el (mouse-show-mark): Get positions to delete from mark
11804         and point, not from mouse-drag-overlay.
11806         * imenu.el (imenu-eager-completion-buffer): Add :version.
11808         * filesets.el (filesets group): Add :version.
11810 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
11812         * files.el (xml-based-modes): Delete var.
11813         (magic-mode-alist): New more general var.
11814         (set-auto-mode): Use it.
11816         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
11817         when clicking from another window.
11819 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
11821         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
11822         (vc-cvs-annotate-time): Incorporate value of deleted var.
11823         Remove special-case handling of beginning-of-buffer cruft.
11824         Cache ending position (point) and return value in text property
11825         `vc-cvs-annotate-time', and consult it on subsequent invocations.
11827         * vc-cvs.el (vc-cvs-annotate-command):
11828         Delete extraneous lines from beginning of buffer.
11829         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
11831         * progmodes/grep.el (grep-default-command): Take empty string
11832         for tag if all other methods yield nil.  Shell-quote the tag.
11834         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
11835         spec in `interactive' form, and mention it in the docstring.
11836         Also, make sure point is at bol after calling `annotate-time'.
11838 2004-11-02  Richard M. Stallman  <rms@gnu.org>
11840         * cus-edit.el (customize-group-other-window):
11841         Select the window that displays the custom buffer.
11842         (custom-buffer-create-other-window): Likewise.
11844         * comint.el (comint-insert-input): Fix previous change.
11846         * emacs-lisp/elp.el (elp-instrument-function):
11847         Use called-interactively-p.
11849         * emacs-lisp/easymenu.el (easy-menu-intern):
11850         Don't downcase; rather, case-flip the first letter of each word.
11852         * emacs-lisp/easy-mmode.el (define-minor-mode):
11853         Use called-interactively-p.
11855         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
11856         Add interactive-only.
11857         (byte-compile-warnings): Add interactive-only as option.
11858         (byte-compile-interactive-only-functions): New variable.
11859         (byte-compile-form): Warn about calls to functions
11860         in byte-compile-interactive-only-functions.
11862         * emacs-lisp/autoload.el (update-file-autoloads):
11863         Don't use interactive-p; take new arg SAVE-AFTER.
11865         * emacs-lisp/advice.el (ad-make-advised-definition):
11866         Use called-interactively-p.
11868 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11870         * files.el (find-file-existing): New function.
11872         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
11873         find-file-existing.  Add "New File..." that calls find-file.
11875         * diropen.pbm, diropen.xpm: New files.
11877         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
11878         icon diropen.  New tool bar item find-file-existing uses icon open.
11880         * dired.el (dired-read-dir-and-switches): Call read-directory-name
11881         instead of read-file-name.
11883 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
11885         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
11886         (icalendar--split-value): Change name of work buffer.
11887         (icalendar--get-weekday-abbrev): Return nil on error.
11888         (icalendar--date-to-isodate): New function.
11889         (icalendar-convert-diary-to-ical)
11890         (icalendar-extract-ical-from-buffer): Use only two args for
11891         make-obsolete (XEmacs compatibility).
11892         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
11893         (icalendar-export-region): Doc fix.
11894         If error, return non-nil and write errors to a buffer.
11895         Use correct weekday for weekly recurring events.
11896         Check whether date has been parsed for ordinary events.
11897         Make weekly events start in the year 2000.
11898         DTEND is non-inclusive, shift end date by one day if
11899         necessary (not for entries that have date and time).
11900         Rename local let variables: oops -> found-error, datestring ->
11901         startdatestring.
11903 2004-11-02  Kim F. Storm  <storm@cua.dk>
11905         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
11906         keep-mode-if-same variable.  Add it as optional arg instead.
11907         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
11909         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
11910         substitute-command-keys will select lower-case bindings like those
11911         used in the static help texts.
11913         * descr-text.el (describe-text-properties): Don't err if called in
11914         the *Help* buffer; output to *Help-2* buffer instead.
11916         * kmacro.el (group kmacro): Add :version.
11917         (kmacro-keyboard-quit): New function to cleanup on C-g.
11918         (kmacro-start-macro): Set defining-kbd-macro to append when
11919         appending to last macro.
11921         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
11923 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
11925         * progmodes/gdb-ui.el (gdb-enable-debug-log)
11926         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
11927         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
11928         Add :version keyword.
11930 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
11932         * progmodes/flymake.el (flymake-err-line-patterns):
11933         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
11934         `compilation-error-regexp-alist-alist' to internal Flymake format.
11936         * progmodes/flymake.el: Eliminate byte-compiler warnings.
11938 2004-11-01  Jay Belanger  <belanger@truman.edu>
11940         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
11941         with `interactive "s"'.
11943 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11945         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
11946         Revert change from 2004-10-16.  '*' checks the current buffer, but the
11947         mouse click may be in another buffer.
11949 2004-11-01  John Paul Wallington  <jpw@gnu.org>
11951         * files.el (large-file-warning-threshold): Add :version keyword.
11952         (kill-some-buffers): Doc fix.
11954         * thumbs.el (group thumbs): Add :version keyword.
11956         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
11958 2004-11-01  Richard M. Stallman  <rms@gnu.org>
11960         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
11962         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
11964         * allout.el (allout group): Add :version.
11965         (allout-init): Don't use interactive-p.
11966         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11967         (allout-forward-current-level, allout-backward-current-level):
11968         Don't use interactive-p.
11970         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
11971         (bibtex-find-text): Likewise.
11973         * progmodes/vhdl-mode.el (vhdl-fill-region)
11974         (vhdl-beginning-of-statement): Don't use interactive-p.
11976         * progmodes/idlwave.el (idlwave-update-routine-info):
11977         Don't use interactive-p.
11979         * progmodes/idlw-shell.el (idlwave-shell-send-char):
11980         Don't use interactive-p.
11982         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
11983         Don't use interactive-p.
11985         * progmodes/ada-xref.el (ada-make-body-gnatstub):
11986         Don't use interactive-p.
11988         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
11989         (fortune-in-buffer): Doc fix.
11991         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
11993         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
11994         don't select the temporary buffer.
11995         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
11996         (eudc-get-phone): Likewise.
11998 2004-11-01  Kim F. Storm  <storm@cua.dk>
12000         * man.el (Man-xref-normal-file): Fix help-echo.
12002 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12004         * reveal.el (reveal-last-tick): New var.
12005         (reveal-post-command): Use it to avoid closing overlays when we're
12006         appending text to them.
12008 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12010         * textmodes/bibtex.el: Require button.
12011         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12012         (bibtex-reference-keys): Distinguish between header keys and
12013         crossref keys.
12014         (bibtex-beginning-of-field): New function.
12015         (bibtex-url-map): Remove.
12016         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12017         (bibtex-font-lock-url-regexp): Assume that field names begin at
12018         the beginning of a line.
12019         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
12020         Remove field delimiters.  Use bibtex-beginning-of-field.
12021         Bugfix, point can be inside a field with a url.
12022         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12023         New functions.
12024         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12025         (bibtex-key-in-head): Simplify.
12026         (bibtex-current-line): Use bolp.
12027         (bibtex-parse-keys): Remove unused arg `add'.
12028         Use bibtex-type-in-head and bibtex-key-in-head.
12029         (bibtex-parse-entry, bibtex-autofill-entry):
12030         Use bibtex-type-in-head and bibtex-key-in-head.
12031         (bibtex-autokey-get-field): Do not alter case of replacement text.
12032         (bibtex-autokey-get-names): Do all processing of name list.
12033         (bibtex-autokey-get-year): New function.
12034         (bibtex-autokey-get-title): Do all processing of title words.
12035         (bibtex-generate-autokey): Simplify.
12036         (bibtex-string-files-init): Use default-directory.
12037         Allow for absolute file names in bibtex-string-files.
12038         (bibtex-files, bibtex-file-path): New variables.
12039         (bibtex-files-expand): New function.
12040         (bibtex-find-entry-globally): New command.
12041         (bibtex-summary-function): New variable.
12042         (bibtex-summary): Default value of bibtex-summary-function.
12043         (bibtex-find-crossref): New optional args pnt and split.
12044         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12045         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12046         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
12047         Fix handling of required and alternative fields.
12048         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12049         Use cons and display-buffer.
12050         (bibtex-validate-globally): New command.
12051         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
12052         bibtex-parse-keys and bibtex-parse-strings for updating
12053         bibtex-reference-keys and bibtex-strings.
12054         (bibtex-realign): Remove blank lines past the last entry.
12055         (bibtex-reformat): Use bibtex-entry-format as default.
12056         (bibtex-choose-completion-string): Remove.
12057         (bibtex-complete): Do not use bibtex-choose-completion-string.
12058         (bibtex-url): Simplify.
12060 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12062         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12063         (x-dnd-types-alist, x-dnd-open-file-other-window)
12064         (x-dnd-known-types): Add :version.
12066 2004-10-31  John Paul Wallington  <jpw@gnu.org>
12068         * ibuffer.el (group ibuffer): Add :version keyword.
12070 2004-10-31  Kim F. Storm  <storm@cua.dk>
12072         * ido.el (group ido): Add :version keyword.
12073         (ido-mode): Remove :version keyword.
12075         * emulation/cua-base.el (group cua): Add :version keyword.
12076         (cua-mode): Remove :version keyword.
12078 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
12080         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12082         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12083         compiler warning.
12084         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
12085         function.
12086         (help-at-pt-display-when-idle): Remove autoload.
12088 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12090         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12092 2004-10-30  Juri Linkov  <juri@jurta.org>
12094         * help.el (function-called-at-point):
12095         * help-fns.el (variable-at-point): Read -> intern.
12097 2004-10-30  Simon Josefsson  <jas@extundo.com>
12099         * progmodes/autoconf.el (autoconf-font-lock-keywords):
12100         Recognize AS_* too.
12102 2004-10-29  Simon Josefsson  <jas@extundo.com>
12104         * subr.el (read-passwd): Move back from password.el.
12106         * password.el: Remove, not ready yet.
12108 2004-10-29  Andreas Schwab  <schwab@suse.de>
12110         * speedbar.el (speedbar-frame-parameters): Improve customize type.
12112 2004-10-29  Sam Steingold  <sds@gnu.org>
12114         * mouse.el (mouse-show-mark): Replace the last occurrence of
12115         x-lost-selection-hooks with x-lost-selection-functions.
12117 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12119         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12120         x-lost-selection-functions is bound.
12122         * mouse-sel.el (mouse-sel-mode):
12123         * emacs-lisp/lselect.el: Adjust to new names for
12124         x-(lost|sent)-selection-functions.
12126         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12127         New obsolete aliases of x-lost-selection-functions and
12128         x-sent-selection-functions.
12130 2004-10-28  Kim F. Storm  <storm@cua.dk>
12132         * imenu.el (imenu-scanning-message): Remove.
12133         (imenu-progress-message): Make it a no-op.
12135 2004-10-28  John Paul Wallington  <jpw@gnu.org>
12137         * files.el (set-auto-mode): Call `throw' correctly.
12139 2004-10-28  Juri Linkov  <juri@jurta.org>
12141         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
12142         to search `Info-...' commands in `info' manual.
12143         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12144         Add 'info-file "emacs" property.
12145         (Info-find-emacs-command-nodes): Fix index line number regexp.
12146         Set real line number (instead of fake 0) in first element of the
12147         returned list.
12148         (Info-goto-emacs-command-node): Use line number of first element
12149         to set point in the first found Info node.
12151         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
12152         code to `grep-mode-font-lock-keywords'.
12153         (grep-mode-font-lock-keywords): Delete grep markers instead
12154         of making them invisible.
12156 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12158         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
12159         and x-server-version in bug report.
12161 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
12163         * files.el (set-auto-mode-0): New function.
12164         (set-auto-mode): Use it to handle aliased modes and to
12165         be consistent between C-x C-f and C-x C-w.
12167 2004-10-28  Kenichi Handa  <handa@m17n.org>
12169         * international/utf-8.el (utf-translate-cjk-charsets):
12170         Add katakana-jisx0201.
12172         * international/subst-jis.el: Add data for JISX0201.
12174 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
12176         * obsolete/hilit19.el (hilit-mode): New function.
12177         Move all the toplevel side-effecting stuff into it, so that loading
12178         hilit19 doesn't mess everything up any more.
12180 2004-10-27  Richard M. Stallman  <rms@gnu.org>
12182         * add-log.el (add-change-log-entry): Set up mailing address
12183         and full name later, and don't alter add-log-mailing-address
12184         or add-log-full-name.
12186         * elide-head.el (elide-head): Change error to message.
12187         (elide-head-show): Likewise.
12189         * apropos.el (apropos-macrop): Doc fix.
12191         * mouse.el (mouse-show-mark): Do most processing the same
12192         regardless of transient-mark-mode.
12194         * shadowfile.el (shadow-copy-files): Use interactive-p
12195         only to control whether to print a message.
12197         * tar-mode.el (tar-mode): Use write-contents-functions,
12198         not write-contents-hooks.
12200         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
12201         directory-sep-char.
12203 2004-10-27  Richard M. Stallman  <rms@gnu.org>
12205         * strokes.el (strokes-unload-hook): Fix previous change.
12207         * type-break.el (type-break-run-at-time): Always use run-at-time;
12208         forget the alternatives.
12209         (type-break-cancel-function-timers): Always use cancel-function-timers;
12210         forget the alternatives.
12212         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
12214 2004-10-27  Kenichi Handa  <handa@m17n.org>
12216         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
12218         * international/subst-gb2312.el: Likewise.
12220         * international/subst-big5.el: Likewise.
12222         * international/subst-ksc.el: Likewise.
12224         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
12225         New variable.
12226         (utf-translate-cjk-set-unicode-range): New function.
12227         (utf-translate-cjk-unicode-range): Make it customizable.
12228         (utf-8-post-read-conversion):
12229         Use utf-translate-cjk-unicode-range-string.
12230         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
12231         Unicode ranges.
12233 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
12235         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
12236         trivial variants to shorten the list.
12237         (xml-based-modes): New var.
12238         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
12239         declaration higher priority than auto-mode-alist.
12241         * find-file.el (cc-other-file-alist): Bring it in line with
12242         cc-mode's auto-mode-alist entries and use \' instead of $.
12244         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
12245         and add "Id" and "Name" submenus to it.
12247         * imenu.el (imenu--generic-function): Skip matches in comments.
12249 2004-10-26  Jay Belanger  <belanger@truman.edu>
12251         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
12252         (full-calc-keypad, calc-trail-display): Use an extra argument
12253         instead of `interactive-p'.
12255         * calc/calc-misc.el (calc-other-window): Use an extra argument
12256         instead of `interactive-p'.
12258         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
12259         `interactive-p'.
12261 2004-10-26  Kim F. Storm  <storm@cua.dk>
12263         * help.el (describe-key): Describe both down-event and up-event
12264         for a mouse click.
12266 2004-10-26  Richard M. Stallman  <rms@gnu.org>
12268         * woman.el (woman): Don't call interactive-p.
12270         * pcomplete.el (pcomplete): Instead of interactive-p,
12271         use an arg set non-nil by the interactive spec.
12273         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
12274         use an arg set non-nil by the interactive spec.
12276         * man.el (Man-cleanup-manpage): Instead of interactive-p,
12277         use an arg set non-nil by the interactive spec.
12279 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
12281         * progmodes/flymake.el (flymake-split-string):
12282         Use `flymake-split-string-remove-empty-edges' in any case.
12284 2004-10-26  Masatake YAMATO  <jet@gyve.org>
12286         * progmodes/flymake.el (flymake-err-line-patterns):
12287         Use `compilation-error-regexp-alist-alist' instead of
12288         `compilation-error-regexp-alist'.
12290 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12292         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
12293         verbatim face on the \ of \end{verbatim}.
12295 2004-10-25  Jay Belanger  <belanger@truman.edu>
12297         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
12298         erasing minibuffer.
12300 2004-10-25  Simon Josefsson  <jas@extundo.com>
12302         * subr.el (read-passwd): Move to net/password.el.
12304         * net/password.el (read-passwd): Add.  Autoload it.
12306 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
12308         * mouse-sel.el (mouse-sel-mode): Specify custom group.
12310         * simple.el (process-file): Fix logic.
12312 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
12314         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
12315         (increase-right-margin): Remove erroneous call to `interactive-p'.
12317 2004-10-24  Kim F. Storm  <storm@cua.dk>
12319         * help.el (describe-mode): Fix 2004-10-13 change.
12320         Copy pure "Auto Fill" string so it can be propertized later
12321         without causing a read-only error.
12323 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
12325         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
12326         style indexes.
12328 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
12330         * simple.el (process-file): Accept nil for INFILE.  Reported by
12331         Luc Teirlinck.
12333 2004-10-24  Masatake YAMATO  <jet@gyve.org>
12335         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
12336         Handle periods and underscores in a function name.
12337         Remove the address fontification.
12339 2004-10-24  Masatake YAMATO  <jet@gyve.org>
12341         * progmodes/asm-mode.el (asm-font-lock-keywords):
12342         Use font-lock-variable-name-face for registers.
12344 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
12346         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
12347         kill-all-local-variables.
12348         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12349         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
12350         Use kill-all-local-variables and provide mode-hooks.
12351         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
12352         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
12353         Suggested by Masatake YAMATO <jet@gyve.org>.
12355 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
12357         * simple.el (process-file): New function, similar to call-process
12358         but supports file handlers.
12359         * vc.el (vc-do-command): Use it, instead of call-process.
12360         * net/tramp-vc.el (vc-do-command): Do not advise it if
12361         process-file is fboundp.
12362         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
12363         process-file.
12364         (tramp-handle-process-file): New function.
12365         (tramp-file-name-for-operation): Support process-file.
12367 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
12369         * calendar/icalendar.el (icalendar--weekday-array): New constant.
12370         (icalendar-weekdayabbrev-table)
12371         (icalendar-monthnumber-table): Delete.
12372         (icalendar--get-month-number): Use calendar-month-name-array.
12373         (icalendar--get-weekday-number): New function.
12374         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
12375         (icalendar-export-region): Handle multi-line entries.
12376         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
12378 2004-10-23  John Paul Wallington  <jpw@gnu.org>
12380         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
12381         `wildcards' set to t in interactive spec.
12383         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
12384         interactive spec rather than use `interactive-p'.
12385         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
12386         rather than use function `interactive-p'.
12388 2004-10-22  Kenichi Handa  <handa@m17n.org>
12390         * international/mule.el (translate-region): Implement it in Lisp
12391         as a front end of translate-region-internal.
12393 2004-10-21  Jay Belanger  <belanger@truman.edu>
12395         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
12396         Declare these variables with defvar.
12398         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
12399         is bound, only check to see if it is bound.
12401 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
12403         * textmodes/tex-mode.el (tex-compilation-parse-errors):
12404         Don't output messages.
12406         * calc/calc-help.el (calc-describe-bindings): Fix last change.
12408 2004-10-21  John Paul Wallington  <jpw@gnu.org>
12410         * calc/calc-graph.el (calc-graph-init):
12411         Use `set-process-query-on-exit-flag'.
12413 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
12415         * progmodes/compile.el (compilation-start): Rely on `cd' to get
12416         dir right and also allow argumentless cd.
12418 2004-10-19  Richard M. Stallman  <rms@gnu.org>
12420         * textmodes/flyspell.el (flyspell-mode): Doc fix.
12422         * eshell/em-unix.el (eshell-grep):
12423         Don't bind compilation-process-setup-function.
12425         * comint.el (comint-insert-input): Use @ in `interactive'.
12426         (comint-input-filter-functions): Doc fix.
12427         (comint-kill-whole-line, comint-get-source): Doc fix.
12429         * progmodes/compile.el (compilation-setup):
12430         Don't set buffer-read-only if MINOR is non-nil.
12432 2004-10-19  Jay Belanger  <belanger@truman.edu>
12434         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
12435         (calc-emacs-type-gnu19): Remove.
12436         (calc-digit-map, calc-read-key-sequence, calc-read-key):
12437         Remove check for old emacs versions.
12439         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
12440         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
12441         for current Emacs.
12443         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
12444         the end of the minibuffer.
12445         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
12446         copy `esc-map'.
12448         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
12450         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
12451         call that would be given when the current emacs was used.
12453 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
12455         * calendar/icalendar.el: Set coding to utf-8.
12456         (icalendar-version): Increase to 0.07.
12457         (icalendar-monthnumber-table): Change March pattern.
12458         (icalendar-get-all-event-properties)
12459         (icalendar-set-event-property): Delete.
12460         (icalendar-all-events): No longer interactive.
12461         (icalendar-convert-diary-to-ical)
12462         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
12463         their replacements.
12464         (icalendar-export-file, icalendar-export-region): New functions;
12465         essentially old `icalendar-convert-diary-to-ical' but appending to
12466         target rather than overwriting.
12467         (icalendar-import-file): Append to target file rather than
12468         overwriting.  Fourth arg deleted.
12469         (icalendar-import-buffer): New name for old
12470         `icalendar-extract-ical-from-buffer'.
12471         (icalendar--convert-string-for-import): New name for
12472         old `icalendar-convert-for-import'.
12473         (include-icalendar-files): Delete.
12474         Prefix for all internal functions changed from `icalendar-'
12475         to `icalendar--'.
12477 2004-10-19  Richard M. Stallman  <rms@gnu.org>
12479         * paths.el (news-path): Fix previous change.
12481 2004-10-18  Jay Belanger  <belanger@truman.edu>
12483         * calc/calc-help.el (calc-describe-bindings):
12484         Set `buffer-read-only' to nil while working in the keybindings buffer;
12485         remove some extra information from the keybindings buffer.
12487 2004-10-18  David Ponce  <david@dponce.com>
12489         * mouse.el (mouse-drag-move-window-top): New function.
12490         (mouse-drag-mode-line-1): Use it.
12492 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
12494         * info.el (Info-fontify-node): For multiline refs,
12495         arrange to unfontify newline and surrounding whitespace.
12497 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12499         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
12500         directory is missing.
12502 2004-10-17  John Paul Wallington  <jpw@gnu.org>
12504         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
12505         New customizable variable; whether to display buffers that match
12506         `ibuffer-maybe-show-predicates' by default.
12507         (ibuffer-maybe-show-predicates): Mention it in docstring.
12508         (ibuffer-display-maybe-show-predicates): New variable.
12509         (ibuffer-update): Prefix arg now toggles whether buffers that
12510         match `ibuffer-maybe-show-predicates' should be displayed.
12511         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
12512         locally to heed `ibuffer-default-display-maybe-show-predicates'.
12513         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
12515 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
12517         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
12518         work correctly.
12520 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
12522         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
12523         (Buffer-menu-beginning): New helper function.
12524         (Buffer-menu-execute): Use it.
12525         (Buffer-menu-select): Use it.
12526         (Buffer-menu-sort): Use it and also keep markers.
12528 2004-10-17  Richard M. Stallman  <rms@gnu.org>
12530         * paths.el (news-directory): Rename from news-path.  Old name alias.
12531         (rmail-spool-directory): Use defvar.
12532         (sendmail-program): Use defcustom.
12533         (remote-shell-program): Use defcustom.
12534         (term-file-prefix): Use defvar.
12535         (abbrev-file-name): Use defvar.
12537         * term.el: Add maintainer.
12539         * subr.el (with-local-quit): Return nil if there's a quit.
12540         (read-passwd): Use with-local-quit.  Doc fix.
12542         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
12543         (strokes-unload-hook): Set as a variable with add-hook.
12545         * startup.el (fancy-splash-tail, normal-splash-screen):
12546         Update copyright year.
12548         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
12550         * server.el (server-unload-hook): Set as a variable with add-hook.
12552         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
12554         * frame.el (special-display-popup-frame):
12555         Make the buffer current as its frame is created.
12557         * delsel.el (delsel-unload-hook): Set as a variable.
12559         * comint.el (comint-output-filter-functions):
12560         Add comint-watch-for-password-prompt.
12561         (comint-read-noecho): Function deleted.
12562         (send-invisible): Use read-passwd.
12564         * fringe.el (fringe-mode-initialize): New function.
12565         (fringe-mode): Use fringe-mode-initialize as :initialize.
12567 2004-10-17  Kim F. Storm  <storm@cua.dk>
12569         * language/indian.el (indian-script-language-alist): Swap value and doc.
12570         (indian-font-char-index-table): Doc fix.
12572 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
12574         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
12576 2004-10-16  Juri Linkov  <juri@jurta.org>
12578         * progmodes/compile.el (compilation-start): Move let-binding of
12579         `process-environment' into `with-current-buffer' body.
12580         Reported by Matt Hodges <MPHodges@member.fsf.org>.
12582 2004-10-16  Richard M. Stallman  <rms@gnu.org>
12584         * pcvs-util.el (cvs-bury-buffer):
12585         Don't call get-buffer-window for effect.
12587         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
12589         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
12591         * msb.el (msb-unload-hook): Set the variable.
12593         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12594         Use * to err if buffer is readonly.
12596         * subr.el (looking-back): Return only t or nil.
12598         * whitespace.el (whitespace-unload-hook): Set the variable.
12600         * view.el (view-mode-enable): Set view-page-size and
12601         view-half-page-size to nil.
12602         (view-set-half-page-size-default): view-half-page-size = nil
12603         means the default.
12604         (View-scroll-page-forward): Use view-page-size-default.
12605         (View-scroll-page-backward): Likewise.
12606         (view-page-size, view-half-page-size): Doc fixes.
12608         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
12610         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
12612         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
12613         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
12614         (byte-compile-log-1): Bind inhibit-read-only.
12615         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
12616         (byte-compile-log-warning): Likewise.
12617         (byte-compile-file-form-require): Detect "cl" from the arg value.
12619         * progmodes/compile.el (compilation-start): Assume compilation-mode
12620         will make the buffer read-only.
12621         (compilation-mode): Take arg name-of-mode.
12622         (compilation-setup): Make buffer read-only.
12623         (compilation-handle-exit): Bind inhibit-read-only.
12625         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
12626         (ispell-message): Likewise.
12627         (ispell-show-choices): Don't call get-buffer-window uselessly.
12628         (ispell-init-process): Use set-process-query-on-exit-flag.
12630 2004-10-16  Kim F. Storm  <storm@cua.dk>
12632         * fringe.el (fringe-bitmaps): Only initialize when defined.
12634         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
12635         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
12637         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
12639 2004-10-15  Simon Josefsson  <jas@extundo.com>
12641         * net/password.el: Add.
12643 2004-10-14  Masatake YAMATO  <jet@gyve.org>
12645         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
12646         (gdb-script-end-of-defun): New function.
12647         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
12648         `gdb-script-end-of-defun' as *-of-defun-function.
12650 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
12652         * button.el (button-activate): Allow a marker to display as an action.
12654         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
12656         * help.el (describe-mode): Use it to make minor mode list into
12657         hyperlinks.
12659 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
12661         * vc.el (vc-annotate-display-select): Fix typo.
12663         * subr.el (substitute-key-definition-key): New function.
12664         (substitute-key-definition): Use it with map-keymap.
12665         (event-modifiers): Use push.
12666         (mouse-movement-p, with-temp-buffer): Simplify.
12668 2004-10-12  Jay Belanger  <belanger@truman.edu>
12670         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
12671         New variables.
12672         (calc-help-index-entries): New function.
12673         (calc-describe-function): Use `calc-help-function-list' instead of
12674         obarray for completion.
12675         (calc-describe-variable): Use `calc-help-variable-list' instead
12676         of obarray for completion.
12678 2004-10-12  Richard M. Stallman  <rms@gnu.org>
12680         * info-look.el (info-lookup-file): Add info-file property.
12681         (info-lookup-symbol): Likewise.
12683         * info.el (info-xref): Add underlining.
12684         (info): Add info-file property.
12685         (Info-find-emacs-command-nodes): Specify case-sensitive search.
12687 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
12689         Sync with Tramp 2.0.45.
12691         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
12692         defined.  This is not the case for XEmacs without package "edebug".
12693         (tramp-set-auto-save-file-modes): Set permissions of autosaved
12694         remote files to the permissions of the original file.  This is not
12695         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
12696         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
12697         (tramp-perl-decode): Fix an error in Perl implementation.
12698         $pending must be cleared every loop.  Reported by Benjamin Place
12699         <benjaminplace@sprintmail.com>
12701         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
12702         Don't activate advice during definition.  This is done later on,
12703         depending on test result of `substitute-in-file-name'.
12704         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12706 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
12708         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
12710         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
12712 2004-10-12  David Ponce  <david@dponce.com>
12714         * recentf.el (recentf-edit-list): Update the menu when the recentf
12715         list has been modified.
12717 2004-10-12  Simon Josefsson  <jas@extundo.com>
12719         * net/tls.el (tls-certtool-program): New variable.
12720         (tls-certificate-information): New function, based on
12721         ssl-certificate-information.
12723 2004-10-12  Kenichi Handa  <handa@m17n.org>
12725         * international/mule.el (coding-system-equal): Move from mule-util.el.
12727         * international/mule-util.el (coding-system-equal): Move to mule.el.
12729 2004-10-12  Kim F. Storm  <storm@cua.dk>
12731         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
12732         reset kmacro-initial-counter-value if set.
12733         (kmacro-set-counter): Only set kmacro-counter if defining or executing
12734         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
12735         (kmacro-display): Show macro counter if non-zero.
12737         * subr.el (substitute-key-definition): Mention command remapping
12738         in doc string.
12740 2004-10-11  Jay Belanger  <belanger@truman.edu>
12742         * calc/calc-misc.el (calc-info-goto-node): New function.
12743         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
12744         node in one step.
12745         (calc-describe-copying, calc-describe-distribution)
12746         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
12747         Go to appropriate info node in one step.
12749 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12751         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
12753         * font-lock.el (font-lock-apply-highlight): Fix last change.
12755 2004-10-11  Simon Josefsson  <jas@extundo.com>
12757         * mail/smtpmail.el (smtpmail-open-stream): Look for
12758         starttls-gnutls-program instead of starttls-program iff
12759         starttls-use-gnutls is non-nil.
12760         (smtpmail-open-stream): Don't overwrite user settings of
12761         starttls-extra-arguments and starttls-extra-args.
12763 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
12765         * comint.el (comint-mouse-insert-input): Remove.
12766         (comint-insert-input): Make it work for mouse bindings.
12767         (comint-mode-map): Move defs into the declaration.
12768         (comint-output-filter): Typo.
12770         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
12772 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
12774         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
12775         (ange-ftp-call-chmod): Reference remote-shell-program instead of
12776         ange-ftp-remote-shell.
12778 2004-10-10  Andreas Schwab  <schwab@suse.de>
12780         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
12781         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
12782         Reported by <sri@asu.edu>.
12784 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
12786         * vc.el (vc-annotate-mode): Remove variable.
12787         (vc-annotate-display-select): Only call vc-annotate-mode
12788         if we're not in that mode already.
12790 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
12792         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
12793         (imenu-choose-buffer-index): Check here for rescan instead.
12795         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
12796         where the face expression evals to nil.
12798         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
12799         (tex-font-lock-keywords-2): Use it.
12800         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
12802         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
12804 2004-10-09  Kim F. Storm  <storm@cua.dk>
12806         * subr.el (progress-reporter-update): Define before first usage.
12807         (make-progress-reporter): Doc fix.
12809 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
12811         * textmodes/paragraphs.el (sentence-end-double-space)
12812         (sentence-end-without-period, sentence-end-without-space)
12813         (sentence-end): Doc fixes.
12815 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
12817         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
12818         Change paragraph-start regexp so we don't fill code starting with #'(.
12820 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
12822         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
12823         New defcustom.
12824         (extract-address-components): Use it.
12826 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
12828         * subr.el (make-progress-reporter, progress-reporter-update)
12829         (progress-reporter-force-update, progress-reporter-do-update)
12830         (progress-reporter-done): New functions.
12832         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
12834         * progmodes/etags.el (etags-tags-completion-table): Use progress
12835         reporter.
12836         (etags-tags-apropos): Likewise.
12838 2004-10-08  Alan Mackenzie  <acm@muc.de>
12840         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
12841         of current line.
12843 2004-10-08  Masatake YAMATO  <jet@gyve.org>
12845         * server.el (server-process-filter): Wrap `process-send-region'
12846         by `condition-case' to guard the case when the pipe to PROC is closed.
12848 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
12850         * xml.el (xml-substitute-special): Limit handling of external entities.
12852 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
12854         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
12856 2004-10-06  John Paul Wallington  <jpw@gnu.org>
12858         * xml.el (xml-parse-dtd): Fix `error' call.
12860 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
12862         * xml.el (xml-substitute-special): Return a single string instead
12863         of a list of strings if an entity substitution is made.
12865 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
12867         * calendar/icalendar.el: New file.
12869 2004-10-05  Juri Linkov  <juri@jurta.org>
12871         * isearch.el (isearch-done): Set mark after running hook.
12872         Reported by Drew Adams <drew.adams@oracle.com>.
12874         * info.el (Info-history, Info-toc): Fix Info headers.
12875         (Info-toc): Narrow buffer before Info-fontify-node.
12876         (Info-build-toc): Don't check for special Info file names.
12877         Set main-file to nil if Info-find-file returns a symbol.
12879 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
12881         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
12882         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
12883         * calendar/cal-menu.el (calendar-mode-map): Ditto.
12885 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
12887         * calendar/cal-iso.el (calendar-iso-read-args): New function,
12888         for old interactive spec from calendar-goto-iso-date.
12889         (calendar-goto-iso-date): Use it.
12890         (calendar-goto-iso-week): New function.  Suggested by Emilio
12891         C. Lopes <eclig@gmx.net>.
12893 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
12895         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
12896         `set-right-margin' bindings that follow the minor mode conventions.
12898 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12900         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
12901         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
12902         (latex-block-args-alist): Add minipage and picture.
12903         (latex-block-body-alist): Use reftex-label if enabled.
12904         (latex-insert-block): Don't insert a \n if not necessary.
12905         (tex-compile-commands): Make sure dvips doesn't send to printer.
12906         (tex-compile-default): Handle the case where no executable is found.
12907         (latex-noindent-environments): New var.
12908         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
12909         If tex-indent-allhanging is non-nil, make sure we only align for macros
12910         at beginning of line.
12912 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
12914         * newcomment.el (comment-beginning): Doc fix and don't choke on
12915         unset `comment-end-skip' when at beginning of comment.
12917 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
12919         * term.el (term-adjust-current-row-cache): Don't allow the current
12920         row to become negative.
12921         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
12922         the end of the line.  Fix scroll down.  Add comments.
12923         (term-handle-ansi-escape): Don't exceed terminal width when moving
12924         right.
12925         (term-scroll-region): Move the cursor after setting the scroll region.
12927 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
12929         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
12930         to `width' for consistency with docstring.  Doc fix.
12932 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
12934         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
12935         This is necessary for derived modes.
12937 2004-09-30  Kim F. Storm  <storm@cua.dk>
12939         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
12940         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
12942         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
12943         kmacro-extract-lambda functions.
12944         (edit-kbd-macro): Handle kmacro lambda forms.
12945         Include counter and counter format in edit buffer.
12946         (edmacro-finish-edit): Get counter and format from edit buffer and
12947         update kmacro bindings when found.
12949 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
12951         * textmodes/paragraphs.el (forward-paragraph):
12952         Avoid args-out-of-range error when point winds up at the beginning of
12953         the buffer and hard newlines are enabled.
12955         * newcomment.el (comment-multi-line): Doc fix.
12957 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
12959         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
12960         (diff-fixup-modifs): Catch unified-diff file-headers.
12962 2004-09-29  Kim F. Storm  <storm@cua.dk>
12964         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
12965         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
12966         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
12968         * fringe.el (fringe-bitmap-p): New macro.
12969         (fringe-bitmaps): Add standard fringe bitmaps on load.
12971 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12973         * dired.el (dired-view-command-alist): Use more efficient regexps.
12974         Remove dubious arguments.
12975         (dired-align-file): New function.
12976         (dired-insert-directory): Use it.
12977         (dired-move-to-end-of-filename): Make the " -> " search more specific.
12978         (dired-buffers-for-dir): Remove unused var `pattern'.
12980 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
12982         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
12983         from diary display excursion.  Store diary buffer's point for
12984         `simple-diary-display'.
12985         (simple-diary-display): Set window point and start when
12986         displaying buffer, to preserve point.
12988 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
12990         * textmodes/enriched.el (enriched-translations): Replace defconst
12991         with defvar.
12993 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12995         * printing.el: Doc fix.
12996         (pr-version): New version number (6.8.1).
12997         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
12998         make-temp-name.
12999         (pr-delete-file): Check if file exists before deleting it.
13000         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13002 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13004         * term.el (term-display-table): New variable.
13005         (term-mode): Use it.
13006         (term-exec-1): Set the coding system to binary.
13007         (term-emulate-terminal): Decode the string before inserting it.
13009 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
13011         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13012         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13013         (map): Bind S-prior, S-next and S-insert.
13014         (term-mode): Set `indent-tabs-mode' to nil.
13015         (term-paste): New function to be bound to S-insert.
13016         (term-send-del, term-send-backspace): Change the strings sent.
13017         (term-termcap-format): Synchronize with etc/e/eterm.ti.
13018         (term-handle-colors-array): Fix handling of underline and reverse.
13019         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
13020         (term-erase-in-line): Fix comparison.
13021         (term-emulate-terminal): Fix line wrap handling.
13022         (term-start-output-log): Rename from `term-set-output-log'.
13023         (term-stop-output-log): Rename from `term-stop-photo'.
13024         (term-switch-to-alternate-sub-buffer): Comment out, unused.
13026 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
13028         * dired.el (dired-move-to-filename): Don't output a message if
13029         raise-error is non-nil.  Fix return position and value.
13031         * files.el (insert-directory): Obey --dired even with symlinks.
13033 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
13035         * ls-lisp.el (ls-lisp-format): Mark file names with property
13036         dired-filename.
13038 2004-09-25  Kim F. Storm  <storm@cua.dk>
13040         * ido.el (ido-max-directory-size): New defcustom.
13041         (ido-decorations): Add "too big" element.
13042         (ido-directory-too-big): New dynamic var.
13043         (ido-may-cache-directory): Don't cache big directories.
13044         (ido-directory-too-big-p): New defun.
13045         (ido-set-current-directory): Update ido-directory-too-big.
13046         (ido-read-internal): Make empty ido-cur-item if too-big.
13047         (ido-buffer-internal): Use ido-read-internal directly instead of
13048         ido-read-buffer.
13049         (ido-file-internal): Init ido-directory-too-big.
13050         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13051         and redo completion with full list.
13052         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13053         it, and show completions.
13054         (ido-all-completions): Let bind ido-directory-too-big to nil.
13055         (ido-exhibit): Handle ido-directory-too-big.
13056         (ido-read-buffer): Handle fallback to read-buffer.
13057         Init ido-directory-too-big.
13058         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13059         Init ido-directory-too-big.
13061 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
13063         * subr.el (delay-mode-hooks): Doc fix.
13065 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
13067         * textmodes/enriched.el
13068         (enriched-default-text-properties-local-flag): New variable.
13069         (enriched-mode): Make sure that enabling and disabling the mode is
13070         a no-op.  Doc fix.
13072 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
13074         * calendar/holidays.el (holiday-advent): Report on a specified day
13075         offset from advent, not just advent.
13076         (holiday-easter-etc): Report on one specified day offset from
13077         easter, not all easter holidays.  Various Easter holidays moved to
13078         `christian-holidays' variable in calendar.el.
13079         * calendar/calendar.el (christian-holidays): Adapt for new
13080         behavior of `holiday-advent' and `holiday-easter-etc' functions.
13082 2004-09-23  Kim F. Storm  <storm@cua.dk>
13084         * image.el (insert-sliced-image): Add doc string.
13086         * ido.el (ido-choice-list): New dynamic var for `list' context.
13087         (ido-context-switch-command): New dynamic var.
13088         (ido-define-mode-map): Generalize switch between file/buffer contexts.
13089         (ido-read-internal): Handle new `list' context.
13090         Handle insert-buffer and insert-file ido-exit values.
13091         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
13092         ido-context-switch-command.  Handle insert-file ido-exit value.
13093         (ido-read-buffer): Set ido-context-switch-command to 'ignore
13094         unless it is already bound by caller.
13095         (ido-file-internal): New arg switch-cmd.  Use it to setup
13096         ido-context-switch-command.  Handle insert-buffer ido-exit value.
13097         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13098         used for context switching.
13099         (ido-all-completions): Handle new `list' context.
13100         (ido-make-choice-list): Return choices for `list' context.
13101         (ido-find-file-in-dir, ido-display-file, ido-write-file)
13102         (ido-display-buffer, ido-kill-buffer): Disable context switching.
13103         (ido-insert-buffer, ido-insert-file): Setup context switching.
13104         (ido-exhibit): Handle `list' context.
13105         (ido-read-file-name): Disable context switching.  Handle fallback.
13106         (ido-read-directory-name): Disable context switching.
13107         (ido-completing-read): New defun like completing-read.  Setup and
13108         use new `list' context.
13110 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
13112         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13114 2004-09-21  Jay Belanger  <belanger@truman.edu>
13116         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13117         `calc-graph-set-styles' so the gnuplot buffer will appear in a
13118         separate window.
13120 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
13122         * subr.el (after-change-major-mode-hook): Doc fix.
13124 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13126         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
13127         of ghostscript for monochrome PostScript file in Windows.
13129 2004-09-21  Kenichi Handa  <handa@m17n.org>
13131         * descr-text.el (describe-char): Checking of quail activation fixed.
13133 2004-09-21  Jay Belanger  <belanger@truman.edu>
13135         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13137 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
13139         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
13140         after the mode hooks instead of before.  Doc fix.
13142 2004-09-20  Jason Rumney  <jasonr@gnu.org>
13144         * startup.el (command-line) [windows-nt]: Try .emacs first, then
13145         _emacs, but revert to .emacs if neither exists in home directory.
13147 2004-09-20  John Paul Wallington  <jpw@gnu.org>
13149         * bindings.el (completion-ignored-extensions): Add .dfsl.
13151 2004-09-20  Richard M. Stallman  <rms@gnu.org>
13153         * bindings.el (scroll-left): Make it disabled.
13155         * files.el (enable-local-eval): Doc fix.
13157         * indent.el (move-to-left-margin): Special case for minibuffer.
13159         * term.el (term-emulate-terminal): Turn off undo for output.
13160         Use with-current-buffer and save-selected-window.
13162         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
13164         * progmodes/make-mode.el (makefile-fill-paragraph):
13165         Don't insist on spaces when looking for comments.  # is enough.
13167         * files.el (hack-local-variables): Copy the variables list
13168         to another buffer, strip prefixes and suffixes there, then read.
13169         (enable-local-eval): Doc fix.
13170         (ignored-local-variables): Initialize to nil.
13171         (risky-local-variable-p): Don't check ignored-local-variables here.
13172         (hack-one-local-variable): Ignore var if in ignored-local-variables.
13174 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
13176         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
13177         of = to "." (punctuation).
13179 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13181         * subr.el (event-basic-type): Fix mask (extend to 22bits).
13183 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
13185         * textmodes/enriched.el (enriched-rerun-flag): New variable.
13186         (enriched-before-change-major-mode): New function.
13187         Add it to `change-major-mode-hook'.
13188         (enriched-after-change-major-mode): New function.
13189         Add it to `after-change-major-mode-hook'.
13190         (enriched-mode): Make it work correctly if called from
13191         `after-change-major-mode-hook'.
13192         No longer set `indent-line-function'.
13194         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
13196         * subr.el (after-change-major-mode-hook): New variable.
13197         (run-mode-hooks): Implement it.
13199 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13201         * battery.el (battery-linux-proc-apm): Use string-to-number.
13202         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
13203         Use dolist (and less indentation).  Use erase-buffer.
13204         Pre-initialize `design-capacity', `warn', and `low'.
13205         (battery-format): Use replace-regexp-in-string.
13207 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
13209         * battery.el: Delete superfluous empty lines.
13210         (battery-linux-proc-acpi): Attempt to gather information from all
13211         battery subdirectories regardless of their file name.
13212         (battery-linux-proc-apm): Replace all occurrences of
13213         battery-hex-to-int-2 with string-to-int (base 16).
13214         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
13215         (battery-hex-map): Delete variable.
13217 2004-09-18  John Paul Wallington  <jpw@gnu.org>
13219         * calc/calc-units.el (calc-quick-units): Fix overzealous
13220         s/or/unless/.
13222 2004-09-17  Jay Belanger  <belanger@truman.edu>
13224         * calc/calc.el (calc-mode-var-list): Fix the value of
13225         `calc-matrix-brackets'.
13227 2004-09-17  Romain Francoise  <romain@orebokech.com>
13229         * ibuf-ext.el (define-ibuffer-filter filename):
13230         Expand dired-directory since buffer-file-name is absolute.
13232 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
13234         * ediff-init.el (ediff-current-diff-face-A)
13235         (ediff-current-diff-face-B, ediff-current-diff-face-C)
13236         (ediff-current-diff-face-Ancestor)
13237         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13238         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13239         (ediff-even-diff-face-A, ediff-even-diff-face-B)
13240         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13241         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13242         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13243         Use min-colors.
13245         * term.el (term-down): Perform vertical motion if DOWN is negative.
13246         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13247         (term-termcap-format): Synchronize with the eterm terminfo entry
13248         in etc/e/eterm.ti.
13249         (term-handle-colors-array): If the current foreground or
13250         background are zero (i.e. unspecified), use the foreground and
13251         background of the default face for reverse video.
13252         (term-ansi-at-eval-string, term-ansi-default-fg)
13253         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13254         (term-mem): Delete unused function.
13255         (term-protocol-version): Increment.
13256         (term-current-face): Set to default.
13258 2004-09-15  Jay Belanger  <belanger@truman.edu>
13260         * calc/calc.el (calc-mode-var-list): Define this variable.
13261         (calc-always-load-extensions, calc-line-numbering)
13262         (calc-line-breaking, calc-display-just, calc-display-origin)
13263         (calc-number-radix, calc-leading-zeros, calc-group-digits)
13264         (calc-group-char, calc-point-char, calc-frac-format)
13265         (calc-prefer-frac, calc-hms-format, calc-date-format)
13266         (calc-float-format, calc-full-float-format, calc-complex-format)
13267         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13268         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13269         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13270         (calc-matrix-brackets, calc-language, calc-language-option)
13271         (calc-left-label, calc-right-label, calc-word-size)
13272         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13273         (calc-display-raw, calc-internal-prec, calc-angle-mode)
13274         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13275         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13276         (calc-window-height, calc-display-trail, calc-show-selections)
13277         (calc-use-selections, calc-assoc-selections)
13278         (calc-display-working-message, calc-auto-why, calc-timing)
13279         (calc-mode-save-mode, calc-standard-date-formats)
13280         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
13281         (calc-user-parse-tables, calc-gnuplot-default-device)
13282         (calc-gnuplot-default-output, calc-gnuplot-print-device)
13283         (calc-gnuplot-print-output, calc-gnuplot-geometry)
13284         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13285         (calc-invocation-macro, calc-show-banner): Give these values as
13286         part of `calc-mode-var-list's initialization after the variables
13287         are declared with defvar.
13288         (calc-bug-address): Change email address to send bug reports to.
13289         Change the maintainer address at the top.
13290         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
13291         than "\\.emacs" to determine if it is the user-init-file.
13293         * calc/calc-embed.el (calc-embedded-set-modes): Use
13294         `calc-mode-var-list' correctly.
13296 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
13298         * vc.el (annotate-time): Document point handling.
13299         (vc-annotate-display-autoscale): Doc fix.
13301 2004-09-15  Miles Bader  <miles@gnu.org>
13303         * generic.el (generic-make-keywords-list): Use symbol rather than
13304         word anchors in regexp.
13306 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
13308         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
13309         no file name consider `dired-directory'.
13311 2004-09-14  Kim F. Storm  <storm@cua.dk>
13313         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
13315 2004-09-14  Simon Josefsson  <jas@extundo.com>
13317         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
13319         * textmodes/dns-mode.el: Add.
13321 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13323         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
13324         (disabled-command-function): Make the ?\  char more obvious.
13326         * vc-arch.el (vc-arch-root, vc-arch-registered):
13327         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
13329 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
13331         * windmove.el (windmove-frame-edges): Report coordinates of
13332         outside edges of frame, not inside edges.
13333         (windmove-coordinates-of-position): Convert into wrapper to new
13334         function `windmove-coordinates-of-window-position';
13335         `compute-motion' always applies to selected window.
13336         (windmove-coordinates-of-position): Update documentation to refer
13337         to Emacs 21 Lisp Reference Manual.
13338         (windmove-find-other-window): Fix off-by-one errors for max x,y.
13340 2004-09-13  Kim F. Storm  <storm@cua.dk>
13342         * isearch.el (isearch-resume-in-command-history): Rename from
13343         isearch-resume-enabled and change default to nil.
13345 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
13347         * vc-hooks.el (vc-ignore-dir-regexp): New var.
13348         (vc-registered): Use it.
13349         (vc-find-root): New fun.
13351         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13352         Don't tell to use \\{...} when it's already done.
13354         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
13355         Provide a sample complex default.
13356         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
13357         (bibtex-entry): Use mapc.
13359 2004-09-12  Kim F. Storm  <storm@cua.dk>
13361         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
13363         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
13364         inhibit-field-text-motion to t so rectangles work in comint buffers.
13366         * simple.el (choose-completion-string): Set buffer before running
13367         choose-completion-string-functions hook so it can be buffer-local.
13369 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
13371         * progmodes/compile.el (compilation-start): Parse command to see
13372         if it starts with a cd, and if so perform it for the *compilation*
13373         buffer.  Change the header to reflect this.
13375 2004-09-11  Kim F. Storm  <storm@cua.dk>
13377         * ido.el (ido-enable-dot-prefix): Doc fix.
13378         (ido-enable-dot-prefix): New defcustom.
13379         (ido-set-matches1): Use it.
13381 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13383         * textmodes/bibtex.el (bibtex-mark-active)
13384         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
13386 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13388         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
13389         used in a case insensitive environment.
13390         (bibtex-mode-map): Rearrange order of menus.
13391         (bibtex-quoted-string-re): Obsolete.
13392         (bibtex-complete-key-cleanup): Variable replaced by new function.
13393         (bibtex-font-lock-keywords): Use backquotes.
13394         (bibtex-font-lock-url-regexp): New internal variable.
13395         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
13396         "OPT" and "ALT".
13397         (bibtex-insert-current-kill, bibtex-make-field)
13398         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
13399         (bibtex-parse-field-text): Simplify.
13400         (bibtex-string=): New helper function.
13401         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
13402         (bibtex-map-entries): Use bibtex-string=.
13403         (bibtex-search-entry): Use not.
13404         (bibtex-enclosing-field): Fix docstring.
13405         (bibtex-assoc-regexp): Obsolete.
13406         (bibtex-format-entry): Use assoc-string and bibtex-string=.
13407         (bibtex-autokey-get-names): Handle empty name field.
13408         (bibtex-parse-strings): Use assoc-string and unless.
13409         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
13410         Use assoc-string.
13411         (bibtex-pop): Simplify.
13412         (bibtex-mode): Set font-lock-extra-managed-props.
13413         (bibtex-entry-update): Use assoc-string.
13414         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
13415         (bibtex-autofill-entry): Use bibtex-string=.
13416         (bibtex-print-help-message): Simplify.
13417         (bibtex-find-entry): New optional arg START.
13418         (bibtex-validate): Use bibtex-string= and assoc-string.
13419         Do not call obsolete function compilation-parse-errors.
13420         (bibtex-remove-delimiters): Only remove delimiters if present.
13421         (bibtex-copy-entry-as-kill): Add docstring.
13422         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
13423         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
13424         (bibtex-complete): Use bibtex-predefined-month-strings,
13425         bibtex-string=, and new function bibtex-complete-key-cleanup.
13426         (bibtex-generate-url-list): New variable.
13427         (bibtex-url): New command bound to C-c C-l and mouse-2.
13428         (bibtex-url-map): New local keymap for bibtex-url-mouse.
13429         (bibtex-font-lock-url): New function.
13431 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
13433         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
13435 2004-09-09  Kim F. Storm  <storm@cua.dk>
13437         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
13438         counter and format with binding.
13439         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
13440         the declared macro uses own macro counter and format.  Give symbol
13441         kmacro property.
13442         (kmacro-keymap): Bind kmacro-name-last-macro to n.
13443         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
13444         (kmacro-end-and-call-macro): Doc fix.
13446 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
13448         * desktop.el (desktop-clear-preserve-buffers):
13449         Remove make-obsolete-variable.
13451 2004-09-08  Richard M. Stallman  <rms@gnu.org>
13453         * buff-menu.el (list-buffers-noselect): Call format-mode-line
13454         with the buffer as argument.
13456 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
13458         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
13460 2004-09-08  Juri Linkov  <juri@jurta.org>
13462         * replace.el (perform-replace): Use `query-replace-descr'.
13464         * cus-start.el (history-delete-duplicates): Specify customization.
13466         * diff-mode.el (diff-mode-map):
13467         * progmodes/compile.el (compilation-mode-map):
13468         * progmodes/grep.el (grep-mode-map):
13469         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
13470         to `next-error-follow-minor-mode'.
13472 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13474         * isearch.el (isearch-lazy-highlight-update): Take into account
13475         the case of zero-length match at the search bound.
13477 2004-09-08  Kim F. Storm  <storm@cua.dk>
13479         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
13480         change.  Use zero width overlays when necessary.
13482 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13484         * subr.el (split-string): Docfix.
13486 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13488         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
13489         (display-call-tree): Ensure newline after caller/calls blocks.
13491 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13493         * startup.el (command-line-1): Make option
13494         --directory/-L modify `load-path' straight away.
13496 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13498         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
13500 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13502         * emacs-lisp/autoload.el (make-autoload):
13503         Handle `define-compilation-mode'.
13505         * emacs-lisp/lisp-mode.el (define-compilation-mode):
13506         Specify `doc-string-elt' property.
13508 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13510         * bs.el (bs-mode): Doc fix.
13512 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13514         * info.el (Info-insert-dir): Fix temp buffer leak bug.
13516 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
13518         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
13520 2004-09-08  Kenichi Handa  <handa@m17n.org>
13522         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
13523         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
13524         ps-mule-next-point -> 1+).
13526         * composite.el (encode-composition-rule): Add autoload cookie.
13528 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
13530         * format.el (buffer-auto-save-file-format): Make it permanent local.
13532 2004-09-07  Kim F. Storm  <storm@cua.dk>
13534         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
13535         (authors-fixed-entries): Fix typo.
13536         (authors-canonical-author-name): Compact multiple spaces.
13537         Ignore trivial names (e.g. only first name).
13539         * term.el (term-window-width): Only use full window width on
13540         window system if overflow-newline-into-fringe is enabled.
13541         (term-mode): Don't disable overflow-newline-into-fringe.
13543 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
13545         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
13546         motion as seen on my Mac OS X xterms.
13548         * newcomment.el (uncomment-region-default, comment-region-default):
13549         New functions extracted from uncomment-region and comment-region.
13550         (comment-region, comment-region-function, uncomment-region)
13551         (uncomment-region-function): Use them.
13553         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
13555         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
13556         It's not crucial but can make sense at times.
13558         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
13559         the first commit.
13561         * vc.el (vc-buffer-context, vc-restore-buffer-context):
13562         Disable obsolete code.
13564 2004-09-07  Juri Linkov  <juri@jurta.org>
13566         * progmodes/grep.el (grep-highlight-matches): Change default from
13567         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
13568         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
13569         if grep option `--color' is available, or to `nil' otherwise.
13570         (grep-process-setup): Call `grep-compute-defaults' if
13571         `grep-highlight-matches' is not computed.  Set env-vars only
13572         if `grep-highlight-matches' is `t'.
13573         (grep-use-null-device): Remove redundant type `boolean' (`choice'
13574         is already defined).
13576         * progmodes/compile.el (compilation-start): Use copy of
13577         `process-environment' created by `copy-sequence' to not
13578         modify env-vars in the global `process-environment'.
13580 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
13582         * simple.el (next-error-follow-minor-mode): Fix last change.
13584 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
13586         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
13587         permanent local.
13589 2004-09-04  Richard M. Stallman  <rms@gnu.org>
13591         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
13592         highlighting if the search string is empty.
13594 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
13596         * facemenu.el (facemenu-active-faces): Change condition of inner
13597         `while' loop to also check the first two elements of `face-atts'
13598         and `mask-atts'.
13600 2004-09-04  John Paul Wallington  <jpw@gnu.org>
13602         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
13603         (thumbs-view-image-mode): Make buffer read-only.
13605 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
13607         * textmodes/ispell.el (ispell-really-aspell): New defvar.
13608         (ispell-check-version): Set it.
13609         (ispell-send-replacement): New function.
13610         (ispell-process-line): Call ispell-send-replacement.
13612 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
13614         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
13615         Support choosing seconds with "s".
13617 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
13619         * terminal.el (te-escape): Show `?' in prompt for help key.
13621 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
13623         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
13625 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
13627         * simple.el (next-error-follow-minor-mode)
13628         (next-error-follow-mode-post-command-hook): New functions.
13629         (next-error-follow-last-line): New defvar.
13631         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
13632         * progmodes/compile.el (compilation-mode-map): Likewise.
13633         * progmodes/grep.el (grep-mode-map): Likewise.
13634         * replace.el (occur-mode-map): Likewise.
13636         * newcomment.el (uncomment-region): Bind comment-use-global-state
13637         to nil.
13639 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
13641         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
13642         locally around the call to `revert-buffer'.
13644 2004-09-03  Juri Linkov  <juri@jurta.org>
13646         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
13647         `isearch-adjusted' to `t'.
13648         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
13649         (isearch-message-prefix): Add "pending" for isearch-adjusted.
13650         (isearch-other-meta-char): Restore isearch-point unconditionally.
13651         (isearch-query-replace): Add new arg `regexp-flag' and use it.
13652         Set point to start of match if region is not active in transient
13653         mark mode (to include the current match to region boundaries).
13654         Push the search string to `query-replace-from-history-variable'.
13655         Add prompt "Query replace regexp" for isearch-regexp.
13656         Add region beginning/end as last arguments of `perform-replace.'
13657         (isearch-query-replace-regexp): Replace code by the call to
13658         `isearch-query-replace' with arg `t'.
13660 2004-09-03  Richard M. Stallman  <rms@gnu.org>
13662         * startup.el (normal-top-level): Undo previous TERM change.
13664 2004-09-03  Kim F. Storm  <storm@cua.dk>
13666         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
13667         highlight overlays; allow using RET when cursor is over a button.
13668         (cua--highlight-rectangle): Use it.
13669         (cua--rectangle-set-corners): Don't move backwards at eol.
13670         (cua--forward-line): Don't move into void after eob.
13672         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
13673         point is set (and displayed) inside rectangle.
13674         (cua--rectangle-operation): Fix for highlight of empty lines.
13675         (cua--highlight-rectangle): Fix highlight for tabs.
13676         Position cursor at left/right edge of rectangle using new `cursor'
13677         property on overlay strings.
13678         (cua--indent-rectangle): Don't tabify.
13679         (cua-rotate-rectangle): Ignore that point has moved.
13681 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
13683         * term/mac-win.el: Add ASCII equivalents for some function keys.
13684         (mode-line-frame-identification): Sync with x-win.el.
13686 2004-09-02  Juri Linkov  <juri@jurta.org>
13688         * progmodes/compile.el (compilation-buffer-name): Compare major
13689         mode with second element of compilation-arguments instead of third
13690         to reflect latest changes in compilation-arguments structure.
13691         (recompile): Use global variable `compilation-directory' to get
13692         recent compilation directory only when `recompile' is invoked NOT
13693         in the compilation buffer.  Otherwise, use `default-directory' of
13694         the compilation buffer.
13695         (compilation-error-properties): Allow to funcall col and end-col.
13696         (compilation-mode-font-lock-keywords): Check col and end-col by
13697         `integerp'.
13698         (compilation-goto-locus): If end-mk is non-nil in transient mark
13699         mode don't activate the mark (and don't display message in
13700         push-mark), but highlight overlay between mk and end-mk.
13702         * progmodes/grep.el (grep-highlight-matches): New defcustom.
13703         (grep-regexp-alist): Add rule to highlight grep matches.
13704         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
13706         * info.el (Info-fontify-node): Don't compute other-tag
13707         if Info-hide-note-references=hide.
13709         * help.el (function-called-at-point):
13710         * help-fns.el (variable-at-point):
13711         Try `find-tag-default' when other methods failed.
13713         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13714         Do not push mark if inhibit-mark-movement is non-nil.
13716         * textmodes/ispell.el (ispell-html-skip-alists):
13717         Fix backslashes in docstring.
13719 2004-09-01  Juri Linkov  <juri@jurta.org>
13721         * isearch.el (isearch-wrap-function)
13722         (isearch-push-state-function): New defvars.
13723         (isearch-pop-fun-state): New defsubst.
13724         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
13725         (isearch-push-state): Set the result of calling
13726         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
13727         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
13728         restore the mode-specific starting point of terminated search.
13729         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
13730         (isearch-repeat): Call `isearch-wrap-function' if defined.
13731         (isearch-message-prefix): Don't add prefix "over" to the message
13732         for wrapped search if `isearch-wrap-function' is defined.
13733         (isearch-search): Call function saved in `isearch-pop-fun-state' to
13734         restore the mode-specific starting point of failed search.
13736         * info.el (Info-search-whitespace-regexp): Fix backslashes.
13737         (Info-search): Add new optional arguments for the sake of isearch.
13738         Replace whitespace in Info-search-whitespace-regexp literally.
13739         Add backward search.  Don't call `Info-select-node' if regexp is
13740         found in the same Info node.  Don't add node to Info-history for
13741         wrapped isearch.
13742         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
13743         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
13744         (Info-mode): Set local variables `isearch-search-fun-function',
13745         `isearch-wrap-function', `isearch-push-state-function',
13746         `search-whitespace-regexp'.
13748         * isearch.el: Remove ancient Change Log section.
13749         (isearch-string, isearch-message-string, isearch-point)
13750         (isearch-success, isearch-forward-flag, isearch-other-end)
13751         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
13752         (isearch-barrier, isearch-within-brackets)
13753         (isearch-case-fold-search): Add suffix `-state' to state-related
13754         defsubsts to avoid name clashes with other function names.
13756         * simple.el (next-error): New defgroup and defface.
13757         (next-error-highlight, next-error-highlight-no-select):
13758         New defcustoms.
13759         (next-error-no-select): Let-bind next-error-highlight to the value
13760         of next-error-highlight-no-select before calling `next-error'.
13762         * progmodes/compile.el (compilation-goto-locus):
13763         Use `next-error' face instead of `region'.  Set 4-th argument of
13764         `move-overlay' to `current-buffer' to move overlay to different
13765         source buffers.  Use new variable `next-error-highlight'.
13767         * simple.el (next-error-find-buffer): Move the rule
13768         "if current buffer is a next-error capable buffer" after the
13769         rule "if next-error-last-buffer is set to a live buffer".
13770         Simplify to test all rules in one `or'.
13771         (next-error): Doc fix.
13772         (next-error, previous-error, first-error)
13773         (next-error-no-select, previous-error-no-select):
13774         Make arguments optional.
13776 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
13778         * macros.el (apply-macro-to-region-lines): Make it operate on all
13779         lines that begin in the region, rather than on all complete lines
13780         in the region.
13782 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13784         * x-dnd.el (x-dnd-protocol-alist): Document update.
13785         (x-dnd-known-types): Defcustom it.
13786         (x-dnd-handle-motif): Print message-atom in error message.
13788 2004-08-30  John Paul Wallington  <jpw@gnu.org>
13790         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
13791         strings rather than programatically constructing message.
13793 2004-08-30  Richard M. Stallman  <rms@gnu.org>
13795         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
13796         Don't return a string that would read as the wrong character code.
13798 2004-08-29  Kim F. Storm  <storm@cua.dk>
13800         * emulation/cua-base.el (cua-auto-expand-rectangles):
13801         Remove automatic rectangle padding feature; replace by non-destructive
13802         virtual rectangle edges feature.
13803         (cua-virtual-rectangle-edges): New defcustom.
13804         (cua-auto-tabify-rectangles): New defcustom.
13805         (cua-paste): If paste into a marked rectangle, insert rectangle at
13806         current column, even if virtual; also paste exactly as many lines
13807         as has been marked (ignore additional lines or add empty lines),
13808         but paste whole source if only one line is marked.
13809         (cua--update-indications): No longer use overwrite-cursor to
13810         indicate rectangle padding
13812         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
13813         (cua--rectangle-virtual-edges): New defun.
13814         (cua--rectangle-get-corners): Remove optional PAD arg.
13815         (cua--rectangle-set-corners): Never do padding.
13816         (cua--forward-line): Remove optional PAD arg.  Simplify.
13817         (cua-resize-rectangle-right, cua-resize-rectangle-left)
13818         (cua-resize-rectangle-down, cua-resize-rectangle-up):
13819         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
13820         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
13821         (cua--rectangle-move): Never do padding.  Simplify.
13822         (cua--tabify-start): New defun.
13823         (cua--rectangle-operation): Add tabify arg.  All callers changed.
13824         (cua--pad-rectangle): Remove.
13825         (cua--delete-rectangle): Handle delete with virtual edges.
13826         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
13827         (cua--insert-rectangle): Handle insert at virtual column.
13828         Perform auto-tabify if necessary.
13829         (cua--activate-rectangle): Remove optional FORCE arg.
13830         Never do padding.  Simplify.
13831         (cua--highlight-rectangle): Enhance for virtual edges.
13832         (cua-toggle-rectangle-padding): Remove command.
13833         (cua-toggle-rectangle-virtual-edges): New command.
13834         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
13835         (cua--rectangle-post-command): Don't force rectangle padding.
13836         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
13838 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
13840         * indent.el (edit-tab-stops-buffer): Doc fix.
13842 2004-08-28  Richard M. Stallman  <rms@gnu.org>
13844         * progmodes/grep.el (grep-default-command): Use find-tag-default.
13845         (grep-tag-default): Function deleted.
13847         * subr.el (find-tag-default): Move from etags.el.
13849         * progmodes/etags.el (find-tag-default): Move to subr.el.
13851         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
13852         into the basic character if it has an uppercase form.
13854 2004-08-27  Kenichi Handa  <handa@m17n.org>
13856         * international/utf-8.el (utf-8-post-read-conversion): If the
13857         buffer is unibyte, temporarily make it multibyte.
13859 2004-08-27  Masatake YAMATO  <jet@gyve.org>
13861         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
13863 2004-08-25  John Paul Wallington  <jpw@gnu.org>
13865         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
13866         0, 1, and many mismatches in message.
13867         (tex-start-shell): Use `set-process-query-on-exit-flag'.
13869         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
13870         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
13872 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13874         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
13875         vc-diff-switches differently.
13877 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
13879         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
13880         before and a real defvar after
13881         `speedbar-supported-extension-expressions'.  This is to silence
13882         the compiler without breaking bootstrapping.
13884 2004-08-22  Richard M. Stallman  <rms@gnu.org>
13886         * textmodes/flyspell.el (flyspell-word):
13887         Use set-process-query-on-exit-flag.
13888         (flyspell-highlight-duplicate-region): Take POSS as arg.
13889         (flyspell-word): Pass POSS as arg.
13891         * progmodes/ada-xref.el: Many doc and style fixes.
13892         (ada-find-any-references): Use compilation-start.
13893         (ada-get-ali-file-name): Improve error msg.
13894         (ada-get-ada-file-name): Likewise.
13896         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
13897         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
13899         * mail/mail-extr.el (mail-extr-all-top-level-domains):
13900         Add forward defvar.
13902         * whitespace.el (global-whitespace-mode): New alias
13903         for whitespace-global-mode.
13905         * speedbar.el (speedbar-file-regexp): Move definition up.
13906         (speedbar-mode, speedbar-set-mode-line-format):
13907         Use with-no-warnings.
13908         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
13910         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
13911         controls whether to display the error buffer.
13913         * ps-mule.el: Delete compatibility code for old Emacsen.
13914         (ps-mule-find-wrappoint): Don't use chars-in-region.
13916         * frame.el (display-mouse-p, display-selections-p):
13917         Use with-no-warnings.
13919         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
13921 2004-08-22  David Kastrup  <dak@gnu.org>
13923         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
13924         information.
13926         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
13928 2004-08-22  Andreas Schwab  <schwab@suse.de>
13930         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
13932 2004-08-22  Masatake YAMATO  <jet@gyve.org>
13934         * cvs-status.el (cvs-status-checkout): New function.
13935         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
13937 2004-08-21  David Kastrup  <dak@gnu.org>
13939         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
13940         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
13941         has been converted to use hashtables, the relation `nil=none' is
13942         no longer valid, as `nil' is not a hashtable.  This patch tries to
13943         reduce the number of resulting errors.
13945 2004-08-21  John Paul Wallington  <jpw@gnu.org>
13947         * subr.el (process-kill-without-query): Made obsolete in
13948         version 21.4, not 21.5.
13950         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
13951         (vc-previous-comment, vc-next-comment)
13952         (vc-comment-search-reverse, vc-comment-search-forward)
13953         (vc-comment-to-change-log): Likewise.
13955         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
13957 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
13959         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
13960         Correct indentation of DEFMETHODS with non-standard method
13961         combinations (e.g., PROGN, MIN, MAX).
13963 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13965         * startup.el (normal-top-level-add-subdirs-to-load-path):
13966         Avoid unnecessarily checking system-type.
13967         (normal-top-level): Set TERM to "dumb".  Simplify.
13969         * avoid.el (mouse-avoidance-ignore-p): New fun.
13970         Also ignore switch-frame, select-window, double, and triple clicks.
13971         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
13972         (mouse-avoidance-fancy-hook): Use it.
13974 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
13976         * avoid.el (mouse-avoidance-nudge-mouse)
13977         (mouse-avoidance-banish-destination): Stay within the current window
13978         to avoid problems with mouse-autoselect-window.
13980 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13982         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
13983         the newer format of some messages in cvs-1.12.1.
13985 2004-08-19  Masatake YAMATO  <jet@gyve.org>
13987         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
13988         (elp-results-jump-to-definition-by-mouse)
13989         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
13990         (elp-output-result): Use elp-output-insert-symname.
13992 2004-08-18  Kenichi Handa  <handa@m17n.org>
13994         * language/cyrillic.el: Register koi8-r in
13995         ctext-non-standard-encodings-alist.
13996         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
13998 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
14000         * emacs-lisp/copyright.el (copyright-update-year): Delete code
14001         that replaces 20xy with xy.
14003 2004-08-17  John Paul Wallington  <jpw@gnu.org>
14005         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14006         (reb-force-update): Doc fix.
14008 2004-08-16  Richard M. Stallman  <rms@gnu.org>
14010         * progmodes/which-func.el (which-func-update-1): Doc fix.
14012         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14013         (sh-mode-abbrev-table): New variable.
14015         * progmodes/compile.el (compilation-mode): Doc fix.
14017         * emacs-lisp/lisp-mode.el (eval-last-sexp):
14018         Don't cons a new symbol each time.
14019         (eval-last-sexp-fake-value): New variable.
14021         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14022         (copyright-update-year): Detect continuation of list of years.
14024         * term.el (term-default-fg-color, term-default-bg-color)
14025         (ansi-term-color-vector): Use `unspecified', not nil, as default.
14027         * imenu.el: Several doc fixes: don't say variables are buffer-local.
14029 2004-08-16  Davis Herring  <herring@lanl.gov>
14031         * isearch.el (isearch-string, isearch-message-string, isearch-point)
14032         (isearch-success, isearch-forward-flag, isearch-other-end)
14033         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14034         (isearch-barrier, isearch-within-brackets)
14035         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14037 2004-08-16  Kenichi Handa  <handa@m17n.org>
14039         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14041 2004-08-15  Kenichi Handa  <handa@m17n.org>
14043         * term/x-win.el (x-selection-value): If utf8 was successful but
14044         ctext was not, use utf8 string.
14046 2004-08-14  Davis Herring  <herring@lanl.gov>
14048         * isearch.el: Remove accidental changes of March 4.  Fix backing
14049         up when a regexp isearch is made more general.  Use symbolic
14050         accessor functions for isearch stack frames to make usage clearer.
14051         (search-whitespace-regexp): Made groups in documentation shy (as
14052         is the group in the default value).
14053         (isearch-fallback): New function, addresses problems with regexps
14054         liberalized by `\|', adds support for liberalization by `\}' (the
14055         general repetition construct), and incorporates behavior for
14056         `*'/`?'.
14057         (isearch-}-char): New command, calls `isearch-fallback' with
14058         arguments appropriate to a typed `}'.
14059         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14060         appropriately.
14061         (isearch-mode-map): Bind `}' to `isearch-}-char'.
14062         (isearch-string, isearch-message,string, isearch-point)
14063         (isearch-success, isearch-forward-flag, isearch-other-end)
14064         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14065         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14066         New inline functions to read fields of a stack frame.
14068 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
14070         * battery.el (battery-linux-proc-acpi): Look into battery
14071         directories matching the literal string "CMB", too (required for
14072         Linux kernel version 2.6.7).
14074 2004-08-14  John Paul Wallington  <jpw@gnu.org>
14076         * cus-start.el (read-file-name-completion-ignore-case): Add.
14077         (blink-cursor-alist): Change version to "21.4".
14079         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14081 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
14083         * speedbar.el (speedbar-scan-subdirs): New option.
14084         (speedbar-file-lists): Don't ignore file-name case on Unix and use
14085         dolist.
14086         (speedbar-insert-files-at-point): Take an extra argument and use
14087         it to optionally find out if a subdir is empty.  Also unreadable
14088         files don't get expand buttons.
14089         (speedbar-directory): New image (unused pixmap already existed).
14090         (speedbar-expand-image-button-alist): Use it.
14092 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
14094         CC Mode update to 5.30.9:
14096         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14097         Move from cc-vars to cc-defs for dependency reasons.  Fix the
14098         POSIX char class test to check that it works in
14099         `skip-chars-(forward|backward)' too.
14101         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14102         first argument starts with a special brace list.
14104         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14105         when `c-opt-type-concat-key' is used (i.e. in Pike).
14107         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14108         Fix bug when the inner char pair doesn't have paren syntax,
14109         i.e. "(<>)".
14111         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14112         whitespace safe.
14114         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14115         position for `arglist-intro', `arglist-cont-nonempty' and
14116         `arglist-close' when there are two arglist open parens on the same
14117         line and there's nothing in front of the first.
14119         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14120         locking of qualified names in Java, which previously could fontify
14121         common indexing expressions in many cases.  The standard Java
14122         naming conventions are used to tell them apart.
14124         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14125         Fix inconsistency wrt opening parens on the first line inside a paren
14126         block.
14128         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14129         compile time for the sake of `c-major-mode-is'.
14131         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14132         `c-major-mode-is' in the event that this is used inside a
14133         `c-lang-defconst'.
14135         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14136         `c-lang-defconst' so that it works better with fallback languages.
14138         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
14139         it to fail to record the base mode.
14141         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14142         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
14143         is used.  Reorder the syntax checks to get more efficient
14144         skipping in some situations.
14146         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
14147         continuation which might precede the newly inserted '{'.
14149         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14150         Fix cases where it could loop indefinitely.
14152         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
14153         size specs correctly.  Only fontify identifiers in front of '('
14154         with as functions - don't accept any paren char.  Tighten up
14155         initializer skipping to stop before function and class blocks.
14157         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14158         the point could be left directly after an open paren when finding
14159         the beginning of the first decl in the block.
14161         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
14162         table when filtering out legitimate open parens to be recorded.
14163         This could cause cache inconsistencies when e.g.
14164         `c++-template-syntax-table' was temporarily in use.
14166         * progmodes/cc-engine.el (c-on-identifier)
14167         (c-simple-skip-symbol-backward): Small fix for handling "-"
14168         correctly in `skip-chars-backward'.  Affected the operator lfun
14169         syntax in Pike.
14171         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
14172         Fix bug that could cause an error from `after-change-functions' when
14173         the changed region is at bob.
14175 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
14177         CC Mode update to 5.30.9:
14179         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
14180         to say that <TAB> doesn't insert WS into a CPP line.
14181         (c-indent-command, c-tab-always-indent): Amend doc strings.
14183         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
14184         checks for user errors, thus eliminating cryptic and unhelpful
14185         Emacs error messages.  (1) Check the arg to `c-set-style' is a
14186         string.  (2) Check that settings to `c-offsets-alist' are not
14187         spuriously quoted.
14189         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14190         which precedes the newly inserted `{'.
14192 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
14194         Sync with Tramp 2.0.44.
14196         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
14197         function "tramp_file_attributes".  Otherwise, file names
14198         containing spaces are misinterpreted.  Reported by Magnus Henoch
14199         <mange@freemail.hu>.
14200         (tramp-handle-file-truename): FILENAME must be expanded first.
14201         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
14202         obscure results.  Reported by D. Goel <deego@gnufans.org>.
14203         (tramp-handle-verify-visited-file-modtime): If file does not
14204         exist, say it is not modified if and only if that agrees with the
14205         buffer's record.  Check whether a file is visiting the buffer, or
14206         the buffer has no recorded last modification time.  Return t in
14207         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
14208         <teirllm@auburn.edu>.
14209         (tramp-handle-write-region): Pass modtime explicitly to
14210         `set-visited-file-modtime', because filename can be different
14211         from (buffer-file-name) if `file-precious-flag' is set.
14212         `set-visited-file-modtime' must be called always when `visit' is t
14213         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
14214         (tramp-handle-set-visited-file-modtime): If `time-list' is not
14215         nil, don't apply the whole body.  If the file doesn't exists, set
14216         modtime to '(-1 65535).  Suggested by Luc Teirlinck
14217         <teirllm@auburn.edu>.
14219 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
14221         * help.el (describe-bindings): Doc fix.
14223         * subr.el (kbd): Doc fix.
14225 2004-08-08  John Paul Wallington  <jpw@gnu.org>
14227         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
14228         instead of `string-to-int'.
14229         (define-ibuffer-column mode): Fix indentation.
14231 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
14233         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
14235 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
14237         * subr.el (global-unset-key, local-unset-key): Doc fixes.
14239         * novice.el (disabled-command-function): New variable renamed from
14240         `disabled-command-hook'.
14241         (disabled-command-hook): Keep the _variable_ as alias for
14242         `disabled-command-function' and make obsolete.
14243         (disabled-command-function): Function renamed from
14244         `disabled-command-hook'.  Adapt code to name change of the variable.
14246 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
14248         * simple.el (completion-root-regexp): New defvar.
14249         (completion-setup-function): Use it instead of a literal string.
14251 2004-08-07  John Paul Wallington  <jpw@gnu.org>
14253         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
14254         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
14255         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
14256         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
14258 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
14260         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
14261         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
14263 2004-08-04  Kenichi Handa  <handa@m17n.org>
14265         * international/encoded-kb.el (encoded-kbd-setup-keymap):
14266         Fix previous change.
14268 2004-08-03  Kenichi Handa  <handa@m17n.org>
14270         * international/encoded-kb.el: The following changes are to
14271         utilize key-translation-map instead of minor mode map.
14272         (encoded-kbd-iso2022-non-ascii-map): Delete it.
14273         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
14274         (encoded-kbd-last-key): New function.
14275         (encoded-kbd-iso2022-single-shift): New function.
14276         (encoded-kbd-iso2022-designation)
14277         (encoded-kbd-self-insert-iso2022-7bit)
14278         (encoded-kbd-self-insert-iso2022-8bit)
14279         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
14280         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
14281         key-translation-map.
14282         (encoded-kbd-setup-keymap): Setup key-translation-map.
14283         (saved-key-translation-map): New variable.
14284         (encoded-kbd-mode): Save/restore key-translation-map.
14285         Adjust for the change of encoded-kbd-setup-keymap.
14287 2004-08-02  Kim F. Storm  <storm@cua.dk>
14289         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
14290         and call compute-motion with nil for topos and width to get proper
14291         usable width and height for both window and non-window systems.
14293         * windmove.el (windmove-coordinates-of-position): Let compute-motion
14294         calculate usable window width and height.
14296         * window.el (window-buffer-height): Call compute-motion with nil width.
14298 2004-08-01  David Kastrup  <dak@gnu.org>
14300         * replace.el (query-replace-read-from):
14301         Use `query-replace-compile-replacement'.
14302         (query-replace-compile-replacement): New function.
14303         (query-replace-read-to): Use `query-replace-compile-replacement'
14304         for repeating the last command.
14306 2004-08-01  John Paul Wallington  <jpw@gnu.org>
14308         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
14309         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
14310         (pr-switches): Remove period from end of error messages.
14312         * help-mode.el (help-go-back): Likewise.
14314         * abbrev.el (only-global-abbrevs): Doc fix.
14315         (edit-abbrevs-map): Define within defvar.
14316         (quietly-read-abbrev-file): Doc fix.
14318 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
14320         * novice.el (enable-command, disable-command): Doc fixes.
14322         * subr.el (event-modifiers, event-basic-type): Doc fixes.
14324 2004-07-30  Richard M. Stallman  <rms@gnu.org>
14326         * subr.el (with-local-quit): Doc fix.
14328 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
14330         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
14332 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
14334         * custom.el (defcustom): Doc fix.
14336 2004-07-28  Masatake YAMATO  <jet@gyve.org>
14338         * progmodes/etags.el (etags-tags-apropos): Show building progress.
14340 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14342         * imenu.el (imenu-prev-index-position-function)
14343         (imenu-extract-index-name-function, imenu-name-lookup-function)
14344         (imenu--index-alist): Docstring redundancy fix.
14346 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
14348         * wdired.el (wdired-finish-edit): Require dired-aux before locally
14349         binding dired-backup-overwrite.
14351 2004-07-25  John Paul Wallington  <jpw@gnu.org>
14353         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
14355 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
14357         * term/tty-colors.el (tty-color-approximate): Doc fix.
14359         * select.el (x-get-selection, x-set-selection): Doc fixes.
14361         * frame.el (make-frame): Doc fix.
14363 2004-07-24  Richard M. Stallman  <rms@gnu.org>
14365         * mail/rmail.el (rmail-mime-charset-pattern):
14366         Don't include semicolon in the charset value.
14368         * replace.el (occur-next-error): Call set-window-point.
14369         (occur-engine): Handle negative NLINES.
14371 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
14373         * frame.el (modify-all-frames-parameters): Minor doc fix.
14374         (set-frame-configuration): Doc fix.
14376 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
14378         * simple.el (completion-setup-function): Compute the common parts
14379         and the first difference place correctly when
14380         partial-completion-mode is on.
14382 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14384         * ps-print.el: Doc fix.
14385         (ps-print-version): New version 6.6.5.
14386         (ps-printing-region): Doc fix.
14387         (ps-generate-string-list): Comment fix.
14388         (ps-message-log-max): Code fix.
14390 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
14392         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
14393         generated PostScript.
14395 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
14397         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
14398         with Gnus v5_10 branch.)
14400 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
14402         * calendar/time-date.el (time-to-number-of-days): New function.
14403         Imported from from Gnus.
14405 2004-07-22  Kim F. Storm  <storm@cua.dk>
14407         * progmodes/make-mode.el: Fix comments.
14409 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14411         * printing.el: Doc fix.
14413 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
14415         * frame.el (modify-all-frames-parameters): Minor doc fix.
14417 2004-07-20  Richard M. Stallman  <rms@gnu.org>
14419         * textmodes/fill.el (fill-nobreak-p): If this break point is
14420         at the end of the line, don't consider the newline which follows
14421         as a reason to return t.
14423 2004-07-19  John Paul Wallington  <jpw@gnu.org>
14425         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
14427 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
14429         * dired-aux.el (dired-do-kill-lines): Expand docstring.
14430         Delete irrelevant code.
14432 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
14434         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14435         New docstring.  From Luc Teirlinck.
14437 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
14439         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
14440         section.
14441         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
14442         non-file buffers.  We know it is nil.
14444 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
14446         Sync with Tramp 2.0.43.
14448         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14449         Remove outdated comment.
14450         (tramp-locked, tramp-locker): New variables for implementing a
14451         global lock.
14452         (tramp-sh-file-name-handler): Use them to implement the global lock.
14454 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
14456         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
14457         calls to respective `xxx` calls.
14458         (tramp-process-alive-regexp): Precise doc string.
14459         (tramp-multi-action-process-alive): New defun.
14460         (tramp-multi-actions): Use it.
14461         (tramp-handle-find-backup-file-name): `copy-tree' is available
14462         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
14463         in order to avoid this function.
14464         (tramp-handle-write-region): Set current buffer.  If connection
14465         wasn't open, `file-modes' has changed it accidentally.  Reported by
14466         David Kastrup <dak@gnu.org>.
14467         (tramp-enter-password, tramp-read-passwd): New arguments USER and
14468         HOST.
14469         (tramp-action-password, tramp-multi-action-password): Apply it.
14470         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
14471         name must still contain the port number.  Otherwise, we have two
14472         Tramp buffers, with all the confusion.  Reported by Myron Selby
14473         <myron@xytech.com> and Rolf Dubitzky
14474         <Dubitzky@physi.uni-heidelberg.de>.
14476         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
14477         HOST to `tramp-enter-passwd'.
14479         * net/tramp-vc.el (all): Code cleanup.  Change all
14480         `tramp-handle-xxx' calls to respective `xxx` calls.
14482 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
14484         * emacs-lisp/testcover.el: New category "potentially-1valued" for
14485         functions that are not erroneous if either 1-valued or
14486         multi-valued.  Detect functions in this class.
14487         (testcover-1value-functions, testcover-compose-functions)
14488         (testcover-progn-functions) Add some additional functions to lists.
14489         (testcover-mark): Bugfix when marking up the definition for an
14490         empty function.
14492 2004-07-17  Richard M. Stallman  <rms@gnu.org>
14494         * replace.el (occur-read-primary-args): Pass default to
14495         read-from-minibuffer.
14497         * mail/footnote.el (footnote-section-tag): Use defcustom.
14499         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
14500         Compile font-lock-keywords, not KEYWORDS.
14501         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
14502         Add warn, check-type.  Handle cerror like error.
14504 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
14506         * progmodes/which-func.el (which-func-keymap): New var.
14507         (which-func-face): New face.
14508         (which-func-format): Use them.
14510 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
14512         * buff-menu.el (list-buffers-noselect): Append the buffer's
14513         process status to its mode name.
14515 2004-07-16  Kim F. Storm  <storm@cua.dk>
14517         * simple.el (inhibit-mark-movement): New defvar.
14518         (beginning-of-buffer, end-of-buffer): Do not push mark if
14519         inhibit-mark-movement is non-nil or C-u prefix is given.
14521         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
14522         Init to beginning-of-buffer and end-of-buffer.
14523         (cua--undo-push-mark): New defvar.
14524         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
14525         already active and command is in cua--preserve-mark-commands.
14526         Also fix check for shift modifier on non-window systems.
14527         (cua--post-command-handler): Clear inhibit-mark-movement if set.
14529 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
14531         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
14532         of two integers, instead of a cons.
14534         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14535         `visited-file-modtime' now returns a list of two integers, instead
14536         of a cons.
14538         * dired.el (dired-directory-changed-p): Ditto.
14540         * progmodes/grep.el (grep): Doc fix.
14542 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
14544         * autorevert.el (auto-revert-tail-mode)
14545         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
14546         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
14547         in both at the same time.
14548         (auto-revert-tail-mode): New command.
14549         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
14550         (auto-revert-handler): Revert only either tail or whole file.
14552         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
14553         add auto-revert-tail-mode.
14555 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14557         * printing.el: Doc fix.  Change name of some funs.
14558         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
14559         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
14560         (pr-standard-file-name): New fun.  Replace pr-standard-path.
14561         (pr-call-process): Code fix.
14563 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
14565         * subr.el (with-selected-window): Doc fix.
14567 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
14569         * subr.el (get-buffer-window-list): Doc fix.
14571 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
14573         * files.el (switch-to-buffer-other-window): Doc fix.
14575         * window.el (save-selected-window, one-window-p)
14576         (split-window-keep-point, split-window-vertically)
14577         (split-window-horizontally): Doc fixes.
14579 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14581         * printing.el: Doc fix.  Now it uses call-process instead of
14582         shell-command for low command execution.
14583         (pr-version): New version number (6.8).
14584         (pr-shell-file-name): Option removed.
14585         (pr-shell-command): Fun removed.
14586         (pr-call-process): New fun.  Replace pr-shell-command.
14587         (pr-standard-path, pr-remove-nil-from-list): New funs.
14588         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
14589         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
14590         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
14591         (pr-ps-utility-process, pr-txt-print): Code fix.
14593 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
14595         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
14596         boolean.
14598 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
14600         * wid-edit.el (widget-field-buffer): Doc fix.
14602 2004-07-09  John Paul Wallington  <jpw@gnu.org>
14604         * emacs-lisp/re-builder.el (reb-update-overlays):
14605         Distinguish between one and several matches in message.
14607 2004-07-09  Richard M. Stallman  <rms@gnu.org>
14609         * mouse.el (mouse-set-region-1): If transient-mark-mode
14610         is `identity', change it to `only'.
14612         * simple.el (current-word): Doc fix.
14614 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
14616         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
14617         so that it is more understanding of whitespace.
14619         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
14620         (("ns" . "element") (attr-list) children) instead of
14621         ((:ns . "element") (attr-list) children) in order to reduce the
14622         number of symbols used.
14623         (xml-skip-dtd): Change to use xml-parse-dtd but set
14624         xml-validating-parsing to nil.
14625         (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
14626         (xml-substitute-entity): Remove in favor of new entity substitution.
14627         (xml-substitute-special): Rewrite in to substitute complex
14628         entities from DOCTYPE declarations.
14629         (xml-parse-fragment): Parse fragments from entity declarations.
14630         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
14631         (xml-parse-dtd, xml-substitute-special): Make validity checks
14632         conditioned on xml-validating-parser.  Add "Not Well Formed" to
14633         error messages about well-formedness.
14635 2004-07-08  Steven Tamm  <steventamm@mac.com>
14637         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
14638         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
14639         Do not treat double clicks and triple clicks specially in the
14640         scroll bar (preventing strange repositioning problems)
14642 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14644         * replace.el (query-replace-regexp-eval): Fix last change.
14646 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
14648         * replace.el (query-replace-descr): New fun.
14649         (query-replace-read-from, query-replace-read-args): Default to the
14650         previous from&to.
14651         (query-replace-read-to): Quote the `from' string when displaying it.
14652         (query-replace-regexp-eval): Immediately check read-only status.
14653         Use query-replace-read-from to get the \n checking.
14654         Quote the `from' string when displaying it.
14655         (map-query-replace-regexp, occur-read-primary-args):
14656         Quote the `from' string when displaying it.
14658         * isearch.el (isearch-query-replace): Pass the regexp-ness and
14659         delimited-ness of the search to query-replace.
14661         * replace.el (query-replace-read-from, query-replace-read-to):
14662         New funs extracted from query-replace-read-args.
14663         (query-replace-read-args): Use them.
14665         * replace.el (query-replace-interactive, query-replace-read-args):
14666         Remove the `initial' special value.
14667         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
14668         (occur-engine): Remove unused var `matchend'.
14670         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
14671         Use the search string without prompting.
14673 2004-07-05  Kenichi Handa  <handa@m17n.org>
14675         * international/mule.el (decode-coding-inserted-region):
14676         Set last-coding-system-used only when coding is nil.
14678 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
14680         * progmodes/grep.el (grep-compute-defaults, grep-command)
14681         (grep-program, find-program, grep-find-use-xargs, grep-history)
14682         (grep-find-history, grep-tag-default, grep-find-command)
14683         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
14684         Add autoload cookies, for unbundled packages that load `compile'
14685         and expect all grep-related symbols to become defined.
14687 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
14689         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
14690         (iimage-mode-image-search-path): New user option to search the
14691         image file.
14692         (iimage-locate-file): New function.  Emacs21.3 or earlier does not
14693         have locate-file.
14694         (iimage-mode-buffer): Use it.
14696 2004-07-03  Nick Roberts  <nickrob@gnu.org>
14698         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
14699         carefully.
14700         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
14702 2004-07-03  Juri Linkov  <juri@jurta.org>
14704         * replace.el (query-replace-read-args): Swallow space after 'foo,
14705         not after (quote foo).  Match space only immediately after symbol,
14706         not anywhere in the whole string.
14708 2004-07-02  Richard M. Stallman  <rms@gnu.org>
14710         * replace.el (query-replace-read-args): Swallow space after
14711         symbols, not after closeparens.  But avoid error if string ends there.
14713         * progmodes/python.el (python-beginning-of-statement):
14714         Exit the loop if backward-up-list gets error.
14716         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
14718 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
14720         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
14721         only if vc-consult-headers is non-nil.
14723 2004-07-02  Juri Linkov  <juri@jurta.org>
14725         * pcvs.el (cvs-mode-diff-repository): New command.
14727         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
14729 2004-07-01  Juri Linkov  <juri@jurta.org>
14731         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
14732         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
14733         C-M-% to isearch-query-replace-regexp.
14734         (minibuffer-local-isearch-map): Add arrow key bindings.
14735         Bind C-f to isearch-yank-char-in-minibuffer.
14736         (isearch-forward): Doc fix.
14737         (isearch-edit-string): Doc fix.
14738         (isearch-query-replace, isearch-query-replace-regexp): New funs.
14739         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
14740         (isearch-yank-char): Add optional arg.
14741         (isearch-yank-char-in-minibuffer): New fun.
14743         * replace.el (query-replace-interactive): Change type from boolean
14744         to choice.  Add value `initial'.
14745         (query-replace-read-args): Handle value `initial' of
14746         query-replace-interactive.
14748 2004-06-29  Kim F. Storm  <storm@cua.dk>
14750         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
14751         (breakpoint-disabled-bitmap-face): Add :group 'gud.
14753         * progmodes/ada-xref.el (ada-tight-gvd-integration):
14754         Add :group 'ada.
14756         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
14758 2004-06-29  Juri Linkov  <juri@jurta.org>
14760         * replace.el (query-replace-read-args): Swallow a space after
14761         everything except )]" which in most cases means after a symbol.
14763         * emacs-lisp/pp.el (pp-buffer): Add autoload.
14765 2004-06-28  Richard M. Stallman  <rms@gnu.org>
14767         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
14768         More changes to go with previous change in font-lock.el.
14770 2004-06-26  David Kastrup  <dak@gnu.org>
14772         * replace.el (perform-replace): Highlight the match even in
14773         non-query mode if there is potential replace string editing.
14775 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
14777         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
14778         agree with new return value of `file-remote-p'.
14779         This syncs with Tramp 2.0.42.
14781         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
14782         according to new documentation of `file-remote-p'.
14784         * files.el (file-remote-p): Fix doc to say that return value is
14785         identification of remote system, if not nil.
14786         (file-relative-name): Use new return value of `file-remote-p'.
14788 2004-06-26  Nick Roberts  <nickrob@gnu.org>
14790         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
14791         (gdb-goto-breakpoint): Fix breakage.
14793 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
14795         * man.el (Man-getpage-in-background): Add windows-nt to the list
14796         of systems where shell-file-name should be used instead of
14797         literal "sh".
14799 2004-06-25  Sam Steingold  <sds@gnu.org>
14801         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
14802         function names `(setf symbol)'.
14804 2004-06-24  Richard M. Stallman  <rms@gnu.org>
14806         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
14808         * font-lock.el (font-lock-keywords): Change format of compiled values.
14809         Document it.
14810         (font-lock-add-keywords): If font-lock-keywords is compiled,
14811         extract the uncompiled version, modify, then recompile.
14812         (font-lock-remove-keywords): Likewise.
14813         (font-lock-fontify-keywords-region): Handle changed format.
14814         (font-lock-compile-keywords): Handle changed format.
14815         (font-lock-set-defaults): Compile the keywords explicitly here.
14817 2004-06-24  David Kastrup  <dak@gnu.org>
14819         * replace.el (query-replace-read-args): Implement `\,' and `\#'
14820         replacements here.
14821         (query-replace-regexp): Doc string explaining this and the new
14822         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
14823         is better placed in `query-replace-read-args'.
14824         (replace-regexp): Explain `\,', `\#' and `\?'.
14825         (replace-match-data): New function for thorough reuse/destruction
14826         of old match-data.
14827         (replace-match-maybe-edit): Function for implementing `\?' editing.
14828         (perform-replace): Fix maintaining of the match stack including
14829         already matched regions, implement `\?', fix various problems
14830         with regions while editing and other stuff.
14831         (replace-highlight): Simplify.
14833 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
14835         * progmodes/grep.el (grep-error-screen-columns): New variable.
14836         (grep-regexp-alist): Give it the full functionality of gnu style
14837         compilation messages with line and column ranges.  Ask me for the
14838         perl script I'm working on, that uses these.
14840 2004-06-23  Nick Roberts  <nickrob@gnu.org>
14842         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
14843         Remove.
14844         (comint-insert-input, comint-mouse-insert-input): New functions
14845         based on comint-insert-clicked-input for two bindings but just
14846         one functionality.
14848 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
14850         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
14852 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
14854         * files.el (write-contents-functions): Doc fix.
14856 2004-06-21  Juanma Barranquero  <lektu@terra.es>
14858         * image.el (image-library-alist): Rewrite docstring in active voice.
14860 2004-06-20  Richard M. Stallman  <rms@gnu.org>
14862         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
14864         * isearch.el (isearch-repeat): Avoid testing old match data.
14865         (isearch-message): Display trailing space in special font
14866         when search is failing.
14867         (isearch-search-fun-function): Doc fix.
14869         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
14871 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
14873         * frame.el (show-trailing-whitespace): Doc fix.
14875         * cus-edit.el (custom-variable-documentation): New function.
14876         (custom-variable): Use it.
14878 2004-06-19  Nick Roberts  <nickrob@gnu.org>
14880         * man.el (Man-getpage-in-background): Revert previous change but
14881         make cygwin a special case.
14883 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
14885         * autorevert.el (global-auto-revert-non-file-buffers):
14886         Update docstring.
14888 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
14890         * progmodes/compile.el (compilation-error-properties): Store one
14891         more than end-col, if present, so that transient-mark-mode will
14892         highlight last char too.
14893         * progmodes/grep.el (grep-regexp-alist): Match columns and column
14894         ranges, if present.
14896 2004-06-18  Jason Rumney  <jasonr@gnu.org>
14898         * makefile.w32-in: Double percent signs in for loops.
14900 2004-06-17  David Kastrup  <dak@gnu.org>
14902         * replace.el (query-replace-read-args): Only warn about use of \n
14903         and \t when we are doing a regexp replacement and the actual
14904         escaped character is n or t.
14905         (query-replace-regexp): Add \, and \# interpretation to
14906         interactive call and document it.
14907         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
14908         as shortkey for replace-count.
14909         (replace-quote): New function for doubling backslashes.
14911 2004-06-17  Juanma Barranquero  <lektu@terra.es>
14913         * files.el (parse-colon-path, cd): Mention in docstring that the
14914         path separator is colon in GNU-like systems.
14916         * newcomment.el (comment-region-internal): Fix docstring.
14918         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
14919         (ewoc-invalidate, ewoc-collect): Doc fixes.
14920         (ewoc--create-node, ewoc--delete-node-internal):
14921         Fix typos in docstring.
14923 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
14925         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
14926         manual to docstring.
14928 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14930         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
14932 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
14934         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
14935         Add hyperlink to emacs-xtra manual to docstring.
14937         * autorevert.el (global-auto-revert-non-file-buffers):
14938         Add hyperlink to emacs-xtra manual to docstring, as well as an
14939         info-link.
14941 2004-06-14  Juanma Barranquero  <lektu@terra.es>
14943         * image.el (image-library-alist): New variable to map image types
14944         to external libraries.  Initialized to nil, unless system-specific
14945         configs change it.
14946         (image-type-available-p): Determine whether an image type is
14947         available by calling `init-image-library'.
14949         * term/w32-win.el (image-library-alist): Initialize to a known set
14950         of probable library names.
14952 2004-06-14  Kenichi Handa  <handa@m17n.org>
14954         * international/code-pages.el (windows-1256, cp1125): Fix tables
14955         for several characters.
14957         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
14959 2004-06-13  Richard M. Stallman  <rms@gnu.org>
14961         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
14963         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
14964         not "`pc-selection-mode'".
14966         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
14968         * simple.el (previous-matching-history-element): Specify a default.
14970         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
14972         * cus-face.el (custom-declare-face): Simplify code.
14974         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
14976 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
14978         * files.el (before-save-hook): Add `time-stamp' to the options.
14980         * time-stamp.el (time-stamp): Recommend adding it to
14981         `before-save-hook', rather than `write-file-functions'.
14982         Make a similar change in `Commentary' section.
14984 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
14986         * diff-mode.el (diff-current-defun): If at start of hunk, use
14987         position of first change.
14989 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
14991         * dired-x.el (dired-mark-omitted): Bind to "*O".
14993 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
14995         * bookmark.el (bookmark-bmenu-relocate): New function, as
14996         suggested by David J. Biesack <David.Biesack@sas.com>.
14997         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
14998         (bookmark-bmenu-mode): Describe binding in doc string.
14999         (bookmark-set-filename): Save the bookmark list if it's time.
15001 2004-06-13  Kenichi Handa  <handa@m17n.org>
15003         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15004         (ccl-untranslated-to-ucs): Fix typo.
15006 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
15008         * progmodes/python.el (python-open-block-statement-p):
15009         Fix indentation after a block opening that contains a comment.
15011 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
15013         * bindings.el (completion-ignored-extensions): Add file extensions
15014         of Python byte-compiled files.
15016 2004-06-12  Juri Linkov  <juri@jurta.org>
15018         * info.el (Info-goto-node): Add autoload.
15019         (Info-toc): Add substring-no-properties on Info file name.
15020         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15021         (Info-mode-map): Bind L to Info-history, T to Info-toc.
15023 2004-06-12  Kenichi Handa  <handa@m17n.org>
15025         * international/mule-cmds.el (set-language-environment):
15026         Load subst tables if necessary.
15028         * international/mule.el (decode-char): Load subst tables if necessary.
15029         (encode-char): Likewise.
15031         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15032         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
15033         (utf-16le-decode-loop): Set r5 to -1 before loop.
15034         (utf-16be-decode-loop): Likewise.
15035         (ccl-decode-mule-utf-16le): Add EOF processing block.
15036         (ccl-decode-mule-utf-16be): Likewise.
15037         (ccl-decode-mule-utf-16le-with-signature): Likewise.
15038         (ccl-decode-mule-utf-16be-with-signature): Likewise.
15039         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
15040         (ccl-mule-utf-16-encode-untrans): New CCL.
15041         (utf-16-decode-to-ucs): Handle pre-read character.
15042         (utf-16le-encode-loop): Handle surrogate pair.
15043         (utf-16be-encode-loop): Likewise.
15044         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15045         of utf-16le-encode-loop.
15046         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15047         of utf-16be-encode-loop.
15048         (mule-utf-16-post-read-conversion):
15049         Call utf-8-post-read-conversion at first.
15050         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15051         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15052         Add post-read-conversion and pre-write-conversion.
15054         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15055         (utf-translate-cjk-unicode-range): New variable.
15056         (utf-translate-cjk-load-tables): New function.
15057         (utf-lookup-subst-table-for-decode): New function.
15058         (utf-lookup-subst-table-for-encode): New function.
15059         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
15060         tables here.  Update safe-charsets of utf-* coding systems.
15061         (ccl-mule-utf-untrans): New CCL.
15062         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
15063         at end of each branch.
15064         (ccl-mule-utf-8-encode-untrans): New CCL.
15065         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15066         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
15067         length of encoding.  Don't return r0.
15068         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
15069         (utf-8-post-read-conversion): Narrow to region properly.
15070         If utf-translate-cjk-mode is on, load tables if necessary.
15071         Call utf-8-compose with hash-table arg if necessary.
15072         Call XXX-compose-region instead of XXX-post-read-conversion.
15073         (utf-8-pre-write-conversion): New function.
15074         (mule-utf-8): Include CJK charsets in safe-charsets if
15075         utf-translate-cjk-mode is on.  Add pre-write-conversion.
15077         * international/characters.el: Temporarily set
15078         utf-translate-cjk-mode to nil.
15080         * language/devan-util.el (devanagari-compose-region):
15081         Add autoload cookie.
15083         * international/ccl.el (ccl-dump-call): Fix printing the
15084         subroutine name.
15086 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
15088         * dired.el (dired-revert): If buffer is marked unmodified before
15089         reverting, keep it marked unmodified.
15090         Adapt to new conventions for commenting out code.
15091         (dired-make-relative): Adapt to new conventions for commenting out code.
15093 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
15095         * eshell/esh-module.el (eshell-load-defgroups):
15096         Bind `vc-handled-backends' to nil when opening files.
15098 2004-06-11  Juanma Barranquero  <lektu@terra.es>
15100         * files.el (parse-colon-path, cd): Doc fixes (refer to
15101         `path-separator', not colon).
15103 2004-06-10  Juanma Barranquero  <lektu@terra.es>
15105         * newcomment.el (comment-search-forward)
15106         (comment-search-backward): Fix typos in docstring.
15107         (comment-region): Doc fix.
15109 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
15111         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15112         switch is no longer stored in `dired-switches-alist'.
15114         * dired-aux.el (dired-insert-subdir): Do not store R switch in
15115         `dired-switches-alist'.
15117 2004-06-10  Kim F. Storm  <storm@cua.dk>
15119         * pcvs.el (cvs-mode-diff-yesterday): New command.
15121         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15123 2004-06-10  Juri Linkov  <juri@jurta.org>
15125         * emacs-lisp/edebug.el (edebug-eval-defun):
15126         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15127         Fix docstring.
15129         * simple.el (eval-expression-print-format): Don't print additional
15130         information on the first call to `eval-print-last-sexp'.
15131         (next-error-find-buffer): Fix punctuation.
15132         (killing) <defgroup>: Fix punctuation.
15133         (yank-excluded-properties): Change group from editing to killing.
15135         * replace.el (perform-replace): Use `limit' to terminate the
15136         while-loop explicitly.
15138 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15140         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
15141         Use lc-*.xpm as prefix instead of *-locol.xpm.
15143         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
15144         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
15145         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
15146         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
15147         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
15148         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
15149         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
15150         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
15151         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
15152         * toolbar/lc-up_arrow.xpm:
15153         Rename from *-locol.xpm.
15155 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
15157         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
15158         include forms like &<str>; as valid url patterns.
15160 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
15162         * dired.el (dired-diff, dired-backup-diff)
15163         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
15164         (dired-do-chown, dired-do-touch, dired-do-print)
15165         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
15166         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
15167         (dired-create-directory, dired-do-copy, dired-do-symlink)
15168         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
15169         (dired-do-copy-regexp, dired-do-hardlink-regexp)
15170         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
15171         (dired-maybe-insert-subdir, dired-next-subdir)
15172         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
15173         (dired-kill-subdir, dired-tree-up, dired-tree-down)
15174         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
15175         (dired-run-shell-command, dired-query): Remove redundant,
15176         or incorrect, autoloads.
15178         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
15179         does not end in a slash.  Add optional argument KILL-ROOT.
15180         Update docstring.
15181         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
15182         (dired-query): Add autoloads.
15184 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
15186         * progmodes/compile.el (compilation-set-window-height):
15187         Rearrange the save-* functions because a buffer can have several current
15188         point in different windows.
15189         (compilation-error-regexp-alist-alist): Recognize {standard input}
15190         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
15192 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15194         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
15195         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
15196         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
15197         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
15198         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
15199         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
15200         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
15201         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
15202         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
15203         * toolbar/up_arrow-locol.xpm:
15204         New versions of icons that uses fewer colors.
15206         * toolbar/tool-bar.el (tool-bar-local-item)
15207         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
15208         if display-color-cells is 256 or less.
15210 2004-06-08  Kim F. Storm  <storm@cua.dk>
15212         * wid-edit.el (widget-specify-button): Use hand pointer rather
15213         than mouse-face as visible mouse-over effect.
15215 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
15217         * saveplace.el (save-place-alist-to-file): Bind `print-length'
15218         and `print-level' to nil when writing out `save-place-alist'.
15219         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
15221 2004-06-07  Juanma Barranquero  <lektu@terra.es>
15223         * completion.el (completion-kill-region): Doc fix.
15225         * format.el (format-insert-annotations)
15226         (format-annotate-location): Doc fixes.
15227         (format-subtract-regions): Make arguments match their use in docstring.
15229         * simple.el (kill-region): Doc fix.
15231         * subr.el (insert-buffer-substring-no-properties)
15232         (insert-buffer-substring-as-yank): Doc fixes.
15234 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
15236         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15237         Update docstring.
15238         (dired-reset-subdir-switches): New function.
15240         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
15241         Limit scope of `buffer-read-only' binding.
15243 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
15245         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
15246         eshell-explicit-command-char.
15248 2004-06-06  Juanma Barranquero  <lektu@terra.es>
15250         * help-fns.el (help-argument-name): Inherit from italic face only
15251         if the frame supports it.
15253 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15255         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
15256         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
15257         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
15258         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
15259         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
15260         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
15261         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
15262         New conversions from xpm files.
15264         * toolbar/README: New file.
15266 2004-06-06  Richard M. Stallman  <rms@gnu.org>
15268         * isearch.el (isearch-mode-map): Undo previous change.
15270 2004-06-05  Juri Linkov  <juri@jurta.org>
15272         * bindings.el (debug-ignored-errors): Add regexps for history
15273         related messages.  Remove $ from "No further undo information".
15274         Move Ediff's messages to ediff.el.
15276         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
15278         * cus-edit.el (custom-display): Add `min-colors'.
15280         * custom.el (defface): Add `supports' to docstring.
15282         * help-fns.el (help-argument-name): Add :group 'help.
15284 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
15286         * find-dired.el (find-ls-subdir-switches): New user option.
15287         (find-dired): No longer call `abbreviate-file-name' on DIR.
15288         Set `dired-subdir-switches' buffer-locally.
15290         * locate.el: Merge the two `Commentary' sections.
15291         (locate-ls-subdir-switches): New user option.
15292         (locate): Update for other changes.
15293         (locate-mode-map): Restore Dired binding for mouse-2.
15294         Bind `locate-mouse-view-file' to M-mouse-2.
15295         Bind `l' to `locate-do-redisplay'.
15296         (locate-main-listing-line-p, locate-do-redisplay): New functions.
15297         (locate-mouse-view-file, locate-tags, locate-find-directory):
15298         Print message if used outside main listing.
15299         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
15300         Various changes to support inserted subdirectories.
15301         (locate-insert-header): Change header of *Locate* buffer.
15303         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15304         Change interactive default switches.
15305         (dired-rename-subdir-2): Update `dired-switches-alist'.
15306         (dired-insert-subdir, dired-kill-subdir):
15307         Handle `dired-switches-alist'.  Do not mark buffer modified.
15308         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
15309         (dired-insert-subdir-doinsert): Omit messages.
15310         Handle `dired-subdir-switches'.
15311         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
15313         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
15314         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
15315         subdirs if -R switch is used for a subdir.
15316         (dired-mode): Set `dired-switches-alist'.
15317         (dired-build-subdir-alist): Only print number of directories in
15318         echo area when invoked interactively.
15320 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
15322         * dired-x.el (dired-omit-mode): Rename from
15323         dired-omit-files-p.  Use define-minor-mode to define it.
15324         (dired-omit-files-p): Add as alias for dired-omit-mode.
15325         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
15326         dired-mark-omitted.
15327         (dired-mark-omitted): Add.  Bind to M-O.
15329 2004-06-05  Kenichi Handa  <handa@m17n.org>
15331         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
15333 2004-06-05  Juanma Barranquero  <lektu@terra.es>
15335         * help-fns.el (help-argument-name): Reintroduce face.
15336         (help-default-arg-highlight): Use it, now that
15337         `face-differs-from-default-p' can be trusted.
15339 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
15341         * textmodes/table.el: Sentence commands added to Point Motion
15342         group; kill and backward-kill commands added to Extraction group.
15344 2004-06-04  Mario Lang  <mlang@delysid.org>
15346         * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
15347         systems appear to use mW, make the code handle this.  Fix a
15348         division-by-zero bug while at it, and handle kernels with
15349         a slightly different layout in /proc/acpi.
15351 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
15353         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
15354         because the latter is a CL-ism.  This fixes the bug reported by
15355         Shawn Boyette <mdxi@collapsar.net> in
15356         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
15358 2004-06-04  Miles Bader  <miles@gnu.org>
15360         * faces.el (display-supports-face-attributes-p): Function moved to
15361         C code.  Previously only the tty-related portion of this function
15362         was done in C; however the previous attempt to do a halfway-proper
15363         job for non-tty displays in lisp didn't work properly because of
15364         funny conditions during Emacs startup.
15365         (face-differs-from-default-p): Simplify, now that
15366         display-supports-face-attributes-p works properly on all display
15367         types.  Remove :stipple from comparison; it doesn't really work
15368         in emacs anyway.
15370 2004-06-04  Miles Bader  <miles@gnu.org>
15372         * faces.el (face-differs-from-default-p): Use a different
15373         implementation, so we can really check whether FACE displays
15374         differently or not.
15376 2004-06-04  Miles Bader  <miles@gnu.org>
15378         * faces.el (display-supports-face-attributes-p): Implement a
15379         `different from default' check for non-tty displays.
15381 2004-06-03  David Kastrup  <dak@gnu.org>
15383         * woman.el (woman-mapcan): More concise code.
15384         (woman-topic-all-completions, woman-topic-all-completions-1)
15385         (woman-topic-all-completions-merge): Replace by a simpler and
15386         much faster implementation based on O(n log n) sort/merge instead
15387         of the old O(n^2) behavior.
15389 2004-06-03  Miles Bader  <miles@gnu.org>
15391         * subr.el (read-number): Use canonical format for default in prompt.
15393         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
15394         Add regexp for " [...]" style defaults.
15396 2004-06-02  Romain Francoise  <romain@orebokech.com>
15398         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
15399         groups: if the user asks for a hidden buffer, open the
15400         corresponding filter group to expose it.
15402         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
15403         `ibuffer-jump-to-buffer'.
15404         (ibuffer-jump-offer-only-visible-buffers): New user option.
15406 2004-06-02  Juanma Barranquero  <lektu@terra.es>
15408         * faces.el (frame-update-faces): Add empty docstring so the one
15409         for `ignore' doesn't show through.
15411         * subr.el (process-kill-without-query): Remove spurious "\n" on
15412         obsolescence string.
15413         (focus-frame, unfocus-frame): Add obsolescence declaration and
15414         empty docstring.
15416         * international/mule.el (register-char-codings): Make alias for
15417         `ignore'.  Move docstring to obsolescence info and remove redundancy.
15419 2004-06-02  Kim F. Storm  <storm@cua.dk>
15421         * frame.el (blink-cursor-start): Turn cursor off initially so blink
15422         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
15424 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15426         * comint.el (comint-replace-by-expanded-history-before-point):
15427         Obey `start' as the docstring says.
15428         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
15429         (comint-update-fence): Prevent font-lock from running unnecessarily.
15430         (comint-dynamic-list-completions): Use with-current-buffer.
15432 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15434         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
15435         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
15436         (bibtex-entry-update): Handle alternatives and optional fields.
15437         (bibtex-parse-entry): Bugfix, handle empty key.
15439 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
15441         * vc-arch.el (vc-arch-state): Don't assume the file exists.
15443 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
15445         * desktop.el (desktop-save): Don't save minor modes without a
15446         known mode initialization function.
15448 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
15450         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
15452         * autorevert.el: Update `Commentary' section.
15454 2004-05-30  Juanma Barranquero  <lektu@terra.es>
15456         * dos-fns.el (convert-standard-filename):
15457         * files.el (convert-standard-filename):
15458         * w32-fns.el (convert-standard-filename):
15459         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
15461 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
15463         Sync with Tramp.
15465         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
15466         (tramp-let-maybe): Move to an earlier spot in the file.
15467         Patch by Andreas Schwab.
15469 2004-05-30  Andreas Schwab  <schwab@suse.de>
15471         * dired.el (dired-get-filename): Don't use dired-re-dot.
15473 2004-05-30  Richard M. Stallman  <rms@gnu.org>
15475         * files.el (find-file): Doc fix.
15477         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
15479 2004-05-30  Nick Roberts  <nickrob@gnu.org>
15481         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
15482         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
15483         modeline of the locals buffer.
15484         (gdb-goto-breakpoint): Handle gdbmi.
15485         (gdb-get-frame-number): Change for gdbmi.
15487 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
15489         * files.el (file-remote-p): Apply file name handler for operation
15490         `file-remote-p'.  It isn't a property any longer.
15491         (file-relative-name): `fh' and `fd' get the required value via
15492         `find-file-name-handler' already.
15494         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
15495         (top): Remove setting of `file-remote-p' property for
15496         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
15498 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
15500         Version 2.0.41 of Tramp released.
15502         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
15503         Throw away if process has died.
15504         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
15505         (tramp-out-of-band-prompt-regexp): Rename to
15506         `tramp-process-alive-regexp', because its usage is widen.
15507         (tramp-actions-copy-out-of-band): Apply it.
15508         (tramp-actions-before-shell, tramp-multi-actions):
15509         Add `tramp-action-process-alive' action.
15510         (tramp-action-process-alive): New defun.
15511         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15512         Add entry for `file-remote-p'.
15513         (tramp-handle-file-remote-p): New defun.
15514         (top): Remove setting of `file-remote-p'.  Don't set
15515         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
15517         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15518         `file-remote-p'.
15520         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
15521         counted for (last) line.  [They should or they shouldn't?  --Stef]
15522         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
15524 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
15526         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
15527         not really necessary but seems to keep the shell history smaller
15528         in some cases.  It is no substitute for setting HISTFILE and
15529         HISTSIZE from tramp-open-connection-setup-interactive-shell,
15530         though.  Suggested by Luc Teirlinck.
15531         (tramp-open-connection-setup-interactive-shell): Export variables
15532         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
15533         (tramp-set-process-query-on-exit-flag): New compat function.
15534         (tramp-open-connection-multi, tramp-open-connection-su)
15535         (tramp-open-connection-rsh, tramp-open-connection-telnet)
15536         (tramp-do-copy-or-rename-file-out-of-band): Use it.
15537         (tramp-let-maybe): New macro, let-binds a variable only if it
15538         isn't obsolete.
15539         (tramp-check-ls-commands, tramp-handle-expand-file-name)
15540         (tramp-handle-file-truename): Use it.
15541         (tramp-completion-file-name-regexp-unified): Avoid matching
15542         filenames starting with "/:" -- those are reserved for
15543         file-name-non-special.
15545         * tramp-smb.el (tramp-smb-open-connection):
15546         Use tramp-set-process-query-on-exit-flag compat function.
15548 2004-05-29  Richard M. Stallman  <rms@gnu.org>
15550         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
15552         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
15553         (eval-last-sexp-print-value): Print char equivalent regardless
15554         of standard-output value.
15556         * thumbs.el (thumbs-subst-char-in-string): Delete.
15557         (thumbs-thumbname): Use subst-char-in-string.
15558         (thumbs-resize-image): Use condition-case, not ignore-errors.
15559         (thumbs-kill-buffer): Likewise.
15561         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
15562         (thumbs-mode): Make buffer read-only.
15563         (thumbs-make-thumb): Unconditionally accept an existing file.
15564         (thumbs-insert-thumb): Add thumb-image-file property to the image.
15565         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
15566         (thumbs-show-thumbs-list): Error if images not supported.
15567         (thumbs-save-current-image): Improve prompt string.
15568         (thumbs-mode-map): Define u, R, x.
15569         (thumbs-unmark): New command.
15570         (thumbs-emboss-image): Minor cleanup.
15571         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
15572         (thumbs-rename-images): New command.
15573         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
15575         * thumbs.el (thumbs-current-image): New function.
15576         (thumbs-file-list, thumbs-file-alist): New functions.
15577         (thumbs-find-image): Delete arg L.
15578         Don't set up thumbs-fileL as buffer-local global var.
15579         (thumbs-find-image-at-point): Use thumbs-current-image.
15580         (thumbs-set-image-at-point-to-root-window): Likewise.
15581         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
15582         Record and warn about errors.  Update thumbs-markedL for deletions.
15583         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
15584         (thumbs-redraw-buffer): Use thumbs-file-list.
15585         (thumbs-mark): Use thumbs-current-image.
15586         (thumbs-show-name): Use thumbs-current-image.
15588         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
15589         and imenu--last-menubar-index-alist.
15591         * subr.el (with-selected-window): Undo previous change.
15593 2004-05-29  John Paul Wallington  <jpw@gnu.org>
15595         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
15596         (thumbs-mouse-find-image): New command.
15597         (thumbs-mode-map): Bind it to mouse-2.
15598         (thumbs-mode): Make mode-class special.
15599         (thumbs-view-image-mode): Likewise.
15601 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
15603         * flymake.el: New file.
15605 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
15607         * files.el (find-file-noselect-1): Do not bind
15608         `inhibit-read-only' to t during execution of
15609         `find-file-not-found-functions'.
15611 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15613         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
15614         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
15616 2004-05-28  Juri Linkov  <juri@jurta.org>
15618         * simple.el (eval-expression-print-format): New fun.
15620         * simple.el (eval-expression):
15621         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15622         * emacs-lisp/edebug.el (edebug-compute-previous-result)
15623         (edebug-eval-expression): Print additionally the value returned by
15624         `eval-expression-print-format'.
15626         * emacs-lisp/lisp.el (insert-pair-alist): New var.
15627         (insert-pair): Make arguments optional.  Find character pair
15628         from `insert-pair-alist' according to the last input event.
15629         (insert-parentheses): Make arguments optional.
15630         (raise-sexp, delete-pair): New funs.
15632         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
15633         (emacs-lisp-mode-map, lisp-interaction-mode-map):
15634         Bind C-M-q to `indent-pp-sexp'.
15636         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
15637         `pp-to-string' modified to be able to format text with newlines.
15638         (pp-to-string): Move the buffer-formatting part of the code to
15639         `pp-buffer'.  Call `pp-buffer'.
15641         * info.el (Info-desktop-buffer-misc-data): Don't save information
15642         about virtual files.
15643         (Info-restore-desktop-buffer): Restore Info buffers in prepared
15644         buffers with names obtained from the desktop file instead of the
15645         default *info* buffer.
15647 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15649         * subr.el (with-selected-window): Only save/restore the selected window.
15651         * progmodes/compile.el (compilation-error-regexp-alist):
15652         Use expand-file-name and data-directory.
15654         * progmodes/grep.el (grep-tree): Rework previous fix.
15656         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
15657         after the user marked text with the mouse.
15659         * startup.el (command-line): Keep the first regexp of
15660         auto-save-file-name-transforms intact.
15662 2004-05-28  Juanma Barranquero  <lektu@terra.es>
15664         * cus-edit.el (customize-face, customize-face-other-window)
15665         (custom-face-edit-delete): Make arguments match their use in
15666         docstring.
15667         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
15668         docstring.
15670         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
15671         not `cvs-butlast'.
15673         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
15674         `nbutlast' are in subr.el).
15676         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
15677         (set-w32-system-coding-system): Doc fixes.
15679         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
15680         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
15681         Make arguments match their use in docstring.
15682         (artist-draw-region-trim-line-endings)
15683         (artist-mouse-choose-operation): Fix typo in docstring.
15684         (artist-key-set-point-common): Doc fix.
15686 2004-05-28  Simon Josefsson  <jas@extundo.com>
15688         * mail/smtpmail.el (smtpmail-open-stream):
15689         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
15691 2004-05-26  Simon Josefsson  <jas@extundo.com>
15693         * starttls.el: Merge with my GNUTLS based starttls.el.
15694         (starttls-gnutls-program, starttls-use-gnutls)
15695         (starttls-extra-arguments, starttls-process-connection-type)
15696         (starttls-connect, starttls-failure, starttls-success): New variables.
15697         (starttls-program, starttls-extra-args): Doc fix.
15698         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
15699         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
15700         and pass on to corresponding *-gnutls function if it is set.
15702 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
15704         * autorevert.el (auto-revert-handler): Disable auto-reverting of
15705         remote files.
15707 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
15709         * files.el (file-name-non-special): There are more operations
15710         which need handling: `find-backup-file-name',
15711         `insert-file-contents', `verify-visited-file-modtime',
15712         `write-region'.  Rename t value of method to `add'.  Add new
15713         methods `quote' and `unquote-then-quote' to file-arg-indices.
15715 2004-05-25  Juri Linkov  <juri@jurta.org>
15717         * info.el (Info-toc): Call Info-mode on intermediate buffer.
15718         (Info-index-nodes): Enclose code in condition-case to catch errors.
15719         (Info-index-node): Don't search all index nodes if request is only
15720         for the current node and file is not in the cache of index nodes.
15721         (Info-mode-map): Bind Info-copy-current-node-name to `w'
15722         for consistency with dired-copy-filename-as-kill.
15723         Bind `S' to Info-search-case-sensitively.
15724         (Info-copy-current-node-name): New arg.  With zero prefix arg put
15725         the name inside a function call to `info'.  Display copied text in
15726         the echo area.
15728 2004-05-25  Sam Steingold  <sds@gnu.org>
15730         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
15731         strip the package prefix from the symbol name, if any.
15732         Make it the `find-tag-default-function' for `lisp-mode'.
15734 2004-05-25  John Paul Wallington  <jpw@gnu.org>
15736         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
15737         instead of obsolete `process-kill-without-query'.
15739         * textmodes/texinfmt.el (texinfo-indexvar-alist):
15740         Declare as variable, not constant.
15742 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
15744         * files.el (find-file-noselect-1): Fix bug introduced by
15745         Revision 1.694.  As a side effect, `inhibit-read-only'
15746         is again, by default, t during execution of
15747         `find-file-not-found-functions'.
15748         (insert-directory): Check that lines were really inserted by
15749         the --dired switch, before erasing them.
15751 2004-05-24  Nick Roberts  <nickrob@gnu.org>
15753         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
15754         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
15755         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
15756         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
15757         gud-minor-mode (gdbmi).
15759 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
15761         * net/browse-url.el (browse-url-interactive-arg): Enable user to
15762         explicitly select the text to be taken as URL.
15764 2004-05-23  Juri Linkov  <juri@jurta.org>
15766         * info.el (Info-index-nodes): New var and fun.
15767         (Info-goto-index, Info-index, info-apropos)
15768         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
15769         (Info-index): Fix docstring.  Store and restore Info-history-list.
15770         (Info-complete-nodes): New var.
15771         (Info-complete-menu-item): Use it.
15772         (Info-index-node): New fun.
15773         (Info-final-node, Info-forward-node, Info-backward-node)
15774         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
15775         Use Info-index-node.
15776         (Info-extract-menu-item, Info-extract-menu-counting): Set second
15777         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
15778         (Info-find-node-2): If a node with period in its name not found,
15779         try to find a node without the name part after period.
15780         (Info-select-node): Call Info-fontify-node only if
15781         Info-fontify-maximum-menu-size is not nil.
15782         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
15783         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
15784         Preserve Info-history-list.
15785         (Info-toc): Set Info-current-file.
15786         (Info-build-toc): Move point to the beginning of the buffer.
15787         Add main-file variable.
15788         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
15789         Use backslashed representation of the control character ^_.
15791         * textmodes/texinfmt.el (texinfo-print-index): Print index line
15792         numbers in the new Texinfo 4.7 format.
15794         * add-log.el (change-log-font-lock-keywords): Remove `:' from
15795         regexps for function and variable names.
15797         * descr-text.el (describe-property-list): Add [show] button for
15798         `syntax-table' property with action to pp to a separate buffer.
15799         (describe-char): Replace search-forward by re-search-forward with
15800         whitespace regexp after "character:" to not fail in too narrow windows.
15802         * simple.el (next-error-find-buffer): Add a rule to return
15803         next-error capable buffer if one window on the selected frame
15804         displays such buffer.
15806 2004-05-23  Nick Roberts  <nickrob@gnu.org>
15808         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
15809         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
15810         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
15811         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
15812         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
15813         Handle new value for gud-minor-mode (gdbmi).
15814         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
15815         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
15816         Change from local to global gdb variable set.
15817         (gdb-ann3): Initialize above gdb variable set.
15818         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
15819         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
15820         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
15821         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
15822         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
15823         (gdb-info-locals-handler, gdb-invalidate-assembler)
15824         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
15825         set as global variables.
15826         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
15827         Handle gdbmi.
15828         (gdb-info-breakpoints-custom): Fix regexp.
15829         (def-gdb-var): Delete.
15831         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
15832         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
15833         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
15834         a new mode.  The file (gdb-mi.el) for this mode will be included
15835         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
15836         primary interface.
15838 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
15840         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
15841         interpreted as a directory.
15843 2004-05-22  Richard M. Stallman  <rms@gnu.org>
15845         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
15846         as a close quote.
15848         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
15850         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
15851         Use assoc-string, not assoc-ignore-case.
15853         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
15855         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
15856         If moving back then fwd gets a defun that ends before point,
15857         try again moving fwd then back.
15859         * files.el (file-name-non-special): Allow t in file-arg-indices
15860         to mean requote the return value.  Use `identity' as an element
15861         rather than as the whole value.
15863         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
15865 2004-05-22  Juanma Barranquero  <lektu@terra.es>
15867         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
15868         `help-make-usage'.
15869         (help-highlight-arguments): Skip function name before searching
15870         for arguments.
15872 2004-05-21  Juanma Barranquero  <lektu@terra.es>
15874         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
15875         Don't mention in the docstring these arguments meant for
15876         internal (recursive) use only.
15877         (allout-char-spec): Comment out (it's not implemented).
15878         (allout-old-expose-topic, allout-exposure): Fix docstring and add
15879         obsolescence declaration.
15880         (allout-flatten-exposed-to-buffer)
15881         (allout-indented-exposed-to-buffer): Fix typos in docstring.
15882         (my-mark-marker): Doc fix.
15883         (produce-allout-mode-map, allout-sibling-index)
15884         (allout-isearch-expose, allout-distinctive-bullet)
15885         (allout-open-topic, allout-reindent-body)
15886         (allout-rebullet-heading, allout-process-exposed)
15887         (allout-insert-listified, allout-latex-verb-quote)
15888         (allout-insert-latex-header, allout-insert-latex-trailer):
15889         Make arguments match their use in docstring.
15890         (allout-primary-bullet, allout-old-style-prefixes)
15891         (allout-inhibit-protection, allout-init, allout-mode)
15892         (allout-before-change-protect, allout-flag-region):
15893         Use "Emacs" instead of "emacs" in docstrings.
15895 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
15897         * international/characters.el: Modify syntax of more characters.
15899 2004-05-21  Masatake YAMATO  <jet@gyve.org>
15901         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
15902         (etags-tags-completion-table): Show parsing progress.
15904 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
15906         * locate.el (locate-prompt-for-command): Shorten first line of
15907         docstring.
15908         (locate-mode): Expand docstring and include keymap summary.
15910         * files.el (find-file-noselect-1): Limit the scope of the
15911         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
15912         is, by default, nil during the execution of
15913         `find-file-not-found-functions' and `find-file-hook'.
15915 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
15917         * facemenu.el (facemenu-color-name-equal): New function.
15918         (list-colors-display): Use it to compare colors instead of
15919         facemenu-color-equal.
15921 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
15923         * compare-w.el (compare-windows-face): Use min-colors instead of
15924         checking for tty or pc types.
15926 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
15928         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
15929         (completion-setup-function): Use with-current-buffer.
15930         Properly save excursion.  Simplify.
15931         Don't assume there is necessarily a `mouse-face' property somewhere.
15933         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
15935         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
15937         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
15938         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
15939         Use with-current-buffer.
15940         (byte-goto-log-buffer): Delete.
15941         (byte-compile-log-file): Call compilation-forget-errors.
15943 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
15945         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
15946         output messages into the search result.
15948 2004-05-19  Masatake YAMATO  <jet@gyve.org>
15950         * wid-edit.el (widget-radio-button-notify): Revert my last
15951         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15953 2004-05-19  Kenichi Handa  <handa@m17n.org>
15955         * international/characters.el: Fix syntax (open/close) of CJK chars.
15957 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
15959         * help-mode.el (help-go-back): Don't depend on position of back button.
15961 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15963         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
15964         files files don't contain an accidental additional /.
15966         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
15967         in source buffer.
15969 2004-05-18  Masatake YAMATO  <jet@gyve.org>
15971         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
15972         to widget-apply.  :action method assumes 2 arguments, not 3.
15974 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
15976         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
15977         New constants.
15978         (hs-special-modes-alist): Add an f90-mode entry.
15980 2004-05-17  Sam Steingold  <sds@gnu.org>
15982         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
15983         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
15985 2004-05-16  Kim F. Storm  <storm@cua.dk>
15987         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
15989 2004-05-15  John Wiegley  <johnw@newartisans.com>
15991         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
15992         (eshell-output-object-to-target): Improve output speed 20% by not
15993         calling `eshell-stringify' if something is already known to be a string.
15995 2004-05-15  Alex Ott  <ott@jet.msk.su>
15997         * textmodes/ispell.el (ispell-local-dictionary-alist):
15998         Add windows-1251 to the choice of coding systems.
15999         (ispell-dictionary-alist-6): Add support for "russianw.aff",
16000         encoded in cp1251.
16002 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
16004         * progmodes/compile.el (compilation-warning-face)
16005         (compilation-info-face): Use min-colors.
16007 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16009         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16010         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16011         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16012         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16013         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16014         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16015         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16016         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16017         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16018         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16019         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16020         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16021         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16022         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16024 2004-05-15  Kim F. Storm  <storm@cua.dk>
16026         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16027         Use it to set triggered-p element of timer.
16028         (timer-event-handler): Set triggered-p element non-nil while running
16029         the timer function.
16031 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16033         * descr-text.el (describe-char-unicode-data)
16034         (describe-char-unicodedata-file): Re-enable the unicode code now that
16035         the licensing issues have been cleared in the unicode-4 license.
16036         (describe-text-properties-1): Remove unused `overlay' var.
16037         (describe-char): Remove unused var `buffer'.
16039 2004-05-14  David Ponce  <david@dponce.com>
16041         * tree-widget.el: New file.
16043 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
16045         * language/european.el ("Brazilian Portuguese"): Add support for
16046         Brazilian Portuguese.
16048 2004-05-13  John Wiegley  <johnw@newartisans.com>
16050         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16051         `recentf-mode' if this variable has been customized to t.
16053         * eshell/esh-test.el (eshell-test): Call the function
16054         `emacs-version' rather than trying to build a custom version string.
16056 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
16058         * net/telnet.el (telnet-mode): Use define-derived-mode.
16059         Don't modify the global value of comint-prompt-regexp.
16061 2004-05-13  John Paul Wallington  <jpw@gnu.org>
16063         * version.el (emacs-version): Check for `gtk' feature before
16064         `x-toolkit' feature.
16066 2004-05-13  Juanma Barranquero  <lektu@terra.es>
16068         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16069         arguments in the docstring, they're used only in recursive calls.
16071         * help-fns.el (help-arg-highlighting-function)
16072         (help-argument-name): Delete.
16073         (help-default-arg-highlight): New function.
16074         (help-do-arg-highlighting): Use it.
16076 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
16078         * calendar/appt.el (appt-disp-window):
16079         Use `calendar-set-mode-line' for a centered mode-line.
16081 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
16083         * calendar/appt.el (appt-disp-window): Do not split window
16084         excessively when `split-height-threshold' is low.
16086 2004-05-12  Nick Roberts  <nickrob@gnu.org>
16088         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16089         kill-buffer-hook here and make it local.
16090         (gud-kill-buffer-hook): Use kill-process for a sure kill.
16092 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
16094         * progmodes/compile.el (compilation-set-window-height):
16095         Use save-excursion to protect against misplaced marker.
16097 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16099         * custom.el (defface): Document that type can have value gtk.
16101         * faces.el (face-spec-set-match-display): Handle type gtk in display.
16103 2004-05-12  Kenichi Handa  <handa@m17n.org>
16105         * descr-text.el: Require quail at compile time.
16106         (describe-char): If an input method is on and it supports the
16107         character, show how to input it.
16109         * international/quail.el (quail-install-decode-map): Accept a
16110         char-table whose subtype is `quail-decode-map'.
16111         (quail-store-decode-map-key, quail-gen-decode-map1)
16112         (quail-gen-decode-map, quail-find-key1, quail-find-key)
16113         (quail-show-key): New functions.
16115 2004-05-12  Juanma Barranquero  <lektu@terra.es>
16117         * generic.el (define-generic-mode): Remove redundant arglist info.
16119         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16120         Make arguments match their use in docstring.
16121         (help-arg-highlighting-function): New variable.
16122         (help-argument-name): Mention it in the docstring.
16123         (help-do-arg-highlight): Use it.  Expand regexp to accept also
16124         ARG-xxx and xxx-ARG references.
16126 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
16128         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16129         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16130         and "mailto:addr1?to=addr2" equal.
16132 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
16134         * man.el (Man-getpage-in-background): Use shell-file-name
16135         and shell-command-switch variables instead of hard-coded values.
16137 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
16139         * iimage.el: New file.
16141 2004-05-11  Juanma Barranquero  <lektu@terra.es>
16143         * custom.el (custom-initialize-default, defcustom):
16144         Fix typo in docstring.
16146         * files.el (set-visited-file-name, file-expand-wildcards):
16147         Fix docstring.
16149 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16151         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
16153         * subr.el (eventp): Be more discriminating with integers.
16155 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
16157         * progmodes/compile.el (compile): Add universal prefix arg.
16158         (compilation-error-regexp-alist-alist): Add edg patterns.
16160 2004-05-10  Sam Steingold  <sds@gnu.org>
16162         * textmodes/ispell.el (ispell-message):
16163         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
16165 2004-05-10  Dave Love  <fx@gnu.org>
16167         * progmodes/python.el (help-buffer): Autoload when compiling.
16168         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
16169         (run-python): Prepend to any existing PYTHONPATH.
16171 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
16173         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
16174         for pending breakpoints.
16176 2004-05-10  Richard M. Stallman  <rms@gnu.org>
16178         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
16179         directly without calling any functions in Rmail.
16180         (unrmail-unprune): Function deleted.
16182 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16184         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
16185         C-c C-z binding.
16187 2004-05-10  Kenichi Handa  <handa@m17n.org>
16189         * descr-text.el (describe-char): Fix previous change.  Don't make
16190         a unibyte character to multibyte in the *Help* buffer.
16192 2004-05-10  Miles Bader  <miles@gnu.org>
16194         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
16195         buffer an error if the debugger process is actually running.
16197 2004-05-10  Juanma Barranquero  <lektu@terra.es>
16199         * help-fns.el (help-argument-name): Default to italic.
16200         (help-highlight-arguments): Return always (usage . doc), even when
16201         usage is nil.
16203         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
16204         (define-ibuffer-filter): Add usage info.
16205         (define-ibuffer-op): Add usage info (but CL-style defaults for
16206         keyword args are not shown).
16208         * subr.el (remove-overlays, read-passwd): Fix docstring.
16209         (start-process-shell-command): Fix docstring.  Put usage info in a
16210         format usable by `describe-function'.
16211         (open-network-stream, open-network-stream-nowait)
16212         (open-network-stream-server): Fix docstring.
16214 2004-05-09  Jason Rumney  <jasonr@gnu.org>
16216         * international/code-pages (cp932, cp936, cp949, c950): Remove.
16217         Only define cp125* if windows-125* is already defined.
16219         * language/korean.el (cp949): Add alias.
16221         * language/chinese.el (cp936, cp950): Add aliases.
16223         * language/japanese.el (cp932): Add alias.
16225         * term/w32-win.el: Require code-pages.
16227         * international/mule-cmds.el (set-locale-environment):
16228         On MS-Windows use ansi code-page for default coding-systems.
16229         Set up paper sizes for Windows 3 letter languages.
16231         * international/code-pages.el (cp932, cp936, cp949, cp950):
16232         Add aliases.  Also add cp125* if not already defined.
16234 2004-05-09  Juanma Barranquero  <lektu@terra.es>
16236         * help-fns.el (help-highlight-arguments): Don't try to highlight
16237         missing or autoloaded arglists.  Accept structured arguments, like
16238         the first ones of `do' and `flet'.
16240         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
16241         (cvs-get-marked): Remove redundant arglist info.
16243         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
16244         Don't use CL-style default args.
16246 2004-05-08  Andreas Schwab  <schwab@suse.de>
16248         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
16250         * international/subst-ksc.el: Fix references to utf-translate-cjk
16251         into utf-translate-cjk-mode.
16252         * international/subst-big5.el: Likewise.
16253         * international/subst-gb2312.el: Likewise.
16254         * international/subst-jis.el: Likewise.
16255         * international/utf-16.el: Likewise.
16256         * international/utf-8.el: Likewise.
16258 2004-05-08  John Wiegley  <johnw@newartisans.com>
16260         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
16261         "virtual buffers" (off by default), which makes it possible to
16262         switch to the "virtual" buffers of recently visited files.  When a
16263         buffer name search fails, and this option is on, iswitchb will
16264         look at the list of recently visited files, and permit matching
16265         against those names.  When the user hits RET on a match, it will
16266         revisit that file.
16267         (iswitchb-read-buffer): Add two optional arguments, which makes
16268         isearchb.el possible.
16269         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
16270         (iswitchb-next-match): Add support for virtual buffers.
16272         * isearchb.el: This module extends iswitchb to provide "as you
16273         type" buffer selection.
16275         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
16276         Ignore the read-only property when flyspell highlighting is on.
16277         Not ignoring it leads to a series of confusing errors.
16278         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
16279         but also make sure to call flyspell-incorrect-hook.
16280         (flyspell-maybe-correct-transposition): Perform transposition test
16281         by bit twiddling a string, rather than using a temp buffer.
16282         (flyspell-maybe-correct-doubling): Use a string rather than a temp
16283         buffer.  This is also the original version of the code, which
16284         could not be checked in before due to a previous lack of
16285         assignment papers.  This version has seen heavy usage on my system
16286         for several years now.
16288         * calendar/cal-bahai.el: New file, which adds support for the
16289         Baha'i calendar to Emacs.  This calendar is based on a solar year
16290         of 19 months of 19 days, with 4 intercalary days.  Each year
16291         begins on March 21, with the calendar starting in 1844.
16293         * calendar/cal-menu.el, calendar/calendar.el
16294         * calendar/diary-lib.el, calendar/holidays.el:
16295         Added support for using cal-bahai.el.
16297         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
16298         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
16299         function can be used outside of eshell buffers.
16300         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
16302 2004-05-08  Juanma Barranquero  <lektu@terra.es>
16304         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
16305         word constituent so FOO-ARG is not recognized as an arg.
16306         (help-highlight-arguments): Don't skip lists in mandatory arguments.
16308         * simple.el (next-error): Fix typo in docstring.
16309         (open-line): Make argument names match their use in docstring.
16310         (split-line): Fix docstring.
16312         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
16313         usable by `describe-function'.
16314         (gensym, gentemp, typep, ignore-errors): Make argument names match
16315         their use in docstring.
16317         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
16318         argument to `help-setup-xref'.
16320 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
16322         Version 2.0.40 of Tramp released.
16324         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
16325         Use symbol-function to invoke functions only known on some Emacs
16326         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
16327         Scaldeferri <kevin@scaldeferri.com>.
16328         (tramp-do-copy-or-rename-file-via-buffer): Rename from
16329         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
16330         consistent with the other tramp-do-* functions.
16331         (tramp-do-copy-or-rename-file): Calls adjusted.
16332         (tramp-process-initial-commands): Avoid liveness check on shell --
16333         we know that it must be alive since we're opening a connection at
16334         this moment.
16335         (tramp-last-cmd): New internal variable.
16336         (tramp-process-echoes): New tunable.
16337         (tramp-send-command): Set tramp-last-cmd.
16338         (tramp-wait-for-output): Delete echo, if applicable.
16339         (tramp-read-passwd): Construct the key for the password cache in a
16340         way that works for multi methods, too.
16341         (tramp-bug): Add backup-directory-alist and
16342         bkup-backup-directory-info to bug reports, with Tramp counterparts.
16344 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
16346         * net/tramp*.el: Suppress byte-compiler warnings where possible.
16348         * net/tramp.el (tramp-out-of-band-prompt-regexp)
16349         (tramp-actions-copy-out-of-band): New defcustoms.
16350         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
16351         used instead of a synchronous one.  Allows password entering.
16352         (tramp-action-out-of-band): New defun.
16353         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
16354         Remove restriction with password from doc string.
16355         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
16356         `tramp-out-of-band-prompt-regexp',
16357         `tramp-actions-copy-out-of-band', `password-cache' and
16358         `password-cache-expiry'.
16359         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
16360         password caching.
16361         (tramp-touch): FILE can be a local file, too.
16362         (TODO): Remove items done.
16363         (tramp-handle-insert-directory): Properly quote file name also if
16364         not full-directory-p.  Handle wildcard case.  Reported by Andreas
16365         Schwab <schwab@suse.de>.
16366         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
16367         new file.
16368         (tramp-handle-file-local-copy, tramp-handle-write-region):
16369         The permissions of the temporary file are set if filename exists.
16370         Reported by Ted Stern <stern@cray.com>.
16371         (tramp-backup-directory-alist)
16372         (tramp-bkup-backup-directory-info): New defcustoms.
16373         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
16374         (tramp-handle-find-backup-file-name): New function.
16375         Implements Tramp's find-backup-file-name.
16377         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
16378         for `find-backup-file-name'.
16380         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
16381         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
16383 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
16385         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
16387 2004-05-07  Juanma Barranquero  <lektu@terra.es>
16389         * subr.el (lambda): Add arglist description to docstring.
16390         (declare): Fix typo in docstring.
16391         (open-network-stream): Fix docstring.
16392         (process-kill-without-query): Fix docstring and add obsolescence info.
16393         (last, butlast, nbutlast): Make arguments match their use in docstring.
16394         (insert-buffer-substring-no-properties): Likewise.
16395         (insert-buffer-substring-as-yank): Likewise.
16396         (split-string): Fix docstring.
16398         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16399         Make argument names match their use in docstring.
16401         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
16403 2004-05-06  Nick Roberts  <nickrob@gnu.org>
16405         * progmodes/gdb-ui.el: Improve/extend documentation strings.
16406         Fit first sentence on one line for apropos-command.
16408 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16410         Changes largely merged in from Dave Love's code.
16411         * progmodes/python.el: Doc fixes.
16412         (python-mode-map): Add python-complete-symbol.
16413         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
16414         (python-comment-indent, python-complete-symbol)
16415         (python-symbol-completions, python-partial-symbol)
16416         (python-try-complete): New.
16417         (python-indent-line): Remove optional arg.  Use python-block-end-p.
16418         (python-check): Bind compilation-error-regexp-alist.
16419         (inferior-python-mode): Use rx.  Move keybindings to top level.
16420         Set comint-input-filter.
16421         (python-preoutput-filter): Use rx.
16422         (python-input-filter): Re-introduce.
16423         (python-proc): Start new process if necessary.
16424         Check python-buffer non-nil.
16425         (view-return-to-alist): Defvar.
16426         (python-send-receive): New.
16427         (python-eldoc-function): Use it.
16428         (python-mode-running): Don't defvar.
16429         (python-mode): Set comment-indent-function.
16430         Maybe update hippie-expand-try-functions-list.
16431         (python-indentation-levels): Initialize differently.
16432         (python-block-end-p): New.
16433         (python-indent-line): Use it.
16434         (python-compilation-regexp-alist): Augment.
16435         (run-python): Import `emacs' module to Python rather than loading
16436         code directly.  Set python-buffer differently.
16437         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
16438         Use python-proc.
16439         (python-send-command): Go to end of comint buffer.
16440         (python-load-file): Use python-proc, emacs.eimport.
16441         (python-describe-symbol): Simplify interactive form.
16442         Use emacs.help.  Do use temp-buffer-show-hook.
16443         Call print-help-return-message.
16444         (hippie-exp): Require when compiling.
16445         (python-preoutput-continuation): Use rx.
16447         * diff-mode.el (diff-make-unified): Fix regexp.
16449 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
16451         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
16452         filter groups from the buffer when rebuilding the Ibuffer buffer
16453         and `ibuffer-show-empty-filter-groups' is nil.
16455 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16457         * ps-print.el (ps-print-quote): Call ps-value-string.
16458         (ps-setup): Call ps-comment-string.
16459         (ps-value-string, ps-comment-string): New funs.
16461 2004-05-06  Juanma Barranquero  <lektu@terra.es>
16463         * ehelp.el (electric-help-command-loop): Check whether the last
16464         character is visible, not (point-max).
16466         * help-fns.el (help-argument-name): Default to bold; don't inherit
16467         from font-lock-variable-name-face.
16468         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
16470 2004-05-05  Kenichi Handa  <handa@m17n.org>
16472         * descr-text.el (describe-char): Copy the character with text
16473         properties and overlays into the first line, and call
16474         describe-text-properties on it.
16476 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
16478         * iswitchb.el (iswitchb-global-map): Fix typo.
16479         Remove unwanted ###autoloads from source file.
16481 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
16483         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
16484         in run-hooks.  Use substitute-command-keys in message.
16485         (wdired-abort-changes): Add message.
16487 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
16489         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
16490         (sql-emacs20-p): Remove.
16491         (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
16492         (sql-builtin-face, sql-doc-face): Remove.
16493         (sql-mode-ansi-font-lock-keywords)
16494         (sql-mode-oracle-font-lock-keywords)
16495         (sql-mode-postgres-font-lock-keywords)
16496         (sql-mode-linter-font-lock-keywords)
16497         (sql-mode-ms-font-lock-keywords)
16498         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
16499         (sql-product-font-lock): Fix font-lock reset when font rules change.
16500         (sql-highlight-product): Remove incorrect font-lock reset logic.
16502 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
16504         * ses.el (ses-set-parameter): Fix typo.
16506 2004-05-04  Kim F. Storm  <storm@cua.dk>
16508         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
16509         Must expand directory for completion to work; and don't mess with
16510         process-environment.
16511         (ido-read-file-name): If command has ido property, don't use ido
16512         if value is ignore, or read as directory if value is dir.
16513         Set ido ignore property for dired-do-rename command.
16515 2004-05-04  Juanma Barranquero  <lektu@terra.es>
16517         * ehelp.el (electric-help-command-loop, electric-help-undefined)
16518         (electric-help-help): Check against unmapped commands.
16520         * help-fns.el (help-argument-name): New face, inheriting from
16521         font-lock-variable-name-face, to highlight function arguments in
16522         `describe-function' and `describe-key'.
16523         (help-do-arg-highlight): Auxiliary function to highlight a given
16524         list of arguments in a string.
16525         (help-highlight-arguments): Highlight the function arguments and
16526         all uses of them in the docstring.
16527         (describe-function-1): Use it.  Do docstring output via `insert',
16528         not 'princ', so text attributes are preserved.
16530         * winner.el (winner-mode-map): Move `winner-undo' and
16531         `winner-redo' to C-c <left> and C-c <right>, respectively (the
16532         previous bindings conflict with `prev-buffer', `next-buffer').
16534 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16536         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
16537         (bibtex-entry-update): New command bound to C-c C-u.
16538         (bibtex-text-in-string): Fix regexp.
16539         (bibtex-assoc-of-regexp): Remove.
16540         (bibtex-progress-message): Fix docstring.
16541         (bibtex-inside-field): Use if.
16542         (bibtex-assoc-regexp): New function.
16543         (bibtex-format-entry): Make code more robust so that it formats
16544         also old entries.
16545         (bibtex-autokey-demangle-title): Merge with obsolete function
16546         bibtex-assoc-of-regexp.
16547         (bibtex-field-list): New function.
16548         (bibtex-entry): Use bibtex-field-list.
16549         (bibtex-parse-entry): Fix docstring.
16550         (bibtex-print-help-message): Use bibtex-field-list.
16551         (bibtex-make-field): Use bibtex-field-list.
16552         (bibtex-entry-index): Bugfix.  Return crossref key if required.
16553         (bibtex-lessp): Fix docstring.
16555 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
16557         * select.el (xselect-convert-to-string): Move comment to intended line.
16559 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16561         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
16562         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
16564 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16566         * term/x-win.el (x-clipboard-yank): Don't exit on error from
16567         x-get-selection.
16569 2004-05-03  Jason Rumney  <jasonr@gnu.org>
16571         * makefile.nt: Remove.
16573 2004-05-03  Kim F. Storm  <storm@cua.dk>
16575         * emulation/cua-base.el (cua--update-indications): Fix last change.
16576         (cua-mode): Deactivate mark when cua-mode is enabled.
16578 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
16580         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
16582 2004-05-03  Nick Roberts  <nickrob@gnu.org>
16584         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
16585         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
16586         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
16587         window over visible frames.
16588         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
16590 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16592         * progmodes/compile.el (compilation-gcpro): New var.
16593         (compilation-fake-loc): Use it.
16594         (compilation-forget-errors): Reset it.
16596 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
16598         * diff-mode.el (diff-header-face, diff-file-header-face):
16599         Use min-colors.
16601 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
16603         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
16604         (bibtex-clean-entry): Disentangle code.
16605         (bibtex-realign): New function.
16606         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
16607         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
16608         Remove undocumented optional arg called-by-convert-alien.
16609         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
16610         for sorting instead of bibtex-sort-buffer.
16612 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
16614         * progmodes/compile.el (compilation-start): In the
16615         no-async-subprocesses branch, call sit-for to give redisplay a
16616         chance to show the updated process status in the mode line, and
16617         fontify the buffer explicitly after the process exits.
16619 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16621         * progmodes/python.el (python-compilation-line-number): Remove.
16622         (python-compilation-regexp-alist): Don't use it any more.
16623         (python-orig-start, python-input-filter): Remove.
16624         (inferior-python-mode): Don't set up comint-input-filter-functions.
16625         (python-send-region): Use compilation-fake-loc.
16627         * progmodes/compile.el (compilation-messages-start): New var.
16628         (compilation-mode): Don't setup next-error-function here.
16629         (compilation-setup): Set it up here instead (for minor modes as well).
16630         Make compilation-messages-start buffer local.
16631         (compilation-next-error-function): Use it.
16632         (compilation-forget-errors): Set compilation-messages-start.
16634 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
16636         * ielm.el (ielm-prompt-read-only): Update docstring.
16638         * comint.el (comint-prompt-read-only): Update docstring.
16639         (comint-update-fence, comint-kill-whole-line)
16640         (comint-kill-region): New functions.
16642         * simple.el (kill-whole-line): Use "p" instead of "P" in
16643         interactive form.
16645 2004-05-01  Juanma Barranquero  <lektu@terra.es>
16647         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
16648         format arglist so default values in CL-style argument lists are
16649         correctly shown.
16651 2004-05-01  Jason Rumney  <jasonr@gnu.org>
16653         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
16655 2004-05-01  Kenichi Handa  <handa@m17n.org>
16657         * international/titdic-cnv.el (miscdic-convert): Don't generate a
16658         quail file if it is up to date.
16660 2004-04-30  Juri Linkov  <juri@jurta.org>
16662         * cus-edit.el (custom-mode-map):
16663         Add key binding `C-x C-s' to `Custom-save'.
16665         * outline.el (outline-blank-line): New var.
16666         (outline-next-preface, outline-show-heading)
16667         (outline-end-of-subtree): Use it.
16669         * dired-aux.el (dired-touch-initial): New fun.
16670         (dired-do-chxxx): Call it for op-symbol `touch'.
16671         (dired-diff): Use `dired-dwim-target-directory'
16672         if current dired buffer has no buffer mark.
16674         * bindings.el (propertized-buffer-identification):
16675         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
16676         Add C-M-arrow keys for consistency.
16678         * files.el (confirm-kill-emacs):
16679         Change group from top-level `emacs' to `convenience'.
16681         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
16682         Push mark on the first call of successive command calls.
16683         (insert-pair): New fun created from `insert-parentheses' with
16684         `open' and `close' arguments added.  Enclose active regions
16685         in paired characters.  Compare adjacent characters syntax with
16686         inserted characters syntax before inserting a space.
16687         (insert-parentheses): Call `insert-pair' with ?\( ?\).
16689         * delsel.el: Don't put `delete-selection' property
16690         on `insert-parentheses' symbol to take advantage of
16691         region handling in `insert-pair' function.
16692         Suggested by Stephan Stahl <stahl@eos.franken.de>.
16694 2004-04-30  Kim F. Storm  <storm@cua.dk>
16696         * emulation/cua-base.el: Add support for changing cursor types;
16697         based on patch from Michael Mauger.
16698         (cua-normal-cursor-color, cua-read-only-cursor-color)
16699         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
16700         Customization cursor type and/or cursor color.
16701         (cua--update-indications): Handle cursor type changes.
16702         (cua-mode): Update cursor indications if enabled.
16704         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
16706         * mouse.el (mouse-drag-copy-region): New defcustom.
16707         (mouse-set-region, mouse-drag-region-1): Use it.
16709         * simple.el (kill-ring-save): If region face background color is
16710         unspecified (if no highlighting), show extent of fully visible
16711         region even if transient-mark-mode is enabled.
16713         * emulation/cua-base.el (cua--standard-movement-commands):
16714         Add cua-scroll-up and cua-scroll-down.
16715         (cua-scroll-up, cua-scroll-down): New commands.
16716         (cua--init-keymaps): Remap scroll-up and scroll-down.
16718         * emulation/cua-rect.el (cua--convert-rectangle-as):
16719         New defmacro.
16720         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
16721         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
16722         New commands (suggested by Jordan Breeding).
16724 2004-04-30  Juanma Barranquero  <lektu@terra.es>
16726         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
16728 2004-04-30  Mario Lang  <mlang@delysid.org>
16730         * diff.el (diff-switches): Fix typo in docstring.
16732 2004-04-30  Alex Schroeder  <alex@gnu.org>
16734         * xml.el (xml-debug-print-internal): Don't add newline and
16735         indentation to text nodes and write empty elements as empty tags
16736         instead of opening and closing tags.
16737         (xml-debug-print): Take optional indent-string argument.
16738         (xml-print): Alias for xml-debug-print.
16740 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16742         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
16743         than duplicate call to `line-beginning-position'.
16745         * progmodes/f90.el (f90-get-present-comment-type):
16746         Return whitespace, as well as comment chars, for consistent filling
16747         of comment blocks.  Use `match-string-no-properties'.
16748         (f90-break-line): Trim trailing whitespace when filling comments.
16750 2004-04-30  Dave Love  <fx@gnu.org>
16752         * calendar/diary-lib.el (diary-outlook-formats): New variable.
16753         (diary-from-outlook-internal, diary-from-outlook)
16754         (diary-from-outlook-gnus, diary-from-outlook-rmail):
16755         New functions to import diary entries from Outlook-format
16756         appointments in mail messages.
16758 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16760         * progmodes/python.el (python-send-command): New fun.
16761         (python-send-region, python-load-file): Use it.
16763         * progmodes/compile.el (compilation-last-buffer): Add var alias.
16765         * help-fns.el (help-C-file-name): Use new subr-name.
16766         Prepend `src/' to the file name.
16767         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
16768         (describe-function-1, describe-variable): Only find a C source file
16769         name if DOC is already loaded.
16771         * help-mode.el (help-function-def, help-variable-def):
16772         Use the new find-function-search-for-symbol functionality.
16773         Allow FILE to be `C-source'.
16775         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
16776         (find-function-C-source): New fun.
16777         (find-function-search-for-symbol): Use it.
16779 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
16781         * progmodes/sql.el (sql-product-alist): Rename variable
16782         `sql-product-support'.  Add Postgres login parameters.
16783         (sql-set-product, sql-product-feature): Update with renamed variable.
16784         (sql-connect-postgres): Add username prompt.
16785         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
16786         Make patterns less product specific.
16787         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
16788         (sql-mode-abbrev-table): Modify initialization.
16789         (sql-builtin-face): Add variable.
16790         (sql-keywords-re): Add macro.
16791         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
16792         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
16793         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
16794         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
16795         (sql-mode-linter-font-lock-keywords)
16796         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
16797         (sql-mode-sybase-font-lock-keywords)
16798         (sql-mode-informix-font-lock-keywords)
16799         (sql-mode-interbase-font-lock-keywords)
16800         (sql-mode-ingres-font-lock-keywords)
16801         (sql-mode-solid-font-lock-keywords)
16802         (sql-mode-sqlite-font-lock-keywords)
16803         (sql-mode-db2-font-lock-keywords): Default to nil.
16804         (sql-product-font-lock): Always highlight ANSI keywords.
16805         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
16806         (sql-send-string): Add function.
16808 2004-04-29  Dave Love  <fx@gnu.org>
16810         * progmodes/cfengine.el (cfengine-beginning-of-defun)
16811         (cfengine-end-of-defun): Ensure progress through buffer.
16813         * info-look.el (cfengine-mode): Accept a terminal ().
16815 2004-04-29  Juri Linkov  <juri@jurta.org>
16817         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
16818         instead of isearch-yank-word-or-char.  Add new key bindings for
16819         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
16820         (isearch-del-char): New fun.
16821         (isearch-forward, isearch-edit-string): Update docstring.
16822         (isearch-yank-char): Doc fix.
16823         (isearch-other-meta-char): Restore point after scrolling.
16825         * progmodes/compile.el (compilation-context-lines): Add nil option
16826         to disable compilation output window scrolling.
16827         (compilation-set-window): Use it.
16829         * outline.el (outline-next-preface, outline-show-heading):
16830         Don't leave unhidden blank line before heading.
16831         (outline-end-of-subtree): Include last newline into subtree.
16832         (hide-entry): Leave point at beginning of heading instead of end.
16833         (outline-up-heading): Push mark for the first call of successive
16834         command calls.
16836 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
16838         * comint.el (comint-prompt-read-only): New variable.
16839         (comint-output-filter): Implement it.
16841         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
16842         (ielm-prompt-internal): New variable.
16843         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
16844         (ielm-send-input): Delete unused variable `buf'.
16845         (ielm-eval-input): Use `ielm-prompt-internal'.
16846         (inferior-emacs-lisp-mode): Use new variables
16847         `comint-prompt-read-only' and `ielm-prompt-internal'.
16848         Get rid of obsolete variable `directory-sep-char'.
16849         (ielm): Use `zerop'.
16851 2004-04-29  John Paul Wallington  <jpw@gnu.org>
16853         * thumbs.el (toplevel): Require cl at compile time.
16854         Remove conditional definitions of `ignore-errors' and `caddar'
16855         because they occur at run time.
16857 2004-04-28  Nick Roberts  <nickrob@gnu.org>
16859         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
16860         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
16861         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
16862         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
16864         * progmodes/gud.el (gud-common-init): Throw an error if program is
16865         already running under gdb.
16867 2004-04-28  John Paul Wallington  <jpw@gnu.org>
16869         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
16870         (thumbs-show-image-num): Move assignment of
16871         `thumbs-current-image-filename' within scope of `i'.
16872         (thumbs-emboss-image): Don't use `evenp'.
16874 2004-04-28  Richard M. Stallman  <rms@gnu.org>
16876         * progmodes/compile.el (compilation-context-lines): Default now 0.
16878 2004-04-28  Juanma Barranquero  <lektu@terra.es>
16880         Use `time-less-p' from calendar/time-date.el instead of defining
16881         custom versions of it.
16883         * pcomplete.el (pcomplete-time-less-p): Remove.
16885         * thumbs.el (time-less-p): Remove.
16887         * calendar/timeclock.el (timeclock-time-less-p): Remove.
16888         (timeclock-generate-report): Use `time-less-p'.
16890         * emacs-lisp/autoload.el (autoload-before-p): Remove.
16891         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
16893 2004-04-28  Masatake YAMATO  <jet@gyve.org>
16895         * subr.el (remove-overlays): Make arguments optional.
16897         * wid-edit.el (widget-specify-button): Put evaporate to the
16898         overlay for sample.
16899         (widget-specify-sample): Put evaporate to the overlay for sample.
16900         (widget-specify-doc): Put evaporate to the overlay for documentation.
16902 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
16904         * info.el (info-apropos): Make it an index node.  Align node names
16905         like makeinfo.
16907 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
16909         * net/browse-url.el (browse-url-netscape-sentinel)
16910         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
16911         (browse-url-epiphany-sentinel, browse-url-mosaic):
16912         Use browse-url-*-program instead of a literal program name.
16914 2004-04-27  Kevin Ryde  <user42@zip.com.au>
16916         * eshell/em-alias.el:
16917         * eshell/em-dirs.el:
16918         * eshell/em-hist.el:
16919         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
16920         features when M-x customize-group loads modules before the main
16921         eshell.el.
16923 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
16925         * subr.el (momentary-string-display): Support EXIT-CHAR that is
16926         either a character representation of an event or an event
16927         description list.
16929         * type-break.el: Capitalize Emacs and Lisp.
16930         (type-break-good-break-interval, type-break-demo-boring-stats)
16931         (type-break-terse-messages, type-break-file-name): New defcustoms.
16932         (type-break-post-command-hook)
16933         (type-break-warning-countdown-string): Quote variable names in doc.
16934         (type-break-interval-start, type-break-auto-save-file-name): New vars.
16935         (type-break-mode): Document type-break-good-break-interval and the
16936         "session" file.  Schedule break according to the session file.
16937         Kill session file buffer on exit.  Organize for save-some-buffers
16938         to always save the session file.
16939         (type-break-mode-line-message-mode, type-break-query-mode):
16940         Uppercase arguments.
16941         (type-break-file-time, type-break-file-keystroke-count, timep)
16942         (type-break-choose-file, type-break-get-previous-time)
16943         (type-break-get-previous-count): New defuns.
16944         (type-break): Avoid break querying after a completed break in the
16945         case where the query was initiated during user invocation of the
16946         break.  Optional terse messages.
16947         Use type-break-good-break-interval if type-break-good-rest-interval is
16948         nil.  File the break time.
16949         (type-break-schedule): New optional args for overriding the use of
16950         the current time.
16951         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
16952         after a break.
16953         (type-break-check): File the keystroke count.
16954         (type-break-do-query): Prevent a second query when the break is
16955         interrupted.  Optional terse message.
16956         (type-break-keystroke-reset): Record the start of a typing interval.
16957         (type-break-demo-boring): Optional terse messages.  Display word
16958         per minute and keystroke counts according to
16959         type-break-demo-boring-stats.
16961 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
16963         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
16964         directories, make sure they exist under archive-tmpdir.
16966 2004-04-27  Juri Linkov  <juri@jurta.org>
16968         * help.el (view-emacs-news): With argument, display info for the
16969         selected version by finding it among different NEWS files, and
16970         narrowing the buffer to the selected version.
16972         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
16973         same-window-buffer-names.
16974         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
16975         non-numeric prefix argument, append the number to the buffer name
16976         for numeric prefix argument.
16977         (info-other-window): Bind same-window-regexps to nil.
16978         (Info-reference-name): Rename to Info-point-loc.
16979         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
16980         and Info-find-index-name for stringy Info-point-loc.
16981         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
16982         without middle `.', but with final `.' and optional line number
16983         for it.  Set Info-point-loc for index nodes.
16984         (Info-index): Remove middle `.' from index entry regexp.
16985         Modify line number regexp.
16986         (Info-index-next): Decrement line number.
16987         (info-apropos): Remove middle `.' from index entry regexp.
16988         Add optional line number regexp at the end.  Add matched value
16989         for line number to the result list and insert it to the buffer.
16990         Replace match-string by match-string-no-properties.
16991         Reorder result list.
16992         (Info-fontify-node): Hide index line numbers.
16993         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
16994         empty matches.
16995         (Info-follow-reference): Use `str' instead of
16996         Info-following-node-name-re.
16997         (Info-toc): Use full file names.  Set Info-current-node to "Top".
16998         (Info-fontify-node): Compare file names without directory name.
16999         (Info-try-follow-nearest-node): Don't set Info-reference-name.
17000         Set second arg of Info-extract-menu-node-name for index nodes.
17001         (info-xref-visited): Use magenta3 instead of magenta4.
17002         (Info-mode): Add info-apropos to docstring.
17004         * log-view.el (log-view-diff): Replace interactive code "r"
17005         by a list to allow to call it even if region is not active.
17007         * paren.el (show-paren-highlight-openparen): New var.
17008         (show-paren-function): Turn on openparen highlighting when
17009         matching forward if show-paren-highlight-openparen is non-nil.
17011         * simple.el (kill-ring-save): Use blink-matching-delay instead of
17012         the constant value 1.
17013         (completions-common-part): Expand docstring.
17015         * textmodes/picture.el (picture-mode-map): Add arrow keys.
17017 2004-04-27  Kim F. Storm  <storm@cua.dk>
17019         * image.el (insert-sliced-image): Use line-height instead of
17020         line-spacing property on newline.
17022 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
17024         * desktop.el (desktop-buffer-misc-data-function): Rename to
17025         desktop-save-buffer and change docstring.
17026         (desktop-buffer-modes-to-save): Delete.
17027         (desktop-save-buffer-p): Use desktop-save-buffer instead of
17028         desktop-buffer-modes-to-save.
17029         (desktop-save): Rename desktop-buffer-misc-data-function to
17030         desktop-save-buffer and allow non-function value.
17031         (desktop-missing-file-warning): Correct docstring.
17033         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17034         to desktop-save-buffer.
17036         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17037         desktop-save-buffer.
17039         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17041         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17043 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
17045         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17047 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
17049         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17050         (ielm): Only go to the end of the buffer when starting a new process.
17052 2004-04-25  Juanma Barranquero  <lektu@terra.es>
17054         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17055         mode line.  Bind `inhibit-read-only' to t before modifying
17056         properties of text in the buffer.
17057         (ielm): Force point to the end of buffer, even when running ielm
17058         from inside itself.
17060 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17062         * info.el (info-apropos): Reset Info-complete-cache.
17064 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
17066         * progmodes/compile.el (compilation-error-regexp-alist-alist):
17067         Also recognize severe Irix et al. messages.
17068         (compilation-normalize-filename, compile-abbreviate-directory):
17069         Delete functions.
17070         (compilation-get-file-structure): New function inherits
17071         functionality of the two preceding ones.
17072         (compilation-internal-error-properties, compilation-fake-loc):
17073         Use it so that different paths to the same file share the same
17074         markers.  Also optimize finding adjacent marker slightly.
17076 2004-04-25  Kim F. Storm  <storm@cua.dk>
17078         * image.el (insert-sliced-image): Add line-spacing t property
17079         to newlines separating image lines.
17081 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
17083         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17085         * ielm.el (ielm-prompt-read-only): New user option.
17086         (ielm-prompt): Expand docstring to describe new behavior.
17087         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17088         mention it in the docstring.
17090 2004-04-24  Andreas Schwab  <schwab@suse.de>
17092         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17094         * diff.el (diff): Set default-directory in diff buffer.
17096 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
17098         * mail/sendmail.el (mail-bury): Don't delete the frame where the
17099         mail was being composed if the terminal cannot display more than
17100         one frame; instead, switch to previous frame.
17102         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17103         (rmail-start-mail): Support rmail-mail-new-frame even on
17104         terminals that can display only one frame at a time.
17106 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
17108         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17109         (checkdoc-output-font-lock-keywords): Remove error regexp.
17110         (checkdoc-output-mode-map): Remove.
17111         (checkdoc-output-mode): Derive from compilation-mode.
17112         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17114         * dired.el (dired-mode-map): Add a menu entry for wdired.
17116         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17117         (rx-bracket, rx-check-any, rx-any): Clean up name space.
17119         * wdired.el (wdired-mode-map): Move init into declaration.
17120         Fix `return' binding.
17121         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17122         Use force-mode-line-update.
17123         (wdired-get-filename): Use `unless'.
17124         (wdired-preprocess-files): Don't assume names have no \n and use / for
17125         dir separator.
17126         (wdired-normalize-filename): Use replace-regexp-in-string.
17127         (wdired-load-hooks): Remove.
17128         (wdired-mode-hooks): Rename to wdired-mode-hook.
17130         * info-look.el: Add support for cfengine-mode.
17131         (info-lookup-setup-mode): Use dolist.
17133 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
17135         * wdired.el: New file.
17137 2004-04-23  Juanma Barranquero  <lektu@terra.es>
17139         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
17141         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
17142         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
17143         (pcomplete--help, pcomplete--here): Doc fixes.
17145 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
17147         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
17148         handles wrong-number-of-arguments in backend call.
17150         * vc.el (vc-print-log): Likewise.
17152 2004-04-20  Dave Love  <fx@gnu.org>
17154         * emacs-lisp/rx.el: Doc fixes.
17155         (rx-constituents): Add/extend many forms.
17156         (rx-check): Check form is a list.
17157         (bracket): Defvar.
17158         (rx-check-any, rx-any, rx-check-not): Modify.
17159         (rx-not): Simplify.
17160         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
17161         (rx-kleene): Use rx-trans-forms.
17162         (rx-quote-for-set): Delete.
17163         (rx): Allow multiple args.
17165 2004-04-23  Kenichi Handa  <handa@m17n.org>
17167         * international/mule-util.el (char-displayable-p): Simplify by
17168         using internal-char-font.
17170 2004-04-23  Juanma Barranquero  <lektu@terra.es>
17172         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
17174 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17176         * diff-mode.el (diff-next-error): New fun.
17177         (diff-mode): Use it.
17179         * simple.el (next-error): Change arg name.
17180         Add support for the documented C-u C-x ` usage.
17182         * frame.el (special-display-popup-frame, next-multiframe-window)
17183         (previous-multiframe-window): Only consider frames on same display.
17185 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
17187         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
17188         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
17190 2004-04-22  Kim F. Storm  <storm@cua.dk>
17192         * net/telnet.el (telnet): Add optional port arg.
17194 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17196         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17197         Minor sanity check on the `hyperlink' slot.
17199         * Makefile.in (recompile): Compile new files.
17201         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
17202         Add byte-recompile-directory's optional `arg'.
17204         * cvs-status.el (cvs-tree-use-charset): New var.
17205         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
17206         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
17207         (cvs-status-cvstrees): Use it.
17209         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
17210         Make it a normal major mode.
17211         (checkdoc-buffer-label): Make sure the file name is meaningful.
17212         (checkdoc-output-to-error-buffer): Remove.
17213         (checkdoc-error, checkdoc-start-section): Rewrite.
17215         * info.el (info-node, info-menu-5, info-xref, info-header-node)
17216         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17217         (Info-title-4-face): Use new syntax.
17218         (info-xref-visited): Inherit from info-xref.
17220         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
17222 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17224         * simple.el (next-error-last-buffer, next-error-function):
17225         New variables for the next-error framework.
17226         (next-error-buffer-p): New function.
17227         (next-error-find-buffer): Generalize compilation-find-buffer.
17228         (next-error, previous-error, first-error, next-error-no-select)
17229         (previous-error-no-select): Move from compile.el.
17231         * replace.el (occur-next-error, occur-1): Hook into the next-error
17232         framework.
17234         * progmodes/compile.el (compilation-start):
17235         Set next-error-last-buffer so next-error knows where to jump.
17236         (compilation-setup): Set the buffer-local variable
17237         next-error-function to 'compilation-next-error-function.
17238         (compilation-buffer-p, compilation-buffer-internal-p): Use an
17239         alternate way to find if a buffer is a compilation buffer, for
17240         next-error convenience.
17241         (next-error-no-select, previous-error-no-select, next-error)
17242         (previous-error, first-error): Move to simple.el.
17243         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
17244         (compilation-last-buffer): Remove.
17245         (compilation-start, compilation-next-error, compilation-setup)
17246         (compilation-next-error-function, compilation-find-buffer):
17247         Remove compilation-last-buffer use.
17249 2004-04-21  Juanma Barranquero  <lektu@terra.es>
17251         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
17252         (font-lock-warning-face): Fix spacing.
17254         * makefile.w32-in (WINS): Add url/ directory.
17256 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
17258         * desktop.el (desktop-buffer-mode-handlers): New variable.
17259         Alist of major mode specific functions to restore a desktop buffer.
17260         (desktop-buffer-handlers): Make variable obsolete.
17261         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
17262         Catch errors signaled in handlers.  Update buffer count.
17263         Evaluate desktop-buffer-point.
17264         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
17265         move to dired.el.
17266         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
17267         move to info.el.
17268         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
17269         move to mail/rmail.el.
17270         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
17271         to mh-e/mh-e.el.
17272         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
17273         On fail, print message (to message buffer) even if
17274         desktop-missing-file-warning is nil.
17275         (desktop-buffer-misc-data-function): New buffer local variable.
17276         Function returning major mode specific data.
17277         (desktop-buffer-misc-functions): Make variable obsolete.
17278         (desktop-save): Use desktop-buffer-misc-data-function.
17279         (desktop-buffer-dired-misc-data): Rename to
17280         dired-desktop-buffer-misc-data and move to dired.el.
17281         (desktop-buffer-info-misc-data): Rename to
17282         Info-desktop-buffer-misc-data and move to info.el.
17283         (desktop-read): Add message about number of buffers restored/failed.
17285         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
17286         Add parameters.  Pause to display error only when
17287         desktop-missing-file-warning is non-nil.
17288         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
17289         (dired-mode): Bind desktop-buffer-misc-data-function.
17291         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
17292         Add Parameters.
17293         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
17294         (Info-mode): Bind desktop-buffer-misc-data-function.
17296         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
17297         Add Parameters.
17299         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
17300         Add Parameters.
17302 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
17304         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
17305         the case of letters in case-insensitive expansions when the
17306         abbrev is preceded by characters with letter syntax.
17308 2004-04-21  Richard M. Stallman  <rms@gnu.org>
17310         * progmodes/cperl-mode.el (cperl-putback-char):
17311         Delete Emacs 18 definition.
17313         * international/mule.el (ctext-post-read-conversion):
17314         Use assoc-string, not assoc-ignore-case.
17316         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
17318         * emacs-lisp/easymenu.el (easy-menu-add):
17319         Do call x-popup-menu, but only if it's defined.
17321         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
17323         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
17324         Handle multiple args: compile like progn.
17326         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
17327         take all args as &rest arg.
17329         * autoinsert.el (auto-insert-alist): Insert the user's name in
17330         copyright notice, rather than Free Software Foundation.
17332 2004-04-21  Kenichi Handa  <handa@m17n.org>
17334         * descr-text.el (describe-char): Make it work on *Help* buffer.
17336 2004-04-21  Kim F. Storm  <storm@cua.dk>
17338         * image.el (insert-image): Add optional SLICE arg.
17339         (insert-sliced-image): New defun.
17341 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
17343         * subr.el (read-number): Check whether `default' is nil.
17345 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17347         * progmodes/compile.el (compilation-error-properties):
17348         Split into two.
17349         (compilation-internal-error-properties): New one.
17350         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
17352 2004-04-20  Richard M. Stallman  <rms@gnu.org>
17354         * window.el (split-window-save-restore-data):
17355         Don't update the data if OLD-INFO is nil.
17357         * view.el (view-return-to-alist): Mark it permanent local.
17359         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
17361         * recentf.el (recentf-save-list): Catch and warn about errors.
17363         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
17364         so "Buffers" won't be pure.
17366         * help-mode.el (help-mode-finish): Set help-return-alist first
17367         thing, setting only the entry for the selected window.
17369         * help-fns.el (describe-function-1): If many non-control non-meta
17370         keys run the command, don't list all of them.
17372 2004-04-20  Juanma Barranquero  <lektu@terra.es>
17374         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
17375         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
17377         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
17379 2004-04-20  Kenichi Handa  <handa@m17n.org>
17381         * international/quail.el (quail-lookup-key): New optional arg
17382         NOT-RESET-INDICES.
17383         (quail-get-translations): Call quail-lookup-key with
17384         NOT-RESET-INDICES t.
17385         (quail-completion): Likewise.
17386         (quail-lookup-map-and-concat): Likewise.
17388 2004-04-20  Kenichi Handa  <handa@m17n.org>
17390         * international/quail.el (quail-update-translation): Don't insert
17391         such an unsupported multibyte char in a unibyte buffer.
17393 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
17395         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
17396         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
17397         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
17398         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
17399         (gdb-frame-assembler-buffer): Improve behavior with
17400         multiple frames.
17401         (gdb-display-buffer): Extend search to all visible frames.
17403 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
17405         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
17406         characters left after base64 decoding.
17407         (rmail-decode-region): Use -dos variety of `coding', to remove any
17408         ^M characters left after qp or base64 decoding.
17410 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17412         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
17413         messages.
17415 2004-04-19  Stephen Eglen  <stephen@gnu.org>
17417         * add-log.el (add-change-log-entry): Update doc string to mention
17418         add-log-full-name and add-log-mailing-address.
17420 2004-04-18  Juri Linkov  <juri@jurta.org>
17422         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
17423         (Info-find-node-2): Simplify error message.
17424         (Info-insert-dir): Use Info-following-node-name.
17425         (Info-goto-node): Remove *info-history* and *info-toc*.
17426         (Info-history): Create a node of the virtual history file.
17427         (Info-toc): Create a node of the virtual toc file.
17428         (Info-insert-toc): New arg `curr-file' for reference file names.
17429         (info-apropos): Remove redundant var binding for temp-file.
17430         (Info-index, Info-index-next, Info-mode): Doc fix.
17431         (Info-goto-emacs-command-node): Don't jump to *info* from
17432         non-*info* Info buffers.
17433         (Info-fontify-node): Don't show the file name of external
17434         references if `Info-hide-note-references' is `hide'.  Don't hide
17435         newlines at the end of paragraphs.
17437         * international/mule-diag.el (list-input-methods):
17438         Fix args to help-xref-button.
17440         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
17441         to put into effect local variables from TUTORIAL files.
17443         * textmodes/paragraphs.el (sentence-end) <function>: New fun
17444         with default value taken from the variable `sentence-end'.
17445         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
17446         Add nil const to :type.
17447         (sentence-end-without-period, sentence-end-double-space)
17448         (sentence-end-without-space): Doc fix.
17450         * textmodes/paragraphs.el (forward-sentence):
17451         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
17452         (fill-delete-newlines):
17453         * progmodes/cc-cmds.el (c-beginning-of-statement):
17454         Use function `sentence-end' instead of variable `sentence-end'.
17456 2004-04-18  Andreas Schwab  <schwab@suse.de>
17458         * progmodes/compile.el (compilation-start): Set window start to
17459         point-min if compilation-scroll-output is nil.
17461 2004-04-18  John Wiegley  <johnw@newartisans.com>
17463         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
17465 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
17467         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
17468         (gdb-info-breakpoints-custom): Revert previous change.
17469         (gdb-view-assembler): Update assembler if necessary.
17470         (gdb-frame-handler): Parse correctly for gdb-current-frame.
17471         (gdb-display-source-buffer): Update properly when both source and
17472         assembler are visible.
17474 2004-04-17  John Wiegley  <johnw@newartisans.com>
17476         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
17477         which limits the number of names shown in the minibuffer.  Off by
17478         default.
17479         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
17480         up iswitchb for users with a multitude of open buffers by showing
17481         only the first and last N/2 buffers in the completion list (which
17482         is enough to aid C-s/C-r, and to know that more characters are
17483         needed to refine the completion list).
17485 2004-04-17  Richard M. Stallman  <rms@gnu.org>
17487         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
17488         (file-truename): Expand all ~ constructs directly.
17489         (insert-directory): Delete any error msg output by the
17490         `insert-directory-program'.
17492         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
17493         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
17494         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
17495         (allout-init): Use find-file-hook, not find-file-hooks.
17496         (allout-mode): Eliminate Emacs 18 support.
17497         Use write-contents-functions, not local-write-file-hooks.
17499 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
17501         * progmodes/compile.el (compilation-error-properties): Fix for
17502         adding messages when there are already markers for their file.
17503         (compilation-fake-loc): New function.
17505 2004-04-16  Dave Love  <fx@gnu.org>
17507         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
17508         (python-load-file): Fix python-orig-start setting.
17510         * progmodes/compile.el: Doc fixes.
17511         (compilation-error-regexp-alist-alist)
17512         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
17513         (compilation-assq): Wrap in eval-when-compile.
17514         (compilation-mode-font-lock-keywords): Don't use list*.
17515         (compilation-start): Avoid warning.
17516         (compilation-compat-error-properties)
17517         (compilation-directory-properties): Add keymap property.
17518         (compilation-parsing-end): Make it a marker for better compatibility.
17520         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
17522 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
17524         * xml.el: Doc fixes.
17525         (xml-get-children): Only looks at sub-tags and ignore strings.
17527         * xml.el (xml-parse-tag): Avoid overwriting node-name.
17529 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
17531         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
17533 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
17535         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
17537         * vc.el (vc-print-log): Likewise.
17539 2004-04-16  Masatake YAMATO  <jet@gyve.org>
17541         * simple.el (completion-setup-function): Set an initial value
17542         to `element-common-end' before entering loop.  Set a value
17543         to `element-common-end' at the end of loop.
17544         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
17545         (completions-common-part): Rename from completion-de-emphasis.
17546         (completions-first-difference): Rename from completion-emphasis.
17547         Suggested by RMS.
17549 2004-04-16  Juanma Barranquero  <lektu@terra.es>
17551         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
17552         (bookmark-edit-annotation-mode): Add mode name.
17554 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
17556         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
17557         for nested conflict markers.
17558         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
17560 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
17562         * progmodes/gdb-ui.el (gdb-goto-info): New function.
17564         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
17566 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17568         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
17569         Give a backtrace if requested.
17571         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
17573         * progmodes/python.el (python-mouse-2-command, python-RET-command):
17574         Remove unused functions.
17575         (python-orig-start-line, python-orig-file): Remove.
17576         (python-orig-start): New var.
17577         (python-input-filter, python-compilation-line-number)
17578         (python-send-region, python-load-file): Use it.
17580         * info.el (info): Always jump to *info*.
17582         * subr.el (posn-set-point): New function.
17584         * mouse.el (mouse-set-point): Use it.
17586         * progmodes/compile.el (compile-goto-error): Use it.
17587         (compilation-button-map): New keymap.
17588         (compilation-error-properties): Use it.
17589         (compilation-shell-minor-mode-map): Don't bind mouse-2.
17591         * smerge-mode.el (smerge-popup-context-menu): Use it.
17593         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
17594         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
17595         mouse and non-mouse case.
17597         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
17598         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
17600         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
17601         Make it work for non-mouse events.
17603         * pcvs-info.el (cvs-status-map): Update binding name.
17605 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
17607         * xml.el (xml-maybe-do-ns): New function to handle namespace
17608         parsing of both attribute and element names.
17609         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
17610         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
17611         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
17612         (xml-parse-attlist): Make it do its own namespace parsing.
17614 2004-04-14  Dave Love  <fx@gnu.org>
17616         * progmodes/python.el (run-python): Fix use of \n.
17617         (python-load-file): Remove `try' from Python fragment.
17618         (python-describe-symbol): Fix message.
17620         * comint.el: Doc fixes.
17621         (comint-last-input-start, comint-last-input-end)
17622         (comint-last-output-start): Give them values.
17623         (comint-arguments): Avoid warning.
17624         (comint-skip-prompt): Use line-end-position.
17625         (comint-backward-matching-input): Rename arg to agree with doc.
17626         (comint-extract-string): Use syntax-ppss.
17627         (comint-dynamic-simple-complete): Delete useless list construction.
17628         (comint-redirect-subvert-readonly): New.
17629         (comint-redirect-preoutput-filter): Use it.
17631         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17632         Correctly handle negative arguments when calling hook functions.
17634 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
17636         * info.el (info-apropos): Don't clobber Info-history-list.
17638 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
17640         * progmodes/compile.el (compilation-setup):
17641         Localize overlay-arrow-position.
17642         (compilation-sentinel): Restructure code equivalently.
17643         (compilation-next-error): Find message on same line after point if
17644         not found before point.
17645         (compile-mouse-goto-error): Restore function so that compilation
17646         buffer need not be current and use compile-goto-error.
17647         (compile-goto-error): Restore function.
17648         (next-error): Set overlay-arrow-position.
17649         (compilation-forget-errors): Don't localize already local
17650         compilation-locs and remove FIXME about refontifying.
17652 2004-04-14  Kim F. Storm  <storm@cua.dk>
17654         * startup.el (emacs-quick-startup): New defvar (set by -Q).
17655         (command-line): New option -Q.  Like -q --no-site-file, but
17656         in addition it also disables menu-bar, tool-bar, scroll-bars,
17657         tool-tips, and the blinking cursor.
17658         (command-line-1): Skip startup screen if -Q.
17659         (fancy-splash-head): Use ":align-to center" prop to center splash image.
17661         * emulation/cua-base.el (cua-read-only-cursor-color)
17662         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
17664 2004-04-13  Dave Love  <fx@gnu.org>
17666         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
17667         (syntax): Don't require.
17668         (python) <defgroup>: Add :version.
17669         (python-quote-syntax): Re-written.
17670         (inferior-python-mode): Move stuff here from run-python and add
17671         some more.
17672         (python-preoutput-continuation, python-preoutput-result)
17673         (python-dotty-syntax-table): New.
17674         (python-describe-symbol): Use them.
17675         (run-python): Move stuff to inferior-python-mode.  Modify code
17676         loaded into Python.
17677         (python-send-region): Use python-proc, python-send-string.
17678         (python-send-string): Send newlines too.  Callers changed.
17679         (python-load-file): Re-written.
17680         (python-eldoc-function): New.
17681         (info-look): Don't require.
17682         (python-after-info-look): New.  A modified version of former
17683         top-level code for use with eval-after-load.
17684         (python-maybe-jython, python-guess-indent): Use widened buffer.
17685         (python-fill-paragraph): Re-written.
17686         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
17687         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
17689 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
17691         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
17692         Set compilation-error-regexp-alist earlier.
17694         * progmodes/compile.el (compilation-minor-mode-map)
17695         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
17696         (compile-goto-error): Re-merge the mouse and non-mouse commands.
17698 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17700         * progmodes/compile.el (compile-goto-error): Select the buffer/window
17701         corresponding to the event.
17703 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
17705         * loadup.el: Add cygwin to system-type list, for unexec() support.
17707 2004-04-12  John Paul Wallington  <jpw@gnu.org>
17709         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
17710         (ibuffer-restore-window-config-on-quit): New variable to replace
17711         `ibuffer-delete-window-on-quit'.  Update all references.
17712         (ibuffer-prev-window-config): New variable.
17713         (ibuffer-quit): Restore previous window configuration instead of
17714         deleting window.
17715         (ibuffer): Save window configuration before showing Ibuffer buffer.
17717         * help.el (describe-mode): Doc fix.
17719 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
17721         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
17722         not to treat nil as a function.
17724         * vc-arch.el (vc-arch-root): Be a bit more careful.
17725         (vc-arch-register): Save the buffer if we modified it.
17726         (vc-arch-delete-rej-if-obsolete): Save excursion.
17727         (vc-arch-find-file-hook): Use the simpler after-save-hook.
17728         (vc-arch-responsible-p, vc-arch-init-version): New functions.
17730         * net/ldap.el (ldap-search): Use list*.
17732 2004-04-12  Juri Linkov  <juri@jurta.org>
17734         * info.el (Info-follow-reference): Allow multiline reference name.
17736 2004-04-11  Dave Love  <fx@gnu.org>
17738         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
17740         * progmodes/python.el: New file.
17742 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
17744         * vc-hooks.el (vc-arg-list): Function removed.
17745         (vc-default-workfile-unchanged-p): Use condition-case to check for
17746         backward compatibility.
17748         * vc.el (vc-print-log): Use condition-case to check for backward
17749         compatibility.
17751 2004-04-11  Juri Linkov  <juri@jurta.org>
17753         * dired.el (dired-faces): New defgroup.
17754         (dired-header, dired-mark, dired-marked, dired-flagged)
17755         (dired-warning, dired-directory, dired-symlink, dired-ignored):
17756         New faces.
17757         (dired-header-face, dired-mark-face, dired-marked-face)
17758         (dired-flagged-face, dired-warning-face, dired-directory-face)
17759         (dired-symlink-face, dired-ignored-face): New face variables.
17760         (dired-font-lock-keywords): Use them instead of font-lock faces.
17761         Split the rule for dired marks into 3 separate rules: for marks,
17762         marked file names and flagged file names.
17764         * help-mode.el (help-make-xrefs): Add a final newline to the
17765         *Help* buffer.
17767 2004-04-11  John Paul Wallington  <jpw@gnu.org>
17769         * replace.el (occur-engine): Distinguish between one and several
17770         matches in the matches per buffer heading.
17772 2004-04-11  Kim F. Storm  <storm@cua.dk>
17774         * ido.el (ido-confirm-unique-completion): New defcustom.
17775         (ido-complete): Use it.
17776         (ido-write-file): Set it to t unconditionally.
17778 2004-04-10  Miles Bader  <miles@gnu.org>
17780         RCS keyword removal (only non-comment changes are enumerated here):
17782         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
17783         (byte-compile-insert-header): Don't use `byte-compile-version'.
17784         * forms.el (forms-version): Variable removed.
17785         (forms-mode): Don't use `forms-version'.
17786         * recentf.el (recentf-version): Variable removed.
17787         * progmodes/delphi.el (delphi-version): Variable removed.
17788         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
17790 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
17792         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
17794 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
17796         * info.el (info-apropos): Improve menu item regexp.
17798 2004-04-09  Simon Josefsson  <jas@extundo.com>
17800         * mail/smtpmail.el: Add comment, based on report by
17801         kdc@rcn.com (Kevin D. Clark).
17803 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17805         * progmodes/compile.el (compilation-mode-font-lock-keywords):
17806         Redo one more thing that I didn't notice Daniel had undone.
17808 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
17810         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
17811         (gdb-goto-breakpoint, gdb-display-buffer)
17812         (gdb-display-source-buffer, gdb-view-source-function)
17813         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
17814         (gdb-source-info, gdb-frame-handler): Don't specify a window
17815         for display.
17816         (gdb-info-breakpoints-custom): Remove superfluous update of
17817         assembler buffer.
17818         (gdb-many-windows): Make settable outside gdb.
17820 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
17822         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
17823         Derive from fundamental-mode rather than text-mode.
17825 2004-04-08  Juri Linkov  <juri@jurta.org>
17827         * info.el (Info-history): Doc fix.
17828         (Info-history-list): New var.
17829         (info-xref): Change magenta4 to blue, remove bold for dark and
17830         light backgrounds, change bold to underline for non-color classes.
17831         (info-xref-visited): New face.
17832         (Info-fontify-visited-nodes): New custom.
17833         (Info-hide-note-references): Add new value `hide'.  Doc fix.
17834         (Info-reference-name): New var.
17835         (Info-selection-hook): New custom.
17836         (Info-edit-mode-hook): New var.
17837         (Info-find-file): New fun.
17838         (Info-find-node): Move part of code to Info-find-file.
17839         (Info-find-node-2): Add anchors to Info-history-list.  Move point
17840         to the place with the reference name if name is defined.
17841         (Info-select-node): Add current node to Info-history-list.
17842         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
17843         (Info-search-whitespace-regexp): New custom.
17844         (Info-search-case-fold): New var.
17845         (Info-search): Add "case-sensitively" to the prompt.
17846         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
17847         (Info-search-case-sensitively, Info-search-next): New fun.
17848         (Info-up): Move point to the menu item of the current node.
17849         (Info-history): New fun.  Add *info-history* to
17850         same-window-buffer-names.
17851         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
17852         (Info-insert-toc): New fun.
17853         (Info-build-toc): New fun.
17854         (Info-follow-reference): Add new arg `fork'.  Doc fix.
17855         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
17856         with the same name prefer the reference closest to point.
17857         (Info-next-reference): Replace * by + in the *Note regexp.
17858         Add regexp for http:// and ftp://.  Skip the *Note prefix.
17859         (Info-prev-reference): Replace * by + in the *Note regexp.
17860         Add regexp for http:// and ftp://.  Skip the *Note prefix.
17861         (Info-follow-nearest-node): Add new arg `fork'.
17862         (Info-try-follow-nearest-node): Add new arg `fork'.
17863         Call browse-url for http:// and ftp:// references.
17864         Set Info-reference-name for index entries.
17865         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
17866         Info-search-next, Info-history, Info-toc, clone-buffer.
17867         (Info-menu-update): Replace * by + in the *Note regexp.
17868         (Info-mode): Add documentation for Info-history, Info-toc,
17869         Info-search-case-sensitively, Info-search-next, clone-buffer.
17870         (Info-fontify-menu-headers): Remove fun.  Move code to
17871         Info-fontify-node.
17872         (Info-fontify-node): Add docstring.  Add local vars
17873         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
17874         then fontify header line, titles, menu headers, http and ftp
17875         references, refill paragraphs.  If not-fontified-p is t or
17876         fontify-visited-p is t then fontify cross references, menu items.
17877         Fontify menu headers.  Fontify http and ftp references.
17878         Change regexp for cross references to require whitespace after *Note,
17879         add matching groups for file and node names.  Remove hack for quote.
17880         Use display property for Info-hide-note-references=t.  Use fifth
17881         or fourth match for help-echo.  Display visited nodes in a
17882         different face.  Unhide file names of external references.
17883         Unhide newlines.  Display visited menu items in a different face.
17885 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
17887         * progmodes/compile.el: Require CL.
17888         (compilation-mode-font-lock-keywords): Re-install the "line as
17889         function" patch.
17891         * help-fns.el (help-C-source-directory): New var.
17892         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
17893         (describe-function-1, describe-variable): Use them.
17895         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
17896         to C source files specially.
17898 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
17900         * info.el (Info-hide-cookies-node): New function.
17901         (Info-select-node): Use it.
17902         (Info-display-images-node): Remove message with image file name.
17904 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
17906         * progmodes/compile.el (compilation-warning-face)
17907         (compilation-info-face, compilation-skip-threshold)
17908         (compilation-skip-visited, compilation-context-lines):
17909         Declare :version when added to Emacs.
17910         (compilation-error-regexp-alist-alist): Extend caml and irix.
17911         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
17912         (compilation-mode-font-lock-keywords): Temporarily undo line as
17913         function patch, which wasn't ready.
17915 2004-04-07  Kenichi Handa  <handa@m17n.org>
17917         * international/latin1-disp.el (latin1-display-setup): Check each
17918         character is displayable or not instead of calling
17919         latin1-display-check-font.
17921 2004-04-06  Kenichi Handa  <handa@m17n.org>
17923         * language/ethio-util.el (ethio-sera-being-called-by-w3):
17924         New variable.
17925         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
17926         instead of sera-being-called-by-w3.
17927         (ethio-fidel-to-sera-buffer): Likewise.
17928         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
17929         instead of sera-being-called-by-w3.
17930         (ethio-write-file): Likewise.
17932 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
17934         * printing.el: Doc fix.
17936 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
17938         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
17939         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
17940         (gdb-setup-windows): Only use separate IO buffer if required.
17942 2004-04-06  Kim F. Storm  <storm@cua.dk>
17944         * term.el (term-is-xemacs): Remove.
17945         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
17946         (term-window-width): New function.
17947         (term-mode, term-check-size): Use it.
17948         (term-mode): Disable overflow-newline-into-fringe in term buffer.
17950 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17952         * cus-edit.el (custom-add-parent-links): Change unbound variable
17953         `symbol' to `name'.
17955 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
17956         * info.el (info-apropos): New function.
17957         (Info-mode-menu): Add it.
17958         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
17960         * help-mode.el (help-make-xrefs): Recognize aliased variable with
17961         inherited docstring.
17963         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
17965 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17967         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
17969         * progmodes/compile.el (font-lock): Don't require any more.
17970         (compilation-error-properties, compilation-start, compilation-sentinel)
17971         (compilation-filter, next-error): Use with-current-buffer.
17972         (compilation-skip-to-next-location, compilation-skip-threshold)
17973         (compilation-skip-visited): Move to silence the byte-compiler.
17974         (compilation-setup): Simplify.
17975         (compilation-next-error): Use line-(beginning|end)-position.
17976         Make sure `pt' is non-nil before using compilation-loop.
17977         (compile-goto-error): Add optional event arg.  Use it.
17978         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
17979         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
17980         Update the binding for mouse-2.
17981         (first-error): Set compilation-current-error to nil rather than bob.
17982         (compilation-parsing-end, compilation-parse-errors-function)
17983         (compilation-error-list, compilation-old-error-list):
17984         "New" compatibility variables.
17985         (compile-buffer-substring, compilation-compat-error-properties)
17986         (compilation-compat-parse-errors, compilation-forget-errors):
17987         New compatibility functions.
17988         (compilation-mode-font-lock-keywords): Use them.
17990 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
17992         * autorevert.el (auto-revert-handler): If point (or a window
17993         point) is at the end of the buffer, keep it there after
17994         reverting.  This allows to tail a file.
17995         Mention this in the `Commentary'.
17997         * format.el (format-write-file): Add optional argument CONFIRM
17998         and make it behave like the analogous argument to `write-file'.
18000 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18002         * progmodes/ebnf2ps.el: Doc fix.
18003         (ebnf-version): New version number (4.2).
18004         (ebnf-syntax): Customization and docstring fix.
18005         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18006         Put autoloaded funs before first use.
18007         (ebnf-style-database): Add dtd entry.
18008         (ebnf-syntax-alist): Add dtd initialization.
18009         (ebnf-token-sequence): New fun.
18010         (ebnf-comment-table): Add new comment action character.
18011         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18013         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18014         Type Definition for XML).
18016         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18017         * progmodes/ebnf-bnf.el (ebnf-sequence):
18018         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18019         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18020         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18021         Code simplification: call ebnf-token-sequence.
18023 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
18025         * calendar/timeclock.el (timeclock-relative)
18026         (timeclock-get-project-function, timeclock-get-workday-function)
18027         (timeclock-query-out, timeclock-when-to-leave)
18028         (timeclock-when-to-leave-string, timeclock-log-data)
18029         (timeclock-generate-report, timeclock-in): Doc fixes.
18031 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18033         * url/: New dir.  Import the URL package from its repository.
18035 2004-04-03  Andreas Schwab  <schwab@suse.de>
18037         * diff-mode.el (diff-mode): Fix missing quote.
18039 2004-04-03  Juri Linkov  <juri@jurta.org>
18041         * descr-text.el (describe-property-list): Add `font-lock-face'.
18043         * dired.el (dired-font-lock-keywords): Fix permission regexps.
18045 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18047         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18048         Use utf-16le on little endian machines and utf-16be otherwise.
18050 2004-04-02  David Kastrup  <dak@gnu.org>
18052         * net/browse-url.el (browse-url-generic): Use call-process
18053         instead of start-process to allow browsers that fork and detach.
18055 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
18057         * compile.el (compilation-current-error): New var.
18058         (compilation-setup, compile-mouse-goto-error)
18059         (compile-goto-error, next-error): Use it.
18060         (compilation-skip-to-next-location): Default to t, which gives
18061         contiguous skipping like old compile (where this was redundant).
18062         (compilation-next-error): Prevent previous-* commands from moving
18063         back to message at or just before point.
18065 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
18067         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18068         (gdb-source-info): Don't display source at startup, if required.
18069         (gdb-show-main): New option.
18070         (gdba): Update documentation.
18071         (gdb-source): Cover case of auto-display output.
18073 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
18075         * autorevert.el: Delete obsolete autoloads and defvars.
18076         (auto-revert-check-vc-info): New user option.
18077         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18078         (auto-revert-handler-vc): Delete.
18079         (auto-revert-handler): Treat return value `fast' of
18080         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
18082         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18083         return `fast'.
18085         * files.el (buffer-stale-function): Doc change.
18087 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18089         * printing.el: New tip on Tips section.
18090         (pr-version): New version number (6.7.4).
18091         (pr-shell-file-name): Initialization fix.
18093 2004-03-31  Juri Linkov  <juri@jurta.org>
18095         * dired.el: Add autoload for `dired-do-touch'.
18096         (dired-touch-program): New var.
18097         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18098         (dired-no-confirm): Add `touch' to docstring.
18100         * dired-aux.el (dired-do-touch): New fun.
18101         (dired-do-chxxx): Add argument -t for touch operation.
18103         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18104         `dired-move-to-filename-regexp'.
18106 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
18108         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18110 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18112         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18113         and only if the buffer was modified.
18115 2004-03-30  Kenichi Handa  <handa@m17n.org>
18117         * international/characters.el: Delete pairs for U+2308..U+230B.
18119 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
18121         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18122         to detect the beginning of a level 2 or 3 annotation.
18124 2004-03-29  Kenichi Handa  <handa@m17n.org>
18126         * international/ucs-tables.el (ucs-insert): Fix the error message.
18128 2004-03-29  Kenichi Handa  <handa@m17n.org>
18130         * international/mule-util.el (char-displayable-p): Fix generation
18131         of XLFD file name.
18133         * Makefile.in (setwins, setwins_almost): Change directory to $wd
18134         before finding directories by `find'.
18136 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18138         * subr.el (interactive-form): Delete.  Now implemented in C.
18140         * pcvs.el (cvs-parse-process): Workaround for Darwin.
18142         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
18143         (vc-diff-label): New fun.
18144         (vc-diff-internal): Use it.
18146         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
18148 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18150         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
18152         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
18153         specify XML (EBNFX).
18155         * progmodes/ebnf2ps.el: Doc fix.
18156         (ebnf-version): New version number (4.1).
18157         (ebnf-syntax): Adjust customization.
18158         (ebnf-style-database): Add ebnfx entry.
18159         (ebnf-syntax-alist): Add ebnfx initialization.
18160         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
18162         * printing.el: Doc fix.
18163         (pr-version): New version number (6.7.3).
18164         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
18165         returns nil for mouse position.  Reported by Drew Adams
18166         <drew.adams@oracle.com>.
18167         (pr-update-menus): Modify interactive declaration.  Reported by Drew
18168         Adams <drew.adams@oracle.com>.
18170 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
18172         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
18173         (gud-gdba-marker-filter): Log the process input and output, if
18174         required.  From Stefan Monnier.
18175         (gdb-debug-log, gdb-enable-debug-log): New variables.
18176         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
18178 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18180         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
18181         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
18183 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
18185         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
18186         Call vc-find-file-hook here instead of in auto-revert-buffers.
18187         (auto-revert-buffers): Delete call to vc-find-file-hook.
18188         (auto-revert-verbose, global-auto-revert-non-file-buffers)
18189         (global-auto-revert-mode, auto-revert-set-timer)
18190         (auto-revert-handler, auto-revert-buffers): Doc fixes.
18192 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
18194         * woman.el (woman-change-fonts): Rename local variable
18195         woman-font-alist to font-alist to avoid a compiler warning.
18197 2004-03-27  Dave Love  <fx@gnu.org>
18199         * emacs-lisp/rx.el (rx): Doc fix.
18200         Fix copyright years.
18202         * strokes.el (strokes-global-set-stroke-string): New function.
18203         (strokes-list-strokes): Cope with strings, not just commands.
18204         Set foreground color of image.
18205         (strokes-global-set-stroke): Doc fix.
18207 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
18209         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
18210         Auto Revert mode.
18211         (Buffer-menu-files-only): New variable.
18212         (Buffer-menu-toggle-files-only): New function.
18213         (Buffer-menu-mode-map): Bind it to `T'.
18214         (Buffer-menu-mode): Mention `T' in docstring.
18215         Set buffer-stale-function.
18216         (list-buffers-noselect): Mark buffer non-modified and set
18217         Buffer-menu-files-only.
18219         * dired.el (buffer-stale-function): Remove no longer needed defvar.
18221         * autorevert.el (auto-revert-handler): Print revert message
18222         before, rather than after, reverting.
18223         (buffer-stale-function): Move to files.el.
18225         * files.el (buffer-stale-function): Move here from autorevert.el.
18227 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18229         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
18231         * calc/calc.el (calc-mode-map): Use mapc.
18233         * apropos.el (apropos-mode): Don't autoload.
18234         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
18235         (apropos): Use it.
18236         (apropos-print): Add optional `text' argument.
18237         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
18238         Don't assume point-min == 1.
18240         * bs.el (bs-buffer-list): Use buffer-local-value.
18241         (bs--set-toggle-to-show): Use with-current-buffer.
18243         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
18244         New funs.
18245         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
18247         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
18249         * dabbrev.el (dabbrev-expand): Fix regexp construction.
18250         (dabbrev--find-expansion): Use pop.
18251         (dabbrev--search): Use match-string-no-properties.
18253         * dired.el (dired-mode): Use run-mode-hooks.
18254         (dired-move-to-end-of-filename): Use match-string.
18256         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
18257         is bound before using it.
18258         (ediff-verbose-p): Make it into a var since it's not constant.
18260         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
18262         * faces.el (read-face-font): Don't cons up unnecessarily.
18263         (header-line, tool-bar): Share common parts.
18265         * files.el (file-relative-name): Use compare-strings.
18267         * finder.el (finder-mode): Follow coding convention.
18269         * subr.el (read-number): New function.
18271         * ses.el (ses-read-number): Move to subr.el.
18272         (ses-set-header-row): Use read-number.
18274 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
18276         * vc-hooks.el (vc-arg-list): New function, which handles both
18277         compiled and uncompiled code.
18278         (vc-default-workfile-unchanged-p): Use it.
18280         * vc.el (vc-print-log): Undo prev change, use new function
18281         vc-arg-list from vc-hooks.el.
18283 2004-03-26  Masatake YAMATO  <jet@gyve.org>
18285         * simple.el (completion-setup-function): Emphasize the
18286         first uncommon characters in the completions; and de-emphasize
18287         the common prefix substrings.
18288         (completion-emphasis): New face.
18289         (completion-de-emphasis): New face.
18291 2004-03-25  Juanma Barranquero  <lektu@terra.es>
18293         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
18294         Comment out (it's unused and unfinished code).
18296 2004-03-25  Sam Steingold  <sds@gnu.org>
18298         * vc.el (vc-print-log): Fix a bug in the last patch:
18299         backend-function may be a byte-compiled object, not a lambda.
18301 2004-03-25  Juri Linkov  <juri@jurta.org>
18303         * descr-text.el (describe-property-list): Add a button
18304         for `face' property that calls `describe-face'.
18305         Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18307         * international/mule.el (keyboard-coding-system):
18308         * kmacro.el (kmacro-call-macro): Fix docstring.
18310         * dired.el: Fix comments.
18312         * textmodes/fill.el (fill): Fix Info link.
18314         * font-lock.el (fast-lock, lazy-lock):
18315         * jit-lock.el (jit-lock): Remove links to removed Support Modes
18316         Info node.
18318         * eshell/eshell.el (eshell): Fix broken info-link.
18320         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
18321         * eshell/em-banner.el (eshell-banner):
18322         * eshell/em-smart.el (eshell-smart):
18323         * eshell/esh-cmd.el (eshell-cmd):
18324         Comment out broken info-links to incomplete Info manual.
18326         * info-xref.el: Fix commentary.
18328 2004-03-25  Kevin Ryde  <user42@zip.com.au>
18330         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
18331         Remove spurious node duplicate suppression, doesn't work, not wanted.
18332         (info-xref-output): Take format style args, add "sit-for 0" to let
18333         user see the results as they progress.
18334         (info-xref-check-all-custom): New function.
18336 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
18338         * gdb-ui.el: Moved to progmodes.
18340 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18342         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
18344 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
18346         * calendar/appt.el (appt-check): Remove superfluous progn.
18347         When finished with diary buffer: if it was not being displayed
18348         before, kill it; otherwise restore its original state.
18349         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
18351         * calendar/calendar.el (calendar-set-mode-line): Use total
18352         available mode-line width, rather than frame-width.
18354         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
18355         after mode change so effect not lost.
18357 2004-03-23  Dave Love  <fx@gnu.org>
18359         * dired.el (dired) <defgroup>: Add link to manual.
18360         (dired-font-lock-keywords): Add highlighting on unusual permissions.
18361         (dired-revert): Use dolist.
18362         (dired-mode-map): Add U binding.
18363         (dired-mode): Add font-lock-beginning-of-syntax-function.
18364         (dired-garbage-files-regexp): Make it a defcustom.
18366 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
18368         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
18369         is equivalent to nil.
18370         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
18371         (vc-arch-mode-line-string): Accept `added' state.
18372         (vc-arch-state): Use inode-sigs if available.
18373         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
18374         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
18375         (vc-arch-tagline-re): New var.
18376         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
18377         New functions.
18378         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
18379         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
18381         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
18382         (vc-file-not-found-hook): Use it.
18384         * diff-mode.el (diff-default-read-only): Change default.
18385         (diff-mode-hook): Make it a defcustom.  Add some options.
18386         (diff-mode-map): Bind diff-refine-hook.
18387         (diff-yank-handler): New var.
18388         (diff-yank-function): New fun.
18389         (diff-font-lock-keywords): Use them.
18390         (diff-end-of-file): Handle case where file-header looks like diff text.
18391         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
18392         (diff-file-kill): Delete a subsequent empty line, if applicable.
18393         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
18394         (diff-find-file-name): Use it.
18395         (diff-tell-file-name): New command.
18396         (diff-mode): Be careful with view-mode.
18397         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
18398         New functions, for use in diff-mode-hook.
18399         (diff-find-source-location): Catch "regex too large" errors.
18400         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
18401         (diff-refine-hunk): New command.
18403         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
18404         (smerge-context-menu-map): Remove unused var.
18405         (smerge-keep-all): Preserve markers.
18406         (smerge-keep-n): New fun.
18407         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18408         (smerge-keep-current, smerge-ediff): Use it.
18409         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
18410         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
18411         (smerge-resolve): Resolve trivial 3-part conflicts.
18413 2004-03-23  Juri Linkov  <juri@jurta.org>
18415         * man.el (Man-width): New var.
18416         (Man-getpage-in-background): Use it.
18417         (Man-support-local-filenames): New var and fun.
18418         (Man-build-man-command): Don't add a second %s.
18419         (Man-fontify-manpage): Clean up message.
18420         (Man-mode): Set outline-regexp, outline-level,
18421         imenu-generic-expression.
18423         * woman.el (woman-fill-frame): Doc fix.
18424         (woman-decode-region): Use window-width instead of frame-width.
18426         * abbrevlist.el (list-one-abbrev-table):
18427         * descr-text.el (describe-char):
18428         * international/mule-diag.el (describe-current-coding-system):
18429         * international/quail.el (quail-insert-decode-map):
18430         Use window-width instead of frame-width.
18432         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
18433         (jka-compr-mode-alist-additions): Add tbz.
18434         (jka-compr-write-region, jka-compr-insert-file-contents):
18435         Add message for undefined compress-program.
18436         (jka-compr-write-region): Remove redundant var bindings.
18438         * dired-x.el (dired-guess-shell-alist-default): Add choices for
18439         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
18440         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
18441         (dired-man): Use dired-guess-shell-command.
18442         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
18443         Change default nil to t.
18445         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
18446         (dired-compare-directories): Add default value for empty input.
18448         * help-at-pt.el: Move suggestions for key bindings to Commentary.
18450         * time.el (display-time-string-forms): Fix help-echo date format.
18452 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
18454         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
18455         (buffer-stale-function): New variable.
18456         (auto-revert-list-diff, auto-revert-dired-file-list)
18457         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
18458         (auto-revert-handler): Take over some functionality of deleted
18459         functions.
18460         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
18462         * dired.el (dired-directory-changed-p): New fun, extracted from
18463         dired-internal-noselect.
18464         (dired-buffer-stale-p): New fun.
18465         (dired-internal-noselect): Use dired-directory-changed-p.
18466         Eliminate revert messages.
18467         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
18469 2004-03-23  Kenichi Handa  <handa@m17n.org>
18471         * international/characters.el: Setup syntaxes for more parentheses
18472         Unicode characters.
18474         * international/mule-cmds.el (select-safe-coding-system):
18475         Merge coding-system and auto-cs before comparing them.
18477 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18479         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
18481         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18482         normal-auto-fill-function and comment-indent-function.
18483         The default values now work just as well.
18484         Don't set font-lock-beginning-of-syntax-function since we already set
18485         syntax-begin-function.
18486         (lisp-outline-level): Put ;;;###autoload at same level as (.
18487         (prin1-char): Quote special chars.
18489         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
18490         than with-no-warnings.
18492         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
18493         if the source location can't be found.
18494         (edebug-compute-previous-result): Use prin1-char.
18496         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
18497         (debug-ignored-errors): Add an entry.
18499         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
18500         (byte-compile-file): Output warning when deleting a file.
18502         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
18503         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
18505         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
18506         (byte-compile-inline-expand): Use backquote.
18507         (byte-optimize-pure-func): Rename from byte-optimize-concat.
18508         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
18510         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
18512         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
18514 2004-03-22  Juri Linkov  <juri@jurta.org>
18516         * finder.el (finder-known-keywords): Fix data, tex, unix.
18518         * play/landmark.el: Fix keywords.
18520         * language/ethio-util.el (ethio-find-file): Doc fix.
18522         * emacs-lisp/warnings.el: Doc fix.
18524         * textmodes/ispell.el (ispell-help): Doc fix.
18526 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
18528         * format.el (format-insert-file): Always return a list of two
18529         elements, like insert-file-contents does.
18531 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
18533         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
18534         and vc-BACKEND-diff.
18535         (vc-print-log): If the print-log implementation supports it, use
18536         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
18537         (vc-version-diff, vc-diff-internal): Doc fixes.
18539         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
18540         implementation supports it, let diff output go to *vc*,
18541         not *vc-diff*, since this is an internal call.
18543         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
18545         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
18547         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
18549 2004-03-21  Dave Love  <fx@gnu.org>
18551         * progmodes/cfengine.el (cfengine-mode):
18552         Set parse-sexp-ignore-comments.
18554         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
18556 2004-03-21  Juanma Barranquero  <lektu@terra.es>
18558         * allout.el (allout-mode): Fix docstring.
18560 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
18562         * files.el (insert-directory): Fix bug if SWITCHES is a list.
18564         * autorevert.el (auto-revert-interval): Make new value take
18565         effect immediately when set through Custom.
18566         (auto-revert-set-timer): Add interactive declaration.
18568 2004-03-19  David Ponce  <david@dponce.com>
18570         * ruler-mode.el (ruler-mode-header-line-format-old):
18571         Don't `make-variable-buffer-local'.
18572         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
18573         (ruler-mode-header-line-format): Simply funcall the above.
18574         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
18575         to save/restore a previous header line format.
18576         (ruler-mode-space): Don't depend on a numeric WIDTH value.
18577         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
18578         fringes and margins width.
18579         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
18581 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
18583         * log-edit.el (log-edit-font-lock-keywords): Typo.
18585         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
18586         (tex-send-tex-command): Rather than here.
18587         (tex-compilation-parse-errors): Simplify.
18589         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
18591         * time.el (display-time-string-forms): Add help-echo with date on time.
18593         * composite.el (compose-region): Use restore-buffer-modified-p.
18595         * disp-table.el (standard-display-8bit): Simplify.
18597         * server.el (server-process-filter): Delete temp frame.
18599         * add-log.el (add-change-log-entry): Simplify.
18601 2004-03-19  Kim F. Storm  <storm@cua.dk>
18603         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
18604         (hexl-follow-line): Don't require 'fringe.
18606         * progmodes/compile.el (compilation-start): Always set
18607         compilation-last-buffer and return it.
18609 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
18611         * simple.el (clone-buffer): Doc fix.
18613 2004-03-18  Juanma Barranquero  <lektu@terra.es>
18615         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
18617 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
18619         * log-edit.el (log-edit-font-lock-keywords): New var.
18620         (log-edit-mode): Use it.
18622 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
18624         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
18625         properly for watching in speedbar.
18627 2004-03-17  Masatake YAMATO  <jet@gyve.org>
18629         * smerge-mode.el (smerge-popup-context-menu):
18630         Put `unwind-protect' around `overlay-put' and `popup-menu'.
18632 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
18634         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
18635         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
18636         Take sealed revisions into account.
18637         (vc-arch-checkin): Extract a summary line from the message.
18639 2004-03-16  Masatake YAMATO  <jet@gyve.org>
18641         * register.el (register): Provide `register' feature.
18643 2004-03-15  Masatake YAMATO  <jet@gyve.org>
18645         Added context menu support in smerge mode.
18646         Most of the part is written by Stefan Monnier.
18648         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
18649         New keymap and menu.
18650         (smerge-text-properties): New function.
18651         (smerge-remove-props): New function.
18652         (smerge-popup-context-menu): New function.
18653         (smerge-resolve): Call `smerge-remove-props'.
18654         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
18655         (smerge-keep-current): Ditto.
18656         (smerge-kill-current): New function.
18657         (smerge-match-conflict): Put text properties.
18658         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
18660 2004-03-15  David Ponce  <david@dponce.com>
18662         * ruler-mode.el (ruler-mode-left-fringe-cols)
18663         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
18664         (ruler-mode-right-scroll-bar-cols): Remove.
18665         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
18666         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
18667         Use fringe-columns and scroll-bar-columns.
18669 2004-03-15  Masatake YAMATO  <jet@gyve.org>
18671         * hl-line.el (hl-line-range-function): New variable.
18672         (hl-line-move): New function.
18673         (global-hl-line-highlight): Use `hl-line-move'.
18674         (hl-line-highlight): Ditto.
18676         * scroll-bar.el (scroll-bar-columns):
18677         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
18679         * ruler-mode.el (top-level): Require scroll-bar and fringe.
18680         (ruler-mode-left-fringe-cols)
18681         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
18682         (ruler-mode-right-scroll-bar-cols)
18683         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
18684         (ruler-mode-ruler-function): New variable.
18685         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
18686         if the value for `ruler-mode-ruler-function' is given.
18688         * hexl.el (hexl-mode-hook): Make the hook customizable.
18689         (hexl-address-area, hexl-ascii-area): New customize variables.
18690         (hexlify-buffer): Put font-lock-faces on the address area and
18691         the ascii area.
18692         (hexl-activate-ruler): New function.
18693         (hexl-follow-line): New function.
18694         (hexl-highlight-line-range): New function.
18695         (hexl-mode-ruler): New function.
18697 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
18699         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
18700         (vc-default-find-file-hook): New fun.
18701         (vc-find-file-hook): Call new find-file-hook operation.
18703         * vc-arch.el: New file.
18705 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
18707         * info-look.el (info-lookup): Reuse an existing Info window.
18709 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
18711         * woman.el (woman-preserve-ascii): Default value changed to t and
18712         doc string revised.
18714 2004-03-12  Richard M. Stallman  <rms@gnu.org>
18716         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
18717         Fix minor bug.
18719         * replace.el (occur-engine): Change message for count of matches.
18721         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
18722         For strings, do compare text properties.
18724 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
18726         * progmodes/compile.el (compile-auto-highlight)
18727         (compilation-error-list, compilation-old-error-list)
18728         (compilation-parse-errors-function, compilation-parsing-end)
18729         (compilation-error-message, compilation-directory-stack)
18730         (compilation-enter-directory-regexp-alist)
18731         (compilation-leave-directory-regexp-alist)
18732         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
18733         (compilation-current-file, compilation-regexps): Remove vars.
18735         (compile-error-at-point, compilation-error-filedata)
18736         (compilation-error-filedata-file-name, compile-reinitialize-errors)
18737         (compilation-next-error-locus, compilation-forget-errors)
18738         (count-regexp-groupings, compilation-parse-errors)
18739         (compile-collect-regexps, compile-buffer-substring): Remove funs.
18741         (compile-internal): Make obsolete.
18743         (compilation-first-column, compilation-error)
18744         (compilation-directory-matcher, compilation-page-delimiter)
18745         (compilation-mode-font-lock-keywords, compilation-debug)
18746         (compilation-error-face, compilation-warning-face)
18747         (compilation-info-face, compilation-line-face)
18748         (compilation-column-face, compilation-enter-directory-face)
18749         (compilation-leave-directory-face, compilation-skip-threshold)
18750         (compilation-skip-visited, compilation-context-lines): New vars.
18752         (compilation-warning-face, compilation-info-face)
18753         (compilation-message-face): New faces.
18755         (compilation-error-regexp-alist-alist): New constant.
18757         (compilation-face, compilation-directory-properties)
18758         (compilation-assq, compilation-error-properties, compilation-start)
18759         (define-compilation-mode, compilation-loop)
18760         (compilation-set-window): New functions.
18762         (compile): Additional argument for interactive compiles like TeX.
18764         * progmodes/grep.el (kill-grep): Move here from compile.el
18765         (grep-error, grep-hit-face, grep-error-face)
18766         (grep-mode-font-lock-keywords): New variables.
18767         (grep-regexp-alist): Simplify regexp and add `binary' case.
18768         (grep-mode): New mode.
18769         (grep-process-setup): Simplify.
18771 2004-03-11  Jason Rumney  <jasonr@gnu.org>
18773         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
18774         letters on DOS/Windows.
18776 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18778         * server.el (server-name): New var.
18779         (server-socket-dir): New var to replace server-socket-name.
18780         (server-start): Use them.
18782 2004-03-11  Simon Josefsson  <jas@extundo.com>
18784         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
18785         died to avoid infloop.  Reported by Jonathan Glauner
18786         <jglauner@sbum.org>.
18788 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
18790         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
18791         (smerge-mode-menu): Use it to deactivate menu entries.
18792         (smerge-keep-current): New fun.
18793         (smerge-keep-current): Use it.
18795 2004-03-10  John Paul Wallington  <jpw@gnu.org>
18797         * foldout.el (foldout-fold-list, foldout-modeline-string):
18798         Declare them as variables, not constants.
18800 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18802         * ps-print.el: Modification to print *Messages* buffer.
18803         (ps-print-version): New version 6.6.4.
18804         (ps-message-log-max): New fun.
18805         (ps-spool-without-faces, ps-spool-with-faces)
18806         (ps-count-lines-preprint): Code fix.
18808         * printing.el: New tips in Tips section.
18810 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18812         * delim-col.el: Doc fix.
18814         * printing.el: Doc fix.  New doc section (Tips).
18816 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
18818         * type-break.el (type-break-emacs-variant): Remove.
18819         (type-break-run-at-time, type-break-cancel-function-timers):
18820         Use fboundp rather than version name and number.
18822 2004-03-09  Masatake YAMATO  <jet@gyve.org>
18824         * hexl.el (hexl-mode): Use `make-local-variable' instead of
18825         `make-variable-buffer-local'.
18827 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
18829         * find-dired.el (find-dired): Call `shell-command' instead of
18830         `start-process-shell-command'.  By this, Tramp takes over
18831         handling of remote directories.
18833 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
18835         * newcomment.el (comment-use-global-state): New var.
18836         (comment-search-forward): Use it.
18838         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
18840         * cus-edit.el (fill) <defgroup>: Move to fill.el.
18842         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
18843         (enable-kinsoku): Make it a defcustom.
18844         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
18845         paragraph to same-comment-start-marker.
18847 2004-03-07  Dave Love  <fx@gnu.org>
18849         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
18850         (browse-url-mail): Use it.
18852         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
18853         (rfc2368-unhexify-string): Use replace-regexp-in-string.
18855 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
18857         * woman.el (woman-man.conf-path): Doc fix.
18858         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
18860 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
18862         * sort.el (sort-columns): Remove ms-dos from the list of systems
18863         where the external `sort' command is not used.
18865 2004-03-07  Kim F. Storm  <storm@cua.dk>
18867         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
18868         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
18869         from overlay-arrow-variable-list.
18870         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
18872 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
18874         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
18875         overlay arrow string properly for the assembler buffer.
18877 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18879         * mail/sendmail.el (mail-mode): Fix last change.
18881 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
18883         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
18884         for the assembler buffer.
18885         (gdb-assembler-custom): Position the overlay arrow.
18886         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
18888 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
18890         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
18892         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
18893         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
18895         * mail/sendmail.el (mail-mode): Set comment-start-skip.
18897         * newcomment.el (uncomment-region): Allow non-terminated comment.
18898         (comment-normalize-vars): Check the user-specified comstart marker.
18900 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18902         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
18903         Otherwise, do use it if the region only contains font-lock text
18904         properties.
18906 2004-03-04  Masatake YAMATO  <jet@gyve.org>
18908         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
18909         as the callback function for eldoc.
18910         (hexl-print-current-point-info): New function.
18911         (hexl-current-address): Print the address in both decimal
18912         and hexadecimal format.
18914 2004-03-04  Richard M. Stallman  <rms@gnu.org>
18916         * mail/rmail.el (rmail-convert-to-babyl-format):
18917         Specify t for UNIBYTE when calling mail-unquote-printable-region.
18919         * mail/mail-utils.el (mail-unquote-printable-region):
18920         New arg UNIBYTE.
18922         * startup.el (command-switch-alist): Doc fix.
18924         * simple.el (undo): Temporarily set this-command to `undo-start',
18925         then set it to `undo' once undo-start returns without error.
18927         * simple.el (minibuffer-history-sexp-flag): Doc fix.
18929         * simple.el (kill-line): Don't disregard trailing whitespace
18930         in eol condition, if show-trailing-whitespace is set.
18932         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
18933         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
18934         When disabling, restore old values only if mouse-sel-has-been-enabled.
18936         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
18937         (isearch-{-char): New function.
18938         (isearch-mode-map): Bind { to isearch-{-char.
18940         * font-lock.el (lisp-font-lock-keywords-2):
18941         Turn off the CL with-... and do-... general patterns.
18942         Instead, recognize several specific with... and do... constructs.
18944         * files.el (switch-to-buffer-other-window):
18945         Bind same-window-buffer-names and same-window-regexps to nil.
18946         (switch-to-buffer-other-frame): Likewise.
18948 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18950         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
18951         recognizing leading comment on code line.
18953 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18955         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
18956         hidden files/directories.
18958 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
18960         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
18961         only comment-start (in case the mode hasn't set it).
18963         * Makefile.in (AUTOGENEL): New var.
18964         (bootstrap-prepare): Rename from bootstrap-clean.
18965         Don't remove elc files.
18966         (maintainer-clean): New target.
18968         * xml.el (xml-get-attribute-or-nil): Simplify.
18970 2004-03-02  Juri Linkov  <juri@jurta.org>
18972         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
18973         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
18974         URL to prevent their substitution with the environment variable
18975         values by browsers.
18977 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
18979         * ps-print.el: Doc fix.
18980         (ps-print-version): New version number (6.6.3).
18981         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
18982         Docstring fix.
18983         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
18984         before printing.
18985         (ps-time-stamp-yyyy-mm-dd): New fun.
18986         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
18988 2004-03-02  Kim F. Storm  <storm@cua.dk>
18990         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
18992 2004-03-01  Juanma Barranquero  <lektu@terra.es>
18994         * allout.el (allout-rebullet-heading): Fix typo in docstring.
18996         * desktop.el (desktop-file-version)
18997         (desktop-after-read-hook): Fix typos.
18998         (desktop-clear-preserve-buffers): Remove redundant info in
18999         docstring already shown by the obsolescence message.
19000         (desktop-truncate, desktop-internal-v2s)
19001         (desktop-value-to-string): Change argument name to match docstring.
19003         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19005         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19006         docstring.
19008 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19010         * printing.el: Replace "As Is..." in PostScript file print/preview by
19011         "No Preprocessing...".  Suggested by Colin Marquardt
19012         <_marquardt_@zmd.de>.
19013         (pr-insert-section-4): Adjust buffer interface.
19015 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
19017         Version 2.0.39 of Tramp released.
19019         * net/tramp.el (tramp-handle-file-local-copy)
19020         (tramp-handle-write-region, tramp-open-connection-rsh):
19021         Variable name typo.  Small change.  From Patrick Tullmann
19022         <tullmann@flux.utah.edu>.
19023         (tramp-process-connection-type): New variable.
19024         (tramp-maybe-open-connection): Use it.
19025         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19026         (tramp-touch): Set last-modified time of a remote file.
19027         (tramp-handle-write-region): Say which function is used when encoding.
19029 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
19031         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19032         case of non-existing filename, too.  Reported by Christoph Bauer
19033         <c_bauer@informatik.uni-kl.de>.
19034         (tramp-smb-get-file-entries): The directory in question should
19035         have permissions "drwxrwxrwx".  Just virtual, because we don't
19036         know the real permissions.  Don't we know?
19037         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19038         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19039         (tramp-smb-wait-for-output): Optimize algorithm getting pending
19040         output.  If it was received chunkwise, there have been problems.
19041         Remove the "prompt not found" error message; it is obvious.
19042         Simplify algorithm.
19043         (tramp-smb-process-running): Remove.  Since we acknowledge the
19044         virtual prompt for shares, there's no need for distinction of
19045         reading shares (process ends afterwards) and interactive mode of
19046         smblient.
19047         (tramp-smb-open-connection): Setting process sentinel removed.
19048         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19049         "NT_STATUS_NETWORK_ACCESS_DENIED".
19050         (tramp-smb-maybe-open-connection): Set `process-connection-type'
19051         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19052         (top-level): Setting default value in `tramp-default-method-alist'
19053         corrected.  Order of USER and HOST have been wrong.
19054         Nobody complained for months ...
19055         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19056         (tramp-smb-open-connection): Clear password cache if login has failed.
19058         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19059         `tramp-unified-filenames'.
19060         (tramp-completion-mode): Make test for XEmacs explicitly.
19061         `event-to-character' can exists in Emacs packages too.
19062         Reported by Matt Swift <swift@alum.mit.edu>.
19063         (tramp-buffer-name): Buffer name must contain the user if exists.
19064         Reported by Adrian Phillips <a.phillips@met.no>.
19065         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19066         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19067         (tramp-do-copy-or-rename-file-out-of-band): Rename from
19068         `tramp-do-copy-or-rename-file-one-local', because it handles also
19069         the case both files use the same out-of-band method.
19070         Implementation added.
19071         (tramp-handle-file-local-copy, tramp-handle-write-region):
19072         Out-of-band handling removed.  `copy-file' called instead, which
19073         calls `tramp-do-copy-or-rename-file-out-of-band'.
19074         (tramp-action-password): Check for out-of-band method removed.
19075         This function is used for 'login-program.
19076         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19077         appropriate.
19078         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19079         and `tramp-parse-sknownhosts'.
19080         (tramp-completion-function-alist): It's a defvar now, because we
19081         want to apply the optimized `tramp-set-completion-function'
19082         instead of a static list.
19083         (tramp-set-completion-function): Implementation tuned.
19084         Avoid double entries, and entries where the function or the
19085         file/directory doesn't exist.
19086         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19087         for SSH2.
19088         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19089         (tramp-handle-dired-compress-file): New function.
19090         (tramp-async-proc): New variable.
19091         (tramp-handle-shell-command): Adding asynchronous processes.
19092         They are far from being perfect, but it works at least for
19093         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19094         (top-level): Require password.el if visible.  Should be mandatory
19095         once No Gnus has found its way into (X)Emacs.
19096         (tramp-read-passwd): Invoke `password-read' if available,
19097         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
19098         fallback any longer.
19099         (tramp-clear-passwd): New function.
19100         (tramp-process-actions, tramp-process-multi-actions):
19101         Clear password cache if login has failed.
19103         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
19104         its own module.
19105         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19106         `ange-ftp-ftp-name-res'.  There could be incorrect values from
19107         previous calls in case the "ftp" method is used in the Tramp file
19108         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19110 2004-02-28  Richard M. Stallman  <rms@gnu.org>
19112         * term.el (term-mouse-paste): Call mouse-set-point.
19114         * thumbs.el: New file.
19116 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19118         * progmodes/ebnf-abn.el: Doc fix.
19120         * progmodes/ebnf-bnf.el: Doc fix.
19121         (ebnf-repeat): Code fix.
19123         * progmodes/ebnf2ps.el: Doc fix.
19124         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19126 2004-02-28  Juri Linkov  <juri@jurta.org>
19128         * ffap.el (dired-at-point): Additional writability test for
19129         relative directory names.
19130         (dired-at-point-prompter): Treat directories as a directory, get
19131         the directory component from files.
19132         (ffap-string-at-point): Return string from region if region is active.
19133         (ffap-file-at-point): Remove redundant code.
19135 2004-02-28  Kim F. Storm  <storm@cua.dk>
19137         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
19138         Initialize margin area images to nil.
19139         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
19140         (breakpoint-enabled-bitmap-face)
19141         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
19142         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
19143         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
19144         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
19145         (gdb-reset): Use gdb-remove-breakpoint-icons.
19146         (gdb-put-string): Add dprop arg to specify alternative display
19147         property (for setting fringe bitmap).
19148         (gdb-remove-strings): Doc fix.
19149         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
19150         icon in fringe (if available), or else as icon or text in display
19151         margin.  Creates necessary icons in breakpoint-bitmap,
19152         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
19153         Also make left window margin if required.
19154         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
19155         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
19156         no longer needed.
19157         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
19158         gdb-put-breakpoint-icon.
19159         (gdb-assembler-mode): Don't set left-margin-width here.
19161 2004-02-27  Kevin Ryde  <user42@zip.com.au>
19163         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
19164         comma, so that it DTRT in macros.
19166 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19168         * progmodes/sh-script.el (sh-shell-arg)
19169         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
19170         (sh-leading-keywords, sh-other-keywords): Fix custom type.
19172 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
19174         * faces.el (face-spec-set-match-display): Add a new attribute,
19175         `min-colors'.
19176         (region, highlight, secondary-selection): Use `min-colors'.
19178         * custom.el (defface): Add documentation for `min-colors'.
19180         * font-lock.el (font-lock-comment-face, font-lock-string-face)
19181         (font-lock-keyword-face, font-lock-function-name-face)
19182         (font-lock-variable-name-face, font-lock-constant-face):
19183         Use `min-colors'.
19185         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
19187 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19189         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
19190         define assq-delete-all if it's not defined.
19191         (ebnf-generate-region): Code fix.
19193         * printing.el: Doc fix.
19194         (pr-version): New version number (6.7.2).
19195         (pr-command): Return empty string if command is an empty string.
19197 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19199         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
19201         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
19202         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
19203         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
19204         "tt" ["test"] ).  Reported by Markus Dreyer
19205         <mdreyer@ix.urz.uni-heidelberg.de>.
19206         (ebnf-version): New version number (4.0).
19207         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
19208         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
19209         (ebnf-delete-style): New commands.
19210         (ebnf-directory, ebnf-file): New funs.
19211         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
19212         (ebnf-production-name-p, ebnf-stop-on-error): New options.
19213         (ebnf-syntax-alist): New var.
19214         (ebnf-element-width): New fun replacing ebnf-list-width.
19215         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19216         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
19217         (ebnf-prologue): Adjust vars.
19218         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
19219         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
19220         (ebnf-check-style-values, ebnf-generate-production)
19221         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
19222         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
19223         (ebnf-token-repeat): Code fix.
19225         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
19226         %right, %left and %prec.  Suggested by Matthew K. Junker
19227         <junker@alum.mit.edu>.
19228         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
19230         * progmodes/ebnf-iso.el: Doc fix.
19231         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
19232         (ebnf-iso-lex): Code fix.
19234         * progmodes/ebnf-bnf.el: Doc fix.
19235         (ebnf-bnf-lex): Code fix.
19237         * progmodes/ebnf-otz.el: Doc fix.
19239 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
19241         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
19242         (abbrev-prefix-mark): Doc fix.
19244 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
19246         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
19247         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
19248         (gdb-var-delete): Make interactive (really).
19249         (gdb-edit-value): Make non-interactive.
19251         * progmodes/gud.el (gud-speedbar-menu-items):
19252         Add gdb-var-delete and, indirectly, gdb-edit-value.
19253         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
19254         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
19255         (gud-gdb-marker-filter): Add comment for annotations.
19257 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
19259         * calendar/calendar.el (generate-calendar)
19260         (calendar-read-date): Prevent display of BC calendars once more -
19261         reverts 2003-10-01 change.
19262         (generate-calendar-month): Doc fix.
19264 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
19266         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
19267         return value of increment-calendar-month.
19269 2004-02-21  Stephen Compall  <s11@member.fsf.org>
19271         * saveplace.el (save-place-forget-unreadable-files)
19272         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
19273         (save-place-forget-unreadable-files): New function.
19274         (save-place-alist-to-file): Use it to filter out files that are
19275         no longer readable.
19277         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
19278         current Texinfo environment, using the same method as in
19279         `texinfo-insert-@end', and insert a space rather than a newline if
19280         point in a @table environment.
19282 2004-02-21  Juri Linkov  <juri@jurta.org>
19284         * ffap.el (ffap-file-at-point): Try parent directories.
19286 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
19288         * vcursor.el (vcursor-modifiers): New defcustom.
19289         (vcursor-cs-binding): Use vcursor-modifiers instead of a
19290         hard-coded list.
19292 2004-02-21  Masatake YAMATO  <jet@gyve.org>
19294         * play/animate.el (animate-birthday-present): Accept names other
19295         than `Sarah', too.
19297 2004-02-21  Juri Linkov  <juri@jurta.org>
19299         * startup.el: Remove table of command line arguments from the
19300         Commentary section.
19302 2004-02-20  John Wiegley  <johnw@newartisans.com>
19304         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
19305         again" modifier from 'e' to 'E', since 'e' is also used by the
19306         "file extension" modifier.
19308 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
19310         * help-fns.el (describe-categories): Doc fix.
19312 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
19314         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
19315         temporary file for buffer already visiting one.  This change makes
19316         output likely to be directly usable by patch program.
19317         Suggested by Adrian Aichner  <adrian@xemacs.org>
19319 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
19321         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
19322         case of variables defined in compound statements.
19323         (gdb-setup-windows, gdb-source-info, gdb-source-info):
19324         Simplify constructions using switch-to-buffer.
19326 2004-02-19  Simon Josefsson  <jas@extundo.com>
19328         * play/morse.el: Fix typo.
19329         (morse-code): Add @.
19331 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
19333         * calendar/appt.el (appt-display-format): Change default to
19334         'ignore, for backwards compatibility.
19335         (appt-display-message): If appt-display-format is 'ignore,
19336         respect old vars appt-msg-window and appt-visible.
19337         (appt-activate): Don't depend on return value of cancel-timer.
19339         * calendar/calendar.el (calendar-holidays): Doc fix.
19341         * calendar/cal-coptic.el (coptic-prompt-for-date):
19342         Use assoc-string instead of assoc-ignore-case.
19343         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
19344         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
19345         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
19346         * calendar/cal-islam.el (calendar-goto-islamic-date)
19347         (mark-islamic-diary-entries): Ditto.
19348         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
19349         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
19350         (calendar-read-mayan-tzolkin-date): Ditto.
19351         * calendar/calendar.el (calendar-read-date): Ditto.
19352         * calendar/diary-lib.el (mark-diary-entries): Ditto.
19354 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19356         * progmodes/executable.el (executable-command-find-posix-p):
19357         Fix choice of the directory.
19359 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
19361         * simple.el (interprogram-cut-function)
19362         (interprogram-paste-function, kill-new, kill-append):
19363         Doc fixes.
19364         (kill-region): Make it return nil.  Doc fix.
19365         (yank-pop): Make its argument optional.
19366         (yank): Make ARG `-' equivalent to `-1'.
19368 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
19370         * mail/rmail.el (rmail-get-new-mail): Don't reference
19371         rmail-use-spam-filter if rmail-spam-filter is not loaded.
19373 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
19375         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
19376         if one of global-auto-revert-non-file-buffers or autorevert-mode
19377         is non-nil.
19379 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19381         * subr.el (delete-dups): A better implementation from Karl Heuer
19382         <kwzh@gnu.org>.
19384 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
19386         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
19387         correct place.
19388         * progmodes/icon.el (icon-indent-command): Ditto.
19389         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
19391 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19393         * progmodes/grep.el (grep-compute-defaults): Undo change from
19394         2004-01-29: don't use executable-command-find-posix-p.
19396 2004-02-16  Richard Sharman  <rsharman@pobox.com>
19398         * hilit-chg.el: Use require instead of eval-and-compile.
19399         (highlight-compare-buffers): New function.
19401 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
19403         * man.el (Man-fontify-manpage): Render section headings in
19404         `Man-overstrike-face' even when overstrike was not used by man
19405         formatter for section headings.
19407 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
19409         * rmail-spam-filter.el (vm-use-spam-filter)
19410         (rsf-min-region-length-added-to-spam-list): New variables.
19411         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
19412         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
19413         spam testing.  Don't delete spam message if automatic deletion
19414         after output via variable rmail-delete-after-output is turned on.
19415         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
19416         rsf-bbdb-dont-create-entries-for-spam.
19417         (check-field): New function, extracted from code in
19418         rmail-spam-filter to ease addition of header fields like content-type.
19419         (message-content-type): New variable to check the content-type:
19420         field added, also in defcustom of rsf-definitions-alist.
19421         (rmail-spam-filter): Replace repeated test code for header fields
19422         by calls to check-field; change the call to
19423         rmail-output-to-rmail-file such that rmail-current-message stays
19424         the same to avoid wrong deletion of unseen flags.
19425         (rsf-add-contents-type): New function to convert old format
19426         of rmail-spam-definitions-alist into new one.
19427         Change prefixes of all variables and functions from
19428         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
19430 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19432         * loadhist.el (unload-hook-features-list): New defvar.
19434 2004-02-16  Dave Love  <fx@gnu.org>
19436         * loadhist.el (unload-feature): Doc fix.  Rename flist to
19437         unload-hook-features-list.
19439 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
19441         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
19442         cookie.  Don't check if we are looking-at open-formula.
19444 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19446         * subr.el (match-string-no-properties): Use substring-no-properties.
19448 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19450         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
19451         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
19452         Use lower-case "rx" in all error message.
19454 2004-02-16  Dave Love  <fx@gnu.org>
19456         * emacs-lisp/rx.el (rx-or): Put group around result.
19457         (rx-constituents): Add backref.
19458         (rx-syntax): Add string-delimiter, comment-delimiter.
19459         (rx-categories): Add combining-diacritic.
19460         (rx-check-not, rx-greedy, rx): Doc fix.
19461         (rx-backref, rx-check-backref): New.
19463 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
19465         * newcomment.el (uncomment-region): Allow eob as comment end.
19467 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
19469         * filecache.el: All message and error commands now use prefix
19470         "Filecache:" to make it easy to read *Messages* buffer.
19472 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
19474         * autorevert.el: Add support to detect changed dired and VC buffers.
19475         (auto-revert-active-p, auto-revert-list-diff)
19476         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
19477         (auto-revert-handler, auto-revert-active-p): New functions.
19478         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
19479         and `auto-revert-active-p'.
19480         (eval-when-compile): Defvar dired-directory and vc-mode.
19481         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19482         (auto-revert-handler-vc): New functions.
19484 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
19486         * progmodes/compile.el (compilation-directory): New defvar.
19487         (compile): Save current directory in compilation-directory.
19488         (recompile): Bind default-directory to compilation-directory if
19489         that is non-nil.
19491 2004-02-16  Dave Love  <fx@gnu.org>
19493         * newcomment.el (comment-insert-comment-function)
19494         (comment-region-function, uncomment-region-function): New.
19495         (comment-indent): Use comment-insert-comment-function.
19496         (uncomment-region): Use uncomment-region-function.
19497         (comment-region): Use comment-region-function.
19499         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
19501 2004-02-16  Richard Stallman  <rms@gnu.org>
19503         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
19504         loaddefs* and ldefs-boot*.
19506 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
19508         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
19509         and email address at the beginning and end of the address.
19511         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
19512         anchored at the beginning of the email address.
19514 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
19516         * international/ccl.el (ccl-compile-write): Pass `left' to
19517         ccl-embed-code to generate correct code of write-expr-register.
19519 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
19521         * progmodes/grep.el (grep-compute-defaults): Fix typos.
19523 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19525         * x-dnd.el: Mention support for Motif in commentary.
19526         (x-dnd-handle-drag-n-drop-event): Ditto.
19528 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
19530         * ses.el: Use "ses--" prefixes for buffer-local variables.
19531         Use (point-min) instead of 1, even when we know the buffer
19532         is unnarrowed.
19533         (ses-build-load-map): Delete.  Distribute its content to defconsts for
19534         the three maps.
19535         (ses-menu, ses-header-line-menu): New menus.
19536         (ses-mode-map): Use them.
19537         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
19539 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
19541         * Makefile.in: Fix the CC Mode recompile kludge so it works
19542         when building in a different directory.
19544 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
19546         * simple.el (kill-new): Put yank-handler property on the entire string.
19548 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19550         * diff.el: Don't use compile any more, use diff-mode instead.
19551         (diff-regexp-alist, diff-old-file, diff-new-file)
19552         (diff-parse-differences, diff-process-setup): Remove.
19553         (diff-sentinel): New fun.
19554         (diff): Use it.  Run the process ourselves.
19555         Use diff-mode for the rest of the processing.
19557         * diff.el (diff): Simplify code handling `switch'.
19559 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
19561         * pcvs-defs.el (cvs-menu): Add `tag'.
19563 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
19565         * simple.el (kill-append): Doc fix.
19567         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19568         Adapt outline-regexp to the new conventions for commenting out code.
19570 2004-02-11  John Paul Wallington  <jpw@gnu.org>
19572         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
19574 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19576         * diff.el (diff-switches): New fun.
19577         (diff, diff-backup): Use it.
19578         (diff): Clean up the args construction.  Use backquote.
19579         Use listp instead of consp to avoid putting a nil arg.
19580         (diff): Add a revert-buffer function.
19582 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19584         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
19585         handled by x-dnd-handle-file-name.
19586         (x-dnd-known-types): Add COMPOUND_TEXT.
19587         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
19588         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
19589         x-dnd-empty-state.
19590         (x-dnd-forget-drop): Ditto.
19591         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
19592         (x-dnd-handle-one-url): Return private when inserting text.
19593         (x-dnd-insert-ctext): New function.
19594         (x-dnd-handle-file-name): New function for FILE_NAME.
19595         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
19596         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
19597         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
19599 2004-02-10  Kenichi Handa  <handa@m17n.org>
19601         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
19602         instead of while loop.
19604 2004-02-10  Miles Bader  <miles@gnu.org>
19606         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
19608 2004-02-09  Kenichi Handa  <handa@m17n.org>
19610         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
19611         have end-of-line.
19613 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
19615         * Makefile.in: Added extra dependencies in the recompile target
19616         needed to cope with the compile time macro expansions in CC Mode.
19618 2004-02-09  Kim F. Storm  <storm@cua.dk>
19620         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
19621         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
19622         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
19623         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
19624         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
19625         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
19626         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
19627         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
19628         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
19629         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
19630         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
19632 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19634         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
19635         Don't allow shrink if there's a window on our right.
19637         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
19638         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
19639         Bring together declaration and initialization.
19640         (prolog-mode-variables): Don't set the syntax table.
19641         Don't set paragraph-start and comment-indent-function.
19642         Add /*..*/ to the comment regexps.
19643         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
19644         (prolog-mode-map): Don't bind TAB.
19645         (prolog-mode): Set the syntax table.
19646         (prolog-comment-indent): Remove.
19647         (inferior-prolog-mode-map): Initialize in the declaration.
19648         (inferior-prolog-mode-syntax-table)
19649         (inferior-prolog-mode-abbrev-table): New vars.
19650         (inferior-prolog-mode): Derive from comint-mode.
19651         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
19652         minibuffer windows.
19654         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
19655         in file names, as long as it is unambiguous.
19657 2004-02-08  Andreas Schwab  <schwab@suse.de>
19659         * textmodes/reftex-toc.el
19660         (reftex-toc-load-all-files-for-promotion): Remove useless use of
19661         format.  Doc fix.
19663         * textmodes/refer.el (refer-find-entry-internal): Remove extra
19664         format string arguments.
19666         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
19667         string argument.
19669         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
19671         * play/zone.el (zone-call): Fix format string.
19673         * net/webjump.el (webjump-builtin): Add missing format string argument.
19675         * midnight.el (midnight-delay-set): Remove extra format string argument.
19677         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
19679         * hexl.el (hexl-insert-char): Add missing format string argument.
19681         * format.el (format-decode): Fix format string.
19683         * emulation/vi.el (vi-mode): Remove extra format string argument.
19684         (vi-repeat-last-search): Likewise.
19685         (vi-reverse-last-search): Likewise.
19686         (vi-goto-mark): Likewise.
19687         (vi-reverse-last-find-char): Likewise.
19688         (vi-repeat-last-find-char): Likewise.
19689         (vi-locate-def): Likewise.
19691         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
19693         * ediff-util.el (ediff-toggle-read-only): Remove extra format
19694         string argument.
19695         (ediff-toggle-regexp-match): Likewise.
19697         * dired-aux.el (dired-do-query-replace-regexp): Add missing
19698         format string argument.
19700         * calc/calc-map.el (calc-get-operator): Remove extra format
19701         string argument.
19703         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
19705         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
19706         string argument.
19708         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
19710         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
19712         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
19714         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
19715         (cl-struct-setf-expander): Likewise.
19717         * vc.el (with-vc-file): Fix unsafe uses of error.
19718         (vc-cancel-version): Likewise.
19720 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
19722         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
19723         thousands separator; fixes <class>:<line-number> regexp for
19724         non-english locales.
19726 2004-02-08  Andreas Schwab  <schwab@suse.de>
19728         * view.el (view-mode-enable): Revert previous change.
19730 2004-02-07  Kim F. Storm  <storm@cua.dk>
19732         * simple.el (line-number-at-pos): Rename from line-at-pos.
19733         Uses changed (what-line and vc-annotate-warp-version).
19735 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19737         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
19738         (diff-mode): Remove aborted attempt at support for compile.el.
19739         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
19741 2004-02-06  Andreas Schwab  <schwab@suse.de>
19743         * view.el (view-mode-enable): Add view-mode-map to
19744         minor-mode-overriding-map-alist.
19746 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19748         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
19750 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
19752         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
19753         with point inside rather than after the paragraph.
19755 2004-02-04  Sam Steingold  <sds@gnu.org>
19757         * mail/smtpmail.el (smtpmail-try-auth-methods):
19758         Do not try authentication when no mechanism is available.
19759         Pass port-name as defaultport to `netrc-machine'.
19761 2004-02-04  Stephen Eglen  <stephen@gnu.org>
19763         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
19764         to show how minibuffer height can be constrained.
19766 2004-02-04  John Paul Wallington  <jpw@gnu.org>
19768         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
19770 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19772         * x-dnd.el: New file for drag and drop.
19774         * term/x-win.el: require x-dnd, set after-make-frame-functions
19775         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
19776         drag-n-drop event.
19778         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
19779         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
19780         (dired-dnd-handle-file): New functions for drag and drop support.
19781         (dired-mode): Initialize drag and drop if x-dnd present.
19783 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
19785         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
19786         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
19787         (cperl-mode): Set fill-paragraph-function.
19788         (cperl-fill-paragraph): Make it non-interactive.
19790 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
19792         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
19794 2004-02-02  David Kastrup  <dak@gnu.org>
19796         * replace.el (perform-replace): Allow 'literal argument in
19797         regexp-flag to indicate literal replacement.
19798         (query-replace-regexp-eval): Use it.
19800 2004-02-01  Andreas Schwab  <schwab@suse.de>
19802         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
19804 2004-02-01  Stephen Eglen  <stephen@gnu.org>
19806         * info-look.el: Add support for maxima-mode.  Update commentary
19807         because info-lookup-symbol is now bound to C-h S.
19809 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
19811         * simple.el (edit-and-eval-command): Bind print-level and
19812         minibuffer-history-sexp-flag around call to read-from-minibuffer.
19813         Correct initial position in command-history.
19815 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
19817         * files.el (read-directory-name): Adapt the docstring to recent
19818         change in Fread_file_name.
19820 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
19822         * ses.el (ses-print-cell): If print format too wide for column
19823         width, truncate decimal places if that helps to avoid "#####" fill.
19824         * ses.el (ses-initial-column-width): Revert previous change.
19826 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
19828         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
19829         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
19830         Add edebug info.
19831         (jit-lock-mode): Setup/cancel the new timer.
19832         (jit-lock-context-fontify): New fun.  Extracted from
19833         context fontification code of jit-lock-stealth-fontify.
19834         (jit-lock-stealth-fontify): Don't do context fontification any more.
19836         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
19837         (jit-lock-fontify-now): Handle the `quit' case.
19838         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
19840 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
19842         * progmodes/executable.el (executable-command-find-posix-p):
19843         New.  Check if find handles arguments Posix-style.
19845         * progmodes/grep.el (grep-compute-defaults):
19846         Use executable-command-find-posix-p.
19847         (grep-find): Check `grep-find-command'.
19849         * filecache.el (file-cache-find-posix-p): Delete.
19850         (file-cache-add-directory-using-find):
19851         Use `executable-command-find-posix-p'.
19853 2004-01-29  Dave Love  <fx@gnu.org>
19855         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
19856         Iterate the hook function if arg is given.
19857         (mark-defun, narrow-to-defun): Change order of finding the limits.
19859         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
19860         (byte-compile-format-warn): New.
19861         (byte-compile-callargs-warn): Use it.
19862         (Format, message, error): Add byte-compile-format-like property.
19863         (byte-compile-maybe-guarded): New.
19864         (byte-compile-if, byte-compile-cond): Use it.
19865         (byte-compile-lambda): Compile interactive forms,
19866         just to make warnings about them.
19868 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
19870         * ses.el (ses-initial-column-width): Increase to 14, so it will
19871         work well with the default printer of "%.7g" for extreme values
19872         like "-1.234567e+07".
19874 2004-01-29  Kenichi Handa  <handa@m17n.org>
19876         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
19878 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
19880         * dos-w32.el: Added support for the `default-printer-name' function.
19882 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
19884         * server.el (server-socket-name): Don't use the hostname in the
19885         socket name since /tmp is local to the host anyway.
19887         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
19888         robust check of widening and fix var-naming.
19890 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
19892         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
19893         or rmail-spam- to rsf- in all function and variable names.
19894         (rsf-min-region-to-spam-list): New variable.
19895         (rsf-bbdb-auto-delete-spam-entries): Rename from
19896         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
19897         scanned together with the recipients field for spam testing; Don't
19898         delete spam message if rmail-delete-after-output is non-nil;
19899         (rsf-check-field): New function, extracted from code in
19900         rmail-spam-filter to ease addition of header fields like
19901         content-type:;
19902         (message-content-type): New variable.  The content-type: field was
19903         added also in defcustom of rsf-definitions-alist;
19904         (rmail-spam-filter): Replace repeated test code for header fields
19905         by calls to check-field; change the call to
19906         rmail-output-to-rmail-file such that rmail-current-message stays
19907         the same to avoid wrong deletion of unseen flags.
19908         (rmail-use-spam-filter): Add autoload cookie.
19910 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
19912         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
19913         (file-cache-add-directory-using-find): Add Cygwin support.
19914         (file-cache-find-command-posix-flag): New user variable.
19916         * filecache.el (file-cache-add-directory): Check for
19917         directories an remove them from dir-files.
19919 2004-01-27  Richard M. Stallman  <rms@gnu.org>
19921         * man.el (Man-fontify-manpage): Clean up message.
19923 2004-01-27  Kenichi Handa  <handa@m17n.org>
19925         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
19926         (sentence-end): Define using sentence-end-without-space.
19928         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
19929         a sentence ends with one of a character in sentence-end-without-space.
19931 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19933         * font-lock.el (font-lock): Add jit-lock as explicit group member.
19934         (jit-lock): Group declaration moved to jit-lock.el.
19935         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
19936         when necessary.
19938         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
19939         (jit-lock-context-unfontify-pos): Rename from
19940         jit-lock-first-unfontify-pos.
19941         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
19943 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
19945         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
19946         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
19947         (fortran-fill): When filling a string, adjust re-search-backward
19948         argument for special case of string just on fill-column.
19949         When filling non-string, allow one extra char if
19950         fortran-break-before-delimiters is non-nil.
19951         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
19952         Use fortran-break-delimiters-re and fortran-no-break-re to
19953         correctly handle cases such as "**".
19955         * progmodes/f90.el (f90-break-delimiters): Doc fix.
19956         (f90-no-break-re): Add some extra tokens.  Doc fix.
19958 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
19960         * mail/rmail-spam-filter.el:
19961         Use two semicolons as Commentary line prefix.
19962         Add ";;; Code:" stylized comment.
19963         Delete end-of-line whitespace.
19964         Wrap (require 'cl) with `eval-when-compile'.
19966 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
19968         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
19969         at the top level of vc.el.
19971 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
19973         * vc.el (vc-current-line): Function removed.  This is now done by
19974         the new function line-at-pos in simple.el.
19975         (vc-annotate-warp-version): Use line-at-pos instead of
19976         vc-current-line.
19978 2004-01-22  Kim F. Storm  <storm@cua.dk>
19980         * simple.el (line-at-pos): New defun.
19981         (what-line): Use it.  Optimize by only counting lines in narrowed
19982         region once.
19984 2004-01-22  Kenichi Handa  <handa@m17n.org>
19986         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
19987         point (register r1) only for charset mule-unicode-0100-24ff.
19989 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
19991         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
19992         trailing white space and ensure a final newline.
19994         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
19995         Add autoload cookie.
19997 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
19999         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20000         activate view-mode explicitly.
20002 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20004         * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20005         menu-bar-enable-clipboard and make Paste use clipboard first.
20007 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20009         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
20010         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20011         (vc-mcvs-cvs): Remove.
20012         (vc-mcvs-command): Remove use of assert.
20014         * outline.el (outline-insert-heading): Tighten up match.
20015         (outline-demote, outline-move-subtree-down): Don't assume anything
20016         about outline-regexp.
20018         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20019         (texinfo-show-structure): Explicitly add ^, and simplify.
20021 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
20023         * calendar/appt.el (appt-check): Restore usage of
20024         appt-issue-message deleted in previous change.
20025         (top-level): Activate package when loaded (needed for backwards
20026         compatibility).
20028 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20030         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20031         following previous change to smtpmail-send-data.
20033 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
20035         * vc.el (vc-default-previous-version): Doc enhancement.
20036         (vc-default-next-version): New function.
20037         (vc-print-log): New arg FOCUS-REV.
20038         (vc-annotate-mode): Derive from view-mode.
20039         (vc-annotate): New args REVISION, DISPLAY-MODE.
20040         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20041         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20042         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20043         (vc-annotate-show-diff-revision-at-line, vc-current-line)
20044         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20046         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20048 2004-01-19  Karl Berry  <karl@gnu.org>
20050         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20051         or "TexInfo".
20053 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
20055         * subr.el (delete-dups): New function.
20057 2004-01-19  Karl Berry  <karl@gnu.org>
20059         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20060         with ^, since that's what texinfo-show-structure
20061         documentation says (plus it works much better in texinfo.txi).
20063 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
20065         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20067 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
20069         * progmodes/which-func.el (which-function-mode): Don't cancel
20070         which-func-update-timer if not set.
20072 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
20074         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20075         Remove spurious left square bracket in XX:XXam regexp.
20077 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
20079         * progmodes/cc-defs.el: Do not require cl at run time.
20081 2004-01-16  Richard M. Stallman  <rms@gnu.org>
20083         * emacs-lisp/cl.el (cl-cannot-unload): New function.
20084         (cl-unload-hook): Defvar this to run cl-cannot-unload.
20086         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20087         Call rmail-spam-filter.  Delete and expunge spam.
20088         Print number of spam messages deleted.
20089         Save and restore the deletion status of old messages when reading
20090         new mail with spam filter, so that expunging spam does not expunge
20091         msgs deleted by the user.
20092         (rmail-only-expunge): Add an optional argument dont-show to
20093         prevent showing message after expunge.
20095 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
20097         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20098         * subr.el (declare): New macro.
20100 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
20102         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20104 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
20106         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20107         Test window-system rather than system-type (for X11/Mac).
20109 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
20111         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20113 2004-01-12  Richard M. Stallman  <rms@gnu.org>
20115         * mail/rmail.el (rmail-convert-to-babyl-format):
20116         Use mail-unquote-printable-region.
20117         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20118         (rmail-hex-char-to-integer): Functions deleted.
20120         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20121         (mail-unquote-printable-region): New arg NOERROR.
20122         For invalid encoding, either signal an error to just return nil.
20124 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
20126         * calendar/appt.el: Update copyright and commentary.
20127         (appt-issue-message): Make obsolete.
20128         (appt-visible, appt-msg-window): Make obsolete, in favor of
20129         appt-display-format.
20130         (appt-display-mode-line, appt-display-duration)
20131         (appt-display-diary, appt-time-msg-list, appt-mode-string)
20132         (appt-prev-comp-time, appt-display-count, appt-timer)
20133         (appt-convert-time): Doc change.
20134         (appt-disp-window-function, appt-delete-window-function):
20135         Use defcustom rather than defvar.
20136         (appt-display-format): New variable.
20137         (appt-display-message): New function with display code from appt-check.
20138         (appt-check): Add optional FORCE argument.  Doc change.
20139         Add appt-make-list to diary-hook if displaying diary.
20140         Remove checking of view-diary-entries-initially.
20141         Message display section removed to new function appt-display-message.
20142         (appt-display-window): Doc change.  Remove unused internal var
20143         this-buffer.  Do not beep, since appt-display-message does that.
20144         (appt-make-list): Doc change.  Use caar.
20145         (appt-sort-list): Simplify by using builtin sort function.
20146         (appt-update-list): New function for updating appts when diary is
20147         saved.
20148         (appt-activate): New autoloaded function to toggle package
20149         functionality.
20151         * calendar/cal-x.el: (calendar-one-frame-setup)
20152         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
20154         * calendar/calendar.el: Update copyright.
20155         (view-diary-entries-initially, european-calendar-style): Doc change.
20156         (calendar-setup): Make defcustom rather than defvar.
20157         (mark-visible-calendar-date): Initialize temp-face and faceinfo
20158         in let binding so local to function.
20160         * calendar/diary-lib.el: Update copyright.
20161         (diary, diary-entry-time): Doc change.
20162         (list-diary-entries): Doc change.  Trivial logic change.
20163         (fancy-diary-display): Restore make-face command mistakenly
20164         deleted 2003-05-08.
20165         (show-all-diary-entries): Allow to pop-up frame if needed.
20167 2004-01-09  John Paul Wallington  <jpw@gnu.org>
20169         * bindings.el (mode-line-change-eol): Add EVENT parameter.
20170         Temporarily select EVENT's window for changing eol type.
20172 2004-01-09  Deepak Goel  <deego@gnufans.org>
20174         * calendar/diary-lib.el (diary-entry-time):
20175         Also accept time in the form XX[.XX][am/pm/AM/PM].
20176         (fancy-diary-font-lock-keywords): Likewise.
20177         (diary-font-lock-keywords): Likewise.
20178         * calendar/appt.el (appt-add): Likewise.
20179         (appt-make-list): Likewise.
20180         (appt-convert-time): Likewise.
20182 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
20184         * gdb-ui.el (gdb-ann3): Revert previous change.
20185         (gdb-source-info): Allow for case of where compilation directory
20186         is not recorded.
20188 2004-01-08  John Paul Wallington  <jpw@gnu.org>
20190         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
20192 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
20194         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
20196         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
20197         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
20198         problems.
20199         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
20201 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
20203         * files.el (write-file-functions, write-contents-functions):
20204         Clarify docstrings.
20206 2004-01-07  Kenichi Handa  <handa@m17n.org>
20208         * international/mule.el (set-auto-coding): Fix for the case that
20209         end-of-line is only CR.
20211 2004-01-07  Kim F. Storm  <storm@cua.dk>
20213         * subr.el (event-start, event-end): Doc fix.
20214         (posn-string, posn-image): New defuns.
20215         (posn-object): Return either image or string object.
20216         (posn-object-x-y): Return 8th element of position.
20217         (posn-object-width-height): New defun.
20219 2004-01-06  Andreas Schwab  <schwab@suse.de>
20221         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
20222         output.
20224 2004-01-05  Karl Berry  <karl@gnu.org>
20226         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
20227         / and *, too.
20229 2003-12-31  Simon Josefsson  <jas@extundo.com>
20231         * files.el (before-save-hook): Add.
20232         (basic-save-buffer): Use before-save-hook.
20234         * emacs-lisp/copyright.el: Fix comment to recommend
20235         before-save-hook instead of write-file-functions.
20237 2004-01-05  Richard M. Stallman  <rms@gnu.org>
20239         * finder.el (finder-commentary): Call delete-other-windows.
20241         * net/ange-ftp.el (ange-ftp-file-attributes):
20242         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
20244 2004-01-04  Karl Berry  <karl@gnu.org>
20246         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
20247         comment characters % and # in the copyright year notice,
20248         as well as ;.
20250 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
20252         * wid-edit.el (default): Define dummy :value-delete.
20253         Reported by Jesper Harder <harder@ifa.au.dk>.
20255 2004-01-03  Richard M. Stallman  <rms@gnu.org>
20257         * progmodes/compile.el (compile-internal): Use point, not point-min,
20258         for set-window-point.
20260         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
20262         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
20264         * progmodes/grep.el (grep-mode-map):
20265         Don't remap next-line, previous-line.
20267 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
20269         * speedbar.el (speedbar-edit-line): Change regexp to position
20270         the cursor on the first character of this line's button.
20272 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
20274         * subr.el (functionp): Doc fix.
20276 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20278         * progmodes/idlwave.el (idlwave-make-tags):
20279         * textmodes/flyspell.el (flyspell-large-region):.
20280         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
20281         * emulation/viper-util.el (viper-glob-unix-files):
20282         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
20283         * man.el (Man-init-defvars):
20284         * jka-compr.el (jka-compr-call-process):
20285         * files.el (get-free-disk-space,insert-directory):
20286         * ediff-ptch.el (ediff-test-patch-utility):
20287         * ediff-diff.el (ediff-test-utility):
20288         * dired-aux.el (dired-check-process):
20289         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
20290         test the return value of call-process, because it can be a string.
20292 2003-12-31  John Paul Wallington  <jpw@gnu.org>
20294         * bindings.el (completion-ignored-extensions): Add .pfsl.
20296 2003-12-31  Kim F. Storm  <storm@cua.dk>
20298         * ido.el (ido-nonreadable-directory-p): New defun to check for
20299         nonreadable directory without activating tramp (to avoid problems
20300         with checking incomplete tramp paths).
20301         (ido-set-current-directory, ido-file-internal)
20302         (ido-file-name-all-completions1): Use it.
20304 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
20306         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
20307         documentation if the anchor (or node) name is preceded by `info
20308         anchor' or `Info anchor' in addition to earlier `info node' and
20309         `Info node'.
20310         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
20312 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
20314         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
20315         error in arguments to base64-decode-region.  Remove ^M characters
20316         after decoding base64.
20318 2003-12-30  Simon Josefsson  <jas@extundo.com>
20320         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
20321         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
20322         have only been distributed with Emacs for some years.
20323         (texinfo-mode-hook): Customize.
20325 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
20327         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
20328         cleaner (suggested by Richard Stallman).
20330         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
20331         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
20332         file-name clashes on 8+3 DOS filesystems.
20334         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
20335         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
20336         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
20337         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
20338         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
20339         file-name clashes on 8+3 filesystems.
20341         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
20342         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
20343         file-name clashes on 8+3 DOS filesystems.
20345 2003-12-29  Richard M. Stallman  <rms@gnu.org>
20347         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
20348         Upcase the character.
20350         * textmodes/flyspell.el (mail-mode-flyspell-verify):
20351         Search for header separator alone on a line, literally,
20352         and search for it backward, not forward.
20353         (flyspell-abbrev-table): Always use global-abbrev-table
20354         if there is no local one.
20356         * progmodes/sh-script.el (sh-get-indent-info):
20357         Don't move point back if at bob.
20359         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
20361         * play/handwrite.el (handwrite): Make the handwrite credit message
20362         a comment rather than an output command.
20364         * obsolete/sc.el: Display message that this file is obsolete.
20366         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
20368         * mail/rfc822.el (rfc822-address-start): Declare variable.
20369         Renamed from address-start.  All uses changed.
20371         * term.el (term-exec): Set up sentinel.
20372         (term-sentinel): New function.
20373         (term-handle-exit): New function.
20375         * subr.el (assoc-ignore-case, assoc-ignore-representation):
20376         Use assoc-string, and mark them obsolete.
20377         (delay-mode-hooks): Mark as permanent local.
20379         * simple.el (sendmail-user-agent-compose): Use assoc-string.
20381         * register.el (copy-rectangle-to-register): Doc fix.
20383         * info.el (Info-insert-dir): Use assoc-string.
20385         * info-look.el (info-lookup): Use assoc-string.
20387         * frame.el (pop-up-frame-function): Use quote, not `function'.
20388         (frame-notice-user-settings): Calculate ADJUSTED-TOP
20389         copying with lists as coordinate values.
20391         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
20393         * find-dired.el (kill-find): New command.
20394         (find-dired): Make buffer read-only.
20395         Set up a keymap with C-c C-k running kill-find.
20396         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
20398         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
20400         * filecache.el (file-cache-ignore-case): New variable.
20401         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
20403         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
20404         (comint-dynamic-complete-as-filename): Rename local vars.
20405         (comint-dynamic-list-filename-completions): Likewise.
20407         * comint.el (comint-dynamic-list-completions-config): New var.
20408         (comint-dynamic-list-completions): Handle both SPC and TAB right.
20410         * comint.el (comint-file-name-chars): Add [].
20411         (comint-word): Use skip-chars-backward, not search.
20413         * shell.el (shell-file-name-chars): Add [].
20415         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
20417         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
20419         * generic.el (define-generic-mode): Doc fix.
20421 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20423         * files.el (kill-some-buffers): Doc fix.
20425 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
20427         * comint.el (comint-watch-for-password-prompt): Pass `string' as
20428         arg to send-invisible
20429         (send-invisible): Doc fix.  The argument is now a prompt, not the
20430         string to send.
20431         (comint-read-noecho): Doc fix.
20433 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
20435         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
20436         "@", as required by some ISP hosting service.  Fix defcustom
20437         argument syntax errors that prevented use of customization.
20439 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20441         * xml.el (xml-get-attribute-or-nil): Doc fix.
20443 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
20445         * net/zone-mode.el (zone-mode): Use write-file-functions, not
20446         write-file-hooks.
20448 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
20450         * autorevert.el (auto-revert-interval): Doc fix.
20452 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
20454         * xml.el (xml-get-attribute-or-nil): New function, like
20455         xml-get-attribute, but returns nil if the attribute was not found.
20456         (xml-get-attribute): Convert to defsubst, uses
20457         xml-get-attribute-or-nil.
20459 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20461         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
20463 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
20465         * custom.el (custom-declare-theme): Use `value' when putting
20466         properties on `theme'.
20468 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
20470         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
20471         for each yank-handler segment.
20472         (insert-for-yank-1): New function, with the body of the previous
20473         insert-for-yank.
20475         * textmodes/table.el (table-yank-handler): New defcustom.
20476         (table--put-cell-indicator-property): Put yank-handler property
20477         that indicates the yank handler for the table cell.
20479 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20481         * generic-x.el (etc-modules-conf-generic-mode): A more complete
20482         set of keywords.
20484 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
20486         * international/mule-cmds.el (reset-language-environment)
20487         (set-language-environment): Don't invoke fontset-related functions
20488         if fontset-list is not fboundp.
20490 2003-12-29  Kenichi Handa  <handa@m17n.org>
20492         * international/mule-cmds.el (reset-language-environment):
20493         Call set-overriding-fontspec-internal with nil.
20494         (set-language-environment): Call set-overriding-fontspec-internal
20495         if the language environment specify `overriding-fontspec'.
20496         (language-info-alist): Doc added.
20498         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
20499         characters of mule-unicode-0100-24ff.
20500         (ccl-encode-windows-1251-font): New CCL program.
20501         ("Bulgarian"): Specify overriding-fontspec.
20502         ("Belarusian"): Likewise.
20504 2003-12-28  Sam Steingold  <sds@gnu.org>
20506         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
20507         parameter ID-FORMAT to conform with the 2003-11-30 patch.
20509 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
20511         * progmodes/gud.el (gud-gdb-command-name): Set default to
20512         "gdb --annotate=3".
20513         (gud-gdb-marker-filter): Look out for annotations.
20514         (gdb-first-pre-prompt): New variable.
20515         Remove trailing white space.
20517         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
20518         if necessary.
20519         (gdb-ann3): New function.  Initialize M-x gdb as for M-x gdba if
20520         annotations are detected.
20521         (gud-gdba-marker-filter): Use global variable gud-marker-acc
20522         instead of a local one to allow transition from
20523         gud-gdb-marker-filter.
20524         Remove trailing white space.
20526 2003-12-27  Kim F. Storm  <storm@cua.dk>
20528         * ido.el: Handle non-readable directories.
20529         (ido-decorations): Add 9th element for non-readable directory.
20530         (ido-directory-nonreadable): New dynamic var.
20531         (ido-set-current-directory): Set it.
20532         (ido-read-buffer, ido-file-internal):
20533         (ido-read-file-name, ido-read-directory-name): Let-bind it.
20534         (ido-file-name-all-completions1): Return empty list for
20535         non-readable directory.
20536         (ido-exhibit): Print [Not readable] if directory is not readable.
20537         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
20538         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
20539         Use it.
20541 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
20543         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
20544         calls to directory-files-and-attributes and file-attributes.
20545         (ls-lisp-format): Remove system dependent handling of user and
20546         group id's.
20548 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
20550         * ffap.el (ffap-read-file-or-url): Revert previous change.
20552 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
20554         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
20555         new list of included files called `files-with-node-lines', that
20556         only have node lines.  This way @include commands can include any
20557         file, such as version and update files without node lines, not
20558         just files that are chapters.
20560 2003-12-25  Andreas Schwab  <schwab@suse.de>
20562         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
20563         file not found.
20565 2003-12-08  Miles Bader  <miles@gnu.org>
20567         * dired.el (dired-between-files): Always use dired-move-to-filename,
20568         which is more robust in non-english locales.
20570 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
20572         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
20574 2003-12-24  Andreas Schwab  <schwab@suse.de>
20576         * shell.el (shell-file-name-quote-list): Add backslash.
20578         * comint.el (comint-quote-filename): Correctly handle backslash
20579         in comint-file-name-quote-list.
20581 2003-12-24  Kenichi Handa  <handa@m17n.org>
20583         * international/mule-cmds.el (set-default-coding-systems):
20584         Call ucs-set-table-for-input for all buffers that don't have local
20585         value of buffer-file-coding-system.
20587         * international/ucs-tables.el (ucs-set-table-for-input):
20588         If translation-table-for-encode is a symbol, get its
20589         translation-table property.
20591 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
20593         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
20594         to `completing-read' on a recently fixed bug.
20596         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
20597         instead of SPACE, to get the list of possible fringe modes.
20598         SPACE only works if both `partial-completion-mode' and
20599         `completion-auto-help' are nil.
20601         * complete.el (PC-is-complete-p): Delete.
20602         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
20603         calls to `test-completion'.
20605 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
20607         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
20608         to edit values when there are no children.
20610         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
20611         a mode called "Assembler" already exists.
20612         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
20613         (gud-watch): Use format option.  Remove font properties from string.
20614         (gdb-var-create-handler, gdb-var-list-children-handler):
20615         Don't bother about properties as there are none.
20616         (gdb-var-create-handler, gdb-var-list-children-handler)
20617         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
20618         with two arguments.
20619         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
20620         Let speedbar show value changes with a different font.
20621         (gdb-edit-value): New defun.
20622         (gdb-clear-partial-output, gdb-clear-inferior-io)
20623         (def-gdb-auto-update-handler): Use erase-buffer.
20624         (gdb-frame-handler): Display watch expressions in
20625         FUNCTION::VARIABLE format if required.
20627 2003-12-23  John Paul Wallington  <jpw@gnu.org>
20629         * info.el (Info-unescape-quotes, Info-split-parameter-string)
20630         (Info-goto-emacs-command-node): Doc fixes.
20632 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
20634         * cus-edit.el (custom-add-parent-links): Define "many".
20636 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
20638         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
20639         (widget-child-validate, widget-type-value-create)
20640         (widget-type-default-get, widget-type-match): New functions.
20641         (lazy): New widget.
20642         (menu-choice, checklist, radio-button-choice, editable-list)
20643         (group, documentation-string): Remove redundant (per 2003-10-25
20644         change) calls to `widget-children-value-delete'.
20645         (widget-choice-value-get, widget-choice-value-inline): Remove.
20646         (menu-choice): Update widget.
20648 2003-12-03  Kenichi Handa  <handa@m17n.org>
20650         * language/cyrillic.el: Register "microsoft-cp1251" in
20651         ctext-non-standard-encodings-alist.
20652         ("Bulgarian"): Add ctext-non-standard-encodings.
20653         ("Belarusian"): Likewise.
20655         * international/mule-conf.el (compound-text-with-extensions):
20656         Change the type to 2 (iso-2022 base).
20658         * international/mule.el (ctext-non-standard-encodings-alist):
20659         Change the format.
20660         (ctext-non-standard-encodings): New variable.
20661         (ctext-post-read-conversion): Fully re-written.
20662         (ctext-non-standard-designations-alist): Delete it.
20663         (ctext-non-standard-encodings-table): New function.
20664         (ctext-pre-write-conversion): Fully re-written.
20666 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
20668         * cus-edit.el (custom-add-parent-links): Add documentation links
20669         for parent, if the item has none of its own.
20671 2003-11-30  Richard M. Stallman  <rms@gnu.org>
20673         * dired-aux.el (dired-do-query-replace-regexp):
20674         Report files visited read-only.
20676 2003-11-30  Juri Linkov  <juri@jurta.org>
20678         * dired-aux.el (dired-compare-directories): New command.
20679         (dired-file-set-difference, dired-files-attributes): New functions.
20681 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
20682         Version 2.0.38 of Tramp released.
20684         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
20685         Charles Curley <charlescurley@charlescurley.com>.
20686         (tramp-multi-connection-function-alist): Add ssht entry which adds
20687         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
20688         Aichner.
20689         (tramp-get-method-parameter): New function to retrieve a method
20690         parameter.  This allows for omission of method parameters.
20691         Callers adjusted.
20693 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
20695         * net/tramp.el: Add new optional parameter ID-FORMAT to
20696         `file-attributes'.  Calls of `file-attributes' won't use this
20697         parameter for backward compatibility reasons.
20698         (tramp-perl-file-attributes): Add a new parameter to Perl script
20699         in order to handle uid/gid as strings, if desired.
20700         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
20701         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
20702         order to make the function more general.
20703         (tramp-handle-file-attributes): Replace proprietary optional
20704         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
20705         (tramp-handle-file-attributes-with-perl): Handle parameter
20706         NONNUMERIC if set.  This wasn't done in the past.
20707         (tramp-post-connection): Apply second parameter "$2" if
20708         `tramp-remote-perl' is called.
20710         * net/tramp-smb.el (tramp-smb-handle-delete-file):
20711         Correct cut'n'waste error (`filename' instead of `directory').
20712         (tramp-smb-handle-directory-files-and-attributes)
20713         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
20714         introduced parameter ID-FORMAT.
20715         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
20716         error (`directory' instead of `ldir').
20718         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
20719         `file-attributes' has a second parameter.  If yes, apply it with
20720         value "'integer".  Otherwise, don't use that parameter (default is
20721         integer format).
20723 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
20725         * help.el (help-map): Bind `display-local-help' to `C-h .'.
20726         (help-for-help): Add `C-h .' to the listed Help options.
20727         Remove trailing whitespace.
20729         * help-at-pt.el: New file.
20731 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
20733         * subr.el (noreturn, 1value): New macros for test coverage.
20734         See `testcover.el'.
20736         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
20738         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
20739         for macro `1value'.
20740         (testcover-1value): New function.  Checks that a 1value form
20741         actually returns only one value.  Requested by RMS.
20743 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
20745         * gdb-ui.el (gud-watch, gdb-var-create-handler)
20746         (gdb-var-list-children, gdb-var-list-children-handler)
20747         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
20748         gdb commands that use mi to keep them out of the command history.
20750 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
20752         * cus-start.el (all): Add use-file-dialog.
20754 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20756         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
20758 2003-11-27  Kim F. Storm  <storm@cua.dk>
20760         * subr.el (posn-object-x-y): New defun.
20762 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20764         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
20765         Don't use `space' for \\\n.
20766         Be more selective as to which # are comment-starters.
20768 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
20770         * subr.el (number-sequence): Improve handling of floating point
20771         arguments (suggested by Kim Storm).  Allow negative arguments.
20773 2003-11-26  Kenichi Handa  <handa@m17n.org>
20775         * international/mule-cmds.el (standard-display-european-internal):
20776         Cancel the standard-display-table setting for ` and '.
20778 2003-11-26  Kim F. Storm  <storm@cua.dk>
20780         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
20781         New defcustoms to add ffap-like functionality to ido.
20782         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
20783         (ido-no-final-slash): New defun.
20784         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
20785         (ido-read-file-name): ): Toggle VC checking via
20786         vc-handled-backends instead of vc-master-templates.
20787         (ido-file-internal): Handle ido-use-url-at-point and
20788         ido-use-filename-at-point via code borrowed from ffap-guesser.
20789         Handle new ido-exit code ffap.
20790         (ido-sort-list): Ignore final slash when sorting file names.
20792 2003-11-25  Kim F. Storm  <storm@cua.dk>
20794         * emulation/cua-base.el (cua--standard-movement-commands):
20795         Add forward-sentence and backward-sentence.
20797 2003-11-25  Stephen Eglen  <stephen@gnu.org>
20799         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
20800         iswitchb-exit is set to 'usefirst when user selects buffer at head
20801         of list using RET.  (Selecting buffers at the head of the list was
20802         broken if the substring was also a complete buffername.)
20804 2003-11-23  Kim F. Storm  <storm@cua.dk>
20806         * progmodes/compile.el (grep-command, grep-use-null-device)
20807         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
20808         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
20809         (grep-regexp-alist, grep-program, find-program)
20810         (grep-find-use-xargs, grep-history, grep-find-history)
20811         (grep-process-setup, grep-compute-defaults)
20812         (grep-default-command, grep, grep-tag-default, grep-find)
20813         (grep-expand-command-macros, grep-tree-last-regexp)
20814         (grep-tree-last-files, grep-tree): Move grep variables, functions
20815         and commands to new file grep.el.
20816         (compilation-mode-map): Remove grep commands from Compile sub-menu.
20817         (compilation-process-setup-function): Doc fix.
20818         (compilation-highlight-regexp, compilation-highlight-overlay): New
20819         defvars used for highlighting current compile error in source buffer.
20820         (compile-internal): New optional args HIGHLIGHT-REGEXP and
20821         LOCAL-MAP which overrides compilation-highlight-regexp and
20822         compilation-mode-map for this compilation.
20823         Delay calling compilation-set-window-height until after running
20824         compilation-process-setup-function so it can buffer-local override
20825         compilation-window-height.
20826         Check buffer-local value of compilation-scroll-output.
20827         (compilation-set-window-height): Use buffer-local value of
20828         compilation-window-height.
20829         (compilation-revert-buffer): Don't pass (undefined)
20830         preserve-modes arg to revert-buffer.
20831         (next-error-no-select, previous-error-no-select): New commands.
20832         (compilation-goto-locus): Temporarily highlight current match in
20833         source buffer using compilation-highlight-regexp.
20835         * progmodes/grep.el: New file with grep code from compile.el.
20836         (grep): New defcustom group.
20837         (grep-window-height): New defcustom, like compilation-window-height.
20838         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
20839         (grep-scroll-output): New defcustom, like compilation-scroll-output.
20840         (grep-command, grep-use-null-device, grep-find-command)
20841         (grep-tree-files-aliases, grep-tree-ignore-case)
20842         (grep-tree-ignore-CVS-directories): Move to grep custom group.
20843         (grep-setup-hook): New hook variable.
20844         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
20845         (grep-last-buffer): New defvar, override compilation-last-buffer.
20846         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
20847         Call compile-internal with args highlight-regexp and grep-mode-map.
20849 2003-11-23  Kim F. Storm  <storm@cua.dk>
20851         * subr.el (event-start, event-end): Doc fix.
20852         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
20853         (posn-area, posn-actual-col-row, posn-object): New defuns.
20854         (posn-col-row): Simplify doc.  Rewrite to use cond.
20855         (posn-point): Also return buffer position for events outside text
20856         area (that info is now present in the event position).
20858         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
20859         mouse-set-point so that hscroll still works now that clicks on
20860         fringes generate specific mouse events.
20861         (mouse-set-point): Note that it now works in fringes and margins
20862         too due to new semantics of posn-point in fringes and margins.
20864         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
20865         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
20867 2003-11-20  Kim F. Storm  <storm@cua.dk>
20869         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
20870         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
20871         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
20872         to 100 for icons to avoid increasing line height when shown.
20874 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20876         * newcomment.el (comment-normalize-vars): Initialize properly if
20877         comment-start was nil.
20879 2003-11-19  Andreas Schwab  <schwab@suse.de>
20881         * simple.el (set-variable): Fix indentation.
20883 2003-11-17  Kenichi Handa  <handa@m17n.org>
20885         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
20886         Fix docstring.
20888 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20890         * international/latin1-disp.el (latin1-display): Fix docstring.
20892 2003-11-16  John Wiegley  <johnw@newartisans.com>
20894         * eshell/em-ls.el (eshell-ls-file): There are times with
20895         size-width is nil and uncomputed (when directories are created in
20896         dired, for example); in this case, 4 is reasonable default value,
20897         although it may caused skewed new entries (which could be avoided
20898         by returning the original value of 8 in all cases, but 99% of the
20899         time this is a waste of whitespace).
20901 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
20903         * cc-engine.el (c-guess-continued-construct)
20904         (c-guess-basic-syntax): Check a little more carefully if it's a
20905         function declaration when an unknown construct followed by a block
20906         is found inside a statement context.  This avoids macros followed
20907         by blocks to be taken as function declarations.
20909         (c-guess-continued-construct): Change the analysis of a statement
20910         continuation with a brace open to `substatement-block', for
20911         consistency with recognized statements.
20913         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
20914         start is in a position so that `c-beginning-of-statement-1' jumped
20915         to the beginning of the same statement.
20917         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
20918         Don't accept binary operators in the arglist if we're in a function
20919         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
20920         template recognition in cases like "if (a < b || c > d)".
20922         (c-restricted-<>-arglists): New more appropriate name for
20923         `c-disallow-comma-in-<>-arglists'.
20925         Accessing functions updated for the variable name change.
20927         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
20928         match data could get clobbered if NOT-INSIDE-TOKEN is used.
20930         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
20931         labels.
20933         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
20934         instead of duplicating parts of it.  This fixes bogus label
20935         recognition.
20937         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
20938         of checking the context in which to apply the minimum indentation,
20939         so that it isn't enforced in e.g. namespace blocks.
20941         * cc-vars.el (c-inside-block-syms): New constant used by
20942         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
20943         to somewhat reduce the risk of becoming stale.
20945         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
20946         cc-cmds to cc-engine to allow use from cc-align.
20948         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
20949         qualified identifiers containing "::".
20951         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
20952         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
20954         * cc-vars.el (c-emacs-features): Use a space in front of the name
20955         of the temporary buffer.  That also avoids dumping problems in
20956         XEmacs due to undo info being left around after the buffer is killed.
20958         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
20959         arglist to see if it's a K&R style declaration.
20961         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
20962         before returning `knr-argdecl-intro'.
20964 2003-11-16  John Wiegley  <johnw@newartisans.com>
20966         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
20967         field in a long-listing always 8 characters, use `size-width',
20968         which has already been computed.
20970 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
20972         * subr.el (minor-mode-list): Add `hs-minor-mode'.
20974 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
20976         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
20977         Support operation while narrowed, with `diff-restrict-view'.
20979 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
20981         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
20982         Take additional optional arg NARROWFUN.  For the generated functions:
20983         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
20984         include frags that arrange to check for and save narrowing state before
20985         the move and then conditionally call NARROWFUN after the move.
20987 2003-11-14  John Wiegley  <johnw@newartisans.com>
20989         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
20990         that was optional, but obviously missing based on surrounding code.
20992         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
20993         string arguments to numbers unless the whole argument was seen as
20994         a number.
20996 2003-11-14  Kenichi Handa  <handa@m17n.org>
20998         * international/mule.el (ctext-non-standard-encodings-alist):
20999         Fix coding systems.
21001 2003-11-10  Kenichi Handa  <handa@m17n.org>
21003         * language/kannada.el ("Kannada"): Add sample-text.
21005         * language/knd-util.el (kannada-compose-region)
21006         (kannada-compose-string, kannada-post-read-conversion):
21007         Add autoload cookie.
21009         * international/quail.el (quail-completion): Change the message
21010         "corresponding translations" to "corresponding characters".
21012 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
21014         * descr-text.el (describe-char): Fix typo.
21016 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
21018         These changes are to support Kannada language/script.
21020         * Makefile.in (DONTCOMPILE): Add kannada.el.
21022         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21024         * loadup.el: Preload kannada.el.
21026         * language/ind-util.el (ucs-kannada-to-is13194-alist)
21027         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21028         New variables.
21030         * language/kannada.el: New file.
21032         * language/knd-util.el: New file.
21034 2003-11-07  Andreas Schwab  <schwab@suse.de>
21036         * progmodes/autoconf.el (autoconf-font-lock-keywords):
21037         Also highlight AH_*.
21039         * xml.el (xml-parse-dtd): Fix misplaced paren.
21041 2003-11-07  Kenichi Handa  <handa@m17n.org>
21043         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21045 2003-11-05  Juri Linkov  <juri@jurta.org>
21047         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21048         (desktop-buffer-file): Use saved buffer-file-coding-system
21049         for file reading.  Set auto-insert to nil to prevent automatic
21050         insertion into restored empty files.
21052 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
21054         * files.el (risky-local-variable-p): Make second argument optional.
21056 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21058         * subr.el (add-hook): Fix last change.
21060 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
21062         * mail/rmail.el (rmail-convert-to-babyl-format):
21063         If base64-decode-region signals an error, catch it and silently
21064         ignore it.
21066 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
21068         * xml.el (xml-parse-region): Allow comments to appear after the
21069         topmost element has closed.
21070         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21071         (xml-ns-expand-attr): New functions to do namespace handling.
21072         (xml-intern-attrlist): Back-compatible handling of attribute names.
21073         (xml-parse-tag): Move namespace handling to separate functions.
21074         Now produces elements in the form ((:ns . "element") (attr-list)
21075         children) instead of ('ns:element (attr-list) children).
21076         (xml-parse-attlist): Fix attribute parsing.
21077         (xml-parse-dtd): Change parsing so that it produces strings
21078         instead of interned symbols.
21080 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
21082         * dired.el (dired-ls-sorting-switches): Doc fix.
21084 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
21086         * emacs-lisp/rx.el (rx-or): Fix the case of
21087         "(rx (and ?a (or ?b ?c) ?d))".
21089 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
21091         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21092         (texinfo-format-region): Use it.
21093         (texinfo-format-buffer-1): Ditto.
21095 2003-11-01  Alan Mackenzie  <acm@muc.de>
21097         Changes to allow scrolling whilst in isearch mode:
21098         * isearch.el (isearch-unread-key-sequence): New function,
21099         extracted from isearch-other-meta-char.
21100         (top level): (put 'foo 'isearch-scroll) on all Emacs's
21101         "scrollable" standard functions.
21102         (isearch-allow-scroll): New customizable variable.
21103         (isearch-string-out-of-window, isearch-back-into-window)
21104         (isearch-reread-key-sequence-naturally)
21105         (isearch-lookup-scroll-key): New functions.
21106         (isearch-other-meta-char): Doc string and functionality enhanced.
21107         Now accepts a prefix argument.
21108         (isearch-lazy-highlight-window-end): New variable.
21109         (isearch-lazy-highlight-new-loop): Pay attention to the window's
21110         end (thru isearch-lazy-highlight-window-end), not only its start.
21112         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21113         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21114         (universal-argument, universal-argument-more, negative-argument)
21115         (digit-argument, universal-argument-other-key): Minor changes.
21117 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
21119         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21120         recursively if the last message is deleted, thus avoiding an
21121         infinite loop.
21123 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21125         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21126         (tex-main-file): Don't add .tex if the extension is already present.
21127         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21129 2003-10-29  Lute Kamstra  <lute@gnu.org>
21131         * progmodes/octave-inf.el (inferior-octave-prompt):
21132         Recognize version number in prompt.
21134 2003-10-28  Dave Love  <fx@gnu.org>
21136         * international/characters.el: Fix some Unicode ranges.
21138 2003-10-28  Kenichi Handa  <handa@m17n.org>
21140         * disp-table.el (standard-display-8bit)
21141         (standard-display-default, standard-display-ascii)
21142         (standard-display-g1, standard-display-graphic)
21143         (standard-display-underline): Assure that standard-display-table
21144         is a display table.
21146 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21148         * simple.el (reindent-then-newline-and-indent): Delete space *after*
21149         reindenting the first line.
21151 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
21153         * wid-edit.el (widget-default-delete): Always delete child widgets.
21155 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21157         * newcomment.el (comment-indent): Don't call indent-according-to-mode
21158         if the line has code.
21159         Don't try to line up with something that's too far left.
21161         * progmodes/octave-mod.el (octave-comment-start): Simplify.
21162         (octave-mode-syntax-table): Add % as a comment starter.
21163         (octave-point): Remove.
21164         (octave-in-comment-p, octave-in-string-p)
21165         (octave-not-in-string-or-comment-p, calculate-octave-indent)
21166         (octave-blink-matching-block-open, octave-auto-fill):
21167         Use line-(beginning|end)-position instead.
21169 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
21171         * emacs-lisp/authors.el (authors-aliases): Add correct realname
21172         for Francesco Potort\e,Al\e(B.
21174 2003-10-23  Dave Love  <fx@gnu.org>
21176         * international/mule-cmds.el (locale-charset-to-coding-system):
21177         Don't rely on nil being a coding system.
21179         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
21180         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
21181         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
21183 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
21185         * gdb-ui.el (gdb-current-language): New variable.
21186         (gdb-update-flag): Remove variable.
21187         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
21188         (gdb-take-last-elt): Remove function.
21189         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
21190         (gdb-post-prompt): Check for variable object changes here.
21192         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
21193         object changes in gdb-ui.el.
21195 2003-10-21  Richard M. Stallman  <rms@gnu.org>
21197         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
21199         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
21200         Don't check for foo*/ wildcard form here.
21201         (insert-directory): Recognize foo*/ as a wildcard.
21202         Separate wildcard-regexp variable from the arg, wildcard.
21204         * subr.el (add-hook): Correctly detect when make-local-hook was used.
21205         (remove-hook): Correctly handle strange cases about local hooks.
21207 2003-10-21  David Ponce  <david@dponce.com>
21209         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
21210         argument REAL, to return a real number instead of a rounded
21211         integer value.  Define as inline function.
21212         (ruler-mode-right-fringe-cols): Likewise.
21213         (ruler-mode-scroll-bar-cols): New function.
21214         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
21215         (ruler-mode-right-scroll-bar-cols): Likewise.
21216         (ruler-mode-space): New function.
21217         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
21218         scroll bar mode and margins in a more robust way.
21220 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
21222         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
21223         (antlr-c-init-language-vars): New function.
21224         (antlr-mode): Use it with cc-mode before v5.29.
21225         (antlr-c-common-init): Don't set some local vars here.
21226         (antlr-mode): Set them here.
21227         (antlr-c-forward-sws): New function alias.
21228         (antlr-mode): Redefine with cc-mode before v5.30.
21229         (antlr-skip-sexps): Use it.
21230         (antlr-skip-exception-part): Ditto.
21231         (antlr-skip-file-prelude): Ditto.
21232         (antlr-outside-rule-p): Ditto.
21233         (antlr-end-of-body): Ditto.
21234         (antlr-option-kind): Ditto.
21235         (antlr-insert-option-area): Ditto.
21236         (antlr-file-dependencies): Ditto.
21238 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
21240         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
21241         Move backward only if point was not inside an entry.
21243 2003-10-21  Richard M. Stallman  <rms@gnu.org>
21245         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
21247 2003-10-21  Juri Linkov  <juri@jurta.org>
21249         * compare-w.el: Automatically skip non-matching text to resync.
21250         (compare-windows-whitespace): Doc fix.
21251         (compare-windows-sync, compare-windows-sync-string-size)
21252         (compare-windows-recenter, compare-ignore-whitespace)
21253         (compare-windows-highlight, compare-windows-face): New variables.
21254         (compare-windows): Use compare-windows-sync.
21255         (compare-windows-highlight, compare-windows-dehighlight)
21256         (compare-windows-sync-regexp)
21257         (compare-windows-sync-default-function): New functions.
21259 2003-10-21  Juri Linkov  <juri@jurta.org>
21261         * diff.el (diff-parse-differences): Don't visit the files now;
21262         instead, just record the error locus.
21264 2003-10-21  Dave Love  <fx@gnu.org>
21266         * progmodes/cfengine.el: New file.
21268 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
21270         * complete.el (PC-do-completion): Do not forget to use `pred' as the
21271         default-directory when completing file names.
21273 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
21275         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
21276         followed by the word `face', it gets treated as a face, even if
21277         it is also defined as a variable or a function.
21279 2003-10-20  Dave Love  <fx@gnu.org>
21281         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21282         Avoid incf in macro expansion.
21284 2003-10-20  John Paul Wallington  <jpw@gnu.org>
21286         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
21287         `evenp' so we don't implicitly require cl library at runtime.
21289 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
21291         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
21292         (help-make-xrefs): Only make cross-references for faces if
21293         preceded or followed by the word `face'.  Do not make a
21294         cross-reference for variables without variable documentation,
21295         unless preceded by the word `variable' or `option'.  Update doc
21296         string accordingly.
21298 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
21300         * progmodes/hideshow.el: Rewrite one-armed `if'
21301         constructs using either `when' or `unless'.
21302         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
21304 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
21306         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
21307         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
21308         instead of 12x12.
21310 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
21312         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
21313         message while converting to Babyl.
21315 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
21317         * allout.el (allout-mode): Doc fix.
21319 2003-10-16  Lute Kamstra  <lute@gnu.org>
21321         * subr.el (force-mode-line-update): Fix docstring.
21323 2003-10-14  Dave Love  <fx@gnu.org>
21325         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
21326         (default-input-method): Add :link, improve :type.
21327         (locale-charset-language-names): Fix utf-8 pattern.
21328         (locale-charset-match-p, locale-charset-alist)
21329         (locale-charset-to-coding-system): New.
21330         (set-locale-environment): Deal with codeset part of locale specs.
21332 2003-10-14  Lute Kamstra  <lute@gnu.org>
21334         * fringe.el (fringe-mode): Use active voice in docstring.
21335         (set-fringe-style): Ditto.
21337 2003-10-13  Lute Kamstra  <lute@gnu.org>
21339         * fringe.el (fringe-mode): Fix docstring.
21340         (set-fringe-style): Ditto.
21342 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
21344         * ediff-mult.el (ediff-filegroup-action):
21345         Use ediff-default-filtering-regexp.
21347         * ediff-util.el (ediff-recenter): Don't call
21348         ediff-restore-highlighting twice.
21349         (ediff-select-difference): Set current difference.
21350         (ediff-unselect-and-select-difference): Add comment.
21352         * ediff.el (ediff-directories,ediff-directory-revisions)
21353         (ediff-directories3,ediff-merge-directories)
21354         (ediff-merge-directories-with-ancestor)
21355         (ediff-merge-directory-revisions)
21356         (ediff-merge-directory-revisions-with-ancestor):
21357         Use ediff-default-filtering-regexp.
21359 2003-10-12  Andreas Schwab  <schwab@suse.de>
21361         * international/mule-cmds.el (locale-charset-language-names):
21362         Simplify regex by removing unused grouping.
21364 2003-10-10  Dave Love  <fx@gnu.org>
21366         * bindings.el: Don't bind stop.
21368 2003-10-08  Miles Bader  <miles@gnu.org>
21370         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
21371         face instead of attempting to emulate it.
21373 2003-10-07  Kenichi Handa  <handa@m17n.org>
21375         * international/mule-diag.el (list-coding-systems-1): List coding
21376         systems that are loaded automatically.
21378         * international/code-pages.el (iso-8859-11): Add autoload cookie.
21380         * international/mule.el (autoload-coding-system): New function.
21382 2003-10-07  Andreas Schwab  <schwab@suse.de>
21384         * log-edit.el (log-edit-changelog-entries): Prefer local value of
21385         change-log-default-name in the buffer visiting the file.
21387 2003-10-06  Dave Love  <fx@gnu.org>
21389         * files.el (find-file-hook): Customize.
21390         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
21392         * bindings.el (completion-ignored-extensions): Remove .log.
21393         (global-map): Add again, open, stop keys.
21395 2003-10-05  Richard M. Stallman  <rms@gnu.org>
21397         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
21398         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
21399         Use sh-modify directly.
21400         (sh-select): Use sh-append, not eval.
21402         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
21404         * info.el (Info-following-node-name): New function.
21406         * loadhist.el (unload-feature-special-hooks):
21407         Rename from loadhist-hook-functions.
21408         (loadhist-hook-functions): Now an alias.
21410 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
21412         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
21413         file-name clashes on 8+3 filesystems.
21415         * Makefile.in (DONTCOMPILE, bootstrap-clean):
21416         Rename loaddefs-boot.el to ldefs-boot.el
21418         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
21419         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
21421 2003-10-03  Lute Kamstra  <lute@gnu.org>
21423         * info.el (Info-mode): Revert previous change.
21424         (Info-escape-percent): New function.
21425         (Info-fontify-node): Use it.
21427 2003-10-02  Andreas Schwab  <schwab@suse.de>
21429         * loaddefs-boot.el: Regenerated.
21431 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
21433         * ffap.el: Remove defadvice related code from CVS since `complete'
21434         provides a `PC-completion-as-file-name-predicate' variable that
21435         ffap can override.
21437 2003-10-02  Kenichi Handa  <handa@m17n.org>
21439         * international/utf-8.el (ccl-decode-mule-utf-8):
21440         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
21442         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
21443         * international/subst-big5.el: Likewise.
21444         * international/subst-gb2312.el: Likewise.
21445         * international/subst-ksc.el: Likewise.
21447 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
21449         * calendar/calendar.el (increment-calendar-month)
21450         (calendar-leap-year-p, calendar-absolute-from-gregorian)
21451         (generate-calendar, calendar-read-date, calendar-interval)
21452         (calendar-day-of-week): Handle years BC.
21453         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
21455 2003-10-01  Dave Love  <fx@gnu.org>
21457         * language/cyrillic.el (cp1251): Alias for windows-1251.
21459         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
21460         bootstrap.
21462 2003-10-01  Lute Kamstra  <lute@gnu.org>
21464         * files.el: Fix typo.
21465         * imenu.el (imenu--generic-function): Docstring fix.
21467 2003-09-30  Richard M. Stallman  <rms@gnu.org>
21469         * dired.el (dired-mode): Handle dired-directory as a list.
21471 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
21473         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
21475         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
21477         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
21478         Replace gud-display with gud-watch.
21479         (gud-speedbar-buttons): Add stuff for watching expressions
21480         in the speedbar when using M-x gdba.  Use dolist on old part
21481         of this function.
21483         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
21484         (gdb-update-flag): New variables.
21485         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
21486         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
21487         (gud-watch, gdb-var-create-handler) : New functions.
21488         (gdb-var-list-children, gdb-var-list-children-handler)
21489         (gdb-var-create-regexp, gdb-var-update-regexp)
21490         (gdb-var-list-children-regexp): New constants.
21491         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
21492         (gdb-annotation-rules): Reduce annotation set (level 3).
21493         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
21494         (gdb-post-prompt): Don't update GDB buffers every time speedbar
21495         updates.
21496         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
21497         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
21498         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
21499         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
21500         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
21501         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
21502         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
21503         (gud-display, gud-display1)
21504         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
21505         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
21506         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
21507         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
21508         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
21509         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
21510         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
21511         (gdb-display-display-buffer, gdb-toggle-display)
21512         (gdb-delete-display, gdb-expressions-popup-menu)
21513         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
21514         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
21515         to display buffer.
21517 2003-09-30  Richard M. Stallman  <rms@gnu.org>
21519         * progmodes/ada-mode.el (ada-mode): Don't use advice.
21520         Instead, set which-func-functions.
21522         * progmodes/which-func.el (which-func-modes): Add ada-mode.
21523         (which-func-functions): New variable.
21524         (which-function): Use that.
21526         * info.el (Info-mode): Double each `%' in header line.
21528         * emacs-lisp/lisp-mnt.el (lm-with-file):
21529         When FILE is nil, run BODY in current buffer.
21531         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
21533         * help.el (describe-mode): Start with a brief list of minor modes.
21534         Find them thru minor-mode-list so as to find them all.
21535         Show them in alphabetical order.
21537         * mail/sendmail.el (mail-aliases): Doc fix.
21539         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
21541 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
21543         * mail/rmailsum.el (rmail-make-summary-line-1):
21544         Change comma after last label to a space.
21545         (rmail-summary-font-lock-keywords): Adapt to that change.
21547 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
21549         * progmodes/scheme.el (scheme-mode-variables): When setting
21550         `font-lock-defaults', also specify that "#" should
21551         be interpreted with `word' syntax.
21552         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
21554 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
21556         * desktop.el: A lot of comments updated.
21557         (desktop-save-mode): Minor mode introduced.
21558         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
21559         (desktop-load-default): Function made obsolete.
21560         (desktop-locals-to-save): Variable made customizable.
21561         (desktop-read): Optional parameter `dirname' added.
21562         (desktop-change-dir, desktop-revert): Parameter `dirname' in
21563         `desktop-read' used.
21564         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
21566 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
21568         * whitespace.el (whitespace-clean-msg): Add user customizable message
21569         for displaying ``clean'' output.
21570         (whitespace-buffer): Use `whitespace-clean-msg'.
21571         (whitespace-global-mode): Fix typo.
21573 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
21575         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
21577 2003-09-29  Lute Kamstra  <lute@gnu.org>
21579         * bindings.el (mode-line-modes): Remove superfluous :propertize
21580         construct in initialization.
21581         (mode-line-position): Change cons cell into proper list in
21582         initialization.
21584 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
21586         * international/mule.el (decode-coding-inserted-region): Use car
21587         of the return value of find-operation-coding-system.
21589 2003-09-29  Kenichi Handa  <handa@m17n.org>
21591         * descr-text.el (describe-char): Fix previous change.
21593 2003-09-28  Kenichi Handa  <handa@m17n.org>
21595         * descr-text.el (describe-char-display): New function.
21596         (describe-char): Pay attention to display table on describing how
21597         a character is displayed.
21599         * international/mule-cmds.el (encoded-string-description):
21600         Prepend "0x" to each encoded byte.
21602 2003-09-28  Andreas Schwab  <schwab@suse.de>
21604         * find-file.el (ff-special-constructs): Add autoload cookie.
21606 2003-09-28  Kevin Ryde  <user42@zip.com.au>
21608         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
21609         makeinfo appends to duplicate index entries.
21611 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
21613         * dired-x.el (dired-clean-tex): Doc fix.
21615         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
21616         using a Chinese tutorial.
21618 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21620         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
21621         between "MAIL FROM:" and "RCPT TO:" and the following address.
21623 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
21625         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
21627 2003-09-28  David Ponce  <david@dponce.com>
21629         * recentf.el (recentf-initialize-file-name-history): New defcustom.
21630         (recentf-load-list): When `recentf-initialize-file-name-history'
21631         is non-nil, initialize an empty `file-name-history' with the
21632         recent list.
21634 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
21636         * man.el (Man-default-man-entry): Remove the leading `*' from the
21637         word at point.
21639 2003-09-26  Lute Kamstra  <lute@gnu.org>
21641         * bindings.el (mode-line-position): Mention size indication in
21642         docstring.
21644 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
21646         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
21648         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
21649         because it's autoloaded now.
21651 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
21653         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
21654         (sh-font-lock-keywords, sh-feature): Fix previous change of
21655         sh-feature to avoid infloop with sh-font-lock-keywords.
21657 2003-09-25  Kim F. Storm  <storm@cua.dk>
21659         * frame.el (frame-current-scroll-bars): New defun.
21661         * window.el (window-current-scroll-bars): New defun.
21663 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21665         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
21666         cause errors when the state cache contains info on parts that have
21667         been narrowed out.
21669 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21671         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
21672         `c-setup-paragraph-variables' has to be used when this variable is
21673         changed; it doesn't work to reinitialize the mode since that
21674         typically clobbers the variable.
21676         * progmodes/cc-styles.el (c-setup-paragraph-variables):
21677         Make it interactive.
21679 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21681         * progmodes/cc-fonts.el (c-font-lock-declarations):
21682         Fix recognition of constructors and destructors for classes whose
21683         names are matched by `*-font-lock-extra-types'.
21685         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
21686         followed by an identifier in C++ then it's a type.
21688 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21690         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
21691         problem that primarily affected XEmacs.  Don't use faces to find
21692         unterminated strings since Emacs and XEmacs fontify strings
21693         differently - this function should now work better in XEmacs.
21695 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21697         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
21698         `expand-abbrev' workaround which caused braces to misbehave inside
21699         macros.
21701         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
21702         handling.  This bug could cause interactive font locking to bail out.
21704 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
21706         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
21707         Handle paren-style types in Pike.  Also fixed some cases of
21708         insufficient handling of unbalanced parens.
21710 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
21712         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
21713         common shell prompts that are not common filename or URL characters.
21714         (ffap-file-at-point): Use the new regexp to strip the prompts from
21715         the file names.  This is an issue mostly for user prompts that
21716         don't have a trailing space and find-file-at-point is invoked from
21717         within a shell inside Emacs.
21719 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
21721         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
21722         stamps numerically, rather than textually.
21724 2003-09-24  Kenichi Handa  <handa@m17n.org>
21726         * language/devan-util.el (devanagari-post-read-conversion):
21727         * language/mlm-util.el (malayalam-post-read-conversion):
21728         * language/tml-util.el (tamil-post-read-conversion):
21729         Add autoload cookie.
21731         * international/utf-8.el (utf-8-post-read-conversion):
21732         Call post-read-conversion functions for Devanagari, Malayalam,
21733         and Tamil.
21735 2003-09-23  Dave Love  <fx@gnu.org>
21737         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
21739 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
21741         * progmodes/gud.el (perldb): Add gud-until to list of commands.
21742         Update gud-remove.
21744 2003-09-22  Richard M. Stallman  <rms@gnu.org>
21746         * progmodes/sh-script.el (sh-mode-default-syntax-table):
21747         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
21748         (sh-mode-syntax-table-input): New variable.
21749         (sh-require-final-newline): Don't use eval.
21750         (sh-builtins, sh-leading-keywords, sh-other-keywords)
21751         (sh-variables, sh-font-lock-keywords): Don't use eval.
21752         (sh-set-shell): When setting require-final-newline,
21753         treat value = `require-final-newline' as don't change it.
21754         Set sh-mode-syntax-table locally based on
21755         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
21757         * progmodes/compile.el (compile-internal):
21758         Call compilation-set-window-height before setting window start.
21760 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
21762         * emacs-lisp/bytecomp.el (byte-compile-log-file):
21763         Clear out byte-compile-last-warned-form.
21765 2003-09-22  Richard M. Stallman  <rms@gnu.org>
21767         * woman.el (woman-file-name, woman-follow-word):
21768         If current-word returns nil, use "".
21770         * simple.el (eval-expression): Bind standard-output in to-buffer case.
21772 2003-09-22  Richard M. Stallman  <rms@gnu.org>
21774         * emacs-lisp/lisp-mnt.el (lm-with-file):
21775         Don't visit the file, just use insert-file-contents in temp buffer.
21777 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
21779         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
21780         Add surrounding \\( and \\) around the header, as in
21781         for lm-history-header 'Change Log\\|History'.
21783 2003-09-22  John Paul Wallington  <jpw@gnu.org>
21785         * progmodes/ld-script.el: Add Commentary section,
21786         minor cleanup of file header.
21787         (ld-script-font-lock-keywords): Doc fix.
21788         (toplevel): Provide `ld-script' feature.
21790 2003-09-21  Kim F. Storm  <storm@cua.dk>
21792         * scroll-bar.el (set-scroll-bar-mode): Initialize to
21793         new built-in variable default-frame-scroll-bars.
21794         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
21795         scroll-bar-mode; notably, use it instead of t when we toggle
21796         scroll-bars on.
21797         (toggle-scroll-bar): Use default-frame-scroll-bars.
21799 2003-09-19  Masatake YAMATO  <jet@gyve.org>
21801         * pcvs.el (cvs-do-removal): Change the prompt depending on
21802         `filter' value.
21804 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
21806         * startup.el (command-line-1): Stop startup-echo-area-message
21807         being hidden by "Loading image..." message.
21808         (use-fancy-splash-screens-p, display-splash-screen):
21809         Move display-graphic-p test from latter to former.
21811         * progmodes/sh-script.el (sh-font-lock-keywords):
21812         Highlight escaped EOLs differently from other backslash constructs.
21814 2003-09-19  Richard M. Stallman  <rms@gnu.org>
21816         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
21817         New functions.
21818         (edebug-enter, edebug-outside-excursion): Use them.
21820         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
21821         Fix the condition for whether to print "In WHERE".
21823 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
21825         * finder.el (finder-mode-hook): New variable.
21826         (finder-mode): Run hook finder-mode-hook
21828 2003-09-18  Masatake YAMATO  <jet@gyve.org>
21830         * progmodes/ebrowse.el: Fix broken magic autoload comments.
21832 2003-09-17  Mario Lang  <mlang@delysid.org>
21834         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
21835         "p %e" to actually print the value in the GUD buffer.
21837 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
21839         From David Ponce <david.ponce@wanadoo.fr>:
21840         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
21841         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
21842         from loaddefs-boot.el if necessary.
21844 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
21846         * progmodes/gud.el (gud-find-class): Make jdb work again since
21847         cc-mode changed the syntactic information.
21849 2003-09-15  David Ponce  <david@dponce.com>
21851         * recentf.el: (recentf-exclude): Accept predicates too.
21852         (recentf-file-readable-p): New function.
21853         (recentf-include-p): Handle predicates in recentf-exclude.
21854         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
21855         (recentf-cleanup): Likewise.
21856         (recentf-save-list): Use write-file to handle backup of
21857         recentf-save-file.
21859 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
21861         * loaddefs-boot.el: Renamed from `loaddefs.el'
21862         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
21863         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
21864         necessary.
21866 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
21868         * electric.el (Electric-pop-up-window): For the `one-window' case,
21869         no longer disconcertingly move point in the original buffer.
21871 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
21873         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
21875 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
21877         * dired.el (dired-mode-map): Fix typo.
21879 2003-09-11  Richard M. Stallman  <rms@gnu.org>
21881         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
21883 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
21885         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
21886         the function is less noisy.  Now only `kill-buffer' can ask questions.
21888 2003-09-10  Mario Lang  <mlang@delysid.org>
21890         * battery.el: Update Commentary and Copyright.
21891         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
21892         appear due to wrong ordering of the expressions in `or'.
21894 2003-09-09  Lute Kamstra  <lute@gnu.org>
21896         * misc.el (upcase-char): Fix docstring.
21897         (zap-up-to-char): New command.
21899 2003-09-08  David Ponce  <david@dponce.com>
21901         Ensure that recentf correctly updates the menu bar.
21902         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
21903         (recentf-menu-bar): New function.
21904         (recentf-clear-data): Use it
21905         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
21906         of easy-menu-change.
21908 2003-09-08  Lute Kamstra  <lute@gnu.org>
21910         * simple.el (size-indication-mode): New.
21911         * bindings.el (mode-line-position): Add buffer size indicator.
21913 2003-09-04  Mario Lang  <mlang@delysid.org>
21915         * battery.el (battery-linux-proc-acpi): New function.
21916         (battery-status-function): Modify default value calculation to also
21917         check for availability of ACPI.
21918         (battery-echo-area-format): Ditto.
21919         (battery-mode-line-format): Ditto.
21921 2003-09-06  Dave Love  <fx@gnu.org>
21923         * ielm.el (ielm-mode-hook): Add :options.
21925         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
21926         (eldoc-print-current-symbol-info): Use it.
21928 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
21930         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
21931         being displayed in GUD buffer.
21932         (gdb-idle-input-queue): Remove var.  Use just one queue.
21933         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
21934         Remove functions.  Use just one queue.
21935         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
21936         (gdb-invalidate-assembler, gdb-get-current-frame):
21937         Modify functions.  Use just one queue.
21939 2003-09-04  Dave Love  <fx@gnu.org>
21941         * cus-start.el: Add blink-cursor-alist.
21943         * ruler-mode.el (ruler-mode-fill-column-char)
21944         (ruler-mode-current-column-char): Use char-displayable-p,
21945         not window-system.
21947         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
21949         * language/european.el (windows-1252): Move from code-pages.
21951         * language/cyrillic.el ("Windows-1251"): Delete.
21952         ("Bulgarian", "Belarusian"): Remove `features'.
21953         (windows-1251): Move from code-pages.
21955         * international/mule-diag.el (non-iso-charset-alist):
21956         Remove `codepage' stuff.
21957         (print-designation, list-coding-systems-1): Output fixes.
21959         * international/code-pages.el (cp-make-translation-table)
21960         (cp-valid-codes): Made defsubsts.
21961         (cp-fix-safe-chars): Delete.
21962         (mule-diag): Don't require.
21963         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
21964         (top-level): Check for defined coding system when defining
21965         cp... aliases.  Change w32-add-charset-info test to avoid warning.
21966         (non-iso-charset-alist): Defvar when compiling.
21967         (cp-make-coding-system): Doc fix.
21969 2003-09-02  Jason Rumney  <jasonr@gnu.org>
21971         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
21972         line-ends from CVS before doing conversion.
21974 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
21976         * calendar/diary-lib.el (diary-header-line-flag)
21977         (diary-header-line-format): New variables.
21978         (list-diary-entries): Use them to set header line in simple diary.
21980         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
21981         other than font-lock-string-face to highlight backslashes.
21983 2003-09-01  Jason Rumney  <jasonr@gnu.org>
21985         * international/titdic-cnv.el (tit-read-key-value): Include \r in
21986         regexp.
21988 2003-09-01  Dave Love  <fx@gnu.org>
21990         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
21992         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
21993         and :help; also line and column numbers labels.
21995         * international/mule-util.el (char-displayable-p): Move from
21996         latin1-disp, rename and autoload.
21998         * international/latin1-disp.el (latin1-char-displayable-p):
21999         Now obsolete alias.  Replace uses with char-displayable-p.
22000         (latin1-display-ucs-per-lynx): Fix last change.
22002         * international/mule-cmds.el (standard-display-european-internal):
22003         Don't use char code for Latin-1 NBSP.
22004         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
22005         U+2018, U+2019 for `'.
22006         (select-safe-coding-system): Message fix.
22008 2003-09-01  Kenichi Handa  <handa@m17n.org>
22010         * international/fontset.el (setup-default-fontset): For Thai
22011         font, specify "*" family.
22013 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22015         * progmodes/compile.el (previous-error): Accept a prefix
22016         argument, similarly to next-error.
22018 2003-08-31  Masatake YAMATO  <jet@gyve.org>
22020         * pcvs.el (cvs-do-removal): Use = instead of eq to check
22021         the number of files.  Bind the number of files to a local
22022         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22024 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
22026         * vc-hooks.el (vc-make-version-backup): Fix the change made on
22027         2003-07-26: msdos-long-file-names is a function, not a variable.
22029 2003-08-29  Richard M. Stallman  <rms@gnu.org>
22031         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22032         Do nothing with mail-personal-alias-file if it is nil.
22034         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22035         Do nothing if mail-personal-alias-file is nil.
22037         * term.el (term-exec-1): Bind coding-system-for-read.
22039         * dired.el (dired-mouse-find-file-other-window):
22040         Use dired-view-command-alist here, as in dired-view-file.
22041         (dired-view-command-alist): Use %s to substitute file name.
22042         Handle .ps_pages, .eps, .jpg, .gif, .png.
22044 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
22046         * info.el (Info-mode-map): Bind S-tab and <backtab> to
22047         `Info-prev-reference', instead of M-tab.
22049 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
22051         * simple.el (blink-matching-open): Work correctly on chars that
22052         are designated as parens through the syntax-table text property.
22054 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
22056         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22057         line break position in the middle of a non-kinsoku (e.g. latin)
22058         word, making it skip until either a space or a character with
22059         category "|".
22060         (kinsoku-longer): Test for end of buffer.
22062 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
22064         * mail/rmail.el (rmail-convert-to-babyl-format):
22065         Detect quoted-printable- and base64-encoded messages and decode them
22066         automatically.  Set the message's encoding from the charset=
22067         header, if any.  Decode base64-encoded messages in Mail format as well.
22069 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
22071         * mail/smtpmail.el: Fix previous change.
22072         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22073         calling smtpmail-via-smtp.
22074         (smtpmail-via-smtp): Add fall-back values for envelope-from.
22076 2003-08-26  John Paul Wallington  <jpw@gnu.org>
22078         * image.el (image-jpeg-p): Don't search beyond length of data.
22080 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
22082         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22083         misfeature in `expand-abbrev' which caused electric keywords like
22084         "else" to disappear if an open brace was typed directly afterwards.
22086 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
22088         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22089         mandatory in `define-widget'.
22091         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22092         Don't align the operators "!=", "<=" and ">=" as assignment operators.
22094         (c-assignment-operators): New language constant that only contains
22095         the assignment operators.
22097         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22099 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
22101         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22102         Safeguard against unbalanced sexps.
22104 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
22106         * version.el (emacs-version): Check for gtk.  Include gtk version info.
22108 2003-08-25  John Paul Wallington  <jpw@gnu.org>
22110         * man.el (Man-default-man-entry): Don't whizz past the section
22111         number before looking for it.
22113 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
22115         * progmodes/gud.el (gud-display-line): Don't set window-point if
22116         source buffer is not visible.  (Only happens with M-x gdba.)
22118         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22119         documentation.
22120         (gdb-source, gdb-source-info): Update to assembler unnecessary
22121         as its done after each GDB command anyway.
22122         (gdb-pre-prompt): Use with-current-buffer.
22123         (gdb-insert-field): Add help-echo text.
22124         (gdb-invalidate-assembler): Re-display of assembler now done in
22125         gdb-info-breakpoints-custom.
22126         (gdb-info-breakpoints-custom): Force re-display of assembler to
22127         happen *after* update of breakpoints buffer.
22128         (gdb-display-source-buffer): Don't choke if gdb-source-window
22129         isn't visible.
22130         (gdb-put-string, gdb-put-arrow): Remove free variables.
22132 2003-08-24  John Paul Wallington  <jpw@gnu.org>
22134         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22136         * man.el (Man-default-man-entry): Strip text properties when
22137         snarfing parts of entry because `format' preserves properties.
22139 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
22141         * files.el (file-newest-backup): Use `expand-file-name'.
22143         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
22144         Allow the diary to pop up a new frame, if needed.
22146         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
22147         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
22148         (smtpmail-send-it): Make treatment of envelope-from consistent with
22149         sendmail.el.
22151         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
22152         (sh-leading-keywords): Add the bash `time' reserved word.
22153         (sh-variables): Add some bash variables.
22154         (sh-add-completer): Fix nil branch of case statement.
22156 2003-08-24  Masatake YAMATO  <jet@gyve.org>
22158         * progmodes/ld-script.el: New file.
22160 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
22162         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
22164 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
22166         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
22167         Better explain obsolescence, and what to use instead.
22169 2003-08-23  Masatake YAMATO  <jet@gyve.org>
22171         * pcvs.el (cvs-do-removal): Show the deleted file name
22172         on the prompt.
22174 2003-08-20  Dave Love  <fx@gnu.org>
22176         * international/mule.el (make-coding-system)
22177         (set-buffer-file-coding-system): Doc fix.
22179         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
22181         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
22183         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
22185         * international/utf-16.el: Add mime-text-unsuitable coding system
22186         properties.
22188         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
22190         * cus-edit.el: Add some :links.
22191         (bib): Remove.
22193         * textmodes/bib-mode.el (bib): Add :group external.
22195 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
22197         * wid-edit.el (widget-echo-help): Make it handle expressions that
22198         evaluate to strings.
22200 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
22202         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
22204         Simplify selection of SQL products to define highlighting and
22205         interactive mode.  Includes detailed instructions on adding
22206         support for new products.
22208         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
22209         product for use in highlighting and interactive mode.
22210         (sql-interactive-product): New variable.  SQL product for
22211         sql-interactive-mode.
22212         (sql-product-support): New variable.  Specifies product-specific
22213         parameters to drive highlighting and interactive mode.
22214         (sql-imenu-generic-expression): Add more object types.
22215         (sql-sqlite-options): Correct comment.
22216         (sql-ms-program): Use "osql" rather than "isql".
22217         (sql-prompt-regexp, sql-prompt-length): Update comment.
22218         (sql-mode-menu): Add "Start SQLi session" entry.
22219         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
22220         (sql-mode-abbrev-table): Add abbreviations.  Support of
22221         SYSTEM-FLAG on define-abbrev.  Support was removed with last
22222         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
22223         (sql-mode-font-lock-object-name): Add font-lock pattern for object
22224         names.
22225         (sql-mode-ansi-font-lock-keywords): Set as default value.
22226         (sql-mode-oracle-font-lock-keywords): Set as default value.
22227         Support Oracle 9i keywords.
22228         (sql-mode-postgres-font-lock-keywords): Set as default value.
22229         (sql-mode-linter-font-lock-keywords): Set as default value.
22230         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
22231         SQLServer 2000.
22232         (sql-mode-sybase-font-lock-keywords)
22233         (sql-mode-interbase-font-lock-keywords)
22234         (sql-mode-sqlite-font-lock-keywords)
22235         (sql-mode-strong-font-lock-keywords)
22236         (sql-mode-mysql-font-lock-keywords)
22237         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
22238         keywords.
22239         (sql-mode-font-lock-defaults): Update comment.
22240         (sql-product-feature): New function.  Returns feature associated
22241         with a product from `sql-product-support' alist.
22242         (sql-product-font-lock): New function.  Set font-lock support
22243         based on `sql-product'.
22244         (sql-add-product-keywords): New function.  Add font-lock rules to
22245         product-specific keyword variables.
22246         (sql-set-product): New function.  Set `sql-product' and apply
22247         appropriate font-lock highlighting.
22248         (sql-highlight-product): New function.  Set font-lock support
22249         based on a product.  Also set mode name to include product name.
22250         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
22251         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
22252         Use `sql-set-product'.
22253         (sql-highlight-ms-keywords)
22254         (sql-highlight-sybase-keywords)
22255         (sql-highlight-interbase-keywords)
22256         (sql-highlight-strong-keywords)
22257         (sql-highlight-mysql-keywords)
22258         (sql-highlight-sqlite-keywords)
22259         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
22260         (sql-get-login): Prompt in the same order as the tokens.
22261         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
22262         (sql-product-interactive): New function.  Common portions of
22263         product-specific interactive mode wrappers.
22264         (sql-interactive-mode): Rewritten to use product features.
22265         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
22266         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
22267         (sql-db2, sql-linter): Use `sql-product-interactive'.
22268         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
22269         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
22270         (sql-connect-ingres, sql-connect-postgres)
22271         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
22272         New functions.  Format command line parameters and invoke comint on
22273         the appropriate interpreter.  Code was in the corresponding
22274         `sql-xyz' function before.
22275         (sql-connect-ms): New function.  Support -E argument to use
22276         operating system credentials for authentication.
22278 2003-08-18  Kenichi Handa  <handa@m17n.org>
22280         * international/mule.el (encode-char): Fix for the ASCII case.
22282 2003-08-15  Kenichi Handa  <handa@m17n.org>
22284         * international/fontset.el (setup-default-fontset): Change "*" to
22285         nil in the specifications of font family.
22287 2003-08-18  Kim F. Storm  <storm@cua.dk>
22289         * kmacro.el (kmacro-keymap): Group related bindings in
22290         initialization for clarity.  Bind C-s to start macro.
22291         Remove C-r binding.
22292         (kmacro-initial-counter-value): New defvar to hold initial counter
22293         value in case we set the value before defining a macro.
22294         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
22295         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
22296         not defining or executing macro.  Doc fix.
22297         (kmacro-add-counter): Clear kmacro-initial-counter-value.
22298         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
22299         temporarily view older elements on the macro ring without cycling
22300         the ring.
22301         (kmacro-display): Doc fix.
22302         (kmacro-exec-ring-item): New helper function.
22303         (kmacro-call-ring-2nd): Use it.
22304         (kmacro-call-ring-2nd-repeat): Doc fix.
22305         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
22306         (kmacro-end-or-call-macro): Execute last viewed macro (using
22307         kmacro-exec-ring-item) from ring if this follows
22308         kmacro-view-macro.  This allows us to find a macro on the ring
22309         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
22310         the ring to bring it to the head of the ring.
22311         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
22312         Allow binding to reserved keys without specifying C-x C-k prefix.
22313         Ask for confirmation if entered key sequence is already bound to
22314         a non-macro command.
22315         (kmacro-view-macro): Repeating command will show older elements
22316         on the macro ring; C-k will execute the last viewed macro.
22317         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
22318         property from 'ring to 'head.
22320 2003-08-17  Alan Shutko  <ats@acm.org>
22322         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
22323         keeping December out of the alist.
22325 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
22327         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
22328         * calendar/calendar.el (calendar-mode-map): Bind it to key.
22329         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
22330         (calendar-flatten): New function.
22331         (calendar-mouse-view-other-diary-entries)
22332         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
22333         in the menu title and to show multi-line diary entries correctly
22334         in the menu.
22336 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
22338         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
22339         defcustom, because the default was recently changed.
22341 2003-08-16  Richard M. Stallman  <rms@gnu.org>
22343         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
22345         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
22346         New subroutine, broken out of eval-last-sexp-1.
22347         (eval-last-sexp-1): Use eval-last-sexp-print-value.
22349         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
22351         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
22353         * simple.el (eval-expression): Use eval-last-sexp-print-value.
22355 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
22357         * progmodes/compile.el (compilation-error-regexp-alist):
22358         Add Java ANt error detection as described in document
22359         http://ant.apache.org/faq.html
22361 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
22363         * simple.el (backward-word, forward-to-indentation)
22364         (backward-to-indentation): Argument changed to optional.
22365         (next-line, previous-line): Use `or' instead of `unless'.
22367 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22369         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
22370         instead of a constant.
22372 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
22374         * shell.el (shell): With prefix-arg, suggest a new buffer name.
22376 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
22378         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
22379         (vc-sccs-workfile-version): Search the entire delta table, rather
22380         than just the first entry, because that might be a deleted version.
22382 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
22384         * menu-bar.el (menu-bar-options-menu): Supply a body for the
22385         [save-place] binding in the Options menu.  Have it require
22386         'saveplace' and then toggle the variable manually, to avoid an an
22387         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
22388         for the bug report.
22390 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
22392         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
22393         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
22394         (gdb-info-threads-custom): Add help-echo text.
22395         (gdb-display-back): Don't use purecopy.
22396         (gdb-info-breakpoints-custom, gdb-reset)
22397         (gdb-assembler-custom): Use display-images-p to test if breakpoint
22398         icons can be displayed.
22400 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
22402         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
22404 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
22406         * bookmark.el (bookmark-completing-read):
22407         Return a string, instead of a list of one string.
22408         Use a popup menu if activated from the mouse.
22409         (bookmark-edit-annotation): Remove unused vars.
22410         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
22411         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
22412         to bookmark-completing-read.
22413         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
22414         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
22415         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
22416         and erase-buffer.
22417         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
22418         (bookmark-menu-jump, bookmark-menu-insert)
22419         (bookmark-popup-menu-and-apply-function)
22420         (bookmark-menu-popup-paned-bookmark-menu): Remove.
22421         (bookmark-menu-build-paned-menu): Remove by folding it into
22422         bookmark-menu-popup-paned-menu.
22423         (menu-bar-bookmark-map): Move the define-key statements here.
22424         Use the "non-menu" commands since they now pop up a menu if needed.
22425         (bookmark-exit-hook-internal): Simplify.
22427 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
22429         * reftex-toc.el (reftex-toc-rename-label): New function.
22430         (reftex-toc-check-docstruct): New function.
22432         * reftex.el (reftex-region-active-p): New function.
22434         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
22435         regexp to find the \bibliography macro.
22437         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
22438         which does not exist in LaTeX.
22439         (reftex-cite-format-builtin): Added amsrefs support.
22440         (reftex-toc-confirm-promotion): New option
22442         * reftex-toc.el
22443         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
22444         (reftex-toc-demote, reftex-toc-promote)
22445         (reftex-toc-do-promote, reftex-toc-promote-prepare)
22446         (reftex-toc-promote-action, reftex-toc-extract-section-number)
22447         (reftex-toc-newhead-from-alist)
22448         (reftex-toc-load-all-files-for-promotion): New functions.
22449         (reftex-toc-help): Added description of new keys.
22450         (reftex-toc-split-windows-fraction): New option.
22451         (reftex-recenter-toc-when-idle): Search *toc* window on all
22452         visible frames.
22453         (reftex-toc): Additional parameter REUSE
22454         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
22455         with REUSE argument.
22456         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
22457         the call of `reftex-toc'.
22458         (reftex-make-separate-toc-frame): New function .
22459         (reftex-toc-recenter): When called with triple prefix arg, call
22460         `reftex-make-separate-toc-frame' first.
22461         (reftex-toc-toggle-dedicated-frame): New command.
22462         (reftex-toc-quit): Adapted to delete frame when called in
22463         dedicated frame.
22465         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
22466         all enclosing macros.
22469 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22471         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
22472         first use.
22474 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22476         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
22478 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
22480         * calendar/calendar.el (list-diary-entries-hook)
22481         (diary-display-hook, nongregorian-diary-listing-hook)
22482         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
22483         Add some customize options for these hooks.
22484         (calendar-abbrev-construct): Don't try to take a substring longer
22485         than the original string.
22487 2003-08-05  Richard M. Stallman  <rms@gnu.org>
22489         * emacs-lisp/testcover.el (noreturn): Report error if does return.
22490         (testcover-reinstrument-clauses): Doc fix.
22492         * emacs-lisp/warnings.el: Doc fixes, args renamed.
22493         (warning-type-format): Rename from warning-group-format.
22495         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
22496         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
22497         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
22498         to prevent warnings about defvar for an obsolete variable.
22500         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
22501         warning-group-format renamed to warning-type-format.
22503         * subr.el (read-passwd): Use clear-string instead of fillarray.
22505         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
22506         Use vconcat instead of concat.
22507         (edmacro-sanitize-for-string): New function.
22509 2003-08-05  Dave Love  <fx@gnu.org>
22511         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
22512         line-number-display-limit-width.
22514         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
22516 2003-08-05  Kenichi Handa  <handa@m17n.org>
22518         * international/code-pages.el: Don't require mule-diag.
22520         * international/mule-diag.el (non-iso-charset-alist):
22521         Add autoload cookie.
22523         * language/devan-util.el (dev-glyph-order): Add an entry for the
22524         glyph code #xC4.
22526 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
22528         * calendar/calendar.el (diary-file, diary-file-name-prefix)
22529         (european-calendar-style, diary-date-forms)
22530         (calendar-day-name-array, calendar-month-name-array): Doc change.
22531         (generate-calendar-month): Adapt for new behavior of
22532         `calendar-day-name' function.
22533         (calendar-abbrev-length, calendar-day-abbrev-array)
22534         (calendar-month-abbrev-array): New variables.
22535         (calendar-abbrev-construct): New function.
22536         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
22537         rather than fixing abbrevs at some width.  Calling syntax change.
22538         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
22539         (calendar-date-string): Adapt for new behaviors of
22540         `calendar-day-name' and `calendar-month-name' functions.
22542         * calendar/diary-lib.el (list-diary-entries): Adapt for new
22543         behavior of `calendar-day-name' and `calendar-month-name' functions.
22544         (diary-name-pattern): Use abbrev arrays, rather than fixing
22545         abbrevs at three chars.  Calling syntax change.
22546         (mark-diary-entries): Adapt for new behaviors of
22547         `diary-name-pattern' and `calendar-make-alist' functions.
22548         (fancy-diary-font-lock-keywords): Adapt for new behavior of
22549         `diary-name-pattern' function.
22550         (font-lock-diary-date-forms): Use abbrev arrays, rather than
22551         fixing abbrevs at three chars.  Calling syntax change.
22552         (cal-hebrew, cal-islam): Require when compiling.
22553         (diary-font-lock-keywords): Adapt for new behavior of
22554         `font-lock-diary-date-forms' function.
22556         * calendar/cal-hebrew.el: Reposition some code so defined before used.
22557         (calendar-hebrew-month-name-array-common-year)
22558         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
22559         (list-hebrew-diary-entries): Adapt for new behaviors of
22560         `calendar-day-name' and `add-to-diary-list' functions.
22561         (mark-hebrew-diary-entries): Adapt for new behaviors of
22562         `diary-name-pattern' and `calendar-make-alist' functions.
22564         * calendar/cal-islam.el (calendar-islamic-month-name-array):
22565         Add doc string.
22566         (list-islamic-diary-entries): Adapt for new behaviors of
22567         `calendar-day-name' and `add-to-diary-list' functions.
22568         (mark-islamic-diary-entries): Adapt for new behaviors of
22569         `diary-name-pattern' and `calendar-make-alist' functions.
22571         * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
22572         `calendar-month-name' function.
22574         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
22576         * calendar/solar.el (solar-seasons-data): Move definition before use.
22578         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
22579         (cal-tex-LaTeX-hourbox): Move definition before use.
22581         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
22582         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
22583         * lunar.el, solar.el (displayed-month, displayed-year):
22584         Define for compiler.
22586 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
22588         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
22589         MODE.  Renamed from c-init-c-language-vars'.
22590         (c-initialize-cc-mode): Change accordingly.
22591         (c-common-init): Ditto.
22592         (c-mode): Ditto.
22593         (c++-mode): Use `c-init-language-vars-for'.
22594         (objc-mode): Ditto.
22595         (java-mode): Ditto.
22596         (idl-mode): Ditto.
22597         (pike-mode): Ditto.
22598         (awk-mode): Ditto.
22600 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
22602         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
22603         or not the point moved.
22605         (c-search-decl-header-end): Don't trip up on operator identifiers
22606         in C++ and operators like == in all languages.
22608         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
22609         Detect leading labels correctly.
22611 2003-08-02  Andreas Schwab  <schwab@suse.de>
22613         * textmodes/ispell.el: Don't redo key bindings on loading, put
22614         them only in loaddefs.el.
22615         * bookmark.el: Likewise.
22616         * dabbrev.el: Likewise.
22617         * emerge.el: Likewise.
22619         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
22620         has more than one member.
22622         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
22624 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22626         * lpr.el (printify-region): It was ending conversion before the
22627         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
22629 2003-07-31  John Paul Wallington  <jpw@gnu.org>
22631         * net/browse-url.el (browse-url-epiphany): Doc fix.
22633 2003-07-30  Kenichi Handa  <handa@m17n.org>
22635         * international/fontset.el (setup-default-fontset):
22636         Change registry names of Akurti fonts.
22638 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22640         * comint.el (comint-read-noecho): Use `clear-string' instead of
22641         `fillarray'.
22643 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
22645         * outline.el (outline-mode-hook): Add defvar.
22647 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
22649         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
22650         Restore assembler in source window if that is what has been selected.
22651         (menu): Add gdb-restore-windows to menu.  Make gdba
22652         specific menus only visible from gdba.
22654 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
22656         * progmodes/compile.el (compilation-environment): New user variable.
22657         (compile-internal): Respect it.
22659 2003-07-23  Masatake YAMATO  <jet@gyve.org>
22661         * progmodes/gud.el (gdb-script-font-lock-keywords):
22662         Put `font-lock-function-name-face' on a symbol which includes
22663         `-' like `hook-run'.  Put font-lock-variable-name-face
22664         on a symbol starting with $.
22666 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
22668         * files.el (set-visited-file-name): Use truename for buffer-file-name.
22670 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
22672         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
22674 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
22676         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
22677         Use with-no-warnings.
22678         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
22679         rather than to find-file-not-found-hook, which doesn't exist.
22681 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
22683         * international/quail.el (quail-translate-key): Fix previous change.
22685 2003-07-25  John Paul Wallington  <jpw@gnu.org>
22687         * server.el (server-start): Check `server-process' is non-nil
22688         before killing it to avoid killing current buffer's process.
22690         * simple.el (choose-completion-string): Use `minibufferp';
22691         test `completion-reference-buffer' if `buffer' arg is nil.
22692         (push-mark): Use `when' and `unless'.
22693         (pop-mark): Use `when'.
22695         * mouse-sel.el (mouse-sel-get-selection-function):
22696         Check `x-last-selected-text-primary'.  Don't barf if it or
22697         `x-last-selected-text' aren't bound.
22699 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
22701         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
22703 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
22705         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
22707 2003-07-23  John Paul Wallington  <jpw@gnu.org>
22709         * tooltip.el (defface tooltip): Inherit from variable-pitch.
22711 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
22713         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
22714         string.  Defvar the derived hook.
22716         * macros.el (insert-kbd-macro): Escape double quote character.
22717         From Thomas W Murphy <twm@andrew.cmu.edu>.
22719 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
22721         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
22722         to match the specific mark rather than reusing comment-start-skip.
22724 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
22726         * progmodes/hideshow.el (hs-special-modes-alist):
22727         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
22729 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
22731         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
22732         value using ?\s.
22734 2003-07-21  John Paul Wallington  <jpw@gnu.org>
22736         * subr.el (with-selected-window): Add closing paren.
22738 2003-07-21  Richard M. Stallman  <rms@gnu.org>
22740         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
22741         (lisp-mode): Likewise.
22743         * subr.el (with-selected-window): Copy code form save-selected-window
22744         so as to call select-window with norecord arg.
22745         (dynamic-completion-table): Doc fix.
22746         (lazy-completion-table): Doc fix.
22748         * international/mule-cmds.el (set-locale-environment):
22749         langinfo renamed to locale-info.
22751         * international/mule.el (auto-coding-functions): Doc fix.
22753 2003-07-21  Kenichi Handa  <handa@m17n.org>
22755         * international/quail.el (quail-translate-key):
22756         Update quail-current-str correctly.
22758 2003-07-21  Andreas Schwab  <schwab@suse.de>
22760         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
22761         ?, to "_".
22763 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
22764         Version 2.0.36 of Tramp released.
22766         * net/tramp.el (tramp-default-password-end-of-line): Rename from
22767         tramp-password-end-of-line.
22768         (tramp-password-end-of-line): New method parameter.
22769         (tramp-get-password-end-of-line): Function to access method
22770         parameter `tramp-password-end-of-line', or variable
22771         `tramp-default-password-end-of-line' (default value).
22772         (tramp-methods): Add entries for new parameter
22773         tramp-password-end-of-line.
22774         (tramp-enter-password): Use new function
22775         `tramp-get-password-end-of-line'.
22776         (tramp-handle-insert-file-contents): Do not
22777         unconditionally inhibit the file operation file-local-copy, only
22778         do that when the inhibit-file-name-operation is currently
22779         insert-file-contents.  This fixes finding remote CVS-controlled
22780         files.  (It would barf on inserting the CVS/Entries file
22781         literally, because the file-local-copy handler wasn't called.)
22782         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
22783         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
22784         (tramp-initial-commands): New variable.
22785         (tramp-process-initial-commands): New function, using the variable.
22786         (tramp-open-connection-setup-interactive-shell): Call the new function.
22787         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
22788         method into the buffer name, never use nil.  Reported by Hanak
22789         David <dhanak@inf.bme.hu>.
22790         (tramp-open-connection-setup-interactive-shell): Erase buffer
22791         before sending "stty -onlcr".
22793         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
22795 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
22797         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
22799 2003-07-19  John Paul Wallington  <jpw@gnu.org>
22801         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
22802         (artist-draw-rect, artist-draw-square): Doc fixes.
22804         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
22806         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
22808 2003-07-19  Kenichi Handa  <handa@m17n.org>
22810         * international/kkc.el (kkc-show-conversion-list-update):
22811         Highlight the correct candidate in the message.
22813 2003-07-18  John Paul Wallington  <jpw@gnu.org>
22815         * simple.el (current-word): Don't include punctuation char when
22816         `really-word' arg is non-nil.
22818 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
22820         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
22821         moved to the directory obsolete.
22823 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
22825         * info.el (Info-menu-entry-name-re): Allow newlines in
22826         menu entry names.
22828         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
22829         syntax-ppss-after-change-function.
22830         (syntax-ppss-after-change-function): New alias.  Update uses.
22831         (syntax-ppss): Catch the case where the buffer is narrowed.
22833 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
22835         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
22836         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
22838 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
22840         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
22841         since it might be modified.
22843         * progmodes/cc-langs.el (c++-make-template-syntax-table)
22844         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
22845         names to these language constants.
22847 2003-07-15  Kim F. Storm  <storm@cua.dk>
22849         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
22850         All uses changed.
22852 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
22854         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
22855         Namespace support.
22857 2003-07-13  Juanma Barranquero  <lektu@terra.es>
22859         * frame.el (modify-all-frames-parameters): Reinstall (copyright
22860         papers received).
22862 2003-07-13  Karl Eichwalder  <ke@suse.de>
22864         * textmodes/po.el (po-find-charset): White space at the start of the
22865         Content-Type field body is non-mandatory.
22867 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
22869         * textmodes/texinfo.el (texinfo-section-list):
22870         Append appendixsection; a synonym for appendixsec.
22872 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
22874         * man.el (Man-translate-cleanup): New.
22875         (Man-translate-references): Call `Man-translate-cleanup' to clean
22876         leading, trailing and middle spaces.
22878 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
22880         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
22881         Handle `dired-directory' being a list.
22883 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
22885         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
22886         it doesn't exist.
22888 2003-07-12  Richard M. Stallman  <rms@gnu.org>
22890         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
22892         * progmodes/cc-defs.el (c-make-keywords-re):
22893         Don't use delete-duplicates.
22894         (c-lang-const): Don't use mapcan.
22896         * apropos.el (apropos-show-scores): Make it customizable.
22897         Document new meaning.
22898         (apropos): Compute scores from symbols.
22899         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
22901 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22903         * ps-bdf.el: Fix copyright line.
22904         (bdf-directory-list): Fix initialization code.
22906 2003-07-11  John Paul Wallington  <jpw@gnu.org>
22908         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
22909         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
22910         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
22912 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
22914         * emacs-lisp/ring.el (ring-elements): Doc fix.
22916 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
22918         * calendar/timeclock.el (timeclock-relative)
22919         (timeclock-ask-before-exiting, timeclock-use-display-time):
22920         Doc changes.
22921         (timeclock-modeline-display): Give a message if
22922         `timeclock-use-display-time' is non-nil but `display-time-mode'
22923         is not active.
22925 2003-07-11  Kenichi Handa  <handa@m17n.org>
22927         * international/mule-cmds.el (set-language-environment):
22928         Set current-language-environment to the correct string.
22930 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
22932         * ps-print.el: Print line number correctly in a region.  Reported by
22933         Tim Allen <timallen@ls83.fsnet.co.uk>.
22934         (ps-print-version): New version number (6.6.2).
22935         (ps-printing-region): Code fix.
22937 2003-07-10  John Paul Wallington  <jpw@gnu.org>
22939         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
22940         this function can be called from `add-completions-from-tags-table'.
22942 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
22944         * calendar/timeclock.el (timeclock-use-display-time)
22945         (timeclock-day-over-hook, timeclock-workday-remaining)
22946         (timeclock-status-string, timeclock-when-to-leave)
22947         (timeclock-when-to-leave-string, timeclock-log-data)
22948         (timeclock-find-discrep, timeclock-day-base)
22949         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
22950         (timeclock-modeline-display): Set the variable
22951         `timeclock-modeline-display'.
22952         (timeclock-update-modeline): Doc fix.  Respect value of
22953         `timeclock-relative'.
22955 2003-07-09  Richard M. Stallman  <rms@gnu.org>
22957         * textmodes/reftex-parse.el (reftex-all-document-files):
22958         Add autoload cookie.
22960         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
22961         (reftex-scanning-info-available-p): Add autoload cookie.
22963         * international/mule-cmds.el
22964         (set-display-table-and-terminal-coding-system): Delete duplicate
22965         aset on standard-display-table.
22967         * view.el (view-file): If existing buffer's major mode is special,
22968         don't go into view mode.
22970         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
22972 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
22974         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
22975         buffer changes; there's third party code that calls this function
22976         directly.
22978 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
22980         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
22981         (autodoc-font-lock-keywords): Don't byte compile on font lock
22982         initialization when running from byte compiled files.
22984 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
22986         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
22987         statement ends with auto-increment "++".
22989 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
22991         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
22992         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
22993         these are changed, so declare them as variables and not constants.
22995 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
22997         * subr.el (dolist, dotimes): Doc fix.
22999 2003-07-08  Kim F. Storm  <storm@cua.dk>
23001         * international/mule-cmds.el
23002         (set-display-table-and-terminal-coding-system): Don't break
23003         bootstrap if standard-display-table isn't setup yet.
23005 2003-07-07  Richard M. Stallman  <rms@gnu.org>
23007         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23008         Give it a doc string, and autoload it.
23010         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23011         Use with-no-warnings.
23013         * info.el (Info-search): If find invisible text, search again.
23015         * isearch.el (search-whitespace-regexp): Add a shy group around it.
23017         * man.el (Man-name-regexp): Match + as part of name.
23019         * simple.el (visible-mode): Rename from vis-mode.
23020         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23022         * simple.el (current-word): New arg REALLY-WORD specifies
23023         don't include punctuation chars.
23025         * emacs-lisp/debug.el (debug, debugger-env-macro):
23026         Use with-no-warnings while accessing and binding unread-command-char.
23028         * international/mule-cmds.el
23029         (set-display-table-and-terminal-coding-system): Use explicit loop
23030         instead of calling standard-display-default.
23032         * net/ange-ftp.el (ange-ftp-file-symlink-p):
23033         Use condition-case to catch error in ange-ftp-get-files.
23035         * net/browse-url.el (browse-url-browser-function):
23036         Add alternative for Epiphany.
23037         (browse-url-epiphany-program, browse-url-epiphany-arguments)
23038         (browse-url-epiphany-startup-arguments)
23039         (browse-url-epiphany-new-window-is-tab): New variables.
23040         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23042         * progmodes/compile.el (compile-auto-highlight): Default now t.
23043         (compile): Doc fix.
23044         (compilation-next-error): Fix previous change.
23046         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23048         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23050 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
23052         * gdb-ui.el (gdb-source-info): Display current frame when
23053         attaching to an existing process.
23054         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23055         while laying out windows when attaching to an existing process.
23057 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
23059         * info.el (Info-menu): Use Info-menu-entry-name-re.
23061 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
23063         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23064         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23066         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23067         to match the same text.
23069 2003-07-06  John Paul Wallington  <jpw@gnu.org>
23071         * vc.el (vc-annotate-offset): Move defvar up.
23073 2003-07-06  Kim F. Storm  <storm@cua.dk>
23075         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23076         This should fix the infinite loop when extracting menu names.
23078 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
23080         * files.el (auto-mode-alist, interpreter-mode-alist):
23081         Remove entries to CC Mode modes to avoid duplicates; they are now added
23082         with autoload directives in cc-mode.el.
23084 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
23086         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23087         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23088         these are changed, so declare them as variables and not constants.
23090         * progmodes/cc-mode.el: Fix some autoload problems: Try to
23091         ensure that the entry for ".c" extension comes before the one for
23092         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23093         Fix incorrect entries that were added to `interpreter-mode-alist'.
23094         Move the autoload directives for AWK to the top level since they
23095         aren't recognized anywhere else.  Do not use the new AWK mode doc
23096         in the autoload form for the old AWK mode.
23098 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
23100         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23101         (bibtex-sort-ignore-string-entries): Default value t.
23102         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23103         erroneously in previous version.
23104         (bibtex-string-files): Docstring reflects new parsing scheme.
23105         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23106         docstring, add # as one of the chars to crush
23107         (bibtex-autokey-prefix-string, bibtex-autokey-names)
23108         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23109         (bibtex-autokey-name-change-strings)
23110         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23111         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23112         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23113         (bibtex-autokey-title-terminators)
23114         (bibtex-autokey-titlewords-stretch)
23115         (bibtex-autokey-titleword-ignore)
23116         (bibtex-autokey-titleword-case-convert)
23117         (bibtex-autokey-titleword-abbrevs)
23118         (bibtex-autokey-titleword-abbrevs)
23119         (bibtex-autokey-titleword-change-strings)
23120         (bibtex-autokey-titleword-length)
23121         (bibtex-autokey-titleword-separator)
23122         (bibtex-autokey-name-year-separator)
23123         (bibtex-autokey-year-title-separator)
23124         (bibtex-autokey-before-presentation-function)
23125         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23126         Fix docstring.
23127         (bibtex-strings, bibtex-reference-keys):
23128         Use lazy-completion-table and make-variable-buffer-local.
23129         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23130         (bibtex-braced-string-syntax-table)
23131         (bibtex-quoted-string-syntax-table): New variables.
23132         (bibtex-parse-nested-braces): Remove.
23133         (bibtex-parse-field-string): Use syntax table and forward-sexp.
23134         (bibtex-parse-association): Simplify.
23135         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23136         (bibtex-parse-field-text): Simplify.
23137         (bibtex-search-forward-field, bibtex-search-backward-field):
23138         argument BOUND can take value t.
23139         (bibtex-start-of-field, bibtex-start-of-name-in-field)
23140         (bibtex-end-of-name-in-field, bibtex-end-of-field)
23141         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23142         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
23143         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
23144         (bibtex-skip-to-valid-entry): Return buffer position of beginning
23145         and ending of entry.  Update for changes of bibtex-search-entry.
23146         Simplify.
23147         (bibtex-map-entries): FUN is called with three arguments.
23148         (bibtex-search-entry): Return a cons pair with buffer positions of
23149         beginning and end of entry.
23150         (bibtex-enclosing-field): Simplify.
23151         (bibtex-format-entry): Use booktitle to set a missing title.
23152         (bibtex-autokey-get-names): Fiddle with regexps.
23153         (bibtex-generate-autokey): Use identity.
23154         (bibtex-parse-keys): Use simplified parsing algorithm if
23155         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
23156         arguments.  Return alist of keys.
23157         (bibtex-parse-strings): Simplify.  Return alist of strings.
23158         (bibtex-complete-string-cleanup): Fix docstring.
23159         (bibtex-read-key): New function.
23160         (bibtex-mode): Fix docstring.  Do not parse for keys and
23161         strings when the mode is entered.  Set fill-paragraph-function to
23162         bibtex-fill-field.  Setup font-lock-mark-block-function the way
23163         font-lock intended.
23164         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
23165         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
23166         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
23167         (bibtex-Preamble): Avoid hard coded constants.
23168         (bibtex-make-field): Fix docstring.  Simplify.
23169         (bibtex-beginning-of-entry): Always return new position of point.
23170         (bibtex-end-of-entry): Rearrange cond clauses.
23171         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
23172         Update for changes of bibtex-map-entries.
23173         (bibtex-ispell-abstract): Do not move point.
23174         (bibtex-entry-index): Use downcase.  Simplify.
23175         (bibtex-lessp): Handle catch-all.
23176         (bibtex-find-crossref): Turn into a command.
23177         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
23178         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
23179         preamble entries.
23180         (bibtex-fill-field-bounds): New function.
23181         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
23182         (bibtex-fill-entry): Use bibtex-fill-field-bounds
23183         (bibtex-String): Use bibtex-strings.  Always obey
23184         bibtex-sort-ignore-string-entries.
23186 2003-07-05  John Paul Wallington  <jpw@gnu.org>
23188         * cus-theme.el (customize-create-theme):
23189         Call `customize-create-theme' in Reset widget's notify function.
23191         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
23192         (ibuffer-mark-interactive): Use `or' instead of `unless'.
23193         (define-ibuffer-column name): Add summarizer.
23194         (define-ibuffer-column size): Likewise.
23195         (define-ibuffer-column filename): Likewise.
23196         (define-ibuffer-column process): Likewise.  Change BODY's output too.
23197         (define-ibuffer-column filename-and-process): Likewise, likewise.
23198         (ibuffer): Remove local vars `already-in' and `need-update'.
23200         * ibuf-ext.el: Don't require `derived' at compile-time.
23202 2003-07-05  Kim F. Storm  <storm@cua.dk>
23204         * info.el: Disable paragraph refilling.
23205         (Info-refill-paragraphs): New defcustom.
23206         (Info-fontify-node): Use it.
23208 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
23210         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
23211         thingies from constructors created by defstruct.
23213         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
23214         the default value of the variable.
23215         (byte-code-meter): Move declaration to top level.
23217         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
23219         * info.el (Info-following-node-name-re): New fun.
23220         (Info-following-node-name): Remove.
23221         (Info-insert-dir): Use the new fun.
23222         (Info-extract-pointer): Don't save restriction; use new fun.
23223         (Info-menu-entry-name-re): New const.
23224         (Info-menu-entry-name-re): Use it along with new fun.
23225         (Info-node-spec-re): Use new fun.
23226         (Info-complete-menu-item, Info-fontify-node): Use new const.
23227         (Info-goto-node, Info-follow-reference, Info-menu-update):
23228         Use match-string.
23229         (Info-follow-reference): Use assoc-string.
23230         Use a list of strings for the completion table.
23231         (Info-fontify-node): Use match-string, line-end-position.
23232         Limit the search for `node:' to the first line.
23234         * newcomment.el (uncomment-region): Remove padding coming from
23235         comment-start rather than just from comment-padding.
23237         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
23238         (vc-cvs-stay-local-p): Use vc-stay-local-p.
23239         (vc-cvs-rename-file): Remove (use the default).
23240         (vc-cvs-register): Register parent dir if needed.
23241         (vc-cvs-could-register): Return non-nil if parent can be registered.
23242         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
23243         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
23245         * vc-svn.el (vc-svn-use-edit): Make it into a const.
23246         (vc-svn-update): Fix the arguments to `svn'.
23247         (vc-svn-diff-tree): Just use `vc-svn-diff'.
23248         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
23249         Simple implementations, assuming `name' is a URL.
23251         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
23252         set of chars allowed unquoted in a case pattern.
23254         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
23256         * font-lock.el (font-lock-extra-types-widget)
23257         (c-font-lock-extra-types, c++-font-lock-extra-types)
23258         (objc-font-lock-extra-types, java-font-lock-extra-types)
23259         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
23260         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
23261         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
23262         (font-lock-match-c++-structor-declaration)
23263         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
23264         (c++-font-lock-keywords-3, c++-font-lock-keywords)
23265         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
23266         (objc-font-lock-keywords-3, objc-font-lock-keywords)
23267         (java-font-lock-keywords-1, java-font-lock-keywords-2)
23268         (java-font-lock-keywords-3, java-font-lock-keywords)
23269         (java-font-lock-syntactic-face-function): Remove obsolete code
23270         and constants.  It's all in cc-fonts.el now.
23272 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
23274         * mail/sendmail.el (mail-specify-envelope-from)
23275         (mail-envelope-from): Doc fix.
23277 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
23279         * generic-x.el: Do away with the dependency on `c-emacs-features'
23280         when populating `rul-generic-mode-syntax-table'; we already know
23281         this isn't XEmacs.
23283 See ChangeLog.10 for earlier changes.
23285 ;; Local Variables:
23286 ;; coding: iso-2022-7bit
23287 ;; End:
23289     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
23290   Copying and distribution of this file, with or without modification,
23291   are permitted provided the copyright notice and this notice are preserved.
23293 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1