Spacing and formatting fixes.
[emacs.git] / lisp / ChangeLog
blobc9c4d26844bd56ce6c925397cf228f4f465ae9da
1 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
3         * autorevert.el (auto-revert-buffers): Use save-match-data.
5 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
8         menu items with a nil command binding.
10 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
12         * emacs-lisp/cl-macs.el (defsetf):
13         Improve argument/docstring consistency.
15         * faces.el (list-faces-display): Improve the formatting by
16         computing the maximum length required for any face-name (reworked
17         patch of 1999-01-11, accidentally deleted on 1999-07-21).
18         (internal-find-face): Remove redundant info in docstring.
20 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
22         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
23         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
24         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
25         (gdb-assembler-custom): Improve regexps.
26         (def-gdb-auto-update-handler): Use window point to ensure it
27         is preserved.
29 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
31         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
33 2005-05-31  Jay Belanger  <belanger@truman.edu>
35         * calc/calc-embed.el (calc-embedded-word): Change argument passed
36         to calc-embedded.
37         (calc-embedded-make-info): Have plain prefix argument select
38         entire line.
40 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
42         * faces.el (list-faces-display): Signal error if passed a regexp
43         that matches no face name.
45         * simple.el (filter-buffer-substring): Fix typo in docstring.
47 2005-05-31  Richard M. Stallman  <rms@gnu.org>
49         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
50         (vhdl-emacs-21): Doc fix.
51         (vhdl-mode): Unconditionally set comment-padding.
52         (vhdl-fixup-whitespace-region): Insert spaces only where
53         there are none.
54         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
56 2005-05-30  John Wiegley  <johnw@newartisans.com>
58         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
59         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
60         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
61         `directory-sep-char' to ?/, and all uses of `string-to-int' to
62         `string-to-number'.
64 2005-05-30  Jay Belanger  <belanger@truman.edu>
66         * calc/calc.el (calc-bug-address): Fix docstring.
67         (calc-window-hook, calc-trail-window-hook): New variables.
68         (calc-trail-display): Restore use of calc-trail-window-hook.
69         (calc): Restore use of calc-window-hook.
71 2005-05-31  Masatake YAMATO  <jet@gyve.org>
73         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
75         * help-fns.el (help-C-file-name): Add autoload mark for
76         `find-function-noselect'.
78 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
80         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
81         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
83 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
85         * calendar/diary-lib.el (mark-included-diary-files): Only kill
86         included diary buffer if it was not already being visited.
87         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
89         * calendar/icalendar.el (top-level): Do not require 'appt.
91         * mail/supercite.el (sc-select-attribution): Only use a list
92         element from sc-attrib-selection-list if it returns a string.
93         Reported by Davide G. M. Salvetti <salve@debian.org>.
95 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
97         * thumbs.el (thumbs-thumbname): The resulting thubname now
98         includes a hash value to improve its uniqueness, and has a ".jpg"
99         extension.  Also, it is now a valid filename on all systems.
100         (thumbs-make-thumb): Use `let', not `let*'.
101         (thumbs-show-thumbs-list): Check for JPEG availability.
103 2005-05-30  Richard M. Stallman  <rms@gnu.org>
105         * filesets.el (filesets-menu-ensure-use-cached):
106         Prevent warning when emacs-version>= is undefined.
108         * printing.el (pr-interactive-n-up): Use string-to-number.
110         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
112         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
113         Warn only when name to be defined is quoted.
115 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
117         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
118         Make regexp more robust.
119         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
120         Force regeneration of disassembly.
122 2005-05-29  Jay Belanger  <belanger@truman.edu>
124         * calc/calc.el (calc-user-invocation): Check if
125         calc-invocation-macro is non-nil.
127 2005-05-29  Juri Linkov  <juri@jurta.org>
129         * add-log.el (change-log-font-lock-keywords):
130         Add `+' to e-mail regexp to accept mail address with keywords.
132         * man.el (Man-name-regexp): Add `:' to accept qualified names.
134 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
136         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
138         * ielm.el (inferior-emacs-lisp-mode): Ditto.
140 2005-05-29  Richard M. Stallman  <rms@gnu.org>
142         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
143         Undo the change that moves to end of the current word.
145 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
147         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
148         Throw error when count <= 0 to ensure input is a number.
149         (gdb-read-memory-custom): Pick up address from buffer.
150         (gdb-memory-mode): Allow user to increment and decrement
151         memory address from header line.
153 2005-05-29  Richard M. Stallman  <rms@gnu.org>
155         * flyspell.el (flyspell-version): Function deleted.
156         (flyspell-auto-correct-previous-hook): Doc fix.
158         * jit-lock.el (jit-lock-function, jit-lock-after-change):
159         Do nothing if memory is full.
161         * font-lock.el (font-lock-fontify-syntactically-region):
162         Pass t for GREEDY to looking-back.
164         * saveplace.el (save-place-alist-to-file): Write the file
165         using write-region.
167         * subr.el (looking-back): New argument GREEDY.
169         * progmodes/compile.el (compilation-start): Set the mode
170         before inserting the initial text.
172         * progmodes/which-func.el (which-func-update-1): Turn the mode
173         off in case of error by setting which-func-mode.
175 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
177         * flyspell.el (flyspell-auto-correct-previous-word):
178         Narrow down to what's on the screen, and recenter overlays
179         at the end of the next word.
181 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
183         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
184         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
185         (flyspell-abbrev-p): Default to nil.
186         (flyspell-use-global-abbrev-table-p): Doc fix.
187         (flyspell-large-region): Allow nil as value.
188         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
190         (mail-mode-flyspell-verify): More robust handling
191         of `mail-header-separator'.  More efficient signature detection.
192         Allow for regexp metacharacters in message-header-separator.
193         Adding `To' not to be checked in mail-mode-flyspell-verify.
195         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
196         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
197         Bind flyspell-auto-correct-binding.
198         Bind C-. and C-, .
199         (flyspell-mode-map): Likewise.
200         (flyspell-mode): Doc fix.
201         (flyspell-accept-buffer-local-defs): Preserve current buffer.
202         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
203         (flyspell-word-cache-result): New var, always local.
204         (flyspell-check-pre-word-p): Doc fix.
205         (flyspell-check-changed-word-p): Handle spc like newline.
206         (flyspell-post-command-hook): Set flyspell-word-cache-result.
207         (flyspell-word-search-backward, flyspell-word-search-forward):
208         New functions.
209         (flyspell-word): Return t if nothing to check.
210         When parsing TeX code, check for after } or \.
211         Use flyspell-word-search-backward to find previous word.
212         Return nil if duplicated word.
213         For word already checked, return same value as last time.
214         Set flyspell-word-cache-result after checking.
215         Don't clobber the return value.
216         (flyspell-get-word): Major rewrite.
217         (flyspell-external-point-words): New locals pword, pcount.
218         Fix size used in progress message.
219         Find the proper corresponding word in flyspell-large-region-buffer.
220         (flyspell-region): Check for flyspell-large-region = nil.
221         (flyspell-highlight-incorrect-region): Clean up overlays in region.
222         (flyspell-auto-correct-word): Check that WORD is a cons.
223         (flyspell-correct-word): Likewise.
225 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
227         * progmodes/make-mode.el (makefile-rule-action-regex)
228         (makefile-macroassign-regex, makefile-makepp-mode)
229         (makefile-bsdmake-mode): Continuation lines may be empty.
230         Reported by Joshua Varner.
231         (makefile-makepp-font-lock-keywords): Add $(stem).
233 2005-05-28  Karl Berry  <karl@gnu.org>
235         * textmodes/tex-mode.el: Now that tex-send-command calls
236         shell-quote-argument (2005-03-31 change), remove all calls to
237         shell-quote-argument; they all end up invoking tex-send-command.
238         The double quoting loses on filenames with non-safe characters,
239         such as "@".  Reported by Frederik Fouvry.
241 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
243         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
244         about preserving point.
246 2005-05-27  Jay Belanger  <belanger@truman.edu>
248         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
249         Info-goto-node.
251         * calc/calc-embed.el (calc-embed-arg): New variable.
252         (calc-do-embedded-activate, calc-embedded-activate-formula)
253         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
254         variable by new variable.
255         (calc-embedded-make-info): Replace undeclared variable by new
256         variable.  When selecting region with positive prefix
257         argument, use end of previous line instead of beginning of line.
259         * calc/calc-aent.el (calc-arg-values): Declare it.
261         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
262         Declare them.
264         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
266         * calc/calc.el (calc-alg-map): Declare it.
268         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
270 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
272         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
273         (gdb-registers-buffer, toggle-gdb-all-registers):
274         Toggle display of floating point registers.
275         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
277         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
278         (toggle-gud-tooltip-dereference):
279         Rename from gud-toggle-tooltip-dereference.
281 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
283         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
285 2005-05-27  Jay Belanger  <belanger@truman.edu>
287         * calc/calc-prog.el (calc-kbd-report): Remove.
288         (calc-kbd-query): Rewrite.
290 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
292         * image.el (image-library-alist): Move to image.c.
293         (image-type-available-p): Doc fix.
295 2005-05-27  Lute Kamstra  <lute@gnu.org>
297         * calc/calc.el (calc):
298         * outline.el (outline-1, outline-2, outline-3, outline-4)
299         (outline-5, outline-6, outline-7, outline-8):
300         * textmodes/dns-mode.el (dns-mode):
301         * textmodes/sgml-mode.el (sgml-namespace-face):
302         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
303         (tex-verbatim-face, tex-use-reftex):
304         * textmodes/texinfo.el (texinfo-heading-face):
305         Specify customization group.
307         * longlines.el: Don't require easy-mmode.
308         (longlines-visible-face): Specify customization group.
310 2005-05-27  Kenichi Handa  <handa@m17n.org>
312         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
313         encoding table of windows-1251.
315         * international/ucs-tables.el (ucs-set-table-for-input):
316         If translation-table-for-input of a coding system is a symbol, get
317         its translation-table property.
319         * international/code-pages.el: Don't register a coding system into
320         non-iso-charset-alist more than once.
321         (cp-make-coding-system): Likewise.
323 2005-05-26  John Wiegley  <johnw@newartisans.com>
325         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
326         `eshell-resume-eval' is wrapped in a list, it indicates that the
327         command was run asynchronously.  In that case, unwrap the value
328         before checking the delimiter value.
330         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
331         character before a space at the end of a line is \, assume the space
332         is part of the last argument rather than a final argument separator.
334         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
335         is in use, and the target is `t' or `nil' (which are the most common
336         values), don't assume that the symbol target is a buffer.
338 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
340         * calendar/calendar.el (calendar-mode-line-format):
341         Use mode-line-highlight as mouse-face.
343         * time.el (display-time-string-forms, display-time-update):
344         Use mode-line-highlight as mouse-face.
346 2005-05-26  Jay Belanger  <belanger@truman.edu>
348         * calc/calc.el (calc-language-alist): Remove extra defvar.
350 2005-05-26  Lute Kamstra  <lute@gnu.org>
352         * arc-mode.el (archive-mode):
353         * bookmark.el (bookmark-read-annotation-mode)
354         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
355         * bs.el (bs-mode):
356         * calc/calc-yank.el (calc-edit-mode):
357         * calc/calc.el (calc-mode, calc-trail-mode):
358         * calculator.el (calculator-mode):
359         * chistory.el (command-history-mode):
360         * comint.el:
361         * cus-edit.el (custom-mode):
362         * descr-text.el (describe-text-mode):
363         * ebuff-menu.el (Electric-buffer-menu-mode):
364         * ediff-util.el (ediff-mode):
365         * emacs-lisp/re-builder.el (reb-mode):
366         * emulation/vi.el (vi-mode-setup):
367         * emulation/ws-mode.el (wordstar-mode):
368         * eshell/esh-mode.el (eshell-mode):
369         * forms.el (forms-mode):
370         * help-mode.el (help-mode):
371         * hexl.el (hexl-mode):
372         * ibuffer.el (ibuffer-mode):
373         * ielm.el (inferior-emacs-lisp-mode):
374         * info.el (Info-mode, Info-edit-mode):
375         * international/swedish.el:
376         * ledit.el (ledit-from-lisp-mode):
377         * locate.el (locate-mode):
378         * mail/rmail.el (rmail-mode):
379         * mail/rmailedit.el (rmail-edit-mode):
380         * mail/rmailsum.el (rmail-summary-mode):
381         * mail/supercite.el (sc-electric-mode):
382         * net/eudc.el (eudc-mode):
383         * net/quickurl.el (quickurl-list-mode):
384         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
385         * obsolete/ooutline.el (outline-mode):
386         * obsolete/options.el (Edit-options-mode):
387         * obsolete/rnews.el (news-mode):
388         * obsolete/rnewspost.el (news-reply-mode):
389         * play/5x5.el (5x5-mode):
390         * play/decipher.el (decipher-mode, decipher-stats-mode):
391         * play/gomoku.el (gomoku-mode):
392         * play/snake.el (snake-mode):
393         * play/solitaire.el (solitaire-mode):
394         * play/tetris.el (tetris-mode):
395         * progmodes/ada-mode.el (ada-mode):
396         * progmodes/antlr-mode.el (antlr-mode):
397         * progmodes/autoconf.el (autoconf-mode):
398         * progmodes/dcl-mode.el (dcl-mode):
399         * progmodes/delphi.el (delphi-mode):
400         * progmodes/ebrowse.el (ebrowse-tree-mode)
401         (ebrowse-electric-list-mode, ebrowse-member-mode)
402         (ebrowse-electric-position-mode):
403         * progmodes/f90.el (f90-mode):
404         * progmodes/fortran.el (fortran-mode):
405         * progmodes/icon.el (icon-mode):
406         * progmodes/idlw-help.el (idlwave-help-mode):
407         * progmodes/idlw-shell.el (idlwave-shell-mode):
408         * progmodes/idlwave.el (idlwave-mode):
409         * progmodes/inf-lisp.el (inferior-lisp-mode):
410         * progmodes/m4-mode.el (m4-mode):
411         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
412         * progmodes/modula2.el (modula-2-mode):
413         * progmodes/octave-inf.el (inferior-octave-mode):
414         * progmodes/octave-mod.el (octave-mode):
415         * progmodes/pascal.el (pascal-mode):
416         * progmodes/sh-script.el (sh-mode):
417         * progmodes/sql.el (sql-mode, sql-interactive-mode):
418         * progmodes/vhdl-mode.el (vhdl-mode):
419         * progmodes/xscheme.el (scheme-interaction-mode):
420         * replace.el (occur-mode):
421         * ses.el (ses-mode):
422         * simple.el (completion-list-mode):
423         * skeleton.el:
424         * speedbar.el (speedbar-mode):
425         * term.el (term-mode):
426         * terminal.el (terminal-edit-mode):
427         * textmodes/reftex-index.el (reftex-index-mode)
428         (reftex-index-phrases-mode):
429         * textmodes/reftex-sel.el (reftex-select-label-mode)
430         (reftex-select-bib-mode):
431         * textmodes/reftex-toc.el (reftex-toc-mode):
432         * wdired.el (wdired-change-to-wdired-mode):
433         * wid-browse.el (widget-browse-mode):
434         Use run-mode-hooks.
436         * array.el (array-mode):
437         * calendar/todo-mode.el (todo-mode):
438         * man.el (Man-mode):
439         * play/landmark.el (lm-mode):
440         * play/mpuz.el (mpuz-mode):
441         Use kill-all-local-variables and run-mode-hooks.
443         * subr.el (delay-mode-hooks): Specify indentation.
445 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
447         * xml.el (xml-substitute-special): Don't die for undefined xml entities.
449 2005-05-26  Jay Belanger  <belanger@truman.edu>
451         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
452         of nil.
454 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
456         * progmodes/gdb-ui.el (gdb-frame-address):
457         Rename from gdb-current-address.
458         (gdb-previous-frame-address): Rename from gdb-previous-address.
459         (gdb-selected-frame): Rename from gdb-current-frame.
460         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
461         (gdb-frame-number): Rename from gdb-current-stack-level.
462         (gdb-ann3): Match new mode-name for disassembly buffer.
463         Extend initialisation of variables.
464         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
465         (gdb-memory-mode): Use mouse-face in header line.
466         (gdb-assembler-buffer-name): Call it disassembly and give frame
467         in mode line.
468         (gdb-source-spec-regexp, gdb-assembler-custom)
469         (gdb-invalidate-assembler, gdb-frame-handler):
470         Make robust to leading zeroes in address format.
472 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
474         * textmodes/org.el (org-mode): Use `define-derived-mode' to
475         define `org-mode'.
476         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
478 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
480         * log-edit.el (log-edit-changelog-entries): Distinguish between
481         filenames like xfns.c and fns.c.
483 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
485         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
486         point after reverting.
487         (Buffer-menu-make-sort-button): Handle the case where
488         `Buffer-menu-use-header-line' is nil.
490 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
492         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
493         New funcs.  In minibuffer-local-completion-map bind `]', `/'
494         and `:' to them.
496 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
498         * startup.el (normal-top-level): Allow modification of load-path while
499         we're iterating over it.
501 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
503         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
504         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
505         (thumbs-resize-interactive, thumbs-insert-image)
506         (thumbs-insert-thumb, thumbs-dired-show-marked)
507         (thumbs-find-image-at-point, thumbs-delete-images)
508         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
509         (thumbs-increment-image-size, thumbs-decrement-image-size):
510         Fix typos in docstrings.
512 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
514         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
515         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
516         (cperl-mode): Use them.
518 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
520         * window.el (quit-window, shrink-window-if-larger-than-buffer):
521         Doc fixes.
523 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
525         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
526         Bind C-d to gdb-inferior-io-eof.
528         * dired.el (dired-dnd-popup-notice): Use message-box.
530 2005-05-23  Masatake YAMATO  <jet@gyve.org>
532         * bindings.el (mode-line-major-mode-keymap):
533         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
535         * faces.el (mode-line-highlight): New face.
537         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
538         as mouse-face.
540         * bindings.el (top-level, help-echo, mode-line-modified)
541         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
542         as mouse-face.
544 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
546         * progmodes/cc-engine.el (c-guess-basic-syntax):
547         Remove spurious call to `zerop'.
549         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
551 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
553         CC Mode update to 5.30.10:
555         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
556         could go past the limit in decoration level 2, thereby causing
557         errors during interactive fontification.
559         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
560         the file is evaluated interactively.
562         * cc-engine.el (c-guess-basic-syntax): Handle operator
563         declarations somewhat better in C++.
565         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
566         make use of `run-mode-hooks' which has been added in Emacs 21.1.
567         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
568         (awk-mode): Use it.
569         (make-local-hook): Suppress warning about obsoleteness.
571         * cc-engine.el, cc-align.el, cc-cmds.el
572         (c-append-backslashes-forward, c-delete-backslashes-forward)
573         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
574         Compensate for return value from `forward-line' when it has moved
575         but not to a different line due to eob.
577         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
578         `objc-method-intro' and `objc-method-args-cont'.
580 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
582         CC Mode update to 5.30.10:
584         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
585         in the copyright statement.  Incidentally, change "along with GNU
586         Emacs" to "along with this program" where it occurs.
588         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
589         so that it is interactive, hence can be found by M-x awk-mode
590         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
591         <gmorris+emacs@ast.cam.ac.uk>.
593         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
594         Mode's regexps.
596 2005-05-23  Kevin Ryde  <user42@zip.com.au>
598         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
599         c-parse-state, to avoid a lisp error (on bad code).
601 2005-05-23  Lute Kamstra  <lute@gnu.org>
603         * subr.el (font-lock-defaults): Remove defvar as it's already
604         defined in font-core.el.
606         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
608 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
610         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
611         more general and work when GDB variable "print pretty" is on,
612         as with Emacs, for example.
614 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
616         * font-core.el: Update comment.
618         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
619         Use `after-change-major-mode-hook' instead of `find-file-hook'.
621         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
623 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
625         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
626         and `yank-handler' in the doc strings.
628 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
630         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
632 2005-05-22  Richard M. Stallman  <rms@gnu.org>
634         * help.el (describe-key): Move print-help-return-message call
635         out of conditional.
637         * progmodes/etags.el (list-tags): Use with-no-warnings.
639         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
640         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
641         (starttls-extra-args, starttls-extra-arguments): Add defvars.
643         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
645         * language/viet-util.el (viet-viscii-nonascii-translation-table):
646         Add defvar.
648         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
649         Use defvar, not defconst.
651         * hexl.el (hexl-follow-line): Use with-no-warnings.
653         * emulation/tpu-extras.el: Use write-file-functions instead of
654         write-file-hooks.
656         * dired.el (dired-font-lock-keywords): Fontify files with junk
657         extensions even if marked by -F.
659 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
661         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
662         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
663         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
664         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
665         (concatenate, list-length, get*, getf, cl-remprop):
666         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
667         (etypecase, progv, lexical-let, lexical-let*)
668         (multiple-value-bind, multiple-value-setq, shiftf):
669         Improve argument/docstring consistency.
671         * subr.el (focus-frame, unfocus-frame):
672         Revert deletion on 2005-05-01.
674 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
676         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
677         doesn't exist.
679         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
680         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
682 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
684         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
685         already deleted variables: auto-fill-hook, blink-paren-hook,
686         lisp-indent-hook, inhibit-local-variables, unread-command-event,
687         suspend-hooks, comment-indent-hook, meta-flag,
688         before-change-function, after-change-function,
689         font-lock-doc-string-face.
691 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
693         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
695 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
697         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
698         rmail-dont-reply-to.
700 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
702         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
703         literal blank when splitting new-header-values.
705 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
707         * calendar/cal-menu.el (cal-menu-update): Add separator as a
708         string so that tmm doesn't create a completion entry for it.
710         * textmodes/table.el (table-disable-menu): Ditto.
712 2005-05-21  Richard M. Stallman  <rms@gnu.org>
714         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
716         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
718         * net/rcompile.el (remote-compile): Use compilation-start.
720         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
722 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
724         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
725         Default to makefile-bsdmake-mode on BSD systems.
727         * imenu.el (imenu-generic-expression, imenu--generic-function'):
728         REGEXP may also be a search function now.  The part of doc-string
729         for describing the structure was 95% identical to that of
730         `imenu--generic-function'.  Unify it there.
732         * progmodes/make-mode.el (makefile-imenu-generic-expression):
733         Use function to find dependencies, because regexp alone is so complex,
734         it easily goes into an endless loop.
735         (makefile-makepp-mode): Also add submenu for Perl functions
736         defined in the makefile.
737         (makefile-bsdmake-mode): Special imenu-generic-expression no
738         longer needed, due to function call.
739         (makefile-match-dependency): Take BOUND into account when checking
740         if we're through.
742 2005-05-20  Jay Belanger  <belanger@truman.edu>
744         * calc/calc-units.el (calc-invalidate-units-table):
745         Use inhibit-read-only.
746         (math-build-units-table-buffer): Use view-mode.
748 2005-05-20  David Kastrup  <dak@gnu.org>
750         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
751         easy-menu-add is not a nop on Emacs; and clarify when to call it.
753 2005-05-20  Lute Kamstra  <lute@gnu.org>
755         * diff-mode.el (diff-header-face, diff-file-header-face)
756         (diff-index-face, diff-hunk-header-face, diff-removed-face)
757         (diff-added-face, diff-changed-face, diff-function-face)
758         (diff-context-face, diff-nonexistent-face): Put them in the
759         diff-mode customization group.
761 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
763         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
765         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
767         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
768         Minor regexp-optimization.
770 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
772         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
773         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
774         (org-agenda-add-time-grid-maybe): New function.
775         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
776         (org-table-create): `dotimes' instead of `mapcar'.
777         (org-xor): Simplify implementation.
778         (org-agenda): `inhibit-redisplay' turned on.
779         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
780         a consistent line after a state change.
781         (org-agenda-remove-times-when-in-prefix): New option.
782         (org-prefix-has-time): New variable.
783         (org-parse-time-string): Optional argument NODEFAULT.
784         (org-format-agenda-item): Parse items for time-of-day
785         specifications and move these into the prefix if possible.
786         (org-agenda-priority): Get current heading, not previous heading
787         during agenda remote editing.
789 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
791         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
792         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
793         (remove-duplicates, delete-duplicates, substitute)
794         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
795         (nsubstitute-if-not, find, find-if, find-if-not, position)
796         (position-if, position-if-not, count, count-if, count-if-not)
797         (mismatch, search, sort*, stable-sort, merge, member*)
798         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
799         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
800         (intersection, nintersection, set-difference, nset-difference)
801         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
802         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
803         (nsublis, tree-equal): Improve argument/docstring consistency.
805         * subr.el (send-string, send-region):
806         Remove obsolescence declaration.
807         (window-dot, set-window-dot, read-input, show-buffer)
808         (eval-current-buffer, string-to-int):
809         Add release number to obsolescence declarations.
811 2005-05-19  Kim F. Storm  <storm@cua.dk>
813         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
814         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
816 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
818         * faces.el (list-faces-display): Make back button respect optional
819         regexp arg.
821 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
823         * calculator.el (calculator-radix-grouping-mode)
824         (calculator-radix-grouping-digits, calculator-displayer)
825         (calculator-radix-grouping-separator, calculator-copy-displayer):
826         * dabbrev.el (dabbrev-search-these-buffers-only):
827         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
828         (diff-advance-after-apply-hunk, diff-mode-hook)
829         (diff-minor-mode-prefix):
830         * imenu.el (imenu-use-popup-menu):
831         * jit-lock.el (jit-lock-context-time):
832         * newcomment.el (comment-fill-column, comment-column)
833         (comment-style, comment-padding, comment-multi-line)
834         (comment-empty-lines, comment-auto-fill-only-comments):
835         * reveal.el (reveal-around-mark):
836         * uniquify.el (uniquify-buffer-name-style)
837         (uniquify-after-kill-buffer-p)
838         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
839         (uniquify-min-dir-content, uniquify-separator)
840         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
841         * w32-vars.el (w32-fixed-font-alist):
842         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
843         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
844         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
845         * progmodes/perl-mode.el (perl-indent-level)
846         (perl-continued-statement-offset, perl-continued-brace-offset)
847         (perl-brace-offset, perl-brace-imaginary-offset)
848         (perl-label-offset, perl-indent-continued-arguments)
849         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
850         * progmodes/tcl.el (tcl-indent-level)
851         (tcl-continued-indent-level, tcl-auto-newline)
852         (tcl-tab-always-indent, tcl-electric-hash-style)
853         (tcl-help-directory-list, tcl-use-smart-word-finder)
854         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
855         (inferior-tcl-source-command):
856         * textmodes/fill.el (enable-kinsoku):
857         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
858         * textmodes/table.el (table-yank-handler):
859         Specify missing group (and type, if simple) in defcustom.
861 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
863         * progmodes/compile.el (compilation-finish-function): Fix defvar.
865 2005-05-19  Richard M. Stallman  <rms@gnu.org>
867         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
869         * subr.el (event-basic-type): Don't get an error.
870         (left-fringe-p): Function deleted.
872         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
873         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
875         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
876         in recursive copy.
878         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
880         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
882         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
883         Call byte-compile-nogroup-warn if appropriate.
885         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
886         (compilation-set-window): Don't call left-fringe-p; do it directly.
888 2005-05-19  Jay Belanger  <belanger@truman.edu>
890         * calc/calc-graph.el (calc-graph-format-data): Make sure
891         var-PlotRejects is bound before trying to check its value.
893 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
895         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
896         definition of this variable from reftex-global.el to reftex.el,
897         because it is needed in the menu.
899 2005-05-19  Lute Kamstra  <lute@gnu.org>
901         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
902         years are fixed.  Don't insert a space after a dash.
904 2005-05-19  Kim F. Storm  <storm@cua.dk>
906         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
908 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
910         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
911         strings, because (eq ... ?\\) is fairly frequent.
913         * progmodes/make-mode.el (makefile-add-this-line-targets):
914         Simplify and integrate into `makefile-pickup-targets'.
915         (makefile-add-this-line-macro): Simplify and integrate into
916         `makefile-pickup-macros.
917         (makefile-pickup-filenames-as-targets): Simplify.
918         (makefile-previous-dependency, makefile-match-dependency):
919         Don't stumble over `::'.
921 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
923         * subr.el (post-command-idle-hook, post-command-idle-delay):
924         Remove obsoletion of post-command-idle-hook and
925         post-command-idle-delay.
927         * faces.el (list-faces-display): Provide button when describe-face
928         is called to take user back to the list of faces.
930         * help-fns.el (describe-variable): Remove hyperlinks in a
931         variable's value as these are quite frequently inappropriate.
933         * follow.el (follow-submit-feedback, follow-mode):
934         Remove references to post-command-idle-hook.
936 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
938         * progmodes/make-mode.el (makefile-previous-dependency)
939         (makefile-match-dependency): Check for := (and in bsd mode also
940         !=) to give a better result, even when font-lock is not on.
942 2005-05-18  Jay Belanger  <belanger@truman.edu>
944         * calc/calc-help.el (calc-s-prefix-help):
945         Add `calc-copy-special-constant' to help string.
947 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
949         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
951 2005-05-18  Jay Belanger  <belanger@truman.edu>
953         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
954         in linear factors are in proper order.
956 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
958         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
959         Support for jurabib.
961         * textmodes/reftex.el (featurep): Define aliases for overlay
962         commands, for XEmacs compatibility, and use these aliases in
963         overlay initializations.
964         (reftex-highlight): Use `reftex-move-overlay'.
965         (reftex-unhighlight): Use `reftex-delete-overlay'.
966         (reftex-uniq): Funktion removed.  Use `reftex-uniquify' instead.
967         (reftex-access-search-path): Use `reftex-uniquify' instead of
968         `reftex-uniq'
970         * textmodes/reftex-sel.el (reftex-select-unmark):
971         Overlay `before-string' property modification enables for Emacs as well.
972         (reftex-select-item): Use `reftex-delete-overlay'.
973         (reftex-select-mark): Use `reftex-make-overlay' and
974         `reftex-overlay-put'.
975         (reftex-select-unmark): Use `reftex-delete-overlay' and
976         `reftex-overlay-put'.
978 2005-05-18  Lute Kamstra  <lute@gnu.org>
980         * emacs-lisp/lisp.el (check-parens): Fix docstring.
982 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
984         * add-log.el (add-change-log-entry):
985         * array.el (array-make-template, array-reconfigure-rows)
986         (array-init-max-row, array-init-max-column)
987         (array-init-columns-per-line, array-init-field-width):
988         * replace.el (replace-match-maybe-edit, perform-replace):
989         * textmodes/spell.el (spell-region):
990         Replace `read-input' by `read-string'.
992         * forms.el (forms-mode):
993         * finder.el (finder-compile-keywords):
994         * shadowfile.el (shadow-read-files):
995         Replace `eval-current-buffer' by `eval-buffer'.
997         * terminal.el (te-pass-through):
998         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
999         (ange-ftp-raw-send-cmd):
1000         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1001         (send-process-next-char, telnet-initial-filter, telnet):
1002         Replace `send-string' by `process-send-string'.
1004         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1005         (prolog-consult-region): Replace `send-string' by
1006         `process-send-string'; replace `send-region' by `process-send-region'.
1008         * progmodes/delphi.el (delphi-log-msg):
1009         Replace `set-window-dot' by `set-window-point'.
1011         * subr.el (window-dot, set-window-dot, read-input, send-string)
1012         (send-region, show-buffer, eval-current-buffer):
1013         Make really obsolete, as the comment says.
1015 2005-05-17  Kim F. Storm  <storm@cua.dk>
1017         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1018         (cua--init-keymaps): Bind C-return instead of S-return to set
1019         rectangle mark.
1021         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1022         instead of S-return to toggle/clear rectangle mark.
1024 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
1026         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1027         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1028         Also fontify plain strings assigned to variables, mostly so that a
1029         colon has a face and is thus not taken as a dependency separator.
1030         (makefile-previous-dependency): Inline the new matcher, because it
1031         is too complex to work in both directions.
1032         (makefile-match-dependency): Eliminate `backward' arg (see above).
1033         Completely reimplemented so as to not sometimes go into an endless
1034         loop.  It should also be more efficient, because first it only
1035         searches for `:', instead of applying the very complex regexp.
1036         (makefile-mode): Cancel `font-lock-support-mode', because blocks
1037         to be fontified in one piece can be too long for JIT.
1038         Makefiles are never *that* big.
1040 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
1042         * dired.el (dired-mode): Simplify.
1044 2005-05-17  Lute Kamstra  <lute@gnu.org>
1046         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1047         defcustom for the mode hook variable.
1049         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1050         Emacs Lisp Reference Manual.
1052 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
1054         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1055         (evenp, list*):
1056         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1057         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1059         * net/tramp-smb.el (tramp-smb-open-connection):
1060         Pass `tramp-chunksize' as fifth (required) argument.
1062 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
1064         * font-lock.el (lisp-font-lock-keywords-1):
1065         Set `font-lock-negation-char-face' for [^...] char group.
1066         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1068         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1069         a var, and refine it to mask one more level of nested vars.
1070         (makefile-rule-action-regex): Turn it into a var, and refine it so
1071         it recognizes backslashed continuation lines as belonging to the
1072         same command.
1073         (makefile-macroassign-regex): Refine it so it recognizes
1074         backslashed continuation lines as belonging to the same command.
1075         (makefile-var-use-regex): Don't look at the next char, because it
1076         might be the same one to be skipped by the initial [^$], leading
1077         to an overlooked variable use.
1078         (makefile-make-font-lock-keywords): Remove two parameters, which
1079         are now variables that some of the modes set locally.
1080         Handle dependency and rule action matching through functions, because
1081         regexps alone match too often.  Dependency matching now comes
1082         last, so it can check, whether a colon already matched something else.
1083         (makefile-mode): Inform that font-lock improves makefile parsing
1084         capabilities.
1085         (makefile-match-dependency, makefile-match-action): New functions.
1087 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
1089         * emacs-lisp/cl-extra.el (equalp): Doc fix.
1091         * align.el (align-regexp):
1092         * ansi-color.el (ansi-color-get-face):
1093         * array.el (array-reconfigure-rows, array-init-max-row)
1094         (array-init-max-column, array-init-columns-per-line)
1095         (array-init-field-width):
1096         * dired-aux.el (dired-trample-file-versions):
1097         * dired-x.el (dired-mark-sexp):
1098         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1099         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1100         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1101         * faces.el (face-read-integer):
1102         * files.el (backup-extract-version, insert-directory):
1103         * hexl.el (hexl-insert-decimal-char):
1104         * server.el (server-process-filter):
1105         * shell.el (shell-extract-num):
1106         * startup.el (command-line-1):
1107         * term.el (term-command-hook):
1108         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1109         (time-stamp-do-number):
1110         * time.el (display-time-update):
1111         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1112         (timezone-fix-time):
1113         * vms-patch.el (vms-suspend-resume-hook):
1114         * calendar/appt.el (appt-convert-time):
1115         * calendar/cal-bahai.el (mark-bahai-diary-entries):
1116         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1117         * calendar/cal-islam.el (mark-islamic-diary-entries):
1118         * calendar/calendar.el (calendar-cursor-to-date)
1119         (calendar-star-date):
1120         * calendar/diary-lib.el (diary-attrtype-convert)
1121         (mark-diary-entries, diary-entry-time):
1122         * calendar/solar.el (solar-get-number):
1123         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1124         * emacs-lisp/re-builder.el (reb-display-subexp):
1125         * emulation/edt.el (edt-set-scroll-margins):
1126         * emulation/tpu-extras.el (tpu-set-scroll-margins):
1127         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1128         (vip-get-ex-count):
1129         * emulation/viper-ex.el (viper-get-ex-token)
1130         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1131         * international/fontset.el (fontset-plain-name):
1132         * mail/feedmail.el (feedmail-look-at-queue-directory):
1133         * mail/mailalias.el (mail-get-names):
1134         * mail/rmail.el (rmail-convert-to-babyl-format):
1135         * mail/rmailsum.el (rmail-make-basic-summary-line)
1136         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1137         (rmail-summary-goto-msg):
1138         * mail/smtpmail.el (smtpmail-read-response):
1139         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1140         (ange-ftp-vms-add-file-entry):
1141         * play/gametree.el (gametree-looking-at-ply)
1142         (gametree-current-branch-score):
1143         * progmodes/ada-xref.el (ada-prj-find-prj-file)
1144         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1145         * progmodes/cperl-mode.el (condition-case):
1146         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1147         (ebrowse-set-member-buffer-column-width)
1148         (ebrowse-select-1st-to-9nth):
1149         * progmodes/etags.el (etags-snarf-tag):
1150         * progmodes/flymake.el (flymake-parse-line):
1151         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1152         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1153         (idlwave-shell-menu-def):
1154         * progmodes/ps-mode.el (ps-run-goto-error):
1155         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1156         (vhdl-speedbar-contract-level):
1157         * term/mac-win.el (x-handle-numeric-switch):
1158         * term/sun-mouse.el (sun-get-frame-data):
1159         * term/w32-win.el (x-handle-numeric-switch):
1160         * term/x-win.el (x-handle-numeric-switch):
1161         * textmodes/ispell.el (ispell-parse-output):
1162         * textmodes/nroff-mode.el (nroff-outline-level):
1163         * textmodes/reftex-cite.el (reftex-bib-sort-year)
1164         (reftex-bib-sort-year-reverse, reftex-format-citation):
1165         * textmodes/reftex-parse.el (reftex-init-section-numbers)
1166         (reftex-section-number):
1167         * textmodes/texinfmt.el (texinfo-paragraphindent):
1168         Replace `string-to-int' by `string-to-number'.
1170         * international/latexenc.el: Add page marker to force the "Local
1171         Variables:" string out of the last page.
1173 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
1175         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1176         tooltip-change-major-mode.
1177         (gud-tooltip-print-command): Remove case where gud-minor-mode
1178         is gdb ("--fullname").
1179         (gud-tooltip-tips): Turn GUD tooltips off for this case and
1180         explain to user.
1182 2005-05-16  Jay Belanger  <belanger@truman.edu>
1184         * calc/calc-store.el (calc-copy-special-constant): New function.
1186         * calc/calc-ext.el (calc-init-extensions): Add binding for
1187         `calc-copy-special-constant'.
1189         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
1190         for the `calc-copy-special-constant' command.
1192 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
1194         * subr.el (left-fringe-p): New function.
1196         * progmodes/compile.el (compilation-setup): Set local value of
1197         overlay-arrow-string to "" always.
1198         (compilation-set-window): Left fringe then don't scroll.
1199         No left fringe then no arrow and scroll message to top.
1200         (compilation-context-lines): Adjust doc string accordingly.
1202 2005-05-16  Kim F. Storm  <storm@cua.dk>
1204         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1205         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
1206         (ido-wide-find-dir-or-delete-dir): New command for M-d.
1207         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
1208         (ido-read-file-name): Handle commands with ido property value
1209         equal to find-file as reading a file name, to allow C-d to enter dired.
1210         (ibuffer-find-file): Add ido property with value find-file.
1212 2005-05-15  Kim F. Storm  <storm@cua.dk>
1214         * subr.el (open-network-stream-nowait): Remove.
1215         (open-network-stream-server): Remove.
1217 2005-05-15  Richard M. Stallman  <rms@gnu.org>
1219         * faces.el (describe-face): Output a definition link button.
1221         * help-mode.el (help-face-def): New button type.
1223         * emacs-lisp/copyright.el (copyright-fix-years):
1224         Match properly if the first year is 2-digit.
1225         Don't mess up the whitespace after the years by filling.
1227         * dired-aux.el (dired-mark-confirm):
1228         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
1230         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
1231         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
1232         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
1234         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1235         Set font-lock-comment-start-skip.
1237         * font-lock.el (font-lock-comment-start-skip): New variable.
1238         (font-lock-comment-end-skip): New variable.
1239         (font-lock-fontify-syntactically-region): Use them if non-nil.
1241 2005-05-15  Jay Belanger  <belanger@truman.edu>
1243         * calc/calc-store.el (calc-store-value): Return a string rather
1244         than display it as a message.
1245         Use calc-var-name for variable name.
1246         (calc-store-into): Add the result of calc-store-value to message.
1247         (calc-copy-variable): Add a message.
1248         (calc-store-exchange): Improve error messages.
1249         (calc-store-binary, calc-store-map): Don't reset the values of
1250         special constants.
1252 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
1254         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
1255         manual to docstring.
1257         * files.el (hack-local-variables-confirm): Add STRING argument.
1258         Make the function handle non file visiting buffers correctly.
1259         (hack-local-variables-prop-line, hack-local-variables)
1260         (hack-one-local-variable): Use STRING arg of
1261         `hack-local-variables-confirm'.
1263 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
1265         Sync with Tramp 2.0.49.
1267         * tramp.el (tramp-handle-dired-call-process)
1268         (tramp-handle-insert-directory):`insert-buffer' cannot be used
1269         because the contents of the Tramp buffer is changed before
1270         insertion (`expand-file' and alike).
1271         (tramp-handle-insert-directory): If `localname' has an empty
1272         nondirectory name, it must not be quoted.
1273         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
1274         variable `tramp-chunksize'.  Change callees.
1275         (tramp-open-connection-setup-interactive-shell): Check remote host
1276         for buggy `send-process-string' implementation.
1277         Set `tramp-chunksize' if found.  Reported by Michael Kifer
1278         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
1279         (tramp-handle-shell-command): `insert-buffer' cannot be used
1280         because the contents of the Tramp buffer is changed before
1281         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
1282         <frederic.bothamy@free.fr>.
1283         (tramp-set-auto-save): Actions should be done for Tramp file name
1284         handler only.  Ange-FTP has its own auto-save mechanism.
1285         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1286         (tramp-set-auto-save-file-modes): Set file modes of
1287         `buffer-auto-save-file-name' to ?\600 as fallback solution.
1288         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
1289         (tramp-bug): Remove obsolete variable.
1290         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
1291         for presence of `mml-mode'.  Make it running for older Emacsen as well.
1293 2005-05-14  John Paul Wallington  <jpw@pobox.com>
1295         * ibuf-ext.el (define-ibuffer-filter filename):
1296         If `dired-directory' is a list, use its car.
1298 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
1300         * ibuffer.el (define-ibuffer-column filename):
1301         If `dired-directory' is a list, use its car.
1303 2005-05-14  Richard M. Stallman  <rms@gnu.org>
1305         * subr.el (symbol-file): Doc fix.
1307         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
1308         (byte-compile-form): Call byte-compile-nogroup-warn.
1309         (byte-compile-warning-types): Doc fix.
1311         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
1313         * progmodes/cc-engine.el (c-literal-faces):
1314         Add font-lock-comment-delimiter-face.
1316         * net/net-utils.el (dig): Use with-no-warnings.
1318         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
1319         (sc-recite-frame-alist, sc-default-cite-frame)
1320         (sc-default-uncite-frame, sc-default-recite-frame)
1321         (sc-attrib-selection-list, sc-rewrite-header-list):
1322         Mark as risky-local-variable.
1324         * international/ogonek.el (ogonek-jak, ogonek-how):
1325         Don't use beginning-of-buffer.
1327         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
1329         * calendar/solar.el (solar-data-list): Move definition up.
1331         * dnd.el (dnd-protocol-alist): Add autoload.
1333         * progmodes/sh-script.el: Many doc usage fixes.
1334         (sh-indent-after-do): Change default to match common styles.
1336 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
1338         * files.el (interpreter-mode-alist)
1339         (auto-mode-interpreter-regexp): Doc fixes.
1341 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
1343         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
1345         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
1347 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1349         * dired.el (dired-mode): make-variable-buffer-local =>
1350         make-local-variable.
1352 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1354         * term/mac-win.el (mac-select-convert-to-string): Try coding
1355         systems in mac-script-code-coding-systems if specified one cannot
1356         encode string for `com.apple.traditional-mac-plain-text'.
1358 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
1360         * progmodes/make-mode.el (makefile-targets-face)
1361         (makefile-shell-face, makefile-makepp-perl-face): New faces.
1362         (makefile-dependency-regex): Fix it to not make the colon in
1363         $(var:a=b) special.
1364         (makefile-rule-action-regex): New regexp for highlighting embedded
1365         Shell strings.
1366         (makefile-macroassign-regex): Handle != for highlighting as
1367         embedded Shell strings.
1368         (makefile-var-use-regex): New const.
1369         (makefile-statements, makefile-automake-statements)
1370         (makefile-gmake-statements, makefile-makepp-statements)
1371         (makefile-bsdmake-statements): New consts.
1372         (makefile-make-font-lock-keywords): New function.
1373         (makefile-automake-font-lock-keywords)
1374         (makefile-gmake-font-lock-keywords)
1375         (makefile-makepp-font-lock-keywords)
1376         (makefile-bsdmake-font-lock-keywords): New consts.
1377         (makefile-mode-map): Add switchers between the various submodes.
1378         (makefile-mode): Document the availability of the variants.
1379         (makefile-automake-mode, makefile-gmake-mode)
1380         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
1382         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
1383         new variants of makefile-mode.
1385 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1387         * font-lock.el (font-lock-comment-delimiter-face): Fix up
1388         the inheritance.
1390 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
1392         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
1393         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
1395         * files.el (normal-mode): Extend the scope of the
1396         `enable-local-variables' binding to include the `set-auto-mode' call.
1397         (magic-mode-alist): Doc fix.
1399 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1401         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
1402         font-lock-comment-face rather than copying its setting.
1404 2005-05-12  Andreas Schwab  <schwab@suse.de>
1406         * eshell/esh-mode.el (eshell-send-input): Doc fix.
1408 2005-05-12  Lute Kamstra  <lute@gnu.org>
1410         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
1411         defcustom for the mode hook variable.  Delete the last argument.
1412         * generic-x.el: Fix callers of define-generic-mode.
1413         (generic-x-modes): Delete group.
1414         (show-tabs-tab-face, show-tabs-space-face): Put them in the
1415         generic-x customization group.
1417 2005-05-12  Kim F. Storm  <storm@cua.dk>
1419         * font-lock.el (font-lock-negation-char-face): Default to "off".
1421         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
1422         font-lock-negation-char-face to ! in !=.
1424 2005-05-12  Masatake YAMATO  <jet@gyve.org>
1426         * add-log.el (find-change-log): Fix typos in the docstring
1427         of function.
1429 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1431         * international/latexenc.el (latexenc-find-file-coding-system):
1432         Avoid `re-search-forward' when looking for input encoding because
1433         of speed and safety.  Better regular expressions for recognizing
1434         input encoding.  Limit a search for TeX-master/tex-main-file to
1435         the local variable section.
1437 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
1439         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
1440         syntax of $ to "'" (quote).
1442 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
1444         * dnd.el (dnd-protocol-alist): Improve custom type.
1446         * dired.el (dired-dnd-protocol-alist): New variable.
1447         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
1448         `dired-mode-hook' to the end.
1450 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1452         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
1453         comment-end if comment-start-skip is not set.
1454         Obey the font-lock-comment-delimiter-face variables.
1456 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1458         * files.el (executable-find): Move from executable.el.  Use locate-file.
1459         * progmodes/executable.el (executable-find): Move to files.el.
1461         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
1462         when trying to ensure forward progress.
1464 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
1466         * mouse-sel.el (mouse-sel-follow-link-p): New function.
1467         (mouse-select, mouse-select-internal, mouse-extend-internal):
1468         Use it to implement mouse-1-click-follows-link functionality.
1470 2005-05-11  Richard M. Stallman  <rms@gnu.org>
1472         * font-lock.el (font-lock-fontify-syntactically-region):
1473         Use font-lock-comment-delimiter-face for comment delimiters.
1475 2005-05-10  Jay Belanger  <belanger@truman.edu>
1477         * calc/calc-help.el (calc-m-prefix-help): Add mention of
1478         preserving embedded modes.
1480 2005-05-10  Richard M. Stallman  <rms@gnu.org>
1482         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
1484         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
1485         Move from ada-stmt.el.
1486         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
1488         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
1489         Move to ada-mode.el.
1490         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
1492         * cus-edit.el (custom-file): Call file-chase-links.
1494         * files.el (read-directory-name): Fix previous change.
1495         (hack-local-variables-confirm): New function.
1496         (hack-local-variables-prop-line, hack-local-variables)
1497         (hack-one-local-variable): Use it.
1499 2005-05-10  Lute Kamstra  <lute@gnu.org>
1501         * font-lock.el (font-lock-keywords-alist)
1502         (font-lock-removed-keywords-alist): Clarify docstrings.
1504 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
1506         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
1507         (gdb-source-info): Check for preprocessor info.
1508         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
1509         a macro for a function.
1510         (gdb-info-breakpoints-custom): Try to find file again if not already
1511         found (user might have used GDB dir command).
1512         (gdb-get-location): Update gdb-location-alist correctly for change
1513         to gdb-info-breakpoints-custom.
1515         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
1516         (gud-tooltip-print-command): Add gdbmi case.
1517         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
1518         preprocessor info.
1520 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
1522         * startup.el (fancy-splash-insert): Fix typo in doc string.
1524 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
1526         * obsolete/float.el (string-to-float):
1527         * obsolete/hilit19.el (hilit-add-pattern):
1528         * obsolete/rnews.el (news-parse-range, news-select-message)
1529         (news-get-pruned-list-of-files): Replace `string-to-int' by
1530         `string-to-number'.
1532         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
1533         `find-file-not-found-hooks'; use `add-hook'.
1534         (uncompress-while-visiting): Set `write-file-functions', not
1535         `write-file-hooks'; use `add-hook'.
1537 2005-05-09  Kim F. Storm  <storm@cua.dk>
1539         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
1540         (cua-paste): Handle clipboard action.
1541         (cua--init-keymaps): Remap clipboard-kill-region and
1542         clipboard-kill-ring-save.
1544 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
1546         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1547         Improve commentary.
1549         * simple.el (next-error-overlay-arrow-position): Revert the change
1550         made on 2005-04-30.
1552 2005-05-07  Jay Belanger  <belanger@truman.edu>
1554         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
1555         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
1556         `calc-sel-reselect'.
1558         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
1559         Calc is in embedded mode.
1561 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
1563         * progmodes/compile.el (compilation-setup):
1564         Set overlay-arrow-string to an empty string on text terminals.
1566         * textmodes/ispell.el (ispell-program-name): Try looking for
1567         "aspell" along exec-path, and if found, use it as the default
1568         speller program.
1570 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
1572         * international/mule.el (sgml-xml-auto-coding-function):
1573         Recognize encoding='FOO' in single quotes as well as in double quotes.
1575 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1577         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
1578         as well as `interactive', so that defmacro* would recognize
1579         `declare' forms.
1581 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
1583         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1584         Explain more about the LIGHTER arg's usage in the doc string.
1585         Add commentary to clarify what the code does.  Fix the regexp that
1586         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
1587         since it could have characters special to regular expressions.
1589 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
1591         * replace.el (occur-1): Bind inhibit-read-only so that
1592         erase-buffer doesn't barf on read-only text properties (likewise
1593         for add-text-properties in occur-engine).  Mark buffer as unmodified.
1594         (occur-engine): Don't set buffer-read-only here.
1596 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1598         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
1599         list-buffers-directory.  This caused the *cvs-commit* buffer to be
1600         sometimes mistakenly reused as a *cvs* buffer.
1602 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
1604         * tooltip.el: Move code for GUD tooltips into gud.el.
1605         (require): CL no longer needed to compile case.
1606         (tooltip-mode): Do not toggle functions for GUD tooltips.
1607         (tooltip-gud-tips-p): Remove.  Replace with minor mode
1608         gud-tooltip-mode in gud.el.
1609         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
1610         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
1611         tooltip-gud prefix with gud-tooltip and obsolete.
1612         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
1613         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
1614         (tooltip-mouse-motion): Mouse movement functions/variable.
1615         Rename in gud.el by adding gud prefix.
1616         (tooltip-gud-original-filter, tooltip-gud-dereference)
1617         (tooltip-gud-event, tooltip-toggle-gud-tips)
1618         (tooltip-gud-process-output, tooltip-gud-print-command)
1619         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
1620         gud.el by replacing tooltip-gud prefix with gud-tooltip.
1621         (gdb-tooltip-print): Move to gdb-ui.el.
1623         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
1624         (require): CL needed to compile case.
1625         (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
1626         tooltip-gud-tips-p.  Make it a minor-mode.
1627         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
1628         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
1629         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
1630         (gud-tooltip-change-major-mode)
1631         (gud-tooltip-activate-mouse-motions-if-enabled)
1632         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
1633         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
1634         (gud-tooltip-original-filter, gud-tooltip-dereference)
1635         (gud-tooltip-event, tooltip-toggle-gud-tips)
1636         (gud-tooltip-process-output, gud-tooltip-print-command)
1637         (gud-tooltip-tips): Move from tooltip.el.
1639         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
1640         (gdb-cpp-define-alist-flags): Doc fix.
1641         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
1642         gud-tooltip-mode is t.
1644 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1646         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
1647         evaporate if their text is deleted.
1648         (goto-address-at-point): Make it work as a mouse binding as well.
1649         (goto-address-at-mouse): Obsolete it.  Update users.
1651 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
1653         * calendar/appt.el (top-level): No longer activate on load.
1655 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
1657         * calendar/cal-bahai.el (mark-bahai-diary-entries):
1658         * net/webjump.el (webjump):
1659         * progmodes/idlw-help.el (idlwave-do-context-help1)
1660         (idlwave-highlight-linked-completions):
1661         * textmodes/po.el (po-find-file-coding-system-guts):
1662         Replace `assoc-ignore-case' by `assoc-string'.
1664 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
1666         * files.el (locate-file): Doc fix.
1668         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
1669         Remove the redundant test for ms-dos.
1671         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
1672         look for the preprocessor with exec-suffixes.  If not found in
1673         standard places, look in exec-path.  Remove most of the tests that
1674         used system-type.
1676         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
1678         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
1680         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
1681         file-name clash with jka-compr.el on 8+3 filesystems.
1683 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1685         * term/mac-win.el: Don't define or bind scroll bar functions if
1686         x-toolkit-scroll-bars is t.
1687         (x-select-text, x-get-selection-value):
1688         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
1689         (PRIMARY): Put mac-scrap-name property.
1690         (mac-select-convert-to-file-url): New function.
1691         (public.file-url): New selection target type.  Add to
1692         selection-converter-alist.
1693         (x-get-selection, x-selection-value): Handle it.
1694         (x-cut-buffer-or-selection-value): New alias.
1696 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1698         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
1699         entry to avoid calling bibtex-find-entry with arg global
1700         being t.  Remove arg key.
1701         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
1702         (bibtex-copy-summary-as-kill): Change accordingly.
1704 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1706         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
1707         (org-agenda-date-later): Use with-current-buffer.
1709 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
1711         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
1712         (define-obsolete-variable-alias): Doc Fixes.
1714 2005-05-06  Kim F. Storm  <storm@cua.dk>
1716         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
1717         vertical-motion when selective-display is active.
1719         * ido.el (ido-setup-hook): New hook.
1720         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
1721         (ido-input-stack): New var.
1722         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
1723         ido-next-work-file binding to M-O.
1724         Bind M-f to ido-wide-find-file-or-pop-dir.
1725         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
1726         (ido-read-internal): Run ido-setup-hook.
1727         Catch quit in read-file-name and read-string to cancel edit.
1728         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
1729         Automatically pop-all when completing a directory name (RET).
1730         (ido-file-internal): Add with-no-warnings around ffap and dired code.
1731         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
1732         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
1733         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
1734         New functions for M-b/M-f to move among the directory components.
1735         (ido-make-merged-file-list): Catch quit to cancel merge.
1736         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
1737         (ido-completion-help): No warnings for ido-completion-buffer-full.
1739 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
1741         * font-lock.el (font-lock-negation-char-face): New face and variable.
1742         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
1743         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
1744         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
1745         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
1747 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
1749         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
1750         Fix typo in docstring.
1752         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
1753         (ebrowse-print-statistics-line)
1754         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
1756         * term/w32-win.el (image-library-alist): Add additional name for
1757         Xpm library.
1759 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
1761         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
1762         use gcc instead of cpp.
1764         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
1765         (gdb-create-define-alist): Use it.
1766         (gdb-cpp-define-alist-program): Update for MS-DOS.
1768 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
1770         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
1772 2005-05-04  Richard M. Stallman  <rms@gnu.org>
1774         * help.el (describe-key): No error when UNTRANSLATED is nil.
1776         * simple.el (line-move-1): Fix previous change to signal errors
1777         appropriately.
1779 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
1781         * calendar/icalendar.el (icalendar-version): Now at 0.12.
1782         (icalendar-duration-correction): Remove.
1783         (icalendar--get-event-properties): Split result at commas.
1784         (icalendar--decode-isoduration): New optional argument
1785         DURATION-CORRECTION.
1786         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
1787         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
1788         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
1789         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
1790         (icalendar--convert-anniversary-to-ical): New functions, extracted
1791         from icalendar-export-region, with bug fixes.
1792         (icalendar-export-region): Use the above functions.
1793         (icalendar-import-buffer): Check before saving diary file.
1794         (icalendar--convert-recurring-to-diary)
1795         (icalendar--convert-non-recurring-all-day-to-diary)
1796         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
1797         extracted from icalendar--convert-ical-to-diary, with bug fixes.
1798         (icalendar--convert-ical-to-diary): Use the above functions.
1800 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
1802         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
1803         Remove these recent additions.
1804         (c-mode): Restore to before 2005-04-28.
1806         * progmodes/cc-vars.el (cc-define-list-program): Remove this
1807         recent addition.
1809         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
1810         (gdb-define-alist): New variables.
1811         (gdb-create-define-alist): New function.
1812         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
1813         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
1814         with string-to-number.
1815         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
1817         * progmodes/gud.el: Replace string-to-int with string-to-number.
1818         (gud-find-file): Handle gdb-define-alist.
1820         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
1822 2005-05-02  Jay Belanger  <belanger@truman.edu>
1824         * calc/calc-aent.el (math-read-token):
1825         * calc/calc-bin.el (calc-word-size):
1826         * calc/calc-ext.el (calc-read-number-fancy):
1827         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
1828         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
1829         * calc/calc-frac.el (calc-over-notation):
1830         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
1831         (calc-graph-num-points, calc-graph-init):
1832         * calc/calc-prog.el (calc-read-parse-table-part)
1833         (calc-edit-macro-repeats):
1834         * calc/calc-yank.el (calc-do-grab-rectangle):
1835         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
1836         Replace `string-to-int' by `string-to-number'.
1838 2005-05-02  Kim F. Storm  <storm@cua.dk>
1840         * kmacro.el: Use executing-kbd-macro-index variable.
1842 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
1844         * net/rlogin.el (rlogin-parse-words): Delete func.
1845         (rlogin): Use split-string, not rlogin-parse-words.
1846         Also, if there are option-like elements in the parsed args,
1847         take the host to be the first arg immediately following them.
1848         Suggested by Michael Mauger.
1850 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1852         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
1854 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
1856         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
1857         (cc-mode-cpp-program): Rename to cc-define-list-program and
1858         move to cc-vars.el.
1860         * progmodes/cc-vars.el (cc-define-list-program):
1861         Change to "gcc -E -dM -".  Make customizable.
1863 2005-05-02  Kim F. Storm  <storm@cua.dk>
1865         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
1867 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
1869         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
1871         * international/mule-util.el (truncate-string): Remove alias and
1872         obsolete declaration.
1874         * international/mule-cmds.el (update-iso-coding-systems):
1875         Remove alias and obsolete declaration.
1877         * international/mule.el (coding-system-parent): Remove alias and
1878         obsolete declaration.
1880         * subr.el (define-function, sref): Remove aliases and obsolete
1881         declarations.
1882         (chars-in-region): Remove obsolete declaration.
1884 2005-05-01  Richard M. Stallman  <rms@gnu.org>
1886         * info.el (Info-mode): Set widen-automatically to nil, locally.
1888         * simple.el (widen-automatically): New variable.
1889         (pop-global-mark): Obey widen-automatically.
1891 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
1893         * term/xterm.el (function-key-map): Call substitute-key-definition
1894         before the keymap size is increased by a lot of define-key calls.
1896 2005-05-01  Richard M. Stallman  <rms@gnu.org>
1898         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
1899         Rename ARG to ELEMENT.  Doc fix.
1901 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
1903         * allout.el (allout-exposure): Remove macro and obsolete declaration.
1904         Remove references to allout-exposure/change to allout-new-exposure.
1906         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
1907         bytecode symbols.
1909         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
1910         (compiled-function-p, focus-frame, unfocus-frame):
1911         Remove aliases and obsolete declarations.
1912         Back out inadvertent changes from previous commit.
1914 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1916         * files.el (require-final-newline): Make Custom tags consistent
1917         with mode-require-final-newline.
1918         (mode-require-final-newline): Doc fix.
1920 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
1922         * international/latexenc.el (latexenc-find-file-coding-system):
1923         Fix regular expressions.
1925 2005-05-01  David Kastrup <dak@gnu.org>
1927         * international/latexenc.el (latexenc-find-file-coding-system):
1928         Fix regular expressions.
1930 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
1932         * subr.el (string-to-int): Make obsolete.
1934 2005-04-30  Richard M. Stallman  <rms@gnu.org>
1936         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
1938         * loadup.el: load jka-comp-hook.
1940         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
1941         (jka-compr-handler): Add autoload.  `put' calls moved
1942         to jka-comp-hook.el.
1943         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
1944         (jka-compr-inhibit): Autoload.
1946         * jka-comp-hook.el: New file.
1947         Enable the mode by default.
1949         * files.el (backup-buffer-copy): Use copy-file instead
1950         of write-region, and put back the 'excl.
1952 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
1954         * progmodes/flymake.el (flymake-split-string)
1955         (flymake-split-string, flymake-log, flymake-pid-to-names)
1956         (flymake-reg-names, flymake-get-source-buffer-name)
1957         (flymake-unreg-names, flymake-add-line-err-info)
1958         (flymake-add-err-info): Clarify docstrings.
1959         (flymake-popup-menu, flymake-make-emacs-menu)
1960         (flymake-make-xemacs-menu): Add docstrings.
1961         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
1962         Set variables directly throughout.
1964 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
1966         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
1967         exists.  Initialise cc-define-alist.
1968         (c-mode): Add cc-create-define-alist locally to after-save-hook.
1969         If there is no file (Macroexpansion) don't create an alist.
1971 2005-04-29  Sam Steingold  <sds@gnu.org>
1973         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
1974         (cc-create-define-alist): Use it instead of the hard-coded string.
1976 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1978         * international/mule-conf.el (file-coding-system-alist): Fix regexp
1979         for latexenc.
1981 2005-04-29  Lute Kamstra  <lute@gnu.org>
1983         * emacs-lisp/generic.el: Improve commentary section.
1984         (define-generic-mode): Improve docstring.
1986 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
1988         * textmodes/org.el (many places): Change to quiet the byte compiler.
1989         (org-prefix-format-compiled): New variable.
1990         (org-compile-prefix-format): New function.
1991         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
1992         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
1993         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
1994         (org-get-entries-from-diary): Use `org-get-time-of-day' for
1995         consistency with entries from `org-mode' files.
1996         (org-get-time-of-day): Fix bug with partial matches early in a line.
1997         (org-non-link-chars): New constant.
1998         (org-link-regexp): Respect `org-non-link-chars'.
1999         (org-agenda-day-view): Remove command.
2000         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2001         (org-follow-bbdb-link, org-store-link): Search also company field.
2002         (org-highlight-overlay): New variable.
2003         (org-highlight, org-unhighlight): New functions.
2004         (org-agenda-mode): Add pre-command-hook to remove highlight.
2005         (org-evaluate-time-range): Behavior depends upon whether time stamp
2006         contains a time or not.
2007         (org-show-subtree, org-show-entry): New functions.
2008         (org-agenda-cleanup-fancy-diary): Remove empty lines.
2010 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
2012         * comint.el (comint-output-filter-functions): Add autoload cookie.
2014 2005-04-28  Kim F. Storm  <storm@cua.dk>
2016         * ido.el (ido-everywhere): Fix last change.
2018 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2020         * international/latexenc.el: New file.
2021         * international/mule-conf.el (file-coding-system-alist): For .tex,
2022         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2024 2005-04-28  Lute Kamstra  <lute@gnu.org>
2026         * font-lock.el (font-lock-add-keywords)
2027         (font-lock-remove-keywords): Clarify docstring.
2028         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2029         Don't start docstrings with a `*'.
2030         (font-lock-update-removed-keyword-alist): Give it a docstring.
2032         * generic-x.el: Update commentary section.
2033         Only require font-lock when compiling.
2034         Define all modes conditionally.
2035         Place all generic modes in the generic-x-modes customization group.
2036         (generic-x-modes): New customization group.
2037         (generic-default-modes, generic-mswindows-modes)
2038         (generic-unix-modes, generic-other-modes): New constants.
2039         (generic-define-mswindows-modes, generic-define-unix-modes):
2040         Update docstrings.  Make them obsolete.
2041         (generic-extras-enable-list): New default value.  Update docstring.
2042         Improve :type.  Change :set function.
2043         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2044         Fix docstring.
2046         * emacs-lisp/generic.el (generic-mode-internal):
2047         Simplify font-lock-defaults.
2048         (define-generic-mode): Fix docstring.
2050 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2052         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2053         font-lock-face property to highlight matches.
2055 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
2057         * progmodes/cc-mode.el (cc-create-define-alist): New function.
2058         (cc-define-alist): New variable.
2059         (c-mode): Make it local and initialise it.
2061         * progmodes/gdb-ui.el (gdb-active-process): New variable.
2062         (gdb-exited): New function.
2063         (gdb-annotation-rules): Use it.
2064         (gdb-starting): Set gdb-active-process to t.
2065         (gdb-stopping): Amend doc string.
2066         (gdb-reset): Set gdb-active-process to nil.
2068         * tooltip.el (tooltip-gud-tips): Show the associated #define
2069         directives when a C program under GDB is not executing.
2071 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2073         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2074         font-lock-fontify-syntactic-keywords.
2076         * font-lock.el (font-lock-default-fontify-region): Don't force
2077         parse-sexp-lookup-properties to nil.
2079 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2081         * man.el (man-mode-syntax-table): Set up `:' to have
2082         word-constituent syntax.
2084 2005-04-27  Lute Kamstra  <lute@gnu.org>
2086         * novice.el (disable-command): Don't add spurious newlines to the
2087         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
2089 2005-04-26  Jay Belanger  <belanger@truman.edu>
2091         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2092         than one window before deleting window.
2094 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
2096         * shell.el (shell-prompt-pattern): Doc fix.
2097         (shell-mode): Set paragraph-separate buffer locally to "\\'".
2099         * comint.el (comint-prompt-regexp, comint-get-old-input)
2100         (comint-use-prompt-regexp)
2101         (comint-use-prompt-regexp-instead-of-fields)
2102         (comint-replace-by-expanded-history, comint-send-input)
2103         (comint-output-filter, comint-get-old-input-default)
2104         (comint-line-beginning-position, comint-bol, comint-show-output)
2105         (comint-backward-matching-input, comint-forward-matching-input)
2106         (comint-next-prompt, comint-previous-prompt):
2107         Rename `comint-use-prompt-regexp-instead-of-fields' to
2108         `comint-use-prompt-regexp'.  Keep old name as alias and declare
2109         obsolete.
2110         (comint-use-prompt-regexp): Shorten first line of doc string.
2112         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2113         Set paragraph-separate buffer locally to "\\'".
2115         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2116         Adapt to above name change.
2118         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2119         (smbclient-prompt-regexp): Ditto.
2121         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2123 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
2125         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2126         gdb-location-list.
2127         Break lines that are over 80 characters wide.
2129 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2131         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2132         New fun and var, to preserve compatibility.
2134         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2136 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
2138         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2139         name to file-newer-than-file-p.
2141 2005-04-26  Richard M. Stallman  <rms@gnu.org>
2143         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2145         * progmodes/python.el (python-mode):
2146         Use new name eldoc-documentation-function.
2148         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2150         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2151         (eldoc-documentation-function):
2152         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
2154 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
2156         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2158 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
2160         * term/xterm.el (function-key-map): Fix strings for
2161         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
2162         {C,S,A,C-S}-{f1-f12}.
2164 2005-04-26  Kenichi Handa  <handa@m17n.org>
2166         * international/mule-cmds.el (select-safe-coding-system):
2167         Fix previous change.
2169 2005-04-26  Lute Kamstra  <lute@gnu.org>
2171         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2173         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2174         (font-lock-comment-delimiter-face): Ditto.
2176         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2178 2005-04-25  Jay Belanger  <belanger@truman.edu>
2180         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2181         to t while inserting information; use help-mode.
2183 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
2185         * term.el (ansi-term-color-vector): Use the xterm colors.
2186         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
2188 2005-04-25  Lute Kamstra  <lute@gnu.org>
2190         * font-core.el (font-lock-defaults): Fix docstring.
2192         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
2194 2005-04-25  Kenichi Handa  <handa@m17n.org>
2196         * international/mule-cmds.el (select-safe-coding-system):
2197         Don't check consistency with coding: spec, etc if raw-text or
2198         no-conversion was found to be safe.
2200 2005-04-24  Richard M. Stallman  <rms@gnu.org>
2202         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
2203         citation markers at start of each line.
2205         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
2206         citation markers at start of each line.
2208         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
2210         * files.el (mode-require-final-newline): Fix previous change.
2211         (require-final-newline): Fix type label.
2213 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2215         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
2216         statement in buffer (broken by 2004-11-24 change).
2218 2005-04-24  Kim F. Storm  <storm@cua.dk>
2220         * ido.el (ido-everywhere): Save and restore old read-buffer-function
2221         and read-file-name-function values.  Don't overwrite existing
2222         non-nil values if ido-mode is enabled without ido-everywhere.
2224 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
2226         * files.el (mode-require-final-newline): Minor doc fix.
2228 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
2230         * subr.el (syntax-after): Doc fix.
2231         (syntax-class): If argument is nil, return nil.  Mask off upper 16
2232         bits, not 8 bits.
2234         * files.el (mode-require-final-newline): Doc fix.
2235         (backup-buffer-copy): Fix last change.
2237 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2239         * term/mac-win.el: Require select.  Set selection-coding-system to
2240         mac-system-coding-system.  Call menu-bar-enable-clipboard.
2241         (x-last-selected-text-clipboard, x-last-selected-text-primary)
2242         (x-select-enable-clipboard): New variables.
2243         (x-select-text, x-get-selection, x-selection-value)
2244         (x-get-selection-value, mac-select-convert-to-string)
2245         (mac-services-open-file, mac-services-open-selection)
2246         (mac-services-insert-text): New functions.
2247         (CLIPBOARD, FIND): Put mac-scrap-name property.
2248         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
2249         (public.tiff): Put mac-ostype property.
2250         (selection-converter-alist): Add entries for them.
2251         (mac-application-menu-map): New keymap.
2252         (interprogram-cut-function, interprogram-paste-function): Set to
2253         x-select-text and x-get-selection-value, respectively.
2254         (split-window-keep-point): Set to t.
2256 2005-04-23  Richard M. Stallman  <rms@gnu.org>
2258         * files.el (read-directory-name): Always pass non-nil
2259         DEFAULT-FILENAME arg to read-file-name.
2260         (backup-buffer-copy, basic-save-buffer-2): Take care against
2261         writing thru an unexpected existing symlink.
2262         (revert-buffer): In indirect buffer, revert the base buffer.
2263         (magic-mode-alist): Doc fix.
2264         (buffer-stale-function): Doc fix.
2265         (minibuffer-with-setup-hook): Avoid warning.
2266         (mode-require-final-newline): Doc and custom fix.
2268         * follow.el (follow-end-of-buffer): Use with-no-warnings.
2270         * font-lock.el (font-lock-comment-face): On terminals with few colors,
2271         use the default appearance.
2272         (font-lock-comment-delimiter-face): New face, new variable.
2274         * imenu.el (imenu--generic-function): The official position of a
2275         definition is the start of the line that BEG is in.
2277         * midnight.el (midnight-timer): Move defvar up.
2279         * mouse.el (mouse-drag-region-1): Delete some debugging code.
2281         * saveplace.el (save-place-to-alist): Use with-no-warnings.
2283         * startup.el (command-line): Use with-no-warnings.
2285         * window.el (window-size-fixed): New defvar.
2287         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
2289         * mail/rmail.el (rmail-font-lock-keywords):
2290         Use font-lock-comment-delimiter-face.
2292         * mail/sendmail.el (mail-font-lock-keywords):
2293         Use font-lock-comment-delimiter-face.
2295         * progmodes/compile.el (next-error-highlight-timer): New defvar.
2297 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
2299         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2300         Specify t for LAXMATCH when matching directories.
2301         Save match data around compilation-compat-error-properties form.
2303 2005-04-23  David Kastrup  <dak@gnu.org>
2305         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
2306         Mention that the autoloaded aliases should be kept for AUCTeX.
2308 2005-04-23  Andreas Schwab  <schwab@suse.de>
2310         * isearch.el (isearch-forward): Doc fix.
2312 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
2314         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
2315         (jit-lock-stealth-nice): Change default value to 0.5.
2317 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2319         * abbrev.el (write-abbrev-file): Write table entries in
2320         alphabetical order by table name.
2322 2005-04-22  Kim F. Storm  <storm@cua.dk>
2324         * ido.el (ido-read-internal): Fix `list' completion.
2326 2005-04-22  Kenichi Handa  <handa@m17n.org>
2328         * recentf.el (recentf-save-file-coding-system): New variable.
2329         (recentf-save-list): Encode the file by
2330         recentf-save-file-coding-system and add coding: tag.
2332 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
2334         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
2336 2005-04-21  Lute Kamstra  <lute@gnu.org>
2338         * loadhist.el (unload-feature): Don't remove a function from hooks
2339         if it is about to be restored to an autoload .  Remove functions
2340         that will become unbound from auto-mode-alist.  Simplify the code.
2342         * subr.el (assq-delete-all): New implementation that is linear,
2343         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
2344         (rassq-delete-all): New function.
2346         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2347         Add size-indication-mode.
2349 2005-04-21  Kenichi Handa  <handa@m17n.org>
2351         * international/mule-cmds.el: Add autoload for widget-value in
2352         eval-when-compile.
2354 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
2356         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2357         Add tooltip-mode.
2359         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
2361 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
2363         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
2364         (inferior-lisp-filter-regexp, inferior-lisp-program)
2365         (inferior-lisp-load-command, inferior-lisp-prompt)
2366         (inferior-lisp-mode-hook, lisp-source-modes)
2367         (inferior-lisp-load-hook): defvar->defcustom.
2368         (inferior-lisp-program, inferior-lisp-prompt)
2369         (inferior-lisp-load-hook): Doc fixes.
2370         (inferior-lisp-install-letter-bindings): Small change in
2371         introductory comment.
2373 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
2375         * vc.el (vc-annotate-color-map): Change some colors so that text
2376         using them as foreground is readable on both white and black
2377         backgrounds.
2379 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2381         * international/mule-conf.el (translation-table-for-input):
2382         Remove redundant declaration.
2384 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
2386         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
2388         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
2389         (tooltip-toggle-gud-tips): New function.
2391 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2393         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
2394         right angle brackets.
2396 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
2398         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
2400 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2402         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
2403         Remove.  Update callers to use expand-file-name instead.
2405         * subr.el (syntax-class): New function.
2407         * simple.el (blink-matching-open): Use it.
2409         * paren.el (show-paren-function): Use it to recognize parens that are
2410         also used in 2-char comment markers.
2412 2005-04-19  Lute Kamstra  <lute@gnu.org>
2414         * loadhist.el (unload-feature): Update for new format of
2415         load-history.  Simplify the code.
2417 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2419         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
2420         (mac-add-charset-info): New function.  Initialize variable
2421         mac-charset-info-alist using it.
2422         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
2423         for translation.
2424         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
2425         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
2426         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
2427         New CCL programs.
2429 2005-04-19  Kim F. Storm  <storm@cua.dk>
2431         * simple.el (next-buffer, prev-buffer, next-error)
2432         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2433         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
2435         * bindings.el (next-buffer, prev-buffer, next-error)
2436         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2437         (clone-indirect-buffer-other-window): Move bindings from simple.el.
2438         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
2439         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
2441 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2443         * isearch.el (isearch-edit-string): Make the search-ring available for
2444         minibuffer history commands.
2445         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
2446         the default history commands now work just as well.
2447         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
2449 2005-04-18  Kim F. Storm  <storm@cua.dk>
2451         * emulation/cua-base.el (cua--pre-command-handler): Add more
2452         elaborate check for shift modifier on non-window systems.
2454 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
2456         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
2458 2005-04-18  Kim F. Storm  <storm@cua.dk>
2460         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
2461         and make it optional.  Don't test tooltip-gud-echo-area here.
2462         (tooltip-gud-process-output, gdb-tooltip-print):
2463         Pass tooltip-gud-echo-area to tooltip-show.
2464         (tooltip-help-tips): Remove second optional arg to tooltip-show.
2466 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2468         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
2469         `display-graphic-p' may not be bound yet.
2471 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
2473         * startup.el (command-line): No longer enable Xterm Mouse mode by
2474         default in terminals compatible with xterm.
2476         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
2478 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
2480         * tooltip.el (tooltip-gud-echo-area): Rename from
2481         tooltip-use-echo-area.
2482         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
2483         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
2484         area independently of where help tooltips are displayed.
2486 2005-04-17  David Kastrup  <dak@gnu.org>
2488         * cus-theme.el (custom-theme-write-variables): Quote variables
2489         where necessary.
2491 2005-04-17  Richard M. Stallman  <rms@gnu.org>
2493         * simple.el (yank-excluded-properties): Add follow-link to value.
2495         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
2497         * startup.el (fancy-splash-max-time): Just 30 seconds.
2498         (fancy-splash-delay): Just 7.
2499         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
2501         * loadhist.el (unload-feature): Update for new format of load-history.
2502         Simplify the code.
2504         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
2505         (rmail-font-lock-keywords): Don't fontify the text of a citation.
2507         * mail/sendmail.el (mail-font-lock-keywords):
2508         Don't fontify subject text.
2509         Don't fontify the text of a citation.
2511 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
2513         * comint.el (comint-output-filter): Run comint-output-filter-functions
2514         with point where the user had it.
2516 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2518         * international/ucs-tables.el (ucs-set-table-for-input):
2519         Disable when using unify-on-decoding.
2521 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
2523         * emulation/cua-base.el (cua-global-mark-face): Add special case
2524         for displays supporting a high number of colors.
2526 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
2528         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
2530 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
2532         * filesets.el (filesets-add-buffer): If user supplies a name of a
2533         non-existing fileset, create a new fileset.
2535 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
2537         * textmodes/org.el (org-up-heading-all): Fix bug with
2538         `outline-up-heading-all'.
2540 2005-04-16  Andreas Schwab  <schwab@suse.de>
2542         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
2543         /etc/permissions.d/* and /etc/aliases.d/*.
2545 2005-04-16  Kenichi Handa  <handa@m17n.org>
2547         * international/code-pages.el (cp-make-coding-system):
2548         Set `translation-table-for-input' property value to the symbol
2549         ucs-mule-to-mule-unicode, not to that value.
2550         (pt154): Escape guillemet by `\'.
2552 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
2554         * loadup.el: Load tooltip if x-show-tip is fboundp.
2556         * startup.el (command-line): Add comment.
2558         * tooltip.el (tooltip-mode): Specify correct standard value for
2559         Custom in init-value.
2561 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
2563         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
2564         possible.
2566 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
2568         * textmodes/org.el (org-agenda-date-prompt): Rename from
2569         `org-agenda-date-today'.
2570         (org-evaluate-time-range): Insert at point instead of directly
2571         after time range.
2572         (org-first-headline-recenter, org-subtree-end-visible-p)
2573         (org-optimize-window-after-visibility-change): New functions
2574         (org-agenda-post-command-hook): Don't allow point at end of line,
2575         to make sure it always hits the text properties.
2576         (org-agenda-next-date-line, org-agenda-previous-date-line):
2577         New commands.
2578         (org-set-regexps-and-options): Category may contain white space.
2579         (org-agenda-get-deadlines, org-agenda-get-scheduled):
2580         Improve marker positions.
2581         (org-agenda-new-marker): Argument POS made optional.
2582         (org-agenda-get-timestamps): Deadlines which are done are listed
2583         in org-done-face now.
2584         (org-agenda-get-todos, org-agenda-get-timestamps)
2585         (org-agenda-get-deadlines, org-agenda-get-scheduled):
2586         Set `undone-face' and `done-face' properties.
2587         (org-last-todo-state-is-todo): New variable.
2588         (org-todo): Set `org-last-todo-state-is-todo'.
2589         (org-agenda-todo): Change face according to
2590         `org-last-todo-state-is-todo'.  And change other lines refering to
2591         the same entry.
2592         (org-calendar-goto-agenda): New command.
2593         (org-calendar-to-agenda-key): New option.
2594         (org-startup-folded): New allowed value `content'.
2595         (org-set-regexps-and-options): Accept new value `content' for
2596         `org-startup-folded'.
2597         (org-get-current-options): Handle new value `content' for
2598         `org-startup-folded'.
2599         (org-insert-todo-heading): New command.
2600         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
2601         interactively in empty file and option
2602         `org-insert-mode-line-in-empty-file' has been set.
2603         (org-agenda-todo,org-agenda-priority): Modify to use
2604         `org-agenda-change-all-lines'.
2605         (org-warning-face): Change color on dark background
2607 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2609         * international/mule-cmds.el (set-locale-environment): On Mac OS,
2610         use preferences AppleLocale and AppleLanguages, and variable
2611         mac-system-locale for default locale.  On Mac OS Classic, use
2612         mac-system-coding-system for default coding systems.
2614         * term/mac-win.el: Don't set file-name-coding-system.
2615         Decode variables system-name, emacs-build-system, user-login-name, and
2616         user-full-name by mac-system-coding-system on Mac OS Classic.
2617         (mac-system-coding-system): New variable.
2619 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
2621         * startup.el (command-line): Handle `xterm-mouse-mode' before
2622         reading init file.
2624         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
2626 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
2628         * progmodes/sh-script.el (sh-here-document-word): Make it a
2629         defcustom.  Doc fix.
2630         (sh-add): Bash uses $(( )) for arithmetic.
2631         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
2632         (sh-maybe-here-document): Remove quotes and leading whitespace
2633         from heredoc word when closing.  Indent heredoc with tabs if word
2634         starts with "-".
2636 2005-04-13  Richard M. Stallman  <rms@gnu.org>
2638         * simple.el (undo): Fix previous change.
2640         * custom.el (defface): Doc fix.
2642 2005-04-13  Lute Kamstra  <lute@gnu.org>
2644         * Makefile.in (DONTCOMPILE): Remove list.
2645         (compile, compile-always): Don't use DONTCOMPILE.
2646         (update-authors): Load the library in which batch-update-authors
2647         is defined.
2648         * makefile.w32-in (DONTCOMPILE): Remove list.
2649         (compile, compile-always): Fix comments.
2650         (update-authors): Load the library in which batch-update-authors
2651         is defined.
2653         * generic-x.el (generic-mode-ini-file-find-file-hook):
2654         Rename to ini-generic-mode-find-file-hook.
2655         Keep generic-mode-ini-file-find-file-hook as an alias.
2656         (ini-generic-mode-find-file-hook): Rename from
2657         generic-mode-ini-file-find-file-hook.  Fix docstring.
2658         (ini-generic-mode): Docstring change.
2659         (bat-generic-mode-run-as-comint): Silence the byte compiler.
2661         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
2662         called from lisp.
2664         * generic.el: Move to the emacs-lisp subdir.
2666 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
2668         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
2669         and C-S- function and cursor motion keys.
2671 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
2673         * startup.el (command-line): Enable Xterm Mouse mode by default.
2674         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
2675         for Custom.  No longer show "Mouse" in mode line when enabled.
2676         Doc fix.
2678 2005-04-12  Kim F. Storm  <storm@cua.dk>
2680         * emulation/cua-base.el (cua-rectangle-face)
2681         (cua-rectangle-noselect-face): Define face attributes here.
2683         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
2685 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2687         * startup.el (command-line): Turn off blinking cursor if
2688         cursorBlink in resources is off or false.
2690 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2692         * term/mac-win.el (dnd): Require dnd.
2693         (mac-drag-n-drop): Call dnd-handle-one-url.
2694         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
2695         (kTextEncodingISOLatin2): Remove constants.
2696         (mac-script-code-coding-systems): New constant.
2697         (mac-handle-language-change): New function.
2698         (special-event-map): Bind it to `language-change' event.
2699         (mac-centraleurroman, mac-cyrillic): New coding systems.
2700         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
2701         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
2702         and mac-cyrillic-encoder to encode-mac-centraleurroman and
2703         encode-mac-cyrillic, respectively.
2705 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
2707         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
2708         Don't set overlay-arrow-string to "=>" as this is done
2709         globally in C now.
2711 2005-04-12  Lute Kamstra  <lute@gnu.org>
2713         * generic-x.el (rc-generic-mode, rul-generic-mode):
2714         Fix auto-mode-alist entries.
2715         (etc-fstab-generic-mode): Tweak fontification.
2717         * generic.el (generic-make-keywords-list): Fix docstring.
2718         (generic-mode-internal): Simplify generic-font-lock-keywords.
2720 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
2722         * whitespace.el (whitespace-buffer-leading)
2723         (whitespace-buffer-trailing): Revert the incorrect test inversion.
2724         However, fix the highlight area for the leading and
2725         trailing whitespaces to show space.
2727 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
2729         * whitespace.el (whitespace-version): Bump to 3.5
2731         (whitespace-buffer-leading, whitespace-buffer-trailing):
2732         Invert sense of the test to highlight the whitespace.
2734 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
2736         * progmodes/gud.el (gud-display-line): GUD uses its own
2737         overlay arrow now so don't set overlay-arrow-string.
2738         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
2740 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
2742         * term.el (term-ansi-current-bold, term-ansi-current-underline)
2743         (term-ansi-current-reverse, term-ansi-current-invisible)
2744         (term-ansi-face-already-done): Change to boolean.
2745         (term-reset-terminal, term-handle-colors-array): Handle the above
2746         vars accordingly.
2747         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
2748         (term-emulate-terminal): Use the new name.
2750         * faces.el (secondary-selection): Use yellow1, not yellow.
2751         (trailing-whitespace): Use red1, not red.
2753 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2755         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
2756         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
2757         (dired-dnd-handle-file): Call dnd-get-local-file-uri
2759         * cus-edit.el (dnd): New group.
2761         * term/w32-win.el (dnd): Require dnd
2762         (w32-drag-n-drop): Call dnd-handle-one-url.
2764         * x-dnd.el: Require dnd.
2765         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
2766         Call dnd-handle-one-url.
2767         (x-dnd-types-alist, x-dnd-insert-utf8-text)
2768         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
2769         to dnd-insert-text.
2770         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
2771         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
2772         (x-dnd-get-local-file-name, x-dnd-open-local-file)
2773         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
2775         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
2777 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
2779         * wdired.el: Doc fixes.
2780         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
2781         (wdired-use-dired-vertical-movement): Rename from
2782         wdired-always-move-to-filename-beginning.
2783         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
2784         (wdired-change-to-wdired-mode): Change mode name.
2785         (wdired-newline): Delete.
2787 2005-04-11  Richard M. Stallman  <rms@gnu.org>
2789         * whitespace.el (whitespace-highlight-the-space):
2790         Don't call whitespace-unhighlight-the-space here.
2792         * simple.el (undo): Record t in undo-equiv-table
2793         for the redo record made by an undo-in-region.
2795 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
2797         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
2798         (gdb-frame-inferior-io-buffer): New Functions to control
2799         display of separate IO buffer.
2800         (menu): Add them to menu-bar.
2801         (gdb-display-buffer): Check for buffer another frame.
2802         Protect GUD buffer.
2803         (gdb-setup-windows): Create IO buffer if not already there.
2804         (gdb-memory-mode): Remove purecopy noops.
2806 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
2808         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
2809         and pass to self-insert-command.
2811 2005-04-11  Lute Kamstra  <lute@gnu.org>
2813         * generic.el: Commentary section cleanup.
2814         (generic): Delete.
2815         (generic-use-find-file-hook, generic-lines-to-scan)
2816         (generic-find-file-regexp, generic-ignore-files-regexp)
2817         (default-generic-mode, generic-mode-find-file-hook)
2818         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
2819         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
2820         (generic-use-find-file-hook, generic-lines-to-scan)
2821         (generic-find-file-regexp, generic-ignore-files-regexp)
2822         (default-generic-mode, generic-mode-find-file-hook)
2823         (generic-mode-ini-file-find-file-hook): Move from generic.el.
2825 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
2827         * bookmark.el (bookmark-write-file): Catch errors writing file.
2828         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
2830 2005-04-10  Richard M. Stallman  <rms@gnu.org>
2832         * startup.el (fancy-splash-tail): Update copyright year.
2833         (command-line): Split part of -Q into -D.
2834         (emacs-basic-display): New defvar.
2835         (fancy-splash-text): Correct name of menu item.
2837         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
2839         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
2840         lines in one node.
2842         * comint.el (comint-send-input): New arg ARTIFICIAL.
2843         Callers in this file changed.
2845         * abbrev.el (define-abbrevs): Read system abbrevs properly.
2847         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
2849 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
2851         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
2852         `ldap-search-internal'.
2854 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2856         * files.el (set-auto-mode-1): Use line-end-position.
2858         * international/latin-1.el:
2859         * international/latin-2.el:
2860         * international/latin-3.el:
2861         * international/latin-4.el:
2862         * international/latin-5.el:
2863         * international/latin-8.el:
2864         * international/latin-9.el: Give punctuation syntax to NBSP.
2866         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
2867         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
2868         Use char-classes to accept non-ascii letters, accepted in some recent
2869         bibtex implementations.
2871 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
2873         * custom.el (custom-set-minor-mode): Any non-nil value for the
2874         variable should enable the mode when set through Custom.
2876 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2878         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
2879         TAB binding so tab-always-indent is obeyed.
2880         (vhdl-minibuffer-local-map): Move initialization into declaration.
2881         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
2882         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
2883         (vhdl-hooked-abbrev): Avoid test for XEmacs.
2884         (vhdl-current-line): Use line-beginning-position.
2885         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
2886         with-output-to-temp-buffer, so the current position can be recorded.
2888 2005-04-10  Masatake YAMATO  <jet@gyve.org>
2890         * progmodes/compile.el (compilation-error-regexp-alist-alist):
2891         Add regexp for gcov.
2893 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2895         * calendar/time-date.el (time-to-seconds, seconds-to-time)
2896         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
2897         syntax which Emacs 20 doesn't support.
2899 2005-04-09  Richard M. Stallman  <rms@gnu.org>
2901         * help.el (describe-key-briefly, describe-key):
2902         Replace strings as event types with "(any string)".
2904 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2906         * arc-mode.el (archive-mode-map): Move initialization into
2907         the declaration.  Override *all* bindings of `undo'.
2908         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
2910 2005-04-09  Jay Belanger  <belanger@truman.edu>
2912         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
2914 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
2916         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
2917         (xterm-register-default-colors): Update color values computation
2918         to match xterm-200.
2920 2005-04-09  Kenichi Handa  <handa@m17n.org>
2922         * international/code-pages.el (iso-latin-7): Fix the map.
2924 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
2926         * emacs-lisp/lisp.el (defun-prompt-regexp)
2927         (parens-require-spaces, buffer-end, end-of-defun)
2928         (insert-parentheses): Doc fixes.
2930 2005-04-08  Kim F. Storm  <storm@cua.dk>
2932         * comint.el (comint-highlight-prompt): Fix face spec.
2933         * hi-lock.el (hi-green): Likewise.
2935 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
2937         * cus-edit.el (custom-modified-face):
2938         * comint.el (comint-highlight-input): Fix previous changes.
2939         * term.el (term-handle-ansi-escape): Add a comment.
2941 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2943         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
2944         in the buffer and in whitespace-highlighted-space.
2945         (whitespace-unhighlight-the-space): Simplify.
2946         (whitespace-buffer): Simplify.
2948 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
2950         * textmodes/table.el (table-cell-face): Add special case for
2951         displays supporting a high number of colors.
2952         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
2953         (vhdl-font-lock-reserved-words-face)
2954         (vhdl-speedbar-architecture-face)
2955         (vhdl-speedbar-instantiation-face)
2956         (vhdl-speedbar-architecture-selected-face)
2957         (vhdl-speedbar-instantiation-selected-face): Likewise.
2958         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
2959         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
2960         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
2961         (ebrowse-root-class-face, ebrowse-member-attribute-face)
2962         (ebrowse-progress-face): Likewise.
2963         * progmodes/compile.el (compilation-info-face): Likewise.
2964         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
2965         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
2966         * calendar/calendar.el (diary-face): Likewise.
2967         * woman.el (woman-italic-face, woman-bold-face)
2968         (woman-unknown-face): Likewise.
2969         * wid-edit.el (widget-button-pressed-face): Likewise.
2970         * whitespace.el (whitespace-highlight-face): Likewise.
2971         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
2972         * pcvs-info.el (cvs-marked-face): Likewise.
2973         * info.el (info-xref): Likewise.
2974         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
2975         * hilit-chg.el (highlight-changes-face)
2976         (highlight-changes-delete-face): Likewise.
2977         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
2978         (hi-red-b): Likewise.
2979         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
2980         * font-lock.el (font-lock-keyword-face)
2981         (font-lock-function-name-face, font-lock-warning-face): Likewise.
2982         * cus-edit.el (custom-invalid-face, custom-modified-face)
2983         (custom-set-face, custom-changed-face, custom-variable-tag-face)
2984         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
2985         * comint.el (comint-highlight-prompt): Likewise.
2987 2005-04-08  Lute Kamstra  <lute@gnu.org>
2989         * font-lock.el (font-lock-keywords): Docstring fixes.
2991 2005-04-08  Kenichi Handa  <handa@m17n.org>
2993         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
2994         chars are more than a limit, print " and more..." at the tail.
2996 2005-04-08  Kim F. Storm  <storm@cua.dk>
2998         * emacs-lisp/authors.el (authors-aliases): Update list.
2999         (authors-ignored-files): New list.
3000         (authors-fixed-entries): Fix typo.
3001         (authors-renamed-files-alist): Update list.
3002         (authors-add): Check authors-ignored-files.
3004 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
3006         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3007         optional, to ensure backward compatibility.
3009 2005-04-08  Stephen Eglen  <stephen@gnu.org>
3011         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3013 2005-04-08  Kim F. Storm  <storm@cua.dk>
3015         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3017         * mouse.el (mouse-on-link-p): Doc fix.
3019 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
3021         * ielm.el (ielm-prompt-read-only): Doc fix.
3023         * comint.el (comint-prompt-read-only): Doc fix.
3025 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
3027         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3028         ensure dired always handles wildcards passed to ffap.
3029         (find-file-at-point): Use it.
3030         (ffap-dired-wildcards): Doc fix.
3032 2005-04-07  Juri Linkov  <juri@jurta.org>
3034         * simple.el (next-error-overlay-arrow-position): New defvar.
3035         Put "=>" on its property `overlay-arrow-string'.  Add it to
3036         `overlay-arrow-variable-list'.
3038         * progmodes/compile.el (compilation-setup):
3039         Set `next-error-overlay-arrow-position' to nil.  Also set it to
3040         nil in the local hook `kill-buffer-hook'.  Make local variable
3041         `overlay-arrow-string' and set it to "=>".
3042         (compilation-goto-locus): Set BOL position to
3043         `next-error-overlay-arrow-position' instead of
3044         `overlay-arrow-position'.
3046         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3047         locally instead of adding it to the global hook.
3048         (Info-kill-buffer): Move up.
3050 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
3052         * term/xterm.el (xterm-standard-colors): Update color values from
3053         xterm-200.
3055 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3057         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3059         * fast-lock.el:
3060         * lazy-lock.el: Move them to the obsolete subdir.
3062 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
3064         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3065         (wdired-add-replace-advice): Remove.
3066         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3068 2005-04-06  Kim F. Storm  <storm@cua.dk>
3070         * startup.el (command-line): Add --bare-bones alias for -Q.
3072 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3074         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3075         create the startup fontset if a font specification ends with
3076         `mac-roman'.
3078 2005-04-06  Lute Kamstra  <lute@gnu.org>
3080         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3081         change.
3083         * emacs-lisp/copyright.el (copyright-update-year): Replace the
3084         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
3086 2005-04-05  Lute Kamstra  <lute@gnu.org>
3088         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3089         (define-generic-mode): Ditto.  Fix debug declaration.
3091         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3092         Put them in the generic-x group.
3094         * calendar/timeclock.el (timeclock): Doc fix.
3096         * generic.el (define-generic-mode): Don't use custom-current-group.
3097         Document default :group value.
3098         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3099         (define-global-minor-mode): Don't use custom-current-group.
3101 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
3103         * startup.el (command-line-1): Display startup-echo-area-message
3104         when fancy splash screen is in use.
3106         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3107         (sh-escaped-newline): New face.
3108         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3109         newline, and use sh-escaped-newline face.
3111         * progmodes/tcl.el (tcl-escaped-newline): New face.
3112         (tcl-builtin-list): New variable.
3113         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3114         newlines.  Fix keywords subexpression number.
3116 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
3118         * textmodes/org.el (org-diary-default-entry): Fix call to
3119         `add-to-diary-entry'.
3121 2005-04-05  Kim F. Storm  <storm@cua.dk>
3123         * ediff-init.el: Use (featurep 'xemacs).
3125 2005-04-05  David Ponce  <david@dponce.com>
3127         * cus-edit.el (face): Derive from symbol widget.  Display sample
3128         of the current face on the fly.
3129         (widget-face-sample-face-get, widget-face-notify): New functions.
3130         (widget-face-value-create): Remove.
3132         * wid-edit.el (widget-field-end): Temporarily remove field
3133         narrowing before to call `get-char-property'.
3135 2005-04-04  Jay Belanger  <belanger@truman.edu>
3137         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3138         (math-read-subscripts): New variable.
3139         (math-read-preprocess-string): Process subscripts.
3141 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
3143         * comint.el (comint-prompt-read-only): Doc fix.
3145         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3146         `-1'.  Doc fix.
3148 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
3150         * textmodes/org.el (org-insert-mode-line-in-empty-file):
3151         Change default value to nil.
3153 2005-04-04  Lute Kamstra  <lute@gnu.org>
3155         * autorevert.el (auto-revert-mode): Specify :group.
3156         * battery.el (display-battery-mode): Specify :group.
3157         * diff-mode.el (diff-minor-mode): Specify :group.
3158         * font-core.el (font-lock-mode): Specify :group.
3159         * hl-line.el (hl-line-mode): Specify :group.
3160         * iimage.el (iimage): New customization group.
3161         (iimage-mode): Specify :group.
3162         * longlines.el (longlines-mode): Specify :group.
3163         * master.el: Don't require easy-mmode.
3164         (master): New customization group.
3165         (master-mode): Specify :group.
3166         * msb.el (msb-mode): Specify :group.
3167         * reveal.el (reveal-mode): Specify :group.
3168         * simple.el (next-error-follow-minor-mode): Specify :group.
3169         * smerge-mode.el (smerge-mode): Specify :group.
3170         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3171         * emulation/cua-base.el (cua-mode): Specify :group.
3172         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3173         * language/thai-util.el (thai-auto-composition-mode)
3174         (thai-word-mode): Specify :group.
3175         * mail/supercite.el (sc-minor-mode): Specify :group.
3176         * progmodes/cwarn.el (cwarn-mode): Specify :group.
3177         * progmodes/flymake.el (flymake-mode): Specify :group.
3178         * progmodes/glasses.el (glasses-mode): Specify :group.
3179         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3180         * textmodes/enriched.el (enriched-mode): Specify :group.
3181         * textmodes/refill.el (refill-mode): Specify :group.
3183         * add-log.el (change-log-font-lock-keywords): Names in
3184         parenthesized lists can contain spaces.
3186 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
3188         * startup.el (fancy-splash-text): Shorten default text of
3189         "Emacs Tutorial" line.  Also, if the current language env
3190         indicates an available tutorial file other than TUTORIAL,
3191         extract its title and append it to the line in parentheses.
3192         (fancy-splash-insert): If arg is a thunk, funcall it.
3194 2005-04-04  Jay Belanger  <belanger@truman.edu>
3196         * calc.el (calc-language-alist): Add tags to customization type.
3198 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
3200         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
3201         Doc fix.
3203 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
3205         * add-log.el (change-log-font-lock-keywords): The manual
3206         describing a Change Log entry, says: (...) "Aside from these
3207         header lines, every line in the change log starts with a space or
3208         a tab.".  The font-lock was not highlighting lines started with
3209         spaces, added support for it.
3211 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3213         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
3214         (bibtex-generate-url-list): Update docstring accordingly.  Put the
3215         complex example in the docstring.
3216         (bibtex-font-lock-url): Use pop.
3218 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3220         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
3222         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
3224 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
3226         * filesets.el (filesets-set-default): Doc fix.
3228 2005-04-03  Lute Kamstra  <lute@gnu.org>
3230         * generic.el (define-generic-mode): Add argument to specify
3231         keywords for defcustom.
3232         (default-generic-mode): Specify :group.
3234         * generic-x.el: Specify :group for all generic modes.
3236         * desktop.el (desktop-no-desktop-file-hook)
3237         (desktop-after-read-hook): Doc fix.
3239 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
3241         * simple.el (visible-mode): Use explicit :group keyword.
3242         This changes the group of `visible-mode-hook' from paren-blinking
3243         to editing-basics.
3245 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
3247         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
3248         mailbox specifications as well as URLs.
3249         (rmail-insert-inbox-text): Remove unused conditional branches.
3251 2005-04-01  Jay Belanger  <belanger@truman.edu>
3253         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3254         (calc-gnuplot-print-command): Move definitions to calc.el.
3256         * calc/calc-embed.el (calc-embedded-announce-formula)
3257         (calc-embedded-open-formula, calc-embedded-close-formula)
3258         (calc-embedded-open-word, calc-embedded-close-word)
3259         (calc-embedded-open-plain, calc-embedded-close-plain)
3260         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3261         (calc-embedded-open-mode, calc-embedded-close-mode):
3262         Move definitions to calc.el.
3264         * calc/calc.el (calc-settings-file, calc-language-alist):
3265         Make customizable.
3266         (calc-embedded-announce-formula, calc-embedded-open-formula)
3267         (calc-embedded-close-formula, calc-embedded-open-word)
3268         (calc-embedded-close-word, calc-embedded-open-plain)
3269         (calc-embedded-close-plain, calc-embedded-open-new-formula)
3270         (calc-embedded-close-new-formula, calc-embedded-open-mode)
3271         (calc-embedded-close-mode, calc-gnuplot-name)
3272         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
3273         from other files and make customizable.
3275 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3277         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
3278         Use buffer-live-p.
3279         (cvs-mode-run): Don't call cvs-update-header here.
3280         (cvs-run-process): Call cvs-update-header.
3281         Use process properties for cvs-postprocess and cvs-buffer so that
3282         the sentinel can behave better if the temp buffer is killed.
3283         Use a pipe rather than a tty, to better handle unexpected prompts.
3284         (cvs-sentinel): Rewrite.  Call cvs-update-header.
3286 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
3288         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
3289         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
3291 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3293         * generic.el (define-generic-mode): Add indentation rule.
3295 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
3297         * files.el (mode-require-final-newline): Make Custom correctly
3298         report a nil value and allow to set it to nil via Custom.
3299         Doc fix.
3301 2005-04-01  Kenichi Handa  <handa@m17n.org>
3303         * international/characters.el: Enable the correct case setting for
3304         dotless-i and dotted-I.
3306 2005-04-01  Kim F. Storm  <storm@cua.dk>
3308         * ido.el (ido-file-internal): Fall back to non-ido command if
3309         initial directory is on slow ftp (or tramp) host.
3311 2005-03-31  Richard M. Stallman  <rms@gnu.org>
3313         * emacs-lisp/autoload.el (make-autoload):
3314         Handle define-global-minor-mode.
3316         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3317         Rename from easy-mmode-define-global-mode.
3318         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
3320         * progmodes/scheme.el (scheme-mode-syntax-table):
3321         Update syntax of | and # for two-character comment syntax.
3323 2005-03-31  Lute Kamstra  <lute@gnu.org>
3325         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
3326         (define-minor-mode): Call custom-current-group at load-time.
3328         * generic.el (define-generic-mode): Add debug declaration.
3329         Add defcustom for the mode hook.
3330         (generic-mode-internal): Use run-mode-hooks.
3332 2005-03-31  Kim F. Storm  <storm@cua.dk>
3334         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
3335         (mouse-fixup-help-message): New defun called by show_help_echo
3336         to fixup mouse-2 prefix in help messages when applicable.
3338         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
3340 2005-03-31  Kenichi Handa  <handa@m17n.org>
3342         * language/thai-word.el (thai-find-word-ends): Pay attention to
3343         the case that we reach the end of buffer.
3345         * textmodes/fill.el (fill-text-properties-at): New function.
3346         (fill-newline): Use fill-text-properties-at instead of
3347         text-properties-at.
3349 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
3351         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
3352         not comint-quote-filename.
3354 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
3356         * help-fns.el (help-with-tutorial): Revert last change.
3358 2005-03-31  Kim F. Storm  <storm@cua.dk>
3360         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
3362 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3364         * calendar/cal-china.el: Update reference to "Calendrical
3365         Calculations" book; there's a new edition.
3366         * calendar/cal-coptic.el: Likewise.
3367         * calendar/cal-french.el: Likewise.
3368         * calendar/cal-hebrew.el: Likewise.
3369         * calendar/cal-islam.el: Likewise.
3370         * calendar/cal-iso.el: Likewise.
3371         * calendar/cal-julian.el: Likewise.
3372         * calendar/cal-mayan.el: Likewise.
3373         * calendar/cal-persia.el: Likewise.
3374         * calendar/calendar.el: Likewise.
3375         * calendar/holidays.el: Likewise.
3376         * calendar/lunar.el: Likewise.
3377         * calendar/solar.el: Likewise.
3379         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
3380         white space from doc string.
3382 2005-03-30  Jay Belanger  <belanger@truman.edu>
3384         * calc/calc-help.el (calc-full-help): Remove email address.
3386 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
3388         * help-fns.el (help-with-tutorial): Delete title line.
3390 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
3392         * calendar/cal-x.el (calendar-one-frame-setup)
3393         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
3394         rather than 'symbol for set-window-dedicated-p.
3396         * calendar/appt.el (appt-buffer-name): Make it a constant.
3397         (appt-add): Doc fix.
3399         * filesets.el (filesets-menu-path, filesets-menu-before)
3400         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
3401         (filesets-menu-cache-file): Use directory ~/.emacs.d.
3402         (filesets-add-submenu): Delete and use add-submenu instead.
3404 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
3406         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
3407         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
3408         (org-diary-default-entry): New function.
3409         (org-get-entries-from-diary): Better parsing of diary entries.
3410         (org-agenda-check-no-diary): New function.
3411         ("diary-lib"): Advice to function `add-to-diary-list', to allow
3412         linking to diary entries.
3413         (org-agenda-execute-calendar-command): New function.
3414         (org-agenda): Improve visible section in window.
3415         Use `org-fit-agenda-window'.
3416         (org-fit-agenda-window): New option.
3417         (org-move-subtree-down): Better handling of empty lines
3418         at end of subtree.
3419         (org-cycle): Numeric prefix is interpreted now as show-subtree N
3420         levels up.
3421         (org-fontify-done-headline): New option.
3422         (org-headline-done-face): New face.
3423         (org-set-font-lock-defaults): Use `org-headline-done-face'.
3424         (org-table-copy-down): Rename from `org-table-copy-from-above'.
3425         When current field is non-empty, it is copied to next row.
3426         (org-table-copy-from-above): Fix bug which made it
3427         impossible to copy fields containing only a single non-white character.
3429 2005-03-30  Kim F. Storm  <storm@cua.dk>
3431         * kmacro.el (kmacro-end-macro): Isearch may store this command
3432         into the macro -- so ignore it when executing keyboard macro.
3434 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
3436         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
3438 2005-03-29  Kenichi Handa  <handa@m17n.org>
3440         * language/thai.el ("Thai"): Set setup-function and exit-function
3441         for Thai language environment.
3443         * language/thai-util.el: Require thai-word.
3444         (thai-word-mode-map): New variable.
3445         (thai-word-mode): New minor mode.
3446         (setup-thai-language-environment-internal): New function.
3447         (exit-thai-language-environment-internal): New function.
3449         * language/thai-word.el (thai-word-table): Declare it by defvar,
3450         use dolist to initialize it.
3451         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
3452         (thai-fill-find-break-point): New functions.
3454 2005-03-29  Richard M. Stallman  <rms@gnu.org>
3456         * simple.el (idle-update-delay): Move definition up.
3457         (set-mark): Doc fix.
3459 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
3461         * longlines.el: New file.
3463         * simple.el (buffer-substring-filters): New variable.
3464         (filter-buffer-substring): New function.
3465         (kill-region, copy-region-as-kill): Use it.
3467         * register.el (copy-to-register, append-to-register)
3468         (prepend-to-register): Use filter-buffer-substring.
3470 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
3472         * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
3473         (gud-filter-pending-text): Move in front of gdb.
3474         (gud-overlay-arrow-position): New variable.
3475         (gud-sentinel, gud-display-line): Use it in place of
3476         overlay-arrow-position.
3478 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
3480         * progmodes/fortran.el (fortran-if-indent): Doc fix.
3481         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
3482         (fortran-font-lock-keywords-4): New variable.
3483         (fortran-blocks-re, fortran-end-block-re)
3484         (fortran-start-block-re): New constants, for hideshow.
3485         (hs-special-modes-alist): Add a Fortran entry.
3486         (fortran-mode-map): Bind fortran-end-of-block,
3487         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
3488         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
3489         (fortran-looking-at-if-then, fortran-end-of-block)
3490         (fortran-beginning-of-block): New functions, for hideshow.
3492         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
3493         Doc fix.  Tweak regexp.
3494         (f90-beginning-of-block): Push mark first.
3496 2005-03-29  Jay Belanger  <belanger@truman.edu>
3498         * calc/calc.el: Update copyright date.
3499         (calc-version): Increase to 2.1.
3500         (calc-version-date): Remove.
3502         * calc/calc-help.el: Update copyright date.
3503         (calc-full-help): Remove reference to calc-version-date.
3504         Update copyright date.
3506 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3508         * vc.el (vc-do-command): Use a pipe for async processes, so password
3509         prompts don't show up at places where the user can't reply.
3511 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
3513         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
3514         on the file name we pass to the inferior shell.
3516 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
3518         * progmodes/which-func.el (which-function): Be robust in the face of an
3519         imenu--make-index-alist failure.
3521 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3523         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
3525         * progmodes/python.el (python-preoutput-filter): Fix last change.
3527 2005-03-29  Lute Kamstra  <lute@gnu.org>
3529         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
3530         functions and compiled macros.
3531         (debug-convert-byte-code): Handle macros too.
3532         (debug-on-entry-1): Don't signal an error when trying to clear a
3533         function that is not set to debug on entry.
3535 2005-03-29  Jay Belanger  <belanger@truman.edu>
3537         * calc/calc-lang.el: Add functions to math-function-table
3538         properties of tex and math.
3540 2005-03-29  Kenichi Handa  <handa@m17n.org>
3542         * ps-mule.el (ps-mule-plot-string): Translate characters by
3543         ps-print-translation-table.
3544         (ps-mule-begin-job): Call find-charset-region/string with
3545         ps-print-translation-table.
3546         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
3548         * ps-print.el (ps-print-translation-table): New variable.
3549         (ps-plot-region): Translate characters by ps-print-translation-table.
3551 2005-03-29  Juri Linkov  <juri@jurta.org>
3553         * simple.el (next-error-highlight-timer): New variable.
3555         * progmodes/compile.el (compilation-goto-locus):
3556         Use `next-error-highlight-timer' instead of `sit-for'.
3558 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3560         * mail/supercite.el (sc-mail-field): Use assoc-string.
3561         (sc-get-address): Simplify regexps.
3563         * files.el (minibuffer-with-setup-hook): New macro.
3564         (find-file-read-args): Use it to avoid let-binding
3565         minibuffer-with-setup-hook (which breaks turning on/off
3566         file-name-shadow-mode while in the prompt).
3568         * complete.el (PC-read-include-file-name-internal): Use test-completion.
3570 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
3572         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
3574 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3576         * window.el (window-buffer-height): Use count-screen-lines.
3578         * progmodes/python.el (python-preoutput-leftover): New var.
3579         (python-preoutput-filter): Use it.
3580         (python-send-receive): Loop until all the result has been received.
3582 2005-03-28  Juri Linkov  <juri@jurta.org>
3584         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
3586         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
3587         "Recover Crashed Session".
3588         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
3589         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
3590         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
3591         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
3592         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
3593         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
3594         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
3595         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
3597         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
3598         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
3599         Ediff Sessions", "Toggle use of separate control buffer frame",
3600         "Use separate frame for Ediff control buffer".
3602         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
3603         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
3604         "Rename Bookmark", "Delete Bookmark".
3606         * info.el (Info-mode-menu): Remove ellipsis from "Index".
3607         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
3608         Add `:active Info-index-alternatives' to "Next Matching Item".
3610         * wdired.el (wdired-change-to-wdired-mode):
3611         Mention `wdired-abort-changes' key in the initial message.
3613         * international/mule.el (auto-coding-alist): Associate non-ascii
3614         image filename extensions with `no-conversion'.
3616 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3618         * international/iso-acc.el:
3619         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
3621 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
3623         * textmodes/sgml-mode.el (html-mode): Doc update.
3625         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
3627 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
3629         * term.el (term-move-columns): Fix face after extending a line.
3630         (term-insert-spaces): Likewise.
3631         (term-reset-terminal): Fix off by one error.
3633 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
3635         * international/mule.el (auto-coding-alist): Add .xpi files.
3637         * files.el (auto-mode-alist): Add .xpi files.
3639 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
3641         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
3643 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
3645         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
3647 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
3649         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
3650         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
3652         * calendar/cal-move.el (calendar-beginning-of-year): Move the
3653         cursor to Jan 1 when needed.
3654         (calendar-end-of-year): Fix -/+ typo.
3655         Reported by Chong Yidong <cyd@stupidchicken.com>.
3657 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3659         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
3661         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
3662         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
3664 2005-03-25  Richard M. Stallman  <rms@gnu.org>
3666         * filesets.el (filesets-init): Add autoload.
3668         * mail/mailalias.el (mail-directory): Doc fix.
3670 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3672         * mail/mailalias.el (mail-directory-process): Do nothing if
3673         mail-directory-process is an atom.
3674         (mail-get-names): Ignore mail-directory-names if it is an atom.
3675         (mail-directory-process defvar): Doc fix.
3676         (mail-names): Doc fix.
3678 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
3680         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
3682 2005-03-26  Kenichi Handa  <handa@m17n.org>
3684         * international/mule-util.el (detect-coding-with-priority):
3685         Call update-coding-systems-internal before detect-coding-region.
3687 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
3689         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3690         (gdb-frames-mode-map): Add follow-link property.
3692 2005-03-25  Jay Belanger  <belanger@truman.edu>
3694         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
3695         for variables.
3697 2005-03-25  Juri Linkov  <juri@jurta.org>
3699         * image-mode.el: Optimize image filename extension regexps in
3700         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
3701         in `auto-mode-alist'.
3702         (image-mode): Add `image-toggle-display-text' to local hook
3703         `change-major-mode-hook'.  Display the image as an image by
3704         default.  Set `cursor-type' and `truncate-lines' if the image
3705         is already displayed.  Take into account the current mode (image
3706         or text) in message.
3707         (image-minor-mode): New minor mode.
3708         (image-mode-maybe, image-toggle-display-text): New functions.
3709         (image-toggle-display): Use called-interactively-p.
3710         Let-bind `inhibit-read-only' to t.
3712         * image-mode.el (image-minor-mode): Set `cursor-type' and
3713         `truncate-lines' if the image is already displayed.  Add turning
3714         image-minor-mode off to `change-major-mode-hook'.  Add message.
3715         Call `image-toggle-display-text' after turning image-minor-mode off.
3717 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3719         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
3720         Terminal.app, use utf-8.
3721         (set-display-table-and-terminal-coding-system): Add coding-system arg.
3722         (set-locale-environment): Use it.
3724         * term/xterm.el: Undo last change, better done in mule-cmds.el.
3726         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
3728         * progmodes/python.el (python-close-block-statement-p)
3729         (python-outdent-p, python-current-defun): Use symbol-end.
3731 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3733         * files.el (save-some-buffers): Doc fix.
3735 2005-03-25  Werner Lemberg  <wl@gnu.org>
3737         * complete.el, thumbs.el: Replace `legal' with `valid'.
3738         * calendar/calendar.el: Replace `legal' with `valid'.
3739         * emacs-lisp/advice.el: Replace `legal' with `valid'.
3740         * mail/supercite.el: Replace `legal' with `valid'.
3741         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
3742         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
3743         Replace `legal' with `valid'.
3744         * textmodes/reftex-vars.el, textmodes/reftex.el:
3745         Replace `legal' with `valid'.
3747 2005-03-25  Werner Lemberg  <wl@gnu.org>
3749         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
3750         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
3751         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
3752         * emulation/vip.el: Replace `illegal' with `invalid'.
3753         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
3754         * mail/supercite.el: Replace `illegal' with `invalid'.
3755         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
3756         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
3757         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
3758         * progmodes/sh-script.el, progmodes/xscheme.el:
3759         Replace `illegal' with `invalid'.
3760         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
3761         * textmodes/reftex-index.el, textmodes/reftex-parse.el
3762         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
3763         * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
3765 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3767         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
3768         (flymake-find-buildfile, flymake-find-possible-master-files)
3769         (flymake-check-include, flymake-parse-line): Replace loops over the
3770         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
3772         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
3773         Substitute file-name-as-directory in the rest of the file.
3774         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
3775         (flymake-replace-region): Remove unused arg `buffer'.
3776         (flymake-check-patch-master-file-buffer): Update calls to it.
3777         (flymake-add-err-info): Remove unused var `count'.
3778         (flymake-mode): Use define-minor-mode.
3780         * progmodes/flymake.el: Use with-current-buffer.
3781         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
3782         flymake-replace-regexp-in-string, flymake-line-beginning-position)
3783         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
3784         Avoid testing for `xemacs'.
3785         (flymake-nop): Move.
3786         (flymake-region-has-flymake-overlays): Return the computed value.
3787         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
3788         Remove unused var `endline'.
3789         (flymake-get-line-count): Remove unused function.
3790         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
3792         * emulation/vi.el:
3793         * generic.el:
3794         * hilit-chg.el (global-highlight-changes):
3795         * hi-lock.el (hi-lock-mode):
3796         * follow.el: find-file-hooks -> find-file-hook.
3798         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
3800 2005-03-24  Juri Linkov  <juri@jurta.org>
3802         * dired.el (dired-mode-map): Add menu item "Compare directories"
3803         for dired-compare-directories.
3805         * dired-aux.el (dired-compare-directories): Add autoload cookie.
3806         Doc fix.  Replace `read-file-name' with `read-directory-name'.
3808 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3810         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
3812 2005-03-24  Jay Belanger  <belanger@truman.edu>
3814         * calc/calc-embed.el (calc-embedded-mode-change): Save all
3815         relevant mode settings in calc-embedded-original-modes when modes
3816         are permanently changed.
3818 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3820         * autoinsert.el: find-file-hooks -> find-file-hook.
3822 2005-03-24  Lute Kamstra  <lute@gnu.org>
3824         * generic.el (generic-font-lock-defaults): Make it obsolete.
3825         (generic-font-lock-keywords): New variable to replace
3826         generic-font-lock-defaults.
3827         (generic-mode-set-font-lock): Delete it.
3828         (generic-mode-internal): Don't call generic-mode-set-font-lock.
3829         (generic-bracket-support): Add docstring.
3831         * generic-x.el: Rename generic-font-lock-defaults to
3832         generic-font-lock-keywords throughout.
3833         (mailagent-rules-setup-function): Delete it.
3834         (mailagent-rules-generic-mode): Use anonymous function instead.
3835         (show-tabs-generic-mode-font-lock-defaults-1)
3836         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
3837         Quote faces.
3838         (show-tabs-tab-face, show-tabs-space-face): Specify background,
3839         not foreground.
3841         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3842         Recognize define-generic-mode.
3844 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3846         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
3847         if there's no completion table.
3849 2005-03-23  Miles Bader  <miles@gnu.org>
3851         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3852         Remove tty-specific variants, as they're no longer needed.
3854 2005-03-23  Lute Kamstra  <lute@gnu.org>
3856         * generic-x.el: Code cleanup: make args constant whenever possible.
3857         (installshield-statement-keyword-list)
3858         (installshield-system-functions-list)
3859         (installshield-system-variables-list, installshield-types-list)
3860         (installshield-funarg-constants-list): Make them constants.
3862         * generic.el (generic-make-keywords-list): Add autoload cookie.
3864         * calendar/time-date.el: Add comment on time value formats.
3865         Don't require parse-time.
3866         (with-decoded-time-value): New macro.
3867         (encode-time-value): New function.
3868         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
3869         (days-to-time): Return a valid time value when arg is huge.
3870         (time-since): Use time-subtract.
3871         (time-to-number-of-days): Use time-to-seconds.
3873 2005-03-23  David Ponce  <david@dponce.com>
3875         * recentf.el: (recentf-keep): New option.
3876         (recentf-menu-action): Default to `find-file'.
3877         (recentf-keep-non-readable-files-flag)
3878         (recentf-keep-non-readable-files-p)
3879         (recentf-file-readable-p, recentf-find-file)
3880         (recentf-cleanup-remote): Remove.
3881         (recentf-include-p): More robust.
3882         (recentf-keep-p): New function.
3883         (recentf-remove-if-non-kept): Rename from
3884         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
3885         All callers updated.
3886         (recentf-menu-items-for-commands): Fix help string.
3887         (recentf-track-closed-file): Update.  Doc fix.
3888         (recentf-cleanup): Update.  Count removed files.  Doc fix.
3890 2005-03-23  Kim F. Storm  <storm@cua.dk>
3892         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3893         Don't inherit from fringe face (now happens automatically).
3895 2005-03-22  Kim F. Storm  <storm@cua.dk>
3897         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
3898         position values.
3900 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3902         * menu-bar.el (showhide-date-time): Remove.
3903         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
3904         (menu-bar-make-mm-toggle): Simplify.
3906 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
3908         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
3909         Accept qualified variable and function names.
3911 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
3913         * bindings.el (completion-ignored-extensions):
3914         Remove ".lis" for `vax-vms'.
3916 2005-03-22  Andreas Schwab  <schwab@suse.de>
3918         * generic-x.el: Revert last change.
3919         * ldefs-boot.el: Update.
3921 2005-03-22  Jay Belanger  <belanger@truman.edu>
3923         * calc/calc-embed (calc-embedded-original-modes): New variable.
3924         (calc-embedded-save-original-modes)
3925         (calc-embedded-restore-original-modes): New functions.
3926         (calc-do-embedded): Save original modes when entering embedded mode
3927         and restore when leaving embedded mode.
3928         (calc-embedded-modes-change): Change the value of
3929         calc-embedded-original-modes to reflect permanent changes.
3931 2005-03-22  Lute Kamstra  <lute@gnu.org>
3933         * generic-x.el: Require generic again.
3935 2005-03-22  Miles Bader  <miles@gnu.org>
3937         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3938         Tweak details to look good on both ttys and bitmap displays, light
3939         or dark background, etc.
3941 2005-03-21  Kim F. Storm  <storm@cua.dk>
3943         * tooltip.el (tooltip-show-help-function): Check car and cdr of
3944         mouse position.
3946 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3948         * icomplete.el: Don't forcibly turn on the mode upon load.
3949         (icomplete-mode): Use define-minor-mode.
3950         (icomplete-eoinput): Default to nil.
3951         (icomplete-minibuffer-setup): Remove autoload.
3952         (icomplete-tidy): Simplify.
3953         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
3954         in the initial state or if the user has modified the field.
3955         Fix handling of icomplete-max-delay-chars.
3956         Remove code that handles the oddball case where
3957         minibuffer-completion-table is an integer.
3958         Wrap icomplete-completions in while-no-input in case building
3959         completions takes more time than expected.
3960         (icomplete-completions): Simplify.
3962 2005-03-21  Richard M. Stallman  <rms@gnu.org>
3964         * jka-compr.el (jka-compr-really-do-compress):
3965         Make variable buffer-local.
3967         * image-mode.el: Handle .xpm files too.
3968         (image-toggle-display): Preserve modification flag.
3970         * help.el (where-is): Don't mention aliases with no key bindings.
3972 2005-03-21  Lute Kamstra  <lute@gnu.org>
3974         * generic.el: Fix commentary section.  Don't require cl for compilation.
3975         (generic-mode-list): Add autoload cookie.
3976         (generic-use-find-file-hook, generic-lines-to-scan)
3977         (generic-find-file-regexp, generic-ignore-files-regexp)
3978         (generic-mode, generic-mode-find-file-hook)
3979         (generic-mode-ini-file-find-file-hook): Fix docstrings.
3980         (define-generic-mode): Make it a defmacro.  Fix docstring.
3981         (generic-mode-internal): Code cleanup.  Add autoload cookie.
3982         (generic-mode-set-comments): Code cleanup.
3983         * generic-x.el: Don't prevent compilation.  Don't require generic.
3984         Follow coding conventions.  Minor code cleanup.
3985         (etc-fstab-generic-mode): Add some keywords.
3986         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
3987         define-generic-mode like a function declaration.
3989 2005-03-21  Jay Belanger  <belanger@truman.edu>
3991         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
3992         changing modes.
3994 2005-03-21  Sam Steingold  <sds@gnu.org>
3996         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
3998 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
4000         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4001         Add underscore to "f$ lexicals" regexp.
4003 2005-03-20  Juri Linkov  <juri@jurta.org>
4005         * subr.el (progress-reporter-do-update): When `min-value' is equal
4006         to `max-value', set `percentage' to 0 and prevent division by zero.
4008 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
4010         Sync with Tramp 2.0.48.
4012         * tramp.el (all): Change all addresses to .gnu.org.
4013         (tramp-append-tramp-buffers): New defun.
4014         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4015         Catch `dont-send' signal.
4016         (tramp-set-auto-save-file-modes): Set always permissions, because
4017         there might be an old auto-saved file belonging to another
4018         original file.  This could be a security threat.  Reported by
4019         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4020         Check for Emacs 21.3.50 removed.
4022         * tramp-smb.el (all): Remove debug construct for
4023         `with-parsed-tramp-file-name'.
4024         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4025         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4026         No error message if DIRECTORY or FILENAME doesn't exist.
4027         (tramp-smb-open-connection): Check existence of
4028         `tramp-smb-program'.
4030 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4032         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4033         Properly handle the case where the `m' or `s' command's argument is not
4034         yet terminated.
4035         (perl-indent-new-calculate): New function.
4036         (perl-indent-line): Use it.
4038 2005-03-20  Miles Bader  <miles@gnu.org>
4040         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4041         in text-mode too.  Change to new face names.
4042         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4043         Add `:weight bold' attribute.
4044         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4046 2005-03-19  Juri Linkov  <juri@jurta.org>
4048         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
4050         * international/mule.el (auto-coding-alist): Sync with
4051         `auto-mode-alist' by adding upper case archive file extensions
4052         and adding ear/war to jar extension.
4054 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
4056         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4057         running, restart it.
4059 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
4061         * finder.el (finder-current-item): Throw an error on an empty line.
4063         * man.el (Man-follow-manual-reference): If current-word returns
4064         nil, use "".
4066 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
4068         * simple.el (goto-line): Doc fix.
4070 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
4072         * files.el (save-buffer): Doc fix.
4074 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
4076         * recentf.el (recentf-cleanup-remote): New variable.
4077         (recentf-cleanup): Use it to conditionally check availablity of
4078         remote files.
4080 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
4082         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4083         function names.
4085 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
4087         * language/thai-word.el: New file.
4089 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
4091         * files.el (backup-buffer): If the file's directory is not
4092         writable, use copy instead of move to backup the file.
4094 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
4096         * obsolete/keyswap.el: Moved to obsolete/ from term/.
4098 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4100         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4101         Use functionp instead of symbolp and fboundp.  Reported by Drkm
4102         <darkman_spam@yahoo.fr>.
4103         (ps-print-version): New version 6.6.6.
4105 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
4107         * textmodes/table.el (table--line-column-position): New idiom.
4108         (table--row-column-insertion-point-p): New function to test
4109         validity of row and column insertion operation at a location.
4110         (table-global-menu, table-cell-menu): Use above functions for
4111         deterministic test operation.
4112         (table--editable-cell-p): Behave in deterministic fashion.
4114 2005-03-18  Juri Linkov  <juri@jurta.org>
4116         * isearch.el (isearch-lazy-highlight-new-loop):
4117         Make arguments beg and end optional.
4118         (isearch-update): Remove optional arguments nil from
4119         isearch-lazy-highlight-new-loop.
4120         (isearch-lazy-highlight-search): Let-bind case-fold-search to
4121         isearch-lazy-highlight-case-fold-search instead of
4122         isearch-case-fold-search, and let-bind isearch-regexp to
4123         isearch-lazy-highlight-regexp.
4124         Use isearch-lazy-highlight-last-string instead of isearch-string.
4126         * replace.el (perform-replace): Remove bindings of global
4127         variables isearch-string, isearch-regexp, isearch-case-fold-search.
4128         Add three new arguments to `replace-highlight'.
4129         (replace-highlight): Add arguments string, regexp, case-fold.
4130         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4131         to allow isearch-lazy-highlight-new-loop to use these values
4132         to set corresponding isearch-lazy-highlight-* internal
4133         variables whose values lazy highlighting will use regardless of
4134         changes to global variables isearch-string, isearch-regexp,
4135         isearch-case-fold-search during lazy highlighting loop.
4136         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4137         to `lazy-highlight-cleanup'.
4139         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4140         (ispell-highlight-face): Set default face to `isearch' when
4141         lazy highlighting is enabled.
4142         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4143         priority to 1.  Add lazy highlighting.
4144         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4145         from `isearch-dehighlight'.
4147 2005-03-18  David Ponce  <david@dponce.com>
4149         * files.el (hack-local-variables): Do a case-insensitive search
4150         for End.
4152 2005-03-18  Juri Linkov  <juri@jurta.org>
4154         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4155         `isearch-lazy-highlight-cleanup', add alias to old name and
4156         declare obsolete.  Add release numbers to other obsolete vars.
4157         (isearch-done, isearch-lazy-highlight-new-loop):
4158         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
4159         (lazy-highlight-cleanup) <variable>: Doc fix.
4160         (isearch-lazy-highlight-update): Rename obsolete
4161         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4163 2005-03-18  Kenichi Handa  <handa@m17n.org>
4165         * language/thai-util.el: Fix categorization of Thai characters in
4166         thai-category-table.
4167         (thai-composition-pattern): Adjust it for the above change.
4168         (thai-self-insert-command, thai-compose-syllable): New functions.
4169         (thai-compose-region): Use thai-compose-syllable.
4170         (thai-compose-string): Likewise.
4171         (thai-composition-function): Likewise.
4172         (thai-auto-composition): New function.
4173         (thai-auto-composition-mode): New minor mode.
4175         * language/thai.el: Fix patterns to be registered in
4176         composition-function-table.
4178         * international/quail.el (quail-input-method): Locally bind
4179         inhibit-modification-hooks to t.
4181 2005-03-17  Richard M. Stallman  <rms@gnu.org>
4183         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4184         (perl-mode): Use run-mode-hooks.
4186         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4187         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4188         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
4190         * mail/sendmail.el (sendmail-send-it): Reenable the code
4191         to compute resend-to-address and use it.
4193         * tar-mode.el (tar-mode): Turn off undo unconditionally.
4195         * image-mode.el: New file.
4197         * image.el (insert-sliced-image): Add autoload cookie.
4199         * font-lock.el (font-lock-lines-before): New user option.
4200         (font-lock-after-change-function): Obey it.
4202         * bindings.el (esc-map): Make M-g a prefix.
4203         Bind M-g g and M-g M-g to goto-line.
4205         * faces.el (face-id): Doc fix.
4207 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4209         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
4210         (rmail-show-message): Use rmail-unknown-mail-followup-to.
4211         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
4213         * mail/sendmail.el (mail-yank-ignored-headers)
4214         (mail-font-lock-keywords, mail-mode-fill-paragraph):
4215         Add Mail-Followup-To and Mail-Reply-To headers.
4216         (mail-citation-hook): Add autoload cookie.
4217         (mail-mode): Doc fix.
4218         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
4219         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
4220         (mail-mode-fill-paragraph): Handle those headers.
4221         (mail-mailing-lists): New variable.
4222         (mail-mail-reply-to, mail-mail-followup-to): New functions.
4224 2005-03-17  Juri Linkov  <juri@jurta.org>
4226         * isearch.el (isearch-fallback): Check for `(car previous)'
4227         before calling `isearch-other-end-state'.
4229 2005-03-17  Kim F. Storm  <storm@cua.dk>
4231         * simple.el (move-beginning-of-line): Move to beginning of buffer
4232         line, as well as beginning of screen line.
4234 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
4236         * calendar/diary-lib.el (mark-diary-entries): Use new optional
4237         argument REDRAW rather than calendar-redrawing variable.
4238         * calendar/calendar.el (calendar-redrawing): Delete.
4239         (redraw-calendar): Do not bind calendar-redrawing.
4241 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
4243         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
4244         diary-file buffer.
4246 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4248         * help.el (describe-mode): Allow a :minor-mode-function property to
4249         specify a different minor mode toggle function than the variable.
4250         * simple.el (auto-fill-function):
4251         * subr.el (add-minor-mode): Use it.
4253 2005-03-16  Kenichi Handa  <handa@m17n.org>
4255         * language/ethio-util.el (sera-being-called-by-w3): New variable.
4256         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
4257         (ethio-fidel-to-sera-buffer): Likewise.
4259 2005-03-16  Juri Linkov  <juri@jurta.org>
4261         * emacs-lisp/find-func.el (find-function-regexp):
4262         Add defun-emitting macro `menu-bar-make-toggle'.
4264         * isearch.el: Put `isearch-scroll' property to
4265         `split-window-horizontally'.
4267         * info.el: Update error messages for `debug-ignored-errors'.
4268         (Info-isearch-search): Doc fix.
4269         (Info-find-node): Move up code to go into info buffer before
4270         recording the node to the history.
4271         (Info-fontify-node): Fontify titles only if the next line
4272         has two or more `*', `=', `-', `.'.
4273         Display "go to this node" for empty (match-string 3).
4275 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4277         * term/mac-win.el: Add mouse pointer shape constants.
4279 2005-03-15  Kim F. Storm  <storm@cua.dk>
4281         * simple.el (move-beginning-of-line): Use vertical-motion.
4283 2005-03-15  Juri Linkov  <juri@jurta.org>
4285         * isearch.el (isearch-error): New variable.
4286         (isearch-invalid-regexp, isearch-within-brackets): Remove.
4287         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
4288         (isearch-within-brackets-state): Remove.
4289         (isearch-case-fold-search-state, isearch-pop-fun-state):
4290         Decrease frame index.
4291         (isearch-mode, isearch-top-state, isearch-push-state)
4292         (isearch-edit-string, isearch-abort, isearch-search-and-update)
4293         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
4294         (isearch-search, isearch-lazy-highlight-new-loop):
4295         Replace `isearch-invalid-regexp' with `isearch-error'.
4296         Remove `isearch-within-brackets'.
4297         (isearch-search): Add `search-failed' handler to `condition-case'.
4298         (isearch-lazy-highlight-search): Add `condition-case' to catch
4299         errors and allow `isearch-lazy-highlight-update' to try
4300         highlighting from the beginning of the window.
4301         (isearch-repeat): Move up code to set isearch-wrapped to t
4302         before calling isearch-wrap-function.
4304         * info.el (Info-isearch-initial-node): New internal variable.
4305         (Info-search): Signal an error in isearch mode when search leaves
4306         the initial node.  Signal an error when `bound' is non-nil and
4307         nothing was found in the current subfile.
4308         (Info-isearch-search): Remove `condition-case'.
4309         (Info-isearch-wrap): Don't wrap when search failed during leaving
4310         the initial node.  If `Info-isearch-search' is nil, wrap around
4311         the current node.
4312         (Info-isearch-start): New fun.
4313         (Info-mode): Add buffer-local hook `Info-isearch-start' to
4314         `isearch-mode-hook'.
4316 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4318         * simple.el (normal-erase-is-backspace): Set default to t if
4319         running on Mac.
4321         * term/mac-win.el (function-key-map): Sync with x-win.el.
4323 2005-03-15  Kenichi Handa  <handa@m17n.org>
4325         * international/mule-cmds.el (locale-language-names): Modify the
4326         format of elements and add more entries.
4327         (locale-preferred-coding-systems): Add more entries.
4328         (set-locale-environment): Adjust for the change of
4329         locale-language-names.
4331 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4333         * pcvs.el (smerge-ediff): Remove bogus autoload.
4335 2005-03-14  Lute Kamstra  <lute@gnu.org>
4337         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
4338         Ignore a `*' at the beginning of a line.
4340         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
4341         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
4342         subr.el.
4343         (dont-compile, eval-when-compile, eval-and-compile): Use declare
4344         to specify indentation.
4346         * generic.el (define-generic-mode): Let generic-mode-list be a
4347         list of strings; test membership with equal.
4349 2005-03-14  Kim F. Storm  <storm@cua.dk>
4351         * simple.el (next-line, previous-line): Add optional try-vscroll
4352         arg to recognize interactive use.  Pass it on to line-move.
4353         (line-move): Don't perform auto-window-vscroll when defining or
4354         executing keyboard macro to ensure consistent behaviour.
4356 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4358         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
4360 2005-03-13  Lute Kamstra  <lute@gnu.org>
4362         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
4363         debugger-setup-buffer so that backtrace marks the frames set to
4364         debug-on-exit and we don't have to do it manually.  Set an extra
4365         debug-on-exit for macro's.
4366         (debugger-setup-buffer): Don't mark the top frame manually.
4368 2005-03-12  Lute Kamstra  <lute@gnu.org>
4370         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
4371         lisp-indent-function throughout.
4372         (with-no-warnings): Set lisp-indent-function property.
4374 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
4376         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
4377         Add entry for backslash.
4379 2005-03-12  Juri Linkov  <juri@jurta.org>
4381         * info.el (Info-search): Four fixes for backward search.
4383 2005-03-11  Jay Belanger  <belanger@truman.edu>
4385         * calc/calc.el (calc-language-alist): New variable.
4386         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
4387         (calc-embedded-find-modes): Use calc-language-alist instead of
4388         calc-embedded-language-alist.
4390 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
4392         * calendar/calendar.el (calendar-redrawing): New internal
4393         variable.
4394         (redraw-calendar): Remove bogus save-excursion from previous
4395         change.  Bind calendar-redrawing to t for mark-diary-entries.
4396         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
4397         calendar if that is why we were called.
4399 2005-03-11  Kenichi Handa  <handa@m17n.org>
4401         * international/mule.el (make-coding-system): Set property
4402         coding-system-define-form to nil.
4403         (define-coding-system-alias): Likewise.
4405 2005-03-11  Kenichi Handa  <handa@m17n.org>
4407         These changes are suggested by Dave Love <fx@gnu.org>.
4409         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
4410         coding: tag.
4411         (adaptive-fill-regexp): Add more bullets.
4412         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
4413         regexps.
4415 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4417         * help.el (describe-mode): Properly handle non-trivial lighters.
4418         Don't ignore minor modes that are not listed in minor-mode-list.
4420         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
4421         feature ON when the user requests to turn it OFF.
4423 2005-03-10  Lute Kamstra  <lute@gnu.org>
4425         * emacs-lisp/debug.el (debug-entry-code): Delete it.
4426         (implement-debug-on-entry): New function to replace debug-entry-code.
4427         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
4428         second argument as the 2005-03-07 change makes it obsolete.
4429         (debug-on-entry, cancel-debug-on-entry): Update call to
4430         debug-on-entry-1.
4431         (debug, debugger-setup-buffer): Comment update.
4432         (debugger-frame-number): Update to work with implement-debug-on-entry.
4434 2005-03-10  Jay Belanger  <belanger@truman.edu>
4436         * calc/calc-embed.el (math-ms-args): Declare it.
4437         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
4438         math-ms-args.
4439         (calc-embedded-subst): Use math-multi-subst-rec to substitute
4440         variables.
4442 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
4444         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
4445         Use message-box.
4447         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
4448         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
4449         (tooltip-gud-tips): Simplify.
4450         (tooltip-gud-tips-p): Remove superflouous :set.
4451         (tooltip-gud-modes): Add fortran-mode.
4452         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
4454         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
4456 2005-03-09  Kim F. Storm  <storm@cua.dk>
4458         * play/animate.el (animate-place-char): Use forward-line instead
4459         of next-line to improve performance.
4461 2005-03-09  Simon Josefsson  <jas@extundo.com>
4463         * net/browse-url.el (browse-url-default-browser): Doc fix.
4465 2005-03-09  Miles Bader  <miles@gnu.org>
4467         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
4468         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
4470 2005-03-09  Kenichi Handa  <handa@m17n.org>
4472         * international/latin-1.el: Set case and syntax for 255 only if
4473         set-case-syntax-set-multibyte is nil.
4475         * textmodes/ispell.el (ispell-insert-word): New function.
4476         (ispell-word): Use ispell-insert-word to insert a new word.
4477         (ispell-process-line): Likewise.
4478         (ispell-complete-word): Likewise.
4480 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
4482         * calendar/calendar.el (redraw-calendar): Preserve point.
4483         Reported by Matt Hodges <MPHodges@member.fsf.org>.
4484         (calendar-week-start-day): Move after definition of
4485         redraw-calendar.  Delete buffer test, since redraw-calendar has
4486         that now.
4488         * calendar/diary-lib.el (mark-diary-entries): Only call
4489         redraw-calendar in the first of any recursive calls.
4490         Reported by Alan Shutko <ats@acm.org>.
4492 2005-03-08  Juri Linkov  <juri@jurta.org>
4494         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
4495         (html-horizontal-rule, html-line, html-image, html-checkboxes)
4496         (html-radio-buttons): Add a space before the trailing `/>' where
4497         sgml-xml-mode is non-nil.
4498         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
4499         the subsequent tag of the empty XML tag.
4500         (html-href-anchor): Don't set initial input to "http:".
4501         (html-image): Ask for the image URL and set point inside alt="".
4502         (html-name-anchor): Duplicate the name in the `id' attribute when
4503         sgml-xml-mode is non-nil.
4504         (html-paragraph): Remove \n before <p>.
4505         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
4506         instead of `checked' when sgml-xml-mode is non-nil.
4508         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
4509         Remove 1 space before #RRGGBB to not truncate it on terminal
4510         windows w/o fringes.  Remove 1 space between bg and fg examples
4511         to get more space.
4512         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
4513         avoid byte-compile warnings.
4515         * image-file.el (image-file-handler): Put `safe-magic' property to
4516         `image-file-handler'.
4518         * info.el (Info-isearch-search): Emulate word search in
4519         isearching through multiple Info nodes with Info-search.
4520         (Info-isearch-wrap): Allow isearch-word.
4522 2005-03-08  Lute Kamstra  <lute@gnu.org>
4524         * emacs-lisp/debug.el (debugger-step-through): Make sure that
4525         stepping into the debugger's code is not possible.
4526         (debugger-jumping-flag): Docstring update.
4528 2005-03-08  Jay Belanger  <belanger@truman.edu>
4530         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
4531         embedded mode begins.
4532         (calc-embedded-language-alist): New variable.
4533         (calc-embedded-find-modes): Use calc-embedded-language-alist to
4534         set default language mode.
4536 2005-03-08  Kenichi Handa  <handa@m17n.org>
4538         * international/ccl.el (define-ccl-program): Fix docstring about
4539         extra 256 bytes assured for the output buffer.
4541         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
4542         Fix BUFFER_MAGNIFICATION to 2.
4543         (ccl-encode-mule-utf-16be-with-signature): Likewise.
4545 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
4547         * align.el (align-rules-list): Added an alignment rule for CSS
4548         declarations (applies to css-mode and html-mode buffers).
4550 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4552         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
4554 2005-03-07  Kim F. Storm  <storm@cua.dk>
4556         * simple.el (move-beginning-of-line): New command.
4558         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
4560         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
4562         * emulation/cua-base.el: Put CUA move property on move-end-of-line
4563         and move-beginning-of-line.
4565         * apropos.el (apropos-print): Omit command from M-x ... RET.
4567 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
4569         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
4570         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
4572 2005-03-06  Richard M. Stallman  <rms@gnu.org>
4574         * bindings.el (esc-map): Bind M-g to goto-line.
4576         * facemenu.el (global-map): Bind M-o, not M-g.
4578 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4580         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
4581         "Open Directory" as for "Open File".
4583 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
4585         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
4586         (push-mark-command): Run activate-mark-hook.
4588 2005-03-06  Richard M. Stallman  <rms@gnu.org>
4590         * help-mode.el (help-mode-finish): Don't alter the element
4591         in view-return-to-alist if there already is one.
4593         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
4594         make sure the current buffer is the expected one.
4596         * novice.el (disabled-command-function): Output in *Disabled Command*.
4597         Explicitly ignore non-keyboard events, and explicitly handle C-g.
4599         * textmodes/flyspell.el (flyspell-large-region):
4600         Pass args differently for aspell.
4602         * files.el (mode-require-final-newline): Doc fix.
4604 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
4606         * progmodes/which-func.el (which-function):
4607         Specify NOERROR when calling imenu--make-index-alist.
4609 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4611         * simple.el (normal-erase-is-backspace): Define default value.
4613         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
4614         (custom-reevaluate-setting): Simple function to handle
4615         variables that are defined before their default value can really
4616         be computed.
4618         * startup.el (command-line): Use it for temporary-file-directory,
4619         small-emporary-file-directory, auto-save-file-name-transforms,
4620         blink-cursor-mode, and normal-erase-is-backspace.
4622         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
4623         progress, even with buggy anchored keywords.
4625 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
4627         * simple.el (goto-line): Remove unbalanced final parenthesis.
4629 2005-03-05  Richard M. Stallman  <rms@gnu.org>
4631         * simple.el (goto-line): Use a number at point as the default.
4632         With C-u as arg, switch buffers.
4634 2005-03-05  Juri Linkov  <juri@jurta.org>
4636         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
4637         with `no-blinking-cursor'.
4639         * startup.el (no-blinking-cursor): New defvar.
4640         (command-line): Add `--no-blinking-cursor' to longopts.
4641         Set `no-blinking-cursor' to t for command line arguments
4642         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
4643         with `no-blinking-cursor' in the condition for calling
4644         `blink-cursor-mode'.
4646 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
4648         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
4649         (menu-bar-options-save): Add blink-cursor-mode.
4650         (menu-bar-options-menu): Add blink-cursor-mode.
4652 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
4654         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
4655         (icalendar-export-file, icalendar-export-region)
4656         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
4657         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
4659 2005-03-04  Lute Kamstra  <lute@gnu.org>
4661         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
4662         (debug-function-list): Ditto.
4664 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
4666         * textmodes/texinfmt.el (texinfo-append-refill):
4667         Redefine the types of line to which @refill
4668         is not appended by replacing a search for `@refill\\|@bye' with
4669         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
4670         itemize@refill' bug and the unfilled long lines bug.
4671         (texinfmt-version): Update number and date.
4673 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4675         * international/code-pages.el (windows-1250, windows-125[2-8])
4676         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
4678 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4680         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
4681         bound yet.
4683 2005-03-02  Romain Francoise  <romain@orebokech.com>
4685         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
4686         buffer after removing limits.
4687         (ibuffer-pop-filter): Ditto.
4688         Update copyright.
4690 2005-03-02  Miles Bader  <miles@gnu.org>
4692         * button.el (make-text-button): If the user doesn't specify a
4693         type, use the default.  Rewrite to use `add-text-properties' and
4694         plist functions.
4696 2005-03-01  Lute Kamstra  <lute@gnu.org>
4698         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
4699         (debugger-jumping-flag): New var.
4700         (debug-entry-code): Use it.
4701         (debugger-jump): Use debugger-jumping-flag and add
4702         debugger-reenable to post-command-hook.
4703         (debugger-reenable): Use debugger-jumping-flag and remove itself
4704         from post-command-hook.
4705         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
4706         debugger-reenable.
4708 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
4710         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
4711         inclusion of "itemize\\|", which may be unnecessary, is certainly
4712         inelegant, and stops refilling in itemize lists when formatting
4713         Japanese Texinfo files to Info.
4714         Update copyright to 2005.
4716 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
4718         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
4719         of an error if GDB can't find the source file.
4721 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
4723         * calendar/calendar.el (redraw-calendar): Work from any buffer,
4724         not just the calendar.
4726         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
4727         first.
4728         (diary-redraw-calendar): New function.
4729         (make-diary-entry): Add diary-redraw-calendar to local
4730         write-contents-functions.  Turn off selective display before
4731         inserting in diary.
4733 2005-03-01  Kim F. Storm  <storm@cua.dk>
4735         * emacs-lisp/copyright.el (copyright-fix-years): New command.
4737 2005-03-01  Lute Kamstra  <lute@gnu.org>
4739         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
4740         that debug-entry-code can be safely removed from a function while
4741         this code is being evaluated.  Revert the 2005-02-27 change as the
4742         new implementation no longer requires it.  Make sure that a
4743         function body containing just a string is not mistaken for a docstring.
4744         (debug): Skip one more frame in case of debug on entry.
4745         (debugger-setup-buffer): Delete one more frame line in case of
4746         debug on entry.
4747         (debugger-frame-number): Update to use the new text introduced by
4748         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
4750 2005-02-28  Kim F. Storm  <storm@cua.dk>
4752         * double.el (double-translate-key): Call force-window-update after
4753         read-event to avoid crash in redisplay.
4755 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4757         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
4758         (debug): Use it.  Move the inhibit-trace earlier.
4759         (debug-entry-code): New const.
4760         (debug-on-entry-1): Use it.
4762 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
4764         * international/utf-16.el (ccl-encode-mule-utf-16le):
4765         Fix BUFFER_MAGNIFICATION to 2.
4766         (ccl-encode-mule-utf-16be): Likewise.
4768 2005-02-28  Kenichi Handa  <handa@m17n.org>
4770         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
4771         Fix BUFFER_MAGNIFICATION to 4.
4772         (ccl-encode-mule-utf-16be-with-signature): Likewise.
4774 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
4776         * speedbar.el (speedbar-update-flag): Doc fix.
4777         (speedbar-show-info-under-mouse): Give set-mouse-position the right
4778         argument.
4780 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4782         * reveal.el (reveal-post-command): Don't try to reveal overlays which
4783         have a non-nil `invisible' property but are actually visible.
4785         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
4786         for perldoc sections.
4787         (perl-outline-regexp, perl-outline-level): New var and function.
4788         (perl-mode): Use them.
4790 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
4792         * calendar/diary-lib.el (diary-remind): Discard any mark portion
4793         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
4795 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
4797         * cus-edit.el: Comment change.
4798         (custom-buffer-create-internal): Slightly reword text at top of
4799         Custom buffers.  Mention there that saving an option edits the
4800         init file.  Add link to Emacs manual node on `custom-file'.
4801         (custom-magic-alist): Rewrite individual State messages to use
4802         capitalized keywords.  Doc fix.
4804 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
4806         * calendar/calendar.el (calendar-buffer): Move above
4807         calendar-week-start-day.
4808         (calendar-week-start-day): Doc fix.  Add :set function.
4809         (calendar-minimum-window-height): New variable.
4810         (generate-calendar-window): Only resize window if selected-window
4811         is displaying the calendar buffer.  Use new variable
4812         calendar-minimum-window-height.
4813         (generate-calendar): Reword error message.
4814         (calendar-mode-map): Bind DEL to scroll-other-window-down.
4816 2005-02-27  Andreas Schwab  <schwab@suse.de>
4818         * vc.el (vc-do-command): Don't run command asynchronously when
4819         operating in a remote directory.
4821         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
4822         change from sync with Tramp 2.0.47.
4824 2005-02-27  Richard M. Stallman  <rms@gnu.org>
4826         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4828         * textmodes/flyspell.el (flyspell-mode-on):
4829         Call ispell-change-dictionary only if necessary.
4831         * emacs-lisp/re-builder.el (regexp-builder): New function.
4833         * register.el (describe-register-1): Explicitly handle
4834         yank-excluded-properties = t.
4836         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
4837         (custom-magic-alist): Change the status descriptions again.
4838         (face widget-type): Total rewrite based on `restricted-sexp'
4839         to eliminate the confusing double hiding levels.
4841         * emacs-lisp/debug.el (debug-on-entry-1):
4842         If function body is empty, add nil as body form.
4844 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4846         * emacs-lisp/trace.el (inhibit-trace): New var.
4847         (trace-make-advice): Use it.
4849         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
4851 2005-02-26  Kim F. Storm  <storm@cua.dk>
4853         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
4854         (mouse-on-link-p, mouse-drag-region-1): Use it.
4856 2005-02-25  Lute Kamstra  <lute@gnu.org>
4858         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
4860 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
4862         * frame.el (blink-cursor-mode): Add :group keyword.
4864 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
4866         * calendar/icalendar.el (icalendar--decode-isodatetime):
4867         New optional argument DAY-SHIFT.
4868         (icalendar-export-region): Fix coding-system-for-write.
4869         (icalendar--convert-ical-to-diary): Shift end-day of all-day
4870         events by one.
4872 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4874         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
4876 2005-02-24  Kim F. Storm  <storm@cua.dk>
4878         * international/iso-acc.el (iso-accents-compose): Fix crash
4879         during redisplay.  Call force-window-update after read-event
4880         and delete-region to signal that window is not accurate.
4882 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4884         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
4885         Remove unused and inexistent var `inhibit-trace'.
4886         (debugger-mode): Use run-mode-hooks.
4887         (debugger-list-functions): Add buttons; setup xref stack.
4889 2005-02-23  Richard M. Stallman  <rms@gnu.org>
4891         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
4892         appointment says it was explicitly made.
4893         (appt-add): Set the 3rd element.
4894         (appt-make-list): Preserve explicit appointments.
4896         * subr.el (find-tag-default): Catch errors in forward-sexp.
4898 2005-02-23  Juri Linkov  <juri@jurta.org>
4900         * info.el (Info-isearch-search): New defcustom.
4901         (Info-isearch-search): Call the default isearch function
4902         when Info-isearch-search is nil.
4903         (Info-isearch-wrap): Use variable Info-isearch-search.
4905 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
4907         * cus-edit.el: Comment change.
4909 2005-02-22  Kim F. Storm  <storm@cua.dk>
4911         * progmodes/hideif.el (hide-ifdef-use-define-alist):
4912         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
4914 2005-02-22  Simon Josefsson  <jas@extundo.com>
4916         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
4917         New variable.
4918         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
4919         Oskarsson" <myrkraverk@users.sourceforget.net>.
4921 2005-02-22  Kim F. Storm  <storm@cua.dk>
4923         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
4924         check that window of that event is the selected window.
4925         (mouse-drag-region-1): Compare mouse event window to selected
4926         window before setting point.
4928         * tooltip.el (tooltip-show-help-function): Pass event to
4929         mouse-on-link-p so it can check selected window.
4931 2005-02-22  Kenichi Handa  <handa@m17n.org>
4933         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
4934         (ps-mule-show-warning): New function.
4935         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
4936         characters are found.
4938         * ps-print.el (ps-header-footer-string): Return a list of header
4939         and footer strings.
4941 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
4943         * pcvs.el (cvs-retrieve-revision): Fix thinko.
4945 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4947         * frame.el (blink-cursor-mode): Use define-minor-mode.
4949         * term/mac-win.el (function-key-map): Use char-names more consistently.
4950         (file-name-coding-system): Only set it for MacOS-9.  The other case is
4951         already handled in mule-cmds.el (where it also works when mac-win.el
4952         is not used).
4954 2005-02-21  Kenichi Handa  <handa@m17n.org>
4956         * international/mule.el (ctext-pre-write-conversion): Always use
4957         " *code-converting-work*" buffer for work.
4959         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
4961 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
4963         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
4965 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
4967         * ses.el (undo-more): Restore defadvice, but only the part that
4968         allows changes outside the restricted area of the buffer.
4970 2005-02-20  Kim F. Storm  <storm@cua.dk>
4972         * simple.el (line-move): Add fourth optional arg try-vscroll which
4973         must be set to perform auto-window-vscroll.
4974         When moving backwards and doing auto-window-vscroll, automatically
4975         vscroll to the last part of lines which are taller than the window.
4976         (next-line, previous-line): Set try-vscroll arg on line-move.
4978 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
4980         * replace.el (query-replace, query-replace-regexp)
4981         (replace-string, replace-regexp): When operating on region, make
4982         the minibuffer prompt say so.
4984         * isearch.el (isearch-forward): Document isearch-query-replace and
4985         isearch-query-replace-regexp keybindings.
4987 2005-02-19  Jay Belanger  <belanger@truman.edu>
4989         * calc/calc-aent.el (math-read-token): Add local variable.
4991         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
4992         (calc-edit-top): Move declaration to earlier in file.
4993         (calc-edit-macro-repeats): Add local variables.
4995         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
4996         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
4997         calcFunc-tanh.
4998         Adjust integration rule for calcFunc-tan.
5000 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5002         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5003         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5004         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5005         (viper-skip-separators): Bug fix.
5006         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5007         particular major mode.
5008         (viper-del-backward-char-in-replace): Don't put deleted char on the
5009         kill ring.
5011         * viper-ex.el (viper-color-display-p): New function.
5012         (viper-has-face-support-p): Use viper-color-display-p.
5014         * viper-keym.el (viper-gnus-modifier-map): New keymap.
5016         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5018         * viper-util.el (viper-glob-unix-files): Fix shell status check.
5019         (viper-file-remote-p): Make equivalent to file-remote-p.
5021         * viper.el (viper-major-mode-modifier-list):
5022         Use viper-gnus-modifier-map.
5024 2005-02-19  David Kastrup  <dak@gnu.org>
5026         * subr.el (subregexp-context-p): Fix garbled doc string by adding
5027         quoting.
5029 2005-02-19  Jay Belanger  <belanger@truman.edu>
5031         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5032         Remove extra definitions.
5033         (calc-coth): New function.
5034         (calcFunc-cot): Fix `let'.
5036 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
5038         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5039         the reasons we use "type pc" in these faces.
5041         * button.el (button): Ditto.
5043 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
5045         * replace.el (query-replace-read-from): Set the value of
5046         query-replace-from-history-variable to handle the case of an empty
5047         string entered to accept the suggested default.
5049         * net/tramp.el (tramp-file-name-for-operation):
5050         Use dired-call-process instead of dired-call-process-command.
5052 2005-02-19  Jay Belanger  <belanger@truman.edu>
5054         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5055         (math-div-non-trig): New variables.
5056         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5057         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5058         (math-combine-prod, math-div-symb-fancy): Add simplifications for
5059         trig expressions.
5061 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
5063         * progmodes/gdb-ui.el (gdb-var-update-handler)
5064         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5065         for watch expressions,
5066         (gdb-var-create-handler): Don't set speedbar-update-flag.
5067         (gdb-post-prompt): Simplify test for speedbar.
5069 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5071         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5072         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5073         we use the syntax table of the correct buffer.
5074         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5075         Felix Gatzemeier.
5077         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5078         (ediff-file-remote-p): Make synonymous with file-remote-p.
5079         In all deffaces ediff-*-face-*, use min-colors.
5081         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5082         ediff-recurse-to-subdirectories.
5083         (ediff-mark-if-equal): Check that the arguments are strings, use
5084         ediff-same-contents (after to Felix Gatzemeier).
5086         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5087         nil.
5089 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5091         * log-view.el (log-view-message-re): Fix up Subversion regexp.
5093 2005-02-18  David Kastrup  <dak@gnu.org>
5095         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5096         use `mark-active' when defined.
5098 2005-02-18  Kenichi Handa  <handa@m17n.org>
5100         * ps-print.el (ps-font-info-database): New entry
5101         ZapfChancery-MediumItalic with correct font name.  Fix font name
5102         of the entry Zapf-Chancery-MediumItalic.
5104 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
5106         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5108 2005-02-16  Kim F. Storm  <storm@cua.dk>
5110         * ido.el (ido-fallback-command): Pass user input to fallback command.
5112 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
5114         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5115         (gdb-find-file-hook): Add server prefix.
5117 2005-02-16  Richard M. Stallman  <rms@gnu.org>
5119         * replace.el (perform-replace): Pass new args to replace-highlight.
5120         (replace-highlight): Take region args,
5121         and pass them to isearch-lazy-highlight-new-loop.
5123         * novice.el (disabled-command-hook): Autoload the defalias
5124         and the make-obsolete-variable call.
5126         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5128         * isearch.el (isearch-lazy-highlight-start-limit)
5129         (isearch-lazy-highlight-end-limit): New variables limit
5130         the region for highlighting.
5131         (isearch-lazy-highlight-new-loop): New args BEG and END.
5132         (isearch-lazy-highlight-search): Use the new vars.
5133         (isearch-lazy-highlight-update): Likewise.
5135         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5137         * cus-start.el (all): Use default-boundp.
5139 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
5141         * menu-bar.el (menu-bar-select-frame): Handle current frame.
5143 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
5145         * autorevert.el (auto-revert-stop-on-user-input)
5146         (auto-revert-verbose): Doc fixes.
5148 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
5150         * international/mule-cmds.el (set-locale-environment): Remove call
5151         to set-selection-coding-system on Windows.
5153 2005-02-15  Jay Belanger  <belanger@truman.edu>
5155         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5156         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5157         calcFunc-coth.
5158         (math-simplify-sqrt): Add simplifications.
5160         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5161         to list.
5163         * calc/calc-ext.el: Add functions to autoloads.
5165         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5166         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5167         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5168         (math-csc-raw, math-cot-raw): New functions.
5170         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5172         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5173         the variable name in a message.
5175         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5176         calcFunc-csc, calcFunc-cot.
5178         * calc/calcalg2.el: Add derivative and integration rules for
5179         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5180         calcFunc-csch, calcFunc-coth.
5181         (math-do-integral-methods): Add to checks for when to use
5182         substitutions.
5184         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5186 2005-02-15  Lute Kamstra  <lute@gnu.org>
5188         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5189         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
5190         <monnier@iro.umontreal.ca>
5191         (lisp-outline-level): Improve efficiency.  Suggested by David
5192         Kastrup <dak@gnu.org>.
5194 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
5196         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
5197         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
5198         (gdb-set-gud-minor-mode-existing-buffers): New functions.
5199         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
5200         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
5202 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
5204         * cus-start.el (all): Comment change.
5206 2005-02-14  Lute Kamstra  <lute@gnu.org>
5208         * cus-start.el (all): Check if symbol is void.
5210 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
5212         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
5213         optional argument to \cite.
5215 2005-02-14  Richard M. Stallman  <rms@gnu.org>
5217         * cus-edit.el (custom-buffer-create-internal): Update help message.
5218         (custom-magic-alist): Update help messages.
5220         * cus-start.el (all): Allow a var to specify a standard value.
5222 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
5224         * custom.el (custom-theme-set-variables): Handle variable aliases.
5226         * frame.el (blink-cursor-timer): Doc fix.
5227         (blink-cursor): Make it an alias for `blink-cursor-mode' and
5228         declare obsolete.
5229         (blink-cursor-mode): Define with defcustom and use correct
5230         standard expression in that defcustom.
5231         * startup.el (command-line): Adapt to above changes in frame.el.
5233 2005-02-11  Lute Kamstra  <lute@gnu.org>
5235         * apropos.el (apropos-score-doc): Prevent division by zero.
5237 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
5239         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
5240         (icalendar--get-event-property-attributes)
5241         (icalendar--get-event-properties)
5242         (icalendar--datetime-to-diary-date): New functions.
5243         (icalendar--split-value): Doc fix.
5244         (icalendar--datetime-to-noneuropean-date)
5245         (icalendar--datetime-to-european-date): New optional argument
5246         SEPARATOR.  Return result as a string instead of a list.
5247         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
5248         (icalendar--convert-string-for-export): Rename arg S to STRING.
5249         (icalendar-export-region): Doc fix.  Change name of error buffer.
5250         Save output buffer.
5251         (icalendar-import-file): Add blank at end of prompt.
5252         (icalendar-import-buffer): Doc fix.  Do not switch to error
5253         buffer.  Indicate status in return value.
5254         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
5255         buffer.  Save output buffer.  Handle exception from recurrence
5256         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
5257         events.  Fix problems with weekly all-day events.
5259 2005-02-10  Richard M. Stallman  <rms@gnu.org>
5261         * simple.el (eval-expression-print-format):
5262         Avoid warning about edebug-active.
5264         * help.el (help-for-help-internal): Rename from help-for-help.
5265         (help-for-help): Define with defalias.
5267         * font-core.el (font-lock-default-function): Use with-no-warnings.
5269         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
5271         * custom.el (defface): Doc fix.
5273 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
5275         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
5276         width 0" to prevent word wrapping problems.
5278 2005-02-09  Kim F. Storm  <storm@cua.dk>
5280         * ido.el (ido-file-extensions-order): New defcustom.
5281         (ido-file-extension-lessp, ido-file-extension-aux)
5282         (ido-file-extension-order): New advanced file ordering.
5283         (ido-file-lessp): New simple file ordering.
5284         (ido-sort-list): Remove.
5285         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
5286         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
5288 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
5290         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
5291         that some versions of grep produce.
5292         (grep-mode-font-lock-keywords): Likewise.
5294 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
5296         * progmodes/gdb-ui.el (gdb-location-list): New variable.
5297         (gdb-cdir): Delete.
5298         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
5299         (gdb-source-info): Treat case when source file is in another
5300         directory properly.
5301         (gdb-get-location): New function.
5303 2005-02-07  Jay Belanger  <belanger@truman.edu>
5305         * calc/calc-prog.el (calc-write-parse-table-part)
5306         (calc-fix-token-name): Fix a check for language type.
5308         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
5310 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
5312         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
5313         as directory not writable.
5315 2005-02-07  Kim F. Storm  <storm@cua.dk>
5317         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
5318         (cua--standard-movement-commands): Remove list.
5319         Instead, set CUA property value to move for movement commands.
5320         (cua-movement-commands): Remove.  Users must set CUA prop instead.
5321         (cua--pre-command-handler): Check CUA property.
5322         (cua--init-keymaps): Don't remap undo commands.
5323         (cua-mode): Don't call cua--rectangle-on-off.
5325         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
5326         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
5327         (cua--rect-undo-set-point): New var.
5328         (cua--rectangle-undo-boundary): Setup undo apply entry.
5329         (cua--rect-undo-handler): New function for rectangle undo.
5330         (cua--rect-start-position, cua--rect-end-position): Add.
5331         (cua--rectangle-post-command): Call cua--rectangle-set-corners
5332         for restored rectangle.  Set point if cua--rect-undo-set-point.
5334 2005-02-06  Jay Belanger  <belanger@truman.edu>
5336         * calc/calc-lang.el (calc-tex-language): Display more information
5337         in messages.
5339         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
5340         in TeX mode.
5342 2005-02-06  Richard M. Stallman  <rms@gnu.org>
5344         * emacs-lisp/lisp.el (buffer-end): Doc fix.
5346 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5348         * net/ldap.el (ldap-search-internal): Support attributes with
5349         optional descriptions separated by a semi-colon, as in
5350         "userCertificate;binary".
5352 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5354         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
5355         isn't a cons (i.e. the version is 0).
5357 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
5359         * help.el (help-for-help): Doc fix.
5361 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
5363         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
5364         GDB-Windows on the menu-bar as this works better.
5366 2005-02-04  Jay Belanger  <belanger@truman.edu>
5368         * calc/calc-embed.el (calc-embedded-update): Don't put in
5369         unnecessary newlines.  Adjust the end of formula marker.
5371         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
5372         (math-latex-parse-two-args): New function.
5374 2005-02-03  Lute Kamstra  <lute@gnu.org>
5376         * help-fns.el (help-with-tutorial): Make sure that users cannot
5377         remove the entire text of the tutorial by means of `undo'.
5379 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5381         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
5382         in recent changes, where the ispell process was repeatedly
5383         killed & restarted.
5385         * international/mule-cmds.el (set-locale-environment): Set file-name
5386         coding system to utf-8 on Darwin systems.
5387         (set-default-coding-systems): Don't set default-file-name-coding-system
5388         on Darwin systems.
5390 2005-02-03  Richard M. Stallman  <rms@gnu.org>
5392         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
5394 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
5396         * faces.el (list-faces-display): Add optional argument.
5398 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5400         * font-core.el (font-lock-default-function): Handle the rare case where
5401         only font-lock-keywords is set.
5403 2005-02-02  Kenichi Handa  <handa@m17n.org>
5405         * international/characters.el: Cancel previous change for
5406         I-WITH-DOT-ABOVE and DOTLESS-i.
5408         * international/latin-5.el: Cancel previous change.
5410 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
5412         * progmodes/gud.el: Correction to syntax in gud-menu-map.
5414 2005-02-02  Kenichi Handa  <handa@m17n.org>
5416         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
5417         DOTLESS-i.
5419         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
5420         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
5422         * case-table.el (get-upcase-table): New function.
5423         (copy-case-table): Copy upcaes table too if non-nil.
5424         (set-case-syntax-delims): Maintain upcase table too.
5425         (set-case-syntax-pair): Likewise.
5426         (set-upcase-syntax, set-downcase-syntax): New functions.
5427         (set-case-syntax): Maintain upcase table too.
5429 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
5431         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
5433         * progmodes/gud.el (gud-goto-info): New function.
5434         (gud-tool-bar-map): Use correct icon.
5436 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
5438         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
5439         When delegating, order args in the funcall correctly.
5441 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
5443         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
5445 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
5447         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
5448         buffer not visiting a file.
5450 2005-01-31  Jay Belanger  <belanger@truman.edu>
5452         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
5453         bound on the line with the formula.
5455 2005-01-31  Kim F. Storm  <storm@cua.dk>
5457         * ses.el (ses-create-cell-variable-range)
5458         (ses-destroy-cell-variable-range, ses-reset-header-string)
5459         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
5460         (ses-insert-row): Fix format of apply undo entries.
5462 2005-01-31  Jay Belanger  <belanger@truman.edu>
5464         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
5465         parts.
5467         * calc/calc-embed.el (calc-embedded-open-formula)
5468         (calc-embedded-close-formula): Ignore matrix environments.
5470         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
5471         TeX mode.
5473         * calc/calc-lang.el (math-function-table, math-oper-table)
5474         (math-variable-table): Adjust the LaTeX portions.
5476         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
5477         (math-latex-ignore-words): New constant.
5479 2005-01-31  Richard M. Stallman  <rms@gnu.org>
5481         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
5482         (ispell-local-dictionary): Doc fix.
5483         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
5484         Don't reinitialize at run time.  Don't defcustom.
5485         All uses changed to append ispell-local-dictionary-alist,
5486         or check it first.
5487         (ispell-current-dictionary): New variable for dictionary in use.
5488         (ispell-dictionary): Now used only for global default.
5489         (ispell-start-process): Set ispell-current-dictionary,
5490         not ispell-dictionary.
5491         (ispell-change-dictionary): Use this only for setting
5492         user preferences.
5493         (ispell-internal-change-dictionary): New function
5494         to change the current dictionary in use.
5495         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
5496         Use ispell-current-dictionary.
5497         Handle ispell-local-dictionary-overridden.
5498         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
5500 2005-01-31  Jay Belanger  <belanger@truman.edu>
5502         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
5504         * calc/calc-ext.el: Add calc-latex-language to autoloads.
5505         (calc-mode-map): Add calc-latex-language.
5507         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
5508         (math-latex-print-frac): New functions.
5509         (math-oper-table, math-function-table, math-variable-table)
5510         (math-complex-format, math-input-filter): Add latex properties.
5511         (calc-set-language): Set math-expr-special-function-mapping.
5513         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
5514         (calc-write-parse-table-part): Add LaTeX support.
5516         * calc/calc.el (calc-language): Adjust docstring.
5517         (calc-set-mode-line): Add LaTeX support.
5518         (math-expr-special-function-mapping): New variable.
5519         (math-tex-ignore-words): Add to list.
5521         * calc/calccomp.el (math-compose-expr, math-compose-rows):
5522         Add LaTeX support.
5523         (math-compose-expr): Add support for special functions.
5525         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
5527 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
5529         * progmodes/gdb-ui.el (gdb-memory-address)
5530         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
5531         (gdb-memory-mode-map, gdb-memory-format-keymap)
5532         (gdb-memory-format-menu, gdb-memory-unit-keymap)
5533         (gdb-memory-unit-menu): New variables for a buffer
5534         that lets the user examine program memory.
5535         (gdb-memory-set-address, gdb-memory-set-repeat-count)
5536         (gdb-memory-format-binary, gdb-memory-format-octal)
5537         (gdb-memory-format-unsigned, gdb-memory-format-signed)
5538         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
5539         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
5540         (gdb-memory-unit-word, gdb-memory-unit-halfword)
5541         (gdb-memory-unit-byte, gdb-memory-unit-menu)
5542         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
5543         (gdb-memory-mode, gdb-memory-buffer-name)
5544         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
5545         New functions for above buffer.
5547 2005-01-30  Richard M. Stallman  <rms@gnu.org>
5549         * cus-edit.el (custom-bury-buffer): Function deleted.
5550         (custom-buffer-done-function): Option deleted.
5551         (custom-buffer-done-kill): New (replacement option.
5552         (Custom-buffer-done): Call quit-window.
5553         (custom-buffer-create-internal): Update for above changes.
5555 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
5557         * simple.el (undo-ask-before-discard): New var.
5558         (undo-outer-limit-truncate): Implement it.
5559         (undo-extra-outer-limit): Doc update.
5561 2005-01-29  Richard M. Stallman  <rms@gnu.org>
5563         * ses.el (undo-more): Delete defadvice.
5564         (ses-begin-change): Doc fix.
5566         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
5567         instead of rebinding C-x u and C-_.
5569         * files.el (normal-backup-enable-predicate): Return nil for files
5570         in /tmp, regardless of temporary-file-directory.
5572         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
5574         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
5575         (open-rectangle, delete-whitespace-rectangle-line)
5576         (clear-rectangle-line): If FILL, pass t instead of FILL
5577         for move-to-column's 2nd arg.
5579         * simple.el (undo): Fix the test for continuing a series of undos.
5580         (undo-more): Set pending-undo-list to t when we reach end.
5581         (pending-undo-list): Move up defvar.
5583         * wid-edit.el (widget-button-click):
5584         Shorten the range of the track-mouse binding.
5586         * comint.el (comint-insert-input): Undo previous changes;
5587         use last-input-event in interactive spec.
5589 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
5591         * progmodes/compile.el (compilation-start): Bind buffer-read-only
5592         to nil before invoking call-process.  Reset buffer's modified flag
5593         after fontifying it in the no-async branch.
5595         * wid-edit.el (widget-specify-button): If mouse pointer shape
5596         cannot be changed, use mouse face instead.
5598 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
5600         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5601         (gdb-goto-breakpoint): Make breakpoint handling work on template
5602         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
5603         (gdb-assembler-custom): Update to recognise breakpoint information
5604         added on 2005-01-19.
5606 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5608         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
5609         (dsssl-mode): Use define-derived-mode.
5610         (scheme-mode-initialize): Remove.
5611         (scheme-mode): Use run-mode-hooks.
5613         * cus-edit.el (customize-group-other-window)
5614         (custom-buffer-create-other-window): Don't override special-display-*.
5615         (custom-mode-map): Make it dense.
5617         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
5618         sets the default value.
5620 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
5622         * descr-text.el: Add more keywords.
5624 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5626         * speedbar.el: Avoid unnecessary use of locate-library.
5628         * international/mule-cmds.el (standard-display-european-internal):
5629         Don't fiddle with latin-1 non-break space any more since it's now
5630         special cased in the C code.
5631         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
5633 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
5635         * cus-start.el (all): Add `undo-outer-limit'.
5637 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5639         * textmodes/bibtex.el (bibtex-format-entry):
5640         Use `bibtex-empty-field-re' only on the text of fields, not on entire
5641         field lines.
5642         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
5643         not on part of a buffer.
5645 2005-01-25  Lute Kamstra  <lute@gnu.org>
5647         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
5648         nonempty field text strings like "{letters\\macro{}more letters}".
5649         Clarify docstring.
5650         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
5651         (bibtex-entry-offset, bibtex-parse-association)
5652         (bibtex-parse-field-name): Fix typos in docstrings.
5653         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
5655 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
5657         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
5658         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
5659         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
5660         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
5662         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
5663         isearch minor mode.
5665 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
5667         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
5669 2005-01-24  Lute Kamstra  <lute@gnu.org>
5671         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
5672         CASECHARS and NOT-CASECHARS regular expressions of the
5673         "nederlands" and "nederlands8" dictionaries to prevent a "Range
5674         striding over charsets" error.
5676 2005-01-24  Jay Belanger  <belanger@truman.edu>
5678         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
5679         display variable name.
5681 2005-01-24  Kenichi Handa  <handa@m17n.org>
5683         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
5684         Fix setting of the element of encoded-kbd-iso2022-invocations.
5686 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
5688         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5689         (gdb-threads-select): Change to also accept mouse events.
5690         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
5691         (gdb-threads-mouse-select): Delete.
5693 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
5695         * files.el (insert-directory): Take care of empty directory,
5696         listed without -a switch.
5698 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5700         * textmodes/refill.el (refill-post-command-function):
5701         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
5702         to the list of functions that we should be careful not to undo.
5703         (refill-late-fill-paragraph-function): Remove.
5704         (refill-saved-state): New var.
5705         (refill-mode): Use it to save fill-paragraph-function.
5706         Save also the value of auto-fill-function.
5708         * term/w32-win.el: Simplify code.
5710 2005-01-23  Kim F. Storm  <storm@cua.dk>
5712         * simple.el (line-move): Adapt to new return value from
5713         pos-visible-in-window-p.
5715         * simple.el (line-move): Fix last change.  Check partial
5716         visibility at point rather than at window-start.
5718 2005-01-22  Jason Rumney  <jasonr@gnu.org>
5720         * term/w32-win.el (xw-defined-colors): Remove debug-message.
5722 2005-01-22  David Kastrup  <dak@gnu.org>
5724         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
5726 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
5728         * type-break.el (type-break-mode): Add a test for
5729         type-break-file-name being non-nil.
5731 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5733         * net/eudc.el (top level): Call (message "") via progn, so that
5734         eudc-options-file is loaded.
5736 2005-01-22  Kim F. Storm  <storm@cua.dk>
5738         * simple.el (line-move-1): Rename from line-move.
5739         (line-move): New function that adjusts vscroll for partially
5740         visible rows, and calls line-move-1 otherwise.
5742 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
5744         * pcomplete.el: define pcomplete-read-event instead of read-event,
5745         since it's not a complete read-event implementation
5747 2005-01-20  Jay Belanger  <belanger@truman.edu>
5749         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
5750         for called function.
5752 2005-01-20  Steven Tamm  <steventamm@mac.com>
5754         * term/mac-win.el (process-connection-type): Remove.
5755         Controlled now by s/darwin.h:PTY_ITERATION.
5757 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5759         * window.el (handle-select-window): Don't switch window when we're
5760         in the minibuffer.
5762 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
5764         * subr.el (dotimes-with-progress-reporter): New macro.
5766         * ses.el (ses-dotimes-msg): Remove macro.
5767         Use `dotimes-with-progress-reporter' instead.
5769 2005-01-19  Steven Tamm  <steventamm@mac.com>
5771         * term/mac-win.el (process-connection-type): Use new
5772         operating-system-release variable to use ptys on Darwin 7 (OSX
5773         10.3) when using carbon build.
5775 2005-01-19  Jay Belanger  <belanger@truman.edu>
5777         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
5778         flags if the last command was a tab or M-tab.
5780         * calc/calc-prog.el (calc-user-define-edit): Put original formula
5781         in formula editing buffer.
5783 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
5785         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
5786         breakpoint image symbol in margin.
5788 2005-01-19  Jay Belanger  <belanger@truman.edu>
5790         * calc/calc-prog.el (calc-execute-kbd-macro):
5791         Ignore calc-keep-arg-flag.
5793 2005-01-19  Kenichi Handa  <handa@m17n.org>
5795         * textmodes/ispell.el (ispell-looking-at): New function.
5796         (ispell-process-line): Use ispell-looking-at to compare the ispell
5797         output and the buffer contents.
5799 2005-01-18  Jay Belanger  <belanger@truman.edu>
5801         * calc/calc.el (calc-display-raw): Fix docstring.
5803 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5805         * simple.el (blink-matching-open): Strip extra info from syntax.
5807         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
5808         funny chars in the end-of-here-doc marker.
5810 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
5812         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
5813         that enable/disabled state of breakpoints is shown correctly in
5814         fringe and on ttys.
5815         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
5816         Add breakpoint information as text properties.
5817         (gdb-mouse-toggle-breakpoint):
5818         Rename to gdb-mouse-set-clear-breakpoint.
5819         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
5820         breakpoints in the margin.
5821         (gdb-remove-strings): Simplify.
5823 2005-01-17  Jay Belanger  <belanger@truman.edu>
5825         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
5826         erasing buffer.
5828 2005-01-17  Richard M. Stallman  <rms@gnu.org>
5830         * progmodes/grep.el (grep-find): Copy from `grep' the condition
5831         for calling grep-compute-defaults.
5833         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
5834         if buffer is empty.
5836         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
5838 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5840         * hilit-chg.el (highlight-changes-mode): Don't autoload.
5842         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
5843         non-preloaded variables.
5845 2005-01-17  Steven Tamm  <steventamm@mac.com>
5847         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
5848         tex-shell cause to force interactivity when using pipes.
5850 2005-01-17  Kim F. Storm  <storm@cua.dk>
5852         * simple.el (just-one-space): Make arg optional.
5854 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
5856         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
5857         posn-at-x-y to t to access left-margin.
5859 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
5861         Sync with Tramp 2.0.47.
5863         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
5864         catching keep-date problems in cp/scp operations.
5865         (tramp-handle-copy-file): Don't call `set-file-modes'
5866         unconditionally.  Specialized functions should know better what is
5867         necessary.  This improves performance a little bit, and the
5868         functions could catch errors with `cp -p' and `scp -p'.
5869         (tramp-do-copy-or-rename-file-via-buffer)
5870         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
5871         when appropriate.
5872         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
5873         Call `set-file-modes' when appropriate.
5874         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
5875         Johnsson <isak@hypergene.com>
5876         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
5877         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
5878         <joakim@verona.se>
5879         (tramp-file-name-for-operation): Mark `shell-command' as magic for
5880         Emacs only.
5882         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
5883         `find-file-hooks' and `dired-mode-hook'.
5884         (tramp-minor-mode-map): Respective map.  Add remapping for
5885         `compile' and `recompile'.
5886         (tramp-remap-command, tramp-recompile): New defuns.
5887         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
5888         in buffer "*Compilation*".  Call the commands asynchronously.
5890         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
5891         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
5892         `shell-command', because it isn't magic in XEmacs.  Reported by
5893         Adrian Aichner <adrian@xemacs.org>.
5895         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
5896         `substitute-in-file-name.
5897         (tramp-smb-handle-substitute-in-file-name): New defun.
5898         (tramp-smb-advice-PC-do-completion): Delete advice.
5900 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
5902         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
5903         Fix error in deleting region.
5905 2005-01-15  Richard M. Stallman  <rms@gnu.org>
5907         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
5908         In non-temp buffer, switch syntax table temporarily.
5910         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
5912         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
5914         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
5916         * imenu.el (imenu--split-menu): Copy menulist before sorting.
5917         (imenu--generic-function): Use START, not BEG, as pos of definition.
5919         * simple.el (just-one-space): Argument specifies number of spaces.
5921         * simple.el (eval-expression-print-format): Avoid warning
5922         about edebug-active.
5924 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
5926         * progmodes/sh-script.el: Code copied from make-mode.el
5927         with small changes,
5928         (sh-mode-map): Bind C-c C-\.
5929         (sh-backslash-column, sh-backslash-align): New variables.
5930         (sh-backslash-region, sh-append-backslash): New functions.
5932 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
5934         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
5935         (rmail-pop-password, rmail-pop-password-required): Move to
5936         rmail-obsolete group.
5937         (rmail-set-pop-password): Rename to rmail-set-remote-password.
5938         All callers updated.
5939         (rmail-get-pop-password): Rename to rmail-get-remote-password.
5940         Take an argument specifying whether it is POP or IMAP mailbox we
5941         are using.  All callers updated.
5942         (rmail-pop-password-error): Rename to
5943         rmail-remote-password-error.  Added mailutils-specific error message.
5944         (rmail-movemail-search-path)
5945         (rmail-movemail-variant-in-use): New variables.
5946         (rmail-remote-password, rmail-remote-password-required):
5947         New customization variables.
5948         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
5949         (rmail-parse-url): New function.
5950         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
5951         with GNU mailutils movemail.
5953 2005-01-15  Kevin Ryde  <user42@zip.com.au>
5955         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
5956         suffix to space, $ or '$, to correctly position point when going
5957         to @table style constants like DBL_MAX.
5959 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
5961         * type-break.el (type-break-mode, type-break-file-time)
5962         (type-break-file-keystroke-count, type-break-choose-file):
5963         Don't store data in or load data from the file if type-break-file-name
5964         is nil.
5965         (type-break-file-name): Doc update as per the above.
5967 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
5969         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
5970         lookup-key might return nil; handle that.
5972 2005-01-15  Alan Mackenzie  <acm@muc.de>
5974         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
5975         rather than the element found, thus enabling the tree to be setcar'd.
5977 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
5979         * textmodes/org.el (org-show-following-heading): New option.
5980         (org-show-hierarchy-above): Use `org-show-following-heading'.
5981         (org-cycle): Documentation fix.
5983         * textmodes/org.el (orgtbl-optimized): New option
5984         (orgtbl-mode): New command, a minor mode.
5985         (orgtbl-mode-map): New variable.
5986         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
5987         (orgtbl-error, orgtbl-self-insert-command)
5988         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
5990         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
5991         a local variable in each org-mode buffer.
5993         * textmodes/org.el (org-set-regexps-and-options): Rename from
5994         `org-set-regexps'.  Added checking for STARTUP keyword.
5995         (org-get-current-options): Add STARTUP options.
5996         (org-table-insert-row): Mode mode intelligent about when
5997         realignment is needed.
5998         (org-self-insert-command, org-delete-backward-char, org-delete-char):
5999         New commands.
6000         (org-enable-table-editor): New default value `optimized'.
6001         (org-table-blank-field): Support blanking regions if active.
6003 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
6005         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6006         if the year is not given.
6008         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6009         Add new escapes %m and %M, fixed bug with %F by adding
6010         save-match-data.
6011         (reftex-reference): Remove ?. from list of spaces.
6012         (reftex-label-info): Add automatic label prefix recognition.
6014         * textmodes/reftex-index.el (reftex-index-next-phrase):
6015         Add slave parameter to call of `reftex-index-this-phrase'.
6016         (reftex-index-this-phrase): New optional argument.
6017         (reftex-index-region-phrases): Add slave parameter to call of
6018         `reftex-index-this-phrase'.
6019         (reftex-display-index): New argument redo.
6020         (reftex-index-rescan): Add 'redo to arguments of
6021         `reftex-display-index'.
6022         (reftex-index-Rescan, reftex-index-revert)
6023         (reftex-index-switch-index-tag): Add 'redo to arguments of
6024         `reftex-display-index'.
6025         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6026         indexing.  Fix bug with matching is there is a quote before or
6027         after the word.
6029         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6030         Fix bug when collecting citation keys in lines with comments.
6031         (reftex-citation): Prefix argument no longer rescans the document,
6032         but forces prompting for optional arguments of cite macros.
6033         (reftex-do-citation): Prompting for optional arguments implemented.
6035         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6036         Add optional arguments to most cite commands.
6037         (reftex-cite-cleanup-optional-args): New option
6038         (reftex-cite-prompt-optional-args): New option.
6039         (reftex-trust-label-prefix): New option.
6041         * textmodes/reftex-toc.el (reftex-toc-find-section):
6042         Add push-mark before changing the position in the buffer.
6044         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6045         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6047 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
6049         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6050         more carefully.
6052 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6054         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6055         (sgml-mode): Use it.
6056         (sgml-get-context): Better keep track of implicitly closed tags.
6058 2005-01-13  Kenichi Handa  <handa@m17n.org>
6060         * textmodes/ispell.el: These changes are to fix misalignment error
6061         caused by equivalent characters of different Emacs charsets.
6062         (ispell-unified-chars-table): New variable.
6063         (ispell-get-decoded-string): New function.
6064         (ispell-get-casechars, ispell-get-not-casechars)
6065         (ispell-get-otherchars): Call ispell-get-decoded-string.
6067 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
6069         * custom.el (custom-declare-variable): Just put symbol instead
6070         of (defvar . symbol) in `current-load-list'.
6072 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6074         * emacs-lisp/elint.el: Fixed typo in Commentary section.
6076 2005-01-12  Jay Belanger  <belanger@truman.edu>
6078         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6079         to create a Calc summary.
6081 2005-01-12  Kim F. Storm  <storm@cua.dk>
6083         * mouse.el (mouse-on-link-p): Change functionality and doc
6084         string to comply with latest description in lisp ref.
6086 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
6088         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6089         Enable mouse clicks on mode-line, header-line and margin.
6090         (event-type): Give mouse event symbols an 'event-kind property
6091         with value 'mouse-click.
6093 2005-01-12  Juri Linkov  <juri@jurta.org>
6095         * facemenu.el (list-colors-display): Add new arg buffer-name.
6096         Use it.  Fix docstring.  Replace code for identifying duplicate
6097         colors by the name with call to `list-colors-duplicates' which
6098         identifies duplicate colors by the value unless the color
6099         is one of special Windows colors.  Set truncate-lines to t.
6100         Print sorted duplicate color names on each line.  Indent to 22
6101         \(the longest color name in rgb.txt) instead of 20.  Optimize.
6102         (list-colors-duplicates): New function.
6103         (facemenu-color-name-equal): Delete function.
6105         * facemenu.el (list-colors-print): New function created from code
6106         in list-colors-display.  Print #RRGGBB at the window right edge.
6107         (list-colors-display): When temp-buffer-show-function is not
6108         defined, call list-colors-print from temp-buffer-show-hook
6109         to get the right value of window-width in list-colors-print
6110         after the buffer is displayed.
6112         * simple.el (pop-mark): Move deactivate-mark out of conditional
6113         part to deactivate the active mark regardless of the state of the
6114         mark ring.
6116         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6117         variables line in desktop files.
6119 2005-01-12  Juri Linkov  <juri@jurta.org>
6121         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6122         Bring together isearch highlight related options.
6123         (lazy-highlight): Replace group `replace' by `matching'.
6124         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6125         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6126         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6127         and declare them obsolete.
6128         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6129         (isearch-faces): Remove defgroup.
6130         (isearch-overlay, isearch-highlight, isearch-dehighlight):
6131         Move isearch highlighting code closer to lazy highlighting code.
6133         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6134         (query-replace-highlight, query-replace-lazy-highlight)
6135         (query-replace): Move definitions to the beginning of the file.
6137 2005-01-11  Juri Linkov  <juri@jurta.org>
6139         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6140         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6141         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6143         * info.el (Info-history-forward): New variable.
6144         (Info-select-node): Reset Info-history-forward to nil.
6145         (Info-last): Turn into defalias.
6146         (Info-history-back): Rename from Info-last.
6147         Add current node to Info-history-forward.
6148         (Info-history-forward): New fun.
6149         (Info-mode-map): Replace Info-last by Info-history-back.
6150         Bind Info-history-forward to "r".
6151         (Info-mode-menu): Replace Info-last by Info-history-back.
6152         Fix menu item text.  Add menu item for Info-history-forward.
6153         (info-tool-bar-map): Replace Info-last by Info-history-back.
6154         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
6155         for Info-history-forward.
6156         (Info-mode): Replace Info-last by Info-history-back in docstring.
6157         Add local variable Info-history-forward.
6158         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6160 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6162         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6163         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6164         Ignore select-window events rather than fiddle with
6165         mouse-autoselect-window.
6167 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
6169         * type-break.el (type-break-mode): Fix previous change.
6171 2005-01-10  Jay Belanger  <belanger@truman.edu>
6173         * calc/calc-ext.el (calc-reset): Reset when inside embedded
6174         calculator; only reset when point is inside a calculator.
6175         Don't adjust the window height if the window takes up the whole height
6176         of the frame.
6178 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
6180         * ebuff-menu.el (Electric-buffer-menu-mode):
6181         Preserve value of buffer-local var header-line-format.
6183 2005-01-09  Jay Belanger  <belanger@truman.edu>
6185         * calc/calc.el (calc-mode-var-list-restore-saved-values):
6186         Make sure settings file exists before accessing it.
6188         * calc/calc-embed.el (calc-embedded-subst):
6189         Replace math-multi-subst-rec, which is only supposed to be called
6190         by math-multi-subst, by math-multi-subst.
6192 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
6194         * vc.el (vc-allow-async-revert): New user option.
6195         (vc-disable-async-diff): New internal variable.
6196         (vc-revert-buffer): Use them to disable asynchronous diff.
6198         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
6199         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
6200         asynchronously if vc-disable-async-diff is t.
6202 2005-01-09  Jay Belanger  <belanger@truman.edu>
6204         * calc/calc.el (defcalcmodevar): New macro.
6205         (calc-mode-var-list-restore-default-values)
6206         (calc-mode-var-list-restore-saved-values): New functions.
6207         (calc-mode-var-list): Use defcalcmodevar to define it.
6208         (calc-always-load-extensions, calc-line-numbering)
6209         (calc-line-breaking, calc-display-just, calc-display-origin)
6210         (calc-number-radix, calc-leading-zeros, calc-group-digits)
6211         (calc-group-char, calc-point-char, calc-frac-format)
6212         (calc-prefer-frac, calc-hms-format, calc-date-format)
6213         (calc-float-format, calc-full-float-format, calc-complex-format)
6214         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6215         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6216         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6217         (calc-matrix-brackets, calc-language, calc-language-option)
6218         (calc-left-label, calc-right-label, calc-word-size)
6219         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6220         (calc-display-raw, calc-internal-prec, calc-angle-mode)
6221         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6222         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6223         (calc-window-height, calc-display-trail, calc-show-selections)
6224         (calc-use-selections, calc-assoc-selections)
6225         (calc-display-working-message, calc-auto-why, calc-timing)
6226         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
6227         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
6228         (calc-gnuplot-default-device, calc-gnuplot-default-output)
6229         (calc-gnuplot-print-device, calc-gnuplot-print-output)
6230         (calc-gnuplot-geometry, calc-graph-default-resolution)
6231         (calc-graph-default-resolution-3d, calc-invocation-macro)
6232         (calc-show-banner): Use defcalcmodevar to declare them and set
6233         their default values.
6235         * calc/calc-ext.el (calc-reset): Restore saved values of variables
6236         instead of default values (but restore default values if there is
6237         an argument of 0).
6239 2005-01-09  David Kastrup  <dak@gnu.org>
6241         * desktop.el (desktop-restore-eager): Fix typo in type.
6243 2005-01-08  Richard M. Stallman  <rms@gnu.org>
6245         * cus-edit.el (customize): Delete :link.
6247 2005-01-08  Jay Belanger  <belanger@truman.edu>
6249         * calc/calc.el (calc-mode): Remove the extension from the
6250         `calc-settings-file' file name when loading it.
6252 2005-01-08  Kim F. Storm  <storm@cua.dk>
6254         * info.el (Info-mode-map, Info-next-link-keymap)
6255         (Info-prev-link-keymap, Info-up-link-keymap):
6256         Map follow-link to mouse-face.
6257         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
6259 2005-01-08  Jay Belanger  <belanger@truman.edu>
6261         * calc/calc.el (calc-settings-file): Change default value.
6262         Suggested by cgw in a comment in calc-mode.el.
6264         * calc/calc-mode.el (calc-settings-file-name):
6265         Compare calc-settings-file to user-init-file instead of ~/.emacs.
6266         Replace ~/.emacs in a prompt by calc-settings-file.
6268 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
6270         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
6271         (desktop-lazy-idle-delay): New customizable variables.
6272         (desktop-buffer-args-list): New variable.
6273         (desktop-append-buffer-args): New function.
6274         (desktop-save): Call desktop-append-buffer-args for some buffers.
6275         (desktop-lazy-create-buffer): New function.
6276         (desktop-idle-create-buffers): New function.
6277         (desktop-read): Add message about buffers to restore lazily.
6278         (desktop-lazy-abort): New command.
6279         (desktop-clear): Call desktop-lazy-abort.
6280         (desktop-lazy-complete): New command.
6282 2005-01-06  Richard M. Stallman  <rms@gnu.org>
6284         * emacs-lisp/find-func.el (find-face-definition):
6285         Rename from find-face.
6287 2005-01-06  Kim F. Storm  <storm@cua.dk>
6289         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
6291         * man.el (Man-xref-man-page, Man-xref-header-file)
6292         (Man-xref-normal-file): Add follow-link property.
6294 2005-01-06  Jay Belanger  <belanger@truman.edu>
6296         * calc/calc-units.el: Make sure the proper macro definitions are
6297         available when compiling.
6299 2005-01-06  Juri Linkov  <juri@jurta.org>
6301         * isearch.el (isearch-lazy-highlight-update):
6302         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
6304 2005-01-06  Miles Bader  <miles@gnu.org>
6306         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
6307         (isearch-lazy-highlight-face): Use new name.
6309 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6311         * uniquify.el (uniquify-rationalize-file-buffer-names):
6312         Re-add an interactive spec.
6313         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
6314         to the same name.
6316         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
6317         (isearch-update, isearch-done): Adjust calls accordingly.
6319 2005-01-05  Richard M. Stallman  <rms@gnu.org>
6321         * custom.el (custom-set-variables, custom-theme-set-variables):
6322         Clarify documentation.
6324         * emacs-lisp/find-func.el (find-variable)
6325         (find-variable-other-window, find-variable-other-frame):
6326         Fix the TYPE args to find-function-read and find-function-do-it.
6327         (find-function): Doc fix.
6328         (find-function-at-point): Replace function-at-point alias.
6330 2005-01-04  Richard M. Stallman  <rms@gnu.org>
6332         * cus-face.el (custom-declare-face):
6333         Record defface in current-load-list.
6335         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
6337         * emacs-lisp/find-func.el: Doc fixes.
6338         (find-face-regexp): New variable.
6339         (find-function-regexp-alist): New variable.
6340         (find-function-C-source): Third arg is now TYPE.
6341         (find-function-search-for-symbol): Handle general TYPE.
6342         (find-function-read, find-function-do-it): Handle general TYPE.
6343         (find-definition-noselect, find-face): New functions.
6344         (function-at-point): Alias deleted.
6346 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6348         * battery.el (display-battery-mode): Rename from display-battery.
6349         Handle the case where it gets turned off.
6351 2005-01-04  Richard M. Stallman  <rms@gnu.org>
6353         * cus-edit.el (customize): Make :link point to user doc.
6355         * man.el (Man-fontify-manpage): Turn off undo generation.
6357         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
6359 2005-01-04  Andreas Schwab  <schwab@suse.de>
6361         * files.el (insert-directory): Only look for error lines in
6362         inserted text.  Don't move too far after processing --dired markers.
6364 2005-01-04  Richard M. Stallman  <rms@gnu.org>
6366         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
6367         Don't expand if the character is @, period, dash, etc.
6368         (define-mail-abbrev): Quote names that contain problem characters.
6370 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
6372         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
6374 2005-01-03  Richard M. Stallman  <rms@gnu.org>
6376         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
6377         (query-replace-highlight, query-replace-lazy-highlight)
6378         (query-replace): Definitions moved up.  Doc fix.
6380 2005-01-03  Richard M. Stallman  <rms@gnu.org>
6382         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
6383         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6384         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6385         (lazy-highlight-face): Rename from isearch-lazy-...
6386         Change all references to them.
6388 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
6390         * cus-edit.el (custom-file): Doc fix for defcustom.
6391         (custom-file): The function no longer sets the variable
6392         `custom-file' to its return value.
6394         * startup.el (command-line): No longer load `custom-file'.
6396 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6398         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
6400         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
6401         Don't confuse module-prefixed identifiers for labels.
6402         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
6404 2005-01-02  Richard M. Stallman  <rms@gnu.org>
6406         * files.el (basic-save-buffer-1): Fix previous change.
6408         * loadhist.el (file-loadhist-lookup): New function.
6409         (file-provides, file-requires): Use it.
6411         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
6412         instead of calculating the right size.
6414 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
6416         * vc-svn.el (vc-svn-diff): Stay local if possible.
6418 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6420         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
6422         * files.el (hack-local-variables): Fix last change.
6424 2005-01-02  Jay Belanger  <belanger@truman.edu>
6426         * calc/calc-yank.el (calc-edit-top): New variable.
6427         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
6428         object.  Change header properties.
6429         (calc-edit-finish, calc-edit-finish-stack-object)
6430         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
6431         edited object.
6432         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
6433         for the beginning of the edited object.
6434         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
6435         for the beginning of the edited object.
6436         * calc/calc-prog.el (calc-edit-macro-finish-edit)
6437         (calc-finish-formula-edit, calc-macro-repeats)
6438         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
6439         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
6440         beginning of the edited object.
6441         (calc-user-define-edit): Change the header for editing macros.
6442         Remove unnecessary variable.
6444 2005-01-01  Jay Belanger  <belanger@truman.edu>
6446         * calc/calc-yank.el (calc-edit-mode): Change default header.
6447         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
6448         * calc/calc-store.el (calc-edit-variable): Change title to match new
6449         header.
6450         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
6451         mode to match new header.
6452         (calc-user-define-edit): Change titles to include names of commands.
6453         (calc-finish-formula-edit): Adjust to handle new header.
6454         (calc-finish-macro-edit): Remove.
6455         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
6456         (calc-edit-macro-command, calc-edit-macro-command-type)
6457         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
6458         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
6459         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
6460         (calc-edit-macro-finish-edit): New functions.
6461         (calc-user-define-edit): Use new functions to edit named calc macros.
6463 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
6465         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
6467         * ses.el (copy-region-as-kill): Deactivate mark.
6469 2005-01-01  Richard M. Stallman  <rms@gnu.org>
6471         * replace.el (occur-1): If the output buffer is also an input,
6472         don't kill it, rename it.
6474         * faces.el (set-face-background, set-face-foreground): Doc fix.
6476         * cus-face.el (custom-face-attributes): Fix :help-echo strings
6477         for :foreground and :background.
6479         * dired.el (dired-view-command-alist): Variable deleted.
6480         (dired-view-file, dired-mouse-find-file-other-window):
6481         Delete the code to use it.
6483 2005-01-01  Kim F. Storm  <storm@cua.dk>
6485         * image.el (insert-sliced-image): Use t for line-height property.
6487 2004-12-31  Jay Belanger  <belanger@truman.edu>
6489         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
6490         for "var-" at the beginning of the minibuffer.
6492 2004-12-31  Richard M. Stallman  <rms@gnu.org>
6494         * faces.el (read-face-name):
6495         Don't treat an attribute spec as a list of faces.
6497         * simple.el (undo): Use undo-equiv-table to detect
6498         unexpected changes since previous undo.
6499         (undo-list-saved): Variable deleted.
6500         (buffer-disable-undo): Don't alter undo-list-saved.
6502         * files.el (require-final-newline): Allow `visit' and `visit-save'.
6503         (mode-require-final-newline): New option.
6504         (after-find-file): Handle require-final-newline with new values.
6505         (basic-save-buffer): Handle new values of require-final-newline.
6507         * progmodes/sh-script.el (sh-require-final-newline):
6508         Alist value now controls whether to use mode-require-final-newline.
6509         (sh-set-shell): Implement that new meaning.
6511         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
6512         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
6513         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
6514         Delete old-Emacs compatibility code.
6515         (antlr-c-common-init): Function deleted.
6517         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
6518         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
6519         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
6520         * progmodes/python.el (python-mode): Use mode-require-final-newline.
6521         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
6522         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
6523         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
6524         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
6525         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
6526         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
6527         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
6528         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
6529         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
6530         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
6531         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
6532         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
6534 2004-12-31  Jay Belanger  <belanger@truman.edu>
6536         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
6537         way to return to Calc.
6539         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
6540         finish, C-xk as the way to cancel the edit.  Add cancel routine to
6541         kill-buffer-hook.
6543         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
6544         MacEdit code.
6546         * calc/calc-prog.el: Remove obsolete MacEdit code.
6547         (calc-macro-edit-algebraic, calc-macro-edit-variable)
6548         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
6550 2004-12-31  Kenichi Handa  <handa@m17n.org>
6552         * international/mule.el (buffer-file-coding-system-explicit):
6553         Rename for explicit-buffer-file-coding-system.
6554         (after-insert-file-set-coding): Adjust for the above change.
6556         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
6557         to buffer-file-coding-system-explicit.
6558         (basic-save-buffer-1): Likewise.
6560 2004-12-30  Richard M. Stallman  <rms@gnu.org>
6562         * textmodes/artist.el (artist-butlast-fn): Var deleted.
6563         (artist-butlast, artist-last): Functions deleted.
6564         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
6565         (artist-compute-key-compl-table): Call remq directly.
6566         (artist-remove-nulls): Function deleted.
6567         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
6568         (artist-push, artist-pop): Macro deleted.
6570 2004-12-30  Andreas Leue  <al@sphenon.de>
6572         * textmodes/artist.el (artist-version): 1.2.6
6573         (artist-prev-next-op-alist): New variable.
6574         (artist-select-next-op-in-list): New function.
6575         (artist-select-prev-op-in-list): New function.
6576         (artist-make-prev-next-op-alist): New function.
6577         (artist-is-in-op-list-p): New function.
6578         (artist-get-first-non-nil-op): New function.
6579         (artist-get-last-non-nil-op): New function.
6580         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
6581         artist-prev-next-op-alist.
6582         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
6583         change drawing operation.
6585 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
6587         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
6589 2004-12-31  Masatake YAMATO  <jet@gyve.org>
6591         * server.el (server-process-filter): Suppress `error', too.
6593 2004-12-30  Jay Belanger  <belanger@truman.edu>
6595         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
6596         Change the way a variable is displayed in a message.
6598         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
6599         (calc-user-define-permanent, calc-execute-kbd-macro):
6600         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
6602 2004-12-30  Kenichi Handa  <handa@m17n.org>
6604         * files.el (basic-save-buffer-1):
6605         Set explicit-buffer-file-coding-system to last-coding-system-used.
6606         (revert-buffer): Pay attention to
6607         explicit-buffer-file-coding-system (not buffer-file-coding-system)
6608         on bind coding-system-for-read.
6610         * international/mule.el (explicit-buffer-file-coding-system):
6611         New buffer local variable.
6612         (after-insert-file-set-coding): Set it to coding-system-for-read.
6614 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6616         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
6618 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
6620         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
6621         that include line numbers.
6623 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
6625         * files.el (hack-local-variables): If no PREFIX, set it to "^".
6626         Redundant variable PREFIXLEN removed.
6628 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
6630         * eshell/em-hist.el (eshell-previous-matching-input):
6631         Start the deletion from the end of the output.
6633 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6635         * term/mac-win.el: Require x-dnd.
6636         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
6638 2004-12-29  David Kastrup  <dak@gnu.org>
6640         * international/mule.el (decode-coding-inserted-region):
6641         Don't barf if `buffer-undo-list' is already set to `t'.
6643 2004-12-29  Jay Belanger  <belanger@truman.edu>
6645         * calc/calc-prog.el (calc-user-define-formula): Put default values
6646         for function names in prompts.
6647         (calc-user-define-permanent, calc-user-define-composition)
6648         (calc-user-define-formula): Remove the need for "calcFunc-" in the
6649         default input for algebraic functions.
6651 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
6653         * vc-rcs.el (vc-rcs-annotate-command):
6654         Fix omission bug: Call `vc-setup-buffer'.
6656 2004-12-29  Kenichi Handa  <handa@m17n.org>
6658         * international/mule.el (recode-region): New function.
6660 2004-12-28  Richard M. Stallman  <rms@gnu.org>
6662         * simple.el (undo-extra-outer-limit): New variable.
6663         (undo-outer-limit-truncate): Test and set it.
6665         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
6666         enables the feature to extend the existing region.
6668         * simple.el (mark-word): New arg ALLOW-EXTEND
6669         enables the feature to extend the existing region.
6671         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
6672         enables the feature to extend the existing region.
6674         * startup.el (site-run-file): Don't allow setting it with Custom.
6676         * simple.el (buffer-disable-undo): Fix previous change.
6678 2004-12-27  Masatake YAMATO  <jet@gyve.org>
6680         * hexl.el (hexlify-buffer): Remove fontification here.
6681         Use font lock mechanism instead.
6682         (hexl-font-lock-keywords): New font lock kewords.
6683         (hexl-mode-old-font-lock-keywords): New variable.
6684         (hexl-mode): Store the old font lock keywords.
6685         (hexl-mode-exit): Restore the old font lock keywords.
6687 2004-12-27  Richard M. Stallman  <rms@gnu.org>
6689         * simple.el (undo): Fix previous change.
6691 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6693         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
6694         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
6695         Call x-open-connection on Mac OS X.
6697 2004-12-27  Richard M. Stallman  <rms@gnu.org>
6699         * files.el (buffer-save-without-query): New var (buffer-local).
6700         (save-some-buffers): Save those buffers first, w/o asking.
6702         * files.el (insert-directory-ls-version): New variable.
6703         (insert-directory): When ls returns an error, test the version
6704         number to decide what the return code means.
6705         With --dired output format, detect and distinguish lines
6706         that are really error messages.
6707         (insert-directory-adj-pos): New function.
6709         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
6711         * battery.el (battery-mode-line-format): Remove initial spaces.
6713         * uniquify.el (uniquify-rationalize-file-buffer-names):
6714         Delete interactive spec.
6716         * type-break.el (type-break-mode): Set buffer-save-without-query.
6717         Remove code that tried to set save-some-buffers-always.
6718         (type-break-file-keystroke-count): Bind deactivate-mark.
6720         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
6722         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
6723         Test that the buffer is live, and maybe reject current buffer too.
6724         Clarify.
6725         (next-error-find-buffer): Rewrite for clarity.
6727         * loadup.el: Don't use buffer-disable-undo; do it directly.
6729         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
6730         (describe-variable): Call symbol-file with `defvar'.
6732         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
6733         (symbol-file): Rewritten to handle new load-history format.
6734         Now takes an arg TYPE to specify looking for a particular
6735         type of definition only.
6737         * emacs-lisp/debug.el (debugger-make-xrefs):
6738         Call symbol-file with `defun'.
6740         * emacs-lisp/find-func.el (find-function-noselect):
6741         Call symbol-file with `defun'.
6742         (find-variable-noselect): Call symbol-file with `defvar'.
6744         * eshell/esh-cmd.el (eshell-find-alias-function):
6745         Call symbol-file with `defun'.
6747         * eshell/esh-test.el (eshell-test-goto-func):
6748         Call symbol-file with `defun'.
6750         * mail/rmail.el (rmail-resend):
6751         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
6753         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
6755         * progmodes/compile.el (compilation-find-buffer): Rename arg.
6757         * textmodes/texinfmt.el (texinfo-format-buffer-1):
6758         Call buffer-disable-undo.
6760         * simple.el (undo-list-saved): New variable (buffer-local).
6761         (undo): Set and test it.
6762         (buffer-disable-undo): Move here from buffer.c.
6763         Clear out undo-list-saved.
6765         * international/mule.el (decode-coding-inserted-region):
6766         Set buffer-undo-list in a correct and optimal way.
6768         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
6769         (cperl-font-lock-unfontify-region-function): No need to save and
6770         restore info, since font-lock.el does it for us.
6772         * ansi-color.el (save-buffer-state): Definition deleted.
6773         (ansi-color-unfontify-region): Don't use save-buffer-state.
6775 2004-12-27  Dave Love  <fx@gnu.org>
6777         * wid-edit.el (function): Use restricted-sexp as parent.
6779 2004-12-27  Kevin Ryde  <user42@zip.com.au>
6781         * simple.el (next-matching-history-element): Use same
6782         `interactive' form as previous-matching-history-element.
6784         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
6785         it can appear unencoded and has been seen from yahoo.
6787 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
6789         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
6790         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
6792 2004-12-27  Kenichi Handa  <handa@m17n.org>
6794         * international/utf-8.el (utf-translate-cjk-load-tables):
6795         Bind coding-system-for-read to nil while loading subst-*.
6797 2004-12-26  Jay Belanger  <belanger@truman.edu>
6799         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
6800         default input.
6802 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
6804         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
6805         before reverting and disable undo recording while reverting.
6807 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
6809         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
6810         (hs-make-overlay): New function.
6811         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
6812         (hs-flag-region): Delete function.
6813         (hs-hide-comment-region): No longer use `hs-flag-region'.
6814         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
6815         (hs-hide-block-at-point): Likewise.
6816         (hs-hide-level-recursive): Use `hs-discard-overlays'.
6817         (hs-hide-all, hs-show-all): Likewise.
6818         (hs-show-block): Likewise.
6819         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
6821 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
6823         * progmodes/hideshow.el: Require `cl' when compiling.
6824         Remove XEmacs and Emacs 19 compatibility.
6825         Use `dolist' and `add-to-list' for load-time actions.
6826         (hs-discard-overlays): Use `dolist'.
6827         (hs-show-block): Likewise.
6829 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
6831         * faces.el (mode-line, mode-line-inactive): Use min-colors.
6833 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
6835         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
6836         When extending backwards, move outside the current comment first.
6838 2004-12-22  Kenichi Handa  <handa@m17n.org>
6840         * international/quail.el (quail-start-translation): Fix prompt
6841         string for the case if input-method-use-echo-area being non-nil.
6842         (quail-start-conversion): Likewise.
6843         (quail-show-guidance): Don't show guidance if
6844         input-method-use-echo-area is non-nil.
6846 2004-12-21  Richard M. Stallman  <rms@gnu.org>
6848         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
6850 2004-12-21  Markus Rost  <rost@ias.edu>
6852         * calendar/diary-lib.el (mark-diary-entries):
6853         Set mark-diary-entries-in-calendar only after checking for diary-file.
6855 2004-12-21  Richard M. Stallman  <rms@gnu.org>
6857         * faces.el (escape-glyph): Use blue against light foreground.
6859         * simple.el (undo-outer-limit-truncate): New function.
6860         (undo-outer-limit-function): Use undo-outer-limit-truncate.
6862 2004-12-21  Eli Barzilay  <eli@barzilay.org>
6864         * calculator.el (calculator-radix-grouping-mode)
6865         (calculator-radix-grouping-digits)
6866         (calculator-radix-grouping-separator):
6867         New defcustoms for the new radix grouping mode functionality.
6868         (calculator-mode-hook): Now used in electric mode too,
6869         (calculator): Call it.
6870         (calculator-mode-map): Some new keys.
6871         (calculator-message): New function.  Some new calls.
6872         (calculator-op, calculator-set-register): Use it.
6873         (calculator-string-to-number): New function, mostly moved and
6874         updated code from calculator-curnum-value.
6875         (calculator-curnum-value): Use it.
6876         (calculator-paste): Use it, and update grabbing the current-kill.
6877         (calculator-rotate-displayer)
6878         (calculator-rotate-displayer-back): Toggle digit grouping when
6879         in radix mode, use calculator-message.
6880         (calculator-displayer-prev, calculator-displayer-next):
6881         Change digit group size when in radix mode.
6882         (calculator-number-to-string): Rename from
6883         calculator-num-to-string.  Now deals with digit grouping in
6884         radix mode.
6885         (calculator-update-display, calculator-put-value): Use the new name.
6886         (calculator-fact): Return a floating point number.
6887         (calculator-mode): Doc fix.
6889 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
6891         * calendar/calendar.el (view-other-diary-entries): Add autoload.
6892         * calendar/diary-lib.el (view-other-diary-entries):
6893         Use current-prefix-arg in interactive spec.
6895 2004-12-19  Jay Belanger  <belanger@truman.edu>
6897         * calc/calc-aent.el (calcAlg-blank-matching-open):
6898         Temporarily adjust the syntax of both delimiters of half-open intervals.
6900 2004-12-19  Kim F. Storm  <storm@cua.dk>
6902         * mouse.el (mouse-1-click-follows-link): Doc fix.
6904 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6906         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
6907         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
6908         instead of centraleuropean as the name
6910 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
6912         Sync with Tramp 2.0.46.
6914         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
6915         parameters wrt Tramp convention.
6916         (tramp-handle-file-attributes-with-perl)
6917         (tramp-handle-directory-files-and-attributes): Apply it.
6918         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
6919         `copy-program'.  Reported by Zack Weinberg
6920         <zack@codesourcery.com>.
6921         (top): Set `edebug-form-spec' property directly rather than
6922         calling `def-edebug-spec'.
6924         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
6925         advice less fragile.  Surround temporary redefinition of
6926         `substitute-in-file-name' with `unwind-protect'.  Suggested by
6927         Matt Hodges <MPHodges@member.fsf.org>.
6929 2004-12-17  Juri Linkov  <juri@jurta.org>
6931         * replace.el (occur-accumulate-lines, occur-engine):
6932         Make forcing deferred font-lock fontification jit-specific.
6934 2004-12-17  Kim F. Storm  <storm@cua.dk>
6936         * mouse.el (mouse-1-click-follows-link): New defcustom.
6937         (mouse-on-link-p): New function.
6938         (mouse-drag-region-1): Implement mouse-1-click-follows-link
6939         functionality.  Map a mouse-1 click event into a mouse-2 (or
6940         other) event when position is inside a link.
6942         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
6943         prefix in tooltip text with "mouse-1" when this is a link
6944         recognized by mouse-1-click-follows-link functionality.
6946         * help.el (describe-key): Report effective and original binding
6947         for mouse-1 when clicked on a link.
6948         (describe-mode): Add follow-link property to "minor-mode" button.
6950         * help-fns.el (describe-variable): Add follow-link property to
6951         "below" button.
6953         * help-mode.el (help-xref): Add follow-link property.
6955         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
6956         (apropos-command, apropos-variable, apropos-face, apropos-group)
6957         (apropos-widget, apropos-plist): Add follow-link property.
6959         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
6960         checks if position is in a filename, rather than some other
6961         clickable item.  Function looks for cvs-filename-face at position.
6963         * wid-edit.el (widget-specify-field, widget-specify-button):
6964         Map a :follow-link keyword into a follow-link property.
6965         (link): Add :follow-link keyword, map to RET binding.
6967         * dired.el (dired-mode-map): Map follow-link to mouse-face.
6969         * progmodes/compile.el (compilation-minor-mode-map)
6970         (compilation-button-map, compilation-mode-map): Likewise.
6972 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
6974         * play/zone.el (zone): Init `line-spacing' from orig buffer.
6975         (zone-replace-char): Take `count' and `del-count'
6976         instead of `direction'.  Update callers.  When `del-count' is
6977         non-nil, delete that many characters, otherwise `count' characters
6978         backwards.  Insert the newly-replaced string `count' times.
6979         (zone-fret): Handle chars w/ width greater than one.
6980         (zone-fall-through-ws): No longer take window width `ww'.
6981         Update callers.  Add handling for `char-width' greater than one.
6982         (zone-pgm-drip): Update var holding window-end position every cycle.
6984 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
6986         * vc.el (vc-default-update-changelog): Use insert-file-contents,
6987         rather than insert-file.
6989 2004-12-16  Jay Belanger  <belanger@truman.edu>
6991         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
6992         (math-init-random-base, math-random-digit): Check to see if
6993         var-RandSeed is bound.
6994         (math-random-last): Declare it.
6995         (math-random-digit): Don't make math-random-last local.
6997 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
6999         * play/zone.el (zone): Fix omission bug: Use a self-disabling
7000         one-shot thunk for uniform (error, quit, normal) recovery.
7001         Reported by John Paul Wallington.
7002         (zone-pgm-random-life): Fix bug:
7003         Recognize empty initial field by lack of "@" chars.
7005 2004-12-16  Juri Linkov  <juri@jurta.org>
7007         * help.el (function-called-at-point):
7008         * help-fns.el (variable-at-point): As a last resort try stripping
7009         non-word prefixes and suffixes.
7011         * descr-text.el (describe-property-list): Don't treat syntax-table
7012         specially.  Use describe-text-sexp which inserts [show] button
7013         for large objects and handles printing errors.  Sort properties
7014         by names in alphabetical order instead of by value sizes.
7015         Add `mouse-face' to list of properties for `describe-face' widget.
7016         (describe-char): Mask out face-id from 19 bits of character.
7017         Print face-id separately.
7019         * replace.el (occur-accumulate-lines, occur-engine):
7020         Fontify unfontified matching lines in the source buffer
7021         before copying them.
7022         (occur-engine): Don't put mouse-face on context lines.
7023         (occur-next-error): Set point to line beginning/end
7024         before searching for prev/next property to skip multiple
7025         matches on a line (not supported by occur engine).
7026         Remove redundant prefix-numeric-value.
7028 2004-12-15  Juri Linkov  <juri@jurta.org>
7030         * replace.el (match): New face.
7031         (list-matching-lines-face): Change default from `bold' to `match'.
7033         * progmodes/grep.el (grep-match-face): New defvar.
7034         (grep-mode-font-lock-keywords): Use grep-match-face instead of
7035         compilation-column-face to highlight grep matches.
7037         * apropos.el (apropos-match-face): Change default from
7038         `secondary-selection' to `match'.
7040         * info-look.el (info-lookup-highlight-face): Change default from
7041         `highlight' to `match'.
7043 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
7045         * progmodes/executable.el (executable-interpret): Eliminate
7046         obsolete compile-internal, and switch to comint for interaction.
7048 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
7050         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7051         `&&' when skipping multiple statements on a line.
7053 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
7055         * play/zone.el (zone): Set `truncate-lines'.
7056         Also, init `tab-width' with value from original buffer.
7057         (zone-shift-up): Rewrite for speed.
7058         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7059         (zone-pgm-jitter): Remove redundant entries from ops vector.
7060         (zone-exploding-remove): Reduce iteration count.
7061         (zone-cpos): Convert to defsubst.
7062         (zone-replace-char): New defsubst.
7063         (zone-park/sit-for): Likewise.
7064         (zone-fret): Take window-start arg.
7065         Update callers.  Use `zone-park/sit-for'.
7066         (zone-fill-out-screen): Rewrite.
7067         (zone-fall-through-ws): Likewise.  Update callers.
7068         (zone-pgm-drip): Use `zone-replace-char'.
7069         Move var inits before while-loop.  Use `zone-park/sit-for'.
7070         (zone-pgm-random-life): Handle empty initial field.
7071         Use `zone-replace-char' and `zone-park/sit-for'.
7073 2004-12-15  Juri Linkov  <juri@jurta.org>
7075         * isearch.el (isearch-update): Test isearch-lazy-highlight
7076         before calling isearch-lazy-highlight-new-loop.
7077         (isearch-lazy-highlight-new-loop):
7078         Don't test isearch-lazy-highlight.
7080         * replace.el (perform-replace): Add isearch-case-fold-search.
7081         Use delimited-flag for isearch-regexp.
7082         Reset isearch-lazy-highlight-last-string to force lazy
7083         highlighting when called from isearch mode.
7084         (query-replace-highlight): Revert defcustom type to boolean.
7085         (query-replace-lazy-highlight): New defcustom.
7086         (query-replace): New face.
7087         (perform-replace, replace-highlight, replace-dehighlight):
7088         Test query-replace-lazy-highlight instead of special value
7089         `isearch' of query-replace-highlight.
7090         (replace-dehighlight): Don't call isearch-dehighlight.
7091         (replace-highlight): Don't call isearch-highlight.
7092         Use face `query-replace' unconditionally.
7094 2004-12-14  Kim F. Storm  <storm@cua.dk>
7096         * simple.el (inhibit-mark-movement): Remove defvar.
7097         (beginning-of-buffer, end-of-buffer): Don't use it.
7099         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7100         Don't use inhibit-mark-movement.
7102         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7103         (cua--undo-push-mark): Remove.
7104         (cua--pre-command-handler, cua--post-command-handler):
7105         Don't fiddle with inhibit-mark-movement.
7107 2004-12-14  Juri Linkov  <juri@jurta.org>
7109         * buff-menu.el (list-buffers-noselect): Collect internal info
7110         for every buffer in BUFFER-LIST arg too.
7111         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7112         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7113         Bind same-window-buffer-names and same-window-regexps to nil.
7115 2004-12-13  Juri Linkov  <juri@jurta.org>
7117         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7119         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7120         (sc-cite-region, sc-uncite-region, sc-recite-region):
7121         Fix previous change to handle not alist as a symbol, but
7122         a citation frame as a symbol that represents a variable name.
7124 2004-12-13  Richard M. Stallman  <rms@gnu.org>
7126         * filecache.el (file-cache-add-directory-using-find):
7127         Only set up file-cache-find-command-posix-flag if we will use it.
7129         * bindings.el (mode-line-buffer-identification-keymap):
7130         Don't cancel the mode-line's usual down-mouse-1 binding.
7132         * cus-edit.el (custom-face-selected): Handle `default' specs.
7133         (custom-face-edit): Increase extra-offset.
7134         (custom-display): Handle `default' specs.
7136         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7138         * emacs-lisp/elint.el (elint-standard-variables)
7139         (elint-unknown-builtin-args): Move definitions up.
7141         * net/browse-url.el (browse-url-url-at-point): Add autoload.
7143         * info.el (info-xref-visited): Use `default' instead of t.
7144         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7146         * faces.el (header-line, mode-line-inactive, tool-bar):
7147         Use `default' instead of t for setting the defaults.
7148         (face-spec-choose): Separate `t' from `default'.
7150         * subr.el (while-no-input): New macro.
7152 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
7154         * filecache.el (file-cache-add-directory-using-find):
7155         Only test file-cache-find-command-posix-flag on some systems.
7157 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7159         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7160         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7161         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7162         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7163         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7165 2004-12-12  Juri Linkov  <juri@jurta.org>
7167         * files.el (find-file-other-window, find-file-other-frame):
7168         Add the first buffer to the returned value to return the complete
7169         list of all visited buffers.
7170         (find-file-read-only, find-file-read-only-other-window)
7171         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7172         `find-file-read-args'.  Signal an error about non-existent file
7173         only if file name doesn't contain wildcards.  Toggle read-only in
7174         all visited buffers.
7175         (find-alternate-file, find-alternate-file-other-window):
7176         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
7177         called interactively.  Pass arg `wildcards' to other functions.
7178         (find-file-noselect): Doc fix.
7180         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7181         Doc fix.
7182         (ffap-directory-finder): New variable.
7183         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7184         (ffap-file-at-point): Add /* to immediately rejected names.
7185         Return absolute file names matching ffap-dired-wildcards.
7186         (ffap-read-file-or-url): Set default value for `completing-read'
7187         to `buffer-file-name'.
7188         (find-file-at-point): When filename matches ffap-dired-wildcards,
7189         call ffap-file-finder with t arg `wildcards', instead of dired.
7190         (ffap-other-window, ffap-other-frame): Return visited buffers.
7191         (ffap-read-only, ffap-read-only-other-window)
7192         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
7193         (dired-at-point): Call ffap-directory-finder instead of dired.
7194         (ffap-dired-other-window, ffap-dired-other-frame)
7195         (ffap-list-directory): New commands.
7196         (ffap-bindings): New keybindings for new commands.
7198 2004-12-12  Juri Linkov  <juri@jurta.org>
7200         * simple.el (beginning-of-buffer, end-of-buffer):
7201         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7202         Do not push mark when mark is active in transient-mark-mode.
7204         * simple.el (mark-word):
7205         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
7206         * textmodes/paragraphs.el (mark-paragraph):
7207         Extend the region when mark is active in transient-mark-mode,
7208         regardless of the last command.  Doc fix.
7210         * simple.el (mark-word): Preserve direction when repeating.
7211         Make arg optional.  Interactive "p" -> "P".
7212         (transient-mark-mode, inhibit-mark-movement): Doc fix.
7214         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
7215         preserving direction, to mark forward instead of backward when mark
7216         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
7218 2004-12-12  Juri Linkov  <juri@jurta.org>
7220         * isearch.el (isearch-edit-string): Set 7th arg of
7221         `read-from-minibuffer' to `t' to inherit the current input
7222         method (whose name is indicated by [IM] in the minibuffer prompt)
7223         from the current buffer to the minibuffer.
7224         (isearch-lazy-highlight-update): Put body to `with-local-quit'
7225         to allow C-g quitting for lazy highlighting looping inside the
7226         search with nested repetition operators.  Add overlay to the list
7227         before setting its face and other properties to avoid the case of
7228         code quitting after placing the new overlay but before it's
7229         recorded on the list.  Select the window where isearch was
7230         activated, to highlight matches in the right window when isearch
7231         switches the current window to the minibuffer.
7233         * international/isearch-x.el
7234         (isearch-process-search-multibyte-characters):
7235         Use `isearch-message' as initial input for `read-string' instead
7236         of adding it to the minibuffer prompt.  After reading a string
7237         remove the initial value of `isearch-message' from the string.
7239         * replace.el (replace-match-maybe-edit): Doc fix.
7240         (perform-replace): Don't call `replace-highlight' when automatic
7241         replacement is requested in literal mode, since it is intended
7242         only to highlight words during entering a new replacement string
7243         for \? in non-literal mode.
7245         * replace.el (query-replace-highlight): Add new value `isearch'
7246         that allows query replacement to use isearch highlighting.
7247         Change type from `boolean' to `choice'.  Doc fix.
7248         (replace-highlight, replace-dehighlight, perform-replace):
7249         Use isearch highlighting if query-replace-highlight eq `isearch'.
7251 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7253         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7254         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
7256         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
7257         case of \end{verbatim}.
7259 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
7261         * term.el (term-termcap-format): Synchronyze with terminfo.
7262         (term-emulate-terminal): Handle reset.
7263         (term-reset-terminal): New function.
7265 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
7267         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
7268         (zone-fill-out-screen): New func.
7269         (zone-pgm-drip): Use `zone-fill-out-screen'.
7270         Also, no longer go to point-min on every cycle.
7271         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
7272         (zone-pgm-random-life-wait): New user var.
7273         (zone-pgm-random-life): New func.
7275 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
7277         * files.el (auto-mode-alist): Map .com to DCL mode.
7279 2004-12-09  Richard M. Stallman  <rms@gnu.org>
7281         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
7283 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
7285         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
7286         buffer with a display margin.
7288 2004-12-08  Jay Belanger  <belanger@truman.edu>
7290         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
7291         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
7293 2004-12-08  Richard M. Stallman  <rms@gnu.org>
7295         * faces.el: Delete code to set display table.
7296         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
7298 2004-12-08  Jay Belanger  <belanger@truman.edu>
7300         * calc/calc.el: Add math-read-preprocess-string to autoloads.
7302         * calc/calc-ext.el (math-read-replacement-list)
7303         (math-read-superscripts, math-read-preprocess-string): Move to
7304         calc-aent.el.
7306         * calc/calc-aent.el (math-read-replacement-list)
7307         (math-read-superscripts, math-read-preprocess-string): Move from
7308         calc-ext.el.
7310 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7312         * isearch.el (isearch-quote-char): Fix up typo in last change.
7314 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
7316         * mouse.el (mouse-set-font): Handle the case where the command was
7317         not invoked using the mouse.
7319         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
7320         (edmacro-finish-edit): Further update for keyboard macros that are
7321         lambda forms.
7322         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
7324 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7326         * font-lock.el (font-lock-unfontify-region): Save buffer state.
7327         (font-lock-default-unfontify-region): Don't save buffer state any more.
7329 2004-12-07  Jay Belanger  <belanger@truman.edu>
7331         * calc/calc-help.el (calc-describe-key):
7332         Set calc-summary-indentation even when Calc Summary buffer exists.
7334 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
7336         * calendar/holidays.el (holiday-easter-etc): Make arguments
7337         optional for backwards compatibility.  Doc fix.
7338         Remove un-necessary local vars mandatory, output-list.
7339         (holiday-advent): Make arguments optional for backwards
7340         compatibility.  Doc fix.
7342 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7344         * paren.el (show-paren-function): Fix last change (2004-12-02).
7346         * international/mule-util.el (char-displayable-p): Return nil for
7347         unibyte mode.
7349         * subr.el (subregexp-context-p): New function.
7351         * isearch.el (isearch-quote-char): Use it.
7353         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
7354         (regexp-opt-not-groupie*-re): Remove.
7355         (regexp-opt): Properly handle inputs with duplicate entries.
7357 2004-12-06  Richard M. Stallman  <rms@gnu.org>
7359         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
7361         * cus-edit.el (custom-file): Doc fix.
7363         * textmodes/org.el: New file.
7365 2004-12-06  Kenichi Handa  <handa@m17n.org>
7367         * ldefs-boot.el: Update international/mule-util.el section.
7369 2004-12-05  Sam Steingold  <sds@gnu.org>
7371         * net/tramp.el (tramp-handle-file-accessible-directory-p):
7372         Fix `tramp-time-diff' comparison logic.
7374 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
7376         * progmodes/which-func.el (which-function):
7377         Use `run-hook-with-args-until-success' instead of a custom loop.
7378         Fixes bug with local hooks.
7380 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7382         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
7383         Use delete-dups when calculating the initial value.
7384         (bibtex-autokey-get-title): Use <=.
7385         (bibtex-goto-line): New function.
7386         (bibtex-reposition-window): Use line numbers instead of point
7387         positions.  Use window-body-height.
7388         (bibtex-find-crossref): Use bibtex-reposition-window.
7389         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
7390         position of entry if key is found or nil if not found.
7392 2004-12-05  Richard M. Stallman  <rms@gnu.org>
7394         * cus-edit.el (custom-file): Doc fix.
7396         * progmodes/sh-script.el (sh-indent-for-then): Change default.
7398 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7400         * simple.el (blink-matching-open):
7401         * textmodes/tex-mode.el (tex-validate-region):
7402         Obey syntax-table text properties.
7404 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
7406         * wid-edit.el (widget-specify-field): Add `real-field' property to
7407         boundary.
7408         (widget-field-at): Use it.
7410 2004-12-02  Richard M. Stallman  <rms@gnu.org>
7412         * progmodes/cc-mode.el (awk-mode autoload):
7413         Supply t meaning interactive function.
7415         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
7416         (isearch-mode-map): No special definition for space.
7417         (isearch-whitespace-chars): Command deleted.
7418         (isearch-forward-regexp): Doc fix.
7419         (isearch-quote-char): When a space is not inside brackets,
7420         use `[ ]' instead of just space.
7421         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
7423         * imenu.el (imenu--generic-function): Delete code to exclude
7424         matches in comments.
7426         * man.el (Man-reverse-face): Change default to `highlight'.
7428         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
7429         (occur-engine): Use `face' prop rather than `font-lock-face'
7430         when specifying use of `match-face'.
7431         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
7433         * emacs-lisp/elint.el (elint-standard-variables): Update list.
7435         * add-log.el (add-log-current-defun): Handle the case where point
7436         is in the header part of a DEFUN construct.
7438 2004-12-02  Dave Love  <fx@gnu.org>
7440         * progmodes/python.el (python-font-lock-syntactic-keywords):
7441         Fix previous change.
7443 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
7445         * paren.el (show-paren-function): Check for matching chars
7446         specified by text props.
7448 2004-12-02  Jay Belanger  <belanger@truman.edu>
7450         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
7451         when reading a new key sequence.
7453 2004-12-02  Kim F. Storm  <storm@cua.dk>
7455         * faces.el (escape-glyph): Rename from glyph.
7456         (standard-display-table): Set it here.  Add escape-glyph face to
7457         extra slot characters.
7459         * disp-table.el: Undo 2004-12-01 change.  Display table is now
7460         setup in faces.el.
7462 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
7464         * xml.el (xml-parse-dtd): Don't show validity messages when
7465         xml-validating-parser is nil.
7466         (xml-substitute-special): Fix validity error messages to
7467         actually show the unexpandable entity.  Added validity error if &
7468         isn't followed by an entity.
7469         (xml-parse-tag): Concatenate any string following the a
7470         <![CDATA[]]> section to the parsed CDATA.
7471         (xml-parse-dtd): Skip parameter entity declarations and use of
7472         parameter entities.
7474 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
7476         * kmacro.el (kmacro-default-counter-format): New var.
7477         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
7478         (kmacro-display): Remove `nil' from `and' form.  Delete call to
7479         `format' inside `message'.
7480         (kmacro-start-macro): Use `kmacro-default-counter-format'.
7482 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7484         * pcvs.el (cvs-header-msg): New function.
7485         (cvs-update-header): Use it.  Change calling convention.
7486         Correctly handle the case of having simultaneous active processes.
7487         (cvs-sentinel): Don't call cvs-update-header any more.
7488         (cvs-mode-run): Update call and add cvs-update-header to postproc.
7490 2004-12-01  Jay Belanger  <belanger@truman.edu>
7492         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
7493         Change message.
7495 2004-12-01  Juri Linkov  <juri@jurta.org>
7497         * progmodes/prolog.el (prolog-mode-variables):
7498         Fix imenu-generic-expression.
7500 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
7502         * faces.el (glyph): New face.
7504         * disp-table.el: Add an autoloaded table, that doesn't require
7505         this library, with glyph face.
7507         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
7508         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
7509         (conf-quote-normal): Allow normalizing only ' or ".
7510         (conf-mode): Regexp-quote constructed comment-start and don't
7511         match section {} where "name" contains braces.
7513         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
7514         files.
7516 2004-12-01  Kenichi Handa  <handa@m17n.org>
7518         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
7519         (x-select-text): Don't treat eight-bit-control/graphic chars
7520         specially.  Store the encoded text in the X cut buffer.
7521         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
7522         with x-last-selected-text-cut-encoded.
7524 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7526         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
7528 2004-11-30  Markus Rost  <rost@ias.edu>
7530         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
7531         AUCTeX.
7533 2004-11-30  Jay Belanger  <belanger@truman.edu>
7535         * calc/calc-arith.el (math-possible-signs): Made stronger checks
7536         on signs of intervals.
7537         (math-pow-of-zero): Strengthen checks for positive and negative
7538         exponents.
7540         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
7541         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
7542         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
7543         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
7544         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
7545         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
7546         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
7547         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
7548         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
7549         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
7550         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
7551         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
7552         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
7553         with provide statements.
7555         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
7557         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
7559         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
7560         (calc-load-everything, math-defsimplify): Replace dummy autoloading
7561         functions by require statements.
7562         (math-defsimplify): Move to calc-alg.el, add to autoloads.
7564         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7565         (calc-gnuplot-print): Give them values.
7567         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
7568         autoloads.
7569         Add calc-do-embedded-activate to autoloads.
7570         (calc-gnuplot-name, calc-gnuplot-plot-command)
7571         (calc-gnuplot-print-command): Move them to calc-graph.el.
7573 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7575         * term/mac-win.el (ccl-encode-mac-roman-font)
7576         (ccl-encode-mac-cyrillic-font)
7577         (ccl-encode-mac-centraleuropean-font, encoder-list)
7578         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
7579         Support Cyrillic, CentralEuropean, and Dingbat font display
7581 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
7583         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
7585         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
7586         still nil.
7588 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
7590         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
7591         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
7593 2004-11-29  Jay Belanger  <belanger@truman.edu>
7595         * calc/calc-arith.el (math-pow-of-zero): Take into account different
7596         cases of the base and exponent.
7598 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7600         * simple.el (next-error-buffer-p): Allow for inclusive and
7601         exclusive tests for finding a buffer.
7602         (next-error-find-buffer): Pass the exclusive and inclusive tests
7603         to next-error-buffer-p.
7605         * replace.el (occur-next-error): Switch to the Occur buffer when
7606         appropriate, use the exclusive filter to next-error-find-buffer to
7607         do it.  Use the absolute value of the motion amount.
7609 2004-11-29  Kenichi Handa  <handa@m17n.org>
7611         * startup.el (command-line): Decode all default-directory by
7612         locale-coding-system.
7614 2004-11-29  Jay Belanger  <belanger@truman.edu>
7616         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
7617         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
7618         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
7619         Replace calls to calc-extensions by appropriate require, replace
7620         calc-extensions-loaded by appropriate featurep.
7622         * calc/calc-ext.el: Move require to end of file.
7623         Remove redundant loading of calc.el.
7624         (calc-extensions-loaded): Remove unnecessary variable.
7625         (calc-extensions): Remove unnecessary function.
7626         (calc-load-everything): Replace calc-need-macros by appropriate require.
7628         * calc/calc-macs.el: Move provide to end of file.
7629         (calc-need-macros): Remove unnecessary function.
7631         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
7632         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
7633         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
7634         Replace calc-extensions by appropriate require.
7635         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
7637         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
7638         Replace calc-need-macros by appropriate require.
7640         * calc/calc.el: Move require to end of file.
7641         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
7642         Remove unnecessary variable.
7643         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
7644         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
7645         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
7646         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
7647         (math-stack-value-offset, math-format-value, math-format-flat-expr)
7648         (math-format-number, math-format-bignum, math-read-number)
7649         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
7650         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
7651         by appropriate require.
7652         (calc-check-defines): Replace calc-need-macros by appropriate require.
7654 2004-11-29  Kim F. Storm  <storm@cua.dk>
7656         * macros.el (insert-kbd-macro): Handle kmacro functions.
7658 2004-11-28  Juri Linkov  <juri@jurta.org>
7660         * compare-w.el (compare-windows-highlight): Attach each overlay
7661         to its window to properly highlight differences while comparing
7662         two windows of the same buffer.  Fix arguments.
7663         (compare-windows-sync-default-function): Fix arguments of
7664         `compare-windows-highlight'.
7666         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
7667         Use `read-expression-history'.  Set initial contents only if
7668         `edebug-global-break-condition' is non-nil.  Set histpos to 1
7669         if initial contents is equal to the last history element.
7670         (edebug-set-conditional-breakpoint): Instead of temporarily
7671         prepending the current condition to the history, set initial
7672         contents to the current condition.  Set histpos to 1 if initial
7673         contents is equal to the last history element.
7675         * info.el (Info-search-whitespace-regexp): Remove shy group.
7676         (Info-search): Forward line if search is on the header line.
7677         Use search-whitespace-regexp in two other places.
7679 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
7681         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
7682         warning.  Delay real definition, which uses
7683         `set-fringe-indicators-1' till after the definition of that function.
7685 2004-11-28  Kim F. Storm  <storm@cua.dk>
7687         * fringe.el (fringe): New defgroup.
7688         (fringe-mode): Move to fringe group.
7689         (fringe-indicators): New defcustom.
7690         (set-fringe-indicators-1): New defun.
7692         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
7693         (menu-bar-showhide-fringe-ind-menu): New keymap.
7694         (menu-bar-showhide-fringe-ind-empty)
7695         (menu-bar-showhide-fringe-ind-mixed)
7696         (menu-bar-showhide-fringe-ind-box)
7697         (menu-bar-showhide-fringe-ind-right)
7698         (menu-bar-showhide-fringe-ind-left)
7699         (menu-bar-showhide-fringe-ind-none): New defuns.
7700         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
7702 2004-11-27  Richard M. Stallman  <rms@gnu.org>
7704         * comint.el (comint-read-noecho): Add trivial compatibility definition.
7706         * generic.el (define-generic-mode): Doc fix.
7708         * menu-bar.el (menu-bar-options-save): For the options
7709         that are toggled with menu-bar-make-mm-toggle, don't check
7710         for customized-value prop.
7712 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
7714         * mail/supercite.el (sc-cite-region): Handle the case where
7715         sc-cite-frame-alist is a symbol.
7716         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
7717         a symbol.
7718         (sc-recite-region): Handle the case where sc-recite-frame-alist is
7719         a symbol.
7721 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
7723         * wid-edit.el (widget-narrow-to-field): New function.
7724         (widget-complete): Use it.
7726 2004-11-27  Jay Belanger  <belanger@truman.edu>
7728         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
7729         variable.
7730         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
7731         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
7732         (math-alg-inequalities): Move declaration to earlier in the file.
7734         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
7735         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
7736         Declare them.
7738         * calc/calc-lang.el (math-expr-data, math-expr-token)
7739         (math-exp-old-pos): Declare them.
7741         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
7742         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
7744 2004-11-27  Kim F. Storm  <storm@cua.dk>
7746         * progmodes/flymake.el: Use (featurep 'xemacs).
7747         (flymake-makehash): Change to defsubst.  Use fboundp.
7748         (flymake-time-to-float): Remove.
7749         (flymake-float-time): Merge code from flymake-time-to-float here.
7750         (flymake-replace-regexp-in-string): Change to defsubst.
7751         (flymake-split-string-remove-empty-edges):
7752         Rename to flymake-split-string.
7753         (flymake-split-string): Remove previous defalias.
7754         (flymake-get-temp-dir): Change to defsubst.
7755         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
7756         Define for xemacs only.
7757         (flymake-master-file-count-limit): Change into compiler defvar only.
7758         (flymake-find-possible-master-files): Let-bind it dynamically while
7759         sorting files using flymake-master-file-compare.
7761 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7763         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
7764         of defun-prompt-regexp matches inside a comment/string but the
7765         beginning is correctly outside everything.
7767         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
7768         appears within a string or a comment.
7770         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
7771         rather than make-symbol for symbols which are used in
7772         a symbol-macrolet or equivalent.
7774 2004-11-26  Jay Belanger  <belanger@truman.edu>
7776         * calc-misc.el (calc-last-why-command): Declare it.
7778         * calc-vec.el (math-grade-vec): New variable.
7779         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
7780         Replace variable grade-vec by declared variable.
7781         (math-rb-close): New variable.
7782         (math-read-brackets, math-read-vector): Replace variable close by
7783         declared variable.
7785         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
7786         (calc-one-window, calc-edit-handler, calc-restore-trail)
7787         (calc-allow-ret): Declare them.
7789         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
7790         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
7791         (math-radix-float-cache-tag, math-random-cache)
7792         (math-max-digits-cache, math-integral-cache, math-units-table)
7793         (math-format-date-cache, math-holidays-cache-tag): Declare them.
7794         (math-moc-func): New variable.
7795         (math-map-over-constants, math-map-over-constants-rec):
7796         Replace variable func by declared variable.
7798         * calc/calc-store.el (calc-given-value, calc-store-opers):
7799         Declare them.
7800         (calc-var-name-map): Move declaration to earlier in the file.
7801         (calc-pv-pos): New variable.
7802         (calc-permanent-variable, calc-insert-permanent-variable):
7803         Replace variable pos by declared variable.
7805         * calc/calc-mtx.el (calc-det-lu): New variable.
7806         (math-det-raw, math-det-step): Replace variable lu by declared variable.
7808         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
7809         (math-multi-subst, math-multi-subst-rec): Replace variables temp
7810         and arg by declared variables.
7811         (calcFunc-reducer): Fix incorrect variable.
7812         (math-inner-mul-func, math-inner-add-func): New variables.
7813         (calcFunc-inner, math-inner-mats): Replace variables mul-func
7814         and add-func by declared variables.
7816         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
7817         (calc-digit-value): Declare them.
7819         * calc/calc-help.el (Info-history): Declare it.
7820         (calc-describe-key): Make calc-summary-indentation a local variable.
7821         (calc-help-long-names): Move declaration to earlier in file.
7823         * calc/calc-embed.el (calc-original-buffer): Declare it.
7824         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
7825         (calc-embed-bot): New variables.
7826         (calc-do-embedded, calc-embedded-mark-formula)
7827         (calc-embedded-find-bounds, calc-embedded-duplicate)
7828         (calc-embedded-new-formula, calc-embedded-make-info):
7829         Replace vars outer-top, outer-bot, bot and top by declared variables.
7830         (calc-embed-prev-modes): New variable.
7831         (calc-embedded-set-modes, calc-embedded-update): Replace variable
7832         prev-modes with declared variable.
7833         (calc-embed-vars-used): New variable.
7834         (calc-embedded-make-info, calc-embedded-evaluate-expr)
7835         (calc-embedded-update, calc-embedded-find-vars): Replace variable
7836         vars-used by declared variable.
7838         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
7839         (math-format-radix-float): Remove unnecessary setq.
7840         (math-radix-float-cache): Declare it.
7842         * calc/calcsel2.el (calc-keep-selection): Declare it.
7844         * calc/calc-maint.el: Remove file.
7846 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7848         * textmodes/bibtex.el (bibtex-sort-entry-class)
7849         (bibtex-comment-start): Use defcustom.
7850         (bibtex-entry-field-alist): Use nil if initial content of the
7851         field is undefined.  Fix docstring.
7852         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
7853         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
7854         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
7855         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
7856         Fix docstring.
7857         (bibtex-autokey-title-terminators): Use only one regexp.
7858         (bibtex-string-maybe-empty-head): New variable.
7859         (bibtex-remove-delimiters-string): New function.
7860         (bibtex-text-in-field-bounds, bibtex-text-in-string):
7861         Use bibtex-remove-delimiters-string.
7862         (bibtex-progress-message, bibtex-field-left-delimiter)
7863         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
7864         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
7865         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
7866         Simplify.
7867         (bibtex-format-entry): Use save-excursion for inherited booktitle.
7868         Use eq and bibtex-remove-delimiters-string.  For end markers use
7869         insertion type so that marker stays after inserted text.
7870         (bibtex-autokey-get-names): Return empty string if name is missing.
7871         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
7872         calling bibtex-autokey-name-case-convert.
7873         (bibtex-autokey-demangle-title):
7874         Call bibtex-autokey-titleword-case-convert.  Remove call to
7875         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
7876         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
7877         (bibtex-read-key): New optional arg global.
7878         (bibtex-files-expand): New optional arg force.
7879         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
7880         (bibtex-complete-crossref-cleanup): Rename from
7881         bibtex-complete-key-cleanup.  Simplify code.
7882         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
7883         Operate on current entry.
7884         (bibtex-button): Add docstring.
7885         (bibtex-entry): Simplify.
7886         (bibtex-make-field): Replace optional arg called-by-yank with more
7887         specific args move and interactive.
7888         (bibtex-end-of-entry): Use forward-sexp.
7889         (bibtex-find-entry-globally): Remove.
7890         (bibtex-find-crossref): Allow for crossref key located in other buffer.
7891         Bound to C-c C-x.
7892         (bibtex-find-entry): New optional args global and display.
7893         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
7894         (bibtex-validate): Use arg force of bibtex-files-expand.
7895         (bibtex-clean-entry): Bugfix, clean string entries properly.
7896         Always keep point at beginning of entry.
7897         (bibtex-complete): Bugfix.  Handle string entries properly.
7898         Call cleanup functions only if needed.
7899         (bibtex-String): Use bibtex-read-string-key.
7900         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
7901         case of replacement text.
7903 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
7905         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
7906         (tramp-perl-directory-files-and-attributes): New constant.
7907         (tramp-file-name-handler-alist): Delete file-directory-files, add
7908         directory-files-and-attributes.
7909         (tramp-perl-file-attributes): Surround uid and gid by double
7910         quotes.  Change parameter id-format from nonnumeric.
7911         (tramp-convert-file-attributes): New function.
7912         (tramp-handle-file-attributes): Use it.
7913         (tramp-maybe-send-perl-script): New function.
7914         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
7915         file mode.  Change parameter id-format from nonnumeric.
7916         (tramp-handle-file-attributes-with-ls): Change parameter id-format
7917         from nonnumeric.
7918         (tramp-post-connection): Don't send tramp-perl-file-attributes
7919         script.  Reset connection property "perl-scripts".
7920         (tramp-handle-insert-directory): Run real handler when ls-lisp is
7921         in use.
7923 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
7925         * desktop.el (desktop-read): Replace mapcar with mapc.
7926         (desktop-create-buffer): Replace mapcar with mapc.
7927         Remove redundant piece of code.
7929 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
7931         * progmodes/gud.el (gud-display-line): Use display-buffer
7932         for GDB-UI as for GUD.
7934         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
7935         Delete variables.
7936         (gdb-ann3): Don't make GUD buffer dedicated.
7937         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
7938         (gdb-display-source-buffer): Delete function.
7939         (gdb-view-source-function, gdb-view-assembler): Delete functions.
7940         (menu): Delete menu bindings for viewing source/assembler.
7941         (gdb-setup-windows, gdb-restore-windows):
7942         Don't dedicate GUD.  No assembler now.
7943         (gdb-reset): No need to undedicate source buffers now.
7944         (gdb-source-info): No assembler now.
7946 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
7948         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
7949         width to those for special frames.
7950         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
7951         Use display-buffer.
7952         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
7953         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7954         (gdb-frame-assembler-buffer): Rework like
7955         gdb-frame-breakpoints-buffer.
7957 2004-11-25  Richard M. Stallman  <rms@gnu.org>
7959         * progmodes/flymake.el: Reindent.
7960         (flymake-split-string): Turn into defalias.
7961         (flymake-fix-file-name): Rename from flymake-fix-path-name.
7962         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
7963         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
7964         (flymake-build-relative-filename): Rename from ...path.
7965         Fix error message.
7967 2004-11-25  Cheng Gao  <chenggao@gmail.com>
7969         * progmodes/flymake.el: Much whitespace and capitalization change.
7970         Move `provide' to end.  Require `compile' only when compiling.
7972 2004-11-24  Jay Belanger  <belanger@truman.edu>
7974         * calc/calc-alg.el: Added comment.
7975         (math-polynomial-base): Replace variable mpb-top-expr by
7976         math-poly-base-top-expr.
7978         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
7979         (math-polynomial-p1): Replace variable mpb-top-expr by declared
7980         variable.
7981         (math-poly-base-total-base): New variable.
7982         (math-total-polynomial-base, math-polynomial-p1): Replace variable
7983         mpb-total-base by declared variable.
7984         (math-factored-vars, math-to-list): Declare it.
7985         (math-fact-expr): New variable.
7986         (calcFunc-factors, calcFunc-factor, math-factor-expr)
7987         (math-factor-expr-try, math-factor-expr-part): Replace variable
7988         expr by declared variable.
7989         (math-fet-x): New variable.
7990         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
7991         by declared variable.
7992         (math-factor-poly-coefs): Make temp a local variable.
7994         * calc/calc-units.el (calc-convert-units): Make units a local
7995         variable.
7996         (calc-num-units, calc-den-units): New variables.
7997         (calc-explain-units, calc-explain-units-rec): Replace variables
7998         num-units and den-units by declared variables.
7999         (math-cu-unit-list): New variable.
8000         (math-build-units-table, math-compare-unit-names)
8001         (math-convert-units, math-convert-units-rec): Replace variable
8002         unit-list by declared variable.
8003         (math-fbu-base, math-fbu-entry): New variables.
8004         (math-find-base-units, math-find-base-units-rec): Replace variables
8005         base and entry by declared variables.
8006         (math-which-standard): New variable.
8007         (math-to-standard-units, math-to-standard-rec): Replace variable
8008         which-standard by declared variable.
8009         (math-fcu-u): New variable.
8010         (math-find-compatible-unit, math-find-compatible-unit-rec):
8011         Replace variable u by declared variable.
8012         (math-cu-new-units, math-cu-pure): New variables.
8013         (math-convert-units, math-convert-units-rec): Replace variables
8014         new-units and pure by declared variables.
8015         (math-try-cancel-units): New variable.
8016         (math-simplify-units-quotient): Replace variable try-cancel-units by
8017         declared variable.
8019 2004-11-24  Richard M. Stallman  <rms@gnu.org>
8021         * textmodes/ispell.el (ispell-check-version):
8022         If default-directory is nonexistent, use home dir.
8024         * progmodes/grep.el (grep-regexp-alist):
8025         Don't match parens around line numbers.
8027         * progmodes/cperl-mode.el (cperl-indent-region)
8028         (cperl-imenu--create-perl-index, cperl-xsub-scan):
8029         Don't print progress messages.
8031         * progmodes/compile.el (compilation-mode-map):
8032         Don't inherit from compilation-minor-mode-map;
8033         copy its bindings instead.  But the menu bar Compile
8034         entry now does inherit from compilation-menu-map.
8036         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8037         Use with-no-warnings around compiler-macroexpand.
8039         * imenu.el: Don't always require newcomment.
8040         (imenu--generic-function): Call comment-normalize-vars
8041         if we have a comment syntax.
8042         Exit the loop if REGEXP matches the null string.
8043         Test comment-start as well as comment-start-skip
8044         when deciding whether to check for comments.
8046         * tooltip.el (tooltip-mode): Doc fix.
8048         * term.el (term-escape-char, term-mode): Doc fixes.
8050 2004-11-24  Dave Love  <fx@gnu.org>
8052         * progmodes/python.el (python-font-lock-syntactic-keywords):
8053         Check for escapes in the regexp.
8054         (python-quote-syntax): Don't do it here.
8056 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
8058         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8059         (gdb-frames-mode-map, gdb-threads-mode-map)
8060         (gdb-registers-mode-map, gdb-locals-mode-map)
8061         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8062         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8064         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8065         (dedicated-switch-to-buffer): Rework.
8066         (gdb-var-evaluate-expression-handler, gdb-put-string):
8067         Remove unused variable bindings.
8068         (gdb-setup-windows, gdb-display-buffer):
8069         Simplify.  Use pop-to-buffer.
8070         (gdb-view-source-function): Simplify.
8071         (gdb-frame-breakpoints-buffer):
8072         Use pop-to-buffer, special-display-regexps.
8074 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
8076         * progmodes/f90.el (f90-smart-end)
8077         (f90-previous-statement, f90-beginning-of-block): Doc fix.
8078         (f90-calculate-indent): Handle un-named PROGRAM blocks.
8079         (f90-end-of-block): Doc fix.  Make check of outermost block
8080         conditional on value of `f90-smart-end'.
8081         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8082         Handle case where END-BLOCK is nil.
8083         (f90-match-end): Handle un-named PROGRAM blocks.
8084         (f90-backslash-not-special): New function.
8086 2004-11-24  Jay Belanger  <belanger@truman.edu>
8088         * calc/calc.el (calc-embedded-active): Removed unnecessary
8089         declaration.
8090         (calc-show-banner): Removed redundant declaration.
8092         * calc/calc-graph.el (calc-gnuplot-default-device)
8093         (calc-gnuplot-default-output, calc-gnuplot-print-device)
8094         (calc-gnuplot-print-output, calc-gnuplot-geometry)
8095         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8096         Remove redundant initial values.
8098         * calc/calc-arith.el (math-scalar-functions)
8099         (math-nonscalar-functions, math-scalar-if-args-functions)
8100         (math-real-functions, math-positive-functions)
8101         (math-nonnegative-functions, math-real-scalar-functions)
8102         (math-real-if-arg-functions, math-integer-functions)
8103         (math-num-integer-functions, math-rounding-functions)
8104         (math-float-rounding-functions, math-integer-if-args-functions)
8105         (math-super-types): Move declarations to earlier in file.
8106         (math-unit-prefixes): Declared it.
8107         (math-floor-prec, math-trunc-prec): New variables.
8108         (math-trunc-fancy): Replace variable prec by declared variable.
8109         (math-floor-fancy): Replace variable prec by declared variable.
8110         (math-com-bterms): New variable.
8111         (math-commutative-equal, math-commutative-collect):
8112         Replace variable bterms by declared variable.
8114         * calc/calc-misc.el (math-trunc): Replace variable prec by
8115         math-trunc-prec.
8116         (math-floor): Replace variable prec by math-floor-prec.
8118         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8119         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8120         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8121         (math-format-date, math-format-date-part): Replace variables
8122         date, dt, year, month, day, weekday, hour, minute, second and
8123         bc-flag by declared variables.
8124         (math-pd-str): New variable.
8125         (math-parse-date, math-parse-date-word, math-parse-standard-date):
8126         Replace variable str by declared variable.
8127         (math-daylight-savings-hook, math-tzone-names): Move definitions
8128         to earlier in the file.
8129         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8130         (math-sh-year): New variable.
8131         (math-setup-add-holidays, math-setup-holidays)
8132         (math-setup-year-holidays): Replace variable `year' by declared
8133         variable.
8135         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8136         New variables.
8137         (math-nth-root-float, math-nth-root-float-iter): Replace variables
8138         n, nf and nfm1 by declared variables.
8139         (math-nri-n): New variable.
8140         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8141         n by declared variable.
8142         (calcFunc-log): Removed misplaced condition.
8144 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8146         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8148 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
8150         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8151         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8152         Dedicate gdb-related windows.
8153         (gdb-display-buffer): Dedicate gdb-related windows.
8154         Don't grab other frames.
8155         (gdb-reset): Remove dedicated property after debugging.
8157 2004-11-24  Jay Belanger  <belanger@truman.edu>
8159         * calc/calc-sel.el: Add comment.
8161         * calc/calc.el (math-stack-value-offset): Replace variables c,
8162         wid and off with math-svo-c, math-svo-wid and math-svo-off.
8164         * calc/calccomp.el (math-comp-sel-tag): Declare it.
8165         (math-svo-c, math-svo-wid, math-svo-off): New variables.
8166         (math-stack-value-offset-fancy): Replace variables c, wid and off
8167         by declared variables.
8168         (math-comp-just, math-comp-comma-spc): New variables.
8169         (math-compose-expr, math-compose-matrix): Replace variables `just'
8170         and comma-spc by declared variable.
8171         (math-comp-vector-prec): New variable.
8172         (math-compose-expr, math-compose-matrix, math-compose-rows):
8173         Replace variable vector-prec by declared variable.
8174         (math-comp-left-bracket, math-comp-right-bracket)
8175         (math-comp-comma): New variables.
8176         (math-compose-expr, math-compose-rows): Replace variables
8177         left-bracket, right-bracket and comma by declared variables.
8178         (math-comp-full-width): New variable.
8179         (math-comp-to-string-flat, math-comp-to-string-flat-term):
8180         Replace variable full-width by declared variable.
8181         (math-comp-highlight, math-comp-word, math-comp-level)
8182         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8183         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8184         New variables.
8185         (math-comp-to-string-flat, math-comp-to-string-flat-term)
8186         (math-comp-sel-flat-term): Replace variables comp-highlight,
8187         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8188         declared variables.
8189         (math-comp-simplify, math-comp-simplify-term)
8190         (math-comp-add-string, math-comp-add-string-sel):
8191         Replace variables comp-highlight, comp-buf, comp-base,
8192         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
8194 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8196         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
8198         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
8199         and x-server-version may throw.
8201 2004-11-23  Kim F. Storm  <storm@cua.dk>
8203         * subr.el (substitute-key-definition-key): Optimize.
8204         Don't call indirect-function for nil defn (always signals error).
8206         * ido.el (ido-read-internal): Fix require-match check when
8207         ido-directory-too-big is set.
8209 2004-11-23  Jay Belanger  <belanger@truman.edu>
8211         * calc/calc-ext.el (math-read-replacement-list)
8212         (math-read-superscripts): New variables.
8213         (math-read-preprocess-string): New function.
8214         (math-read-expr): Filter input through math-read-preprocess-string.
8216         * calc/calc-aent.el (math-read-exprs): Filter input through
8217         math-read-preprocess-string.
8219 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
8221         * progmodes/compile.el (compilation-start): In cd command use
8222         substitute-env-vars -- not quite shell compatible but better than
8223         nothing.
8224         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
8225         handle the newer versions messages, which are more parseable.
8227 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8229         * reveal.el (reveal-mode-map): New var.
8230         (reveal-mode): Use it.
8232 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
8234         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
8235         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
8237 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8239         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
8240         header-line when needed.
8241         Use fixed-pitch only in the header-line.
8242         Build the underline automatically.  Use emdash if available.
8244 2004-11-22  Richard M. Stallman  <rms@gnu.org>
8246         * dired.el (dired-recursive-copies): Move from dired-aux.el.
8247         * dired-aux.el (dired-recursive-copies): Move to dired.el.
8249 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
8251         * progmodes/gdb-ui.el (gdb-resync): New function.
8252         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
8253         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
8254         Use it to fail more gracefully.
8255         (gdb-variables): Delete variable.
8256         Re-order variables to reduce byte-compiler warnings.
8258 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8260         * descr-text.el (describe-char):
8261         * paren.el (show-paren-function):
8262         * subr.el (syntax-after): Undo last change.
8264         * progmodes/python.el (run-python): Don't hard code *Python*.
8265         Don't modify global process-environment.
8266         (python-send-region, python-load-file): Don't assume that
8267         python-buffer == (process-buffer (python-proc)).
8268         (python-switch-to-python): Simplify.
8270         * dired.el (dired-align-file): Don't assume line starts with spaces.
8272 2004-11-21  Jay Belanger  <belanger@truman.edu>
8274         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
8275         Replace variable `lines' by math-read-big-lines.
8276         (math-read-big-expr): Replace variables the-baseline, the-h2
8277         and err-msg by math-read-big-baseline, math-read-big-h2 and
8278         math-read-err-msg.
8279         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
8281         * calc/calc-lang.el (math-read-big-rec): Fix typo.
8282         (math-read-big-balance): Replace unbound variable by value.
8283         (math-read-big-lines): New variable.
8284         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8285         (math-read-big-error, math-read-big-balance): Replace variable
8286         `lines' by declared variable.
8287         (math-read-big-baseline, math-read-big-h2): New variables.
8288         (math-read-big-rec): Replace variables the-baseline and the-h2
8289         by declared variables.
8290         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
8291         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8292         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
8293         declared variables.
8294         (math-read-big-err-msg): New variable.
8295         (math-read-big-error): Replace variable err-msg by declared variable.
8297 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8299         * ses.el: Add coding cookie.
8300         Fix up docstrings, follow new commenting conventions.
8301         (ses-header-line-menu): Fix missing variable rename for header-row.
8302         (ses-cell-size): Remove.
8303         (ses-make-cell): New function.
8304         (ses-cell, ses-insert-row, ses-insert-column): Use it.
8305         (ses-calculate-cell): Remove unused var `symbol'.
8306         (ses-narrowed-p): New function.
8307         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
8308         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
8309         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
8310         (ses-setup): Use restore-buffer-modified-p.
8311         (ses-cleanup): Remove unused var `end'.
8312         (ses-header-string-left-offset): Remove.
8313         (ses-create-header-string): Adjust to new behavior of `align-to'.
8314         Truncate excessively large fields to preserve alignment.
8315         (ses-reconstruct-all): Remove unused var `refs'.
8316         (ses-read-cell-printer): Remove unused var `prompt'.
8317         (ses-delete-row): Remove unused var `pos'.
8318         (ses-delete-column): Remove unused var `new'.
8320 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8322         * ps-print.el: Insert :version tag into all defgroup and defcustom.
8323         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8324         Eliminate eval-and-compile usage.
8325         (ps-insert-file): Use insert-file-contents instead of insert-file.
8326         (ps-setup): Code fix.
8328         * printing.el (pr-setup, lpr-setup): Code fix.
8330 2004-11-21  Jay Belanger  <belanger@truman.edu>
8332         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
8333         (calc-original-buffer): Declare them.
8334         (calc-user-formula-alist): New variable.
8335         (calc-user-define-formula, calc-fix-user-formula)
8336         (calc-user-define-composition, calc-finish-formula-edit):
8337         Replace variable `alist' by declared variable.
8338         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
8339         (var-q7, var-q7, var-q8, var-q9): Declare them.
8340         (calc-kbd-push): Don't check to see if var-q0 through var-q9
8341         are bound.
8342         (calcFunc-typeof): Replace undeclared variable by expression.
8343         (math-exp-env): New variable.
8344         (math-define-body, math-define-exp): Replace exp-env by declared var.
8345         (math-define-exp): Replace misplaced variable by expression.
8347         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
8348         (calc-curve-model, calc-curve-coefnames): New variables.
8349         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
8350         varnames, model and coefnames by declared variables.
8351         (math-root-widen): New variable.
8352         (math-search-root, math-find-root): Replace variable root-widen by
8353         declared variable.
8354         (var-DUMMY): Declare it.
8355         (math-root-vars, math-min-vars): Move the declarations to earlier in
8356         the file.
8357         (math-brent-min): Make d a local variable.
8358         (math-find-minimum): Replace non-existent variable.
8359         (math-ninteg-romberg): Remove unnecessary variable.
8360         (math-ninteg-temp): New variable.
8361         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
8362         integ-temp by declared variable.
8363         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
8364         New variables.
8365         (math-general-fit): Replace variables first-var, first-coef and
8366         new-coefs by declared variables.
8367         (calcFunc-fitvar): Replace variable first-var by declared variable.
8368         (calcFunc-fitparam): Replace variable first-coef by declared variable.
8369         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
8370         (math-all-vars-vars, math-all-vars-found): New variables.
8371         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
8372         found by declared variable math-all-vars-vars.
8374 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
8376         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
8377         of `defconst'.
8379 2004-11-20  Richard M. Stallman  <rms@gnu.org>
8381         * isearch.el (isearch-mode-map): Don't bind SPC.
8382         (isearch-whitespace-chars): Function deleted.
8383         (isearch-search): Bind search-spaces-regexp.
8384         (isearch-lazy-highlight-search): Likewise.
8385         (search-whitespace-regexp): Doc fix.
8386         (isearch-forward-regexp): Doc fix.
8388         * emacs-lisp/bytecomp.el (byte-compile-form):
8389         Move the calls to byte-compile-set-symbol-position,
8390         to avoid having two for the same symbol occurrence.
8392         * comint.el (comint-input-ring-size): Increase to 150.
8394         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
8395         New variables.
8396         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
8397         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
8399         * imenu.el (imenu--generic-function):
8400         Ensure we keep moving backward even if BEG isn't further back.
8402         * replace.el (query-replace-read-to, query-replace-read-from):
8403         Specify t for KEEP-ALL in read-from-minibuffer.
8405         * progmodes/python.el (python-switch-to-python):
8406         If Python isn't running, start it.
8407         Don't alter debug-ignored-errors.
8409         * progmodes/cperl-mode.el (cperl-indent-region):
8410         Don't mind imenu-scanning-message.
8412         * bindings.el (global-map): Bind C-e to move-end-of-line.
8414         * simple.el (line-move-finish): New arg FORWARD.
8415         Ignore invisible newlines, not intangible ones.
8416         Conditions for acceptable stopping positions depend on FORWARD.
8417         (line-move): Pass FORWARD arg to line-move-finish.
8419         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
8420         of HEADER.  Compensate for this change in the code to add display
8421         properties.  Don't make the first line intangible.
8423         * info.el (Info-search): Fix previous change.
8425 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
8427         * Makefile.in (recompile): Revert 2004-11-19 change.
8428         (compile): Likewise.
8430 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
8432         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
8434 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8436         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
8437         defgroup and defcustom.  Eliminate eval-and-compile usage.
8439         * progmodes/ebnf-otz.el: Fix typos.
8441 2004-11-19  Jay Belanger  <belanger@truman.edu>
8443         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
8444         (calc-edit-finish, calc-finish-stack-edit): Replace variable
8445         disp-trail by declared variable.
8447         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
8448         (calc-finish-selection-edit): Replace variable disp-trail by
8449         declared variable.
8450         (calc-selection-cache-entry): Move declaration to earlier in the file.
8451         (calc-selection-cache-num, calc-selection-cache-comp)
8452         (calc-selection-cache-offset, calc-selection-true-num)
8453         (calc-final-point-line, calc-final-point-column)
8454         (calc-original-buffer): Declare them.
8455         (calc-fnp-op, calc-fnp-num): New variables.
8456         (calc-find-nth-part, calc-find-nth-part-rec)
8457         (calc-select-previous): Replace op and num by declared variables.
8458         (calc-rsf-old, calc-rsf-new): New variables.
8459         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
8460         Replace variables old and new by declared variables.
8461         (calc-sel-reselect): New variable.
8462         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
8463         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
8464         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
8465         reselect with declared variable.
8467         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
8468         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
8469         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
8470         (math-import-list, math-rewrite-phase): Declare them.
8471         (math-rewrite): Use let* to declare variables.
8472         (calc-rewrite-selection): Make rules a local variable.
8473         (calc-rewr-sel): New variable.
8474         (calc-rewrite-selection, calc-locate-selection-marker)
8475         (calc-rewrite): Use the declared variable calc-rewr-sel instead
8476         of sel.
8477         (math-rewrite-whole-expr): New variable.
8478         (math-rewrite, math-rewrite-phase): Replace variable expr by
8479         declared variable.
8480         (math-rewrite-heads-heads, math-rewrite-heads-skips)
8481         (math-rewrite-heads-blanks ): New variables.
8482         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
8483         heads, skips and blanks by declared variables.
8484         (math-rwcomp-subst-old, math-rwcomp-subst-new)
8485         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
8486         New variables.
8487         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
8488         old, new, old-func and new-func by declared variables.
8489         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
8490         Remove unnecessary variable.
8491         (math-apply-rw-regs): New variable.
8492         (math-apply-rewrites, math-rwapply-replace-regs)
8493         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
8494         (math-apply-rw-ruleset): New variable.
8495         (math-apply-rewrites, math-rwapply-remember): Replace variable
8496         ruleset by declared variable.
8498 2004-11-19  Richard M. Stallman  <rms@gnu.org>
8500         * info.el (Info-search): Use search-whitespace-regexp.
8502 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
8504         * vc-rcs.el (vc-rcs-parse): New function.
8505         (vc-rcs-annotate-command): Likewise.
8506         (vc-rcs-annotate-current-time): Likewise.
8507         (vc-rcs-annotate-time): Likewise.
8508         (vc-rcs-annotate-extract-revision-at-line): Likewise.
8510 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
8512         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
8514 2004-11-18  Jay Belanger  <belanger@truman.edu>
8516         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
8518 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8520         * printing.el: Eliminate use of interactive-p and eval-and-compile.
8521         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8522         Use make-temp-file to generate PostScript files in any situation.
8523         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
8524         (pr-interactive-p): Eliminate var.
8525         (pr-save-interactive): Eliminate macro.
8526         (pr-interface, pr-ps-directory-preview)
8527         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
8528         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
8529         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
8530         (pr-ps-buffer-ps-print, pr-ps-region-preview)
8531         (pr-ps-region-using-ghostscript, pr-ps-region-print)
8532         (pr-ps-region-ps-print, pr-ps-mode-preview)
8533         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
8534         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
8535         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
8536         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
8537         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
8538         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
8539         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
8540         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
8541         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
8542         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
8543         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
8544         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
8545         Eliminate pr-save-interactive usage.
8546         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
8547         Eliminate pr-interactive-p usage.
8548         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
8549         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
8550         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
8551         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
8552         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
8553         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
8554         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
8555         New funs.
8556         (pr-ps-file): Use make-temp-file to generate a temporary file.
8558 2004-11-17  Jay Belanger  <belanger@truman.edu>
8560         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
8561         a local variable.
8562         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
8563         (math-top-only): New variable.
8564         (math-simplify, math-simplify-step): Replace variable top-only by
8565         declared variable math-top-only.
8566         (math-simplify-expr): Declare it.
8567         Replace argument expr in all calls of math-defsimplify by
8568         math-simplify-expr.
8569         (math-simplify-plus, math-simplify-times, math-simplify-divide)
8570         (math-simplify-divisor, math-simplify-one-divisor)
8571         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
8572         (math-simplify-pow): Replace variable expr by declared variable
8573         math-simplify-expr.
8574         (math-simplify-divisor): Remove local variables temp and op.
8575         (math-simplify-one-divisor): Make temp and op local variables.
8576         (math-simplify-divisor-nover, math-simplify-divisor-dover):
8577         New variables.
8578         (math-simplify-divisor, math-simplify-one-divisor):
8579         Replace variables nover and dover by declared variables.
8580         (math-expr-subst-new, math-expr-subst-old): New variables.
8581         (math-expr-subst, math-expr-subst-rec): Replace variables new
8582         and old by declared variables.
8583         (math-is-poly-degree, math-is-poly-loose): New variables.
8584         (math-is-polynomial, math-is-poly-rec): Replace variables degree
8585         and loose by declared variables.
8586         (math-poly-base-const-ok, math-poly-base-pred): New variables.
8587         (math-polynomial-base, math-polynomial-base-rec):
8588         Replace variables const-ok and mpb-pred by declared variables.
8590         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
8592         * calc/calc-ext.el (math-defsimplify): Change the argument in
8593         the created function to math-simplify-expr.
8595         * calc/calc-units.el (math-simplify-expr): Declare it.
8596         Replace argument expr in all calls of math-defsimplify by
8597         math-simplify-expr.
8598         (math-simplify-units-prod): Replace variable expr by declared
8599         variable math-simplify-expr.
8601 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8603         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
8604         Replace mapcar->dolist, format->string.
8606 2004-11-17  Miles Bader  <miles@gnu.org>
8608         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
8609         * progmodes/idlwave.el: Remove RCS keywords.
8611 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
8613         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
8614         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
8615         Update to IDLWAVE version 5.5.  Too many changes to list them here.
8616         * progmodes/idlw-help.el: New file.
8618 2004-11-16  Richard M. Stallman  <rms@gnu.org>
8620         * international/iso-cvt.el (iso-tex2iso-trans-tab):
8621         Discard spaces after \i according to TeX rules.
8623         * international/mule.el (set-buffer-file-coding-system):
8624         New arg NOMODIFY.
8625         (after-insert-file-set-coding): Pass that new arg.
8626         Prevent set-buffer-multibyte from trying to lock the file.
8628         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
8630         * saveplace.el (save-place): Doc fix.
8632         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
8633         temporarily widen before finding the following word to copy.
8635         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
8636         (cl-map-keymap): Definition deleted.
8638         * subr.el (map-keymap-internal): New function.
8640 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8642         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
8643         when pressing rather than when releasing mouse-2.  Simplify.
8645 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8647         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
8648         (compilation-mode): Set it here instead.
8650         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
8652         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
8653         (loop, cl-parse-loop-clause, defsetf): Use backquote.
8655 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8657         * progmodes/compile.el (compilation-internal-error-properties):
8658         Fix up a transposition-typo.  Check end-col before using it.
8660 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
8662         * international/iso-cvt.el (iso-tex2iso-trans-tab):
8663         Discard whitespace after macro \i when converting it.
8665 2004-11-16  Juri Linkov  <juri@jurta.org>
8667         * emacs-lisp/find-func.el (find-function-regexp):
8668         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
8669         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
8670         Remove invalid `\W' from [^cgv\W].  Doc fix.
8671         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
8673 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
8675         * play/life.el: Maintainer is now FSF.
8676         (life-patterns, life-neighbor-deltas, life-window-start)
8677         (life-current-generation, life-generation-string): Use defvar
8678         instead of defconst.
8680 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8682         * progmodes/compile.el (compilation-move-to-column): New fun.
8683         (compilation-internal-error-properties)
8684         (compilation-next-error-function): Use it to make sure we don't go past
8685         the end of line.
8687 2004-11-15  John Paul Wallington  <jpw@gnu.org>
8689         * autoinsert.el (auto-insert-alist): Insert the user's name in
8690         copyright notice, rather than Free Software Foundation, for the
8691         Emacs Lisp header case too.
8693 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8695         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
8696         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
8697         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
8698         return the list of string in a string.
8699         (pr-call-process): Message if calling process returns an error, that
8700         is, the exit status is different of zero.
8702 2004-11-15  Jay Belanger  <belanger@truman.edu>
8704         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
8705         variable var-thing.
8706         (math-integ-depth, math-integ-level, math-integral-limit)
8707         (math-enable-subst, math-any-substs, math-integ-msg)
8708         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
8709         (math-int-threshold, math-int-factors, math-double-roots)
8710         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
8711         (var-GenCount): Declare these variables.
8712         (calcFunc-integ): Don't check if var-IntegLimit is bound.
8713         (math-integral-cache, math-integral-cache-state):
8714         Move declarations to earlier in the file.
8715         (math-deriv-var, math-deriv-total, math-deriv-symb)
8716         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
8717         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
8718         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
8719         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
8720         (math-solve-res): New variables
8721         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
8722         (math-integral, math-replace-integral-parts)
8723         (math-integrate-by-parts, calc-dump-integral-cache)
8724         (math-try-integral, math-do-integral, math-do-integral)
8725         (math-do-integral-methods, math-try-solve-for)
8726         (math-try-solve-prod, math-solve-poly-funny-powers)
8727         (math-solve-crunch-poly, math-decompose-poly)
8728         (math-solve-find-root-term, math-find-root-in-prod)
8729         (math-integ-try-linear-substitutions)
8730         (math-integ-try-substitutions, math-expr-rational-in)
8731         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
8732         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
8733         (math-solve-for, math-solve-system, math-solve-system-rec)
8734         (math-solve-get-sign, math-solve-get-int)
8735         (math-solve-system-subst): Replace undeclared variables with newly
8736         declared variables.
8738 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8740         * winner.el (winner-active-region, winner-edges, winner-window-list):
8741         Define at toplevel.
8742         (winner-mode-map): Move init inside declaration.
8744 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
8746         * files.el (convert-standard-filename): Doc fix.
8748 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
8750         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
8751         passwd, group, shadow, default/* and pam.d/*.
8753 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8755         * printing.el (pr-menu-spec): Adjust menu specification.
8757 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8759         * printing.el: Doc fix.  Insert :version tag into all defcustom.
8760         Handle interactive-p as is recommended in Emacs Lisp Reference.
8761         Set the file permission bits for newly created files.
8762         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
8763         The printing menu specification (in `pr-menu-spec') was merged.
8764         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8765         (pr-version): New version number (6.8.3).
8766         (pr-file-modes): New option.
8767         (pr-interactive-p): New var.
8768         (pr-save-interactive, pr-save-file-modes): New macros.
8769         (pr-setup): Code fix.
8770         (pr-menu-spec): Menu specification merged.
8771         (pr-call-process, pr-text2ps): Set file permission bits.
8772         (pr-despool-print): Set file permission bits.  Handle interactive-p as
8773         is recommended.
8774         (pr-interface, pr-ps-directory-preview)
8775         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
8776         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
8777         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
8778         (pr-ps-buffer-ps-print, pr-ps-region-preview)
8779         (pr-ps-region-using-ghostscript, pr-ps-region-print)
8780         (pr-ps-region-ps-print, pr-ps-mode-preview)
8781         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
8782         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
8783         (pr-despool-using-ghostscript, pr-despool-ps-print)
8784         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
8785         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
8786         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
8787         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
8788         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
8789         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
8790         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
8791         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
8792         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
8793         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
8794         Handle interactive-p as is recommended.
8796 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8798         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
8799         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
8801         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
8802         so it doesn't forget to highlight the beginning of the region either.
8804 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
8806         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
8807         (c-font-lock-init): Eliminate obsolete make-local-hook.
8808         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
8809         (awk-mode): Use run-mode-hooks.
8811         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
8813 2004-11-13  Kim F. Storm  <storm@cua.dk>
8815         * mouse.el (mouse-drag-copy-region): Add :version.
8816         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
8817         while dragging mode line, so mode line can be dragged downwards.
8818         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
8819         while pressing mouse button so window doesn't scroll until we
8820         release the mouse if clicking on partially visible line.
8822 2004-11-12  Jay Belanger  <belanger@truman.edu>
8824         * calc/calc-graph.el (calc-dumb-map): Declare it.
8825         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
8826         than unbound.
8827         (calc-graph-name): Made `end' a local variable.
8828         (calc-graph-lookup): Made `varname' a local variable.
8829         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
8830         Declare them.
8831         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
8832         (calc-graph-plot, calc-graph-compute-3d): Remove references to
8833         the unused variable y3vec.
8834         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
8835         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
8836         calc-graph-prev-kill-hook.
8837         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
8838         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
8839         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
8840         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
8841         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
8842         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
8843         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
8844         (calc-graph-y3value, calc-graph-y3name)
8845         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
8846         (calc-graph-stepcount, calc-graph-is-splot)
8847         (calc-graph-surprise-splot, calc-graph-blank)
8848         (calc-graph-non-blank, calc-graph-curve-num): New variables.
8849         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
8850         (calc-graph-recompute-2d, calc-graph-compute-3d)
8851         (calc-graph-format-data): Replace undeclared variables with the
8852         above newly declared variables.
8854 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
8856         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
8857         `rsf-beep' and `rsf-sleep-after-message'.
8859         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
8860         list if `message-sender' is non-nil.
8862 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
8864         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
8865         consing by using mapc instead of mapcar.
8867 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
8869         * tooltip.el (require): Explain why CL is needed.
8871 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8873         * printing.el: Insert :version into defgroup (printing).  All reference
8874         to Files option in menubar were changed to File.
8875         (pr-version): New version number (6.8.2).
8876         (pr-get-symbol): Call easy-menu-intern.
8877         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
8878         compilation gripes.
8880 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8882         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
8883         new byte-compile-function-environment binding to t.
8885         * font-lock.el (font-lock-fontify-syntactically-region):
8886         Don't forget to highlight the last char when we hit `end'.
8888         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
8889         (mwheel-scroll): Adjust accordingly.
8891         * cvs-status.el: Reduce spurious warnings.
8892         (cvs-status-checkout): Remove.
8893         (cvs-status-mode-map): Use cvs-mode-checkout instead.
8895         * pcvs.el (cvs-mode-checkout): New command.
8897         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
8899         * tooltip.el: Require CL.
8901         * emacs-lisp/bytecomp.el: Use push.
8902         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
8903         (defalias): Remove the `byte-compile' property and add
8904         a `byte-hunk-handler'.
8906 2004-11-11  Juri Linkov  <juri@jurta.org>
8908         * info.el (Info-search): Save match data for isearch.
8909         Skip Tag Table node.
8911         * descr-text.el (describe-char): Replace syntax-after with code
8912         from its previous version.
8914         * files.el (magic-mode-alist): Use optimization for SGML mode too.
8915         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
8917         * international/mule.el (sgml-html-meta-auto-coding-function):
8918         Remove > after <html to allow HTML attributes.
8920 2004-11-11  Jay Belanger  <belanger@truman.edu>
8922         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
8923         a variable.
8924         (calcFunc-dfac): Replace unbound max by n.
8925         (math-stirling-local-cache): New variable.
8926         (math-stirling-number, math-stirling-1, math-stirling-2):
8927         Replace the variable `cache' by the declared variable
8928         math-stirling-local-cache.
8929         (var-RandSeed): Declare it as a variable.
8930         (math-init-random-base, math-random-digit): Don't check to see if
8931         var-RandSeed is bound.
8932         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
8933         Declare them instead of just setting them.
8934         (math-init-random-base): Made i a local variable.
8935         (math-random-digit): Made math-random-last a local variable.
8936         (math-prime-test-cache): Move declaration to before it is used.
8937         (math-prime-test-cache-k, math-prime-test-cache-q)
8938         (math-prime-test-cache-nm1, math-prime-factors-finished):
8939         Declare them as variables.
8941 2004-11-11  Jay Belanger  <belanger@truman.edu>
8943         * calc/calc-ext.el (math-defcache): Use defvar for the new
8944         variables it creates.
8946 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
8948         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
8949         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
8950         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
8951         (desktop-save): Add :version.
8953 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8955         * printing.el (pr-get-symbol): Don't downcase.
8957 2004-11-10  Jay Belanger  <belanger@truman.edu>
8959         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
8960         string to kill-ring.
8962         * calc/calc-aent.el (calc-alg-exp, math-toks)
8963         (math-exp-pos,math-exp-old-pos, math-exp-token)
8964         (math-exp-keep-spaces, math-exp-str): New variables.
8965         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
8966         (calcAlg-enter): Use declared variable calc-alg-exp.
8967         (math-build-parse-table, math-find-user-token): Use declared
8968         variable math-toks.
8969         (math-read-exprs, math-read-token, calc-check-user-syntax)
8970         (calc-match-user-syntax, match-factor-after, math-read-factor):
8971         Use declared variables math-exp-pos math-exp-old-pos.
8972         (math-read-exprs, math-read-token, math-read-expr-level)
8973         (calc-check-user-syntax, calc-match-user-syntax)
8974         (match-factor-after, math-read-factor): Use declared variable
8975         math-exp-token.
8976         (math-read-exprs, math-read-expr-list, math-read-token)
8977         (math-read-factor): Use declared variable math-exp-keep-spaces.
8978         (math-read-exprs, math-read-token): Use declared variable
8979         math-exp-str.
8980         (calc-match-user-syntax): Make m a local variable.
8982         * calc/calc-ext.el (math-read-expr): Use declared variables
8983         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
8984         math-exp-keep-spaces.
8986         * calc/calc-forms.el (math-read-angle-bracket): Use declared
8987         variables math-exp-pos, math-exp-str.
8989         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
8990         math-exp-old-pos.
8991         (math-parse-fortran-vector, math-parse-fortran-vector-end)
8992         (math-parse-eqn-prime): Use declared variable math-exp-token.
8994         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
8995         Use declared variable math-exp-pos.
8996         (math-check-for-commas): Use declared variable math-exp-str.
8997         (math-read-brackets): Use declared variables math-exp-old-pos,
8998         math-exp-keep-spaces.
8999         (math-read-brackets, math-read-vector, math-read-matrix):
9000         Use declared variable math-exp-token.
9002 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9004         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9005         where the keymap is a symbol.
9006         (easy-menu-add-item): Use keymap-prompt.  Simplify.
9008         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9010         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9011         (sgml-parse-tag-backward): Use it to skip spurious < or >.
9013 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
9015         * ebuff-menu.el: Doc fixes throughout.
9016         (electric-buffer-menu-mode-hook): New defvar.
9018 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
9020         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9021         The resulting compiler warnings appear to be harmless.
9023 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
9025         * textmodes/conf-mode.el: New file.
9027         * files.el (auto-mode-alist, magic-mode-alist): Use it.
9029 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9031         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9033 2004-11-09  Jay Belanger  <belanger@truman.edu>
9035         * calc/calc-ext.el (calc-init-extensions): Remove old code.
9037         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9038         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9039         (calc-z-prefix-help, calc-user-function-list): Use declared
9040         variables calc-z-prefix-buf, calc-z-prefix-msgs.
9041         (math-map-tree, math-map-tree-rec): Use declared variables
9042         math-mt-many, math-mt-func.
9043         (math-read-expression, math-read-string): Use declared variable
9044         math-expr-data.
9046         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9047         variable math-normalize-a.
9049         * calc/calc.el (math-normalize-a): New variable.
9050         (math-normalize): Use declared variable math-normalize-a.
9052         * calc/calc-poly.el (math-expand-form): Use declared variable
9053         math-mt-many.
9055         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9056         Use declared variable math-mt-many.
9057         (math-rewrite): Use declared variable math-mt-func.
9059         * calc/calc-vec.el (math-read-brackets, math-read-vector)
9060         (math-read-matrix): Use declared variable math-expr-data.
9062         * calc/calc-lang.el (math-parse-fortran-vector)
9063         (math-parse-fortran-vector-end, math-parse-tex-sum)
9064         (math-parse-eqn-matrix, math-parse-eqn-prime)
9065         (math-read-math-subscr): Use declared variable math-expr-data.
9067         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9068         (math-read-expr-level, math-read-token, calc-check-user-syntax)
9069         (calc-match-user-syntax, math-read-if, math-factor-after)
9070         (math-read-factor): Use declared variable math-expr-data.
9072 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
9074         * calendar/diary-lib.el (diary-from-outlook)
9075         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9076         interactive-p; but rather new optional argument NOCONFIRM.
9078 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9080         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9081         (easy-menu-name-match): Revert correspondingly.
9083 2004-11-09  Richard M. Stallman  <rms@gnu.org>
9085         * emacs-lisp/bytecomp.el (byte-compile-defalias):
9086         Turn off warnings for the new function even if definition not constant.
9087         If the definition isn't a quoted symbol, record (FUNCTION . t).
9088         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9089         (byte-compile-callargs-warn): Handle (FUNCTION . t).
9090         (display-call-tree, byte-compile-arglist-warn):
9091         Handle t returned by byte-compile-fdefinition.
9093 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9095         * Makefile.in (maintainer-clean): Depend on distclean.
9097         * help-fns.el (help-C-file-name): File name must be in build-files
9098         to be returned.
9100 2004-11-09  Jay Belanger  <belanger@truman.edu>
9102         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9103         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9105         * calc/calc.el (calc, calc-trail-display, calc-mode):
9106         Remove obsolete sections.
9108         * calc/calc.el (calc-x-paste-text): Remove.
9110         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9111         mouse-2.
9113 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
9115         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9116         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9117         current frame (in case of recursive calls).
9118         (gdb-show-changed-values): Add :version keyword.
9120 2004-11-09  Kenichi Handa  <handa@m17n.org>
9122         * international/mule-cmds.el: Change coding: tag back to
9123         iso-2022-7bit.
9125 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9127         * international/mule-cmds.el: Change coding-system to utf-8.
9128         (select-safe-coding-system-interactively):
9129         New function extracted from select-safe-coding-system.
9130         (select-safe-coding-system): Use it.
9132 2004-11-08  Richard M. Stallman  <rms@gnu.org>
9134         * subr.el (syntax-after): Doc fix.
9136         * paren.el (show-paren-function): Change calls to syntax-after
9137         for new way of returning the value.
9139         * menu-bar.el (menu-bar-file-menu): Make this the real name
9140         and menu-bar-files-menu the alias.  Use the former.
9141         (global-map): Use `file', not `files', as the symbol.
9143         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9145         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9146         Don't use beginning-of-buffer.
9147         (filesets-cmd-show-result): Use with-no-warnings.
9149 2004-11-08  Juri Linkov  <juri@jurta.org>
9151         * progmodes/compile.el (compile): Don't overwrite last command in
9152         minibuffer history with default command if they are not equal.
9154 2004-11-08  Jay Belanger  <belanger@truman.edu>
9156         * calc/calcalg2.el (math-do-integral-methods): Try linear then
9157         non-linear substitutions.
9159 2004-11-08  Jay Belanger  <belanger@truman.edu>
9161         * calc/calcalg2.el (math-linear-subst-tried): New variable.
9162         (math-do-integral): Set `math-linear-subst-tried' to nil.
9163         (math-do-integral-methods): Use `math-linear-subst-tried' to
9164         determine what type of substitution to try.
9165         (math-integ-try-linear-substituion):
9166         Set `math-linear-subst-tried' to t.
9168 2004-11-08  Kim F. Storm  <storm@cua.dk>
9170         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9172 2004-11-07  Juri Linkov  <juri@jurta.org>
9174         * info-look.el (info-lookup): Allow reusing in the current buffer
9175         not only *info* buffer, but all (even renamed) Info buffers
9176         by checking for major-mode instead of *info* buffer name.
9177         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9178         (octave-mode, maxima-mode) <doc-spec>:
9179         Allow long dashes generated by Texinfo 4.7 before definitions.
9180         (texinfo-mode) <doc-spec>: Add space to suffix to find command
9181         definitions with argument separated by space.
9183 2004-11-06  Richard M. Stallman  <rms@gnu.org>
9185         * simple.el (next-error group, face): Move before first use.
9186         (next-error-highlight, next-error-highlight-no-select): Likewise.
9188         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
9189         (line-move): New args NOERROR and TO-END.
9190         Return t if if succeed in moving specified number of lines.
9191         (move-end-of-line): New function.
9193         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
9194         (end-of-buffer-other-window): Likewise.
9196         * simple.el (line-move-ignore-invisible): Default to t.
9198         * subr.el (syntax-after): Return the syntax letter, not the raw code.
9200         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
9202         * international/iso-cvt.el (iso-cvt-define-menu):
9203         Rename menu-bar-files-menu to menu-bar-file-menu.
9205         * net/browse-url.el (browse-url-gnome-moz-program)
9206         (browse-url-gnome-moz-arguments): Move up before first use.
9208         * net/tramp.el (tramp group): Add :version.
9210         * progmodes/ada-xref.el (ada-gdb-application):
9211         Use goto-char instead of beginning-of-buffer.
9213         * progmodes/cperl-mode.el (cperl-info-on-command):
9214         Use goto-char instead of beginning-of-buffer.
9216         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
9217         Move up before first use.
9218         (idlwave-shell-temp-pro-file): Likewise.
9219         (idlwave-shell-temp-rinfo-save-file): Likewise.
9220         (idlwave-shell-temp-file): Minor doc fix.
9222         * textmodes/flyspell.el (flyspell-external-point-words):
9223         Use goto-char instead of beginning-of-buffer.
9225 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
9227         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
9228         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
9229         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
9231 2004-11-06  David Ponce  <david@dponce.com>
9233         * recentf.el (recentf-menu-path): Use menu item name.
9235 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
9237         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
9238         display doesn't support images.
9240 2004-11-06  Andreas Schwab  <schwab@suse.de>
9242         * tempo.el (tempo-match-finder): Doc fix.
9244         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
9246 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9248         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
9249         (easy-menu-lookup-name): New fun to replace it.
9250         (easy-menu-get-map): Use it to obey menu item names (rather than just
9251         keys) when looking up `path'.
9252         (easy-menu-always-true-p): Rename from easy-menu-always-true.
9253         (easy-menu-convert-item-1): Adjust to new name.
9255 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
9257         * outline.el (hide-body): Don't hide lines at the top of the file
9258         that precede the first header line.
9260 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
9262         * align.el (align-areas): Delete whitespace before reindenting, so
9263         that tabs are never placed after spaces.
9265 2004-11-06  Alan Shutko  <ats@acm.org>
9267         * macros.el (insert-kbd-macro): Do completions based on macros,
9268         rather than all commands.
9270 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
9272         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
9273         to solve a bug whereby tags with 'b' don't match.
9275 2004-11-05  Juri Linkov  <juri@jurta.org>
9277         * info.el (Info-search): Don't search in node header lines
9278         and file headers.
9280         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
9281         symbol-constituent characters after dot, not only digits.
9283 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
9285         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
9287 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9289         * dired.el (dired-read-dir-and-switches): Call read-directory-name
9290         if a dialog will be used, read-file-name otherwise.
9292 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9294         * textmodes/table.el (table group): Add :version.
9296         * textmodes/ispell.el (ispell-word):
9297         Don't alter args; set them only thru `interactive' spec.
9299         * textmodes/flyspell.el (flyspell-word):
9300         Don't alter FOLLOWING; set it only thru `interactive' spec.
9302         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
9304         * net/browse-url.el (browse-url-maybe-new-window):
9305         Use called-interactively-p.
9307         * mail/supercite.el (sc-cite-region):
9308         Don't use interactive-p.  Add arg INTERACTIVE.
9309         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
9311         * international/mule-cmds.el (set-input-method, toggle-input-method):
9312         Don't use interactive-p.  Add arg INTERACTIVE.
9314         * eshell/esh-mode.el (eshell-show-maximum-output):
9315         Don't use interactive-p.
9316         (eshell-truncate-buffer): Just message, no error, if buffer is short.
9318         * mouse.el (mouse-show-mark): Get positions to delete from mark
9319         and point, not from mouse-drag-overlay.
9321         * imenu.el (imenu-eager-completion-buffer): Add :version.
9323         * filesets.el (filesets group): Add :version.
9325 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
9327         * files.el (xml-based-modes): Delete var.
9328         (magic-mode-alist): New more general var.
9329         (set-auto-mode): Use it.
9331         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
9332         when clicking from another window.
9334 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
9336         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
9337         (vc-cvs-annotate-time): Incorporate value of deleted var.
9338         Remove special-case handling of beginning-of-buffer cruft.
9339         Cache ending position (point) and return value in text property
9340         `vc-cvs-annotate-time', and consult it on subsequent invocations.
9342         * vc-cvs.el (vc-cvs-annotate-command):
9343         Delete extraneous lines from beginning of buffer.
9344         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
9346         * progmodes/grep.el (grep-default-command): Take empty string
9347         for tag if all other methods yield nil.  Shell-quote the tag.
9349         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
9350         spec in `interactive' form, and mention it in the docstring.
9351         Also, make sure point is at bol after calling `annotate-time'.
9353 2004-11-02  Richard M. Stallman  <rms@gnu.org>
9355         * cus-edit.el (customize-group-other-window):
9356         Select the window that displays the custom buffer.
9357         (custom-buffer-create-other-window): Likewise.
9359         * comint.el (comint-insert-input): Fix previous change.
9361         * emacs-lisp/elp.el (elp-instrument-function):
9362         Use called-interactively-p.
9364         * emacs-lisp/easymenu.el (easy-menu-intern):
9365         Don't downcase; rather, case-flip the first letter of each word.
9367         * emacs-lisp/easy-mmode.el (define-minor-mode):
9368         Use called-interactively-p.
9370         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
9371         Add interactive-only.
9372         (byte-compile-warnings): Add interactive-only as option.
9373         (byte-compile-interactive-only-functions): New variable.
9374         (byte-compile-form): Warn about calls to functions
9375         in byte-compile-interactive-only-functions.
9377         * emacs-lisp/autoload.el (update-file-autoloads):
9378         Don't use interactive-p; take new arg SAVE-AFTER.
9380         * emacs-lisp/advice.el (ad-make-advised-definition):
9381         Use called-interactively-p.
9383 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9385         * files.el (find-file-existing): New function.
9387         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
9388         find-file-existing.  Add "New File..." that calls find-file.
9390         * diropen.pbm, diropen.xpm: New files.
9392         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
9393         icon diropen.  New tool bar item find-file-existing uses icon open.
9395         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
9396         instead of read-file-name.
9398 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
9400         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
9401         (icalendar--split-value): Change name of work buffer.
9402         (icalendar--get-weekday-abbrev): Return nil on error.
9403         (icalendar--date-to-isodate): New function.
9404         (icalendar-convert-diary-to-ical)
9405         (icalendar-extract-ical-from-buffer): Use only two args for
9406         make-obsolete (XEmacs compatibility).
9407         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
9408         (icalendar-export-region): Doc fix.
9409         If error, return non-nil and write errors to a buffer.
9410         Use correct weekday for weekly recurring events.
9411         Check whether date has been parsed for ordinary events.
9412         Make weekly events start in the year 2000.
9413         DTEND is non-inclusive, shift end date by one day if
9414         necessary (not for entries that have date and time).
9415         Rename local let variables: oops -> found-error, datestring ->
9416         startdatestring.
9418 2004-11-02  Kim F. Storm  <storm@cua.dk>
9420         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
9421         keep-mode-if-same variable.  Add it as optional arg instead.
9422         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
9424         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
9425         substitute-command-keys will select lower-case bindings like those
9426         used in the static help texts.
9428         * descr-text.el (describe-text-properties): Don't err if called in
9429         the *Help* buffer; output to *Help-2* buffer instead.
9431         * kmacro.el (group kmacro): Add :version.
9432         (kmacro-keyboard-quit): New function to cleanup on C-g.
9433         (kmacro-start-macro): Set defining-kbd-macro to append when
9434         appending to last macro.
9436         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
9438 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
9440         * progmodes/gdb-ui.el (gdb-enable-debug-log)
9441         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
9442         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
9443         Add :version keyword.
9445 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
9447         * progmodes/flymake.el (flymake-err-line-patterns):
9448         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
9449         `compilation-error-regexp-alist-alist' to internal Flymake format.
9451         * progmodes/flymake.el: Eliminate byte-compiler warnings.
9453 2004-11-01  Jay Belanger  <belanger@truman.edu>
9455         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
9456         with `interactive "s"'.
9458 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9460         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9461         Revert change from 2004-10-16.  '*' checks the current buffer, but the
9462         mouse click may be in another buffer.
9464 2004-11-01  John Paul Wallington  <jpw@gnu.org>
9466         * files.el (large-file-warning-threshold): Add :version keyword.
9467         (kill-some-buffers): Doc fix.
9469         * thumbs.el (group thumbs): Add :version keyword.
9471         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
9473 2004-11-01  Richard M. Stallman  <rms@gnu.org>
9475         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
9477         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
9479         * allout.el (allout group): Add :version.
9480         (allout-init): Don't use interactive-p.
9481         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
9482         (allout-forward-current-level, allout-backward-current-level):
9483         Don't use interactive-p.
9485         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
9486         (bibtex-find-text): Likewise.
9488         * progmodes/vhdl-mode.el (vhdl-fill-region)
9489         (vhdl-beginning-of-statement): Don't use interactive-p.
9491         * progmodes/idlwave.el (idlwave-update-routine-info):
9492         Don't use interactive-p.
9494         * progmodes/idlw-shell.el (idlwave-shell-send-char):
9495         Don't use interactive-p.
9497         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
9498         Don't use interactive-p.
9500         * progmodes/ada-xref.el (ada-make-body-gnatstub):
9501         Don't use interactive-p.
9503         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
9504         (fortune-in-buffer): Doc fix.
9506         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
9508         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
9509         don't select the temporary buffer.
9510         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
9511         (eudc-get-phone): Likewise.
9513 2004-11-01  Kim F. Storm  <storm@cua.dk>
9515         * man.el (Man-xref-normal-file): Fix help-echo.
9517 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9519         * reveal.el (reveal-last-tick): New var.
9520         (reveal-post-command): Use it to avoid closing overlays when we're
9521         appending text to them.
9523 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9525         * textmodes/bibtex.el: Require button.
9526         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
9527         (bibtex-reference-keys): Distinguish between header keys and
9528         crossref keys.
9529         (bibtex-beginning-of-field): New function.
9530         (bibtex-url-map): Remove.
9531         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
9532         (bibtex-font-lock-url-regexp): Assume that field names begin at
9533         the beginning of a line.
9534         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
9535         Remove field delimiters.  Use bibtex-beginning-of-field.
9536         Bugfix, point can be inside a field with a url.
9537         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
9538         New functions.
9539         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
9540         (bibtex-key-in-head): Simplify.
9541         (bibtex-current-line): Use bolp.
9542         (bibtex-parse-keys): Remove unused arg `add'.
9543         Use bibtex-type-in-head and bibtex-key-in-head.
9544         (bibtex-parse-entry, bibtex-autofill-entry):
9545         Use bibtex-type-in-head and bibtex-key-in-head.
9546         (bibtex-autokey-get-field): Do not alter case of replacement text.
9547         (bibtex-autokey-get-names): Do all processing of name list.
9548         (bibtex-autokey-get-year): New function.
9549         (bibtex-autokey-get-title): Do all processing of title words.
9550         (bibtex-generate-autokey): Simplify.
9551         (bibtex-string-files-init): Use default-directory.
9552         Allow for absolute file names in bibtex-string-files.
9553         (bibtex-files, bibtex-file-path): New variables.
9554         (bibtex-files-expand): New function.
9555         (bibtex-find-entry-globally): New command.
9556         (bibtex-summary-function): New variable.
9557         (bibtex-summary): Default value of bibtex-summary-function.
9558         (bibtex-find-crossref): New optional args pnt and split.
9559         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
9560         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
9561         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
9562         Fix handling of required and alternative fields.
9563         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
9564         Use cons and display-buffer.
9565         (bibtex-validate-globally): New command.
9566         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
9567         bibtex-parse-keys and bibtex-parse-strings for updating
9568         bibtex-reference-keys and bibtex-strings.
9569         (bibtex-realign): Remove blank lines past the last entry.
9570         (bibtex-reformat): Use bibtex-entry-format as default.
9571         (bibtex-choose-completion-string): Remove.
9572         (bibtex-complete): Do not use bibtex-choose-completion-string.
9573         (bibtex-url): Simplify.
9575 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9577         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
9578         (x-dnd-types-alist, x-dnd-open-file-other-window)
9579         (x-dnd-known-types): Add :version.
9581 2004-10-31  John Paul Wallington  <jpw@gnu.org>
9583         * ibuffer.el (group ibuffer): Add :version keyword.
9585 2004-10-31  Kim F. Storm  <storm@cua.dk>
9587         * ido.el (group ido): Add :version keyword.
9588         (ido-mode): Remove :version keyword.
9590         * emulation/cua-base.el (group cua): Add :version keyword.
9591         (cua-mode): Remove :version keyword.
9593 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
9595         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
9597         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
9598         compiler warning.
9599         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
9600         function.
9601         (help-at-pt-display-when-idle): Remove autoload.
9603 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9605         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
9607 2004-10-30  Juri Linkov  <juri@jurta.org>
9609         * help.el (function-called-at-point):
9610         * help-fns.el (variable-at-point): Read -> intern.
9612 2004-10-30  Simon Josefsson  <jas@extundo.com>
9614         * progmodes/autoconf.el (autoconf-font-lock-keywords):
9615         Recognize AS_* too.
9617 2004-10-29  Simon Josefsson  <jas@extundo.com>
9619         * subr.el (read-passwd): Move back from password.el.
9621         * password.el: Remove, not ready yet.
9623 2004-10-29  Andreas Schwab  <schwab@suse.de>
9625         * speedbar.el (speedbar-frame-parameters): Improve customize type.
9627 2004-10-29  Sam Steingold  <sds@gnu.org>
9629         * mouse.el (mouse-show-mark): Replace the last occurrence of
9630         x-lost-selection-hooks with x-lost-selection-functions.
9632 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9634         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
9635         x-lost-selection-functions is bound.
9637         * mouse-sel.el (mouse-sel-mode):
9638         * emacs-lisp/lselect.el: Adjust to new names for
9639         x-(lost|sent)-selection-functions.
9641         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
9642         New obsolete aliases of x-lost-selection-functions and
9643         x-sent-selection-functions.
9645 2004-10-28  Kim F. Storm  <storm@cua.dk>
9647         * imenu.el (imenu-scanning-message): Remove.
9648         (imenu-progress-message): Make it a no-op.
9650 2004-10-28  John Paul Wallington  <jpw@gnu.org>
9652         * files.el (set-auto-mode): Call `throw' correctly.
9654 2004-10-28  Juri Linkov  <juri@jurta.org>
9656         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
9657         to search `Info-...' commands in `info' manual.
9658         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
9659         Add 'info-file "emacs" property.
9660         (Info-find-emacs-command-nodes): Fix index line number regexp.
9661         Set real line number (instead of fake 0) in first element of the
9662         returned list.
9663         (Info-goto-emacs-command-node): Use line number of first element
9664         to set point in the first found Info node.
9666         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
9667         code to `grep-mode-font-lock-keywords'.
9668         (grep-mode-font-lock-keywords): Delete grep markers instead
9669         of making them invisible.
9671 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9673         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
9674         and x-server-version in bug report.
9676 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
9678         * files.el (set-auto-mode-0): New function.
9679         (set-auto-mode): Use it to handle aliased modes and to
9680         be consistent between C-x C-f and C-x C-w.
9682 2004-10-28  Kenichi Handa  <handa@m17n.org>
9684         * international/utf-8.el (utf-translate-cjk-charsets):
9685         Add katakana-jisx0201.
9687         * international/subst-jis.el: Add data for JISX0201.
9689 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9691         * obsolete/hilit19.el (hilit-mode): New function.
9692         Move all the toplevel side-effecting stuff into it, so that loading
9693         hilit19 doesn't mess everything up any more.
9695 2004-10-27  Richard M. Stallman  <rms@gnu.org>
9697         * add-log.el (add-change-log-entry): Set up mailing address
9698         and full name later, and don't alter add-log-mailing-address
9699         or add-log-full-name.
9701         * elide-head.el (elide-head): Change error to message.
9702         (elide-head-show): Likewise.
9704         * apropos.el (apropos-macrop): Doc fix.
9706         * mouse.el (mouse-show-mark): Do most processing the same
9707         regardless of transient-mark-mode.
9709         * shadowfile.el (shadow-copy-files): Use interactive-p
9710         only to control whether to print a message.
9712         * tar-mode.el (tar-mode): Use write-contents-functions,
9713         not write-contents-hooks.
9715         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
9716         directory-sep-char.
9718 2004-10-27  Richard M. Stallman  <rms@gnu.org>
9720         * strokes.el (strokes-unload-hook): Fix previous change.
9722         * type-break.el (type-break-run-at-time): Always use run-at-time;
9723         forget the alternatives.
9724         (type-break-cancel-function-timers): Always use cancel-function-timers;
9725         forget the alternatives.
9727         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
9729 2004-10-27  Kenichi Handa  <handa@m17n.org>
9731         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
9733         * international/subst-gb2312.el: Likewise.
9735         * international/subst-big5.el: Likewise.
9737         * international/subst-ksc.el: Likewise.
9739         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
9740         New variable.
9741         (utf-translate-cjk-set-unicode-range): New function.
9742         (utf-translate-cjk-unicode-range): Make it customizable.
9743         (utf-8-post-read-conversion):
9744         Use utf-translate-cjk-unicode-range-string.
9745         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
9746         Unicode ranges.
9748 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
9750         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
9751         trivial variants to shorten the list.
9752         (xml-based-modes): New var.
9753         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
9754         declaration higher priority than auto-mode-alist.
9756         * find-file.el (cc-other-file-alist): Bring it in line with
9757         cc-mode's auto-mode-alist entries and use \' instead of $.
9759         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
9760         and add "Id" and "Name" submenus to it.
9762         * imenu.el (imenu--generic-function): Skip matches in comments.
9764 2004-10-26  Jay Belanger  <belanger@truman.edu>
9766         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
9767         (full-calc-keypad, calc-trail-display): Use an extra argument
9768         instead of `interactive-p'.
9770         * calc/calc-misc.el (calc-other-window): Use an extra argument
9771         instead of `interactive-p'.
9773         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
9774         `interactive-p'.
9776 2004-10-26  Kim F. Storm  <storm@cua.dk>
9778         * help.el (describe-key): Describe both down-event and up-event
9779         for a mouse click.
9781 2004-10-26  Richard M. Stallman  <rms@gnu.org>
9783         * woman.el (woman): Don't call interactive-p.
9785         * pcomplete.el (pcomplete): Instead of interactive-p,
9786         use an arg set non-nil by the interactive spec.
9788         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
9789         use an arg set non-nil by the interactive spec.
9791         * man.el (Man-cleanup-manpage): Instead of interactive-p,
9792         use an arg set non-nil by the interactive spec.
9794 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
9796         * progmodes/flymake.el (flymake-split-string):
9797         Use `flymake-split-string-remove-empty-edges' in any case.
9799 2004-10-26  Masatake YAMATO  <jet@gyve.org>
9801         * progmodes/flymake.el (flymake-err-line-patterns):
9802         Use `compilation-error-regexp-alist-alist' instead of
9803         `compilation-error-regexp-alist'.
9805 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9807         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
9808         verbatim face on the \ of \end{verbatim}.
9810 2004-10-25  Jay Belanger  <belanger@truman.edu>
9812         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
9813         erasing minibuffer.
9815 2004-10-25  Simon Josefsson  <jas@extundo.com>
9817         * subr.el (read-passwd): Move to net/password.el.
9819         * net/password.el (read-passwd): Add.  Autoload it.
9821 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
9823         * mouse-sel.el (mouse-sel-mode): Specify custom group.
9825         * simple.el (process-file): Fix logic.
9827 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
9829         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
9830         (increase-right-margin): Remove erroneous call to `interactive-p'.
9832 2004-10-24  Kim F. Storm  <storm@cua.dk>
9834         * help.el (describe-mode): Fix 2004-10-13 change.
9835         Copy pure "Auto Fill" string so it can be propertized later
9836         without causing a read-only error.
9838 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
9840         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
9841         style indexes.
9843 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
9845         * simple.el (process-file): Accept nil for INFILE.  Reported by
9846         Luc Teirlinck.
9848 2004-10-24  Masatake YAMATO  <jet@gyve.org>
9850         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
9851         Handle periods and underscores in a function name.
9852         Remove the address fontification.
9854 2004-10-24  Masatake YAMATO  <jet@gyve.org>
9856         * progmodes/asm-mode.el (asm-font-lock-keywords):
9857         Use font-lock-variable-name-face for registers.
9859 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
9861         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
9862         kill-all-local-variables.
9863         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9864         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
9865         Use kill-all-local-variables and provide mode-hooks.
9866         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
9867         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
9868         Suggested by Masatake YAMATO <jet@gyve.org>.
9870 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
9872         * simple.el (process-file): New function, similar to call-process
9873         but supports file handlers.
9874         * vc.el (vc-do-command): Use it, instead of call-process.
9875         * net/tramp-vc.el (vc-do-command): Do not advise it if
9876         process-file is fboundp.
9877         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
9878         process-file.
9879         (tramp-handle-process-file): New function.
9880         (tramp-file-name-for-operation): Support process-file.
9882 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
9884         * calendar/icalendar.el (icalendar--weekday-array): New constant.
9885         (icalendar-weekdayabbrev-table)
9886         (icalendar-monthnumber-table): Delete.
9887         (icalendar--get-month-number): Use calendar-month-name-array.
9888         (icalendar--get-weekday-number): New function.
9889         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
9890         (icalendar-export-region): Handle multi-line entries.
9891         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
9893 2004-10-23  John Paul Wallington  <jpw@gnu.org>
9895         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
9896         `wildcards' set to t in interactive spec.
9898         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
9899         interactive spec rather than use `interactive-p'.
9900         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
9901         rather than use function `interactive-p'.
9903 2004-10-22  Kenichi Handa  <handa@m17n.org>
9905         * international/mule.el (translate-region): Implement it in Lisp
9906         as a front end of translate-region-internal.
9908 2004-10-21  Jay Belanger  <belanger@truman.edu>
9910         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
9911         Declare these variables with defvar.
9913         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
9914         is bound, only check to see if it is bound.
9916 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9918         * textmodes/tex-mode.el (tex-compilation-parse-errors):
9919         Don't output messages.
9921         * calc/calc-help.el (calc-describe-bindings): Fix last change.
9923 2004-10-21  John Paul Wallington  <jpw@gnu.org>
9925         * calc/calc-graph.el (calc-graph-init):
9926         Use `set-process-query-on-exit-flag'.
9928 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
9930         * progmodes/compile.el (compilation-start): Rely on `cd' to get
9931         dir right and also allow argumentless cd.
9933 2004-10-19  Richard M. Stallman  <rms@gnu.org>
9935         * textmodes/flyspell.el (flyspell-mode): Doc fix.
9937         * eshell/em-unix.el (eshell-grep):
9938         Don't bind compilation-process-setup-function.
9940         * comint.el (comint-insert-input): Use @ in `interactive'.
9941         (comint-input-filter-functions): Doc fix.
9942         (comint-kill-whole-line, comint-get-source): Doc fix.
9944         * progmodes/compile.el (compilation-setup):
9945         Don't set buffer-read-only if MINOR is non-nil.
9947 2004-10-19  Jay Belanger  <belanger@truman.edu>
9949         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
9950         (calc-emacs-type-gnu19): Remove.
9951         (calc-digit-map, calc-read-key-sequence, calc-read-key):
9952         Remove check for old emacs versions.
9954         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
9955         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
9956         for current Emacs.
9958         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
9959         the end of the minibuffer.
9960         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
9961         copy `esc-map'.
9963         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
9965         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
9966         call that would be given when the current emacs was used.
9968 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
9970         * calendar/icalendar.el: Set coding to utf-8.
9971         (icalendar-version): Increase to 0.07.
9972         (icalendar-monthnumber-table): Change March pattern.
9973         (icalendar-get-all-event-properties)
9974         (icalendar-set-event-property): Delete.
9975         (icalendar-all-events): No longer interactive.
9976         (icalendar-convert-diary-to-ical)
9977         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
9978         their replacements.
9979         (icalendar-export-file, icalendar-export-region): New functions;
9980         essentially old `icalendar-convert-diary-to-ical' but appending to
9981         target rather than overwriting.
9982         (icalendar-import-file): Append to target file rather than
9983         overwriting.  Fourth arg deleted.
9984         (icalendar-import-buffer): New name for old
9985         `icalendar-extract-ical-from-buffer'.
9986         (icalendar--convert-string-for-import): New name for
9987         old `icalendar-convert-for-import'.
9988         (include-icalendar-files): Delete.
9989         Prefix for all internal functions changed from `icalendar-'
9990         to `icalendar--'.
9992 2004-10-19  Richard M. Stallman  <rms@gnu.org>
9994         * paths.el (news-path): Fix previous change.
9996 2004-10-18  Jay Belanger  <belanger@truman.edu>
9998         * calc/calc-help.el (calc-describe-bindings):
9999         Set `buffer-read-only' to nil while working in the keybindings buffer;
10000         remove some extra information from the keybindings buffer.
10002 2004-10-18  David Ponce  <david@dponce.com>
10004         * mouse.el (mouse-drag-move-window-top): New function.
10005         (mouse-drag-mode-line-1): Use it.
10007 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
10009         * info.el (Info-fontify-node): For multiline refs,
10010         arrange to unfontify newline and surrounding whitespace.
10012 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10014         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10015         directory is missing.
10017 2004-10-17  John Paul Wallington  <jpw@gnu.org>
10019         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10020         New customizable variable; whether to display buffers that match
10021         `ibuffer-maybe-show-predicates' by default.
10022         (ibuffer-maybe-show-predicates): Mention it in docstring.
10023         (ibuffer-display-maybe-show-predicates): New variable.
10024         (ibuffer-update): Prefix arg now toggles whether buffers that
10025         match `ibuffer-maybe-show-predicates' should be displayed.
10026         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10027         locally to heed `ibuffer-default-display-maybe-show-predicates'.
10028         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10030 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
10032         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
10033         work correctly.
10035 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
10037         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10038         (Buffer-menu-beginning): New helper function.
10039         (Buffer-menu-execute): Use it.
10040         (Buffer-menu-select): Use it.
10041         (Buffer-menu-sort): Use it and also keep markers.
10043 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10045         * paths.el (news-directory): Rename from news-path.  Old name alias.
10046         (rmail-spool-directory): Use defvar.
10047         (sendmail-program): Use defcustom.
10048         (remote-shell-program): Use defcustom.
10049         (term-file-prefix): Use defvar.
10050         (abbrev-file-name): Use defvar.
10052         * term.el: Add maintainer.
10054         * subr.el (with-local-quit): Return nil if there's a quit.
10055         (read-passwd): Use with-local-quit.  Doc fix.
10057         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10058         (strokes-unload-hook): Set as a variable with add-hook.
10060         * startup.el (fancy-splash-tail, normal-splash-screen):
10061         Update copyright year.
10063         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10065         * server.el (server-unload-hook): Set as a variable with add-hook.
10067         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10069         * frame.el (special-display-popup-frame):
10070         Make the buffer current as its frame is created.
10072         * delsel.el (delsel-unload-hook): Set as a variable.
10074         * comint.el (comint-output-filter-functions):
10075         Add comint-watch-for-password-prompt.
10076         (comint-read-noecho): Function deleted.
10077         (send-invisible): Use read-passwd.
10079         * fringe.el (fringe-mode-initialize): New function.
10080         (fringe-mode): Use fringe-mode-initialize as :initialize.
10082 2004-10-17  Kim F. Storm  <storm@cua.dk>
10084         * language/indian.el (indian-script-language-alist): Swap value and doc.
10085         (indian-font-char-index-table): Doc fix.
10087 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10089         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10091 2004-10-16  Juri Linkov  <juri@jurta.org>
10093         * progmodes/compile.el (compilation-start): Move let-binding of
10094         `process-environment' into `with-current-buffer' body.
10095         Reported by Matt Hodges <MPHodges@member.fsf.org>.
10097 2004-10-16  Richard M. Stallman  <rms@gnu.org>
10099         * pcvs-util.el (cvs-bury-buffer):
10100         Don't call get-buffer-window for effect.
10102         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10104         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10106         * msb.el (msb-unload-hook): Set the variable.
10108         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10109         Use * to err if buffer is readonly.
10111         * subr.el (looking-back): Return only t or nil.
10113         * whitespace.el (whitespace-unload-hook): Set the variable.
10115         * view.el (view-mode-enable): Set view-page-size and
10116         view-half-page-size to nil.
10117         (view-set-half-page-size-default): view-half-page-size = nil
10118         means the default.
10119         (View-scroll-page-forward): Use view-page-size-default.
10120         (View-scroll-page-backward): Likewise.
10121         (view-page-size, view-half-page-size): Doc fixes.
10123         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10125         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10127         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10128         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
10129         (byte-compile-log-1): Bind inhibit-read-only.
10130         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10131         (byte-compile-log-warning): Likewise.
10132         (byte-compile-file-form-require): Detect "cl" from the arg value.
10134         * progmodes/compile.el (compilation-start): Assume compilation-mode
10135         will make the buffer read-only.
10136         (compilation-mode): Take arg name-of-mode.
10137         (compilation-setup): Make buffer read-only.
10138         (compilation-handle-exit): Bind inhibit-read-only.
10140         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10141         (ispell-message): Likewise.
10142         (ispell-show-choices): Don't call get-buffer-window uselessly.
10143         (ispell-init-process): Use set-process-query-on-exit-flag.
10145 2004-10-16  Kim F. Storm  <storm@cua.dk>
10147         * fringe.el (fringe-bitmaps): Only initialize when defined.
10149         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10150         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10152         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10154 2004-10-15  Simon Josefsson  <jas@extundo.com>
10156         * net/password.el: Add.
10158 2004-10-14  Masatake YAMATO  <jet@gyve.org>
10160         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10161         (gdb-script-end-of-defun): New function.
10162         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10163         `gdb-script-end-of-defun' as *-of-defun-function.
10165 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
10167         * button.el (button-activate): Allow a marker to display as an action.
10169         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
10171         * help.el (describe-mode): Use it to make minor mode list into
10172         hyperlinks.
10174 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10176         * vc.el (vc-annotate-display-select): Fix typo.
10178         * subr.el (substitute-key-definition-key): New function.
10179         (substitute-key-definition): Use it with map-keymap.
10180         (event-modifiers): Use push.
10181         (mouse-movement-p, with-temp-buffer): Simplify.
10183 2004-10-12  Jay Belanger  <belanger@truman.edu>
10185         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
10186         New variables.
10187         (calc-help-index-entries): New function.
10188         (calc-describe-function): Use `calc-help-function-list' instead of
10189         obarray for completion.
10190         (calc-describe-variable): Use `calc-help-variable-list' instead
10191         of obarray for completion.
10193 2004-10-12  Richard M. Stallman  <rms@gnu.org>
10195         * info-look.el (info-lookup-file): Add info-file property.
10196         (info-lookup-symbol): Likewise.
10198         * info.el (info-xref): Add underlining.
10199         (info): Add info-file property.
10200         (Info-find-emacs-command-nodes): Specify case-sensitive search.
10202 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
10204         Sync with Tramp 2.0.45.
10206         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
10207         defined.  This is not the case for XEmacs without package "edebug".
10208         (tramp-set-auto-save-file-modes): Set permissions of autosaved
10209         remote files to the permissions of the original file.  This is not
10210         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
10211         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
10212         (tramp-perl-decode): Fix an error in Perl implementation.
10213         $pending must be cleared every loop.  Reported by Benjamin Place
10214         <benjaminplace@sprintmail.com>
10216         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
10217         Don't activate advice during definition.  This is done later on,
10218         depending on test result of `substitute-in-file-name'.
10219         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10221 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10223         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
10225         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
10227 2004-10-12  David Ponce  <david@dponce.com>
10229         * recentf.el (recentf-edit-list): Update the menu when the recentf
10230         list has been modified.
10232 2004-10-12  Simon Josefsson  <jas@extundo.com>
10234         * net/tls.el (tls-certtool-program): New variable.
10235         (tls-certificate-information): New function, based on
10236         ssl-certificate-information.
10238 2004-10-12  Kenichi Handa  <handa@m17n.org>
10240         * international/mule.el (coding-system-equal): Move from mule-util.el.
10242         * international/mule-util.el (coding-system-equal): Move to mule.el.
10244 2004-10-12  Kim F. Storm  <storm@cua.dk>
10246         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
10247         reset kmacro-initial-counter-value if set.
10248         (kmacro-set-counter): Only set kmacro-counter if defining or executing
10249         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
10250         (kmacro-display): Show macro counter if non-zero.
10252         * subr.el (substitute-key-definition): Mention command remapping
10253         in doc string.
10255 2004-10-11  Jay Belanger  <belanger@truman.edu>
10257         * calc/calc-misc.el (calc-info-goto-node): New function.
10258         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
10259         node in one step.
10260         (calc-describe-copying, calc-describe-distribution)
10261         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
10262         Go to appropriate info node in one step.
10264 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10266         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
10268         * font-lock.el (font-lock-apply-highlight): Fix last change.
10270 2004-10-11  Simon Josefsson  <jas@extundo.com>
10272         * mail/smtpmail.el (smtpmail-open-stream): Look for
10273         starttls-gnutls-program instead of starttls-program iff
10274         starttls-use-gnutls is non-nil.
10275         (smtpmail-open-stream): Don't overwrite user settings of
10276         starttls-extra-arguments and starttls-extra-args.
10278 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10280         * comint.el (comint-mouse-insert-input): Remove.
10281         (comint-insert-input): Make it work for mouse bindings.
10282         (comint-mode-map): Move defs into the declaration.
10283         (comint-output-filter): Typo.
10285         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
10287 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
10289         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
10290         (ange-ftp-call-chmod): Reference remote-shell-program instead of
10291         ange-ftp-remote-shell.
10293 2004-10-10  Andreas Schwab  <schwab@suse.de>
10295         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
10296         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
10297         Reported by <sri@asu.edu>.
10299 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
10301         * vc.el (vc-annotate-mode): Remove variable.
10302         (vc-annotate-display-select): Only call vc-annotate-mode
10303         if we're not in that mode already.
10305 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10307         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
10308         (imenu-choose-buffer-index): Check here for rescan instead.
10310         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
10311         where the face expression evals to nil.
10313         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
10314         (tex-font-lock-keywords-2): Use it.
10315         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
10317         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
10319 2004-10-09  Kim F. Storm  <storm@cua.dk>
10321         * subr.el (progress-reporter-update): Define before first usage.
10322         (make-progress-reporter): Doc fix.
10324 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
10326         * textmodes/paragraphs.el (sentence-end-double-space)
10327         (sentence-end-without-period, sentence-end-without-space)
10328         (sentence-end): Doc fixes.
10330 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
10332         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
10333         Change paragraph-start regexp so we don't fill code starting with #'(.
10335 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
10337         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
10338         New defcustom.
10339         (extract-address-components): Use it.
10341 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
10343         * subr.el (make-progress-reporter, progress-reporter-update)
10344         (progress-reporter-force-update, progress-reporter-do-update)
10345         (progress-reporter-done): New functions.
10347         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
10349         * progmodes/etags.el (etags-tags-completion-table): Use progress
10350         reporter.
10351         (etags-tags-apropos): Likewise.
10353 2004-10-08  Alan Mackenzie  <acm@muc.de>
10355         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
10356         of current line.
10358 2004-10-08  Masatake YAMATO  <jet@gyve.org>
10360         * server.el (server-process-filter): Wrap `process-send-region'
10361         by `condition-case' to guard the case when the pipe to PROC is closed.
10363 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
10365         * xml.el (xml-substitute-special): Limit handling of external entities.
10367 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
10369         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
10371 2004-10-06  John Paul Wallington  <jpw@gnu.org>
10373         * xml.el (xml-parse-dtd): Fix `error' call.
10375 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
10377         * xml.el (xml-substitute-special): Return a single string instead
10378         of a list of strings if an entity substitution is made.
10380 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
10382         * calendar/icalendar.el: New file.
10384 2004-10-05  Juri Linkov  <juri@jurta.org>
10386         * isearch.el (isearch-done): Set mark after running hook.
10387         Reported by Drew Adams <drew.adams@oracle.com>.
10389         * info.el (Info-history, Info-toc): Fix Info headers.
10390         (Info-toc): Narrow buffer before Info-fontify-node.
10391         (Info-build-toc): Don't check for special Info file names.
10392         Set main-file to nil if Info-find-file returns a symbol.
10394 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
10396         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
10397         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
10398         * calendar/cal-menu.el (calendar-mode-map): Ditto.
10400 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
10402         * calendar/cal-iso.el (calendar-iso-read-args): New function,
10403         for old interactive spec from calendar-goto-iso-date.
10404         (calendar-goto-iso-date): Use it.
10405         (calendar-goto-iso-week): New function.  Suggested by Emilio
10406         C. Lopes <eclig@gmx.net>.
10408 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
10410         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
10411         `set-right-margin' bindings that follow the minor mode conventions.
10413 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10415         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
10416         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
10417         (latex-block-args-alist): Add minipage and picture.
10418         (latex-block-body-alist): Use reftex-label if enabled.
10419         (latex-insert-block): Don't insert a \n if not necessary.
10420         (tex-compile-commands): Make sure dvips doesn't send to printer.
10421         (tex-compile-default): Handle the case where no executable is found.
10422         (latex-noindent-environments): New var.
10423         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
10424         If tex-indent-allhanging is non-nil, make sure we only align for macros
10425         at beginning of line.
10427 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
10429         * newcomment.el (comment-beginning): Doc fix and don't choke on
10430         unset `comment-end-skip' when at beginning of comment.
10432 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
10434         * term.el (term-adjust-current-row-cache): Don't allow the current
10435         row to become negative.
10436         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
10437         the end of the line.  Fix scroll down.  Add comments.
10438         (term-handle-ansi-escape): Don't exceed terminal width when moving
10439         right.
10440         (term-scroll-region): Move the cursor after setting the scroll region.
10442 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
10444         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
10445         to `width' for consistency with docstring.  Doc fix.
10447 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
10449         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
10450         This is necessary for derived modes.
10452 2004-09-30  Kim F. Storm  <storm@cua.dk>
10454         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
10455         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
10457         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
10458         kmacro-extract-lambda functions.
10459         (edit-kbd-macro): Handle kmacro lambda forms.
10460         Include counter and counter format in edit buffer.
10461         (edmacro-finish-edit): Get counter and format from edit buffer and
10462         update kmacro bindings when found.
10464 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
10466         * textmodes/paragraphs.el (forward-paragraph):
10467         Avoid args-out-of-range error when point winds up at the beginning of
10468         the buffer and hard newlines are enabled.
10470         * newcomment.el (comment-multi-line): Doc fix.
10472 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10474         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
10475         (diff-fixup-modifs): Catch unified-diff file-headers.
10477 2004-09-29  Kim F. Storm  <storm@cua.dk>
10479         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
10480         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
10481         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
10483         * fringe.el (fringe-bitmap-p): New macro.
10484         (fringe-bitmaps): Add standard fringe bitmaps on load.
10486 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10488         * dired.el (dired-view-command-alist): Use more efficient regexps.
10489         Remove dubious arguments.
10490         (dired-align-file): New function.
10491         (dired-insert-directory): Use it.
10492         (dired-move-to-end-of-filename): Make the " -> " search more specific.
10493         (dired-buffers-for-dir): Remove unused var `pattern'.
10495 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
10497         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
10498         from diary display excursion.  Store diary buffer's point for
10499         `simple-diary-display'.
10500         (simple-diary-display): Set window point and start when
10501         displaying buffer, to preserve point.
10503 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
10505         * textmodes/enriched.el (enriched-translations): Replace defconst
10506         with defvar.
10508 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10510         * printing.el: Doc fix.
10511         (pr-version): New version number (6.8.1).
10512         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
10513         make-temp-name.
10514         (pr-delete-file): Check if file exists before deleting it.
10515         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
10517 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10519         * term.el (term-display-table): New variable.
10520         (term-mode): Use it.
10521         (term-exec-1): Set the coding system to binary.
10522         (term-emulate-terminal): Decode the string before inserting it.
10524 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
10526         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
10527         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
10528         (map): Bind S-prior, S-next and S-insert.
10529         (term-mode): Set `indent-tabs-mode' to nil.
10530         (term-paste): New function to be bound to S-insert.
10531         (term-send-del, term-send-backspace): Change the strings sent.
10532         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
10533         (term-handle-colors-array): Fix handling of underline and reverse.
10534         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
10535         (term-erase-in-line): Fix comparison.
10536         (term-emulate-terminal): Fix line wrap handling.
10537         (term-start-output-log): Rename from `term-set-output-log'.
10538         (term-stop-output-log): Rename from `term-stop-photo'.
10539         (term-switch-to-alternate-sub-buffer): Comment out, unused.
10541 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10543         * dired.el (dired-move-to-filename): Don't output a message if
10544         raise-error is non-nil.  Fix return position and value.
10546         * files.el (insert-directory): Obey --dired even with symlinks.
10548 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
10550         * ls-lisp.el (ls-lisp-format): Mark file names with property
10551         dired-filename.
10553 2004-09-25  Kim F. Storm  <storm@cua.dk>
10555         * ido.el (ido-max-directory-size): New defcustom.
10556         (ido-decorations): Add "too big" element.
10557         (ido-directory-too-big): New dynamic var.
10558         (ido-may-cache-directory): Don't cache big directories.
10559         (ido-directory-too-big-p): New defun.
10560         (ido-set-current-directory): Update ido-directory-too-big.
10561         (ido-read-internal): Make empty ido-cur-item if too-big.
10562         (ido-buffer-internal): Use ido-read-internal directly instead of
10563         ido-read-buffer.
10564         (ido-file-internal): Init ido-directory-too-big.
10565         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
10566         and redo completion with full list.
10567         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
10568         it, and show completions.
10569         (ido-all-completions): Let bind ido-directory-too-big to nil.
10570         (ido-exhibit): Handle ido-directory-too-big.
10571         (ido-read-buffer): Handle fallback to read-buffer.
10572         Init ido-directory-too-big.
10573         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
10574         Init ido-directory-too-big.
10576 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
10578         * subr.el (delay-mode-hooks): Doc fix.
10580 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
10582         * textmodes/enriched.el
10583         (enriched-default-text-properties-local-flag): New variable.
10584         (enriched-mode): Make sure that enabling and disabling the mode is
10585         a no-op.  Doc fix.
10587 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
10589         * calendar/holidays.el (holiday-advent): Report on a specified day
10590         offset from advent, not just advent.
10591         (holiday-easter-etc): Report on one specified day offset from
10592         easter, not all easter holidays.  Various Easter holidays moved to
10593         `christian-holidays' variable in calendar.el.
10594         * calendar/calendar.el (christian-holidays): Adapt for new
10595         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
10597 2004-09-23  Kim F. Storm  <storm@cua.dk>
10599         * image.el (insert-sliced-image): Add doc string.
10601         * ido.el (ido-choice-list): New dynamic var for `list' context.
10602         (ido-context-switch-command): New dynamic var.
10603         (ido-define-mode-map): Generalize switch between file/buffer contexts.
10604         (ido-read-internal): Handle new `list' context.
10605         Handle insert-buffer and insert-file ido-exit values.
10606         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
10607         ido-context-switch-command.  Handle insert-file ido-exit value.
10608         (ido-read-buffer): Set ido-context-switch-command to 'ignore
10609         unless it is already bound by caller.
10610         (ido-file-internal): New arg switch-cmd.  Use it to setup
10611         ido-context-switch-command.  Handle insert-buffer ido-exit value.
10612         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
10613         used for context switching.
10614         (ido-all-completions): Handle new `list' context.
10615         (ido-make-choice-list): Return choices for `list' context.
10616         (ido-find-file-in-dir, ido-display-file, ido-write-file)
10617         (ido-display-buffer, ido-kill-buffer): Disable context switching.
10618         (ido-insert-buffer, ido-insert-file): Setup context switching.
10619         (ido-exhibit): Handle `list' context.
10620         (ido-read-file-name): Disable context switching.  Handle fallback.
10621         (ido-read-directory-name): Disable context switching.
10622         (ido-completing-read): New defun like completing-read.  Setup and
10623         use new `list' context.
10625 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
10627         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
10629 2004-09-21  Jay Belanger  <belanger@truman.edu>
10631         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
10632         `calc-graph-set-styles' so the gnuplot buffer will appear in a
10633         separate window.
10635 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
10637         * subr.el (after-change-major-mode-hook): Doc fix.
10639 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10641         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
10642         of ghostscript for monochrome PostScript file in Windows.
10644 2004-09-21  Kenichi Handa  <handa@m17n.org>
10646         * descr-text.el (describe-char): Checking of quail activation fixed.
10648 2004-09-21  Jay Belanger  <belanger@truman.edu>
10650         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
10652 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
10654         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
10655         after the mode hooks instead of before.  Doc fix.
10657 2004-09-20  Jason Rumney  <jasonr@gnu.org>
10659         * startup.el (command-line) [windows-nt]: Try .emacs first, then
10660         _emacs, but revert to .emacs if neither exists in home directory.
10662 2004-09-20  John Paul Wallington  <jpw@gnu.org>
10664         * bindings.el (completion-ignored-extensions): Add .dfsl.
10666 2004-09-20  Richard M. Stallman  <rms@gnu.org>
10668         * bindings.el (scroll-left): Make it disabled.
10670         * files.el (enable-local-eval): Doc fix.
10672         * indent.el (move-to-left-margin): Special case for minibuffer.
10674         * term.el (term-emulate-terminal): Turn off undo for output.
10675         Use with-current-buffer and save-selected-window.
10677         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
10679         * progmodes/make-mode.el (makefile-fill-paragraph):
10680         Don't insist on spaces when looking for comments.  # is enough.
10682         * files.el (hack-local-variables): Copy the variables list
10683         to another buffer, strip prefixes and suffixes there, then read.
10684         (enable-local-eval): Doc fix.
10685         (ignored-local-variables): Initialize to nil.
10686         (risky-local-variable-p): Don't check ignored-local-variables here.
10687         (hack-one-local-variable): Ignore var if in ignored-local-variables.
10689 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
10691         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
10692         of = to "." (punctuation).
10694 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10696         * subr.el (event-basic-type): Fix mask (extend to 22bits).
10698 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
10700         * textmodes/enriched.el (enriched-rerun-flag): New variable.
10701         (enriched-before-change-major-mode): New function.
10702         Add it to `change-major-mode-hook'.
10703         (enriched-after-change-major-mode): New function.
10704         Add it to `after-change-major-mode-hook'.
10705         (enriched-mode): Make it work correctly if called from
10706         `after-change-major-mode-hook'.
10707         No longer set `indent-line-function'.
10709         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
10711         * subr.el (after-change-major-mode-hook): New variable.
10712         (run-mode-hooks): Implement it.
10714 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10716         * battery.el (battery-linux-proc-apm): Use string-to-number.
10717         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
10718         Use dolist (and less indentation).  Use erase-buffer.
10719         Pre-initialize `design-capacity', `warn', and `low'.
10720         (battery-format): Use replace-regexp-in-string.
10722 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10724         * battery.el: Delete superfluous empty lines.
10725         (battery-linux-proc-acpi): Attempt to gather information from all
10726         battery subdirectories regardless of their file name.
10727         (battery-linux-proc-apm): Replace all occurrences of
10728         battery-hex-to-int-2 with string-to-int (base 16).
10729         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
10730         (battery-hex-map): Delete variable.
10732 2004-09-18  John Paul Wallington  <jpw@gnu.org>
10734         * calc/calc-units.el (calc-quick-units): Fix overzealous
10735         s/or/unless/.
10737 2004-09-17  Jay Belanger  <belanger@truman.edu>
10739         * calc/calc.el (calc-mode-var-list): Fix the value of
10740         `calc-matrix-brackets'.
10742 2004-09-17  Romain Francoise  <romain@orebokech.com>
10744         * ibuf-ext.el (define-ibuffer-filter filename):
10745         Expand dired-directory since buffer-file-name is absolute.
10747 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
10749         * ediff-init.el (ediff-current-diff-face-A)
10750         (ediff-current-diff-face-B, ediff-current-diff-face-C)
10751         (ediff-current-diff-face-Ancestor)
10752         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10753         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10754         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10755         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10756         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10757         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10758         Use min-colors.
10760         * term.el (term-down): Perform vertical motion if DOWN is negative.
10761         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
10762         (term-termcap-format): Synchronyze with the eterm terminfo entry
10763         in etc/e/eterm.ti.
10764         (term-handle-colors-array): If the current foreground or
10765         background are zero (i.e. unspecified), use the foreground and
10766         background of the default face for reverse video.
10767         (term-ansi-at-eval-string, term-ansi-default-fg)
10768         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
10769         (term-mem): Delete ununsed function.
10770         (term-protocol-version): Increment.
10771         (term-current-face): Set to default.
10773 2004-09-15  Jay Belanger  <belanger@truman.edu>
10775         * calc/calc.el (calc-mode-var-list): Define this variable.
10776         (calc-always-load-extensions, calc-line-numbering)
10777         (calc-line-breaking, calc-display-just, calc-display-origin)
10778         (calc-number-radix, calc-leading-zeros, calc-group-digits)
10779         (calc-group-char, calc-point-char, calc-frac-format)
10780         (calc-prefer-frac, calc-hms-format, calc-date-format)
10781         (calc-float-format, calc-full-float-format, calc-complex-format)
10782         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10783         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10784         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10785         (calc-matrix-brackets, calc-language, calc-language-option)
10786         (calc-left-label, calc-right-label, calc-word-size)
10787         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10788         (calc-display-raw, calc-internal-prec, calc-angle-mode)
10789         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10790         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10791         (calc-window-height, calc-display-trail, calc-show-selections)
10792         (calc-use-selections, calc-assoc-selections)
10793         (calc-display-working-message, calc-auto-why, calc-timing)
10794         (calc-mode-save-mode, calc-standard-date-formats)
10795         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
10796         (calc-user-parse-tables, calc-gnuplot-default-device)
10797         (calc-gnuplot-default-output, calc-gnuplot-print-device)
10798         (calc-gnuplot-print-output, calc-gnuplot-geometry)
10799         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
10800         (calc-invocation-macro, calc-show-banner): Give these values as
10801         part of `calc-mode-var-list's initialization after the variables
10802         are declared with defvar.
10803         (calc-bug-address): Change email address to send bug reports to.
10804         Change the maintainer address at the top.
10805         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
10806         than "\\.emacs" to determine if it is the user-init-file.
10808         * calc/calc-embed.el (calc-embedded-set-modes): Use
10809         `calc-mode-var-list' correctly.
10811 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
10813         * vc.el (annotate-time): Document point handling.
10814         (vc-annotate-display-autoscale): Doc fix.
10816 2004-09-15  Miles Bader  <miles@gnu.org>
10818         * generic.el (generic-make-keywords-list): Use symbol rather than
10819         word anchors in regexp.
10821 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
10823         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
10824         no file name consider `dired-directory'.
10826 2004-09-14  Kim F. Storm  <storm@cua.dk>
10828         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
10830 2004-09-14  Simon Josefsson  <jas@extundo.com>
10832         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
10834         * textmodes/dns-mode.el: Add.
10836 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10838         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
10839         (disabled-command-function): Make the ?\  char more obvious.
10841         * vc-arch.el (vc-arch-root, vc-arch-registered):
10842         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
10844 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
10846         * windmove.el (windmove-frame-edges): Report coordinates of
10847         outside edges of frame, not inside edges.
10848         (windmove-coordinates-of-position): Convert into wrapper to new
10849         function `windmove-coordinates-of-window-position';
10850         `compute-motion' always applies to selected window.
10851         (windmove-coordinates-of-position): Update documentation to refer
10852         to Emacs 21 Lisp Reference Manual.
10853         (windmove-find-other-window): Fix off-by-one errors for max x,y.
10855 2004-09-13  Kim F. Storm  <storm@cua.dk>
10857         * isearch.el (isearch-resume-in-command-history): Rename from
10858         isearch-resume-enabled and change default to nil.
10860 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10862         * vc-hooks.el (vc-ignore-dir-regexp): New var.
10863         (vc-registered): Use it.
10864         (vc-find-root): New fun.
10866         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10867         Don't tell to use \\{...} when it's already done.
10869         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
10870         Provide a sample complex default.
10871         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
10872         (bibtex-entry): Use mapc.
10874 2004-09-12  Kim F. Storm  <storm@cua.dk>
10876         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
10878         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
10879         inhibit-field-text-motion to t so rectangles work in comint buffers.
10881         * simple.el (choose-completion-string): Set buffer before running
10882         choose-completion-string-functions hook so it can be buffer-local.
10884 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
10886         * progmodes/compile.el (compilation-start): Parse command to see
10887         if it starts with a cd, and if so perform it for the *compilation*
10888         buffer.  Change the header to reflect this.
10890 2004-09-11  Kim F. Storm  <storm@cua.dk>
10892         * ido.el (ido-enable-dot-prefix): Doc fix.
10893         (ido-enable-dot-prefix): New defcustom.
10894         (ido-set-matches1): Use it.
10896 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10898         * textmodes/bibtex.el (bibtex-mark-active)
10899         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
10901 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10903         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
10904         used in a case insensitive environment.
10905         (bibtex-mode-map): Rearrange order of menus.
10906         (bibtex-quoted-string-re): Obsolete.
10907         (bibtex-complete-key-cleanup): Variable replaced by new function.
10908         (bibtex-font-lock-keywords): Use backquotes.
10909         (bibtex-font-lock-url-regexp): New internal variable.
10910         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
10911         "OPT" and "ALT".
10912         (bibtex-insert-current-kill, bibtex-make-field)
10913         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
10914         (bibtex-parse-field-text): Simplify.
10915         (bibtex-string=): New helper function.
10916         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
10917         (bibtex-map-entries): Use bibtex-string=.
10918         (bibtex-search-entry): Use not.
10919         (bibtex-enclosing-field): Fix docstring.
10920         (bibtex-assoc-regexp): Obsolete.
10921         (bibtex-format-entry): Use assoc-string and bibtex-string=.
10922         (bibtex-autokey-get-names): Handle empty name field.
10923         (bibtex-parse-strings): Use assoc-string and unless.
10924         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
10925         Use assoc-string.
10926         (bibtex-pop): Simplify.
10927         (bibtex-mode): Set font-lock-extra-managed-props.
10928         (bibtex-entry-update): Use assoc-string.
10929         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
10930         (bibtex-autofill-entry): Use bibtex-string=.
10931         (bibtex-print-help-message): Simplify.
10932         (bibtex-find-entry): New optional arg START.
10933         (bibtex-validate): Use bibtex-string= and assoc-string.
10934         Do not call obsolete function compilation-parse-errors.
10935         (bibtex-remove-delimiters): Only remove delimiters if present.
10936         (bibtex-copy-entry-as-kill): Add docstring.
10937         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
10938         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
10939         (bibtex-complete): Use bibtex-predefined-month-strings,
10940         bibtex-string=, and new function bibtex-complete-key-cleanup.
10941         (bibtex-generate-url-list): New variable.
10942         (bibtex-url): New command bound to C-c C-l and mouse-2.
10943         (bibtex-url-map): New local keymap for bibtex-url-mouse.
10944         (bibtex-font-lock-url): New function.
10946 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10948         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
10950 2004-09-09  Kim F. Storm  <storm@cua.dk>
10952         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
10953         counter and format with binding.
10954         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
10955         the declared macro uses own macro counter and format.  Give symbol
10956         kmacro property.
10957         (kmacro-keymap): Bind kmacro-name-last-macro to n.
10958         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
10959         (kmacro-end-and-call-macro): Doc fix.
10961 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
10963         * desktop.el (desktop-clear-preserve-buffers):
10964         Remove make-obsolete-variable.
10966 2004-09-08  Richard M. Stallman  <rms@gnu.org>
10968         * buff-menu.el (list-buffers-noselect): Call format-mode-line
10969         with the buffer as argument.
10971 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10973         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
10975 2004-09-08  Juri Linkov  <juri@jurta.org>
10977         * replace.el (perform-replace): Use `query-replace-descr'.
10979         * cus-start.el (history-delete-duplicates): Specify customization.
10981         * diff-mode.el (diff-mode-map):
10982         * progmodes/compile.el (compilation-mode-map):
10983         * progmodes/grep.el (grep-mode-map):
10984         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
10985         to `next-error-follow-minor-mode'.
10987 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10989         * isearch.el (isearch-lazy-highlight-update): Take into account
10990         the case of zero-length match at the search bound.
10992 2004-09-08  Kim F. Storm  <storm@cua.dk>
10994         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
10995         change.  Use zero width overlays when necessary.
10997 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
10999         * subr.el (split-string): Docfix.
11001 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11003         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11004         (display-call-tree): Ensure newline after caller/calls blocks.
11006 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11008         * startup.el (command-line-1): Make option
11009         --directory/-L modify `load-path' straight away.
11011 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11013         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11015 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11017         * emacs-lisp/autoload.el (make-autoload):
11018         Handle `define-compilation-mode'.
11020         * emacs-lisp/lisp-mode.el (define-compilation-mode):
11021         Specify `doc-string-elt' property.
11023 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11025         * bs.el (bs-mode): Doc fix.
11027 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11029         * info.el (Info-insert-dir): Fix temp buffer leak bug.
11031 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11033         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11035 2004-09-08  Kenichi Handa  <handa@m17n.org>
11037         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11038         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11039         ps-mule-next-point -> 1+).
11041         * composite.el (encode-composition-rule): Add autoload cooky.
11043 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
11045         * format.el (buffer-auto-save-file-format): Make it permanent local.
11047 2004-09-07  Kim F. Storm  <storm@cua.dk>
11049         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11050         (authors-fixed-entries): Fix typo.
11051         (authors-canonical-author-name): Compact multiple spaces.
11052         Ignore trivial names (e.g. only first name).
11054         * term.el (term-window-width): Only use full window width on
11055         window system if overflow-newline-into-fringe is enabled.
11056         (term-mode): Don't disable overflow-newline-into-fringe.
11058 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11060         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11061         motion as seen on my Mac OS X xterms.
11063         * newcomment.el (uncomment-region-default, comment-region-default):
11064         New functions extracted from uncomment-region and comment-region.
11065         (comment-region, comment-region-function, uncomment-region)
11066         (uncomment-region-function): Use them.
11068         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11070         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11071         It's not crucial but can make sense at times.
11073         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11074         the first commit.
11076         * vc.el (vc-buffer-context, vc-restore-buffer-context):
11077         Disable obsolete code.
11079 2004-09-07  Juri Linkov  <juri@jurta.org>
11081         * progmodes/grep.el (grep-highlight-matches): Change default from
11082         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
11083         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11084         if grep option `--color' is available, or to `nil' otherwise.
11085         (grep-process-setup): Call `grep-compute-defaults' if
11086         `grep-highlight-matches' is not computed.  Set env-vars only
11087         if `grep-highlight-matches' is `t'.
11088         (grep-use-null-device): Remove redundant type `boolean' (`choice'
11089         is already defined).
11091         * progmodes/compile.el (compilation-start): Use copy of
11092         `process-environment' created by `copy-sequence' to not
11093         modify env-vars in the global `process-environment'.
11095 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
11097         * simple.el (next-error-follow-minor-mode): Fix last change.
11099 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
11101         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11102         permanent local.
11104 2004-09-04  Richard M. Stallman  <rms@gnu.org>
11106         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11107         highlighting if the search string is empty.
11109 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
11111         * facemenu.el (facemenu-active-faces): Change condition of inner
11112         `while' loop to also check the first two elements of `face-atts'
11113         and `mask-atts'.
11115 2004-09-04  John Paul Wallington  <jpw@gnu.org>
11117         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11118         (thumbs-view-image-mode): Make buffer read-only.
11120 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
11122         * textmodes/ispell.el (ispell-really-aspell): New defvar.
11123         (ispell-check-version): Set it.
11124         (ispell-send-replacement): New function.
11125         (ispell-process-line): Call ispell-send-replacement.
11127 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
11129         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11130         Support choosing seconds with "s".
11132 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
11134         * terminal.el (te-escape): Show `?' in prompt for help key.
11136 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
11138         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11140 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
11142         * simple.el (next-error-follow-minor-mode)
11143         (next-error-follow-mode-post-command-hook): New functions.
11144         (next-error-follow-last-line): New defvar.
11146         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11147         * progmodes/compile.el (compilation-mode-map): Likewise.
11148         * progmodes/grep.el (grep-mode-map): Likewise.
11149         * replace.el (occur-mode-map): Likewise.
11151         * newcomment.el (uncomment-region): Bind comment-use-global-state
11152         to nil.
11154 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
11156         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11157         locally around the call to `revert-buffer'.
11159 2004-09-03  Juri Linkov  <juri@jurta.org>
11161         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11162         `isearch-adjusted' to `t'.
11163         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11164         (isearch-message-prefix): Add "pending" for isearch-adjusted.
11165         (isearch-other-meta-char): Restore isearch-point unconditionally.
11166         (isearch-query-replace): Add new arg `regexp-flag' and use it.
11167         Set point to start of match if region is not active in transient
11168         mark mode (to include the current match to region boundaries).
11169         Push the search string to `query-replace-from-history-variable'.
11170         Add prompt "Query replace regexp" for isearch-regexp.
11171         Add region beginning/end as last arguments of `perform-replace.'
11172         (isearch-query-replace-regexp): Replace code by the call to
11173         `isearch-query-replace' with arg `t'.
11175 2004-09-03  Richard M. Stallman  <rms@gnu.org>
11177         * startup.el (normal-top-level): Undo previous TERM change.
11179 2004-09-03  Kim F. Storm  <storm@cua.dk>
11181         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11182         highlight overlays; allow using RET when cursor is over a button.
11183         (cua--highlight-rectangle): Use it.
11184         (cua--rectangle-set-corners): Don't move backwards at eol.
11185         (cua--forward-line): Don't move into void after eob.
11187         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11188         point is set (and displayed) inside rectangle.
11189         (cua--rectangle-operation): Fix for highlight of empty lines.
11190         (cua--highlight-rectangle): Fix highlight for tabs.
11191         Position cursor at left/right edge of rectangle using new `cursor'
11192         property on overlay strings.
11193         (cua--indent-rectangle): Don't tabify.
11194         (cua-rotate-rectangle): Ignore that point has moved.
11196 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11198         * term/mac-win.el: Add ASCII equivalents for some function keys.
11199         (mode-line-frame-identification): Sync with x-win.el.
11201 2004-09-02  Juri Linkov  <juri@jurta.org>
11203         * progmodes/compile.el (compilation-buffer-name): Compare major
11204         mode with second element of compilation-arguments instead of third
11205         to reflect latest changes in compilation-arguments structure.
11206         (recompile): Use global variable `compilation-directory' to get
11207         recent compilation directory only when `recompile' is invoked NOT
11208         in the compilation buffer.  Otherwise, use `default-directory' of
11209         the compilation buffer.
11210         (compilation-error-properties): Allow to funcall col and end-col.
11211         (compilation-mode-font-lock-keywords): Check col and end-col by
11212         `integerp'.
11213         (compilation-goto-locus): If end-mk is non-nil in transient mark
11214         mode don't activate the mark (and don't display message in
11215         push-mark), but highlight overlay between mk and end-mk.
11217         * progmodes/grep.el (grep-highlight-matches): New defcustom.
11218         (grep-regexp-alist): Add rule to highlight grep matches.
11219         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
11221         * info.el (Info-fontify-node): Don't compute other-tag
11222         if Info-hide-note-references=hide.
11224         * help.el (function-called-at-point):
11225         * help-fns.el (variable-at-point):
11226         Try `find-tag-default' when other methods failed.
11228         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11229         Do not push mark if inhibit-mark-movement is non-nil.
11231         * textmodes/ispell.el (ispell-html-skip-alists):
11232         Fix backslashes in docstring.
11234 2004-09-01  Juri Linkov  <juri@jurta.org>
11236         * isearch.el (isearch-wrap-function)
11237         (isearch-push-state-function): New defvars.
11238         (isearch-pop-fun-state): New defsubst.
11239         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
11240         (isearch-push-state): Set the result of calling
11241         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
11242         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
11243         restore the mode-specific starting point of terminated search.
11244         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
11245         (isearch-repeat): Call `isearch-wrap-function' if defined.
11246         (isearch-message-prefix): Don't add prefix "over" to the message
11247         for wrapped search if `isearch-wrap-function' is defined.
11248         (isearch-search): Call function saved in `isearch-pop-fun-state' to
11249         restore the mode-specific starting point of failed search.
11251         * info.el (Info-search-whitespace-regexp): Fix backslashes.
11252         (Info-search): Add new optional arguments for the sake of isearch.
11253         Replace whitespace in Info-search-whitespace-regexp literally.
11254         Add backward search.  Don't call `Info-select-node' if regexp is
11255         found in the same Info node.  Don't add node to Info-history for
11256         wrapped isearch.
11257         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
11258         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
11259         (Info-mode): Set local variables `isearch-search-fun-function',
11260         `isearch-wrap-function', `isearch-push-state-function',
11261         `search-whitespace-regexp'.
11263         * isearch.el: Remove ancient Change Log section.
11264         (isearch-string, isearch-message-string, isearch-point)
11265         (isearch-success, isearch-forward-flag, isearch-other-end)
11266         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11267         (isearch-barrier, isearch-within-brackets)
11268         (isearch-case-fold-search): Add suffix `-state' to state-related
11269         defsubsts to avoid name clashes with other function names.
11271         * simple.el (next-error): New defgroup and defface.
11272         (next-error-highlight, next-error-highlight-no-select):
11273         New defcustoms.
11274         (next-error-no-select): Let-bind next-error-highlight to the value
11275         of next-error-highlight-no-select before calling `next-error'.
11277         * progmodes/compile.el (compilation-goto-locus):
11278         Use `next-error' face instead of `region'.  Set 4-th argument of
11279         `move-overlay' to `current-buffer' to move overlay to different
11280         source buffers.  Use new variable `next-error-highlight'.
11282         * simple.el (next-error-find-buffer): Move the rule
11283         "if current buffer is a next-error capable buffer" after the
11284         rule "if next-error-last-buffer is set to a live buffer".
11285         Simplify to test all rules in one `or'.
11286         (next-error): Doc fix.
11287         (next-error, previous-error, first-error)
11288         (next-error-no-select, previous-error-no-select):
11289         Make arguments optional.
11291 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
11293         * macros.el (apply-macro-to-region-lines): Make it operate on all
11294         lines that begin in the region, rather than on all complete lines
11295         in the region.
11297 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11299         * x-dnd.el (x-dnd-protocol-alist): Document update.
11300         (x-dnd-known-types): Defcustom it.
11301         (x-dnd-handle-motif): Print message-atom in error message.
11303 2004-08-30  John Paul Wallington  <jpw@gnu.org>
11305         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
11306         strings rather than programatically constructing message.
11308 2004-08-30  Richard M. Stallman  <rms@gnu.org>
11310         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
11311         Don't return a string that would read as the wrong character code.
11313 2004-08-29  Kim F. Storm  <storm@cua.dk>
11315         * emulation/cua-base.el (cua-auto-expand-rectangles):
11316         Remove automatic rectangle padding feature; replace by non-destructive
11317         virtual rectangle edges feature.
11318         (cua-virtual-rectangle-edges): New defcustom.
11319         (cua-auto-tabify-rectangles): New defcustom.
11320         (cua-paste): If paste into a marked rectangle, insert rectangle at
11321         current column, even if virtual; also paste exactly as many lines
11322         as has been marked (ignore additional lines or add empty lines),
11323         but paste whole source if only one line is marked.
11324         (cua--update-indications): No longer use overwrite-cursor to
11325         indicate rectangle padding
11327         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
11328         (cua--rectangle-virtual-edges): New defun.
11329         (cua--rectangle-get-corners): Remove optional PAD arg.
11330         (cua--rectangle-set-corners): Never do padding.
11331         (cua--forward-line): Remove optional PAD arg.  Simplify.
11332         (cua-resize-rectangle-right, cua-resize-rectangle-left)
11333         (cua-resize-rectangle-down, cua-resize-rectangle-up):
11334         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
11335         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
11336         (cua--rectangle-move): Never do padding.  Simplify.
11337         (cua--tabify-start): New defun.
11338         (cua--rectangle-operation): Add tabify arg.  All callers changed.
11339         (cua--pad-rectangle): Remove.
11340         (cua--delete-rectangle): Handle delete with virtual edges.
11341         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
11342         (cua--insert-rectangle): Handle insert at virtual column.
11343         Perform auto-tabify if necessary.
11344         (cua--activate-rectangle): Remove optional FORCE arg.
11345         Never do padding.  Simplify.
11346         (cua--highlight-rectangle): Enhance for virtual edges.
11347         (cua-toggle-rectangle-padding): Remove command.
11348         (cua-toggle-rectangle-virtual-edges): New command.
11349         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
11350         (cua--rectangle-post-command): Don't force rectangle padding.
11351         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
11353 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
11355         * indent.el (edit-tab-stops-buffer): Doc fix.
11357 2004-08-28  Richard M. Stallman  <rms@gnu.org>
11359         * progmodes/grep.el (grep-default-command): Use find-tag-default.
11360         (grep-tag-default): Function deleted.
11362         * subr.el (find-tag-default): Move from etags.el.
11364         * progmodes/etags.el (find-tag-default): Move to subr.el.
11366         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
11367         into the basic character if it has an uppercase form.
11369 2004-08-27  Kenichi Handa  <handa@m17n.org>
11371         * international/utf-8.el (utf-8-post-read-conversion): If the
11372         buffer is unibyte, temporarily make it multibyte.
11374 2004-08-27  Masatake YAMATO  <jet@gyve.org>
11376         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
11378 2004-08-25  John Paul Wallington  <jpw@gnu.org>
11380         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
11381         0, 1, and many mismatches in message.
11382         (tex-start-shell): Use `set-process-query-on-exit-flag'.
11384         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
11385         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
11387 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11389         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
11390         vc-diff-switches differently.
11392 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
11394         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
11395         before and a real defvar after
11396         `speedbar-supported-extension-expressions'.  This is to silence
11397         the compiler without breaking bootstrapping.
11399 2004-08-22  Richard M. Stallman  <rms@gnu.org>
11401         * textmodes/flyspell.el (flyspell-word):
11402         Use set-process-query-on-exit-flag.
11403         (flyspell-highlight-duplicate-region): Take POSS as arg.
11404         (flyspell-word): Pass POSS as arg.
11406         * progmodes/ada-xref.el: Many doc and style fixes.
11407         (ada-find-any-references): Use compilation-start.
11408         (ada-get-ali-file-name): Improve error msg.
11409         (ada-get-ada-file-name): Likewise.
11411         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
11412         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
11414         * mail/mail-extr.el (mail-extr-all-top-level-domains):
11415         Add forward defvar.
11417         * whitespace.el (global-whitespace-mode): New alias
11418         for whitespace-global-mode.
11420         * speedbar.el (speedbar-file-regexp): Move definition up.
11421         (speedbar-mode, speedbar-set-mode-line-format):
11422         Use with-no-warnings.
11423         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
11425         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
11426         controls whether to display the error buffer.
11428         * ps-mule.el: Delete compatibility code for old Emacses.
11429         (ps-mule-find-wrappoint): Don't use chars-in-region.
11431         * frame.el (display-mouse-p, display-selections-p):
11432         Use with-no-warnings.
11434         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
11436 2004-08-22  David Kastrup  <dak@gnu.org>
11438         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
11439         information.
11441         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
11443 2004-08-22  Andreas Schwab  <schwab@suse.de>
11445         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
11447 2004-08-22  Masatake YAMATO  <jet@gyve.org>
11449         * cvs-status.el (cvs-status-checkout): New function.
11450         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
11452 2004-08-21  David Kastrup  <dak@gnu.org>
11454         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
11455         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
11456         has been converted to use hashtables, the relation `nil=none' is
11457         no longer valid, as `nil' is not a hashtable.  This patch tries to
11458         reduce the number of resulting errors.
11460 2004-08-21  John Paul Wallington  <jpw@gnu.org>
11462         * subr.el (process-kill-without-query): Made obsolete in
11463         version 21.4, not 21.5.
11465         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
11466         (vc-previous-comment, vc-next-comment)
11467         (vc-comment-search-reverse, vc-comment-search-forward)
11468         (vc-comment-to-change-log): Likewise.
11470         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
11472 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
11474         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
11475         Correct indentation of DEFMETHODS with non-standard method
11476         combinations (e.g., PROGN, MIN, MAX).
11478 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11480         * startup.el (normal-top-level-add-subdirs-to-load-path):
11481         Avoid unnecessarily checking system-type.
11482         (normal-top-level): Set TERM to "dumb".  Simplify.
11484         * avoid.el (mouse-avoidance-ignore-p): New fun.
11485         Also ignore switch-frame, select-window, double, and triple clicks.
11486         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
11487         (mouse-avoidance-fancy-hook): Use it.
11489 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
11491         * avoid.el (mouse-avoidance-nudge-mouse)
11492         (mouse-avoidance-banish-destination): Stay within the current window
11493         to avoid problems with mouse-autoselect-window.
11495 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11497         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
11498         the newer format of some messages in cvs-1.12.1.
11500 2004-08-19  Masatake YAMATO  <jet@gyve.org>
11502         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
11503         (elp-results-jump-to-definition-by-mouse)
11504         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
11505         (elp-output-result): Use elp-output-insert-symname.
11507 2004-08-18  Kenichi Handa  <handa@m17n.org>
11509         * language/cyrillic.el: Register koi8-r in
11510         ctext-non-standard-encodings-alist.
11511         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
11513 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
11515         * emacs-lisp/copyright.el (copyright-update-year): Delete code
11516         that replaces 20xy with xy.
11518 2004-08-17  John Paul Wallington  <jpw@gnu.org>
11520         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
11521         (reb-force-update): Doc fix.
11523 2004-08-16  Richard M. Stallman  <rms@gnu.org>
11525         * progmodes/which-func.el (which-func-update-1): Doc fix.
11527         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
11528         (sh-mode-abbrev-table): New variable.
11530         * progmodes/compile.el (compilation-mode): Doc fix.
11532         * emacs-lisp/lisp-mode.el (eval-last-sexp):
11533         Don't cons a new symbol each time.
11534         (eval-last-sexp-fake-value): New variable.
11536         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
11537         (copyright-update-year): Detect continuation of list of years.
11539         * term.el (term-default-fg-color, term-default-bg-color)
11540         (ansi-term-color-vector): Use `unspecified', not nil, as default.
11542         * imenu.el: Several doc fixes: don't say variables are buffer-local.
11544 2004-08-16  Davis Herring  <herring@lanl.gov>
11546         * isearch.el (isearch-string, isearch-message-string, isearch-point)
11547         (isearch-success, isearch-forward-flag, isearch-other-end)
11548         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11549         (isearch-barrier, isearch-within-brackets)
11550         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
11552 2004-08-16  Kenichi Handa  <handa@m17n.org>
11554         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
11556 2004-08-15  Kenichi Handa  <handa@m17n.org>
11558         * term/x-win.el (x-selection-value): If utf8 was successful but
11559         ctext was not, use utf8 string.
11561 2004-08-14  Davis Herring  <herring@lanl.gov>
11563         * isearch.el: Remove accidental changes of March 4.  Fix backing
11564         up when a regexp isearch is made more general.  Use symbolic
11565         accessor functions for isearch stack frames to make usage clearer.
11566         (search-whitespace-regexp): Made groups in documentation shy (as
11567         is the group in the default value).
11568         (isearch-fallback): New function, addresses problems with regexps
11569         liberalized by `\|', adds support for liberalization by `\}' (the
11570         general repetition construct), and incorporates behavior for
11571         `*'/`?'.
11572         (isearch-}-char): New command, calls `isearch-fallback' with
11573         arguments appropriate to a typed `}'.
11574         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
11575         appropriately.
11576         (isearch-mode-map): Bind `}' to `isearch-}-char'.
11577         (isearch-string, isearch-message,string, isearch-point)
11578         (isearch-success, isearch-forward-flag, isearch-other-end)
11579         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11580         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
11581         New inline functions to read fields of a stack frame.
11583 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
11585         * battery.el (battery-linux-proc-acpi): Look into battery
11586         directories matching the literal string "CMB", too (required for
11587         Linux kernel version 2.6.7).
11589 2004-08-14  John Paul Wallington  <jpw@gnu.org>
11591         * cus-start.el (read-file-name-completion-ignore-case): Add.
11592         (blink-cursor-alist): Change version to "21.4".
11594         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
11596 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
11598         * speedbar.el (speedbar-scan-subdirs): New option.
11599         (speedbar-file-lists): Don't ignore file-name case on Unix and use
11600         dolist.
11601         (speedbar-insert-files-at-point): Take an extra argument and use
11602         it to optionally find out if a subdir is empty.  Also unreadable
11603         files don't get expand buttons.
11604         (speedbar-directory): New image (unused pixmap already existed).
11605         (speedbar-expand-image-button-alist): Use it.
11607 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
11609         CC Mode update to 5.30.9:
11611         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
11612         Move from cc-vars to cc-defs for dependency reasons.  Fix the
11613         POSIX char class test to check that it works in
11614         `skip-chars-(forward|backward)' too.
11616         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
11617         first argument starts with a special brace list.
11619         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
11620         when `c-opt-type-concat-key' is used (i.e. in Pike).
11622         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
11623         Fix bug when the inner char pair doesn't have paren syntax,
11624         i.e. "(<>)".
11626         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
11627         whitespace safe.
11629         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
11630         position for `arglist-intro', `arglist-cont-nonempty' and
11631         `arglist-close' when there are two arglist open parens on the same
11632         line and there's nothing in front of the first.
11634         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
11635         locking of qualified names in Java, which previously could fontify
11636         common indexing expressions in many cases.  The standard Java
11637         naming conventions are used to tell them apart.
11639         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
11640         Fix inconsistency wrt opening parens on the first line inside a paren
11641         block.
11643         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
11644         compile time for the sake of `c-major-mode-is'.
11646         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
11647         `c-major-mode-is' in the event that this is used inside a
11648         `c-lang-defconst'.
11650         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
11651         `c-lang-defconst' so that it works better with fallback languages.
11653         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
11654         it to fail to record the base mode.
11656         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11657         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
11658         is used.  Reorder the syntax checks to get more efficient
11659         skipping in some situations.
11661         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
11662         continuation which might precede the newly inserted '{'.
11664         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11665         Fix cases where it could loop indefinitely.
11667         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
11668         size specs correctly.  Only fontify identifiers in front of '('
11669         with as functions - don't accept any paren char.  Tighten up
11670         initializer skipping to stop before function and class blocks.
11672         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
11673         the point could be left directly after an open paren when finding
11674         the beginning of the first decl in the block.
11676         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
11677         table when filtering out legitimate open parens to be recorded.
11678         This could cause cache inconsistencies when e.g.
11679         `c++-template-syntax-table' was temporarily in use.
11681         * progmodes/cc-engine.el (c-on-identifier)
11682         (c-simple-skip-symbol-backward): Small fix for handling "-"
11683         correctly in `skip-chars-backward'.  Affected the operator lfun
11684         syntax in Pike.
11686         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
11687         Fix bug that could cause an error from `after-change-functions' when
11688         the changed region is at bob.
11690 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
11692         CC Mode update to 5.30.9:
11694         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
11695         to say that <TAB> doesn't insert WS into a CPP line.
11696         (c-indent-command, c-tab-always-indent): Amend doc strings.
11698         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
11699         checks for user errors, thus eliminating cryptic and unhelpful
11700         Emacs error messages.  (1) Check the arg to `c-set-style' is a
11701         string.  (2) Check that settings to `c-offsets-alist' are not
11702         spuriously quoted.
11704         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
11705         which precedes the newly inserted `{'.
11707 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
11709         Sync with Tramp 2.0.44.
11711         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
11712         function "tramp_file_attributes".  Otherwise, file names
11713         containing spaces are misinterpreted.  Reported by Magnus Henoch
11714         <mange@freemail.hu>.
11715         (tramp-handle-file-truename): FILENAME must be expanded first.
11716         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
11717         obscure results.  Reported by D. Goel <deego@gnufans.org>.
11718         (tramp-handle-verify-visited-file-modtime): If file does not
11719         exist, say it is not modified if and only if that agrees with the
11720         buffer's record.  Check whether a file is visiting the buffer, or
11721         the buffer has no recorded last modification time.  Return t in
11722         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
11723         <teirllm@auburn.edu>.
11724         (tramp-handle-write-region): Pass modtime explicitely to
11725         `set-visited-file-modtime', because filename can be different
11726         from (buffer-file-name) if `file-precious-flag' is set.
11727         `set-visited-file-modtime' must be called always when `visit' is t
11728         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
11729         (tramp-handle-set-visited-file-modtime): If `time-list' is not
11730         nil, don't apply the whole body.  If the file doesn't exists, set
11731         modtime to '(-1 65535).  Suggested by Luc Teirlinck
11732         <teirllm@auburn.edu>.
11734 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
11736         * help.el (describe-bindings): Doc fix.
11738         * subr.el (kbd): Doc fix.
11740 2004-08-08  John Paul Wallington  <jpw@gnu.org>
11742         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
11743         instead of `string-to-int'.
11744         (define-ibuffer-column mode): Fix indentation.
11746 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
11748         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
11750 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
11752         * subr.el (global-unset-key, local-unset-key): Doc fixes.
11754         * novice.el (disabled-command-function): New variable renamed from
11755         `disabled-command-hook'.
11756         (disabled-command-hook): Keep the _variable_ as alias for
11757         `disabled-command-function' and make obsolete.
11758         (disabled-command-function): Function renamed from
11759         `disabled-command-hook'.  Adapt code to name change of the variable.
11761 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
11763         * simple.el (completion-root-regexp): New defvar.
11764         (completion-setup-function): Use it instead of a literal string.
11766 2004-08-07  John Paul Wallington  <jpw@gnu.org>
11768         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
11769         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
11770         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
11771         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
11773 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
11775         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
11776         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
11778 2004-08-04  Kenichi Handa  <handa@m17n.org>
11780         * international/encoded-kb.el (encoded-kbd-setup-keymap):
11781         Fix previous change.
11783 2004-08-03  Kenichi Handa  <handa@m17n.org>
11785         * international/encoded-kb.el: The following changes are to
11786         utilize key-translation-map instead of minor mode map.
11787         (encoded-kbd-iso2022-non-ascii-map): Delete it.
11788         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
11789         (encoded-kbd-last-key): New function.
11790         (encoded-kbd-iso2022-single-shift): New function.
11791         (encoded-kbd-iso2022-designation)
11792         (encoded-kbd-self-insert-iso2022-7bit)
11793         (encoded-kbd-self-insert-iso2022-8bit)
11794         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
11795         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
11796         key-translation-map.
11797         (encoded-kbd-setup-keymap): Setup key-translation-map.
11798         (saved-key-translation-map): New variable.
11799         (encoded-kbd-mode): Save/restore key-translation-map.
11800         Adjust for the change of encoded-kbd-setup-keymap.
11802 2004-08-02  Kim F. Storm  <storm@cua.dk>
11804         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
11805         and call compute-motion with nil for topos and width to get proper
11806         usable width and height for both window and non-window systems.
11808         * windmove.el (windmove-coordinates-of-position): Let compute-motion
11809         calculate usable window width and height.
11811         * window.el (window-buffer-height): Call compute-motion with nil width.
11813 2004-08-01  David Kastrup  <dak@gnu.org>
11815         * replace.el (query-replace-read-from):
11816         Use `query-replace-compile-replacement'.
11817         (query-replace-compile-replacement): New function.
11818         (query-replace-read-to): Use `query-replace-compile-replacement'
11819         for repeating the last command.
11821 2004-08-01  John Paul Wallington  <jpw@gnu.org>
11823         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
11824         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
11825         (pr-switches): Remove period from end of error messages.
11827         * help-mode.el (help-go-back): Likewise.
11829         * abbrev.el (only-global-abbrevs): Doc fix.
11830         (edit-abbrevs-map): Define within defvar.
11831         (quietly-read-abbrev-file): Doc fix.
11833 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
11835         * novice.el (enable-command, disable-command): Doc fixes.
11837         * subr.el (event-modifiers, event-basic-type): Doc fixes.
11839 2004-07-30  Richard M. Stallman  <rms@gnu.org>
11841         * subr.el (with-local-quit): Doc fix.
11843 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
11845         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
11847 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
11849         * custom.el (defcustom): Doc fix.
11851 2004-07-28  Masatake YAMATO  <jet@gyve.org>
11853         * progmodes/etags.el (etags-tags-apropos): Show building progress.
11855 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11857         * imenu.el (imenu-prev-index-position-function)
11858         (imenu-extract-index-name-function, imenu-name-lookup-function)
11859         (imenu--index-alist): Docstring redundancy fix.
11861 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
11863         * wdired.el (wdired-finish-edit): Require dired-aux before locally
11864         binding dired-backup-overwrite.
11866 2004-07-25  John Paul Wallington  <jpw@gnu.org>
11868         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
11870 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
11872         * term/tty-colors.el (tty-color-approximate): Doc fix.
11874         * select.el (x-get-selection, x-set-selection): Doc fixes.
11876         * frame.el (make-frame): Doc fix.
11878 2004-07-24  Richard M. Stallman  <rms@gnu.org>
11880         * mail/rmail.el (rmail-mime-charset-pattern):
11881         Don't include semicolon in the charset value.
11883         * replace.el (occur-next-error): Call set-window-point.
11884         (occur-engine): Handle negative NLINES.
11886 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
11888         * frame.el (modify-all-frames-parameters): Minor doc fix.
11889         (set-frame-configuration): Doc fix.
11891 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
11893         * simple.el (completion-setup-function): Compute the common parts
11894         and the first difference place correctly when
11895         partial-completion-mode is on.
11897 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11899         * ps-print.el: Doc fix.
11900         (ps-print-version): New version 6.6.5.
11901         (ps-printing-region): Doc fix.
11902         (ps-generate-string-list): Comment fix.
11903         (ps-message-log-max): Code fix.
11905 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11907         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
11908         generated PostScript.
11910 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
11912         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
11913         with Gnus v5_10 branch.)
11915 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
11917         * calendar/time-date.el (time-to-number-of-days): New function.
11918         Imported from from Gnus.
11920 2004-07-22  Kim F. Storm  <storm@cua.dk>
11922         * progmodes/make-mode.el: Fix comments.
11924 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11926         * printing.el: Doc fix.
11928 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
11930         * frame.el (modify-all-frames-parameters): Minor doc fix.
11932 2004-07-20  Richard M. Stallman  <rms@gnu.org>
11934         * textmodes/fill.el (fill-nobreak-p): If this break point is
11935         at the end of the line, don't consider the newline which follows
11936         as a reason to return t.
11938 2004-07-19  John Paul Wallington  <jpw@gnu.org>
11940         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
11942 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
11944         * dired-aux.el (dired-do-kill-lines): Expand docstring.
11945         Delete irrelevant code.
11947 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
11949         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11950         New docstring.  From Luc Teirlinck.
11952 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
11954         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
11955         section.
11956         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
11957         non-file buffers.  We know it is nil.
11959 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
11961         Sync with Tramp 2.0.43.
11963         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
11964         Remove outdated comment.
11965         (tramp-locked, tramp-locker): New variables for implementing a
11966         global lock.
11967         (tramp-sh-file-name-handler): Use them to implement the global lock.
11969 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
11971         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
11972         calls to respective `xxx` calls.
11973         (tramp-process-alive-regexp): Precise doc string.
11974         (tramp-multi-action-process-alive): New defun.
11975         (tramp-multi-actions): Use it.
11976         (tramp-handle-find-backup-file-name): `copy-tree' is available
11977         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
11978         in order to avoid this function.
11979         (tramp-handle-write-region): Set current buffer.  If connection
11980         wasn't open, `file-modes' has changed it accidently.  Reported by
11981         David Kastrup <dak@gnu.org>.
11982         (tramp-enter-password, tramp-read-passwd): New arguments USER and
11983         HOST.
11984         (tramp-action-password, tramp-multi-action-password): Apply it.
11985         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
11986         name must still contain the port number.  Otherwise, we have two
11987         Tramp buffers, with all the confusion.  Reported by Myron Selby
11988         <myron@xytech.com> and Rolf Dubitzky
11989         <Dubitzky@physi.uni-heidelberg.de>.
11991         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
11992         HOST to `tramp-enter-passwd'.
11994         * net/tramp-vc.el (all): Code cleanup.  Change all
11995         `tramp-handle-xxx' calls to respective `xxx` calls.
11997 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
11999         * emacs-lisp/testcover.el: New category "potentially-1valued" for
12000         functions that are not erroneous if either 1-valued or
12001         multi-valued.  Detect functions in this class.
12002         (testcover-1value-functions, testcover-compose-functions)
12003         (testcover-progn-functions) Add some additional functions to lists.
12004         (testcover-mark): Bugfix when marking up the definition for an
12005         empty function.
12007 2004-07-17  Richard M. Stallman  <rms@gnu.org>
12009         * replace.el (occur-read-primary-args): Pass default to
12010         read-from-minibuffer.
12012         * mail/footnote.el (footnote-section-tag): Use defcustom.
12014         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12015         Compile font-lock-keywords, not KEYWORDS.
12016         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12017         Add warn, check-type.  Handle cerror like error.
12019 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
12021         * progmodes/which-func.el (which-func-keymap): New var.
12022         (which-func-face): New face.
12023         (which-func-format): Use them.
12025 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12027         * buff-menu.el (list-buffers-noselect): Append the buffer's
12028         process status to its mode name.
12030 2004-07-16  Kim F. Storm  <storm@cua.dk>
12032         * simple.el (inhibit-mark-movement): New defvar.
12033         (beginning-of-buffer, end-of-buffer): Do not push mark if
12034         inhibit-mark-movement is non-nil or C-u prefix is given.
12036         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12037         Init to beginning-of-buffer and end-of-buffer.
12038         (cua--undo-push-mark): New defvar.
12039         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12040         already active and command is in cua--preserve-mark-commands.
12041         Also fix check for shift modifier on non-window systems.
12042         (cua--post-command-handler): Clear inhibit-mark-movement if set.
12044 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
12046         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12047         of two integers, instead of a cons.
12049         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12050         `visited-file-modtime' now returns a list of two integers, instead
12051         of a cons.
12053         * dired.el (dired-directory-changed-p): Ditto.
12055         * progmodes/grep.el (grep): Doc fix.
12057 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
12059         * autorevert.el (auto-revert-tail-mode)
12060         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12061         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12062         in both at the same time.
12063         (auto-revert-tail-mode): New command.
12064         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12065         (auto-revert-handler): Revert only either tail or whole file.
12067         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12068         add auto-revert-tail-mode.
12070 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12072         * printing.el: Doc fix.  Change name of some funs.
12073         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
12074         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
12075         (pr-standard-file-name): New fun.  Replace pr-standard-path.
12076         (pr-call-process): Code fix.
12078 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
12080         * subr.el (with-selected-window): Doc fix.
12082 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
12084         * subr.el (get-buffer-window-list): Doc fix.
12086 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
12088         * files.el (switch-to-buffer-other-window): Doc fix.
12090         * window.el (save-selected-window, one-window-p)
12091         (split-window-keep-point, split-window-vertically)
12092         (split-window-horizontally): Doc fixes.
12094 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12096         * printing.el: Doc fix.  Now it uses call-process instead of
12097         shell-command for low command execution.
12098         (pr-version): New version number (6.8).
12099         (pr-shell-file-name): Option removed.
12100         (pr-shell-command): Fun removed.
12101         (pr-call-process): New fun.  Replace pr-shell-command.
12102         (pr-standard-path, pr-remove-nil-from-list): New funs.
12103         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12104         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12105         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12106         (pr-ps-utility-process, pr-txt-print): Code fix.
12108 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12110         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12111         boolean.
12113 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
12115         * wid-edit.el (widget-field-buffer): Doc fix.
12117 2004-07-09  John Paul Wallington  <jpw@gnu.org>
12119         * emacs-lisp/re-builder.el (reb-update-overlays):
12120         Distinguish between one and several matches in message.
12122 2004-07-09  Richard M. Stallman  <rms@gnu.org>
12124         * mouse.el (mouse-set-region-1): If transient-mark-mode
12125         is `identity', change it to `only'.
12127         * simple.el (current-word): Doc fix.
12129 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
12131         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12132         so that it is more understanding of whitespace.
12134         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12135         (("ns" . "element") (attr-list) children) instead of
12136         ((:ns . "element") (attr-list) children) in order to reduce the
12137         number of symbols used.
12138         (xml-skip-dtd): Change to use xml-parse-dtd but set
12139         xml-validating-parsing to nil.
12140         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12141         (xml-substitute-entity): Remove in favor of new entity substitution.
12142         (xml-substitute-special): Rewrite in to substitute complex
12143         entities from DOCTYPE declarations.
12144         (xml-parse-fragment): Parse fragments from entity deleclarations.
12145         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12146         (xml-parse-dtd, xml-substitute-special): Make validity checks
12147         conditioned on xml-validating-parser.  Add "Not Well Formed" to
12148         error messages about well-formedness.
12150 2004-07-08  Steven Tamm  <steventamm@mac.com>
12152         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12153         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12154         Do not treat double clicks and triple clicks specially in the
12155         scroll bar (preventing strange repositioning problems)
12157 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12159         * replace.el (query-replace-regexp-eval): Fix last change.
12161 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12163         * replace.el (query-replace-descr): New fun.
12164         (query-replace-read-from, query-replace-read-args): Default to the
12165         previous from&to.
12166         (query-replace-read-to): Quote the `from' string when displaying it.
12167         (query-replace-regexp-eval): Immediately check read-only status.
12168         Use query-replace-read-from to get the \n checking.
12169         Quote the `from' string when displaying it.
12170         (map-query-replace-regexp, occur-read-primary-args):
12171         Quote the `from' string when displaying it.
12173         * isearch.el (isearch-query-replace): Pass the regexp-ness and
12174         delimited-ness of the search to query-replace.
12176         * replace.el (query-replace-read-from, query-replace-read-to):
12177         New funs extracted from query-replace-read-args.
12178         (query-replace-read-args): Use them.
12180         * replace.el (query-replace-interactive, query-replace-read-args):
12181         Remove the `initial' special value.
12182         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12183         (occur-engine): Remove unused var `matchend'.
12185         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12186         Use the search string without prompting.
12188 2004-07-05  Kenichi Handa  <handa@m17n.org>
12190         * international/mule.el (decode-coding-inserted-region):
12191         Set last-coding-system-used only when coding is nil.
12193 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
12195         * progmodes/grep.el (grep-compute-defaults, grep-command)
12196         (grep-program, find-program, grep-find-use-xargs, grep-history)
12197         (grep-find-history, grep-tag-default, grep-find-command)
12198         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
12199         Add autoload cookies, for unbundled packages that load `compile'
12200         and expect all grep-related symbols to become defined.
12202 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
12204         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
12205         (iimage-mode-image-search-path): New user option to search the
12206         image file.
12207         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
12208         have locate-file.
12209         (iimage-mode-buffer): Use it.
12211 2004-07-03  Nick Roberts  <nickrob@gnu.org>
12213         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
12214         carefully.
12215         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
12217 2004-07-03  Juri Linkov  <juri@jurta.org>
12219         * replace.el (query-replace-read-args): Swallow space after 'foo,
12220         not after (quote foo).  Match space only immediately after symbol,
12221         not anywhere in the whole string.
12223 2004-07-02  Richard M. Stallman  <rms@gnu.org>
12225         * replace.el (query-replace-read-args): Swallow space after
12226         symbols, not after closeparens.  But avoid error if string ends there.
12228         * progmodes/python.el (python-beginning-of-statement):
12229         Exit the loop if backward-up-list gets error.
12231         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
12233 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
12235         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
12236         only if vc-consult-headers is non-nil.
12238 2004-07-02  Juri Linkov  <juri@jurta.org>
12240         * pcvs.el (cvs-mode-diff-repository): New command.
12242         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
12244 2004-07-01  Juri Linkov  <juri@jurta.org>
12246         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
12247         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
12248         C-M-% to isearch-query-replace-regexp.
12249         (minibuffer-local-isearch-map): Add arrow key bindings.
12250         Bind C-f to isearch-yank-char-in-minibuffer.
12251         (isearch-forward): Doc fix.
12252         (isearch-edit-string): Doc fix.
12253         (isearch-query-replace, isearch-query-replace-regexp): New funs.
12254         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
12255         (isearch-yank-char): Add optional arg.
12256         (isearch-yank-char-in-minibuffer): New fun.
12258         * replace.el (query-replace-interactive): Change type from boolean
12259         to choice.  Add value `initial'.
12260         (query-replace-read-args): Handle value `initial' of
12261         query-replace-interactive.
12263 2004-06-29  Kim F. Storm  <storm@cua.dk>
12265         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
12266         (breakpoint-disabled-bitmap-face): Add :group 'gud.
12268         * progmodes/ada-xref.el (ada-tight-gvd-integration):
12269         Add :group 'ada.
12271         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
12273 2004-06-29  Juri Linkov  <juri@jurta.org>
12275         * replace.el (query-replace-read-args): Swallow a space after
12276         everything except )]" which in most cases means after a symbol.
12278         * emacs-lisp/pp.el (pp-buffer): Add autoload.
12280 2004-06-28  Richard M. Stallman  <rms@gnu.org>
12282         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
12283         More changes to go with previous change in font-lock.el.
12285 2004-06-26  David Kastrup  <dak@gnu.org>
12287         * replace.el (perform-replace): Highlight the match even in
12288         non-query mode if there is potential replace string editing.
12290 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
12292         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
12293         agree with new return value of `file-remote-p'.
12294         This syncs with Tramp 2.0.42.
12296         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
12297         according to new documentation of `file-remote-p'.
12299         * files.el (file-remote-p): Fix doc to say that return value is
12300         identification of remote system, if not nil.
12301         (file-relative-name): Use new return value of `file-remote-p'.
12303 2004-06-26  Nick Roberts  <nickrob@gnu.org>
12305         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
12306         (gdb-goto-breakpoint): Fix breakage.
12308 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
12310         * man.el (Man-getpage-in-background): Add windows-nt to the list
12311         of systems where shell-file-name should be used instead of
12312         literal "sh".
12314 2004-06-25  Sam Steingold  <sds@gnu.org>
12316         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
12317         function names `(setf symbol)'.
12319 2004-06-24  Richard M. Stallman  <rms@gnu.org>
12321         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
12323         * font-lock.el (font-lock-keywords): Change format of compiled values.
12324         Document it.
12325         (font-lock-add-keywords): If font-lock-keywords is compiled,
12326         extract the uncompiled version, modify, then recompile.
12327         (font-lock-remove-keywords): Likewise.
12328         (font-lock-fontify-keywords-region): Handle changed format.
12329         (font-lock-compile-keywords): Handle changed format.
12330         (font-lock-set-defaults): Compile the keywords explicitly here.
12332 2004-06-24  David Kastrup  <dak@gnu.org>
12334         * replace.el (query-replace-read-args): Implement `\,' and `\#'
12335         replacements here.
12336         (query-replace-regexp): Doc string explaining this and the new
12337         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
12338         is better placed in `query-replace-read-args'.
12339         (replace-regexp): Explain `\,', `\#' and `\?'.
12340         (replace-match-data): New function for thorough reuse/destruction
12341         of old match-data.
12342         (replace-match-maybe-edit): Function for implementing `\?' editing.
12343         (perform-replace): Fix maintaining of the match stack including
12344         already matched regions, implement `\?', fix various problems
12345         with regions while editing and other stuff.
12346         (replace-highlight): Simplify.
12348 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
12350         * progmodes/grep.el (grep-error-screen-columns): New variable.
12351         (grep-regexp-alist): Give it the full functionality of gnu style
12352         compilation messages with line and column ranges.  Ask me for the
12353         perl script I'm working on, that uses these.
12355 2004-06-23  Nick Roberts  <nickrob@gnu.org>
12357         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
12358         Remove.
12359         (comint-insert-input, comint-mouse-insert-input): New functions
12360         based on comint-insert-clicked-input for two bindings but just
12361         one functionality.
12363 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
12365         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
12367 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
12369         * files.el (write-contents-functions): Doc fix.
12371 2004-06-21  Juanma Barranquero  <lektu@terra.es>
12373         * image.el (image-library-alist): Rewrite docstring in active voice.
12375 2004-06-20  Richard M. Stallman  <rms@gnu.org>
12377         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
12379         * isearch.el (isearch-repeat): Avoid testing old match data.
12380         (isearch-message): Display trailing space in special font
12381         when search is failing.
12382         (isearch-search-fun-function): Doc fix.
12384         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
12386 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
12388         * frame.el (show-trailing-whitespace): Doc fix.
12390         * cus-edit.el (custom-variable-documentation): New function.
12391         (custom-variable): Use it.
12393 2004-06-19  Nick Roberts  <nickrob@gnu.org>
12395         * man.el (Man-getpage-in-background): Revert previous change but
12396         make cygwin a special case.
12398 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
12400         * autorevert.el (global-auto-revert-non-file-buffers):
12401         Update docstring.
12403 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
12405         * progmodes/compile.el (compilation-error-properties): Store one
12406         more than end-col, if present, so that transient-mark-mode will
12407         highlight last char too.
12408         * progmodes/grep.el (grep-regexp-alist): Match columns and column
12409         ranges, if present.
12411 2004-06-18  Jason Rumney  <jasonr@gnu.org>
12413         * makefile.w32-in: Double percent signs in for loops.
12415 2004-06-17  David Kastrup  <dak@gnu.org>
12417         * replace.el (query-replace-read-args): Only warn about use of \n
12418         and \t when we are doing a regexp replacement and the actual
12419         escaped character is n or t.
12420         (query-replace-regexp): Add \, and \# interpretation to
12421         interactive call and document it.
12422         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
12423         as shortkey for replace-count.
12424         (replace-quote): New function for doubling backslashes.
12426 2004-06-17  Juanma Barranquero  <lektu@terra.es>
12428         * files.el (parse-colon-path, cd): Mention in docstring that the
12429         path separator is colon in GNU-like systems.
12431         * newcomment.el (comment-region-internal): Fix docstring.
12433         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
12434         (ewoc-invalidate, ewoc-collect): Doc fixes.
12435         (ewoc--create-node, ewoc--delete-node-internal):
12436         Fix typos in docstring.
12438 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
12440         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
12441         manual to docstring.
12443 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12445         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
12447 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
12449         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12450         Add hyperlink to emacs-xtra manual to docstring.
12452         * autorevert.el (global-auto-revert-non-file-buffers):
12453         Add hyperlink to emacs-xtra manual to docstring, as well as an
12454         info-link.
12456 2004-06-14  Juanma Barranquero  <lektu@terra.es>
12458         * image.el (image-library-alist): New variable to map image types
12459         to external libraries.  Initialized to nil, unless system-specific
12460         configs change it.
12461         (image-type-available-p): Determine whether an image type is
12462         available by calling `init-image-library'.
12464         * term/w32-win.el (image-library-alist): Initialize to a known set
12465         of probable library names.
12467 2004-06-14  Kenichi Handa  <handa@m17n.org>
12469         * international/code-pages.el (windows-1256, cp1125): Fix tables
12470         for several characters.
12472         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
12474 2004-06-13  Richard M. Stallman  <rms@gnu.org>
12476         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
12478         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
12479         not "`pc-selection-mode'".
12481         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
12483         * simple.el (previous-matching-history-element): Specify a default.
12485         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
12487         * cus-face.el (custom-declare-face): Simplify code.
12489         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
12491 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
12493         * files.el (before-save-hook): Add `time-stamp' to the options.
12495         * time-stamp.el (time-stamp): Recommend adding it to
12496         `before-save-hook', rather than `write-file-functions'.
12497         Make a similar change in `Commentary' section.
12499 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12501         * diff-mode.el (diff-current-defun): If at start of hunk, use
12502         position of first change.
12504 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
12506         * dired-x.el (dired-mark-omitted): Bind to "*O".
12508 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
12510         * bookmark.el (bookmark-bmenu-relocate): New function, as
12511         suggested by David J. Biesack <David.Biesack@sas.com>.
12512         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
12513         (bookmark-bmenu-mode): Describe binding in doc string.
12514         (bookmark-set-filename): Save the bookmark list if it's time.
12516 2004-06-13  Kenichi Handa  <handa@m17n.org>
12518         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
12519         (ccl-untranslated-to-ucs): Fix typo.
12521 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
12523         * progmodes/python.el (python-open-block-statement-p):
12524         Fix indentation after a block opening that contains a comment.
12526 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
12528         * bindings.el (completion-ignored-extensions): Add file extensions
12529         of Python byte-compiled files.
12531 2004-06-12  Juri Linkov  <juri@jurta.org>
12533         * info.el (Info-goto-node): Add autoload.
12534         (Info-toc): Add substring-no-properties on Info file name.
12535         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
12536         (Info-mode-map): Bind L to Info-history, T to Info-toc.
12538 2004-06-12  Kenichi Handa  <handa@m17n.org>
12540         * international/mule-cmds.el (set-language-environment):
12541         Load subst tables if necessary.
12543         * international/mule.el (decode-char): Load subst tables if necessary.
12544         (encode-char): Likewise.
12546         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
12547         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
12548         (utf-16le-decode-loop): Set r5 to -1 before loop.
12549         (utf-16be-decode-loop): Likewise.
12550         (ccl-decode-mule-utf-16le): Add EOF processing block.
12551         (ccl-decode-mule-utf-16be): Likewise.
12552         (ccl-decode-mule-utf-16le-with-signature): Likewise.
12553         (ccl-decode-mule-utf-16be-with-signature): Likewise.
12554         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
12555         (ccl-mule-utf-16-encode-untrans): New CCL.
12556         (utf-16-decode-to-ucs): Handle pre-read character.
12557         (utf-16le-encode-loop): Handle surrogate pair.
12558         (utf-16be-encode-loop): Likewise.
12559         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
12560         of utf-16le-encode-loop.
12561         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
12562         of utf-16be-encode-loop.
12563         (mule-utf-16-post-read-conversion):
12564         Call utf-8-post-read-conversion at first.
12565         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
12566         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
12567         Add post-read-conversion and pre-write-conversion.
12569         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
12570         (utf-translate-cjk-unicode-range): New variable.
12571         (utf-translate-cjk-load-tables): New function.
12572         (utf-lookup-subst-table-for-decode): New function.
12573         (utf-lookup-subst-table-for-encode): New function.
12574         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
12575         tables here.  Update safe-charsets of utf-* coding systems.
12576         (ccl-mule-utf-untrans): New CCL.
12577         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
12578         at end of each branch.
12579         (ccl-mule-utf-8-encode-untrans): New CCL.
12580         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
12581         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
12582         length of encoding.  Don't return r0.
12583         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
12584         (utf-8-post-read-conversion): Narrow to region properly.
12585         If utf-translate-cjk-mode is on, load tables if necessary.
12586         Call utf-8-compose with hash-table arg if necessary.
12587         Call XXX-compose-region instead of XXX-post-read-convesion.
12588         (utf-8-pre-write-conversion): New function.
12589         (mule-utf-8): Include CJK charsets in safe-charsets if
12590         utf-translate-cjk-mode is on.  Add pre-write-conversion.
12592         * international/characters.el: Temporarily set
12593         utf-translate-cjk-mode to nil.
12595         * language/devan-util.el (devanagari-compose-region):
12596         Add autoload cookie.
12598         * international/ccl.el (ccl-dump-call): Fix printing the
12599         subroutine name.
12601 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
12603         * dired.el (dired-revert): If buffer is marked unmodified before
12604         reverting, keep it marked unmodified.
12605         Adapt to new conventions for commenting out code.
12606         (dired-make-relative): Adapt to new conventions for commenting out code.
12608 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
12610         * eshell/esh-module.el (eshell-load-defgroups):
12611         Bind `vc-handled-backends' to nil when opening files.
12613 2004-06-11  Juanma Barranquero  <lektu@terra.es>
12615         * files.el (parse-colon-path, cd): Doc fixes (refer to
12616         `path-separator', not colon).
12618 2004-06-10  Juanma Barranquero  <lektu@terra.es>
12620         * newcomment.el (comment-search-forward)
12621         (comment-search-backward): Fix typos in docstring.
12622         (comment-region): Doc fix.
12624 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
12626         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
12627         switch is no longer stored in `dired-switches-alist'.
12629         * dired-aux.el (dired-insert-subdir): Do not store R switch in
12630         `dired-switches-alist'.
12632 2004-06-10  Kim F. Storm  <storm@cua.dk>
12634         * pcvs.el (cvs-mode-diff-yesterday): New command.
12636         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
12638 2004-06-10  Juri Linkov  <juri@jurta.org>
12640         * emacs-lisp/edebug.el (edebug-eval-defun):
12641         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
12642         Fix docstring.
12644         * simple.el (eval-expression-print-format): Don't print additional
12645         information on the first call to `eval-print-last-sexp'.
12646         (next-error-find-buffer): Fix punctuation.
12647         (killing) <defgroup>: Fix punctuation.
12648         (yank-excluded-properties): Change group from editing to killing.
12650         * replace.el (perform-replace): Use `limit' to terminate the
12651         while-loop explicitly.
12653 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12655         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
12656         Use lc-*.xpm as prefix instead of *-locol.xpm.
12658         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
12659         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
12660         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
12661         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
12662         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
12663         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
12664         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
12665         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
12666         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
12667         * toolbar/lc-up_arrow.xpm:
12668         Rename from *-locol.xpm.
12670 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
12672         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
12673         include forms like &<str>; as valid url patterns.
12675 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
12677         * dired.el (dired-diff, dired-backup-diff)
12678         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
12679         (dired-do-chown, dired-do-touch, dired-do-print)
12680         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
12681         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
12682         (dired-create-directory, dired-do-copy, dired-do-symlink)
12683         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
12684         (dired-do-copy-regexp, dired-do-hardlink-regexp)
12685         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
12686         (dired-maybe-insert-subdir, dired-next-subdir)
12687         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
12688         (dired-kill-subdir, dired-tree-up, dired-tree-down)
12689         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
12690         (dired-run-shell-command, dired-query): Remove redundant,
12691         or incorrect, autoloads.
12693         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
12694         does not end in a slash.  Add optional argument KILL-ROOT.
12695         Update docstring.
12696         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
12697         (dired-query): Add autoloads.
12699 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
12701         * progmodes/compile.el (compilation-set-window-height):
12702         Rearrange the save-* functions because a buffer can have several current
12703         point in different windows.
12704         (compilation-error-regexp-alist-alist): Recognize {standard input}
12705         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
12707 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12709         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
12710         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
12711         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
12712         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
12713         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
12714         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
12715         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
12716         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
12717         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
12718         * toolbar/up_arrow-locol.xpm:
12719         New versions of icons that uses fewer colors.
12721         * toolbar/tool-bar.el (tool-bar-local-item)
12722         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
12723         if display-color-cells is 256 or less.
12725 2004-06-08  Kim F. Storm  <storm@cua.dk>
12727         * wid-edit.el (widget-specify-button): Use hand pointer rather
12728         than mouse-face as visible mouse-over effect.
12730 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
12732         * saveplace.el (save-place-alist-to-file): Bind `print-length'
12733         and `print-level' to nil when writing out `save-place-alist'.
12734         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
12736 2004-06-07  Juanma Barranquero  <lektu@terra.es>
12738         * completion.el (completion-kill-region): Doc fix.
12740         * format.el (format-insert-annotations)
12741         (format-annotate-location): Doc fixes.
12742         (format-subtract-regions): Make arguments match their use in docstring.
12744         * simple.el (kill-region): Doc fix.
12746         * subr.el (insert-buffer-substring-no-properties)
12747         (insert-buffer-substring-as-yank): Doc fixes.
12749 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
12751         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12752         Update docstring.
12753         (dired-reset-subdir-switches): New function.
12755         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
12756         Limit scope of `buffer-read-only' binding.
12758 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
12760         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
12761         eshell-explicit-command-char.
12763 2004-06-06  Juanma Barranquero  <lektu@terra.es>
12765         * help-fns.el (help-argument-name): Inherit from italic face only
12766         if the frame supports it.
12768 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12770         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
12771         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
12772         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
12773         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
12774         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
12775         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
12776         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
12777         New conversions from xpm files.
12779         * toolbar/README: New file.
12781 2004-06-06  Richard M. Stallman  <rms@gnu.org>
12783         * isearch.el (isearch-mode-map): Undo previous change.
12785 2004-06-05  Juri Linkov  <juri@jurta.org>
12787         * bindings.el (debug-ignored-errors): Add regexps for history
12788         related messages.  Remove $ from "No further undo information".
12789         Move Ediff's messages to ediff.el.
12791         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
12793         * cus-edit.el (custom-display): Add `min-colors'.
12795         * custom.el (defface): Add `supports' to docstring.
12797         * help-fns.el (help-argument-name): Add :group 'help.
12799 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
12801         * find-dired.el (find-ls-subdir-switches): New user option.
12802         (find-dired): No longer call `abbreviate-file-name' on DIR.
12803         Set `dired-subdir-switches' buffer-locally.
12805         * locate.el: Merge the two `Commentary' sections.
12806         (locate-ls-subdir-switches): New user option.
12807         (locate): Update for other changes.
12808         (locate-mode-map): Restore Dired binding for mouse-2.
12809         Bind `locate-mouse-view-file' to M-mouse-2.
12810         Bind `l' to `locate-do-redisplay'.
12811         (locate-main-listing-line-p, locate-do-redisplay): New functions.
12812         (locate-mouse-view-file, locate-tags, locate-find-directory):
12813         Print message if used outside main listing.
12814         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
12815         Various changes to support inserted subdirectories.
12816         (locate-insert-header): Change header of *Locate* buffer.
12818         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12819         Change interactive default switches.
12820         (dired-rename-subdir-2): Update `dired-switches-alist'.
12821         (dired-insert-subdir, dired-kill-subdir):
12822         Handle `dired-switches-alist'.  Do not mark buffer modified.
12823         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
12824         (dired-insert-subdir-doinsert): Omit messages.
12825         Handle `dired-subdir-switches'.
12826         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
12828         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
12829         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
12830         subdirs if -R switch is used for a subdir.
12831         (dired-mode): Set `dired-switches-alist'.
12832         (dired-build-subdir-alist): Only print number of directories in
12833         echo area when invoked interactively.
12835 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
12837         * dired-x.el (dired-omit-mode): Rename from
12838         dired-omit-files-p.  Use define-minor-mode to define it.
12839         (dired-omit-files-p): Add as alias for dired-omit-mode.
12840         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
12841         dired-mark-omitted.
12842         (dired-mark-omitted): Add.  Bind to M-O.
12844 2004-06-05  Kenichi Handa  <handa@m17n.org>
12846         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
12848 2004-06-05  Juanma Barranquero  <lektu@terra.es>
12850         * help-fns.el (help-argument-name): Reintroduce face.
12851         (help-default-arg-highlight): Use it, now that
12852         `face-differs-from-default-p' can be trusted.
12854 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
12856         * textmodes/table.el: Sentence commands added to Point Motion
12857         group; kill and backward-kill commands added to Extraction group.
12859 2004-06-04  Mario Lang  <mlang@delysid.org>
12861         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
12862         systems appear to use mW, make the code handle this.  Fix a
12863         division-by-zero bug while at it, and handle kernels with
12864         a slightly different layout in /proc/acpi.
12866 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
12868         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
12869         because the latter is a CL-ism.  This fixes the bug reported by
12870         Shawn Boyette <mdxi@collapsar.net> in
12871         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
12873 2004-06-04  Miles Bader  <miles@gnu.org>
12875         * faces.el (display-supports-face-attributes-p): Function moved to
12876         C code.  Previously only the tty-related portion of this function
12877         was done in C; however the previous attempt to do a halfway-proper
12878         job for non-tty displays in lisp didn't work properly because of
12879         funny conditions during Emacs startup.
12880         (face-differs-from-default-p): Simplify, now that
12881         display-supports-face-attributes-p works properly on all display
12882         types.  Remove :stipple from comparison; it doesn't really work
12883         in emacs anyway.
12885 2004-06-04  Miles Bader  <miles@gnu.org>
12887         * faces.el (face-differs-from-default-p): Use a different
12888         implementation, so we can really check whether FACE displays
12889         differently or not.
12891 2004-06-04  Miles Bader  <miles@gnu.org>
12893         * faces.el (display-supports-face-attributes-p): Implement a
12894         `different from default' check for non-tty displays.
12896 2004-06-03  David Kastrup  <dak@gnu.org>
12898         * woman.el (woman-mapcan): More concise code.
12899         (woman-topic-all-completions, woman-topic-all-completions-1)
12900         (woman-topic-all-completions-merge): Replace by a simpler and
12901         much faster implementation based on O(n log n) sort/merge instead
12902         of the old O(n^2) behavior.
12904 2004-06-03  Miles Bader  <miles@gnu.org>
12906         * subr.el (read-number): Use canonical format for default in prompt.
12908         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
12909         Add regexp for " [...]" style defaults.
12911 2004-06-02  Romain Francoise  <romain@orebokech.com>
12913         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
12914         groups: if the user asks for a hidden buffer, open the
12915         corresponding filter group to expose it.
12917         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
12918         `ibuffer-jump-to-buffer'.
12919         (ibuffer-jump-offer-only-visible-buffers): New user option.
12921 2004-06-02  Juanma Barranquero  <lektu@terra.es>
12923         * faces.el (frame-update-faces): Add empty docstring so the one
12924         for `ignore' doesn't show through.
12926         * subr.el (process-kill-without-query): Remove spurious "\n" on
12927         obsolescence string.
12928         (focus-frame, unfocus-frame): Add obsolescence declaration and
12929         empty docstring.
12931         * international/mule.el (register-char-codings): Make alias for
12932         `ignore'.  Move docstring to obsolescence info and remove redundancy.
12934 2004-06-02  Kim F. Storm  <storm@cua.dk>
12936         * frame.el (blink-cursor-start): Turn cursor off initially so blink
12937         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
12939 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
12941         * comint.el (comint-replace-by-expanded-history-before-point):
12942         Obey `start' as the docstring says.
12943         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
12944         (comint-update-fence): Prevent font-lock from running unnecessarily.
12945         (comint-dynamic-list-completions): Use with-current-buffer.
12947 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12949         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
12950         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
12951         (bibtex-entry-update): Handle alternatives and optional fields.
12952         (bibtex-parse-entry): Bugfix, handle empty key.
12954 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
12956         * vc-arch.el (vc-arch-state): Don't assume the file exists.
12958 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
12960         * desktop.el (desktop-save): Don't save minor modes without a
12961         known mode initialization function.
12963 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
12965         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
12967         * autorevert.el: Update `Commentary' section.
12969 2004-05-30  Juanma Barranquero  <lektu@terra.es>
12971         * dos-fns.el (convert-standard-filename):
12972         * files.el (convert-standard-filename):
12973         * w32-fns.el (convert-standard-filename):
12974         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
12976 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
12978         Sync with Tramp.
12980         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
12981         (tramp-let-maybe): Move to an earlier spot in the file.
12982         Patch by Andreas Schwab.
12984 2004-05-30  Andreas Schwab  <schwab@suse.de>
12986         * dired.el (dired-get-filename): Don't use dired-re-dot.
12988 2004-05-30  Richard M. Stallman  <rms@gnu.org>
12990         * files.el (find-file): Doc fix.
12992         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
12994 2004-05-30  Nick Roberts  <nickrob@gnu.org>
12996         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
12997         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
12998         modeline of the locals buffer.
12999         (gdb-goto-breakpoint): Handle gdbmi.
13000         (gdb-get-frame-number): Change for gdbmi.
13002 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
13004         * files.el (file-remote-p): Apply file name handler for operation
13005         `file-remote-p'.  It isn' a property any longer.
13006         (file-relative-name): `fh' and `fd' get the required value via
13007         `find-file-name-handler' already.
13009         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13010         (top): Remove setting of `file-remote-p' property for
13011         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
13013 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
13015         Version 2.0.41 of Tramp released.
13017         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13018         Throw away if process has died.
13019         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13020         (tramp-out-of-band-prompt-regexp): Rename to
13021         `tramp-process-alive-regexp', because its usage is widen.
13022         (tramp-actions-copy-out-of-band): Apply it.
13023         (tramp-actions-before-shell, tramp-multi-actions):
13024         Add `tramp-action-process-alive' action.
13025         (tramp-action-process-alive): New defun.
13026         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13027         Add entry for `file-remote-p'.
13028         (tramp-handle-file-remote-p): New defun.
13029         (top): Remove setting of `file-remote-p'.  Don't set
13030         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13032         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13033         `file-remote-p'.
13035         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13036         counted for (last) line.  [They should or they shouldn't?  --Stef]
13037         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13039 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
13041         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13042         not really necessary but seems to keep the shell history smaller
13043         in some cases.  It is no substitute for setting HISTFILE and
13044         HISTSIZE from tramp-open-connection-setup-interactive-shell,
13045         though.  Suggested by Luc Teirlinck.
13046         (tramp-open-connection-setup-interactive-shell): Export variables
13047         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
13048         (tramp-set-process-query-on-exit-flag): New compat function.
13049         (tramp-open-connection-multi, tramp-open-connection-su)
13050         (tramp-open-connection-rsh, tramp-open-connection-telnet)
13051         (tramp-do-copy-or-rename-file-out-of-band): Use it.
13052         (tramp-let-maybe): New macro, let-binds a variable only if it
13053         isn't obsolete.
13054         (tramp-check-ls-commands, tramp-handle-expand-file-name)
13055         (tramp-handle-file-truename): Use it.
13056         (tramp-completion-file-name-regexp-unified): Avoid matching
13057         filenames starting with "/:" -- those are reserved for
13058         file-name-non-special.
13060         * tramp-smb.el (tramp-smb-open-connection):
13061         Use tramp-set-process-query-on-exit-flag compat function.
13063 2004-05-29  Richard M. Stallman  <rms@gnu.org>
13065         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13067         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13068         (eval-last-sexp-print-value): Print char equivalent regardless
13069         of standard-output value.
13071         * thumbs.el (thumbs-subst-char-in-string): Delete.
13072         (thumbs-thumbname): Use subst-char-in-string.
13073         (thumbs-resize-image): Use condition-case, not ignore-errors.
13074         (thumbs-kill-buffer): Likewise.
13076         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
13077         (thumbs-mode): Make buffer read-only.
13078         (thumbs-make-thumb): Unconditionally accept an existing file.
13079         (thumbs-insert-thumb): Add thumb-image-file property to the image.
13080         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13081         (thumbs-show-thumbs-list): Error if images not supported.
13082         (thumbs-save-current-image): Improve prompt string.
13083         (thumbs-mode-map): Define u, R, x.
13084         (thumbs-unmark): New command.
13085         (thumbs-emboss-image): Minor cleanup.
13086         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13087         (thumbs-rename-images): New command.
13088         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
13090         * thumbs.el (thumbs-current-image): New function.
13091         (thumbs-file-list, thumbs-file-alist): New functions.
13092         (thumbs-find-image): Delete arg L.
13093         Don't set up thumbs-fileL as buffer-local global var.
13094         (thumbs-find-image-at-point): Use thumbs-current-image.
13095         (thumbs-set-image-at-point-to-root-window): Likewise.
13096         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13097         Record and warn about errors.  Update thumbs-markedL for deletions.
13098         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13099         (thumbs-redraw-buffer): Use thumbs-file-list.
13100         (thumbs-mark): Use thumbs-current-image.
13101         (thumbs-show-name): Use thumbs-current-image.
13103         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13104         and imenu--last-menubar-index-alist.
13106         * subr.el (with-selected-window): Undo previous change.
13108 2004-05-29  John Paul Wallington  <jpw@gnu.org>
13110         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13111         (thumbs-mouse-find-image): New command.
13112         (thumbs-mode-map): Bind it to mouse-2.
13113         (thumbs-mode): Make mode-class special.
13114         (thumbs-view-image-mode): Likewise.
13116 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
13118         * flymake.el: New file.
13120 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
13122         * files.el (find-file-noselect-1): Do not bind
13123         `inhibit-read-only' to t during execution of
13124         `find-file-not-found-functions'.
13126 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13128         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13129         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13131 2004-05-28  Juri Linkov  <juri@jurta.org>
13133         * simple.el (eval-expression-print-format): New fun.
13135         * simple.el (eval-expression):
13136         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13137         * emacs-lisp/edebug.el (edebug-compute-previous-result)
13138         (edebug-eval-expression): Print additionally the value returned by
13139         `eval-expression-print-format'.
13141         * emacs-lisp/lisp.el (insert-pair-alist): New var.
13142         (insert-pair): Make arguments optional.  Find character pair
13143         from `insert-pair-alist' according to the last input event.
13144         (insert-parentheses): Make arguments optional.
13145         (raise-sexp, delete-pair): New funs.
13147         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13148         (emacs-lisp-mode-map, lisp-interaction-mode-map):
13149         Bind C-M-q to `indent-pp-sexp'.
13151         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13152         `pp-to-string' modified to be able to format text with newlines.
13153         (pp-to-string): Move the buffer-formatting part of the code to
13154         `pp-buffer'.  Call `pp-buffer'.
13156         * info.el (Info-desktop-buffer-misc-data): Don't save information
13157         about virtual files.
13158         (Info-restore-desktop-buffer): Restore Info buffers in prepared
13159         buffers with names obtained from the desktop file instead of the
13160         default *info* buffer.
13162 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13164         * subr.el (with-selected-window): Only save/restore the selected window.
13166         * progmodes/compile.el (compilation-error-regexp-alist):
13167         Use expand-file-name and data-directory.
13169         * progmodes/grep.el (grep-tree): Rework previous fix.
13171         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13172         after the user marked text with the mouse.
13174         * startup.el (command-line): Keep the first regexp of
13175         auto-save-file-name-transforms intact.
13177 2004-05-28  Juanma Barranquero  <lektu@terra.es>
13179         * cus-edit.el (customize-face, customize-face-other-window)
13180         (custom-face-edit-delete): Make arguments match their use in
13181         docstring.
13182         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13183         docstring.
13185         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13186         not `cvs-butlast'.
13188         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
13189         `nbutlast' are in subr.el).
13191         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
13192         (set-w32-system-coding-system): Doc fixes.
13194         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
13195         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
13196         Make arguments match their use in docstring.
13197         (artist-draw-region-trim-line-endings)
13198         (artist-mouse-choose-operation): Fix typo in docstring.
13199         (artist-key-set-point-common): Doc fix.
13201 2004-05-28  Simon Josefsson  <jas@extundo.com>
13203         * mail/smtpmail.el (smtpmail-open-stream):
13204         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
13206 2004-05-26  Simon Josefsson  <jas@extundo.com>
13208         * starttls.el: Merge with my GNUTLS based starttls.el.
13209         (starttls-gnutls-program, starttls-use-gnutls)
13210         (starttls-extra-arguments, starttls-process-connection-type)
13211         (starttls-connect, starttls-failure, starttls-success): New variables.
13212         (starttls-program, starttls-extra-args): Doc fix.
13213         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
13214         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
13215         and pass on to corresponding *-gnutls function if it is set.
13217 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
13219         * autorevert.el (auto-revert-handler): Disable auto-reverting of
13220         remote files.
13222 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
13224         * files.el (file-name-non-special): There are more operations
13225         which need handling: `find-backup-file-name',
13226         `insert-file-contents', `verify-visited-file-modtime',
13227         `write-region'.  Rename t value of method to `add'.  Add new
13228         methods `quote' and `unquote-then-quote' to file-arg-indices.
13230 2004-05-25  Juri Linkov  <juri@jurta.org>
13232         * info.el (Info-toc): Call Info-mode on intermediate buffer.
13233         (Info-index-nodes): Enclose code in condition-case to catch errors.
13234         (Info-index-node): Don't search all index nodes if request is only
13235         for the current node and file is not in the cache of index nodes.
13236         (Info-mode-map): Bind Info-copy-current-node-name to `w'
13237         for consistency with dired-copy-filename-as-kill.
13238         Bind `S' to Info-search-case-sensitively.
13239         (Info-copy-current-node-name): New arg.  With zero prefix arg put
13240         the name inside a function call to `info'.  Display copied text in
13241         the echo area.
13243 2004-05-25  Sam Steingold  <sds@gnu.org>
13245         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
13246         strip the package prefix from the symbol name, if any.
13247         Make it the `find-tag-default-function' for `lisp-mode'.
13249 2004-05-25  John Paul Wallington  <jpw@gnu.org>
13251         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
13252         instead of obsolete `process-kill-without-query'.
13254         * textmodes/texinfmt.el (texinfo-indexvar-alist):
13255         Declare as variable, not constant.
13257 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
13259         * files.el (find-file-noselect-1): Fix bug introduced by
13260         Revision 1.694.  As a side effect, `inhibit-read-only'
13261         is again, by default, t during execution of
13262         `find-file-not-found-functions'.
13263         (insert-directory): Check that lines were really inserted by
13264         the --dired switch, before erasing them.
13266 2004-05-24  Nick Roberts  <nickrob@gnu.org>
13268         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
13269         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
13270         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
13271         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
13272         gud-minor-mode (gdbmi).
13274 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
13276         * net/browse-url.el (browse-url-interactive-arg): Enable user to
13277         explicitly select the text to be taken as URL.
13279 2004-05-23  Juri Linkov  <juri@jurta.org>
13281         * info.el (Info-index-nodes): New var and fun.
13282         (Info-goto-index, Info-index, info-apropos)
13283         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
13284         (Info-index): Fix docstring.  Store and restore Info-history-list.
13285         (Info-complete-nodes): New var.
13286         (Info-complete-menu-item): Use it.
13287         (Info-index-node): New fun.
13288         (Info-final-node, Info-forward-node, Info-backward-node)
13289         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
13290         Use Info-index-node.
13291         (Info-extract-menu-item, Info-extract-menu-counting): Set second
13292         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
13293         (Info-find-node-2): If a node with period in its name not found,
13294         try to find a node without the name part after period.
13295         (Info-select-node): Call Info-fontify-node only if
13296         Info-fontify-maximum-menu-size is not nil.
13297         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
13298         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
13299         Preserve Info-history-list.
13300         (Info-toc): Set Info-current-file.
13301         (Info-build-toc): Move point to the beginning of the buffer.
13302         Add main-file variable.
13303         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
13304         Use backslashed representation of the control character ^_.
13306         * textmodes/texinfmt.el (texinfo-print-index): Print index line
13307         numbers in the new Texinfo 4.7 format.
13309         * add-log.el (change-log-font-lock-keywords): Remove `:' from
13310         regexps for function and variable names.
13312         * descr-text.el (describe-property-list): Add [show] button for
13313         `syntax-table' property with action to pp to a separate buffer.
13314         (describe-char): Replace search-forward by re-search-forward with
13315         whitespace regexp after "character:" to not fail in too narrow windows.
13317         * simple.el (next-error-find-buffer): Add a rule to return
13318         next-error capable buffer if one window on the selected frame
13319         displays such buffer.
13321 2004-05-23  Nick Roberts  <nickrob@gnu.org>
13323         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
13324         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
13325         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
13326         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
13327         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
13328         Handle new value for gud-minor-mode (gdbmi).
13329         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
13330         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
13331         Change from local to global gdb variable set.
13332         (gdb-ann3): Initialise above gdb variable set.
13333         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
13334         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
13335         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
13336         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
13337         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
13338         (gdb-info-locals-handler, gdb-invalidate-assembler)
13339         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
13340         set as global variables.
13341         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
13342         Handle gdbmi.
13343         (gdb-info-breakpoints-custom): Fix regexp.
13344         (def-gdb-var): Delete.
13346         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
13347         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
13348         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
13349         a new mode.  The file (gdb-mi.el) for this mode will be included
13350         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
13351         primary interface.
13353 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
13355         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
13356         interpreted as a directory.
13358 2004-05-22  Richard M. Stallman  <rms@gnu.org>
13360         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
13361         as a close quote.
13363         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
13365         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
13366         Use assoc-string, not assoc-ignore-case.
13368         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
13370         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
13371         If moving back then fwd gets a defun that ends before point,
13372         try again moving fwd then back.
13374         * files.el (file-name-non-special): Allow t in file-arg-indices
13375         to mean requote the return value.  Use `identity' as an element
13376         rather than as the whole value.
13378         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
13380 2004-05-22  Juanma Barranquero  <lektu@terra.es>
13382         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
13383         `help-make-usage'.
13384         (help-highlight-arguments): Skip function name before searching
13385         for arguments.
13387 2004-05-21  Juanma Barranquero  <lektu@terra.es>
13389         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
13390         Don't mention in the docstring these arguments meant for
13391         internal (recursive) use only.
13392         (allout-char-spec): Comment out (it's not implemented).
13393         (allout-old-expose-topic, allout-exposure): Fix docstring and add
13394         obsolescence declaration.
13395         (allout-flatten-exposed-to-buffer)
13396         (allout-indented-exposed-to-buffer): Fix typos in docstring.
13397         (my-mark-marker): Doc fix.
13398         (produce-allout-mode-map, allout-sibling-index)
13399         (allout-isearch-expose, allout-distinctive-bullet)
13400         (allout-open-topic, allout-reindent-body)
13401         (allout-rebullet-heading, allout-process-exposed)
13402         (allout-insert-listified, allout-latex-verb-quote)
13403         (allout-insert-latex-header, allout-insert-latex-trailer):
13404         Make arguments match their use in docstring.
13405         (allout-primary-bullet, allout-old-style-prefixes)
13406         (allout-inhibit-protection, allout-init, allout-mode)
13407         (allout-before-change-protect, allout-flag-region):
13408         Use "Emacs" instead of "emacs" in docstrings.
13410 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
13412         * international/characters.el: Modify syntax of more characters.
13414 2004-05-21  Masatake YAMATO  <jet@gyve.org>
13416         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
13417         (etags-tags-completion-table): Show parsing progress.
13419 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
13421         * locate.el (locate-prompt-for-command): Shorten first line of
13422         docstring.
13423         (locate-mode): Expand docstring and include keymap summary.
13425         * files.el (find-file-noselect-1): Limit the scope of the
13426         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
13427         is, by default, nil during the execution of
13428         `find-file-not-found-functions' and `find-file-hook'.
13430 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
13432         * facemenu.el (facemenu-color-name-equal): New function.
13433         (list-colors-display): Use it to compare colors instead of
13434         facemenu-color-equal.
13436 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
13438         * compare-w.el (compare-windows-face): Use min-colors instead of
13439         checking for tty or pc types.
13441 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13443         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
13444         (completion-setup-function): Use with-current-buffer.
13445         Properly save excursion.  Simplify.
13446         Don't assume there is necessarily a `mouse-face' property somewhere.
13448         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
13450         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
13452         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
13453         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
13454         Use with-current-buffer.
13455         (byte-goto-log-buffer): Delete.
13456         (byte-compile-log-file): Call compilation-forget-errors.
13458 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
13460         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
13461         output messages into the search result.
13463 2004-05-19  Masatake YAMATO  <jet@gyve.org>
13465         * wid-edit.el (widget-radio-button-notify): Revert my last
13466         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13468 2004-05-19  Kenichi Handa  <handa@m17n.org>
13470         * international/characters.el: Fix syntax (open/close) of CJK chars.
13472 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
13474         * help-mode.el (help-go-back): Don't depend on position of back button.
13476 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13478         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
13479         files files don't contain an accidental additional /.
13481         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
13482         in source buffer.
13484 2004-05-18  Masatake YAMATO  <jet@gyve.org>
13486         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
13487         to widget-apply.  :action method assumes 2 arguments, not 3.
13489 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
13491         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
13492         New constants.
13493         (hs-special-modes-alist): Add an f90-mode entry.
13495 2004-05-17  Sam Steingold  <sds@gnu.org>
13497         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
13498         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
13500 2004-05-16  Kim F. Storm  <storm@cua.dk>
13502         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
13504 2004-05-15  John Wiegley  <johnw@newartisans.com>
13506         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
13507         (eshell-output-object-to-target): Improve output speed 20% by not
13508         calling `eshell-stringify' if something is already known to be a string.
13510 2004-05-15  Alex Ott  <ott@jet.msk.su>
13512         * textmodes/ispell.el (ispell-local-dictionary-alist):
13513         Add windows-1251 to the choice of coding systems.
13514         (ispell-dictionary-alist-6): Add support for "russianw.aff",
13515         encoded in cp1251.
13517 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
13519         * progmodes/compile.el (compilation-warning-face)
13520         (compilation-info-face): Use min-colors.
13522 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13524         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
13525         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
13526         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
13527         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
13528         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
13529         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
13530         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
13531         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
13532         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
13533         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
13534         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
13535         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
13536         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
13537         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
13539 2004-05-15  Kim F. Storm  <storm@cua.dk>
13541         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
13542         Use it to set triggered-p element of timer.
13543         (timer-event-handler): Set triggered-p element non-nil while running
13544         the timer function.
13546 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13548         * descr-text.el (describe-char-unicode-data)
13549         (describe-char-unicodedata-file): Re-enable the unicode code now that
13550         the licensing issues have been cleared in the unicode-4 license.
13551         (describe-text-properties-1): Remove unused `overlay' var.
13552         (describe-char): Remove unused var `buffer'.
13554 2004-05-14  David Ponce  <david@dponce.com>
13556         * tree-widget.el: New file.
13558 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
13560         * language/european.el ("Brazilian Portuguese"): Add support for
13561         Brazilian Portuguese.
13563 2004-05-13  John Wiegley  <johnw@newartisans.com>
13565         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
13566         `recentf-mode' if this variable has been customized to t.
13568         * eshell/esh-test.el (eshell-test): Call the function
13569         `emacs-version' rather than trying to build a custom version string.
13571 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13573         * net/telnet.el (telnet-mode): Use define-derived-mode.
13574         Don't modify the global value of comint-prompt-regexp.
13576 2004-05-13  John Paul Wallington  <jpw@gnu.org>
13578         * version.el (emacs-version): Check for `gtk' feature before
13579         `x-toolkit' feature.
13581 2004-05-13  Juanma Barranquero  <lektu@terra.es>
13583         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
13584         arguments in the docstring, they're used only in recursive calls.
13586         * help-fns.el (help-arg-highlighting-function)
13587         (help-argument-name): Delete.
13588         (help-default-arg-highlight): New function.
13589         (help-do-arg-highlighting): Use it.
13591 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
13593         * calendar/appt.el (appt-disp-window):
13594         Use `calendar-set-mode-line' for a centered mode-line.
13596 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
13598         * calendar/appt.el (appt-disp-window): Do not split window
13599         excessively when `split-height-threshold' is low.
13601 2004-05-12  Nick Roberts  <nickrob@gnu.org>
13603         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
13604         kill-buffer-hook here and make it local.
13605         (gud-kill-buffer-hook): Use kill-process for a sure kill.
13607 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
13609         * progmodes/compile.el (compilation-set-window-height):
13610         Use save-excursion to protect against misplaced marker.
13612 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13614         * custom.el (defface): Document that type can have value gtk.
13616         * faces.el (face-spec-set-match-display): Handle type gtk in display.
13618 2004-05-12  Kenichi Handa  <handa@m17n.org>
13620         * descr-text.el: Require quail at comile time.
13621         (describe-char): If an input method is on and it supports the
13622         character, show how to input it.
13624         * international/quail.el (quail-install-decode-map): Accept a
13625         char-table whose subtype is `quail-decode-map'.
13626         (quail-store-decode-map-key, quail-gen-decode-map1)
13627         (quail-gen-decode-map, quail-find-key1, quail-find-key)
13628         (quail-show-key): New functions.
13630 2004-05-12  Juanma Barranquero  <lektu@terra.es>
13632         * generic.el (define-generic-mode): Remove redundant arglist info.
13634         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
13635         Make arguments match their use in docstring.
13636         (help-arg-highlighting-function): New variable.
13637         (help-argument-name): Mention it in the docstring.
13638         (help-do-arg-highlight): Use it.  Expand regexp to accept also
13639         ARG-xxx and xxx-ARG references.
13641 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
13643         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
13644         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
13645         and "mailto:addr1?to=addr2" equal.
13647 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
13649         * man.el (Man-getpage-in-background): Use shell-file-name
13650         and shell-command-switch variables instead of hard-coded values.
13652 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
13654         * iimage.el: New file.
13656 2004-05-11  Juanma Barranquero  <lektu@terra.es>
13658         * custom.el (custom-initialize-default, defcustom):
13659         Fix typo in docstring.
13661         * files.el (set-visited-file-name, file-expand-wildcards):
13662         Fix docstring.
13664 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13666         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
13668         * subr.el (eventp): Be more discriminating with integers.
13670 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
13672         * progmodes/compile.el (compile): Add universal prefix arg.
13673         (compilation-error-regexp-alist-alist): Add edg patterns.
13675 2004-05-10  Sam Steingold  <sds@gnu.org>
13677         * textmodes/ispell.el (ispell-message):
13678         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
13680 2004-05-10  Dave Love  <fx@gnu.org>
13682         * progmodes/python.el (help-buffer): Autoload when compiling.
13683         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
13684         (run-python): Prepend to any existing PYTHONPATH.
13686 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
13688         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
13689         for pending breakpoints.
13691 2004-05-10  Richard M. Stallman  <rms@gnu.org>
13693         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
13694         directly without calling any functions in Rmail.
13695         (unrmail-unprune): Function deleted.
13697 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13699         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
13700         C-c C-z binding.
13702 2004-05-10  Kenichi Handa  <handa@m17n.org>
13704         * descr-text.el (describe-char): Fix previous change.  Don't make
13705         a unibyte character to multibyte in the *Help* buffer.
13707 2004-05-10  Miles Bader  <miles@gnu.org>
13709         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
13710         buffer an error if the debugger process is actually running.
13712 2004-05-10  Juanma Barranquero  <lektu@terra.es>
13714         * help-fns.el (help-argument-name): Default to italic.
13715         (help-highlight-arguments): Return always (usage . doc), even when
13716         usage is nil.
13718         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
13719         (define-ibuffer-filter): Add usage info.
13720         (define-ibuffer-op): Add usage info (but CL-style defaults for
13721         keyword args are not shown).
13723         * subr.el (remove-overlays, read-passwd): Fix docstring.
13724         (start-process-shell-command): Fix docstring.  Put usage info in a
13725         format usable by `describe-function'.
13726         (open-network-stream, open-network-stream-nowait)
13727         (open-network-stream-server): Fix docstring.
13729 2004-05-09  Jason Rumney  <jasonr@gnu.org>
13731         * international/code-pages (cp932, cp936, cp949, c950): Remove.
13732         Only define cp125* if windows-125* is already defined.
13734         * language/korean.el (cp949): Add alias.
13736         * language/chinese.el (cp936, cp950): Add aliases.
13738         * language/japanese.el (cp932): Add alias.
13740         * term/w32-win.el: Require code-pages.
13742         * international/mule-cmds.el (set-locale-environment):
13743         On MS-Windows use ansi code-page for default coding-systems.
13744         Set up paper sizes for Windows 3 letter languages.
13746         * international/code-pages.el (cp932, cp936, cp949, cp950):
13747         Add aliases.  Also add cp125* if not already defined.
13749 2004-05-09  Juanma Barranquero  <lektu@terra.es>
13751         * help-fns.el (help-highlight-arguments): Don't try to highlight
13752         missing or autoloaded arglists.  Accept structured arguments, like
13753         the first ones of `do' and `flet'.
13755         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
13756         (cvs-get-marked): Remove redundant arglist info.
13758         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
13759         Don't use CL-style default args.
13761 2004-05-08  Andreas Schwab  <schwab@suse.de>
13763         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
13765         * international/subst-ksc.el: Fix references to utf-translate-cjk
13766         into utf-translate-cjk-mode.
13767         * international/subst-big5.el: Likewise.
13768         * international/subst-gb2312.el: Likewise.
13769         * international/subst-jis.el: Likewise.
13770         * international/utf-16.el: Likewise.
13771         * international/utf-8.el: Likewise.
13773 2004-05-08  John Wiegley  <johnw@newartisans.com>
13775         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
13776         "virtual buffers" (off by default), which makes it possible to
13777         switch to the "virtual" buffers of recently visited files.  When a
13778         buffer name search fails, and this option is on, iswitchb will
13779         look at the list of recently visited files, and permit matching
13780         against those names.  When the user hits RET on a match, it will
13781         revisit that file.
13782         (iswitchb-read-buffer): Add two optional arguments, which makes
13783         isearchb.el possible.
13784         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
13785         (iswitchb-next-match): Add support for virtual buffers.
13787         * isearchb.el: This module extends iswitchb to provide "as you
13788         type" buffer selection.
13790         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
13791         Ignore the read-only property when flyspell highlighting is on.
13792         Not ignoring it leads to a series of confusing errors.
13793         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
13794         but also make sure to call flyspell-incorrect-hook.
13795         (flyspell-maybe-correct-transposition): Perform transposition test
13796         by bit twiddling a string, rather than using a temp buffer.
13797         (flyspell-maybe-correct-doubling): Use a string rather than a temp
13798         buffer.  This is also the original version of the code, which
13799         could not be checked in before due to a previous lack of
13800         assignment papers.  This version has seen heavy usage on my system
13801         for several years now.
13803         * calendar/cal-bahai.el: New file, which adds support for the
13804         Baha'i calendar to Emacs.  This calendar is based on a solar year
13805         of 19 months of 19 days, with 4 intercalary days.  Each year
13806         begins on March 21, with the calendar starting in 1844.
13808         * calendar/cal-menu.el, calendar/calendar.el
13809         * calendar/diary-lib.el, calendar/holidays.el:
13810         Added support for using cal-bahai.el.
13812         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
13813         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
13814         function can be used outside of eshell buffers.
13815         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
13817 2004-05-08  Juanma Barranquero  <lektu@terra.es>
13819         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
13820         word constituent so FOO-ARG is not recognized as an arg.
13821         (help-highlight-arguments): Don't skip lists in mandatory arguments.
13823         * simple.el (next-error): Fix typo in docstring.
13824         (open-line): Make argument names match their use in docstring.
13825         (split-line): Fix docstring.
13827         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
13828         usable by `describe-function'.
13829         (gensym, gentemp, typep, ignore-errors): Make argument names match
13830         their use in docstring.
13832         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
13833         argument to `help-setup-xref'.
13835 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
13837         Version 2.0.40 of Tramp released.
13839         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
13840         Use symbol-function to invoke functions only known on some Emacs
13841         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
13842         Scaldeferri <kevin@scaldeferri.com>.
13843         (tramp-do-copy-or-rename-file-via-buffer): Rename from
13844         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
13845         consistent with the other tramp-do-* functions.
13846         (tramp-do-copy-or-rename-file): Calls adjusted.
13847         (tramp-process-initial-commands): Avoid liveness check on shell --
13848         we know that it must be alive since we're opening a connection at
13849         this moment.
13850         (tramp-last-cmd): New internal variable.
13851         (tramp-process-echoes): New tunable.
13852         (tramp-send-command): Set tramp-last-cmd.
13853         (tramp-wait-for-output): Delete echo, if applicable.
13854         (tramp-read-passwd): Construct the key for the password cache in a
13855         way that works for multi methods, too.
13856         (tramp-bug): Add backup-directory-alist and
13857         bkup-backup-directory-info to bug reports, with Tramp counterparts.
13859 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
13861         * net/tramp*.el: Suppress byte-compiler warnings where possible.
13863         * net/tramp.el (tramp-out-of-band-prompt-regexp)
13864         (tramp-actions-copy-out-of-band): New defcustoms.
13865         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
13866         used instead of a synchronous one.  Allows password entering.
13867         (tramp-action-out-of-band): New defun.
13868         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
13869         Remove restriction with password from doc string.
13870         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
13871         `tramp-out-of-band-prompt-regexp',
13872         `tramp-actions-copy-out-of-band', `password-cache' and
13873         `password-cache-expiry'.
13874         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
13875         password caching.
13876         (tramp-touch): FILE can be a local file, too.
13877         (TODO): Remove items done.
13878         (tramp-handle-insert-directory): Properly quote file name also if
13879         not full-directory-p.  Handle wildcard case.  Reported by Andreas
13880         Schwab <schwab@suse.de>.
13881         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
13882         new file.
13883         (tramp-handle-file-local-copy, tramp-handle-write-region):
13884         The permissions of the temporary file are set if filename exists.
13885         Reported by Ted Stern <stern@cray.com>.
13886         (tramp-backup-directory-alist)
13887         (tramp-bkup-backup-directory-info): New defcustoms.
13888         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
13889         (tramp-handle-find-backup-file-name): New function.
13890         Implements Tramp's find-backup-file-name.
13892         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
13893         for `find-backup-file-name'.
13895         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
13896         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
13898 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
13900         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
13902 2004-05-07  Juanma Barranquero  <lektu@terra.es>
13904         * subr.el (lambda): Add arglist description to docstring.
13905         (declare): Fix typo in docstring.
13906         (open-network-stream): Fix docstring.
13907         (process-kill-without-query): Fix docstring and add obsolescence info.
13908         (last, butlast, nbutlast): Make arguments match their use in docstring.
13909         (insert-buffer-substring-no-properties): Likewise.
13910         (insert-buffer-substring-as-yank): Likewise.
13911         (split-string): Fix docstring.
13913         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
13914         Make argument names match their use in docstring.
13916         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
13918 2004-05-06  Nick Roberts  <nickrob@gnu.org>
13920         * progmodes/gdb-ui.el: Improve/extend documentation strings.
13921         Fit first sentence on one line for apropos-command.
13923 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
13925         Changes largely merged in from Dave Love's code.
13926         * progmodes/python.el: Doc fixes.
13927         (python-mode-map): Add python-complete-symbol.
13928         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
13929         (python-comment-indent, python-complete-symbol)
13930         (python-symbol-completions, python-partial-symbol)
13931         (python-try-complete): New.
13932         (python-indent-line): Remove optional arg.  Use python-block-end-p.
13933         (python-check): Bind compilation-error-regexp-alist.
13934         (inferior-python-mode): Use rx.  Move keybindings to top level.
13935         Set comint-input-filter.
13936         (python-preoutput-filter): Use rx.
13937         (python-input-filter): Re-introduce.
13938         (python-proc): Start new process if necessary.
13939         Check python-buffer non-nil.
13940         (view-return-to-alist): Defvar.
13941         (python-send-receive): New.
13942         (python-eldoc-function): Use it.
13943         (python-mode-running): Don't defvar.
13944         (python-mode): Set comment-indent-function.
13945         Maybe update hippie-expand-try-functions-list.
13946         (python-indentation-levels): Initialize differently.
13947         (python-block-end-p): New.
13948         (python-indent-line): Use it.
13949         (python-compilation-regexp-alist): Augment.
13950         (run-python): Import `emacs' module to Python rather than loading
13951         code directly.  Set python-buffer differently.
13952         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
13953         Use python-proc.
13954         (python-send-command): Go to end of comint buffer.
13955         (python-load-file): Use python-proc, emacs.eimport.
13956         (python-describe-symbol): Simplify interactive form.
13957         Use emacs.help.  Do use temp-buffer-show-hook.
13958         Call print-help-return-message.
13959         (hippie-exp): Require when compiling.
13960         (python-preoutput-continuation): Use rx.
13962         * diff-mode.el (diff-make-unified): Fix regexp.
13964 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
13966         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
13967         filter groups from the buffer when rebuilding the Ibuffer buffer
13968         and `ibuffer-show-empty-filter-groups' is nil.
13970 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13972         * ps-print.el (ps-print-quote): Call ps-value-string.
13973         (ps-setup): Call ps-comment-string.
13974         (ps-value-string, ps-comment-string): New funs.
13976 2004-05-06  Juanma Barranquero  <lektu@terra.es>
13978         * ehelp.el (electric-help-command-loop): Check whether the last
13979         character is visible, not (point-max).
13981         * help-fns.el (help-argument-name): Default to bold; don't inherit
13982         from font-lock-variable-name-face.
13983         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
13985 2004-05-05  Kenichi Handa  <handa@m17n.org>
13987         * descr-text.el (describe-char): Copy the character with text
13988         properties and overlays into the first line, and call
13989         describe-text-properties on it.
13991 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
13993         * iswitchb.el (iswitchb-global-map): Fix typo.
13994         Remove unwanted ###autoloads from source file.
13996 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
13998         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
13999         in run-hooks.  Use substitute-command-keys in message.
14000         (wdired-abort-changes): Add message.
14002 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
14004         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14005         (sql-emacs20-p): Remove.
14006         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14007         (sql-builtin-face, sql-doc-face): Remove.
14008         (sql-mode-ansi-font-lock-keywords)
14009         (sql-mode-oracle-font-lock-keywords)
14010         (sql-mode-postgres-font-lock-keywords)
14011         (sql-mode-linter-font-lock-keywords)
14012         (sql-mode-ms-font-lock-keywords)
14013         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14014         (sql-product-font-lock): Fix font-lock reset when font rules change.
14015         (sql-highlight-product): Remove incorrect font-lock reset logic.
14017 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
14019         * ses.el (ses-set-parameter): Fix typo.
14021 2004-05-04  Kim F. Storm  <storm@cua.dk>
14023         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14024         Must expand directory for completion to work; and don't mess with
14025         process-environment.
14026         (ido-read-file-name): If command has ido property, don't use ido
14027         if value is ignore, or read as directory if value is dir.
14028         Set ido ignore property for dired-do-rename command.
14030 2004-05-04  Juanma Barranquero  <lektu@terra.es>
14032         * ehelp.el (electric-help-command-loop, electric-help-undefined)
14033         (electric-help-help): Check against unmapped commands.
14035         * help-fns.el (help-argument-name): New face, inheriting from
14036         font-lock-variable-name-face, to highlight function arguments in
14037         `describe-function' and `describe-key'.
14038         (help-do-arg-highlight): Auxiliary function to highlight a given
14039         list of arguments in a string.
14040         (help-highlight-arguments): Highlight the function arguments and
14041         all uses of them in the docstring.
14042         (describe-function-1): Use it.  Do docstring output via `insert',
14043         not 'princ', so text attributes are preserved.
14045         * winner.el (winner-mode-map): Move `winner-undo' and
14046         `winner-redo' to C-c <left> and C-c <right>, respectively (the
14047         previous bindings conflict with `prev-buffer', `next-buffer').
14049 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14051         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14052         (bibtex-entry-update): New command bound to C-c C-u.
14053         (bibtex-text-in-string): Fix regexp.
14054         (bibtex-assoc-of-regexp): Remove.
14055         (bibtex-progress-message): Fix docstring.
14056         (bibtex-inside-field): Use if.
14057         (bibtex-assoc-regexp): New function.
14058         (bibtex-format-entry): Make code more robust so that it formats
14059         also old entries.
14060         (bibtex-autokey-demangle-title): Merge with obsolete function
14061         bibtex-assoc-of-regexp.
14062         (bibtex-field-list): New function.
14063         (bibtex-entry): Use bibtex-field-list.
14064         (bibtex-parse-entry): Fix docstring.
14065         (bibtex-print-help-message): Use bibtex-field-list.
14066         (bibtex-make-field): Use bibtex-field-list.
14067         (bibtex-entry-index): Bugfix.  Return crossref key if required.
14068         (bibtex-lessp): Fix docstring.
14070 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
14072         * select.el (xselect-convert-to-string): Move comment to intended line.
14074 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14076         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14077         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14079 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14081         * term/x-win.el (x-clipboard-yank): Don't exit on error from
14082         x-get-selection.
14084 2004-05-03  Jason Rumney  <jasonr@gnu.org>
14086         * makefile.nt: Remove.
14088 2004-05-03  Kim F. Storm  <storm@cua.dk>
14090         * emulation/cua-base.el (cua--update-indications): Fix last change.
14091         (cua-mode): Deactivate mark when cua-mode is enabled.
14093 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
14095         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14097 2004-05-03  Nick Roberts  <nickrob@gnu.org>
14099         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14100         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14101         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14102         window over visible frames.
14103         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14105 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14107         * progmodes/compile.el (compilation-gcpro): New var.
14108         (compilation-fake-loc): Use it.
14109         (compilation-forget-errors): Reset it.
14111 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
14113         * diff-mode.el (diff-header-face, diff-file-header-face):
14114         Use min-colors.
14116 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14118         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14119         (bibtex-clean-entry): Disentangle code.
14120         (bibtex-realign): New function.
14121         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
14122         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14123         Remove undocumented optional arg called-by-convert-alien.
14124         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
14125         for sorting instead of bibtex-sort-buffer.
14127 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
14129         * progmodes/compile.el (compilation-start): In the
14130         no-async-subprocesses branch, call sit-for to give redisplay a
14131         chance to show the updated process status in the mode line, and
14132         fontify the buffer explicitly after the process exits.
14134 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14136         * progmodes/python.el (python-compilation-line-number): Remove.
14137         (python-compilation-regexp-alist): Don't use it any more.
14138         (python-orig-start, python-input-filter): Remove.
14139         (inferior-python-mode): Don't set up comint-input-filter-functions.
14140         (python-send-region): Use compilation-fake-loc.
14142         * progmodes/compile.el (compilation-messages-start): New var.
14143         (compilation-mode): Don't setup next-error-function here.
14144         (compilation-setup): Set it up here instead (for minor modes as well).
14145         Make compilation-messages-start buffer local.
14146         (compilation-next-error-function): Use it.
14147         (compilation-forget-errors): Set compilation-messages-start.
14149 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14151         * ielm.el (ielm-prompt-read-only): Update docstring.
14153         * comint.el (comint-prompt-read-only): Update docstring.
14154         (comint-update-fence, comint-kill-whole-line)
14155         (comint-kill-region): New functions.
14157         * simple.el (kill-whole-line): Use "p" instead of "P" in
14158         interactive form.
14160 2004-05-01  Juanma Barranquero  <lektu@terra.es>
14162         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14163         format arglist so default values in CL-style argument lists are
14164         correctly shown.
14166 2004-05-01  Jason Rumney  <jasonr@gnu.org>
14168         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14170 2004-05-01  Kenichi Handa  <handa@m17n.org>
14172         * international/titdic-cnv.el (miscdic-convert): Don't generate a
14173         quail file if it is up to date.
14175 2004-04-30  Juri Linkov  <juri@jurta.org>
14177         * cus-edit.el (custom-mode-map):
14178         Add key binding `C-x C-s' to `Custom-save'.
14180         * outline.el (outline-blank-line): New var.
14181         (outline-next-preface, outline-show-heading)
14182         (outline-end-of-subtree): Use it.
14184         * dired-aux.el (dired-touch-initial): New fun.
14185         (dired-do-chxxx): Call it for op-symbol `touch'.
14186         (dired-diff): Use `dired-dwim-target-directory'
14187         if current dired buffer has no buffer mark.
14189         * bindings.el (propertized-buffer-identification):
14190         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
14191         Add C-M-arrow keys for consistency.
14193         * files.el (confirm-kill-emacs):
14194         Change group from top-level `emacs' to `convenience'.
14196         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14197         Push mark on the first call of successive command calls.
14198         (insert-pair): New fun created from `insert-parentheses' with
14199         `open' and `close' arguments added.  Enclose active regions
14200         in paired characters.  Compare adjacent characters syntax with
14201         inserted characters syntax before inserting a space.
14202         (insert-parentheses): Call `insert-pair' with ?\( ?\).
14204         * delsel.el: Don't put `delete-selection' property
14205         on `insert-parentheses' symbol to take advantage of
14206         region handling in `insert-pair' function.
14207         Suggested by Stephan Stahl <stahl@eos.franken.de>.
14209 2004-04-30  Kim F. Storm  <storm@cua.dk>
14211         * emulation/cua-base.el: Add support for changing cursor types;
14212         based on patch from Michael Mauger.
14213         (cua-normal-cursor-color, cua-read-only-cursor-color)
14214         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
14215         Customization cursor type and/or cursor color.
14216         (cua--update-indications): Handle cursor type changes.
14217         (cua-mode): Update cursor indications if enabled.
14219         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
14221         * mouse.el (mouse-drag-copy-region): New defcustom.
14222         (mouse-set-region, mouse-drag-region-1): Use it.
14224         * simple.el (kill-ring-save): If region face background color is
14225         unspecified (if no highlighting), show extent of fully visible
14226         region even if transient-mark-mode is enabled.
14228         * emulation/cua-base.el (cua--standard-movement-commands):
14229         Add cua-scroll-up and cua-scroll-down.
14230         (cua-scroll-up, cua-scroll-down): New commands.
14231         (cua--init-keymaps): Remap scroll-up and scroll-down.
14233         * emulation/cua-rect.el (cua--convert-rectangle-as):
14234         New defmacro.
14235         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
14236         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
14237         New commands (suggested by Jordan Breeding).
14239 2004-04-30  Juanma Barranquero  <lektu@terra.es>
14241         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
14243 2004-04-30  Mario Lang  <mlang@delysid.org>
14245         * diff.el (diff-switches): Fix typo in docstring.
14247 2004-04-30  Alex Schroeder  <alex@gnu.org>
14249         * xml.el (xml-debug-print-internal): Don't add newline and
14250         indentation to text nodes and write empty elements as empty tags
14251         instead of opening and closing tags.
14252         (xml-debug-print): Take optional indent-string argument.
14253         (xml-print): Alias for xml-debug-print.
14255 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
14257         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
14258         than duplicate call to `line-beginning-position'.
14260         * progmodes/f90.el (f90-get-present-comment-type):
14261         Return whitespace, as well as comment chars, for consistent filling
14262         of comment blocks.  Use `match-string-no-properties'.
14263         (f90-break-line): Trim trailing whitespace when filling comments.
14265 2004-04-30  Dave Love  <fx@gnu.org>
14267         * calendar/diary-lib.el (diary-outlook-formats): New variable.
14268         (diary-from-outlook-internal, diary-from-outlook)
14269         (diary-from-outlook-gnus, diary-from-outlook-rmail):
14270         New functions to import diary entries from Outlook-format
14271         appointments in mail messages.
14273 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14275         * progmodes/python.el (python-send-command): New fun.
14276         (python-send-region, python-load-file): Use it.
14278         * progmodes/compile.el (compilation-last-buffer): Add var alias.
14280         * help-fns.el (help-C-file-name): Use new subr-name.
14281         Prepend `src/' to the file name.
14282         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
14283         (describe-function-1, describe-variable): Only find a C source file
14284         name if DOC is already loaded.
14286         * help-mode.el (help-function-def, help-variable-def):
14287         Use the new find-function-search-for-symbol functionality.
14288         Allow FILE to be `C-source'.
14290         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
14291         (find-function-C-source): New fun.
14292         (find-function-search-for-symbol): Use it.
14294 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
14296         * progmodes/sql.el (sql-product-alist): Rename variable
14297         `sql-product-support'.  Add Postgres login parameters.
14298         (sql-set-product, sql-product-feature): Update with renamed variable.
14299         (sql-connect-postgres): Add username prompt.
14300         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
14301         Make patterns less product specific.
14302         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
14303         (sql-mode-abbrev-table): Modify initialization.
14304         (sql-builtin-face): Add variable.
14305         (sql-keywords-re): Add macro.
14306         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
14307         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
14308         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
14309         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
14310         (sql-mode-linter-font-lock-keywords)
14311         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
14312         (sql-mode-sybase-font-lock-keywords)
14313         (sql-mode-informix-font-lock-keywords)
14314         (sql-mode-interbase-font-lock-keywords)
14315         (sql-mode-ingres-font-lock-keywords)
14316         (sql-mode-solid-font-lock-keywords)
14317         (sql-mode-sqlite-font-lock-keywords)
14318         (sql-mode-db2-font-lock-keywords): Default to nil.
14319         (sql-product-font-lock): Always highlight ANSI keywords.
14320         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
14321         (sql-send-string): Add function.
14323 2004-04-29  Dave Love  <fx@gnu.org>
14325         * progmodes/cfengine.el (cfengine-beginning-of-defun)
14326         (cfengine-end-of-defun): Ensure progress through buffer.
14328         * info-look.el (cfengine-mode): Accept a terminal ().
14330 2004-04-29  Juri Linkov  <juri@jurta.org>
14332         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
14333         instead of isearch-yank-word-or-char.  Add new key bindings for
14334         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
14335         (isearch-del-char): New fun.
14336         (isearch-forward, isearch-edit-string): Update docstring.
14337         (isearch-yank-char): Doc fix.
14338         (isearch-other-meta-char): Restore point after scrolling.
14340         * progmodes/compile.el (compilation-context-lines): Add nil option
14341         to disable compilation output window scrolling.
14342         (compilation-set-window): Use it.
14344         * outline.el (outline-next-preface, outline-show-heading):
14345         Don't leave unhidden blank line before heading.
14346         (outline-end-of-subtree): Include last newline into subtree.
14347         (hide-entry): Leave point at beginning of heading instead of end.
14348         (outline-up-heading): Push mark for the first call of successive
14349         command calls.
14351 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
14353         * comint.el (comint-prompt-read-only): New variable.
14354         (comint-output-filter): Implement it.
14356         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
14357         (ielm-prompt-internal): New variable.
14358         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
14359         (ielm-send-input): Delete unused variable `buf'.
14360         (ielm-eval-input): Use `ielm-prompt-internal'.
14361         (inferior-emacs-lisp-mode): Use new variables
14362         `comint-prompt-read-only' and `ielm-prompt-internal'.
14363         Get rid of obsolete variable `directory-sep-char'.
14364         (ielm): Use `zerop'.
14366 2004-04-29  John Paul Wallington  <jpw@gnu.org>
14368         * thumbs.el (toplevel): Require cl at compile time.
14369         Remove conditional definitions of `ignore-errors' and `caddar'
14370         because they occur at run time.
14372 2004-04-28  Nick Roberts  <nickrob@gnu.org>
14374         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
14375         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
14376         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
14377         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
14379         * progmodes/gud.el (gud-common-init): Throw an error if program is
14380         already running under gdb.
14382 2004-04-28  John Paul Wallington  <jpw@gnu.org>
14384         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
14385         (thumbs-show-image-num): Move assignment of
14386         `thumbs-current-image-filename' within scope of `i'.
14387         (thumbs-emboss-image): Don't use `evenp'.
14389 2004-04-28  Richard M. Stallman  <rms@gnu.org>
14391         * progmodes/compile.el (compilation-context-lines): Default now 0.
14393 2004-04-28  Juanma Barranquero  <lektu@terra.es>
14395         Use `time-less-p' from calendar/time-date.el instead of defining
14396         custom versions of it.
14398         * pcomplete.el (pcomplete-time-less-p): Remove.
14400         * thumbs.el (time-less-p): Remove.
14402         * calendar/timeclock.el (timeclock-time-less-p): Remove.
14403         (timeclock-generate-report): Use `time-less-p'.
14405         * emacs-lisp/autoload.el (autoload-before-p): Remove.
14406         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
14408 2004-04-28  Masatake YAMATO  <jet@gyve.org>
14410         * subr.el (remove-overlays): Make arguments optional.
14412         * wid-edit.el (widget-specify-button): Put evaporate to the
14413         overlay for sample.
14414         (widget-specify-sample): Put evaporate to the overlay for sample.
14415         (widget-specify-doc): Put evaporate to the overlay for documentation.
14417 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
14419         * info.el (info-apropos): Make it an index node.  Align node names
14420         like makeinfo.
14422 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
14424         * net/browse-url.el (browse-url-netscape-sentinel)
14425         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
14426         (browse-url-epiphany-sentinel, browse-url-mosaic):
14427         Use browse-url-*-program instead of a literal program name.
14429 2004-04-27  Kevin Ryde  <user42@zip.com.au>
14431         * eshell/em-alias.el:
14432         * eshell/em-dirs.el:
14433         * eshell/em-hist.el:
14434         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
14435         features when M-x customize-group loads modules before the main
14436         eshell.el.
14438 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
14440         * subr.el (momentary-string-display): Support EXIT-CHAR that is
14441         either a character representation of an event or an event
14442         description list.
14444         * type-break.el: Capitalise Emacs and Lisp.
14445         (type-break-good-break-interval, type-break-demo-boring-stats)
14446         (type-break-terse-messages, type-break-file-name): New defcustoms.
14447         (type-break-post-command-hook)
14448         (type-break-warning-countdown-string): Quote variable names in doc.
14449         (type-break-interval-start, type-break-auto-save-file-name): New vars.
14450         (type-break-mode): Document type-break-good-break-interval and the
14451         "session" file.  Schedule break according to the session file.
14452         Kill session file buffer on exit.  Organise for save-some-buffers
14453         to always save the session file.
14454         (type-break-mode-line-message-mode, type-break-query-mode):
14455         Uppercase arguments.
14456         (type-break-file-time, type-break-file-keystroke-count, timep)
14457         (type-break-choose-file, type-break-get-previous-time)
14458         (type-break-get-previous-count): New defuns.
14459         (type-break): Avoid break querying after a completed break in the
14460         case where the query was initiated during user invocation of the
14461         break.  Optional terse messages.
14462         Use type-break-good-break-interval if type-break-good-rest-interval is
14463         nil.  File the break time.
14464         (type-break-schedule): New optional args for overriding the use of
14465         the current time.
14466         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
14467         after a break.
14468         (type-break-check): File the keystroke count.
14469         (type-break-do-query): Prevent a second query when the break is
14470         interrupted.  Optional terse message.
14471         (type-break-keystroke-reset): Record the start of a typing interval.
14472         (type-break-demo-boring): Optional terse messages.  Display word
14473         per minute and keystroke counts according to
14474         type-break-demo-boring-stats.
14476 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
14478         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
14479         directories, make sure they exist under archive-tmpdir.
14481 2004-04-27  Juri Linkov  <juri@jurta.org>
14483         * help.el (view-emacs-news): With argument, display info for the
14484         selected version by finding it among different NEWS files, and
14485         narrowing the buffer to the selected version.
14487         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
14488         same-window-buffer-names.
14489         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
14490         non-numeric prefix argument, append the number to the buffer name
14491         for numeric prefix argument.
14492         (info-other-window): Bind same-window-regexps to nil.
14493         (Info-reference-name): Rename to Info-point-loc.
14494         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
14495         and Info-find-index-name for stringy Info-point-loc.
14496         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
14497         without middle `.', but with final `.' and optional line number
14498         for it.  Set Info-point-loc for index nodes.
14499         (Info-index): Remove middle `.' from index entry regexp.
14500         Modify line number regexp.
14501         (Info-index-next): Decrement line number.
14502         (info-apropos): Remove middle `.' from index entry regexp.
14503         Add optional line number regexp at the end.  Add matched value
14504         for line number to the result list and insert it to the buffer.
14505         Replace match-string by match-string-no-properties.
14506         Reorder result list.
14507         (Info-fontify-node): Hide index line numbers.
14508         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
14509         empty matches.
14510         (Info-follow-reference): Use `str' instead of
14511         Info-following-node-name-re.
14512         (Info-toc): Use full file names.  Set Info-current-node to "Top".
14513         (Info-fontify-node): Compare file names without directory name.
14514         (Info-try-follow-nearest-node): Don't set Info-reference-name.
14515         Set second arg of Info-extract-menu-node-name for index nodes.
14516         (info-xref-visited): Use magenta3 instead of magenta4.
14517         (Info-mode): Add info-apropos to docstring.
14519         * log-view.el (log-view-diff): Replace interactive code "r"
14520         by a list to allow to call it even if region is not active.
14522         * paren.el (show-paren-highlight-openparen): New var.
14523         (show-paren-function): Turn on openparen highlighting when
14524         matching forward if show-paren-highlight-openparen is non-nil.
14526         * simple.el (kill-ring-save): Use blink-matching-delay instead of
14527         the constant value 1.
14528         (completions-common-part): Expand docstring.
14530         * textmodes/picture.el (picture-mode-map): Add arrow keys.
14532 2004-04-27  Kim F. Storm  <storm@cua.dk>
14534         * image.el (insert-sliced-image): Use line-height instead of
14535         line-spacing property on newline.
14537 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
14539         * desktop.el (desktop-buffer-misc-data-function): Rename to
14540         desktop-save-buffer and change docstring.
14541         (desktop-buffer-modes-to-save): Delete.
14542         (desktop-save-buffer-p): Use desktop-save-buffer instead of
14543         desktop-buffer-modes-to-save.
14544         (desktop-save): Rename desktop-buffer-misc-data-function to
14545         desktop-save-buffer and allow non-function value.
14546         (desktop-missing-file-warning): Correct docstring.
14548         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
14549         to desktop-save-buffer.
14551         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
14552         desktop-save-buffer.
14554         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
14556         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
14558 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
14560         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
14562 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
14564         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
14565         (ielm): Only go to the end of the buffer when starting a new process.
14567 2004-04-25  Juanma Barranquero  <lektu@terra.es>
14569         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
14570         mode line.  Bind `inhibit-read-only' to t before modifying
14571         properties of text in the buffer.
14572         (ielm): Force point to the end of buffer, even when running ielm
14573         from inside itself.
14575 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14577         * info.el (info-apropos): Reset Info-complete-cache.
14579 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
14581         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14582         Also recognize severe Irix et al. messages.
14583         (compilation-normalize-filename, compile-abbreviate-directory):
14584         Delete functions.
14585         (compilation-get-file-structure): New function inherits
14586         functionality of the two preceding ones.
14587         (compilation-internal-error-properties, compilation-fake-loc):
14588         Use it so that different paths to the same file share the same
14589         markers.  Also optimize finding adjacent marker slightly.
14591 2004-04-25  Kim F. Storm  <storm@cua.dk>
14593         * image.el (insert-sliced-image): Add line-spacing t property
14594         to newlines separating image lines.
14596 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14598         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
14600         * ielm.el (ielm-prompt-read-only): New user option.
14601         (ielm-prompt): Expand docstring to describe new behavior.
14602         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
14603         mention it in the docstring.
14605 2004-04-24  Andreas Schwab  <schwab@suse.de>
14607         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
14609         * diff.el (diff): Set default-directory in diff buffer.
14611 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
14613         * mail/sendmail.el (mail-bury): Don't delete the frame where the
14614         mail was being composed if the terminal cannot display more than
14615         one frame; instead, switch to previous frame.
14617         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
14618         (rmail-start-mail): Support rmail-mail-new-frame even on
14619         terminals that can display only one frame at a time.
14621 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14623         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
14624         (checkdoc-output-font-lock-keywords): Remove error regexp.
14625         (checkdoc-output-mode-map): Remove.
14626         (checkdoc-output-mode): Derive from compilation-mode.
14627         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
14629         * dired.el (dired-mode-map): Add a menu entry for wdired.
14631         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
14632         (rx-bracket, rx-check-any, rx-any): Clean up name space.
14634         * wdired.el (wdired-mode-map): Move init into declaration.
14635         Fix `return' binding.
14636         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
14637         Use force-mode-line-update.
14638         (wdired-get-filename): Use `unless'.
14639         (wdired-preprocess-files): Don't assume names have no \n and use / for
14640         dir separator.
14641         (wdired-normalize-filename): Use replace-regexp-in-string.
14642         (wdired-load-hooks): Remove.
14643         (wdired-mode-hooks): Rename to wdired-mode-hook.
14645         * info-look.el: Add support for cfengine-mode.
14646         (info-lookup-setup-mode): Use dolist.
14648 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
14650         * wdired.el: New file.
14652 2004-04-23  Juanma Barranquero  <lektu@terra.es>
14654         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
14656         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
14657         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
14658         (pcomplete--help, pcomplete--here): Doc fixes.
14660 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
14662         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
14663         handles wrong-number-of-arguments in backend call.
14665         * vc.el (vc-print-log): Likewise.
14667 2004-04-20  Dave Love  <fx@gnu.org>
14669         * emacs-lisp/rx.el: Doc fixes.
14670         (rx-constituents): Add/extend many forms.
14671         (rx-check): Check form is a list.
14672         (bracket): Defvar.
14673         (rx-check-any, rx-any, rx-check-not): Modify.
14674         (rx-not): Simplify.
14675         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
14676         (rx-kleene): Use rx-trans-forms.
14677         (rx-quote-for-set): Delete.
14678         (rx): Allow multiple args.
14680 2004-04-23  Kenichi Handa  <handa@m17n.org>
14682         * international/mule-util.el (char-displayable-p): Simplify by
14683         using internal-char-font.
14685 2004-04-23  Juanma Barranquero  <lektu@terra.es>
14687         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
14689 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14691         * diff-mode.el (diff-next-error): New fun.
14692         (diff-mode): Use it.
14694         * simple.el (next-error): Change arg name.
14695         Add support for the documented C-u C-x ` usage.
14697         * frame.el (special-display-popup-frame, next-multiframe-window)
14698         (previous-multiframe-window): Only consider frames on same display.
14700 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
14702         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
14703         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
14705 2004-04-22  Kim F. Storm  <storm@cua.dk>
14707         * net/telnet.el (telnet): Add optional port arg.
14709 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14711         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14712         Minor sanity check on the `hyperlink' slot.
14714         * Makefile.in (recompile): Compile new files.
14716         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
14717         Add byte-recompile-directory's optional `arg'.
14719         * cvs-status.el (cvs-tree-use-charset): New var.
14720         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
14721         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
14722         (cvs-status-cvstrees): Use it.
14724         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
14725         Make it a normal major mode.
14726         (checkdoc-buffer-label): Make sure the file name is meaningful.
14727         (checkdoc-output-to-error-buffer): Remove.
14728         (checkdoc-error, checkdoc-start-section): Rewrite.
14730         * info.el (info-node, info-menu-5, info-xref, info-header-node)
14731         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14732         (Info-title-4-face): Use new syntax.
14733         (info-xref-visited): Inherit from info-xref.
14735         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
14737 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14739         * simple.el (next-error-last-buffer, next-error-function):
14740         New variables for the next-error framework.
14741         (next-error-buffer-p): New function.
14742         (next-error-find-buffer): Generalize compilation-find-buffer.
14743         (next-error, previous-error, first-error, next-error-no-select)
14744         (previous-error-no-select): Move from compile.el.
14746         * replace.el (occur-next-error, occur-1): Hook into the next-error
14747         framework.
14749         * progmodes/compile.el (compilation-start):
14750         Set next-error-last-buffer so next-error knows where to jump.
14751         (compilation-setup): Set the buffer-local variable
14752         next-error-function to 'compilation-next-error-function.
14753         (compilation-buffer-p, compilation-buffer-internal-p): Use an
14754         alternate way to find if a buffer is a compilation buffer, for
14755         next-error convenience.
14756         (next-error-no-select, previous-error-no-select, next-error)
14757         (previous-error, first-error): Move to simple.el.
14758         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
14759         (compilation-last-buffer): Remove.
14760         (compilation-start, compilation-next-error, compilation-setup)
14761         (compilation-next-error-function, compilation-find-buffer):
14762         Remove compilation-last-buffer use.
14764 2004-04-21  Juanma Barranquero  <lektu@terra.es>
14766         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
14767         (font-lock-warning-face): Fix spacing.
14769         * makefile.w32-in (WINS): Add url/ directory.
14771 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
14773         * desktop.el (desktop-buffer-mode-handlers): New variable.
14774         Alist of major mode specific functions to restore a desktop buffer.
14775         (desktop-buffer-handlers): Make variable obsolete.
14776         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
14777         Catch errors signaled in handlers.  Update buffer count.
14778         Evaluate desktop-buffer-point.
14779         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
14780         move to dired.el.
14781         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
14782         move to info.el.
14783         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
14784         move to mail/rmail.el.
14785         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
14786         to mh-e/mh-e.el.
14787         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
14788         On fail, print message (to message buffer) even if
14789         desktop-missing-file-warning is nil.
14790         (desktop-buffer-misc-data-function): New buffer local variable.
14791         Function returning major mode specific data.
14792         (desktop-buffer-misc-functions): Make variable obsolete.
14793         (desktop-save): Use desktop-buffer-misc-data-function.
14794         (desktop-buffer-dired-misc-data): Rename to
14795         dired-desktop-buffer-misc-data and move to dired.el.
14796         (desktop-buffer-info-misc-data): Rename to
14797         Info-desktop-buffer-misc-data and move to info.el.
14798         (desktop-read): Add message about number of buffers restored/failed.
14800         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
14801         Add parameters.  Pause to display error only when
14802         desktop-missing-file-warning is non-nil.
14803         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
14804         (dired-mode): Bind desktop-buffer-misc-data-function.
14806         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
14807         Add Parameters.
14808         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
14809         (Info-mode): Bind desktop-buffer-misc-data-function.
14811         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
14812         Add Parameters.
14814         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
14815         Add Parameters.
14817 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
14819         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
14820         the case of letters in case-insensitive expansions when the
14821         abbrev is preceded by characters with letter syntax.
14823 2004-04-21  Richard M. Stallman  <rms@gnu.org>
14825         * progmodes/cperl-mode.el (cperl-putback-char):
14826         Delete Emacs 18 definition.
14828         * international/mule.el (ctext-post-read-conversion):
14829         Use assoc-string, not assoc-ignore-case.
14831         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
14833         * emacs-lisp/easymenu.el (easy-menu-add):
14834         Do call x-popup-menu, but only if it's defined.
14836         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
14838         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
14839         Handle multiple args: compile like progn.
14841         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
14842         take all args as &rest arg.
14844         * autoinsert.el (auto-insert-alist): Insert the user's name in
14845         copyright notice, rather than Free Software Foundation.
14847 2004-04-21  Kenichi Handa  <handa@m17n.org>
14849         * descr-text.el (describe-char): Make it work on *Help* buffer.
14851 2004-04-21  Kim F. Storm  <storm@cua.dk>
14853         * image.el (insert-image): Add optional SLICE arg.
14854         (insert-sliced-image): New defun.
14856 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
14858         * subr.el (read-number): Check whether `default' is nil.
14860 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14862         * progmodes/compile.el (compilation-error-properties):
14863         Split into two.
14864         (compilation-internal-error-properties): New one.
14865         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
14867 2004-04-20  Richard M. Stallman  <rms@gnu.org>
14869         * window.el (split-window-save-restore-data):
14870         Don't update the data if OLD-INFO is nil.
14872         * view.el (view-return-to-alist): Mark it permanent local.
14874         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
14876         * recentf.el (recentf-save-list): Catch and warn about errors.
14878         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
14879         so "Buffers" won't be pure.
14881         * help-mode.el (help-mode-finish): Set help-return-alist first
14882         thing, setting only the entry for the selected window.
14884         * help-fns.el (describe-function-1): If many non-control non-meta
14885         keys run the command, don't list all of them.
14887 2004-04-20  Juanma Barranquero  <lektu@terra.es>
14889         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
14890         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
14892         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
14894 2004-04-20  Kenichi Handa  <handa@m17n.org>
14896         * international/quail.el (quail-lookup-key): New optional arg
14897         NOT-RESET-INDICES.
14898         (quail-get-translations): Call quail-lookup-key with
14899         NOT-RESET-INDICES t.
14900         (quail-completion): Likewise.
14901         (quail-lookup-map-and-concat): Likewise.
14903 2004-04-20  Kenichi Handa  <handa@m17n.org>
14905         * international/quail.el (quail-update-translation): Don't insert
14906         such an unsupported multibyte char in a unibyte buffer.
14908 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
14910         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
14911         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
14912         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
14913         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
14914         (gdb-frame-assembler-buffer): Improve behaviour with
14915         multiple frames.
14916         (gdb-display-buffer): Extend search to all visible frames.
14918 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
14920         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
14921         characters left after base64 decoding.
14922         (rmail-decode-region): Use -dos variety of `coding', to remove any
14923         ^M characters left after qp or base64 decoding.
14925 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14927         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
14928         messages.
14930 2004-04-19  Stephen Eglen  <stephen@gnu.org>
14932         * add-log.el (add-change-log-entry): Update doc string to mention
14933         add-log-full-name and add-log-mailing-address.
14935 2004-04-18  Juri Linkov  <juri@jurta.org>
14937         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
14938         (Info-find-node-2): Simplify error message.
14939         (Info-insert-dir): Use Info-following-node-name.
14940         (Info-goto-node): Remove *info-history* and *info-toc*.
14941         (Info-history): Create a node of the virtual history file.
14942         (Info-toc): Create a node of the virtual toc file.
14943         (Info-insert-toc): New arg `curr-file' for reference file names.
14944         (info-apropos): Remove redundant var binding for temp-file.
14945         (Info-index, Info-index-next, Info-mode): Doc fix.
14946         (Info-goto-emacs-command-node): Don't jump to *info* from
14947         non-*info* Info buffers.
14948         (Info-fontify-node): Don't show the file name of external
14949         references if `Info-hide-note-references' is `hide'.  Don't hide
14950         newlines at the end of paragraphs.
14952         * international/mule-diag.el (list-input-methods):
14953         Fix args to help-xref-button.
14955         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
14956         to put into effect local variables from TUTORIAL files.
14958         * textmodes/paragraphs.el (sentence-end) <function>: New fun
14959         with default value taken from the variable `sentence-end'.
14960         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
14961         Add nil const to :type.
14962         (sentence-end-without-period, sentence-end-double-space)
14963         (sentence-end-without-space): Doc fix.
14965         * textmodes/paragraphs.el (forward-sentence):
14966         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
14967         (fill-delete-newlines):
14968         * progmodes/cc-cmds.el (c-beginning-of-statement):
14969         Use function `sentence-end' instead of variable `sentence-end'.
14971 2004-04-18  Andreas Schwab  <schwab@suse.de>
14973         * progmodes/compile.el (compilation-start): Set window start to
14974         point-min if compilation-scroll-output is nil.
14976 2004-04-18  John Wiegley  <johnw@newartisans.com>
14978         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
14980 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
14982         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
14983         (gdb-info-breakpoints-custom): Revert previous change.
14984         (gdb-view-assembler): Update assembler if necessary.
14985         (gdb-frame-handler): Parse correctly for gdb-current-frame.
14986         (gdb-display-source-buffer): Update properly when both source and
14987         assembler are visible.
14989 2004-04-17  John Wiegley  <johnw@newartisans.com>
14991         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
14992         which limits the number of names shown in the minibuffer.  Off by
14993         default.
14994         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
14995         up iswitchb for users with a multitude of open buffers by showing
14996         only the first and last N/2 buffers in the completion list (which
14997         is enough to aid C-s/C-r, and to know that more characters are
14998         needed to refine the completion list).
15000 2004-04-17  Richard M. Stallman  <rms@gnu.org>
15002         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15003         (file-truename): Expand all ~ constructs directly.
15004         (insert-directory): Delete any error msg output by the
15005         `insert-directory-program'.
15007         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15008         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15009         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15010         (allout-init): Use find-file-hook, not find-file-hooks.
15011         (allout-mode): Eliminate Emacs 18 support.
15012         Use write-contents-functions, not local-write-file-hooks.
15014 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
15016         * progmodes/compile.el (compilation-error-properties): Fix for
15017         adding messages when there are already markers for their file.
15018         (compilation-fake-loc): New function.
15020 2004-04-16  Dave Love  <fx@gnu.org>
15022         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15023         (python-load-file): Fix python-orig-start setting.
15025         * progmodes/compile.el: Doc fixes.
15026         (compilation-error-regexp-alist-alist)
15027         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15028         (compilation-assq): Wrap in eval-when-compile.
15029         (compilation-mode-font-lock-keywords): Don't use list*.
15030         (compilation-start): Avoid warning.
15031         (compilation-compat-error-properties)
15032         (compilation-directory-properties): Add keymap property.
15033         (compilation-parsing-end): Make it a marker for better compatibility.
15035         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15037 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
15039         * xml.el: Doc fixes.
15040         (xml-get-children): Only looks at sub-tags and ignore strings.
15042         * xml.el (xml-parse-tag): Avoid overwriting node-name.
15044 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15046         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15048 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
15050         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15052         * vc.el (vc-print-log): Likewise.
15054 2004-04-16  Masatake YAMATO  <jet@gyve.org>
15056         * simple.el (completion-setup-function): Set an initial value
15057         to `element-common-end' before entering loop.  Set a value
15058         to `element-common-end' at the end of loop.
15059         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15060         (completions-common-part): Rename from completion-de-emphasis.
15061         (completions-first-difference): Rename from completion-emphasis.
15062         Suggested by RMS.
15064 2004-04-16  Juanma Barranquero  <lektu@terra.es>
15066         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15067         (bookmark-edit-annotation-mode): Add mode name.
15069 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15071         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15072         for nested conflict markers.
15073         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15075 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
15077         * progmodes/gdb-ui.el (gdb-goto-info): New function.
15079         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15081 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15083         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15084         Give a backtrace if requested.
15086         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15088         * progmodes/python.el (python-mouse-2-command, python-RET-command):
15089         Remove unused functions.
15090         (python-orig-start-line, python-orig-file): Remove.
15091         (python-orig-start): New var.
15092         (python-input-filter, python-compilation-line-number)
15093         (python-send-region, python-load-file): Use it.
15095         * info.el (info): Always jump to *info*.
15097         * subr.el (posn-set-point): New function.
15099         * mouse.el (mouse-set-point): Use it.
15101         * progmodes/compile.el (compile-goto-error): Use it.
15102         (compilation-button-map): New keymap.
15103         (compilation-error-properties): Use it.
15104         (compilation-shell-minor-mode-map): Don't bind mouse-2.
15106         * smerge-mode.el (smerge-popup-context-menu): Use it.
15108         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15109         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15110         mouse and non-mouse case.
15112         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15113         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15115         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15116         Make it work for non-mouse events.
15118         * pcvs-info.el (cvs-status-map): Update binding name.
15120 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
15122         * xml.el (xml-maybe-do-ns): New function to handle namespace
15123         parsing of both attribute and element names.
15124         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15125         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15126         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
15127         (xml-parse-attlist): Make it do its own namespace parsing.
15129 2004-04-14  Dave Love  <fx@gnu.org>
15131         * progmodes/python.el (run-python): Fix use of \n.
15132         (python-load-file): Remove `try' from Python fragment.
15133         (python-describe-symbol): Fix message.
15135         * comint.el: Doc fixes.
15136         (comint-last-input-start, comint-last-input-end)
15137         (comint-last-output-start): Give them values.
15138         (comint-arguments): Avoid warning.
15139         (comint-skip-prompt): Use line-end-position.
15140         (comint-backward-matching-input): Rename arg to agree with doc.
15141         (comint-extract-string): Use syntax-ppss.
15142         (comint-dynamic-simple-complete): Delete useless list construction.
15143         (comint-redirect-subvert-readonly): New.
15144         (comint-redirect-preoutput-filter): Use it.
15146         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15147         Correctly handle negative arguments when calling hook functions.
15149 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
15151         * info.el (info-apropos): Don't clobber Info-history-list.
15153 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
15155         * progmodes/compile.el (compilation-setup):
15156         Localize overlay-arrow-position.
15157         (compilation-sentinel): Restructure code equivalently.
15158         (compilation-next-error): Find message on same line after point if
15159         not found before point.
15160         (compile-mouse-goto-error): Restore function so that compilation
15161         buffer need not be current and use compile-goto-error.
15162         (compile-goto-error): Restore function.
15163         (next-error): Set overlay-arrow-position.
15164         (compilation-forget-errors): Don't localize already local
15165         compilation-locs and remove FIXME about refontifying.
15167 2004-04-14  Kim F. Storm  <storm@cua.dk>
15169         * startup.el (emacs-quick-startup): New defvar (set by -Q).
15170         (command-line): New option -Q.  Like -q --no-site-file, but
15171         in addition it also disables menu-bar, tool-bar, scroll-bars,
15172         tool-tips, and the blinking cursor.
15173         (command-line-1): Skip startup screen if -Q.
15174         (fancy-splash-head): Use ":align-to center" prop to center splash image.
15176         * emulation/cua-base.el (cua-read-only-cursor-color)
15177         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15179 2004-04-13  Dave Love  <fx@gnu.org>
15181         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
15182         (syntax): Don't require.
15183         (python) <defgroup>: Add :version.
15184         (python-quote-syntax): Re-written.
15185         (inferior-python-mode): Move stuff here from run-python and add
15186         some more.
15187         (python-preoutput-continuation, python-preoutput-result)
15188         (python-dotty-syntax-table): New.
15189         (python-describe-symbol): Use them.
15190         (run-python): Move stuff to inferior-python-mode.  Modify code
15191         loaded into Python.
15192         (python-send-region): Use python-proc, python-send-string.
15193         (python-send-string): Send newlines too.  Callers changed.
15194         (python-load-file): Re-written.
15195         (python-eldoc-function): New.
15196         (info-look): Don't require.
15197         (python-after-info-look): New.  A modified version of former
15198         top-level code for use with eval-after-load.
15199         (python-maybe-jython, python-guess-indent): Use widened buffer.
15200         (python-fill-paragraph): Re-written.
15201         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
15202         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
15204 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15206         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
15207         Set compilation-error-regexp-alist earlier.
15209         * progmodes/compile.el (compilation-minor-mode-map)
15210         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
15211         (compile-goto-error): Re-merge the mouse and non-mouse commands.
15213 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15215         * progmodes/compile.el (compile-goto-error): Select the buffer/window
15216         corresponding to the event.
15218 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
15220         * loadup.el: Add cygwin to system-type list, for unexec() support.
15222 2004-04-12  John Paul Wallington  <jpw@gnu.org>
15224         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
15225         (ibuffer-restore-window-config-on-quit): New variable to replace
15226         `ibuffer-delete-window-on-quit'.  Update all references.
15227         (ibuffer-prev-window-config): New variable.
15228         (ibuffer-quit): Restore previous window configuration instead of
15229         deleting window.
15230         (ibuffer): Save window configuration before showing Ibuffer buffer.
15232         * help.el (describe-mode): Doc fix.
15234 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15236         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
15237         not to treat nil as a function.
15239         * vc-arch.el (vc-arch-root): Be a bit more careful.
15240         (vc-arch-register): Save the buffer if we modified it.
15241         (vc-arch-delete-rej-if-obsolete): Save excursion.
15242         (vc-arch-find-file-hook): Use the simpler after-save-hook.
15243         (vc-arch-responsible-p, vc-arch-init-version): New functions.
15245         * net/ldap.el (ldap-search): Use list*.
15247 2004-04-12  Juri Linkov  <juri@jurta.org>
15249         * info.el (Info-follow-reference): Allow multiline reference name.
15251 2004-04-11  Dave Love  <fx@gnu.org>
15253         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
15255         * progmodes/python.el: New file.
15257 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
15259         * vc-hooks.el (vc-arg-list): Function removed.
15260         (vc-default-workfile-unchanged-p): Use condition-case to check for
15261         backward compatibility.
15263         * vc.el (vc-print-log): Use condition-case to check for backward
15264         compatibility.
15266 2004-04-11  Juri Linkov  <juri@jurta.org>
15268         * dired.el (dired-faces): New defgroup.
15269         (dired-header, dired-mark, dired-marked, dired-flagged)
15270         (dired-warning, dired-directory, dired-symlink, dired-ignored):
15271         New faces.
15272         (dired-header-face, dired-mark-face, dired-marked-face)
15273         (dired-flagged-face, dired-warning-face, dired-directory-face)
15274         (dired-symlink-face, dired-ignored-face): New face variables.
15275         (dired-font-lock-keywords): Use them instead of font-lock faces.
15276         Split the rule for dired marks into 3 separate rules: for marks,
15277         marked file names and flagged file names.
15279         * help-mode.el (help-make-xrefs): Add a final newline to the
15280         *Help* buffer.
15282 2004-04-11  John Paul Wallington  <jpw@gnu.org>
15284         * replace.el (occur-engine): Distinguish between one and several
15285         matches in the matches per buffer heading.
15287 2004-04-11  Kim F. Storm  <storm@cua.dk>
15289         * ido.el (ido-confirm-unique-completion): New defcustom.
15290         (ido-complete): Use it.
15291         (ido-write-file): Set it to t unconditionally.
15293 2004-04-10  Miles Bader  <miles@gnu.org>
15295         RCS keyword removal (only non-comment changes are enumerated here):
15297         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
15298         (byte-compile-insert-header): Don't use `byte-compile-version'.
15299         * forms.el (forms-version): Variable removed.
15300         (forms-mode): Don't use `forms-version'.
15301         * recentf.el (recentf-version): Variable removed.
15302         * progmodes/delphi.el (delphi-version): Variable removed.
15303         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
15305 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15307         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
15309 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
15311         * info.el (info-apropos): Improve menu item regexp.
15313 2004-04-09  Simon Josefsson  <jas@extundo.com>
15315         * mail/smtpmail.el: Add comment, based on report by
15316         kdc@rcn.com (Kevin D. Clark).
15318 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15320         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15321         Redo one more thing that I didn't notice Daniel had undone.
15323 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
15325         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
15326         (gdb-goto-breakpoint, gdb-display-buffer)
15327         (gdb-display-source-buffer, gdb-view-source-function)
15328         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
15329         (gdb-source-info, gdb-frame-handler): Don't specify a window
15330         for display.
15331         (gdb-info-breakpoints-custom): Remove superfluous update of
15332         assembler buffer.
15333         (gdb-many-windows): Make settable outside gdb.
15335 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
15337         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
15338         Derive from fundamental-mode rather than text-mode.
15340 2004-04-08  Juri Linkov  <juri@jurta.org>
15342         * info.el (Info-history): Doc fix.
15343         (Info-history-list): New var.
15344         (info-xref): Change magenta4 to blue, remove bold for dark and
15345         light backgrounds, change bold to underline for non-color classes.
15346         (info-xref-visited): New face.
15347         (Info-fontify-visited-nodes): New custom.
15348         (Info-hide-note-references): Add new value `hide'.  Doc fix.
15349         (Info-reference-name): New var.
15350         (Info-selection-hook): New custom.
15351         (Info-edit-mode-hook): New var.
15352         (Info-find-file): New fun.
15353         (Info-find-node): Move part of code to Info-find-file.
15354         (Info-find-node-2): Add anchors to Info-history-list.  Move point
15355         to the place with the reference name if name is defined.
15356         (Info-select-node): Add current node to Info-history-list.
15357         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
15358         (Info-search-whitespace-regexp): New custom.
15359         (Info-search-case-fold): New var.
15360         (Info-search): Add "case-sensitively" to the prompt.
15361         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
15362         (Info-search-case-sensitively, Info-search-next): New fun.
15363         (Info-up): Move point to the menu item of the current node.
15364         (Info-history): New fun.  Add *info-history* to
15365         same-window-buffer-names.
15366         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
15367         (Info-insert-toc): New fun.
15368         (Info-build-toc): New fun.
15369         (Info-follow-reference): Add new arg `fork'.  Doc fix.
15370         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
15371         with the same name prefer the reference closest to point.
15372         (Info-next-reference): Replace * by + in the *Note regexp.
15373         Add regexp for http:// and ftp://.  Skip the *Note prefix.
15374         (Info-prev-reference): Replace * by + in the *Note regexp.
15375         Add regexp for http:// and ftp://.  Skip the *Note prefix.
15376         (Info-follow-nearest-node): Add new arg `fork'.
15377         (Info-try-follow-nearest-node): Add new arg `fork'.
15378         Call browse-url for http:// and ftp:// references.
15379         Set Info-reference-name for index entries.
15380         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
15381         Info-search-next, Info-history, Info-toc, clone-buffer.
15382         (Info-menu-update): Replace * by + in the *Note regexp.
15383         (Info-mode): Add documentation for Info-history, Info-toc,
15384         Info-search-case-sensitively, Info-search-next, clone-buffer.
15385         (Info-fontify-menu-headers): Remove fun.  Move code to
15386         Info-fontify-node.
15387         (Info-fontify-node): Add docstring.  Add local vars
15388         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
15389         then fontify header line, titles, menu headers, http and ftp
15390         references, refill paragraphs.  If not-fontified-p is t or
15391         fontify-visited-p is t then fontify cross references, menu items.
15392         Fontify menu headers.  Fontify http and ftp references.
15393         Change regexp for cross references to require whitespace after *Note,
15394         add matching groups for file and node names.  Remove hack for quote.
15395         Use display property for Info-hide-note-references=t.  Use fifth
15396         or fourth match for help-echo.  Display visited nodes in a
15397         different face.  Unhide file names of external references.
15398         Unhide newlines.  Display visited menu items in a different face.
15400 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15402         * progmodes/compile.el: Require CL.
15403         (compilation-mode-font-lock-keywords): Re-install the "line as
15404         function" patch.
15406         * help-fns.el (help-C-source-directory): New var.
15407         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
15408         (describe-function-1, describe-variable): Use them.
15410         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
15411         to C source files specially.
15413 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
15415         * info.el (Info-hide-cookies-node): New function.
15416         (Info-select-node): Use it.
15417         (Info-display-images-node): Remove message with image file name.
15419 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
15421         * progmodes/compile.el (compilation-warning-face)
15422         (compilation-info-face, compilation-skip-threshold)
15423         (compilation-skip-visited, compilation-context-lines):
15424         Declare :version when added to Emacs.
15425         (compilation-error-regexp-alist-alist): Extend caml and irix.
15426         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
15427         (compilation-mode-font-lock-keywords): Temporarily undo line as
15428         function patch, which wasn't ready.
15430 2004-04-07  Kenichi Handa  <handa@m17n.org>
15432         * international/latin1-disp.el (latin1-display-setup): Check each
15433         character is displayable or not instead of calling
15434         latin1-display-check-font.
15436 2004-04-06  Kenichi Handa  <handa@m17n.org>
15438         * language/ethio-util.el (ethio-sera-being-called-by-w3):
15439         New variable.
15440         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
15441         instead of sera-being-called-by-w3.
15442         (ethio-fidel-to-sera-buffer): Likewise.
15443         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
15444         instead of sera-being-called-by-w3.
15445         (ethio-write-file): Likewise.
15447 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15449         * printing.el: Doc fix.
15451 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
15453         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
15454         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
15455         (gdb-setup-windows): Only use separate IO buffer if required.
15457 2004-04-06  Kim F. Storm  <storm@cua.dk>
15459         * term.el (term-is-xemacs): Remove.
15460         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
15461         (term-window-width): New function.
15462         (term-mode, term-check-size): Use it.
15463         (term-mode): Disable overflow-newline-into-fringe in term buffer.
15465 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15467         * cus-edit.el (custom-add-parent-links): Change unbound variable
15468         `symbol' to `name'.
15470 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
15471         * info.el (info-apropos): New function.
15472         (Info-mode-menu): Add it.
15473         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
15475         * help-mode.el (help-make-xrefs): Recognize aliased variable with
15476         inherited docstring.
15478         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
15480 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15482         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
15484         * progmodes/compile.el (font-lock): Don't require any more.
15485         (compilation-error-properties, compilation-start, compilation-sentinel)
15486         (compilation-filter, next-error): Use with-current-buffer.
15487         (compilation-skip-to-next-location, compilation-skip-threshold)
15488         (compilation-skip-visited): Move to silence the byte-compiler.
15489         (compilation-setup): Simplify.
15490         (compilation-next-error): Use line-(beginning|end)-position.
15491         Make sure `pt' is non-nil before using compilation-loop.
15492         (compile-goto-error): Add optional event arg.  Use it.
15493         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
15494         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
15495         Update the binding for mouse-2.
15496         (first-error): Set compilation-current-error to nil rather than bob.
15497         (compilation-parsing-end, compilation-parse-errors-function)
15498         (compilation-error-list, compilation-old-error-list):
15499         "New" compatibility variables.
15500         (compile-buffer-substring, compilation-compat-error-properties)
15501         (compilation-compat-parse-errors, compilation-forget-errors):
15502         New compatibility functions.
15503         (compilation-mode-font-lock-keywords): Use them.
15505 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
15507         * autorevert.el (auto-revert-handler): If point (or a window
15508         point) is at the end of the buffer, keep it there after
15509         reverting.  This allows to tail a file.
15510         Mention this in the `Commentary'.
15512         * format.el (format-write-file): Add optional argument CONFIRM
15513         and make it behave like the analogous argument to `write-file'.
15515 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15517         * progmodes/ebnf2ps.el: Doc fix.
15518         (ebnf-version): New version number (4.2).
15519         (ebnf-syntax): Customization and docstring fix.
15520         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
15521         Put autoloaded funs before first use.
15522         (ebnf-style-database): Add dtd entry.
15523         (ebnf-syntax-alist): Add dtd initialization.
15524         (ebnf-token-sequence): New fun.
15525         (ebnf-comment-table): Add new comment action character.
15526         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
15528         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
15529         Type Definition for XML).
15531         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
15532         * progmodes/ebnf-bnf.el (ebnf-sequence):
15533         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
15534         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
15535         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
15536         Code simplification: call ebnf-token-sequence.
15538 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
15540         * calendar/timeclock.el (timeclock-relative)
15541         (timeclock-get-project-function, timeclock-get-workday-function)
15542         (timeclock-query-out, timeclock-when-to-leave)
15543         (timeclock-when-to-leave-string, timeclock-log-data)
15544         (timeclock-generate-report, timeclock-in): Doc fixes.
15546 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15548         * url/: New dir.  Import the URL package from its repository.
15550 2004-04-03  Andreas Schwab  <schwab@suse.de>
15552         * diff-mode.el (diff-mode): Fix missing quote.
15554 2004-04-03  Juri Linkov  <juri@jurta.org>
15556         * descr-text.el (describe-property-list): Add `font-lock-face'.
15558         * dired.el (dired-font-lock-keywords): Fix permission regexps.
15560 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15562         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
15563         Use utf-16le on little endian machines and utf-16be otherwise.
15565 2004-04-02  David Kastrup  <dak@gnu.org>
15567         * net/browse-url.el (browse-url-generic): Use call-process
15568         instead of start-process to allow browsers that fork and detach.
15570 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
15572         * compile.el (compilation-current-error): New var.
15573         (compilation-setup, compile-mouse-goto-error)
15574         (compile-goto-error, next-error): Use it.
15575         (compilation-skip-to-next-location): Default to t, which gives
15576         contiguous skipping like old compile (where this was redundant).
15577         (compilation-next-error): Prevent previous-* commands from moving
15578         back to message at or just before point.
15580 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
15582         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
15583         (gdb-source-info): Don't display source at startup, if required.
15584         (gdb-show-main): New option.
15585         (gdba): Update documentation.
15586         (gdb-source): Cover case of auto-display output.
15588 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15590         * autorevert.el: Delete obsolete autoload's and defvar's.
15591         (auto-revert-check-vc-info): New user option.
15592         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
15593         (auto-revert-handler-vc): Delete.
15594         (auto-revert-handler): Treat return value `fast' of
15595         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
15597         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
15598         return `fast'.
15600         * files.el (buffer-stale-function): Doc change.
15602 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15604         * printing.el: New tip on Tips section.
15605         (pr-version): New version number (6.7.4).
15606         (pr-shell-file-name): Initialization fix.
15608 2004-03-31  Juri Linkov  <juri@jurta.org>
15610         * dired.el: Add autoload for `dired-do-touch'.
15611         (dired-touch-program): New var.
15612         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
15613         (dired-no-confirm): Add `touch' to docstring.
15615         * dired-aux.el (dired-do-touch): New fun.
15616         (dired-do-chxxx): Add argument -t for touch operation.
15618         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
15619         `dired-move-to-filename-regexp'.
15621 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
15623         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
15625 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15627         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
15628         and only if the buffer was modified.
15630 2004-03-30  Kenichi Handa  <handa@m17n.org>
15632         * international/characters.el: Delete pairs for U+2308..U+230B.
15634 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
15636         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
15637         to detect the beginning of a level 2 or 3 annotation.
15639 2004-03-29  Kenichi Handa  <handa@m17n.org>
15641         * international/ucs-tables.el (ucs-insert): Fix the error message.
15643 2004-03-29  Kenichi Handa  <handa@m17n.org>
15645         * international/mule-util.el (char-displayable-p): Fix generation
15646         of XLFD file name.
15648         * Makefile.in (setwins, setwins_almost): Change directory to $wd
15649         before finding directories by `find'.
15651 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15653         * subr.el (interactive-form): Delete.  Now implemented in C.
15655         * pcvs.el (cvs-parse-process): Workaround for Darwin.
15657         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
15658         (vc-diff-label): New fun.
15659         (vc-diff-internal): Use it.
15661         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
15663 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15665         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
15667         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
15668         specify XML (EBNFX).
15670         * progmodes/ebnf2ps.el: Doc fix.
15671         (ebnf-version): New version number (4.1).
15672         (ebnf-syntax): Adjust customization.
15673         (ebnf-style-database): Add ebnfx entry.
15674         (ebnf-syntax-alist): Add ebnfx initialization.
15675         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
15677         * printing.el: Doc fix.
15678         (pr-version): New version number (6.7.3).
15679         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
15680         returns nil for mouse position.  Reported by Drew Adams
15681         <drew.adams@oracle.com>.
15682         (pr-update-menus): Modify interactive declaration.  Reported by Drew
15683         Adams <drew.adams@oracle.com>.
15685 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
15687         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
15688         (gud-gdba-marker-filter): Log the process input and output, if
15689         required.  From Stefan Monnier.
15690         (gdb-debug-log, gdb-enable-debug-log): New variables.
15691         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
15693 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15695         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
15696         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
15698 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
15700         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
15701         Call vc-find-file-hook here instead of in auto-revert-buffers.
15702         (auto-revert-buffers): Delete call to vc-find-file-hook.
15703         (auto-revert-verbose, global-auto-revert-non-file-buffers)
15704         (global-auto-revert-mode, auto-revert-set-timer)
15705         (auto-revert-handler, auto-revert-buffers): Doc fixes.
15707 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
15709         * woman.el (woman-change-fonts): Rename local variable
15710         woman-font-alist to font-alist to avoid a compiler warning.
15712 2004-03-27  Dave Love  <fx@gnu.org>
15714         * emacs-lisp/rx.el (rx): Doc fix.
15715         Fix copyright years.
15717         * strokes.el (strokes-global-set-stroke-string): New function.
15718         (strokes-list-strokes): Cope with strings, not just commands.
15719         Set foreground colour of image.
15720         (strokes-global-set-stroke): Doc fix.
15722 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
15724         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
15725         Auto Revert mode.
15726         (Buffer-menu-files-only): New variable.
15727         (Buffer-menu-toggle-files-only): New function.
15728         (Buffer-menu-mode-map): Bind it to `T'.
15729         (Buffer-menu-mode): Mention `T' in docstring.
15730         Set buffer-stale-function.
15731         (list-buffers-noselect): Mark buffer non-modified and set
15732         Buffer-menu-files-only.
15734         * dired.el (buffer-stale-function): Remove no longer needed defvar.
15736         * autorevert.el (auto-revert-handler): Print revert message
15737         before, rather than after, reverting.
15738         (buffer-stale-function): Move to files.el.
15740         * files.el (buffer-stale-function): Move here from autorevert.el.
15742 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15744         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
15746         * calc/calc.el (calc-mode-map): Use mapc.
15748         * apropos.el (apropos-mode): Don't autoload.
15749         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
15750         (apropos): Use it.
15751         (apropos-print): Add optional `text' argument.
15752         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
15753         Don't assume point-min == 1.
15755         * bs.el (bs-buffer-list): Use buffer-local-value.
15756         (bs--set-toggle-to-show): Use with-current-buffer.
15758         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
15759         New funs.
15760         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
15762         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
15764         * dabbrev.el (dabbrev-expand): Fix regexp construction.
15765         (dabbrev--find-expansion): Use pop.
15766         (dabbrev--search): Use match-string-no-properties.
15768         * dired.el (dired-mode): Use run-mode-hooks.
15769         (dired-move-to-end-of-filename): Use match-string.
15771         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
15772         is bound before using it.
15773         (ediff-verbose-p): Make it into a var since it's not constant.
15775         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
15777         * faces.el (read-face-font): Don't cons up unnecessarily.
15778         (header-line, tool-bar): Share common parts.
15780         * files.el (file-relative-name): Use compare-strings.
15782         * finder.el (finder-mode): Follow coding convention.
15784         * subr.el (read-number): New function.
15786         * ses.el (ses-read-number): Move to subr.el.
15787         (ses-set-header-row): Use read-number.
15789 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
15791         * vc-hooks.el (vc-arg-list): New function, which handles both
15792         compiled and uncompiled code.
15793         (vc-default-workfile-unchanged-p): Use it.
15795         * vc.el (vc-print-log): Undo prev change, use new function
15796         vc-arg-list from vc-hooks.el.
15798 2004-03-26  Masatake YAMATO  <jet@gyve.org>
15800         * simple.el (completion-setup-function): Emphasize the
15801         first uncommon characters in the completions; and de-emphasize
15802         the common prefix substrings.
15803         (completion-emphasis): New face.
15804         (completion-de-emphasis): New face.
15806 2004-03-25  Juanma Barranquero  <lektu@terra.es>
15808         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
15809         Comment out (it's unused and unfinished code).
15811 2004-03-25  Sam Steingold  <sds@gnu.org>
15813         * vc.el (vc-print-log): Fix a bug in the last patch:
15814         backend-function may be a byte-compiled object, not a lambda.
15816 2004-03-25  Juri Linkov  <juri@jurta.org>
15818         * descr-text.el (describe-property-list): Add a button
15819         for `face' property that calls `describe-face'.
15820         Suggested by luis fernandes <elf@ee.ryerson.ca>
15822         * international/mule.el (keyboard-coding-system):
15823         * kmacro.el (kmacro-call-macro): Fix docstring.
15825         * dired.el: Fix comments.
15827         * textmodes/fill.el (fill): Fix Info link.
15829         * font-lock.el (fast-lock, lazy-lock):
15830         * jit-lock.el (jit-lock): Remove links to removed Support Modes
15831         Info node.
15833         * eshell/eshell.el (eshell): Fix broken info-link.
15835         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
15836         * eshell/em-banner.el (eshell-banner):
15837         * eshell/em-smart.el (eshell-smart):
15838         * eshell/esh-cmd.el (eshell-cmd):
15839         Comment out broken info-links to incomplete Info manual.
15841         * info-xref.el: Fix commentary.
15843 2004-03-25  Kevin Ryde  <user42@zip.com.au>
15845         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
15846         Remove spurious node duplicate suppression, doesn't work, not wanted.
15847         (info-xref-output): Take format style args, add "sit-for 0" to let
15848         user see the results as they progress.
15849         (info-xref-check-all-custom): New function.
15851 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
15853         * gdb-ui.el: Moved to progmodes.
15855 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15857         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
15859 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15861         * calendar/appt.el (appt-check): Remove superfluous progn.
15862         When finished with diary buffer: if it was not being displayed
15863         before, kill it; otherwise restore its original state.
15864         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
15866         * calendar/calendar.el (calendar-set-mode-line): Use total
15867         available mode-line width, rather than frame-width.
15869         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
15870         after mode change so effect not lost.
15872 2004-03-23  Dave Love  <fx@gnu.org>
15874         * dired.el (dired) <defgroup>: Add link to manual.
15875         (dired-font-lock-keywords): Add highlighting on unusual permissions.
15876         (dired-revert): Use dolist.
15877         (dired-mode-map): Add U binding.
15878         (dired-mode): Add font-lock-beginning-of-syntax-function.
15879         (dired-garbage-files-regexp): Make it a defcustom.
15881 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
15883         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
15884         is equivalent to nil.
15885         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
15886         (vc-arch-mode-line-string): Accept `added' state.
15887         (vc-arch-state): Use inode-sigs if available.
15888         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
15889         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
15890         (vc-arch-tagline-re): New var.
15891         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
15892         New functions.
15893         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
15894         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
15896         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
15897         (vc-file-not-found-hook): Use it.
15899         * diff-mode.el (diff-default-read-only): Change default.
15900         (diff-mode-hook): Make it a defcustom.  Add some options.
15901         (diff-mode-map): Bind diff-refine-hook.
15902         (diff-yank-handler): New var.
15903         (diff-yank-function): New fun.
15904         (diff-font-lock-keywords): Use them.
15905         (diff-end-of-file): Handle case where file-header looks like diff text.
15906         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
15907         (diff-file-kill): Delete a subsequent empty line, if applicable.
15908         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
15909         (diff-find-file-name): Use it.
15910         (diff-tell-file-name): New command.
15911         (diff-mode): Be careful with view-mode.
15912         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
15913         New functions, for use in diff-mode-hook.
15914         (diff-find-source-location): Catch "regex too large" errors.
15915         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
15916         (diff-refine-hunk): New command.
15918         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
15919         (smerge-context-menu-map): Remove unused var.
15920         (smerge-keep-all): Preserve markers.
15921         (smerge-keep-n): New fun.
15922         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15923         (smerge-keep-current, smerge-ediff): Use it.
15924         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
15925         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
15926         (smerge-resolve): Resolve trivial 3-part conflicts.
15928 2004-03-23  Juri Linkov  <juri@jurta.org>
15930         * man.el (Man-width): New var.
15931         (Man-getpage-in-background): Use it.
15932         (Man-support-local-filenames): New var and fun.
15933         (Man-build-man-command): Don't add a second %s.
15934         (Man-fontify-manpage): Clean up message.
15935         (Man-mode): Set outline-regexp, outline-level,
15936         imenu-generic-expression.
15938         * woman.el (woman-fill-frame): Doc fix.
15939         (woman-decode-region): Use window-width instead of frame-width.
15941         * abbrevlist.el (list-one-abbrev-table):
15942         * descr-text.el (describe-char):
15943         * international/mule-diag.el (describe-current-coding-system):
15944         * international/quail.el (quail-insert-decode-map):
15945         Use window-width instead of frame-width.
15947         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
15948         (jka-compr-mode-alist-additions): Add tbz.
15949         (jka-compr-write-region, jka-compr-insert-file-contents):
15950         Add message for undefined compress-program.
15951         (jka-compr-write-region): Remove redundant var bindings.
15953         * dired-x.el (dired-guess-shell-alist-default): Add choices for
15954         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
15955         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
15956         (dired-man): Use dired-guess-shell-command.
15957         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
15958         Change default nil to t.
15960         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
15961         (dired-compare-directories): Add default value for empty input.
15963         * help-at-pt.el: Move suggestions for key bindings to Commentary.
15965         * time.el (display-time-string-forms): Fix help-echo date format.
15967 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
15969         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
15970         (buffer-stale-function): New variable.
15971         (auto-revert-list-diff, auto-revert-dired-file-list)
15972         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
15973         (auto-revert-handler): Take over some functionality of deleted
15974         functions.
15975         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
15977         * dired.el (dired-directory-changed-p): New fun, extracted from
15978         dired-internal-noselect.
15979         (dired-buffer-stale-p): New fun.
15980         (dired-internal-noselect): Use dired-directory-changed-p.
15981         Eliminate revert messages.
15982         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
15984 2004-03-23  Kenichi Handa  <handa@m17n.org>
15986         * international/characters.el: Setup syntaxes for more parentheses
15987         Unicode characters.
15989         * international/mule-cmds.el (select-safe-coding-system):
15990         Merge coding-system and auto-cs before comparing them.
15992 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15994         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
15996         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
15997         normal-auto-fill-function and comment-indent-function.
15998         The default values now work just as well.
15999         Don't set font-lock-beginning-of-syntax-function since we already set
16000         syntax-begin-function.
16001         (lisp-outline-level): Put ;;;###autoload at same level as (.
16002         (prin1-char): Quote special chars.
16004         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16005         than with-no-warnings.
16007         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16008         if the source location can't be found.
16009         (edebug-compute-previous-result): Use prin1-char.
16011         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16012         (debug-ignored-errors): Add an entry.
16014         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16015         (byte-compile-file): Output warning when deleting a file.
16017         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16018         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16020         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16021         (byte-compile-inline-expand): Use backquote.
16022         (byte-optimize-pure-func): Rename from byte-optimize-concat.
16023         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16025         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16027         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16029 2004-03-22  Juri Linkov  <juri@jurta.org>
16031         * finder.el (finder-known-keywords): Fix data, tex, unix.
16033         * play/landmark.el: Fix keywords.
16035         * language/ethio-util.el (ethio-find-file): Doc fix.
16037         * emacs-lisp/warnings.el: Doc fix.
16039         * textmodes/ispell.el (ispell-help): Doc fix.
16041 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
16043         * format.el (format-insert-file): Always return a list of two
16044         elements, like insert-file-contents does.
16046 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
16048         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16049         and vc-BACKEND-diff.
16050         (vc-print-log): If the print-log implementation supports it, use
16051         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16052         (vc-version-diff, vc-diff-internal): Doc fixes.
16054         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16055         implementation supports it, let diff output go to *vc*,
16056         not *vc-diff*, since this is an internal call.
16058         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16060         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16062         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16064 2004-03-21  Dave Love  <fx@gnu.org>
16066         * progmodes/cfengine.el (cfengine-mode):
16067         Set parse-sexp-ignore-comments.
16069         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16071 2004-03-21  Juanma Barranquero  <lektu@terra.es>
16073         * allout.el (allout-mode): Fix docstring.
16075 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
16077         * files.el (insert-directory): Fix bug if SWITCHES is a list.
16079         * autorevert.el (auto-revert-interval): Make new value take
16080         effect immediately when set through Custom.
16081         (auto-revert-set-timer): Add interactive declaration.
16083 2004-03-19  David Ponce  <david@dponce.com>
16085         * ruler-mode.el (ruler-mode-header-line-format-old):
16086         Don't `make-variable-buffer-local'.
16087         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16088         (ruler-mode-header-line-format): Simply funcall the above.
16089         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16090         to save/restore a previous header line format.
16091         (ruler-mode-space): Don't depend on a numeric WIDTH value.
16092         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16093         fringes and margins width.
16094         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16096 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16098         * log-edit.el (log-edit-font-lock-keywords): Typo.
16100         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16101         (tex-send-tex-command): Rather than here.
16102         (tex-compilation-parse-errors): Simplify.
16104         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16106         * time.el (display-time-string-forms): Add help-echo with date on time.
16108         * composite.el (compose-region): Use restore-buffer-modified-p.
16110         * disp-table.el (standard-display-8bit): Simplify.
16112         * server.el (server-process-filter): Delete temp frame.
16114         * add-log.el (add-change-log-entry): Simplify.
16116 2004-03-19  Kim F. Storm  <storm@cua.dk>
16118         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16119         (hexl-follow-line): Don't require 'fringe.
16121         * progmodes/compile.el (compilation-start): Always set
16122         compilation-last-buffer and return it.
16124 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
16126         * simple.el (clone-buffer): Doc fix.
16128 2004-03-18  Juanma Barranquero  <lektu@terra.es>
16130         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16132 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16134         * log-edit.el (log-edit-font-lock-keywords): New var.
16135         (log-edit-mode): Use it.
16137 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
16139         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16140         properly for watching in speedbar.
16142 2004-03-17  Masatake YAMATO  <jet@gyve.org>
16144         * smerge-mode.el (smerge-popup-context-menu):
16145         Put `unwind-protect' around `overlay-put' and `popup-menu'.
16147 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16149         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16150         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16151         Take sealed revisions into account.
16152         (vc-arch-checkin): Extract a summary line from the message.
16154 2004-03-16  Masatake YAMATO  <jet@gyve.org>
16156         * register.el (register): Provide `register' feature.
16158 2004-03-15  Masatake YAMATO  <jet@gyve.org>
16160         Added context menu support in smerge mode.
16161         Most of the part is written by Stefan Monnier.
16163         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16164         New keymap and menu.
16165         (smerge-text-properties): New function.
16166         (smerge-remove-props): New function.
16167         (smerge-popup-context-menu): New function.
16168         (smerge-resolve): Call `smerge-remove-props'.
16169         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
16170         (smerge-keep-current): Ditto.
16171         (smerge-kill-current): New function.
16172         (smerge-match-conflict): Put text properties.
16173         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
16175 2004-03-15  David Ponce  <david@dponce.com>
16177         * ruler-mode.el (ruler-mode-left-fringe-cols)
16178         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16179         (ruler-mode-right-scroll-bar-cols): Remove.
16180         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
16181         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16182         Use fringe-columns and scroll-bar-columns.
16184 2004-03-15  Masatake YAMATO  <jet@gyve.org>
16186         * hl-line.el (hl-line-range-function): New variable.
16187         (hl-line-move): New function.
16188         (global-hl-line-highlight): Use `hl-line-move'.
16189         (hl-line-highlight): Ditto.
16191         * scroll-bar.el (scroll-bar-columns):
16192         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
16194         * ruler-mode.el (top-level): Require scroll-bar and fringe.
16195         (ruler-mode-left-fringe-cols)
16196         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
16197         (ruler-mode-right-scroll-bar-cols)
16198         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
16199         (ruler-mode-ruler-function): New variable.
16200         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
16201         if the value for `ruler-mode-ruler-function'is given.
16203         * hexl.el (hexl-mode-hook): Make the hook customizable.
16204         (hexl-address-area, hexl-ascii-area): New customize variables.
16205         (hexlify-buffer): Put font-lock-faces on the address area and
16206         the ascii area.
16207         (hexl-activate-ruler): New function.
16208         (hexl-follow-line): New function.
16209         (hexl-highlight-line-range): New function.
16210         (hexl-mode-ruler): New function.
16212 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16214         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
16215         (vc-default-find-file-hook): New fun.
16216         (vc-find-file-hook): Call new find-file-hook operation.
16218         * vc-arch.el: New file.
16220 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
16222         * info-look.el (info-lookup): Reuse an existing Info window.
16224 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
16226         * woman.el (woman-preserve-ascii): Default value changed to t and
16227         doc string revised.
16229 2004-03-12  Richard M. Stallman  <rms@gnu.org>
16231         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16232         Fix minor bug.
16234         * replace.el (occur-engine): Change message for count of matches.
16236         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
16237         For strings, do compare text properties.
16239 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
16241         * progmodes/compile.el (compile-auto-highlight)
16242         (compilation-error-list, compilation-old-error-list)
16243         (compilation-parse-errors-function, compilation-parsing-end)
16244         (compilation-error-message, compilation-directory-stack)
16245         (compilation-enter-directory-regexp-alist)
16246         (compilation-leave-directory-regexp-alist)
16247         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
16248         (compilation-current-file, compilation-regexps): Remove vars.
16250         (compile-error-at-point, compilation-error-filedata)
16251         (compilation-error-filedata-file-name, compile-reinitialize-errors)
16252         (compilation-next-error-locus, compilation-forget-errors)
16253         (count-regexp-groupings, compilation-parse-errors)
16254         (compile-collect-regexps, compile-buffer-substring): Remove funs.
16256         (compile-internal): Make obsolete.
16258         (compilation-first-column, compilation-error)
16259         (compilation-directory-matcher, compilation-page-delimiter)
16260         (compilation-mode-font-lock-keywords, compilation-debug)
16261         (compilation-error-face, compilation-warning-face)
16262         (compilation-info-face, compilation-line-face)
16263         (compilation-column-face, compilation-enter-directory-face)
16264         (compilation-leave-directory-face, compilation-skip-threshold)
16265         (compilation-skip-visited, compilation-context-lines): New vars.
16267         (compilation-warning-face, compilation-info-face)
16268         (compilation-message-face): New faces.
16270         (compilation-error-regexp-alist-alist): New constant.
16272         (compilation-face, compilation-directory-properties)
16273         (compilation-assq, compilation-error-properties, compilation-start)
16274         (define-compilation-mode, compilation-loop)
16275         (compilation-set-window): New functions.
16277         (compile): Additional argument for interactive compiles like TeX.
16279         * progmodes/grep.el (kill-grep): Move here from compile.el
16280         (grep-error, grep-hit-face, grep-error-face)
16281         (grep-mode-font-lock-keywords): New variables.
16282         (grep-regexp-alist): Simplify regexp and add `binary' case.
16283         (grep-mode): New mode.
16284         (grep-process-setup): Simplify.
16286 2004-03-11  Jason Rumney  <jasonr@gnu.org>
16288         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
16289         letters on DOS/Windows.
16291 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16293         * server.el (server-name): New var.
16294         (server-socket-dir): New var to replace server-socket-name.
16295         (server-start): Use them.
16297 2004-03-11  Simon Josefsson  <jas@extundo.com>
16299         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
16300         died to avoid infloop.  Reported by Jonathan Glauner
16301         <jglauner@sbum.org>.
16303 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16305         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
16306         (smerge-mode-menu): Use it to deactivate menu entries.
16307         (smerge-keep-current): New fun.
16308         (smerge-keep-current): Use it.
16310 2004-03-10  John Paul Wallington  <jpw@gnu.org>
16312         * foldout.el (foldout-fold-list, foldout-modeline-string):
16313         Declare them as variables, not constants.
16315 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16317         * ps-print.el: Modification to print *Messages* buffer.
16318         (ps-print-version): New version 6.6.4.
16319         (ps-message-log-max): New fun.
16320         (ps-spool-without-faces, ps-spool-with-faces)
16321         (ps-count-lines-preprint): Code fix.
16323         * printing.el: New tips in Tips section.
16325 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16327         * delim-col.el: Doc fix.
16329         * printing.el: Doc fix.  New doc section (Tips).
16331 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16333         * type-break.el (type-break-emacs-variant): Remove.
16334         (type-break-run-at-time, type-break-cancel-function-timers):
16335         Use fboundp rather than version name and number.
16337 2004-03-09  Masatake YAMATO  <jet@gyve.org>
16339         * hexl.el (hexl-mode): Use `make-local-variable' instead of
16340         `make-variable-buffer-local'.
16342 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
16344         * find-dired.el (find-dired): Call `shell-command' instead of
16345         `start-process-shell-command'.  By this, Tramp takes over
16346         handling of remote directories.
16348 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16350         * newcomment.el (comment-use-global-state): New var.
16351         (comment-search-forward): Use it.
16353         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
16355         * cus-edit.el (fill) <defgroup>: Move to fill.el.
16357         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
16358         (enable-kinsoku): Make it a defcustom.
16359         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
16360         paragraph to same-comment-start-marker.
16362 2004-03-07  Dave Love  <fx@gnu.org>
16364         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
16365         (browse-url-mail): Use it.
16367         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
16368         (rfc2368-unhexify-string): Use replace-regexp-in-string.
16370 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
16372         * woman.el (woman-man.conf-path): Doc fix.
16373         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
16375 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
16377         * sort.el (sort-columns): Remove ms-dos from the list of systems
16378         where the external `sort' command is not used.
16380 2004-03-07  Kim F. Storm  <storm@cua.dk>
16382         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
16383         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
16384         from overlay-arrow-variable-list.
16385         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
16387 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
16389         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
16390         overlay arrow string properly for the assembler buffer.
16392 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16394         * mail/sendmail.el (mail-mode): Fix last change.
16396 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
16398         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
16399         for the assembler buffer.
16400         (gdb-assembler-custom): Position the overlay arrow.
16401         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
16403 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16405         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
16407         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
16408         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
16410         * mail/sendmail.el (mail-mode): Set comment-start-skip.
16412         * newcomment.el (uncomment-region): Allow non-terminated comment.
16413         (comment-normalize-vars): Check the user-specified comstart marker.
16415 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16417         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
16418         Otherwise, do use it if the region only contains font-lock text
16419         properties.
16421 2004-03-04  Masatake YAMATO  <jet@gyve.org>
16423         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
16424         as the callback function for eldoc.
16425         (hexl-print-current-point-info): New function.
16426         (hexl-current-address): Print the address in both decimal
16427         and hexadecimal format.
16429 2004-03-04  Richard M. Stallman  <rms@gnu.org>
16431         * mail/rmail.el (rmail-convert-to-babyl-format):
16432         Specify t for UNIBYTE when calling mail-unquote-printable-region.
16434         * mail/mail-utils.el (mail-unquote-printable-region):
16435         New arg UNIBYTE.
16437         * startup.el (command-switch-alist): Doc fix.
16439         * simple.el (undo): Temporarily set this-command to `undo-start',
16440         then set it to `undo' once undo-start returns without error.
16442         * simple.el (minibuffer-history-sexp-flag): Doc fix.
16444         * simple.el (kill-line): Don't disregard trailing whitespace
16445         in eol condition, if show-trailing-whitespace is set.
16447         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
16448         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
16449         When disabling, restore old values only if mouse-sel-has-been-enabled.
16451         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
16452         (isearch-{-char): New function.
16453         (isearch-mode-map): Bind { to isearch-{-char.
16455         * font-lock.el (lisp-font-lock-keywords-2):
16456         Turn off the CL with-... and do-... general patterns.
16457         Instead, recognize several specific with... and do... constructs.
16459         * files.el (switch-to-buffer-other-window):
16460         Bind same-window-buffer-names and same-window-regexps to nil.
16461         (switch-to-buffer-other-frame): Likewise.
16463 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16465         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
16466         recognizing leading comment on code line.
16468 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16470         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
16471         hidden files/directories.
16473 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16475         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
16476         only comment-start (in case the mode hasn't set it).
16478         * Makefile.in (AUTOGENEL): New var.
16479         (bootstrap-prepare): Rename from bootstrap-clean.
16480         Don't remove elc files.
16481         (maintainer-clean): New target.
16483         * xml.el (xml-get-attribute-or-nil): Simplify.
16485 2004-03-02  Juri Linkov  <juri@jurta.org>
16487         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
16488         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
16489         URL to prevent their substitution with the environment variable
16490         values by browsers.
16492 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16494         * ps-print.el: Doc fix.
16495         (ps-print-version): New version number (6.6.3).
16496         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
16497         Docstring fix.
16498         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
16499         before printing.
16500         (ps-time-stamp-yyyy-mm-dd): New fun.
16501         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
16503 2004-03-02  Kim F. Storm  <storm@cua.dk>
16505         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
16507 2004-03-01  Juanma Barranquero  <lektu@terra.es>
16509         * allout.el (allout-rebullet-heading): Fix typo in docstring.
16511         * desktop.el (desktop-file-version)
16512         (desktop-after-read-hook): Fix typos.
16513         (desktop-clear-preserve-buffers): Remove redundant info in
16514         docstring already shown by the obsolescence message.
16515         (desktop-truncate, desktop-internal-v2s)
16516         (desktop-value-to-string): Change argument name to match docstring.
16518         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
16520         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
16521         docstring.
16523 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16525         * printing.el: Replace "As Is..." in PostScript file print/preview by
16526         "No Preprocessing...".  Suggested by Colin Marquardt
16527         <_marquardt_@zmd.de>.
16528         (pr-insert-section-4): Adjust buffer interface.
16530 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
16532         Version 2.0.39 of Tramp released.
16534         * net/tramp.el (tramp-handle-file-local-copy)
16535         (tramp-handle-write-region, tramp-open-connection-rsh):
16536         Variable name typo.  Small change.  From Patrick Tullmann
16537         <tullmann@flux.utah.edu>.
16538         (tramp-process-connection-type): New variable.
16539         (tramp-maybe-open-connection): Use it.
16540         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
16541         (tramp-touch): Set last-modified time of a remote file.
16542         (tramp-handle-write-region): Say which function is used when encoding.
16544 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
16546         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
16547         case of non-existing filename, too.  Reported by Christoph Bauer
16548         <c_bauer@informatik.uni-kl.de>.
16549         (tramp-smb-get-file-entries): The directory in question should
16550         have permissions "drwxrwxrwx".  Just virtual, because we don't
16551         know the real permissions.  Don't we know?
16552         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
16553         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
16554         (tramp-smb-wait-for-output): Optimize algorithm getting pending
16555         output.  If it was received chunkwise, there have been problems.
16556         Remove the "prompt not found" error message; it is obvious.
16557         Simplify algorithm.
16558         (tramp-smb-process-running): Remove.  Since we acknowledge the
16559         virtual prompt for shares, there's no need for distinction of
16560         reading shares (process ends afterwards) and interactive mode of
16561         smblient.
16562         (tramp-smb-open-connection): Setting process sentinel removed.
16563         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
16564         "NT_STATUS_NETWORK_ACCESS_DENIED".
16565         (tramp-smb-maybe-open-connection): Set `process-connection-type'
16566         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
16567         (top-level): Setting default value in `tramp-default-method-alist'
16568         corrected.  Order of USER and HOST have been wrong.
16569         Nobody complained for months ...
16570         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
16571         (tramp-smb-open-connection): Clear password cache if login has failed.
16573         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
16574         `tramp-unified-filenames'.
16575         (tramp-completion-mode): Make test for XEmacs explicitely.
16576         `event-to-character' can exists in Emacs packages too.
16577         Reported by Matt Swift <swift@alum.mit.edu>.
16578         (tramp-buffer-name): Buffer name must contain the user if exists.
16579         Reported by Adrian Phillips <a.phillips@met.no>.
16580         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
16581         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
16582         (tramp-do-copy-or-rename-file-out-of-band): Rename from
16583         `tramp-do-copy-or-rename-file-one-local', because it handles also
16584         the case both files use the same out-of-band method.
16585         Implementation added.
16586         (tramp-handle-file-local-copy, tramp-handle-write-region):
16587         Out-of-band handling removed.  `copy-file' called instead, which
16588         calls `tramp-do-copy-or-rename-file-out-of-band'.
16589         (tramp-action-password): Check for out-of-band method removed.
16590         This function is used for 'login-program.
16591         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
16592         appropriate.
16593         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
16594         and `tramp-parse-sknownhosts'.
16595         (tramp-completion-function-alist): It's a defvar now, because we
16596         want to apply the optimized `tramp-set-completion-function'
16597         instead of a static list.
16598         (tramp-set-completion-function): Implementation tuned.
16599         Avoid double entries, and entries where the function or the
16600         file/directory doesn't exist.
16601         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
16602         for SSH2.
16603         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
16604         (tramp-handle-dired-compress-file): New function.
16605         (tramp-async-proc): New variable.
16606         (tramp-handle-shell-command): Adding asynchronous processes.
16607         They are far from being perfect, but it works at least for
16608         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
16609         (top-level): Require password.el if visible.  Should be mandatory
16610         once No Gnus has found its way into (X)Emacs.
16611         (tramp-read-passwd): Invoke `password-read' if available,
16612         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
16613         fallback any longer.
16614         (tramp-clear-passwd): New function.
16615         (tramp-process-actions, tramp-process-multi-actions):
16616         Clear password cache if login has failed.
16618         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
16619         its own module.
16620         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
16621         `ange-ftp-ftp-name-res'.  There could be incorrect values from
16622         previous calls in case the "ftp" method is used in the Tramp file
16623         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16625 2004-02-28  Richard M. Stallman  <rms@gnu.org>
16627         * term.el (term-mouse-paste): Call mouse-set-point.
16629         * thumbs.el: New file.
16631 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16633         * progmodes/ebnf-abn.el: Doc fix.
16635         * progmodes/ebnf-bnf.el: Doc fix.
16636         (ebnf-repeat): Code fix.
16638         * progmodes/ebnf2ps.el: Doc fix.
16639         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
16641 2004-02-28  Juri Linkov  <juri@jurta.org>
16643         * ffap.el (dired-at-point): Additional writability test for
16644         relative directory names.
16645         (dired-at-point-prompter): Treat directories as a directory, get
16646         the directory component from files.
16647         (ffap-string-at-point): Return string from region if region is active.
16648         (ffap-file-at-point): Remove redundant code.
16650 2004-02-28  Kim F. Storm  <storm@cua.dk>
16652         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
16653         Initialize margin area images to nil.
16654         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
16655         (breakpoint-enabled-bitmap-face)
16656         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
16657         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
16658         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
16659         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
16660         (gdb-reset): Use gdb-remove-breakpoint-icons.
16661         (gdb-put-string): Add dprop arg to specify alternative display
16662         property (for setting fringe bitmap).
16663         (gdb-remove-strings): Doc fix.
16664         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
16665         icon in fringe (if available), or else as icon or text in display
16666         margin.  Creates necessary icons in breakpoint-bitmap,
16667         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
16668         Also make left window margin if required.
16669         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
16670         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
16671         no longer needed.
16672         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
16673         gdb-put-breakpoint-icon.
16674         (gdb-assembler-mode): Don't set left-margin-width here.
16676 2004-02-27  Kevin Ryde  <user42@zip.com.au>
16678         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
16679         comma, so that it DTRT in macros.
16681 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
16683         * progmodes/sh-script.el (sh-shell-arg)
16684         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
16685         (sh-leading-keywords, sh-other-keywords): Fix custom type.
16687 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
16689         * faces.el (face-spec-set-match-display): Add a new attribute,
16690         `min-colors'.
16691         (region, highlight, secondary-selection): Use `min-colors'.
16693         * custom.el (defface): Add documentation for `min-colors'.
16695         * font-lock.el (font-lock-comment-face, font-lock-string-face)
16696         (font-lock-keyword-face, font-lock-function-name-face)
16697         (font-lock-variable-name-face, font-lock-constant-face):
16698         Use `min-colors'.
16700         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
16702 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16704         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
16705         define assq-delete-all if it's not defined.
16706         (ebnf-generate-region): Code fix.
16708         * printing.el: Doc fix.
16709         (pr-version): New version number (6.7.2).
16710         (pr-command): Return empty string if command is an empty string.
16712 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16714         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
16716         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
16717         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
16718         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
16719         "tt" ["test"] ).  Reported by Markus Dreyer
16720         <mdreyer@ix.urz.uni-heidelberg.de>.
16721         (ebnf-version): New version number (4.0).
16722         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
16723         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
16724         (ebnf-delete-style): New commands.
16725         (ebnf-directory, ebnf-file): New funs.
16726         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
16727         (ebnf-production-name-p, ebnf-stop-on-error): New options.
16728         (ebnf-syntax-alist): New var.
16729         (ebnf-element-width): New fun replacing ebnf-list-width.
16730         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
16731         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
16732         (ebnf-prologue): Adjust vars.
16733         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
16734         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
16735         (ebnf-check-style-values, ebnf-generate-production)
16736         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
16737         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
16738         (ebnf-token-repeat): Code fix.
16740         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
16741         %right, %left and %prec.  Suggested by Matthew K. Junker
16742         <junker@alum.mit.edu>.
16743         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
16745         * progmodes/ebnf-iso.el: Doc fix.
16746         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
16747         (ebnf-iso-lex): Code fix.
16749         * progmodes/ebnf-bnf.el: Doc fix.
16750         (ebnf-bnf-lex): Code fix.
16752         * progmodes/ebnf-otz.el: Doc fix.
16754 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
16756         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
16757         (abbrev-prefix-mark): Doc fix.
16759 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
16761         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
16762         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
16763         (gdb-var-delete): Make interactive (really).
16764         (gdb-edit-value): Make non-interactive.
16766         * progmodes/gud.el (gud-speedbar-menu-items):
16767         Add gdb-var-delete and, indirectly, gdb-edit-value.
16768         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
16769         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
16770         (gud-gdb-marker-filter): Add comment for annotations.
16772 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
16774         * calendar/calendar.el (generate-calendar)
16775         (calendar-read-date): Prevent display of BC calendars once more -
16776         reverts 2003-10-01 change.
16777         (generate-calendar-month): Doc fix.
16779 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
16781         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
16782         return value of increment-calendar-month.
16784 2004-02-21  Stephen Compall  <s11@member.fsf.org>
16786         * saveplace.el (save-place-forget-unreadable-files)
16787         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
16788         (save-place-forget-unreadable-files): New function.
16789         (save-place-alist-to-file): Use it to filter out files that are
16790         no longer readable.
16792         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
16793         current Texinfo environment, using the same method as in
16794         `texinfo-insert-@end', and insert a space rather than a newline if
16795         point in a @table environment.
16797 2004-02-21  Juri Linkov  <juri@jurta.org>
16799         * ffap.el (ffap-file-at-point): Try parent directories.
16801 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
16803         * vcursor.el (vcursor-modifiers): New defcustom.
16804         (vcursor-cs-binding): Use vcursor-modifiers instead of a
16805         hard-coded list.
16807 2004-02-21  Masatake YAMATO  <jet@gyve.org>
16809         * play/animate.el (animate-birthday-present): Accept names other
16810         than `Sarah', too.
16812 2004-02-21  Juri Linkov  <juri@jurta.org>
16814         * startup.el: Remove table of command line arguments from the
16815         Commentary section.
16817 2004-02-20  John Wiegley  <johnw@newartisans.com>
16819         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
16820         again" modifier from 'e' to 'E', since 'e' is also used by the
16821         "file extension" modifier.
16823 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
16825         * help-fns.el (describe-categories): Doc fix.
16827 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16829         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
16830         temporary file for buffer already visiting one.  This change makes
16831         output likely to be directly usable by patch program.
16832         Suggested by Adrian Aichner  <adrian@xemacs.org>
16834 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
16836         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
16837         case of variables defined in compound statements.
16838         (gdb-setup-windows, gdb-source-info, gdb-source-info):
16839         Simplify constructions using switch-to-buffer.
16841 2004-02-19  Simon Josefsson  <jas@extundo.com>
16843         * play/morse.el: Fix typo.
16844         (morse-code): Add @.
16846 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
16848         * calendar/appt.el (appt-display-format): Change default to
16849         'ignore, for backwards compatibility.
16850         (appt-display-message): If appt-display-format is 'ignore,
16851         respect old vars appt-msg-window and appt-visible.
16852         (appt-activate): Don't depend on return value of cancel-timer.
16854         * calendar/calendar.el (calendar-holidays): Doc fix.
16856         * calendar/cal-coptic.el (coptic-prompt-for-date):
16857         Use assoc-string instead of assoc-ignore-case.
16858         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
16859         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
16860         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
16861         * calendar/cal-islam.el (calendar-goto-islamic-date)
16862         (mark-islamic-diary-entries): Ditto.
16863         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
16864         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
16865         (calendar-read-mayan-tzolkin-date): Ditto.
16866         * calendar/calendar.el (calendar-read-date): Ditto.
16867         * calendar/diary-lib.el (mark-diary-entries): Ditto.
16869 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
16871         * progmodes/executable.el (executable-command-find-posix-p):
16872         Fix choice of the directory.
16874 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
16876         * simple.el (interprogram-cut-function)
16877         (interprogram-paste-function, kill-new, kill-append):
16878         Doc fixes.
16879         (kill-region): Make it return nil.  Doc fix.
16880         (yank-pop): Make its argument optional.
16881         (yank): Make ARG `-' equivalent to `-1'.
16883 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
16885         * mail/rmail.el (rmail-get-new-mail): Don't reference
16886         rmail-use-spam-filter if rmail-spam-filter is not loaded.
16888 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
16890         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
16891         if one of global-auto-revert-non-file-buffers or autorevert-mode
16892         is non-nil.
16894 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
16896         * subr.el (delete-dups): A better implementation from Karl Heuer
16897         <kwzh@gnu.org>.
16899 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
16901         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
16902         correct place.
16903         * progmodes/icon.el (icon-indent-command): Ditto.
16904         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
16906 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
16908         * progmodes/grep.el (grep-compute-defaults): Undo change from
16909         2004-01-29: don't use executable-command-find-posix-p.
16911 2004-02-16  Richard Sharman  <rsharman@pobox.com>
16913         * hilit-chg.el: Use require instead of eval-and-compile.
16914         (highlight-compare-buffers): New function.
16916 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
16918         * man.el (Man-fontify-manpage): Render section headings in
16919         `Man-overstrike-face' even when overstrike was not used by man
16920         formatter for section headings.
16922 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
16924         * rmail-spam-filter.el (vm-use-spam-filter)
16925         (rsf-min-region-length-added-to-spam-list): New variables.
16926         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
16927         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
16928         spam testing.  Don't delete spam message if automatic deletion
16929         after output via variable rmail-delete-after-output is turned on.
16930         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
16931         rsf-bbdb-dont-create-entries-for-spam.
16932         (check-field): New function, extracted from code in
16933         rmail-spam-filter to ease addition of header fields like content-type.
16934         (message-content-type): New variable to check the content-type:
16935         field added, also in defcustom of rsf-definitions-alist.
16936         (rmail-spam-filter): Replace repeated test code for header fields
16937         by calls to check-field; change the call to
16938         rmail-output-to-rmail-file such that rmail-current-message stays
16939         the same to avoid wrong deletion of unseen flags.
16940         (rsf-add-contents-type): New function to convert old format
16941         of rmail-spam-definitions-alist into new one.
16942         Change prefixes of all variables and functions from
16943         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
16945 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
16947         * loadhist.el (unload-hook-features-list): New defvar.
16949 2004-02-16  Dave Love  <fx@gnu.org>
16951         * loadhist.el (unload-feature): Doc fix.  Rename flist to
16952         unload-hook-features-list.
16954 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
16956         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
16957         cookie.  Don't check if we are looking-at open-formula.
16959 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
16961         * subr.el (match-string-no-properties): Use substring-no-properties.
16963 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
16965         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
16966         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
16967         Use lower-case "rx" in all error message.
16969 2004-02-16  Dave Love  <fx@gnu.org>
16971         * emacs-lisp/rx.el (rx-or): Put group around result.
16972         (rx-constituents): Add backref.
16973         (rx-syntax): Add string-delimiter, comment-delimiter.
16974         (rx-categories): Add combining-diacritic.
16975         (rx-check-not, rx-greedy, rx): Doc fix.
16976         (rx-backref, rx-check-backref): New.
16978 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
16980         * newcomment.el (uncomment-region): Allow eob as comment end.
16982 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
16984         * filecache.el: All message and error commands now use prefix
16985         "Filecache:" to make it easy to read *Messages* buffer.
16987 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
16989         * autorevert.el: Add support to detect changed dired and VC buffers.
16990         (auto-revert-active-p, auto-revert-list-diff)
16991         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
16992         (auto-revert-handler, auto-revert-active-p): New functions.
16993         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
16994         and `auto-revert-active-p'.
16995         (eval-when-compile): Defvar dired-directory and vc-mode.
16996         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16997         (auto-revert-handler-vc): New functions.
16999 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17001         * progmodes/compile.el (compilation-directory): New defvar.
17002         (compile): Save current directory in compilation-directory.
17003         (recompile): Bind default-directory to compilation-directory if
17004         that is non-nil.
17006 2004-02-16  Dave Love  <fx@gnu.org>
17008         * newcomment.el (comment-insert-comment-function)
17009         (comment-region-function, uncomment-region-function): New.
17010         (comment-indent): Use comment-insert-comment-function.
17011         (uncomment-region): Use uncomment-region-function.
17012         (comment-region): Use comment-region-function.
17014         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17016 2004-02-16  Richard Stallman  <rms@gnu.org>
17018         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17019         loaddefs* and ldefs-boot*.
17021 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
17023         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17024         and email address at the beginning and end of the address.
17026         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17027         anchored at the beginning of the email address.
17029 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
17031         * international/ccl.el (ccl-compile-write): Pass `left' to
17032         ccl-embed-code to generate correct code of write-expr-register.
17034 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
17036         * progmodes/grep.el (grep-compute-defaults): Fix typos.
17038 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17040         * x-dnd.el: Mention support for Motif in commentary.
17041         (x-dnd-handle-drag-n-drop-event): Ditto.
17043 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
17045         * ses.el: Use "ses--" prefixes for buffer-local variables.
17046         Use (point-min) instead of 1, even when we know the buffer
17047         is unnarrowed.
17048         (ses-build-load-map): Delete.  Distribute its content to defconst's for
17049         the three maps.
17050         (ses-menu, ses-header-line-menu): New menus.
17051         (ses-mode-map): Use them.
17052         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
17054 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
17056         * Makefile.in: Fix the CC Mode recompile kludge so it works
17057         when building in a different directory.
17059 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
17061         * simple.el (kill-new): Put yank-handler property on the entire string.
17063 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17065         * diff.el: Don't use compile any more, use diff-mode instead.
17066         (diff-regexp-alist, diff-old-file, diff-new-file)
17067         (diff-parse-differences, diff-process-setup): Remove.
17068         (diff-sentinel): New fun.
17069         (diff): Use it.  Run the process ourselves.
17070         Use diff-mode for the rest of the processing.
17072         * diff.el (diff): Simplify code handling `switch'.
17074 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17076         * pcvs-defs.el (cvs-menu): Add `tag'.
17078 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
17080         * simple.el (kill-append): Doc fix.
17082         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17083         Adapt outline-regexp to the new conventions for commenting out code.
17085 2004-02-11  John Paul Wallington  <jpw@gnu.org>
17087         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17089 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17091         * diff.el (diff-switches): New fun.
17092         (diff, diff-backup): Use it.
17093         (diff): Clean up the args construction.  Use backquote.
17094         Use listp instead of consp to avoid putting a nil arg.
17095         (diff): Add a revert-buffer function.
17097 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17099         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17100         handled by x-dnd-handle-file-name.
17101         (x-dnd-known-types): Add COMPOUND_TEXT.
17102         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17103         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17104         x-dnd-empty-state.
17105         (x-dnd-forget-drop): Ditto.
17106         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17107         (x-dnd-handle-one-url): Return private when inserting text.
17108         (x-dnd-insert-ctext): New function.
17109         (x-dnd-handle-file-name): New function for FILE_NAME.
17110         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17111         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17112         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17114 2004-02-10  Kenichi Handa  <handa@m17n.org>
17116         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17117         instead of while loop.
17119 2004-02-10  Miles Bader  <miles@gnu.org>
17121         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17123 2004-02-09  Kenichi Handa  <handa@m17n.org>
17125         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17126         have end-of-line.
17128 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
17130         * Makefile.in: Added extra dependencies in the recompile target
17131         needed to cope with the compile time macro expansions in CC Mode.
17133 2004-02-09  Kim F. Storm  <storm@cua.dk>
17135         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17136         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17137         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17138         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17139         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17140         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17141         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17142         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17143         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17144         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17145         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17147 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17149         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17150         Don't allow shrink if there's a window on our right.
17152         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17153         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17154         Bring together declaration and initialization.
17155         (prolog-mode-variables): Don't set the syntax table.
17156         Don't set paragraph-start and comment-indent-function.
17157         Add /*..*/ to the comment regexps.
17158         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
17159         (prolog-mode-map): Don't bind TAB.
17160         (prolog-mode): Set the syntax table.
17161         (prolog-comment-indent): Remove.
17162         (inferior-prolog-mode-map): Initialize in the declaration.
17163         (inferior-prolog-mode-syntax-table)
17164         (inferior-prolog-mode-abbrev-table): New vars.
17165         (inferior-prolog-mode): Derive from comint-mode.
17166         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17167         minibuffer windows.
17169         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17170         in file names, as long as it is unabmiguous.
17172 2004-02-08  Andreas Schwab  <schwab@suse.de>
17174         * textmodes/reftex-toc.el
17175         (reftex-toc-load-all-files-for-promotion): Remove useless use of
17176         format.  Doc fix.
17178         * textmodes/refer.el (refer-find-entry-internal): Remove extra
17179         format string arguments.
17181         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17182         string argument.
17184         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
17186         * play/zone.el (zone-call): Fix format string.
17188         * net/webjump.el (webjump-builtin): Add missing format string argument.
17190         * midnight.el (midnight-delay-set): Remove extra format string argument.
17192         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
17194         * hexl.el (hexl-insert-char): Add missing format string argument.
17196         * format.el (format-decode): Fix format string.
17198         * emulation/vi.el (vi-mode): Remove extra format string argument.
17199         (vi-repeat-last-search): Likewise.
17200         (vi-reverse-last-search): Likewise.
17201         (vi-goto-mark): Likewise.
17202         (vi-reverse-last-find-char): Likewise.
17203         (vi-repeat-last-find-char): Likewise.
17204         (vi-locate-def): Likewise.
17206         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
17208         * ediff-util.el (ediff-toggle-read-only): Remove extra format
17209         string argument.
17210         (ediff-toggle-regexp-match): Likewise.
17212         * dired-aux.el (dired-do-query-replace-regexp): Add missing
17213         format string argument.
17215         * calc/calc-map.el (calc-get-operator): Remove extra format
17216         string argument.
17218         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
17220         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
17221         string argument.
17223         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
17225         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
17227         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
17229         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
17230         (cl-struct-setf-expander): Likewise.
17232         * vc.el (with-vc-file): Fix unsafe uses of error.
17233         (vc-cancel-version): Likewise.
17235 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
17237         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
17238         thousands separator; fixes <class>:<line-number> regexp for
17239         non-english locales.
17241 2004-02-08  Andreas Schwab  <schwab@suse.de>
17243         * view.el (view-mode-enable): Revert previous change.
17245 2004-02-07  Kim F. Storm  <storm@cua.dk>
17247         * simple.el (line-number-at-pos): Rename from line-at-pos.
17248         Uses changed (what-line and vc-annotate-warp-version).
17250 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17252         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
17253         (diff-mode): Remove aborted attempt at support for compile.el.
17254         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
17256 2004-02-06  Andreas Schwab  <schwab@suse.de>
17258         * view.el (view-mode-enable): Add view-mode-map to
17259         minor-mode-overriding-map-alist.
17261 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17263         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
17265 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17267         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
17268         with point inside rather than after the paragraph.
17270 2004-02-04  Sam Steingold  <sds@gnu.org>
17272         * mail/smtpmail.el (smtpmail-try-auth-methods):
17273         Do not try authentication when no mechanism is available.
17274         Pass port-name as defaultport to `netrc-machine'.
17276 2004-02-04  Stephen Eglen  <stephen@gnu.org>
17278         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
17279         to show how minibuffer height can be constrained.
17281 2004-02-04  John Paul Wallington  <jpw@gnu.org>
17283         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
17285 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17287         * x-dnd.el: New file for drag and drop.
17289         * term/x-win.el: require x-dnd, set after-make-frame-functions
17290         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
17291         drag-n-drop event.
17293         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
17294         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
17295         (dired-dnd-handle-file): New functions for drag and drop support.
17296         (dired-mode): Initialize drag and drop if x-dnd present.
17298 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17300         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
17301         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
17302         (cperl-mode): Set fill-paragraph-function.
17303         (cperl-fill-paragraph): Make it non-interactive.
17305 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
17307         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
17309 2004-02-02  David Kastrup  <dak@gnu.org>
17311         * replace.el (perform-replace): Allow 'literal argument in
17312         regexp-flag to indicate literal replacement.
17313         (query-replace-regexp-eval): Use it.
17315 2004-02-01  Andreas Schwab  <schwab@suse.de>
17317         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
17319 2004-02-01  Stephen Eglen  <stephen@gnu.org>
17321         * info-look.el: Add support for maxima-mode.  Update commentary
17322         because info-lookup-symbol is now bound to C-h S.
17324 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
17326         * simple.el (edit-and-eval-command): Bind print-level and
17327         minibuffer-history-sexp-flag around call to read-from-minibuffer.
17328         Correct initial position in command-history.
17330 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
17332         * files.el (read-directory-name): Adapt the docstring to recent
17333         change in Fread_file_name.
17335 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
17337         * ses.el (ses-print-cell): If print format too wide for column
17338         width, truncate decimal places if that helps to avoid "#####" fill.
17339         * ses.el (ses-initial-column-width): Revert previous change.
17341 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17343         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
17344         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
17345         Add edebug info.
17346         (jit-lock-mode): Setup/cancel the new timer.
17347         (jit-lock-context-fontify): New fun.  Extracted from
17348         context fontification code of jit-lock-stealth-fontify.
17349         (jit-lock-stealth-fontify): Don't do context fontification any more.
17351         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
17352         (jit-lock-fontify-now): Handle the `quit' case.
17353         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
17355 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
17357         * progmodes/executable.el (executable-command-find-posix-p):
17358         New.  Check if find handles arguments Posix-style.
17360         * progmodes/grep.el (grep-compute-defaults):
17361         Use executable-command-find-posix-p.
17362         (grep-find): Check `grep-find-command'.
17364         * filecache.el (file-cache-find-posix-p): Delete.
17365         (file-cache-add-directory-using-find):
17366         Use `executable-command-find-posix-p'.
17368 2004-01-29  Dave Love  <fx@gnu.org>
17370         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17371         Iterate the hook function if arg is given.
17372         (mark-defun, narrow-to-defun): Change order of finding the limits.
17374         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
17375         (byte-compile-format-warn): New.
17376         (byte-compile-callargs-warn): Use it.
17377         (Format, message, error): Add byte-compile-format-like property.
17378         (byte-compile-maybe-guarded): New.
17379         (byte-compile-if, byte-compile-cond): Use it.
17380         (byte-compile-lambda): Compile interactive forms,
17381         just to make warnings about them.
17383 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
17385         * ses.el (ses-initial-column-width): Increase to 14, so it will
17386         work well with the default printer of "%.7g" for extreme values
17387         like "-1.234567e+07".
17389 2004-01-29  Kenichi Handa  <handa@m17n.org>
17391         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
17393 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
17395         * dos-w32.el: Added support for the `default-printer-name' function.
17397 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17399         * server.el (server-socket-name): Don't use the hostname in the
17400         socket name since /tmp is local to the host anyway.
17402         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
17403         robust check of widening and fix var-naming.
17405 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
17407         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
17408         or rmail-spam- to rsf- in all function and variable names.
17409         (rsf-min-region-to-spam-list): New variable.
17410         (rsf-bbdb-auto-delete-spam-entries): Rename from
17411         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
17412         scanned together with the recipients field for spam testing; Don't
17413         delete spam message if rmail-delete-after-output is non-nil;
17414         (rsf-check-field): New function, extracted from code in
17415         rmail-spam-filter to ease addition of header fields like
17416         content-type:;
17417         (message-content-type): New variable.  The content-type: field was
17418         added also in defcustom of rsf-definitions-alist;
17419         (rmail-spam-filter): Replace repeated test code for header fields
17420         by calls to check-field; change the call to
17421         rmail-output-to-rmail-file such that rmail-current-message stays
17422         the same to avoid wrong deletion of unseen flags.
17423         (rmail-use-spam-filter): Add autoload cookie.
17425 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
17427         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
17428         (file-cache-add-directory-using-find): Add Cygwin support.
17429         (file-cache-find-command-posix-flag): New user variable.
17431         * filecache.el (file-cache-add-directory): Check for
17432         directories an remove them from dir-files.
17434 2004-01-27  Richard M. Stallman  <rms@gnu.org>
17436         * man.el (Man-fontify-manpage): Clean up message.
17438 2004-01-27  Kenichi Handa  <handa@m17n.org>
17440         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
17441         (sentence-end): Define using sentence-end-without-space.
17443         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
17444         a sentence ends with one of a character in sentence-end-without-space.
17446 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17448         * font-lock.el (font-lock): Add jit-lock as explicit group member.
17449         (jit-lock): Group declaration moved to jit-lock.el.
17450         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
17451         when necessary.
17453         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
17454         (jit-lock-context-unfontify-pos): Rename from
17455         jit-lock-first-unfontify-pos.
17456         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
17458 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
17460         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
17461         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
17462         (fortran-fill): When filling a string, adjust re-search-backward
17463         argument for special case of string just on fill-column.
17464         When filling non-string, allow one extra char if
17465         fortran-break-before-delimiters is non-nil.
17466         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
17467         Use fortran-break-delimiters-re and fortran-no-break-re to
17468         correctly handle cases such as "**".
17470         * progmodes/f90.el (f90-break-delimiters): Doc fix.
17471         (f90-no-break-re): Add some extra tokens.  Doc fix.
17473 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
17475         * mail/rmail-spam-filter.el:
17476         Use two semicolons as Commentary line prefix.
17477         Add ";;; Code:" stylized comment.
17478         Delete end-of-line whitespace.
17479         Wrap (require 'cl) with `eval-when-compile'.
17481 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
17483         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
17484         at the top level of vc.el.
17486 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
17488         * vc.el (vc-current-line): Function removed.  This is now done by
17489         the new function line-at-pos in simple.el.
17490         (vc-annotate-warp-version): Use line-at-pos instead of
17491         vc-current-line.
17493 2004-01-22  Kim F. Storm  <storm@cua.dk>
17495         * simple.el (line-at-pos): New defun.
17496         (what-line): Use it.  Optimize by only counting lines in narrowed
17497         region once.
17499 2004-01-22  Kenichi Handa  <handa@m17n.org>
17501         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
17502         point (register r1) only for charset mule-unicode-0100-24ff.
17504 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
17506         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
17507         trailing white space and ensure a final newline.
17509         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
17510         Add autoload cookie.
17512 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
17514         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
17515         activate view-mode explicitly.
17517 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17519         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
17520         use clipboard first.
17522 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17524         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
17525         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
17526         (vc-mcvs-cvs): Remove.
17527         (vc-mcvs-command): Remove use of assert.
17529         * outline.el (outline-insert-heading): Tighten up match.
17530         (outline-demote, outline-move-subtree-down): Don't assume anything
17531         about outline-regexp.
17533         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
17534         (texinfo-show-structure): Explicitly add ^, and simplify.
17536 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
17538         * calendar/appt.el (appt-check): Restore usage of
17539         appt-issue-message deleted in previous change.
17540         (top-level): Activate package when loaded (needed for backwards
17541         compatibility).
17543 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17545         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
17546         following previous change to smtpmail-send-data.
17548 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
17550         * vc.el (vc-default-previous-version): Doc enhancement.
17551         (vc-default-next-version): New function.
17552         (vc-print-log): New arg FOCUS-REV.
17553         (vc-annotate-mode): Derive from view-mode.
17554         (vc-annotate): New args REVISION, DISPLAY-MODE.
17555         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
17556         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
17557         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
17558         (vc-annotate-show-diff-revision-at-line, vc-current-line)
17559         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
17561         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
17563 2004-01-19  Karl Berry  <karl@gnu.org>
17565         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
17566         or "TexInfo".
17568 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
17570         * subr.el (delete-dups): New function.
17572 2004-01-19  Karl Berry  <karl@gnu.org>
17574         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
17575         with ^, since that's what texinfo-show-structure
17576         documentation says (plus it works much better in texinfo.txi).
17578 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
17580         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
17582 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
17584         * progmodes/which-func.el (which-function-mode): Don't cancel
17585         which-func-update-timer if not set.
17587 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
17589         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
17590         Remove spurious left square bracket in XX:XXam regexp.
17592 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
17594         * progmodes/cc-defs.el: Do not require cl at run time.
17596 2004-01-16  Richard M. Stallman  <rms@gnu.org>
17598         * emacs-lisp/cl.el (cl-cannot-unload): New function.
17599         (cl-unload-hook): Defvar this to run cl-cannot-unload.
17601         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
17602         Call rmail-spam-filter.  Delete and expunge spam.
17603         Print number of spam messages deleted.
17604         Save and restore the deletion status of old messages when reading
17605         new mail with spam filter, so that expunging spam does not expunge
17606         msgs deleted by the user.
17607         (rmail-only-expunge): Add an optional argument dont-show to
17608         prevent showing message after expunge.
17610 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
17612         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
17613         * subr.el (declare): New macro.
17615 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
17617         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
17619 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17621         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17622         Test window-system rather than system-type (for X11/Mac).
17624 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
17626         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
17628 2004-01-12  Richard M. Stallman  <rms@gnu.org>
17630         * mail/rmail.el (rmail-convert-to-babyl-format):
17631         Use mail-unquote-printable-region.
17632         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
17633         (rmail-hex-char-to-integer): Functions deleted.
17635         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
17636         (mail-unquote-printable-region): New arg NOERROR.
17637         For invalid encoding, either signal an error to just return nil.
17639 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17641         * calendar/appt.el: Update copyright and commentary.
17642         (appt-issue-message): Make obsolete.
17643         (appt-visible, appt-msg-window): Make obsolete, in favour of
17644         appt-display-format.
17645         (appt-display-mode-line, appt-display-duration)
17646         (appt-display-diary, appt-time-msg-list, appt-mode-string)
17647         (appt-prev-comp-time, appt-display-count, appt-timer)
17648         (appt-convert-time): Doc change.
17649         (appt-disp-window-function, appt-delete-window-function):
17650         Use defcustom rather than defvar.
17651         (appt-display-format): New variable.
17652         (appt-display-message): New function with display code from appt-check.
17653         (appt-check): Add optional FORCE argument.  Doc change.
17654         Add appt-make-list to diary-hook if displaying diary.
17655         Remove checking of view-diary-entries-initially.
17656         Message display section removed to new function appt-display-message.
17657         (appt-display-window): Doc change.  Remove unused internal var
17658         this-buffer.  Do not beep, since appt-display-message does that.
17659         (appt-make-list): Doc change.  Use caar.
17660         (appt-sort-list): Simplify by using builtin sort function.
17661         (appt-update-list): New function for updating appts when diary is
17662         saved.
17663         (appt-activate): New autoloaded function to toggle package
17664         functionality.
17666         * calendar/cal-x.el: (calendar-one-frame-setup)
17667         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
17669         * calendar/calendar.el: Update copyright.
17670         (view-diary-entries-initially, european-calendar-style): Doc change.
17671         (calendar-setup): Make defcustom rather than defvar.
17672         (mark-visible-calendar-date): Initialize temp-face and faceinfo
17673         in let binding so local to function.
17675         * calendar/diary-lib.el: Update copyright.
17676         (diary, diary-entry-time): Doc change.
17677         (list-diary-entries): Doc change.  Trivial logic change.
17678         (fancy-diary-display): Restore make-face command mistakenly
17679         deleted 2003-05-08.
17680         (show-all-diary-entries): Allow to pop-up frame if needed.
17682 2004-01-09  John Paul Wallington  <jpw@gnu.org>
17684         * bindings.el (mode-line-change-eol): Add EVENT parameter.
17685         Temporarily select EVENT's window for changing eol type.
17687 2004-01-09  Deepak Goel  <deego@gnufans.org>
17689         * calendar/diary-lib.el (diary-entry-time):
17690         Also accept time in the form XX[.XX][am/pm/AM/PM].
17691         (fancy-diary-font-lock-keywords): Likewise.
17692         (diary-font-lock-keywords): Likewise.
17693         * calendar/appt.el (appt-add): Likewise.
17694         (appt-make-list): Likewise.
17695         (appt-convert-time): Likewise.
17697 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
17699         * gdb-ui.el (gdb-ann3): Revert previous change.
17700         (gdb-source-info): Allow for case of where compilation directory
17701         is not recorded.
17703 2004-01-08  John Paul Wallington  <jpw@gnu.org>
17705         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
17707 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
17709         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
17711         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
17712         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
17713         problems.
17714         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
17716 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
17718         * files.el (write-file-functions, write-contents-functions):
17719         Clarify docstrings.
17721 2004-01-07  Kenichi Handa  <handa@m17n.org>
17723         * international/mule.el (set-auto-coding): Fix for the case that
17724         end-of-line is only CR.
17726 2004-01-07  Kim F. Storm  <storm@cua.dk>
17728         * subr.el (event-start, event-end): Doc fix.
17729         (posn-string, posn-image): New defuns.
17730         (posn-object): Return either image or string object.
17731         (posn-object-x-y): Return 8th element of position.
17732         (posn-object-width-height): New defun.
17734 2004-01-06  Andreas Schwab  <schwab@suse.de>
17736         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
17737         output.
17739 2004-01-05  Karl Berry  <karl@gnu.org>
17741         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
17742         / and *, too.
17744 2003-12-31  Simon Josefsson  <jas@extundo.com>
17746         * files.el (before-save-hook): Add.
17747         (basic-save-buffer): Use before-save-hook.
17749         * emacs-lisp/copyright.el: Fix comment to recommend
17750         before-save-hook instead of write-file-functions.
17752 2004-01-05  Richard M. Stallman  <rms@gnu.org>
17754         * finder.el (finder-commentary): Call delete-other-windows.
17756         * net/ange-ftp.el (ange-ftp-file-attributes):
17757         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
17759 2004-01-04  Karl Berry  <karl@gnu.org>
17761         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
17762         comment characters % and # in the copyright year notice,
17763         as well as ;.
17765 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
17767         * wid-edit.el (default): Define dummy :value-delete.
17768         Reported by Jesper Harder <harder@ifa.au.dk>.
17770 2004-01-03  Richard M. Stallman  <rms@gnu.org>
17772         * progmodes/compile.el (compile-internal): Use point, not point-min,
17773         for set-window-point.
17775         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
17777         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
17779         * progmodes/grep.el (grep-mode-map):
17780         Don't remap next-line, previous-line.
17782 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
17784         * speedbar.el (speedbar-edit-line): Change regexp to position
17785         the cursor on the first character of this line's button.
17787 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
17789         * subr.el (functionp): Doc fix.
17791 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17793         * progmodes/idlwave.el (idlwave-make-tags):
17794         * textmodes/flyspell.el (flyspell-large-region):.
17795         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
17796         * emulation/viper-util.el (viper-glob-unix-files):
17797         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
17798         * man.el (Man-init-defvars):
17799         * jka-compr.el (jka-compr-call-process):
17800         * files.el (get-free-disk-space,insert-directory):
17801         * ediff-ptch.el (ediff-test-patch-utility):
17802         * ediff-diff.el (ediff-test-utility):
17803         * dired-aux.el (dired-check-process):
17804         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
17805         test the return value of call-process, because it can be a string.
17807 2003-12-31  John Paul Wallington  <jpw@gnu.org>
17809         * bindings.el (completion-ignored-extensions): Add .pfsl.
17811 2003-12-31  Kim F. Storm  <storm@cua.dk>
17813         * ido.el (ido-nonreadable-directory-p): New defun to check for
17814         nonreadable directory without activating tramp (to avoid problems
17815         with checking incomplete tramp paths).
17816         (ido-set-current-directory, ido-file-internal)
17817         (ido-file-name-all-completions1): Use it.
17819 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
17821         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
17822         documentation if the anchor (or node) name is preceded by `info
17823         anchor' or `Info anchor' in addition to earlier `info node' and
17824         `Info node'.
17825         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
17827 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
17829         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
17830         error in arguments to base64-decode-region.  Remove ^M characters
17831         after decoding base64.
17833 2003-12-30  Simon Josefsson  <jas@extundo.com>
17835         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
17836         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
17837         have only been distributed with Emacs for some years.
17838         (texinfo-mode-hook): Customize.
17840 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
17842         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
17843         cleaner (suggested by Richard Stallman).
17845         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
17846         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
17847         file-name clashes on 8+3 DOS filesystems.
17849         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
17850         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
17851         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
17852         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
17853         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
17854         file-name clashes on 8+3 filesystems.
17856         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
17857         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
17858         file-name clashes on 8+3 DOS filesystems.
17860 2003-12-29  Richard M. Stallman  <rms@gnu.org>
17862         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
17863         Upcase the character.
17865         * textmodes/flyspell.el (mail-mode-flyspell-verify):
17866         Search for header separator alone on a line, literally,
17867         and search for it backward, not forward.
17868         (flyspell-abbrev-table): Always use global-abbrev-table
17869         if there is no local one.
17871         * progmodes/sh-script.el (sh-get-indent-info):
17872         Don't move point back if at bob.
17874         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
17876         * play/handwrite.el (handwrite): Make the handwrite credit message
17877         a comment rather than an output command.
17879         * obsolete/sc.el: Display message that this file is obsolete.
17881         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
17883         * mail/rfc822.el (rfc822-address-start): Declare variable.
17884         Renamed from address-start.  All uses changed.
17886         * term.el (term-exec): Set up sentinel.
17887         (term-sentinel): New function.
17888         (term-handle-exit): New function.
17890         * subr.el (assoc-ignore-case, assoc-ignore-representation):
17891         Use assoc-string, and mark them obsolete.
17892         (delay-mode-hooks): Mark as permanent local.
17894         * simple.el (sendmail-user-agent-compose): Use assoc-string.
17896         * register.el (copy-rectangle-to-register): Doc fix.
17898         * info.el (Info-insert-dir): Use assoc-string.
17900         * info-look.el (info-lookup): Use assoc-string.
17902         * frame.el (pop-up-frame-function): Use quote, not `function'.
17903         (frame-notice-user-settings): Calculate ADJUSTED-TOP
17904         copying with lists as coordinate values.
17906         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
17908         * find-dired.el (kill-find): New command.
17909         (find-dired): Make buffer read-only.
17910         Set up a keymap with C-c C-k running kill-find.
17911         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
17913         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
17915         * filecache.el (file-cache-ignore-case): New variable.
17916         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
17918         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
17919         (comint-dynamic-complete-as-filename): Rename local vars.
17920         (comint-dynamic-list-filename-completions): Likewise.
17922         * comint.el (comint-dynamic-list-completions-config): New var.
17923         (comint-dynamic-list-completions): Handle both SPC and TAB right.
17925         * comint.el (comint-file-name-chars): Add [].
17926         (comint-word): Use skip-chars-backward, not search.
17928         * shell.el (shell-file-name-chars): Add [].
17930         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
17932         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
17934         * generic.el (define-generic-mode): Doc fix.
17936 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
17938         * files.el (kill-some-buffers): Doc fix.
17940 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
17942         * comint.el (comint-watch-for-password-prompt): Pass `string' as
17943         arg to send-invisible
17944         (send-invisible): Doc fix.  The argument is now a prompt, not the
17945         string to send.
17946         (comint-read-noecho): Doc fix.
17948 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
17950         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
17951         "@", as required by some ISP hosting service.  Fix defcustom
17952         argument syntax errors that prevented use of customization.
17954 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
17956         * xml.el (xml-get-attribute-or-nil): Doc fix.
17958 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
17960         * net/zone-mode.el (zone-mode): Use write-file-functions, not
17961         write-file-hooks.
17963 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
17965         * autorevert.el (auto-revert-interval): Doc fix.
17967 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
17969         * xml.el (xml-get-attribute-or-nil): New function, like
17970         xml-get-attribute, but returns nil if the attribute was not found.
17971         (xml-get-attribute): Convert to defsubst, uses
17972         xml-get-attribute-or-nil.
17974 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
17976         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
17978 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
17980         * custom.el (custom-declare-theme): Use `value' when putting
17981         properties on `theme'.
17983 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
17985         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
17986         for each yank-handler segment.
17987         (insert-for-yank-1): New function, with the body of the previous
17988         insert-for-yank.
17990         * textmodes/table.el (table-yank-handler): New defcustom.
17991         (table--put-cell-indicator-property): Put yank-handler property
17992         that indicates the yank handler for the table cell.
17994 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17996         * generic-x.el (etc-modules-conf-generic-mode): A more complete
17997         set of keywords.
17999 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
18001         * international/mule-cmds.el (reset-language-environment)
18002         (set-language-environment): Don't invoke fontset-related functions
18003         if fontset-list is not fboundp.
18005 2003-12-29  Kenichi Handa  <handa@m17n.org>
18007         * international/mule-cmds.el (reset-language-environment):
18008         Call set-overriding-fontspec-internal with nil.
18009         (set-language-environment): Call set-overriding-fontspec-internal
18010         if the language environment specify `overriding-fontspec'.
18011         (language-info-alist): Doc added.
18013         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18014         characters of mule-unicode-0100-24ff.
18015         (ccl-encode-windows-1251-font): New CCL program.
18016         ("Bulgarian"): Specify overriding-fontspec.
18017         ("Belarusian"): Likewise.
18019 2003-12-28  Sam Steingold  <sds@gnu.org>
18021         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18022         parameter ID-FORMAT to conform with the 2003-11-30 patch.
18024 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
18026         * progmodes/gud.el (gud-gdb-command-name): Set default to
18027         "gdb --annotate=3".
18028         (gud-gdb-marker-filter): Look out for annotations.
18029         (gdb-first-pre-prompt): New variable.
18030         Remove trailing white space.
18032         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18033         if necessary.
18034         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
18035         annotations are detected.
18036         (gud-gdba-marker-filter): Use global variable gud-marker-acc
18037         instead of a local one to allow transition from
18038         gud-gdb-marker-filter.
18039         Remove trailing white space.
18041 2003-12-27  Kim F. Storm  <storm@cua.dk>
18043         * ido.el: Handle non-readable directories.
18044         (ido-decorations): Add 9th element for non-readable directory.
18045         (ido-directory-nonreadable): New dynamic var.
18046         (ido-set-current-directory): Set it.
18047         (ido-read-buffer, ido-file-internal):
18048         (ido-read-file-name, ido-read-directory-name): Let-bind it.
18049         (ido-file-name-all-completions1): Return empty list for
18050         non-readable directory.
18051         (ido-exhibit): Print [Not readable] if directory is not readable.
18052         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18053         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18054         Use it.
18056 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
18058         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18059         calls to directory-files-and-attributes and file-attributes.
18060         (ls-lisp-format): Remove system dependent handling of user and
18061         group id's.
18063 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
18065         * ffap.el (ffap-read-file-or-url): Revert previous change.
18067 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
18069         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18070         new list of included files called `files-with-node-lines', that
18071         only have node lines.  This way @include commands can include any
18072         file, such as version and update files without node lines, not
18073         just files that are chapters.
18075 2003-12-25  Andreas Schwab  <schwab@suse.de>
18077         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18078         file not found.
18080 2003-12-08  Miles Bader  <miles@gnu.org>
18082         * dired.el (dired-between-files): Always use dired-move-to-filename,
18083         which is more robust in non-english locales.
18085 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
18087         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18089 2003-12-24  Andreas Schwab  <schwab@suse.de>
18091         * shell.el (shell-file-name-quote-list): Add backslash.
18093         * comint.el (comint-quote-filename): Correctly handle backslash
18094         in comint-file-name-quote-list.
18096 2003-12-24  Kenichi Handa  <handa@m17n.org>
18098         * international/mule-cmds.el (set-default-coding-systems):
18099         Call ucs-set-table-for-input for all buffers that don't have local
18100         value of buffer-file-coding-system.
18102         * international/ucs-tables.el (ucs-set-table-for-input):
18103         If translation-table-for-encode is a symbol, get its
18104         translation-table property.
18106 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
18108         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18109         to `completing-read' on a recently fixed bug.
18111         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18112         instead of SPACE, to get the list of possible fringe modes.
18113         SPACE only works if both `partial-completion-mode' and
18114         `completion-auto-help' are nil.
18116         * complete.el (PC-is-complete-p): Delete.
18117         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18118         calls to `test-completion'.
18120 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
18122         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18123         to edit values when there are no children.
18125         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18126         a mode called "Assembler" already exists.
18127         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18128         (gud-watch): Use format option.  Remove font properties from string.
18129         (gdb-var-create-handler, gdb-var-list-children-handler):
18130         Don't bother about properties as there are none.
18131         (gdb-var-create-handler, gdb-var-list-children-handler)
18132         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18133         with two arguments.
18134         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18135         Let speedbar show value changes with a different font.
18136         (gdb-edit-value): New defun.
18137         (gdb-clear-partial-output, gdb-clear-inferior-io)
18138         (def-gdb-auto-update-handler): Use erase-buffer.
18139         (gdb-frame-handler): Display watch expressions in
18140         FUNCTION::VARIABLE format if required.
18142 2003-12-23  John Paul Wallington  <jpw@gnu.org>
18144         * info.el (Info-unescape-quotes, Info-split-parameter-string)
18145         (Info-goto-emacs-command-node): Doc fixes.
18147 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
18149         * cus-edit.el (custom-add-parent-links): Define "many".
18151 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
18153         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18154         (widget-child-validate, widget-type-value-create)
18155         (widget-type-default-get, widget-type-match): New functions.
18156         (lazy): New widget.
18157         (menu-choice, checklist, radio-button-choice, editable-list)
18158         (group, documentation-string): Remove redundant (per 2003-10-25
18159         change) calls to `widget-children-value-delete'.
18160         (widget-choice-value-get, widget-choice-value-inline): Remove.
18161         (menu-choice): Update widget.
18163 2003-12-03  Kenichi Handa  <handa@m17n.org>
18165         * language/cyrillic.el: Register "microsoft-cp1251" in
18166         ctext-non-standard-encodings-alist.
18167         ("Bulgarian"): Add ctext-non-standard-encodings.
18168         ("Belarusian"): Likewise.
18170         * international/mule-conf.el (compound-text-with-extensions):
18171         Change the type to 2 (iso-2022 base).
18173         * international/mule.el (ctext-non-standard-encodings-alist):
18174         Change the format.
18175         (ctext-non-standard-encodings): New variable.
18176         (ctext-post-read-conversion): Fully re-written.
18177         (ctext-non-standard-designations-alist): Delete it.
18178         (ctext-non-standard-encodings-table): New function.
18179         (ctext-pre-write-conversion): Fully re-written.
18181 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
18183         * cus-edit.el (custom-add-parent-links): Add documentation links
18184         for parent, if the item has none of its own.
18186 2003-11-30  Richard M. Stallman  <rms@gnu.org>
18188         * dired-aux.el (dired-do-query-replace-regexp):
18189         Report files visited read-only.
18191 2003-11-30  Juri Linkov  <juri@jurta.org>
18193         * dired-aux.el (dired-compare-directories): New command.
18194         (dired-file-set-difference, dired-files-attributes): New functions.
18196 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
18197         Version 2.0.38 of Tramp released.
18199         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
18200         Charles Curley <charlescurley@charlescurley.com>.
18201         (tramp-multi-connection-function-alist): Add ssht entry which adds
18202         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
18203         Aichner.
18204         (tramp-get-method-parameter): New function to retrieve a method
18205         parameter.  This allows for omission of method parameters.
18206         Callers adjusted.
18208 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
18210         * net/tramp.el: Add new optional parameter ID-FORMAT to
18211         `file-attributes'.  Calls of `file-attributes' won't use this
18212         parameter for backward compatibility reasons.
18213         (tramp-perl-file-attributes): Add a new parameter to Perl script
18214         in order to handle uid/gid as strings, if desired.
18215         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
18216         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
18217         order to make the function more general.
18218         (tramp-handle-file-attributes): Replace proprietary optional
18219         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
18220         (tramp-handle-file-attributes-with-perl): Handle parameter
18221         NONNUMERIC if set.  This wasn't done in the past.
18222         (tramp-post-connection): Apply second parameter "$2" if
18223         `tramp-remote-perl' is called.
18225         * net/tramp-smb.el (tramp-smb-handle-delete-file):
18226         Correct cut'n'waste error (`filename' instead of `directory').
18227         (tramp-smb-handle-directory-files-and-attributes)
18228         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
18229         introduced parameter ID-FORMAT.
18230         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
18231         error (`directory' instead of `ldir').
18233         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
18234         `file-attributes' has a second parameter.  If yes, apply it with
18235         value "'integer".  Otherwise, don't use that parameter (default is
18236         integer format).
18238 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
18240         * help.el (help-map): Bind `display-local-help' to `C-h .'.
18241         (help-for-help): Add `C-h .' to the listed Help options.
18242         Remove trailing whitespace.
18244         * help-at-pt.el: New file.
18246 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
18248         * subr.el (noreturn, 1value): New macros for test coverage.
18249         See `testcover.el'.
18251         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
18253         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
18254         for macro `1value'.
18255         (testcover-1value): New function.  Checks that a 1value form
18256         actually returns only one value.  Requested by RMS.
18258 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
18260         * gdb-ui.el (gud-watch, gdb-var-create-handler)
18261         (gdb-var-list-children, gdb-var-list-children-handler)
18262         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
18263         gdb commands that use mi to keep them out of the command history.
18265 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18267         * cus-start.el (all): Add use-file-dialog.
18269 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18271         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
18273 2003-11-27  Kim F. Storm  <storm@cua.dk>
18275         * subr.el (posn-object-x-y): New defun.
18277 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18279         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
18280         Don't use `space' for \\\n.
18281         Be more selective as to which # are comment-starters.
18283 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
18285         * subr.el (number-sequence): Improve handling of floating point
18286         arguments (suggested by Kim Storm).  Allow negative arguments.
18288 2003-11-26  Kenichi Handa  <handa@m17n.org>
18290         * international/mule-cmds.el (standard-display-european-internal):
18291         Cancel the standard-display-table setting for ` and '.
18293 2003-11-26  Kim F. Storm  <storm@cua.dk>
18295         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
18296         New defcustoms to add ffap-like functionality to ido.
18297         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
18298         (ido-no-final-slash): New defun.
18299         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
18300         (ido-read-file-name): ): Toggle VC checking via
18301         vc-handled-backends instead of vc-master-templates.
18302         (ido-file-internal): Handle ido-use-url-at-point and
18303         ido-use-filename-at-point via code borrowed from ffap-guesser.
18304         Handle new ido-exit code ffap.
18305         (ido-sort-list): Ignore final slash when sorting file names.
18307 2003-11-25  Kim F. Storm  <storm@cua.dk>
18309         * emulation/cua-base.el (cua--standard-movement-commands):
18310         Add forward-sentence and backward-sentence.
18312 2003-11-25  Stephen Eglen  <stephen@gnu.org>
18314         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
18315         iswitchb-exit is set to 'usefirst when user selects buffer at head
18316         of list using RET.  (Selecting buffers at the head of the list was
18317         broken if the substring was also a complete buffername.)
18319 2003-11-23  Kim F. Storm  <storm@cua.dk>
18321         * progmodes/compile.el (grep-command, grep-use-null-device)
18322         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
18323         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
18324         (grep-regexp-alist, grep-program, find-program)
18325         (grep-find-use-xargs, grep-history, grep-find-history)
18326         (grep-process-setup, grep-compute-defaults)
18327         (grep-default-command, grep, grep-tag-default, grep-find)
18328         (grep-expand-command-macros, grep-tree-last-regexp)
18329         (grep-tree-last-files, grep-tree): Move grep variables, functions
18330         and commands to new file grep.el.
18331         (compilation-mode-map): Remove grep commands from Compile sub-menu.
18332         (compilation-process-setup-function): Doc fix.
18333         (compilation-highlight-regexp, compilation-highlight-overlay): New
18334         defvars used for highlighting current compile error in source buffer.
18335         (compile-internal): New optional args HIGHLIGHT-REGEXP and
18336         LOCAL-MAP which overrides compilation-highlight-regexp and
18337         compilation-mode-map for this compilation.
18338         Delay calling compilation-set-window-height until after running
18339         compilation-process-setup-function so it can buffer-local override
18340         compilation-window-height.
18341         Check buffer-local value of compilation-scroll-output.
18342         (compilation-set-window-height): Use buffer-local value of
18343         compilation-window-height.
18344         (compilation-revert-buffer): Don't pass (undefined)
18345         preserve-modes arg to revert-buffer.
18346         (next-error-no-select, previous-error-no-select): New commands.
18347         (compilation-goto-locus): Temporarily highlight current match in
18348         source buffer using compilation-highlight-regexp.
18350         * progmodes/grep.el: New file with grep code from compile.el.
18351         (grep): New defcustom group.
18352         (grep-window-height): New defcustom, like compilation-window-height.
18353         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
18354         (grep-scroll-output): New defcustom, like compilation-scroll-output.
18355         (grep-command, grep-use-null-device, grep-find-command)
18356         (grep-tree-files-aliases, grep-tree-ignore-case)
18357         (grep-tree-ignore-CVS-directories): Move to grep custom group.
18358         (grep-setup-hook): New hook variable.
18359         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
18360         (grep-last-buffer): New defvar, override compilation-last-buffer.
18361         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
18362         Call compile-internal with args highlight-regexp and grep-mode-map.
18364 2003-11-23  Kim F. Storm  <storm@cua.dk>
18366         * subr.el (event-start, event-end): Doc fix.
18367         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
18368         (posn-area, posn-actual-col-row, posn-object): New defuns.
18369         (posn-col-row): Simplify doc.  Rewrite to use cond.
18370         (posn-point): Also return buffer position for events outside text
18371         area (that info is now present in the event position).
18373         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
18374         mouse-set-point so that hscroll still works now that clicks on
18375         fringes generate specific mouse events.
18376         (mouse-set-point): Note that it now works in fringes and margins
18377         too due to new semantics of posn-point in fringes and margins.
18379         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
18380         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
18382 2003-11-20  Kim F. Storm  <storm@cua.dk>
18384         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
18385         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
18386         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
18387         to 100 for icons to avoid increasing line height when shown.
18389 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18391         * newcomment.el (comment-normalize-vars): Initialize properly if
18392         comment-start was nil.
18394 2003-11-19  Andreas Schwab  <schwab@suse.de>
18396         * simple.el (set-variable): Fix indentation.
18398 2003-11-17  Kenichi Handa  <handa@m17n.org>
18400         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
18401         Fix docstring.
18403 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18405         * international/latin1-disp.el (latin1-display): Fix docstring.
18407 2003-11-16  John Wiegley  <johnw@newartisans.com>
18409         * eshell/em-ls.el (eshell-ls-file): There are times with
18410         size-width is nil and uncomputed (when directories are created in
18411         dired, for example); in this case, 4 is reasonable default value,
18412         although it may caused skewed new entries (which could be avoided
18413         by returning the original value of 8 in all cases, but 99% of the
18414         time this is a waste of whitespace).
18416 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
18418         * cc-engine.el (c-guess-continued-construct)
18419         (c-guess-basic-syntax): Check a little more carefully if it's a
18420         function declaration when an unknown construct followed by a block
18421         is found inside a statement context.  This avoids macros followed
18422         by blocks to be taken as function declarations.
18424         (c-guess-continued-construct): Change the analysis of a statement
18425         continuation with a brace open to `substatement-block', for
18426         consistency with recognized statements.
18428         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
18429         start is in a position so that `c-beginning-of-statement-1' jumped
18430         to the beginning of the same statement.
18432         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
18433         Don't accept binary operators in the arglist if we're in a function
18434         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
18435         template recognition in cases like "if (a < b || c > d)".
18437         (c-restricted-<>-arglists): New more appropriate name for
18438         `c-disallow-comma-in-<>-arglists'.
18440         Accessing functions updated for the variable name change.
18442         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
18443         match data could get clobbered if NOT-INSIDE-TOKEN is used.
18445         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
18446         labels.
18448         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
18449         instead of duplicating parts of it.  This fixes bogus label
18450         recognition.
18452         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
18453         of checking the context in which to apply the minimum indentation,
18454         so that it isn't enforced in e.g. namespace blocks.
18456         * cc-vars.el (c-inside-block-syms): New constant used by
18457         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
18458         to somewhat reduce the risk of becoming stale.
18460         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
18461         cc-cmds to cc-engine to allow use from cc-align.
18463         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
18464         qualified identifiers containing "::".
18466         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
18467         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
18469         * cc-vars.el (c-emacs-features): Use a space in front of the name
18470         of the temporary buffer.  That also avoids dumping problems in
18471         XEmacs due to undo info being left around after the buffer is killed.
18473         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
18474         arglist to see if it's a K&R style declaration.
18476         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
18477         before returning `knr-argdecl-intro'.
18479 2003-11-16  John Wiegley  <johnw@newartisans.com>
18481         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
18482         field in a long-listing always 8 characters, use `size-width',
18483         which has already been computed.
18485 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
18487         * subr.el (minor-mode-list): Add `hs-minor-mode'.
18489 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
18491         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
18492         Support operation while narrowed, with `diff-restrict-view'.
18494 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
18496         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18497         Take additional optional arg NARROWFUN.  For the generated functions:
18498         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
18499         include frags that arrange to check for and save narrowing state before
18500         the move and then conditionally call NARROWFUN after the move.
18502 2003-11-14  John Wiegley  <johnw@newartisans.com>
18504         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
18505         that was optional, but obviously missing based on surrounding code.
18507         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
18508         string arguments to numbers unless the whole argument was seen as
18509         a number.
18511 2003-11-14  Kenichi Handa  <handa@m17n.org>
18513         * international/mule.el (ctext-non-standard-encodings-alist):
18514         Fix coding systems.
18516 2003-11-10  Kenichi Handa  <handa@m17n.org>
18518         * language/kannada.el ("Kannada"): Add sample-text.
18520         * language/knd-util.el (kannada-compose-region)
18521         (kannada-compose-string, kannada-post-read-conversion):
18522         Add autoload cookie.
18524         * international/quail.el (quail-completion): Change the message
18525         "corresponding translations" to "corresponding characters".
18527 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
18529         * descr-text.el (describe-char): Fix typo.
18531 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
18533         These changes are to support Kannada language/script.
18535         * Makefile.in (DONTCOMPILE): Add kannada.el.
18537         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
18539         * loadup.el: Preload kannada.el.
18541         * language/ind-util.el (ucs-kannada-to-is13194-alist)
18542         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
18543         New variables.
18545         * language/kannada.el: New file.
18547         * language/knd-util.el: New file.
18549 2003-11-07  Andreas Schwab  <schwab@suse.de>
18551         * progmodes/autoconf.el (autoconf-font-lock-keywords):
18552         Also highlight AH_*.
18554         * xml.el (xml-parse-dtd): Fix misplaced paren.
18556 2003-11-07  Kenichi Handa  <handa@m17n.org>
18558         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
18560 2003-11-05  Juri Linkov  <juri@jurta.org>
18562         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
18563         (desktop-buffer-file): Use saved buffer-file-coding-system
18564         for file reading.  Set auto-insert to nil to prevent automatic
18565         insertion into restored empty files.
18567 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
18569         * files.el (risky-local-variable-p): Make second argument optional.
18571 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18573         * subr.el (add-hook): Fix last change.
18575 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
18577         * mail/rmail.el (rmail-convert-to-babyl-format):
18578         If base64-decode-region signals an error, catch it and silently
18579         ignore it.
18581 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
18583         * xml.el (xml-parse-region): Allow comments to appear after the
18584         topmost element has closed.
18585         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
18586         (xml-ns-expand-attr): New functions to do namespace handling.
18587         (xml-intern-attrlist): Back-compatible handling of attribute names.
18588         (xml-parse-tag): Move namespace handling to separate functions.
18589         Now produces elements in the form ((:ns . "element") (attr-list)
18590         children) instead of ('ns:element (attr-list) children).
18591         (xml-parse-attlist): Fix attribute parsing.
18592         (xml-parse-dtd): Change parsing so that it produces strings
18593         instead of interned symbols.
18595 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
18597         * dired.el (dired-ls-sorting-switches): Doc fix.
18599 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
18601         * emacs-lisp/rx.el (rx-or): Fix the case of
18602         "(rx (and ?a (or ?b ?c) ?d))".
18604 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
18606         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
18607         (texinfo-format-region): Use it.
18608         (texinfo-format-buffer-1): Ditto.
18610 2003-11-01  Alan Mackenzie  <acm@muc.de>
18612         Changes to allow scrolling whilst in isearch mode:
18613         * isearch.el (isearch-unread-key-sequence): New function,
18614         extracted from isearch-other-meta-char.
18615         (top level): (put 'foo 'isearch-scroll) on all Emacs's
18616         "scrollable" standard functions.
18617         (isearch-allow-scroll): New customizable variable.
18618         (isearch-string-out-of-window, isearch-back-into-window)
18619         (isearch-reread-key-sequence-naturally)
18620         (isearch-lookup-scroll-key): New functions.
18621         (isearch-other-meta-char): Doc string and functionality enhanced.
18622         Now accepts a prefix argument.
18623         (isearch-lazy-highlight-window-end): New variable.
18624         (isearch-lazy-highlight-new-loop): Pay attention to the window's
18625         end (thru isearch-lazy-highlight-window-end), not only its start.
18627         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
18628         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
18629         (universal-argument, universal-argument-more, negative-argument)
18630         (digit-argument, universal-argument-other-key): Minor changes.
18632 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
18634         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
18635         recursively if the last message is deleted, thus avoiding an
18636         infinite loop.
18638 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18640         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
18641         (tex-main-file): Don't add .tex if the extension is already present.
18642         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
18644 2003-10-29  Lute Kamstra  <lute@gnu.org>
18646         * progmodes/octave-inf.el (inferior-octave-prompt):
18647         Recognize version number in prompt.
18649 2003-10-28  Dave Love  <fx@gnu.org>
18651         * international/characters.el: Fix some Unicode ranges.
18653 2003-10-28  Kenichi Handa  <handa@m17n.org>
18655         * disp-table.el (standard-display-8bit)
18656         (standard-display-default, standard-display-ascii)
18657         (standard-display-g1, standard-display-graphic)
18658         (standard-display-underline): Assure that standard-display-table
18659         is a display table.
18661 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18663         * simple.el (reindent-then-newline-and-indent): Delete space *after*
18664         reindenting the first line.
18666 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
18668         * wid-edit.el (widget-default-delete): Always delete child widgets.
18670 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18672         * newcomment.el (comment-indent): Don't call indent-according-to-mode
18673         if the line has code.
18674         Don't try to line up with something that's too far left.
18676         * progmodes/octave-mod.el (octave-comment-start): Simplify.
18677         (octave-mode-syntax-table): Add % as a comment starter.
18678         (octave-point): Remove.
18679         (octave-in-comment-p, octave-in-string-p)
18680         (octave-not-in-string-or-comment-p, calculate-octave-indent)
18681         (octave-blink-matching-block-open, octave-auto-fill):
18682         Use line-(beginning|end)-position instead.
18684 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
18686         * emacs-lisp/authors.el (authors-aliases): Add correct realname
18687         for Francesco Potort\e,Al\e(B.
18689 2003-10-23  Dave Love  <fx@gnu.org>
18691         * international/mule-cmds.el (locale-charset-to-coding-system):
18692         Don't rely on nil being a coding system.
18694         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
18695         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
18696         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
18698 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
18700         * gdb-ui.el (gdb-current-language): New variable.
18701         (gdb-update-flag): Remove variable.
18702         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
18703         (gdb-take-last-elt): Remove function.
18704         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
18705         (gdb-post-prompt): Check for variable object changes here.
18707         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
18708         object changes in gdb-ui.el.
18710 2003-10-21  Richard M. Stallman  <rms@gnu.org>
18712         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
18714         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
18715         Don't check for foo*/ wildcard form here.
18716         (insert-directory): Recognize foo*/ as a wildcard.
18717         Separate wildcard-regexp variable from the arg, wildcard.
18719         * subr.el (add-hook): Correctly detect when make-local-hook was used.
18720         (remove-hook): Correctly handle strange cases about local hooks.
18722 2003-10-21  David Ponce  <david@dponce.com>
18724         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
18725         argument REAL, to return a real number instead of a rounded
18726         integer value.  Define as inline function.
18727         (ruler-mode-right-fringe-cols): Likewise.
18728         (ruler-mode-scroll-bar-cols): New function.
18729         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
18730         (ruler-mode-right-scroll-bar-cols): Likewise.
18731         (ruler-mode-space): New function.
18732         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
18733         scroll bar mode and margins in a more robust way.
18735 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
18737         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
18738         (antlr-c-init-language-vars): New function.
18739         (antlr-mode): Use it with cc-mode before v5.29.
18740         (antlr-c-common-init): Don't set some local vars here.
18741         (antlr-mode): Set them here.
18742         (antlr-c-forward-sws): New function alias.
18743         (antlr-mode): Redefine with cc-mode before v5.30.
18744         (antlr-skip-sexps): Use it.
18745         (antlr-skip-exception-part): Ditto.
18746         (antlr-skip-file-prelude): Ditto.
18747         (antlr-outside-rule-p): Ditto.
18748         (antlr-end-of-body): Ditto.
18749         (antlr-option-kind): Ditto.
18750         (antlr-insert-option-area): Ditto.
18751         (antlr-file-dependencies): Ditto.
18753 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18755         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
18756         Move backward only if point was not inside an entry.
18758 2003-10-21  Richard M. Stallman  <rms@gnu.org>
18760         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
18762 2003-10-21  Juri Linkov  <juri@jurta.org>
18764         * compare-w.el: Automatically skip non-matching text to resync.
18765         (compare-windows-whitespace): Doc fix.
18766         (compare-windows-sync, compare-windows-sync-string-size)
18767         (compare-windows-recenter, compare-ignore-whitespace)
18768         (compare-windows-highlight, compare-windows-face): New variables.
18769         (compare-windows): Use compare-windows-sync.
18770         (compare-windows-highlight, compare-windows-dehighlight)
18771         (compare-windows-sync-regexp)
18772         (compare-windows-sync-default-function): New functions.
18774 2003-10-21  Juri Linkov  <juri@jurta.org>
18776         * diff.el (diff-parse-differences): Don't visit the files now;
18777         instead, just record the error locus.
18779 2003-10-21  Dave Love  <fx@gnu.org>
18781         * progmodes/cfengine.el: New file.
18783 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18785         * complete.el (PC-do-completion): Do not forget to use `pred' as the
18786         default-directory when completing file names.
18788 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
18790         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
18791         followed by the word `face', it gets treated as a face, even if
18792         it is also defined as a variable or a function.
18794 2003-10-20  Dave Love  <fx@gnu.org>
18796         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18797         Avoid incf in macro expansion.
18799 2003-10-20  John Paul Wallington  <jpw@gnu.org>
18801         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
18802         `evenp' so we don't implicitly require cl library at runtime.
18804 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
18806         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
18807         (help-make-xrefs): Only make cross-references for faces if
18808         preceded or followed by the word `face'.  Do not make a
18809         cross-reference for variables without variable documentation,
18810         unless preceded by the word `variable' or `option'.  Update doc
18811         string accordingly.
18813 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
18815         * progmodes/hideshow.el: Rewrite one-armed `if'
18816         constructs using either `when' or `unless'.
18817         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
18819 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
18821         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
18822         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
18823         instead of 12x12.
18825 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
18827         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
18828         message while converting to Babyl.
18830 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
18832         * allout.el (allout-mode): Doc fix.
18834 2003-10-16  Lute Kamstra  <lute@gnu.org>
18836         * subr.el (force-mode-line-update): Fix docstring.
18838 2003-10-14  Dave Love  <fx@gnu.org>
18840         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
18841         (default-input-method): Add :link, improve :type.
18842         (locale-charset-language-names): Fix utf-8 pattern.
18843         (locale-charset-match-p, locale-charset-alist)
18844         (locale-charset-to-coding-system): New.
18845         (set-locale-environment): Deal with codeset part of locale specs.
18847 2003-10-14  Lute Kamstra  <lute@gnu.org>
18849         * fringe.el (fringe-mode): Use active voice in docstring.
18850         (set-fringe-style): Ditto.
18852 2003-10-13  Lute Kamstra  <lute@gnu.org>
18854         * fringe.el (fringe-mode): Fix docstring.
18855         (set-fringe-style): Ditto.
18857 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
18859         * ediff-mult.el (ediff-filegroup-action):
18860         Use ediff-default-filtering-regexp.
18862         * ediff-util.el (ediff-recenter): Don't call
18863         ediff-restore-highlighting twice.
18864         (ediff-select-difference): Set current difference.
18865         (ediff-unselect-and-select-difference): Add comment.
18867         * ediff.el (ediff-directories,ediff-directory-revisions)
18868         (ediff-directories3,ediff-merge-directories)
18869         (ediff-merge-directories-with-ancestor)
18870         (ediff-merge-directory-revisions)
18871         (ediff-merge-directory-revisions-with-ancestor):
18872         Use ediff-default-filtering-regexp.
18874 2003-10-12  Andreas Schwab  <schwab@suse.de>
18876         * international/mule-cmds.el (locale-charset-language-names):
18877         Simplify regex by removing unused grouping.
18879 2003-10-10  Dave Love  <fx@gnu.org>
18881         * bindings.el: Don't bind stop.
18883 2003-10-08  Miles Bader  <miles@gnu.org>
18885         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
18886         face instead of attempting to emulate it.
18888 2003-10-07  Kenichi Handa  <handa@m17n.org>
18890         * international/mule-diag.el (list-coding-systems-1): List coding
18891         systems that are loaded automatically.
18893         * international/code-pages.el (iso-8859-11): Add autoload cookie.
18895         * international/mule.el (autoload-coding-system): New function.
18897 2003-10-07  Andreas Schwab  <schwab@suse.de>
18899         * log-edit.el (log-edit-changelog-entries): Prefer local value of
18900         change-log-default-name in the buffer visiting the file.
18902 2003-10-06  Dave Love  <fx@gnu.org>
18904         * files.el (find-file-hook): Customize.
18905         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
18907         * bindings.el (completion-ignored-extensions): Remove .log.
18908         (global-map): Add again, open, stop keys.
18910 2003-10-05  Richard M. Stallman  <rms@gnu.org>
18912         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
18913         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
18914         Use sh-modify directly.
18915         (sh-select): Use sh-append, not eval.
18917         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
18919         * info.el (Info-following-node-name): New function.
18921         * loadhist.el (unload-feature-special-hooks):
18922         Rename from loadhist-hook-functions.
18923         (loadhist-hook-functions): Now an alias.
18925 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
18927         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
18928         file-name clashes on 8+3 filesystems.
18930         * Makefile.in (DONTCOMPILE, bootstrap-clean):
18931         Rename loaddefs-boot.el to ldefs-boot.el
18933         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
18934         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
18936 2003-10-03  Lute Kamstra  <lute@gnu.org>
18938         * info.el (Info-mode): Revert previous change.
18939         (Info-escape-percent): New function.
18940         (Info-fontify-node): Use it.
18942 2003-10-02  Andreas Schwab  <schwab@suse.de>
18944         * loaddefs-boot.el: Regenerated.
18946 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
18948         * ffap.el: Remove defadvice related code from CVS since `complete'
18949         provides a `PC-completion-as-file-name-predicate' variable that
18950         ffap can override.
18952 2003-10-02  Kenichi Handa  <handa@m17n.org>
18954         * international/utf-8.el (ccl-decode-mule-utf-8):
18955         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
18957         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
18958         * international/subst-big5.el: Likewise.
18959         * international/subst-gb2312.el: Likewise.
18960         * international/subst-ksc.el: Likewise.
18962 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
18964         * calendar/calendar.el (increment-calendar-month)
18965         (calendar-leap-year-p, calendar-absolute-from-gregorian)
18966         (generate-calendar, calendar-read-date, calendar-interval)
18967         (calendar-day-of-week): Handle years BC.
18968         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
18970 2003-10-01  Dave Love  <fx@gnu.org>
18972         * language/cyrillic.el (cp1251): Alias for windows-1251.
18974         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
18975         bootstrap.
18977 2003-10-01  Lute Kamstra  <lute@gnu.org>
18979         * files.el: Fix typo.
18980         * imenu.el (imenu--generic-function): Docstring fix.
18982 2003-09-30  Richard M. Stallman  <rms@gnu.org>
18984         * dired.el (dired-mode): Handle dired-directory as a list.
18986 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
18988         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
18990         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
18992         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
18993         Replace gud-display with gud-watch.
18994         (gud-speedbar-buttons): Add stuff for watching expressions
18995         in the speedbar when using M-x gdba.  Use dolist on old part
18996         of this function.
18998         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
18999         (gdb-update-flag): New variables.
19000         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19001         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19002         (gud-watch, gdb-var-create-handler) : New functions.
19003         (gdb-var-list-children, gdb-var-list-children-handler)
19004         (gdb-var-create-regexp, gdb-var-update-regexp)
19005         (gdb-var-list-children-regexp): New constants.
19006         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19007         (gdb-annotation-rules): Reduce annotation set (level 3).
19008         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19009         (gdb-post-prompt): Don't update GDB buffers every time speedbar
19010         updates.
19011         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19012         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19013         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19014         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19015         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19016         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19017         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19018         (gud-display, gud-display1)
19019         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19020         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19021         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19022         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19023         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19024         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19025         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19026         (gdb-display-display-buffer, gdb-toggle-display)
19027         (gdb-delete-display, gdb-expressions-popup-menu)
19028         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19029         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19030         to display buffer.
19032 2003-09-30  Richard M. Stallman  <rms@gnu.org>
19034         * progmodes/ada-mode.el (ada-mode): Don't use advice.
19035         Instead, set which-func-functions.
19037         * progmodes/which-func.el (which-func-modes): Add ada-mode.
19038         (which-func-functions): New variable.
19039         (which-function): Use that.
19041         * info.el (Info-mode): Double each `%' in header line.
19043         * emacs-lisp/lisp-mnt.el (lm-with-file):
19044         When FILE is nil, run BODY in current buffer.
19046         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19048         * help.el (describe-mode): Start with a brief list of minor modes.
19049         Find them thru minor-mode-list so as to find them all.
19050         Show them in alphabetical order.
19052         * mail/sendmail.el (mail-aliases): Doc fix.
19054         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19056 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
19058         * mail/rmailsum.el (rmail-make-summary-line-1):
19059         Change comma after last label to a space.
19060         (rmail-summary-font-lock-keywords): Adapt to that change.
19062 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
19064         * progmodes/scheme.el (scheme-mode-variables): When setting
19065         `font-lock-defaults', also specify that "#" should
19066         be interpreted with `word' syntax.
19067         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19069 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
19071         * desktop.el: A lot of comments updated.
19072         (desktop-save-mode): Minor mode introduced.
19073         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19074         (desktop-load-default): Function made obsolete.
19075         (desktop-locals-to-save): Variable made customizable.
19076         (desktop-read): Optional parameter `dirname' added.
19077         (desktop-change-dir, desktop-revert): Parameter `dirname' in
19078         `desktop-read' used.
19079         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19081 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
19083         * whitespace.el (whitespace-clean-msg): Add user customizable message
19084         for displaying ``clean'' output.
19085         (whitespace-buffer): Use `whitespace-clean-msg'.
19086         (whitespace-global-mode): Fix typo.
19088 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
19090         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19092 2003-09-29  Lute Kamstra  <lute@gnu.org>
19094         * bindings.el (mode-line-modes): Remove superfluous :propertize
19095         construct in initialization.
19096         (mode-line-position): Change cons cell into proper list in
19097         initialization.
19099 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
19101         * international/mule.el (decode-coding-inserted-region): Use car
19102         of the return value of find-operation-coding-system.
19104 2003-09-29  Kenichi Handa  <handa@m17n.org>
19106         * descr-text.el (describe-char): Fix previous change.
19108 2003-09-28  Kenichi Handa  <handa@m17n.org>
19110         * descr-text.el (describe-char-display): New function.
19111         (describe-char): Pay attention to display table on describing how
19112         a character is displayed.
19114         * international/mule-cmds.el (encoded-string-description):
19115         Prepend "0x" to each encoded byte.
19117 2003-09-28  Andreas Schwab  <schwab@suse.de>
19119         * find-file.el (ff-special-constructs): Add autoload cookie.
19121 2003-09-28  Kevin Ryde  <user42@zip.com.au>
19123         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19124         makeinfo appends to duplicate index entries.
19126 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
19128         * dired-x.el (dired-clean-tex): Doc fix.
19130         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19131         using a Chinese tutorial.
19133 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19135         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19136         between "MAIL FROM:" and "RCPT TO:" and the following address.
19138 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19140         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19142 2003-09-28  David Ponce  <david@dponce.com>
19144         * recentf.el (recentf-initialize-file-name-history): New defcustom.
19145         (recentf-load-list): When `recentf-initialize-file-name-history'
19146         is non-nil, initialize an empty `file-name-history' with the
19147         recent list.
19149 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
19151         * man.el (Man-default-man-entry): Remove the leading `*' from the
19152         word at point.
19154 2003-09-26  Lute Kamstra  <lute@gnu.org>
19156         * bindings.el (mode-line-position): Mention size indication in
19157         docstring.
19159 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
19161         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19163         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19164         because it's autoloaded now.
19166 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
19168         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19169         (sh-font-lock-keywords, sh-feature): Fix previous change of
19170         sh-feature to avoid infloop with sh-font-lock-keywords.
19172 2003-09-25  Kim F. Storm  <storm@cua.dk>
19174         * frame.el (frame-current-scroll-bars): New defun.
19176         * window.el (window-current-scroll-bars): New defun.
19178 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19180         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19181         cause errors when the state cache contains info on parts that have
19182         been narrowed out.
19184 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19186         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19187         `c-setup-paragraph-variables' has to be used when this variable is
19188         changed; it doesn't work to reinitialize the mode since that
19189         typically clobbers the variable.
19191         * progmodes/cc-styles.el (c-setup-paragraph-variables):
19192         Make it interactive.
19194 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19196         * progmodes/cc-fonts.el (c-font-lock-declarations):
19197         Fix recognition of constructors and destructors for classes whose
19198         names are matched by `*-font-lock-extra-types'.
19200         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
19201         followed by an identifier in C++ then it's a type.
19203 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19205         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
19206         problem that primarily affected XEmacs.  Don't use faces to find
19207         unterminated strings since Emacs and XEmacs fontify strings
19208         differently - this function should now work better in XEmacs.
19210 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19212         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
19213         `expand-abbrev' workaround which caused braces to misbehave inside
19214         macros.
19216         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
19217         handling.  This bug could cause interactive font locking to bail out.
19219 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19221         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19222         Handle paren-style types in Pike.  Also fixed some cases of
19223         insufficient handling of unbalanced parens.
19225 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
19227         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
19228         common shell prompts that are not common filename or URL characters.
19229         (ffap-file-at-point): Use the new regexp to strip the prompts from
19230         the file names.  This is an issue mostly for user prompts that
19231         don't have a trailing space and find-file-at-point is invoked from
19232         within a shell inside Emacs.
19234 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
19236         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
19237         stamps numerically, rather than textually.
19239 2003-09-24  Kenichi Handa  <handa@m17n.org>
19241         * language/devan-util.el (devanagari-post-read-conversion):
19242         * language/mlm-util.el (malayalam-post-read-conversion):
19243         * language/tml-util.el (tamil-post-read-conversion):
19244         Add autoload cookie.
19246         * international/utf-8.el (utf-8-post-read-conversion):
19247         Call post-read-conversion functions for Devanagari, Malayalam,
19248         and Tamil.
19250 2003-09-23  Dave Love  <fx@gnu.org>
19252         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
19254 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
19256         * progmodes/gud.el (perldb): Add gud-until to list of commands.
19257         Update gud-remove.
19259 2003-09-22  Richard M. Stallman  <rms@gnu.org>
19261         * progmodes/sh-script.el (sh-mode-default-syntax-table):
19262         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
19263         (sh-mode-syntax-table-input): New variable.
19264         (sh-require-final-newline): Don't use eval.
19265         (sh-builtins, sh-leading-keywords, sh-other-keywords)
19266         (sh-variables, sh-font-lock-keywords): Don't use eval.
19267         (sh-set-shell): When setting require-final-newline,
19268         treat value = `require-final-newline' as don't change it.
19269         Set sh-mode-syntax-table locally based on
19270         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
19272         * progmodes/compile.el (compile-internal):
19273         Call compilation-set-window-height before setting window start.
19275 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
19277         * emacs-lisp/bytecomp.el (byte-compile-log-file):
19278         Clear out byte-compile-last-warned-form.
19280 2003-09-22  Richard M. Stallman  <rms@gnu.org>
19282         * woman.el (woman-file-name, woman-follow-word):
19283         If current-word returns nil, use "".
19285         * simple.el (eval-expression): Bind standard-output in to-buffer case.
19287 2003-09-22  Richard M. Stallman  <rms@gnu.org>
19289         * emacs-lisp/lisp-mnt.el (lm-with-file):
19290         Don't visit the file, just use insert-file-contents in temp buffer.
19292 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
19294         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
19295         Add surrounding \\( and \\) around the header, as in
19296         for lm-history-header 'Change Log\\|History'.
19298 2003-09-22  John Paul Wallington  <jpw@gnu.org>
19300         * progmodes/ld-script.el: Add Commentary section,
19301         minor cleanup of file header.
19302         (ld-script-font-lock-keywords): Doc fix.
19303         (toplevel): Provide `ld-script' feature.
19305 2003-09-21  Kim F. Storm  <storm@cua.dk>
19307         * scroll-bar.el (set-scroll-bar-mode): Initialize to
19308         new built-in variable default-frame-scroll-bars.
19309         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
19310         scroll-bar-mode; notably, use it instead of t when we toggle
19311         scroll-bars on.
19312         (toggle-scroll-bar): Use default-frame-scroll-bars.
19314 2003-09-19  Masatake YAMATO  <jet@gyve.org>
19316         * pcvs.el (cvs-do-removal): Change the prompt depending on
19317         `filter' value.
19319 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
19321         * startup.el (command-line-1): Stop startup-echo-area-message
19322         being hidden by "Loading image..." message.
19323         (use-fancy-splash-screens-p, display-splash-screen):
19324         Move display-graphic-p test from latter to former.
19326         * progmodes/sh-script.el (sh-font-lock-keywords):
19327         Highlight escaped EOLs differently from other backslash constructs.
19329 2003-09-19  Richard M. Stallman  <rms@gnu.org>
19331         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
19332         New functions.
19333         (edebug-enter, edebug-outside-excursion): Use them.
19335         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
19336         Fix the condition for whether to print "In WHERE".
19338 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
19340         * finder.el (finder-mode-hook): New variable.
19341         (finder-mode): Run hook finder-mode-hook
19343 2003-09-18  Masatake YAMATO  <jet@gyve.org>
19345         * progmodes/ebrowse.el: Fix broken magic autoload comments.
19347 2003-09-17  Mario Lang  <mlang@delysid.org>
19349         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
19350         "p %e" to actually print the value in the GUD buffer.
19352 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
19354         From David Ponce <david.ponce@wanadoo.fr>:
19355         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
19356         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
19357         from loaddefs-boot.el if necessary.
19359 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
19361         * progmodes/gud.el (gud-find-class): Make jdb work again since
19362         cc-mode changed the syntactic information.
19364 2003-09-15  David Ponce  <david@dponce.com>
19366         * recentf.el: (recentf-exclude): Accept predicates too.
19367         (recentf-file-readable-p): New function.
19368         (recentf-include-p): Handle predicates in recentf-exclude.
19369         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
19370         (recentf-cleanup): Likewise.
19371         (recentf-save-list): Use write-file to handle backup of
19372         recentf-save-file.
19374 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
19376         * loaddefs-boot.el: Renamed from `loaddefs.el'
19377         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
19378         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
19379         necessary.
19381 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
19383         * electric.el (Electric-pop-up-window): For the `one-window' case,
19384         no longer disconcertingly move point in the original buffer.
19386 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19388         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
19390 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19392         * dired.el (dired-mode-map): Fix typo.
19394 2003-09-11  Richard M. Stallman  <rms@gnu.org>
19396         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
19398 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
19400         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
19401         the function is less noisy.  Now only `kill-buffer' can ask questions.
19403 2003-09-10  Mario Lang  <mlang@delysid.org>
19405         * battery.el: Update Commentary and Copyright.
19406         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
19407         appear due to wrong ordering of the expressions in `or'.
19409 2003-09-09  Lute Kamstra  <lute@gnu.org>
19411         * misc.el (upcase-char): Fix docstring.
19412         (zap-up-to-char): New command.
19414 2003-09-08  David Ponce  <david@dponce.com>
19416         Ensure that recentf correctly updates the menu bar.
19417         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
19418         (recentf-menu-bar): New function.
19419         (recentf-clear-data): Use it
19420         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
19421         of easy-menu-change.
19423 2003-09-08  Lute Kamstra  <lute@gnu.org>
19425         * simple.el (size-indication-mode): New.
19426         * bindings.el (mode-line-position): Add buffer size indicator.
19428 2003-09-04  Mario Lang  <mlang@delysid.org>
19430         * battery.el (battery-linux-proc-acpi): New function.
19431         (battery-status-function): Modify default value calculation to also
19432         check for availability of ACPI.
19433         (battery-echo-area-format): Ditto.
19434         (battery-mode-line-format): Ditto.
19436 2003-09-06  Dave Love  <fx@gnu.org>
19438         * ielm.el (ielm-mode-hook): Add :options.
19440         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
19441         (eldoc-print-current-symbol-info): Use it.
19443 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
19445         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
19446         being displayed in GUD buffer.
19447         (gdb-idle-input-queue): Remove var.  Use just one queue.
19448         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
19449         Remove functions.  Use just one queue.
19450         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
19451         (gdb-invalidate-assembler, gdb-get-current-frame):
19452         Modify functions.  Use just one queue.
19454 2003-09-04  Dave Love  <fx@gnu.org>
19456         * cus-start.el: Add blink-cursor-alist.
19458         * ruler-mode.el (ruler-mode-fill-column-char)
19459         (ruler-mode-current-column-char): Use char-displayable-p,
19460         not window-system.
19462         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
19464         * language/european.el (windows-1252): Move from code-pages.
19466         * language/cyrillic.el ("Windows-1251"): Delete.
19467         ("Bulgarian", "Belarusian"): Remove `features'.
19468         (windows-1251): Move from code-pages.
19470         * international/mule-diag.el (non-iso-charset-alist):
19471         Remove `codepage' stuff.
19472         (print-designation, list-coding-systems-1): Output fixes.
19474         * international/code-pages.el (cp-make-translation-table)
19475         (cp-valid-codes): Made defsubsts.
19476         (cp-fix-safe-chars): Delete.
19477         (mule-diag): Don't require.
19478         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
19479         (top-level): Check for defined coding system when defining
19480         cp... aliases.  Change w32-add-charset-info test to avoid warning.
19481         (non-iso-charset-alist): Defvar when compiling.
19482         (cp-make-coding-system): Doc fix.
19484 2003-09-02  Jason Rumney  <jasonr@gnu.org>
19486         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
19487         line-ends from CVS before doing conversion.
19489 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
19491         * calendar/diary-lib.el (diary-header-line-flag)
19492         (diary-header-line-format): New variables.
19493         (list-diary-entries): Use them to set header line in simple diary.
19495         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
19496         other than font-lock-string-face to highlight backslashes.
19498 2003-09-01  Jason Rumney  <jasonr@gnu.org>
19500         * international/titdic-cnv.el (tit-read-key-value): Include \r in
19501         regexp.
19503 2003-09-01  Dave Love  <fx@gnu.org>
19505         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
19507         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
19508         and :help; also line and column numbers labels.
19510         * international/mule-util.el (char-displayable-p): Move from
19511         latin1-disp, rename and autoload.
19513         * international/latin1-disp.el (latin1-char-displayable-p):
19514         Now obsolete alias.  Replace uses with char-displayable-p.
19515         (latin1-display-ucs-per-lynx): Fix last change.
19517         * international/mule-cmds.el (standard-display-european-internal):
19518         Don't use char code for Latin-1 NBSP.
19519         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
19520         U+2018, U+2019 for `'.
19521         (select-safe-coding-system): Message fix.
19523 2003-09-01  Kenichi Handa  <handa@m17n.org>
19525         * international/fontset.el (setup-default-fontset): For Thai
19526         font, specify "*" family.
19528 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
19530         * progmodes/compile.el (previous-error): Accept a prefix
19531         argument, similarly to next-error.
19533 2003-08-31  Masatake YAMATO  <jet@gyve.org>
19535         * pcvs.el (cvs-do-removal): Use = instead of eq to check
19536         the number of files.  Bind the number of files to a local
19537         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
19539 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
19541         * vc-hooks.el (vc-make-version-backup): Fix the change made on
19542         2003-07-26: msdos-long-file-names is a function, not a variable.
19544 2003-08-29  Richard M. Stallman  <rms@gnu.org>
19546         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
19547         Do nothing with mail-personal-alias-file if it is nil.
19549         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
19550         Do nothing if mail-personal-alias-file is nil.
19552         * term.el (term-exec-1): Bind coding-system-for-read.
19554         * dired.el (dired-mouse-find-file-other-window):
19555         Use dired-view-command-alist here, as in dired-view-file.
19556         (dired-view-command-alist): Use %s to substitute file name.
19557         Handle .ps_pages, .eps, .jpg, .gif, .png.
19559 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
19561         * info.el (Info-mode-map): Bind S-tab and <backtab> to
19562         `Info-prev-reference', instead of M-tab.
19564 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
19566         * simple.el (blink-matching-open): Work correctly on chars that
19567         are designated as parens through the syntax-table text property.
19569 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
19571         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
19572         line break position in the middle of a non-kinsoku (e.g. latin)
19573         word, making it skip until either a space or a character with
19574         category "|".
19575         (kinsoku-longer): Test for end of buffer.
19577 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
19579         * mail/rmail.el (rmail-convert-to-babyl-format):
19580         Detect quoted-printable- and base64-encoded messages and decode them
19581         automatically.  Set the message's encoding from the charset=
19582         header, if any.  Decode base64-encoded messages in Mail format as well.
19584 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
19586         * mail/smtpmail.el: Fix previous change.
19587         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
19588         calling smtpmail-via-smtp.
19589         (smtpmail-via-smtp): Add fall-back values for envelope-from.
19591 2003-08-26  John Paul Wallington  <jpw@gnu.org>
19593         * image.el (image-jpeg-p): Don't search beyond length of data.
19595 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
19597         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
19598         misfeature in `expand-abbrev' which caused electric keywords like
19599         "else" to disappear if an open brace was typed directly afterwards.
19601 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
19603         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
19604         mandatory in `define-widget'.
19606         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
19607         Don't align the operators "!=", "<=" and ">=" as assignment operators.
19609         (c-assignment-operators): New language constant that only contains
19610         the assignment operators.
19612         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
19614 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
19616         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19617         Safeguard against unbalanced sexps.
19619 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
19621         * version.el (emacs-version): Check for gtk.  Include gtk version info.
19623 2003-08-25  John Paul Wallington  <jpw@gnu.org>
19625         * man.el (Man-default-man-entry): Don't whizz past the section
19626         number before looking for it.
19628 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
19630         * progmodes/gud.el (gud-display-line): Don't set window-point if
19631         source buffer is not visible.  (Only happens with M-x gdba.)
19633         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
19634         documentation.
19635         (gdb-source, gdb-source-info): Update to assembler unnecessary
19636         as its done after each GDB command anyway.
19637         (gdb-pre-prompt): Use with-current-buffer.
19638         (gdb-insert-field): Add help-echo text.
19639         (gdb-invalidate-assembler): Re-display of assembler now done in
19640         gdb-info-breakpoints-custom.
19641         (gdb-info-breakpoints-custom): Force re-display of assembler to
19642         happen *after* update of breakpoints buffer.
19643         (gdb-display-source-buffer): Don't choke if gdb-source-window
19644         isn't visible.
19645         (gdb-put-string, gdb-put-arrow): Remove free variables.
19647 2003-08-24  John Paul Wallington  <jpw@gnu.org>
19649         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
19651         * man.el (Man-default-man-entry): Strip text properties when
19652         snarfing parts of entry because `format' preserves properties.
19654 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
19656         * files.el (file-newest-backup): Use `expand-file-name'.
19658         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
19659         Allow the diary to pop up a new frame, if needed.
19661         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
19662         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
19663         (smtpmail-send-it): Make treatment of envelope-from consistent with
19664         sendmail.el.
19666         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
19667         (sh-leading-keywords): Add the bash `time' reserved word.
19668         (sh-variables): Add some bash variables.
19669         (sh-add-completer): Fix nil branch of case statement.
19671 2003-08-24  Masatake YAMATO  <jet@gyve.org>
19673         * progmodes/ld-script.el: New file.
19675 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
19677         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
19679 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
19681         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
19682         Better explain obsolescence, and what to use instead.
19684 2003-08-23  Masatake YAMATO  <jet@gyve.org>
19686         * pcvs.el (cvs-do-removal): Show the deleted file name
19687         on the prompt.
19689 2003-08-20  Dave Love  <fx@gnu.org>
19691         * international/mule.el (make-coding-system)
19692         (set-buffer-file-coding-system): Doc fix.
19694         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
19696         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
19698         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
19700         * international/utf-16.el: Add mime-text-unsuitable coding system
19701         properties.
19703         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
19705         * cus-edit.el: Add some :links.
19706         (bib): Remove.
19708         * textmodes/bib-mode.el (bib): Add :group external.
19710 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
19712         * wid-edit.el (widget-echo-help): Make it handle expressions that
19713         evaluate to strings.
19715 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
19717         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
19719         Simplify selection of SQL products to define highlighting and
19720         interactive mode.  Includes detailed instructions on adding
19721         support for new products.
19723         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
19724         product for use in highlighting and interactive mode.
19725         (sql-interactive-product): New variable.  SQL product for
19726         sql-interactive-mode.
19727         (sql-product-support): New variable.  Specifies product-specific
19728         parameters to drive highlighting and interactive mode.
19729         (sql-imenu-generic-expression): Add more object types.
19730         (sql-sqlite-options): Correct comment.
19731         (sql-ms-program): Use "osql" rather than "isql".
19732         (sql-prompt-regexp, sql-prompt-length): Update comment.
19733         (sql-mode-menu): Add "Start SQLi session" entry.
19734         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
19735         (sql-mode-abbrev-table): Add abbreviations.  Support of
19736         SYSTEM-FLAG on define-abbrev.  Support was removed with last
19737         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
19738         (sql-mode-font-lock-object-name): Add font-lock pattern for object
19739         names.
19740         (sql-mode-ansi-font-lock-keywords): Set as default value.
19741         (sql-mode-oracle-font-lock-keywords): Set as default value.
19742         Support Oracle 9i keywords.
19743         (sql-mode-postgres-font-lock-keywords): Set as default value.
19744         (sql-mode-linter-font-lock-keywords): Set as default value.
19745         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
19746         SQLServer 2000.
19747         (sql-mode-sybase-font-lock-keywords)
19748         (sql-mode-interbase-font-lock-keywords)
19749         (sql-mode-sqlite-font-lock-keywords)
19750         (sql-mode-strong-font-lock-keywords)
19751         (sql-mode-mysql-font-lock-keywords)
19752         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
19753         keywords.
19754         (sql-mode-font-lock-defaults): Update comment.
19755         (sql-product-feature): New function.  Returns feature associated
19756         with a product from `sql-product-support' alist.
19757         (sql-product-font-lock): New function.  Set font-lock support
19758         based on `sql-product'.
19759         (sql-add-product-keywords): New function.  Add font-lock rules to
19760         product-specific keyword variables.
19761         (sql-set-product): New function.  Set `sql-product' and apply
19762         appropriate font-lock highlighting.
19763         (sql-highlight-product): New function.  Set font-lock support
19764         based on a product.  Also set mode name to include product name.
19765         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
19766         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
19767         Use `sql-set-product'.
19768         (sql-highlight-ms-keywords)
19769         (sql-highlight-sybase-keywords)
19770         (sql-highlight-interbase-keywords)
19771         (sql-highlight-strong-keywords)
19772         (sql-highlight-mysql-keywords)
19773         (sql-highlight-sqlite-keywords)
19774         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
19775         (sql-get-login): Prompt in the same order as the tokens.
19776         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
19777         (sql-product-interactive): New function.  Common portions of
19778         product-specific interactive mode wrappers.
19779         (sql-interactive-mode): Rewritten to use product features.
19780         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
19781         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
19782         (sql-db2, sql-linter): Use `sql-product-interactive'.
19783         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
19784         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
19785         (sql-connect-ingres, sql-connect-postgres)
19786         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
19787         New functions.  Format command line parameters and invoke comint on
19788         the appropriate interpreter.  Code was in the corresponding
19789         `sql-xyz' function before.
19790         (sql-connect-ms): New function.  Support -E argument to use
19791         operating system credentials for authentication.
19793 2003-08-18  Kenichi Handa  <handa@m17n.org>
19795         * international/mule.el (encode-char): Fix for the ASCII case.
19797 2003-08-15  Kenichi Handa  <handa@m17n.org>
19799         * international/fontset.el (setup-default-fontset): Change "*" to
19800         nil in the specifications of font family.
19802 2003-08-18  Kim F. Storm  <storm@cua.dk>
19804         * kmacro.el (kmacro-keymap): Group related bindings in
19805         initialization for clarity.  Bind C-s to start macro.
19806         Remove C-r binding.
19807         (kmacro-initial-counter-value): New defvar to hold initial counter
19808         value in case we set the value before defining a macro.
19809         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
19810         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
19811         not defining or executing macro.  Doc fix.
19812         (kmacro-add-counter): Clear kmacro-initial-counter-value.
19813         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
19814         temporarily view older elements on the macro ring without cycling
19815         the ring.
19816         (kmacro-display): Doc fix.
19817         (kmacro-exec-ring-item): New helper function.
19818         (kmacro-call-ring-2nd): Use it.
19819         (kmacro-call-ring-2nd-repeat): Doc fix.
19820         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
19821         (kmacro-end-or-call-macro): Execute last viewed macro (using
19822         kmacro-exec-ring-item) from ring if this follows
19823         kmacro-view-macro.  This allows us to find a macro on the ring
19824         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
19825         the ring to bring it to the head of the ring.
19826         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
19827         Allow binding to reserved keys without specifying C-x C-k prefix.
19828         Ask for confirmation if entered key sequence is already bound to
19829         a non-macro command.
19830         (kmacro-view-macro): Repeating command will show older elements
19831         on the macro ring; C-k will execute the last viewed macro.
19832         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
19833         property from 'ring to 'head.
19835 2003-08-17  Alan Shutko  <ats@acm.org>
19837         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
19838         keeping December out of the alist.
19840 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
19842         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
19843         * calendar/calendar.el (calendar-mode-map): Bind it to key.
19844         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
19845         (calendar-flatten): New function.
19846         (calendar-mouse-view-other-diary-entries)
19847         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
19848         in the menu title and to show multi-line diary entries correctly
19849         in the menu.
19851 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
19853         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
19854         defcustom, because the default was recently changed.
19856 2003-08-16  Richard M. Stallman  <rms@gnu.org>
19858         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
19860         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
19861         New subroutine, broken out of eval-last-sexp-1.
19862         (eval-last-sexp-1): Use eval-last-sexp-print-value.
19864         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
19866         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
19868         * simple.el (eval-expression): Use eval-last-sexp-print-value.
19870 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
19872         * progmodes/compile.el (compilation-error-regexp-alist):
19873         Add Java ANt error detection as described in document
19874         http://ant.apache.org/faq.html
19876 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
19878         * simple.el (backward-word, forward-to-indentation)
19879         (backward-to-indentation): Argument changed to optional.
19880         (next-line, previous-line): Use `or' instead of `unless'.
19882 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19884         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
19885         instead of a constant.
19887 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
19889         * shell.el (shell): With prefix-arg, suggest a new buffer name.
19891 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
19893         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
19894         (vc-sccs-workfile-version): Search the entire delta table, rather
19895         than just the first entry, because that might be a deleted version.
19897 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
19899         * menu-bar.el (menu-bar-options-menu): Supply a body for the
19900         [save-place] binding in the Options menu.  Have it require
19901         'saveplace' and then toggle the variable manually, to avoid an an
19902         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
19903         for the bug report.
19905 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
19907         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
19908         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
19909         (gdb-info-threads-custom): Add help-echo text.
19910         (gdb-display-back): Don't use purecopy.
19911         (gdb-info-breakpoints-custom, gdb-reset)
19912         (gdb-assembler-custom): Use display-images-p to test if breakpoint
19913         icons can be displayed.
19915 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
19917         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
19919 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
19921         * bookmark.el (bookmark-completing-read):
19922         Return a string, instead of a list of one string.
19923         Use a popup menu if activated from the mouse.
19924         (bookmark-edit-annotation): Remove unused vars.
19925         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
19926         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
19927         to bookmark-completing-read.
19928         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
19929         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
19930         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
19931         and erase-buffer.
19932         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
19933         (bookmark-menu-jump, bookmark-menu-insert)
19934         (bookmark-popup-menu-and-apply-function)
19935         (bookmark-menu-popup-paned-bookmark-menu): Remove.
19936         (bookmark-menu-build-paned-menu): Remove by folding it into
19937         bookmark-menu-popup-paned-menu.
19938         (menu-bar-bookmark-map): Move the define-key statements here.
19939         Use the "non-menu" commands since they now pop up a menu if needed.
19940         (bookmark-exit-hook-internal): Simplify.
19942 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
19944         * reftex-toc.el (reftex-toc-rename-label): New function.
19945         (reftex-toc-check-docstruct): New function.
19947         * reftex.el (reftex-region-active-p): New function.
19949         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
19950         regexp to find the \bibliography macro.
19952         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
19953         which does not exist in LaTeX.
19954         (reftex-cite-format-builtin): Added amsrefs support.
19955         (reftex-toc-confirm-promotion): New option
19957         * reftex-toc.el
19958         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
19959         (reftex-toc-demote, reftex-toc-promote)
19960         (reftex-toc-do-promote, reftex-toc-promote-prepare)
19961         (reftex-toc-promote-action, reftex-toc-extract-section-number)
19962         (reftex-toc-newhead-from-alist)
19963         (reftex-toc-load-all-files-for-promotion): New functions.
19964         (reftex-toc-help): Added description of new keys.
19965         (reftex-toc-split-windows-fraction): New option.
19966         (reftex-recenter-toc-when-idle): Search *toc* window on all
19967         visible frames.
19968         (reftex-toc): Additional parameter REUSE
19969         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
19970         with REUSE argument.
19971         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
19972         the call of `reftex-toc'.
19973         (reftex-make-separate-toc-frame): New function .
19974         (reftex-toc-recenter): When called with triple prefix arg, call
19975         `reftex-make-separate-toc-frame' first.
19976         (reftex-toc-toggle-dedicated-frame): New command.
19977         (reftex-toc-quit): Adapted to delete frame when called in
19978         dedicated frame.
19980         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
19981         all enclosing macros.
19984 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19986         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
19987         first use.
19989 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
19991         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
19993 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
19995         * calendar/calendar.el (list-diary-entries-hook)
19996         (diary-display-hook, nongregorian-diary-listing-hook)
19997         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
19998         Add some customize options for these hooks.
19999         (calendar-abbrev-construct): Don't try to take a substring longer
20000         than the original string.
20002 2003-08-05  Richard M. Stallman  <rms@gnu.org>
20004         * emacs-lisp/testcover.el (noreturn): Report error if does return.
20005         (testcover-reinstrument-clauses): Doc fix.
20007         * emacs-lisp/warnings.el: Doc fixes, args renamed.
20008         (warning-type-format): Rename from warning-group-format.
20010         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20011         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20012         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20013         to prevent warnings about defvar for an obsolete variable.
20015         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20016         warning-group-format renamed to warning-type-format.
20018         * subr.el (read-passwd): Use clear-string instead of fillarray.
20020         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20021         Use vconcat instead of concat.
20022         (edmacro-sanitize-for-string): New function.
20024 2003-08-05  Dave Love  <fx@gnu.org>
20026         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20027         line-number-display-limit-width.
20029         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20031 2003-08-05  Kenichi Handa  <handa@m17n.org>
20033         * international/code-pages.el: Don't require mule-diag.
20035         * international/mule-diag.el (non-iso-charset-alist):
20036         Add autoload cookie.
20038         * language/devan-util.el (dev-glyph-order): Add an entry for the
20039         glyph code #xC4.
20041 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
20043         * calendar/calendar.el (diary-file, diary-file-name-prefix)
20044         (european-calendar-style, diary-date-forms)
20045         (calendar-day-name-array, calendar-month-name-array): Doc change.
20046         (generate-calendar-month): Adapt for new behaviour of
20047         `calendar-day-name' function.
20048         (calendar-abbrev-length, calendar-day-abbrev-array)
20049         (calendar-month-abbrev-array): New variables.
20050         (calendar-abbrev-construct): New function.
20051         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20052         rather than fixing abbrevs at some width.  Calling syntax change.
20053         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
20054         (calendar-date-string): Adapt for new behaviours of
20055         `calendar-day-name' and `calendar-month-name' functions.
20057         * calendar/diary-lib.el (list-diary-entries): Adapt for new
20058         behaviour of `calendar-day-name' and `calendar-month-name' functions.
20059         (diary-name-pattern): Use abbrev arrays, rather than fixing
20060         abbrevs at three chars.  Calling syntax change.
20061         (mark-diary-entries): Adapt for new behaviours of
20062         `diary-name-pattern' and `calendar-make-alist' functions.
20063         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20064         `diary-name-pattern' function.
20065         (font-lock-diary-date-forms): Use abbrev arrays, rather than
20066         fixing abbrevs at three chars.  Calling syntax change.
20067         (cal-hebrew, cal-islam): Require when compiling.
20068         (diary-font-lock-keywords): Adapt for new behaviour of
20069         `font-lock-diary-date-forms' function.
20071         * calendar/cal-hebrew.el: Reposition some code so defined before used.
20072         (calendar-hebrew-month-name-array-common-year)
20073         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20074         (list-hebrew-diary-entries): Adapt for new behaviours of
20075         `calendar-day-name' and `add-to-diary-list' functions.
20076         (mark-hebrew-diary-entries): Adapt for new behaviours of
20077         `diary-name-pattern' and `calendar-make-alist' functions.
20079         * calendar/cal-islam.el (calendar-islamic-month-name-array):
20080         Add doc string.
20081         (list-islamic-diary-entries): Adapt for new behaviours of
20082         `calendar-day-name' and `add-to-diary-list' functions.
20083         (mark-islamic-diary-entries): Adapt for new behaviours of
20084         `diary-name-pattern' and `calendar-make-alist' functions.
20086         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20087         `calendar-month-name' function.
20089         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20091         * calendar/solar.el (solar-seasons-data): Move definition before use.
20093         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20094         (cal-tex-LaTeX-hourbox): Move definition before use.
20096         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20097         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20098         * lunar.el, solar.el (displayed-month, displayed-year):
20099         Define for compiler.
20101 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
20103         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20104         MODE.  Renamed from c-init-c-language-vars'.
20105         (c-initialize-cc-mode): Change accordingly.
20106         (c-common-init): Ditto.
20107         (c-mode): Ditto.
20108         (c++-mode): Use `c-init-language-vars-for'.
20109         (objc-mode): Ditto.
20110         (java-mode): Ditto.
20111         (idl-mode): Ditto.
20112         (pike-mode): Ditto.
20113         (awk-mode): Ditto.
20115 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
20117         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20118         or not the point moved.
20120         (c-search-decl-header-end): Don't trip up on operator identifiers
20121         in C++ and operators like == in all languages.
20123         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20124         Detect leading labels correctly.
20126 2003-08-02  Andreas Schwab  <schwab@suse.de>
20128         * textmodes/ispell.el: Don't redo key bindings on loading, put
20129         them only in loaddefs.el.
20130         * bookmark.el: Likewise.
20131         * dabbrev.el: Likewise.
20132         * emerge.el: Likewise.
20134         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20135         has more than one member.
20137         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20139 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20141         * lpr.el (printify-region): It was ending conversion before the
20142         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
20144 2003-07-31  John Paul Wallington  <jpw@gnu.org>
20146         * net/browse-url.el (browse-url-epiphany): Doc fix.
20148 2003-07-30  Kenichi Handa  <handa@m17n.org>
20150         * international/fontset.el (setup-default-fontset):
20151         Change registry names of Akurti fonts.
20153 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20155         * comint.el (comint-read-noecho): Use `clear-string' instead of
20156         `fillarray'.
20158 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
20160         * outline.el (outline-mode-hook): Add defvar.
20162 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
20164         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20165         Restore assembler in source window if that is what has been selected.
20166         (menu): Add gdb-restore-windows to menu.  Make gdba
20167         specific menus only visible from gdba.
20169 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
20171         * progmodes/compile.el (compilation-environment): New user variable.
20172         (compile-internal): Respect it.
20174 2003-07-23  Masatake YAMATO  <jet@gyve.org>
20176         * progmodes/gud.el (gdb-script-font-lock-keywords):
20177         Put `font-lock-function-name-face' on a symbol which includes
20178         `-' like `hook-run'.  Put font-lock-variable-name-face
20179         on a symbol starting with $.
20181 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
20183         * files.el (set-visited-file-name): Use truename for buffer-file-name.
20185 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
20187         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20189 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
20191         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
20192         Use with-no-warnings.
20193         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
20194         rather than to find-file-not-found-hook, which doesn't exist.
20196 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
20198         * international/quail.el (quail-translate-key): Fix previous change.
20200 2003-07-25  John Paul Wallington  <jpw@gnu.org>
20202         * server.el (server-start): Check `server-process' is non-nil
20203         before killing it to avoid killing current buffer's process.
20205         * simple.el (choose-completion-string): Use `minibufferp';
20206         test `completion-reference-buffer' if `buffer' arg is nil.
20207         (push-mark): Use `when' and `unless'.
20208         (pop-mark): Use `when'.
20210         * mouse-sel.el (mouse-sel-get-selection-function):
20211         Check `x-last-selected-text-primary'.  Don't barf if it or
20212         `x-last-selected-text' aren't bound.
20214 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
20216         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
20218 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
20220         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
20222 2003-07-23  John Paul Wallington  <jpw@gnu.org>
20224         * tooltip.el (defface tooltip): Inherit from variable-pitch.
20226 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
20228         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
20229         string.  Defvar the derived hook.
20231         * macros.el (insert-kbd-macro): Escape double quote character.
20232         From Thomas W Murphy <twm@andrew.cmu.edu>.
20234 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
20236         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
20237         to match the specific mark rather than reusing comment-start-skip.
20239 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
20241         * progmodes/hideshow.el (hs-special-modes-alist):
20242         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
20244 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
20246         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
20247         value using ?\s.
20249 2003-07-21  John Paul Wallington  <jpw@gnu.org>
20251         * subr.el (with-selected-window): Add closing paren.
20253 2003-07-21  Richard M. Stallman  <rms@gnu.org>
20255         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
20256         (lisp-mode): Likewise.
20258         * subr.el (with-selected-window): Copy code form save-selected-window
20259         so as to call select-window with norecord arg.
20260         (dynamic-completion-table): Doc fix.
20261         (lazy-completion-table): Doc fix.
20263         * international/mule-cmds.el (set-locale-environment):
20264         langinfo renamed to locale-info.
20266         * international/mule.el (auto-coding-functions): Doc fix.
20268 2003-07-21  Kenichi Handa  <handa@m17n.org>
20270         * international/quail.el (quail-translate-key):
20271         Update quail-current-str correctly.
20273 2003-07-21  Andreas Schwab  <schwab@suse.de>
20275         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
20276         ?, to "_".
20278 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
20279         Version 2.0.36 of Tramp released.
20281         * net/tramp.el (tramp-default-password-end-of-line): Rename from
20282         tramp-password-end-of-line.
20283         (tramp-password-end-of-line): New method parameter.
20284         (tramp-get-password-end-of-line): Function to access method
20285         parameter `tramp-password-end-of-line', or variable
20286         `tramp-default-password-end-of-line' (default value).
20287         (tramp-methods): Add entries for new parameter
20288         tramp-password-end-of-line.
20289         (tramp-enter-password): Use new function
20290         `tramp-get-password-end-of-line'.
20291         (tramp-handle-insert-file-contents): Do not
20292         unconditionally inhibit the file operation file-local-copy, only
20293         do that when the inhibit-file-name-operation is currently
20294         insert-file-contents.  This fixes finding remote CVS-controlled
20295         files.  (It would barf on inserting the CVS/Entries file
20296         literally, because the file-local-copy handler wasn't called.)
20297         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
20298         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
20299         (tramp-initial-commands): New variable.
20300         (tramp-process-initial-commands): New function, using the variable.
20301         (tramp-open-connection-setup-interactive-shell): Call the new function.
20302         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
20303         method into the buffer name, never use nil.  Reported by Hanak
20304         David <dhanak@inf.bme.hu>.
20305         (tramp-open-connection-setup-interactive-shell): Erase buffer
20306         before sending "stty -onlcr".
20308         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
20310 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
20312         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
20314 2003-07-19  John Paul Wallington  <jpw@gnu.org>
20316         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
20317         (artist-draw-rect, artist-draw-square): Doc fixes.
20319         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
20321         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
20323 2003-07-19  Kenichi Handa  <handa@m17n.org>
20325         * international/kkc.el (kkc-show-conversion-list-update):
20326         Highlight the correct candidate in the message.
20328 2003-07-18  John Paul Wallington  <jpw@gnu.org>
20330         * simple.el (current-word): Don't include punctuation char when
20331         `really-word' arg is non-nil.
20333 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
20335         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
20336         moved to the directory obsolete.
20338 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
20340         * info.el (Info-menu-entry-name-re): Allow newlines in
20341         menu entry names.
20343         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
20344         syntax-ppss-after-change-function.
20345         (syntax-ppss-after-change-function): New alias.  Update uses.
20346         (syntax-ppss): Catch the case where the buffer is narrowed.
20348 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
20350         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
20351         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
20353 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
20355         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
20356         since it might be modified.
20358         * progmodes/cc-langs.el (c++-make-template-syntax-table)
20359         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
20360         names to these language constants.
20362 2003-07-15  Kim F. Storm  <storm@cua.dk>
20364         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
20365         All uses changed.
20367 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
20369         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
20370         Namespace support.
20372 2003-07-13  Juanma Barranquero  <lektu@terra.es>
20374         * frame.el (modify-all-frames-parameters): Reinstall (copyright
20375         papers received).
20377 2003-07-13  Karl Eichwalder  <ke@suse.de>
20379         * textmodes/po.el (po-find-charset): White space at the start of the
20380         Content-Type field body is non-mandatory.
20382 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
20384         * textmodes/texinfo.el (texinfo-section-list):
20385         Append appendixsection; a synonym for appendixsec.
20387 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
20389         * man.el (Man-translate-cleanup): New.
20390         (Man-translate-references): Call `Man-translate-cleanup' to clean
20391         leading, trailing and middle spaces.
20393 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
20395         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
20396         Handle `dired-directory' being a list.
20398 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20400         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
20401         it doesn't exist.
20403 2003-07-12  Richard M. Stallman  <rms@gnu.org>
20405         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
20407         * progmodes/cc-defs.el (c-make-keywords-re):
20408         Don't use delete-duplicates.
20409         (c-lang-const): Don't use mapcan.
20411         * apropos.el (apropos-show-scores): Make it customizable.
20412         Document new meaning.
20413         (apropos): Compute scores from symbols.
20414         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
20416 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20418         * ps-bdf.el: Fix copyright line.
20419         (bdf-directory-list): Fix initialization code.
20421 2003-07-11  John Paul Wallington  <jpw@gnu.org>
20423         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
20424         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
20425         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
20427 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
20429         * emacs-lisp/ring.el (ring-elements): Doc fix.
20431 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
20433         * calendar/timeclock.el (timeclock-relative)
20434         (timeclock-ask-before-exiting, timeclock-use-display-time):
20435         Doc changes.
20436         (timeclock-modeline-display): Give a message if
20437         `timeclock-use-display-time' is non-nil but `display-time-mode'
20438         is not active.
20440 2003-07-11  Kenichi Handa  <handa@m17n.org>
20442         * international/mule-cmds.el (set-language-environment):
20443         Set current-language-environment to the correct string.
20445 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20447         * ps-print.el: Print line number correctly in a region.  Reported by
20448         Tim Allen <timallen@ls83.fsnet.co.uk>.
20449         (ps-print-version): New version number (6.6.2).
20450         (ps-printing-region): Code fix.
20452 2003-07-10  John Paul Wallington  <jpw@gnu.org>
20454         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
20455         this function can be called from `add-completions-from-tags-table'.
20457 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
20459         * calendar/timeclock.el (timeclock-use-display-time)
20460         (timeclock-day-over-hook, timeclock-workday-remaining)
20461         (timeclock-status-string, timeclock-when-to-leave)
20462         (timeclock-when-to-leave-string, timeclock-log-data)
20463         (timeclock-find-discrep, timeclock-day-base)
20464         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
20465         (timeclock-modeline-display): Set the variable
20466         `timeclock-modeline-display'.
20467         (timeclock-update-modeline): Doc fix.  Respect value of
20468         `timeclock-relative'.
20470 2003-07-09  Richard M. Stallman  <rms@gnu.org>
20472         * textmodes/reftex-parse.el (reftex-all-document-files):
20473         Add autoload cookie.
20475         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
20476         (reftex-scanning-info-available-p): Add autoload cookie.
20478         * international/mule-cmds.el
20479         (set-display-table-and-terminal-coding-system): Delete duplicate
20480         aset on standard-display-table.
20482         * view.el (view-file): If existing buffer's major mode is special,
20483         don't go into view mode.
20485         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
20487 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20489         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
20490         buffer changes; there's third party code that calls this function
20491         directly.
20493 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20495         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
20496         (autodoc-font-lock-keywords): Don't byte compile on font lock
20497         initialization when running from byte compiled files.
20499 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20501         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
20502         statement ends with auto-increment "++".
20504 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20506         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
20507         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
20508         these are changed, so declare them as variables and not constants.
20510 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
20512         * subr.el (dolist, dotimes): Doc fix.
20514 2003-07-08  Kim F. Storm  <storm@cua.dk>
20516         * international/mule-cmds.el
20517         (set-display-table-and-terminal-coding-system): Don't break
20518         bootstrap if standard-display-table isn't setup yet.
20520 2003-07-07  Richard M. Stallman  <rms@gnu.org>
20522         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
20523         Give it a doc string, and autoload it.
20525         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
20526         Use with-no-warnings.
20528         * info.el (Info-search): If find invisible text, search again.
20530         * isearch.el (search-whitespace-regexp): Add a shy group around it.
20532         * man.el (Man-name-regexp): Match + as part of name.
20534         * simple.el (visible-mode): Rename from vis-mode.
20535         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
20537         * simple.el (current-word): New arg REALLY-WORD specifies
20538         don't include punctuation chars.
20540         * emacs-lisp/debug.el (debug, debugger-env-macro):
20541         Use with-no-warnings while accessing and binding unread-command-char.
20543         * international/mule-cmds.el
20544         (set-display-table-and-terminal-coding-system): Use explicit loop
20545         instead of calling standard-display-default.
20547         * net/ange-ftp.el (ange-ftp-file-symlink-p):
20548         Use condition-case to catch error in ange-ftp-get-files.
20550         * net/browse-url.el (browse-url-browser-function):
20551         Add alternative for Epiphany.
20552         (browse-url-epiphany-program, browse-url-epiphany-arguments)
20553         (browse-url-epiphany-startup-arguments)
20554         (browse-url-epiphany-new-window-is-tab): New variables.
20555         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
20557         * progmodes/compile.el (compile-auto-highlight): Default now t.
20558         (compile): Doc fix.
20559         (compilation-next-error): Fix previous change.
20561         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
20563         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
20565 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
20567         * gdb-ui.el (gdb-source-info): Display current frame when
20568         attaching to an existing process.
20569         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
20570         while laying out windows when attaching to an existing process.
20572 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
20574         * info.el (Info-menu): Use Info-menu-entry-name-re.
20576 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
20578         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
20579         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
20581         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
20582         to match the same text.
20584 2003-07-06  John Paul Wallington  <jpw@gnu.org>
20586         * vc.el (vc-annotate-offset): Move defvar up.
20588 2003-07-06  Kim F. Storm  <storm@cua.dk>
20590         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
20591         This should fix the infinite loop when extracting menu names.
20593 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
20595         * files.el (auto-mode-alist, interpreter-mode-alist):
20596         Remove entries to CC Mode modes to avoid duplicates; they are now added
20597         with autoload directives in cc-mode.el.
20599 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
20601         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
20602         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
20603         these are changed, so declare them as variables and not constants.
20605         * progmodes/cc-mode.el: Fix some autoload problems: Try to
20606         ensure that the entry for ".c" extension comes before the one for
20607         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
20608         Fix incorrect entries that were added to `interpreter-mode-alist'.
20609         Move the autoload directives for AWK to the top level since they
20610         aren't recognized anywhere else.  Do not use the new AWK mode doc
20611         in the autoload form for the old AWK mode.
20613 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20615         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
20616         (bibtex-sort-ignore-string-entries): Default value t.
20617         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
20618         erroneously in previous version.
20619         (bibtex-string-files): Docstring reflects new parsing scheme.
20620         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
20621         docstring, add # as one of the chars to crush
20622         (bibtex-autokey-prefix-string, bibtex-autokey-names)
20623         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
20624         (bibtex-autokey-name-change-strings)
20625         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
20626         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
20627         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
20628         (bibtex-autokey-title-terminators)
20629         (bibtex-autokey-titlewords-stretch)
20630         (bibtex-autokey-titleword-ignore)
20631         (bibtex-autokey-titleword-case-convert)
20632         (bibtex-autokey-titleword-abbrevs)
20633         (bibtex-autokey-titleword-abbrevs)
20634         (bibtex-autokey-titleword-change-strings)
20635         (bibtex-autokey-titleword-length)
20636         (bibtex-autokey-titleword-separator)
20637         (bibtex-autokey-name-year-separator)
20638         (bibtex-autokey-year-title-separator)
20639         (bibtex-autokey-before-presentation-function)
20640         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
20641         Fix docstring.
20642         (bibtex-strings, bibtex-reference-keys):
20643         Use lazy-completion-table and make-variable-buffer-local.
20644         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
20645         (bibtex-braced-string-syntax-table)
20646         (bibtex-quoted-string-syntax-table): New variables.
20647         (bibtex-parse-nested-braces): Remove.
20648         (bibtex-parse-field-string): Use syntax table and forward-sexp.
20649         (bibtex-parse-association): Simplify.
20650         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
20651         (bibtex-parse-field-text): Simplify.
20652         (bibtex-search-forward-field, bibtex-search-backward-field):
20653         argument BOUND can take value t.
20654         (bibtex-start-of-field, bibtex-start-of-name-in-field)
20655         (bibtex-end-of-name-in-field, bibtex-end-of-field)
20656         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20657         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
20658         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
20659         (bibtex-skip-to-valid-entry): Return buffer position of beginning
20660         and ending of entry.  Update for changes of bibtex-search-entry.
20661         Simplify.
20662         (bibtex-map-entries): FUN is called with three arguments.
20663         (bibtex-search-entry): Return a cons pair with buffer positions of
20664         beginning and end of entry.
20665         (bibtex-enclosing-field): Simplify.
20666         (bibtex-format-entry): Use booktitle to set a missing title.
20667         (bibtex-autokey-get-names): Fiddle with regexps.
20668         (bibtex-generate-autokey): Use identity.
20669         (bibtex-parse-keys): Use simplified parsing algorithm if
20670         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
20671         arguments.  Return alist of keys.
20672         (bibtex-parse-strings): Simplify.  Return alist of strings.
20673         (bibtex-complete-string-cleanup): Fix docstring.
20674         (bibtex-read-key): New function.
20675         (bibtex-mode): Fix docstring.  Do not parse for keys and
20676         strings when the mode is entered.  Set fill-paragraph-function to
20677         bibtex-fill-field.  Setup font-lock-mark-block-function the way
20678         font-lock intended.
20679         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
20680         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
20681         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
20682         (bibtex-Preamble): Avoid hard coded constants.
20683         (bibtex-make-field): Fix docstring.  Simplify.
20684         (bibtex-beginning-of-entry): Always return new position of point.
20685         (bibtex-end-of-entry): Rearrange cond clauses.
20686         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
20687         Update for changes of bibtex-map-entries.
20688         (bibtex-ispell-abstract): Do not move point.
20689         (bibtex-entry-index): Use downcase.  Simplify.
20690         (bibtex-lessp): Handle catch-all.
20691         (bibtex-find-crossref): Turn into a command.
20692         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
20693         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
20694         preamble entries.
20695         (bibtex-fill-field-bounds): New function.
20696         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
20697         (bibtex-fill-entry): Use bibtex-fill-field-bounds
20698         (bibtex-String): Use bibtex-strings.  Always obey
20699         bibtex-sort-ignore-string-entries.
20701 2003-07-05  John Paul Wallington  <jpw@gnu.org>
20703         * cus-theme.el (customize-create-theme):
20704         Call `customize-create-theme' in Reset widget's notify function.
20706         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
20707         (ibuffer-mark-interactive): Use `or' instead of `unless'.
20708         (define-ibuffer-column name): Add summarizer.
20709         (define-ibuffer-column size): Likewise.
20710         (define-ibuffer-column filename): Likewise.
20711         (define-ibuffer-column process): Likewise.  Change BODY's output too.
20712         (define-ibuffer-column filename-and-process): Likewise, likewise.
20713         (ibuffer): Remove local vars `already-in' and `need-update'.
20715         * ibuf-ext.el: Don't require `derived' at compile-time.
20717 2003-07-05  Kim F. Storm  <storm@cua.dk>
20719         * info.el: Disable paragraph refilling.
20720         (Info-refill-paragraphs): New defcustom.
20721         (Info-fontify-node): Use it.
20723 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
20725         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
20726         thingies from constructors created by defstruct.
20728         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
20729         the default value of the variable.
20730         (byte-code-meter): Move declaration to top level.
20732         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
20734         * info.el (Info-following-node-name-re): New fun.
20735         (Info-following-node-name): Remove.
20736         (Info-insert-dir): Use the new fun.
20737         (Info-extract-pointer): Don't save restriction; use new fun.
20738         (Info-menu-entry-name-re): New const.
20739         (Info-menu-entry-name-re): Use it along with new fun.
20740         (Info-node-spec-re): Use new fun.
20741         (Info-complete-menu-item, Info-fontify-node): Use new const.
20742         (Info-goto-node, Info-follow-reference, Info-menu-update):
20743         Use match-string.
20744         (Info-follow-reference): Use assoc-string.
20745         Use a list of strings for the completion table.
20746         (Info-fontify-node): Use match-string, line-end-position.
20747         Limit the search for `node:' to the first line.
20749         * newcomment.el (uncomment-region): Remove padding coming from
20750         comment-start rather than just from comment-padding.
20752         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
20753         (vc-cvs-stay-local-p): Use vc-stay-local-p.
20754         (vc-cvs-rename-file): Remove (use the default).
20755         (vc-cvs-register): Register parent dir if needed.
20756         (vc-cvs-could-register): Return non-nil if parent can be registered.
20757         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
20758         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
20760         * vc-svn.el (vc-svn-use-edit): Make it into a const.
20761         (vc-svn-update): Fix the arguments to `svn'.
20762         (vc-svn-diff-tree): Just use `vc-svn-diff'.
20763         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
20764         Simple implementations, assuming `name' is a URL.
20766         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
20767         set of chars allowed unquoted in a case pattern.
20769         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
20771         * font-lock.el (font-lock-extra-types-widget)
20772         (c-font-lock-extra-types, c++-font-lock-extra-types)
20773         (objc-font-lock-extra-types, java-font-lock-extra-types)
20774         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
20775         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
20776         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
20777         (font-lock-match-c++-structor-declaration)
20778         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
20779         (c++-font-lock-keywords-3, c++-font-lock-keywords)
20780         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
20781         (objc-font-lock-keywords-3, objc-font-lock-keywords)
20782         (java-font-lock-keywords-1, java-font-lock-keywords-2)
20783         (java-font-lock-keywords-3, java-font-lock-keywords)
20784         (java-font-lock-syntactic-face-function): Remove obsolete code
20785         and constants.  It's all in cc-fonts.el now.
20787 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
20789         * mail/sendmail.el (mail-specify-envelope-from)
20790         (mail-envelope-from): Doc fix.
20792 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
20794         * generic-x.el: Do away with the dependency on `c-emacs-features'
20795         when populating `rul-generic-mode-syntax-table'; we already know
20796         this isn't XEmacs.
20798 See ChangeLog.10 for earlier changes.
20800 ;; Local Variables:
20801 ;; coding: iso-2022-7bit
20802 ;; End:
20804     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
20805   Copying and distribution of this file, with or without modification,
20806   are permitted provided the copyright notice and this notice are preserved.
20808 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1