*** empty log message ***
[emacs/old-mirror.git] / lisp / ChangeLog
blobf903cb02550894919814fbf98ec306dcc820bdb4
1 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
3         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
4         New funcs.  In minibuffer-local-completion-map bind `]', `/'
5         and `:' to them.
7 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9         * startup.el (normal-top-level): Allow modification of load-path while
10         we're iterating over it.
12 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
14         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
16         (thumbs-resize-interactive, thumbs-insert-image)
17         (thumbs-insert-thumb, thumbs-dired-show-marked)
18         (thumbs-find-image-at-point, thumbs-delete-images)
19         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20         (thumbs-increment-image-size, thumbs-decrement-image-size):
21         Fix typos in docstrings.
23 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
25         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsoleted.
26         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27         (cperl-mode): Use them.
29 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
31         * window.el (quit-window, shrink-window-if-larger-than-buffer):
32         Doc fixes.
34 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
36         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
37         Bind gdb-inferior-io-eof to C-d.
39         * dired.el (dired-dnd-popup-notice): Use message-box.
41 2005-05-23  Masatake YAMATO  <jet@gyve.org>
43         * bindings.el (mode-line-major-mode-keymap):
44         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
46         * faces.el (mode-line-highlight): New face.
48         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
49         as mouse-face.
51         * bindings.el (top-level, help-echo, mode-line-modified)
52         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
53         as mouse-face.
55 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
57         * progmodes/cc-engine.el (c-guess-basic-syntax):
58         Remove spurious call to `zerop'.
60         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
62 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
64         CC Mode update to 5.30.10:
66         * cc-fonts.el (c-font-lock-declarators): Fixed bug where the point
67         could go past the limit in decoration level 2, thereby causing
68         errors during interactive fontification.
70         * cc-mode.el (c-make-inherited-keymap): Fixed cc-bytecomp bug when
71         the file is evaluated interactively.
73         * cc-engine.el (c-guess-basic-syntax): Handle operator
74         declarations somewhat better in C++.
76         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
77         make use of `run-mode-hooks' which has been added in Emacs 21.1.
78         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
79         (awk-mode): Use it.
80         (make-local-hook): Suppress warning about obsoleteness.
82         * cc-engine.el, cc-align.el, cc-cmds.el
83         (c-append-backslashes-forward, c-delete-backslashes-forward)
84         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
85         Compensate for return value from `forward-line' when it has moved
86         but not to a different line due to eob.
88         * cc-engine.el (c-guess-basic-syntax): Fixed anchoring in
89         `objc-method-intro' and `objc-method-args-cont'.
91 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
93         CC Mode update to 5.30.10:
95         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
96         in the copyright statement.  Incidentally, change "along with GNU
97         Emacs" to "along with this program" where it occurs.
99         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
100         so that it is interactive, hence can be found by M-x awk-mode
101         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
102         <gmorris+emacs@ast.cam.ac.uk>.
104         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
105         Mode's regexps.
107 2005-05-23  Kevin Ryde  <user42@zip.com.au>
109         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
110         c-parse-state, to avoid a lisp error (on bad code).
112 2005-05-23  Lute Kamstra  <lute@gnu.org>
114         * subr.el (font-lock-defaults): Remove defvar as it's already
115         defined in font-core.el.
117         * font-lock.el (font-lock-beginning-of-syntax-function): Fix
118         docstring.
120 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
122         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
123         more general and work when GDB variable "print pretty" is on,
124         as with Emacs, for example.
126 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
128         * font-core.el: Update comment.
130         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Use
131         `after-change-major-mode-hook' instead of `find-file-hook'.
133         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
135 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
137         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
138         and `yank-handler' in the doc strings.
140 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
142         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
144 2005-05-22  Richard M. Stallman  <rms@gnu.org>
146         * help.el (describe-key): Move print-help-return-message call
147         out of conditional.
149         * progmodes/etags.el (list-tags): Use with-no-warnings.
151         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
152         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
153         (starttls-extra-args, starttls-extra-arguments): Add defvars.
155         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
157         * language/viet-util.el (viet-viscii-nonascii-translation-table):
158         Add defvar.
160         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
161         Use defvar, not defconst.
163         * hexl.el (hexl-follow-line): Use with-no-warnings.
165         * emulation/tpu-extras.el: Use write-file-functions instead of
166         write-file-hooks.
168         * dired.el (dired-font-lock-keywords): Fontify files with junk
169         extensions even if marked by -F.
171 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
173         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
174         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
175         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
176         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
177         (concatenate, list-length, get*, getf, cl-remprop):
178         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
179         (etypecase, progv, lexical-let, lexical-let*)
180         (multiple-value-bind, multiple-value-setq, shiftf):
181         Improve argument/docstring consistency.
183         * subr.el (focus-frame, unfocus-frame):
184         Revert deletion on 2005-05-01.
186 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
188         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
189         doesn't exist.
191         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used
192         in vc-rcs.el when vc-mistrust-permissions is t, which is not the
193         default.
195 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
197         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
198         already deleted variables: auto-fill-hook, blink-paren-hook,
199         lisp-indent-hook, inhibit-local-variables, unread-command-event
200         suspend-hooks, comment-indent-hook, meta-flag,
201         before-change-function, after-change-function,
202         font-lock-doc-string-face.
204 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
206         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
208 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
210         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
211         rmail-dont-reply-to.
213 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
215         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
216         literal blank when splitting new-header-values.
218 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
220         * calendar/cal-menu.el (cal-menu-update): Add separator as a
221         string so that tmm doesn't create a completion entry for it.
223         * textmodes/table.el (table-disable-menu): Ditto.
225 2005-05-21  Richard M. Stallman  <rms@gnu.org>
227         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
229         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
231         * net/rcompile.el (remote-compile): Use compilation-start.
233         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
235 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
237         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
238         Default to makefile-bsdmake-mode on BSD systems.
240         * imenu.el (imenu-generic-expression, imenu--generic-function'):
241         REGEXP may also be a search function now.  The part of doc-string
242         for describing the structure was 95% identical to that of
243         `imenu--generic-function'.  Unify it there.
245         * progmodes/make-mode.el (makefile-imenu-generic-expression):
246         Use function to find dependencies, because regexp alone is so complex,
247         it easily goes into an endless loop.
248         (makefile-makepp-mode): Also add submenu for Perl functions
249         defined in the makefile.
250         (makefile-bsdmake-mode): Special imenu-generic-expression no
251         longer needed, due to function call.
252         (makefile-match-dependency): Take BOUND into account when checking
253         if we're through.
255 2005-05-20  Jay Belanger  <belanger@truman.edu>
257         * calc/calc-units.el (calc-invalidate-units-table):
258         Use inhibit-read-only.
259         (math-build-units-table-buffer): Use view-mode.
261 2005-05-20  David Kastrup  <dak@gnu.org>
263         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
264         easy-menu-add is not a nop on Emacs; and clarify when to call it.
266 2005-05-20  Lute Kamstra  <lute@gnu.org>
268         * diff-mode.el (diff-header-face, diff-file-header-face)
269         (diff-index-face, diff-hunk-header-face, diff-removed-face)
270         (diff-added-face, diff-changed-face, diff-function-face)
271         (diff-context-face, diff-nonexistent-face): Put them in the
272         diff-mode customization group.
274 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
276         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
278         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
280         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
281         Minor regexp-optimization.
283 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
285         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
286         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
287         (org-agenda-add-time-grid-maybe): New function.
288         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
289         (org-table-create): `dotimes' instead of `mapcar'.
290         (org-xor): Simplify implementation.
291         (org-agenda): `inhibit-redisplay' turned on.
292         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
293         a consistent line after a state change.
294         (org-agenda-remove-times-when-in-prefix): New option.
295         (org-prefix-has-time): New variable.
296         (org-parse-time-string): Optional argument NODEFAULT.
297         (org-format-agenda-item): Parse items for time-of-day
298         specifications and move these into the prefix if possible.
299         (org-agenda-priority): Get current heading, not previous heading
300         during agenda remote editing.
302 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
304         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
305         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
306         (remove-duplicates, delete-duplicates, substitute)
307         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
308         (nsubstitute-if-not, find, find-if, find-if-not, position)
309         (position-if, position-if-not, count, count-if, count-if-not)
310         (mismatch, search, sort*, stable-sort, merge, member*)
311         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
312         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
313         (intersection, nintersection, set-difference, nset-difference)
314         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
315         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
316         (nsublis, tree-equal): Improve argument/docstring consistency.
318         * subr.el (send-string, send-region):
319         Remove obsolescence declaration.
320         (window-dot, set-window-dot, read-input, show-buffer)
321         (eval-current-buffer, string-to-int):
322         Add release number to obsolescence declarations.
324 2005-05-19  Kim F. Storm  <storm@cua.dk>
326         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
327         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
329 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
331         * faces.el (list-faces-display): Make back button respect optional
332         regexp arg.
334 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
336         * calculator.el (calculator-radix-grouping-mode)
337         (calculator-radix-grouping-digits, calculator-displayer)
338         (calculator-radix-grouping-separator, calculator-copy-displayer):
339         * dabbrev.el (dabbrev-search-these-buffers-only):
340         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
341         (diff-advance-after-apply-hunk, diff-mode-hook)
342         (diff-minor-mode-prefix):
343         * imenu.el (imenu-use-popup-menu):
344         * jit-lock.el (jit-lock-context-time):
345         * newcomment.el (comment-fill-column, comment-column)
346         (comment-style, comment-padding, comment-multi-line)
347         (comment-empty-lines, comment-auto-fill-only-comments):
348         * reveal.el (reveal-around-mark):
349         * uniquify.el (uniquify-buffer-name-style)
350         (uniquify-after-kill-buffer-p)
351         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
352         (uniquify-min-dir-content, uniquify-separator)
353         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
354         * w32-vars.el (w32-fixed-font-alist):
355         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
356         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
357         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
358         * progmodes/perl-mode.el (perl-indent-level)
359         (perl-continued-statement-offset, perl-continued-brace-offset)
360         (perl-brace-offset, perl-brace-imaginary-offset)
361         (perl-label-offset, perl-indent-continued-arguments)
362         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
363         * progmodes/tcl.el (tcl-indent-level)
364         (tcl-continued-indent-level, tcl-auto-newline)
365         (tcl-tab-always-indent, tcl-electric-hash-style)
366         (tcl-help-directory-list, tcl-use-smart-word-finder)
367         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
368         (inferior-tcl-source-command):
369         * textmodes/fill.el (enable-kinsoku):
370         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
371         * textmodes/table.el (table-yank-handler):
372         Specify missing group (and type, if simple) in defcustom.
374 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
376         * progmodes/compile.el (compilation-finish-function): Fix defvar.
378 2005-05-19  Richard M. Stallman  <rms@gnu.org>
380         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
382         * subr.el (event-basic-type): Don't get an error.
383         (left-fringe-p): Function deleted.
385         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
386         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
388         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
389         in recursive copy.
391         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
393         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
395         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
396         Call byte-compile-nogroup-warn if appropriate.
398         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
399         (compilation-set-window): Don't call left-fringe-p; do it directly.
401 2005-05-19  Jay Belanger  <belanger@truman.edu>
403         * calc/calc-graph.el (calc-graph-format-data): Make sure
404         var-PlotRejects is bound before trying to check its value.
406 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
408         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
409         definition of this variable from reftex-global.el to reftex.el,
410         because it is needed in the menu.
412 2005-05-19  Lute Kamstra  <lute@gnu.org>
414         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
415         years are fixed.  Don't insert a space after a dash.
417 2005-05-19  Kim F. Storm  <storm@cua.dk>
419         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
421 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
423         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
424         strings, because (eq ... ?\\) is fairly frequent.
426         * progmodes/make-mode.el (makefile-add-this-line-targets):
427         Simplify and integrate into `makefile-pickup-targets'.
428         (makefile-add-this-line-macro): Simplify and integrate into
429         `makefile-pickup-macros.
430         (makefile-pickup-filenames-as-targets): Simplify.
431         (makefile-previous-dependency, makefile-match-dependency):
432         Don't stumble over `::'.
434 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
436         * subr.el (post-command-idle-hook, post-command-idle-delay):
437         Remove obsoletion of post-command-idle-hook and
438         post-command-idle-delay.
440         * faces.el (list-faces-display): Provide button when describe-face
441         is called to take user back to  the list of faces.
443         * help-fns.el (describe-variable): Remove hyperlinks in a
444         variable's value as these are quite frequently inappropriate.
446         * follow.el (follow-submit-feedback, follow-mode):
447         Remove references to post-command-idle-hook.
449 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
451         * progmodes/make-mode.el (makefile-previous-dependency)
452         (makefile-match-dependency): Check for := (and in bsd mode also
453         !=) to give a better result, even when font-lock is not on.
455 2005-05-18  Jay Belanger  <belanger@truman.edu>
457         * calc/calc-help.el (calc-s-prefix-help):
458         Add `calc-copy-special-constant' to help string.
460 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
462         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
464 2005-05-18  Jay Belanger  <belanger@truman.edu>
466         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
467         in linear factors are in proper order.
469 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
471         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
472         Support for jurabib.
474         * textmodes/reftex.el (featurep): Define aliases for overlay
475         commands, for XEmacs compatibility, and use these aliases in
476         overlay initializations.
477         (reftex-highlight): Use `reftex-move-overlay'.
478         (reftex-unhighlight): Use `reftex-delete-overlay'.
479         (reftex-uniq): Funktion removed.  Use `reftex-uniquify' instead.
480         (reftex-access-search-path): Use `reftex-uniquify' instead of
481         `reftex-uniq'
483         * textmodes/reftex-sel.el (reftex-select-unmark):
484         Overlay `before-string' property modification enables for Emacs as well.
485         (reftex-select-item): Use `reftex-delete-overlay'.
486         (reftex-select-mark): Use `reftex-make-overlay' and
487         `reftex-overlay-put'.
488         (reftex-select-unmark): Use `reftex-delete-overlay' and
489         `reftex-overlay-put'.
491 2005-05-18  Lute Kamstra  <lute@gnu.org>
493         * emacs-lisp/lisp.el (check-parens): Fix docstring.
495 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
497         * add-log.el (add-change-log-entry):
498         * array.el (array-make-template, array-reconfigure-rows)
499         (array-init-max-row, array-init-max-column)
500         (array-init-columns-per-line, array-init-field-width):
501         * replace.el (replace-match-maybe-edit, perform-replace):
502         * textmodes/spell.el (spell-region):
503         Replace `read-input' by `read-string'.
505         * forms.el (forms-mode):
506         * finder.el (finder-compile-keywords):
507         * shadowfile.el (shadow-read-files):
508         Replace `eval-current-buffer' by `eval-buffer'.
510         * terminal.el (te-pass-through):
511         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
512         (ange-ftp-raw-send-cmd):
513         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
514         (send-process-next-char, telnet-initial-filter, telnet):
515         Replace `send-string' by `process-send-string'.
517         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
518         (prolog-consult-region): Replace `send-string' by
519         `process-send-string'; replace `send-region' by `process-send-region'.
521         * progmodes/delphi.el (delphi-log-msg):
522         Replace `set-window-dot' by `set-window-point'.
524         * subr.el (window-dot, set-window-dot, read-input, send-string)
525         (send-region, show-buffer, eval-current-buffer):
526         Make really obsolete, as the comment says.
528 2005-05-17  Kim F. Storm  <storm@cua.dk>
530         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
531         (cua--init-keymaps): Bind C-return instead of S-return to set
532         rectangle mark.
534         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
535         instead of S-return to toggle/clear rectangle mark.
537 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
539         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
540         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
541         Also fontify plain strings assigned to variables, mostly so that a
542         colon has a face and is thus not taken as a dependency separator.
543         (makefile-previous-dependency): Inline the new matcher, because it
544         is too complex to work in both directions.
545         (makefile-match-dependency): Eliminate `backward' arg (see above).
546         Completely reimplemented so as to not sometimes go into an endless
547         loop.  It should also be more efficient, because first it only
548         searches for `:', instead of applying the very complex regexp.
549         (makefile-mode): Cancel `font-lock-support-mode', because blocks
550         to be fontified in one piece can be too long for JIT.
551         Makefiles are never *that* big.
553 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
555         * dired.el (dired-mode): Simplify.
557 2005-05-17  Lute Kamstra  <lute@gnu.org>
559         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
560         defcustom for the mode hook variable.
562         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
563         Emacs Lisp Reference Manual.
565 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
567         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
568         (evenp, list*):
569         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
570         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
572         * net/tramp-smb.el (tramp-smb-open-connection):
573         Pass `tramp-chunksize' as fifth (required) argument.
575 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
577         * font-lock.el (lisp-font-lock-keywords-1):
578         Set `font-lock-negation-char-face' for [^...] char group.
579         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
581         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
582         a var, and refine it to mask one more level of nested vars.
583         (makefile-rule-action-regex): Turn it into a var, and refine it so
584         it recognizes backslashed continuation lines as belonging to the
585         same command.
586         (makefile-macroassign-regex): Refine it so it recognizes
587         backslashed continuation lines as belonging to the same command.
588         (makefile-var-use-regex): Don't look at the next char, because it
589         might be the same one to be skipped by the initial [^$], leading
590         to an overlooked variable use.
591         (makefile-make-font-lock-keywords): Remove two parameters, which
592         are now variables that some of the modes set locally.
593         Handle dependency and rule action matching through functions, because
594         regexps alone match too often.  Dependency matching now comes
595         last, so it can check, whether a colon already matched something else.
596         (makefile-mode): Inform that font-lock improves makefile parsing
597         capabilities.
598         (makefile-match-dependency, makefile-match-action): New functions.
600 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
602         * emacs-lisp/cl-extra.el (equalp): Doc fix.
604         * align.el (align-regexp):
605         * ansi-color.el (ansi-color-get-face):
606         * array.el (array-reconfigure-rows, array-init-max-row)
607         (array-init-max-column, array-init-columns-per-line)
608         (array-init-field-width):
609         * dired-aux.el (dired-trample-file-versions):
610         * dired-x.el (dired-mark-sexp):
611         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
612         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
613         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
614         * faces.el (face-read-integer):
615         * files.el (backup-extract-version, insert-directory):
616         * hexl.el (hexl-insert-decimal-char):
617         * server.el (server-process-filter):
618         * shell.el (shell-extract-num):
619         * startup.el (command-line-1):
620         * term.el (term-command-hook):
621         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
622         (time-stamp-do-number):
623         * time.el (display-time-update):
624         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
625         (timezone-fix-time):
626         * vms-patch.el (vms-suspend-resume-hook):
627         * calendar/appt.el (appt-convert-time):
628         * calendar/cal-bahai.el (mark-bahai-diary-entries):
629         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
630         * calendar/cal-islam.el (mark-islamic-diary-entries):
631         * calendar/calendar.el (calendar-cursor-to-date)
632         (calendar-star-date):
633         * calendar/diary-lib.el (diary-attrtype-convert)
634         (mark-diary-entries, diary-entry-time):
635         * calendar/solar.el (solar-get-number):
636         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
637         * emacs-lisp/re-builder.el (reb-display-subexp):
638         * emulation/edt.el (edt-set-scroll-margins):
639         * emulation/tpu-extras.el (tpu-set-scroll-margins):
640         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
641         (vip-get-ex-count):
642         * emulation/viper-ex.el (viper-get-ex-token)
643         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
644         * international/fontset.el (fontset-plain-name):
645         * mail/feedmail.el (feedmail-look-at-queue-directory):
646         * mail/mailalias.el (mail-get-names):
647         * mail/rmail.el (rmail-convert-to-babyl-format):
648         * mail/rmailsum.el (rmail-make-basic-summary-line)
649         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
650         (rmail-summary-goto-msg):
651         * mail/smtpmail.el (smtpmail-read-response):
652         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
653         (ange-ftp-vms-add-file-entry):
654         * play/gametree.el (gametree-looking-at-ply)
655         (gametree-current-branch-score):
656         * progmodes/ada-xref.el (ada-prj-find-prj-file)
657         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
658         * progmodes/cperl-mode.el (condition-case):
659         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
660         (ebrowse-set-member-buffer-column-width)
661         (ebrowse-select-1st-to-9nth):
662         * progmodes/etags.el (etags-snarf-tag):
663         * progmodes/flymake.el (flymake-parse-line):
664         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
665         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
666         (idlwave-shell-menu-def):
667         * progmodes/ps-mode.el (ps-run-goto-error):
668         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
669         (vhdl-speedbar-contract-level):
670         * term/mac-win.el (x-handle-numeric-switch):
671         * term/sun-mouse.el (sun-get-frame-data):
672         * term/w32-win.el (x-handle-numeric-switch):
673         * term/x-win.el (x-handle-numeric-switch):
674         * textmodes/ispell.el (ispell-parse-output):
675         * textmodes/nroff-mode.el (nroff-outline-level):
676         * textmodes/reftex-cite.el (reftex-bib-sort-year)
677         (reftex-bib-sort-year-reverse, reftex-format-citation):
678         * textmodes/reftex-parse.el (reftex-init-section-numbers)
679         (reftex-section-number):
680         * textmodes/texinfmt.el (texinfo-paragraphindent):
681         Replace `string-to-int' by `string-to-number'.
683         * international/latexenc.el: Add page marker to force the "Local
684         Variables:" string out of the last page.
686 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
688         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
689         tooltip-change-major-mode.
690         (gud-tooltip-print-command): Remove case where gud-minor-mode
691         is gdb ("--fullname").
692         (gud-tooltip-tips): Turn GUD tooltips off for this case and
693         explain to user.
695 2005-05-16  Jay Belanger  <belanger@truman.edu>
697         * calc/calc-store.el (calc-copy-special-constant): New function.
699         * calc/calc-ext.el (calc-init-extensions): Add binding for
700         `calc-copy-special-constant'.
702         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
703         for the `calc-copy-special-constant' command.
705 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
707         * subr.el (left-fringe-p): New function.
709         * progmodes/compile.el (compilation-setup): Set local value of
710         overlay-arrow-string to "" always.
711         (compilation-set-window): Left fringe then don't scroll. No left
712         fringe then no arrow and scroll message to top.
713         (compilation-context-lines): Adjust doc string accordingly.
715 2005-05-16  Kim F. Storm  <storm@cua.dk>
717         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
718         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
719         (ido-wide-find-dir-or-delete-dir): New command for M-d.
720         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
721         (ido-read-file-name): Handle commands with ido property value
722         equal to find-file as reading a file name, to allow C-d to enter dired.
723         (ibuffer-find-file): Add ido property with value find-file.
725 2005-05-15  Kim F. Storm  <storm@cua.dk>
727         * subr.el (open-network-stream-nowait): Remove.
728         (open-network-stream-server): Remove.
730 2005-05-15  Richard M. Stallman  <rms@gnu.org>
732         * faces.el (describe-face): Output a definition link button.
734         * help-mode.el (help-face-def): New button type.
736         * emacs-lisp/copyright.el (copyright-fix-years):
737         Match properly if the first year is 2-digit.
738         Don't mess up the whitespace after the years by filling.
740         * dired-aux.el (dired-mark-confirm):
741         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
743         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
744         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
745         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
747         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
748         Set font-lock-comment-start-skip.
750         * font-lock.el (font-lock-comment-start-skip): New variable.
751         (font-lock-comment-end-skip): New variable.
752         (font-lock-fontify-syntactically-region): Use them if non-nil.
754 2005-05-15  Jay Belanger  <belanger@truman.edu>
756         * calc/calc-store.el (calc-store-value): Return a string rather
757         than display it as a message.
758         Use calc-var-name for variable name.
759         (calc-store-into): Add the result of calc-store-value to message.
760         (calc-copy-variable): Add a message.
761         (calc-store-exchange): Improve error messages.
762         (calc-store-binary, calc-store-map): Don't reset the values of
763         special constants.
765 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
767         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
768         manual to docstring.
770         * files.el (hack-local-variables-confirm): Add STRING argument.
771         Make the function handle non file visiting buffers correctly.
772         (hack-local-variables-prop-line, hack-local-variables)
773         (hack-one-local-variable): Use STRING arg of
774         `hack-local-variables-confirm'.
776 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
778         Sync with Tramp 2.0.49.
780         * tramp.el (tramp-handle-dired-call-process)
781         (tramp-handle-insert-directory):`insert-buffer' cannot be used
782         because the contents of the Tramp buffer is changed before
783         insertion (`expand-file' and alike).
784         (tramp-handle-insert-directory): If `localname' has an empty
785         nondirectory name, it must not be quoted.
786         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
787         variable `tramp-chunksize'.  Change callees.
788         (tramp-open-connection-setup-interactive-shell): Check remote host
789         for buggy `send-process-string' implementation.
790         Set `tramp-chunksize' if found.  Reported by Michael Kifer
791         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
792         (tramp-handle-shell-command): `insert-buffer' cannot be used
793         because the contents of the Tramp buffer is changed before
794         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
795         <frederic.bothamy@free.fr>.
796         (tramp-set-auto-save): Actions should be done for Tramp file name
797         handler only.  Ange-FTP has its own auto-save mechanism.
798         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
799         (tramp-set-auto-save-file-modes): Set file modes of
800         `buffer-auto-save-file-name' to ?\600 as fallback solution.
801         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
802         (tramp-bug): Remove obsolete variable.
803         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
804         for presence of `mml-mode'.  Make it running for older Emacsen as well.
806 2005-05-14  John Paul Wallington  <jpw@pobox.com>
808         * ibuf-ext.el (define-ibuffer-filter filename):
809         If `dired-directory' is a list, use its car.
811 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
813         * ibuffer.el (define-ibuffer-column filename):
814         If `dired-directory' is a list, use its car.
816 2005-05-14  Richard M. Stallman  <rms@gnu.org>
818         * subr.el (symbol-file): Doc fix.
820         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
821         (byte-compile-form): Call byte-compile-nogroup-warn.
822         (byte-compile-warning-types): Doc fix.
824         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
826         * progmodes/cc-engine.el (c-literal-faces):
827         Add font-lock-comment-delimiter-face.
829         * net/net-utils.el (dig): Use with-no-warnings.
831         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
832         (sc-recite-frame-alist, sc-default-cite-frame)
833         (sc-default-uncite-frame, sc-default-recite-frame)
834         (sc-attrib-selection-list, sc-rewrite-header-list):
835         Mark as risky-local-variable.
837         * international/ogonek.el (ogonek-jak, ogonek-how):
838         Don't use beginning-of-buffer.
840         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
842         * calendar/solar.el (solar-data-list): Move definition up.
844         * dnd.el (dnd-protocol-alist): Add autoload.
846         * progmodes/sh-script.el: Many doc usage fixes.
847         (sh-indent-after-do): Change default to match common styles.
849 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
851         * files.el (interpreter-mode-alist)
852         (auto-mode-interpreter-regexp): Doc fixes.
854 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
856         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
858         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
860 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
862         * dired.el (dired-mode): make-variable-buffer-local =>
863         make-local-variable.
865 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
867         * term/mac-win.el (mac-select-convert-to-string): Try coding
868         systems in mac-script-code-coding-systems if specified one cannot
869         encode string for `com.apple.traditional-mac-plain-text'.
871 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
873         * progmodes/make-mode.el (makefile-targets-face)
874         (makefile-shell-face, makefile-makepp-perl-face): New faces.
875         (makefile-dependency-regex): Fix it to not make the colon in
876         $(var:a=b) special.
877         (makefile-rule-action-regex): New regexp for highlighting embedded
878         Shell strings.
879         (makefile-macroassign-regex): Handle != for highlighting as
880         embedded Shell strings.
881         (makefile-var-use-regex): New const.
882         (makefile-statements, makefile-automake-statements)
883         (makefile-gmake-statements, makefile-makepp-statements)
884         (makefile-bsdmake-statements): New consts.
885         (makefile-make-font-lock-keywords): New function.
886         (makefile-automake-font-lock-keywords)
887         (makefile-gmake-font-lock-keywords)
888         (makefile-makepp-font-lock-keywords)
889         (makefile-bsdmake-font-lock-keywords): New consts.
890         (makefile-mode-map): Add switchers between the various submodes.
891         (makefile-mode): Document the availability of the variants.
892         (makefile-automake-mode, makefile-gmake-mode)
893         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
895         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
896         new variants of makefile-mode.
898 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
900         * font-lock.el (font-lock-comment-delimiter-face): Fix up
901         the inheritance.
903 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
905         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
906         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
908         * files.el (normal-mode): Extend the scope of the
909         `enable-local-variables' binding to include the `set-auto-mode' call.
910         (magic-mode-alist): Doc fix.
912 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
914         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
915         font-lock-comment-face rather than copying its setting.
917 2005-05-12  Andreas Schwab  <schwab@suse.de>
919         * eshell/esh-mode.el (eshell-send-input): Doc fix.
921 2005-05-12  Lute Kamstra  <lute@gnu.org>
923         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
924         defcustom for the mode hook variable.  Delete the last argument.
925         * generic-x.el: Fix callers of define-generic-mode.
926         (generic-x-modes): Delete group.
927         (show-tabs-tab-face, show-tabs-space-face): Put them in the
928         generic-x customization group.
930 2005-05-12  Kim F. Storm  <storm@cua.dk>
932         * font-lock.el (font-lock-negation-char-face): Default to "off".
934         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
935         font-lock-negation-char-face to ! in !=.
937 2005-05-12  Masatake YAMATO  <jet@gyve.org>
939         * add-log.el (find-change-log): Fix typos in the docstring
940         of function.
942 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
944         * international/latexenc.el (latexenc-find-file-coding-system):
945         Avoid `re-search-forward' when looking for input encoding because
946         of speed and safety.  Better regular expressions for recognizing
947         input encoding.  Limit a search for TeX-master/tex-main-file to
948         the local variable section.
950 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
952         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
953         syntax of $ to "'" (quote).
955 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
957         * dnd.el (dnd-protocol-alist): Improve custom type.
959         * dired.el (dired-dnd-protocol-alist): New variable.
960         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
961         `dired-mode-hook' to the end.
963 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
965         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
966         comment-end if comment-start-skip is not set.
967         Obey the font-lock-comment-delimiter-face variables.
969 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
971         * files.el (executable-find): Move from executable.el. Use locate-file.
972         * progmodes/executable.el (executable-find): Move to files.el.
974         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
975         when trying to ensure forward progress.
977 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
979         * mouse-sel.el (mouse-sel-follow-link-p): New function.
980         (mouse-select, mouse-select-internal, mouse-extend-internal):
981         Use it to implement mouse-1-click-follows-link functionality.
983 2005-05-11  Richard M. Stallman  <rms@gnu.org>
985         * font-lock.el (font-lock-fontify-syntactically-region):
986         Use font-lock-comment-delimiter-face for comment delimiters.
988 2005-05-10  Jay Belanger  <belanger@truman.edu>
990         * calc/calc-help.el (calc-m-prefix-help): Add mention of
991         preserving embedded modes.
993 2005-05-10  Richard M. Stallman  <rms@gnu.org>
995         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
997         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
998         Move from ada-stmt.el.
999         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
1001         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
1002         Move to ada-mode.el.
1003         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
1005         * cus-edit.el (custom-file): Call file-chase-links.
1007         * files.el (read-directory-name): Fix previous change.
1008         (hack-local-variables-confirm): New function.
1009         (hack-local-variables-prop-line, hack-local-variables)
1010         (hack-one-local-variable): Use it.
1012 2005-05-10  Lute Kamstra  <lute@gnu.org>
1014         * font-lock.el (font-lock-keywords-alist)
1015         (font-lock-removed-keywords-alist): Clarify docstrings.
1017 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
1019         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
1020         (gdb-source-info): Check for preprocessor info.
1021         (gdb-tooltip-print-1): New function. Don't print tooltip if it is
1022         a macro for a function.
1023         found (user might have used GDB dir command).
1024         (gdb-info-breakpoints-custom): Try to find file again if not already
1025         (gdb-get-location): Update gdb-location-alist correctly for change
1026         to gdb-info-breakpoints-custom.
1028         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
1029         (gud-tooltip-print-command): Add gdbmi case.
1030         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
1031         preprocessor info.
1033 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
1035         * startup.el (fancy-splash-insert): Fix typo in doc string.
1037 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
1039         * obsolete/float.el (string-to-float):
1040         * obsolete/hilit19.el (hilit-add-pattern):
1041         * obsolete/rnews.el (news-parse-range, news-select-message)
1042         (news-get-pruned-list-of-files): Replace `string-to-int' by
1043         `string-to-number'.
1045         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
1046         `find-file-not-found-hooks'; use `add-hook'.
1047         (uncompress-while-visiting): Set `write-file-functions', not
1048         `write-file-hooks'; use `add-hook'.
1050 2005-05-09  Kim F. Storm  <storm@cua.dk>
1052         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
1053         (cua-paste): Handle clipboard action.
1054         (cua--init-keymaps): Remap clipboard-kill-region and
1055         clipboard-kill-ring-save.
1057 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
1059         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1060         Improve commentary.
1062         * simple.el (next-error-overlay-arrow-position): Revert the change
1063         made on 2005-04-30.
1065 2005-05-07  Jay Belanger  <belanger@truman.edu>
1067         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
1068         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
1069         `calc-sel-reselect'.
1071         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
1072         Calc is in embedded mode.
1074 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
1076         * progmodes/compile.el (compilation-setup):
1077         Set overlay-arrow-string to an empty string on text terminals.
1079         * textmodes/ispell.el (ispell-program-name): Try looking for
1080         "aspell" along exec-path, and if found, use it as the default
1081         speller program.
1083 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
1085         * international/mule.el (sgml-xml-auto-coding-function):
1086         Recognize encoding='FOO' in single quotes as well as in double quotes.
1088 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1090         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
1091         as well as `interactive', so that defmacro* would recognize
1092         `declare' forms.
1094 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
1096         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1097         Explain more about the LIGHTER arg's usage in the doc string.
1098         Add commentary to clarify what the code does.  Fix the regexp that
1099         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
1100         since it could have characters special to regular expressions.
1102 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
1104         * replace.el (occur-1): Bind inhibit-read-only so that
1105         erase-buffer doesn't barf on read-only text properties (likewise
1106         for add-text-properties in occur-engine).  Mark buffer as unmodified.
1107         (occur-engine): Don't set buffer-read-only here.
1109 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1111         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
1112         list-buffers-directory.  This caused the *cvs-commit* buffer to be
1113         sometimes mistakenly reused as a *cvs* buffer.
1115 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
1117         * tooltip.el: Move code for GUD tooltips into gud.el.
1118         (require): CL no longer needed to compile case.
1119         (tooltip-mode): Do not toggle functions for GUD tooltips.
1120         (tooltip-gud-tips-p): Remove. Replace with minor mode
1121         gud-tooltip-mode in gud.el.
1122         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
1123         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
1124         tooltip-gud prefix with gud-tooltip and obsolete.
1125         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
1126         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
1127         (tooltip-mouse-motion): Mouse movement functions/variable.
1128         Rename in gud.el by adding gud prefix.
1129         (tooltip-gud-original-filter, tooltip-gud-dereference)
1130         (tooltip-gud-event, tooltip-toggle-gud-tips)
1131         (tooltip-gud-process-output, tooltip-gud-print-command)
1132         (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
1133         gud.el by replacing tooltip-gud prefix with gud-tooltip.
1134         (gdb-tooltip-print): Move to gdb-ui.el.
1136         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
1137         (require): CL needed to compile case.
1138         (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
1139         tooltip-gud-tips-p. Make it a minor-mode.
1140         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
1141         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
1142         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
1143         (gud-tooltip-change-major-mode)
1144         (gud-tooltip-activate-mouse-motions-if-enabled)
1145         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
1146         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
1147         (gud-tooltip-original-filter, gud-tooltip-dereference)
1148         (gud-tooltip-event, tooltip-toggle-gud-tips)
1149         (gud-tooltip-process-output, gud-tooltip-print-command)
1150         (gud-tooltip-tips): Move from tooltip.el.
1152         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
1153         (gdb-cpp-define-alist-flags): Doc fix.
1154         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
1155         gud-tooltip-mode is t.
1157 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1159         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
1160         evaporate if their text is deleted.
1161         (goto-address-at-point): Make it work as a mouse binding as well.
1162         (goto-address-at-mouse): Obsolete it.  Update users.
1164 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
1166         * calendar/appt.el (top-level): No longer activate on load.
1168 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
1170         * calendar/cal-bahai.el (mark-bahai-diary-entries):
1171         * net/webjump.el (webjump):
1172         * progmodes/idlw-help.el (idlwave-do-context-help1)
1173         (idlwave-highlight-linked-completions):
1174         * textmodes/po.el (po-find-file-coding-system-guts):
1175         Replace `assoc-ignore-case' by `assoc-string'.
1177 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
1179         * files.el (locate-file): Doc fix.
1181         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
1182         Remove the redundant test for ms-dos.
1184         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
1185         look for the preprocessor with exec-suffixes.  If not found in
1186         standard places, look in exec-path.  Remove most of the tests that
1187         used system-type.
1189         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
1191         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
1193         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
1194         file-name clash with jka-compr.el on 8+3 filesystems.
1196 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1198         * term/mac-win.el: Don't define or bind scroll bar functions if
1199         x-toolkit-scroll-bars is t.
1200         (x-select-text, x-get-selection-value):
1201         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
1202         (PRIMARY): Put mac-scrap-name property.
1203         (mac-select-convert-to-file-url): New function.
1204         (public.file-url): New selection target type.  Add to
1205         selection-converter-alist.
1206         (x-get-selection, x-selection-value): Handle it.
1207         (x-cut-buffer-or-selection-value): New alias.
1209 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1211         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
1212         entry to avoid calling bibtex-find-entry with arg global
1213         being t.  Remove arg key.
1214         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
1215         (bibtex-copy-summary-as-kill): Change accordingly.
1217 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1219         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
1220         (org-agenda-date-later): Use with-current-buffer.
1222 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
1224         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
1225         (define-obsolete-variable-alias): Doc Fixes.
1227 2005-05-06  Kim F. Storm  <storm@cua.dk>
1229         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
1230         vertical-motion when selective-display is active.
1232         * ido.el (ido-setup-hook): New hook.
1233         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
1234         (ido-input-stack): New var.
1235         (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
1236         ido-next-work-file binding to M-O.
1237         Bind M-f to ido-wide-find-file-or-pop-dir.
1238         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
1239         (ido-read-internal): Run ido-setup-hook.
1240         Catch quit in read-file-name and read-string to cancel edit.
1241         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
1242         Automatically pop-all when completing a directory name (RET).
1243         (ido-file-internal): Add with-no-warnings around ffap and dired code.
1244         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
1245         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
1246         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
1247         New functions for M-b/M-f to move among the directory components.
1248         (ido-make-merged-file-list): Catch quit to cancel merge.
1249         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
1250         (ido-completion-help): No warnings for ido-completion-buffer-full.
1252 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
1254         * font-lock.el (font-lock-negation-char-face): New face and variable.
1255         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
1256         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
1257         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
1258         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
1260 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
1262         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
1263         Fix typo in docstring.
1265         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
1266         (ebrowse-print-statistics-line)
1267         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
1269         * term/w32-win.el (image-library-alist): Add additional name for
1270         Xpm library.
1272 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
1274         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
1275         use gcc instead of cpp.
1277         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
1278         (gdb-create-define-alist): Use it.
1279         (gdb-cpp-define-alist-program): Update for MS-DOS.
1281 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
1283         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
1285 2005-05-04  Richard M. Stallman  <rms@gnu.org>
1287         * help.el (describe-key): No error when UNTRANSLATED is nil.
1289         * simple.el (line-move-1): Fix previous change to signal errors
1290         appropriately.
1292 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
1294         * calendar/icalendar.el (icalendar-version): Now at 0.12.
1295         (icalendar-duration-correction): Remove.
1296         (icalendar--get-event-properties): Split result at commas.
1297         (icalendar--decode-isoduration): New optional argument
1298         DURATION-CORRECTION.
1299         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
1300         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
1301         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
1302         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
1303         (icalendar--convert-anniversary-to-ical): New functions, extracted
1304         from icalendar-export-region, with bug fixes.
1305         (icalendar-export-region): Use the above functions.
1306         (icalendar-import-buffer): Check before saving diary file.
1307         (icalendar--convert-recurring-to-diary)
1308         (icalendar--convert-non-recurring-all-day-to-diary)
1309         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
1310         extracted from icalendar--convert-ical-to-diary, with bug fixes.
1311         (icalendar--convert-ical-to-diary): Use the above functions.
1313 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
1315         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
1316         Remove these recent additions.
1317         (c-mode): Restore to before 2005-04-28.
1319         * progmodes/cc-vars.el (cc-define-list-program): Remove this
1320         recent addition.
1322         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
1323         (gdb-define-alist): New variables.
1324         (gdb-create-define-alist): New function.
1325         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
1326         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
1327         with string-to-number.
1328         (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
1330         * progmodes/gud.el: Replace string-to-int with string-to-number.
1331         (gud-find-file): Handle gdb-define-alist.
1333         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
1335 2005-05-02  Jay Belanger  <belanger@truman.edu>
1337         * calc/calc-aent.el (math-read-token):
1338         * calc/calc-bin.el (calc-word-size):
1339         * calc/calc-ext.el (calc-read-number-fancy):
1340         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
1341         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
1342         * calc/calc-frac.el (calc-over-notation):
1343         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
1344         (calc-graph-num-points, calc-graph-init):
1345         * calc/calc-prog.el (calc-read-parse-table-part)
1346         (calc-edit-macro-repeats):
1347         * calc/calc-yank.el (calc-do-grab-rectangle):
1348         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
1349         Replace `string-to-int' by `string-to-number'.
1351 2005-05-02  Kim F. Storm  <storm@cua.dk>
1353         * kmacro.el: Use executing-kbd-macro-index variable.
1355 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
1357         * net/rlogin.el (rlogin-parse-words): Delete func.
1358         (rlogin): Use split-string, not rlogin-parse-words.
1359         Also, if there are option-like elements in the parsed args,
1360         take the host to be the first arg immediately following them.
1361         Suggested by Michael Mauger.
1363 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1365         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
1367 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
1369         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
1370         (cc-mode-cpp-program): Rename to cc-define-list-program and
1371         move to cc-vars.el.
1373         * progmodes/cc-vars.el (cc-define-list-program):
1374         Change to "gcc -E -dM -". Make customizable.
1376 2005-05-02  Kim F. Storm  <storm@cua.dk>
1378         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
1380 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
1382         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
1384         * international/mule-util.el (truncate-string): Remove alias and
1385         obsolete declaration.
1387         * international/mule-cmds.el (update-iso-coding-systems):
1388         Remove alias and obsolete declaration.
1390         * international/mule.el (coding-system-parent): Remove alias and
1391         obsolete declaration.
1393         * subr.el (define-function, sref): Remove aliases and obsolete
1394         declarations.
1395         (chars-in-region): Remove obsolete declaration.
1397 2005-05-01  Richard M. Stallman  <rms@gnu.org>
1399         * info.el (Info-mode): Set widen-automatically to nil, locally.
1401         * simple.el (widen-automatically): New variable.
1402         (pop-global-mark): Obey widen-automatically.
1404 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
1406         * term/xterm.el (function-key-map): Call substitute-key-definition
1407         before the keymap size is increased by a lot of define-key calls.
1409 2005-05-01  Richard M. Stallman  <rms@gnu.org>
1411         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
1412         Rename ARG to ELEMENT.  Doc fix.
1414 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
1416         * allout.el (allout-exposure): Remove macro and obsolete declaration.
1417         Remove references to allout-exposure/change to allout-new-exposure.
1419         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
1420         bytecode symbols.
1422         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
1423         (compiled-function-p, focus-frame, unfocus-frame):
1424         Remove aliases and obsolete declarations.
1425         Back out inadvertant changes from previous commit.
1427 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1429         * files.el (require-final-newline): Make Custom tags consistent
1430         with mode-require-final-newline.
1431         (mode-require-final-newline): Doc fix.
1433 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
1435         * international/latexenc.el (latexenc-find-file-coding-system):
1436         Fix regular expressions.
1438 2005-05-01  David Kastrup <dak@gnu.org>
1440         * international/latexenc.el (latexenc-find-file-coding-system):
1441         Fix regular expressions.
1443 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
1445         * subr.el (string-to-int): Make obsolete.
1447 2005-04-30  Richard M. Stallman  <rms@gnu.org>
1449         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
1451         * loadup.el: load jka-comp-hook.
1453         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
1454         (jka-compr-handler): Add autoload.  `put' calls moved
1455         to jka-comp-hook.el.
1456         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
1457         (jka-compr-inhibit): Autoload.
1459         * jka-comp-hook.el: New file.
1460         Enable the mode by default.
1462         * files.el (backup-buffer-copy): Use copy-file instead
1463         of write-region, and put back the 'excl.
1465 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
1467         * progmodes/flymake.el (flymake-split-string)
1468         (flymake-split-string, flymake-log, flymake-pid-to-names)
1469         (flymake-reg-names, flymake-get-source-buffer-name)
1470         (flymake-unreg-names, flymake-add-line-err-info)
1471         (flymake-add-err-info): Clarify docstrings.
1472         (flymake-popup-menu, flymake-make-emacs-menu)
1473         (flymake-make-xemacs-menu): Add docstrings.
1474         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
1475         Set variables directly throughout.
1477 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
1479         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
1480         exists. Initialise cc-define-alist.
1481         (c-mode): Add cc-create-define-alist locally to after-save-hook.
1482         If there is no file (Macroexpansion) don't create an alist.
1484 2005-04-29  Sam Steingold  <sds@gnu.org>
1486         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
1487         (cc-create-define-alist): Use it instead of the hard-coded string.
1489 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1491         * international/mule-conf.el (file-coding-system-alist): Fix regexp
1492         for latexenc.
1494 2005-04-29  Lute Kamstra  <lute@gnu.org>
1496         * emacs-lisp/generic.el: Improve commentary section.
1497         (define-generic-mode): Improve docstring.
1499 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
1501         * textmodes/org.el (many places): Change to quiet the byte compiler.
1502         (org-prefix-format-compiled): New variable.
1503         (org-compile-prefix-format): New function.
1504         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
1505         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
1506         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
1507         (org-get-entries-from-diary): Use `org-get-time-of-day' for
1508         consistency with entries from `org-mode' files.
1509         (org-get-time-of-day): Fix bug with partial matches early in a line.
1510         (org-non-link-chars): New constant.
1511         (org-link-regexp): Respect `org-non-link-chars'.
1512         (org-agenda-day-view): Remove command.
1513         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
1514         (org-follow-bbdb-link, org-store-link): Search also company field.
1515         (org-highlight-overlay): New variable.
1516         (org-highlight, org-unhighlight): New functions.
1517         (org-agenda-mode): Add pre-command-hook to remove highlight.
1518         (org-evaluate-time-range): Behavior depends upon whether time stamp
1519         contains a time or not.
1520         (org-show-subtree, org-show-entry): New functions.
1521         (org-agenda-cleanup-fancy-diary): Remove empty lines.
1523 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
1525         * comint.el (comint-output-filter-functions): Add autoload cookie.
1527 2005-04-28  Kim F. Storm  <storm@cua.dk>
1529         * ido.el (ido-everywhere): Fix last change.
1531 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1533         * international/latexenc.el: New file.
1534         * international/mule-conf.el (file-coding-system-alist): For .tex,
1535         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
1537 2005-04-28  Lute Kamstra  <lute@gnu.org>
1539         * font-lock.el (font-lock-add-keywords)
1540         (font-lock-remove-keywords): Clarify docstring.
1541         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
1542         Don't start docstrings with a `*'.
1543         (font-lock-update-removed-keyword-alist): Give it a docstring.
1545         * generic-x.el: Update commentary section.
1546         Only require font-lock when compiling.
1547         Define all modes conditionally.
1548         Place all generic modes in the generic-x-modes customization group.
1549         (generic-x-modes): New customization group.
1550         (generic-default-modes, generic-mswindows-modes)
1551         (generic-unix-modes, generic-other-modes): New constants.
1552         (generic-define-mswindows-modes, generic-define-unix-modes):
1553         Update docstrings.  Make them obsolete.
1554         (generic-extras-enable-list): New default value.  Update docstring.
1555         Improve :type.  Change :set function.
1556         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
1557         Fix docstring.
1559         * emacs-lisp/generic.el (generic-mode-internal):
1560         Simplify font-lock-defaults.
1561         (define-generic-mode): Fix docstring.
1563 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1565         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
1566         font-lock-face property to highlight matches.
1568 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
1570         * progmodes/cc-mode.el: (cc-create-define-alist): New function.
1571         (cc-define-alist): New variable.
1572         (c-mode): Make it local and initialise it.
1574         * progmodes/gdb-ui.el (gdb-active-process): New variable.
1575         (gdb-exited): New function.
1576         (gdb-annotation-rules): Use it.
1577         (gdb-starting): Set gdb-active-process to t.
1578         (gdb-stopping): Amend doc string.
1579         (gdb-reset): Set gdb-active-process to nil.
1581         * tooltip.el (tooltip-gud-tips): Show the associated #define
1582         directives when a C program under GDB is not executing.
1584 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1586         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
1587         font-lock-fontify-syntactic-keywords.
1589         * font-lock.el (font-lock-default-fontify-region): Don't force
1590         parse-sexp-lookup-properties to nil.
1592 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
1594         * man.el (man-mode-syntax-table): Set up `:' to have
1595         word-constituent syntax.
1597 2005-04-27  Lute Kamstra  <lute@gnu.org>
1599         * novice.el (disable-command): Don't add spurious newlines to the
1600         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
1602 2005-04-26  Jay Belanger  <belanger@truman.edu>
1604         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
1605         than one window before deleting window.
1607 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
1609         * shell.el (shell-prompt-pattern): Doc fix.
1610         (shell-mode): Set paragraph-separate buffer locally to "\\'".
1612         * comint.el (comint-prompt-regexp, comint-get-old-input)
1613         (comint-use-prompt-regexp)
1614         (comint-use-prompt-regexp-instead-of-fields)
1615         (comint-replace-by-expanded-history, comint-send-input)
1616         (comint-output-filter, comint-get-old-input-default)
1617         (comint-line-beginning-position, comint-bol, comint-show-output)
1618         (comint-backward-matching-input, comint-forward-matching-input)
1619         (comint-next-prompt, comint-previous-prompt):
1620         Rename `comint-use-prompt-regexp-instead-of-fields' to
1621         `comint-use-prompt-regexp'.  Keep old name as alias and declare
1622         obsolete.
1623         (comint-use-prompt-regexp): Shorten first line of doc string.
1625         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
1626         Set paragraph-separate buffer locally to "\\'".
1628         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
1629         Adapt to above name change.
1631         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
1632         (smbclient-prompt-regexp): Ditto.
1634         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
1636 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
1638         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
1639         gdb-location-list.
1640         Break lines that are over 80 characters wide.
1642 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1644         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
1645         New fun and var, to preserve compatibility.
1647         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
1649 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
1651         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
1652         name to file-newer-than-file-p.
1654 2005-04-26  Richard M. Stallman  <rms@gnu.org>
1656         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
1658         * progmodes/python.el (python-mode):
1659         Use new name eldoc-documentation-function.
1661         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
1663         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1664         (eldoc-documentation-function):
1665         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
1667 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
1669         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
1671 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
1673         * term/xterm.el (function-key-map): Fix strings for
1674         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
1675         {C,S,A,C-S}-{f1-f12}.
1677 2005-04-26  Kenichi Handa  <handa@m17n.org>
1679         * international/mule-cmds.el (select-safe-coding-system):
1680         Fix previous change.
1682 2005-04-26  Lute Kamstra  <lute@gnu.org>
1684         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
1686         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
1687         (font-lock-comment-delimiter-face): Ditto.
1689         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
1691 2005-04-25  Jay Belanger  <belanger@truman.edu>
1693         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
1694         to t while inserting information; use help-mode.
1696 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
1698         * term.el (ansi-term-color-vector): Use the xterm colors.
1699         (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
1701 2005-04-25  Lute Kamstra  <lute@gnu.org>
1703         * font-core.el (font-lock-defaults): Fix docstring.
1705         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
1707 2005-04-25  Kenichi Handa  <handa@m17n.org>
1709         * international/mule-cmds.el (select-safe-coding-system):
1710         Don't check consistency with coding: spec, etc if raw-text or
1711         no-conversion was found to be safe.
1713 2005-04-24  Richard M. Stallman  <rms@gnu.org>
1715         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
1716         citation markers at start of each line.
1718         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
1719         citation markers at start of each line.
1721         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
1723         * files.el (mode-require-final-newline): Fix previous change.
1724         (require-final-newline): Fix type label.
1726 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
1728         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
1729         statement in buffer (broken by 2004-11-24 change).
1731 2005-04-24  Kim F. Storm  <storm@cua.dk>
1733         * ido.el (ido-everywhere): Save and restore old read-buffer-function
1734         and read-file-name-function values.  Don't overwrite existing
1735         non-nil values if ido-mode is enabled without ido-everywhere.
1737 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
1739         * files.el (mode-require-final-newline): Minor doc fix.
1741 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
1743         * subr.el (syntax-after): Doc fix.
1744         (syntax-class): If argument is nil, return nil.  Mask off upper 16
1745         bits, not 8 bits.
1747         * files.el (mode-require-final-newline): Doc fix.
1748         (backup-buffer-copy): Fix last change.
1750 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1752         * term/mac-win.el: Require select.  Set selection-coding-system to
1753         mac-system-coding-system.  Call menu-bar-enable-clipboard.
1754         (x-last-selected-text-clipboard, x-last-selected-text-primary)
1755         (x-select-enable-clipboard): New variables.
1756         (x-select-text, x-get-selection, x-selection-value)
1757         (x-get-selection-value, mac-select-convert-to-string)
1758         (mac-services-open-file, mac-services-open-selection)
1759         (mac-services-insert-text): New functions.
1760         (CLIPBOARD, FIND): Put mac-scrap-name property.
1761         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
1762         (public.tiff): Put mac-ostype property.
1763         (selection-converter-alist): Add entries for them.
1764         (mac-application-menu-map): New keymap.
1765         (interprogram-cut-function, interprogram-paste-function): Set to
1766         x-select-text and x-get-selection-value, respectively.
1767         (split-window-keep-point): Set to t.
1769 2005-04-23  Richard M. Stallman  <rms@gnu.org>
1771         * files.el (read-directory-name): Always pass non-nil
1772         DEFAULT-FILENAME arg to read-file-name.
1773         (backup-buffer-copy, basic-save-buffer-2): Take care against
1774         writing thru an unexpected existing symlink.
1775         (revert-buffer): In indirect buffer, revert the base buffer.
1776         (magic-mode-alist): Doc fix.
1777         (buffer-stale-function): Doc fix.
1778         (minibuffer-with-setup-hook): Avoid warning.
1779         (mode-require-final-newline): Doc and custom fix.
1781         * follow.el (follow-end-of-buffer): Use with-no-warnings.
1783         * font-lock.el (font-lock-comment-face): On terminals with few colors,
1784         use the default appearance.
1785         (font-lock-comment-delimiter-face): New face, new variable.
1787         * imenu.el (imenu--generic-function): The official position of a
1788         definition is the start of the line that BEG is in.
1790         * midnight.el (midnight-timer): Move defvar up.
1792         * mouse.el (mouse-drag-region-1): Delete some debugging code.
1794         * saveplace.el (save-place-to-alist): Use with-no-warnings.
1796         * startup.el (command-line): Use with-no-warnings.
1798         * window.el (window-size-fixed): New defvar.
1800         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
1802         * mail/rmail.el (rmail-font-lock-keywords):
1803         Use font-lock-comment-delimiter-face.
1805         * mail/sendmail.el (mail-font-lock-keywords):
1806         Use font-lock-comment-delimiter-face.
1808         * progmodes/compile.el (next-error-highlight-timer): New defvar.
1810 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
1812         * progmodes/compile.el (compilation-mode-font-lock-keywords):
1813         Specify t for LAXMATCH when matching directories.
1814         Save match data around compilation-compat-error-properties form.
1816 2005-04-23  David Kastrup  <dak@gnu.org>
1818         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
1819         Mention that the autoloaded aliases should be kept for AUCTeX.
1821 2005-04-23  Andreas Schwab  <schwab@suse.de>
1823         * isearch.el (isearch-forward): Doc fix.
1825 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
1827         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
1828         (jit-lock-stealth-nice): Change default value to 0.5.
1830 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
1832         * abbrev.el (write-abbrev-file): Write table entries in
1833         alphabetical order by table name.
1835 2005-04-22  Kim F. Storm  <storm@cua.dk>
1837         * ido.el (ido-read-internal): Fix `list' completion.
1839 2005-04-22  Kenichi Handa  <handa@m17n.org>
1841         * recentf.el (recentf-save-file-coding-system): New variable.
1842         (recentf-save-list): Encode the file by
1843         recentf-save-file-coding-system and add coding: tag.
1845 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
1847         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
1849 2005-04-21  Lute Kamstra  <lute@gnu.org>
1851         * loadhist.el (unload-feature): Don't remove a function from hooks
1852         if it is about to be restored to an autoload .  Remove functions
1853         that will become unbound from auto-mode-alist.  Simplify the code.
1855         * subr.el (assq-delete-all): New implementation that is linear,
1856         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
1857         (rassq-delete-all): New function.
1859         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
1860         Add size-indication-mode.
1862 2005-04-21  Kenichi Handa  <handa@m17n.org>
1864         * international/mule-cmds.el: Add autoload for widget-value in
1865         eval-when-compile.
1867 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
1869         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
1870         Add tooltip-mode.
1872         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
1874 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
1876         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
1877         (inferior-lisp-filter-regexp, inferior-lisp-program)
1878         (inferior-lisp-load-command, inferior-lisp-prompt)
1879         (inferior-lisp-mode-hook, lisp-source-modes)
1880         (inferior-lisp-load-hook): defvar->defcustom.
1881         (inferior-lisp-program, inferior-lisp-prompt)
1882         (inferior-lisp-load-hook): Doc fixes.
1883         (inferior-lisp-install-letter-bindings): Small change in
1884         introductory comment.
1886 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
1888         * vc.el (vc-annotate-color-map): Change some colors so that text
1889         using them as foreground is readable on both white and black
1890         backgrounds.
1892 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1894         * international/mule-conf.el (translation-table-for-input):
1895         Remove redundant declaration.
1897 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
1899         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
1901         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
1902         (tooltip-toggle-gud-tips): New function.
1904 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1906         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
1907         right angle brackets.
1909 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
1911         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
1913 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1915         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
1916         Remove.  Update callers to use expand-file-name instead.
1918         * subr.el (syntax-class): New function.
1920         * simple.el (blink-matching-open): Use it.
1922         * paren.el (show-paren-function): Use it to recognize parens that are
1923         also used in 2-char comment markers.
1925 2005-04-19  Lute Kamstra  <lute@gnu.org>
1927         * loadhist.el (unload-feature): Update for new format of
1928         load-history.  Simplify the code.
1930 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1932         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
1933         (mac-add-charset-info): New function.  Initialize variable
1934         mac-charset-info-alist using it.
1935         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
1936         for translation.
1937         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
1938         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
1939         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
1940         New CCL programs.
1942 2005-04-19  Kim F. Storm  <storm@cua.dk>
1944         * simple.el (next-buffer, prev-buffer, next-error)
1945         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
1946         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
1948         * bindings.el (next-buffer, prev-buffer, next-error)
1949         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
1950         (clone-indirect-buffer-other-window): Move bindings from simple.el.
1951         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
1952         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
1954 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
1956         * isearch.el (isearch-edit-string): Make the search-ring available for
1957         minibuffer history commands.
1958         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
1959         the default history commands now work just as well.
1960         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
1962 2005-04-18  Kim F. Storm  <storm@cua.dk>
1964         * emulation/cua-base.el (cua--pre-command-handler): Add more
1965         elaborate check for shift modifier on non-window systems.
1967 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
1969         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
1971 2005-04-18  Kim F. Storm  <storm@cua.dk>
1973         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
1974         and make it optional.  Don't test tooltip-gud-echo-area here.
1975         (tooltip-gud-process-output, gdb-tooltip-print):
1976         Pass tooltip-gud-echo-area to tooltip-show.
1977         (tooltip-help-tips): Remove second optional arg to tooltip-show.
1979 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1981         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
1982         `display-graphic-p' may not be bound yet.
1984 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
1986         * startup.el (command-line): No longer enable Xterm Mouse mode by
1987         default in terminals compatible with xterm.
1989         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
1991 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
1993         * tooltip.el (tooltip-gud-echo-area): Rename from
1994         tooltip-use-echo-area.
1995         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
1996         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
1997         area independently of where help tooltips are displayed.
1999 2005-04-17  David Kastrup  <dak@gnu.org>
2001         * cus-theme.el (custom-theme-write-variables): Quote variables
2002         where necessary.
2004 2005-04-17  Richard M. Stallman  <rms@gnu.org>
2006         * simple.el (yank-excluded-properties): Add follow-link to value.
2008         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
2010         * startup.el (fancy-splash-max-time): Just 30 seconds.
2011         (fancy-splash-delay): Just 7.
2012         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
2014         * loadhist.el (unload-feature): Update for new format of load-history.
2015         Simplify the code.
2017         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
2018         (rmail-font-lock-keywords): Don't fontify the text of a citation.
2020         * mail/sendmail.el (mail-font-lock-keywords):
2021         Don't fontify subject text.
2022         Don't fontify the text of a citation.
2024 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
2026         * comint.el (comint-output-filter): Run comint-output-filter-functions
2027         with point where the user had it.
2029 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2031         * international/ucs-tables.el (ucs-set-table-for-input):
2032         Disable when using unify-on-decoding.
2034 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
2036         * emulation/cua-base.el (cua-global-mark-face): Add special case
2037         for displays supporting a high number of colors.
2039 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
2041         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
2043 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
2045         * filesets.el (filesets-add-buffer): If user supplies a name of a
2046         non-existing fileset, create a new fileset.
2048 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
2050         * textmodes/org.el (org-up-heading-all): Fix bug with
2051         `outline-up-heading-all'.
2053 2005-04-16  Andreas Schwab  <schwab@suse.de>
2055         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
2056         /etc/permissions.d/* and /etc/aliases.d/*.
2058 2005-04-16  Kenichi Handa  <handa@m17n.org>
2060         * international/code-pages.el (cp-make-coding-system):
2061         Set `translation-table-for-input' property value to the symbol
2062         ucs-mule-to-mule-unicode, not to that value.
2063         (pt154): Escape guillemet by `\'.
2065 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
2067         * loadup.el: Load tooltip if x-show-tip is fboundp.
2069         * startup.el (command-line): Add comment.
2071         * tooltip.el (tooltip-mode): Specify correct standard value for
2072         Custom in init-value.
2074 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
2076         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
2077         possible.
2079 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
2081         * textmodes/org.el (org-agenda-date-prompt): Rename from
2082         `org-agenda-date-today'.
2083         (org-evaluate-time-range): Insert at point instead of directly
2084         after time range.
2085         (org-first-headline-recenter, org-subtree-end-visible-p)
2086         (org-optimize-window-after-visibility-change): New functions
2087         (org-agenda-post-command-hook): Don't allow point at end of line,
2088         to make sure it always hits the text properties.
2089         (org-agenda-next-date-line, org-agenda-previous-date-line):
2090         New commands.
2091         (org-set-regexps-and-options): Category may contain white space.
2092         (org-agenda-get-deadlines, org-agenda-get-scheduled):
2093         Improve marker positions.
2094         (org-agenda-new-marker): Argument POS made optional.
2095         (org-agenda-get-timestamps): Deadlines which are done are listed
2096         in org-done-face now.
2097         (org-agenda-get-todos, org-agenda-get-timestamps)
2098         (org-agenda-get-deadlines, org-agenda-get-scheduled):
2099         Set `undone-face' and `done-face' properties.
2100         (org-last-todo-state-is-todo): New variable.
2101         (org-todo): Set `org-last-todo-state-is-todo'.
2102         (org-agenda-todo): Change face according to
2103         `org-last-todo-state-is-todo'.  And change other lines refering to
2104         the same entry.
2105         (org-calendar-goto-agenda): New command.
2106         (org-calendar-to-agenda-key): New option.
2107         (org-startup-folded): New allowed value `content'.
2108         (org-set-regexps-and-options): Accept new value `content' for
2109         `org-startup-folded'.
2110         (org-get-current-options): Handle new value `content' for
2111         `org-startup-folded'.
2112         (org-insert-todo-heading): New command.
2113         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
2114         interactively in empty file and option
2115         `org-insert-mode-line-in-empty-file' has been set.
2116         (org-agenda-todo,org-agenda-priority): Modify to use
2117         `org-agenda-change-all-lines'.
2118         (org-warning-face): Change color on dark background
2120 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2122         * international/mule-cmds.el (set-locale-environment): On Mac OS,
2123         use preferences AppleLocale and AppleLanguages, and variable
2124         mac-system-locale for default locale.  On Mac OS Classic, use
2125         mac-system-coding-system for default coding systems.
2127         * term/mac-win.el: Don't set file-name-coding-system.
2128         Decode variables system-name, emacs-build-system, user-login-name, and
2129         user-full-name by mac-system-coding-system on Mac OS Classic.
2130         (mac-system-coding-system): New variable.
2132 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
2134         * startup.el (command-line): Handle `xterm-mouse-mode' before
2135         reading init file.
2137         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
2139 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
2141         * progmodes/sh-script.el (sh-here-document-word): Make it a
2142         defcustom.  Doc fix.
2143         (sh-add): Bash uses $(( )) for arithmetic.
2144         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
2145         (sh-maybe-here-document): Remove quotes and leading whitespace
2146         from heredoc word when closing.  Indent heredoc with tabs if word
2147         starts with "-".
2149 2005-04-13  Richard M. Stallman  <rms@gnu.org>
2151         * simple.el (undo): Fix previous change.
2153         * custom.el (defface): Doc fix.
2155 2005-04-13  Lute Kamstra  <lute@gnu.org>
2157         * Makefile.in (DONTCOMPILE): Remove list.
2158         (compile, compile-always): Don't use DONTCOMPILE.
2159         (update-authors): Load the library in which batch-update-authors
2160         is defined.
2161         * makefile.w32-in (DONTCOMPILE): Remove list.
2162         (compile, compile-always): Fix comments.
2163         (update-authors): Load the library in which batch-update-authors
2164         is defined.
2166         * generic-x.el (generic-mode-ini-file-find-file-hook):
2167         Rename to ini-generic-mode-find-file-hook.
2168         Keep generic-mode-ini-file-find-file-hook as an alias.
2169         (ini-generic-mode-find-file-hook): Rename from
2170         generic-mode-ini-file-find-file-hook.  Fix docstring.
2171         (ini-generic-mode): Docstring change.
2172         (bat-generic-mode-run-as-comint): Silence the byte compiler.
2174         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
2175         called from lisp.
2177         * generic.el: Move to the emacs-lisp subdir.
2179 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
2181         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
2182         and C-S- function and cursor motion keys.
2184 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
2186         * startup.el (command-line): Enable Xterm Mouse mode by default.
2187         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
2188         for Custom.  No longer show "Mouse" in mode line when enabled.
2189         Doc fix.
2191 2005-04-12  Kim F. Storm  <storm@cua.dk>
2193         * emulation/cua-base.el (cua-rectangle-face)
2194         (cua-rectangle-noselect-face): Define face attributes here.
2196         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
2198 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2200         * startup.el (command-line): Turn off blinking cursor if
2201         cursorBlink in resources is off or false.
2203 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2205         * term/mac-win.el (dnd): Require dnd.
2206         (mac-drag-n-drop): Call dnd-handle-one-url.
2207         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
2208         (kTextEncodingISOLatin2): Remove constants.
2209         (mac-script-code-coding-systems): New constant.
2210         (mac-handle-language-change): New function.
2211         (special-event-map): Bind it to `language-change' event.
2212         (mac-centraleurroman, mac-cyrillic): New coding systems.
2213         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
2214         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
2215         and mac-cyrillic-encoder to encode-mac-centraleurroman and
2216         encode-mac-cyrillic, respectively.
2218 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
2220         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
2221         Don't set overlay-arrow-string to "=>" as this is done
2222         globally in C now.
2224 2005-04-12  Lute Kamstra  <lute@gnu.org>
2226         * generic-x.el (rc-generic-mode, rul-generic-mode):
2227         Fix auto-mode-alist entries.
2228         (etc-fstab-generic-mode): Tweak fontification.
2230         * generic.el (generic-make-keywords-list): Fix docstring.
2231         (generic-mode-internal): Simplify generic-font-lock-keywords.
2233 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
2235         * whitespace.el (whitespace-buffer-leading)
2236         (whitespace-buffer-trailing): Revert the incorrect test inversion.
2237         However, fix the highlight area for the leading and
2238         trailing whitespaces to show space.
2240 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
2242         * whitespace.el (whitespace-version): Bump to 3.5
2244         (whitespace-buffer-leading, whitespace-buffer-trailing):
2245         Invert sense of the test to highlight the whitespace.
2247 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
2249         * progmodes/gud.el (gud-display-line): GUD uses its own
2250         overlay arrow now so don't set overlay-arrow-string.
2251         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
2253 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
2255         * term.el (term-ansi-current-bold, term-ansi-current-underline)
2256         (term-ansi-current-reverse, term-ansi-current-invisible)
2257         (term-ansi-face-already-done): Change to boolean.
2258         (term-reset-terminal, term-handle-colors-array): Handle the above
2259         vars accordingly.
2260         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
2261         (term-emulate-terminal): Use the new name.
2263         * faces.el (secondary-selection): Use yellow1, not yellow.
2264         (trailing-whitespace): Use red1, not red.
2266 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2268         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
2269         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
2270         (dired-dnd-handle-file): Call dnd-get-local-file-uri
2272         * cus-edit.el (dnd): New group.
2274         * term/w32-win.el (dnd): Require dnd
2275         (w32-drag-n-drop): Call dnd-handle-one-url.
2277         * x-dnd.el: Require dnd.
2278         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
2279         Call dnd-handle-one-url.
2280         (x-dnd-types-alist, x-dnd-insert-utf8-text)
2281         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
2282         to dnd-insert-text.
2283         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
2284         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
2285         (x-dnd-get-local-file-name, x-dnd-open-local-file)
2286         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
2288         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
2290 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
2292         * wdired.el: Doc fixes.
2293         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
2294         (wdired-use-dired-vertical-movement): Rename from
2295         wdired-always-move-to-filename-beginning.
2296         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
2297         (wdired-change-to-wdired-mode): Change mode name.
2298         (wdired-newline): Delete.
2300 2005-04-11  Richard M. Stallman  <rms@gnu.org>
2302         * whitespace.el (whitespace-highlight-the-space):
2303         Don't call whitespace-unhighlight-the-space here.
2305         * simple.el (undo): Record t in undo-equiv-table
2306         for the redo record made by an undo-in-region.
2308 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
2310         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
2311         (gdb-frame-inferior-io-buffer): New Functions to control
2312         display of separate IO buffer.
2313         (menu): Add them to menu-bar.
2314         (gdb-display-buffer): Check for buffer another frame.
2315         Protect GUD buffer.
2316         (gdb-setup-windows): Create IO buffer if not already there.
2317         (gdb-memory-mode): Remove purecopy noops.
2319 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
2321         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
2322         and pass to self-insert-command.
2324 2005-04-11  Lute Kamstra  <lute@gnu.org>
2326         * generic.el: Commentary section cleanup.
2327         (generic): Delete.
2328         (generic-use-find-file-hook, generic-lines-to-scan)
2329         (generic-find-file-regexp, generic-ignore-files-regexp)
2330         (default-generic-mode, generic-mode-find-file-hook)
2331         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
2332         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
2333         (generic-use-find-file-hook, generic-lines-to-scan)
2334         (generic-find-file-regexp, generic-ignore-files-regexp)
2335         (default-generic-mode, generic-mode-find-file-hook)
2336         (generic-mode-ini-file-find-file-hook): Move from generic.el.
2338 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
2340         * bookmark.el (bookmark-write-file): Catch errors writing file.
2341         This is the same change as revision 1.30 of saveplace.el.
2343 2005-04-10  Richard M. Stallman  <rms@gnu.org>
2345         * startup.el (fancy-splash-tail): Update copyright year.
2346         (command-line): Split part of -Q into -D.
2347         (emacs-basic-display): New defvar.
2348         (fancy-splash-text): Correct name of menu item.
2350         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
2352         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
2353         lines in one node.
2355         * comint.el (comint-send-input): New arg ARTIFICIAL.
2356         Callers in this file changed.
2358         * abbrev.el (define-abbrevs): Read system abbrevs properly.
2360         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
2362 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
2364         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
2365         `ldap-search-internal'.
2367 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2369         * files.el (set-auto-mode-1): Use line-end-position.
2371         * international/latin-1.el:
2372         * international/latin-2.el:
2373         * international/latin-3.el:
2374         * international/latin-4.el:
2375         * international/latin-5.el:
2376         * international/latin-8.el:
2377         * international/latin-9.el: Give punctuation syntax to NBSP.
2379         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
2380         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
2381         Use char-classes to accept non-ascii letters, accepted in some recent
2382         bibtex implementations.
2384 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
2386         * custom.el (custom-set-minor-mode): Any non-nil value for the
2387         variable should enable the mode when set through Custom.
2389 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2391         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
2392         TAB binding so tab-always-indent is obeyed.
2393         (vhdl-minibuffer-local-map): Move initialization into declaration.
2394         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
2395         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
2396         (vhdl-hooked-abbrev): Avoid test for XEmacs.
2397         (vhdl-current-line): Use line-beginning-position.
2398         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
2399         with-output-to-temp-buffer, so the current position can be recorded.
2401 2005-04-10  Masatake YAMATO  <jet@gyve.org>
2403         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2404         Add regexp for gcov.
2406 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2408         * calendar/time-date.el (time-to-seconds, seconds-to-time)
2409         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
2410         syntax which Emacs 20 doesn't support.
2412 2005-04-09  Richard M. Stallman  <rms@gnu.org>
2414         * help.el (describe-key-briefly, describe-key):
2415         Replace strings as event types with "(any string)".
2417 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2419         * arc-mode.el (archive-mode-map): Move initialization into
2420         the declaration.  Override *all* bindings of `undo'.
2421         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
2423 2005-04-09  Jay Belanger  <belanger@truman.edu>
2425         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
2427 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
2429         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
2430         (xterm-register-default-colors): Update color values computation
2431         to match xterm-200.
2433 2005-04-09  Kenichi Handa  <handa@m17n.org>
2435         * international/code-pages.el (iso-latin-7): Fix the map.
2437 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
2439         * emacs-lisp/lisp.el (defun-prompt-regexp)
2440         (parens-require-spaces, buffer-end, end-of-defun)
2441         (insert-parentheses): Doc fixes.
2443 2005-04-08  Kim F. Storm  <storm@cua.dk>
2445         * comint.el (comint-highlight-prompt): Fix face spec.
2446         * hi-lock.el (hi-green): Likewise.
2448 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
2450         * cus-edit.el (custom-modified-face):
2451         * comint.el (comint-highlight-input): Fix previous changes.
2452         * term.el (term-handle-ansi-escape): Add a comment.
2454 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2456         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
2457         in the buffer and in whitespace-highlighted-space.
2458         (whitespace-unhighlight-the-space): Simplify.
2459         (whitespace-buffer): Simplify.
2461 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
2463         * textmodes/table.el (table-cell-face): Add special case for
2464         displays supporting a high number of colors.
2465         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
2466         (vhdl-font-lock-reserved-words-face)
2467         (vhdl-speedbar-architecture-face)
2468         (vhdl-speedbar-instantiation-face)
2469         (vhdl-speedbar-architecture-selected-face)
2470         (vhdl-speedbar-instantiation-selected-face): Likewise.
2471         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
2472         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
2473         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
2474         (ebrowse-root-class-face, ebrowse-member-attribute-face)
2475         (ebrowse-progress-face): Likewise.
2476         * progmodes/compile.el (compilation-info-face): Likewise.
2477         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
2478         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
2479         * calendar/calendar.el (diary-face): Likewise.
2480         * woman.el (woman-italic-face, woman-bold-face)
2481         (woman-unknown-face): Likewise.
2482         * wid-edit.el (widget-button-pressed-face): Likewise.
2483         * whitespace.el (whitespace-highlight-face): Likewise.
2484         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
2485         * pcvs-info.el (cvs-marked-face): Likewise.
2486         * info.el (info-xref): Likewise.
2487         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
2488         * hilit-chg.el (highlight-changes-face)
2489         (highlight-changes-delete-face): Likewise.
2490         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
2491         (hi-red-b): Likewise.
2492         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
2493         * font-lock.el (font-lock-keyword-face)
2494         (font-lock-function-name-face, font-lock-warning-face): Likewise.
2495         * cus-edit.el (custom-invalid-face, custom-modified-face)
2496         (custom-set-face, custom-changed-face, custom-variable-tag-face)
2497         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
2498         * comint.el (comint-highlight-prompt): Likewise.
2500 2005-04-08  Lute Kamstra  <lute@gnu.org>
2502         * font-lock.el (font-lock-keywords): Docstring fixes.
2504 2005-04-08  Kenichi Handa  <handa@m17n.org>
2506         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
2507         chars are more than a limit, print " and more..." at the tail.
2509 2005-04-08  Kim F. Storm  <storm@cua.dk>
2511         * emacs-lisp/authors.el (authors-aliases): Update list.
2512         (authors-ignored-files): New list.
2513         (authors-fixed-entries): Fix typo.
2514         (authors-renamed-files-alist): Update list.
2515         (authors-add): Check authors-ignored-files.
2517 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
2519         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
2520         optional, to ensure backward compatibility.
2522 2005-04-08  Stephen Eglen  <stephen@gnu.org>
2524         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
2526 2005-04-08  Kim F. Storm  <storm@cua.dk>
2528         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
2530         * mouse.el (mouse-on-link-p): Doc fix.
2532 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
2534         * ielm.el (ielm-prompt-read-only): Doc fix.
2536         * comint.el (comint-prompt-read-only): Doc fix.
2538 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
2540         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
2541         ensure dired always handles wildcards passed to ffap.
2542         (find-file-at-point): Use it.
2543         (ffap-dired-wildcards): Doc fix.
2545 2005-04-07  Juri Linkov  <juri@jurta.org>
2547         * simple.el (next-error-overlay-arrow-position): New defvar.
2548         Put "=>" on its property `overlay-arrow-string'.  Add it to
2549         `overlay-arrow-variable-list'.
2551         * progmodes/compile.el (compilation-setup):
2552         Set `next-error-overlay-arrow-position' to nil.  Also set it to
2553         nil in the local hook `kill-buffer-hook'.  Make local variable
2554         `overlay-arrow-string' and set it to "=>".
2555         (compilation-goto-locus): Set BOL position to
2556         `next-error-overlay-arrow-position' instead of
2557         `overlay-arrow-position'.
2559         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
2560         locally instead of adding it to the global hook.
2561         (Info-kill-buffer): Move up.
2563 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
2565         * term/xterm.el (xterm-standard-colors): Update color values from
2566         xterm-200.
2568 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
2570         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
2572         * fast-lock.el:
2573         * lazy-lock.el: Move them to the obsolete subdir.
2575 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
2577         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
2578         (wdired-add-replace-advice): Remove.
2579         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
2581 2005-04-06  Kim F. Storm  <storm@cua.dk>
2583         * startup.el (command-line): Add --bare-bones alias for -Q.
2585 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2587         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
2588         create the startup fontset if a font specification ends with
2589         `mac-roman'.
2591 2005-04-06  Lute Kamstra  <lute@gnu.org>
2593         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
2594         change.
2596         * emacs-lisp/copyright.el (copyright-update-year): Replace the
2597         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
2599 2005-04-05  Lute Kamstra  <lute@gnu.org>
2601         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
2602         (define-generic-mode): Ditto.  Fix debug declaration.
2604         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
2605         Put them in the generic-x group.
2607         * calendar/timeclock.el (timeclock): Doc fix.
2609         * generic.el (define-generic-mode): Don't use custom-current-group.
2610         Document default :group value.
2611         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
2612         (define-global-minor-mode): Don't use custom-current-group.
2614 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
2616         * startup.el (command-line-1): Display startup-echo-area-message
2617         when fancy splash screen is in use.
2619         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
2620         (sh-escaped-newline): New face.
2621         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
2622         newline, and use sh-escaped-newline face.
2624         * progmodes/tcl.el (tcl-escaped-newline): New face.
2625         (tcl-builtin-list): New variable.
2626         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
2627         newlines.  Fix keywords subexpression number.
2629 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
2631         * textmodes/org.el (org-diary-default-entry): Fix call to
2632         `add-to-diary-entry'.
2634 2005-04-05  Kim F. Storm  <storm@cua.dk>
2636         * ediff-init.el: Use (featurep 'xemacs).
2638 2005-04-05  David Ponce  <david@dponce.com>
2640         * cus-edit.el (face): Derive from symbol widget.  Display sample
2641         of the current face on the fly.
2642         (widget-face-sample-face-get, widget-face-notify): New functions.
2643         (widget-face-value-create): Remove.
2645         * wid-edit.el (widget-field-end): Temporarily remove field
2646         narrowing before to call `get-char-property'.
2648 2005-04-04  Jay Belanger  <belanger@truman.edu>
2650         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
2651         (math-read-subscripts): New variable.
2652         (math-read-preprocess-string): Process subscripts.
2654 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
2656         * comint.el (comint-prompt-read-only): Doc fix.
2658         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
2659         `-1'.  Doc fix.
2661 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
2663         * textmodes/org.el (org-insert-mode-line-in-empty-file):
2664         Change default value to nil.
2666 2005-04-04  Lute Kamstra  <lute@gnu.org>
2668         * autorevert.el (auto-revert-mode): Specify :group.
2669         * battery.el (display-battery-mode): Specify :group.
2670         * diff-mode.el (diff-minor-mode): Specify :group.
2671         * font-core.el (font-lock-mode): Specify :group.
2672         * hl-line.el (hl-line-mode): Specify :group.
2673         * iimage.el (iimage): New customization group.
2674         (iimage-mode): Specify :group.
2675         * longlines.el (longlines-mode): Specify :group.
2676         * master.el: Don't require easy-mmode.
2677         (master): New customization group.
2678         (master-mode): Specify :group.
2679         * msb.el (msb-mode): Specify :group.
2680         * reveal.el (reveal-mode): Specify :group.
2681         * simple.el (next-error-follow-minor-mode): Specify :group.
2682         * smerge-mode.el (smerge-mode): Specify :group.
2683         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
2684         * emulation/cua-base.el (cua-mode): Specify :group.
2685         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
2686         * language/thai-util.el (thai-auto-composition-mode)
2687         (thai-word-mode): Specify :group.
2688         * mail/supercite.el (sc-minor-mode): Specify :group.
2689         * progmodes/cwarn.el (cwarn-mode): Specify :group.
2690         * progmodes/flymake.el (flymake-mode): Specify :group.
2691         * progmodes/glasses.el (glasses-mode): Specify :group.
2692         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
2693         * textmodes/enriched.el (enriched-mode): Specify :group.
2694         * textmodes/refill.el (refill-mode): Specify :group.
2696         * add-log.el (change-log-font-lock-keywords): Names in
2697         parenthesized lists can contain spaces.
2699 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
2701         * startup.el (fancy-splash-text): Shorten default text of
2702         "Emacs Tutorial" line.  Also, if the current language env
2703         indicates an available tutorial file other than TUTORIAL,
2704         extract its title and append it to the line in parentheses.
2705         (fancy-splash-insert): If arg is a thunk, funcall it.
2707 2005-04-04  Jay Belanger  <belanger@truman.edu>
2709         * calc.el (calc-language-alist): Add tags to customization type.
2711 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
2713         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
2714         Doc fix.
2716 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
2718         * add-log.el (change-log-font-lock-keywords): The manual
2719         describing a Change Log entry, says: (...) "Aside from these
2720         header lines, every line in the change log starts with a space or
2721         a tab.". The font-lock was not highlighting lines started with
2722         spaces, added support for it.
2724 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2726         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
2727         (bibtex-generate-url-list): Update docstring accordingly. Put the
2728         complex example in the docstring.
2729         (bibtex-font-lock-url): Use pop.
2731 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2733         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
2735         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
2737 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
2739         * filesets.el (filesets-set-default): Doc fix.
2741 2005-04-03  Lute Kamstra  <lute@gnu.org>
2743         * generic.el (define-generic-mode): Add argument to specify
2744         keywords for defcustom.
2745         (default-generic-mode): Specify :group.
2747         * generic-x.el: Specify :group for all generic modes.
2749         * desktop.el (desktop-no-desktop-file-hook)
2750         (desktop-after-read-hook): Doc fix.
2752 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
2754         * simple.el (visible-mode): Use explicit :group keyword.
2755         This changes the group of `visible-mode-hook' from paren-blinking
2756         to editing-basics.
2758 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
2760         * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2761         mailbox specifications as well as URLs.
2762         (rmail-insert-inbox-text): Remove unused conditional branches.
2764 2005-04-01  Jay Belanger  <belanger@truman.edu>
2766         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
2767         (calc-gnuplot-print-command): Move definitions to calc.el.
2769         * calc/calc-embed.el (calc-embedded-announce-formula)
2770         (calc-embedded-open-formula, calc-embedded-close-formula)
2771         (calc-embedded-open-word, calc-embedded-close-word)
2772         (calc-embedded-open-plain, calc-embedded-close-plain)
2773         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
2774         (calc-embedded-open-mode, calc-embedded-close-mode):
2775         Move definitions to calc.el.
2777         * calc/calc.el (calc-settings-file, calc-language-alist):
2778         Make customizable.
2779         (calc-embedded-announce-formula, calc-embedded-open-formula)
2780         (calc-embedded-close-formula, calc-embedded-open-word)
2781         (calc-embedded-close-word, calc-embedded-open-plain)
2782         (calc-embedded-close-plain, calc-embedded-open-new-formula)
2783         (calc-embedded-close-new-formula, calc-embedded-open-mode)
2784         (calc-embedded-close-mode, calc-gnuplot-name)
2785         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
2786         from other files and make customizable.
2788 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
2790         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
2791         Use buffer-live-p.
2792         (cvs-mode-run): Don't call cvs-update-header here.
2793         (cvs-run-process): Call cvs-update-header.
2794         Use process properties for cvs-postprocess and cvs-buffer so that
2795         the sentinel can behave better if the temp buffer is killed.
2796         Use a pipe rather than a tty, to better handle unexpected prompts.
2797         (cvs-sentinel): Rewrite.  Call cvs-update-header.
2799 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
2801         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
2802         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
2804 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2806         * generic.el (define-generic-mode): Add indentation rule.
2808 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
2810         * files.el (mode-require-final-newline): Make Custom correctly
2811         report a nil value and allow to set it to nil via Custom.
2812         Doc fix.
2814 2005-04-01  Kenichi Handa  <handa@m17n.org>
2816         * international/characters.el: Enable the correct case setting for
2817         dotless-i and dotted-I.
2819 2005-04-01  Kim F. Storm  <storm@cua.dk>
2821         * ido.el (ido-file-internal): Fall back to non-ido command if
2822         initial directory is on slow ftp (or tramp) host.
2824 2005-03-31  Richard M. Stallman  <rms@gnu.org>
2826         * emacs-lisp/autoload.el (make-autoload):
2827         Handle define-global-minor-mode.
2829         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
2830         Rename from easy-mmode-define-global-mode.
2831         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
2833         * progmodes/scheme.el (scheme-mode-syntax-table):
2834         Update syntax of | and # for two-character comment syntax.
2836 2005-03-31  Lute Kamstra  <lute@gnu.org>
2838         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
2839         (define-minor-mode): Call custom-current-group at load-time.
2841         * generic.el (define-generic-mode): Add debug declaration.
2842         Add defcustom for the mode hook.
2843         (generic-mode-internal): Use run-mode-hooks.
2845 2005-03-31  Kim F. Storm  <storm@cua.dk>
2847         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
2848         (mouse-fixup-help-message): New defun called by show_help_echo
2849         to fixup mouse-2 prefix in help messages when applicable.
2851         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
2853 2005-03-31  Kenichi Handa  <handa@m17n.org>
2855         * language/thai-word.el (thai-find-word-ends): Pay attention to
2856         the case that we reach the end of buffer.
2858         * textmodes/fill.el (fill-text-properties-at): New function.
2859         (fill-newline): Use fill-text-properties-at instead of
2860         text-properties-at.
2862 2005-03-31  Karl Berry  <karl@freefriends.org>
2864         * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
2865         not comint-quote-filename.
2867 2005-03-31  Olive Lin  <olive.lin@versateladsl.be> (tiny change)
2869         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
2870         not comint-quote-filename.
2872 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
2874         * help-fns.el (help-with-tutorial): Revert last change.
2876 2005-03-31  Kim F. Storm  <storm@cua.dk>
2878         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
2880 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
2882         * calendar/cal-china.el: Update reference to "Calendrical
2883         Calculations" book; there's a new edition.
2884         * calendar/cal-coptic.el: Likewise.
2885         * calendar/cal-french.el: Likewise.
2886         * calendar/cal-hebrew.el: Likewise.
2887         * calendar/cal-islam.el: Likewise.
2888         * calendar/cal-iso.el: Likewise.
2889         * calendar/cal-julian.el: Likewise.
2890         * calendar/cal-mayan.el: Likewise.
2891         * calendar/cal-persia.el: Likewise.
2892         * calendar/calendar.el: Likewise.
2893         * calendar/holidays.el: Likewise.
2894         * calendar/lunar.el: Likewise.
2895         * calendar/solar.el: Likewise.
2897         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
2898         white space from doc string.
2900 2005-03-30  Jay Belanger  <belanger@truman.edu>
2902         * calc/calc-help.el (calc-full-help): Remove email address.
2904 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
2906         * help-fns.el (help-with-tutorial): Delete title line.
2908 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
2910         * calendar/cal-x.el (calendar-one-frame-setup)
2911         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
2912         rather than 'symbol for set-window-dedicated-p.
2914         * calendar/appt.el (appt-buffer-name): Make it a constant.
2915         (appt-add): Doc fix.
2917         * filesets.el (filesets-menu-path, filesets-menu-before)
2918         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
2919         (filesets-menu-cache-file): Use directory ~/.emacs.d.
2920         (filesets-add-submenu): Delete and use add-submenu instead.
2922 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
2924         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
2925         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
2926         (org-diary-default-entry): New function.
2927         (org-get-entries-from-diary): Better parsing of diary entries.
2928         (org-agenda-check-no-diary): New function.
2929         ("diary-lib"): Advice to function `add-to-diary-list', to allow
2930         linking to diary entries.
2931         (org-agenda-execute-calendar-command): New function.
2932         (org-agenda): Improve visible section in window.
2933         Use `org-fit-agenda-window'.
2934         (org-fit-agenda-window): New option.
2935         (org-move-subtree-down): Better handling of empty lines
2936         at end of subtree.
2937         (org-cycle): Numeric prefix is interpreted now as show-subtree N
2938         levels up.
2939         (org-fontify-done-headline): New option.
2940         (org-headline-done-face): New face.
2941         (org-set-font-lock-defaults): Use `org-headline-done-face'.
2942         (org-table-copy-down): Rename from `org-table-copy-from-above'.
2943         When current field is non-empty, it is copied to next row.
2944         (org-table-copy-from-above): Fix bug which made it
2945         impossible to copy fields containing only a single non-white character.
2947 2005-03-30  Kim F. Storm  <storm@cua.dk>
2949         * kmacro.el (kmacro-end-macro): Isearch may store this command
2950         into the macro -- so ignore it when executing keyboard macro.
2952 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
2954         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
2956 2005-03-29  Kenichi Handa  <handa@m17n.org>
2958         * language/thai.el ("Thai"): Set setup-function and exit-function
2959         for Thai language environment.
2961         * language/thai-util.el: Require thai-word.
2962         (thai-word-mode-map): New variable.
2963         (thai-word-mode): New minor mode.
2964         (setup-thai-language-environment-internal): New function.
2965         (exit-thai-language-environment-internal): New function.
2967         * language/thai-word.el (thai-word-table): Declare it by defvar,
2968         use dolist to initialize it.
2969         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
2970         (thai-fill-find-break-point): New functions.
2972 2005-03-29  Richard M. Stallman  <rms@gnu.org>
2974         * simple.el (idle-update-delay): Move definition up.
2975         (set-mark): Doc fix.
2977 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
2979         * longlines.el: New file.
2981         * simple.el (buffer-substring-filters): New variable.
2982         (filter-buffer-substring): New function.
2983         (kill-region, copy-region-as-kill): Use it.
2985         * register.el (copy-to-register, append-to-register)
2986         (prepend-to-register): Use filter-buffer-substring.
2988 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
2990         * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
2991         (gud-filter-pending-text): Move in front of gdb.
2992         (gud-overlay-arrow-position): New variable.
2993         (gud-sentinel, gud-display-line): Use it in place of
2994         overlay-arrow-position.
2996 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
2998         * progmodes/fortran.el (fortran-if-indent): Doc fix.
2999         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
3000         (fortran-font-lock-keywords-4): New variable.
3001         (fortran-blocks-re, fortran-end-block-re)
3002         (fortran-start-block-re): New constants, for hideshow.
3003         (hs-special-modes-alist): Add a Fortran entry.
3004         (fortran-mode-map): Bind fortran-end-of-block,
3005         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
3006         (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
3007         (fortran-looking-at-if-then, fortran-end-of-block)
3008         (fortran-beginning-of-block): New functions, for hideshow.
3010         * progmodes/f90.el (f90-end-block-re, f90-start-block-re): Doc
3011         fix. Tweak regexp.
3012         (f90-beginning-of-block): Push mark first.
3014 2005-03-29  Jay Belanger  <belanger@truman.edu>
3016         * calc/calc.el: Update copyright date.
3017         (calc-version): Increase to 2.1.
3018         (calc-version-date): Remove.
3020         * calc/calc-help.el: Update copyright date.
3021         (calc-full-help): Remove reference to calc-version-date.
3022         Update copyright date.
3024 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3026         * vc.el (vc-do-command): Use a pipe for async processes, so password
3027         prompts don't show up at places where the user can't reply.
3029 2005-03-29  Olive Lin  <olive.lin@versateladsl.be> (tiny change)
3031         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
3032         on the file name we pass to the inferior shell.
3034 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
3036         * progmodes/which-func.el (which-function): Be robust in the face of an
3037         imenu--make-index-alist failure.
3039 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3041         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
3043         * progmodes/python.el (python-preoutput-filter): Fix last change.
3045 2005-03-29  Lute Kamstra  <lute@gnu.org>
3047         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
3048         functions and compiled macros.
3049         (debug-convert-byte-code): Handle macros too.
3050         (debug-on-entry-1): Don't signal an error when trying to clear a
3051         function that is not set to debug on entry.
3053 2005-03-29  Jay Belanger  <belanger@truman.edu>
3055         * calc/calc-lang.el: Add functions to math-function-table
3056         properties of tex and math.
3058 2005-03-29  Kenichi Handa  <handa@m17n.org>
3060         * ps-mule.el (ps-mule-plot-string): Translate characters by
3061         ps-print-translation-table.
3062         (ps-mule-begin-job): Call find-charset-region/string with
3063         ps-print-translation-table.
3064         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
3066         * ps-print.el (ps-print-translation-table): New variable.
3067         (ps-plot-region): Translate characters by ps-print-translation-table.
3069 2005-03-29  Juri Linkov  <juri@jurta.org>
3071         * simple.el (next-error-highlight-timer): New variable.
3073         * progmodes/compile.el (compilation-goto-locus):
3074         Use `next-error-highlight-timer' instead of `sit-for'.
3076 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3078         * mail/supercite.el (sc-mail-field): Use assoc-string.
3079         (sc-get-address): Simplify regexps.
3081         * files.el (minibuffer-with-setup-hook): New macro.
3082         (find-file-read-args): Use it to avoid let-binding
3083         minibuffer-with-setup-hook (which breaks turning on/off
3084         file-name-shadow-mode while in the prompt).
3086         * complete.el (PC-read-include-file-name-internal): Use test-completion.
3088 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
3090         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
3092 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3094         * window.el (window-buffer-height): Use count-screen-lines.
3096         * progmodes/python.el (python-preoutput-leftover): New var.
3097         (python-preoutput-filter): Use it.
3098         (python-send-receive): Loop until all the result has been received.
3100 2005-03-28  Juri Linkov  <juri@jurta.org>
3102         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
3104         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
3105         "Recover Crashed Session".
3106         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
3107         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
3108         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
3109         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
3110         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
3111         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
3112         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
3113         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
3115         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
3116         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
3117         Ediff Sessions", "Toggle use of separate control buffer frame",
3118         "Use separate frame for Ediff control buffer".
3120         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
3121         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
3122         "Rename Bookmark", "Delete Bookmark".
3124         * info.el (Info-mode-menu): Remove ellipsis from "Index".
3125         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
3126         Add `:active Info-index-alternatives' to "Next Matching Item".
3128         * wdired.el (wdired-change-to-wdired-mode):
3129         Mention `wdired-abort-changes' key in the initial message.
3131         * international/mule.el (auto-coding-alist): Associate non-ascii
3132         image filename extensions with `no-conversion'.
3134 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3136         * international/iso-acc.el:
3137         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
3139 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
3141         * textmodes/sgml-mode.el (html-mode): Doc update.
3143         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
3145 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
3147         * term.el (term-move-columns): Fix face after extending a line.
3148         (term-insert-spaces): Likewise.
3149         (term-reset-terminal): Fix off by one error.
3151 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
3153         * international/mule.el (auto-coding-alist): Add .xpi files.
3155         * files.el (auto-mode-alist): Add .xpi files.
3157 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
3159         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
3161 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
3163         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
3165 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
3167         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
3168         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
3170         * calendar/cal-move.el (calendar-beginning-of-year): Move the
3171         cursor to Jan 1 when needed.
3172         (calendar-end-of-year): Fix -/+ typo.
3173         Reported by Chong Yidong <cyd@stupidchicken.com>.
3175 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3177         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
3179         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
3180         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
3182 2005-03-25  Richard M. Stallman  <rms@gnu.org>
3184         * filesets.el (filesets-init): Add autoload.
3186         * mail/mailalias.el (mail-directory): Doc fix.
3188 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3190         * mail/mailalias.el (mail-directory-process): Do nothing if
3191         mail-directory-process is an atom.
3192         (mail-get-names): Ignore mail-directory-names if it is an atom.
3193         (mail-directory-process defvar): Doc fix.
3194         (mail-names): Doc fix.
3196 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
3198         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
3200 2005-03-26  Kenichi Handa  <handa@m17n.org>
3202         * international/mule-util.el (detect-coding-with-priority):
3203         Call update-coding-systems-internal before detect-coding-region.
3205 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
3207         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3208         (gdb-frames-mode-map): Add follow-link property.
3210 2005-03-25  Jay Belanger  <belanger@truman.edu>
3212         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
3213         for variables.
3215 2005-03-25  Juri Linkov  <juri@jurta.org>
3217         * image-mode.el: Optimize image filename extension regexps in
3218         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
3219         in `auto-mode-alist'.
3220         (image-mode): Add `image-toggle-display-text' to local hook
3221         `change-major-mode-hook'.  Display the image as an image by
3222         default.  Set `cursor-type' and `truncate-lines' if the image
3223         is already displayed.  Take into account the current mode (image
3224         or text) in message.
3225         (image-minor-mode): New minor mode.
3226         (image-mode-maybe, image-toggle-display-text): New functions.
3227         (image-toggle-display): Use called-interactively-p.
3228         Let-bind `inhibit-read-only' to t.
3230         * image-mode.el (image-minor-mode): Set `cursor-type' and
3231         `truncate-lines' if the image is already displayed.  Add turning
3232         image-minor-mode off to `change-major-mode-hook'.  Add message.
3233         Call `image-toggle-display-text' after turning image-minor-mode off.
3235 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3237         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
3238         Terminal.app, use utf-8.
3239         (set-display-table-and-terminal-coding-system): Add coding-system arg.
3240         (set-locale-environment): Use it.
3242         * term/xterm.el: Undo last change, better done in mule-cmds.el.
3244         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
3246         * progmodes/python.el (python-close-block-statement-p)
3247         (python-outdent-p, python-current-defun): Use symbol-end.
3249 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3251         * files.el (save-some-buffers): Doc fix.
3253 2005-03-25  Werner Lemberg  <wl@gnu.org>
3255         * complete.el, thumbs.el: Replace `legal' with `valid'.
3256         * calendar/calendar.el: Replace `legal' with `valid'.
3257         * emacs-lisp/advice.el: Replace `legal' with `valid'.
3258         * mail/supercite.el: Replace `legal' with `valid'.
3259         * progmodes/cperl-mode.el, progmodes/idlw-shell.el,
3260         progmodes/idlwave.el, progmodes/vhdl-mode.el: Replace `legal' with
3261         `valid'.
3262         * textmodes/reftex-vars.el, textmodes/reftex.el: Replace `legal'
3263         with `valid'.
3265 2005-03-25  Werner Lemberg  <wl@gnu.org>
3267         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
3268         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
3269         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
3270         * emulation/vip.el: Replace `illegal' with `invalid'.
3271         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
3272         * mail/supercite.el: Replace `illegal' with `invalid'.
3273         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el,
3274         progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el,
3275         progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el,
3276         progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with
3277         `invalid'.
3278         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el,
3279         textmodes/reftex-index.el, textmodes/reftex-parse.el,
3280         textmodes/reftex-ref.el, textmodes/reftex-vars.el,
3281         textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
3283 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3285         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
3286         (flymake-find-buildfile, flymake-find-possible-master-files)
3287         (flymake-check-include, flymake-parse-line): Replace loops over the
3288         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
3290         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
3291         Substitute file-name-as-directory in the rest of the file.
3292         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
3293         (flymake-replace-region): Remove unused arg `buffer'.
3294         (flymake-check-patch-master-file-buffer): Update calls to it.
3295         (flymake-add-err-info): Remove unused var `count'.
3296         (flymake-mode): Use define-minor-mode.
3298         * progmodes/flymake.el: Use with-current-buffer.
3299         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
3300         flymake-replace-regexp-in-string, flymake-line-beginning-position)
3301         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
3302         Avoid testing for `xemacs'.
3303         (flymake-nop): Move.
3304         (flymake-region-has-flymake-overlays): Return the computed value.
3305         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
3306         Remove unused var `endline'.
3307         (flymake-get-line-count): Remove unused function.
3308         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
3310         * emulation/vi.el:
3311         * generic.el:
3312         * hilit-chg.el (global-highlight-changes):
3313         * hi-lock.el (hi-lock-mode):
3314         * follow.el: find-file-hooks -> find-file-hook.
3316         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
3318 2005-03-24  Juri Linkov  <juri@jurta.org>
3320         * dired.el (dired-mode-map): Add menu item "Compare directories"
3321         for dired-compare-directories.
3323         * dired-aux.el (dired-compare-directories): Add autoload cookie.
3324         Doc fix.  Replace `read-file-name' with `read-directory-name'.
3326 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3328         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
3330 2005-03-24  Jay Belanger  <belanger@truman.edu>
3332         * calc/calc-embed.el (calc-embedded-mode-change): Save all
3333         relevant mode settings in calc-embedded-original-modes when modes
3334         are permanently changed.
3336 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3338         * autoinsert.el: find-file-hooks -> find-file-hook.
3340 2005-03-24  Lute Kamstra  <lute@gnu.org>
3342         * generic.el (generic-font-lock-defaults): Make it obsolete.
3343         (generic-font-lock-keywords): New variable to replace
3344         generic-font-lock-defaults.
3345         (generic-mode-set-font-lock): Delete it.
3346         (generic-mode-internal): Don't call generic-mode-set-font-lock.
3347         (generic-bracket-support): Add docstring.
3349         * generic-x.el: Rename generic-font-lock-defaults to
3350         generic-font-lock-keywords throughout.
3351         (mailagent-rules-setup-function): Delete it.
3352         (mailagent-rules-generic-mode): Use anonymous function instead.
3353         (show-tabs-generic-mode-font-lock-defaults-1)
3354         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
3355         Quote faces.
3356         (show-tabs-tab-face, show-tabs-space-face): Specify background,
3357         not foreground.
3359         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3360         Recognize define-generic-mode.
3362 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3364         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
3365         if there's no completion table.
3367 2005-03-23  Miles Bader  <miles@gnu.org>
3369         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3370         Remove tty-specific variants, as they're no longer needed.
3372 2005-03-23  Lute Kamstra  <lute@gnu.org>
3374         * generic-x.el: Code cleanup: make args constant whenever possible.
3375         (installshield-statement-keyword-list)
3376         (installshield-system-functions-list)
3377         (installshield-system-variables-list, installshield-types-list)
3378         (installshield-funarg-constants-list): Make them constants.
3380         * generic.el (generic-make-keywords-list): Add autoload cookie.
3382         * calendar/time-date.el: Add comment on time value formats.
3383         Don't require parse-time.
3384         (with-decoded-time-value): New macro.
3385         (encode-time-value): New function.
3386         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
3387         (days-to-time): Return a valid time value when arg is huge.
3388         (time-since): Use time-subtract.
3389         (time-to-number-of-days): Use time-to-seconds.
3391 2005-03-23  David Ponce  <david@dponce.com>
3393         * recentf.el: (recentf-keep): New option.
3394         (recentf-menu-action): Default to `find-file'.
3395         (recentf-keep-non-readable-files-flag)
3396         (recentf-keep-non-readable-files-p)
3397         (recentf-file-readable-p, recentf-find-file)
3398         (recentf-cleanup-remote): Remove.
3399         (recentf-include-p): More robust.
3400         (recentf-keep-p): New function.
3401         (recentf-remove-if-non-kept): Rename from
3402         `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
3403         All callers updated.
3404         (recentf-menu-items-for-commands): Fix help string.
3405         (recentf-track-closed-file): Update. Doc fix.
3406         (recentf-cleanup): Update. Count removed files. Doc fix.
3408 2005-03-23  Kim F. Storm  <storm@cua.dk>
3410         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3411         Don't inherit from fringe face (now happens automatically).
3413 2005-03-22  Kim F. Storm  <storm@cua.dk>
3415         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
3416         position values.
3418 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3420         * menu-bar.el (showhide-date-time): Remove.
3421         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
3422         (menu-bar-make-mm-toggle): Simplify.
3424 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
3426         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
3427         Accept qualified variable and function names.
3429 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
3431         * bindings.el (completion-ignored-extensions):
3432         Remove ".lis" for `vax-vms'.
3434 2005-03-22  Andreas Schwab  <schwab@suse.de>
3436         * generic-x.el: Revert last change.
3437         * ldefs-boot.el: Update.
3439 2005-03-22  Jay Belanger  <belanger@truman.edu>
3441         * calc/calc-embed (calc-embedded-original-modes): New variable.
3442         (calc-embedded-save-original-modes)
3443         (calc-embedded-restore-original-modes): New functions.
3444         (calc-do-embedded): Save original modes when entering embedded mode
3445         and restore when leaving embedded mode.
3446         (calc-embedded-modes-change): Change the value of
3447         calc-embedded-original-modes to reflect permanent changes.
3449 2005-03-22  Lute Kamstra  <lute@gnu.org>
3451         * generic-x.el: Require generic again.
3453 2005-03-22  Miles Bader  <miles@gnu.org>
3455         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3456         Tweak details to look good on both ttys and bitmap displays, light
3457         or dark background, etc.
3459 2005-03-21  Kim F. Storm  <storm@cua.dk>
3461         * tooltip.el (tooltip-show-help-function): Check car and cdr of
3462         mouse position.
3464 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3466         * icomplete.el: Don't forcibly turn on the mode upon load.
3467         (icomplete-mode): Use define-minor-mode.
3468         (icomplete-eoinput): Default to nil.
3469         (icomplete-minibuffer-setup): Remove autoload.
3470         (icomplete-tidy): Simplify.
3471         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
3472         in the initial state or if the user has modified the field.
3473         Fix handling of icomplete-max-delay-chars.
3474         Remove code that handles the oddball case where
3475         minibuffer-completion-table is an integer.
3476         Wrap icomplete-completions in while-no-input in case building
3477         completions takes more time than expected.
3478         (icomplete-completions): Simplify.
3480 2005-03-21  Richard M. Stallman  <rms@gnu.org>
3482         * jka-compr.el (jka-compr-really-do-compress):
3483         Make variable buffer-local.
3485         * image-mode.el: Handle .xpm files too.
3486         (image-toggle-display): Preserve modification flag.
3488         * help.el (where-is): Don't mention aliases with no key bindings.
3490 2005-03-21  Lute Kamstra  <lute@gnu.org>
3492         * generic.el: Fix commentary section.  Don't require cl for compilation.
3493         (generic-mode-list): Add autoload cookie.
3494         (generic-use-find-file-hook, generic-lines-to-scan)
3495         (generic-find-file-regexp, generic-ignore-files-regexp)
3496         (generic-mode, generic-mode-find-file-hook)
3497         (generic-mode-ini-file-find-file-hook): Fix docstrings.
3498         (define-generic-mode): Make it a defmacro.  Fix docstring.
3499         (generic-mode-internal): Code cleanup.  Add autoload cookie.
3500         (generic-mode-set-comments): Code cleanup.
3501         * generic-x.el: Don't prevent compilation.  Don't require generic.
3502         Follow coding conventions.  Minor code cleanup.
3503         (etc-fstab-generic-mode): Add some keywords.
3504         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
3505         define-generic-mode like a function declaration.
3507 2005-03-21  Jay Belanger  <belanger@truman.edu>
3509         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
3510         changing modes.
3512 2005-03-21  Sam Steingold  <sds@gnu.org>
3514         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
3516 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
3518         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
3519         Add underscore to "f$ lexicals" regexp.
3521 2005-03-20  Juri Linkov  <juri@jurta.org>
3523         * subr.el (progress-reporter-do-update): When `min-value' is equal
3524         to `max-value', set `percentage' to 0 and prevent division by zero.
3526 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
3528         Sync with Tramp 2.0.48.
3530         * tramp.el (all): Change all addresses to .gnu.org.
3531         (tramp-append-tramp-buffers): New defun.
3532         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
3533         Catch `dont-send' signal.
3534         (tramp-set-auto-save-file-modes): Set always permissions, because
3535         there might be an old auto-saved file belonging to another
3536         original file.  This could be a security threat.  Reported by
3537         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
3538         Check for Emacs 21.3.50 removed.
3540         * tramp-smb.el (all): Remove debug construct for
3541         `with-parsed-tramp-file-name'.
3542         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
3543         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
3544         No error message if DIRECTORY or FILENAME doesn't exist.
3545         (tramp-smb-open-connection): Check existence of
3546         `tramp-smb-program'.
3548 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3550         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
3551         Properly handle the case where the `m' or `s' command's argument is not
3552         yet terminated.
3553         (perl-indent-new-calculate): New function.
3554         (perl-indent-line): Use it.
3556 2005-03-20  Miles Bader  <miles@gnu.org>
3558         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
3559         in text-mode too.  Change to new face names.
3560         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
3561         Add `:weight bold' attribute.
3562         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
3564 2005-03-19  Juri Linkov  <juri@jurta.org>
3566         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
3568         * international/mule.el (auto-coding-alist): Sync with
3569         `auto-mode-alist' by adding upper case archive file extensions
3570         and adding ear/war to jar extension.
3572 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
3574         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
3575         running, restart it.
3577 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
3579         * finder.el (finder-current-item): Throw an error on an empty line.
3581         * man.el (Man-follow-manual-reference): If current-word returns
3582         nil, use "".
3584 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
3586         * simple.el (goto-line): Doc fix.
3588 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
3590         * files.el (save-buffer): Doc fix.
3592 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
3594         * recentf.el (recentf-cleanup-remote): New variable.
3595         (recentf-cleanup): Use it to conditionally check availablity of
3596         remote files.
3598 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
3600         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
3601         function names.
3603 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
3605         * language/thai-word.el: New file.
3607 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
3609         * files.el (backup-buffer): If the file's directory is not
3610         writable, use copy instead of move to backup the file.
3612 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
3614         * obsolete/keyswap.el: Moved to obsolete/ from term/.
3616 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3618         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
3619         Use functionp instead of symbolp and fboundp.  Reported by Drkm
3620         <darkman_spam@yahoo.fr>.
3621         (ps-print-version): New version 6.6.6.
3623 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
3625         * textmodes/table.el (table--line-column-position): New idiom.
3626         (table--row-column-insertion-point-p): New function to test
3627         validity of row and column insertion operation at a location.
3628         (table-global-menu, table-cell-menu): Use above functions for
3629         deterministic test operation.
3630         (table--editable-cell-p): Behave in deterministic fashion.
3632 2005-03-18  Juri Linkov  <juri@jurta.org>
3634         * isearch.el (isearch-lazy-highlight-new-loop):
3635         Make arguments beg and end optional.
3636         (isearch-update): Remove optional arguments nil from
3637         isearch-lazy-highlight-new-loop.
3638         (isearch-lazy-highlight-search): Let-bind case-fold-search to
3639         isearch-lazy-highlight-case-fold-search instead of
3640         isearch-case-fold-search, and let-bind isearch-regexp to
3641         isearch-lazy-highlight-regexp.
3642         Use isearch-lazy-highlight-last-string instead of isearch-string.
3644         * replace.el (perform-replace): Remove bindings of global
3645         variables isearch-string, isearch-regexp, isearch-case-fold-search.
3646         Add three new arguments to `replace-highlight'.
3647         (replace-highlight): Add arguments string, regexp, case-fold.
3648         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
3649         to allow isearch-lazy-highlight-new-loop to use these values
3650         to set corresponding isearch-lazy-highlight-* internal
3651         variables whose values lazy highlighting will use regardless of
3652         changes to global variables isearch-string, isearch-regexp,
3653         isearch-case-fold-search during lazy highlighting loop.
3654         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
3655         to `lazy-highlight-cleanup'.
3657         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
3658         (ispell-highlight-face): Set default face to `isearch' when
3659         lazy highlighting is enabled.
3660         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
3661         priority to 1.  Add lazy highlighting.
3662         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
3663         from `isearch-dehighlight'.
3665 2005-03-18  David Ponce  <david@dponce.com>
3667         * files.el (hack-local-variables): Do a case-insensitive search
3668         for End.
3670 2005-03-18  Juri Linkov  <juri@jurta.org>
3672         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
3673         `isearch-lazy-highlight-cleanup', add alias to old name and
3674         declare obsolete.  Add release numbers to other obsolete vars.
3675         (isearch-done, isearch-lazy-highlight-new-loop):
3676         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
3677         (lazy-highlight-cleanup) <variable>: Doc fix.
3678         (isearch-lazy-highlight-update): Rename obsolete
3679         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
3681 2005-03-18  Kenichi Handa  <handa@m17n.org>
3683         * language/thai-util.el: Fix categorization of Thai characters in
3684         thai-category-table.
3685         (thai-composition-pattern): Adjust it for the above change.
3686         (thai-self-insert-command, thai-compose-syllable): New functions.
3687         (thai-compose-region): Use thai-compose-syllable.
3688         (thai-compose-string): Likewise.
3689         (thai-composition-function): Likewise.
3690         (thai-auto-composition): New function.
3691         (thai-auto-composition-mode): New minor mode.
3693         * language/thai.el: Fix patterns to be registered in
3694         composition-function-table.
3696         * international/quail.el (quail-input-method): Locally bind
3697         inhibit-modification-hooks to t.
3699 2005-03-17  Richard M. Stallman  <rms@gnu.org>
3701         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
3702         (perl-mode): Use run-mode-hooks.
3704         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
3705         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
3706         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
3708         * mail/sendmail.el (sendmail-send-it): Reenable the code
3709         to compute resend-to-address and use it.
3711         * tar-mode.el (tar-mode): Turn off undo unconditionally.
3713         * image-mode.el: New file.
3715         * image.el (insert-sliced-image): Add autoload cookie.
3717         * font-lock.el (font-lock-lines-before): New user option.
3718         (font-lock-after-change-function): Obey it.
3720         * bindings.el (esc-map): Make M-g a prefix.
3721         Bind M-g g and M-g M-g to goto-line.
3723         * faces.el (face-id): Doc fix.
3725 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3727         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
3728         (rmail-show-message): Use rmail-unknown-mail-followup-to.
3729         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
3731         * mail/sendmail.el (mail-yank-ignored-headers)
3732         (mail-font-lock-keywords, mail-mode-fill-paragraph):
3733         Add Mail-Followup-To and Mail-Reply-To headers.
3734         (mail-citation-hook): Add autoload cookie.
3735         (mail-mode): Doc fix.
3736         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
3737         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
3738         (mail-mode-fill-paragraph): Handle those headers.
3739         (mail-mailing-lists): New variable.
3740         (mail-mail-reply-to, mail-mail-followup-to): New functions.
3742 2005-03-17  Juri Linkov  <juri@jurta.org>
3744         * isearch.el (isearch-fallback): Check for `(car previous)'
3745         before calling `isearch-other-end-state'.
3747 2005-03-17  Kim F. Storm  <storm@cua.dk>
3749         * simple.el (move-beginning-of-line): Move to beginning of buffer
3750         line, as well as beginning of screen line.
3752 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
3754         * calendar/diary-lib.el (mark-diary-entries): Use new optional
3755         argument REDRAW rather than calendar-redrawing variable.
3756         * calendar/calendar.el (calendar-redrawing): Delete.
3757         (redraw-calendar): Do not bind calendar-redrawing.
3759 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
3761         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
3762         diary-file buffer.
3764 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
3766         * help.el (describe-mode): Allow a :minor-mode-function property to
3767         specify a different minor mode toggle function than the variable.
3768         * simple.el (auto-fill-function):
3769         * subr.el (add-minor-mode): Use it.
3771 2005-03-16  Kenichi Handa  <handa@m17n.org>
3773         * language/ethio-util.el (sera-being-called-by-w3): New variable.
3774         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
3775         (ethio-fidel-to-sera-buffer): Likewise.
3777 2005-03-16  Juri Linkov  <juri@jurta.org>
3779         * emacs-lisp/find-func.el (find-function-regexp):
3780         Add defun-emitting macro `menu-bar-make-toggle'.
3782         * isearch.el: Put `isearch-scroll' property to
3783         `split-window-horizontally'.
3785         * info.el: Update error messages for `debug-ignored-errors'.
3786         (Info-isearch-search): Doc fix.
3787         (Info-find-node): Move up code to go into info buffer before
3788         recording the node to the history.
3789         (Info-fontify-node): Fontify titles only if the next line
3790         has two or more `*', `=', `-', `.'.
3791         Display "go to this node" for empty (match-string 3).
3793 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3795         * term/mac-win.el: Add mouse pointer shape constants.
3797 2005-03-15  Kim F. Storm  <storm@cua.dk>
3799         * simple.el (move-beginning-of-line): Use vertical-motion.
3801 2005-03-15  Juri Linkov  <juri@jurta.org>
3803         * isearch.el (isearch-error): New variable.
3804         (isearch-invalid-regexp, isearch-within-brackets): Remove.
3805         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
3806         (isearch-within-brackets-state): Remove.
3807         (isearch-case-fold-search-state, isearch-pop-fun-state):
3808         Decrease frame index.
3809         (isearch-mode, isearch-top-state, isearch-push-state)
3810         (isearch-edit-string, isearch-abort, isearch-search-and-update)
3811         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
3812         (isearch-search, isearch-lazy-highlight-new-loop):
3813         Replace `isearch-invalid-regexp' with `isearch-error'.
3814         Remove `isearch-within-brackets'.
3815         (isearch-search): Add `search-failed' handler to `condition-case'.
3816         (isearch-lazy-highlight-search): Add `condition-case' to catch
3817         errors and allow `isearch-lazy-highlight-update' to try
3818         highlighting from the beginning of the window.
3819         (isearch-repeat): Move up code to set isearch-wrapped to t
3820         before calling isearch-wrap-function.
3822         * info.el (Info-isearch-initial-node): New internal variable.
3823         (Info-search): Signal an error in isearch mode when search leaves
3824         the initial node.  Signal an error when `bound' is non-nil and
3825         nothing was found in the current subfile.
3826         (Info-isearch-search): Remove `condition-case'.
3827         (Info-isearch-wrap): Don't wrap when search failed during leaving
3828         the initial node.  If `Info-isearch-search' is nil, wrap around
3829         the current node.
3830         (Info-isearch-start): New fun.
3831         (Info-mode): Add buffer-local hook `Info-isearch-start' to
3832         `isearch-mode-hook'.
3834 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3836         * simple.el (normal-erase-is-backspace): Set default to t if
3837         running on Mac.
3839         * term/mac-win.el (function-key-map): Sync with x-win.el.
3841 2005-03-15  Kenichi Handa  <handa@m17n.org>
3843         * international/mule-cmds.el (locale-language-names): Modify the
3844         format of elements and add more entries.
3845         (locale-preferred-coding-systems): Add more entries.
3846         (set-locale-environment): Adjust for the change of
3847         locale-language-names.
3849 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
3851         * pcvs.el (smerge-ediff): Remove bogus autoload.
3853 2005-03-14  Lute Kamstra  <lute@gnu.org>
3855         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
3856         Ignore a `*' at the beginning of a line.
3858         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
3859         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
3860         subr.el.
3861         (dont-compile, eval-when-compile, eval-and-compile): Use declare
3862         to specify indentation.
3864         * generic.el (define-generic-mode): Let generic-mode-list be a
3865         list of strings; test membership with equal.
3867 2005-03-14  Kim F. Storm  <storm@cua.dk>
3869         * simple.el (next-line, previous-line): Add optional try-vscroll
3870         arg to recognize interactive use.  Pass it on to line-move.
3871         (line-move): Don't perform auto-window-vscroll when defining or
3872         executing keyboard macro to ensure consistent behaviour.
3874 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3876         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
3878 2005-03-13  Lute Kamstra  <lute@gnu.org>
3880         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
3881         debugger-setup-buffer so that backtrace marks the frames set to
3882         debug-on-exit and we don't have to do it manually.  Set an extra
3883         debug-on-exit for macro's.
3884         (debugger-setup-buffer): Don't mark the top frame manually.
3886 2005-03-12  Lute Kamstra  <lute@gnu.org>
3888         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
3889         lisp-indent-function throughout.
3890         (with-no-warnings): Set lisp-indent-function property.
3892 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
3894         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
3895         Add entry for backslash.
3897 2005-03-12  Juri Linkov  <juri@jurta.org>
3899         * info.el (Info-search): Four fixes for backward search.
3901 2005-03-11  Jay Belanger  <belanger@truman.edu>
3903         * calc/calc.el (calc-language-alist): New variable.
3904         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
3905         (calc-embedded-find-modes): Use calc-language-alist instead of
3906         calc-embedded-language-alist.
3908 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
3910         * calendar/calendar.el (calendar-redrawing): New internal
3911         variable.
3912         (redraw-calendar): Remove bogus save-excursion from previous
3913         change.  Bind calendar-redrawing to t for mark-diary-entries.
3914         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
3915         calendar if that is why we were called.
3917 2005-03-11  Kenichi Handa  <handa@m17n.org>
3919         * international/mule.el (make-coding-system): Set property
3920         coding-system-define-form to nil.
3921         (define-coding-system-alias): Likewise.
3923 2005-03-11  Kenichi Handa  <handa@m17n.org>
3925         These changes are suggested by Dave Love <fx@gnu.org>.
3927         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
3928         coding: tag.
3929         (adaptive-fill-regexp): Add more bullets.
3930         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
3931         regexps.
3933 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3935         * help.el (describe-mode): Properly handle non-trivial lighters.
3936         Don't ignore minor modes that are not listed in minor-mode-list.
3938         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
3939         feature ON when the user requests to turn it OFF.
3941 2005-03-10  Lute Kamstra  <lute@gnu.org>
3943         * emacs-lisp/debug.el (debug-entry-code): Delete it.
3944         (implement-debug-on-entry): New function to replace debug-entry-code.
3945         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
3946         second argument as the 2005-03-07 change makes it obsolete.
3947         (debug-on-entry, cancel-debug-on-entry): Update call to
3948         debug-on-entry-1.
3949         (debug, debugger-setup-buffer): Comment update.
3950         (debugger-frame-number): Update to work with implement-debug-on-entry.
3952 2005-03-10  Jay Belanger  <belanger@truman.edu>
3954         * calc/calc-embed.el (math-ms-args): Declare it.
3955         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
3956         math-ms-args.
3957         (calc-embedded-subst): Use math-multi-subst-rec to substitute
3958         variables.
3960 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
3962         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
3963         Use message-box.
3965         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
3966         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
3967         (tooltip-gud-tips): Simplify.
3968         (tooltip-gud-tips-p): Remove superflouous :set.
3969         (tooltip-gud-modes): Add fortran-mode.
3970         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
3972         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
3974 2005-03-09  Kim F. Storm  <storm@cua.dk>
3976         * play/animate.el (animate-place-char): Use forward-line instead
3977         of next-line to improve performance.
3979 2005-03-09  Simon Josefsson  <jas@extundo.com>
3981         * net/browse-url.el (browse-url-default-browser): Doc fix.
3983 2005-03-09  Miles Bader  <miles@gnu.org>
3985         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
3986         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
3988 2005-03-09  Kenichi Handa  <handa@m17n.org>
3990         * international/latin-1.el: Set case and syntax for 255 only if
3991         set-case-syntax-set-multibyte is nil.
3993         * textmodes/ispell.el (ispell-insert-word): New function.
3994         (ispell-word): Use ispell-insert-word to insert a new word.
3995         (ispell-process-line): Likewise.
3996         (ispell-complete-word): Likewise.
3998 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
4000         * calendar/calendar.el (redraw-calendar): Preserve point.
4001         Reported by Matt Hodges <MPHodges@member.fsf.org>.
4002         (calendar-week-start-day): Move after definition of
4003         redraw-calendar.  Delete buffer test, since redraw-calendar has
4004         that now.
4006         * calendar/diary-lib.el (mark-diary-entries): Only call
4007         redraw-calendar in the first of any recursive calls.
4008         Reported by Alan Shutko <ats@acm.org>.
4010 2005-03-08  Juri Linkov  <juri@jurta.org>
4012         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
4013         (html-horizontal-rule, html-line, html-image, html-checkboxes)
4014         (html-radio-buttons): Add a space before the trailing `/>' where
4015         sgml-xml-mode is non-nil.
4016         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
4017         the subsequent tag of the empty XML tag.
4018         (html-href-anchor): Don't set initial input to "http:".
4019         (html-image): Ask for the image URL and set point inside alt="".
4020         (html-name-anchor): Duplicate the name in the `id' attribute when
4021         sgml-xml-mode is non-nil.
4022         (html-paragraph): Remove \n before <p>.
4023         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
4024         instead of `checked' when sgml-xml-mode is non-nil.
4026         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
4027         Remove 1 space before #RRGGBB to not truncate it on terminal
4028         windows w/o fringes.  Remove 1 space between bg and fg examples
4029         to get more space.
4030         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
4031         avoid byte-compile warnings.
4033         * image-file.el (image-file-handler): Put `safe-magic' property to
4034         `image-file-handler'.
4036         * info.el (Info-isearch-search): Emulate word search in
4037         isearching through multiple Info nodes with Info-search.
4038         (Info-isearch-wrap): Allow isearch-word.
4040 2005-03-08  Lute Kamstra  <lute@gnu.org>
4042         * emacs-lisp/debug.el (debugger-step-through): Make sure that
4043         stepping into the debugger's code is not possible.
4044         (debugger-jumping-flag): Docstring update.
4046 2005-03-08  Jay Belanger  <belanger@truman.edu>
4048         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
4049         embedded mode begins.
4050         (calc-embedded-language-alist): New variable.
4051         (calc-embedded-find-modes): Use calc-embedded-language-alist to
4052         set default language mode.
4054 2005-03-08  Kenichi Handa  <handa@m17n.org>
4056         * international/ccl.el (define-ccl-program): Fix docstring about
4057         extra 256 bytes assured for the output buffer.
4059         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
4060         Fix BUFFER_MAGNIFICATION to 2.
4061         (ccl-encode-mule-utf-16be-with-signature): Likewise.
4063 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
4065         * align.el (align-rules-list): Added an alignment rule for CSS
4066         declarations (applies to css-mode and html-mode buffers).
4068 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4070         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
4072 2005-03-07  Kim F. Storm  <storm@cua.dk>
4074         * simple.el (move-beginning-of-line): New command.
4076         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
4078         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
4080         * emulation/cua-base.el: Put CUA move property on move-end-of-line
4081         and move-beginning-of-line.
4083         * apropos.el (apropos-print): Omit command from M-x ... RET.
4085 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
4087         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
4088         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
4090 2005-03-06  Richard M. Stallman  <rms@gnu.org>
4092         * bindings.el (esc-map): Bind M-g to goto-line.
4094         * facemenu.el (global-map): Bind M-o, not M-g.
4096 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4098         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
4099         "Open Directory" as for "Open File".
4101 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
4103         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
4104         (push-mark-command): Run activate-mark-hook.
4106 2005-03-06  Richard M. Stallman  <rms@gnu.org>
4108         * help-mode.el (help-mode-finish): Don't alter the element
4109         in view-return-to-alist if there already is one.
4111         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
4112         make sure the current buffer is the expected one.
4114         * novice.el (disabled-command-function): Output in *Disabled Command*.
4115         Explicitly ignore non-keyboard events, and explicitly handle C-g.
4117         * textmodes/flyspell.el (flyspell-large-region):
4118         Pass args differently for aspell.
4120         * files.el (mode-require-final-newline): Doc fix.
4122 2005-03-03  Stephan Stahl  <stahl@eos.franken.de> (tiny change)
4124         * progmodes/which-func.el (which-function):
4125         Specify NOERROR when calling imenu--make-index-alist.
4127 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4129         * simple.el (normal-erase-is-backspace): Define default value.
4131         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
4132         (custom-reevaluate-setting): Simple function to handle
4133         variables that are defined before their default value can really
4134         be computed.
4136         * startup.el (command-line): Use it for temporary-file-directory,
4137         small-emporary-file-directory, auto-save-file-name-transforms,
4138         blink-cursor-mode, and normal-erase-is-backspace.
4140         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
4141         progress, even with buggy anchored keywords.
4143 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
4145         * simple.el (goto-line): Remove unbalanced final parenthesis.
4147 2005-03-05  Richard M. Stallman  <rms@gnu.org>
4149         * simple.el (goto-line): Use a number at point as the default.
4150         With C-u as arg, switch buffers.
4152 2005-03-05  Juri Linkov  <juri@jurta.org>
4154         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
4155         with `no-blinking-cursor'.
4157         * startup.el (no-blinking-cursor): New defvar.
4158         (command-line): Add `--no-blinking-cursor' to longopts.
4159         Set `no-blinking-cursor' to t for command line arguments
4160         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
4161         with `no-blinking-cursor' in the condition for calling
4162         `blink-cursor-mode'.
4164 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
4166         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
4167         (menu-bar-options-save): Add blink-cursor-mode.
4168         (menu-bar-options-menu): Add blink-cursor-mode.
4170 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
4172         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
4173         (icalendar-export-file, icalendar-export-region)
4174         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
4175         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
4177 2005-03-04  Lute Kamstra  <lute@gnu.org>
4179         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
4180         (debug-function-list): Ditto.
4182 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
4184         * textmodes/texinfmt.el (texinfo-append-refill):
4185         Redefine the types of line to which @refill
4186         is not appended by replacing a search for `@refill\\|@bye' with
4187         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
4188         itemize@refill' bug and the unfilled long lines bug.
4189         (texinfmt-version): Update number and date.
4191 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4193         * international/code-pages.el (windows-1250, windows-125[2-8])
4194         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
4196 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4198         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
4199         bound yet.
4201 2005-03-02  Romain Francoise  <romain@orebokech.com>
4203         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
4204         buffer after removing limits.
4205         (ibuffer-pop-filter): Ditto.
4206         Update copyright.
4208 2005-03-02  Miles Bader  <miles@gnu.org>
4210         * button.el (make-text-button): If the user doesn't specify a
4211         type, use the default.  Rewrite to use `add-text-properties' and
4212         plist functions.
4214 2005-03-01  Lute Kamstra  <lute@gnu.org>
4216         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
4217         (debugger-jumping-flag): New var.
4218         (debug-entry-code): Use it.
4219         (debugger-jump): Use debugger-jumping-flag and add
4220         debugger-reenable to post-command-hook.
4221         (debugger-reenable): Use debugger-jumping-flag and remove itself
4222         from post-command-hook.
4223         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
4224         debugger-reenable.
4226 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
4228         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
4229         inclusion of "itemize\\|", which may be unnecessary, is certainly
4230         inelegant, and stops refilling in itemize lists when formatting
4231         Japanese Texinfo files to Info.
4232         Update copyright to 2005.
4234 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
4236         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
4237         of an error if GDB can't find the source file.
4239 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
4241         * calendar/calendar.el (redraw-calendar): Work from any buffer,
4242         not just the calendar.
4244         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
4245         first.
4246         (diary-redraw-calendar): New function.
4247         (make-diary-entry): Add diary-redraw-calendar to local
4248         write-contents-functions.  Turn off selective display before
4249         inserting in diary.
4251 2005-03-01  Kim F. Storm  <storm@cua.dk>
4253         * emacs-lisp/copyright.el (copyright-fix-years): New command.
4255 2005-03-01  Lute Kamstra  <lute@gnu.org>
4257         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
4258         that debug-entry-code can be safely removed from a function while
4259         this code is being evaluated.  Revert the 2005-02-27 change as the
4260         new implementation no longer requires it.  Make sure that a
4261         function body containing just a string is not mistaken for a docstring.
4262         (debug): Skip one more frame in case of debug on entry.
4263         (debugger-setup-buffer): Delete one more frame line in case of
4264         debug on entry.
4265         (debugger-frame-number): Update to use the new text introduced by
4266         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
4268 2005-02-28  Kim F. Storm  <storm@cua.dk>
4270         * double.el (double-translate-key): Call force-window-update after
4271         read-event to avoid crash in redisplay.
4273 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4275         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
4276         (debug): Use it.  Move the inhibit-trace earlier.
4277         (debug-entry-code): New const.
4278         (debug-on-entry-1): Use it.
4280 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
4282         * international/utf-16.el (ccl-encode-mule-utf-16le):
4283         Fix BUFFER_MAGNIFICATION to 2.
4284         (ccl-encode-mule-utf-16be): Likewise.
4286 2005-02-28  Kenichi Handa  <handa@m17n.org>
4288         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
4289         Fix BUFFER_MAGNIFICATION to 4.
4290         (ccl-encode-mule-utf-16be-with-signature): Likewise.
4292 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
4294         * speedbar.el (speedbar-update-flag): Doc fix.
4295         (speedbar-show-info-under-mouse): Give set-mouse-position the right
4296         argument.
4298 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4300         * reveal.el (reveal-post-command): Don't try to reveal overlays which
4301         have a non-nil `invisible' property but are actually visible.
4303         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
4304         for perldoc sections.
4305         (perl-outline-regexp, perl-outline-level): New var and function.
4306         (perl-mode): Use them.
4308 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
4310         * calendar/diary-lib.el (diary-remind): Discard any mark portion
4311         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
4313 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
4315         * cus-edit.el: Comment change.
4316         (custom-buffer-create-internal): Slightly reword text at top of
4317         Custom buffers.  Mention there that saving an option edits the
4318         init file.  Add link to Emacs manual node on `custom-file'.
4319         (custom-magic-alist): Rewrite individual State messages to use
4320         capitalized keywords.  Doc fix.
4322 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
4324         * calendar/calendar.el (calendar-buffer): Move above
4325         calendar-week-start-day.
4326         (calendar-week-start-day): Doc fix.  Add :set function.
4327         (calendar-minimum-window-height): New variable.
4328         (generate-calendar-window): Only resize window if selected-window
4329         is displaying the calendar buffer.  Use new variable
4330         calendar-minimum-window-height.
4331         (generate-calendar): Reword error message.
4332         (calendar-mode-map): Bind DEL to scroll-other-window-down.
4334 2005-02-27  Andreas Schwab  <schwab@suse.de>
4336         * vc.el (vc-do-command): Don't run command asynchronously when
4337         operating in a remote directory.
4339         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
4340         change from sync with Tramp 2.0.47.
4342 2005-02-27  Richard M. Stallman  <rms@gnu.org>
4344         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4346         * textmodes/flyspell.el (flyspell-mode-on):
4347         Call ispell-change-dictionary only if necessary.
4349         * emacs-lisp/re-builder.el (regexp-builder): New function.
4351         * register.el (describe-register-1): Explicitly handle
4352         yank-excluded-properties = t.
4354         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
4355         (custom-magic-alist): Change the status descriptions again.
4356         (face widget-type): Total rewrite based on `restricted-sexp'
4357         to eliminate the confusing double hiding levels.
4359         * emacs-lisp/debug.el (debug-on-entry-1):
4360         If function body is empty, add nil as body form.
4362 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4364         * emacs-lisp/trace.el (inhibit-trace): New var.
4365         (trace-make-advice): Use it.
4367         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
4369 2005-02-26  Kim F. Storm  <storm@cua.dk>
4371         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
4372         (mouse-on-link-p, mouse-drag-region-1): Use it.
4374 2005-02-25  Lute Kamstra  <lute@gnu.org>
4376         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
4378 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
4380         * frame.el (blink-cursor-mode): Add :group keyword.
4382 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
4384         * calendar/icalendar.el (icalendar--decode-isodatetime):
4385         New optional argument DAY-SHIFT.
4386         (icalendar-export-region): Fix coding-system-for-write.
4387         (icalendar--convert-ical-to-diary): Shift end-day of all-day
4388         events by one.
4390 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4392         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
4394 2005-02-24  Kim F. Storm  <storm@cua.dk>
4396         * international/iso-acc.el (iso-accents-compose): Fix crash
4397         during redisplay.  Call force-window-update after read-event
4398         and delete-region to signal that window is not accurate.
4400 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4402         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
4403         Remove unused and inexistent var `inhibit-trace'.
4404         (debugger-mode): Use run-mode-hooks.
4405         (debugger-list-functions): Add buttons; setup xref stack.
4407 2005-02-23  Richard M. Stallman  <rms@gnu.org>
4409         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
4410         appointment says it was explicitly made.
4411         (appt-add): Set the 3rd element.
4412         (appt-make-list): Preserve explicit appointments.
4414         * subr.el (find-tag-default): Catch errors in forward-sexp.
4416 2005-02-23  Juri Linkov  <juri@jurta.org>
4418         * info.el (Info-isearch-search): New defcustom.
4419         (Info-isearch-search): Call the default isearch function
4420         when Info-isearch-search is nil.
4421         (Info-isearch-wrap): Use variable Info-isearch-search.
4423 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
4425         * cus-edit.el: Comment change.
4427 2005-02-22  Kim F. Storm  <storm@cua.dk>
4429         * progmodes/hideif.el (hide-ifdef-use-define-alist):
4430         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
4432 2005-02-22  Simon Josefsson  <jas@extundo.com>
4434         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
4435         New variable.
4436         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
4437         Oskarsson" <myrkraverk@users.sourceforget.net>.
4439 2005-02-22  Kim F. Storm  <storm@cua.dk>
4441         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
4442         check that window of that event is the selected window.
4443         (mouse-drag-region-1): Compare mouse event window to selected
4444         window before setting point.
4446         * tooltip.el (tooltip-show-help-function): Pass event to
4447         mouse-on-link-p so it can check selected window.
4449 2005-02-22  Kenichi Handa  <handa@m17n.org>
4451         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
4452         (ps-mule-show-warning): New function.
4453         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
4454         characters are found.
4456         * ps-print.el (ps-header-footer-string): Return a list of header
4457         and footer strings.
4459 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4461         * pcvs.el (cvs-retrieve-revision): Fix thinko.
4463 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4465         * frame.el (blink-cursor-mode): Use define-minor-mode.
4467         * term/mac-win.el (function-key-map): Use char-names more consistently.
4468         (file-name-coding-system): Only set it for MacOS-9.  The other case is
4469         already handled in mule-cmds.el (where it also works when mac-win.el
4470         is not used).
4472 2005-02-21  Kenichi Handa  <handa@m17n.org>
4474         * international/mule.el (ctext-pre-write-conversion): Always use
4475         " *code-converting-work*" buffer for work.
4477         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
4479 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
4481         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
4483 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
4485         * ses.el (undo-more): Restore defadvice, but only the part that
4486         allows changes outside the restricted area of the buffer.
4488 2005-02-20  Kim F. Storm  <storm@cua.dk>
4490         * simple.el (line-move): Add fourth optional arg try-vscroll which
4491         must be set to perform auto-window-vscroll.
4492         When moving backwards and doing auto-window-vscroll, automatically
4493         vscroll to the last part of lines which are taller than the window.
4494         (next-line, previous-line): Set try-vscroll arg on line-move.
4496 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
4498         * replace.el (query-replace, query-replace-regexp)
4499         (replace-string, replace-regexp): When operating on region, make
4500         the minibuffer prompt say so.
4502         * isearch.el (isearch-forward): Document isearch-query-replace and
4503         isearch-query-replace-regexp keybindings.
4505 2005-02-19  Jay Belanger  <belanger@truman.edu>
4507         * calc/calc-aent.el (math-read-token): Add local variable.
4509         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
4510         (calc-edit-top): Move declaration to earlier in file.
4511         (calc-edit-macro-repeats): Add local variables.
4513         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
4514         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
4515         calcFunc-tanh.
4516         Adjust integration rule for calcFunc-tan.
4518 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4520         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
4521         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
4522         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
4523         (viper-skip-separators): Bug fix.
4524         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
4525         particular major mode.
4526         (viper-del-backward-char-in-replace): Don't put deleted char on the
4527         kill ring.
4529         * viper-ex.el (viper-color-display-p): New function.
4530         (viper-has-face-support-p): Use viper-color-display-p.
4532         * viper-keym.el (viper-gnus-modifier-map): New keymap.
4534         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
4536         * viper-util.el (viper-glob-unix-files): Fix shell status check.
4537         (viper-file-remote-p): Make equivalent to file-remote-p.
4539         * viper.el (viper-major-mode-modifier-list):
4540         Use viper-gnus-modifier-map.
4542 2005-02-19  David Kastrup  <dak@gnu.org>
4544         * subr.el (subregexp-context-p): Fix garbled doc string by adding
4545         quoting.
4547 2005-02-19  Jay Belanger  <belanger@truman.edu>
4549         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
4550         Remove extra definitions.
4551         (calc-coth): New function.
4552         (calcFunc-cot): Fix `let'.
4554 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
4556         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
4557         the reasons we use "type pc" in these faces.
4559         * button.el (button): Ditto.
4561 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
4563         * replace.el (query-replace-read-from): Set the value of
4564         query-replace-from-history-variable to handle the case of an empty
4565         string entered to accept the suggested default.
4567         * net/tramp.el (tramp-file-name-for-operation):
4568         Use dired-call-process instead of dired-call-process-command.
4570 2005-02-19  Jay Belanger  <belanger@truman.edu>
4572         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
4573         (math-div-non-trig): New variables.
4574         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
4575         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
4576         (math-combine-prod, math-div-symb-fancy): Add simplifications for
4577         trig expressions.
4579 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
4581         * progmodes/gdb-ui.el (gdb-var-update-handler)
4582         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
4583         for watch expressions,
4584         (gdb-var-create-handler): Don't set speedbar-update-flag.
4585         (gdb-post-prompt): Simplify test for speedbar.
4587 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
4589         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
4590         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
4591         we use the syntax table of the correct buffer.
4592         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
4593         Felix Gatzemeier.
4595         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
4596         (ediff-file-remote-p): Make synonymous with file-remote-p.
4597         In all deffaces ediff-*-face-*, use min-colors.
4599         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
4600         ediff-recurse-to-subdirectories.
4601         (ediff-mark-if-equal): Check that the arguments are strings, use
4602         ediff-same-contents (after to Felix Gatzemeier).
4604         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
4605         nil.
4607 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
4609         * log-view.el (log-view-message-re): Fix up Subversion regexp.
4611 2005-02-18  David Kastrup  <dak@gnu.org>
4613         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
4614         use `mark-active' when defined.
4616 2005-02-18  Kenichi Handa  <handa@m17n.org>
4618         * ps-print.el (ps-font-info-database): New entry
4619         ZapfChancery-MediumItalic with correct font name.  Fix font name
4620         of the entry Zapf-Chancery-MediumItalic.
4622 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
4624         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
4626 2005-02-16  Kim F. Storm  <storm@cua.dk>
4628         * ido.el (ido-fallback-command): Pass user input to fallback command.
4630 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
4632         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
4633         (gdb-find-file-hook): Add server prefix.
4635 2005-02-16  Richard M. Stallman  <rms@gnu.org>
4637         * replace.el (perform-replace): Pass new args to replace-highlight.
4638         (replace-highlight): Take region args,
4639         and pass them to isearch-lazy-highlight-new-loop.
4641         * novice.el (disabled-command-hook): Autoload the defalias
4642         and the make-obsolete-variable call.
4644         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
4646         * isearch.el (isearch-lazy-highlight-start-limit)
4647         (isearch-lazy-highlight-end-limit): New variables limit
4648         the region for highlighting.
4649         (isearch-lazy-highlight-new-loop): New args BEG and END.
4650         (isearch-lazy-highlight-search): Use the new vars.
4651         (isearch-lazy-highlight-update): Likewise.
4653         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
4655         * cus-start.el (all): Use default-boundp.
4657 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
4659         * menu-bar.el (menu-bar-select-frame): Handle current frame.
4661 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
4663         * autorevert.el (auto-revert-stop-on-user-input)
4664         (auto-revert-verbose): Doc fixes.
4666 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
4668         * international/mule-cmds.el (set-locale-environment): Remove call
4669         to set-selection-coding-system on Windows.
4671 2005-02-15  Jay Belanger  <belanger@truman.edu>
4673         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
4674         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
4675         calcFunc-coth.
4676         (math-simplify-sqrt): Add simplifications.
4678         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
4679         to list.
4681         * calc/calc-ext.el: Add functions to autoloads.
4683         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
4684         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
4685         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
4686         (math-csc-raw, math-cot-raw): New functions.
4688         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
4690         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
4691         the variable name in a message.
4693         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
4694         calcFunc-csc, calcFunc-cot.
4696         * calc/calcalg2.el: Add derivative and integration rules for
4697         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
4698         calcFunc-csch, calcFunc-coth.
4699         (math-do-integral-methods): Add to checks for when to use
4700         substitutions.
4702         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
4704 2005-02-15  Lute Kamstra  <lute@gnu.org>
4706         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4707         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
4708         <monnier@iro.umontreal.ca>
4709         (lisp-outline-level): Improve efficiency.  Suggested by David
4710         Kastrup <dak@gnu.org>.
4712 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
4714         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
4715         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
4716         (gdb-set-gud-minor-mode-existing-buffers): New functions.
4717         (gdb-find-file-hook): New hook. Add it to find-file-hook.
4718         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
4720 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
4722         * cus-start.el (all): Comment change.
4724 2005-02-14  Lute Kamstra  <lute@gnu.org>
4726         * cus-start.el (all): Check if symbol is void.
4728 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
4730         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
4731         optional argument to \cite.
4733 2005-02-14  Richard M. Stallman  <rms@gnu.org>
4735         * cus-edit.el (custom-buffer-create-internal): Update help message.
4736         (custom-magic-alist): Update help messages.
4738         * cus-start.el (all): Allow a var to specify a standard value.
4740 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
4742         * custom.el (custom-theme-set-variables): Handle variable aliases.
4744         * frame.el (blink-cursor-timer): Doc fix.
4745         (blink-cursor): Make it an alias for `blink-cursor-mode' and
4746         declare obsolete.
4747         (blink-cursor-mode): Define with defcustom and use correct
4748         standard expression in that defcustom.
4749         * startup.el (command-line): Adapt to above changes in frame.el.
4751 2005-02-11  Lute Kamstra  <lute@gnu.org>
4753         * apropos.el (apropos-score-doc): Prevent division by zero.
4755 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
4757         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
4758         (icalendar--get-event-property-attributes)
4759         (icalendar--get-event-properties)
4760         (icalendar--datetime-to-diary-date): New functions.
4761         (icalendar--split-value): Doc fix.
4762         (icalendar--datetime-to-noneuropean-date)
4763         (icalendar--datetime-to-european-date): New optional argument
4764         SEPARATOR.  Return result as a string instead of a list.
4765         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
4766         (icalendar--convert-string-for-export): Rename arg S to STRING.
4767         (icalendar-export-region): Doc fix.  Change name of error buffer.
4768         Save output buffer.
4769         (icalendar-import-file): Add blank at end of prompt.
4770         (icalendar-import-buffer): Doc fix.  Do not switch to error
4771         buffer.  Indicate status in return value.
4772         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
4773         buffer.  Save output buffer.  Handle exception from recurrence
4774         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
4775         events.  Fix problems with weekly all-day events.
4777 2005-02-10  Richard M. Stallman  <rms@gnu.org>
4779         * simple.el (eval-expression-print-format):
4780         Avoid warning about edebug-active.
4782         * help.el (help-for-help-internal): Rename from help-for-help.
4783         (help-for-help): Define with defalias.
4785         * font-core.el (font-lock-default-function): Use with-no-warnings.
4787         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
4789         * custom.el (defface): Doc fix.
4791 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
4793         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
4794         width 0" to prevent word wrapping problems.
4796 2005-02-09  Kim F. Storm  <storm@cua.dk>
4798         * ido.el (ido-file-extensions-order): New defcustom.
4799         (ido-file-extension-lessp, ido-file-extension-aux)
4800         (ido-file-extension-order): New advanced file ordering.
4801         (ido-file-lessp): New simple file ordering.
4802         (ido-sort-list): Remove.
4803         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
4804         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
4806 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
4808         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
4809         that some versions of grep produce.
4810         (grep-mode-font-lock-keywords): Likewise.
4812 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
4814         * progmodes/gdb-ui.el (gdb-location-list): New variable.
4815         (gdb-cdir): Delete.
4816         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
4817         (gdb-source-info): Treat case when source file is in another
4818         directory properly.
4819         (gdb-get-location): New function.
4821 2005-02-07  Jay Belanger  <belanger@truman.edu>
4823         * calc/calc-prog.el (calc-write-parse-table-part)
4824         (calc-fix-token-name): Fix a check for language type.
4826         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
4828 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
4830         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
4831         as directory not writable.
4833 2005-02-07  Kim F. Storm  <storm@cua.dk>
4835         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
4836         (cua--standard-movement-commands): Remove list.
4837         Instead, set CUA property value to move for movement commands.
4838         (cua-movement-commands): Remove.  Users must set CUA prop instead.
4839         (cua--pre-command-handler): Check CUA property.
4840         (cua--init-keymaps): Don't remap undo commands.
4841         (cua-mode): Don't call cua--rectangle-on-off.
4843         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
4844         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
4845         (cua--rect-undo-set-point): New var.
4846         (cua--rectangle-undo-boundary): Setup undo apply entry.
4847         (cua--rect-undo-handler): New function for rectangle undo.
4848         (cua--rect-start-position, cua--rect-end-position): Add.
4849         (cua--rectangle-post-command): Call cua--rectangle-set-corners
4850         for restored rectangle.  Set point if cua--rect-undo-set-point.
4852 2005-02-06  Jay Belanger  <belanger@truman.edu>
4854         * calc/calc-lang.el (calc-tex-language): Display more information
4855         in messages.
4857         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
4858         in TeX mode.
4860 2005-02-06  Richard M. Stallman  <rms@gnu.org>
4862         * emacs-lisp/lisp.el (buffer-end): Doc fix.
4864 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
4866         * net/ldap.el (ldap-search-internal): Support attributes with
4867         optional descriptions separated by a semi-colon, as in
4868         "userCertificate;binary".
4870 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4872         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
4873         isn't a cons (i.e. the version is 0).
4875 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
4877         * help.el (help-for-help): Doc fix.
4879 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
4881         * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
4882         GDB-Windows on the menu-bar as this works better.
4884 2005-02-04  Jay Belanger  <belanger@truman.edu>
4886         * calc/calc-embed.el (calc-embedded-update): Don't put in
4887         unnecessary newlines. Adjust the end of formula marker.
4889         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
4890         (math-latex-parse-two-args): New function.
4892 2005-02-03  Lute Kamstra  <lute@gnu.org>
4894         * help-fns.el (help-with-tutorial): Make sure that users cannot
4895         remove the entire text of the tutorial by means of `undo'.
4897 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4899         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
4900         in recent changes, where the ispell process was repeatedly
4901         killed & restarted.
4903         * international/mule-cmds.el (set-locale-environment): Set file-name
4904         coding system to utf-8 on Darwin systems.
4905         (set-default-coding-systems): Don't set default-file-name-coding-system
4906         on Darwin systems.
4908 2005-02-03  Richard M. Stallman  <rms@gnu.org>
4910         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
4912 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
4914         * faces.el (list-faces-display): Add optional argument.
4916 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4918         * font-core.el (font-lock-default-function): Handle the rare case where
4919         only font-lock-keywords is set.
4921 2005-02-02  Kenichi Handa  <handa@m17n.org>
4923         * international/characters.el: Cancel previous change for
4924         I-WITH-DOT-ABOVE and DOTLESS-i.
4926         * international/latin-5.el: Cancel previous change.
4928 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
4930         * progmodes/gud.el: Correction to syntax in gud-menu-map.
4932 2005-02-02  Kenichi Handa  <handa@m17n.org>
4934         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
4935         DOTLESS-i.
4937         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
4938         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
4940         * case-table.el (get-upcase-table): New function.
4941         (copy-case-table): Copy upcaes table too if non-nil.
4942         (set-case-syntax-delims): Maintain upcase table too.
4943         (set-case-syntax-pair): Likewise.
4944         (set-upcase-syntax, set-downcase-syntax): New functions.
4945         (set-case-syntax): Maintain upcase table too.
4947 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
4949         * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
4951         * progmodes/gud.el (gud-goto-info): New function.
4952         (gud-tool-bar-map): Use correct icon.
4954 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
4956         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
4957         When delegating, order args in the funcall correctly.
4959 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
4961         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
4963 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
4965         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
4966         buffer not visiting a file.
4968 2005-01-31  Jay Belanger  <belanger@truman.edu>
4970         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
4971         bound on the line with the formula.
4973 2005-01-31  Kim F. Storm  <storm@cua.dk>
4975         * ses.el (ses-create-cell-variable-range)
4976         (ses-destroy-cell-variable-range, ses-reset-header-string)
4977         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
4978         (ses-insert-row): Fix format of apply undo entries.
4980 2005-01-31  Jay Belanger  <belanger@truman.edu>
4982         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
4983         parts.
4985         * calc/calc-embed.el (calc-embedded-open-formula)
4986         (calc-embedded-close-formula): Ignore matrix environments.
4988         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
4989         TeX mode.
4991         * calc/calc-lang.el (math-function-table, math-oper-table)
4992         (math-variable-table): Adjust the LaTeX portions.
4994         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
4995         (math-latex-ignore-words): New constant.
4997 2005-01-31  Richard M. Stallman  <rms@gnu.org>
4999         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
5000         (ispell-local-dictionary): Doc fix.
5001         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
5002         Don't reinitialize at run time.  Don't defcustom.
5003         All uses changed to append ispell-local-dictionary-alist,
5004         or check it first.
5005         (ispell-current-dictionary): New variable for dictionary in use.
5006         (ispell-dictionary): Now used only for global default.
5007         (ispell-start-process): Set ispell-current-dictionary,
5008         not ispell-dictionary.
5009         (ispell-change-dictionary): Use this only for setting
5010         user preferences.
5011         (ispell-internal-change-dictionary): New function
5012         to change the current dictionary in use.
5013         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
5014         Use ispell-current-dictionary.
5015         Handle ispell-local-dictionary-overridden.
5016         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
5018 2005-01-31  Jay Belanger  <belanger@truman.edu>
5020         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
5022         * calc/calc-ext.el: Add calc-latex-language to autoloads.
5023         (calc-mode-map): Add calc-latex-language.
5025         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
5026         (math-latex-print-frac): New functions.
5027         (math-oper-table, math-function-table, math-variable-table)
5028         (math-complex-format, math-input-filter): Add latex properties.
5029         (calc-set-language): Set math-expr-special-function-mapping.
5031         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
5032         (calc-write-parse-table-part): Add LaTeX support.
5034         * calc/calc.el (calc-language): Adjust docstring.
5035         (calc-set-mode-line): Add LaTeX support.
5036         (math-expr-special-function-mapping): New variable.
5037         (math-tex-ignore-words): Add to list.
5039         * calc/calccomp.el (math-compose-expr, math-compose-rows):
5040         Add LaTeX support.
5041         (math-compose-expr): Add support for special functions.
5043         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
5045 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
5047         * progmodes/gdb-ui.el (gdb-memory-address)
5048         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
5049         (gdb-memory-mode-map, gdb-memory-format-keymap)
5050         (gdb-memory-format-menu, gdb-memory-unit-keymap)
5051         (gdb-memory-unit-menu): New variables for a buffer
5052         that lets the user examine program memory.
5053         (gdb-memory-set-address, gdb-memory-set-repeat-count)
5054         (gdb-memory-format-binary, gdb-memory-format-octal)
5055         (gdb-memory-format-unsigned, gdb-memory-format-signed)
5056         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
5057         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
5058         (gdb-memory-unit-word, gdb-memory-unit-halfword)
5059         (gdb-memory-unit-byte, gdb-memory-unit-menu)
5060         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
5061         (gdb-memory-mode, gdb-memory-buffer-name)
5062         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
5063         New functions for above buffer.
5065 2005-01-30  Richard M. Stallman  <rms@gnu.org>
5067         * cus-edit.el (custom-bury-buffer): Function deleted.
5068         (custom-buffer-done-function): Option deleted.
5069         (custom-buffer-done-kill): New (replacement option.
5070         (Custom-buffer-done): Call quit-window.
5071         (custom-buffer-create-internal): Update for above changes.
5073 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
5075         * simple.el (undo-ask-before-discard): New var.
5076         (undo-outer-limit-truncate): Implement it.
5077         (undo-extra-outer-limit): Doc update.
5079 2005-01-29  Richard M. Stallman  <rms@gnu.org>
5081         * ses.el (undo-more): Delete defadvice.
5082         (ses-begin-change): Doc fix.
5084         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
5085         instead of rebinding C-x u and C-_.
5087         * files.el (normal-backup-enable-predicate): Return nil for files
5088         in /tmp, regardless of temporary-file-directory.
5090         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
5092         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
5093         (open-rectangle, delete-whitespace-rectangle-line)
5094         (clear-rectangle-line): If FILL, pass t instead of FILL
5095         for move-to-column's 2nd arg.
5097         * simple.el (undo): Fix the test for continuing a series of undos.
5098         (undo-more): Set pending-undo-list to t when we reach end.
5099         (pending-undo-list): Move up defvar.
5101         * wid-edit.el (widget-button-click):
5102         Shorten the range of the track-mouse binding.
5104         * comint.el (comint-insert-input): Undo previous changes;
5105         use last-input-event in interactive spec.
5107 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
5109         * progmodes/compile.el (compilation-start): Bind buffer-read-only
5110         to nil before invoking call-process.  Reset buffer's modified flag
5111         after fontifying it in the no-async branch.
5113         * wid-edit.el (widget-specify-button): If mouse pointer shape
5114         cannot be changed, use mouse face instead.
5116 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
5118         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5119         (gdb-goto-breakpoint): Make breakpoint handling work on template
5120         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
5121         (gdb-assembler-custom): Update to recognise breakpoint information
5122         added on 2005-01-19.
5124 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5126         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
5127         (dsssl-mode): Use define-derived-mode.
5128         (scheme-mode-initialize): Remove.
5129         (scheme-mode): Use run-mode-hooks.
5131         * cus-edit.el (customize-group-other-window)
5132         (custom-buffer-create-other-window): Don't override special-display-*.
5133         (custom-mode-map): Make it dense.
5135         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
5136         sets the default value.
5138 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
5140         * descr-text.el: Add more keywords.
5142 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5144         * speedbar.el: Avoid unnecessary use of locate-library.
5146         * international/mule-cmds.el (standard-display-european-internal):
5147         Don't fiddle with latin-1 non-break space any more since it's now
5148         special cased in the C code.
5149         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
5151 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
5153         * cus-start.el (all): Add `undo-outer-limit'.
5155 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5157         * textmodes/bibtex.el (bibtex-format-entry):
5158         Use `bibtex-empty-field-re' only on the text of fields, not on entire
5159         field lines.
5160         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
5161         not on part of a buffer.
5163 2005-01-25  Lute Kamstra  <lute@gnu.org>
5165         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
5166         nonempty field text strings like "{letters\\macro{}more letters}".
5167         Clarify docstring.
5168         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
5169         (bibtex-entry-offset, bibtex-parse-association)
5170         (bibtex-parse-field-name): Fix typos in docstrings.
5171         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
5173 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
5175         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
5176         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
5177         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
5178         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
5180         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
5181         isearch minor mode.
5183 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
5185         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
5187 2005-01-24  Lute Kamstra  <lute@gnu.org>
5189         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
5190         CASECHARS and NOT-CASECHARS regular expressions of the
5191         "nederlands" and "nederlands8" dictionaries to prevent a "Range
5192         striding over charsets" error.
5194 2005-01-24  Jay Belanger  <belanger@truman.edu>
5196         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
5197         display variable name.
5199 2005-01-24  Kenichi Handa  <handa@m17n.org>
5201         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
5202         Fix setting of the element of encoded-kbd-iso2022-invocations.
5204 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
5206         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5207         (gdb-threads-select): Change to also accept mouse events.
5208         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
5209         (gdb-threads-mouse-select): Delete.
5211 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
5213         * files.el (insert-directory): Take care of empty directory,
5214         listed without -a switch.
5216 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5218         * textmodes/refill.el (refill-post-command-function):
5219         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
5220         to the list of functions that we should be careful not to undo.
5221         (refill-late-fill-paragraph-function): Remove.
5222         (refill-saved-state): New var.
5223         (refill-mode): Use it to save fill-paragraph-function.
5224         Save also the value of auto-fill-function.
5226         * term/w32-win.el: Simplify code.
5228 2005-01-23  Kim F. Storm  <storm@cua.dk>
5230         * simple.el (line-move): Adapt to new return value from
5231         pos-visible-in-window-p.
5233         * simple.el (line-move): Fix last change.  Check partial
5234         visibility at point rather than at window-start.
5236 2005-01-22  Jason Rumney  <jasonr@gnu.org>
5238         * term/w32-win.el (xw-defined-colors): Remove debug-message.
5240 2005-01-22  David Kastrup  <dak@gnu.org>
5242         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
5244 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
5246         * type-break.el (type-break-mode): Add a test for
5247         type-break-file-name being non-nil.
5249 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5251         * net/eudc.el (top level): Call (message "") via progn, so that
5252         eudc-options-file is loaded.
5254 2005-01-22  Kim F. Storm  <storm@cua.dk>
5256         * simple.el (line-move-1): Rename from line-move.
5257         (line-move): New function that adjusts vscroll for partially
5258         visible rows, and calls line-move-1 otherwise.
5260 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
5262         * pcomplete.el: define pcomplete-read-event instead of read-event,
5263         since it's not a complete read-event implementation
5265 2005-01-20  Jay Belanger  <belanger@truman.edu>
5267         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
5268         for called function.
5270 2005-01-20  Steven Tamm  <steventamm@mac.com>
5272         * term/mac-win.el (process-connection-type): Remove.
5273         Controlled now by s/darwin.h:PTY_ITERATION.
5275 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5277         * window.el (handle-select-window): Don't switch window when we're
5278         in the minibuffer.
5280 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
5282         * subr.el (dotimes-with-progress-reporter): New macro.
5284         * ses.el (ses-dotimes-msg): Remove macro.
5285         Use `dotimes-with-progress-reporter' instead.
5287 2005-01-19  Steven Tamm  <steventamm@mac.com>
5289         * term/mac-win.el (process-connection-type): Use new
5290         operating-system-release variable to use ptys on Darwin 7 (OSX
5291         10.3) when using carbon build.
5293 2005-01-19  Jay Belanger  <belanger@truman.edu>
5295         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
5296         flags if the last command was a tab or M-tab.
5298         * calc/calc-prog.el (calc-user-define-edit): Put original formula
5299         in formula editing buffer.
5301 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
5303         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
5304         breakpoint image symbol in margin.
5306 2005-01-19  Jay Belanger  <belanger@truman.edu>
5308         * calc/calc-prog.el (calc-execute-kbd-macro):
5309         Ignore calc-keep-arg-flag.
5311 2005-01-19  Kenichi Handa  <handa@m17n.org>
5313         * textmodes/ispell.el (ispell-looking-at): New function.
5314         (ispell-process-line): Use ispell-looking-at to compare the ispell
5315         output and the buffer contents.
5317 2005-01-18  Jay Belanger  <belanger@truman.edu>
5319         * calc/calc.el (calc-display-raw): Fix docstring.
5321 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5323         * simple.el (blink-matching-open): Strip extra info from syntax.
5325         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
5326         funny chars in the end-of-here-doc marker.
5328 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
5330         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
5331         that enable/disabled state of breakpoints is shown correctly in
5332         fringe and on ttys.
5333         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
5334         Add breakpoint information as text properties.
5335         (gdb-mouse-toggle-breakpoint):
5336         Rename to gdb-mouse-set-clear-breakpoint.
5337         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
5338         breakpoints in the margin.
5339         (gdb-remove-strings): Simplify.
5341 2005-01-17  Jay Belanger  <belanger@truman.edu>
5343         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
5344         erasing buffer.
5346 2005-01-17  Richard M. Stallman  <rms@gnu.org>
5348         * progmodes/grep.el (grep-find): Copy from `grep' the condition
5349         for calling grep-compute-defaults.
5351         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
5352         if buffer is empty.
5354         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
5356 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5358         * hilit-chg.el (highlight-changes-mode): Don't autoload.
5360         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
5361         non-preloaded variables.
5363 2005-01-17  Steven Tamm  <steventamm@mac.com>
5365         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
5366         tex-shell cause to force interactivity when using pipes.
5368 2005-01-17  Kim F. Storm  <storm@cua.dk>
5370         * simple.el (just-one-space): Make arg optional.
5372 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
5374         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
5375         posn-at-x-y to t to access left-margin.
5377 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
5379         Sync with Tramp 2.0.47.
5381         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
5382         catching keep-date problems in cp/scp operations.
5383         (tramp-handle-copy-file): Don't call `set-file-modes'
5384         unconditionally.  Specialized functions should know better what is
5385         necessary.  This improves performance a little bit, and the
5386         functions could catch errors with `cp -p' and `scp -p'.
5387         (tramp-do-copy-or-rename-file-via-buffer)
5388         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
5389         when appropriate.
5390         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
5391         Call `set-file-modes' when appropriate.
5392         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
5393         Johnsson <isak@hypergene.com>
5394         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
5395         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
5396         <joakim@verona.se>
5397         (tramp-file-name-for-operation): Mark `shell-command' as magic for
5398         Emacs only.
5400         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
5401         `find-file-hooks' and `dired-mode-hook'.
5402         (tramp-minor-mode-map): Respective map.  Add remapping for
5403         `compile' and `recompile'.
5404         (tramp-remap-command, tramp-recompile): New defuns.
5405         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
5406         in buffer "*Compilation*".  Call the commands asynchronously.
5408         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
5409         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
5410         `shell-command', because it isn't magic in XEmacs.  Reported by
5411         Adrian Aichner <adrian@xemacs.org>.
5413         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
5414         `substitute-in-file-name.
5415         (tramp-smb-handle-substitute-in-file-name): New defun.
5416         (tramp-smb-advice-PC-do-completion): Delete advice.
5418 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
5420         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
5421         Fix error in deleting region.
5423 2005-01-15  Richard M. Stallman  <rms@gnu.org>
5425         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
5426         In non-temp buffer, switch syntax table temporarily.
5428         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
5430         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
5432         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
5434         * imenu.el (imenu--split-menu): Copy menulist before sorting.
5435         (imenu--generic-function): Use START, not BEG, as pos of definition.
5437         * simple.el (just-one-space): Argument specifies number of spaces.
5439         * simple.el (eval-expression-print-format): Avoid warning
5440         about edebug-active.
5442 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
5444         * progmodes/sh-script.el: Code copied from make-mode.el
5445         with small changes,
5446         (sh-mode-map): Bind C-c C-\.
5447         (sh-backslash-column, sh-backslash-align): New variables.
5448         (sh-backslash-region, sh-append-backslash): New functions.
5450 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
5452         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
5453         (rmail-pop-password, rmail-pop-password-required): Move to
5454         rmail-obsolete group.
5455         (rmail-set-pop-password): Rename to rmail-set-remote-password.
5456         All callers updated.
5457         (rmail-get-pop-password): Rename to rmail-get-remote-password.
5458         Take an argument specifying whether it is POP or IMAP mailbox we
5459         are using.  All callers updated.
5460         (rmail-pop-password-error): Rename to
5461         rmail-remote-password-error.  Added mailutils-specific error message.
5462         (rmail-movemail-search-path)
5463         (rmail-movemail-variant-in-use): New variables.
5464         (rmail-remote-password, rmail-remote-password-required):
5465         New customization variables.
5466         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
5467         (rmail-parse-url): New function.
5468         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
5469         with GNU mailutils movemail.
5471 2005-01-15  Kevin Ryde  <user42@zip.com.au>
5473         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
5474         suffix to space, $ or '$, to correctly position point when going
5475         to @table style constants like DBL_MAX.
5477 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
5479         * type-break.el (type-break-mode, type-break-file-time)
5480         (type-break-file-keystroke-count, type-break-choose-file):
5481         Don't store data in or load data from the file if type-break-file-name
5482         is nil.
5483         (type-break-file-name): Doc update as per the above.
5485 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
5487         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
5488         lookup-key might return nil; handle that.
5490 2005-01-15  Alan Mackenzie  <acm@muc.de>
5492         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
5493         rather than the element found, thus enabling the tree to be setcar'd.
5495 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
5497         * textmodes/org.el (org-show-following-heading): New option.
5498         (org-show-hierarchy-above): Use `org-show-following-heading'.
5499         (org-cycle): Documentation fix.
5501         * textmodes/org.el (orgtbl-optimized): New option
5502         (orgtbl-mode): New command, a minor mode.
5503         (orgtbl-mode-map): New variable.
5504         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
5505         (orgtbl-error, orgtbl-self-insert-command)
5506         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
5508         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
5509         a local variable in each org-mode buffer.
5511         * textmodes/org.el (org-set-regexps-and-options): Rename from
5512         `org-set-regexps'.  Added checking for STARTUP keyword.
5513         (org-get-current-options): Add STARTUP options.
5514         (org-table-insert-row): Mode mode intelligent about when
5515         realignment is needed.
5516         (org-self-insert-command, org-delete-backward-char, org-delete-char):
5517         New commands.
5518         (org-enable-table-editor): New default value `optimized'.
5519         (org-table-blank-field): Support blanking regions if active.
5521 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
5523         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
5524         if the year is not given.
5526         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
5527         Add new escapes %m and %M, fixed bug with %F by adding
5528         save-match-data.
5529         (reftex-reference): Remove ?. from list of spaces.
5530         (reftex-label-info): Add automatic label prefix recognition.
5532         * textmodes/reftex-index.el (reftex-index-next-phrase):
5533         Add slave parameter to call of `reftex-index-this-phrase'.
5534         (reftex-index-this-phrase): New optional argument.
5535         (reftex-index-region-phrases): Add slave parameter to call of
5536         `reftex-index-this-phrase'.
5537         (reftex-display-index): New argument redo.
5538         (reftex-index-rescan): Add 'redo to arguments of
5539         `reftex-display-index'.
5540         (reftex-index-Rescan, reftex-index-revert)
5541         (reftex-index-switch-index-tag): Add 'redo to arguments of
5542         `reftex-display-index'.
5543         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
5544         indexing.  Fix bug with matching is there is a quote before or
5545         after the word.
5547         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
5548         Fix bug when collecting citation keys in lines with comments.
5549         (reftex-citation): Prefix argument no longer rescans the document,
5550         but forces prompting for optional arguments of cite macros.
5551         (reftex-do-citation): Prompting for optional arguments implemented.
5553         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
5554         Add optional arguments to most cite commands.
5555         (reftex-cite-cleanup-optional-args): New option
5556         (reftex-cite-prompt-optional-args): New option.
5557         (reftex-trust-label-prefix): New option.
5559         * textmodes/reftex-toc.el (reftex-toc-find-section):
5560         Add push-mark before changing the position in the buffer.
5562         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
5563         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
5565 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
5567         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
5568         more carefully.
5570 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5572         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
5573         (sgml-mode): Use it.
5574         (sgml-get-context): Better keep track of implicitly closed tags.
5576 2005-01-13  Kenichi Handa  <handa@m17n.org>
5578         * textmodes/ispell.el: These changes are to fix misalignment error
5579         caused by equivalent characters of different Emacs charsets.
5580         (ispell-unified-chars-table): New variable.
5581         (ispell-get-decoded-string): New function.
5582         (ispell-get-casechars, ispell-get-not-casechars)
5583         (ispell-get-otherchars): Call ispell-get-decoded-string.
5585 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
5587         * custom.el (custom-declare-variable): Just put symbol instead
5588         of (defvar . symbol) in `current-load-list'.
5590 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
5592         * emacs-lisp/elint.el: Fixed typo in Commentary section.
5594 2005-01-12  Jay Belanger  <belanger@truman.edu>
5596         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
5597         to create a Calc summary.
5599 2005-01-12  Kim F. Storm  <storm@cua.dk>
5601         * mouse.el (mouse-on-link-p): Change functionality and doc
5602         string to comply with latest description in lisp ref.
5604 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
5606         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
5607         Enable mouse clicks on mode-line, header-line and margin.
5608         (event-type): Give mouse event symbols an 'event-kind property
5609         with value 'mouse-click.
5611 2005-01-12  Juri Linkov  <juri@jurta.org>
5613         * facemenu.el (list-colors-display): Add new arg buffer-name.
5614         Use it.  Fix docstring.  Replace code for identifying duplicate
5615         colors by the name with call to `list-colors-duplicates' which
5616         identifies duplicate colors by the value unless the color
5617         is one of special Windows colors.  Set truncate-lines to t.
5618         Print sorted duplicate color names on each line.  Indent to 22
5619         \(the longest color name in rgb.txt) instead of 20.  Optimize.
5620         (list-colors-duplicates): New function.
5621         (facemenu-color-name-equal): Delete function.
5623         * facemenu.el (list-colors-print): New function created from code
5624         in list-colors-display.  Print #RRGGBB at the window right edge.
5625         (list-colors-display): When temp-buffer-show-function is not
5626         defined, call list-colors-print from temp-buffer-show-hook
5627         to get the right value of window-width in list-colors-print
5628         after the buffer is displayed.
5630         * simple.el (pop-mark): Move deactivate-mark out of conditional
5631         part to deactivate the active mark regardless of the state of the
5632         mark ring.
5634         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
5635         variables line in desktop files.
5637 2005-01-12  Juri Linkov  <juri@jurta.org>
5639         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
5640         Bring together isearch highlight related options.
5641         (lazy-highlight): Replace group `replace' by `matching'.
5642         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
5643         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
5644         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
5645         and declare them obsolete.
5646         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
5647         (isearch-faces): Remove defgroup.
5648         (isearch-overlay, isearch-highlight, isearch-dehighlight):
5649         Move isearch highlighting code closer to lazy highlighting code.
5651         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
5652         (query-replace-highlight, query-replace-lazy-highlight)
5653         (query-replace): Move definitions to the beginning of the file.
5655 2005-01-11  Juri Linkov  <juri@jurta.org>
5657         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
5658         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
5659         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
5661         * info.el (Info-history-forward): New variable.
5662         (Info-select-node): Reset Info-history-forward to nil.
5663         (Info-last): Turn into defalias.
5664         (Info-history-back): Rename from Info-last.
5665         Add current node to Info-history-forward.
5666         (Info-history-forward): New fun.
5667         (Info-mode-map): Replace Info-last by Info-history-back.
5668         Bind Info-history-forward to "r".
5669         (Info-mode-menu): Replace Info-last by Info-history-back.
5670         Fix menu item text.  Add menu item for Info-history-forward.
5671         (info-tool-bar-map): Replace Info-last by Info-history-back.
5672         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
5673         for Info-history-forward.
5674         (Info-mode): Replace Info-last by Info-history-back in docstring.
5675         Add local variable Info-history-forward.
5676         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
5678 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
5680         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
5681         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
5682         Ignore select-window events rather than fiddle with
5683         mouse-autoselect-window.
5685 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
5687         * type-break.el (type-break-mode): Fix previous change.
5689 2005-01-10  Jay Belanger  <belanger@truman.edu>
5691         * calc/calc-ext.el (calc-reset): Reset when inside embedded
5692         calculator; only reset when point is inside a calculator.
5693         Don't adjust the window height if the window takes up the whole height
5694         of the frame.
5696 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
5698         * ebuff-menu.el (Electric-buffer-menu-mode):
5699         Preserve value of buffer-local var header-line-format.
5701 2005-01-09  Jay Belanger  <belanger@truman.edu>
5703         * calc/calc.el (calc-mode-var-list-restore-saved-values):
5704         Make sure settings file exists before accessing it.
5706         * calc/calc-embed.el (calc-embedded-subst):
5707         Replace math-multi-subst-rec, which is only supposed to be called
5708         by math-multi-subst, by math-multi-subst.
5710 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
5712         * vc.el (vc-allow-async-revert): New user option.
5713         (vc-disable-async-diff): New internal variable.
5714         (vc-revert-buffer): Use them to disable asynchronous diff.
5716         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
5717         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5718         asynchronously if vc-disable-async-diff is t.
5720 2005-01-09  Jay Belanger  <belanger@truman.edu>
5722         * calc/calc.el (defcalcmodevar): New macro.
5723         (calc-mode-var-list-restore-default-values)
5724         (calc-mode-var-list-restore-saved-values): New functions.
5725         (calc-mode-var-list): Use defcalcmodevar to define it.
5726         (calc-always-load-extensions, calc-line-numbering)
5727         (calc-line-breaking, calc-display-just, calc-display-origin)
5728         (calc-number-radix, calc-leading-zeros, calc-group-digits)
5729         (calc-group-char, calc-point-char, calc-frac-format)
5730         (calc-prefer-frac, calc-hms-format, calc-date-format)
5731         (calc-float-format, calc-full-float-format, calc-complex-format)
5732         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
5733         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
5734         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
5735         (calc-matrix-brackets, calc-language, calc-language-option)
5736         (calc-left-label, calc-right-label, calc-word-size)
5737         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
5738         (calc-display-raw, calc-internal-prec, calc-angle-mode)
5739         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
5740         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
5741         (calc-window-height, calc-display-trail, calc-show-selections)
5742         (calc-use-selections, calc-assoc-selections)
5743         (calc-display-working-message, calc-auto-why, calc-timing)
5744         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
5745         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
5746         (calc-gnuplot-default-device, calc-gnuplot-default-output)
5747         (calc-gnuplot-print-device, calc-gnuplot-print-output)
5748         (calc-gnuplot-geometry, calc-graph-default-resolution)
5749         (calc-graph-default-resolution-3d, calc-invocation-macro)
5750         (calc-show-banner): Use defcalcmodevar to declare them and set
5751         their default values.
5753         * calc/calc-ext.el (calc-reset): Restore saved values of variables
5754         instead of default values (but restore default values if there is
5755         an argument of 0).
5757 2005-01-09  David Kastrup  <dak@gnu.org>
5759         * desktop.el (desktop-restore-eager): Fix typo in type.
5761 2005-01-08  Richard M. Stallman  <rms@gnu.org>
5763         * cus-edit.el (customize): Delete :link.
5765 2005-01-08  Jay Belanger  <belanger@truman.edu>
5767         * calc/calc.el (calc-mode): Remove the extension from the
5768         `calc-settings-file' file name when loading it.
5770 2005-01-08  Kim F. Storm  <storm@cua.dk>
5772         * info.el (Info-mode-map, Info-next-link-keymap)
5773         (Info-prev-link-keymap, Info-up-link-keymap):
5774         Map follow-link to mouse-face.
5775         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
5777 2005-01-08  Jay Belanger  <belanger@truman.edu>
5779         * calc/calc.el (calc-settings-file): Change default value.
5780         Suggested by cgw in a comment in calc-mode.el.
5782         * calc/calc-mode.el (calc-settings-file-name):
5783         Compare calc-settings-file to user-init-file instead of ~/.emacs.
5784         Replace ~/.emacs in a prompt by calc-settings-file.
5786 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
5788         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
5789         (desktop-lazy-idle-delay): New customizable variables.
5790         (desktop-buffer-args-list): New variable.
5791         (desktop-append-buffer-args): New function.
5792         (desktop-save): Call desktop-append-buffer-args for some buffers.
5793         (desktop-lazy-create-buffer): New function.
5794         (desktop-idle-create-buffers): New function.
5795         (desktop-read): Add message about buffers to restore lazily.
5796         (desktop-lazy-abort): New command.
5797         (desktop-clear): Call desktop-lazy-abort.
5798         (desktop-lazy-complete): New command.
5800 2005-01-06  Richard M. Stallman  <rms@gnu.org>
5802         * emacs-lisp/find-func.el (find-face-definition):
5803         Rename from find-face.
5805 2005-01-06  Kim F. Storm  <storm@cua.dk>
5807         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
5809         * man.el (Man-xref-man-page, Man-xref-header-file)
5810         (Man-xref-normal-file): Add follow-link property.
5812 2005-01-06  Jay Belanger  <belanger@truman.edu>
5814         * calc/calc-units.el: Make sure the proper macro definitions are
5815         available when compiling.
5817 2005-01-06  Juri Linkov  <juri@jurta.org>
5819         * isearch.el (isearch-lazy-highlight-update):
5820         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
5822 2005-01-06  Miles Bader  <miles@gnu.org>
5824         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
5825         (isearch-lazy-highlight-face): Use new name.
5827 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5829         * uniquify.el (uniquify-rationalize-file-buffer-names):
5830         Re-add an interactive spec.
5831         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
5832         to the same name.
5834         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
5835         (isearch-update, isearch-done): Adjust calls accordingly.
5837 2005-01-05  Richard M. Stallman  <rms@gnu.org>
5839         * custom.el (custom-set-variables, custom-theme-set-variables):
5840         Clarify documentation.
5842         * emacs-lisp/find-func.el (find-variable)
5843         (find-variable-other-window, find-variable-other-frame):
5844         Fix the TYPE args to find-function-read and find-function-do-it.
5845         (find-function): Doc fix.
5846         (find-function-at-point): Replace function-at-point alias.
5848 2005-01-04  Richard M. Stallman  <rms@gnu.org>
5850         * cus-face.el (custom-declare-face):
5851         Record defface in current-load-list.
5853         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
5855         * emacs-lisp/find-func.el: Doc fixes.
5856         (find-face-regexp): New variable.
5857         (find-function-regexp-alist): New variable.
5858         (find-function-C-source): Third arg is now TYPE.
5859         (find-function-search-for-symbol): Handle general TYPE.
5860         (find-function-read, find-function-do-it): Handle general TYPE.
5861         (find-definition-noselect, find-face): New functions.
5862         (function-at-point): Alias deleted.
5864 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
5866         * battery.el (display-battery-mode): Rename from display-battery.
5867         Handle the case where it gets turned off.
5869 2005-01-04  Richard M. Stallman  <rms@gnu.org>
5871         * cus-edit.el (customize): Make :link point to user doc.
5873         * man.el (Man-fontify-manpage): Turn off undo generation.
5875         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
5877 2005-01-04  Andreas Schwab  <schwab@suse.de>
5879         * files.el (insert-directory): Only look for error lines in
5880         inserted text.  Don't move too far after processing --dired markers.
5882 2005-01-04  Richard M. Stallman  <rms@gnu.org>
5884         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
5885         Don't expand if the character is @, period, dash, etc.
5886         (define-mail-abbrev): Quote names that contain problem characters.
5888 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
5890         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
5892 2005-01-03  Richard M. Stallman  <rms@gnu.org>
5894         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
5895         (query-replace-highlight, query-replace-lazy-highlight)
5896         (query-replace): Definitions moved up.  Doc fix.
5898 2005-01-03  Richard M. Stallman  <rms@gnu.org>
5900         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
5901         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
5902         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
5903         (lazy-highlight-face): Rename from isearch-lazy-...
5904         Change all references to them.
5906 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
5908         * cus-edit.el (custom-file): Doc fix for defcustom.
5909         (custom-file): The function no longer sets the variable
5910         `custom-file' to its return value.
5912         * startup.el (command-line): No longer load `custom-file'.
5914 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5916         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
5918         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
5919         Don't confuse module-prefixed identifiers for labels.
5920         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
5922 2005-01-02  Richard M. Stallman  <rms@gnu.org>
5924         * files.el (basic-save-buffer-1): Fix previous change.
5926         * loadhist.el (file-loadhist-lookup): New function.
5927         (file-provides, file-requires): Use it.
5929         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
5930         instead of calculating the right size.
5932 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
5934         * vc-svn.el (vc-svn-diff): Stay local if possible.
5936 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5938         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
5940         * files.el (hack-local-variables): Fix last change.
5942 2005-01-02  Jay Belanger  <belanger@truman.edu>
5944         * calc/calc-yank.el (calc-edit-top): New variable.
5945         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
5946         object.  Change header properties.
5947         (calc-edit-finish, calc-edit-finish-stack-object)
5948         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
5949         edited object.
5950         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
5951         for the beginning of the edited object.
5952         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
5953         for the beginning of the edited object.
5954         * calc/calc-prog.el (calc-edit-macro-finish-edit)
5955         (calc-finish-formula-edit, calc-macro-repeats)
5956         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
5957         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
5958         beginning of the edited object.
5959         (calc-user-define-edit): Change the header for editing macros.
5960         Remove unnecessary variable.
5962 2005-01-01  Jay Belanger  <belanger@truman.edu>
5964         * calc/calc-yank.el (calc-edit-mode): Change default header.
5965         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
5966         * calc/calc-store.el (calc-edit-variable): Change title to match new
5967         header.
5968         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
5969         mode to match new header.
5970         (calc-user-define-edit): Change titles to include names of commands.
5971         (calc-finish-formula-edit): Adjust to handle new header.
5972         (calc-finish-macro-edit): Remove.
5973         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
5974         (calc-edit-macro-command, calc-edit-macro-command-type)
5975         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
5976         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
5977         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
5978         (calc-edit-macro-finish-edit): New functions.
5979         (calc-user-define-edit): Use new functions to edit named calc macros.
5981 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
5983         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
5985         * ses.el (copy-region-as-kill): Deactivate mark.
5987 2005-01-01  Richard M. Stallman  <rms@gnu.org>
5989         * replace.el (occur-1): If the output buffer is also an input,
5990         don't kill it, rename it.
5992         * faces.el (set-face-background, set-face-foreground): Doc fix.
5994         * cus-face.el (custom-face-attributes): Fix :help-echo strings
5995         for :foreground and :background.
5997         * dired.el (dired-view-command-alist): Variable deleted.
5998         (dired-view-file, dired-mouse-find-file-other-window):
5999         Delete the code to use it.
6001 2005-01-01  Kim F. Storm  <storm@cua.dk>
6003         * image.el (insert-sliced-image): Use t for line-height property.
6005 2004-12-31  Jay Belanger  <belanger@truman.edu>
6007         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
6008         for "var-" at the beginning of the minibuffer.
6010 2004-12-31  Richard M. Stallman  <rms@gnu.org>
6012         * faces.el (read-face-name):
6013         Don't treat an attribute spec as a list of faces.
6015         * simple.el (undo): Use undo-equiv-table to detect
6016         unexpected changes since previous undo.
6017         (undo-list-saved): Variable deleted.
6018         (buffer-disable-undo): Don't alter undo-list-saved.
6020         * files.el (require-final-newline): Allow `visit' and `visit-save'.
6021         (mode-require-final-newline): New option.
6022         (after-find-file): Handle require-final-newline with new values.
6023         (basic-save-buffer): Handle new values of require-final-newline.
6025         * progmodes/sh-script.el (sh-require-final-newline):
6026         Alist value now controls whether to use mode-require-final-newline.
6027         (sh-set-shell): Implement that new meaning.
6029         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
6030         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
6031         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
6032         Delete old-Emacs compatibility code.
6033         (antlr-c-common-init): Function deleted.
6035         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
6036         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
6037         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
6038         * progmodes/python.el (python-mode): Use mode-require-final-newline.
6039         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
6040         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
6041         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
6042         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
6043         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
6044         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
6045         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
6046         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
6047         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
6048         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
6049         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
6050         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
6052 2004-12-31  Jay Belanger  <belanger@truman.edu>
6054         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
6055         way to return to Calc.
6057         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
6058         finish, C-xk as the way to cancel the edit.  Add cancel routine to
6059         kill-buffer-hook.
6061         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
6062         MacEdit code.
6064         * calc/calc-prog.el: Remove obsolete MacEdit code.
6065         (calc-macro-edit-algebraic, calc-macro-edit-variable)
6066         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
6068 2004-12-31  Kenichi Handa  <handa@m17n.org>
6070         * international/mule.el (buffer-file-coding-system-explicit):
6071         Rename for explicit-buffer-file-coding-system.
6072         (after-insert-file-set-coding): Adjust for the above change.
6074         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
6075         to buffer-file-coding-system-explicit.
6076         (basic-save-buffer-1): Likewise.
6078 2004-12-30  Richard M. Stallman  <rms@gnu.org>
6080         * textmodes/artist.el (artist-butlast-fn): Var deleted.
6081         (artist-butlast, artist-last): Functions deleted.
6082         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
6083         (artist-compute-key-compl-table): Call remq directly.
6084         (artist-remove-nulls): Function deleted.
6085         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
6086         (artist-push, artist-pop): Macro deleted.
6088 2004-12-30  Andreas Leue  <al@sphenon.de>
6090         * textmodes/artist.el (artist-version): 1.2.6
6091         (artist-prev-next-op-alist): New variable.
6092         (artist-select-next-op-in-list): New function.
6093         (artist-select-prev-op-in-list): New function.
6094         (artist-make-prev-next-op-alist): New function.
6095         (artist-is-in-op-list-p): New function.
6096         (artist-get-first-non-nil-op): New function.
6097         (artist-get-last-non-nil-op): New function.
6098         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
6099         artist-prev-next-op-alist.
6100         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
6101         change drawing operation.
6103 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
6105         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
6107 2004-12-31  Masatake YAMATO  <jet@gyve.org>
6109         * server.el (server-process-filter): Suppress `error', too.
6111 2004-12-30  Jay Belanger  <belanger@truman.edu>
6113         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
6114         Change the way a variable is displayed in a message.
6116         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
6117         (calc-user-define-permanent, calc-execute-kbd-macro):
6118         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
6120 2004-12-30  Kenichi Handa  <handa@m17n.org>
6122         * files.el (basic-save-buffer-1):
6123         Set explicit-buffer-file-coding-system to last-coding-system-used.
6124         (revert-buffer): Pay attention to
6125         explicit-buffer-file-coding-system (not buffer-file-coding-system)
6126         on bind coding-system-for-read.
6128         * international/mule.el (explicit-buffer-file-coding-system):
6129         New buffer local variable.
6130         (after-insert-file-set-coding): Set it to coding-system-for-read.
6132 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6134         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
6136 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
6138         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
6139         that include line numbers.
6141 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
6143         * files.el (hack-local-variables): If no PREFIX, set it to "^".
6144         Redundant variable PREFIXLEN removed.
6146 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
6148         * eshell/em-hist.el (eshell-previous-matching-input):
6149         Start the deletion from the end of the output.
6151 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6153         * term/mac-win.el: Require x-dnd.
6154         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
6156 2004-12-29  David Kastrup  <dak@gnu.org>
6158         * international/mule.el (decode-coding-inserted-region):
6159         Don't barf if `buffer-undo-list' is already set to `t'.
6161 2004-12-29  Jay Belanger  <belanger@truman.edu>
6163         * calc/calc-prog.el (calc-user-define-formula): Put default values
6164         for function names in prompts.
6165         (calc-user-define-permanent, calc-user-define-composition)
6166         (calc-user-define-formula): Remove the need for "calcFunc-" in the
6167         default input for algebraic functions.
6169 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
6171         * vc-rcs.el (vc-rcs-annotate-command):
6172         Fix omission bug: Call `vc-setup-buffer'.
6174 2004-12-29  Kenichi Handa  <handa@m17n.org>
6176         * international/mule.el (recode-region): New function.
6178 2004-12-28  Richard M. Stallman  <rms@gnu.org>
6180         * simple.el (undo-extra-outer-limit): New variable.
6181         (undo-outer-limit-truncate): Test and set it.
6183         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
6184         enables the feature to extend the existing region.
6186         * simple.el (mark-word): New arg ALLOW-EXTEND
6187         enables the feature to extend the existing region.
6189         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
6190         enables the feature to extend the existing region.
6192         * startup.el (site-run-file): Don't allow setting it with Custom.
6194         * simple.el (buffer-disable-undo): Fix previous change.
6196 2004-12-27  Masatake YAMATO  <jet@gyve.org>
6198         * hexl.el (hexlify-buffer): Remove fontification here.
6199         Use font lock mechanism instead.
6200         (hexl-font-lock-keywords): New font lock kewords.
6201         (hexl-mode-old-font-lock-keywords): New variable.
6202         (hexl-mode): Store the old font lock keywords.
6203         (hexl-mode-exit): Restore the old font lock keywords.
6205 2004-12-27  Richard M. Stallman  <rms@gnu.org>
6207         * simple.el (undo): Fix previous change.
6209 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6211         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
6212         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
6213         Call x-open-connection on Mac OS X.
6215 2004-12-27  Richard M. Stallman  <rms@gnu.org>
6217         * files.el (buffer-save-without-query): New var (buffer-local).
6218         (save-some-buffers): Save those buffers first, w/o asking.
6220         * files.el (insert-directory-ls-version): New variable.
6221         (insert-directory): When ls returns an error, test the version
6222         number to decide what the return code means.
6223         With --dired output format, detect and distinguish lines
6224         that are really error messages.
6225         (insert-directory-adj-pos): New function.
6227         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
6229         * battery.el (battery-mode-line-format): Remove initial spaces.
6231         * uniquify.el (uniquify-rationalize-file-buffer-names):
6232         Delete interactive spec.
6234         * type-break.el (type-break-mode): Set buffer-save-without-query.
6235         Remove code that tried to set save-some-buffers-always.
6236         (type-break-file-keystroke-count): Bind deactivate-mark.
6238         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
6240         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
6241         Test that the buffer is live, and maybe reject current buffer too.
6242         Clarify.
6243         (next-error-find-buffer): Rewrite for clarity.
6245         * loadup.el: Don't use buffer-disable-undo; do it directly.
6247         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
6248         (describe-variable): Call symbol-file with `defvar'.
6250         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
6251         (symbol-file): Rewritten to handle new load-history format.
6252         Now takes an arg TYPE to specify looking for a particular
6253         type of definition only.
6255         * emacs-lisp/debug.el (debugger-make-xrefs):
6256         Call symbol-file with `defun'.
6258         * emacs-lisp/find-func.el (find-function-noselect):
6259         Call symbol-file with `defun'.
6260         (find-variable-noselect): Call symbol-file with `defvar'.
6262         * eshell/esh-cmd.el (eshell-find-alias-function):
6263         Call symbol-file with `defun'.
6265         * eshell/esh-test.el (eshell-test-goto-func):
6266         Call symbol-file with `defun'.
6268         * mail/rmail.el (rmail-resend):
6269         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
6271         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
6273         * progmodes/compile.el (compilation-find-buffer): Rename arg.
6275         * textmodes/texinfmt.el (texinfo-format-buffer-1):
6276         Call buffer-disable-undo.
6278         * simple.el (undo-list-saved): New variable (buffer-local).
6279         (undo): Set and test it.
6280         (buffer-disable-undo): Move here from buffer.c.
6281         Clear out undo-list-saved.
6283         * international/mule.el (decode-coding-inserted-region):
6284         Set buffer-undo-list in a correct and optimal way.
6286         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
6287         (cperl-font-lock-unfontify-region-function): No need to save and
6288         restore info, since font-lock.el does it for us.
6290         * ansi-color.el (save-buffer-state): Definition deleted.
6291         (ansi-color-unfontify-region): Don't use save-buffer-state.
6293 2004-12-27  Dave Love  <fx@gnu.org>
6295         * wid-edit.el (function): Use restricted-sexp as parent.
6297 2004-12-27  Kevin Ryde  <user42@zip.com.au>
6299         * simple.el (next-matching-history-element): Use same
6300         `interactive' form as previous-matching-history-element.
6302         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
6303         it can appear unencoded and has been seen from yahoo.
6305 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
6307         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
6308         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
6310 2004-12-27  Kenichi Handa  <handa@m17n.org>
6312         * international/utf-8.el (utf-translate-cjk-load-tables):
6313         Bind coding-system-for-read to nil while loading subst-*.
6315 2004-12-26  Jay Belanger  <belanger@truman.edu>
6317         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
6318         default input.
6320 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
6322         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
6323         before reverting and disable undo recording while reverting.
6325 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
6327         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
6328         (hs-make-overlay): New function.
6329         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
6330         (hs-flag-region): Delete function.
6331         (hs-hide-comment-region): No longer use `hs-flag-region'.
6332         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
6333         (hs-hide-block-at-point): Likewise.
6334         (hs-hide-level-recursive): Use `hs-discard-overlays'.
6335         (hs-hide-all, hs-show-all): Likewise.
6336         (hs-show-block): Likewise.
6337         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
6339 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
6341         * progmodes/hideshow.el: Require `cl' when compiling.
6342         Remove XEmacs and Emacs 19 compatibility.
6343         Use `dolist' and `add-to-list' for load-time actions.
6344         (hs-discard-overlays): Use `dolist'.
6345         (hs-show-block): Likewise.
6347 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
6349         * faces.el (mode-line, mode-line-inactive): Use min-colors.
6351 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
6353         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
6354         When extending backwards, move outside the current comment first.
6356 2004-12-22  Kenichi Handa  <handa@m17n.org>
6358         * international/quail.el (quail-start-translation): Fix prompt
6359         string for the case if input-method-use-echo-area being non-nil.
6360         (quail-start-conversion): Likewise.
6361         (quail-show-guidance): Don't show guidance if
6362         input-method-use-echo-area is non-nil.
6364 2004-12-21  Richard M. Stallman  <rms@gnu.org>
6366         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
6368 2004-12-21  Markus Rost  <rost@ias.edu>
6370         * calendar/diary-lib.el (mark-diary-entries):
6371         Set mark-diary-entries-in-calendar only after checking for diary-file.
6373 2004-12-21  Richard M. Stallman  <rms@gnu.org>
6375         * faces.el (escape-glyph): Use blue against light foreground.
6377         * simple.el (undo-outer-limit-truncate): New function.
6378         (undo-outer-limit-function): Use undo-outer-limit-truncate.
6380 2004-12-21  Eli Barzilay  <eli@barzilay.org>
6382         * calculator.el: (calculator-radix-grouping-mode)
6383         (calculator-radix-grouping-digits)
6384         (calculator-radix-grouping-separator):
6385         New defcustoms for the new radix grouping mode functionality.
6386         (calculator-mode-hook): Now used in electric mode too,
6387         (calculator): Call it.
6388         (calculator-mode-map): Some new keys.
6389         (calculator-message): New function.  Some new calls.
6390         (calculator-op, calculator-set-register): Use it.
6391         (calculator-string-to-number): New function, mostly moved and
6392         updated code from calculator-curnum-value.
6393         (calculator-curnum-value): Use it.
6394         (calculator-paste): Use it, and update grabbing the current-kill.
6395         (calculator-rotate-displayer)
6396         (calculator-rotate-displayer-back): Toggle digit grouping when
6397         in radix mode, use calculator-message.
6398         (calculator-displayer-prev, calculator-displayer-next):
6399         Change digit group size when in radix mode.
6400         (calculator-number-to-string): Rename from
6401         calculator-num-to-string.  Now deals with digit grouping in
6402         radix mode.
6403         (calculator-update-display, calculator-put-value): Use the new name.
6404         (calculator-fact): Return a floating point number.
6405         (calculator-mode): Doc fix.
6407 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
6409         * calendar/calendar.el (view-other-diary-entries): Add autoload.
6410         * calendar/diary-lib.el (view-other-diary-entries):
6411         Use current-prefix-arg in interactive spec.
6413 2004-12-19  Jay Belanger  <belanger@truman.edu>
6415         * calc/calc-aent.el (calcAlg-blank-matching-open):
6416         Temporarily adjust the syntax of both delimiters of half-open intervals.
6418 2004-12-19  Kim F. Storm  <storm@cua.dk>
6420         * mouse.el (mouse-1-click-follows-link): Doc fix.
6422 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6424         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
6425         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
6426         instead of centraleuropean as the name
6428 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
6430         Sync with Tramp 2.0.46.
6432         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
6433         parameters wrt Tramp convention.
6434         (tramp-handle-file-attributes-with-perl)
6435         (tramp-handle-directory-files-and-attributes): Apply it.
6436         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
6437         `copy-program'.  Reported by Zack Weinberg
6438         <zack@codesourcery.com>.
6439         (top): Set `edebug-form-spec' property directly rather than
6440         calling `def-edebug-spec'.
6442         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
6443         advice less fragile.  Surround temporary redefinition of
6444         `substitute-in-file-name' with `unwind-protect'.  Suggested by
6445         Matt Hodges <MPHodges@member.fsf.org>.
6447 2004-12-17  Juri Linkov  <juri@jurta.org>
6449         * replace.el (occur-accumulate-lines, occur-engine):
6450         Make forcing deferred font-lock fontification jit-specific.
6452 2004-12-17  Kim F. Storm  <storm@cua.dk>
6454         * mouse.el (mouse-1-click-follows-link): New defcustom.
6455         (mouse-on-link-p): New function.
6456         (mouse-drag-region-1): Implement mouse-1-click-follows-link
6457         functionality.  Map a mouse-1 click event into a mouse-2 (or
6458         other) event when position is inside a link.
6460         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
6461         prefix in tooltip text with "mouse-1" when this is a link
6462         recognized by mouse-1-click-follows-link functionality.
6464         * help.el (describe-key): Report effective and original binding
6465         for mouse-1 when clicked on a link.
6466         (describe-mode): Add follow-link property to "minor-mode" button.
6468         * help-fns.el (describe-variable): Add follow-link property to
6469         "below" button.
6471         * help-mode.el (help-xref): Add follow-link property.
6473         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
6474         (apropos-command, apropos-variable, apropos-face, apropos-group)
6475         (apropos-widget, apropos-plist): Add follow-link property.
6477         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
6478         checks if position is in a filename, rather than some other
6479         clickable item.  Function looks for cvs-filename-face at position.
6481         * wid-edit.el (widget-specify-field, widget-specify-button):
6482         Map a :follow-link keyword into a follow-link property.
6483         (link): Add :follow-link keyword, map to RET binding.
6485         * dired.el (dired-mode-map): Map follow-link to mouse-face.
6487         * progmodes/compile.el (compilation-minor-mode-map)
6488         (compilation-button-map, compilation-mode-map): Likewise.
6490 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
6492         * play/zone.el (zone): Init `line-spacing' from orig buffer.
6493         (zone-replace-char): Take `count' and `del-count'
6494         instead of `direction'.  Update callers.  When `del-count' is
6495         non-nil, delete that many characters, otherwise `count' characters
6496         backwards.  Insert the newly-replaced string `count' times.
6497         (zone-fret): Handle chars w/ width greater than one.
6498         (zone-fall-through-ws): No longer take window width `ww'.
6499         Update callers.  Add handling for `char-width' greater than one.
6500         (zone-pgm-drip): Update var holding window-end position every cycle.
6502 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
6504         * vc.el (vc-default-update-changelog): Use insert-file-contents,
6505         rather than insert-file.
6507 2004-12-16  Jay Belanger  <belanger@truman.edu>
6509         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
6510         (math-init-random-base, math-random-digit): Check to see if
6511         var-RandSeed is bound.
6512         (math-random-last): Declare it.
6513         (math-random-digit): Don't make math-random-last local.
6515 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
6517         * play/zone.el (zone): Fix omission bug: Use a self-disabling
6518         one-shot thunk for uniform (error, quit, normal) recovery.
6519         Reported by John Paul Wallington.
6520         (zone-pgm-random-life): Fix bug:
6521         Recognize empty initial field by lack of "@" chars.
6523 2004-12-16  Juri Linkov  <juri@jurta.org>
6525         * help.el (function-called-at-point):
6526         * help-fns.el (variable-at-point): As a last resort try stripping
6527         non-word prefixes and suffixes.
6529         * descr-text.el (describe-property-list): Don't treat syntax-table
6530         specially.  Use describe-text-sexp which inserts [show] button
6531         for large objects and handles printing errors.  Sort properties
6532         by names in alphabetical order instead of by value sizes.
6533         Add `mouse-face' to list of properties for `describe-face' widget.
6534         (describe-char): Mask out face-id from 19 bits of character.
6535         Print face-id separately.
6537         * replace.el (occur-accumulate-lines, occur-engine):
6538         Fontify unfontified matching lines in the source buffer
6539         before copying them.
6540         (occur-engine): Don't put mouse-face on context lines.
6541         (occur-next-error): Set point to line beginning/end
6542         before searching for prev/next property to skip multiple
6543         matches on a line (not supported by occur engine).
6544         Remove redundant prefix-numeric-value.
6546 2004-12-15  Juri Linkov  <juri@jurta.org>
6548         * replace.el (match): New face.
6549         (list-matching-lines-face): Change default from `bold' to `match'.
6551         * progmodes/grep.el (grep-match-face): New defvar.
6552         (grep-mode-font-lock-keywords): Use grep-match-face instead of
6553         compilation-column-face to highlight grep matches.
6555         * apropos.el (apropos-match-face): Change default from
6556         `secondary-selection' to `match'.
6558         * info-look.el (info-lookup-highlight-face): Change default from
6559         `highlight' to `match'.
6561 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
6563         * progmodes/executable.el (executable-interpret): Eliminate
6564         obsolete compile-internal, and switch to comint for interaction.
6566 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
6568         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
6569         `&&' when skipping multiple statements on a line.
6571 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
6573         * play/zone.el (zone): Set `truncate-lines'.
6574         Also, init `tab-width' with value from original buffer.
6575         (zone-shift-up): Rewrite for speed.
6576         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
6577         (zone-pgm-jitter): Remove redundant entries from ops vector.
6578         (zone-exploding-remove): Reduce iteration count.
6579         (zone-cpos): Convert to defsubst.
6580         (zone-replace-char): New defsubst.
6581         (zone-park/sit-for): Likewise.
6582         (zone-fret): Take window-start arg.
6583         Update callers. Use `zone-park/sit-for'.
6584         (zone-fill-out-screen): Rewrite.
6585         (zone-fall-through-ws): Likewise. Update callers.
6586         (zone-pgm-drip): Use `zone-replace-char'.
6587         Move var inits before while-loop. Use `zone-park/sit-for'.
6588         (zone-pgm-random-life): Handle empty initial field.
6589         Use `zone-replace-char' and `zone-park/sit-for'.
6591 2004-12-15  Juri Linkov  <juri@jurta.org>
6593         * isearch.el (isearch-update): Test isearch-lazy-highlight
6594         before calling isearch-lazy-highlight-new-loop.
6595         (isearch-lazy-highlight-new-loop):
6596         Don't test isearch-lazy-highlight.
6598         * replace.el (perform-replace): Add isearch-case-fold-search.
6599         Use delimited-flag for isearch-regexp.
6600         Reset isearch-lazy-highlight-last-string to force lazy
6601         highlighting when called from isearch mode.
6602         (query-replace-highlight): Revert defcustom type to boolean.
6603         (query-replace-lazy-highlight): New defcustom.
6604         (query-replace): New face.
6605         (perform-replace, replace-highlight, replace-dehighlight):
6606         Test query-replace-lazy-highlight instead of special value
6607         `isearch' of query-replace-highlight.
6608         (replace-dehighlight): Don't call isearch-dehighlight.
6609         (replace-highlight): Don't call isearch-highlight.
6610         Use face `query-replace' unconditionally.
6612 2004-12-14  Kim F. Storm  <storm@cua.dk>
6614         * simple.el (inhibit-mark-movement): Remove defvar.
6615         (beginning-of-buffer, end-of-buffer): Don't use it.
6617         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6618         Don't use inhibit-mark-movement.
6620         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
6621         (cua--undo-push-mark): Remove.
6622         (cua--pre-command-handler, cua--post-command-handler):
6623         Don't fiddle with inhibit-mark-movement.
6625 2004-12-14  Juri Linkov  <juri@jurta.org>
6627         * buff-menu.el (list-buffers-noselect): Collect internal info
6628         for every buffer in BUFFER-LIST arg too.
6629         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
6630         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
6631         Bind same-window-buffer-names and same-window-regexps to nil.
6633 2004-12-13  Juri Linkov  <juri@jurta.org>
6635         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
6637         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
6638         (sc-cite-region, sc-uncite-region, sc-recite-region):
6639         Fix previous change to handle not alist as a symbol, but
6640         a citation frame as a symbol that represents a variable name.
6642 2004-12-13  Richard M. Stallman  <rms@gnu.org>
6644         * filecache.el (file-cache-add-directory-using-find):
6645         Only set up file-cache-find-command-posix-flag if we will use it.
6647         * bindings.el (mode-line-buffer-identification-keymap):
6648         Don't cancel the mode-line's usual down-mouse-1 binding.
6650         * cus-edit.el (custom-face-selected): Handle `default' specs.
6651         (custom-face-edit): Increase extra-offset.
6652         (custom-display): Handle `default' specs.
6654         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
6656         * emacs-lisp/elint.el (elint-standard-variables)
6657         (elint-unknown-builtin-args): Move definitions up.
6659         * net/browse-url.el (browse-url-url-at-point): Add autoload.
6661         * info.el (info-xref-visited): Use `default' instead of t.
6662         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
6664         * faces.el (header-line, mode-line-inactive, tool-bar):
6665         Use `default' instead of t for setting the defaults.
6666         (face-spec-choose): Separate `t' from `default'.
6668         * subr.el (while-no-input): New macro.
6670 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
6672         * filecache.el (file-cache-add-directory-using-find):
6673         Only test file-cache-find-command-posix-flag on some systems.
6675 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6677         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
6678         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
6679         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
6680         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
6681         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
6683 2004-12-12  Juri Linkov  <juri@jurta.org>
6685         * files.el (find-file-other-window, find-file-other-frame):
6686         Add the first buffer to the returned value to return the complete
6687         list of all visited buffers.
6688         (find-file-read-only, find-file-read-only-other-window)
6689         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
6690         `find-file-read-args'.  Signal an error about non-existent file
6691         only if file name doesn't contain wildcards.  Toggle read-only in
6692         all visited buffers.
6693         (find-alternate-file, find-alternate-file-other-window):
6694         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
6695         called interactively.  Pass arg `wildcards' to other functions.
6696         (find-file-noselect): Doc fix.
6698         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
6699         Doc fix.
6700         (ffap-directory-finder): New variable.
6701         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
6702         (ffap-file-at-point): Add /* to immediately rejected names.
6703         Return absolute file names matching ffap-dired-wildcards.
6704         (ffap-read-file-or-url): Set default value for `completing-read'
6705         to `buffer-file-name'.
6706         (find-file-at-point): When filename matches ffap-dired-wildcards,
6707         call ffap-file-finder with t arg `wildcards', instead of dired.
6708         (ffap-other-window, ffap-other-frame): Return visited buffers.
6709         (ffap-read-only, ffap-read-only-other-window)
6710         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
6711         (dired-at-point): Call ffap-directory-finder instead of dired.
6712         (ffap-dired-other-window, ffap-dired-other-frame)
6713         (ffap-list-directory): New commands.
6714         (ffap-bindings): New keybindings for new commands.
6716 2004-12-12  Juri Linkov  <juri@jurta.org>
6718         * simple.el (beginning-of-buffer, end-of-buffer):
6719         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6720         Do not push mark when mark is active in transient-mark-mode.
6722         * simple.el (mark-word):
6723         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
6724         * textmodes/paragraphs.el (mark-paragraph):
6725         Extend the region when mark is active in transient-mark-mode,
6726         regardless of the last command.  Doc fix.
6728         * simple.el (mark-word): Preserve direction when repeating.
6729         Make arg optional.  Interactive "p" -> "P".
6730         (transient-mark-mode, inhibit-mark-movement): Doc fix.
6732         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
6733         preserving direction, to mark forward instead of backward when mark
6734         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
6736 2004-12-12  Juri Linkov  <juri@jurta.org>
6738         * isearch.el (isearch-edit-string): Set 7th arg of
6739         `read-from-minibuffer' to `t' to inherit the current input
6740         method (whose name is indicated by [IM] in the minibuffer prompt)
6741         from the current buffer to the minibuffer.
6742         (isearch-lazy-highlight-update): Put body to `with-local-quit'
6743         to allow C-g quitting for lazy highlighting looping inside the
6744         search with nested repetition operators.  Add overlay to the list
6745         before setting its face and other properties to avoid the case of
6746         code quitting after placing the new overlay but before it's
6747         recorded on the list.  Select the window where isearch was
6748         activated, to highlight matches in the right window when isearch
6749         switches the current window to the minibuffer.
6751         * international/isearch-x.el
6752         (isearch-process-search-multibyte-characters):
6753         Use `isearch-message' as initial input for `read-string' instead
6754         of adding it to the minibuffer prompt.  After reading a string
6755         remove the initial value of `isearch-message' from the string.
6757         * replace.el (replace-match-maybe-edit): Doc fix.
6758         (perform-replace): Don't call `replace-highlight' when automatic
6759         replacement is requested in literal mode, since it is intended
6760         only to highlight words during entering a new replacement string
6761         for \? in non-literal mode.
6763         * replace.el (query-replace-highlight): Add new value `isearch'
6764         that allows query replacement to use isearch highlighting.
6765         Change type from `boolean' to `choice'.  Doc fix.
6766         (replace-highlight, replace-dehighlight, perform-replace):
6767         Use isearch highlighting if query-replace-highlight eq `isearch'.
6769 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6771         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
6772         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
6774         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
6775         case of \end{verbatim}.
6777 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
6779         * term.el (term-termcap-format): Synchronyze with terminfo.
6780         (term-emulate-terminal): Handle reset.
6781         (term-reset-terminal): New function.
6783 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
6785         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
6786         (zone-fill-out-screen): New func.
6787         (zone-pgm-drip): Use `zone-fill-out-screen'.
6788         Also, no longer go to point-min on every cycle.
6789         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
6790         (zone-pgm-random-life-wait): New user var.
6791         (zone-pgm-random-life): New func.
6793 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
6795         * files.el (auto-mode-alist): Map .com to DCL mode.
6797 2004-12-09  Richard M. Stallman  <rms@gnu.org>
6799         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
6801 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
6803         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
6804         buffer with a display margin.
6806 2004-12-08  Jay Belanger  <belanger@truman.edu>
6808         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
6809         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
6811 2004-12-08  Richard M. Stallman  <rms@gnu.org>
6813         * faces.el: Delete code to set display table.
6814         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
6816 2004-12-08  Jay Belanger  <belanger@truman.edu>
6818         * calc/calc.el: Add math-read-preprocess-string to autoloads.
6820         * calc/calc-ext.el (math-read-replacement-list)
6821         (math-read-superscripts, math-read-preprocess-string): Move to
6822         calc-aent.el.
6824         * calc/calc-aent.el (math-read-replacement-list)
6825         (math-read-superscripts, math-read-preprocess-string): Move from
6826         calc-ext.el.
6828 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6830         * isearch.el (isearch-quote-char): Fix up typo in last change.
6832 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
6834         * mouse.el (mouse-set-font): Handle the case where the command was
6835         not invoked using the mouse.
6837         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
6838         (edmacro-finish-edit): Further update for keyboard macros that are
6839         lambda forms.
6840         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
6842 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6844         * font-lock.el (font-lock-unfontify-region): Save buffer state.
6845         (font-lock-default-unfontify-region): Don't save buffer state any more.
6847 2004-12-07  Jay Belanger  <belanger@truman.edu>
6849         * calc/calc-help.el (calc-describe-key):
6850         Set calc-summary-indentation even when Calc Summary buffer exists.
6852 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
6854         * calendar/holidays.el (holiday-easter-etc): Make arguments
6855         optional for backwards compatibility.  Doc fix.
6856         Remove un-necessary local vars mandatory, output-list.
6857         (holiday-advent): Make arguments optional for backwards
6858         compatibility.  Doc fix.
6860 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6862         * paren.el (show-paren-function): Fix last change (2004-12-02).
6864         * international/mule-util.el (char-displayable-p): Return nil for
6865         unibyte mode.
6867         * subr.el (subregexp-context-p): New function.
6869         * isearch.el (isearch-quote-char): Use it.
6871         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
6872         (regexp-opt-not-groupie*-re): Remove.
6873         (regexp-opt): Properly handle inputs with duplicate entries.
6875 2004-12-06  Richard M. Stallman  <rms@gnu.org>
6877         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
6879         * cus-edit.el (custom-file): Doc fix.
6881         * textmodes/org.el: New file.
6883 2004-12-06  Kenichi Handa  <handa@m17n.org>
6885         * ldefs-boot.el: Update international/mule-util.el section.
6887 2004-12-05  Sam Steingold  <sds@gnu.org>
6889         * net/tramp.el (tramp-handle-file-accessible-directory-p):
6890         Fix `tramp-time-diff' comparison logic.
6892 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
6894         * progmodes/which-func.el (which-function):
6895         Use `run-hook-with-args-until-success' instead of a custom loop.
6896         Fixes bug with local hooks.
6898 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6900         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
6901         Use delete-dups when calculating the initial value.
6902         (bibtex-autokey-get-title): Use <=.
6903         (bibtex-goto-line): New function.
6904         (bibtex-reposition-window): Use line numbers instead of point
6905         positions.  Use window-body-height.
6906         (bibtex-find-crossref): Use bibtex-reposition-window.
6907         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
6908         position of entry if key is found or nil if not found.
6910 2004-12-05  Richard M. Stallman  <rms@gnu.org>
6912         * cus-edit.el (custom-file): Doc fix.
6914         * progmodes/sh-script.el (sh-indent-for-then): Change default.
6916 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6918         * simple.el (blink-matching-open):
6919         * textmodes/tex-mode.el (tex-validate-region):
6920         Obey syntax-table text properties.
6922 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
6924         * wid-edit.el (widget-specify-field): Add `real-field' property to
6925         boundary.
6926         (widget-field-at): Use it.
6928 2004-12-02  Richard M. Stallman  <rms@gnu.org>
6930         * progmodes/cc-mode.el (awk-mode autoload):
6931         Supply t meaning interactive function.
6933         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
6934         (isearch-mode-map): No special definition for space.
6935         (isearch-whitespace-chars): Command deleted.
6936         (isearch-forward-regexp): Doc fix.
6937         (isearch-quote-char): When a space is not inside brackets,
6938         use `[ ]' instead of just space.
6939         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
6941         * imenu.el (imenu--generic-function): Delete code to exclude
6942         matches in comments.
6944         * man.el (Man-reverse-face): Change default to `highlight'.
6946         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
6947         (occur-engine): Use `face' prop rather than `font-lock-face'
6948         when specifying use of `match-face'.
6949         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
6951         * emacs-lisp/elint.el (elint-standard-variables): Update list.
6953         * add-log.el (add-log-current-defun): Handle the case where point
6954         is in the header part of a DEFUN construct.
6956 2004-12-02  Dave Love  <fx@gnu.org>
6958         * progmodes/python.el (python-font-lock-syntactic-keywords):
6959         Fix previous change.
6961 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
6963         * paren.el (show-paren-function): Check for matching chars
6964         specified by text props.
6966 2004-12-02  Jay Belanger  <belanger@truman.edu>
6968         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
6969         when reading a new key sequence.
6971 2004-12-02  Kim F. Storm  <storm@cua.dk>
6973         * faces.el (escape-glyph): Rename from glyph.
6974         (standard-display-table): Set it here.  Add escape-glyph face to
6975         extra slot characters.
6977         * disp-table.el: Undo 2004-12-01 change.  Display table is now
6978         setup in faces.el.
6980 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
6982         * xml.el (xml-parse-dtd): Don't show validity messages when
6983         xml-validating-parser is nil.
6984         (xml-substitute-special): Fix validity error messages to
6985         actually show the unexpandable entity.  Added validity error if &
6986         isn't followed by an entity.
6987         (xml-parse-tag): Concatenate any string following the a
6988         <![CDATA[]]> section to the parsed CDATA.
6989         (xml-parse-dtd): Skip parameter entity declarations and use of
6990         parameter entities.
6992 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
6994         * kmacro.el (kmacro-default-counter-format): New var.
6995         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
6996         (kmacro-display): Remove `nil' from `and' form.  Delete call to
6997         `format' inside `message'.
6998         (kmacro-start-macro): Use `kmacro-default-counter-format'.
7000 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7002         * pcvs.el (cvs-header-msg): New function.
7003         (cvs-update-header): Use it.  Change calling convention.
7004         Correctly handle the case of having simultaneous active processes.
7005         (cvs-sentinel): Don't call cvs-update-header any more.
7006         (cvs-mode-run): Update call and add cvs-update-header to postproc.
7008 2004-12-01  Jay Belanger  <belanger@truman.edu>
7010         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
7011         Change message.
7013 2004-12-01  Juri Linkov  <juri@jurta.org>
7015         * progmodes/prolog.el (prolog-mode-variables):
7016         Fix imenu-generic-expression.
7018 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
7020         * faces.el (glyph): New face.
7022         * disp-table.el: Add an autoloaded table, that doesn't require
7023         this library, with glyph face.
7025         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
7026         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
7027         (conf-quote-normal): Allow normalizing only ' or ".
7028         (conf-mode): Regexp-quote constructed comment-start and don't
7029         match section {} where "name" contains braces.
7031         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
7032         files.
7034 2004-12-01  Kenichi Handa  <handa@m17n.org>
7036         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
7037         (x-select-text): Don't treat eight-bit-control/graphic chars
7038         specially.  Store the encoded text in the X cut buffer.
7039         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
7040         with x-last-selected-text-cut-encoded.
7042 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7044         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
7046 2004-11-30  Markus Rost  <rost@ias.edu>
7048         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
7049         AUCTeX.
7051 2004-11-30  Jay Belanger  <belanger@truman.edu>
7053         * calc/calc-arith.el (math-possible-signs): Made stronger checks
7054         on signs of intervals.
7055         (math-pow-of-zero): Strengthen checks for positive and negative
7056         exponents.
7058         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
7059         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
7060         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
7061         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
7062         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
7063         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
7064         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
7065         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
7066         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
7067         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
7068         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
7069         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
7070         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
7071         with provide statements.
7073         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
7075         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
7077         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
7078         (calc-load-everything, math-defsimplify): Replace dummy autoloading
7079         functions by require statements.
7080         (math-defsimplify): Move to calc-alg.el, add to autoloads.
7082         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7083         (calc-gnuplot-print): Give them values.
7085         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
7086         autoloads.
7087         Add calc-do-embedded-activate to autoloads.
7088         (calc-gnuplot-name, calc-gnuplot-plot-command)
7089         (calc-gnuplot-print-command): Move them to calc-graph.el.
7091 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7093         * term/mac-win.el (ccl-encode-mac-roman-font)
7094         (ccl-encode-mac-cyrillic-font)
7095         (ccl-encode-mac-centraleuropean-font, encoder-list)
7096         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
7097         Support Cyrillic, CentralEuropean, and Dingbat font display
7099 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
7101         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
7103         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
7104         still nil.
7106 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
7108         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
7109         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
7111 2004-11-29  Jay Belanger  <belanger@truman.edu>
7113         * calc/calc-arith.el (math-pow-of-zero): Take into account different
7114         cases of the base and exponent.
7116 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7118         * simple.el (next-error-buffer-p): Allow for inclusive and
7119         exclusive tests for finding a buffer.
7120         (next-error-find-buffer): Pass the exclusive and inclusive tests
7121         to next-error-buffer-p.
7123         * replace.el (occur-next-error): Switch to the Occur buffer when
7124         appropriate, use the exclusive filter to next-error-find-buffer to
7125         do it.  Use the absolute value of the motion amount.
7127 2004-11-29  Kenichi Handa  <handa@m17n.org>
7129         * startup.el (command-line): Decode all default-directory by
7130         locale-coding-system.
7132 2004-11-29  Jay Belanger  <belanger@truman.edu>
7134         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
7135         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
7136         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
7137         Replace calls to calc-extensions by appropriate require, replace
7138         calc-extensions-loaded by appropriate featurep.
7140         * calc/calc-ext.el: Move require to end of file.
7141         Remove redundant loading of calc.el.
7142         (calc-extensions-loaded): Remove unnecessary variable.
7143         (calc-extensions): Remove unnecessary function.
7144         (calc-load-everything): Replace calc-need-macros by appropriate require.
7146         * calc/calc-macs.el: Move provide to end of file.
7147         (calc-need-macros): Remove unnecessary function.
7149         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
7150         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
7151         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
7152         Replace calc-extensions by appropriate require.
7153         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
7155         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
7156         Replace calc-need-macros by appropriate require.
7158         * calc/calc.el: Move require to end of file.
7159         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
7160         Remove unnecessary variable.
7161         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
7162         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
7163         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
7164         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
7165         (math-stack-value-offset, math-format-value, math-format-flat-expr)
7166         (math-format-number, math-format-bignum, math-read-number)
7167         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
7168         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
7169         by appropriate require.
7170         (calc-check-defines): Replace calc-need-macros by appropriate require.
7172 2004-11-29  Kim F. Storm  <storm@cua.dk>
7174         * macros.el (insert-kbd-macro): Handle kmacro functions.
7176 2004-11-28  Juri Linkov  <juri@jurta.org>
7178         * compare-w.el (compare-windows-highlight): Attach each overlay
7179         to its window to properly highlight differences while comparing
7180         two windows of the same buffer.  Fix arguments.
7181         (compare-windows-sync-default-function): Fix arguments of
7182         `compare-windows-highlight'.
7184         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
7185         Use `read-expression-history'.  Set initial contents only if
7186         `edebug-global-break-condition' is non-nil.  Set histpos to 1
7187         if initial contents is equal to the last history element.
7188         (edebug-set-conditional-breakpoint): Instead of temporarily
7189         prepending the current condition to the history, set initial
7190         contents to the current condition.  Set histpos to 1 if initial
7191         contents is equal to the last history element.
7193         * info.el (Info-search-whitespace-regexp): Remove shy group.
7194         (Info-search): Forward line if search is on the header line.
7195         Use search-whitespace-regexp in two other places.
7197 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
7199         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
7200         warning.  Delay real definition, which uses
7201         `set-fringe-indicators-1' till after the definition of that function.
7203 2004-11-28  Kim F. Storm  <storm@cua.dk>
7205         * fringe.el (fringe): New defgroup.
7206         (fringe-mode): Move to fringe group.
7207         (fringe-indicators): New defcustom.
7208         (set-fringe-indicators-1): New defun.
7210         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
7211         (menu-bar-showhide-fringe-ind-menu): New keymap.
7212         (menu-bar-showhide-fringe-ind-empty)
7213         (menu-bar-showhide-fringe-ind-mixed)
7214         (menu-bar-showhide-fringe-ind-box)
7215         (menu-bar-showhide-fringe-ind-right)
7216         (menu-bar-showhide-fringe-ind-left)
7217         (menu-bar-showhide-fringe-ind-none): New defuns.
7218         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
7220 2004-11-27  Richard M. Stallman  <rms@gnu.org>
7222         * comint.el (comint-read-noecho): Add trivial compatibility definition.
7224         * generic.el (define-generic-mode): Doc fix.
7226         * menu-bar.el (menu-bar-options-save): For the options
7227         that are toggled with menu-bar-make-mm-toggle, don't check
7228         for customized-value prop.
7230 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
7232         * mail/supercite.el (sc-cite-region): Handle the case where
7233         sc-cite-frame-alist is a symbol.
7234         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
7235         a symbol.
7236         (sc-recite-region): Handle the case where sc-recite-frame-alist is
7237         a symbol.
7239 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
7241         * wid-edit.el (widget-narrow-to-field): New function.
7242         (widget-complete): Use it.
7244 2004-11-27  Jay Belanger  <belanger@truman.edu>
7246         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
7247         variable.
7248         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
7249         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
7250         (math-alg-inequalities): Move declaration to earlier in the file.
7252         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
7253         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
7254         Declare them.
7256         * calc/calc-lang.el (math-expr-data, math-expr-token)
7257         (math-exp-old-pos): Declare them.
7259         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
7260         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
7262 2004-11-27  Kim F. Storm  <storm@cua.dk>
7264         * progmodes/flymake.el: Use (featurep 'xemacs).
7265         (flymake-makehash): Change to defsubst.  Use fboundp.
7266         (flymake-time-to-float): Remove.
7267         (flymake-float-time): Merge code from flymake-time-to-float here.
7268         (flymake-replace-regexp-in-string): Change to defsubst.
7269         (flymake-split-string-remove-empty-edges):
7270         Rename to flymake-split-string.
7271         (flymake-split-string): Remove previous defalias.
7272         (flymake-get-temp-dir): Change to defsubst.
7273         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
7274         Define for xemacs only.
7275         (flymake-master-file-count-limit): Change into compiler defvar only.
7276         (flymake-find-possible-master-files): Let-bind it dynamically while
7277         sorting files using flymake-master-file-compare.
7279 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7281         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
7282         of defun-prompt-regexp matches inside a comment/string but the
7283         beginning is correctly outside everything.
7285         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
7286         appears within a string or a comment.
7288         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
7289         rather than make-symbol for symbols which are used in
7290         a symbol-macrolet or equivalent.
7292 2004-11-26  Jay Belanger  <belanger@truman.edu>
7294         * calc-misc.el (calc-last-why-command): Declare it.
7296         * calc-vec.el (math-grade-vec): New variable.
7297         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
7298         Replace variable grade-vec by declared variable.
7299         (math-rb-close): New variable.
7300         (math-read-brackets, math-read-vector): Replace variable close by
7301         declared variable.
7303         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
7304         (calc-one-window, calc-edit-handler, calc-restore-trail)
7305         (calc-allow-ret): Declare them.
7307         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
7308         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
7309         (math-radix-float-cache-tag, math-random-cache)
7310         (math-max-digits-cache, math-integral-cache, math-units-table)
7311         (math-format-date-cache, math-holidays-cache-tag): Declare them.
7312         (math-moc-func): New variable.
7313         (math-map-over-constants, math-map-over-constants-rec):
7314         Replace variable func by declared variable.
7316         * calc/calc-store.el (calc-given-value, calc-store-opers):
7317         Declare them.
7318         (calc-var-name-map): Move declaration to earlier in the file.
7319         (calc-pv-pos): New variable.
7320         (calc-permanent-variable, calc-insert-permanent-variable):
7321         Replace variable pos by declared variable.
7323         * calc/calc-mtx.el (calc-det-lu): New variable.
7324         (math-det-raw, math-det-step): Replace variable lu by declared variable.
7326         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
7327         (math-multi-subst, math-multi-subst-rec): Replace variables temp
7328         and arg by declared variables.
7329         (calcFunc-reducer): Fix incorrect variable.
7330         (math-inner-mul-func, math-inner-add-func): New variables.
7331         (calcFunc-inner, math-inner-mats): Replace variables mul-func
7332         and add-func by declared variables.
7334         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
7335         (calc-digit-value): Declare them.
7337         * calc/calc-help.el (Info-history): Declare it.
7338         (calc-describe-key): Make calc-summary-indentation a local variable.
7339         (calc-help-long-names): Move declaration to earlier in file.
7341         * calc/calc-embed.el (calc-original-buffer): Declare it.
7342         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
7343         (calc-embed-bot): New variables.
7344         (calc-do-embedded, calc-embedded-mark-formula)
7345         (calc-embedded-find-bounds, calc-embedded-duplicate)
7346         (calc-embedded-new-formula, calc-embedded-make-info):
7347         Replace vars outer-top, outer-bot, bot and top by declared variables.
7348         (calc-embed-prev-modes): New variable.
7349         (calc-embedded-set-modes, calc-embedded-update): Replace variable
7350         prev-modes with declared variable.
7351         (calc-embed-vars-used): New variable.
7352         (calc-embedded-make-info, calc-embedded-evaluate-expr)
7353         (calc-embedded-update, calc-embedded-find-vars): Replace variable
7354         vars-used by declared variable.
7356         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
7357         (math-format-radix-float): Remove unnecessary setq.
7358         (math-radix-float-cache): Declare it.
7360         * calc/calcsel2.el (calc-keep-selection): Declare it.
7362         * calc/calc-maint.el: Remove file.
7364 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7366         * textmodes/bibtex.el (bibtex-sort-entry-class)
7367         (bibtex-comment-start): Use defcustom.
7368         (bibtex-entry-field-alist): Use nil if initial content of the
7369         field is undefined.  Fix docstring.
7370         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
7371         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
7372         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
7373         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
7374         Fix docstring.
7375         (bibtex-autokey-title-terminators): Use only one regexp.
7376         (bibtex-string-maybe-empty-head): New variable.
7377         (bibtex-remove-delimiters-string): New function.
7378         (bibtex-text-in-field-bounds, bibtex-text-in-string):
7379         Use bibtex-remove-delimiters-string.
7380         (bibtex-progress-message, bibtex-field-left-delimiter)
7381         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
7382         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
7383         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
7384         Simplify.
7385         (bibtex-format-entry): Use save-excursion for inherited booktitle.
7386         Use eq and bibtex-remove-delimiters-string.  For end markers use
7387         insertion type so that marker stays after inserted text.
7388         (bibtex-autokey-get-names): Return empty string if name is missing.
7389         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
7390         calling bibtex-autokey-name-case-convert.
7391         (bibtex-autokey-demangle-title):
7392         Call bibtex-autokey-titleword-case-convert.  Remove call to
7393         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
7394         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
7395         (bibtex-read-key): New optional arg global.
7396         (bibtex-files-expand): New optional arg force.
7397         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
7398         (bibtex-complete-crossref-cleanup): Rename from
7399         bibtex-complete-key-cleanup.  Simplify code.
7400         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
7401         Operate on current entry.
7402         (bibtex-button): Add docstring.
7403         (bibtex-entry): Simplify.
7404         (bibtex-make-field): Replace optional arg called-by-yank with more
7405         specific args move and interactive.
7406         (bibtex-end-of-entry): Use forward-sexp.
7407         (bibtex-find-entry-globally): Remove.
7408         (bibtex-find-crossref): Allow for crossref key located in other buffer.
7409         Bound to C-c C-x.
7410         (bibtex-find-entry): New optional args global and display.
7411         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
7412         (bibtex-validate): Use arg force of bibtex-files-expand.
7413         (bibtex-clean-entry): Bugfix, clean string entries properly.
7414         Always keep point at beginning of entry.
7415         (bibtex-complete): Bugfix.  Handle string entries properly.
7416         Call cleanup functions only if needed.
7417         (bibtex-String): Use bibtex-read-string-key.
7418         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
7419         case of replacement text.
7421 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
7423         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
7424         (tramp-perl-directory-files-and-attributes): New constant.
7425         (tramp-file-name-handler-alist): Delete file-directory-files, add
7426         directory-files-and-attributes.
7427         (tramp-perl-file-attributes): Surround uid and gid by double
7428         quotes. Change parameter id-format from nonnumeric.
7429         (tramp-convert-file-attributes): New function.
7430         (tramp-handle-file-attributes): Use it.
7431         (tramp-maybe-send-perl-script): New function.
7432         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
7433         file mode. Change parameter id-format from nonnumeric.
7434         (tramp-handle-file-attributes-with-ls): Change parameter id-format
7435         from nonnumeric.
7436         (tramp-post-connection): Don't send tramp-perl-file-attributes
7437         script. Reset connection property "perl-scripts".
7438         (tramp-handle-insert-directory): Run real handler when ls-lisp is
7439         in use.
7441 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
7443         * desktop.el (desktop-read): Replace mapcar with mapc.
7444         (desktop-create-buffer): Replace mapcar with mapc.
7445         Remove redundant piece of code.
7447 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
7449         * progmodes/gud.el (gud-display-line): Use display-buffer
7450         for GDB-UI as for GUD.
7452         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
7453         Delete variables.
7454         (gdb-ann3): Don't make GUD buffer dedicated.
7455         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
7456         (gdb-display-source-buffer): Delete function.
7457         (gdb-view-source-function, gdb-view-assembler): Delete functions.
7458         (menu): Delete menu bindings for viewing source/assembler.
7459         (gdb-setup-windows, gdb-restore-windows):
7460         Don't dedicate GUD. No assembler now.
7461         (gdb-reset): No need to undedicate source buffers now.
7462         (gdb-source-info): No assembler now.
7464 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
7466         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
7467         width to those for special frames.
7468         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
7469         Use display-buffer.
7470         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
7471         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7472         (gdb-frame-assembler-buffer): Rework like
7473         gdb-frame-breakpoints-buffer.
7475 2004-11-25  Richard M. Stallman  <rms@gnu.org>
7477         * progmodes/flymake.el: Reindent.
7478         (flymake-split-string): Turn into defalias.
7479         (flymake-fix-file-name): Rename from flymake-fix-path-name.
7480         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
7481         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
7482         (flymake-build-relative-filename): Rename from ...path.
7483         Fix error message.
7485 2004-11-25  Cheng Gao  <chenggao@gmail.com>
7487         * progmodes/flymake.el: Much whitespace and capitalization change.
7488         Move `provide' to end.  Require `compile' only when compiling.
7490 2004-11-24  Jay Belanger  <belanger@truman.edu>
7492         * calc/calc-alg.el: Added comment.
7493         (math-polynomial-base): Replace variable mpb-top-expr by
7494         math-poly-base-top-expr.
7496         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
7497         (math-polynomial-p1): Replace variable mpb-top-expr by declared
7498         variable.
7499         (math-poly-base-total-base): New variable.
7500         (math-total-polynomial-base, math-polynomial-p1): Replace variable
7501         mpb-total-base by declared variable.
7502         (math-factored-vars, math-to-list): Declare it.
7503         (math-fact-expr): New variable.
7504         (calcFunc-factors, calcFunc-factor, math-factor-expr)
7505         (math-factor-expr-try, math-factor-expr-part): Replace variable
7506         expr by declared variable.
7507         (math-fet-x): New variable.
7508         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
7509         by declared variable.
7510         (math-factor-poly-coefs): Make temp a local variable.
7512         * calc/calc-units.el (calc-convert-units): Make units a local
7513         variable.
7514         (calc-num-units, calc-den-units): New variables.
7515         (calc-explain-units, calc-explain-units-rec): Replace variables
7516         num-units and den-units by declared variables.
7517         (math-cu-unit-list): New variable.
7518         (math-build-units-table, math-compare-unit-names)
7519         (math-convert-units, math-convert-units-rec): Replace variable
7520         unit-list by declared variable.
7521         (math-fbu-base, math-fbu-entry): New variables.
7522         (math-find-base-units, math-find-base-units-rec): Replace variables
7523         base and entry by declared variables.
7524         (math-which-standard): New variable.
7525         (math-to-standard-units, math-to-standard-rec): Replace variable
7526         which-standard by declared variable.
7527         (math-fcu-u): New variable.
7528         (math-find-compatible-unit, math-find-compatible-unit-rec):
7529         Replace variable u by declared variable.
7530         (math-cu-new-units, math-cu-pure): New variables.
7531         (math-convert-units, math-convert-units-rec): Replace variables
7532         new-units and pure by declared variables.
7533         (math-try-cancel-units): New variable.
7534         (math-simplify-units-quotient): Replace variable try-cancel-units by
7535         declared variable.
7537 2004-11-24  Richard M. Stallman  <rms@gnu.org>
7539         * textmodes/ispell.el (ispell-check-version):
7540         If default-directory is nonexistent, use home dir.
7542         * progmodes/grep.el (grep-regexp-alist):
7543         Don't match parens around line numbers.
7545         * progmodes/cperl-mode.el (cperl-indent-region)
7546         (cperl-imenu--create-perl-index, cperl-xsub-scan):
7547         Don't print progress messages.
7549         * progmodes/compile.el (compilation-mode-map):
7550         Don't inherit from compilation-minor-mode-map;
7551         copy its bindings instead.  But the menu bar Compile
7552         entry now does inherit from compilation-menu-map.
7554         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7555         Use with-no-warnings around compiler-macroexpand.
7557         * imenu.el: Don't always require newcomment.
7558         (imenu--generic-function): Call comment-normalize-vars
7559         if we have a comment syntax.
7560         Exit the loop if REGEXP matches the null string.
7561         Test comment-start as well as comment-start-skip
7562         when deciding whether to check for comments.
7564         * tooltip.el (tooltip-mode): Doc fix.
7566         * term.el (term-escape-char, term-mode): Doc fixes.
7568 2004-11-24  Dave Love  <fx@gnu.org>
7570         * progmodes/python.el (python-font-lock-syntactic-keywords):
7571         Check for escapes in the regexp.
7572         (python-quote-syntax): Don't do it here.
7574 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
7576         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
7577         (gdb-frames-mode-map, gdb-threads-mode-map)
7578         (gdb-registers-mode-map, gdb-locals-mode-map)
7579         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
7580         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
7582         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
7583         (dedicated-switch-to-buffer): Rework.
7584         (gdb-var-evaluate-expression-handler, gdb-put-string):
7585         Remove unused variable bindings.
7586         (gdb-setup-windows, gdb-display-buffer):
7587         Simplify. Use pop-to-buffer.
7588         (gdb-view-source-function): Simplify.
7589         (gdb-frame-breakpoints-buffer):
7590         Use pop-to-buffer, special-display-regexps.
7592 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7594         * progmodes/f90.el (f90-smart-end)
7595         (f90-previous-statement, f90-beginning-of-block): Doc fix.
7596         (f90-calculate-indent): Handle un-named PROGRAM blocks.
7597         (f90-end-of-block): Doc fix.  Make check of outermost block
7598         conditional on value of `f90-smart-end'.
7599         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
7600         Handle case where END-BLOCK is nil.
7601         (f90-match-end): Handle un-named PROGRAM blocks.
7602         (f90-backslash-not-special): New function.
7604 2004-11-24  Jay Belanger  <belanger@truman.edu>
7606         * calc/calc.el (calc-embedded-active): Removed unnecessary
7607         declaration.
7608         (calc-show-banner): Removed redundant declaration.
7610         * calc/calc-graph.el (calc-gnuplot-default-device)
7611         (calc-gnuplot-default-output, calc-gnuplot-print-device)
7612         (calc-gnuplot-print-output, calc-gnuplot-geometry)
7613         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
7614         Remove redundant initial values.
7616         * calc/calc-arith.el (math-scalar-functions)
7617         (math-nonscalar-functions, math-scalar-if-args-functions)
7618         (math-real-functions, math-positive-functions)
7619         (math-nonnegative-functions, math-real-scalar-functions)
7620         (math-real-if-arg-functions, math-integer-functions)
7621         (math-num-integer-functions, math-rounding-functions)
7622         (math-float-rounding-functions, math-integer-if-args-functions)
7623         (math-super-types): Move declarations to earlier in file.
7624         (math-unit-prefixes): Declared it.
7625         (math-floor-prec, math-trunc-prec): New variables.
7626         (math-trunc-fancy): Replace variable prec by declared variable.
7627         (math-floor-fancy): Replace variable prec by declared variable.
7628         (math-com-bterms): New variable.
7629         (math-commutative-equal, math-commutative-collect):
7630         Replace variable bterms by declared variable.
7632         * calc/calc-misc.el (math-trunc): Replace variable prec by
7633         math-trunc-prec.
7634         (math-floor): Replace variable prec by math-floor-prec.
7636         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
7637         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
7638         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
7639         (math-format-date, math-format-date-part): Replace variables
7640         date, dt, year, month, day, weekday, hour, minute, second and
7641         bc-flag by declared variables.
7642         (math-pd-str): New variable.
7643         (math-parse-date, math-parse-date-word, math-parse-standard-date):
7644         Replace variable str by declared variable.
7645         (math-daylight-savings-hook, math-tzone-names): Move definitions
7646         to earlier in the file.
7647         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
7648         (math-sh-year): New variable.
7649         (math-setup-add-holidays, math-setup-holidays)
7650         (math-setup-year-holidays): Replace variable `year' by declared
7651         variable.
7653         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
7654         New variables.
7655         (math-nth-root-float, math-nth-root-float-iter): Replace variables
7656         n, nf and nfm1 by declared variables.
7657         (math-nri-n): New variable.
7658         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
7659         n by declared variable.
7660         (calcFunc-log): Removed misplaced condition.
7662 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7664         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
7666 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
7668         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
7669         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
7670         Dedicate gdb-related windows.
7671         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
7672         other frames.
7673         (gdb-reset): Remove dedicated property after debugging.
7675 2004-11-24  Jay Belanger  <belanger@truman.edu>
7677         * calc/calc-sel.el: Add comment.
7679         * calc/calc.el (math-stack-value-offset): Replace variables c,
7680         wid and off with math-svo-c, math-svo-wid and math-svo-off.
7682         * calc/calccomp.el (math-comp-sel-tag): Declare it.
7683         (math-svo-c, math-svo-wid, math-svo-off): New variables.
7684         (math-stack-value-offset-fancy): Replace variables c, wid and off
7685         by declared variables.
7686         (math-comp-just, math-comp-comma-spc): New variables.
7687         (math-compose-expr, math-compose-matrix): Replace variables `just'
7688         and comma-spc by declared variable.
7689         (math-comp-vector-prec): New variable.
7690         (math-compose-expr, math-compose-matrix, math-compose-rows):
7691         Replace variable vector-prec by declared variable.
7692         (math-comp-left-bracket, math-comp-right-bracket)
7693         (math-comp-comma): New variables.
7694         (math-compose-expr, math-compose-rows): Replace variables
7695         left-bracket, right-bracket and comma by declared variables.
7696         (math-comp-full-width): New variable.
7697         (math-comp-to-string-flat, math-comp-to-string-flat-term):
7698         Replace variable full-width by declared variable.
7699         (math-comp-highlight, math-comp-word, math-comp-level)
7700         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
7701         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
7702         New variables.
7703         (math-comp-to-string-flat, math-comp-to-string-flat-term)
7704         (math-comp-sel-flat-term): Replace variables comp-highlight,
7705         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
7706         declared variables.
7707         (math-comp-simplify, math-comp-simplify-term)
7708         (math-comp-add-string, math-comp-add-string-sel):
7709         Replace variables comp-highlight, comp-buf, comp-base,
7710         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
7712 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7714         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
7716         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
7717         and x-server-version may throw.
7719 2004-11-23  Kim F. Storm  <storm@cua.dk>
7721         * subr.el (substitute-key-definition-key): Optimize.
7722         Don't call indirect-function for nil defn (always signals error).
7724         * ido.el (ido-read-internal): Fix require-match check when
7725         ido-directory-too-big is set.
7727 2004-11-23  Jay Belanger  <belanger@truman.edu>
7729         * calc/calc-ext.el (math-read-replacement-list)
7730         (math-read-superscripts): New variables.
7731         (math-read-preprocess-string): New function.
7732         (math-read-expr): Filter input through math-read-preprocess-string.
7734         * calc/calc-aent.el (math-read-exprs): Filter input through
7735         math-read-preprocess-string.
7737 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
7739         * progmodes/compile.el (compilation-start): In cd command use
7740         substitute-env-vars -- not quite shell compatible but better than
7741         nothing.
7742         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
7743         handle the newer versions messages, which are more parseable.
7745 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7747         * reveal.el (reveal-mode-map): New var.
7748         (reveal-mode): Use it.
7750 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
7752         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
7753         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
7755 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7757         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
7758         header-line when needed.
7759         Use fixed-pitch only in the header-line.
7760         Build the underline automatically.  Use emdash if available.
7762 2004-11-22  Richard M. Stallman  <rms@gnu.org>
7764         * dired.el (dired-recursive-copies): Move from dired-aux.el.
7765         * dired-aux.el (dired-recursive-copies): Move to dired.el.
7767 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
7769         * progmodes/gdb-ui.el (gdb-resync): New function.
7770         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
7771         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
7772         Use it to fail more gracefully.
7773         (gdb-variables): Delete variable.
7774         Re-order variables to reduce byte-compiler warnings.
7776 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7778         * descr-text.el (describe-char):
7779         * paren.el (show-paren-function):
7780         * subr.el (syntax-after): Undo last change.
7782         * progmodes/python.el (run-python): Don't hard code *Python*.
7783         Don't modify global process-environment.
7784         (python-send-region, python-load-file): Don't assume that
7785         python-buffer == (process-buffer (python-proc)).
7786         (python-switch-to-python): Simplify.
7788         * dired.el (dired-align-file): Don't assume line starts with spaces.
7790 2004-11-21  Jay Belanger  <belanger@truman.edu>
7792         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
7793         Replace variable `lines' by math-read-big-lines.
7794         (math-read-big-expr): Replace variables the-baseline, the-h2
7795         and err-msg by math-read-big-baseline, math-read-big-h2 and
7796         math-read-err-msg.
7797         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
7799         * calc/calc-lang.el (math-read-big-rec): Fix typo.
7800         (math-read-big-balance): Replace unbound variable by value.
7801         (math-read-big-lines): New variable.
7802         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
7803         (math-read-big-error, math-read-big-balance): Replace variable
7804         `lines' by declared variable.
7805         (math-read-big-baseline, math-read-big-h2): New variables.
7806         (math-read-big-rec): Replace variables the-baseline and the-h2
7807         by declared variables.
7808         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
7809         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
7810         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
7811         declared variables.
7812         (math-read-big-err-msg): New variable.
7813         (math-read-big-error): Replace variable err-msg by declared variable.
7815 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7817         * ses.el: Add coding cookie.
7818         Fix up docstrings, follow new commenting conventions.
7819         (ses-header-line-menu): Fix missing variable rename for header-row.
7820         (ses-cell-size): Remove.
7821         (ses-make-cell): New function.
7822         (ses-cell, ses-insert-row, ses-insert-column): Use it.
7823         (ses-calculate-cell): Remove unused var `symbol'.
7824         (ses-narrowed-p): New function.
7825         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
7826         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
7827         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
7828         (ses-setup): Use restore-buffer-modified-p.
7829         (ses-cleanup): Remove unused var `end'.
7830         (ses-header-string-left-offset): Remove.
7831         (ses-create-header-string): Adjust to new behavior of `align-to'.
7832         Truncate excessively large fields to preserve alignment.
7833         (ses-reconstruct-all): Remove unused var `refs'.
7834         (ses-read-cell-printer): Remove unused var `prompt'.
7835         (ses-delete-row): Remove unused var `pos'.
7836         (ses-delete-column): Remove unused var `new'.
7838 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7840         * ps-print.el: Insert :version tag into all defgroup and defcustom.
7841         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
7842         Eliminate eval-and-compile usage.
7843         (ps-insert-file): Use insert-file-contents instead of insert-file.
7844         (ps-setup): Code fix.
7846         * printing.el (pr-setup, lpr-setup): Code fix.
7848 2004-11-21  Jay Belanger  <belanger@truman.edu>
7850         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
7851         (calc-original-buffer): Declare them.
7852         (calc-user-formula-alist): New variable.
7853         (calc-user-define-formula, calc-fix-user-formula)
7854         (calc-user-define-composition, calc-finish-formula-edit):
7855         Replace variable `alist' by declared variable.
7856         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
7857         (var-q7, var-q7, var-q8, var-q9): Declare them.
7858         (calc-kbd-push): Don't check to see if var-q0 through var-q9
7859         are bound.
7860         (calcFunc-typeof): Replace undeclared variable by expression.
7861         (math-exp-env): New variable.
7862         (math-define-body, math-define-exp): Replace exp-env by declared var.
7863         (math-define-exp): Replace misplaced variable by expression.
7865         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
7866         (calc-curve-model, calc-curve-coefnames): New variables.
7867         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
7868         varnames, model and coefnames by declared variables.
7869         (math-root-widen): New variable.
7870         (math-search-root, math-find-root): Replace variable root-widen by
7871         declared variable.
7872         (var-DUMMY): Declare it.
7873         (math-root-vars, math-min-vars): Move the declarations to earlier in
7874         the file.
7875         (math-brent-min): Make d a local variable.
7876         (math-find-minimum): Replace non-existent variable.
7877         (math-ninteg-romberg): Remove unnecessary variable.
7878         (math-ninteg-temp): New variable.
7879         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
7880         integ-temp by declared variable.
7881         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
7882         New variables.
7883         (math-general-fit): Replace variables first-var, first-coef and
7884         new-coefs by declared variables.
7885         (calcFunc-fitvar): Replace variable first-var by declared variable.
7886         (calcFunc-fitparam): Replace variable first-coef by declared variable.
7887         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
7888         (math-all-vars-vars, math-all-vars-found): New variables.
7889         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
7890         found by declared variable math-all-vars-vars.
7892 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
7894         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
7895         of `defconst'.
7897 2004-11-20  Richard M. Stallman  <rms@gnu.org>
7899         * isearch.el (isearch-mode-map): Don't bind SPC.
7900         (isearch-whitespace-chars): Function deleted.
7901         (isearch-search): Bind search-spaces-regexp.
7902         (isearch-lazy-highlight-search): Likewise.
7903         (search-whitespace-regexp): Doc fix.
7904         (isearch-forward-regexp): Doc fix.
7906         * emacs-lisp/bytecomp.el (byte-compile-form):
7907         Move the calls to byte-compile-set-symbol-position,
7908         to avoid having two for the same symbol occurrence.
7910         * comint.el (comint-input-ring-size): Increase to 150.
7912         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
7913         New variables.
7914         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
7915         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
7917         * imenu.el (imenu--generic-function):
7918         Ensure we keep moving backward even if BEG isn't further back.
7920         * replace.el (query-replace-read-to, query-replace-read-from):
7921         Specify t for KEEP-ALL in read-from-minibuffer.
7923         * progmodes/python.el (python-switch-to-python):
7924         If Python isn't running, start it.
7925         Don't alter debug-ignored-errors.
7927         * progmodes/cperl-mode.el (cperl-indent-region):
7928         Don't mind imenu-scanning-message.
7930         * bindings.el (global-map): Bind C-e to move-end-of-line.
7932         * simple.el (line-move-finish): New arg FORWARD.
7933         Ignore invisible newlines, not intangible ones.
7934         Conditions for acceptable stopping positions depend on FORWARD.
7935         (line-move): Pass FORWARD arg to line-move-finish.
7937         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
7938         of HEADER.  Compensate for this change in the code to add display
7939         properties.  Don't make the first line intangible.
7941         * info.el (Info-search): Fix previous change.
7943 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
7945         * Makefile.in (recompile): Revert 2004-11-19 change.
7946         (compile): Likewise.
7948 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
7950         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
7952 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7954         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
7955         defgroup and defcustom.  Eliminate eval-and-compile usage.
7957         * progmodes/ebnf-otz.el: Fix typos.
7959 2004-11-19  Jay Belanger  <belanger@truman.edu>
7961         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
7962         (calc-edit-finish, calc-finish-stack-edit): Replace variable
7963         disp-trail by declared variable.
7965         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
7966         (calc-finish-selection-edit): Replace variable disp-trail by
7967         declared variable.
7968         (calc-selection-cache-entry): Move declaration to earlier in the file.
7969         (calc-selection-cache-num, calc-selection-cache-comp)
7970         (calc-selection-cache-offset, calc-selection-true-num)
7971         (calc-final-point-line, calc-final-point-column)
7972         (calc-original-buffer): Declare them.
7973         (calc-fnp-op, calc-fnp-num): New variables.
7974         (calc-find-nth-part, calc-find-nth-part-rec)
7975         (calc-select-previous): Replace op and num by declared variables.
7976         (calc-rsf-old, calc-rsf-new): New variables.
7977         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
7978         Replace variables old and new by declared variables.
7979         (calc-sel-reselect): New variable.
7980         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
7981         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
7982         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
7983         reselect with declared variable.
7985         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
7986         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
7987         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
7988         (math-import-list, math-rewrite-phase): Declare them.
7989         (math-rewrite): Use let* to declare variables.
7990         (calc-rewrite-selection): Make rules a local variable.
7991         (calc-rewr-sel): New variable.
7992         (calc-rewrite-selection, calc-locate-selection-marker)
7993         (calc-rewrite): Use the declared variable calc-rewr-sel instead
7994         of sel.
7995         (math-rewrite-whole-expr): New variable.
7996         (math-rewrite, math-rewrite-phase): Replace variable expr by
7997         declared variable.
7998         (math-rewrite-heads-heads, math-rewrite-heads-skips)
7999         (math-rewrite-heads-blanks ): New variables.
8000         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
8001         heads, skips and blanks by declared variables.
8002         (math-rwcomp-subst-old, math-rwcomp-subst-new)
8003         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
8004         New variables.
8005         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
8006         old, new, old-func and new-func by declared variables.
8007         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
8008         Remove unnecessary variable.
8009         (math-apply-rw-regs): New variable.
8010         (math-apply-rewrites, math-rwapply-replace-regs)
8011         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
8012         (math-apply-rw-ruleset): New variable.
8013         (math-apply-rewrites, math-rwapply-remember): Replace variable
8014         ruleset by declared variable.
8016 2004-11-19  Richard M. Stallman  <rms@gnu.org>
8018         * info.el (Info-search): Use search-whitespace-regexp.
8020 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
8022         * vc-rcs.el (vc-rcs-parse): New function.
8023         (vc-rcs-annotate-command): Likewise.
8024         (vc-rcs-annotate-current-time): Likewise.
8025         (vc-rcs-annotate-time): Likewise.
8026         (vc-rcs-annotate-extract-revision-at-line): Likewise.
8028 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
8030         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
8032 2004-11-18  Jay Belanger  <belanger@truman.edu>
8034         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
8036 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8038         * printing.el: Eliminate use of interactive-p and eval-and-compile.
8039         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8040         Use make-temp-file to generate PostScript files in any situation.
8041         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
8042         (pr-interactive-p): Eliminate var.
8043         (pr-save-interactive): Eliminate macro.
8044         (pr-interface, pr-ps-directory-preview)
8045         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
8046         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
8047         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
8048         (pr-ps-buffer-ps-print, pr-ps-region-preview)
8049         (pr-ps-region-using-ghostscript, pr-ps-region-print)
8050         (pr-ps-region-ps-print, pr-ps-mode-preview)
8051         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
8052         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
8053         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
8054         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
8055         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
8056         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
8057         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
8058         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
8059         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
8060         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
8061         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
8062         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
8063         Eliminate pr-save-interactive usage.
8064         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
8065         Eliminate pr-interactive-p usage.
8066         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
8067         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
8068         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
8069         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
8070         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
8071         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
8072         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
8073         New funs.
8074         (pr-ps-file): Use make-temp-file to generate a temporary file.
8076 2004-11-17  Jay Belanger  <belanger@truman.edu>
8078         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
8079         a local variable.
8080         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
8081         (math-top-only): New variable.
8082         (math-simplify, math-simplify-step): Replace variable top-only by
8083         declared variable math-top-only.
8084         (math-simplify-expr): Declare it.
8085         Replace argument expr in all calls of math-defsimplify by
8086         math-simplify-expr.
8087         (math-simplify-plus, math-simplify-times, math-simplify-divide)
8088         (math-simplify-divisor, math-simplify-one-divisor)
8089         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
8090         (math-simplify-pow): Replace variable expr by declared variable
8091         math-simplify-expr.
8092         (math-simplify-divisor): Remove local variables temp and op.
8093         (math-simplify-one-divisor): Make temp and op local variables.
8094         (math-simplify-divisor-nover, math-simplify-divisor-dover):
8095         New variables.
8096         (math-simplify-divisor, math-simplify-one-divisor):
8097         Replace variables nover and dover by declared variables.
8098         (math-expr-subst-new, math-expr-subst-old): New variables.
8099         (math-expr-subst, math-expr-subst-rec): Replace variables new
8100         and old by declared variables.
8101         (math-is-poly-degree, math-is-poly-loose): New variables.
8102         (math-is-polynomial, math-is-poly-rec): Replace variables degree
8103         and loose by declared variables.
8104         (math-poly-base-const-ok, math-poly-base-pred): New variables.
8105         (math-polynomial-base, math-polynomial-base-rec):
8106         Replace variables const-ok and mpb-pred by declared variables.
8108         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
8110         * calc/calc-ext.el (math-defsimplify): Change the argument in
8111         the created function to math-simplify-expr.
8113         * calc/calc-units.el (math-simplify-expr): Declare it.
8114         Replace argument expr in all calls of math-defsimplify by
8115         math-simplify-expr.
8116         (math-simplify-units-prod): Replace variable expr by declared
8117         variable math-simplify-expr.
8119 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8121         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
8122         Replace mapcar->dolist, format->string.
8124 2004-11-17  Miles Bader  <miles@gnu.org>
8126         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
8127         * progmodes/idlwave.el: Remove RCS keywords.
8129 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
8131         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
8132         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
8133         Update to IDLWAVE version 5.5.  Too many changes to list them here.
8134         * progmodes/idlw-help.el: New file.
8136 2004-11-16  Richard M. Stallman  <rms@gnu.org>
8138         * international/iso-cvt.el (iso-tex2iso-trans-tab):
8139         Discard spaces after \i according to TeX rules.
8141         * international/mule.el (set-buffer-file-coding-system):
8142         New arg NOMODIFY.
8143         (after-insert-file-set-coding): Pass that new arg.
8144         Prevent set-buffer-multibyte from trying to lock the file.
8146         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
8148         * saveplace.el (save-place): Doc fix.
8150         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
8151         temporarily widen before finding the following word to copy.
8153         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
8154         (cl-map-keymap): Definition deleted.
8156         * subr.el (map-keymap-internal): New function.
8158 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8160         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
8161         when pressing rather than when releasing mouse-2.  Simplify.
8163 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8165         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
8166         (compilation-mode): Set it here instead.
8168         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
8170         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
8171         (loop, cl-parse-loop-clause, defsetf): Use backquote.
8173 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8175         * progmodes/compile.el (compilation-internal-error-properties):
8176         Fix up a transposition-typo.  Check end-col before using it.
8178 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
8180         * international/iso-cvt.el (iso-tex2iso-trans-tab):
8181         Discard whitespace after macro \i when converting it.
8183 2004-11-16  Juri Linkov  <juri@jurta.org>
8185         * emacs-lisp/find-func.el (find-function-regexp):
8186         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
8187         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
8188         Remove invalid `\W' from [^cgv\W].  Doc fix.
8189         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
8191 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
8193         * play/life.el: Maintainer is now FSF.
8194         (life-patterns, life-neighbor-deltas, life-window-start)
8195         (life-current-generation, life-generation-string): Use defvar
8196         instead of defconst.
8198 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8200         * progmodes/compile.el (compilation-move-to-column): New fun.
8201         (compilation-internal-error-properties)
8202         (compilation-next-error-function): Use it to make sure we don't go past
8203         the end of line.
8205 2004-11-15  John Paul Wallington  <jpw@gnu.org>
8207         * autoinsert.el (auto-insert-alist): Insert the user's name in
8208         copyright notice, rather than Free Software Foundation, for the
8209         Emacs Lisp header case too.
8211 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8213         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
8214         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
8215         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
8216         return the list of string in a string.
8217         (pr-call-process): Message if calling process returns an error, that
8218         is, the exit status is different of zero.
8220 2004-11-15  Jay Belanger  <belanger@truman.edu>
8222         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
8223         variable var-thing.
8224         (math-integ-depth, math-integ-level, math-integral-limit)
8225         (math-enable-subst, math-any-substs, math-integ-msg)
8226         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
8227         (math-int-threshold, math-int-factors, math-double-roots)
8228         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
8229         (var-GenCount): Declare these variables.
8230         (calcFunc-integ): Don't check if var-IntegLimit is bound.
8231         (math-integral-cache, math-integral-cache-state):
8232         Move declarations to earlier in the file.
8233         (math-deriv-var, math-deriv-total, math-deriv-symb)
8234         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
8235         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
8236         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
8237         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
8238         (math-solve-res): New variables
8239         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
8240         (math-integral, math-replace-integral-parts)
8241         (math-integrate-by-parts, calc-dump-integral-cache)
8242         (math-try-integral, math-do-integral, math-do-integral)
8243         (math-do-integral-methods, math-try-solve-for)
8244         (math-try-solve-prod, math-solve-poly-funny-powers)
8245         (math-solve-crunch-poly, math-decompose-poly)
8246         (math-solve-find-root-term, math-find-root-in-prod)
8247         (math-integ-try-linear-substitutions)
8248         (math-integ-try-substitutions, math-expr-rational-in)
8249         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
8250         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
8251         (math-solve-for, math-solve-system, math-solve-system-rec)
8252         (math-solve-get-sign, math-solve-get-int)
8253         (math-solve-system-subst): Replace undeclared variables with newly
8254         declared variables.
8256 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8258         * winner.el (winner-active-region, winner-edges, winner-window-list):
8259         Define at toplevel.
8260         (winner-mode-map): Move init inside declaration.
8262 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
8264         * files.el (convert-standard-filename): Doc fix.
8266 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
8268         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
8269         passwd, group, shadow, default/* and pam.d/*.
8271 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8273         * printing.el (pr-menu-spec): Adjust menu specification.
8275 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8277         * printing.el: Doc fix.  Insert :version tag into all defcustom.
8278         Handle interactive-p as is recommended in Emacs Lisp Reference.
8279         Set the file permission bits for newly created files.
8280         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
8281         The printing menu specification (in `pr-menu-spec') was merged.
8282         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8283         (pr-version): New version number (6.8.3).
8284         (pr-file-modes): New option.
8285         (pr-interactive-p): New var.
8286         (pr-save-interactive, pr-save-file-modes): New macros.
8287         (pr-setup): Code fix.
8288         (pr-menu-spec): Menu specification merged.
8289         (pr-call-process, pr-text2ps): Set file permission bits.
8290         (pr-despool-print): Set file permission bits.  Handle interactive-p as
8291         is recommended.
8292         (pr-interface, pr-ps-directory-preview)
8293         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
8294         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
8295         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
8296         (pr-ps-buffer-ps-print, pr-ps-region-preview)
8297         (pr-ps-region-using-ghostscript, pr-ps-region-print)
8298         (pr-ps-region-ps-print, pr-ps-mode-preview)
8299         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
8300         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
8301         (pr-despool-using-ghostscript, pr-despool-ps-print)
8302         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
8303         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
8304         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
8305         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
8306         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
8307         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
8308         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
8309         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
8310         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
8311         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
8312         Handle interactive-p as is recommended.
8314 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8316         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
8317         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
8319         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
8320         so it doesn't forget to highlight the beginning of the region either.
8322 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
8324         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
8325         (c-font-lock-init): Eliminate obsolete make-local-hook.
8326         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
8327         (awk-mode): Use run-mode-hooks.
8329         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
8331 2004-11-13  Kim F. Storm  <storm@cua.dk>
8333         * mouse.el (mouse-drag-copy-region): Add :version.
8334         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
8335         while dragging mode line, so mode line can be dragged downwards.
8336         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
8337         while pressing mouse button so window doesn't scroll until we
8338         release the mouse if clicking on partially visible line.
8340 2004-11-12  Jay Belanger  <belanger@truman.edu>
8342         * calc/calc-graph.el (calc-dumb-map): Declare it.
8343         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
8344         than unbound.
8345         (calc-graph-name): Made `end' a local variable.
8346         (calc-graph-lookup): Made `varname' a local variable.
8347         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
8348         Declare them.
8349         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
8350         (calc-graph-plot, calc-graph-compute-3d): Remove references to
8351         the unused variable y3vec.
8352         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
8353         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
8354         calc-graph-prev-kill-hook.
8355         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
8356         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
8357         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
8358         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
8359         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
8360         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
8361         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
8362         (calc-graph-y3value, calc-graph-y3name)
8363         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
8364         (calc-graph-stepcount, calc-graph-is-splot)
8365         (calc-graph-surprise-splot, calc-graph-blank)
8366         (calc-graph-non-blank, calc-graph-curve-num): New variables.
8367         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
8368         (calc-graph-recompute-2d, calc-graph-compute-3d)
8369         (calc-graph-format-data): Replace undeclared variables with the
8370         above newly declared variables.
8372 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
8374         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
8375         `rsf-beep' and `rsf-sleep-after-message'.
8377         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
8378         list if `message-sender' is non-nil.
8380 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
8382         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
8383         consing by using mapc instead of mapcar.
8385 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
8387         * tooltip.el (require): Explain why CL is needed.
8389 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8391         * printing.el: Insert :version into defgroup (printing).  All reference
8392         to Files option in menubar were changed to File.
8393         (pr-version): New version number (6.8.2).
8394         (pr-get-symbol): Call easy-menu-intern.
8395         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
8396         compilation gripes.
8398 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8400         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
8401         new byte-compile-function-environment binding to t.
8403         * font-lock.el (font-lock-fontify-syntactically-region):
8404         Don't forget to highlight the last char when we hit `end'.
8406         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
8407         (mwheel-scroll): Adjust accordingly.
8409         * cvs-status.el: Reduce spurious warnings.
8410         (cvs-status-checkout): Remove.
8411         (cvs-status-mode-map): Use cvs-mode-checkout instead.
8413         * pcvs.el (cvs-mode-checkout): New command.
8415         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
8417         * tooltip.el: Require CL.
8419         * emacs-lisp/bytecomp.el: Use push.
8420         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
8421         (defalias): Remove the `byte-compile' property and add
8422         a `byte-hunk-handler'.
8424 2004-11-11  Juri Linkov  <juri@jurta.org>
8426         * info.el (Info-search): Save match data for isearch.
8427         Skip Tag Table node.
8429         * descr-text.el (describe-char): Replace syntax-after with code
8430         from its previous version.
8432         * files.el (magic-mode-alist): Use optimization for SGML mode too.
8433         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
8435         * international/mule.el (sgml-html-meta-auto-coding-function):
8436         Remove > after <html to allow HTML attributes.
8438 2004-11-11  Jay Belanger  <belanger@truman.edu>
8440         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
8441         a variable.
8442         (calcFunc-dfac): Replace unbound max by n.
8443         (math-stirling-local-cache): New variable.
8444         (math-stirling-number, math-stirling-1, math-stirling-2):
8445         Replace the variable `cache' by the declared variable
8446         math-stirling-local-cache.
8447         (var-RandSeed): Declare it as a variable.
8448         (math-init-random-base, math-random-digit): Don't check to see if
8449         var-RandSeed is bound.
8450         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
8451         Declare them instead of just setting them.
8452         (math-init-random-base): Made i a local variable.
8453         (math-random-digit): Made math-random-last a local variable.
8454         (math-prime-test-cache): Move declaration to before it is used.
8455         (math-prime-test-cache-k, math-prime-test-cache-q)
8456         (math-prime-test-cache-nm1, math-prime-factors-finished):
8457         Declare them as variables.
8459 2004-11-11  Jay Belanger  <belanger@truman.edu>
8461         * calc/calc-ext.el (math-defcache): Use defvar for the new
8462         variables it creates.
8464 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
8466         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
8467         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
8468         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
8469         (desktop-save): Add :version.
8471 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8473         * printing.el (pr-get-symbol): Don't downcase.
8475 2004-11-10  Jay Belanger  <belanger@truman.edu>
8477         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
8478         string to kill-ring.
8480         * calc/calc-aent.el (calc-alg-exp, math-toks)
8481         (math-exp-pos,math-exp-old-pos, math-exp-token)
8482         (math-exp-keep-spaces, math-exp-str): New variables.
8483         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
8484         (calcAlg-enter): Use declared variable calc-alg-exp.
8485         (math-build-parse-table, math-find-user-token): Use declared
8486         variable math-toks.
8487         (math-read-exprs, math-read-token, calc-check-user-syntax)
8488         (calc-match-user-syntax, match-factor-after, math-read-factor):
8489         Use declared variables math-exp-pos math-exp-old-pos.
8490         (math-read-exprs, math-read-token, math-read-expr-level)
8491         (calc-check-user-syntax, calc-match-user-syntax)
8492         (match-factor-after, math-read-factor): Use declared variable
8493         math-exp-token.
8494         (math-read-exprs, math-read-expr-list, math-read-token)
8495         (math-read-factor): Use declared variable math-exp-keep-spaces.
8496         (math-read-exprs, math-read-token): Use declared variable
8497         math-exp-str.
8498         (calc-match-user-syntax): Make m a local variable.
8500         * calc/calc-ext.el (math-read-expr): Use declared variables
8501         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
8502         math-exp-keep-spaces.
8504         * calc/calc-forms.el (math-read-angle-bracket): Use declared
8505         variables math-exp-pos, math-exp-str.
8507         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
8508         math-exp-old-pos.
8509         (math-parse-fortran-vector, math-parse-fortran-vector-end)
8510         (math-parse-eqn-prime): Use declared variable math-exp-token.
8512         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
8513         Use declared variable math-exp-pos.
8514         (math-check-for-commas): Use declared variable math-exp-str.
8515         (math-read-brackets): Use declared variables math-exp-old-pos,
8516         math-exp-keep-spaces.
8517         (math-read-brackets, math-read-vector, math-read-matrix):
8518         Use declared variable math-exp-token.
8520 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8522         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
8523         where the keymap is a symbol.
8524         (easy-menu-add-item): Use keymap-prompt.  Simplify.
8526         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
8528         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
8529         (sgml-parse-tag-backward): Use it to skip spurious < or >.
8531 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
8533         * ebuff-menu.el: Doc fixes throughout.
8534         (electric-buffer-menu-mode-hook): New defvar.
8536 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
8538         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
8539         compilation. The resulting compiler warnings appear to be harmless.
8541 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
8543         * textmodes/conf-mode.el: New file.
8545         * files.el (auto-mode-alist, magic-mode-alist): Use it.
8547 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8549         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
8551 2004-11-09  Jay Belanger  <belanger@truman.edu>
8553         * calc/calc-ext.el (calc-init-extensions): Remove old code.
8555         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
8556         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
8557         (calc-z-prefix-help, calc-user-function-list): Use declared
8558         variables calc-z-prefix-buf, calc-z-prefix-msgs.
8559         (math-map-tree, math-map-tree-rec): Use declared variables
8560         math-mt-many, math-mt-func.
8561         (math-read-expression, math-read-string): Use declared variable
8562         math-expr-data.
8564         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
8565         variable math-normalize-a.
8567         * calc/calc.el (math-normalize-a): New variable.
8568         (math-normalize): Use declared variable math-normalize-a.
8570         * calc/calc-poly.el (math-expand-form): Use declared variable
8571         math-mt-many.
8573         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
8574         Use declared variable math-mt-many.
8575         (math-rewrite): Use declared variable math-mt-func.
8577         * calc/calc-vec.el (math-read-brackets, math-read-vector)
8578         (math-read-matrix): Use declared variable math-expr-data.
8580         * calc/calc-lang.el (math-parse-fortran-vector)
8581         (math-parse-fortran-vector-end, math-parse-tex-sum)
8582         (math-parse-eqn-matrix, math-parse-eqn-prime)
8583         (math-read-math-subscr): Use declared variable math-expr-data.
8585         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
8586         (math-read-expr-level, math-read-token, calc-check-user-syntax)
8587         (calc-match-user-syntax, math-read-if, math-factor-after)
8588         (math-read-factor): Use declared variable math-expr-data.
8590 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
8592         * calendar/diary-lib.el (diary-from-outlook)
8593         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
8594         interactive-p; but rather new optional argument NOCONFIRM.
8596 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8598         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
8599         (easy-menu-name-match): Revert correspondingly.
8601 2004-11-09  Richard M. Stallman  <rms@gnu.org>
8603         * emacs-lisp/bytecomp.el (byte-compile-defalias):
8604         Turn off warnings for the new function even if definition not constant.
8605         If the definition isn't a quoted symbol, record (FUNCTION . t).
8606         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
8607         (byte-compile-callargs-warn): Handle (FUNCTION . t).
8608         (display-call-tree, byte-compile-arglist-warn):
8609         Handle t returned by byte-compile-fdefinition.
8611 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8613         * Makefile.in (maintainer-clean): Depend on distclean.
8615         * help-fns.el (help-C-file-name): File name must be in build-files
8616         to be returned.
8618 2004-11-09  Jay Belanger  <belanger@truman.edu>
8620         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
8621         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
8623         * calc/calc.el (calc, calc-trail-display, calc-mode):
8624         Remove obsolete sections.
8626         * calc/calc.el (calc-x-paste-text): Remove.
8628         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
8629         mouse-2.
8631 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
8633         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
8634         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
8635         current frame (in case of recursive calls).
8636         (gdb-show-changed-values): Add :version keyword.
8638 2004-11-09  Kenichi Handa  <handa@m17n.org>
8640         * international/mule-cmds.el: Change coding: tag back to
8641         iso-2022-7bit.
8643 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8645         * international/mule-cmds.el: Change coding-system to utf-8.
8646         (select-safe-coding-system-interactively):
8647         New function extracted from select-safe-coding-system.
8648         (select-safe-coding-system): Use it.
8650 2004-11-08  Richard M. Stallman  <rms@gnu.org>
8652         * subr.el (syntax-after): Doc fix.
8654         * paren.el (show-paren-function): Change calls to syntax-after
8655         for new way of returning the value.
8657         * menu-bar.el (menu-bar-file-menu): Make this the real name
8658         and menu-bar-files-menu the alias.  Use the former.
8659         (global-map): Use `file', not `files', as the symbol.
8661         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
8663         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
8664         Don't use beginning-of-buffer.
8665         (filesets-cmd-show-result): Use with-no-warnings.
8667 2004-11-08  Juri Linkov  <juri@jurta.org>
8669         * progmodes/compile.el (compile): Don't overwrite last command in
8670         minibuffer history with default command if they are not equal.
8672 2004-11-08  Jay Belanger  <belanger@truman.edu>
8674         * calc/calcalg2.el (math-do-integral-methods): Try linear then
8675         non-linear substitutions.
8677 2004-11-08  Jay Belanger  <belanger@truman.edu>
8679         * calc/calcalg2.el (math-linear-subst-tried): New variable.
8680         (math-do-integral): Set `math-linear-subst-tried' to nil.
8681         (math-do-integral-methods): Use `math-linear-subst-tried' to
8682         determine what type of substitution to try.
8683         (math-integ-try-linear-substituion):
8684         Set `math-linear-subst-tried' to t.
8686 2004-11-08  Kim F. Storm  <storm@cua.dk>
8688         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
8690 2004-11-07  Juri Linkov  <juri@jurta.org>
8692         * info-look.el (info-lookup): Allow reusing in the current buffer
8693         not only *info* buffer, but all (even renamed) Info buffers
8694         by checking for major-mode instead of *info* buffer name.
8695         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
8696         (octave-mode, maxima-mode) <doc-spec>:
8697         Allow long dashes generated by Texinfo 4.7 before definitions.
8698         (texinfo-mode) <doc-spec>: Add space to suffix to find command
8699         definitions with argument separated by space.
8701 2004-11-06  Richard M. Stallman  <rms@gnu.org>
8703         * simple.el (next-error group, face): Move before first use.
8704         (next-error-highlight, next-error-highlight-no-select): Likewise.
8706         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
8707         (line-move): New args NOERROR and TO-END.
8708         Return t if if succeed in moving specified number of lines.
8709         (move-end-of-line): New function.
8711         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
8712         (end-of-buffer-other-window): Likewise.
8714         * simple.el (line-move-ignore-invisible): Default to t.
8716         * subr.el (syntax-after): Return the syntax letter, not the raw code.
8718         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
8720         * international/iso-cvt.el (iso-cvt-define-menu):
8721         Rename menu-bar-files-menu to menu-bar-file-menu.
8723         * net/browse-url.el (browse-url-gnome-moz-program)
8724         (browse-url-gnome-moz-arguments): Move up before first use.
8726         * net/tramp.el (tramp group): Add :version.
8728         * progmodes/ada-xref.el (ada-gdb-application):
8729         Use goto-char instead of beginning-of-buffer.
8731         * progmodes/cperl-mode.el (cperl-info-on-command):
8732         Use goto-char instead of beginning-of-buffer.
8734         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
8735         Move up before first use.
8736         (idlwave-shell-temp-pro-file): Likewise.
8737         (idlwave-shell-temp-rinfo-save-file): Likewise.
8738         (idlwave-shell-temp-file): Minor doc fix.
8740         * textmodes/flyspell.el (flyspell-external-point-words):
8741         Use goto-char instead of beginning-of-buffer.
8743 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
8745         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
8746         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
8747         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
8749 2004-11-06  David Ponce  <david@dponce.com>
8751         * recentf.el (recentf-menu-path): Use menu item name.
8753 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
8755         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
8756         display doesn't support images.
8758 2004-11-06  Andreas Schwab  <schwab@suse.de>
8760         * tempo.el (tempo-match-finder): Doc fix.
8762         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
8764 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8766         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
8767         (easy-menu-lookup-name): New fun to replace it.
8768         (easy-menu-get-map): Use it to obey menu item names (rather than just
8769         keys) when looking up `path'.
8770         (easy-menu-always-true-p): Rename from easy-menu-always-true.
8771         (easy-menu-convert-item-1): Adjust to new name.
8773 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
8775         * outline.el (hide-body): Don't hide lines at the top of the file
8776         that precede the first header line.
8778 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
8780         * align.el (align-areas): Delete whitespace before reindenting, so
8781         that tabs are never placed after spaces.
8783 2004-11-06  Alan Shutko  <ats@acm.org>
8785         * macros.el (insert-kbd-macro): Do completions based on macros,
8786         rather than all commands.
8788 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
8790         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
8791         to solve a bug whereby tags with 'b' don't match.
8793 2004-11-05  Juri Linkov  <juri@jurta.org>
8795         * info.el (Info-search): Don't search in node header lines
8796         and file headers.
8798         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
8799         symbol-constituent characters after dot, not only digits.
8801 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
8803         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
8805 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8807         * dired.el (dired-read-dir-and-switches): Call read-directory-name
8808         if a dialog will be used, read-file-name otherwise.
8810 2004-11-04  Richard M. Stallman  <rms@gnu.org>
8812         * textmodes/table.el (table group): Add :version.
8814         * textmodes/ispell.el (ispell-word):
8815         Don't alter args; set them only thru `interactive' spec.
8817         * textmodes/flyspell.el (flyspell-word):
8818         Don't alter FOLLOWING; set it only thru `interactive' spec.
8820         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
8822         * net/browse-url.el (browse-url-maybe-new-window):
8823         Use called-interactively-p.
8825         * mail/supercite.el (sc-cite-region):
8826         Don't use interactive-p.  Add arg INTERACTIVE.
8827         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
8829         * international/mule-cmds.el (set-input-method, toggle-input-method):
8830         Don't use interactive-p.  Add arg INTERACTIVE.
8832         * eshell/esh-mode.el (eshell-show-maximum-output):
8833         Don't use interactive-p.
8834         (eshell-truncate-buffer): Just message, no error, if buffer is short.
8836         * mouse.el (mouse-show-mark): Get positions to delete from mark
8837         and point, not from mouse-drag-overlay.
8839         * imenu.el (imenu-eager-completion-buffer): Add :version.
8841         * filesets.el (filesets group): Add :version.
8843 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
8845         * files.el (xml-based-modes): Delete var.
8846         (magic-mode-alist): New more general var.
8847         (set-auto-mode): Use it.
8849         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
8850         when clicking from another window.
8852 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
8854         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
8855         (vc-cvs-annotate-time): Incorporate value of deleted var.
8856         Remove special-case handling of beginning-of-buffer cruft.
8857         Cache ending position (point) and return value in text property
8858         `vc-cvs-annotate-time', and consult it on subsequent invocations.
8860         * vc-cvs.el (vc-cvs-annotate-command):
8861         Delete extraneous lines from beginning of buffer.
8862         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
8864         * progmodes/grep.el (grep-default-command): Take empty string
8865         for tag if all other methods yield nil.  Shell-quote the tag.
8867         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
8868         spec in `interactive' form, and mention it in the docstring.
8869         Also, make sure point is at bol after calling `annotate-time'.
8871 2004-11-02  Richard M. Stallman  <rms@gnu.org>
8873         * cus-edit.el (customize-group-other-window):
8874         Select the window that displays the custom buffer.
8875         (custom-buffer-create-other-window): Likewise.
8877         * comint.el (comint-insert-input): Fix previous change.
8879         * emacs-lisp/elp.el (elp-instrument-function):
8880         Use called-interactively-p.
8882         * emacs-lisp/easymenu.el (easy-menu-intern):
8883         Don't downcase; rather, case-flip the first letter of each word.
8885         * emacs-lisp/easy-mmode.el (define-minor-mode):
8886         Use called-interactively-p.
8888         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
8889         Add interactive-only.
8890         (byte-compile-warnings): Add interactive-only as option.
8891         (byte-compile-interactive-only-functions): New variable.
8892         (byte-compile-form): Warn about calls to functions
8893         in byte-compile-interactive-only-functions.
8895         * emacs-lisp/autoload.el (update-file-autoloads):
8896         Don't use interactive-p; take new arg SAVE-AFTER.
8898         * emacs-lisp/advice.el (ad-make-advised-definition):
8899         Use called-interactively-p.
8901 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8903         * files.el (find-file-existing): New function.
8905         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
8906         find-file-existing.  Add "New File..." that calls find-file.
8908         * diropen.pbm, diropen.xpm: New files.
8910         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
8911         icon diropen.  New tool bar item find-file-existing uses icon open.
8913         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
8914         instead of read-file-name.
8916 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
8918         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
8919         (icalendar--split-value): Change name of work buffer.
8920         (icalendar--get-weekday-abbrev): Return nil on error.
8921         (icalendar--date-to-isodate): New function.
8922         (icalendar-convert-diary-to-ical)
8923         (icalendar-extract-ical-from-buffer): Use only two args for
8924         make-obsolete (XEmacs compatibility).
8925         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
8926         (icalendar-export-region): Doc fix.
8927         If error, return non-nil and write errors to a buffer.
8928         Use correct weekday for weekly recurring events.
8929         Check whether date has been parsed for ordinary events.
8930         Make weekly events start in the year 2000.
8931         DTEND is non-inclusive, shift end date by one day if
8932         necessary (not for entries that have date and time).
8933         Rename local let variables: oops -> found-error, datestring ->
8934         startdatestring.
8936 2004-11-02  Kim F. Storm  <storm@cua.dk>
8938         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
8939         keep-mode-if-same variable.  Add it as optional arg instead.
8940         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
8942         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
8943         substitute-command-keys will select lower-case bindings like those
8944         used in the static help texts.
8946         * descr-text.el (describe-text-properties): Don't err if called in
8947         the *Help* buffer; output to *Help-2* buffer instead.
8949         * kmacro.el (group kmacro): Add :version.
8950         (kmacro-keyboard-quit): New function to cleanup on C-g.
8951         (kmacro-start-macro): Set defining-kbd-macro to append when
8952         appending to last macro.
8954         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
8956 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
8958         * progmodes/gdb-ui.el (gdb-enable-debug-log)
8959         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
8960         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
8961         Add :version keyword.
8963 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
8965         * progmodes/flymake.el (flymake-err-line-patterns):
8966         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
8967         `compilation-error-regexp-alist-alist' to internal Flymake format.
8969         * progmodes/flymake.el: Eliminate byte-compiler warnings.
8971 2004-11-01  Jay Belanger  <belanger@truman.edu>
8973         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
8974         with `interactive "s"'.
8976 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8978         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
8979         Revert change from 2004-10-16.  '*' checks the current buffer, but the
8980         mouse click may be in another buffer.
8982 2004-11-01  John Paul Wallington  <jpw@gnu.org>
8984         * files.el (large-file-warning-threshold): Add :version keyword.
8985         (kill-some-buffers): Doc fix.
8987         * thumbs.el (group thumbs): Add :version keyword.
8989         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
8991 2004-11-01  Richard M. Stallman  <rms@gnu.org>
8993         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
8995         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
8997         * allout.el (allout group): Add :version.
8998         (allout-init): Don't use interactive-p.
8999         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
9000         (allout-forward-current-level, allout-backward-current-level):
9001         Don't use interactive-p.
9003         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
9004         (bibtex-find-text): Likewise.
9006         * progmodes/vhdl-mode.el (vhdl-fill-region)
9007         (vhdl-beginning-of-statement): Don't use interactive-p.
9009         * progmodes/idlwave.el (idlwave-update-routine-info):
9010         Don't use interactive-p.
9012         * progmodes/idlw-shell.el (idlwave-shell-send-char):
9013         Don't use interactive-p.
9015         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
9016         Don't use interactive-p.
9018         * progmodes/ada-xref.el (ada-make-body-gnatstub):
9019         Don't use interactive-p.
9021         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
9022         (fortune-in-buffer): Doc fix.
9024         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
9026         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
9027         don't select the temporary buffer.
9028         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
9029         (eudc-get-phone): Likewise.
9031 2004-11-01  Kim F. Storm  <storm@cua.dk>
9033         * man.el (Man-xref-normal-file): Fix help-echo.
9035 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9037         * reveal.el (reveal-last-tick): New var.
9038         (reveal-post-command): Use it to avoid closing overlays when we're
9039         appending text to them.
9041 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9043         * textmodes/bibtex.el: Require button.
9044         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
9045         (bibtex-reference-keys): Distinguish between header keys and
9046         crossref keys.
9047         (bibtex-beginning-of-field): New function.
9048         (bibtex-url-map): Remove.
9049         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
9050         (bibtex-font-lock-url-regexp): Assume that field names begin at
9051         the beginning of a line.
9052         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
9053         Remove field delimiters.  Use bibtex-beginning-of-field.
9054         Bugfix, point can be inside a field with a url.
9055         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
9056         New functions.
9057         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
9058         (bibtex-key-in-head): Simplify.
9059         (bibtex-current-line): Use bolp.
9060         (bibtex-parse-keys): Remove unused arg `add'.
9061         Use bibtex-type-in-head and bibtex-key-in-head.
9062         (bibtex-parse-entry, bibtex-autofill-entry):
9063         Use bibtex-type-in-head and bibtex-key-in-head.
9064         (bibtex-autokey-get-field): Do not alter case of replacement text.
9065         (bibtex-autokey-get-names): Do all processing of name list.
9066         (bibtex-autokey-get-year): New function.
9067         (bibtex-autokey-get-title): Do all processing of title words.
9068         (bibtex-generate-autokey): Simplify.
9069         (bibtex-string-files-init): Use default-directory.
9070         Allow for absolute file names in bibtex-string-files.
9071         (bibtex-files, bibtex-file-path): New variables.
9072         (bibtex-files-expand): New function.
9073         (bibtex-find-entry-globally): New command.
9074         (bibtex-summary-function): New variable.
9075         (bibtex-summary): Default value of bibtex-summary-function.
9076         (bibtex-find-crossref): New optional args pnt and split.
9077         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
9078         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
9079         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
9080         Fix handling of required and alternative fields.
9081         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
9082         Use cons and display-buffer.
9083         (bibtex-validate-globally): New command.
9084         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
9085         bibtex-parse-keys and bibtex-parse-strings for updating
9086         bibtex-reference-keys and bibtex-strings.
9087         (bibtex-realign): Remove blank lines past the last entry.
9088         (bibtex-reformat): Use bibtex-entry-format as default.
9089         (bibtex-choose-completion-string): Remove.
9090         (bibtex-complete): Do not use bibtex-choose-completion-string.
9091         (bibtex-url): Simplify.
9093 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9095         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
9096         (x-dnd-types-alist, x-dnd-open-file-other-window)
9097         (x-dnd-known-types): Add :version.
9099 2004-10-31  John Paul Wallington  <jpw@gnu.org>
9101         * ibuffer.el (group ibuffer): Add :version keyword.
9103 2004-10-31  Kim F. Storm  <storm@cua.dk>
9105         * ido.el (group ido): Add :version keyword.
9106         (ido-mode): Remove :version keyword.
9108         * emulation/cua-base.el (group cua): Add :version keyword.
9109         (cua-mode): Remove :version keyword.
9111 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
9113         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
9115         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
9116         compiler warning.
9117         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
9118         function.
9119         (help-at-pt-display-when-idle): Remove autoload.
9121 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9123         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
9125 2004-10-30  Juri Linkov  <juri@jurta.org>
9127         * help.el (function-called-at-point):
9128         * help-fns.el (variable-at-point): Read -> intern.
9130 2004-10-30  Simon Josefsson  <jas@extundo.com>
9132         * progmodes/autoconf.el (autoconf-font-lock-keywords):
9133         Recognize AS_* too.
9135 2004-10-29  Simon Josefsson  <jas@extundo.com>
9137         * subr.el (read-passwd): Move back from password.el.
9139         * password.el: Remove, not ready yet.
9141 2004-10-29  Andreas Schwab  <schwab@suse.de>
9143         * speedbar.el (speedbar-frame-parameters): Improve customize type.
9145 2004-10-29  Sam Steingold  <sds@gnu.org>
9147         * mouse.el (mouse-show-mark): Replace the last occurrence of
9148         x-lost-selection-hooks with x-lost-selection-functions.
9150 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9152         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
9153         x-lost-selection-functions is bound.
9155         * mouse-sel.el (mouse-sel-mode):
9156         * emacs-lisp/lselect.el: Adjust to new names for
9157         x-(lost|sent)-selection-functions.
9159         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
9160         New obsolete aliases of x-lost-selection-functions and
9161         x-sent-selection-functions.
9163 2004-10-28  Kim F. Storm  <storm@cua.dk>
9165         * imenu.el (imenu-scanning-message): Remove.
9166         (imenu-progress-message): Make it a no-op.
9168 2004-10-28  John Paul Wallington  <jpw@gnu.org>
9170         * files.el (set-auto-mode): Call `throw' correctly.
9172 2004-10-28  Juri Linkov  <juri@jurta.org>
9174         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
9175         to search `Info-...' commands in `info' manual.
9176         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
9177         Add 'info-file "emacs" property.
9178         (Info-find-emacs-command-nodes): Fix index line number regexp.
9179         Set real line number (instead of fake 0) in first element of the
9180         returned list.
9181         (Info-goto-emacs-command-node): Use line number of first element
9182         to set point in the first found Info node.
9184         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
9185         code to `grep-mode-font-lock-keywords'.
9186         (grep-mode-font-lock-keywords): Delete grep markers instead
9187         of making them invisible.
9189 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9191         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
9192         and x-server-version in bug report.
9194 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
9196         * files.el (set-auto-mode-0): New function.
9197         (set-auto-mode): Use it to handle aliased modes and to
9198         be consistent between C-x C-f and C-x C-w.
9200 2004-10-28  Kenichi Handa  <handa@m17n.org>
9202         * international/utf-8.el (utf-translate-cjk-charsets):
9203         Add katakana-jisx0201.
9205         * international/subst-jis.el: Add data for JISX0201.
9207 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9209         * obsolete/hilit19.el (hilit-mode): New function.
9210         Move all the toplevel side-effecting stuff into it, so that loading
9211         hilit19 doesn't mess everything up any more.
9213 2004-10-27  Richard M. Stallman  <rms@gnu.org>
9215         * add-log.el (add-change-log-entry): Set up mailing address
9216         and full name later, and don't alter add-log-mailing-address
9217         or add-log-full-name.
9219         * elide-head.el (elide-head): Change error to message.
9220         (elide-head-show): Likewise.
9222         * apropos.el (apropos-macrop): Doc fix.
9224         * mouse.el (mouse-show-mark): Do most processing the same
9225         regardless of transient-mark-mode.
9227         * shadowfile.el (shadow-copy-files): Use interactive-p
9228         only to control whether to print a message.
9230         * tar-mode.el (tar-mode): Use write-contents-functions,
9231         not write-contents-hooks.
9233         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
9234         directory-sep-char.
9236 2004-10-27  Richard M. Stallman  <rms@gnu.org>
9238         * strokes.el (strokes-unload-hook): Fix previous change.
9240         * type-break.el (type-break-run-at-time): Always use run-at-time;
9241         forget the alternatives.
9242         (type-break-cancel-function-timers): Always use cancel-function-timers;
9243         forget the alternatives.
9245         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
9247 2004-10-27  Kenichi Handa  <handa@m17n.org>
9249         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
9251         * international/subst-gb2312.el: Likewise.
9253         * international/subst-big5.el: Likewise.
9255         * international/subst-ksc.el: Likewise.
9257         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
9258         New variable.
9259         (utf-translate-cjk-set-unicode-range): New function.
9260         (utf-translate-cjk-unicode-range): Make it customizable.
9261         (utf-8-post-read-conversion):
9262         Use utf-translate-cjk-unicode-range-string.
9263         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
9264         Unicode ranges.
9266 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
9268         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
9269         trivial variants to shorten the list.
9270         (xml-based-modes): New var.
9271         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
9272         declaration higher priority than auto-mode-alist.
9274         * find-file.el (cc-other-file-alist): Bring it in line with
9275         cc-mode's auto-mode-alist entries and use \' instead of $.
9277         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
9278         and add "Id" and "Name" submenus to it.
9280         * imenu.el (imenu--generic-function): Skip matches in comments.
9282 2004-10-26  Jay Belanger  <belanger@truman.edu>
9284         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
9285         (full-calc-keypad, calc-trail-display): Use an extra argument
9286         instead of `interactive-p'.
9288         * calc/calc-misc.el (calc-other-window): Use an extra argument
9289         instead of `interactive-p'.
9291         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
9292         `interactive-p'.
9294 2004-10-26  Kim F. Storm  <storm@cua.dk>
9296         * help.el (describe-key): Describe both down-event and up-event
9297         for a mouse click.
9299 2004-10-26  Richard M. Stallman  <rms@gnu.org>
9301         * woman.el (woman): Don't call interactive-p.
9303         * pcomplete.el (pcomplete): Instead of interactive-p,
9304         use an arg set non-nil by the interactive spec.
9306         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
9307         use an arg set non-nil by the interactive spec.
9309         * man.el (Man-cleanup-manpage): Instead of interactive-p,
9310         use an arg set non-nil by the interactive spec.
9312 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
9314         * progmodes/flymake.el (flymake-split-string):
9315         Use `flymake-split-string-remove-empty-edges' in any case.
9317 2004-10-26  Masatake YAMATO  <jet@gyve.org>
9319         * progmodes/flymake.el (flymake-err-line-patterns):
9320         Use `compilation-error-regexp-alist-alist' instead of
9321         `compilation-error-regexp-alist'.
9323 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9325         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
9326         verbatim face on the \ of \end{verbatim}.
9328 2004-10-25  Jay Belanger  <belanger@truman.edu>
9330         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
9331         erasing minibuffer.
9333 2004-10-25  Simon Josefsson  <jas@extundo.com>
9335         * subr.el (read-passwd): Move to net/password.el.
9337         * net/password.el (read-passwd): Add.  Autoload it.
9339 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
9341         * mouse-sel.el (mouse-sel-mode): Specify custom group.
9343         * simple.el (process-file): Fix logic.
9345 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
9347         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
9348         (increase-right-margin): Remove erroneous call to `interactive-p'.
9350 2004-10-24  Kim F. Storm  <storm@cua.dk>
9352         * help.el (describe-mode): Fix 2004-10-13 change.
9353         Copy pure "Auto Fill" string so it can be propertized later
9354         without causing a read-only error.
9356 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
9358         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
9359         style indexes.
9361 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
9363         * simple.el (process-file): Accept nil for INFILE.  Reported by
9364         Luc Teirlinck.
9366 2004-10-24  Masatake YAMATO  <jet@gyve.org>
9368         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
9369         Handle periods and underscores in a function name.
9370         Remove the address fontification.
9372 2004-10-24  Masatake YAMATO  <jet@gyve.org>
9374         * progmodes/asm-mode.el (asm-font-lock-keywords):
9375         Use font-lock-variable-name-face for registers.
9377 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
9379         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
9380         kill-all-local-variables.
9381         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9382         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
9383         Use kill-all-local-variables and provide mode-hooks.
9384         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
9385         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
9386         Suggested by Masatake YAMATO <jet@gyve.org>.
9388 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
9390         * simple.el (process-file): New function, similar to call-process
9391         but supports file handlers.
9392         * vc.el (vc-do-command): Use it, instead of call-process.
9393         * net/tramp-vc.el (vc-do-command): Do not advise it if
9394         process-file is fboundp.
9395         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
9396         process-file.
9397         (tramp-handle-process-file): New function.
9398         (tramp-file-name-for-operation): Support process-file.
9400 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
9402         * calendar/icalendar.el (icalendar--weekday-array): New constant.
9403         (icalendar-weekdayabbrev-table)
9404         (icalendar-monthnumber-table): Delete.
9405         (icalendar--get-month-number): Use calendar-month-name-array.
9406         (icalendar--get-weekday-number): New function.
9407         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
9408         (icalendar-export-region): Handle multi-line entries.
9409         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
9411 2004-10-23  John Paul Wallington  <jpw@gnu.org>
9413         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
9414         `wildcards' set to t in interactive spec.
9416         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
9417         interactive spec rather than use `interactive-p'.
9418         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
9419         rather than use function `interactive-p'.
9421 2004-10-22  Kenichi Handa  <handa@m17n.org>
9423         * international/mule.el (translate-region): Implement it in Lisp
9424         as a front end of translate-region-internal.
9426 2004-10-21  Jay Belanger  <belanger@truman.edu>
9428         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
9429         Declare these variables with defvar.
9431         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
9432         is bound, only check to see if it is bound.
9434 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9436         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9437         Don't output messages.
9439         * calc/calc-help.el (calc-describe-bindings): Fix last change.
9441 2004-10-21  John Paul Wallington  <jpw@gnu.org>
9443         * calc/calc-graph.el (calc-graph-init):
9444         Use `set-process-query-on-exit-flag'.
9446 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
9448         * progmodes/compile.el (compilation-start): Rely on `cd' to get
9449         dir right and also allow argumentless cd.
9451 2004-10-19  Richard M. Stallman  <rms@gnu.org>
9453         * textmodes/flyspell.el (flyspell-mode): Doc fix.
9455         * eshell/em-unix.el (eshell-grep):
9456         Don't bind compilation-process-setup-function.
9458         * comint.el (comint-insert-input): Use @ in `interactive'.
9459         (comint-input-filter-functions): Doc fix.
9460         (comint-kill-whole-line, comint-get-source): Doc fix.
9462         * progmodes/compile.el (compilation-setup):
9463         Don't set buffer-read-only if MINOR is non-nil.
9465 2004-10-19  Jay Belanger  <belanger@truman.edu>
9467         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
9468         (calc-emacs-type-gnu19): Remove.
9469         (calc-digit-map, calc-read-key-sequence, calc-read-key):
9470         Remove check for old emacs versions.
9472         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
9473         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
9474         for current Emacs.
9476         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
9477         the end of the minibuffer.
9478         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
9479         copy `esc-map'.
9481         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
9483         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
9484         call that would be given when the current emacs was used.
9486 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
9488         * calendar/icalendar.el: Set coding to utf-8.
9489         (icalendar-version): Increase to 0.07.
9490         (icalendar-monthnumber-table): Change March pattern.
9491         (icalendar-get-all-event-properties)
9492         (icalendar-set-event-property): Delete.
9493         (icalendar-all-events): No longer interactive.
9494         (icalendar-convert-diary-to-ical)
9495         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
9496         their replacements.
9497         (icalendar-export-file, icalendar-export-region): New functions;
9498         essentially old `icalendar-convert-diary-to-ical' but appending to
9499         target rather than overwriting.
9500         (icalendar-import-file): Append to target file rather than
9501         overwriting.  Fourth arg deleted.
9502         (icalendar-import-buffer): New name for old
9503         `icalendar-extract-ical-from-buffer'.
9504         (icalendar--convert-string-for-import): New name for
9505         old `icalendar-convert-for-import'.
9506         (include-icalendar-files): Delete.
9507         Prefix for all internal functions changed from `icalendar-'
9508         to `icalendar--'.
9510 2004-10-19  Richard M. Stallman  <rms@gnu.org>
9512         * paths.el (news-path): Fix previous change.
9514 2004-10-18  Jay Belanger  <belanger@truman.edu>
9516         * calc/calc-help.el (calc-describe-bindings):
9517         Set `buffer-read-only' to nil while working in the keybindings buffer;
9518         remove some extra information from the keybindings buffer.
9520 2004-10-18  David Ponce  <david@dponce.com>
9522         * mouse.el (mouse-drag-move-window-top): New function.
9523         (mouse-drag-mode-line-1): Use it.
9525 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
9527         * info.el (Info-fontify-node): For multiline refs,
9528         arrange to unfontify newline and surrounding whitespace.
9530 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9532         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
9533         directory is missing.
9535 2004-10-17  John Paul Wallington  <jpw@gnu.org>
9537         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
9538         New customizable variable; whether to display buffers that match
9539         `ibuffer-maybe-show-predicates' by default.
9540         (ibuffer-maybe-show-predicates): Mention it in docstring.
9541         (ibuffer-display-maybe-show-predicates): New variable.
9542         (ibuffer-update): Prefix arg now toggles whether buffers that
9543         match `ibuffer-maybe-show-predicates' should be displayed.
9544         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
9545         locally to heed `ibuffer-default-display-maybe-show-predicates'.
9546         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
9548 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
9550         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
9551         work correctly.
9553 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
9555         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
9556         (Buffer-menu-beginning): New helper function.
9557         (Buffer-menu-execute): Use it.
9558         (Buffer-menu-select): Use it.
9559         (Buffer-menu-sort): Use it and also keep markers.
9561 2004-10-17  Richard M. Stallman  <rms@gnu.org>
9563         * paths.el (news-directory): Rename from news-path.  Old name alias.
9564         (rmail-spool-directory): Use defvar.
9565         (sendmail-program): Use defcustom.
9566         (remote-shell-program): Use defcustom.
9567         (term-file-prefix): Use defvar.
9568         (abbrev-file-name): Use defvar.
9570         * term.el: Add maintainer.
9572         * subr.el (with-local-quit): Return nil if there's a quit.
9573         (read-passwd): Use with-local-quit.  Doc fix.
9575         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
9576         (strokes-unload-hook): Set as a variable with add-hook.
9578         * startup.el (fancy-splash-tail, normal-splash-screen):
9579         Update copyright year.
9581         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
9583         * server.el (server-unload-hook): Set as a variable with add-hook.
9585         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
9587         * frame.el (special-display-popup-frame):
9588         Make the buffer current as its frame is created.
9590         * delsel.el (delsel-unload-hook): Set as a variable.
9592         * comint.el (comint-output-filter-functions):
9593         Add comint-watch-for-password-prompt.
9594         (comint-read-noecho): Function deleted.
9595         (send-invisible): Use read-passwd.
9597         * fringe.el (fringe-mode-initialize): New function.
9598         (fringe-mode): Use fringe-mode-initialize as :initialize.
9600 2004-10-17  Kim F. Storm  <storm@cua.dk>
9602         * language/indian.el (indian-script-language-alist): Swap value and doc.
9603         (indian-font-char-index-table): Doc fix.
9605 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
9607         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
9609 2004-10-16  Juri Linkov  <juri@jurta.org>
9611         * progmodes/compile.el (compilation-start): Move let-binding of
9612         `process-environment' into `with-current-buffer' body.
9613         Reported by Matt Hodges <MPHodges@member.fsf.org>.
9615 2004-10-16  Richard M. Stallman  <rms@gnu.org>
9617         * pcvs-util.el (cvs-bury-buffer):
9618         Don't call get-buffer-window for effect.
9620         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
9622         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
9624         * msb.el (msb-unload-hook): Set the variable.
9626         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9627         Use * to err if buffer is readonly.
9629         * subr.el (looking-back): Return only t or nil.
9631         * whitespace.el (whitespace-unload-hook): Set the variable.
9633         * view.el (view-mode-enable): Set view-page-size and
9634         view-half-page-size to nil.
9635         (view-set-half-page-size-default): view-half-page-size = nil
9636         means the default.
9637         (View-scroll-page-forward): Use view-page-size-default.
9638         (View-scroll-page-backward): Likewise.
9639         (view-page-size, view-half-page-size): Doc fixes.
9641         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
9643         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
9645         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
9646         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
9647         (byte-compile-log-1): Bind inhibit-read-only.
9648         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
9649         (byte-compile-log-warning): Likewise.
9650         (byte-compile-file-form-require): Detect "cl" from the arg value.
9652         * progmodes/compile.el (compilation-start): Assume compilation-mode
9653         will make the buffer read-only.
9654         (compilation-mode): Take arg name-of-mode.
9655         (compilation-setup): Make buffer read-only.
9656         (compilation-handle-exit): Bind inhibit-read-only.
9658         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
9659         (ispell-message): Likewise.
9660         (ispell-show-choices): Don't call get-buffer-window uselessly.
9661         (ispell-init-process): Use set-process-query-on-exit-flag.
9663 2004-10-16  Kim F. Storm  <storm@cua.dk>
9665         * fringe.el (fringe-bitmaps): Only initialize when defined.
9667         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
9668         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
9670         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
9672 2004-10-15  Simon Josefsson  <jas@extundo.com>
9674         * net/password.el: Add.
9676 2004-10-14  Masatake YAMATO  <jet@gyve.org>
9678         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
9679         (gdb-script-end-of-defun): New function.
9680         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
9681         `gdb-script-end-of-defun' as *-of-defun-function.
9683 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
9685         * button.el (button-activate): Allow a marker to display as an action.
9687         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
9689         * help.el (describe-mode): Use it to make minor mode list into
9690         hyperlinks.
9692 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
9694         * vc.el (vc-annotate-display-select): Fix typo.
9696         * subr.el (substitute-key-definition-key): New function.
9697         (substitute-key-definition): Use it with map-keymap.
9698         (event-modifiers): Use push.
9699         (mouse-movement-p, with-temp-buffer): Simplify.
9701 2004-10-12  Jay Belanger  <belanger@truman.edu>
9703         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
9704         New variables.
9705         (calc-help-index-entries): New function.
9706         (calc-describe-function): Use `calc-help-function-list' instead of
9707         obarray for completion.
9708         (calc-describe-variable): Use `calc-help-variable-list' instead
9709         of obarray for completion.
9711 2004-10-12  Richard M. Stallman  <rms@gnu.org>
9713         * info-look.el (info-lookup-file): Add info-file property.
9714         (info-lookup-symbol): Likewise.
9716         * info.el (info-xref): Add underlining.
9717         (info): Add info-file property.
9718         (Info-find-emacs-command-nodes): Specify case-sensitive search.
9720 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
9722         Sync with Tramp 2.0.45.
9724         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
9725         defined.  This is not the case for XEmacs without package "edebug".
9726         (tramp-set-auto-save-file-modes): Set permissions of autosaved
9727         remote files to the permissions of the original file.  This is not
9728         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
9729         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
9730         (tramp-perl-decode): Fix an error in Perl implementation.
9731         $pending must be cleared every loop.  Reported by Benjamin Place
9732         <benjaminplace@sprintmail.com>
9734         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
9735         Don't activate advice during definition.  This is done later on,
9736         depending on test result of `substitute-in-file-name'.
9737         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9739 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
9741         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
9743         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
9745 2004-10-12  David Ponce  <david@dponce.com>
9747         * recentf.el (recentf-edit-list): Update the menu when the recentf
9748         list has been modified.
9750 2004-10-12  Simon Josefsson  <jas@extundo.com>
9752         * net/tls.el (tls-certtool-program): New variable.
9753         (tls-certificate-information): New function, based on
9754         ssl-certificate-information.
9756 2004-10-12  Kenichi Handa  <handa@m17n.org>
9758         * international/mule.el (coding-system-equal): Move from mule-util.el.
9760         * international/mule-util.el (coding-system-equal): Move to mule.el.
9762 2004-10-12  Kim F. Storm  <storm@cua.dk>
9764         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
9765         reset kmacro-initial-counter-value if set.
9766         (kmacro-set-counter): Only set kmacro-counter if defining or executing
9767         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
9768         (kmacro-display): Show macro counter if non-zero.
9770         * subr.el (substitute-key-definition): Mention command remapping
9771         in doc string.
9773 2004-10-11  Jay Belanger  <belanger@truman.edu>
9775         * calc/calc-misc.el (calc-info-goto-node): New function.
9776         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
9777         node in one step.
9778         (calc-describe-copying, calc-describe-distribution)
9779         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
9780         Go to appropriate info node in one step.
9782 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9784         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
9786         * font-lock.el (font-lock-apply-highlight): Fix last change.
9788 2004-10-11  Simon Josefsson  <jas@extundo.com>
9790         * mail/smtpmail.el (smtpmail-open-stream): Look for
9791         starttls-gnutls-program instead of starttls-program iff
9792         starttls-use-gnutls is non-nil.
9793         (smtpmail-open-stream): Don't overwrite user settings of
9794         starttls-extra-arguments and starttls-extra-args.
9796 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9798         * comint.el (comint-mouse-insert-input): Remove.
9799         (comint-insert-input): Make it work for mouse bindings.
9800         (comint-mode-map): Move defs into the declaration.
9801         (comint-output-filter): Typo.
9803         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
9805 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
9807         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
9808         (ange-ftp-call-chmod): Reference remote-shell-program instead of
9809         ange-ftp-remote-shell.
9811 2004-10-10  Andreas Schwab  <schwab@suse.de>
9813         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
9814         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
9815         Reported by <sri@asu.edu>.
9817 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
9819         * vc.el (vc-annotate-mode): Remove variable.
9820         (vc-annotate-display-select): Only call vc-annotate-mode
9821         if we're not in that mode already.
9823 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9825         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
9826         (imenu-choose-buffer-index): Check here for rescan instead.
9828         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
9829         where the face expression evals to nil.
9831         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
9832         (tex-font-lock-keywords-2): Use it.
9833         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
9835         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
9837 2004-10-09  Kim F. Storm  <storm@cua.dk>
9839         * subr.el (progress-reporter-update): Define before first usage.
9840         (make-progress-reporter): Doc fix.
9842 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
9844         * textmodes/paragraphs.el (sentence-end-double-space)
9845         (sentence-end-without-period, sentence-end-without-space)
9846         (sentence-end): Doc fixes.
9848 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
9850         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
9851         Change paragraph-start regexp so we don't fill code starting with #'(.
9853 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
9855         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
9856         New defcustom.
9857         (extract-address-components): Use it.
9859 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
9861         * subr.el (make-progress-reporter, progress-reporter-update)
9862         (progress-reporter-force-update, progress-reporter-do-update)
9863         (progress-reporter-done): New functions.
9865         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
9867         * progmodes/etags.el (etags-tags-completion-table): Use progress
9868         reporter.
9869         (etags-tags-apropos): Likewise.
9871 2004-10-08  Alan Mackenzie  <acm@muc.de>
9873         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
9874         of current line.
9876 2004-10-08  Masatake YAMATO  <jet@gyve.org>
9878         * server.el (server-process-filter): Wrap `process-send-region'
9879         by `condition-case' to guard the case when the pipe to PROC is closed.
9881 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
9883         * xml.el (xml-substitute-special): Limit handling of external entities.
9885 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
9887         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
9889 2004-10-06  John Paul Wallington  <jpw@gnu.org>
9891         * xml.el (xml-parse-dtd): Fix `error' call.
9893 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
9895         * xml.el (xml-substitute-special): Return a single string instead
9896         of a list of strings if an entity substitution is made.
9898 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
9900         * calendar/icalendar.el: New file.
9902 2004-10-05  Juri Linkov  <juri@jurta.org>
9904         * isearch.el (isearch-done): Set mark after running hook.
9905         Reported by Drew Adams <drew.adams@oracle.com>.
9907         * info.el (Info-history, Info-toc): Fix Info headers.
9908         (Info-toc): Narrow buffer before Info-fontify-node.
9909         (Info-build-toc): Don't check for special Info file names.
9910         Set main-file to nil if Info-find-file returns a symbol.
9912 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
9914         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
9915         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
9916         * calendar/cal-menu.el (calendar-mode-map): Ditto.
9918 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
9920         * calendar/cal-iso.el (calendar-iso-read-args): New function,
9921         for old interactive spec from calendar-goto-iso-date.
9922         (calendar-goto-iso-date): Use it.
9923         (calendar-goto-iso-week): New function.  Suggested by Emilio
9924         C. Lopes <eclig@gmx.net>.
9926 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
9928         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
9929         `set-right-margin' bindings that follow the minor mode conventions.
9931 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9933         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
9934         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
9935         (latex-block-args-alist): Add minipage and picture.
9936         (latex-block-body-alist): Use reftex-label if enabled.
9937         (latex-insert-block): Don't insert a \n if not necessary.
9938         (tex-compile-commands): Make sure dvips doesn't send to printer.
9939         (tex-compile-default): Handle the case where no executable is found.
9940         (latex-noindent-environments): New var.
9941         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
9942         If tex-indent-allhanging is non-nil, make sure we only align for macros
9943         at beginning of line.
9945 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
9947         * newcomment.el (comment-beginning): Doc fix and don't choke on
9948         unset `comment-end-skip' when at beginning of comment.
9950 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
9952         * term.el (term-adjust-current-row-cache): Don't allow the current
9953         row to become negative.
9954         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
9955         the end of the line. Fix scroll down. Add comments.
9956         (term-handle-ansi-escape): Don't exceed terminal width when moving
9957         right.
9958         (term-scroll-region): Move the cursor after setting the scroll region.
9960 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
9962         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
9963         to `width' for consistency with docstring.  Doc fix.
9965 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
9967         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
9968         This is necessary for derived modes.
9970 2004-09-30  Kim F. Storm  <storm@cua.dk>
9972         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
9973         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
9975         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
9976         kmacro-extract-lambda functions.
9977         (edit-kbd-macro): Handle kmacro lambda forms.
9978         Include counter and counter format in edit buffer.
9979         (edmacro-finish-edit): Get counter and format from edit buffer and
9980         update kmacro bindings when found.
9982 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
9984         * textmodes/paragraphs.el (forward-paragraph):
9985         Avoid args-out-of-range error when point winds up at the beginning of
9986         the buffer and hard newlines are enabled.
9988         * newcomment.el (comment-multi-line): Doc fix.
9990 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9992         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
9993         (diff-fixup-modifs): Catch unified-diff file-headers.
9995 2004-09-29  Kim F. Storm  <storm@cua.dk>
9997         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
9998         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
9999         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
10001         * fringe.el (fringe-bitmap-p): New macro.
10002         (fringe-bitmaps): Add standard fringe bitmaps on load.
10004 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10006         * dired.el (dired-view-command-alist): Use more efficient regexps.
10007         Remove dubious arguments.
10008         (dired-align-file): New function.
10009         (dired-insert-directory): Use it.
10010         (dired-move-to-end-of-filename): Make the " -> " search more specific.
10011         (dired-buffers-for-dir): Remove unused var `pattern'.
10013 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
10015         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
10016         from diary display excursion.  Store diary buffer's point for
10017         `simple-diary-display'.
10018         (simple-diary-display): Set window point and start when
10019         displaying buffer, to preserve point.
10021 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
10023         * textmodes/enriched.el (enriched-translations): Replace defconst
10024         with defvar.
10026 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10028         * printing.el: Doc fix.
10029         (pr-version): New version number (6.8.1).
10030         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
10031         make-temp-name.
10032         (pr-delete-file): Check if file exists before deleting it.
10033         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
10035 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10037         * term.el (term-display-table): New variable.
10038         (term-mode): Use it.
10039         (term-exec-1): Set the coding system to binary.
10040         (term-emulate-terminal): Decode the string before inserting it.
10042 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
10044         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
10045         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
10046         (map): Bind S-prior, S-next and S-insert.
10047         (term-mode): Set `indent-tabs-mode' to nil.
10048         (term-paste): New function to be bound to S-insert.
10049         (term-send-del, term-send-backspace): Change the strings sent.
10050         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
10051         (term-handle-colors-array): Fix handling of underline and reverse.
10052         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
10053         (term-erase-in-line): Fix comparison.
10054         (term-emulate-terminal): Fix line wrap handling.
10055         (term-start-output-log): Rename from `term-set-output-log'.
10056         (term-stop-output-log): Rename from `term-stop-photo'.
10057         (term-switch-to-alternate-sub-buffer): Comment out, unused.
10059 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10061         * dired.el (dired-move-to-filename): Don't output a message if
10062         raise-error is non-nil.  Fix return position and value.
10064         * files.el (insert-directory): Obey --dired even with symlinks.
10066 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
10068         * ls-lisp.el (ls-lisp-format): Mark file names with property
10069         dired-filename.
10071 2004-09-25  Kim F. Storm  <storm@cua.dk>
10073         * ido.el (ido-max-directory-size): New defcustom.
10074         (ido-decorations): Add "too big" element.
10075         (ido-directory-too-big): New dynamic var.
10076         (ido-may-cache-directory): Don't cache big directories.
10077         (ido-directory-too-big-p): New defun.
10078         (ido-set-current-directory): Update ido-directory-too-big.
10079         (ido-read-internal): Make empty ido-cur-item if too-big.
10080         (ido-buffer-internal): Use ido-read-internal directly instead of
10081         ido-read-buffer.
10082         (ido-file-internal): Init ido-directory-too-big.
10083         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
10084         and redo completion with full list.
10085         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
10086         it, and show completions.
10087         (ido-all-completions): Let bind ido-directory-too-big to nil.
10088         (ido-exhibit): Handle ido-directory-too-big.
10089         (ido-read-buffer): Handle fallback to read-buffer.
10090         Init ido-directory-too-big.
10091         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
10092         Init ido-directory-too-big.
10094 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
10096         * subr.el (delay-mode-hooks): Doc fix.
10098 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
10100         * textmodes/enriched.el
10101         (enriched-default-text-properties-local-flag): New variable.
10102         (enriched-mode): Make sure that enabling and disabling the mode is
10103         a no-op.  Doc fix.
10105 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
10107         * calendar/holidays.el (holiday-advent): Report on a specified day
10108         offset from advent, not just advent.
10109         (holiday-easter-etc): Report on one specified day offset from
10110         easter, not all easter holidays. Various Easter holidays moved to
10111         `christian-holidays' variable in calendar.el.
10112         * calendar/calendar.el (christian-holidays): Adapt for new
10113         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
10115 2004-09-23  Kim F. Storm  <storm@cua.dk>
10117         * image.el (insert-sliced-image): Add doc string.
10119         * ido.el (ido-choice-list): New dynamic var for `list' context.
10120         (ido-context-switch-command): New dynamic var.
10121         (ido-define-mode-map): Generalize switch between file/buffer contexts.
10122         (ido-read-internal): Handle new `list' context.
10123         Handle insert-buffer and insert-file ido-exit values.
10124         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
10125         ido-context-switch-command. Handle insert-file ido-exit value.
10126         (ido-read-buffer): Set ido-context-switch-command to 'ignore
10127         unless it is already bound by caller.
10128         (ido-file-internal): New arg switch-cmd.  Use it to setup
10129         ido-context-switch-command.  Handle insert-buffer ido-exit value.
10130         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
10131         used for context switching.
10132         (ido-all-completions): Handle new `list' context.
10133         (ido-make-choice-list): Return choices for `list' context.
10134         (ido-find-file-in-dir, ido-display-file, ido-write-file)
10135         (ido-display-buffer, ido-kill-buffer): Disable context switching.
10136         (ido-insert-buffer, ido-insert-file): Setup context switching.
10137         (ido-exhibit): Handle `list' context.
10138         (ido-read-file-name): Disable context switching.  Handle fallback.
10139         (ido-read-directory-name): Disable context switching.
10140         (ido-completing-read): New defun like completing-read.  Setup and
10141         use new `list' context.
10143 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
10145         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
10147 2004-09-21  Jay Belanger  <belanger@truman.edu>
10149         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
10150         `calc-graph-set-styles' so the gnuplot buffer will appear in a
10151         separate window.
10153 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
10155         * subr.el (after-change-major-mode-hook): Doc fix.
10157 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10159         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
10160         of ghostscript for monochrome PostScript file in Windows.
10162 2004-09-21  Kenichi Handa  <handa@m17n.org>
10164         * descr-text.el (describe-char): Checking of quail activation fixed.
10166 2004-09-21  Jay Belanger  <belanger@truman.edu>
10168         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
10170 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
10172         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
10173         after the mode hooks instead of before.  Doc fix.
10175 2004-09-20  Jason Rumney  <jasonr@gnu.org>
10177         * startup.el (command-line) [windows-nt]: Try .emacs first, then
10178         _emacs, but revert to .emacs if neither exists in home directory.
10180 2004-09-20  John Paul Wallington  <jpw@gnu.org>
10182         * bindings.el (completion-ignored-extensions): Add .dfsl.
10184 2004-09-20  Richard M. Stallman  <rms@gnu.org>
10186         * bindings.el (scroll-left): Make it disabled.
10188         * files.el (enable-local-eval): Doc fix.
10190         * indent.el (move-to-left-margin): Special case for minibuffer.
10192         * term.el (term-emulate-terminal): Turn off undo for output.
10193         Use with-current-buffer and save-selected-window.
10195         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
10197         * progmodes/make-mode.el (makefile-fill-paragraph):
10198         Don't insist on spaces when looking for comments.  # is enough.
10200         * files.el (hack-local-variables): Copy the variables list
10201         to another buffer, strip prefixes and suffixes there, then read.
10202         (enable-local-eval): Doc fix.
10203         (ignored-local-variables): Initialize to nil.
10204         (risky-local-variable-p): Don't check ignored-local-variables here.
10205         (hack-one-local-variable): Ignore var if in ignored-local-variables.
10207 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
10209         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
10210         of = to "." (punctuation).
10212 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10214         * subr.el (event-basic-type): Fix mask (extend to 22bits).
10216 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
10218         * textmodes/enriched.el (enriched-rerun-flag): New variable.
10219         (enriched-before-change-major-mode): New function.
10220         Add it to `change-major-mode-hook'.
10221         (enriched-after-change-major-mode): New function.
10222         Add it to `after-change-major-mode-hook'.
10223         (enriched-mode): Make it work correctly if called from
10224         `after-change-major-mode-hook'.
10225         No longer set `indent-line-function'.
10227         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
10229         * subr.el (after-change-major-mode-hook): New variable.
10230         (run-mode-hooks): Implement it.
10232 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10234         * battery.el (battery-linux-proc-apm): Use string-to-number.
10235         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
10236         Use dolist (and less indentation).  Use erase-buffer.
10237         Pre-initialize `design-capacity', `warn', and `low'.
10238         (battery-format): Use replace-regexp-in-string.
10240 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10242         * battery.el: Delete superfluous empty lines.
10243         (battery-linux-proc-acpi): Attempt to gather information from all
10244         battery subdirectories regardless of their file name.
10245         (battery-linux-proc-apm): Replace all occurrences of
10246         battery-hex-to-int-2 with string-to-int (base 16).
10247         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
10248         (battery-hex-map): Delete variable.
10250 2004-09-18  John Paul Wallington  <jpw@gnu.org>
10252         * calc/calc-units.el (calc-quick-units): Fix overzealous
10253         s/or/unless/.
10255 2004-09-17  Jay Belanger  <belanger@truman.edu>
10257         * calc/calc.el (calc-mode-var-list): Fix the value of
10258         `calc-matrix-brackets'.
10260 2004-09-17  Romain Francoise  <romain@orebokech.com>
10262         * ibuf-ext.el (define-ibuffer-filter filename):
10263         Expand dired-directory since buffer-file-name is absolute.
10265 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
10267         * ediff-init.el (ediff-current-diff-face-A)
10268         (ediff-current-diff-face-B, ediff-current-diff-face-C)
10269         (ediff-current-diff-face-Ancestor)
10270         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10271         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10272         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10273         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10274         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10275         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10276         Use min-colors.
10278         * term.el (term-down): Perform vertical motion if DOWN is negative.
10279         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
10280         (term-termcap-format): Synchronyze with the eterm terminfo entry
10281         in etc/e/eterm.ti.
10282         (term-handle-colors-array): If the current foreground or
10283         background are zero (i.e. unspecified), use the foreground and
10284         background of the default face for reverse video.
10285         (term-ansi-at-eval-string, term-ansi-default-fg)
10286         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
10287         (term-mem): Delete ununsed function.
10288         (term-protocol-version): Increment.
10289         (term-current-face): Set to default.
10291 2004-09-15  Jay Belanger  <belanger@truman.edu>
10293         * calc/calc.el (calc-mode-var-list): Define this variable.
10294         (calc-always-load-extensions, calc-line-numbering)
10295         (calc-line-breaking, calc-display-just, calc-display-origin)
10296         (calc-number-radix, calc-leading-zeros, calc-group-digits)
10297         (calc-group-char, calc-point-char, calc-frac-format)
10298         (calc-prefer-frac, calc-hms-format, calc-date-format)
10299         (calc-float-format, calc-full-float-format, calc-complex-format)
10300         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10301         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10302         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10303         (calc-matrix-brackets, calc-language, calc-language-option)
10304         (calc-left-label, calc-right-label, calc-word-size)
10305         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10306         (calc-display-raw, calc-internal-prec, calc-angle-mode)
10307         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10308         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10309         (calc-window-height, calc-display-trail, calc-show-selections)
10310         (calc-use-selections, calc-assoc-selections)
10311         (calc-display-working-message, calc-auto-why, calc-timing)
10312         (calc-mode-save-mode, calc-standard-date-formats)
10313         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
10314         (calc-user-parse-tables, calc-gnuplot-default-device)
10315         (calc-gnuplot-default-output, calc-gnuplot-print-device)
10316         (calc-gnuplot-print-output, calc-gnuplot-geometry)
10317         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
10318         (calc-invocation-macro, calc-show-banner): Give these values as
10319         part of `calc-mode-var-list's initialization after the variables
10320         are declared with defvar.
10321         (calc-bug-address): Change email address to send bug reports to.
10322         Change the maintainer address at the top.
10323         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
10324         than "\\.emacs" to determine if it is the user-init-file.
10326         * calc/calc-embed.el (calc-embedded-set-modes): Use
10327         `calc-mode-var-list' correctly.
10329 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
10331         * vc.el (annotate-time): Document point handling.
10332         (vc-annotate-display-autoscale): Doc fix.
10334 2004-09-15  Miles Bader  <miles@gnu.org>
10336         * generic.el (generic-make-keywords-list): Use symbol rather than
10337         word anchors in regexp.
10339 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
10341         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
10342         no file name consider `dired-directory'.
10344 2004-09-14  Kim F. Storm  <storm@cua.dk>
10346         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
10348 2004-09-14  Simon Josefsson  <jas@extundo.com>
10350         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
10352         * textmodes/dns-mode.el: Add.
10354 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10356         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
10357         (disabled-command-function): Make the ?\  char more obvious.
10359         * vc-arch.el (vc-arch-root, vc-arch-registered):
10360         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
10362 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
10364         * windmove.el (windmove-frame-edges): Report coordinates of
10365         outside edges of frame, not inside edges.
10366         (windmove-coordinates-of-position): Convert into wrapper to new
10367         function `windmove-coordinates-of-window-position';
10368         `compute-motion' always applies to selected window.
10369         (windmove-coordinates-of-position): Update documentation to refer
10370         to Emacs 21 Lisp Reference Manual.
10371         (windmove-find-other-window): Fix off-by-one errors for max x,y.
10373 2004-09-13  Kim F. Storm  <storm@cua.dk>
10375         * isearch.el (isearch-resume-in-command-history): Rename from
10376         isearch-resume-enabled and change default to nil.
10378 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10380         * vc-hooks.el (vc-ignore-dir-regexp): New var.
10381         (vc-registered): Use it.
10382         (vc-find-root): New fun.
10384         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10385         Don't tell to use \\{...} when it's already done.
10387         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
10388         Provide a sample complex default.
10389         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
10390         (bibtex-entry): Use mapc.
10392 2004-09-12  Kim F. Storm  <storm@cua.dk>
10394         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
10396         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
10397         inhibit-field-text-motion to t so rectangles work in comint buffers.
10399         * simple.el (choose-completion-string): Set buffer before running
10400         choose-completion-string-functions hook so it can be buffer-local.
10402 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
10404         * progmodes/compile.el (compilation-start): Parse command to see
10405         if it starts with a cd, and if so perform it for the *compilation*
10406         buffer.  Change the header to reflect this.
10408 2004-09-11  Kim F. Storm  <storm@cua.dk>
10410         * ido.el (ido-enable-dot-prefix): Doc fix.
10411         (ido-enable-dot-prefix): New defcustom.
10412         (ido-set-matches1): Use it.
10414 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10416         * textmodes/bibtex.el (bibtex-mark-active)
10417         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
10419 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10421         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
10422         used in a case insensitive environment.
10423         (bibtex-mode-map): Rearrange order of menus.
10424         (bibtex-quoted-string-re): Obsolete.
10425         (bibtex-complete-key-cleanup): Variable replaced by new function.
10426         (bibtex-font-lock-keywords): Use backquotes.
10427         (bibtex-font-lock-url-regexp): New internal variable.
10428         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
10429         "OPT" and "ALT".
10430         (bibtex-insert-current-kill, bibtex-make-field)
10431         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
10432         (bibtex-parse-field-text): Simplify.
10433         (bibtex-string=): New helper function.
10434         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
10435         (bibtex-map-entries): Use bibtex-string=.
10436         (bibtex-search-entry): Use not.
10437         (bibtex-enclosing-field): Fix docstring.
10438         (bibtex-assoc-regexp): Obsolete.
10439         (bibtex-format-entry): Use assoc-string and bibtex-string=.
10440         (bibtex-autokey-get-names): Handle empty name field.
10441         (bibtex-parse-strings): Use assoc-string and unless.
10442         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
10443         Use assoc-string.
10444         (bibtex-pop): Simplify.
10445         (bibtex-mode): Set font-lock-extra-managed-props.
10446         (bibtex-entry-update): Use assoc-string.
10447         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
10448         (bibtex-autofill-entry): Use bibtex-string=.
10449         (bibtex-print-help-message): Simplify.
10450         (bibtex-find-entry): New optional arg START.
10451         (bibtex-validate): Use bibtex-string= and assoc-string.
10452         Do not call obsolete function compilation-parse-errors.
10453         (bibtex-remove-delimiters): Only remove delimiters if present.
10454         (bibtex-copy-entry-as-kill): Add docstring.
10455         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
10456         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
10457         (bibtex-complete): Use bibtex-predefined-month-strings,
10458         bibtex-string=, and new function bibtex-complete-key-cleanup.
10459         (bibtex-generate-url-list): New variable.
10460         (bibtex-url): New command bound to C-c C-l and mouse-2.
10461         (bibtex-url-map): New local keymap for bibtex-url-mouse.
10462         (bibtex-font-lock-url): New function.
10464 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10466         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
10468 2004-09-09  Kim F. Storm  <storm@cua.dk>
10470         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
10471         counter and format with binding.
10472         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
10473         the declared macro uses own macro counter and format.  Give symbol
10474         kmacro property.
10475         (kmacro-keymap): Bind kmacro-name-last-macro to n.
10476         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
10477         (kmacro-end-and-call-macro): Doc fix.
10479 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
10481         * desktop.el (desktop-clear-preserve-buffers):
10482         Remove make-obsolete-variable.
10484 2004-09-08  Richard M. Stallman  <rms@gnu.org>
10486         * buff-menu.el (list-buffers-noselect): Call format-mode-line
10487         with the buffer as argument.
10489 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10491         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
10493 2004-09-08  Juri Linkov  <juri@jurta.org>
10495         * replace.el (perform-replace): Use `query-replace-descr'.
10497         * cus-start.el (history-delete-duplicates): Specify customization.
10499         * diff-mode.el (diff-mode-map):
10500         * progmodes/compile.el (compilation-mode-map):
10501         * progmodes/grep.el (grep-mode-map):
10502         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
10503         to `next-error-follow-minor-mode'.
10505 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10507         * isearch.el (isearch-lazy-highlight-update): Take into account
10508         the case of zero-length match at the search bound.
10510 2004-09-08  Kim F. Storm  <storm@cua.dk>
10512         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
10513         change.  Use zero width overlays when necessary.
10515 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10517         * subr.el (split-string): Docfix.
10519 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10521         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
10522         (display-call-tree): Ensure newline after caller/calls blocks.
10524 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10526         * startup.el (command-line-1): Make option
10527         --directory/-L modify `load-path' straight away.
10529 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10531         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
10533 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10535         * emacs-lisp/autoload.el (make-autoload):
10536         Handle `define-compilation-mode'.
10538         * emacs-lisp/lisp-mode.el (define-compilation-mode):
10539         Specify `doc-string-elt' property.
10541 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10543         * bs.el (bs-mode): Doc fix.
10545 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10547         * info.el (Info-insert-dir): Fix temp buffer leak bug.
10549 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10551         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
10553 2004-09-08  Kenichi Handa  <handa@m17n.org>
10555         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
10556         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
10557         ps-mule-next-point -> 1+).
10559         * composite.el (encode-composition-rule): Add autoload cooky.
10561 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
10563         * format.el (buffer-auto-save-file-format): Make it permanent local.
10565 2004-09-07  Kim F. Storm  <storm@cua.dk>
10567         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
10568         (authors-fixed-entries): Fix typo.
10569         (authors-canonical-author-name): Compact multiple spaces.
10570         Ignore trivial names (e.g. only first name).
10572         * term.el (term-window-width): Only use full window width on
10573         window system if overflow-newline-into-fringe is enabled.
10574         (term-mode): Don't disable overflow-newline-into-fringe.
10576 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10578         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
10579         motion as seen on my Mac OS X xterms.
10581         * newcomment.el (uncomment-region-default, comment-region-default):
10582         New functions extracted from uncomment-region and comment-region.
10583         (comment-region, comment-region-function, uncomment-region)
10584         (uncomment-region-function): Use them.
10586         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
10588         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
10589         It's not crucial but can make sense at times.
10591         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
10592         the first commit.
10594         * vc.el (vc-buffer-context, vc-restore-buffer-context):
10595         Disable obsolete code.
10597 2004-09-07  Juri Linkov  <juri@jurta.org>
10599         * progmodes/grep.el (grep-highlight-matches): Change default from
10600         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
10601         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
10602         if grep option `--color' is available, or to `nil' otherwise.
10603         (grep-process-setup): Call `grep-compute-defaults' if
10604         `grep-highlight-matches' is not computed.  Set env-vars only
10605         if `grep-highlight-matches' is `t'.
10606         (grep-use-null-device): Remove redundant type `boolean' (`choice'
10607         is already defined).
10609         * progmodes/compile.el (compilation-start): Use copy of
10610         `process-environment' created by `copy-sequence' to not
10611         modify env-vars in the global `process-environment'.
10613 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
10615         * simple.el (next-error-follow-minor-mode): Fix last change.
10617 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
10619         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
10620         permanent local.
10622 2004-09-04  Richard M. Stallman  <rms@gnu.org>
10624         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
10625         highlighting if the search string is empty.
10627 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
10629         * facemenu.el (facemenu-active-faces): Change condition of inner
10630         `while' loop to also check the first two elements of `face-atts'
10631         and `mask-atts'.
10633 2004-09-04  John Paul Wallington  <jpw@gnu.org>
10635         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
10636         (thumbs-view-image-mode): Make buffer read-only.
10638 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
10640         * textmodes/ispell.el (ispell-really-aspell): New defvar.
10641         (ispell-check-version): Set it.
10642         (ispell-send-replacement): New function.
10643         (ispell-process-line): Call ispell-send-replacement.
10645 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
10647         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
10648         Support choosing seconds with "s".
10650 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
10652         * terminal.el (te-escape): Show `?' in prompt for help key.
10654 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
10656         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
10658 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
10660         * simple.el (next-error-follow-minor-mode)
10661         (next-error-follow-mode-post-command-hook): New functions.
10662         (next-error-follow-last-line): New defvar.
10664         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
10665         * progmodes/compile.el (compilation-mode-map): Likewise.
10666         * progmodes/grep.el (grep-mode-map): Likewise.
10667         * replace.el (occur-mode-map): Likewise.
10669         * newcomment.el (uncomment-region): Bind comment-use-global-state
10670         to nil.
10672 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
10674         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
10675         locally around the call to `revert-buffer'.
10677 2004-09-03  Juri Linkov  <juri@jurta.org>
10679         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
10680         `isearch-adjusted' to `t'.
10681         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
10682         (isearch-message-prefix): Add "pending" for isearch-adjusted.
10683         (isearch-other-meta-char): Restore isearch-point unconditionally.
10684         (isearch-query-replace): Add new arg `regexp-flag' and use it.
10685         Set point to start of match if region is not active in transient
10686         mark mode (to include the current match to region boundaries).
10687         Push the search string to `query-replace-from-history-variable'.
10688         Add prompt "Query replace regexp" for isearch-regexp.
10689         Add region beginning/end as last arguments of `perform-replace.'
10690         (isearch-query-replace-regexp): Replace code by the call to
10691         `isearch-query-replace' with arg `t'.
10693 2004-09-03  Richard M. Stallman  <rms@gnu.org>
10695         * startup.el (normal-top-level): Undo previous TERM change.
10697 2004-09-03  Kim F. Storm  <storm@cua.dk>
10699         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
10700         highlight overlays; allow using RET when cursor is over a button.
10701         (cua--highlight-rectangle): Use it.
10702         (cua--rectangle-set-corners): Don't move backwards at eol.
10703         (cua--forward-line): Don't move into void after eob.
10705         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
10706         point is set (and displayed) inside rectangle.
10707         (cua--rectangle-operation): Fix for highlight of empty lines.
10708         (cua--highlight-rectangle): Fix highlight for tabs.
10709         Position cursor at left/right edge of rectangle using new `cursor'
10710         property on overlay strings.
10711         (cua--indent-rectangle): Don't tabify.
10712         (cua-rotate-rectangle): Ignore that point has moved.
10714 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10716         * term/mac-win.el: Add ASCII equivalents for some function keys.
10717         (mode-line-frame-identification): Sync with x-win.el.
10719 2004-09-02  Juri Linkov  <juri@jurta.org>
10721         * progmodes/compile.el (compilation-buffer-name): Compare major
10722         mode with second element of compilation-arguments instead of third
10723         to reflect latest changes in compilation-arguments structure.
10724         (recompile): Use global variable `compilation-directory' to get
10725         recent compilation directory only when `recompile' is invoked NOT
10726         in the compilation buffer.  Otherwise, use `default-directory' of
10727         the compilation buffer.
10728         (compilation-error-properties): Allow to funcall col and end-col.
10729         (compilation-mode-font-lock-keywords): Check col and end-col by
10730         `integerp'.
10731         (compilation-goto-locus): If end-mk is non-nil in transient mark
10732         mode don't activate the mark (and don't display message in
10733         push-mark), but highlight overlay between mk and end-mk.
10735         * progmodes/grep.el (grep-highlight-matches): New defcustom.
10736         (grep-regexp-alist): Add rule to highlight grep matches.
10737         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
10739         * info.el (Info-fontify-node): Don't compute other-tag
10740         if Info-hide-note-references=hide.
10742         * help.el (function-called-at-point):
10743         * help-fns.el (variable-at-point):
10744         Try `find-tag-default' when other methods failed.
10746         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10747         Do not push mark if inhibit-mark-movement is non-nil.
10749         * textmodes/ispell.el (ispell-html-skip-alists):
10750         Fix backslashes in docstring.
10752 2004-09-01  Juri Linkov  <juri@jurta.org>
10754         * isearch.el (isearch-wrap-function)
10755         (isearch-push-state-function): New defvars.
10756         (isearch-pop-fun-state): New defsubst.
10757         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
10758         (isearch-push-state): Set the result of calling
10759         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
10760         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
10761         restore the mode-specific starting point of terminated search.
10762         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
10763         (isearch-repeat): Call `isearch-wrap-function' if defined.
10764         (isearch-message-prefix): Don't add prefix "over" to the message
10765         for wrapped search if `isearch-wrap-function' is defined.
10766         (isearch-search): Call function saved in `isearch-pop-fun-state' to
10767         restore the mode-specific starting point of failed search.
10769         * info.el (Info-search-whitespace-regexp): Fix backslashes.
10770         (Info-search): Add new optional arguments for the sake of isearch.
10771         Replace whitespace in Info-search-whitespace-regexp literally.
10772         Add backward search.  Don't call `Info-select-node' if regexp is
10773         found in the same Info node.  Don't add node to Info-history for
10774         wrapped isearch.
10775         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
10776         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
10777         (Info-mode): Set local variables `isearch-search-fun-function',
10778         `isearch-wrap-function', `isearch-push-state-function',
10779         `search-whitespace-regexp'.
10781         * isearch.el: Remove ancient Change Log section.
10782         (isearch-string, isearch-message-string, isearch-point)
10783         (isearch-success, isearch-forward-flag, isearch-other-end)
10784         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
10785         (isearch-barrier, isearch-within-brackets)
10786         (isearch-case-fold-search): Add suffix `-state' to state-related
10787         defsubsts to avoid name clashes with other function names.
10789         * simple.el (next-error): New defgroup and defface.
10790         (next-error-highlight, next-error-highlight-no-select):
10791         New defcustoms.
10792         (next-error-no-select): Let-bind next-error-highlight to the value
10793         of next-error-highlight-no-select before calling `next-error'.
10795         * progmodes/compile.el (compilation-goto-locus):
10796         Use `next-error' face instead of `region'.  Set 4-th argument of
10797         `move-overlay' to `current-buffer' to move overlay to different
10798         source buffers.  Use new variable `next-error-highlight'.
10800         * simple.el (next-error-find-buffer): Move the rule
10801         "if current buffer is a next-error capable buffer" after the
10802         rule "if next-error-last-buffer is set to a live buffer".
10803         Simplify to test all rules in one `or'.
10804         (next-error): Doc fix.
10805         (next-error, previous-error, first-error)
10806         (next-error-no-select, previous-error-no-select):
10807         Make arguments optional.
10809 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
10811         * macros.el (apply-macro-to-region-lines): Make it operate on all
10812         lines that begin in the region, rather than on all complete lines
10813         in the region.
10815 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10817         * x-dnd.el (x-dnd-protocol-alist): Document update.
10818         (x-dnd-known-types): Defcustom it.
10819         (x-dnd-handle-motif): Print message-atom in error message.
10821 2004-08-30  John Paul Wallington  <jpw@gnu.org>
10823         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
10824         strings rather than programatically constructing message.
10826 2004-08-30  Richard M. Stallman  <rms@gnu.org>
10828         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
10829         Don't return a string that would read as the wrong character code.
10831 2004-08-29  Kim F. Storm  <storm@cua.dk>
10833         * emulation/cua-base.el (cua-auto-expand-rectangles):
10834         Remove automatic rectangle padding feature; replace by non-destructive
10835         virtual rectangle edges feature.
10836         (cua-virtual-rectangle-edges): New defcustom.
10837         (cua-auto-tabify-rectangles): New defcustom.
10838         (cua-paste): If paste into a marked rectangle, insert rectangle at
10839         current column, even if virtual; also paste exactly as many lines
10840         as has been marked (ignore additional lines or add empty lines),
10841         but paste whole source if only one line is marked.
10842         (cua--update-indications): No longer use overwrite-cursor to
10843         indicate rectangle padding
10845         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
10846         (cua--rectangle-virtual-edges): New defun.
10847         (cua--rectangle-get-corners): Remove optional PAD arg.
10848         (cua--rectangle-set-corners): Never do padding.
10849         (cua--forward-line): Remove optional PAD arg.  Simplify.
10850         (cua-resize-rectangle-right, cua-resize-rectangle-left)
10851         (cua-resize-rectangle-down, cua-resize-rectangle-up):
10852         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
10853         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
10854         (cua--rectangle-move): Never do padding.  Simplify.
10855         (cua--tabify-start): New defun.
10856         (cua--rectangle-operation): Add tabify arg.  All callers changed.
10857         (cua--pad-rectangle): Remove.
10858         (cua--delete-rectangle): Handle delete with virtual edges.
10859         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
10860         (cua--insert-rectangle): Handle insert at virtual column.
10861         Perform auto-tabify if necessary.
10862         (cua--activate-rectangle): Remove optional FORCE arg.
10863         Never do padding.  Simplify.
10864         (cua--highlight-rectangle): Enhance for virtual edges.
10865         (cua-toggle-rectangle-padding): Remove command.
10866         (cua-toggle-rectangle-virtual-edges): New command.
10867         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
10868         (cua--rectangle-post-command): Don't force rectangle padding.
10869         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
10871 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
10873         * indent.el (edit-tab-stops-buffer): Doc fix.
10875 2004-08-28  Richard M. Stallman  <rms@gnu.org>
10877         * progmodes/grep.el (grep-default-command): Use find-tag-default.
10878         (grep-tag-default): Function deleted.
10880         * subr.el (find-tag-default): Move from etags.el.
10882         * progmodes/etags.el (find-tag-default): Move to subr.el.
10884         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
10885         into the basic character if it has an uppercase form.
10887 2004-08-27  Kenichi Handa  <handa@m17n.org>
10889         * international/utf-8.el (utf-8-post-read-conversion): If the
10890         buffer is unibyte, temporarily make it multibyte.
10892 2004-08-27  Masatake YAMATO  <jet@gyve.org>
10894         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
10896 2004-08-25  John Paul Wallington  <jpw@gnu.org>
10898         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
10899         0, 1, and many mismatches in message.
10900         (tex-start-shell): Use `set-process-query-on-exit-flag'.
10902         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
10903         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
10905 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10907         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
10908         vc-diff-switches differently.
10910 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
10912         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
10913         before and a real defvar after
10914         `speedbar-supported-extension-expressions'.  This is to silence
10915         the compiler without breaking bootstrapping.
10917 2004-08-22  Richard M. Stallman  <rms@gnu.org>
10919         * textmodes/flyspell.el (flyspell-word):
10920         Use set-process-query-on-exit-flag.
10921         (flyspell-highlight-duplicate-region): Take POSS as arg.
10922         (flyspell-word): Pass POSS as arg.
10924         * progmodes/ada-xref.el: Many doc and style fixes.
10925         (ada-find-any-references): Use compilation-start.
10926         (ada-get-ali-file-name): Improve error msg.
10927         (ada-get-ada-file-name): Likewise.
10929         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
10930         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
10932         * mail/mail-extr.el (mail-extr-all-top-level-domains):
10933         Add forward defvar.
10935         * whitespace.el (global-whitespace-mode): New alias
10936         for whitespace-global-mode.
10938         * speedbar.el (speedbar-file-regexp): Move definition up.
10939         (speedbar-mode, speedbar-set-mode-line-format):
10940         Use with-no-warnings.
10941         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
10943         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
10944         controls whether to display the error buffer.
10946         * ps-mule.el: Delete compatibility code for old Emacses.
10947         (ps-mule-find-wrappoint): Don't use chars-in-region.
10949         * frame.el (display-mouse-p, display-selections-p):
10950         Use with-no-warnings.
10952         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
10954 2004-08-22  David Kastrup  <dak@gnu.org>
10956         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
10957         information.
10959         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
10961 2004-08-22  Andreas Schwab  <schwab@suse.de>
10963         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
10965 2004-08-22  Masatake YAMATO  <jet@gyve.org>
10967         * cvs-status.el (cvs-status-checkout): New function.
10968         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
10970 2004-08-21  David Kastrup  <dak@gnu.org>
10972         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
10973         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
10974         has been converted to use hashtables, the relation `nil=none' is
10975         no longer valid, as `nil' is not a hashtable.  This patch tries to
10976         reduce the number of resulting errors.
10978 2004-08-21  John Paul Wallington  <jpw@gnu.org>
10980         * subr.el (process-kill-without-query): Made obsolete in
10981         version 21.4, not 21.5.
10983         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
10984         (vc-previous-comment, vc-next-comment)
10985         (vc-comment-search-reverse, vc-comment-search-forward)
10986         (vc-comment-to-change-log): Likewise.
10988         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
10990 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
10992         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
10993         Correct indentation of DEFMETHODS with non-standard method
10994         combinations (e.g., PROGN, MIN, MAX).
10996 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10998         * startup.el (normal-top-level-add-subdirs-to-load-path):
10999         Avoid unnecessarily checking system-type.
11000         (normal-top-level): Set TERM to "dumb".  Simplify.
11002         * avoid.el (mouse-avoidance-ignore-p): New fun.
11003         Also ignore switch-frame, select-window, double, and triple clicks.
11004         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
11005         (mouse-avoidance-fancy-hook): Use it.
11007 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
11009         * avoid.el (mouse-avoidance-nudge-mouse)
11010         (mouse-avoidance-banish-destination): Stay within the current window
11011         to avoid problems with mouse-autoselect-window.
11013 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11015         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
11016         the newer format of some messages in cvs-1.12.1.
11018 2004-08-19  Masatake YAMATO  <jet@gyve.org>
11020         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
11021         (elp-results-jump-to-definition-by-mouse)
11022         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
11023         (elp-output-result): Use elp-output-insert-symname.
11025 2004-08-18  Kenichi Handa  <handa@m17n.org>
11027         * language/cyrillic.el: Register koi8-r in
11028         ctext-non-standard-encodings-alist.
11029         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
11031 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
11033         * emacs-lisp/copyright.el (copyright-update-year): Delete code
11034         that replaces 20xy with xy.
11036 2004-08-17  John Paul Wallington  <jpw@gnu.org>
11038         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
11039         (reb-force-update): Doc fix.
11041 2004-08-16  Richard M. Stallman  <rms@gnu.org>
11043         * progmodes/which-func.el (which-func-update-1): Doc fix.
11045         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
11046         (sh-mode-abbrev-table): New variable.
11048         * progmodes/compile.el (compilation-mode): Doc fix.
11050         * emacs-lisp/lisp-mode.el (eval-last-sexp):
11051         Don't cons a new symbol each time.
11052         (eval-last-sexp-fake-value): New variable.
11054         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
11055         (copyright-update-year): Detect continuation of list of years.
11057         * term.el (term-default-fg-color, term-default-bg-color)
11058         (ansi-term-color-vector): Use `unspecified', not nil, as default.
11060         * imenu.el: Several doc fixes: don't say variables are buffer-local.
11062 2004-08-16  Davis Herring  <herring@lanl.gov>
11064         * isearch.el (isearch-string, isearch-message-string, isearch-point)
11065         (isearch-success, isearch-forward-flag, isearch-other-end)
11066         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11067         (isearch-barrier, isearch-within-brackets)
11068         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
11070 2004-08-16  Kenichi Handa  <handa@m17n.org>
11072         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
11074 2004-08-15  Kenichi Handa  <handa@m17n.org>
11076         * term/x-win.el (x-selection-value): If utf8 was successful but
11077         ctext was not, use utf8 string.
11079 2004-08-14  Davis Herring  <herring@lanl.gov>
11081         * isearch.el: Remove accidental changes of March 4.  Fix backing
11082         up when a regexp isearch is made more general.  Use symbolic
11083         accessor functions for isearch stack frames to make usage clearer.
11084         (search-whitespace-regexp): Made groups in documentation shy (as
11085         is the group in the default value).
11086         (isearch-fallback): New function, addresses problems with regexps
11087         liberalized by `\|', adds support for liberalization by `\}' (the
11088         general repetition construct), and incorporates behavior for
11089         `*'/`?'.
11090         (isearch-}-char): New command, calls `isearch-fallback' with
11091         arguments appropriate to a typed `}'.
11092         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
11093         appropriately.
11094         (isearch-mode-map): Bind `}' to `isearch-}-char'.
11095         (isearch-string, isearch-message,string, isearch-point)
11096         (isearch-success, isearch-forward-flag, isearch-other-end)
11097         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11098         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
11099         New inline functions to read fields of a stack frame.
11101 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
11103         * battery.el (battery-linux-proc-acpi): Look into battery
11104         directories matching the literal string "CMB", too (required for
11105         Linux kernel version 2.6.7).
11107 2004-08-14  John Paul Wallington  <jpw@gnu.org>
11109         * cus-start.el (read-file-name-completion-ignore-case): Add.
11110         (blink-cursor-alist): Change version to "21.4".
11112         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
11114 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
11116         * speedbar.el (speedbar-scan-subdirs): New option.
11117         (speedbar-file-lists): Don't ignore file-name case on Unix and use
11118         dolist.
11119         (speedbar-insert-files-at-point): Take an extra argument and use
11120         it to optionally find out if a subdir is empty.  Also unreadable
11121         files don't get expand buttons.
11122         (speedbar-directory): New image (unused pixmap already existed).
11123         (speedbar-expand-image-button-alist): Use it.
11125 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
11127         CC Mode update to 5.30.9:
11129         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
11130         Move from cc-vars to cc-defs for dependency reasons.  Fix the
11131         POSIX char class test to check that it works in
11132         `skip-chars-(forward|backward)' too.
11134         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
11135         first argument starts with a special brace list.
11137         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
11138         when `c-opt-type-concat-key' is used (i.e. in Pike).
11140         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
11141         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
11142         >)".
11144         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
11145         whitespace safe.
11147         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
11148         position for `arglist-intro', `arglist-cont-nonempty' and
11149         `arglist-close' when there are two arglist open parens on the same
11150         line and there's nothing in front of the first.
11152         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
11153         locking of qualified names in Java, which previously could fontify
11154         common indexing expressions in many cases.  The standard Java
11155         naming conventions are used to tell them apart.
11157         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
11158         Fix inconsistency wrt opening parens on the first line inside a paren
11159         block.
11161         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
11162         compile time for the sake of `c-major-mode-is'.
11164         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
11165         `c-major-mode-is' in the event that this is used inside a
11166         `c-lang-defconst'.
11168         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
11169         `c-lang-defconst' so that it works better with fallback languages.
11171         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
11172         it to fail to record the base mode.
11174         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11175         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
11176         is used.  Reorder the syntax checks to get more efficient
11177         skipping in some situations.
11179         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
11180         continuation which might precede the newly inserted '{'.
11182         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11183         Fix cases where it could loop indefinitely.
11185         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
11186         size specs correctly.  Only fontify identifiers in front of '('
11187         with as functions - don't accept any paren char.  Tighten up
11188         initializer skipping to stop before function and class blocks.
11190         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
11191         the point could be left directly after an open paren when finding
11192         the beginning of the first decl in the block.
11194         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
11195         table when filtering out legitimate open parens to be recorded.
11196         This could cause cache inconsistencies when e.g.
11197         `c++-template-syntax-table' was temporarily in use.
11199         * progmodes/cc-engine.el (c-on-identifier)
11200         (c-simple-skip-symbol-backward): Small fix for handling "-"
11201         correctly in `skip-chars-backward'.  Affected the operator lfun
11202         syntax in Pike.
11204         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
11205         Fix bug that could cause an error from `after-change-functions' when
11206         the changed region is at bob.
11208 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
11210         CC Mode update to 5.30.9:
11212         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
11213         to say that <TAB> doesn't insert WS into a CPP line.
11214         (c-indent-command, c-tab-always-indent): Amend doc strings.
11216         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
11217         checks for user errors, thus eliminating cryptic and unhelpful
11218         Emacs error messages.  (1) Check the arg to `c-set-style' is a
11219         string.  (2) Check that settings to `c-offsets-alist' are not
11220         spuriously quoted.
11222         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
11223         which precedes the newly inserted `{'.
11225 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
11227         Sync with Tramp 2.0.44.
11229         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
11230         function "tramp_file_attributes".  Otherwise, file names
11231         containing spaces are misinterpreted.  Reported by Magnus Henoch
11232         <mange@freemail.hu>.
11233         (tramp-handle-file-truename): FILENAME must be expanded first.
11234         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
11235         obscure results.  Reported by D. Goel <deego@gnufans.org>.
11236         (tramp-handle-verify-visited-file-modtime): If file does not
11237         exist, say it is not modified if and only if that agrees with the
11238         buffer's record.  Check whether a file is visiting the buffer, or
11239         the buffer has no recorded last modification time.  Return t in
11240         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
11241         <teirllm@auburn.edu>.
11242         (tramp-handle-write-region): Pass modtime explicitely to
11243         `set-visited-file-modtime', because filename can be different
11244         from (buffer-file-name) if `file-precious-flag' is set.
11245         `set-visited-file-modtime' must be called always when `visit' is t
11246         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
11247         (tramp-handle-set-visited-file-modtime): If `time-list' is not
11248         nil, don't apply the whole body.  If the file doesn't exists, set
11249         modtime to '(-1 65535).  Suggested by Luc Teirlinck
11250         <teirllm@auburn.edu>.
11252 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
11254         * help.el (describe-bindings): Doc fix.
11256         * subr.el (kbd): Doc fix.
11258 2004-08-08  John Paul Wallington  <jpw@gnu.org>
11260         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
11261         instead of `string-to-int'.
11262         (define-ibuffer-column mode): Fix indentation.
11264 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
11266         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
11268 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
11270         * subr.el (global-unset-key, local-unset-key): Doc fixes.
11272         * novice.el (disabled-command-function): New variable renamed from
11273         `disabled-command-hook'.
11274         (disabled-command-hook): Keep the _variable_ as alias for
11275         `disabled-command-function' and make obsolete.
11276         (disabled-command-function): Function renamed from
11277         `disabled-command-hook'.  Adapt code to name change of the variable.
11279 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
11281         * simple.el (completion-root-regexp): New defvar.
11282         (completion-setup-function): Use it instead of a literal string.
11284 2004-08-07  John Paul Wallington  <jpw@gnu.org>
11286         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
11287         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
11288         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
11289         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
11291 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
11293         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
11294         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
11296 2004-08-04  Kenichi Handa  <handa@m17n.org>
11298         * international/encoded-kb.el (encoded-kbd-setup-keymap):
11299         Fix previous change.
11301 2004-08-03  Kenichi Handa  <handa@m17n.org>
11303         * international/encoded-kb.el: The following changes are to
11304         utilize key-translation-map instead of minor mode map.
11305         (encoded-kbd-iso2022-non-ascii-map): Delete it.
11306         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
11307         (encoded-kbd-last-key): New function.
11308         (encoded-kbd-iso2022-single-shift): New function.
11309         (encoded-kbd-iso2022-designation)
11310         (encoded-kbd-self-insert-iso2022-7bit)
11311         (encoded-kbd-self-insert-iso2022-8bit)
11312         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
11313         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
11314         key-translation-map.
11315         (encoded-kbd-setup-keymap): Setup key-translation-map.
11316         (saved-key-translation-map): New variable.
11317         (encoded-kbd-mode): Save/restore key-translation-map.
11318         Adjust for the change of encoded-kbd-setup-keymap.
11320 2004-08-02  Kim F. Storm  <storm@cua.dk>
11322         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
11323         and call compute-motion with nil for topos and width to get proper
11324         usable width and height for both window and non-window systems.
11326         * windmove.el (windmove-coordinates-of-position): Let compute-motion
11327         calculate usable window width and height.
11329         * window.el (window-buffer-height): Call compute-motion with nil width.
11331 2004-08-01  David Kastrup  <dak@gnu.org>
11333         * replace.el (query-replace-read-from):
11334         Use `query-replace-compile-replacement'.
11335         (query-replace-compile-replacement): New function.
11336         (query-replace-read-to): Use `query-replace-compile-replacement'
11337         for repeating the last command.
11339 2004-08-01  John Paul Wallington  <jpw@gnu.org>
11341         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
11342         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
11343         (pr-switches): Remove period from end of error messages.
11345         * help-mode.el (help-go-back): Likewise.
11347         * abbrev.el (only-global-abbrevs): Doc fix.
11348         (edit-abbrevs-map): Define within defvar.
11349         (quietly-read-abbrev-file): Doc fix.
11351 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
11353         * novice.el (enable-command, disable-command): Doc fixes.
11355         * subr.el (event-modifiers, event-basic-type): Doc fixes.
11357 2004-07-30  Richard M. Stallman  <rms@gnu.org>
11359         * subr.el (with-local-quit): Doc fix.
11361 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
11363         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
11365 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
11367         * custom.el (defcustom): Doc fix.
11369 2004-07-28  Masatake YAMATO  <jet@gyve.org>
11371         * progmodes/etags.el (etags-tags-apropos): Show building progress.
11373 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11375         * imenu.el (imenu-prev-index-position-function)
11376         (imenu-extract-index-name-function, imenu-name-lookup-function)
11377         (imenu--index-alist): Docstring redundancy fix.
11379 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
11381         * wdired.el (wdired-finish-edit): Require dired-aux before locally
11382         binding dired-backup-overwrite.
11384 2004-07-25  John Paul Wallington  <jpw@gnu.org>
11386         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
11388 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
11390         * term/tty-colors.el (tty-color-approximate): Doc fix.
11392         * select.el (x-get-selection, x-set-selection): Doc fixes.
11394         * frame.el (make-frame): Doc fix.
11396 2004-07-24  Richard M. Stallman  <rms@gnu.org>
11398         * mail/rmail.el (rmail-mime-charset-pattern):
11399         Don't include semicolon in the charset value.
11401         * replace.el (occur-next-error): Call set-window-point.
11402         (occur-engine): Handle negative NLINES.
11404 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
11406         * frame.el (modify-all-frames-parameters): Minor doc fix.
11407         (set-frame-configuration): Doc fix.
11409 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
11411         * simple.el (completion-setup-function): Compute the common parts
11412         and the first difference place correctly when
11413         partial-completion-mode is on.
11415 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11417         * ps-print.el: Doc fix.
11418         (ps-print-version): New version 6.6.5.
11419         (ps-printing-region): Doc fix.
11420         (ps-generate-string-list): Comment fix.
11421         (ps-message-log-max): Code fix.
11423 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11425         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
11426         generated PostScript.
11428 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
11430         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
11431         with Gnus v5_10 branch.)
11433 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11435         * calendar/time-date.el (time-to-number-of-days): New function.
11436         Imported from from Gnus.
11438 2004-07-22  Kim F. Storm  <storm@cua.dk>
11440         * progmodes/make-mode.el: Fix comments.
11442 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11444         * printing.el: Doc fix.
11446 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
11448         * frame.el (modify-all-frames-parameters): Minor doc fix.
11450 2004-07-20  Richard M. Stallman  <rms@gnu.org>
11452         * textmodes/fill.el (fill-nobreak-p): If this break point is
11453         at the end of the line, don't consider the newline which follows
11454         as a reason to return t.
11456 2004-07-19  John Paul Wallington  <jpw@gnu.org>
11458         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
11460 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
11462         * dired-aux.el (dired-do-kill-lines): Expand docstring.
11463         Delete irrelevant code.
11465 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
11467         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11468         New docstring.  From Luc Teirlinck.
11470 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
11472         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
11473         section.
11474         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
11475         non-file buffers.  We know it is nil.
11477 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
11479         Sync with Tramp 2.0.43.
11481         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11482         Remove outdated comment.
11483         (tramp-locked, tramp-locker): New variables for implementing a
11484         global lock.
11485         (tramp-sh-file-name-handler): Use them to implement the global lock.
11487 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
11489         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
11490         calls to respective `xxx` calls.
11491         (tramp-process-alive-regexp): Precise doc string.
11492         (tramp-multi-action-process-alive): New defun.
11493         (tramp-multi-actions): Use it.
11494         (tramp-handle-find-backup-file-name): `copy-tree' is available
11495         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
11496         in order to avoid this function.
11497         (tramp-handle-write-region): Set current buffer.  If connection
11498         wasn't open, `file-modes' has changed it accidently.  Reported by
11499         David Kastrup <dak@gnu.org>.
11500         (tramp-enter-password, tramp-read-passwd): New arguments USER and
11501         HOST.
11502         (tramp-action-password, tramp-multi-action-password): Apply it.
11503         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
11504         name must still contain the port number.  Otherwise, we have two
11505         Tramp buffers, with all the confusion.  Reported by Myron Selby
11506         <myron@xytech.com> and Rolf Dubitzky
11507         <Dubitzky@physi.uni-heidelberg.de>.
11509         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
11510         HOST to `tramp-enter-passwd'.
11512         * net/tramp-vc.el (all): Code cleanup.  Change all
11513         `tramp-handle-xxx' calls to respective `xxx` calls.
11515 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
11517         * emacs-lisp/testcover.el: New category "potentially-1valued" for
11518         functions that are not erroneous if either 1-valued or
11519         multi-valued.  Detect functions in this class.
11520         (testcover-1value-functions, testcover-compose-functions)
11521         (testcover-progn-functions) Add some additional functions to lists.
11522         (testcover-mark): Bugfix when marking up the definition for an
11523         empty function.
11525 2004-07-17  Richard M. Stallman  <rms@gnu.org>
11527         * replace.el (occur-read-primary-args): Pass default to
11528         read-from-minibuffer.
11530         * mail/footnote.el (footnote-section-tag): Use defcustom.
11532         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
11533         Compile font-lock-keywords, not KEYWORDS.
11534         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
11535         Add warn, check-type.  Handle cerror like error.
11537 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
11539         * progmodes/which-func.el (which-func-keymap): New var.
11540         (which-func-face): New face.
11541         (which-func-format): Use them.
11543 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
11545         * buff-menu.el (list-buffers-noselect): Append the buffer's
11546         process status to its mode name.
11548 2004-07-16  Kim F. Storm  <storm@cua.dk>
11550         * simple.el (inhibit-mark-movement): New defvar.
11551         (beginning-of-buffer, end-of-buffer): Do not push mark if
11552         inhibit-mark-movement is non-nil or C-u prefix is given.
11554         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
11555         Init to beginning-of-buffer and end-of-buffer.
11556         (cua--undo-push-mark): New defvar.
11557         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
11558         already active and command is in cua--preserve-mark-commands.
11559         Also fix check for shift modifier on non-window systems.
11560         (cua--post-command-handler): Clear inhibit-mark-movement if set.
11562 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
11564         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
11565         of two integers, instead of a cons.
11567         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11568         `visited-file-modtime' now returns a list of two integers, instead
11569         of a cons.
11571         * dired.el (dired-directory-changed-p): Ditto.
11573         * progmodes/grep.el (grep): Doc fix.
11575 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
11577         * autorevert.el (auto-revert-tail-mode)
11578         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
11579         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
11580         in both at the same time.
11581         (auto-revert-tail-mode): New command.
11582         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
11583         (auto-revert-handler): Revert only either tail or whole file.
11585         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
11586         add auto-revert-tail-mode.
11588 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11590         * printing.el: Doc fix.  Change name of some funs.
11591         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
11592         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
11593         (pr-standard-file-name): New fun.  Replace pr-standard-path.
11594         (pr-call-process): Code fix.
11596 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
11598         * subr.el (with-selected-window): Doc fix.
11600 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
11602         * subr.el (get-buffer-window-list): Doc fix.
11604 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
11606         * files.el (switch-to-buffer-other-window): Doc fix.
11608         * window.el (save-selected-window, one-window-p)
11609         (split-window-keep-point, split-window-vertically)
11610         (split-window-horizontally): Doc fixes.
11612 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11614         * printing.el: Doc fix.  Now it uses call-process instead of
11615         shell-command for low command execution.
11616         (pr-version): New version number (6.8).
11617         (pr-shell-file-name): Option removed.
11618         (pr-shell-command): Fun removed.
11619         (pr-call-process): New fun.  Replace pr-shell-command.
11620         (pr-standard-path, pr-remove-nil-from-list): New funs.
11621         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
11622         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
11623         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
11624         (pr-ps-utility-process, pr-txt-print): Code fix.
11626 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
11628         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
11629         boolean.
11631 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
11633         * wid-edit.el (widget-field-buffer): Doc fix.
11635 2004-07-09  John Paul Wallington  <jpw@gnu.org>
11637         * emacs-lisp/re-builder.el (reb-update-overlays):
11638         Distinguish between one and several matches in message.
11640 2004-07-09  Richard M. Stallman  <rms@gnu.org>
11642         * mouse.el (mouse-set-region-1): If transient-mark-mode
11643         is `identity', change it to `only'.
11645         * simple.el (current-word): Doc fix.
11647 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
11649         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
11650         so that it is more understanding of whitespace.
11652         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
11653         (("ns" . "element") (attr-list) children) instead of
11654         ((:ns . "element") (attr-list) children) in order to reduce the
11655         number of symbols used.
11656         (xml-skip-dtd): Change to use xml-parse-dtd but set
11657         xml-validating-parsing to nil.
11658         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
11659         (xml-substitute-entity): Remove in favor of new entity substitution.
11660         (xml-substitute-special): Rewrite in to substitute complex
11661         entities from DOCTYPE declarations.
11662         (xml-parse-fragment): Parse fragments from entity deleclarations.
11663         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
11664         (xml-parse-dtd, xml-substitute-special): Make validity checks
11665         conditioned on xml-validating-parser.  Add "Not Well Formed" to
11666         error messages about well-formedness.
11668 2004-07-08  Steven Tamm  <steventamm@mac.com>
11670         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
11671         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
11672         Do not treat double clicks and triple clicks specially in the
11673         scroll bar (preventing strange repositioning problems)
11675 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11677         * replace.el (query-replace-regexp-eval): Fix last change.
11679 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11681         * replace.el (query-replace-descr): New fun.
11682         (query-replace-read-from, query-replace-read-args): Default to the
11683         previous from&to.
11684         (query-replace-read-to): Quote the `from' string when displaying it.
11685         (query-replace-regexp-eval): Immediately check read-only status.
11686         Use query-replace-read-from to get the \n checking.
11687         Quote the `from' string when displaying it.
11688         (map-query-replace-regexp, occur-read-primary-args):
11689         Quote the `from' string when displaying it.
11691         * isearch.el (isearch-query-replace): Pass the regexp-ness and
11692         delimited-ness of the search to query-replace.
11694         * replace.el (query-replace-read-from, query-replace-read-to):
11695         New funs extracted from query-replace-read-args.
11696         (query-replace-read-args): Use them.
11698         * replace.el (query-replace-interactive, query-replace-read-args):
11699         Remove the `initial' special value.
11700         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
11701         (occur-engine): Remove unused var `matchend'.
11703         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
11704         Use the search string without prompting.
11706 2004-07-05  Kenichi Handa  <handa@m17n.org>
11708         * international/mule.el (decode-coding-inserted-region):
11709         Set last-coding-system-used only when coding is nil.
11711 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
11713         * progmodes/grep.el (grep-compute-defaults, grep-command)
11714         (grep-program, find-program, grep-find-use-xargs, grep-history)
11715         (grep-find-history, grep-tag-default, grep-find-command)
11716         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
11717         Add autoload cookies, for unbundled packages that load `compile'
11718         and expect all grep-related symbols to become defined.
11720 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
11722         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
11723         (iimage-mode-image-search-path): New user option to search the
11724         image file.
11725         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
11726         have locate-file.
11727         (iimage-mode-buffer): Use it.
11729 2004-07-03  Nick Roberts  <nickrob@gnu.org>
11731         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
11732         carefully.
11733         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
11735 2004-07-03  Juri Linkov  <juri@jurta.org>
11737         * replace.el (query-replace-read-args): Swallow space after 'foo,
11738         not after (quote foo).  Match space only immediately after symbol,
11739         not anywhere in the whole string.
11741 2004-07-02  Richard M. Stallman  <rms@gnu.org>
11743         * replace.el (query-replace-read-args): Swallow space after
11744         symbols, not after closeparens.  But avoid error if string ends there.
11746         * progmodes/python.el (python-beginning-of-statement):
11747         Exit the loop if backward-up-list gets error.
11749         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
11751 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
11753         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
11754         only if vc-consult-headers is non-nil.
11756 2004-07-02  Juri Linkov  <juri@jurta.org>
11758         * pcvs.el (cvs-mode-diff-repository): New command.
11760         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
11762 2004-07-01  Juri Linkov  <juri@jurta.org>
11764         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
11765         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
11766         C-M-% to isearch-query-replace-regexp.
11767         (minibuffer-local-isearch-map): Add arrow key bindings.
11768         Bind C-f to isearch-yank-char-in-minibuffer.
11769         (isearch-forward): Doc fix.
11770         (isearch-edit-string): Doc fix.
11771         (isearch-query-replace, isearch-query-replace-regexp): New funs.
11772         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
11773         (isearch-yank-char): Add optional arg.
11774         (isearch-yank-char-in-minibuffer): New fun.
11776         * replace.el (query-replace-interactive): Change type from boolean
11777         to choice.  Add value `initial'.
11778         (query-replace-read-args): Handle value `initial' of
11779         query-replace-interactive.
11781 2004-06-29  Kim F. Storm  <storm@cua.dk>
11783         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
11784         (breakpoint-disabled-bitmap-face): Add :group 'gud.
11786         * progmodes/ada-xref.el (ada-tight-gvd-integration):
11787         Add :group 'ada.
11789         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
11791 2004-06-29  Juri Linkov  <juri@jurta.org>
11793         * replace.el (query-replace-read-args): Swallow a space after
11794         everything except )]" which in most cases means after a symbol.
11796         * emacs-lisp/pp.el (pp-buffer): Add autoload.
11798 2004-06-28  Richard M. Stallman  <rms@gnu.org>
11800         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
11801         More changes to go with previous change in font-lock.el.
11803 2004-06-26  David Kastrup  <dak@gnu.org>
11805         * replace.el (perform-replace): Highlight the match even in
11806         non-query mode if there is potential replace string editing.
11808 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
11810         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
11811         agree with new return value of `file-remote-p'.
11812         This syncs with Tramp 2.0.42.
11814         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
11815         according to new documentation of `file-remote-p'.
11817         * files.el (file-remote-p): Fix doc to say that return value is
11818         identification of remote system, if not nil.
11819         (file-relative-name): Use new return value of `file-remote-p'.
11821 2004-06-26  Nick Roberts  <nickrob@gnu.org>
11823         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
11824         (gdb-goto-breakpoint): Fix breakage.
11826 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
11828         * man.el (Man-getpage-in-background): Add windows-nt to the list
11829         of systems where shell-file-name should be used instead of
11830         literal "sh".
11832 2004-06-25  Sam Steingold  <sds@gnu.org>
11834         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
11835         function names `(setf symbol)'.
11837 2004-06-24  Richard M. Stallman  <rms@gnu.org>
11839         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
11841         * font-lock.el (font-lock-keywords): Change format of compiled values.
11842         Document it.
11843         (font-lock-add-keywords): If font-lock-keywords is compiled,
11844         extract the uncompiled version, modify, then recompile.
11845         (font-lock-remove-keywords): Likewise.
11846         (font-lock-fontify-keywords-region): Handle changed format.
11847         (font-lock-compile-keywords): Handle changed format.
11848         (font-lock-set-defaults): Compile the keywords explicitly here.
11850 2004-06-24  David Kastrup  <dak@gnu.org>
11852         * replace.el (query-replace-read-args): Implement `\,' and `\#'
11853         replacements here.
11854         (query-replace-regexp): Doc string explaining this and the new
11855         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
11856         is better placed in `query-replace-read-args'.
11857         (replace-regexp): Explain `\,', `\#' and `\?'.
11858         (replace-match-data): New function for thorough reuse/destruction
11859         of old match-data.
11860         (replace-match-maybe-edit): Function for implementing `\?' editing.
11861         (perform-replace): Fix maintaining of the match stack including
11862         already matched regions, implement `\?', fix various problems
11863         with regions while editing and other stuff.
11864         (replace-highlight): Simplify.
11866 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
11868         * progmodes/grep.el (grep-error-screen-columns): New variable.
11869         (grep-regexp-alist): Give it the full functionality of gnu style
11870         compilation messages with line and column ranges.  Ask me for the
11871         perl script I'm working on, that uses these.
11873 2004-06-23  Nick Roberts  <nickrob@gnu.org>
11875         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
11876         Remove.
11877         (comint-insert-input, comint-mouse-insert-input): New functions
11878         based on comint-insert-clicked-input for two bindings but just
11879         one functionality.
11881 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
11883         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
11885 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
11887         * files.el (write-contents-functions): Doc fix.
11889 2004-06-21  Juanma Barranquero  <lektu@terra.es>
11891         * image.el (image-library-alist): Rewrite docstring in active voice.
11893 2004-06-20  Richard M. Stallman  <rms@gnu.org>
11895         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
11897         * isearch.el (isearch-repeat): Avoid testing old match data.
11898         (isearch-message): Display trailing space in special font
11899         when search is failing.
11900         (isearch-search-fun-function): Doc fix.
11902         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
11904 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
11906         * frame.el (show-trailing-whitespace): Doc fix.
11908         * cus-edit.el (custom-variable-documentation): New function.
11909         (custom-variable): Use it.
11911 2004-06-19  Nick Roberts  <nickrob@gnu.org>
11913         * man.el (Man-getpage-in-background): Revert previous change but
11914         make cygwin a special case.
11916 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
11918         * autorevert.el (global-auto-revert-non-file-buffers):
11919         Update docstring.
11921 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
11923         * progmodes/compile.el (compilation-error-properties): Store one
11924         more than end-col, if present, so that transient-mark-mode will
11925         highlight last char too.
11926         * progmodes/grep.el (grep-regexp-alist): Match columns and column
11927         ranges, if present.
11929 2004-06-18  Jason Rumney  <jasonr@gnu.org>
11931         * makefile.w32-in: Double percent signs in for loops.
11933 2004-06-17  David Kastrup  <dak@gnu.org>
11935         * replace.el (query-replace-read-args): Only warn about use of \n
11936         and \t when we are doing a regexp replacement and the actual
11937         escaped character is n or t.
11938         (query-replace-regexp): Add \, and \# interpretation to
11939         interactive call and document it.
11940         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
11941         as shortkey for replace-count.
11942         (replace-quote): New function for doubling backslashes.
11944 2004-06-17  Juanma Barranquero  <lektu@terra.es>
11946         * files.el (parse-colon-path, cd): Mention in docstring that the
11947         path separator is colon in GNU-like systems.
11949         * newcomment.el (comment-region-internal): Fix docstring.
11951         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
11952         (ewoc-invalidate, ewoc-collect): Doc fixes.
11953         (ewoc--create-node, ewoc--delete-node-internal):
11954         Fix typos in docstring.
11956 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
11958         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
11959         manual to docstring.
11961 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11963         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
11965 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
11967         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
11968         Add hyperlink to emacs-xtra manual to docstring.
11970         * autorevert.el (global-auto-revert-non-file-buffers):
11971         Add hyperlink to emacs-xtra manual to docstring, as well as an
11972         info-link.
11974 2004-06-14  Juanma Barranquero  <lektu@terra.es>
11976         * image.el (image-library-alist): New variable to map image types
11977         to external libraries.  Initialized to nil, unless system-specific
11978         configs change it.
11979         (image-type-available-p): Determine whether an image type is
11980         available by calling `init-image-library'.
11982         * term/w32-win.el (image-library-alist): Initialize to a known set
11983         of probable library names.
11985 2004-06-14  Kenichi Handa  <handa@m17n.org>
11987         * international/code-pages.el (windows-1256, cp1125): Fix tables
11988         for several characters.
11990         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
11992 2004-06-13  Richard M. Stallman  <rms@gnu.org>
11994         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
11996         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
11997         not "`pc-selection-mode'".
11999         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
12001         * simple.el (previous-matching-history-element): Specify a default.
12003         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
12005         * cus-face.el (custom-declare-face): Simplify code.
12007         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
12009 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
12011         * files.el (before-save-hook): Add `time-stamp' to the options.
12013         * time-stamp.el (time-stamp): Recommend adding it to
12014         `before-save-hook', rather than `write-file-functions'.
12015         Make a similar change in `Commentary' section.
12017 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12019         * diff-mode.el (diff-current-defun): If at start of hunk, use
12020         position of first change.
12022 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
12024         * dired-x.el (dired-mark-omitted): Bind to "*O".
12026 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
12028         * bookmark.el (bookmark-bmenu-relocate): New function, as
12029         suggested by David J. Biesack <David.Biesack@sas.com>.
12030         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
12031         (bookmark-bmenu-mode): Describe binding in doc string.
12032         (bookmark-set-filename): Save the bookmark list if it's time.
12034 2004-06-13  Kenichi Handa  <handa@m17n.org>
12036         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
12037         (ccl-untranslated-to-ucs): Fix typo.
12039 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
12041         * progmodes/python.el (python-open-block-statement-p):
12042         Fix indentation after a block opening that contains a comment.
12044 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
12046         * bindings.el (completion-ignored-extensions): Add file extensions
12047         of Python byte-compiled files.
12049 2004-06-12  Juri Linkov  <juri@jurta.org>
12051         * info.el (Info-goto-node): Add autoload.
12052         (Info-toc): Add substring-no-properties on Info file name.
12053         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
12054         (Info-mode-map): Bind L to Info-history, T to Info-toc.
12056 2004-06-12  Kenichi Handa  <handa@m17n.org>
12058         * international/mule-cmds.el (set-language-environment):
12059         Load subst tables if necessary.
12061         * international/mule.el (decode-char): Load subst tables if necessary.
12062         (encode-char): Likewise.
12064         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
12065         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
12066         (utf-16le-decode-loop): Set r5 to -1 before loop.
12067         (utf-16be-decode-loop): Likewise.
12068         (ccl-decode-mule-utf-16le): Add EOF processing block.
12069         (ccl-decode-mule-utf-16be): Likewise.
12070         (ccl-decode-mule-utf-16le-with-signature): Likewise.
12071         (ccl-decode-mule-utf-16be-with-signature): Likewise.
12072         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
12073         (ccl-mule-utf-16-encode-untrans): New CCL.
12074         (utf-16-decode-to-ucs): Handle pre-read character.
12075         (utf-16le-encode-loop): Handle surrogate pair.
12076         (utf-16be-encode-loop): Likewise.
12077         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
12078         of utf-16le-encode-loop.
12079         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
12080         of utf-16be-encode-loop.
12081         (mule-utf-16-post-read-conversion):
12082         Call utf-8-post-read-conversion at first.
12083         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
12084         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
12085         Add post-read-conversion and pre-write-conversion.
12087         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
12088         (utf-translate-cjk-unicode-range): New variable.
12089         (utf-translate-cjk-load-tables): New function.
12090         (utf-lookup-subst-table-for-decode): New function.
12091         (utf-lookup-subst-table-for-encode): New function.
12092         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
12093         tables here.  Update safe-charsets of utf-* coding systems.
12094         (ccl-mule-utf-untrans): New CCL.
12095         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
12096         at end of each branch.
12097         (ccl-mule-utf-8-encode-untrans): New CCL.
12098         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
12099         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
12100         length of encoding.  Don't return r0.
12101         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
12102         (utf-8-post-read-conversion): Narrow to region properly.
12103         If utf-translate-cjk-mode is on, load tables if necessary.
12104         Call utf-8-compose with hash-table arg if necessary.
12105         Call XXX-compose-region instead of XXX-post-read-convesion.
12106         (utf-8-pre-write-conversion): New function.
12107         (mule-utf-8): Include CJK charsets in safe-charsets if
12108         utf-translate-cjk-mode is on.  Add pre-write-conversion.
12110         * international/characters.el: Temporarily set
12111         utf-translate-cjk-mode to nil.
12113         * language/devan-util.el (devanagari-compose-region):
12114         Add autoload cookie.
12116         * international/ccl.el (ccl-dump-call): Fix printing the
12117         subroutine name.
12119 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
12121         * dired.el (dired-revert): If buffer is marked unmodified before
12122         reverting, keep it marked unmodified.
12123         Adapt to new conventions for commenting out code.
12124         (dired-make-relative): Adapt to new conventions for commenting out code.
12126 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
12128         * eshell/esh-module.el (eshell-load-defgroups):
12129         Bind `vc-handled-backends' to nil when opening files.
12131 2004-06-11  Juanma Barranquero  <lektu@terra.es>
12133         * files.el (parse-colon-path, cd): Doc fixes (refer to
12134         `path-separator', not colon).
12136 2004-06-10  Juanma Barranquero  <lektu@terra.es>
12138         * newcomment.el (comment-search-forward)
12139         (comment-search-backward): Fix typos in docstring.
12140         (comment-region): Doc fix.
12142 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
12144         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
12145         switch is no longer stored in `dired-switches-alist'.
12147         * dired-aux.el (dired-insert-subdir): Do not store R switch in
12148         `dired-switches-alist'.
12150 2004-06-10  Kim F. Storm  <storm@cua.dk>
12152         * pcvs.el (cvs-mode-diff-yesterday): New command.
12154         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
12156 2004-06-10  Juri Linkov  <juri@jurta.org>
12158         * emacs-lisp/edebug.el (edebug-eval-defun):
12159         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
12160         Fix docstring.
12162         * simple.el (eval-expression-print-format): Don't print additional
12163         information on the first call to `eval-print-last-sexp'.
12164         (next-error-find-buffer): Fix punctuation.
12165         (killing) <defgroup>: Fix punctuation.
12166         (yank-excluded-properties): Change group from editing to killing.
12168         * replace.el (perform-replace): Use `limit' to terminate the
12169         while-loop explicitly.
12171 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12173         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
12174         Use lc-*.xpm as prefix instead of *-locol.xpm.
12176         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
12177         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
12178         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
12179         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
12180         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
12181         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
12182         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
12183         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
12184         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
12185         * toolbar/lc-up_arrow.xpm:
12186         Rename from *-locol.xpm.
12188 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
12190         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
12191         include forms like &<str>; as valid url patterns.
12193 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
12195         * dired.el (dired-diff, dired-backup-diff)
12196         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
12197         (dired-do-chown, dired-do-touch, dired-do-print)
12198         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
12199         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
12200         (dired-create-directory, dired-do-copy, dired-do-symlink)
12201         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
12202         (dired-do-copy-regexp, dired-do-hardlink-regexp)
12203         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
12204         (dired-maybe-insert-subdir, dired-next-subdir)
12205         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
12206         (dired-kill-subdir, dired-tree-up, dired-tree-down)
12207         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
12208         (dired-run-shell-command, dired-query): Remove redundant,
12209         or incorrect, autoloads.
12211         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
12212         does not end in a slash.  Add optional argument KILL-ROOT.
12213         Update docstring.
12214         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
12215         (dired-query): Add autoloads.
12217 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
12219         * progmodes/compile.el (compilation-set-window-height):
12220         Rearrange the save-* functions because a buffer can have several current
12221         point in different windows.
12222         (compilation-error-regexp-alist-alist): Recognize {standard input}
12223         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
12225 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12227         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
12228         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
12229         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
12230         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
12231         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
12232         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
12233         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
12234         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
12235         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
12236         * toolbar/up_arrow-locol.xpm:
12237         New versions of icons that uses fewer colors.
12239         * toolbar/tool-bar.el (tool-bar-local-item)
12240         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
12241         if display-color-cells is 256 or less.
12243 2004-06-08  Kim F. Storm  <storm@cua.dk>
12245         * wid-edit.el (widget-specify-button): Use hand pointer rather
12246         than mouse-face as visible mouse-over effect.
12248 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
12250         * saveplace.el (save-place-alist-to-file): Bind `print-length'
12251         and `print-level' to nil when writing out `save-place-alist'.
12252         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
12254 2004-06-07  Juanma Barranquero  <lektu@terra.es>
12256         * completion.el (completion-kill-region): Doc fix.
12258         * format.el (format-insert-annotations)
12259         (format-annotate-location): Doc fixes.
12260         (format-subtract-regions): Make arguments match their use in docstring.
12262         * simple.el (kill-region): Doc fix.
12264         * subr.el (insert-buffer-substring-no-properties)
12265         (insert-buffer-substring-as-yank): Doc fixes.
12267 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
12269         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12270         Update docstring.
12271         (dired-reset-subdir-switches): New function.
12273         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
12274         Limit scope of `buffer-read-only' binding.
12276 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
12278         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
12279         eshell-explicit-command-char.
12281 2004-06-06  Juanma Barranquero  <lektu@terra.es>
12283         * help-fns.el (help-argument-name): Inherit from italic face only
12284         if the frame supports it.
12286 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12288         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
12289         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
12290         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
12291         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
12292         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
12293         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
12294         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
12295         New conversions from xpm files.
12297         * toolbar/README: New file.
12299 2004-06-06  Richard M. Stallman  <rms@gnu.org>
12301         * isearch.el (isearch-mode-map): Undo previous change.
12303 2004-06-05  Juri Linkov  <juri@jurta.org>
12305         * bindings.el (debug-ignored-errors): Add regexps for history
12306         related messages.  Remove $ from "No further undo information".
12307         Move Ediff's messages to ediff.el.
12309         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
12311         * cus-edit.el (custom-display): Add `min-colors'.
12313         * custom.el (defface): Add `supports' to docstring.
12315         * help-fns.el (help-argument-name): Add :group 'help.
12317 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
12319         * find-dired.el (find-ls-subdir-switches): New user option.
12320         (find-dired): No longer call `abbreviate-file-name' on DIR.
12321         Set `dired-subdir-switches' buffer-locally.
12323         * locate.el: Merge the two `Commentary' sections.
12324         (locate-ls-subdir-switches): New user option.
12325         (locate): Update for other changes.
12326         (locate-mode-map): Restore Dired binding for mouse-2.
12327         Bind `locate-mouse-view-file' to M-mouse-2.
12328         Bind `l' to `locate-do-redisplay'.
12329         (locate-main-listing-line-p, locate-do-redisplay): New functions.
12330         (locate-mouse-view-file, locate-tags, locate-find-directory):
12331         Print message if used outside main listing.
12332         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
12333         Various changes to support inserted subdirectories.
12334         (locate-insert-header): Change header of *Locate* buffer.
12336         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12337         Change interactive default switches.
12338         (dired-rename-subdir-2): Update `dired-switches-alist'.
12339         (dired-insert-subdir, dired-kill-subdir):
12340         Handle `dired-switches-alist'.  Do not mark buffer modified.
12341         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
12342         (dired-insert-subdir-doinsert): Omit messages.
12343         Handle `dired-subdir-switches'.
12344         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
12346         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
12347         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
12348         subdirs if -R switch is used for a subdir.
12349         (dired-mode): Set `dired-switches-alist'.
12350         (dired-build-subdir-alist): Only print number of directories in
12351         echo area when invoked interactively.
12353 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
12355         * dired-x.el (dired-omit-mode): Rename from
12356         dired-omit-files-p.  Use define-minor-mode to define it.
12357         (dired-omit-files-p): Add as alias for dired-omit-mode.
12358         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
12359         dired-mark-omitted.
12360         (dired-mark-omitted): Add.  Bind to M-O.
12362 2004-06-05  Kenichi Handa  <handa@m17n.org>
12364         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
12366 2004-06-05  Juanma Barranquero  <lektu@terra.es>
12368         * help-fns.el (help-argument-name): Reintroduce face.
12369         (help-default-arg-highlight): Use it, now that
12370         `face-differs-from-default-p' can be trusted.
12372 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
12374         * textmodes/table.el: Sentence commands added to Point Motion
12375         group; kill and backward-kill commands added to Extraction group.
12377 2004-06-04  Mario Lang  <mlang@delysid.org>
12379         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
12380         systems appear to use mW, make the code handle this.  Fix a
12381         division-by-zero bug while at it, and handle kernels with
12382         a slightly different layout in /proc/acpi.
12384 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
12386         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
12387         because the latter is a CL-ism.  This fixes the bug reported by
12388         Shawn Boyette <mdxi@collapsar.net> in
12389         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
12391 2004-06-04  Miles Bader  <miles@gnu.org>
12393         * faces.el (display-supports-face-attributes-p): Function moved to
12394         C code.  Previously only the tty-related portion of this function
12395         was done in C; however the previous attempt to do a halfway-proper
12396         job for non-tty displays in lisp didn't work properly because of
12397         funny conditions during Emacs startup.
12398         (face-differs-from-default-p): Simplify, now that
12399         display-supports-face-attributes-p works properly on all display
12400         types.  Remove :stipple from comparison; it doesn't really work
12401         in emacs anyway.
12403 2004-06-04  Miles Bader  <miles@gnu.org>
12405         * faces.el (face-differs-from-default-p): Use a different
12406         implementation, so we can really check whether FACE displays
12407         differently or not.
12409 2004-06-04  Miles Bader  <miles@gnu.org>
12411         * faces.el (display-supports-face-attributes-p): Implement a
12412         `different from default' check for non-tty displays.
12414 2004-06-03  David Kastrup  <dak@gnu.org>
12416         * woman.el (woman-mapcan): More concise code.
12417         (woman-topic-all-completions, woman-topic-all-completions-1)
12418         (woman-topic-all-completions-merge): Replace by a simpler and
12419         much faster implementation based on O(n log n) sort/merge instead
12420         of the old O(n^2) behavior.
12422 2004-06-03  Miles Bader  <miles@gnu.org>
12424         * subr.el (read-number): Use canonical format for default in prompt.
12426         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
12427         Add regexp for " [...]" style defaults.
12429 2004-06-02  Romain Francoise  <romain@orebokech.com>
12431         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
12432         groups: if the user asks for a hidden buffer, open the
12433         corresponding filter group to expose it.
12435         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
12436         `ibuffer-jump-to-buffer'.
12437         (ibuffer-jump-offer-only-visible-buffers): New user option.
12439 2004-06-02  Juanma Barranquero  <lektu@terra.es>
12441         * faces.el (frame-update-faces): Add empty docstring so the one
12442         for `ignore' doesn't show through.
12444         * subr.el (process-kill-without-query): Remove spurious "\n" on
12445         obsolescence string.
12446         (focus-frame, unfocus-frame): Add obsolescence declaration and
12447         empty docstring.
12449         * international/mule.el (register-char-codings): Make alias for
12450         `ignore'.  Move docstring to obsolescence info and remove redundancy.
12452 2004-06-02  Kim F. Storm  <storm@cua.dk>
12454         * frame.el (blink-cursor-start): Turn cursor off initially so blink
12455         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
12457 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12459         * comint.el (comint-replace-by-expanded-history-before-point):
12460         Obey `start' as the docstring says.
12461         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
12462         (comint-update-fence): Prevent font-lock from running unnecessarily.
12463         (comint-dynamic-list-completions): Use with-current-buffer.
12465 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12467         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
12468         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
12469         (bibtex-entry-update): Handle alternatives and optional fields.
12470         (bibtex-parse-entry): Bugfix, handle empty key.
12472 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12474         * vc-arch.el (vc-arch-state): Don't assume the file exists.
12476 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
12478         * desktop.el (desktop-save): Don't save minor modes without a
12479         known mode initialization function.
12481 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
12483         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
12485         * autorevert.el: Update `Commentary' section.
12487 2004-05-30  Juanma Barranquero  <lektu@terra.es>
12489         * dos-fns.el (convert-standard-filename):
12490         * files.el (convert-standard-filename):
12491         * w32-fns.el (convert-standard-filename):
12492         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
12494 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
12496         Sync with Tramp.
12498         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
12499         (tramp-let-maybe): Move to an earlier spot in the file.
12500         Patch by Andreas Schwab.
12502 2004-05-30  Andreas Schwab  <schwab@suse.de>
12504         * dired.el (dired-get-filename): Don't use dired-re-dot.
12506 2004-05-30  Richard M. Stallman  <rms@gnu.org>
12508         * files.el (find-file): Doc fix.
12510         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
12512 2004-05-30  Nick Roberts  <nickrob@gnu.org>
12514         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
12515         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
12516         modeline of the locals buffer.
12517         (gdb-goto-breakpoint): Handle gdbmi.
12518         (gdb-get-frame-number): Change for gdbmi.
12520 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
12522         * files.el (file-remote-p): Apply file name handler for operation
12523         `file-remote-p'.  It isn' a property any longer.
12524         (file-relative-name): `fh' and `fd' get the required value via
12525         `find-file-name-handler' already.
12527         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
12528         (top): Remove setting of `file-remote-p' property for
12529         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
12531 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
12533         Version 2.0.41 of Tramp released.
12535         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
12536         Throw away if process has died.
12537         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
12538         (tramp-out-of-band-prompt-regexp): Rename to
12539         `tramp-process-alive-regexp', because its usage is widen.
12540         (tramp-actions-copy-out-of-band): Apply it.
12541         (tramp-actions-before-shell, tramp-multi-actions):
12542         Add `tramp-action-process-alive' action.
12543         (tramp-action-process-alive): New defun.
12544         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
12545         Add entry for `file-remote-p'.
12546         (tramp-handle-file-remote-p): New defun.
12547         (top): Remove setting of `file-remote-p'.  Don't set
12548         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
12550         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
12551         `file-remote-p'.
12553         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
12554         counted for (last) line.  [They should or they shouldn't?  --Stef]
12555         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
12557 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
12559         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
12560         not really necessary but seems to keep the shell history smaller
12561         in some cases.  It is no substitute for setting HISTFILE and
12562         HISTSIZE from tramp-open-connection-setup-interactive-shell,
12563         though.  Suggested by Luc Teirlinck.
12564         (tramp-open-connection-setup-interactive-shell): Export variables
12565         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
12566         (tramp-set-process-query-on-exit-flag): New compat function.
12567         (tramp-open-connection-multi, tramp-open-connection-su)
12568         (tramp-open-connection-rsh, tramp-open-connection-telnet)
12569         (tramp-do-copy-or-rename-file-out-of-band): Use it.
12570         (tramp-let-maybe): New macro, let-binds a variable only if it
12571         isn't obsolete.
12572         (tramp-check-ls-commands, tramp-handle-expand-file-name)
12573         (tramp-handle-file-truename): Use it.
12574         (tramp-completion-file-name-regexp-unified): Avoid matching
12575         filenames starting with "/:" -- those are reserved for
12576         file-name-non-special.
12578         * tramp-smb.el (tramp-smb-open-connection):
12579         Use tramp-set-process-query-on-exit-flag compat function.
12581 2004-05-29  Richard M. Stallman  <rms@gnu.org>
12583         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
12585         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
12586         (eval-last-sexp-print-value): Print char equivalent regardless
12587         of standard-output value.
12589         * thumbs.el (thumbs-subst-char-in-string): Delete.
12590         (thumbs-thumbname): Use subst-char-in-string.
12591         (thumbs-resize-image): Use condition-case, not ignore-errors.
12592         (thumbs-kill-buffer): Likewise.
12594         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
12595         (thumbs-mode): Make buffer read-only.
12596         (thumbs-make-thumb): Unconditionally accept an existing file.
12597         (thumbs-insert-thumb): Add thumb-image-file property to the image.
12598         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
12599         (thumbs-show-thumbs-list): Error if images not supported.
12600         (thumbs-save-current-image): Improve prompt string.
12601         (thumbs-mode-map): Define u, R, x.
12602         (thumbs-unmark): New command.
12603         (thumbs-emboss-image): Minor cleanup.
12604         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
12605         (thumbs-rename-images): New command.
12606         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
12608         * thumbs.el (thumbs-current-image): New function.
12609         (thumbs-file-list, thumbs-file-alist): New functions.
12610         (thumbs-find-image): Delete arg L.
12611         Don't set up thumbs-fileL as buffer-local global var.
12612         (thumbs-find-image-at-point): Use thumbs-current-image.
12613         (thumbs-set-image-at-point-to-root-window): Likewise.
12614         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
12615         Record and warn about errors.  Update thumbs-markedL for deletions.
12616         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
12617         (thumbs-redraw-buffer): Use thumbs-file-list.
12618         (thumbs-mark): Use thumbs-current-image.
12619         (thumbs-show-name): Use thumbs-current-image.
12621         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
12622         and imenu--last-menubar-index-alist.
12624         * subr.el (with-selected-window): Undo previous change.
12626 2004-05-29  John Paul Wallington  <jpw@gnu.org>
12628         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
12629         (thumbs-mouse-find-image): New command.
12630         (thumbs-mode-map): Bind it to mouse-2.
12631         (thumbs-mode): Make mode-class special.
12632         (thumbs-view-image-mode): Likewise.
12634 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
12636         * flymake.el: New file.
12638 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
12640         * files.el (find-file-noselect-1): Do not bind
12641         `inhibit-read-only' to t during execution of
12642         `find-file-not-found-functions'.
12644 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12646         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
12647         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
12649 2004-05-28  Juri Linkov  <juri@jurta.org>
12651         * simple.el (eval-expression-print-format): New fun.
12653         * simple.el (eval-expression):
12654         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12655         * emacs-lisp/edebug.el (edebug-compute-previous-result)
12656         (edebug-eval-expression): Print additionally the value returned by
12657         `eval-expression-print-format'.
12659         * emacs-lisp/lisp.el (insert-pair-alist): New var.
12660         (insert-pair): Make arguments optional.  Find character pair
12661         from `insert-pair-alist' according to the last input event.
12662         (insert-parentheses): Make arguments optional.
12663         (raise-sexp, delete-pair): New funs.
12665         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
12666         (emacs-lisp-mode-map, lisp-interaction-mode-map):
12667         Bind C-M-q to `indent-pp-sexp'.
12669         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
12670         `pp-to-string' modified to be able to format text with newlines.
12671         (pp-to-string): Move the buffer-formatting part of the code to
12672         `pp-buffer'.  Call `pp-buffer'.
12674         * info.el (Info-desktop-buffer-misc-data): Don't save information
12675         about virtual files.
12676         (Info-restore-desktop-buffer): Restore Info buffers in prepared
12677         buffers with names obtained from the desktop file instead of the
12678         default *info* buffer.
12680 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12682         * subr.el (with-selected-window): Only save/restore the selected window.
12684         * progmodes/compile.el (compilation-error-regexp-alist):
12685         Use expand-file-name and data-directory.
12687         * progmodes/grep.el (grep-tree): Rework previous fix.
12689         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
12690         after the user marked text with the mouse.
12692         * startup.el (command-line): Keep the first regexp of
12693         auto-save-file-name-transforms intact.
12695 2004-05-28  Juanma Barranquero  <lektu@terra.es>
12697         * cus-edit.el (customize-face, customize-face-other-window)
12698         (custom-face-edit-delete): Make arguments match their use in
12699         docstring.
12700         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
12701         docstring.
12703         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
12704         not `cvs-butlast'.
12706         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
12707         `nbutlast' are in subr.el).
12709         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
12710         (set-w32-system-coding-system): Doc fixes.
12712         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
12713         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
12714         Make arguments match their use in docstring.
12715         (artist-draw-region-trim-line-endings)
12716         (artist-mouse-choose-operation): Fix typo in docstring.
12717         (artist-key-set-point-common): Doc fix.
12719 2004-05-28  Simon Josefsson  <jas@extundo.com>
12721         * mail/smtpmail.el (smtpmail-open-stream):
12722         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
12724 2004-05-26  Simon Josefsson  <jas@extundo.com>
12726         * starttls.el: Merge with my GNUTLS based starttls.el.
12727         (starttls-gnutls-program, starttls-use-gnutls)
12728         (starttls-extra-arguments, starttls-process-connection-type)
12729         (starttls-connect, starttls-failure, starttls-success): New variables.
12730         (starttls-program, starttls-extra-args): Doc fix.
12731         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
12732         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
12733         and pass on to corresponding *-gnutls function if it is set.
12735 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
12737         * autorevert.el (auto-revert-handler): Disable auto-reverting of
12738         remote files.
12740 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
12742         * files.el (file-name-non-special): There are more operations
12743         which need handling: `find-backup-file-name',
12744         `insert-file-contents', `verify-visited-file-modtime',
12745         `write-region'.  Rename t value of method to `add'.  Add new
12746         methods `quote' and `unquote-then-quote' to file-arg-indices.
12748 2004-05-25  Juri Linkov  <juri@jurta.org>
12750         * info.el (Info-toc): Call Info-mode on intermediate buffer.
12751         (Info-index-nodes): Enclose code in condition-case to catch errors.
12752         (Info-index-node): Don't search all index nodes if request is only
12753         for the current node and file is not in the cache of index nodes.
12754         (Info-mode-map): Bind Info-copy-current-node-name to `w'
12755         for consistency with dired-copy-filename-as-kill.
12756         Bind `S' to Info-search-case-sensitively.
12757         (Info-copy-current-node-name): New arg.  With zero prefix arg put
12758         the name inside a function call to `info'.  Display copied text in
12759         the echo area.
12761 2004-05-25  Sam Steingold  <sds@gnu.org>
12763         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
12764         strip the package prefix from the symbol name, if any.
12765         Make it the `find-tag-default-function' for `lisp-mode'.
12767 2004-05-25  John Paul Wallington  <jpw@gnu.org>
12769         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
12770         instead of obsolete `process-kill-without-query'.
12772         * textmodes/texinfmt.el (texinfo-indexvar-alist):
12773         Declare as variable, not constant.
12775 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
12777         * files.el (find-file-noselect-1): Fix bug introduced by
12778         Revision 1.694.  As a side effect, `inhibit-read-only'
12779         is again, by default, t during execution of
12780         `find-file-not-found-functions'.
12781         (insert-directory): Check that lines were really inserted by
12782         the --dired switch, before erasing them.
12784 2004-05-24  Nick Roberts  <nickrob@gnu.org>
12786         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
12787         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
12788         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
12789         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
12790         gud-minor-mode (gdbmi).
12792 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
12794         * net/browse-url.el (browse-url-interactive-arg): Enable user to
12795         explicitly select the text to be taken as URL.
12797 2004-05-23  Juri Linkov  <juri@jurta.org>
12799         * info.el (Info-index-nodes): New var and fun.
12800         (Info-goto-index, Info-index, info-apropos)
12801         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
12802         (Info-index): Fix docstring.  Store and restore Info-history-list.
12803         (Info-complete-nodes): New var.
12804         (Info-complete-menu-item): Use it.
12805         (Info-index-node): New fun.
12806         (Info-final-node, Info-forward-node, Info-backward-node)
12807         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
12808         Use Info-index-node.
12809         (Info-extract-menu-item, Info-extract-menu-counting): Set second
12810         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
12811         (Info-find-node-2): If a node with period in its name not found,
12812         try to find a node without the name part after period.
12813         (Info-select-node): Call Info-fontify-node only if
12814         Info-fontify-maximum-menu-size is not nil.
12815         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
12816         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
12817         Preserve Info-history-list.
12818         (Info-toc): Set Info-current-file.
12819         (Info-build-toc): Move point to the beginning of the buffer.
12820         Add main-file variable.
12821         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
12822         Use backslashed representation of the control character ^_.
12824         * textmodes/texinfmt.el (texinfo-print-index): Print index line
12825         numbers in the new Texinfo 4.7 format.
12827         * add-log.el (change-log-font-lock-keywords): Remove `:' from
12828         regexps for function and variable names.
12830         * descr-text.el (describe-property-list): Add [show] button for
12831         `syntax-table' property with action to pp to a separate buffer.
12832         (describe-char): Replace search-forward by re-search-forward with
12833         whitespace regexp after "character:" to not fail in too narrow windows.
12835         * simple.el (next-error-find-buffer): Add a rule to return
12836         next-error capable buffer if one window on the selected frame
12837         displays such buffer.
12839 2004-05-23  Nick Roberts  <nickrob@gnu.org>
12841         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
12842         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
12843         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
12844         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
12845         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
12846         Handle new value for gud-minor-mode (gdbmi).
12847         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
12848         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
12849         Change from local to global gdb variable set.
12850         (gdb-ann3): Initialise above gdb variable set.
12851         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
12852         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
12853         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
12854         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
12855         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
12856         (gdb-info-locals-handler, gdb-invalidate-assembler)
12857         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
12858         set as global variables.
12859         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
12860         Handle gdbmi.
12861         (gdb-info-breakpoints-custom): Fix regexp.
12862         (def-gdb-var): Delete.
12864         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
12865         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
12866         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
12867         a new mode.  The file (gdb-mi.el) for this mode will be included
12868         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
12869         primary interface.
12871 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
12873         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
12874         interpreted as a directory.
12876 2004-05-22  Richard M. Stallman  <rms@gnu.org>
12878         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
12879         as a close quote.
12881         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
12883         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
12884         Use assoc-string, not assoc-ignore-case.
12886         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
12888         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
12889         If moving back then fwd gets a defun that ends before point,
12890         try again moving fwd then back.
12892         * files.el (file-name-non-special): Allow t in file-arg-indices
12893         to mean requote the return value.  Use `identity' as an element
12894         rather than as the whole value.
12896         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
12898 2004-05-22  Juanma Barranquero  <lektu@terra.es>
12900         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
12901         `help-make-usage'.
12902         (help-highlight-arguments): Skip function name before searching
12903         for arguments.
12905 2004-05-21  Juanma Barranquero  <lektu@terra.es>
12907         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
12908         Don't mention in the docstring these arguments meant for
12909         internal (recursive) use only.
12910         (allout-char-spec): Comment out (it's not implemented).
12911         (allout-old-expose-topic, allout-exposure): Fix docstring and add
12912         obsolescence declaration.
12913         (allout-flatten-exposed-to-buffer)
12914         (allout-indented-exposed-to-buffer): Fix typos in docstring.
12915         (my-mark-marker): Doc fix.
12916         (produce-allout-mode-map, allout-sibling-index)
12917         (allout-isearch-expose, allout-distinctive-bullet)
12918         (allout-open-topic, allout-reindent-body)
12919         (allout-rebullet-heading, allout-process-exposed)
12920         (allout-insert-listified, allout-latex-verb-quote)
12921         (allout-insert-latex-header, allout-insert-latex-trailer):
12922         Make arguments match their use in docstring.
12923         (allout-primary-bullet, allout-old-style-prefixes)
12924         (allout-inhibit-protection, allout-init, allout-mode)
12925         (allout-before-change-protect, allout-flag-region):
12926         Use "Emacs" instead of "emacs" in docstrings.
12928 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
12930         * international/characters.el: Modify syntax of more characters.
12932 2004-05-21  Masatake YAMATO  <jet@gyve.org>
12934         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
12935         (etags-tags-completion-table): Show parsing progress.
12937 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
12939         * locate.el (locate-prompt-for-command): Shorten first line of
12940         docstring.
12941         (locate-mode): Expand docstring and include keymap summary.
12943         * files.el (find-file-noselect-1): Limit the scope of the
12944         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
12945         is, by default, nil during the execution of
12946         `find-file-not-found-functions' and `find-file-hook'.
12948 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
12950         * facemenu.el (facemenu-color-name-equal): New function.
12951         (list-colors-display): Use it to compare colors instead of
12952         facemenu-color-equal.
12954 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
12956         * compare-w.el (compare-windows-face): Use min-colors instead of
12957         checking for tty or pc types.
12959 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
12961         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
12962         (completion-setup-function): Use with-current-buffer.
12963         Properly save excursion.  Simplify.
12964         Don't assume there is necessarily a `mouse-face' property somewhere.
12966         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
12968         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
12970         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
12971         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
12972         Use with-current-buffer.
12973         (byte-goto-log-buffer): Delete.
12974         (byte-compile-log-file): Call compilation-forget-errors.
12976 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
12978         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
12979         output messages into the search result.
12981 2004-05-19  Masatake YAMATO  <jet@gyve.org>
12983         * wid-edit.el (widget-radio-button-notify): Revert my last
12984         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12986 2004-05-19  Kenichi Handa  <handa@m17n.org>
12988         * international/characters.el: Fix syntax (open/close) of CJK chars.
12990 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
12992         * help-mode.el (help-go-back): Don't depend on position of back button.
12994 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
12996         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
12997         files files don't contain an accidental additional /.
12999         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
13000         in source buffer.
13002 2004-05-18  Masatake YAMATO  <jet@gyve.org>
13004         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
13005         to widget-apply.  :action method assumes 2 arguments, not 3.
13007 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
13009         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
13010         New constants.
13011         (hs-special-modes-alist): Add an f90-mode entry.
13013 2004-05-17  Sam Steingold  <sds@gnu.org>
13015         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
13016         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
13018 2004-05-16  Kim F. Storm  <storm@cua.dk>
13020         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
13022 2004-05-15  John Wiegley  <johnw@newartisans.com>
13024         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
13025         (eshell-output-object-to-target): Improve output speed 20% by not
13026         calling `eshell-stringify' if something is already known to be a string.
13028 2004-05-15  Alex Ott  <ott@jet.msk.su>
13030         * textmodes/ispell.el (ispell-local-dictionary-alist):
13031         Add windows-1251 to the choice of coding systems.
13032         (ispell-dictionary-alist-6): Add support for "russianw.aff",
13033         encoded in cp1251.
13035 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
13037         * progmodes/compile.el (compilation-warning-face)
13038         (compilation-info-face): Use min-colors.
13040 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13042         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
13043         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
13044         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
13045         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
13046         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
13047         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
13048         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
13049         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
13050         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
13051         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
13052         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
13053         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
13054         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
13055         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
13057 2004-05-15  Kim F. Storm  <storm@cua.dk>
13059         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
13060         Use it to set triggered-p element of timer.
13061         (timer-event-handler): Set triggered-p element non-nil while running
13062         the timer function.
13064 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13066         * descr-text.el (describe-char-unicode-data)
13067         (describe-char-unicodedata-file): Re-enable the unicode code now that
13068         the licensing issues have been cleared in the unicode-4 license.
13069         (describe-text-properties-1): Remove unused `overlay' var.
13070         (describe-char): Remove unused var `buffer'.
13072 2004-05-14  David Ponce  <david@dponce.com>
13074         * tree-widget.el: New file.
13076 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
13078         * language/european.el ("Brazilian Portuguese"): Add support for
13079         Brazilian Portuguese.
13081 2004-05-13  John Wiegley  <johnw@newartisans.com>
13083         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
13084         `recentf-mode' if this variable has been customized to t.
13086         * eshell/esh-test.el (eshell-test): Call the function
13087         `emacs-version' rather than trying to build a custom version string.
13089 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13091         * net/telnet.el (telnet-mode): Use define-derived-mode.
13092         Don't modify the global value of comint-prompt-regexp.
13094 2004-05-13  John Paul Wallington  <jpw@gnu.org>
13096         * version.el (emacs-version): Check for `gtk' feature before
13097         `x-toolkit' feature.
13099 2004-05-13  Juanma Barranquero  <lektu@terra.es>
13101         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
13102         arguments in the docstring, they're used only in recursive calls.
13104         * help-fns.el (help-arg-highlighting-function)
13105         (help-argument-name): Delete.
13106         (help-default-arg-highlight): New function.
13107         (help-do-arg-highlighting): Use it.
13109 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
13111         * calendar/appt.el (appt-disp-window):
13112         Use `calendar-set-mode-line' for a centered mode-line.
13114 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
13116         * calendar/appt.el (appt-disp-window): Do not split window
13117         excessively when `split-height-threshold' is low.
13119 2004-05-12  Nick Roberts  <nickrob@gnu.org>
13121         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
13122         kill-buffer-hook here and make it local.
13123         (gud-kill-buffer-hook): Use kill-process for a sure kill.
13125 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
13127         * progmodes/compile.el (compilation-set-window-height):
13128         Use save-excursion to protect against misplaced marker.
13130 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13132         * custom.el (defface): Document that type can have value gtk.
13134         * faces.el (face-spec-set-match-display): Handle type gtk in display.
13136 2004-05-12  Kenichi Handa  <handa@m17n.org>
13138         * descr-text.el: Require quail at comile time.
13139         (describe-char): If an input method is on and it supports the
13140         character, show how to input it.
13142         * international/quail.el (quail-install-decode-map): Accept a
13143         char-table whose subtype is `quail-decode-map'.
13144         (quail-store-decode-map-key, quail-gen-decode-map1)
13145         (quail-gen-decode-map, quail-find-key1, quail-find-key)
13146         (quail-show-key): New functions.
13148 2004-05-12  Juanma Barranquero  <lektu@terra.es>
13150         * generic.el (define-generic-mode): Remove redundant arglist info.
13152         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
13153         Make arguments match their use in docstring.
13154         (help-arg-highlighting-function): New variable.
13155         (help-argument-name): Mention it in the docstring.
13156         (help-do-arg-highlight): Use it.  Expand regexp to accept also
13157         ARG-xxx and xxx-ARG references.
13159 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
13161         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
13162         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
13163         and "mailto:addr1?to=addr2" equal.
13165 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
13167         * man.el (Man-getpage-in-background): Use shell-file-name
13168         and shell-command-switch variables instead of hard-coded values.
13170 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
13172         * iimage.el: New file.
13174 2004-05-11  Juanma Barranquero  <lektu@terra.es>
13176         * custom.el (custom-initialize-default, defcustom):
13177         Fix typo in docstring.
13179         * files.el (set-visited-file-name, file-expand-wildcards):
13180         Fix docstring.
13182 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13184         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
13186         * subr.el (eventp): Be more discriminating with integers.
13188 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
13190         * progmodes/compile.el (compile): Add universal prefix arg.
13191         (compilation-error-regexp-alist-alist): Add edg patterns.
13193 2004-05-10  Sam Steingold  <sds@gnu.org>
13195         * textmodes/ispell.el (ispell-message):
13196         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
13198 2004-05-10  Dave Love  <fx@gnu.org>
13200         * progmodes/python.el (help-buffer): Autoload when compiling.
13201         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
13202         (run-python): Prepend to any existing PYTHONPATH.
13204 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
13206         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
13207         for pending breakpoints.
13209 2004-05-10  Richard M. Stallman  <rms@gnu.org>
13211         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
13212         directly without calling any functions in Rmail.
13213         (unrmail-unprune): Function deleted.
13215 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13217         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
13218         C-c C-z binding.
13220 2004-05-10  Kenichi Handa  <handa@m17n.org>
13222         * descr-text.el (describe-char): Fix previous change.  Don't make
13223         a unibyte character to multibyte in the *Help* buffer.
13225 2004-05-10  Miles Bader  <miles@gnu.org>
13227         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
13228         buffer an error if the debugger process is actually running.
13230 2004-05-10  Juanma Barranquero  <lektu@terra.es>
13232         * help-fns.el (help-argument-name): Default to italic.
13233         (help-highlight-arguments): Return always (usage . doc), even when
13234         usage is nil.
13236         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
13237         (define-ibuffer-filter): Add usage info.
13238         (define-ibuffer-op): Add usage info (but CL-style defaults for
13239         keyword args are not shown).
13241         * subr.el (remove-overlays, read-passwd): Fix docstring.
13242         (start-process-shell-command): Fix docstring.  Put usage info in a
13243         format usable by `describe-function'.
13244         (open-network-stream, open-network-stream-nowait)
13245         (open-network-stream-server): Fix docstring.
13247 2004-05-09  Jason Rumney  <jasonr@gnu.org>
13249         * international/code-pages (cp932, cp936, cp949, c950): Remove.
13250         Only define cp125* if windows-125* is already defined.
13252         * language/korean.el (cp949): Add alias.
13254         * language/chinese.el (cp936, cp950): Add aliases.
13256         * language/japanese.el (cp932): Add alias.
13258         * term/w32-win.el: Require code-pages.
13260         * international/mule-cmds.el (set-locale-environment):
13261         On MS-Windows use ansi code-page for default coding-systems.
13262         Set up paper sizes for Windows 3 letter languages.
13264         * international/code-pages.el (cp932, cp936, cp949, cp950):
13265         Add aliases.  Also add cp125* if not already defined.
13267 2004-05-09  Juanma Barranquero  <lektu@terra.es>
13269         * help-fns.el (help-highlight-arguments): Don't try to highlight
13270         missing or autoloaded arglists.  Accept structured arguments, like
13271         the first ones of `do' and `flet'.
13273         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
13274         (cvs-get-marked): Remove redundant arglist info.
13276         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
13277         Don't use CL-style default args.
13279 2004-05-08  Andreas Schwab  <schwab@suse.de>
13281         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
13283         * international/subst-ksc.el: Fix references to utf-translate-cjk
13284         into utf-translate-cjk-mode.
13285         * international/subst-big5.el: Likewise.
13286         * international/subst-gb2312.el: Likewise.
13287         * international/subst-jis.el: Likewise.
13288         * international/utf-16.el: Likewise.
13289         * international/utf-8.el: Likewise.
13291 2004-05-08  John Wiegley  <johnw@newartisans.com>
13293         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
13294         "virtual buffers" (off by default), which makes it possible to
13295         switch to the "virtual" buffers of recently visited files.  When a
13296         buffer name search fails, and this option is on, iswitchb will
13297         look at the list of recently visited files, and permit matching
13298         against those names.  When the user hits RET on a match, it will
13299         revisit that file.
13300         (iswitchb-read-buffer): Add two optional arguments, which makes
13301         isearchb.el possible.
13302         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
13303         (iswitchb-next-match): Add support for virtual buffers.
13305         * isearchb.el: This module extends iswitchb to provide "as you
13306         type" buffer selection.
13308         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
13309         Ignore the read-only property when flyspell highlighting is on.
13310         Not ignoring it leads to a series of confusing errors.
13311         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
13312         but also make sure to call flyspell-incorrect-hook.
13313         (flyspell-maybe-correct-transposition): Perform transposition test
13314         by bit twiddling a string, rather than using a temp buffer.
13315         (flyspell-maybe-correct-doubling): Use a string rather than a temp
13316         buffer.  This is also the original version of the code, which
13317         could not be checked in before due to a previous lack of
13318         assignment papers.  This version has seen heavy usage on my system
13319         for several years now.
13321         * calendar/cal-bahai.el: New file, which adds support for the
13322         Baha'i calendar to Emacs.  This calendar is based on a solar year
13323         of 19 months of 19 days, with 4 intercalary days.  Each year
13324         begins on March 21, with the calendar starting in 1844.
13326         * calendar/cal-menu.el, calendar/calendar.el,
13327         calendar/diary-lib.el, calendar/holidays.el: Added support for
13328         using cal-bahai.el.
13330         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
13331         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
13332         function can be used outside of eshell buffers.
13333         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
13335 2004-05-08  Juanma Barranquero  <lektu@terra.es>
13337         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
13338         word constituent so FOO-ARG is not recognized as an arg.
13339         (help-highlight-arguments): Don't skip lists in mandatory arguments.
13341         * simple.el (next-error): Fix typo in docstring.
13342         (open-line): Make argument names match their use in docstring.
13343         (split-line): Fix docstring.
13345         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
13346         usable by `describe-function'.
13347         (gensym, gentemp, typep, ignore-errors): Make argument names match
13348         their use in docstring.
13350         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
13351         argument to `help-setup-xref'.
13353 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
13355         Version 2.0.40 of Tramp released.
13357         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
13358         Use symbol-function to invoke functions only known on some Emacs
13359         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
13360         Scaldeferri <kevin@scaldeferri.com>.
13361         (tramp-do-copy-or-rename-file-via-buffer): Rename from
13362         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
13363         consistent with the other tramp-do-* functions.
13364         (tramp-do-copy-or-rename-file): Calls adjusted.
13365         (tramp-process-initial-commands): Avoid liveness check on shell --
13366         we know that it must be alive since we're opening a connection at
13367         this moment.
13368         (tramp-last-cmd): New internal variable.
13369         (tramp-process-echoes): New tunable.
13370         (tramp-send-command): Set tramp-last-cmd.
13371         (tramp-wait-for-output): Delete echo, if applicable.
13372         (tramp-read-passwd): Construct the key for the password cache in a
13373         way that works for multi methods, too.
13374         (tramp-bug): Add backup-directory-alist and
13375         bkup-backup-directory-info to bug reports, with Tramp counterparts.
13377 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
13379         * net/tramp*.el: Suppress byte-compiler warnings where possible.
13381         * net/tramp.el (tramp-out-of-band-prompt-regexp)
13382         (tramp-actions-copy-out-of-band): New defcustoms.
13383         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
13384         used instead of a synchronous one.  Allows password entering.
13385         (tramp-action-out-of-band): New defun.
13386         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
13387         Remove restriction with password from doc string.
13388         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
13389         `tramp-out-of-band-prompt-regexp',
13390         `tramp-actions-copy-out-of-band', `password-cache' and
13391         `password-cache-expiry'.
13392         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
13393         password caching.
13394         (tramp-touch): FILE can be a local file, too.
13395         (TODO): Remove items done.
13396         (tramp-handle-insert-directory): Properly quote file name also if
13397         not full-directory-p.  Handle wildcard case.  Reported by Andreas
13398         Schwab <schwab@suse.de>.
13399         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
13400         new file.
13401         (tramp-handle-file-local-copy, tramp-handle-write-region):
13402         The permissions of the temporary file are set if filename exists.
13403         Reported by Ted Stern <stern@cray.com>.
13404         (tramp-backup-directory-alist)
13405         (tramp-bkup-backup-directory-info): New defcustoms.
13406         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
13407         (tramp-handle-find-backup-file-name): New function.
13408         Implements Tramp's find-backup-file-name.
13410         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
13411         for `find-backup-file-name'.
13413         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
13414         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
13416 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
13418         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
13420 2004-05-07  Juanma Barranquero  <lektu@terra.es>
13422         * subr.el (lambda): Add arglist description to docstring.
13423         (declare): Fix typo in docstring.
13424         (open-network-stream): Fix docstring.
13425         (process-kill-without-query): Fix docstring and add obsolescence info.
13426         (last, butlast, nbutlast): Make arguments match their use in docstring.
13427         (insert-buffer-substring-no-properties): Likewise.
13428         (insert-buffer-substring-as-yank): Likewise.
13429         (split-string): Fix docstring.
13431         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13432         Make argument names match their use in docstring.
13434         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
13436 2004-05-06  Nick Roberts  <nickrob@gnu.org>
13438         * progmodes/gdb-ui.el: Improve/extend documentation strings.
13439         Fit first sentence on one line for apropos-command.
13441 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13443         Changes largely merged in from Dave Love's code.
13444         * progmodes/python.el: Doc fixes.
13445         (python-mode-map): Add python-complete-symbol.
13446         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
13447         (python-comment-indent, python-complete-symbol)
13448         (python-symbol-completions, python-partial-symbol)
13449         (python-try-complete): New.
13450         (python-indent-line): Remove optional arg.  Use python-block-end-p.
13451         (python-check): Bind compilation-error-regexp-alist.
13452         (inferior-python-mode): Use rx.  Move keybindings to top level.
13453         Set comint-input-filter.
13454         (python-preoutput-filter): Use rx.
13455         (python-input-filter): Re-introduce.
13456         (python-proc): Start new process if necessary.
13457         Check python-buffer non-nil.
13458         (view-return-to-alist): Defvar.
13459         (python-send-receive): New.
13460         (python-eldoc-function): Use it.
13461         (python-mode-running): Don't defvar.
13462         (python-mode): Set comment-indent-function.
13463         Maybe update hippie-expand-try-functions-list.
13464         (python-indentation-levels): Initialize differently.
13465         (python-block-end-p): New.
13466         (python-indent-line): Use it.
13467         (python-compilation-regexp-alist): Augment.
13468         (run-python): Import `emacs' module to Python rather than loading
13469         code directly.  Set python-buffer differently.
13470         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
13471         Use python-proc.
13472         (python-send-command): Go to end of comint buffer.
13473         (python-load-file): Use python-proc, emacs.eimport.
13474         (python-describe-symbol): Simplify interactive form.
13475         Use emacs.help.  Do use temp-buffer-show-hook.
13476         Call print-help-return-message.
13477         (hippie-exp): Require when compiling.
13478         (python-preoutput-continuation): Use rx.
13480         * diff-mode.el (diff-make-unified): Fix regexp.
13482 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
13484         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
13485         filter groups from the buffer when rebuilding the Ibuffer buffer
13486         and `ibuffer-show-empty-filter-groups' is nil.
13488 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13490         * ps-print.el (ps-print-quote): Call ps-value-string.
13491         (ps-setup): Call ps-comment-string.
13492         (ps-value-string, ps-comment-string): New funs.
13494 2004-05-06  Juanma Barranquero  <lektu@terra.es>
13496         * ehelp.el (electric-help-command-loop): Check whether the last
13497         character is visible, not (point-max).
13499         * help-fns.el (help-argument-name): Default to bold; don't inherit
13500         from font-lock-variable-name-face.
13501         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
13503 2004-05-05  Kenichi Handa  <handa@m17n.org>
13505         * descr-text.el (describe-char): Copy the character with text
13506         properties and overlays into the first line, and call
13507         describe-text-properties on it.
13509 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
13511         * iswitchb.el (iswitchb-global-map): Fix typo.
13512         Remove unwanted ###autoloads from source file.
13514 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
13516         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
13517         in run-hooks.  Use substitute-command-keys in message.
13518         (wdired-abort-changes): Add message.
13520 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
13522         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
13523         (sql-emacs20-p): Remove.
13524         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
13525         (sql-builtin-face, sql-doc-face): Remove.
13526         (sql-mode-ansi-font-lock-keywords)
13527         (sql-mode-oracle-font-lock-keywords)
13528         (sql-mode-postgres-font-lock-keywords)
13529         (sql-mode-linter-font-lock-keywords)
13530         (sql-mode-ms-font-lock-keywords)
13531         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
13532         (sql-product-font-lock): Fix font-lock reset when font rules change.
13533         (sql-highlight-product): Remove incorrect font-lock reset logic.
13535 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
13537         * ses.el (ses-set-parameter): Fix typo.
13539 2004-05-04  Kim F. Storm  <storm@cua.dk>
13541         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
13542         Must expand directory for completion to work; and don't mess with
13543         process-environment.
13544         (ido-read-file-name): If command has ido property, don't use ido
13545         if value is ignore, or read as directory if value is dir.
13546         Set ido ignore property for dired-do-rename command.
13548 2004-05-04  Juanma Barranquero  <lektu@terra.es>
13550         * ehelp.el (electric-help-command-loop, electric-help-undefined)
13551         (electric-help-help): Check against unmapped commands.
13553         * help-fns.el (help-argument-name): New face, inheriting from
13554         font-lock-variable-name-face, to highlight function arguments in
13555         `describe-function' and `describe-key'.
13556         (help-do-arg-highlight): Auxiliary function to highlight a given
13557         list of arguments in a string.
13558         (help-highlight-arguments): Highlight the function arguments and
13559         all uses of them in the docstring.
13560         (describe-function-1): Use it.  Do docstring output via `insert',
13561         not 'princ', so text attributes are preserved.
13563         * winner.el (winner-mode-map): Move `winner-undo' and
13564         `winner-redo' to C-c <left> and C-c <right>, respectively (the
13565         previous bindings conflict with `prev-buffer', `next-buffer').
13567 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13569         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
13570         (bibtex-entry-update): New command bound to C-c C-u.
13571         (bibtex-text-in-string): Fix regexp.
13572         (bibtex-assoc-of-regexp): Remove.
13573         (bibtex-progress-message): Fix docstring.
13574         (bibtex-inside-field): Use if.
13575         (bibtex-assoc-regexp): New function.
13576         (bibtex-format-entry): Make code more robust so that it formats
13577         also old entries.
13578         (bibtex-autokey-demangle-title): Merge with obsolete function
13579         bibtex-assoc-of-regexp.
13580         (bibtex-field-list): New function.
13581         (bibtex-entry): Use bibtex-field-list.
13582         (bibtex-parse-entry): Fix docstring.
13583         (bibtex-print-help-message): Use bibtex-field-list.
13584         (bibtex-make-field): Use bibtex-field-list.
13585         (bibtex-entry-index): Bugfix.  Return crossref key if required.
13586         (bibtex-lessp): Fix docstring.
13588 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
13590         * select.el (xselect-convert-to-string): Move comment to intended line.
13592 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13594         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
13595         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
13597 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13599         * term/x-win.el (x-clipboard-yank): Don't exit on error from
13600         x-get-selection.
13602 2004-05-03  Jason Rumney  <jasonr@gnu.org>
13604         * makefile.nt: Remove.
13606 2004-05-03  Kim F. Storm  <storm@cua.dk>
13608         * emulation/cua-base.el (cua--update-indications): Fix last change.
13609         (cua-mode): Deactivate mark when cua-mode is enabled.
13611 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
13613         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
13615 2004-05-03  Nick Roberts  <nickrob@gnu.org>
13617         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
13618         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
13619         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
13620         window over visible frames.
13621         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
13623 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13625         * progmodes/compile.el (compilation-gcpro): New var.
13626         (compilation-fake-loc): Use it.
13627         (compilation-forget-errors): Reset it.
13629 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
13631         * diff-mode.el (diff-header-face, diff-file-header-face):
13632         Use min-colors.
13634 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13636         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
13637         (bibtex-clean-entry): Disentangle code.
13638         (bibtex-realign): New function.
13639         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
13640         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
13641         Remove undocumented optional arg called-by-convert-alien.
13642         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
13643         for sorting instead of bibtex-sort-buffer.
13645 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
13647         * progmodes/compile.el (compilation-start): In the
13648         no-async-subprocesses branch, call sit-for to give redisplay a
13649         chance to show the updated process status in the mode line, and
13650         fontify the buffer explicitly after the process exits.
13652 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13654         * progmodes/python.el (python-compilation-line-number): Remove.
13655         (python-compilation-regexp-alist): Don't use it any more.
13656         (python-orig-start, python-input-filter): Remove.
13657         (inferior-python-mode): Don't set up comint-input-filter-functions.
13658         (python-send-region): Use compilation-fake-loc.
13660         * progmodes/compile.el (compilation-messages-start): New var.
13661         (compilation-mode): Don't setup next-error-function here.
13662         (compilation-setup): Set it up here instead (for minor modes as well).
13663         Make compilation-messages-start buffer local.
13664         (compilation-next-error-function): Use it.
13665         (compilation-forget-errors): Set compilation-messages-start.
13667 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
13669         * ielm.el (ielm-prompt-read-only): Update docstring.
13671         * comint.el (comint-prompt-read-only): Update docstring.
13672         (comint-update-fence, comint-kill-whole-line)
13673         (comint-kill-region): New functions.
13675         * simple.el (kill-whole-line): Use "p" instead of "P" in
13676         interactive form.
13678 2004-05-01  Juanma Barranquero  <lektu@terra.es>
13680         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
13681         format arglist so default values in CL-style argument lists are
13682         correctly shown.
13684 2004-05-01  Jason Rumney  <jasonr@gnu.org>
13686         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
13688 2004-05-01  Kenichi Handa  <handa@m17n.org>
13690         * international/titdic-cnv.el (miscdic-convert): Don't generate a
13691         quail file if it is up to date.
13693 2004-04-30  Juri Linkov  <juri@jurta.org>
13695         * cus-edit.el (custom-mode-map):
13696         Add key binding `C-x C-s' to `Custom-save'.
13698         * outline.el (outline-blank-line): New var.
13699         (outline-next-preface, outline-show-heading)
13700         (outline-end-of-subtree): Use it.
13702         * dired-aux.el (dired-touch-initial): New fun.
13703         (dired-do-chxxx): Call it for op-symbol `touch'.
13704         (dired-diff): Use `dired-dwim-target-directory'
13705         if current dired buffer has no buffer mark.
13707         * bindings.el (propertized-buffer-identification):
13708         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
13709         Add C-M-arrow keys for consistency.
13711         * files.el (confirm-kill-emacs):
13712         Change group from top-level `emacs' to `convenience'.
13714         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
13715         Push mark on the first call of successive command calls.
13716         (insert-pair): New fun created from `insert-parentheses' with
13717         `open' and `close' arguments added.  Enclose active regions
13718         in paired characters.  Compare adjacent characters syntax with
13719         inserted characters syntax before inserting a space.
13720         (insert-parentheses): Call `insert-pair' with ?\( ?\).
13722         * delsel.el: Don't put `delete-selection' property
13723         on `insert-parentheses' symbol to take advantage of
13724         region handling in `insert-pair' function.
13725         Suggested by Stephan Stahl <stahl@eos.franken.de>.
13727 2004-04-30  Kim F. Storm  <storm@cua.dk>
13729         * emulation/cua-base.el: Add support for changing cursor types;
13730         based on patch from Michael Mauger.
13731         (cua-normal-cursor-color, cua-read-only-cursor-color)
13732         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
13733         Customization cursor type and/or cursor color.
13734         (cua--update-indications): Handle cursor type changes.
13735         (cua-mode): Update cursor indications if enabled.
13737         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
13739         * mouse.el (mouse-drag-copy-region): New defcustom.
13740         (mouse-set-region, mouse-drag-region-1): Use it.
13742         * simple.el (kill-ring-save): If region face background color is
13743         unspecified (if no highlighting), show extent of fully visible
13744         region even if transient-mark-mode is enabled.
13746         * emulation/cua-base.el (cua--standard-movement-commands):
13747         Add cua-scroll-up and cua-scroll-down.
13748         (cua-scroll-up, cua-scroll-down): New commands.
13749         (cua--init-keymaps): Remap scroll-up and scroll-down.
13751         * emulation/cua-rect.el (cua--convert-rectangle-as):
13752         New defmacro.
13753         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
13754         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
13755         New commands (suggested by Jordan Breeding).
13757 2004-04-30  Juanma Barranquero  <lektu@terra.es>
13759         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
13761 2004-04-30  Mario Lang  <mlang@delysid.org>
13763         * diff.el (diff-switches): Fix typo in docstring.
13765 2004-04-30  Alex Schroeder  <alex@gnu.org>
13767         * xml.el (xml-debug-print-internal): Don't add newline and
13768         indentation to text nodes and write empty elements as empty tags
13769         instead of opening and closing tags.
13770         (xml-debug-print): Take optional indent-string argument.
13771         (xml-print): Alias for xml-debug-print.
13773 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
13775         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
13776         than duplicate call to `line-beginning-position'.
13778         * progmodes/f90.el (f90-get-present-comment-type):
13779         Return whitespace, as well as comment chars, for consistent filling
13780         of comment blocks.  Use `match-string-no-properties'.
13781         (f90-break-line): Trim trailing whitespace when filling comments.
13783 2004-04-30  Dave Love  <fx@gnu.org>
13785         * calendar/diary-lib.el (diary-outlook-formats): New variable.
13786         (diary-from-outlook-internal, diary-from-outlook)
13787         (diary-from-outlook-gnus, diary-from-outlook-rmail):
13788         New functions to import diary entries from Outlook-format
13789         appointments in mail messages.
13791 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13793         * progmodes/python.el (python-send-command): New fun.
13794         (python-send-region, python-load-file): Use it.
13796         * progmodes/compile.el (compilation-last-buffer): Add var alias.
13798         * help-fns.el (help-C-file-name): Use new subr-name.
13799         Prepend `src/' to the file name.
13800         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
13801         (describe-function-1, describe-variable): Only find a C source file
13802         name if DOC is already loaded.
13804         * help-mode.el (help-function-def, help-variable-def):
13805         Use the new find-function-search-for-symbol functionality.
13806         Allow FILE to be `C-source'.
13808         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
13809         (find-function-C-source): New fun.
13810         (find-function-search-for-symbol): Use it.
13812 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
13814         * progmodes/sql.el (sql-product-alist): Rename variable
13815         `sql-product-support'.  Add Postgres login parameters.
13816         (sql-set-product, sql-product-feature): Update with renamed variable.
13817         (sql-connect-postgres): Add username prompt.
13818         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
13819         Make patterns less product specific.
13820         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
13821         (sql-mode-abbrev-table): Modify initialization.
13822         (sql-builtin-face): Add variable.
13823         (sql-keywords-re): Add macro.
13824         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
13825         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
13826         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
13827         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
13828         (sql-mode-linter-font-lock-keywords)
13829         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
13830         (sql-mode-sybase-font-lock-keywords)
13831         (sql-mode-informix-font-lock-keywords)
13832         (sql-mode-interbase-font-lock-keywords)
13833         (sql-mode-ingres-font-lock-keywords)
13834         (sql-mode-solid-font-lock-keywords)
13835         (sql-mode-sqlite-font-lock-keywords)
13836         (sql-mode-db2-font-lock-keywords): Default to nil.
13837         (sql-product-font-lock): Always highlight ANSI keywords.
13838         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
13839         (sql-send-string): Add function.
13841 2004-04-29  Dave Love  <fx@gnu.org>
13843         * progmodes/cfengine.el (cfengine-beginning-of-defun)
13844         (cfengine-end-of-defun): Ensure progress through buffer.
13846         * info-look.el (cfengine-mode): Accept a terminal ().
13848 2004-04-29  Juri Linkov  <juri@jurta.org>
13850         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
13851         instead of isearch-yank-word-or-char.  Add new key bindings for
13852         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
13853         (isearch-del-char): New fun.
13854         (isearch-forward, isearch-edit-string): Update docstring.
13855         (isearch-yank-char): Doc fix.
13856         (isearch-other-meta-char): Restore point after scrolling.
13858         * progmodes/compile.el (compilation-context-lines): Add nil option
13859         to disable compilation output window scrolling.
13860         (compilation-set-window): Use it.
13862         * outline.el (outline-next-preface, outline-show-heading):
13863         Don't leave unhidden blank line before heading.
13864         (outline-end-of-subtree): Include last newline into subtree.
13865         (hide-entry): Leave point at beginning of heading instead of end.
13866         (outline-up-heading): Push mark for the first call of successive
13867         command calls.
13869 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
13871         * comint.el (comint-prompt-read-only): New variable.
13872         (comint-output-filter): Implement it.
13874         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
13875         (ielm-prompt-internal): New variable.
13876         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
13877         (ielm-send-input): Delete unused variable `buf'.
13878         (ielm-eval-input): Use `ielm-prompt-internal'.
13879         (inferior-emacs-lisp-mode): Use new variables
13880         `comint-prompt-read-only' and `ielm-prompt-internal'.
13881         Get rid of obsolete variable `directory-sep-char'.
13882         (ielm): Use `zerop'.
13884 2004-04-29  John Paul Wallington  <jpw@gnu.org>
13886         * thumbs.el (toplevel): Require cl at compile time.
13887         Remove conditional definitions of `ignore-errors' and `caddar'
13888         because they occur at run time.
13890 2004-04-28  Nick Roberts  <nickrob@gnu.org>
13892         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
13893         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
13894         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
13895         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
13897         * progmodes/gud.el (gud-common-init): Throw an error if program is
13898         already running under gdb.
13900 2004-04-28  John Paul Wallington  <jpw@gnu.org>
13902         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
13903         (thumbs-show-image-num): Move assignment of
13904         `thumbs-current-image-filename' within scope of `i'.
13905         (thumbs-emboss-image): Don't use `evenp'.
13907 2004-04-28  Richard M. Stallman  <rms@gnu.org>
13909         * progmodes/compile.el (compilation-context-lines): Default now 0.
13911 2004-04-28  Juanma Barranquero  <lektu@terra.es>
13913         Use `time-less-p' from calendar/time-date.el instead of defining
13914         custom versions of it.
13916         * pcomplete.el (pcomplete-time-less-p): Remove.
13918         * thumbs.el (time-less-p): Remove.
13920         * calendar/timeclock.el (timeclock-time-less-p): Remove.
13921         (timeclock-generate-report): Use `time-less-p'.
13923         * emacs-lisp/autoload.el (autoload-before-p): Remove.
13924         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
13926 2004-04-28  Masatake YAMATO  <jet@gyve.org>
13928         * subr.el (remove-overlays): Make arguments optional.
13930         * wid-edit.el (widget-specify-button): Put evaporate to the
13931         overlay for sample.
13932         (widget-specify-sample): Put evaporate to the overlay for sample.
13933         (widget-specify-doc): Put evaporate to the overlay for documentation.
13935 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
13937         * info.el (info-apropos): Make it an index node.  Align node names
13938         like makeinfo.
13940 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
13942         * net/browse-url.el (browse-url-netscape-sentinel)
13943         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
13944         (browse-url-epiphany-sentinel, browse-url-mosaic):
13945         Use browse-url-*-program instead of a literal program name.
13947 2004-04-27  Kevin Ryde  <user42@zip.com.au>
13949         * eshell/em-alias.el:
13950         * eshell/em-dirs.el:
13951         * eshell/em-hist.el:
13952         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
13953         features when M-x customize-group loads modules before the main
13954         eshell.el.
13956 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
13958         * subr.el (momentary-string-display): Support EXIT-CHAR that is
13959         either a character representation of an event or an event
13960         description list.
13962         * type-break.el: Capitalise Emacs and Lisp.
13963         (type-break-good-break-interval, type-break-demo-boring-stats)
13964         (type-break-terse-messages, type-break-file-name): New defcustoms.
13965         (type-break-post-command-hook)
13966         (type-break-warning-countdown-string): Quote variable names in doc.
13967         (type-break-interval-start, type-break-auto-save-file-name): New vars.
13968         (type-break-mode): Document type-break-good-break-interval and the
13969         "session" file.  Schedule break according to the session file.
13970         Kill session file buffer on exit.  Organise for save-some-buffers
13971         to always save the session file.
13972         (type-break-mode-line-message-mode, type-break-query-mode):
13973         Uppercase arguments.
13974         (type-break-file-time, type-break-file-keystroke-count, timep)
13975         (type-break-choose-file, type-break-get-previous-time)
13976         (type-break-get-previous-count): New defuns.
13977         (type-break): Avoid break querying after a completed break in the
13978         case where the query was initiated during user invocation of the
13979         break.  Optional terse messages.
13980         Use type-break-good-break-interval if type-break-good-rest-interval is
13981         nil.  File the break time.
13982         (type-break-schedule): New optional args for overriding the use of
13983         the current time.
13984         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
13985         after a break.
13986         (type-break-check): File the keystroke count.
13987         (type-break-do-query): Prevent a second query when the break is
13988         interrupted.  Optional terse message.
13989         (type-break-keystroke-reset): Record the start of a typing interval.
13990         (type-break-demo-boring): Optional terse messages.  Display word
13991         per minute and keystroke counts according to
13992         type-break-demo-boring-stats.
13994 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
13996         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
13997         directories, make sure they exist under archive-tmpdir.
13999 2004-04-27  Juri Linkov  <juri@jurta.org>
14001         * help.el (view-emacs-news): With argument, display info for the
14002         selected version by finding it among different NEWS files, and
14003         narrowing the buffer to the selected version.
14005         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
14006         same-window-buffer-names.
14007         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
14008         non-numeric prefix argument, append the number to the buffer name
14009         for numeric prefix argument.
14010         (info-other-window): Bind same-window-regexps to nil.
14011         (Info-reference-name): Rename to Info-point-loc.
14012         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
14013         and Info-find-index-name for stringy Info-point-loc.
14014         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
14015         without middle `.', but with final `.' and optional line number
14016         for it.  Set Info-point-loc for index nodes.
14017         (Info-index): Remove middle `.' from index entry regexp.
14018         Modify line number regexp.
14019         (Info-index-next): Decrement line number.
14020         (info-apropos): Remove middle `.' from index entry regexp.
14021         Add optional line number regexp at the end.  Add matched value
14022         for line number to the result list and insert it to the buffer.
14023         Replace match-string by match-string-no-properties.
14024         Reorder result list.
14025         (Info-fontify-node): Hide index line numbers.
14026         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
14027         empty matches.
14028         (Info-follow-reference): Use `str' instead of
14029         Info-following-node-name-re.
14030         (Info-toc): Use full file names.  Set Info-current-node to "Top".
14031         (Info-fontify-node): Compare file names without directory name.
14032         (Info-try-follow-nearest-node): Don't set Info-reference-name.
14033         Set second arg of Info-extract-menu-node-name for index nodes.
14034         (info-xref-visited): Use magenta3 instead of magenta4.
14035         (Info-mode): Add info-apropos to docstring.
14037         * log-view.el (log-view-diff): Replace interactive code "r"
14038         by a list to allow to call it even if region is not active.
14040         * paren.el (show-paren-highlight-openparen): New var.
14041         (show-paren-function): Turn on openparen highlighting when
14042         matching forward if show-paren-highlight-openparen is non-nil.
14044         * simple.el (kill-ring-save): Use blink-matching-delay instead of
14045         the constant value 1.
14046         (completions-common-part): Expand docstring.
14048         * textmodes/picture.el (picture-mode-map): Add arrow keys.
14050 2004-04-27  Kim F. Storm  <storm@cua.dk>
14052         * image.el (insert-sliced-image): Use line-height instead of
14053         line-spacing property on newline.
14055 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
14057         * desktop.el (desktop-buffer-misc-data-function): Rename to
14058         desktop-save-buffer and change docstring.
14059         (desktop-buffer-modes-to-save): Delete.
14060         (desktop-save-buffer-p): Use desktop-save-buffer instead of
14061         desktop-buffer-modes-to-save.
14062         (desktop-save): Rename desktop-buffer-misc-data-function to
14063         desktop-save-buffer and allow non-function value.
14064         (desktop-missing-file-warning): Correct docstring.
14066         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
14067         to desktop-save-buffer.
14069         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
14070         desktop-save-buffer.
14072         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
14074         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
14076 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
14078         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
14080 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
14082         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
14083         (ielm): Only go to the end of the buffer when starting a new process.
14085 2004-04-25  Juanma Barranquero  <lektu@terra.es>
14087         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
14088         mode line.  Bind `inhibit-read-only' to t before modifying
14089         properties of text in the buffer.
14090         (ielm): Force point to the end of buffer, even when running ielm
14091         from inside itself.
14093 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14095         * info.el (info-apropos): Reset Info-complete-cache.
14097 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
14099         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14100         Also recognize severe Irix et al. messages.
14101         (compilation-normalize-filename, compile-abbreviate-directory):
14102         Delete functions.
14103         (compilation-get-file-structure): New function inherits
14104         functionality of the two preceding ones.
14105         (compilation-internal-error-properties, compilation-fake-loc):
14106         Use it so that different paths to the same file share the same
14107         markers.  Also optimize finding adjacent marker slightly.
14109 2004-04-25  Kim F. Storm  <storm@cua.dk>
14111         * image.el (insert-sliced-image): Add line-spacing t property
14112         to newlines separating image lines.
14114 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14116         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
14118         * ielm.el (ielm-prompt-read-only): New user option.
14119         (ielm-prompt): Expand docstring to describe new behavior.
14120         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
14121         mention it in the docstring.
14123 2004-04-24  Andreas Schwab  <schwab@suse.de>
14125         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
14127         * diff.el (diff): Set default-directory in diff buffer.
14129 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
14131         * mail/sendmail.el (mail-bury): Don't delete the frame where the
14132         mail was being composed if the terminal cannot display more than
14133         one frame; instead, switch to previous frame.
14135         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
14136         (rmail-start-mail): Support rmail-mail-new-frame even on
14137         terminals that can display only one frame at a time.
14139 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14141         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
14142         (checkdoc-output-font-lock-keywords): Remove error regexp.
14143         (checkdoc-output-mode-map): Remove.
14144         (checkdoc-output-mode): Derive from compilation-mode.
14145         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
14147         * dired.el (dired-mode-map): Add a menu entry for wdired.
14149         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
14150         (rx-bracket, rx-check-any, rx-any): Clean up name space.
14152         * wdired.el: (wdired-mode-map): Move init into declaration.
14153         Fix `return' binding.
14154         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
14155         Use force-mode-line-update.
14156         (wdired-get-filename): Use `unless'.
14157         (wdired-preprocess-files): Don't assume names have no \n and use / for
14158         dir separator.
14159         (wdired-normalize-filename): Use replace-regexp-in-string.
14160         (wdired-load-hooks): Remove.
14161         (wdired-mode-hooks): Rename to wdired-mode-hook.
14163         * info-look.el: Add support for cfengine-mode.
14164         (info-lookup-setup-mode): Use dolist.
14166 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
14168         * wdired.el: New file.
14170 2004-04-23  Juanma Barranquero  <lektu@terra.es>
14172         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
14174         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
14175         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
14176         (pcomplete--help, pcomplete--here): Doc fixes.
14178 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
14180         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
14181         handles wrong-number-of-arguments in backend call.
14183         * vc.el (vc-print-log): Likewise.
14185 2004-04-20  Dave Love  <fx@gnu.org>
14187         * emacs-lisp/rx.el: Doc fixes.
14188         (rx-constituents): Add/extend many forms.
14189         (rx-check): Check form is a list.
14190         (bracket): Defvar.
14191         (rx-check-any, rx-any, rx-check-not): Modify.
14192         (rx-not): Simplify.
14193         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
14194         (rx-kleene): Use rx-trans-forms.
14195         (rx-quote-for-set): Delete.
14196         (rx): Allow multiple args.
14198 2004-04-23  Kenichi Handa  <handa@m17n.org>
14200         * international/mule-util.el (char-displayable-p): Simplify by
14201         using internal-char-font.
14203 2004-04-23  Juanma Barranquero  <lektu@terra.es>
14205         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
14207 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14209         * diff-mode.el (diff-next-error): New fun.
14210         (diff-mode): Use it.
14212         * simple.el (next-error): Change arg name.
14213         Add support for the documented C-u C-x ` usage.
14215         * frame.el (special-display-popup-frame, next-multiframe-window)
14216         (previous-multiframe-window): Only consider frames on same display.
14218 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
14220         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
14221         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
14223 2004-04-22  Kim F. Storm  <storm@cua.dk>
14225         * net/telnet.el (telnet): Add optional port arg.
14227 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14229         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14230         Minor sanity check on the `hyperlink' slot.
14232         * Makefile.in (recompile): Compile new files.
14234         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
14235         Add byte-recompile-directory's optional `arg'.
14237         * cvs-status.el (cvs-tree-use-charset): New var.
14238         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
14239         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
14240         (cvs-status-cvstrees): Use it.
14242         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
14243         Make it a normal major mode.
14244         (checkdoc-buffer-label): Make sure the file name is meaningful.
14245         (checkdoc-output-to-error-buffer): Remove.
14246         (checkdoc-error, checkdoc-start-section): Rewrite.
14248         * info.el (info-node, info-menu-5, info-xref, info-header-node)
14249         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14250         (Info-title-4-face): Use new syntax.
14251         (info-xref-visited): Inherit from info-xref.
14253         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
14255 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14257         * simple.el (next-error-last-buffer, next-error-function):
14258         New variables for the next-error framework.
14259         (next-error-buffer-p): New function.
14260         (next-error-find-buffer): Generalize compilation-find-buffer.
14261         (next-error, previous-error, first-error, next-error-no-select)
14262         (previous-error-no-select): Move from compile.el.
14264         * replace.el (occur-next-error, occur-1): Hook into the next-error
14265         framework.
14267         * progmodes/compile.el (compilation-start):
14268         Set next-error-last-buffer so next-error knows where to jump.
14269         (compilation-setup): Set the buffer-local variable
14270         next-error-function to 'compilation-next-error-function.
14271         (compilation-buffer-p, compilation-buffer-internal-p): Use an
14272         alternate way to find if a buffer is a compilation buffer, for
14273         next-error convenience.
14274         (next-error-no-select, previous-error-no-select, next-error)
14275         (previous-error, first-error): Move to simple.el.
14276         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
14277         (compilation-last-buffer): Remove.
14278         (compilation-start, compilation-next-error, compilation-setup)
14279         (compilation-next-error-function, compilation-find-buffer):
14280         Remove compilation-last-buffer use.
14282 2004-04-21  Juanma Barranquero  <lektu@terra.es>
14284         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
14285         (font-lock-warning-face): Fix spacing.
14287         * makefile.w32-in (WINS): Add url/ directory.
14289 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
14291         * desktop.el (desktop-buffer-mode-handlers): New variable.
14292         Alist of major mode specific functions to restore a desktop buffer.
14293         (desktop-buffer-handlers): Make variable obsolete.
14294         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
14295         Catch errors signaled in handlers.  Update buffer count.
14296         Evaluate desktop-buffer-point.
14297         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
14298         move to dired.el.
14299         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
14300         move to info.el.
14301         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
14302         move to mail/rmail.el.
14303         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
14304         to mh-e/mh-e.el.
14305         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
14306         On fail, print message (to message buffer) even if
14307         desktop-missing-file-warning is nil.
14308         (desktop-buffer-misc-data-function): New buffer local variable.
14309         Function returning major mode specific data.
14310         (desktop-buffer-misc-functions): Make variable obsolete.
14311         (desktop-save): Use desktop-buffer-misc-data-function.
14312         (desktop-buffer-dired-misc-data): Rename to
14313         dired-desktop-buffer-misc-data and move to dired.el.
14314         (desktop-buffer-info-misc-data): Rename to
14315         Info-desktop-buffer-misc-data and move to info.el.
14316         (desktop-read): Add message about number of buffers restored/failed.
14318         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
14319         Add parameters.  Pause to display error only when
14320         desktop-missing-file-warning is non-nil.
14321         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
14322         (dired-mode): Bind desktop-buffer-misc-data-function.
14324         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
14325         Add Parameters.
14326         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
14327         (Info-mode): Bind desktop-buffer-misc-data-function.
14329         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
14330         Add Parameters.
14332         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
14333         Add Parameters.
14335 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
14337         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
14338         the case of letters in case-insensitive expansions when the
14339         abbrev is preceded by characters with letter syntax.
14341 2004-04-21  Richard M. Stallman  <rms@gnu.org>
14343         * progmodes/cperl-mode.el (cperl-putback-char):
14344         Delete Emacs 18 definition.
14346         * international/mule.el (ctext-post-read-conversion):
14347         Use assoc-string, not assoc-ignore-case.
14349         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
14351         * emacs-lisp/easymenu.el (easy-menu-add):
14352         Do call x-popup-menu, but only if it's defined.
14354         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
14356         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
14357         Handle multiple args: compile like progn.
14359         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
14360         take all args as &rest arg.
14362         * autoinsert.el (auto-insert-alist): Insert the user's name in
14363         copyright notice, rather than Free Software Foundation.
14365 2004-04-21  Kenichi Handa  <handa@m17n.org>
14367         * descr-text.el (describe-char): Make it work on *Help* buffer.
14369 2004-04-21  Kim F. Storm  <storm@cua.dk>
14371         * image.el (insert-image): Add optional SLICE arg.
14372         (insert-sliced-image): New defun.
14374 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
14376         * subr.el (read-number): Check whether `default' is nil.
14378 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14380         * progmodes/compile.el (compilation-error-properties):
14381         Split into two.
14382         (compilation-internal-error-properties): New one.
14383         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
14385 2004-04-20  Richard M. Stallman  <rms@gnu.org>
14387         * window.el (split-window-save-restore-data):
14388         Don't update the data if OLD-INFO is nil.
14390         * view.el (view-return-to-alist): Mark it permanent local.
14392         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
14394         * recentf.el (recentf-save-list): Catch and warn about errors.
14396         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
14397         so "Buffers" won't be pure.
14399         * help-mode.el (help-mode-finish): Set help-return-alist first
14400         thing, setting only the entry for the selected window.
14402         * help-fns.el (describe-function-1): If many non-control non-meta
14403         keys run the command, don't list all of them.
14405 2004-04-20  Juanma Barranquero  <lektu@terra.es>
14407         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
14408         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
14410         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
14412 2004-04-20  Kenichi Handa  <handa@m17n.org>
14414         * international/quail.el (quail-lookup-key): New optional arg
14415         NOT-RESET-INDICES.
14416         (quail-get-translations): Call quail-lookup-key with
14417         NOT-RESET-INDICES t.
14418         (quail-completion): Likewise.
14419         (quail-lookup-map-and-concat): Likewise.
14421 2004-04-20  Kenichi Handa  <handa@m17n.org>
14423         * international/quail.el (quail-update-translation): Don't insert
14424         such an unsupported multibyte char in a unibyte buffer.
14426 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
14428         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
14429         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
14430         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
14431         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
14432         (gdb-frame-assembler-buffer): Improve behaviour with
14433         multiple frames.
14434         (gdb-display-buffer): Extend search to all visible frames.
14436 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
14438         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
14439         characters left after base64 decoding.
14440         (rmail-decode-region): Use -dos variety of `coding', to remove any
14441         ^M characters left after qp or base64 decoding.
14443 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14445         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
14446         messages.
14448 2004-04-19  Stephen Eglen  <stephen@gnu.org>
14450         * add-log.el (add-change-log-entry): Update doc string to mention
14451         add-log-full-name and add-log-mailing-address.
14453 2004-04-18  Juri Linkov  <juri@jurta.org>
14455         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
14456         (Info-find-node-2): Simplify error message.
14457         (Info-insert-dir): Use Info-following-node-name.
14458         (Info-goto-node): Remove *info-history* and *info-toc*.
14459         (Info-history): Create a node of the virtual history file.
14460         (Info-toc): Create a node of the virtual toc file.
14461         (Info-insert-toc): New arg `curr-file' for reference file names.
14462         (info-apropos): Remove redundant var binding for temp-file.
14463         (Info-index, Info-index-next, Info-mode): Doc fix.
14464         (Info-goto-emacs-command-node): Don't jump to *info* from
14465         non-*info* Info buffers.
14466         (Info-fontify-node): Don't show the file name of external
14467         references if `Info-hide-note-references' is `hide'.  Don't hide
14468         newlines at the end of paragraphs.
14470         * international/mule-diag.el (list-input-methods):
14471         Fix args to help-xref-button.
14473         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
14474         to put into effect local variables from TUTORIAL files.
14476         * textmodes/paragraphs.el (sentence-end) <function>: New fun
14477         with default value taken from the variable `sentence-end'.
14478         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
14479         Add nil const to :type.
14480         (sentence-end-without-period, sentence-end-double-space)
14481         (sentence-end-without-space): Doc fix.
14483         * textmodes/paragraphs.el (forward-sentence):
14484         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
14485         (fill-delete-newlines):
14486         * progmodes/cc-cmds.el (c-beginning-of-statement):
14487         Use function `sentence-end' instead of variable `sentence-end'.
14489 2004-04-18  Andreas Schwab  <schwab@suse.de>
14491         * progmodes/compile.el (compilation-start): Set window start to
14492         point-min if compilation-scroll-output is nil.
14494 2004-04-18  John Wiegley  <johnw@newartisans.com>
14496         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
14498 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
14500         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
14501         (gdb-info-breakpoints-custom): Revert previous change.
14502         (gdb-view-assembler): Update assembler if necessary.
14503         (gdb-frame-handler): Parse correctly for gdb-current-frame.
14504         (gdb-display-source-buffer): Update properly when both source and
14505         assembler are visible.
14507 2004-04-17  John Wiegley  <johnw@newartisans.com>
14509         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
14510         which limits the number of names shown in the minibuffer.  Off by
14511         default.
14512         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
14513         up iswitchb for users with a multitude of open buffers by showing
14514         only the first and last N/2 buffers in the completion list (which
14515         is enough to aid C-s/C-r, and to know that more characters are
14516         needed to refine the completion list).
14518 2004-04-17  Richard M. Stallman  <rms@gnu.org>
14520         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
14521         (file-truename): Expand all ~ constructs directly.
14522         (insert-directory): Delete any error msg output by the
14523         `insert-directory-program'.
14525         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
14526         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
14527         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
14528         (allout-init): Use find-file-hook, not find-file-hooks.
14529         (allout-mode): Eliminate Emacs 18 support.
14530         Use write-contents-functions, not local-write-file-hooks.
14532 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
14534         * progmodes/compile.el (compilation-error-properties): Fix for
14535         adding messages when there are already markers for their file.
14536         (compilation-fake-loc): New function.
14538 2004-04-16  Dave Love  <fx@gnu.org>
14540         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
14541         (python-load-file): Fix python-orig-start setting.
14543         * progmodes/compile.el: Doc fixes.
14544         (compilation-error-regexp-alist-alist)
14545         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
14546         (compilation-assq): Wrap in eval-when-compile.
14547         (compilation-mode-font-lock-keywords): Don't use list*.
14548         (compilation-start): Avoid warning.
14549         (compilation-compat-error-properties)
14550         (compilation-directory-properties): Add keymap property.
14551         (compilation-parsing-end): Make it a marker for better compatibility.
14553         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
14555 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
14557         * xml.el: Doc fixes.
14558         (xml-get-children): Only looks at sub-tags and ignore strings.
14560         * xml.el (xml-parse-tag): Avoid overwriting node-name.
14562 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
14564         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
14566 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
14568         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
14570         * vc.el (vc-print-log): Likewise.
14572 2004-04-16  Masatake YAMATO  <jet@gyve.org>
14574         * simple.el (completion-setup-function): Set an initial value
14575         to `element-common-end' before entering loop.  Set a value
14576         to `element-common-end' at the end of loop.
14577         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
14578         (completions-common-part): Rename from completion-de-emphasis.
14579         (completions-first-difference): Rename from completion-emphasis.
14580         Suggested by RMS.
14582 2004-04-16  Juanma Barranquero  <lektu@terra.es>
14584         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
14585         (bookmark-edit-annotation-mode): Add mode name.
14587 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
14589         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
14590         for nested conflict markers.
14591         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
14593 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
14595         * progmodes/gdb-ui.el (gdb-goto-info): New function.
14597         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
14599 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
14601         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
14602         Give a backtrace if requested.
14604         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
14606         * progmodes/python.el (python-mouse-2-command, python-RET-command):
14607         Remove unused functions.
14608         (python-orig-start-line, python-orig-file): Remove.
14609         (python-orig-start): New var.
14610         (python-input-filter, python-compilation-line-number)
14611         (python-send-region, python-load-file): Use it.
14613         * info.el (info): Always jump to *info*.
14615         * subr.el (posn-set-point): New function.
14617         * mouse.el (mouse-set-point): Use it.
14619         * progmodes/compile.el (compile-goto-error): Use it.
14620         (compilation-button-map): New keymap.
14621         (compilation-error-properties): Use it.
14622         (compilation-shell-minor-mode-map): Don't bind mouse-2.
14624         * smerge-mode.el (smerge-popup-context-menu): Use it.
14626         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
14627         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
14628         mouse and non-mouse case.
14630         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
14631         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
14633         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
14634         Make it work for non-mouse events.
14636         * pcvs-info.el (cvs-status-map): Update binding name.
14638 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
14640         * xml.el (xml-maybe-do-ns): New function to handle namespace
14641         parsing of both attribute and element names.
14642         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
14643         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
14644         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
14645         (xml-parse-attlist): Make it do its own namespace parsing.
14647 2004-04-14  Dave Love  <fx@gnu.org>
14649         * progmodes/python.el (run-python): Fix use of \n.
14650         (python-load-file): Remove `try' from Python fragment.
14651         (python-describe-symbol): Fix message.
14653         * comint.el: Doc fixes.
14654         (comint-last-input-start, comint-last-input-end)
14655         (comint-last-output-start): Give them values.
14656         (comint-arguments): Avoid warning.
14657         (comint-skip-prompt): Use line-end-position.
14658         (comint-backward-matching-input): Rename arg to agree with doc.
14659         (comint-extract-string): Use syntax-ppss.
14660         (comint-dynamic-simple-complete): Delete useless list construction.
14661         (comint-redirect-subvert-readonly): New.
14662         (comint-redirect-preoutput-filter): Use it.
14664         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
14665         Correctly handle negative arguments when calling hook functions.
14667 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
14669         * info.el (info-apropos): Don't clobber Info-history-list.
14671 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
14673         * progmodes/compile.el (compilation-setup):
14674         Localize overlay-arrow-position.
14675         (compilation-sentinel): Restructure code equivalently.
14676         (compilation-next-error): Find message on same line after point if
14677         not found before point.
14678         (compile-mouse-goto-error): Restore function so that compilation
14679         buffer need not be current and use compile-goto-error.
14680         (compile-goto-error): Restore function.
14681         (next-error): Set overlay-arrow-position.
14682         (compilation-forget-errors): Don't localize already local
14683         compilation-locs and remove FIXME about refontifying.
14685 2004-04-14  Kim F. Storm  <storm@cua.dk>
14687         * startup.el (emacs-quick-startup): New defvar (set by -Q).
14688         (command-line): New option -Q.  Like -q --no-site-file, but
14689         in addition it also disables menu-bar, tool-bar, scroll-bars,
14690         tool-tips, and the blinking cursor.
14691         (command-line-1): Skip startup screen if -Q.
14692         (fancy-splash-head): Use ":align-to center" prop to center splash image.
14694         * emulation/cua-base.el (cua-read-only-cursor-color)
14695         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
14697 2004-04-13  Dave Love  <fx@gnu.org>
14699         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
14700         (syntax): Don't require.
14701         (python) <defgroup>: Add :version.
14702         (python-quote-syntax): Re-written.
14703         (inferior-python-mode): Move stuff here from run-python and add
14704         some more.
14705         (python-preoutput-continuation, python-preoutput-result)
14706         (python-dotty-syntax-table): New.
14707         (python-describe-symbol): Use them.
14708         (run-python): Move stuff to inferior-python-mode.  Modify code
14709         loaded into Python.
14710         (python-send-region): Use python-proc, python-send-string.
14711         (python-send-string): Send newlines too.  Callers changed.
14712         (python-load-file): Re-written.
14713         (python-eldoc-function): New.
14714         (info-look): Don't require.
14715         (python-after-info-look): New.  A modified version of former
14716         top-level code for use with eval-after-load.
14717         (python-maybe-jython, python-guess-indent): Use widened buffer.
14718         (python-fill-paragraph): Re-written.
14719         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
14720         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
14722 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14724         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
14725         Set compilation-error-regexp-alist earlier.
14727         * progmodes/compile.el (compilation-minor-mode-map)
14728         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
14729         (compile-goto-error): Re-merge the mouse and non-mouse commands.
14731 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14733         * progmodes/compile.el (compile-goto-error): Select the buffer/window
14734         corresponding to the event.
14736 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
14738         * loadup.el: Add cygwin to system-type list, for unexec() support.
14740 2004-04-12  John Paul Wallington  <jpw@gnu.org>
14742         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
14743         (ibuffer-restore-window-config-on-quit): New variable to replace
14744         `ibuffer-delete-window-on-quit'.  Update all references.
14745         (ibuffer-prev-window-config): New variable.
14746         (ibuffer-quit): Restore previous window configuration instead of
14747         deleting window.
14748         (ibuffer): Save window configuration before showing Ibuffer buffer.
14750         * help.el (describe-mode): Doc fix.
14752 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
14754         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
14755         not to treat nil as a function.
14757         * vc-arch.el (vc-arch-root): Be a bit more careful.
14758         (vc-arch-register): Save the buffer if we modified it.
14759         (vc-arch-delete-rej-if-obsolete): Save excursion.
14760         (vc-arch-find-file-hook): Use the simpler after-save-hook.
14761         (vc-arch-responsible-p, vc-arch-init-version): New functions.
14763         * net/ldap.el (ldap-search): Use list*.
14765 2004-04-12  Juri Linkov  <juri@jurta.org>
14767         * info.el (Info-follow-reference): Allow multiline reference name.
14769 2004-04-11  Dave Love  <fx@gnu.org>
14771         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
14773         * progmodes/python.el: New file.
14775 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
14777         * vc-hooks.el (vc-arg-list): Function removed.
14778         (vc-default-workfile-unchanged-p): Use condition-case to check for
14779         backward compatibility.
14781         * vc.el (vc-print-log): Use condition-case to check for backward
14782         compatibility.
14784 2004-04-11  Juri Linkov  <juri@jurta.org>
14786         * dired.el (dired-faces): New defgroup.
14787         (dired-header, dired-mark, dired-marked, dired-flagged)
14788         (dired-warning, dired-directory, dired-symlink, dired-ignored):
14789         New faces.
14790         (dired-header-face, dired-mark-face, dired-marked-face)
14791         (dired-flagged-face, dired-warning-face, dired-directory-face)
14792         (dired-symlink-face, dired-ignored-face): New face variables.
14793         (dired-font-lock-keywords): Use them instead of font-lock faces.
14794         Split the rule for dired marks into 3 separate rules: for marks,
14795         marked file names and flagged file names.
14797         * help-mode.el (help-make-xrefs): Add a final newline to the
14798         *Help* buffer.
14800 2004-04-11  John Paul Wallington  <jpw@gnu.org>
14802         * replace.el (occur-engine): Distinguish between one and several
14803         matches in the matches per buffer heading.
14805 2004-04-11  Kim F. Storm  <storm@cua.dk>
14807         * ido.el (ido-confirm-unique-completion): New defcustom.
14808         (ido-complete): Use it.
14809         (ido-write-file): Set it to t unconditionally.
14811 2004-04-10  Miles Bader  <miles@gnu.org>
14813         RCS keyword removal (only non-comment changes are enumerated here):
14815         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
14816         (byte-compile-insert-header): Don't use `byte-compile-version'.
14817         * forms.el (forms-version): Variable removed.
14818         (forms-mode): Don't use `forms-version'.
14819         * recentf.el (recentf-version): Variable removed.
14820         * progmodes/delphi.el (delphi-version): Variable removed.
14821         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
14823 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
14825         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
14827 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
14829         * info.el (info-apropos): Improve menu item regexp.
14831 2004-04-09  Simon Josefsson  <jas@extundo.com>
14833         * mail/smtpmail.el: Add comment, based on report by
14834         kdc@rcn.com (Kevin D. Clark).
14836 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14838         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14839         Redo one more thing that I didn't notice Daniel had undone.
14841 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
14843         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
14844         (gdb-goto-breakpoint, gdb-display-buffer)
14845         (gdb-display-source-buffer, gdb-view-source-function)
14846         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
14847         (gdb-source-info, gdb-frame-handler): Don't specify a window
14848         for display.
14849         (gdb-info-breakpoints-custom): Remove superfluous update of
14850         assembler buffer.
14851         (gdb-many-windows): Make settable outside gdb.
14853 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
14855         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
14856         Derive from fundamental-mode rather than text-mode.
14858 2004-04-08  Juri Linkov  <juri@jurta.org>
14860         * info.el (Info-history): Doc fix.
14861         (Info-history-list): New var.
14862         (info-xref): Change magenta4 to blue, remove bold for dark and
14863         light backgrounds, change bold to underline for non-color classes.
14864         (info-xref-visited): New face.
14865         (Info-fontify-visited-nodes): New custom.
14866         (Info-hide-note-references): Add new value `hide'.  Doc fix.
14867         (Info-reference-name): New var.
14868         (Info-selection-hook): New custom.
14869         (Info-edit-mode-hook): New var.
14870         (Info-find-file): New fun.
14871         (Info-find-node): Move part of code to Info-find-file.
14872         (Info-find-node-2): Add anchors to Info-history-list.  Move point
14873         to the place with the reference name if name is defined.
14874         (Info-select-node): Add current node to Info-history-list.
14875         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
14876         (Info-search-whitespace-regexp): New custom.
14877         (Info-search-case-fold): New var.
14878         (Info-search): Add "case-sensitively" to the prompt.
14879         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
14880         (Info-search-case-sensitively, Info-search-next): New fun.
14881         (Info-up): Move point to the menu item of the current node.
14882         (Info-history): New fun.  Add *info-history* to
14883         same-window-buffer-names.
14884         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
14885         (Info-insert-toc): New fun.
14886         (Info-build-toc): New fun.
14887         (Info-follow-reference): Add new arg `fork'.  Doc fix.
14888         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
14889         with the same name prefer the reference closest to point.
14890         (Info-next-reference): Replace * by + in the *Note regexp.
14891         Add regexp for http:// and ftp://.  Skip the *Note prefix.
14892         (Info-prev-reference): Replace * by + in the *Note regexp.
14893         Add regexp for http:// and ftp://.  Skip the *Note prefix.
14894         (Info-follow-nearest-node): Add new arg `fork'.
14895         (Info-try-follow-nearest-node): Add new arg `fork'.
14896         Call browse-url for http:// and ftp:// references.
14897         Set Info-reference-name for index entries.
14898         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
14899         Info-search-next, Info-history, Info-toc, clone-buffer.
14900         (Info-menu-update): Replace * by + in the *Note regexp.
14901         (Info-mode): Add documentation for Info-history, Info-toc,
14902         Info-search-case-sensitively, Info-search-next, clone-buffer.
14903         (Info-fontify-menu-headers): Remove fun.  Move code to
14904         Info-fontify-node.
14905         (Info-fontify-node): Add docstring.  Add local vars
14906         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
14907         then fontify header line, titles, menu headers, http and ftp
14908         references, refill paragraphs.  If not-fontified-p is t or
14909         fontify-visited-p is t then fontify cross references, menu items.
14910         Fontify menu headers.  Fontify http and ftp references.
14911         Change regexp for cross references to require whitespace after *Note,
14912         add matching groups for file and node names.  Remove hack for quote.
14913         Use display property for Info-hide-note-references=t.  Use fifth
14914         or fourth match for help-echo.  Display visited nodes in a
14915         different face.  Unhide file names of external references.
14916         Unhide newlines.  Display visited menu items in a different face.
14918 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14920         * progmodes/compile.el: Require CL.
14921         (compilation-mode-font-lock-keywords): Re-install the "line as
14922         function" patch.
14924         * help-fns.el (help-C-source-directory): New var.
14925         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
14926         (describe-function-1, describe-variable): Use them.
14928         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
14929         to C source files specially.
14931 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
14933         * info.el (Info-hide-cookies-node): New function.
14934         (Info-select-node): Use it.
14935         (Info-display-images-node): Remove message with image file name.
14937 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
14939         * progmodes/compile.el (compilation-warning-face)
14940         (compilation-info-face, compilation-skip-threshold)
14941         (compilation-skip-visited, compilation-context-lines):
14942         Declare :version when added to Emacs.
14943         (compilation-error-regexp-alist-alist): Extend caml and irix.
14944         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
14945         (compilation-mode-font-lock-keywords): Temporarily undo line as
14946         function patch, which wasn't ready.
14948 2004-04-07  Kenichi Handa  <handa@m17n.org>
14950         * international/latin1-disp.el (latin1-display-setup): Check each
14951         character is displayable or not instead of calling
14952         latin1-display-check-font.
14954 2004-04-06  Kenichi Handa  <handa@m17n.org>
14956         * language/ethio-util.el (ethio-sera-being-called-by-w3):
14957         New variable.
14958         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
14959         instead of sera-being-called-by-w3.
14960         (ethio-fidel-to-sera-buffer): Likewise.
14961         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
14962         instead of sera-being-called-by-w3.
14963         (ethio-write-file): Likewise.
14965 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14967         * printing.el: Doc fix.
14969 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
14971         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
14972         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
14973         (gdb-setup-windows): Only use separate IO buffer if required.
14975 2004-04-06  Kim F. Storm  <storm@cua.dk>
14977         * term.el (term-is-xemacs): Remove.
14978         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
14979         (term-window-width): New function.
14980         (term-mode, term-check-size): Use it.
14981         (term-mode): Disable overflow-newline-into-fringe in term buffer.
14983 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
14985         * cus-edit.el (custom-add-parent-links): Change unbound variable
14986         `symbol' to `name'.
14988 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
14989         * info.el (info-apropos): New function.
14990         (Info-mode-menu): Add it.
14991         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
14993         * help-mode.el (help-make-xrefs): Recognize aliased variable with
14994         inherited docstring.
14996         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
14998 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15000         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
15002         * progmodes/compile.el (font-lock): Don't require any more.
15003         (compilation-error-properties, compilation-start, compilation-sentinel)
15004         (compilation-filter, next-error): Use with-current-buffer.
15005         (compilation-skip-to-next-location, compilation-skip-threshold)
15006         (compilation-skip-visited): Move to silence the byte-compiler.
15007         (compilation-setup): Simplify.
15008         (compilation-next-error): Use line-(beginning|end)-position.
15009         Make sure `pt' is non-nil before using compilation-loop.
15010         (compile-goto-error): Add optional event arg.  Use it.
15011         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
15012         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
15013         Update the binding for mouse-2.
15014         (first-error): Set compilation-current-error to nil rather than bob.
15015         (compilation-parsing-end, compilation-parse-errors-function)
15016         (compilation-error-list, compilation-old-error-list):
15017         "New" compatibility variables.
15018         (compile-buffer-substring, compilation-compat-error-properties)
15019         (compilation-compat-parse-errors, compilation-forget-errors):
15020         New compatibility functions.
15021         (compilation-mode-font-lock-keywords): Use them.
15023 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
15025         * autorevert.el (auto-revert-handler): If point (or a window
15026         point) is at the end of the buffer, keep it there after
15027         reverting.  This allows to tail a file.
15028         Mention this in the `Commentary'.
15030         * format.el (format-write-file): Add optional argument CONFIRM
15031         and make it behave like the analogous argument to `write-file'.
15033 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15035         * progmodes/ebnf2ps.el: Doc fix.
15036         (ebnf-version): New version number (4.2).
15037         (ebnf-syntax): Customization and docstring fix.
15038         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
15039         Put autoloaded funs before first use.
15040         (ebnf-style-database): Add dtd entry.
15041         (ebnf-syntax-alist): Add dtd initialization.
15042         (ebnf-token-sequence): New fun.
15043         (ebnf-comment-table): Add new comment action character.
15044         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
15046         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
15047         Type Definition for XML).
15049         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
15050         * progmodes/ebnf-bnf.el (ebnf-sequence):
15051         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
15052         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
15053         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
15054         Code simplification: call ebnf-token-sequence.
15056 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
15058         * calendar/timeclock.el (timeclock-relative)
15059         (timeclock-get-project-function, timeclock-get-workday-function)
15060         (timeclock-query-out, timeclock-when-to-leave)
15061         (timeclock-when-to-leave-string, timeclock-log-data)
15062         (timeclock-generate-report, timeclock-in): Doc fixes.
15064 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15066         * url/: New dir.  Import the URL package from its repository.
15068 2004-04-03  Andreas Schwab  <schwab@suse.de>
15070         * diff-mode.el (diff-mode): Fix missing quote.
15072 2004-04-03  Juri Linkov  <juri@jurta.org>
15074         * descr-text.el (describe-property-list): Add `font-lock-face'.
15076         * dired.el (dired-font-lock-keywords): Fix permission regexps.
15078 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15080         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
15081         Use utf-16le on little endian machines and utf-16be otherwise.
15083 2004-04-02  David Kastrup  <dak@gnu.org>
15085         * net/browse-url.el (browse-url-generic): Use call-process
15086         instead of start-process to allow browsers that fork and detach.
15088 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
15090         * compile.el (compilation-current-error): New var.
15091         (compilation-setup, compile-mouse-goto-error)
15092         (compile-goto-error, next-error): Use it.
15093         (compilation-skip-to-next-location): Default to t, which gives
15094         contiguous skipping like old compile (where this was redundant).
15095         (compilation-next-error): Prevent previous-* commands from moving
15096         back to message at or just before point.
15098 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
15100         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
15101         (gdb-source-info): Don't display source at startup, if required.
15102         (gdb-show-main): New option.
15103         (gdba): Update documentation.
15104         (gdb-source): Cover case of auto-display output.
15106 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15108         * autorevert.el: Delete obsolete autoload's and defvar's.
15109         (auto-revert-check-vc-info): New user option.
15110         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
15111         (auto-revert-handler-vc): Delete.
15112         (auto-revert-handler): Treat return value `fast' of
15113         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
15115         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
15116         return `fast'.
15118         * files.el (buffer-stale-function): Doc change.
15120 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15122         * printing.el: New tip on Tips section.
15123         (pr-version): New version number (6.7.4).
15124         (pr-shell-file-name): Initialization fix.
15126 2004-03-31  Juri Linkov  <juri@jurta.org>
15128         * dired.el: Add autoload for `dired-do-touch'.
15129         (dired-touch-program): New var.
15130         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
15131         (dired-no-confirm): Add `touch' to docstring.
15133         * dired-aux.el (dired-do-touch): New fun.
15134         (dired-do-chxxx): Add argument -t for touch operation.
15136         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
15137         `dired-move-to-filename-regexp'.
15139 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
15141         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
15143 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15145         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
15146         and only if the buffer was modified.
15148 2004-03-30  Kenichi Handa  <handa@m17n.org>
15150         * international/characters.el: Delete pairs for U+2308..U+230B.
15152 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
15154         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
15155         to detect the beginning of a level 2 or 3 annotation.
15157 2004-03-29  Kenichi Handa  <handa@m17n.org>
15159         * international/ucs-tables.el (ucs-insert): Fix the error message.
15161 2004-03-29  Kenichi Handa  <handa@m17n.org>
15163         * international/mule-util.el (char-displayable-p): Fix generation
15164         of XLFD file name.
15166         * Makefile.in (setwins, setwins_almost): Change directory to $wd
15167         before finding directories by `find'.
15169 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15171         * subr.el (interactive-form): Delete.  Now implemented in C.
15173         * pcvs.el (cvs-parse-process): Workaround for Darwin.
15175         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
15176         (vc-diff-label): New fun.
15177         (vc-diff-internal): Use it.
15179         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
15181 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15183         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
15185         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
15186         specify XML (EBNFX).
15188         * progmodes/ebnf2ps.el: Doc fix.
15189         (ebnf-version): New version number (4.1).
15190         (ebnf-syntax): Adjust customization.
15191         (ebnf-style-database): Add ebnfx entry.
15192         (ebnf-syntax-alist): Add ebnfx initialization.
15193         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
15195         * printing.el: Doc fix.
15196         (pr-version): New version number (6.7.3).
15197         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
15198         returns nil for mouse position.  Reported by Drew Adams
15199         <drew.adams@oracle.com>.
15200         (pr-update-menus): Modify interactive declaration.  Reported by Drew
15201         Adams <drew.adams@oracle.com>.
15203 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
15205         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
15206         (gud-gdba-marker-filter): Log the process input and output, if
15207         required.  From Stefan Monnier.
15208         (gdb-debug-log, gdb-enable-debug-log): New variables.
15209         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
15211 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15213         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
15214         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
15216 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
15218         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
15219         Call vc-find-file-hook here instead of in auto-revert-buffers.
15220         (auto-revert-buffers): Delete call to vc-find-file-hook.
15221         (auto-revert-verbose, global-auto-revert-non-file-buffers)
15222         (global-auto-revert-mode, auto-revert-set-timer)
15223         (auto-revert-handler, auto-revert-buffers): Doc fixes.
15225 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
15227         * woman.el (woman-change-fonts): Rename local variable
15228         woman-font-alist to font-alist to avoid a compiler warning.
15230 2004-03-27  Dave Love  <fx@gnu.org>
15232         * emacs-lisp/rx.el (rx): Doc fix.
15233         Fix copyright years.
15235         * strokes.el (strokes-global-set-stroke-string): New function.
15236         (strokes-list-strokes): Cope with strings, not just commands.
15237         Set foreground colour of image.
15238         (strokes-global-set-stroke): Doc fix.
15240 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
15242         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
15243         Auto Revert mode.
15244         (Buffer-menu-files-only): New variable.
15245         (Buffer-menu-toggle-files-only): New function.
15246         (Buffer-menu-mode-map): Bind it to `T'.
15247         (Buffer-menu-mode): Mention `T' in docstring.
15248         Set buffer-stale-function.
15249         (list-buffers-noselect): Mark buffer non-modified and set
15250         Buffer-menu-files-only.
15252         * dired.el (buffer-stale-function): Remove no longer needed defvar.
15254         * autorevert.el (auto-revert-handler): Print revert message
15255         before, rather than after, reverting.
15256         (buffer-stale-function): Move to files.el.
15258         * files.el (buffer-stale-function): Move here from autorevert.el.
15260 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15262         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
15264         * calc/calc.el (calc-mode-map): Use mapc.
15266         * apropos.el (apropos-mode): Don't autoload.
15267         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
15268         (apropos): Use it.
15269         (apropos-print): Add optional `text' argument.
15270         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
15271         Don't assume point-min == 1.
15273         * bs.el (bs-buffer-list): Use buffer-local-value.
15274         (bs--set-toggle-to-show): Use with-current-buffer.
15276         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
15277         New funs.
15278         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
15280         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
15282         * dabbrev.el (dabbrev-expand): Fix regexp construction.
15283         (dabbrev--find-expansion): Use pop.
15284         (dabbrev--search): Use match-string-no-properties.
15286         * dired.el (dired-mode): Use run-mode-hooks.
15287         (dired-move-to-end-of-filename): Use match-string.
15289         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
15290         is bound before using it.
15291         (ediff-verbose-p): Make it into a var since it's not constant.
15293         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
15295         * faces.el (read-face-font): Don't cons up unnecessarily.
15296         (header-line, tool-bar): Share common parts.
15298         * files.el (file-relative-name): Use compare-strings.
15300         * finder.el (finder-mode): Follow coding convention.
15302         * subr.el (read-number): New function.
15304         * ses.el (ses-read-number): Move to subr.el.
15305         (ses-set-header-row): Use read-number.
15307 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
15309         * vc-hooks.el (vc-arg-list): New function, which handles both
15310         compiled and uncompiled code.
15311         (vc-default-workfile-unchanged-p): Use it.
15313         * vc.el (vc-print-log): Undo prev change, use new function
15314         vc-arg-list from vc-hooks.el.
15316 2004-03-26  Masatake YAMATO  <jet@gyve.org>
15318         * simple.el (completion-setup-function): Emphasize the
15319         first uncommon characters in the completions; and de-emphasize
15320         the common prefix substrings.
15321         (completion-emphasis): New face.
15322         (completion-de-emphasis): New face.
15324 2004-03-25  Juanma Barranquero  <lektu@terra.es>
15326         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
15327         Comment out (it's unused and unfinished code).
15329 2004-03-25  Sam Steingold  <sds@gnu.org>
15331         * vc.el (vc-print-log): Fix a bug in the last patch:
15332         backend-function may be a byte-compiled object, not a lambda.
15334 2004-03-25  Juri Linkov  <juri@jurta.org>
15336         * descr-text.el (describe-property-list): Add a button
15337         for `face' property that calls `describe-face'.
15338         Suggested by luis fernandes <elf@ee.ryerson.ca>
15340         * international/mule.el (keyboard-coding-system):
15341         * kmacro.el (kmacro-call-macro): Fix docstring.
15343         * dired.el: Fix comments.
15345         * textmodes/fill.el (fill): Fix Info link.
15347         * font-lock.el (fast-lock, lazy-lock):
15348         * jit-lock.el (jit-lock): Remove links to removed Support Modes
15349         Info node.
15351         * eshell/eshell.el (eshell): Fix broken info-link.
15353         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
15354         * eshell/em-banner.el (eshell-banner):
15355         * eshell/em-smart.el (eshell-smart):
15356         * eshell/esh-cmd.el (eshell-cmd):
15357         Comment out broken info-links to incomplete Info manual.
15359         * info-xref.el: Fix commentary.
15361 2004-03-25  Kevin Ryde  <user42@zip.com.au>
15363         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
15364         Remove spurious node duplicate suppression, doesn't work, not wanted.
15365         (info-xref-output): Take format style args, add "sit-for 0" to let
15366         user see the results as they progress.
15367         (info-xref-check-all-custom): New function.
15369 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
15371         * gdb-ui.el: Moved to progmodes.
15373 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15375         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
15377 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15379         * calendar/appt.el (appt-check): Remove superfluous progn.
15380         When finished with diary buffer: if it was not being displayed
15381         before, kill it; otherwise restore its original state.
15382         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
15384         * calendar/calendar.el (calendar-set-mode-line): Use total
15385         available mode-line width, rather than frame-width.
15387         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
15388         after mode change so effect not lost.
15390 2004-03-23  Dave Love  <fx@gnu.org>
15392         * dired.el (dired) <defgroup>: Add link to manual.
15393         (dired-font-lock-keywords): Add highlighting on unusual permissions.
15394         (dired-revert): Use dolist.
15395         (dired-mode-map): Add U binding.
15396         (dired-mode): Add font-lock-beginning-of-syntax-function.
15397         (dired-garbage-files-regexp): Make it a defcustom.
15399 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15401         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
15402         is equivalent to nil.
15403         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
15404         (vc-arch-mode-line-string): Accept `added' state.
15405         (vc-arch-state): Use inode-sigs if available.
15406         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
15407         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
15408         (vc-arch-tagline-re): New var.
15409         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
15410         New functions.
15411         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
15412         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
15414         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
15415         (vc-file-not-found-hook): Use it.
15417         * diff-mode.el (diff-default-read-only): Change default.
15418         (diff-mode-hook): Make it a defcustom.  Add some options.
15419         (diff-mode-map): Bind diff-refine-hook.
15420         (diff-yank-handler): New var.
15421         (diff-yank-function): New fun.
15422         (diff-font-lock-keywords): Use them.
15423         (diff-end-of-file): Handle case where file-header looks like diff text.
15424         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
15425         (diff-file-kill): Delete a subsequent empty line, if applicable.
15426         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
15427         (diff-find-file-name): Use it.
15428         (diff-tell-file-name): New command.
15429         (diff-mode): Be careful with view-mode.
15430         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
15431         New functions, for use in diff-mode-hook.
15432         (diff-find-source-location): Catch "regex too large" errors.
15433         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
15434         (diff-refine-hunk): New command.
15436         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
15437         (smerge-context-menu-map): Remove unused var.
15438         (smerge-keep-all): Preserve markers.
15439         (smerge-keep-n): New fun.
15440         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15441         (smerge-keep-current, smerge-ediff): Use it.
15442         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
15443         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
15444         (smerge-resolve): Resolve trivial 3-part conflicts.
15446 2004-03-23  Juri Linkov  <juri@jurta.org>
15448         * man.el (Man-width): New var.
15449         (Man-getpage-in-background): Use it.
15450         (Man-support-local-filenames): New var and fun.
15451         (Man-build-man-command): Don't add a second %s.
15452         (Man-fontify-manpage): Clean up message.
15453         (Man-mode): Set outline-regexp, outline-level,
15454         imenu-generic-expression.
15456         * woman.el (woman-fill-frame): Doc fix.
15457         (woman-decode-region): Use window-width instead of frame-width.
15459         * abbrevlist.el (list-one-abbrev-table):
15460         * descr-text.el (describe-char):
15461         * international/mule-diag.el (describe-current-coding-system):
15462         * international/quail.el (quail-insert-decode-map):
15463         Use window-width instead of frame-width.
15465         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
15466         (jka-compr-mode-alist-additions): Add tbz.
15467         (jka-compr-write-region, jka-compr-insert-file-contents):
15468         Add message for undefined compress-program.
15469         (jka-compr-write-region): Remove redundant var bindings.
15471         * dired-x.el (dired-guess-shell-alist-default): Add choices for
15472         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
15473         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
15474         (dired-man): Use dired-guess-shell-command.
15475         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
15476         Change default nil to t.
15478         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
15479         (dired-compare-directories): Add default value for empty input.
15481         * help-at-pt.el: Move suggestions for key bindings to Commentary.
15483         * time.el (display-time-string-forms): Fix help-echo date format.
15485 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
15487         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
15488         (buffer-stale-function): New variable.
15489         (auto-revert-list-diff, auto-revert-dired-file-list)
15490         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
15491         (auto-revert-handler): Take over some functionality of deleted
15492         functions.
15493         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
15495         * dired.el (dired-directory-changed-p): New fun, extracted from
15496         dired-internal-noselect.
15497         (dired-buffer-stale-p): New fun.
15498         (dired-internal-noselect): Use dired-directory-changed-p.
15499         Eliminate revert messages.
15500         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
15502 2004-03-23  Kenichi Handa  <handa@m17n.org>
15504         * international/characters.el: Setup syntaxes for more parentheses
15505         Unicode characters.
15507         * international/mule-cmds.el (select-safe-coding-system):
15508         Merge coding-system and auto-cs before comparing them.
15510 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15512         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
15514         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
15515         normal-auto-fill-function and comment-indent-function.
15516         The default values now work just as well.
15517         Don't set font-lock-beginning-of-syntax-function since we already set
15518         syntax-begin-function.
15519         (lisp-outline-level): Put ;;;###autoload at same level as (.
15520         (prin1-char): Quote special chars.
15522         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
15523         than with-no-warnings.
15525         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
15526         if the source location can't be found.
15527         (edebug-compute-previous-result): Use prin1-char.
15529         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
15530         (debug-ignored-errors): Add an entry.
15532         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
15533         (byte-compile-file): Output warning when deleting a file.
15535         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
15536         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
15538         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
15539         (byte-compile-inline-expand): Use backquote.
15540         (byte-optimize-pure-func): Rename from byte-optimize-concat.
15541         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
15543         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
15545         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
15547 2004-03-22  Juri Linkov  <juri@jurta.org>
15549         * finder.el (finder-known-keywords): Fix data, tex, unix.
15551         * play/landmark.el: Fix keywords.
15553         * language/ethio-util.el (ethio-find-file): Doc fix.
15555         * emacs-lisp/warnings.el: Doc fix.
15557         * textmodes/ispell.el (ispell-help): Doc fix.
15559 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
15561         * format.el (format-insert-file): Always return a list of two
15562         elements, like insert-file-contents does.
15564 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
15566         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
15567         and vc-BACKEND-diff.
15568         (vc-print-log): If the print-log implementation supports it, use
15569         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
15570         (vc-version-diff, vc-diff-internal): Doc fixes.
15572         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
15573         implementation supports it, let diff output go to *vc*,
15574         not *vc-diff*, since this is an internal call.
15576         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
15578         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
15580         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
15582 2004-03-21  Dave Love  <fx@gnu.org>
15584         * progmodes/cfengine.el (cfengine-mode):
15585         Set parse-sexp-ignore-comments.
15587         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
15589 2004-03-21  Juanma Barranquero  <lektu@terra.es>
15591         * allout.el (allout-mode): Fix docstring.
15593 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
15595         * files.el (insert-directory): Fix bug if SWITCHES is a list.
15597         * autorevert.el (auto-revert-interval): Make new value take
15598         effect immediately when set through Custom.
15599         (auto-revert-set-timer): Add interactive declaration.
15601 2004-03-19  David Ponce  <david@dponce.com>
15603         * ruler-mode.el (ruler-mode-header-line-format-old):
15604         Don't `make-variable-buffer-local'.
15605         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
15606         (ruler-mode-header-line-format): Simply funcall the above.
15607         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
15608         to save/restore a previous header line format.
15609         (ruler-mode-space): Don't depend on a numeric WIDTH value.
15610         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
15611         fringes and margins width.
15612         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
15614 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
15616         * log-edit.el (log-edit-font-lock-keywords): Typo.
15618         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
15619         (tex-send-tex-command): Rather than here.
15620         (tex-compilation-parse-errors): Simplify.
15622         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
15624         * time.el (display-time-string-forms): Add help-echo with date on time.
15626         * composite.el (compose-region): Use restore-buffer-modified-p.
15628         * disp-table.el (standard-display-8bit): Simplify.
15630         * server.el (server-process-filter): Delete temp frame.
15632         * add-log.el (add-change-log-entry): Simplify.
15634 2004-03-19  Kim F. Storm  <storm@cua.dk>
15636         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
15637         (hexl-follow-line): Don't require 'fringe.
15639         * progmodes/compile.el (compilation-start): Always set
15640         compilation-last-buffer and return it.
15642 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
15644         * simple.el (clone-buffer): Doc fix.
15646 2004-03-18  Juanma Barranquero  <lektu@terra.es>
15648         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
15650 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15652         * log-edit.el (log-edit-font-lock-keywords): New var.
15653         (log-edit-mode): Use it.
15655 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
15657         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
15658         properly for watching in speedbar.
15660 2004-03-17  Masatake YAMATO  <jet@gyve.org>
15662         * smerge-mode.el (smerge-popup-context-menu):
15663         Put `unwind-protect' around `overlay-put' and `popup-menu'.
15665 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15667         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
15668         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
15669         Take sealed revisions into account.
15670         (vc-arch-checkin): Extract a summary line from the message.
15672 2004-03-16  Masatake YAMATO  <jet@gyve.org>
15674         * register.el (register): Provide `register' feature.
15676 2004-03-15  Masatake YAMATO  <jet@gyve.org>
15678         Added context menu support in smerge mode.
15679         Most of the part is written by Stefan Monnier.
15681         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
15682         New keymap and menu.
15683         (smerge-text-properties): New function.
15684         (smerge-remove-props): New function.
15685         (smerge-popup-context-menu): New function.
15686         (smerge-resolve): Call `smerge-remove-props'.
15687         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
15688         (smerge-keep-current): Ditto.
15689         (smerge-kill-current): New function.
15690         (smerge-match-conflict): Put text properties.
15691         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
15693 2004-03-15  David Ponce  <david@dponce.com>
15695         * ruler-mode.el: (ruler-mode-left-fringe-cols)
15696         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
15697         (ruler-mode-right-scroll-bar-cols): Remove.
15698         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
15699         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
15700         Use fringe-columns and scroll-bar-columns.
15702 2004-03-15  Masatake YAMATO  <jet@gyve.org>
15704         * hl-line.el (hl-line-range-function): New variable.
15705         (hl-line-move): New function.
15706         (global-hl-line-highlight): Use `hl-line-move'.
15707         (hl-line-highlight): Ditto.
15709         * scroll-bar.el (scroll-bar-columns):
15710         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
15712         * ruler-mode.el (top-level): Require scroll-bar and fringe.
15713         (ruler-mode-left-fringe-cols)
15714         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
15715         (ruler-mode-right-scroll-bar-cols)
15716         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
15717         (ruler-mode-ruler-function): New variable.
15718         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
15719         if the value for `ruler-mode-ruler-function'is given.
15721         * hexl.el (hexl-mode-hook): Make the hook customizable.
15722         (hexl-address-area, hexl-ascii-area): New customize variables.
15723         (hexlify-buffer): Put font-lock-faces on the address area and
15724         the ascii area.
15725         (hexl-activate-ruler): New function.
15726         (hexl-follow-line): New function.
15727         (hexl-highlight-line-range): New function.
15728         (hexl-mode-ruler): New function.
15730 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15732         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
15733         (vc-default-find-file-hook): New fun.
15734         (vc-find-file-hook): Call new find-file-hook operation.
15736         * vc-arch.el: New file.
15738 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
15740         * info-look.el (info-lookup): Reuse an existing Info window.
15742 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
15744         * woman.el (woman-preserve-ascii): Default value changed to t and
15745         doc string revised.
15747 2004-03-12  Richard M. Stallman  <rms@gnu.org>
15749         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
15750         Fix minor bug.
15752         * replace.el (occur-engine): Change message for count of matches.
15754         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
15755         For strings, do compare text properties.
15757 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
15759         * progmodes/compile.el (compile-auto-highlight)
15760         (compilation-error-list, compilation-old-error-list)
15761         (compilation-parse-errors-function, compilation-parsing-end)
15762         (compilation-error-message, compilation-directory-stack)
15763         (compilation-enter-directory-regexp-alist)
15764         (compilation-leave-directory-regexp-alist)
15765         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
15766         (compilation-current-file, compilation-regexps): Remove vars.
15768         (compile-error-at-point, compilation-error-filedata)
15769         (compilation-error-filedata-file-name, compile-reinitialize-errors)
15770         (compilation-next-error-locus, compilation-forget-errors)
15771         (count-regexp-groupings, compilation-parse-errors)
15772         (compile-collect-regexps, compile-buffer-substring): Remove funs.
15774         (compile-internal): Make obsolete.
15776         (compilation-first-column, compilation-error)
15777         (compilation-directory-matcher, compilation-page-delimiter)
15778         (compilation-mode-font-lock-keywords, compilation-debug)
15779         (compilation-error-face, compilation-warning-face)
15780         (compilation-info-face, compilation-line-face)
15781         (compilation-column-face, compilation-enter-directory-face)
15782         (compilation-leave-directory-face, compilation-skip-threshold)
15783         (compilation-skip-visited, compilation-context-lines): New vars.
15785         (compilation-warning-face, compilation-info-face)
15786         (compilation-message-face): New faces.
15788         (compilation-error-regexp-alist-alist): New constant.
15790         (compilation-face, compilation-directory-properties)
15791         (compilation-assq, compilation-error-properties, compilation-start)
15792         (define-compilation-mode, compilation-loop)
15793         (compilation-set-window): New functions.
15795         (compile): Additional argument for interactive compiles like TeX.
15797         * progmodes/grep.el (kill-grep): Move here from compile.el
15798         (grep-error, grep-hit-face, grep-error-face)
15799         (grep-mode-font-lock-keywords): New variables.
15800         (grep-regexp-alist): Simplify regexp and add `binary' case.
15801         (grep-mode): New mode.
15802         (grep-process-setup): Simplify.
15804 2004-03-11  Jason Rumney  <jasonr@gnu.org>
15806         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
15807         letters on DOS/Windows.
15809 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
15811         * server.el (server-name): New var.
15812         (server-socket-dir): New var to replace server-socket-name.
15813         (server-start): Use them.
15815 2004-03-11  Simon Josefsson  <jas@extundo.com>
15817         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
15818         died to avoid infloop.  Reported by Jonathan Glauner
15819         <jglauner@sbum.org>.
15821 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15823         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
15824         (smerge-mode-menu): Use it to deactivate menu entries.
15825         (smerge-keep-current): New fun.
15826         (smerge-keep-current): Use it.
15828 2004-03-10  John Paul Wallington  <jpw@gnu.org>
15830         * foldout.el (foldout-fold-list, foldout-modeline-string):
15831         Declare them as variables, not constants.
15833 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15835         * ps-print.el: Modification to print *Messages* buffer.
15836         (ps-print-version): New version 6.6.4.
15837         (ps-message-log-max): New fun.
15838         (ps-spool-without-faces, ps-spool-with-faces)
15839         (ps-count-lines-preprint): Code fix.
15841         * printing.el: New tips in Tips section.
15843 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15845         * delim-col.el: Doc fix.
15847         * printing.el: Doc fix.  New doc section (Tips).
15849 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15851         * type-break.el (type-break-emacs-variant): Remove.
15852         (type-break-run-at-time, type-break-cancel-function-timers):
15853         Use fboundp rather than version name and number.
15855 2004-03-09  Masatake YAMATO  <jet@gyve.org>
15857         * hexl.el (hexl-mode): Use `make-local-variable' instead of
15858         `make-variable-buffer-local'.
15860 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
15862         * find-dired.el (find-dired): Call `shell-command' instead of
15863         `start-process-shell-command'.  By this, Tramp takes over
15864         handling of remote directories.
15866 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15868         * newcomment.el (comment-use-global-state): New var.
15869         (comment-search-forward): Use it.
15871         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
15873         * cus-edit.el (fill) <defgroup>: Move to fill.el.
15875         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
15876         (enable-kinsoku): Make it a defcustom.
15877         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
15878         paragraph to same-comment-start-marker.
15880 2004-03-07  Dave Love  <fx@gnu.org>
15882         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
15883         (browse-url-mail): Use it.
15885         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
15886         (rfc2368-unhexify-string): Use replace-regexp-in-string.
15888 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
15890         * woman.el (woman-man.conf-path): Doc fix.
15891         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
15893 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
15895         * sort.el (sort-columns): Remove ms-dos from the list of systems
15896         where the external `sort' command is not used.
15898 2004-03-07  Kim F. Storm  <storm@cua.dk>
15900         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
15901         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
15902         from overlay-arrow-variable-list.
15903         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
15905 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
15907         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
15908         overlay arrow string properly for the assembler buffer.
15910 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
15912         * mail/sendmail.el (mail-mode): Fix last change.
15914 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
15916         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
15917         for the assembler buffer.
15918         (gdb-assembler-custom): Position the overlay arrow.
15919         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
15921 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15923         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
15925         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
15926         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
15928         * mail/sendmail.el (mail-mode): Set comment-start-skip.
15930         * newcomment.el (uncomment-region): Allow non-terminated comment.
15931         (comment-normalize-vars): Check the user-specified comstart marker.
15933 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
15935         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
15936         Otherwise, do use it if the region only contains font-lock text
15937         properties.
15939 2004-03-04  Masatake YAMATO  <jet@gyve.org>
15941         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
15942         as the callback function for eldoc.
15943         (hexl-print-current-point-info): New function.
15944         (hexl-current-address): Print the address in both decimal
15945         and hexadecimal format.
15947 2004-03-04  Richard M. Stallman  <rms@gnu.org>
15949         * mail/rmail.el (rmail-convert-to-babyl-format):
15950         Specify t for UNIBYTE when calling mail-unquote-printable-region.
15952         * mail/mail-utils.el (mail-unquote-printable-region):
15953         New arg UNIBYTE.
15955         * startup.el (command-switch-alist): Doc fix.
15957         * simple.el (undo): Temporarily set this-command to `undo-start',
15958         then set it to `undo' once undo-start returns without error.
15960         * simple.el (minibuffer-history-sexp-flag): Doc fix.
15962         * simple.el (kill-line): Don't disregard trailing whitespace
15963         in eol condition, if show-trailing-whitespace is set.
15965         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
15966         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
15967         When disabling, restore old values only if mouse-sel-has-been-enabled.
15969         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
15970         (isearch-{-char): New function.
15971         (isearch-mode-map): Bind { to isearch-{-char.
15973         * font-lock.el (lisp-font-lock-keywords-2):
15974         Turn off the CL with-... and do-... general patterns.
15975         Instead, recognize several specific with... and do... constructs.
15977         * files.el (switch-to-buffer-other-window):
15978         Bind same-window-buffer-names and same-window-regexps to nil.
15979         (switch-to-buffer-other-frame): Likewise.
15981 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15983         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
15984         recognizing leading comment on code line.
15986 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15988         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
15989         hidden files/directories.
15991 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
15993         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
15994         only comment-start (in case the mode hasn't set it).
15996         * Makefile.in (AUTOGENEL): New var.
15997         (bootstrap-prepare): Rename from bootstrap-clean.
15998         Don't remove elc files.
15999         (maintainer-clean): New target.
16001         * xml.el (xml-get-attribute-or-nil): Simplify.
16003 2004-03-02  Juri Linkov  <juri@jurta.org>
16005         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
16006         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
16007         URL to prevent their substitution with the environment variable
16008         values by browsers.
16010 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16012         * ps-print.el: Doc fix.
16013         (ps-print-version): New version number (6.6.3).
16014         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
16015         Docstring fix.
16016         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
16017         before printing.
16018         (ps-time-stamp-yyyy-mm-dd): New fun.
16019         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
16021 2004-03-02  Kim F. Storm  <storm@cua.dk>
16023         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
16025 2004-03-01  Juanma Barranquero  <lektu@terra.es>
16027         * allout.el (allout-rebullet-heading): Fix typo in docstring.
16029         * desktop.el (desktop-file-version)
16030         (desktop-after-read-hook): Fix typos.
16031         (desktop-clear-preserve-buffers): Remove redundant info in
16032         docstring already shown by the obsolescence message.
16033         (desktop-truncate, desktop-internal-v2s)
16034         (desktop-value-to-string): Change argument name to match docstring.
16036         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
16038         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
16039         docstring.
16041 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16043         * printing.el: Replace "As Is..." in PostScript file print/preview by
16044         "No Preprocessing...".  Suggested by Colin Marquardt
16045         <_marquardt_@zmd.de>.
16046         (pr-insert-section-4): Adjust buffer interface.
16048 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
16050         Version 2.0.39 of Tramp released.
16052         * net/tramp.el (tramp-handle-file-local-copy)
16053         (tramp-handle-write-region, tramp-open-connection-rsh):
16054         Variable name typo.  Small change.  From Patrick Tullmann
16055         <tullmann@flux.utah.edu>.
16056         (tramp-process-connection-type): New variable.
16057         (tramp-maybe-open-connection): Use it.
16058         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
16059         (tramp-touch): Set last-modified time of a remote file.
16060         (tramp-handle-write-region): Say which function is used when encoding.
16062 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
16064         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
16065         case of non-existing filename, too.  Reported by Christoph Bauer
16066         <c_bauer@informatik.uni-kl.de>.
16067         (tramp-smb-get-file-entries): The directory in question should
16068         have permissions "drwxrwxrwx".  Just virtual, because we don't
16069         know the real permissions.  Don't we know?
16070         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
16071         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
16072         (tramp-smb-wait-for-output): Optimize algorithm getting pending
16073         output.  If it was received chunkwise, there have been problems.
16074         Remove the "prompt not found" error message; it is obvious.
16075         Simplify algorithm.
16076         (tramp-smb-process-running): Remove.  Since we acknowledge the
16077         virtual prompt for shares, there's no need for distinction of
16078         reading shares (process ends afterwards) and interactive mode of
16079         smblient.
16080         (tramp-smb-open-connection): Setting process sentinel removed.
16081         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
16082         "NT_STATUS_NETWORK_ACCESS_DENIED".
16083         (tramp-smb-maybe-open-connection): Set `process-connection-type'
16084         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
16085         (top-level): Setting default value in `tramp-default-method-alist'
16086         corrected.  Order of USER and HOST have been wrong.
16087         Nobody complained for months ...
16088         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
16089         (tramp-smb-open-connection): Clear password cache if login has failed.
16091         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
16092         `tramp-unified-filenames'.
16093         (tramp-completion-mode): Make test for XEmacs explicitely.
16094         `event-to-character' can exists in Emacs packages too.
16095         Reported by Matt Swift <swift@alum.mit.edu>.
16096         (tramp-buffer-name): Buffer name must contain the user if exists.
16097         Reported by Adrian Phillips <a.phillips@met.no>.
16098         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
16099         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
16100         (tramp-do-copy-or-rename-file-out-of-band): Rename from
16101         `tramp-do-copy-or-rename-file-one-local', because it handles also
16102         the case both files use the same out-of-band method.
16103         Implementation added.
16104         (tramp-handle-file-local-copy, tramp-handle-write-region):
16105         Out-of-band handling removed.  `copy-file' called instead, which
16106         calls `tramp-do-copy-or-rename-file-out-of-band'.
16107         (tramp-action-password): Check for out-of-band method removed.
16108         This function is used for 'login-program.
16109         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
16110         appropriate.
16111         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
16112         and `tramp-parse-sknownhosts'.
16113         (tramp-completion-function-alist): It's a defvar now, because we
16114         want to apply the optimized `tramp-set-completion-function'
16115         instead of a static list.
16116         (tramp-set-completion-function): Implementation tuned.
16117         Avoid double entries, and entries where the function or the
16118         file/directory doesn't exist.
16119         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
16120         for SSH2.
16121         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
16122         (tramp-handle-dired-compress-file): New function.
16123         (tramp-async-proc): New variable.
16124         (tramp-handle-shell-command): Adding asynchronous processes.
16125         They are far from being perfect, but it works at least for
16126         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
16127         (top-level): Require password.el if visible.  Should be mandatory
16128         once No Gnus has found its way into (X)Emacs.
16129         (tramp-read-passwd): Invoke `password-read' if available,
16130         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
16131         fallback any longer.
16132         (tramp-clear-passwd): New function.
16133         (tramp-process-actions, tramp-process-multi-actions):
16134         Clear password cache if login has failed.
16136         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
16137         its own module.
16138         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
16139         `ange-ftp-ftp-name-res'.  There could be incorrect values from
16140         previous calls in case the "ftp" method is used in the Tramp file
16141         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16143 2004-02-28  Richard M. Stallman  <rms@gnu.org>
16145         * term.el (term-mouse-paste): Call mouse-set-point.
16147         * thumbs.el: New file.
16149 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16151         * progmodes/ebnf-abn.el: Doc fix.
16153         * progmodes/ebnf-bnf.el: Doc fix.
16154         (ebnf-repeat): Code fix.
16156         * progmodes/ebnf2ps.el: Doc fix.
16157         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
16159 2004-02-28  Juri Linkov  <juri@jurta.org>
16161         * ffap.el (dired-at-point): Additional writability test for
16162         relative directory names.
16163         (dired-at-point-prompter): Treat directories as a directory, get
16164         the directory component from files.
16165         (ffap-string-at-point): Return string from region if region is active.
16166         (ffap-file-at-point): Remove redundant code.
16168 2004-02-28  Kim F. Storm  <storm@cua.dk>
16170         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
16171         Initialize margin area images to nil.
16172         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
16173         (breakpoint-enabled-bitmap-face)
16174         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
16175         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
16176         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
16177         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
16178         (gdb-reset): Use gdb-remove-breakpoint-icons.
16179         (gdb-put-string): Add dprop arg to specify alternative display
16180         property (for setting fringe bitmap).
16181         (gdb-remove-strings): Doc fix.
16182         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
16183         icon in fringe (if available), or else as icon or text in display
16184         margin.  Creates necessary icons in breakpoint-bitmap,
16185         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
16186         Also make left window margin if required.
16187         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
16188         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
16189         no longer needed.
16190         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
16191         gdb-put-breakpoint-icon.
16192         (gdb-assembler-mode): Don't set left-margin-width here.
16194 2004-02-27  Kevin Ryde  <user42@zip.com.au>
16196         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
16197         comma, so that it DTRT in macros.
16199 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
16201         * progmodes/sh-script.el (sh-shell-arg)
16202         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
16203         (sh-leading-keywords, sh-other-keywords): Fix custom type.
16205 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
16207         * faces.el (face-spec-set-match-display): Add a new attribute,
16208         `min-colors'.
16209         (region, highlight, secondary-selection): Use `min-colors'.
16211         * custom.el (defface): Add documentation for `min-colors'.
16213         * font-lock.el (font-lock-comment-face, font-lock-string-face)
16214         (font-lock-keyword-face, font-lock-function-name-face)
16215         (font-lock-variable-name-face, font-lock-constant-face):
16216         Use `min-colors'.
16218         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
16220 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16222         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
16223         define assq-delete-all if it's not defined.
16224         (ebnf-generate-region): Code fix.
16226         * printing.el: Doc fix.
16227         (pr-version): New version number (6.7.2).
16228         (pr-command): Return empty string if command is an empty string.
16230 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16232         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
16234         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
16235         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
16236         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
16237         "tt" ["test"] ).  Reported by Markus Dreyer
16238         <mdreyer@ix.urz.uni-heidelberg.de>.
16239         (ebnf-version): New version number (4.0).
16240         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
16241         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
16242         (ebnf-delete-style): New commands.
16243         (ebnf-directory, ebnf-file): New funs.
16244         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
16245         (ebnf-production-name-p, ebnf-stop-on-error): New options.
16246         (ebnf-syntax-alist): New var.
16247         (ebnf-element-width): New fun replacing ebnf-list-width.
16248         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
16249         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
16250         (ebnf-prologue): Adjust vars.
16251         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
16252         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
16253         (ebnf-check-style-values, ebnf-generate-production)
16254         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
16255         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
16256         (ebnf-token-repeat): Code fix.
16258         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
16259         %right, %left and %prec.  Suggested by Matthew K. Junker
16260         <junker@alum.mit.edu>.
16261         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
16263         * progmodes/ebnf-iso.el: Doc fix.
16264         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
16265         (ebnf-iso-lex): Code fix.
16267         * progmodes/ebnf-bnf.el: Doc fix.
16268         (ebnf-bnf-lex): Code fix.
16270         * progmodes/ebnf-otz.el: Doc fix.
16272 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
16274         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
16275         (abbrev-prefix-mark): Doc fix.
16277 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
16279         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
16280         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
16281         (gdb-var-delete): Make interactive (really).
16282         (gdb-edit-value): Make non-interactive.
16284         * progmodes/gud.el (gud-speedbar-menu-items):
16285         Add gdb-var-delete and, indirectly, gdb-edit-value.
16286         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
16287         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
16288         (gud-gdb-marker-filter): Add comment for annotations.
16290 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
16292         * calendar/calendar.el (generate-calendar)
16293         (calendar-read-date): Prevent display of BC calendars once more -
16294         reverts 2003-10-01 change.
16295         (generate-calendar-month): Doc fix.
16297 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
16299         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
16300         return value of increment-calendar-month.
16302 2004-02-21  Stephen Compall  <s11@member.fsf.org>
16304         * saveplace.el (save-place-forget-unreadable-files)
16305         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
16306         (save-place-forget-unreadable-files): New function.
16307         (save-place-alist-to-file): Use it to filter out files that are
16308         no longer readable.
16310         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
16311         current Texinfo environment, using the same method as in
16312         `texinfo-insert-@end', and insert a space rather than a newline if
16313         point in a @table environment.
16315 2004-02-21  Juri Linkov  <juri@jurta.org>
16317         * ffap.el (ffap-file-at-point): Try parent directories.
16319 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
16321         * vcursor.el (vcursor-modifiers): New defcustom.
16322         (vcursor-cs-binding): Use vcursor-modifiers instead of a
16323         hard-coded list.
16325 2004-02-21  Masatake YAMATO  <jet@gyve.org>
16327         * play/animate.el (animate-birthday-present): Accept names other
16328         than `Sarah', too.
16330 2004-02-21  Juri Linkov  <juri@jurta.org>
16332         * startup.el: Remove table of command line arguments from the
16333         Commentary section.
16335 2004-02-20  John Wiegley  <johnw@newartisans.com>
16337         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
16338         again" modifier from 'e' to 'E', since 'e' is also used by the
16339         "file extension" modifier.
16341 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
16343         * help-fns.el (describe-categories): Doc fix.
16345 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16347         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
16348         temporary file for buffer already visiting one.  This change makes
16349         output likely to be directly usable by patch program.
16350         Suggested by Adrian Aichner  <adrian@xemacs.org>
16352 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
16354         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
16355         case of variables defined in compound statements.
16356         (gdb-setup-windows, gdb-source-info, gdb-source-info):
16357         Simplify constructions using switch-to-buffer.
16359 2004-02-19  Simon Josefsson  <jas@extundo.com>
16361         * play/morse.el: Fix typo.
16362         (morse-code): Add @.
16364 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
16366         * calendar/appt.el (appt-display-format): Change default to
16367         'ignore, for backwards compatibility.
16368         (appt-display-message): If appt-display-format is 'ignore,
16369         respect old vars appt-msg-window and appt-visible.
16370         (appt-activate): Don't depend on return value of cancel-timer.
16372         * calendar/calendar.el (calendar-holidays): Doc fix.
16374         * calendar/cal-coptic.el (coptic-prompt-for-date):
16375         Use assoc-string instead of assoc-ignore-case.
16376         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
16377         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
16378         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
16379         * calendar/cal-islam.el (calendar-goto-islamic-date)
16380         (mark-islamic-diary-entries): Ditto.
16381         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
16382         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
16383         (calendar-read-mayan-tzolkin-date): Ditto.
16384         * calendar/calendar.el (calendar-read-date): Ditto.
16385         * calendar/diary-lib.el (mark-diary-entries): Ditto.
16387 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
16389         * progmodes/executable.el (executable-command-find-posix-p):
16390         Fix choice of the directory.
16392 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
16394         * simple.el (interprogram-cut-function)
16395         (interprogram-paste-function, kill-new, kill-append):
16396         Doc fixes.
16397         (kill-region): Make it return nil.  Doc fix.
16398         (yank-pop): Make its argument optional.
16399         (yank): Make ARG `-' equivalent to `-1'.
16401 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
16403         * mail/rmail.el (rmail-get-new-mail): Don't reference
16404         rmail-use-spam-filter if rmail-spam-filter is not loaded.
16406 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
16408         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
16409         if one of global-auto-revert-non-file-buffers or autorevert-mode
16410         is non-nil.
16412 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
16414         * subr.el (delete-dups): A better implementation from Karl Heuer
16415         <kwzh@gnu.org>.
16417 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
16419         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
16420         correct place.
16421         * progmodes/icon.el (icon-indent-command): Ditto.
16422         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
16424 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
16426         * progmodes/grep.el (grep-compute-defaults): Undo change from
16427         2004-01-29: don't use executable-command-find-posix-p.
16429 2004-02-16  Richard Sharman  <rsharman@pobox.com>
16431         * hilit-chg.el: Use require instead of eval-and-compile.
16432         (highlight-compare-buffers): New function.
16434 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
16436         * man.el (Man-fontify-manpage): Render section headings in
16437         `Man-overstrike-face' even when overstrike was not used by man
16438         formatter for section headings.
16440 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
16442         * rmail-spam-filter.el: (vm-use-spam-filter)
16443         (rsf-min-region-length-added-to-spam-list): New variables.
16444         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
16445         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
16446         spam testing.  Don't delete spam message if automatic deletion
16447         after output via variable rmail-delete-after-output is turned on.
16448         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
16449         rsf-bbdb-dont-create-entries-for-spam.
16450         (check-field): New function, extracted from code in
16451         rmail-spam-filter to ease addition of header fields like content-type.
16452         (message-content-type): New variable to check the content-type:
16453         field added, also in defcustom of rsf-definitions-alist.
16454         (rmail-spam-filter): Replace repeated test code for header fields
16455         by calls to check-field; change the call to
16456         rmail-output-to-rmail-file such that rmail-current-message stays
16457         the same to avoid wrong deletion of unseen flags.
16458         (rsf-add-contents-type): New function to convert old format
16459         of rmail-spam-definitions-alist into new one.
16460         Change prefixes of all variables and functions from
16461         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
16463 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
16465         * loadhist.el (unload-hook-features-list): New defvar.
16467 2004-02-16  Dave Love  <fx@gnu.org>
16469         * loadhist.el (unload-feature): Doc fix.  Rename flist to
16470         unload-hook-features-list.
16472 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
16474         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
16475         cookie.  Don't check if we are looking-at open-formula.
16477 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16479         * subr.el (match-string-no-properties): Use substring-no-properties.
16481 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
16483         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
16484         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
16485         Use lower-case "rx" in all error message.
16487 2004-02-16  Dave Love  <fx@gnu.org>
16489         * emacs-lisp/rx.el (rx-or): Put group around result.
16490         (rx-constituents): Add backref.
16491         (rx-syntax): Add string-delimiter, comment-delimiter.
16492         (rx-categories): Add combining-diacritic.
16493         (rx-check-not, rx-greedy, rx): Doc fix.
16494         (rx-backref, rx-check-backref): New.
16496 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
16498         * newcomment.el (uncomment-region): Allow eob as comment end.
16500 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
16502         * filecache.el: All message and error commands now use prefix
16503         "Filecache:" to make it easy to read *Messages* buffer.
16505 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
16507         * autorevert.el: Add support to detect changed dired and VC buffers.
16508         (auto-revert-active-p, auto-revert-list-diff)
16509         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
16510         (auto-revert-handler, auto-revert-active-p): New functions.
16511         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
16512         and `auto-revert-active-p'.
16513         (eval-when-compile): Defvar dired-directory and vc-mode.
16514         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16515         (auto-revert-handler-vc): New functions.
16517 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16519         * progmodes/compile.el (compilation-directory): New defvar.
16520         (compile): Save current directory in compilation-directory.
16521         (recompile): Bind default-directory to compilation-directory if
16522         that is non-nil.
16524 2004-02-16  Dave Love  <fx@gnu.org>
16526         * newcomment.el (comment-insert-comment-function)
16527         (comment-region-function, uncomment-region-function): New.
16528         (comment-indent): Use comment-insert-comment-function.
16529         (uncomment-region): Use uncomment-region-function.
16530         (comment-region): Use comment-region-function.
16532         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
16534 2004-02-16  Richard Stallman  <rms@gnu.org>
16536         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
16537         loaddefs* and ldefs-boot*.
16539 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
16541         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
16542         and email address at the beginning and end of the address.
16544         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
16545         anchored at the beginning of the email address.
16547 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
16549         * international/ccl.el (ccl-compile-write): Pass `left' to
16550         ccl-embed-code to generate correct code of write-expr-register.
16552 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
16554         * progmodes/grep.el (grep-compute-defaults): Fix typos.
16556 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16558         * x-dnd.el: Mention support for Motif in commentary.
16559         (x-dnd-handle-drag-n-drop-event): Ditto.
16561 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
16563         * ses.el: Use "ses--" prefixes for buffer-local variables.
16564         Use (point-min) instead of 1, even when we know the buffer
16565         is unnarrowed.
16566         (ses-build-load-map): Delete.  Distribute its content to defconst's for
16567         the three maps.
16568         (ses-menu, ses-header-line-menu): New menus.
16569         (ses-mode-map): Use them.
16570         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
16572 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
16574         * Makefile.in: Fix the CC Mode recompile kludge so it works
16575         when building in a different directory.
16577 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
16579         * simple.el (kill-new): Put yank-handler property on the entire string.
16581 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16583         * diff.el: Don't use compile any more, use diff-mode instead.
16584         (diff-regexp-alist, diff-old-file, diff-new-file)
16585         (diff-parse-differences, diff-process-setup): Remove.
16586         (diff-sentinel): New fun.
16587         (diff): Use it.  Run the process ourselves.
16588         Use diff-mode for the rest of the processing.
16590         * diff.el (diff): Simplify code handling `switch'.
16592 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16594         * pcvs-defs.el (cvs-menu): Add `tag'.
16596 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
16598         * simple.el (kill-append): Doc fix.
16600         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16601         Adapt outline-regexp to the new conventions for commenting out code.
16603 2004-02-11  John Paul Wallington  <jpw@gnu.org>
16605         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
16607 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16609         * diff.el (diff-switches): New fun.
16610         (diff, diff-backup): Use it.
16611         (diff): Clean up the args construction.  Use backquote.
16612         Use listp instead of consp to avoid putting a nil arg.
16613         (diff): Add a revert-buffer function.
16615 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16617         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
16618         handled by x-dnd-handle-file-name.
16619         (x-dnd-known-types): Add COMPOUND_TEXT.
16620         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
16621         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
16622         x-dnd-empty-state.
16623         (x-dnd-forget-drop): Ditto.
16624         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
16625         (x-dnd-handle-one-url): Return private when inserting text.
16626         (x-dnd-insert-ctext): New function.
16627         (x-dnd-handle-file-name): New function for FILE_NAME.
16628         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
16629         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
16630         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
16632 2004-02-10  Kenichi Handa  <handa@m17n.org>
16634         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
16635         instead of while loop.
16637 2004-02-10  Miles Bader  <miles@gnu.org>
16639         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
16641 2004-02-09  Kenichi Handa  <handa@m17n.org>
16643         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
16644         have end-of-line.
16646 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
16648         * Makefile.in: Added extra dependencies in the recompile target
16649         needed to cope with the compile time macro expansions in CC Mode.
16651 2004-02-09  Kim F. Storm  <storm@cua.dk>
16653         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
16654         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
16655         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
16656         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
16657         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
16658         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
16659         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
16660         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
16661         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
16662         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
16663         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
16665 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16667         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
16668         Don't allow shrink if there's a window on our right.
16670         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
16671         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
16672         Bring together declaration and initialization.
16673         (prolog-mode-variables): Don't set the syntax table.
16674         Don't set paragraph-start and comment-indent-function.
16675         Add /*..*/ to the comment regexps.
16676         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
16677         (prolog-mode-map): Don't bind TAB.
16678         (prolog-mode): Set the syntax table.
16679         (prolog-comment-indent): Remove.
16680         (inferior-prolog-mode-map): Initialize in the declaration.
16681         (inferior-prolog-mode-syntax-table)
16682         (inferior-prolog-mode-abbrev-table): New vars.
16683         (inferior-prolog-mode): Derive from comint-mode.
16684         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
16685         minibuffer windows.
16687         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
16688         in file names, as long as it is unabmiguous.
16690 2004-02-08  Andreas Schwab  <schwab@suse.de>
16692         * textmodes/reftex-toc.el
16693         (reftex-toc-load-all-files-for-promotion): Remove useless use of
16694         format.  Doc fix.
16696         * textmodes/refer.el (refer-find-entry-internal): Remove extra
16697         format string arguments.
16699         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
16700         string argument.
16702         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
16704         * play/zone.el (zone-call): Fix format string.
16706         * net/webjump.el (webjump-builtin): Add missing format string argument.
16708         * midnight.el (midnight-delay-set): Remove extra format string argument.
16710         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
16712         * hexl.el (hexl-insert-char): Add missing format string argument.
16714         * format.el (format-decode): Fix format string.
16716         * emulation/vi.el (vi-mode): Remove extra format string argument.
16717         (vi-repeat-last-search): Likewise.
16718         (vi-reverse-last-search): Likewise.
16719         (vi-goto-mark): Likewise.
16720         (vi-reverse-last-find-char): Likewise.
16721         (vi-repeat-last-find-char): Likewise.
16722         (vi-locate-def): Likewise.
16724         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
16726         * ediff-util.el (ediff-toggle-read-only): Remove extra format
16727         string argument.
16728         (ediff-toggle-regexp-match): Likewise.
16730         * dired-aux.el (dired-do-query-replace-regexp): Add missing
16731         format string argument.
16733         * calc/calc-map.el (calc-get-operator): Remove extra format
16734         string argument.
16736         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
16738         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
16739         string argument.
16741         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
16743         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
16745         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
16747         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
16748         (cl-struct-setf-expander): Likewise.
16750         * vc.el (with-vc-file): Fix unsafe uses of error.
16751         (vc-cancel-version): Likewise.
16753 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
16755         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
16756         thousands separator; fixes <class>:<line-number> regexp for
16757         non-english locales.
16759 2004-02-08  Andreas Schwab  <schwab@suse.de>
16761         * view.el (view-mode-enable): Revert previous change.
16763 2004-02-07  Kim F. Storm  <storm@cua.dk>
16765         * simple.el (line-number-at-pos): Rename from line-at-pos.
16766         Uses changed (what-line and vc-annotate-warp-version).
16768 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16770         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
16771         (diff-mode): Remove aborted attempt at support for compile.el.
16772         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
16774 2004-02-06  Andreas Schwab  <schwab@suse.de>
16776         * view.el (view-mode-enable): Add view-mode-map to
16777         minor-mode-overriding-map-alist.
16779 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16781         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
16783 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16785         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
16786         with point inside rather than after the paragraph.
16788 2004-02-04  Sam Steingold  <sds@gnu.org>
16790         * mail/smtpmail.el (smtpmail-try-auth-methods):
16791         Do not try authentication when no mechanism is available.
16792         Pass port-name as defaultport to `netrc-machine'.
16794 2004-02-04  Stephen Eglen  <stephen@gnu.org>
16796         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
16797         to show how minibuffer height can be constrained.
16799 2004-02-04  John Paul Wallington  <jpw@gnu.org>
16801         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
16803 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
16805         * x-dnd.el: New file for drag and drop.
16807         * term/x-win.el: require x-dnd, set after-make-frame-functions
16808         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
16809         drag-n-drop event.
16811         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
16812         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
16813         (dired-dnd-handle-file): New functions for drag and drop support.
16814         (dired-mode): Initialize drag and drop if x-dnd present.
16816 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16818         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
16819         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
16820         (cperl-mode): Set fill-paragraph-function.
16821         (cperl-fill-paragraph): Make it non-interactive.
16823 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
16825         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
16827 2004-02-02  David Kastrup  <dak@gnu.org>
16829         * replace.el (perform-replace): Allow 'literal argument in
16830         regexp-flag to indicate literal replacement.
16831         (query-replace-regexp-eval): Use it.
16833 2004-02-01  Andreas Schwab  <schwab@suse.de>
16835         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
16837 2004-02-01  Stephen Eglen  <stephen@gnu.org>
16839         * info-look.el: Add support for maxima-mode.  Update commentary
16840         because info-lookup-symbol is now bound to C-h S.
16842 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
16844         * simple.el (edit-and-eval-command): Bind print-level and
16845         minibuffer-history-sexp-flag around call to read-from-minibuffer.
16846         Correct initial position in command-history.
16848 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
16850         * files.el (read-directory-name): Adapt the docstring to recent
16851         change in Fread_file_name.
16853 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
16855         * ses.el (ses-print-cell): If print format too wide for column
16856         width, truncate decimal places if that helps to avoid "#####" fill.
16857         * ses.el (ses-initial-column-width): Revert previous change.
16859 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
16861         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
16862         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
16863         Add edebug info.
16864         (jit-lock-mode): Setup/cancel the new timer.
16865         (jit-lock-context-fontify): New fun.  Extracted from
16866         context fontification code of jit-lock-stealth-fontify.
16867         (jit-lock-stealth-fontify): Don't do context fontification any more.
16869         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
16870         (jit-lock-fontify-now): Handle the `quit' case.
16871         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
16873 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
16875         * progmodes/executable.el (executable-command-find-posix-p):
16876         New.  Check if find handles arguments Posix-style.
16878         * progmodes/grep.el (grep-compute-defaults):
16879         Use executable-command-find-posix-p.
16880         (grep-find): Check `grep-find-command'.
16882         * filecache.el (file-cache-find-posix-p): Delete.
16883         (file-cache-add-directory-using-find):
16884         Use `executable-command-find-posix-p'.
16886 2004-01-29  Dave Love  <fx@gnu.org>
16888         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
16889         Iterate the hook function if arg is given.
16890         (mark-defun, narrow-to-defun): Change order of finding the limits.
16892         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
16893         (byte-compile-format-warn): New.
16894         (byte-compile-callargs-warn): Use it.
16895         (Format, message, error): Add byte-compile-format-like property.
16896         (byte-compile-maybe-guarded): New.
16897         (byte-compile-if, byte-compile-cond): Use it.
16898         (byte-compile-lambda): Compile interactive forms,
16899         just to make warnings about them.
16901 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
16903         * ses.el (ses-initial-column-width): Increase to 14, so it will
16904         work well with the default printer of "%.7g" for extreme values
16905         like "-1.234567e+07".
16907 2004-01-29  Kenichi Handa  <handa@m17n.org>
16909         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
16911 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
16913         * dos-w32.el: Added support for the `default-printer-name' function.
16915 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
16917         * server.el (server-socket-name): Don't use the hostname in the
16918         socket name since /tmp is local to the host anyway.
16920         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
16921         robust check of widening and fix var-naming.
16923 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
16925         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
16926         or rmail-spam- to rsf- in all function and variable names.
16927         (rsf-min-region-to-spam-list): New variable.
16928         (rsf-bbdb-auto-delete-spam-entries): Rename from
16929         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
16930         scanned together with the recipients field for spam testing; Don't
16931         delete spam message if rmail-delete-after-output is non-nil;
16932         (rsf-check-field): New function, extracted from code in
16933         rmail-spam-filter to ease addition of header fields like
16934         content-type:;
16935         (message-content-type): New variable.  The content-type: field was
16936         added also in defcustom of rsf-definitions-alist;
16937         (rmail-spam-filter): Replace repeated test code for header fields
16938         by calls to check-field; change the call to
16939         rmail-output-to-rmail-file such that rmail-current-message stays
16940         the same to avoid wrong deletion of unseen flags.
16941         (rmail-use-spam-filter): Add autoload cookie.
16943 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
16945         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
16946         (file-cache-add-directory-using-find): Add Cygwin support.
16947         (file-cache-find-command-posix-flag): New user variable.
16949         * filecache.el (file-cache-add-directory): Check for
16950         directories an remove them from dir-files.
16952 2004-01-27  Richard M. Stallman  <rms@gnu.org>
16954         * man.el (Man-fontify-manpage): Clean up message.
16956 2004-01-27  Kenichi Handa  <handa@m17n.org>
16958         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
16959         (sentence-end): Define using sentence-end-without-space.
16961         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
16962         a sentence ends with one of a character in sentence-end-without-space.
16964 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16966         * font-lock.el (font-lock): Add jit-lock as explicit group member.
16967         (jit-lock): Group declaration moved to jit-lock.el.
16968         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
16969         when necessary.
16971         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
16972         (jit-lock-context-unfontify-pos): Rename from
16973         jit-lock-first-unfontify-pos.
16974         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
16976 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
16978         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
16979         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
16980         (fortran-fill): When filling a string, adjust re-search-backward
16981         argument for special case of string just on fill-column.
16982         When filling non-string, allow one extra char if
16983         fortran-break-before-delimiters is non-nil.
16984         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
16985         Use fortran-break-delimiters-re and fortran-no-break-re to
16986         correctly handle cases such as "**".
16988         * progmodes/f90.el (f90-break-delimiters): Doc fix.
16989         (f90-no-break-re): Add some extra tokens.  Doc fix.
16991 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
16993         * mail/rmail-spam-filter.el:
16994         Use two semicolons as Commentary line prefix.
16995         Add ";;; Code:" stylized comment.
16996         Delete end-of-line whitespace.
16997         Wrap (require 'cl) with `eval-when-compile'.
16999 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
17001         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
17002         at the top level of vc.el.
17004 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
17006         * vc.el (vc-current-line): Function removed.  This is now done by
17007         the new function line-at-pos in simple.el.
17008         (vc-annotate-warp-version): Use line-at-pos instead of
17009         vc-current-line.
17011 2004-01-22  Kim F. Storm  <storm@cua.dk>
17013         * simple.el (line-at-pos): New defun.
17014         (what-line): Use it.  Optimize by only counting lines in narrowed
17015         region once.
17017 2004-01-22  Kenichi Handa  <handa@m17n.org>
17019         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
17020         point (register r1) only for charset mule-unicode-0100-24ff.
17022 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
17024         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
17025         trailing white space and ensure a final newline.
17027         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
17028         Add autoload cookie.
17030 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
17032         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
17033         activate view-mode explicitly.
17035 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17037         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
17038         use clipboard first.
17040 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17042         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
17043         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
17044         (vc-mcvs-cvs): Remove.
17045         (vc-mcvs-command): Remove use of assert.
17047         * outline.el (outline-insert-heading): Tighten up match.
17048         (outline-demote, outline-move-subtree-down): Don't assume anything
17049         about outline-regexp.
17051         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
17052         (texinfo-show-structure): Explicitly add ^, and simplify.
17054 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
17056         * calendar/appt.el (appt-check): Restore usage of
17057         appt-issue-message deleted in previous change.
17058         (top-level): Activate package when loaded (needed for backwards
17059         compatibility).
17061 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17063         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
17064         following previous change to smtpmail-send-data.
17066 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
17068         * vc.el (vc-default-previous-version): Doc enhancement.
17069         (vc-default-next-version): New function.
17070         (vc-print-log): New arg FOCUS-REV.
17071         (vc-annotate-mode): Derive from view-mode.
17072         (vc-annotate): New args REVISION, DISPLAY-MODE.
17073         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
17074         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
17075         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
17076         (vc-annotate-show-diff-revision-at-line, vc-current-line)
17077         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
17079         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
17081 2004-01-19  Karl Berry  <karl@gnu.org>
17083         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
17084         or "TexInfo".
17086 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
17088         * subr.el (delete-dups): New function.
17090 2004-01-19  Karl Berry  <karl@gnu.org>
17092         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
17093         with ^, since that's what texinfo-show-structure
17094         documentation says (plus it works much better in texinfo.txi).
17096 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
17098         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
17100 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
17102         * progmodes/which-func.el (which-function-mode): Don't cancel
17103         which-func-update-timer if not set.
17105 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
17107         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
17108         Remove spurious left square bracket in XX:XXam regexp.
17110 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
17112         * progmodes/cc-defs.el: Do not require cl at run time.
17114 2004-01-16  Richard M. Stallman  <rms@gnu.org>
17116         * emacs-lisp/cl.el (cl-cannot-unload): New function.
17117         (cl-unload-hook): Defvar this to run cl-cannot-unload.
17119         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
17120         Call rmail-spam-filter.  Delete and expunge spam.
17121         Print number of spam messages deleted.
17122         Save and restore the deletion status of old messages when reading
17123         new mail with spam filter, so that expunging spam does not expunge
17124         msgs deleted by the user.
17125         (rmail-only-expunge): Add an optional argument dont-show to
17126         prevent showing message after expunge.
17128 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
17130         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
17131         * subr.el (declare): New macro.
17133 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
17135         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
17137 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17139         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17140         Test window-system rather than system-type (for X11/Mac).
17142 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
17144         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
17146 2004-01-12  Richard M. Stallman  <rms@gnu.org>
17148         * mail/rmail.el (rmail-convert-to-babyl-format):
17149         Use mail-unquote-printable-region.
17150         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
17151         (rmail-hex-char-to-integer): Functions deleted.
17153         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
17154         (mail-unquote-printable-region): New arg NOERROR.
17155         For invalid encoding, either signal an error to just return nil.
17157 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17159         * calendar/appt.el: Update copyright and commentary.
17160         (appt-issue-message): Make obsolete.
17161         (appt-visible, appt-msg-window): Make obsolete, in favour of
17162         appt-display-format.
17163         (appt-display-mode-line, appt-display-duration)
17164         (appt-display-diary, appt-time-msg-list, appt-mode-string)
17165         (appt-prev-comp-time, appt-display-count, appt-timer)
17166         (appt-convert-time): Doc change.
17167         (appt-disp-window-function, appt-delete-window-function):
17168         Use defcustom rather than defvar.
17169         (appt-display-format): New variable.
17170         (appt-display-message): New function with display code from appt-check.
17171         (appt-check): Add optional FORCE argument.  Doc change.
17172         Add appt-make-list to diary-hook if displaying diary.
17173         Remove checking of view-diary-entries-initially.
17174         Message display section removed to new function appt-display-message.
17175         (appt-display-window): Doc change.  Remove unused internal var
17176         this-buffer.  Do not beep, since appt-display-message does that.
17177         (appt-make-list): Doc change.  Use caar.
17178         (appt-sort-list): Simplify by using builtin sort function.
17179         (appt-update-list): New function for updating appts when diary is
17180         saved.
17181         (appt-activate): New autoloaded function to toggle package
17182         functionality.
17184         * calendar/cal-x.el: (calendar-one-frame-setup)
17185         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
17187         * calendar/calendar.el: Update copyright.
17188         (view-diary-entries-initially, european-calendar-style): Doc change.
17189         (calendar-setup): Make defcustom rather than defvar.
17190         (mark-visible-calendar-date): Initialize temp-face and faceinfo
17191         in let binding so local to function.
17193         * calendar/diary-lib.el: Update copyright.
17194         (diary, diary-entry-time): Doc change.
17195         (list-diary-entries): Doc change.  Trivial logic change.
17196         (fancy-diary-display): Restore make-face command mistakenly
17197         deleted 2003-05-08.
17198         (show-all-diary-entries): Allow to pop-up frame if needed.
17200 2004-01-09  John Paul Wallington  <jpw@gnu.org>
17202         * bindings.el (mode-line-change-eol): Add EVENT parameter.
17203         Temporarily select EVENT's window for changing eol type.
17205 2004-01-09  Deepak Goel  <deego@gnufans.org>
17207         * calendar/diary-lib.el (diary-entry-time):
17208         Also accept time in the form XX[.XX][am/pm/AM/PM].
17209         (fancy-diary-font-lock-keywords): Likewise.
17210         (diary-font-lock-keywords): Likewise.
17211         * calendar/appt.el (appt-add): Likewise.
17212         (appt-make-list): Likewise.
17213         (appt-convert-time): Likewise.
17215 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
17217         * gdb-ui.el (gdb-ann3): Revert previous change.
17218         (gdb-source-info): Allow for case of where compilation directory
17219         is not recorded.
17221 2004-01-08  John Paul Wallington  <jpw@gnu.org>
17223         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
17225 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
17227         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
17229         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
17230         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
17231         problems.
17232         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
17234 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
17236         * files.el (write-file-functions, write-contents-functions):
17237         Clarify docstrings.
17239 2004-01-07  Kenichi Handa  <handa@m17n.org>
17241         * international/mule.el (set-auto-coding): Fix for the case that
17242         end-of-line is only CR.
17244 2004-01-07  Kim F. Storm  <storm@cua.dk>
17246         * subr.el (event-start, event-end): Doc fix.
17247         (posn-string, posn-image): New defuns.
17248         (posn-object): Return either image or string object.
17249         (posn-object-x-y): Return 8th element of position.
17250         (posn-object-width-height): New defun.
17252 2004-01-06  Andreas Schwab  <schwab@suse.de>
17254         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
17255         output.
17257 2004-01-05  Karl Berry  <karl@gnu.org>
17259         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
17260         / and *, too.
17262 2003-12-31  Simon Josefsson  <jas@extundo.com>
17264         * files.el (before-save-hook): Add.
17265         (basic-save-buffer): Use before-save-hook.
17267         * emacs-lisp/copyright.el: Fix comment to recommend
17268         before-save-hook instead of write-file-functions.
17270 2004-01-05  Richard M. Stallman  <rms@gnu.org>
17272         * finder.el (finder-commentary): Call delete-other-windows.
17274         * net/ange-ftp.el (ange-ftp-file-attributes):
17275         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
17277 2004-01-04  Karl Berry  <karl@gnu.org>
17279         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
17280         comment characters % and # in the copyright year notice,
17281         as well as ;.
17283 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
17285         * wid-edit.el (default): Define dummy :value-delete.
17286         Reported by Jesper Harder <harder@ifa.au.dk>.
17288 2004-01-03  Richard M. Stallman  <rms@gnu.org>
17290         * progmodes/compile.el (compile-internal): Use point, not point-min,
17291         for set-window-point.
17293         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
17295         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
17297         * progmodes/grep.el (grep-mode-map):
17298         Don't remap next-line, previous-line.
17300 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
17302         * speedbar.el (speedbar-edit-line): Change regexp to position
17303         the cursor on the first character of this line's button.
17305 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
17307         * subr.el (functionp): Doc fix.
17309 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17311         * progmodes/idlwave.el (idlwave-make-tags):
17312         * textmodes/flyspell.el (flyspell-large-region):.
17313         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
17314         * emulation/viper-util.el (viper-glob-unix-files):
17315         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
17316         * man.el (Man-init-defvars):
17317         * jka-compr.el (jka-compr-call-process):
17318         * files.el (get-free-disk-space,insert-directory):
17319         * ediff-ptch.el (ediff-test-patch-utility):
17320         * ediff-diff.el (ediff-test-utility):
17321         * dired-aux.el (dired-check-process):
17322         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
17323         test the return value of call-process, because it can be a string.
17325 2003-12-31  John Paul Wallington  <jpw@gnu.org>
17327         * bindings.el (completion-ignored-extensions): Add .pfsl.
17329 2003-12-31  Kim F. Storm  <storm@cua.dk>
17331         * ido.el (ido-nonreadable-directory-p): New defun to check for
17332         nonreadable directory without activating tramp (to avoid problems
17333         with checking incomplete tramp paths).
17334         (ido-set-current-directory, ido-file-internal)
17335         (ido-file-name-all-completions1): Use it.
17337 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
17339         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
17340         documentation if the anchor (or node) name is preceded by `info
17341         anchor' or `Info anchor' in addition to earlier `info node' and
17342         `Info node'.
17343         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
17345 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
17347         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
17348         error in arguments to base64-decode-region.  Remove ^M characters
17349         after decoding base64.
17351 2003-12-30  Simon Josefsson  <jas@extundo.com>
17353         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
17354         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
17355         have only been distributed with Emacs for some years.
17356         (texinfo-mode-hook): Customize.
17358 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
17360         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
17361         cleaner (suggested by Richard Stallman).
17363         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
17364         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
17365         file-name clashes on 8+3 DOS filesystems.
17367         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
17368         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
17369         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
17370         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
17371         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
17372         file-name clashes on 8+3 filesystems.
17374         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
17375         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
17376         file-name clashes on 8+3 DOS filesystems.
17378 2003-12-29  Richard M. Stallman  <rms@gnu.org>
17380         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
17381         Upcase the character.
17383         * textmodes/flyspell.el (mail-mode-flyspell-verify):
17384         Search for header separator alone on a line, literally,
17385         and search for it backward, not forward.
17386         (flyspell-abbrev-table): Always use global-abbrev-table
17387         if there is no local one.
17389         * progmodes/sh-script.el (sh-get-indent-info):
17390         Don't move point back if at bob.
17392         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
17394         * play/handwrite.el (handwrite): Make the handwrite credit message
17395         a comment rather than an output command.
17397         * obsolete/sc.el: Display message that this file is obsolete.
17399         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
17401         * mail/rfc822.el (rfc822-address-start): Declare variable.
17402         Renamed from address-start.  All uses changed.
17404         * term.el (term-exec): Set up sentinel.
17405         (term-sentinel): New function.
17406         (term-handle-exit): New function.
17408         * subr.el (assoc-ignore-case, assoc-ignore-representation):
17409         Use assoc-string, and mark them obsolete.
17410         (delay-mode-hooks): Mark as permanent local.
17412         * simple.el (sendmail-user-agent-compose): Use assoc-string.
17414         * register.el (copy-rectangle-to-register): Doc fix.
17416         * info.el (Info-insert-dir): Use assoc-string.
17418         * info-look.el (info-lookup): Use assoc-string.
17420         * frame.el (pop-up-frame-function): Use quote, not `function'.
17421         (frame-notice-user-settings): Calculate ADJUSTED-TOP
17422         copying with lists as coordinate values.
17424         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
17426         * find-dired.el (kill-find): New command.
17427         (find-dired): Make buffer read-only.
17428         Set up a keymap with C-c C-k running kill-find.
17429         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
17431         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
17433         * filecache.el (file-cache-ignore-case): New variable.
17434         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
17436         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
17437         (comint-dynamic-complete-as-filename): Rename local vars.
17438         (comint-dynamic-list-filename-completions): Likewise.
17440         * comint.el (comint-dynamic-list-completions-config): New var.
17441         (comint-dynamic-list-completions): Handle both SPC and TAB right.
17443         * comint.el (comint-file-name-chars): Add [].
17444         (comint-word): Use skip-chars-backward, not search.
17446         * shell.el (shell-file-name-chars): Add [].
17448         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
17450         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
17452         * generic.el (define-generic-mode): Doc fix.
17454 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
17456         * files.el (kill-some-buffers): Doc fix.
17458 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
17460         * comint.el (comint-watch-for-password-prompt): Pass `string' as
17461         arg to send-invisible
17462         (send-invisible): Doc fix.  The argument is now a prompt, not the
17463         string to send.
17464         (comint-read-noecho): Doc fix.
17466 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
17468         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
17469         "@", as required by some ISP hosting service.  Fix defcustom
17470         argument syntax errors that prevented use of customization.
17472 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
17474         * xml.el (xml-get-attribute-or-nil): Doc fix.
17476 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
17478         * net/zone-mode.el (zone-mode): Use write-file-functions, not
17479         write-file-hooks.
17481 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
17483         * autorevert.el (auto-revert-interval): Doc fix.
17485 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
17487         * xml.el (xml-get-attribute-or-nil): New function, like
17488         xml-get-attribute, but returns nil if the attribute was not found.
17489         (xml-get-attribute): Convert to defsubst, uses
17490         xml-get-attribute-or-nil.
17492 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
17494         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
17496 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
17498         * custom.el (custom-declare-theme): Use `value' when putting
17499         properties on `theme'.
17501 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
17503         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
17504         for each yank-handler segment.
17505         (insert-for-yank-1): New function, with the body of the previous
17506         insert-for-yank.
17508         * textmodes/table.el (table-yank-handler): New defcustom.
17509         (table--put-cell-indicator-property): Put yank-handler property
17510         that indicates the yank handler for the table cell.
17512 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17514         * generic-x.el (etc-modules-conf-generic-mode): A more complete
17515         set of keywords.
17517 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
17519         * international/mule-cmds.el (reset-language-environment)
17520         (set-language-environment): Don't invoke fontset-related functions
17521         if fontset-list is not fboundp.
17523 2003-12-29  Kenichi Handa  <handa@m17n.org>
17525         * international/mule-cmds.el (reset-language-environment):
17526         Call set-overriding-fontspec-internal with nil.
17527         (set-language-environment): Call set-overriding-fontspec-internal
17528         if the language environment specify `overriding-fontspec'.
17529         (language-info-alist): Doc added.
17531         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
17532         characters of mule-unicode-0100-24ff.
17533         (ccl-encode-windows-1251-font): New CCL program.
17534         ("Bulgarian"): Specify overriding-fontspec.
17535         ("Belarusian"): Likewise.
17537 2003-12-28  Sam Steingold  <sds@gnu.org>
17539         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
17540         parameter ID-FORMAT to conform with the 2003-11-30 patch.
17542 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
17544         * progmodes/gud.el (gud-gdb-command-name): Set default to
17545         "gdb --annotate=3".
17546         (gud-gdb-marker-filter): Look out for annotations.
17547         (gdb-first-pre-prompt): New variable.
17548         Remove trailing white space.
17550         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
17551         if necessary.
17552         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
17553         annotations are detected.
17554         (gud-gdba-marker-filter): Use global variable gud-marker-acc
17555         instead of a local one to allow transition from
17556         gud-gdb-marker-filter.
17557         Remove trailing white space.
17559 2003-12-27  Kim F. Storm  <storm@cua.dk>
17561         * ido.el: Handle non-readable directories.
17562         (ido-decorations): Add 9th element for non-readable directory.
17563         (ido-directory-nonreadable): New dynamic var.
17564         (ido-set-current-directory): Set it.
17565         (ido-read-buffer, ido-file-internal):
17566         (ido-read-file-name, ido-read-directory-name): Let-bind it.
17567         (ido-file-name-all-completions1): Return empty list for
17568         non-readable directory.
17569         (ido-exhibit): Print [Not readable] if directory is not readable.
17570         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
17571         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
17572         Use it.
17574 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
17576         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
17577         calls to directory-files-and-attributes and file-attributes.
17578         (ls-lisp-format): Remove system dependent handling of user and
17579         group id's.
17581 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
17583         * ffap.el (ffap-read-file-or-url): Revert previous change.
17585 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
17587         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
17588         new list of included files called `files-with-node-lines', that
17589         only have node lines.  This way @include commands can include any
17590         file, such as version and update files without node lines, not
17591         just files that are chapters.
17593 2003-12-25  Andreas Schwab  <schwab@suse.de>
17595         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
17596         file not found.
17598 2003-12-08  Miles Bader  <miles@gnu.org>
17600         * dired.el (dired-between-files): Always use dired-move-to-filename,
17601         which is more robust in non-english locales.
17603 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
17605         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
17607 2003-12-24  Andreas Schwab  <schwab@suse.de>
17609         * shell.el (shell-file-name-quote-list): Add backslash.
17611         * comint.el (comint-quote-filename): Correctly handle backslash
17612         in comint-file-name-quote-list.
17614 2003-12-24  Kenichi Handa  <handa@m17n.org>
17616         * international/mule-cmds.el (set-default-coding-systems):
17617         Call ucs-set-table-for-input for all buffers that don't have local
17618         value of buffer-file-coding-system.
17620         * international/ucs-tables.el (ucs-set-table-for-input):
17621         If translation-table-for-encode is a symbol, get its
17622         translation-table property.
17624 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
17626         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
17627         to `completing-read' on a recently fixed bug.
17629         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
17630         instead of SPACE, to get the list of possible fringe modes.
17631         SPACE only works if both `partial-completion-mode' and
17632         `completion-auto-help' are nil.
17634         * complete.el (PC-is-complete-p): Delete.
17635         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
17636         calls to `test-completion'.
17638 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
17640         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
17641         to edit values when there are no children.
17643         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
17644         a mode called "Assembler" already exists.
17645         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
17646         (gud-watch): Use format option.  Remove font properties from string.
17647         (gdb-var-create-handler, gdb-var-list-children-handler):
17648         Don't bother about properties as there are none.
17649         (gdb-var-create-handler, gdb-var-list-children-handler)
17650         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
17651         with two arguments.
17652         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
17653         Let speedbar show value changes with a different font.
17654         (gdb-edit-value): New defun.
17655         (gdb-clear-partial-output, gdb-clear-inferior-io)
17656         (def-gdb-auto-update-handler): Use erase-buffer.
17657         (gdb-frame-handler): Display watch expressions in
17658         FUNCTION::VARIABLE format if required.
17660 2003-12-23  John Paul Wallington  <jpw@gnu.org>
17662         * info.el (Info-unescape-quotes, Info-split-parameter-string)
17663         (Info-goto-emacs-command-node): Doc fixes.
17665 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
17667         * cus-edit.el (custom-add-parent-links): Define "many".
17669 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
17671         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
17672         (widget-child-validate, widget-type-value-create)
17673         (widget-type-default-get, widget-type-match): New functions.
17674         (lazy): New widget.
17675         (menu-choice, checklist, radio-button-choice, editable-list)
17676         (group, documentation-string): Remove redundant (per 2003-10-25
17677         change) calls to `widget-children-value-delete'.
17678         (widget-choice-value-get, widget-choice-value-inline): Remove.
17679         (menu-choice): Update widget.
17681 2003-12-03  Kenichi Handa  <handa@m17n.org>
17683         * language/cyrillic.el: Register "microsoft-cp1251" in
17684         ctext-non-standard-encodings-alist.
17685         ("Bulgarian"): Add ctext-non-standard-encodings.
17686         ("Belarusian"): Likewise.
17688         * international/mule-conf.el (compound-text-with-extensions):
17689         Change the type to 2 (iso-2022 base).
17691         * international/mule.el (ctext-non-standard-encodings-alist):
17692         Change the format.
17693         (ctext-non-standard-encodings): New variable.
17694         (ctext-post-read-conversion): Fully re-written.
17695         (ctext-non-standard-designations-alist): Delete it.
17696         (ctext-non-standard-encodings-table): New function.
17697         (ctext-pre-write-conversion): Fully re-written.
17699 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
17701         * cus-edit.el (custom-add-parent-links): Add documentation links
17702         for parent, if the item has none of its own.
17704 2003-11-30  Richard M. Stallman  <rms@gnu.org>
17706         * dired-aux.el (dired-do-query-replace-regexp):
17707         Report files visited read-only.
17709 2003-11-30  Juri Linkov  <juri@jurta.org>
17711         * dired-aux.el (dired-compare-directories): New command.
17712         (dired-file-set-difference, dired-files-attributes): New functions.
17714 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
17715         Version 2.0.38 of Tramp released.
17717         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
17718         Charles Curley <charlescurley@charlescurley.com>.
17719         (tramp-multi-connection-function-alist): Add ssht entry which adds
17720         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
17721         Aichner.
17722         (tramp-get-method-parameter): New function to retrieve a method
17723         parameter.  This allows for omission of method parameters.
17724         Callers adjusted.
17726 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
17728         * net/tramp.el: Add new optional parameter ID-FORMAT to
17729         `file-attributes'.  Calls of `file-attributes' won't use this
17730         parameter for backward compatibility reasons.
17731         (tramp-perl-file-attributes): Add a new parameter to Perl script
17732         in order to handle uid/gid as strings, if desired.
17733         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
17734         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
17735         order to make the function more general.
17736         (tramp-handle-file-attributes): Replace proprietary optional
17737         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
17738         (tramp-handle-file-attributes-with-perl): Handle parameter
17739         NONNUMERIC if set.  This wasn't done in the past.
17740         (tramp-post-connection): Apply second parameter "$2" if
17741         `tramp-remote-perl' is called.
17743         * net/tramp-smb.el (tramp-smb-handle-delete-file):
17744         Correct cut'n'waste error (`filename' instead of `directory').
17745         (tramp-smb-handle-directory-files-and-attributes)
17746         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
17747         introduced parameter ID-FORMAT.
17748         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
17749         error (`directory' instead of `ldir').
17751         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
17752         `file-attributes' has a second parameter.  If yes, apply it with
17753         value "'integer".  Otherwise, don't use that parameter (default is
17754         integer format).
17756 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
17758         * help.el (help-map): Bind `display-local-help' to `C-h .'.
17759         (help-for-help): Add `C-h .' to the listed Help options.
17760         Remove trailing whitespace.
17762         * help-at-pt.el: New file.
17764 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
17766         * subr.el (noreturn, 1value): New macros for test coverage.
17767         See `testcover.el'.
17769         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
17771         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
17772         for macro `1value'.
17773         (testcover-1value): New function.  Checks that a 1value form
17774         actually returns only one value.  Requested by RMS.
17776 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
17778         * gdb-ui.el (gud-watch, gdb-var-create-handler)
17779         (gdb-var-list-children, gdb-var-list-children-handler)
17780         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
17781         gdb commands that use mi to keep them out of the command history.
17783 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17785         * cus-start.el (all): Add use-file-dialog.
17787 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17789         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
17791 2003-11-27  Kim F. Storm  <storm@cua.dk>
17793         * subr.el (posn-object-x-y): New defun.
17795 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17797         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
17798         Don't use `space' for \\\n.
17799         Be more selective as to which # are comment-starters.
17801 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
17803         * subr.el (number-sequence): Improve handling of floating point
17804         arguments (suggested by Kim Storm).  Allow negative arguments.
17806 2003-11-26  Kenichi Handa  <handa@m17n.org>
17808         * international/mule-cmds.el (standard-display-european-internal):
17809         Cancel the standard-display-table setting for ` and '.
17811 2003-11-26  Kim F. Storm  <storm@cua.dk>
17813         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
17814         New defcustoms to add ffap-like functionality to ido.
17815         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
17816         (ido-no-final-slash): New defun.
17817         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
17818         (ido-read-file-name): ): Toggle VC checking via
17819         vc-handled-backends instead of vc-master-templates.
17820         (ido-file-internal): Handle ido-use-url-at-point and
17821         ido-use-filename-at-point via code borrowed from ffap-guesser.
17822         Handle new ido-exit code ffap.
17823         (ido-sort-list): Ignore final slash when sorting file names.
17825 2003-11-25  Kim F. Storm  <storm@cua.dk>
17827         * emulation/cua-base.el (cua--standard-movement-commands):
17828         Add forward-sentence and backward-sentence.
17830 2003-11-25  Stephen Eglen  <stephen@gnu.org>
17832         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
17833         iswitchb-exit is set to 'usefirst when user selects buffer at head
17834         of list using RET.  (Selecting buffers at the head of the list was
17835         broken if the substring was also a complete buffername.)
17837 2003-11-23  Kim F. Storm  <storm@cua.dk>
17839         * progmodes/compile.el (grep-command, grep-use-null-device)
17840         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
17841         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
17842         (grep-regexp-alist, grep-program, find-program)
17843         (grep-find-use-xargs, grep-history, grep-find-history)
17844         (grep-process-setup, grep-compute-defaults)
17845         (grep-default-command, grep, grep-tag-default, grep-find)
17846         (grep-expand-command-macros, grep-tree-last-regexp)
17847         (grep-tree-last-files, grep-tree): Move grep variables, functions
17848         and commands to new file grep.el.
17849         (compilation-mode-map): Remove grep commands from Compile sub-menu.
17850         (compilation-process-setup-function): Doc fix.
17851         (compilation-highlight-regexp, compilation-highlight-overlay): New
17852         defvars used for highlighting current compile error in source buffer.
17853         (compile-internal): New optional args HIGHLIGHT-REGEXP and
17854         LOCAL-MAP which overrides compilation-highlight-regexp and
17855         compilation-mode-map for this compilation.
17856         Delay calling compilation-set-window-height until after running
17857         compilation-process-setup-function so it can buffer-local override
17858         compilation-window-height.
17859         Check buffer-local value of compilation-scroll-output.
17860         (compilation-set-window-height): Use buffer-local value of
17861         compilation-window-height.
17862         (compilation-revert-buffer): Don't pass (undefined)
17863         preserve-modes arg to revert-buffer.
17864         (next-error-no-select, previous-error-no-select): New commands.
17865         (compilation-goto-locus): Temporarily highlight current match in
17866         source buffer using compilation-highlight-regexp.
17868         * progmodes/grep.el: New file with grep code from compile.el.
17869         (grep): New defcustom group.
17870         (grep-window-height): New defcustom, like compilation-window-height.
17871         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
17872         (grep-scroll-output): New defcustom, like compilation-scroll-output.
17873         (grep-command, grep-use-null-device, grep-find-command)
17874         (grep-tree-files-aliases, grep-tree-ignore-case)
17875         (grep-tree-ignore-CVS-directories): Move to grep custom group.
17876         (grep-setup-hook): New hook variable.
17877         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
17878         (grep-last-buffer): New defvar, override compilation-last-buffer.
17879         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
17880         Call compile-internal with args highlight-regexp and grep-mode-map.
17882 2003-11-23  Kim F. Storm  <storm@cua.dk>
17884         * subr.el (event-start, event-end): Doc fix.
17885         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
17886         (posn-area, posn-actual-col-row, posn-object): New defuns.
17887         (posn-col-row): Simplify doc.  Rewrite to use cond.
17888         (posn-point): Also return buffer position for events outside text
17889         area (that info is now present in the event position).
17891         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
17892         mouse-set-point so that hscroll still works now that clicks on
17893         fringes generate specific mouse events.
17894         (mouse-set-point): Note that it now works in fringes and margins
17895         too due to new semantics of posn-point in fringes and margins.
17897         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
17898         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
17900 2003-11-20  Kim F. Storm  <storm@cua.dk>
17902         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
17903         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
17904         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
17905         to 100 for icons to avoid increasing line height when shown.
17907 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17909         * newcomment.el (comment-normalize-vars): Initialize properly if
17910         comment-start was nil.
17912 2003-11-19  Andreas Schwab  <schwab@suse.de>
17914         * simple.el (set-variable): Fix indentation.
17916 2003-11-17  Kenichi Handa  <handa@m17n.org>
17918         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
17919         Fix docstring.
17921 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17923         * international/latin1-disp.el (latin1-display): Fix docstring.
17925 2003-11-16  John Wiegley  <johnw@newartisans.com>
17927         * eshell/em-ls.el (eshell-ls-file): There are times with
17928         size-width is nil and uncomputed (when directories are created in
17929         dired, for example); in this case, 4 is reasonable default value,
17930         although it may caused skewed new entries (which could be avoided
17931         by returning the original value of 8 in all cases, but 99% of the
17932         time this is a waste of whitespace).
17934 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
17936         * cc-engine.el (c-guess-continued-construct)
17937         (c-guess-basic-syntax): Check a little more carefully if it's a
17938         function declaration when an unknown construct followed by a block
17939         is found inside a statement context.  This avoids macros followed
17940         by blocks to be taken as function declarations.
17942         (c-guess-continued-construct): Change the analysis of a statement
17943         continuation with a brace open to `substatement-block', for
17944         consistency with recognized statements.
17946         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
17947         start is in a position so that `c-beginning-of-statement-1' jumped
17948         to the beginning of the same statement.
17950         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
17951         Don't accept binary operators in the arglist if we're in a function
17952         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
17953         template recognition in cases like "if (a < b || c > d)".
17955         (c-restricted-<>-arglists): New more appropriate name for
17956         `c-disallow-comma-in-<>-arglists'.
17958         Accessing functions updated for the variable name change.
17960         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
17961         match data could get clobbered if NOT-INSIDE-TOKEN is used.
17963         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
17964         labels.
17966         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
17967         instead of duplicating parts of it.  This fixes bogus label
17968         recognition.
17970         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
17971         of checking the context in which to apply the minimum indentation,
17972         so that it isn't enforced in e.g. namespace blocks.
17974         * cc-vars.el (c-inside-block-syms): New constant used by
17975         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
17976         to somewhat reduce the risk of becoming stale.
17978         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
17979         cc-cmds to cc-engine to allow use from cc-align.
17981         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
17982         qualified identifiers containing "::".
17984         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
17985         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
17987         * cc-vars.el (c-emacs-features): Use a space in front of the name
17988         of the temporary buffer.  That also avoids dumping problems in
17989         XEmacs due to undo info being left around after the buffer is killed.
17991         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
17992         arglist to see if it's a K&R style declaration.
17994         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
17995         before returning `knr-argdecl-intro'.
17997 2003-11-16  John Wiegley  <johnw@newartisans.com>
17999         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
18000         field in a long-listing always 8 characters, use `size-width',
18001         which has already been computed.
18003 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
18005         * subr.el (minor-mode-list): Add `hs-minor-mode'.
18007 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
18009         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
18010         Support operation while narrowed, with `diff-restrict-view'.
18012 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
18014         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18015         Take additional optional arg NARROWFUN.  For the generated functions:
18016         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
18017         include frags that arrange to check for and save narrowing state before
18018         the move and then conditionally call NARROWFUN after the move.
18020 2003-11-14  John Wiegley  <johnw@newartisans.com>
18022         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
18023         that was optional, but obviously missing based on surrounding code.
18025         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
18026         string arguments to numbers unless the whole argument was seen as
18027         a number.
18029 2003-11-14  Kenichi Handa  <handa@m17n.org>
18031         * international/mule.el (ctext-non-standard-encodings-alist):
18032         Fix coding systems.
18034 2003-11-10  Kenichi Handa  <handa@m17n.org>
18036         * language/kannada.el ("Kannada"): Add sample-text.
18038         * language/knd-util.el (kannada-compose-region)
18039         (kannada-compose-string, kannada-post-read-conversion):
18040         Add autoload cookie.
18042         * international/quail.el (quail-completion): Change the message
18043         "corresponding translations" to "corresponding characters".
18045 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
18047         * descr-text.el (describe-char): Fix typo.
18049 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
18051         These changes are to support Kannada language/script.
18053         * Makefile.in (DONTCOMPILE): Add kannada.el.
18055         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
18057         * loadup.el: Preload kannada.el.
18059         * language/ind-util.el (ucs-kannada-to-is13194-alist)
18060         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
18061         New variables.
18063         * language/kannada.el: New file.
18065         * language/knd-util.el: New file.
18067 2003-11-07  Andreas Schwab  <schwab@suse.de>
18069         * progmodes/autoconf.el (autoconf-font-lock-keywords):
18070         Also highlight AH_*.
18072         * xml.el (xml-parse-dtd): Fix misplaced paren.
18074 2003-11-07  Kenichi Handa  <handa@m17n.org>
18076         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
18078 2003-11-05  Juri Linkov  <juri@jurta.org>
18080         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
18081         (desktop-buffer-file): Use saved buffer-file-coding-system
18082         for file reading.  Set auto-insert to nil to prevent automatic
18083         insertion into restored empty files.
18085 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
18087         * files.el (risky-local-variable-p): Make second argument optional.
18089 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18091         * subr.el (add-hook): Fix last change.
18093 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
18095         * mail/rmail.el (rmail-convert-to-babyl-format):
18096         If base64-decode-region signals an error, catch it and silently
18097         ignore it.
18099 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
18101         * xml.el (xml-parse-region): Allow comments to appear after the
18102         topmost element has closed.
18103         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
18104         (xml-ns-expand-attr): New functions to do namespace handling.
18105         (xml-intern-attrlist): Back-compatible handling of attribute names.
18106         (xml-parse-tag): Move namespace handling to separate functions.
18107         Now produces elements in the form ((:ns . "element") (attr-list)
18108         children) instead of ('ns:element (attr-list) children).
18109         (xml-parse-attlist): Fix attribute parsing.
18110         (xml-parse-dtd): Change parsing so that it produces strings
18111         instead of interned symbols.
18113 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
18115         * dired.el (dired-ls-sorting-switches): Doc fix.
18117 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
18119         * emacs-lisp/rx.el (rx-or): Fix the case of
18120         "(rx (and ?a (or ?b ?c) ?d))".
18122 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
18124         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
18125         (texinfo-format-region): Use it.
18126         (texinfo-format-buffer-1): Ditto.
18128 2003-11-01  Alan Mackenzie  <acm@muc.de>
18130         Changes to allow scrolling whilst in isearch mode:
18131         * isearch.el (isearch-unread-key-sequence): New function,
18132         extracted from isearch-other-meta-char.
18133         (top level): (put 'foo 'isearch-scroll) on all Emacs's
18134         "scrollable" standard functions.
18135         (isearch-allow-scroll): New customizable variable.
18136         (isearch-string-out-of-window, isearch-back-into-window)
18137         (isearch-reread-key-sequence-naturally)
18138         (isearch-lookup-scroll-key): New functions.
18139         (isearch-other-meta-char): Doc string and functionality enhanced.
18140         Now accepts a prefix argument.
18141         (isearch-lazy-highlight-window-end): New variable.
18142         (isearch-lazy-highlight-new-loop): Pay attention to the window's
18143         end (thru isearch-lazy-highlight-window-end), not only its start.
18145         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
18146         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
18147         (universal-argument, universal-argument-more, negative-argument)
18148         (digit-argument, universal-argument-other-key): Minor changes.
18150 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
18152         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
18153         recursively if the last message is deleted, thus avoiding an
18154         infinite loop.
18156 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18158         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
18159         (tex-main-file): Don't add .tex if the extension is already present.
18160         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
18162 2003-10-29  Lute Kamstra  <lute@gnu.org>
18164         * progmodes/octave-inf.el (inferior-octave-prompt):
18165         Recognize version number in prompt.
18167 2003-10-28  Dave Love  <fx@gnu.org>
18169         * international/characters.el: Fix some Unicode ranges.
18171 2003-10-28  Kenichi Handa  <handa@m17n.org>
18173         * disp-table.el (standard-display-8bit)
18174         (standard-display-default, standard-display-ascii)
18175         (standard-display-g1, standard-display-graphic)
18176         (standard-display-underline): Assure that standard-display-table
18177         is a display table.
18179 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18181         * simple.el (reindent-then-newline-and-indent): Delete space *after*
18182         reindenting the first line.
18184 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
18186         * wid-edit.el (widget-default-delete): Always delete child widgets.
18188 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18190         * newcomment.el (comment-indent): Don't call indent-according-to-mode
18191         if the line has code.
18192         Don't try to line up with something that's too far left.
18194         * progmodes/octave-mod.el (octave-comment-start): Simplify.
18195         (octave-mode-syntax-table): Add % as a comment starter.
18196         (octave-point): Remove.
18197         (octave-in-comment-p, octave-in-string-p)
18198         (octave-not-in-string-or-comment-p, calculate-octave-indent)
18199         (octave-blink-matching-block-open, octave-auto-fill):
18200         Use line-(beginning|end)-position instead.
18202 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
18204         * emacs-lisp/authors.el (authors-aliases): Add correct realname
18205         for Francesco Potort\e,Al\e(B.
18207 2003-10-23  Dave Love  <fx@gnu.org>
18209         * international/mule-cmds.el (locale-charset-to-coding-system):
18210         Don't rely on nil being a coding system.
18212         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
18213         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
18214         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
18216 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
18218         * gdb-ui.el (gdb-current-language): New variable.
18219         (gdb-update-flag): Remove variable.
18220         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
18221         (gdb-take-last-elt): Remove function.
18222         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
18223         (gdb-post-prompt): Check for variable object changes here.
18225         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
18226         object changes in gdb-ui.el.
18228 2003-10-21  Richard M. Stallman  <rms@gnu.org>
18230         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
18232         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
18233         Don't check for foo*/ wildcard form here.
18234         (insert-directory): Recognize foo*/ as a wildcard.
18235         Separate wildcard-regexp variable from the arg, wildcard.
18237         * subr.el (add-hook): Correctly detect when make-local-hook was used.
18238         (remove-hook): Correctly handle strange cases about local hooks.
18240 2003-10-21  David Ponce  <david@dponce.com>
18242         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
18243         argument REAL, to return a real number instead of a rounded
18244         integer value.  Define as inline function.
18245         (ruler-mode-right-fringe-cols): Likewise.
18246         (ruler-mode-scroll-bar-cols): New function.
18247         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
18248         (ruler-mode-right-scroll-bar-cols): Likewise.
18249         (ruler-mode-space): New function.
18250         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
18251         scroll bar mode and margins in a more robust way.
18253 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
18255         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
18256         (antlr-c-init-language-vars): New function.
18257         (antlr-mode): Use it with cc-mode before v5.29.
18258         (antlr-c-common-init): Don't set some local vars here.
18259         (antlr-mode): Set them here.
18260         (antlr-c-forward-sws): New function alias.
18261         (antlr-mode): Redefine with cc-mode before v5.30.
18262         (antlr-skip-sexps): Use it.
18263         (antlr-skip-exception-part): Ditto.
18264         (antlr-skip-file-prelude): Ditto.
18265         (antlr-outside-rule-p): Ditto.
18266         (antlr-end-of-body): Ditto.
18267         (antlr-option-kind): Ditto.
18268         (antlr-insert-option-area): Ditto.
18269         (antlr-file-dependencies): Ditto.
18271 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18273         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
18274         Move backward only if point was not inside an entry.
18276 2003-10-21  Richard M. Stallman  <rms@gnu.org>
18278         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
18280 2003-10-21  Juri Linkov  <juri@jurta.org>
18282         * compare-w.el: Automatically skip non-matching text to resync.
18283         (compare-windows-whitespace): Doc fix.
18284         (compare-windows-sync, compare-windows-sync-string-size)
18285         (compare-windows-recenter, compare-ignore-whitespace)
18286         (compare-windows-highlight, compare-windows-face): New variables.
18287         (compare-windows): Use compare-windows-sync.
18288         (compare-windows-highlight, compare-windows-dehighlight)
18289         (compare-windows-sync-regexp)
18290         (compare-windows-sync-default-function): New functions.
18292 2003-10-21  Juri Linkov  <juri@jurta.org>
18294         * diff.el (diff-parse-differences): Don't visit the files now;
18295         instead, just record the error locus.
18297 2003-10-21  Dave Love  <fx@gnu.org>
18299         * progmodes/cfengine.el: New file.
18301 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18303         * complete.el (PC-do-completion): Do not forget to use `pred' as the
18304         default-directory when completing file names.
18306 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
18308         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
18309         followed by the word `face', it gets treated as a face, even if
18310         it is also defined as a variable or a function.
18312 2003-10-20  Dave Love  <fx@gnu.org>
18314         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18315         Avoid incf in macro expansion.
18317 2003-10-20  John Paul Wallington  <jpw@gnu.org>
18319         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
18320         `evenp' so we don't implicitly require cl library at runtime.
18322 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
18324         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
18325         (help-make-xrefs): Only make cross-references for faces if
18326         preceded or followed by the word `face'.  Do not make a
18327         cross-reference for variables without variable documentation,
18328         unless preceded by the word `variable' or `option'.  Update doc
18329         string accordingly.
18331 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
18333         * progmodes/hideshow.el: Rewrite one-armed `if'
18334         constructs using either `when' or `unless'.
18335         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
18337 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
18339         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
18340         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
18341         instead of 12x12.
18343 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
18345         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
18346         message while converting to Babyl.
18348 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
18350         * allout.el (allout-mode): Doc fix.
18352 2003-10-16  Lute Kamstra  <lute@gnu.org>
18354         * subr.el (force-mode-line-update): Fix docstring.
18356 2003-10-14  Dave Love  <fx@gnu.org>
18358         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
18359         (default-input-method): Add :link, improve :type.
18360         (locale-charset-language-names): Fix utf-8 pattern.
18361         (locale-charset-match-p, locale-charset-alist)
18362         (locale-charset-to-coding-system): New.
18363         (set-locale-environment): Deal with codeset part of locale specs.
18365 2003-10-14  Lute Kamstra  <lute@gnu.org>
18367         * fringe.el (fringe-mode): Use active voice in docstring.
18368         (set-fringe-style): Ditto.
18370 2003-10-13  Lute Kamstra  <lute@gnu.org>
18372         * fringe.el (fringe-mode): Fix docstring.
18373         (set-fringe-style): Ditto.
18375 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
18377         * ediff-mult.el (ediff-filegroup-action):
18378         Use ediff-default-filtering-regexp.
18380         * ediff-util.el (ediff-recenter): Don't call
18381         ediff-restore-highlighting twice.
18382         (ediff-select-difference): Set current difference.
18383         (ediff-unselect-and-select-difference): Add comment.
18385         * ediff.el (ediff-directories,ediff-directory-revisions)
18386         (ediff-directories3,ediff-merge-directories)
18387         (ediff-merge-directories-with-ancestor)
18388         (ediff-merge-directory-revisions)
18389         (ediff-merge-directory-revisions-with-ancestor):
18390         Use ediff-default-filtering-regexp.
18392 2003-10-12  Andreas Schwab  <schwab@suse.de>
18394         * international/mule-cmds.el (locale-charset-language-names):
18395         Simplify regex by removing unused grouping.
18397 2003-10-10  Dave Love  <fx@gnu.org>
18399         * bindings.el: Don't bind stop.
18401 2003-10-08  Miles Bader  <miles@gnu.org>
18403         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
18404         face instead of attempting to emulate it.
18406 2003-10-07  Kenichi Handa  <handa@m17n.org>
18408         * international/mule-diag.el (list-coding-systems-1): List coding
18409         systems that are loaded automatically.
18411         * international/code-pages.el (iso-8859-11): Add autoload cookie.
18413         * international/mule.el (autoload-coding-system): New function.
18415 2003-10-07  Andreas Schwab  <schwab@suse.de>
18417         * log-edit.el (log-edit-changelog-entries): Prefer local value of
18418         change-log-default-name in the buffer visiting the file.
18420 2003-10-06  Dave Love  <fx@gnu.org>
18422         * files.el (find-file-hook): Customize.
18423         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
18425         * bindings.el (completion-ignored-extensions): Remove .log.
18426         (global-map): Add again, open, stop keys.
18428 2003-10-05  Richard M. Stallman  <rms@gnu.org>
18430         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
18431         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
18432         Use sh-modify directly.
18433         (sh-select): Use sh-append, not eval.
18435         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
18437         * info.el (Info-following-node-name): New function.
18439         * loadhist.el (unload-feature-special-hooks):
18440         Rename from loadhist-hook-functions.
18441         (loadhist-hook-functions): Now an alias.
18443 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
18445         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
18446         file-name clashes on 8+3 filesystems.
18448         * Makefile.in (DONTCOMPILE, bootstrap-clean):
18449         Rename loaddefs-boot.el to ldefs-boot.el
18451         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
18452         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
18454 2003-10-03  Lute Kamstra  <lute@gnu.org>
18456         * info.el (Info-mode): Revert previous change.
18457         (Info-escape-percent): New function.
18458         (Info-fontify-node): Use it.
18460 2003-10-02  Andreas Schwab  <schwab@suse.de>
18462         * loaddefs-boot.el: Regenerated.
18464 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
18466         * ffap.el: Remove defadvice related code from CVS since `complete'
18467         provides a `PC-completion-as-file-name-predicate' variable that
18468         ffap can override.
18470 2003-10-02  Kenichi Handa  <handa@m17n.org>
18472         * international/utf-8.el (ccl-decode-mule-utf-8):
18473         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
18475         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
18476         * international/subst-big5.el: Likewise.
18477         * international/subst-gb2312.el: Likewise.
18478         * international/subst-ksc.el: Likewise.
18480 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
18482         * calendar/calendar.el (increment-calendar-month)
18483         (calendar-leap-year-p, calendar-absolute-from-gregorian)
18484         (generate-calendar, calendar-read-date, calendar-interval)
18485         (calendar-day-of-week): Handle years BC.
18486         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
18488 2003-10-01  Dave Love  <fx@gnu.org>
18490         * language/cyrillic.el (cp1251): Alias for windows-1251.
18492         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
18493         bootstrap.
18495 2003-10-01  Lute Kamstra  <lute@gnu.org>
18497         * files.el: Fix typo.
18498         * imenu.el (imenu--generic-function): Docstring fix.
18500 2003-09-30  Richard M. Stallman  <rms@gnu.org>
18502         * dired.el (dired-mode): Handle dired-directory as a list.
18504 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
18506         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
18508         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
18510         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
18511         Replace gud-display with gud-watch.
18512         (gud-speedbar-buttons): Add stuff for watching expressions
18513         in the speedbar when using M-x gdba.  Use dolist on old part
18514         of this function.
18516         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
18517         (gdb-update-flag): New variables.
18518         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
18519         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
18520         (gud-watch, gdb-var-create-handler) : New functions.
18521         (gdb-var-list-children, gdb-var-list-children-handler)
18522         (gdb-var-create-regexp, gdb-var-update-regexp)
18523         (gdb-var-list-children-regexp): New constants.
18524         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
18525         (gdb-annotation-rules): Reduce annotation set (level 3).
18526         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
18527         (gdb-post-prompt): Don't update GDB buffers every time speedbar
18528         updates.
18529         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
18530         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
18531         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
18532         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
18533         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
18534         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
18535         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
18536         (gud-display, gud-display1)
18537         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
18538         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
18539         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
18540         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
18541         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
18542         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
18543         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
18544         (gdb-display-display-buffer, gdb-toggle-display)
18545         (gdb-delete-display, gdb-expressions-popup-menu)
18546         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
18547         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
18548         to display buffer.
18550 2003-09-30  Richard M. Stallman  <rms@gnu.org>
18552         * progmodes/ada-mode.el (ada-mode): Don't use advice.
18553         Instead, set which-func-functions.
18555         * progmodes/which-func.el (which-func-modes): Add ada-mode.
18556         (which-func-functions): New variable.
18557         (which-function): Use that.
18559         * info.el (Info-mode): Double each `%' in header line.
18561         * emacs-lisp/lisp-mnt.el (lm-with-file):
18562         When FILE is nil, run BODY in current buffer.
18564         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
18566         * help.el (describe-mode): Start with a brief list of minor modes.
18567         Find them thru minor-mode-list so as to find them all.
18568         Show them in alphabetical order.
18570         * mail/sendmail.el (mail-aliases): Doc fix.
18572         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
18574 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
18576         * mail/rmailsum.el (rmail-make-summary-line-1):
18577         Change comma after last label to a space.
18578         (rmail-summary-font-lock-keywords): Adapt to that change.
18580 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
18582         * progmodes/scheme.el (scheme-mode-variables): When setting
18583         `font-lock-defaults', also specify that "#" should
18584         be interpreted with `word' syntax.
18585         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
18587 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
18589         * desktop.el: A lot of comments updated.
18590         (desktop-save-mode): Minor mode introduced.
18591         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
18592         (desktop-load-default): Function made obsolete.
18593         (desktop-locals-to-save): Variable made customizable.
18594         (desktop-read): Optional parameter `dirname' added.
18595         (desktop-change-dir, desktop-revert): Parameter `dirname' in
18596         `desktop-read' used.
18597         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
18599 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
18601         * whitespace.el (whitespace-clean-msg): Add user customizable message
18602         for displaying ``clean'' output.
18603         (whitespace-buffer): Use `whitespace-clean-msg'.
18604         (whitespace-global-mode): Fix typo.
18606 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
18608         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
18610 2003-09-29  Lute Kamstra  <lute@gnu.org>
18612         * bindings.el (mode-line-modes): Remove superfluous :propertize
18613         construct in initialization.
18614         (mode-line-position): Change cons cell into proper list in
18615         initialization.
18617 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
18619         * international/mule.el (decode-coding-inserted-region): Use car
18620         of the return value of find-operation-coding-system.
18622 2003-09-29  Kenichi Handa  <handa@m17n.org>
18624         * descr-text.el (describe-char): Fix previous change.
18626 2003-09-28  Kenichi Handa  <handa@m17n.org>
18628         * descr-text.el (describe-char-display): New function.
18629         (describe-char): Pay attention to display table on describing how
18630         a character is displayed.
18632         * international/mule-cmds.el (encoded-string-description):
18633         Prepend "0x" to each encoded byte.
18635 2003-09-28  Andreas Schwab  <schwab@suse.de>
18637         * find-file.el (ff-special-constructs): Add autoload cookie.
18639 2003-09-28  Kevin Ryde  <user42@zip.com.au>
18641         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
18642         makeinfo appends to duplicate index entries.
18644 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
18646         * dired-x.el (dired-clean-tex): Doc fix.
18648         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
18649         using a Chinese tutorial.
18651 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18653         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
18654         between "MAIL FROM:" and "RCPT TO:" and the following address.
18656 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18658         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
18660 2003-09-28  David Ponce  <david@dponce.com>
18662         * recentf.el (recentf-initialize-file-name-history): New defcustom.
18663         (recentf-load-list): When `recentf-initialize-file-name-history'
18664         is non-nil, initialize an empty `file-name-history' with the
18665         recent list.
18667 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
18669         * man.el (Man-default-man-entry): Remove the leading `*' from the
18670         word at point.
18672 2003-09-26  Lute Kamstra  <lute@gnu.org>
18674         * bindings.el (mode-line-position): Mention size indication in
18675         docstring.
18677 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
18679         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
18681         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
18682         because it's autoloaded now.
18684 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
18686         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
18687         (sh-font-lock-keywords, sh-feature): Fix previous change of
18688         sh-feature to avoid infloop with sh-font-lock-keywords.
18690 2003-09-25  Kim F. Storm  <storm@cua.dk>
18692         * frame.el (frame-current-scroll-bars): New defun.
18694         * window.el (window-current-scroll-bars): New defun.
18696 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18698         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
18699         cause errors when the state cache contains info on parts that have
18700         been narrowed out.
18702 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18704         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
18705         `c-setup-paragraph-variables' has to be used when this variable is
18706         changed; it doesn't work to reinitialize the mode since that
18707         typically clobbers the variable.
18709         * progmodes/cc-styles.el (c-setup-paragraph-variables):
18710         Make it interactive.
18712 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18714         * progmodes/cc-fonts.el (c-font-lock-declarations):
18715         Fix recognition of constructors and destructors for classes whose
18716         names are matched by `*-font-lock-extra-types'.
18718         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
18719         followed by an identifier in C++ then it's a type.
18721 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18723         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
18724         problem that primarily affected XEmacs.  Don't use faces to find
18725         unterminated strings since Emacs and XEmacs fontify strings
18726         differently - this function should now work better in XEmacs.
18728 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18730         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
18731         `expand-abbrev' workaround which caused braces to misbehave inside
18732         macros.
18734         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
18735         handling.  This bug could cause interactive font locking to bail out.
18737 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
18739         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
18740         Handle paren-style types in Pike.  Also fixed some cases of
18741         insufficient handling of unbalanced parens.
18743 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
18745         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
18746         common shell prompts that are not common filename or URL characters.
18747         (ffap-file-at-point): Use the new regexp to strip the prompts from
18748         the file names.  This is an issue mostly for user prompts that
18749         don't have a trailing space and find-file-at-point is invoked from
18750         within a shell inside Emacs.
18752 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
18754         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
18755         stamps numerically, rather than textually.
18757 2003-09-24  Kenichi Handa  <handa@m17n.org>
18759         * language/devan-util.el (devanagari-post-read-conversion):
18760         * language/mlm-util.el (malayalam-post-read-conversion):
18761         * language/tml-util.el (tamil-post-read-conversion):
18762         Add autoload cookie.
18764         * international/utf-8.el (utf-8-post-read-conversion):
18765         Call post-read-conversion functions for Devanagari, Malayalam,
18766         and Tamil.
18768 2003-09-23  Dave Love  <fx@gnu.org>
18770         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
18772 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
18774         * progmodes/gud.el (perldb): Add gud-until to list of commands.
18775         Update gud-remove.
18777 2003-09-22  Richard M. Stallman  <rms@gnu.org>
18779         * progmodes/sh-script.el (sh-mode-default-syntax-table):
18780         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
18781         (sh-mode-syntax-table-input): New variable.
18782         (sh-require-final-newline): Don't use eval.
18783         (sh-builtins, sh-leading-keywords, sh-other-keywords)
18784         (sh-variables, sh-font-lock-keywords): Don't use eval.
18785         (sh-set-shell): When setting require-final-newline,
18786         treat value = `require-final-newline' as don't change it.
18787         Set sh-mode-syntax-table locally based on
18788         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
18790         * progmodes/compile.el (compile-internal):
18791         Call compilation-set-window-height before setting window start.
18793 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
18795         * emacs-lisp/bytecomp.el (byte-compile-log-file):
18796         Clear out byte-compile-last-warned-form.
18798 2003-09-22  Richard M. Stallman  <rms@gnu.org>
18800         * woman.el (woman-file-name, woman-follow-word):
18801         If current-word returns nil, use "".
18803         * simple.el (eval-expression): Bind standard-output in to-buffer case.
18805 2003-09-22  Richard M. Stallman  <rms@gnu.org>
18807         * emacs-lisp/lisp-mnt.el (lm-with-file):
18808         Don't visit the file, just use insert-file-contents in temp buffer.
18810 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
18812         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
18813         Add surrounding \\( and \\) around the header, as in
18814         for lm-history-header 'Change Log\\|History'.
18816 2003-09-22  John Paul Wallington  <jpw@gnu.org>
18818         * progmodes/ld-script.el: Add Commentary section,
18819         minor cleanup of file header.
18820         (ld-script-font-lock-keywords): Doc fix.
18821         (toplevel): Provide `ld-script' feature.
18823 2003-09-21  Kim F. Storm  <storm@cua.dk>
18825         * scroll-bar.el (set-scroll-bar-mode): Initialize to
18826         new built-in variable default-frame-scroll-bars.
18827         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
18828         scroll-bar-mode; notably, use it instead of t when we toggle
18829         scroll-bars on.
18830         (toggle-scroll-bar): Use default-frame-scroll-bars.
18832 2003-09-19  Masatake YAMATO  <jet@gyve.org>
18834         * pcvs.el (cvs-do-removal): Change the prompt depending on
18835         `filter' value.
18837 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
18839         * startup.el (command-line-1): Stop startup-echo-area-message
18840         being hidden by "Loading image..." message.
18841         (use-fancy-splash-screens-p, display-splash-screen):
18842         Move display-graphic-p test from latter to former.
18844         * progmodes/sh-script.el (sh-font-lock-keywords):
18845         Highlight escaped EOLs differently from other backslash constructs.
18847 2003-09-19  Richard M. Stallman  <rms@gnu.org>
18849         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
18850         New functions.
18851         (edebug-enter, edebug-outside-excursion): Use them.
18853         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
18854         Fix the condition for whether to print "In WHERE".
18856 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
18858         * finder.el (finder-mode-hook): New variable.
18859         (finder-mode): Run hook finder-mode-hook
18861 2003-09-18  Masatake YAMATO  <jet@gyve.org>
18863         * progmodes/ebrowse.el: Fix broken magic autoload comments.
18865 2003-09-17  Mario Lang  <mlang@delysid.org>
18867         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
18868         "p %e" to actually print the value in the GUD buffer.
18870 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
18872         From David Ponce <david.ponce@wanadoo.fr>:
18873         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
18874         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
18875         from loaddefs-boot.el if necessary.
18877 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
18879         * progmodes/gud.el (gud-find-class): Make jdb work again since
18880         cc-mode changed the syntactic information.
18882 2003-09-15  David Ponce  <david@dponce.com>
18884         * recentf.el: (recentf-exclude): Accept predicates too.
18885         (recentf-file-readable-p): New function.
18886         (recentf-include-p): Handle predicates in recentf-exclude.
18887         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
18888         (recentf-cleanup): Likewise.
18889         (recentf-save-list): Use write-file to handle backup of
18890         recentf-save-file.
18892 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
18894         * loaddefs-boot.el: Renamed from `loaddefs.el'
18895         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
18896         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
18897         necessary.
18899 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
18901         * electric.el (Electric-pop-up-window): For the `one-window' case,
18902         no longer disconcertingly move point in the original buffer.
18904 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18906         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
18908 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18910         * dired.el (dired-mode-map): Fix typo.
18912 2003-09-11  Richard M. Stallman  <rms@gnu.org>
18914         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
18916 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
18918         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
18919         the function is less noisy.  Now only `kill-buffer' can ask questions.
18921 2003-09-10  Mario Lang  <mlang@delysid.org>
18923         * battery.el: Update Commentary and Copyright.
18924         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
18925         appear due to wrong ordering of the expressions in `or'.
18927 2003-09-09  Lute Kamstra  <lute@gnu.org>
18929         * misc.el (upcase-char): Fix docstring.
18930         (zap-up-to-char): New command.
18932 2003-09-08  David Ponce  <david@dponce.com>
18934         Ensure that recentf correctly updates the menu bar.
18935         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
18936         (recentf-menu-bar): New function.
18937         (recentf-clear-data): Use it
18938         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
18939         of easy-menu-change.
18941 2003-09-08  Lute Kamstra  <lute@gnu.org>
18943         * simple.el (size-indication-mode): New.
18944         * bindings.el (mode-line-position): Add buffer size indicator.
18946 2003-09-04  Mario Lang  <mlang@delysid.org>
18948         * battery.el (battery-linux-proc-acpi): New function.
18949         (battery-status-function): Modify default value calculation to also
18950         check for availability of ACPI.
18951         (battery-echo-area-format): Ditto.
18952         (battery-mode-line-format): Ditto.
18954 2003-09-06  Dave Love  <fx@gnu.org>
18956         * ielm.el (ielm-mode-hook): Add :options.
18958         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
18959         (eldoc-print-current-symbol-info): Use it.
18961 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
18963         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
18964         being displayed in GUD buffer.
18965         (gdb-idle-input-queue): Remove var.  Use just one queue.
18966         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
18967         Remove functions.  Use just one queue.
18968         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
18969         (gdb-invalidate-assembler, gdb-get-current-frame):
18970         Modify functions.  Use just one queue.
18972 2003-09-04  Dave Love  <fx@gnu.org>
18974         * cus-start.el: Add blink-cursor-alist.
18976         * ruler-mode.el (ruler-mode-fill-column-char)
18977         (ruler-mode-current-column-char): Use char-displayable-p,
18978         not window-system.
18980         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
18982         * language/european.el (windows-1252): Move from code-pages.
18984         * language/cyrillic.el ("Windows-1251"): Delete.
18985         ("Bulgarian", "Belarusian"): Remove `features'.
18986         (windows-1251): Move from code-pages.
18988         * international/mule-diag.el (non-iso-charset-alist):
18989         Remove `codepage' stuff.
18990         (print-designation, list-coding-systems-1): Output fixes.
18992         * international/code-pages.el (cp-make-translation-table)
18993         (cp-valid-codes): Made defsubsts.
18994         (cp-fix-safe-chars): Delete.
18995         (mule-diag): Don't require.
18996         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
18997         (top-level): Check for defined coding system when defining
18998         cp... aliases.  Change w32-add-charset-info test to avoid warning.
18999         (non-iso-charset-alist): Defvar when compiling.
19000         (cp-make-coding-system): Doc fix.
19002 2003-09-02  Jason Rumney  <jasonr@gnu.org>
19004         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
19005         line-ends from CVS before doing conversion.
19007 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
19009         * calendar/diary-lib.el (diary-header-line-flag)
19010         (diary-header-line-format): New variables.
19011         (list-diary-entries): Use them to set header line in simple diary.
19013         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
19014         other than font-lock-string-face to highlight backslashes.
19016 2003-09-01  Jason Rumney  <jasonr@gnu.org>
19018         * international/titdic-cnv.el (tit-read-key-value): Include \r in
19019         regexp.
19021 2003-09-01  Dave Love  <fx@gnu.org>
19023         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
19025         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
19026         and :help; also line and column numbers labels.
19028         * international/mule-util.el (char-displayable-p): Move from
19029         latin1-disp, rename and autoload.
19031         * international/latin1-disp.el (latin1-char-displayable-p):
19032         Now obsolete alias.  Replace uses with char-displayable-p.
19033         (latin1-display-ucs-per-lynx): Fix last change.
19035         * international/mule-cmds.el (standard-display-european-internal):
19036         Don't use char code for Latin-1 NBSP.
19037         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
19038         U+2018, U+2019 for `'.
19039         (select-safe-coding-system): Message fix.
19041 2003-09-01  Kenichi Handa  <handa@m17n.org>
19043         * international/fontset.el (setup-default-fontset): For Thai
19044         font, specify "*" family.
19046 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
19048         * progmodes/compile.el (previous-error): Accept a prefix
19049         argument, similarly to next-error.
19051 2003-08-31  Masatake YAMATO  <jet@gyve.org>
19053         * pcvs.el (cvs-do-removal): Use = instead of eq to check
19054         the number of files.  Bind the number of files to a local
19055         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
19057 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
19059         * vc-hooks.el (vc-make-version-backup): Fix the change made on
19060         2003-07-26: msdos-long-file-names is a function, not a variable.
19062 2003-08-29  Richard M. Stallman  <rms@gnu.org>
19064         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
19065         Do nothing with mail-personal-alias-file if it is nil.
19067         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
19068         Do nothing if mail-personal-alias-file is nil.
19070         * term.el (term-exec-1): Bind coding-system-for-read.
19072         * dired.el (dired-mouse-find-file-other-window):
19073         Use dired-view-command-alist here, as in dired-view-file.
19074         (dired-view-command-alist): Use %s to substitute file name.
19075         Handle .ps_pages, .eps, .jpg, .gif, .png.
19077 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
19079         * info.el (Info-mode-map): Bind S-tab and <backtab> to
19080         `Info-prev-reference', instead of M-tab.
19082 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
19084         * simple.el (blink-matching-open): Work correctly on chars that
19085         are designated as parens through the syntax-table text property.
19087 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
19089         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
19090         line break position in the middle of a non-kinsoku (e.g. latin)
19091         word, making it skip until either a space or a character with
19092         category "|".
19093         (kinsoku-longer): Test for end of buffer.
19095 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
19097         * mail/rmail.el (rmail-convert-to-babyl-format):
19098         Detect quoted-printable- and base64-encoded messages and decode them
19099         automatically.  Set the message's encoding from the charset=
19100         header, if any.  Decode base64-encoded messages in Mail format as well.
19102 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
19104         * mail/smtpmail.el: Fix previous change.
19105         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
19106         calling smtpmail-via-smtp.
19107         (smtpmail-via-smtp): Add fall-back values for envelope-from.
19109 2003-08-26  John Paul Wallington  <jpw@gnu.org>
19111         * image.el (image-jpeg-p): Don't search beyond length of data.
19113 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
19115         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
19116         misfeature in `expand-abbrev' which caused electric keywords like
19117         "else" to disappear if an open brace was typed directly afterwards.
19119 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
19121         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
19122         mandatory in `define-widget'.
19124         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
19125         Don't align the operators "!=", "<=" and ">=" as assignment operators.
19127         (c-assignment-operators): New language constant that only contains
19128         the assignment operators.
19130         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
19132 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
19134         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19135         Safeguard against unbalanced sexps.
19137 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
19139         * version.el (emacs-version): Check for gtk.  Include gtk version info.
19141 2003-08-25  John Paul Wallington  <jpw@gnu.org>
19143         * man.el (Man-default-man-entry): Don't whizz past the section
19144         number before looking for it.
19146 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
19148         * progmodes/gud.el (gud-display-line): Don't set window-point if
19149         source buffer is not visible.  (Only happens with M-x gdba.)
19151         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
19152         documentation.
19153         (gdb-source, gdb-source-info): Update to assembler unnecessary
19154         as its done after each GDB command anyway.
19155         (gdb-pre-prompt): Use with-current-buffer.
19156         (gdb-insert-field): Add help-echo text.
19157         (gdb-invalidate-assembler): Re-display of assembler now done in
19158         gdb-info-breakpoints-custom.
19159         (gdb-info-breakpoints-custom): Force re-display of assembler to
19160         happen *after* update of breakpoints buffer.
19161         (gdb-display-source-buffer): Don't choke if gdb-source-window
19162         isn't visible.
19163         (gdb-put-string, gdb-put-arrow): Remove free variables.
19165 2003-08-24  John Paul Wallington  <jpw@gnu.org>
19167         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
19169         * man.el (Man-default-man-entry): Strip text properties when
19170         snarfing parts of entry because `format' preserves properties.
19172 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
19174         * files.el (file-newest-backup): Use `expand-file-name'.
19176         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
19177         Allow the diary to pop up a new frame, if needed.
19179         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
19180         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
19181         (smtpmail-send-it): Make treatment of envelope-from consistent with
19182         sendmail.el.
19184         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
19185         (sh-leading-keywords): Add the bash `time' reserved word.
19186         (sh-variables): Add some bash variables.
19187         (sh-add-completer): Fix nil branch of case statement.
19189 2003-08-24  Masatake YAMATO  <jet@gyve.org>
19191         * progmodes/ld-script.el: New file.
19193 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
19195         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
19197 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
19199         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
19200         Better explain obsolescence, and what to use instead.
19202 2003-08-23  Masatake YAMATO  <jet@gyve.org>
19204         * pcvs.el (cvs-do-removal): Show the deleted file name
19205         on the prompt.
19207 2003-08-20  Dave Love  <fx@gnu.org>
19209         * international/mule.el (make-coding-system)
19210         (set-buffer-file-coding-system): Doc fix.
19212         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
19214         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
19216         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
19218         * international/utf-16.el: Add mime-text-unsuitable coding system
19219         properties.
19221         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
19223         * cus-edit.el: Add some :links.
19224         (bib): Remove.
19226         * textmodes/bib-mode.el (bib): Add :group external.
19228 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
19230         * wid-edit.el (widget-echo-help): Make it handle expressions that
19231         evaluate to strings.
19233 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
19235         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
19237         Simplify selection of SQL products to define highlighting and
19238         interactive mode.  Includes detailed instructions on adding
19239         support for new products.
19241         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
19242         product for use in highlighting and interactive mode.
19243         (sql-interactive-product): New variable.  SQL product for
19244         sql-interactive-mode.
19245         (sql-product-support): New variable.  Specifies product-specific
19246         parameters to drive highlighting and interactive mode.
19247         (sql-imenu-generic-expression): Add more object types.
19248         (sql-sqlite-options): Correct comment.
19249         (sql-ms-program): Use "osql" rather than "isql".
19250         (sql-prompt-regexp, sql-prompt-length): Update comment.
19251         (sql-mode-menu): Add "Start SQLi session" entry.
19252         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
19253         (sql-mode-abbrev-table): Add abbreviations.  Support of
19254         SYSTEM-FLAG on define-abbrev.  Support was removed with last
19255         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
19256         (sql-mode-font-lock-object-name): Add font-lock pattern for object
19257         names.
19258         (sql-mode-ansi-font-lock-keywords): Set as default value.
19259         (sql-mode-oracle-font-lock-keywords): Set as default value.
19260         Support Oracle 9i keywords.
19261         (sql-mode-postgres-font-lock-keywords): Set as default value.
19262         (sql-mode-linter-font-lock-keywords): Set as default value.
19263         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
19264         SQLServer 2000.
19265         (sql-mode-sybase-font-lock-keywords)
19266         (sql-mode-interbase-font-lock-keywords)
19267         (sql-mode-sqlite-font-lock-keywords)
19268         (sql-mode-strong-font-lock-keywords)
19269         (sql-mode-mysql-font-lock-keywords)
19270         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
19271         keywords.
19272         (sql-mode-font-lock-defaults): Update comment.
19273         (sql-product-feature): New function.  Returns feature associated
19274         with a product from `sql-product-support' alist.
19275         (sql-product-font-lock): New function.  Set font-lock support
19276         based on `sql-product'.
19277         (sql-add-product-keywords): New function.  Add font-lock rules to
19278         product-specific keyword variables.
19279         (sql-set-product): New function.  Set `sql-product' and apply
19280         appropriate font-lock highlighting.
19281         (sql-highlight-product): New function.  Set font-lock support
19282         based on a product.  Also set mode name to include product name.
19283         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
19284         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
19285         Use `sql-set-product'.
19286         (sql-highlight-ms-keywords)
19287         (sql-highlight-sybase-keywords)
19288         (sql-highlight-interbase-keywords)
19289         (sql-highlight-strong-keywords)
19290         (sql-highlight-mysql-keywords)
19291         (sql-highlight-sqlite-keywords)
19292         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
19293         (sql-get-login): Prompt in the same order as the tokens.
19294         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
19295         (sql-product-interactive): New function.  Common portions of
19296         product-specific interactive mode wrappers.
19297         (sql-interactive-mode): Rewritten to use product features.
19298         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
19299         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
19300         (sql-db2, sql-linter): Use `sql-product-interactive'.
19301         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
19302         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
19303         (sql-connect-ingres, sql-connect-postgres)
19304         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
19305         New functions.  Format command line parameters and invoke comint on
19306         the appropriate interpreter.  Code was in the corresponding
19307         `sql-xyz' function before.
19308         (sql-connect-ms): New function.  Support -E argument to use
19309         operating system credentials for authentication.
19311 2003-08-18  Kenichi Handa  <handa@m17n.org>
19313         * international/mule.el (encode-char): Fix for the ASCII case.
19315 2003-08-15  Kenichi Handa  <handa@m17n.org>
19317         * international/fontset.el (setup-default-fontset): Change "*" to
19318         nil in the specifications of font family.
19320 2003-08-18  Kim F. Storm  <storm@cua.dk>
19322         * kmacro.el (kmacro-keymap): Group related bindings in
19323         initialization for clarity.  Bind C-s to start macro.
19324         Remove C-r binding.
19325         (kmacro-initial-counter-value): New defvar to hold initial counter
19326         value in case we set the value before defining a macro.
19327         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
19328         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
19329         not defining or executing macro.  Doc fix.
19330         (kmacro-add-counter): Clear kmacro-initial-counter-value.
19331         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
19332         temporarily view older elements on the macro ring without cycling
19333         the ring.
19334         (kmacro-display): Doc fix.
19335         (kmacro-exec-ring-item): New helper function.
19336         (kmacro-call-ring-2nd): Use it.
19337         (kmacro-call-ring-2nd-repeat): Doc fix.
19338         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
19339         (kmacro-end-or-call-macro): Execute last viewed macro (using
19340         kmacro-exec-ring-item) from ring if this follows
19341         kmacro-view-macro.  This allows us to find a macro on the ring
19342         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
19343         the ring to bring it to the head of the ring.
19344         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
19345         Allow binding to reserved keys without specifying C-x C-k prefix.
19346         Ask for confirmation if entered key sequence is already bound to
19347         a non-macro command.
19348         (kmacro-view-macro): Repeating command will show older elements
19349         on the macro ring; C-k will execute the last viewed macro.
19350         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
19351         property from 'ring to 'head.
19353 2003-08-17  Alan Shutko  <ats@acm.org>
19355         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
19356         keeping December out of the alist.
19358 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
19360         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
19361         * calendar/calendar.el (calendar-mode-map): Bind it to key.
19362         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
19363         (calendar-flatten): New function.
19364         (calendar-mouse-view-other-diary-entries)
19365         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
19366         in the menu title and to show multi-line diary entries correctly
19367         in the menu.
19369 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
19371         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
19372         defcustom, because the default was recently changed.
19374 2003-08-16  Richard M. Stallman  <rms@gnu.org>
19376         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
19378         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
19379         New subroutine, broken out of eval-last-sexp-1.
19380         (eval-last-sexp-1): Use eval-last-sexp-print-value.
19382         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
19384         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
19386         * simple.el (eval-expression): Use eval-last-sexp-print-value.
19388 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
19390         * progmodes/compile.el (compilation-error-regexp-alist):
19391         Add Java ANt error detection as described in document
19392         http://ant.apache.org/faq.html
19394 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
19396         * simple.el (backward-word, forward-to-indentation)
19397         (backward-to-indentation): Argument changed to optional.
19398         (next-line, previous-line): Use `or' instead of `unless'.
19400 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19402         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
19403         instead of a constant.
19405 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
19407         * shell.el (shell): With prefix-arg, suggest a new buffer name.
19409 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
19411         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
19412         (vc-sccs-workfile-version): Search the entire delta table, rather
19413         than just the first entry, because that might be a deleted version.
19415 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
19417         * menu-bar.el (menu-bar-options-menu): Supply a body for the
19418         [save-place] binding in the Options menu.  Have it require
19419         'saveplace' and then toggle the variable manually, to avoid an an
19420         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
19421         for the bug report.
19423 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
19425         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
19426         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
19427         (gdb-info-threads-custom): Add help-echo text.
19428         (gdb-display-back): Don't use purecopy.
19429         (gdb-info-breakpoints-custom, gdb-reset)
19430         (gdb-assembler-custom): Use display-images-p to test if breakpoint
19431         icons can be displayed.
19433 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
19435         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
19437 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
19439         * bookmark.el (bookmark-completing-read):
19440         Return a string, instead of a list of one string.
19441         Use a popup menu if activated from the mouse.
19442         (bookmark-edit-annotation): Remove unused vars.
19443         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
19444         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
19445         to bookmark-completing-read.
19446         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
19447         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
19448         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
19449         and erase-buffer.
19450         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
19451         (bookmark-menu-jump, bookmark-menu-insert)
19452         (bookmark-popup-menu-and-apply-function)
19453         (bookmark-menu-popup-paned-bookmark-menu): Remove.
19454         (bookmark-menu-build-paned-menu): Remove by folding it into
19455         bookmark-menu-popup-paned-menu.
19456         (menu-bar-bookmark-map): Move the define-key statements here.
19457         Use the "non-menu" commands since they now pop up a menu if needed.
19458         (bookmark-exit-hook-internal): Simplify.
19460 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
19462         * reftex-toc.el (reftex-toc-rename-label): New function.
19463         (reftex-toc-check-docstruct): New function.
19465         * reftex.el (reftex-region-active-p): New function.
19467         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
19468         regexp to find the \bibliography macro.
19470         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
19471         which does not exist in LaTeX.
19472         (reftex-cite-format-builtin): Added amsrefs support.
19473         (reftex-toc-confirm-promotion): New option
19475         * reftex-toc.el
19476         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
19477         (reftex-toc-demote, reftex-toc-promote)
19478         (reftex-toc-do-promote, reftex-toc-promote-prepare)
19479         (reftex-toc-promote-action, reftex-toc-extract-section-number)
19480         (reftex-toc-newhead-from-alist)
19481         (reftex-toc-load-all-files-for-promotion): New functions.
19482         (reftex-toc-help): Added description of new keys.
19483         (reftex-toc-split-windows-fraction): New option.
19484         (reftex-recenter-toc-when-idle): Search *toc* window on all
19485         visible frames.
19486         (reftex-toc): Additional parameter REUSE
19487         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
19488         with REUSE argument.
19489         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
19490         the call of `reftex-toc'.
19491         (reftex-make-separate-toc-frame): New function .
19492         (reftex-toc-recenter): When called with triple prefix arg, call
19493         `reftex-make-separate-toc-frame' first.
19494         (reftex-toc-toggle-dedicated-frame): New command.
19495         (reftex-toc-quit): Adapted to delete frame when called in
19496         dedicated frame.
19498         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
19499         all enclosing macros.
19502 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19504         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
19505         first use.
19507 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19509         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
19511 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
19513         * calendar/calendar.el (list-diary-entries-hook)
19514         (diary-display-hook, nongregorian-diary-listing-hook)
19515         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
19516         Add some customize options for these hooks.
19517         (calendar-abbrev-construct): Don't try to take a substring longer
19518         than the original string.
19520 2003-08-05  Richard M. Stallman  <rms@gnu.org>
19522         * emacs-lisp/testcover.el (noreturn): Report error if does return.
19523         (testcover-reinstrument-clauses): Doc fix.
19525         * emacs-lisp/warnings.el: Doc fixes, args renamed.
19526         (warning-type-format): Rename from warning-group-format.
19528         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
19529         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
19530         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
19531         to prevent warnings about defvar for an obsolete variable.
19533         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
19534         warning-group-format renamed to warning-type-format.
19536         * subr.el (read-passwd): Use clear-string instead of fillarray.
19538         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
19539         Use vconcat instead of concat.
19540         (edmacro-sanitize-for-string): New function.
19542 2003-08-05  Dave Love  <fx@gnu.org>
19544         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
19545         line-number-display-limit-width.
19547         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
19549 2003-08-05  Kenichi Handa  <handa@m17n.org>
19551         * international/code-pages.el: Don't require mule-diag.
19553         * international/mule-diag.el (non-iso-charset-alist):
19554         Add autoload cookie.
19556         * language/devan-util.el (dev-glyph-order): Add an entry for the
19557         glyph code #xC4.
19559 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
19561         * calendar/calendar.el (diary-file, diary-file-name-prefix)
19562         (european-calendar-style, diary-date-forms)
19563         (calendar-day-name-array, calendar-month-name-array): Doc change.
19564         (generate-calendar-month): Adapt for new behaviour of
19565         `calendar-day-name' function.
19566         (calendar-abbrev-length, calendar-day-abbrev-array)
19567         (calendar-month-abbrev-array): New variables.
19568         (calendar-abbrev-construct): New function.
19569         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
19570         rather than fixing abbrevs at some width.  Calling syntax change.
19571         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
19572         (calendar-date-string): Adapt for new behaviours of
19573         `calendar-day-name' and `calendar-month-name' functions.
19575         * calendar/diary-lib.el (list-diary-entries): Adapt for new
19576         behaviour of `calendar-day-name' and `calendar-month-name' functions.
19577         (diary-name-pattern): Use abbrev arrays, rather than fixing
19578         abbrevs at three chars.  Calling syntax change.
19579         (mark-diary-entries): Adapt for new behaviours of
19580         `diary-name-pattern' and `calendar-make-alist' functions.
19581         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
19582         `diary-name-pattern' function.
19583         (font-lock-diary-date-forms): Use abbrev arrays, rather than
19584         fixing abbrevs at three chars.  Calling syntax change.
19585         (cal-hebrew, cal-islam): Require when compiling.
19586         (diary-font-lock-keywords): Adapt for new behaviour of
19587         `font-lock-diary-date-forms' function.
19589         * calendar/cal-hebrew.el: Reposition some code so defined before used.
19590         (calendar-hebrew-month-name-array-common-year)
19591         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
19592         (list-hebrew-diary-entries): Adapt for new behaviours of
19593         `calendar-day-name' and `add-to-diary-list' functions.
19594         (mark-hebrew-diary-entries): Adapt for new behaviours of
19595         `diary-name-pattern' and `calendar-make-alist' functions.
19597         * calendar/cal-islam.el (calendar-islamic-month-name-array):
19598         Add doc string.
19599         (list-islamic-diary-entries): Adapt for new behaviours of
19600         `calendar-day-name' and `add-to-diary-list' functions.
19601         (mark-islamic-diary-entries): Adapt for new behaviours of
19602         `diary-name-pattern' and `calendar-make-alist' functions.
19604         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
19605         `calendar-month-name' function.
19607         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
19609         * calendar/solar.el (solar-seasons-data): Move definition before use.
19611         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
19612         (cal-tex-LaTeX-hourbox): Move definition before use.
19614         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
19615         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
19616         lunar.el, solar.el
19617         (displayed-month, displayed-year): Define for compiler.
19619 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
19621         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
19622         MODE.  Renamed from c-init-c-language-vars'.
19623         (c-initialize-cc-mode): Change accordingly.
19624         (c-common-init): Ditto.
19625         (c-mode): Ditto.
19626         (c++-mode): Use `c-init-language-vars-for'.
19627         (objc-mode): Ditto.
19628         (java-mode): Ditto.
19629         (idl-mode): Ditto.
19630         (pike-mode): Ditto.
19631         (awk-mode): Ditto.
19633 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
19635         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
19636         or not the point moved.
19638         (c-search-decl-header-end): Don't trip up on operator identifiers
19639         in C++ and operators like == in all languages.
19641         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
19642         Detect leading labels correctly.
19644 2003-08-02  Andreas Schwab  <schwab@suse.de>
19646         * textmodes/ispell.el: Don't redo key bindings on loading, put
19647         them only in loaddefs.el.
19648         * bookmark.el: Likewise.
19649         * dabbrev.el: Likewise.
19650         * emerge.el: Likewise.
19652         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
19653         has more than one member.
19655         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
19657 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19659         * lpr.el (printify-region): It was ending conversion before the
19660         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
19662 2003-07-31  John Paul Wallington  <jpw@gnu.org>
19664         * net/browse-url.el (browse-url-epiphany): Doc fix.
19666 2003-07-30  Kenichi Handa  <handa@m17n.org>
19668         * international/fontset.el (setup-default-fontset):
19669         Change registry names of Akurti fonts.
19671 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19673         * comint.el (comint-read-noecho): Use `clear-string' instead of
19674         `fillarray'.
19676 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
19678         * outline.el (outline-mode-hook): Add defvar.
19680 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
19682         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
19683         Restore assembler in source window if that is what has been selected.
19684         (menu): Add gdb-restore-windows to menu.  Make gdba
19685         specific menus only visible from gdba.
19687 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
19689         * progmodes/compile.el (compilation-environment): New user variable.
19690         (compile-internal): Respect it.
19692 2003-07-23  Masatake YAMATO  <jet@gyve.org>
19694         * progmodes/gud.el (gdb-script-font-lock-keywords):
19695         Put `font-lock-function-name-face' on a symbol which includes
19696         `-' like `hook-run'.  Put font-lock-variable-name-face
19697         on a symbol starting with $.
19699 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
19701         * files.el (set-visited-file-name): Use truename for buffer-file-name.
19703 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
19705         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
19707 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
19709         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
19710         Use with-no-warnings.
19711         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
19712         rather than to find-file-not-found-hook, which doesn't exist.
19714 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
19716         * international/quail.el (quail-translate-key): Fix previous change.
19718 2003-07-25  John Paul Wallington  <jpw@gnu.org>
19720         * server.el (server-start): Check `server-process' is non-nil
19721         before killing it to avoid killing current buffer's process.
19723         * simple.el (choose-completion-string): Use `minibufferp';
19724         test `completion-reference-buffer' if `buffer' arg is nil.
19725         (push-mark): Use `when' and `unless'.
19726         (pop-mark): Use `when'.
19728         * mouse-sel.el (mouse-sel-get-selection-function):
19729         Check `x-last-selected-text-primary'.  Don't barf if it or
19730         `x-last-selected-text' aren't bound.
19732 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
19734         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
19736 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
19738         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
19740 2003-07-23  John Paul Wallington  <jpw@gnu.org>
19742         * tooltip.el (defface tooltip): Inherit from variable-pitch.
19744 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
19746         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
19747         string.  Defvar the derived hook.
19749         * macros.el (insert-kbd-macro): Escape double quote character.
19750         From Thomas W Murphy <twm@andrew.cmu.edu>.
19752 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
19754         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
19755         to match the specific mark rather than reusing comment-start-skip.
19757 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
19759         * progmodes/hideshow.el (hs-special-modes-alist):
19760         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
19762 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
19764         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
19765         value using ?\s.
19767 2003-07-21  John Paul Wallington  <jpw@gnu.org>
19769         * subr.el (with-selected-window): Add closing paren.
19771 2003-07-21  Richard M. Stallman  <rms@gnu.org>
19773         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
19774         (lisp-mode): Likewise.
19776         * subr.el (with-selected-window): Copy code form save-selected-window
19777         so as to call select-window with norecord arg.
19778         (dynamic-completion-table): Doc fix.
19779         (lazy-completion-table): Doc fix.
19781         * international/mule-cmds.el (set-locale-environment):
19782         langinfo renamed to locale-info.
19784         * international/mule.el (auto-coding-functions): Doc fix.
19786 2003-07-21  Kenichi Handa  <handa@m17n.org>
19788         * international/quail.el (quail-translate-key):
19789         Update quail-current-str correctly.
19791 2003-07-21  Andreas Schwab  <schwab@suse.de>
19793         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
19794         ?, to "_".
19796 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
19797         Version 2.0.36 of Tramp released.
19799         * net/tramp.el (tramp-default-password-end-of-line): Rename from
19800         tramp-password-end-of-line.
19801         (tramp-password-end-of-line): New method parameter.
19802         (tramp-get-password-end-of-line): Function to access method
19803         parameter `tramp-password-end-of-line', or variable
19804         `tramp-default-password-end-of-line' (default value).
19805         (tramp-methods): Add entries for new parameter
19806         tramp-password-end-of-line.
19807         (tramp-enter-password): Use new function
19808         `tramp-get-password-end-of-line'.
19809         (tramp-handle-insert-file-contents): Do not
19810         unconditionally inhibit the file operation file-local-copy, only
19811         do that when the inhibit-file-name-operation is currently
19812         insert-file-contents.  This fixes finding remote CVS-controlled
19813         files.  (It would barf on inserting the CVS/Entries file
19814         literally, because the file-local-copy handler wasn't called.)
19815         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
19816         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
19817         (tramp-initial-commands): New variable.
19818         (tramp-process-initial-commands): New function, using the variable.
19819         (tramp-open-connection-setup-interactive-shell): Call the new function.
19820         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
19821         method into the buffer name, never use nil.  Reported by Hanak
19822         David <dhanak@inf.bme.hu>.
19823         (tramp-open-connection-setup-interactive-shell): Erase buffer
19824         before sending "stty -onlcr".
19826         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
19828 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
19830         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
19832 2003-07-19  John Paul Wallington  <jpw@gnu.org>
19834         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
19835         (artist-draw-rect, artist-draw-square): Doc fixes.
19837         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
19839         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
19841 2003-07-19  Kenichi Handa  <handa@m17n.org>
19843         * international/kkc.el (kkc-show-conversion-list-update):
19844         Highlight the correct candidate in the message.
19846 2003-07-18  John Paul Wallington  <jpw@gnu.org>
19848         * simple.el (current-word): Don't include punctuation char when
19849         `really-word' arg is non-nil.
19851 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
19853         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
19854         moved to the directory obsolete.
19856 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
19858         * info.el (Info-menu-entry-name-re): Allow newlines in
19859         menu entry names.
19861         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
19862         syntax-ppss-after-change-function.
19863         (syntax-ppss-after-change-function): New alias.  Update uses.
19864         (syntax-ppss): Catch the case where the buffer is narrowed.
19866 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
19868         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
19869         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
19871 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
19873         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
19874         since it might be modified.
19876         * progmodes/cc-langs.el (c++-make-template-syntax-table)
19877         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
19878         names to these language constants.
19880 2003-07-15  Kim F. Storm  <storm@cua.dk>
19882         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
19883         All uses changed.
19885 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
19887         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
19888         Namespace support.
19890 2003-07-13  Juanma Barranquero  <lektu@terra.es>
19892         * frame.el (modify-all-frames-parameters): Reinstall (copyright
19893         papers received).
19895 2003-07-13  Karl Eichwalder  <ke@suse.de>
19897         * textmodes/po.el (po-find-charset): White space at the start of the
19898         Content-Type field body is non-mandatory.
19900 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
19902         * textmodes/texinfo.el (texinfo-section-list):
19903         Append appendixsection; a synonym for appendixsec.
19905 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
19907         * man.el (Man-translate-cleanup): New.
19908         (Man-translate-references): Call `Man-translate-cleanup' to clean
19909         leading, trailing and middle spaces.
19911 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
19913         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
19914         Handle `dired-directory' being a list.
19916 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19918         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
19919         it doesn't exist.
19921 2003-07-12  Richard M. Stallman  <rms@gnu.org>
19923         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
19925         * progmodes/cc-defs.el (c-make-keywords-re):
19926         Don't use delete-duplicates.
19927         (c-lang-const): Don't use mapcan.
19929         * apropos.el (apropos-show-scores): Make it customizable.
19930         Document new meaning.
19931         (apropos): Compute scores from symbols.
19932         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
19934 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19936         * ps-bdf.el: Fix copyright line.
19937         (bdf-directory-list): Fix initialization code.
19939 2003-07-11  John Paul Wallington  <jpw@gnu.org>
19941         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
19942         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
19943         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
19945 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
19947         * emacs-lisp/ring.el (ring-elements): Doc fix.
19949 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19951         * calendar/timeclock.el (timeclock-relative)
19952         (timeclock-ask-before-exiting, timeclock-use-display-time):
19953         Doc changes.
19954         (timeclock-modeline-display): Give a message if
19955         `timeclock-use-display-time' is non-nil but `display-time-mode'
19956         is not active.
19958 2003-07-11  Kenichi Handa  <handa@m17n.org>
19960         * international/mule-cmds.el (set-language-environment):
19961         Set current-language-environment to the correct string.
19963 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19965         * ps-print.el: Print line number correctly in a region.  Reported by
19966         Tim Allen <timallen@ls83.fsnet.co.uk>.
19967         (ps-print-version): New version number (6.6.2).
19968         (ps-printing-region): Code fix.
19970 2003-07-10  John Paul Wallington  <jpw@gnu.org>
19972         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
19973         this function can be called from `add-completions-from-tags-table'.
19975 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
19977         * calendar/timeclock.el (timeclock-use-display-time)
19978         (timeclock-day-over-hook, timeclock-workday-remaining)
19979         (timeclock-status-string, timeclock-when-to-leave)
19980         (timeclock-when-to-leave-string, timeclock-log-data)
19981         (timeclock-find-discrep, timeclock-day-base)
19982         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
19983         (timeclock-modeline-display): Set the variable
19984         `timeclock-modeline-display'.
19985         (timeclock-update-modeline): Doc fix.  Respect value of
19986         `timeclock-relative'.
19988 2003-07-09  Richard M. Stallman  <rms@gnu.org>
19990         * textmodes/reftex-parse.el (reftex-all-document-files):
19991         Add autoload cookie.
19993         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
19994         (reftex-scanning-info-available-p): Add autoload cookie.
19996         * international/mule-cmds.el
19997         (set-display-table-and-terminal-coding-system): Delete duplicate
19998         aset on standard-display-table.
20000         * view.el (view-file): If existing buffer's major mode is special,
20001         don't go into view mode.
20003         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
20005 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20007         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
20008         buffer changes; there's third party code that calls this function
20009         directly.
20011 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20013         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
20014         (autodoc-font-lock-keywords): Don't byte compile on font lock
20015         initialization when running from byte compiled files.
20017 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20019         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
20020         statement ends with auto-increment "++".
20022 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20024         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
20025         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
20026         these are changed, so declare them as variables and not constants.
20028 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
20030         * subr.el (dolist, dotimes): Doc fix.
20032 2003-07-08  Kim F. Storm  <storm@cua.dk>
20034         * international/mule-cmds.el
20035         (set-display-table-and-terminal-coding-system): Don't break
20036         bootstrap if standard-display-table isn't setup yet.
20038 2003-07-07  Richard M. Stallman  <rms@gnu.org>
20040         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
20041         Give it a doc string, and autoload it.
20043         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
20044         Use with-no-warnings.
20046         * info.el (Info-search): If find invisible text, search again.
20048         * isearch.el (search-whitespace-regexp): Add a shy group around it.
20050         * man.el (Man-name-regexp): Match + as part of name.
20052         * simple.el (visible-mode): Rename from vis-mode.
20053         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
20055         * simple.el (current-word): New arg REALLY-WORD specifies
20056         don't include punctuation chars.
20058         * emacs-lisp/debug.el (debug, debugger-env-macro):
20059         Use with-no-warnings while accessing and binding unread-command-char.
20061         * international/mule-cmds.el
20062         (set-display-table-and-terminal-coding-system): Use explicit loop
20063         instead of calling standard-display-default.
20065         * net/ange-ftp.el (ange-ftp-file-symlink-p):
20066         Use condition-case to catch error in ange-ftp-get-files.
20068         * net/browse-url.el (browse-url-browser-function):
20069         Add alternative for Epiphany.
20070         (browse-url-epiphany-program, browse-url-epiphany-arguments)
20071         (browse-url-epiphany-startup-arguments)
20072         (browse-url-epiphany-new-window-is-tab): New variables.
20073         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
20075         * progmodes/compile.el (compile-auto-highlight): Default now t.
20076         (compile): Doc fix.
20077         (compilation-next-error): Fix previous change.
20079         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
20081         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
20083 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
20085         * gdb-ui.el (gdb-source-info): Display current frame when
20086         attaching to an existing process.
20087         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
20088         while laying out windows when attaching to an existing process.
20090 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
20092         * info.el (Info-menu): Use Info-menu-entry-name-re.
20094 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
20096         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
20097         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
20099         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
20100         to match the same text.
20102 2003-07-06  John Paul Wallington  <jpw@gnu.org>
20104         * vc.el (vc-annotate-offset): Move defvar up.
20106 2003-07-06  Kim F. Storm  <storm@cua.dk>
20108         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
20109         This should fix the infinite loop when extracting menu names.
20111 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
20113         * files.el (auto-mode-alist, interpreter-mode-alist):
20114         Remove entries to CC Mode modes to avoid duplicates; they are now added
20115         with autoload directives in cc-mode.el.
20117 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
20119         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
20120         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
20121         these are changed, so declare them as variables and not constants.
20123         * progmodes/cc-mode.el: Fix some autoload problems: Try to
20124         ensure that the entry for ".c" extension comes before the one for
20125         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
20126         Fix incorrect entries that were added to `interpreter-mode-alist'.
20127         Move the autoload directives for AWK to the top level since they
20128         aren't recognized anywhere else.  Do not use the new AWK mode doc
20129         in the autoload form for the old AWK mode.
20131 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20133         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
20134         (bibtex-sort-ignore-string-entries): Default value t.
20135         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
20136         erroneously in previous version.
20137         (bibtex-string-files): Docstring reflects new parsing scheme.
20138         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
20139         docstring, add # as one of the chars to crush
20140         (bibtex-autokey-prefix-string, bibtex-autokey-names)
20141         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
20142         (bibtex-autokey-name-change-strings)
20143         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
20144         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
20145         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
20146         (bibtex-autokey-title-terminators)
20147         (bibtex-autokey-titlewords-stretch)
20148         (bibtex-autokey-titleword-ignore)
20149         (bibtex-autokey-titleword-case-convert)
20150         (bibtex-autokey-titleword-abbrevs)
20151         (bibtex-autokey-titleword-abbrevs)
20152         (bibtex-autokey-titleword-change-strings)
20153         (bibtex-autokey-titleword-length)
20154         (bibtex-autokey-titleword-separator)
20155         (bibtex-autokey-name-year-separator)
20156         (bibtex-autokey-year-title-separator)
20157         (bibtex-autokey-before-presentation-function)
20158         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
20159         Fix docstring.
20160         (bibtex-strings, bibtex-reference-keys):
20161         Use lazy-completion-table and make-variable-buffer-local.
20162         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
20163         (bibtex-braced-string-syntax-table)
20164         (bibtex-quoted-string-syntax-table): New variables.
20165         (bibtex-parse-nested-braces): Remove.
20166         (bibtex-parse-field-string): Use syntax table and forward-sexp.
20167         (bibtex-parse-association): Simplify.
20168         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
20169         (bibtex-parse-field-text): Simplify.
20170         (bibtex-search-forward-field, bibtex-search-backward-field):
20171         argument BOUND can take value t.
20172         (bibtex-start-of-field, bibtex-start-of-name-in-field)
20173         (bibtex-end-of-name-in-field, bibtex-end-of-field)
20174         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20175         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
20176         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
20177         (bibtex-skip-to-valid-entry): Return buffer position of beginning
20178         and ending of entry.  Update for changes of bibtex-search-entry.
20179         Simplify.
20180         (bibtex-map-entries): FUN is called with three arguments.
20181         (bibtex-search-entry): Return a cons pair with buffer positions of
20182         beginning and end of entry.
20183         (bibtex-enclosing-field): Simplify.
20184         (bibtex-format-entry): Use booktitle to set a missing title.
20185         (bibtex-autokey-get-names): Fiddle with regexps.
20186         (bibtex-generate-autokey): Use identity.
20187         (bibtex-parse-keys): Use simplified parsing algorithm if
20188         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
20189         arguments.  Return alist of keys.
20190         (bibtex-parse-strings): Simplify.  Return alist of strings.
20191         (bibtex-complete-string-cleanup): Fix docstring.
20192         (bibtex-read-key): New function.
20193         (bibtex-mode): Fix docstring.  Do not parse for keys and
20194         strings when the mode is entered.  Set fill-paragraph-function to
20195         bibtex-fill-field.  Setup font-lock-mark-block-function the way
20196         font-lock intended.
20197         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
20198         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
20199         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
20200         (bibtex-Preamble): Avoid hard coded constants.
20201         (bibtex-make-field): Fix docstring.  Simplify.
20202         (bibtex-beginning-of-entry): Always return new position of point.
20203         (bibtex-end-of-entry): Rearrange cond clauses.
20204         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
20205         Update for changes of bibtex-map-entries.
20206         (bibtex-ispell-abstract): Do not move point.
20207         (bibtex-entry-index): Use downcase.  Simplify.
20208         (bibtex-lessp): Handle catch-all.
20209         (bibtex-find-crossref): Turn into a command.
20210         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
20211         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
20212         preamble entries.
20213         (bibtex-fill-field-bounds): New function.
20214         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
20215         (bibtex-fill-entry): Use bibtex-fill-field-bounds
20216         (bibtex-String): Use bibtex-strings.  Always obey
20217         bibtex-sort-ignore-string-entries.
20219 2003-07-05  John Paul Wallington  <jpw@gnu.org>
20221         * cus-theme.el (customize-create-theme):
20222         Call `customize-create-theme' in Reset widget's notify function.
20224         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
20225         (ibuffer-mark-interactive): Use `or' instead of `unless'.
20226         (define-ibuffer-column name): Add summarizer.
20227         (define-ibuffer-column size): Likewise.
20228         (define-ibuffer-column filename): Likewise.
20229         (define-ibuffer-column process): Likewise.  Change BODY's output too.
20230         (define-ibuffer-column filename-and-process): Likewise, likewise.
20231         (ibuffer): Remove local vars `already-in' and `need-update'.
20233         * ibuf-ext.el: Don't require `derived' at compile-time.
20235 2003-07-05  Kim F. Storm  <storm@cua.dk>
20237         * info.el: Disable paragraph refilling.
20238         (Info-refill-paragraphs): New defcustom.
20239         (Info-fontify-node): Use it.
20241 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
20243         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
20244         thingies from constructors created by defstruct.
20246         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
20247         the default value of the variable.
20248         (byte-code-meter): Move declaration to top level.
20250         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
20252         * info.el (Info-following-node-name-re): New fun.
20253         (Info-following-node-name): Remove.
20254         (Info-insert-dir): Use the new fun.
20255         (Info-extract-pointer): Don't save restriction; use new fun.
20256         (Info-menu-entry-name-re): New const.
20257         (Info-menu-entry-name-re): Use it along with new fun.
20258         (Info-node-spec-re): Use new fun.
20259         (Info-complete-menu-item, Info-fontify-node): Use new const.
20260         (Info-goto-node, Info-follow-reference, Info-menu-update):
20261         Use match-string.
20262         (Info-follow-reference): Use assoc-string.
20263         Use a list of strings for the completion table.
20264         (Info-fontify-node): Use match-string, line-end-position.
20265         Limit the search for `node:' to the first line.
20267         * newcomment.el (uncomment-region): Remove padding coming from
20268         comment-start rather than just from comment-padding.
20270         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
20271         (vc-cvs-stay-local-p): Use vc-stay-local-p.
20272         (vc-cvs-rename-file): Remove (use the default).
20273         (vc-cvs-register): Register parent dir if needed.
20274         (vc-cvs-could-register): Return non-nil if parent can be registered.
20275         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
20276         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
20278         * vc-svn.el (vc-svn-use-edit): Make it into a const.
20279         (vc-svn-update): Fix the arguments to `svn'.
20280         (vc-svn-diff-tree): Just use `vc-svn-diff'.
20281         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
20282         Simple implementations, assuming `name' is a URL.
20284         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
20285         set of chars allowed unquoted in a case pattern.
20287         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
20289         * font-lock.el (font-lock-extra-types-widget)
20290         (c-font-lock-extra-types, c++-font-lock-extra-types)
20291         (objc-font-lock-extra-types, java-font-lock-extra-types)
20292         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
20293         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
20294         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
20295         (font-lock-match-c++-structor-declaration)
20296         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
20297         (c++-font-lock-keywords-3, c++-font-lock-keywords)
20298         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
20299         (objc-font-lock-keywords-3, objc-font-lock-keywords)
20300         (java-font-lock-keywords-1, java-font-lock-keywords-2)
20301         (java-font-lock-keywords-3, java-font-lock-keywords)
20302         (java-font-lock-syntactic-face-function): Remove obsolete code
20303         and constants.  It's all in cc-fonts.el now.
20305 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
20307         * mail/sendmail.el (mail-specify-envelope-from)
20308         (mail-envelope-from): Doc fix.
20310 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
20312         * generic-x.el: Do away with the dependency on `c-emacs-features'
20313         when populating `rul-generic-mode-syntax-table'; we already know
20314         this isn't XEmacs.
20316 See ChangeLog.10 for earlier changes.
20318 ;; Local Variables:
20319 ;; coding: iso-2022-7bit
20320 ;; End:
20322     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
20323   Copying and distribution of this file, with or without modification,
20324   are permitted provided the copyright notice and this notice are preserved.
20326 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1