Formatting fixes.
[emacs.git] / lisp / ChangeLog
blobb03d78af3cd060afaa36c8cd820ddb2bac856172
1 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
3         * isearchb.el (isearchb): Don't pass a spurious second argument to
4         `iswitchb-completions'.
6 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
8         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
9         to preserve point.
10         (gdb-find-file-hook): Add doc string.
12         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
13         C dereferenced pointer expression.
14         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
16         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
18         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
20         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
21         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
22         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
23         Make background transparent.
25 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
27         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
28         (font-lock-remove-keywords): Doc fix.
29         (font-lock-mode-major-mode): Compiler defvar.
30         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
32         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
33         (font-lock-mode): Update `font-lock-mode-major-mode'.
34         (font-lock-set-defaults): Compiler defvar.
35         (font-lock-default-function): Take `font-lock-mode-major-mode'
36         into account.
38         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
39         keep track of which major mode it enabled the minor mode for.
40         Use find-file-hook again.  Update docstring.
42         * simple.el (eval-expression-print-level)
43         (eval-expression-print-length, eval-expression-debug-on-error):
44         Doc fixes.
46 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
48         * iswitchb.el (iswitchb-single-match-face)
49         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
50         (iswitchb-invalid-regexp-face): New faces.
51         (iswitchb-completions): Use them.
52         (iswitchb-use-faces): Renamed from iswitchb-use-fonts, which is
53         now marked as an obsolete alias.
54         (iswitchb-read-buffer): Remove check for bound font variables.
55         (iswitchb-invalid-regexp): New free variable.
56         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
57         set iswitchb-invalid-regexp.
58         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
59         invalid regexps.
60         (iswitchb-completions): Add check for complete match when entering
61         a regexp.
62         (iswitchb-completions): Remove require-match argument.
63         (iswitchb-exhibit): Fix caller.
64         (iswitchb-common-match-inserted): New variable.
65         (iswitchb-complete, iswitchb-completion-help): Use it.
67 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
69         * url-http.el (url-http-chunked-encoding-after-change-function):
70         Use `url-http-debug' instead of `message'.
72 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
74         * url-http.el (url-http-parse-headers): Pass redirected URL as a
75         callback argument.
77 2005-06-04  Kim F. Storm  <storm@cua.dk>
79         * simple.el (line-move): Only call sit-for when moving backwards.
81         * ido.el (ido-make-merged-file-list-1): New defun split from
82         ido-make-merged-file-list.
83         (ido-make-merged-file-list): Bind throw-on-input around call to
84         ido-make-merged-file-list-1.  Return input-pending-p if
85         interrupted by more input available.
86         (ido-read-internal): Handle input-pending-p return value from
87         ido-make-merged-file-list.
89 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
91         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
92         compatibility code.
94         * international/latexenc.el (latexenc-find-file-coding-system):
95         Don't inherit the EOL part of the coding-system from the
96         tex-main buffer.  Fit within 80 columns.
98 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
100         * tmm.el (tmm-inactive-face): New face.
101         (tmm-remove-inactive-mouse-face): New function.
102         (tmm-prompt, tmm-add-one-shortcut)
103         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
104         but not selectable.
106 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
108         * faces.el (face-equal): Improve argument/docstring consistency.
110 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
112         * progmodes/make-mode.el (makefile-targets-face)
113         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
114         (makefile-bsdmake-dependency-regex)
115         (makefile-makepp-rule-action-regex)
116         (makefile-bsdmake-rule-action-regex): New constants.
117         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
119         * progmodes/compile.el (compilation-error-regexp-alist-alist):
120         Allow (...) within `...' for makepp messages.
122 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
124         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
126         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
127         "." files are deleted from all file lists before comparison.
129         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
130         (viper-ESC-key): Made them customizable.
132         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
134 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
136         * autorevert.el (auto-revert-buffers): Use save-match-data.
138 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
140         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
141         menu items with a nil command binding.
143 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
145         * emacs-lisp/cl-macs.el (defsetf):
146         Improve argument/docstring consistency.
148         * faces.el (list-faces-display): Improve the formatting by
149         computing the maximum length required for any face-name (reworked
150         patch of 1999-01-11, accidentally deleted on 1999-07-21).
151         (internal-find-face): Remove redundant info in docstring.
153 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
155         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
156         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
157         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
158         (gdb-assembler-custom): Improve regexps.
159         (def-gdb-auto-update-handler): Use window point to preserve
160         point.
162 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
164         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
166 2005-05-31  Jay Belanger  <belanger@truman.edu>
168         * calc/calc-embed.el (calc-embedded-word): Change argument passed
169         to calc-embedded.
170         (calc-embedded-make-info): Have plain prefix argument select
171         entire line.
173 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
175         * faces.el (list-faces-display): Signal error if passed a regexp
176         that matches no face name.
178         * simple.el (filter-buffer-substring): Fix typo in docstring.
180 2005-05-31  Richard M. Stallman  <rms@gnu.org>
182         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
183         (vhdl-emacs-21): Doc fix.
184         (vhdl-mode): Unconditionally set comment-padding.
185         (vhdl-fixup-whitespace-region): Insert spaces only where
186         there are none.
187         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
189 2005-05-30  John Wiegley  <johnw@newartisans.com>
191         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
192         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
193         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
194         `directory-sep-char' to ?/, and all uses of `string-to-int' to
195         `string-to-number'.
197 2005-05-30  Jay Belanger  <belanger@truman.edu>
199         * calc/calc.el (calc-bug-address): Fix docstring.
200         (calc-window-hook, calc-trail-window-hook): New variables.
201         (calc-trail-display): Restore use of calc-trail-window-hook.
202         (calc): Restore use of calc-window-hook.
204 2005-05-31  Masatake YAMATO  <jet@gyve.org>
206         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
208         * help-fns.el (help-C-file-name): Add autoload mark for
209         `find-function-noselect'.
211 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
213         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
214         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
216 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
218         * calendar/diary-lib.el (mark-included-diary-files): Only kill
219         included diary buffer if it was not already being visited.
220         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
222         * calendar/icalendar.el (top-level): Do not require 'appt.
224         * mail/supercite.el (sc-select-attribution): Only use a list
225         element from sc-attrib-selection-list if it returns a string.
226         Reported by Davide G. M. Salvetti <salve@debian.org>.
228 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
230         * thumbs.el (thumbs-thumbname): The resulting thubname now
231         includes a hash value to improve its uniqueness, and has a ".jpg"
232         extension.  Also, it is now a valid filename on all systems.
233         (thumbs-make-thumb): Use `let', not `let*'.
234         (thumbs-show-thumbs-list): Check for JPEG availability.
236 2005-05-30  Richard M. Stallman  <rms@gnu.org>
238         * filesets.el (filesets-menu-ensure-use-cached):
239         Prevent warning when emacs-version>= is undefined.
241         * printing.el (pr-interactive-n-up): Use string-to-number.
243         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
245         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
246         Warn only when name to be defined is quoted.
248 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
250         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
251         Make regexp more robust.
252         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
253         Force regeneration of disassembly.
255 2005-05-29  Jay Belanger  <belanger@truman.edu>
257         * calc/calc.el (calc-user-invocation): Check if
258         calc-invocation-macro is non-nil.
260 2005-05-29  Juri Linkov  <juri@jurta.org>
262         * add-log.el (change-log-font-lock-keywords):
263         Add `+' to e-mail regexp to accept mail address with keywords.
265         * man.el (Man-name-regexp): Add `:' to accept qualified names.
267 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
269         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
271         * ielm.el (inferior-emacs-lisp-mode): Ditto.
273 2005-05-29  Richard M. Stallman  <rms@gnu.org>
275         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
276         Undo the change that moves to end of the current word.
278 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
280         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
281         Throw error when count <= 0 to ensure input is a number.
282         (gdb-read-memory-custom): Pick up address from buffer.
283         (gdb-memory-mode): Allow user to increment and decrement
284         memory address from header line.
286 2005-05-29  Richard M. Stallman  <rms@gnu.org>
288         * flyspell.el (flyspell-version): Function deleted.
289         (flyspell-auto-correct-previous-hook): Doc fix.
291         * jit-lock.el (jit-lock-function, jit-lock-after-change):
292         Do nothing if memory is full.
294         * font-lock.el (font-lock-fontify-syntactically-region):
295         Pass t for GREEDY to looking-back.
297         * saveplace.el (save-place-alist-to-file): Write the file
298         using write-region.
300         * subr.el (looking-back): New argument GREEDY.
302         * progmodes/compile.el (compilation-start): Set the mode
303         before inserting the initial text.
305         * progmodes/which-func.el (which-func-update-1): Turn the mode
306         off in case of error by setting which-func-mode.
308 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
310         * flyspell.el (flyspell-auto-correct-previous-word):
311         Narrow down to what's on the screen, and recenter overlays
312         at the end of the next word.
314 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
316         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
317         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
318         (flyspell-abbrev-p): Default to nil.
319         (flyspell-use-global-abbrev-table-p): Doc fix.
320         (flyspell-large-region): Allow nil as value.
321         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
323         (mail-mode-flyspell-verify): More robust handling
324         of `mail-header-separator'.  More efficient signature detection.
325         Allow for regexp metacharacters in message-header-separator.
326         Adding `To' not to be checked in mail-mode-flyspell-verify.
328         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
329         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
330         Bind flyspell-auto-correct-binding.
331         Bind C-. and C-, .
332         (flyspell-mode-map): Likewise.
333         (flyspell-mode): Doc fix.
334         (flyspell-accept-buffer-local-defs): Preserve current buffer.
335         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
336         (flyspell-word-cache-result): New var, always local.
337         (flyspell-check-pre-word-p): Doc fix.
338         (flyspell-check-changed-word-p): Handle spc like newline.
339         (flyspell-post-command-hook): Set flyspell-word-cache-result.
340         (flyspell-word-search-backward, flyspell-word-search-forward):
341         New functions.
342         (flyspell-word): Return t if nothing to check.
343         When parsing TeX code, check for after } or \.
344         Use flyspell-word-search-backward to find previous word.
345         Return nil if duplicated word.
346         For word already checked, return same value as last time.
347         Set flyspell-word-cache-result after checking.
348         Don't clobber the return value.
349         (flyspell-get-word): Major rewrite.
350         (flyspell-external-point-words): New locals pword, pcount.
351         Fix size used in progress message.
352         Find the proper corresponding word in flyspell-large-region-buffer.
353         (flyspell-region): Check for flyspell-large-region = nil.
354         (flyspell-highlight-incorrect-region): Clean up overlays in region.
355         (flyspell-auto-correct-word): Check that WORD is a cons.
356         (flyspell-correct-word): Likewise.
358 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
360         * progmodes/make-mode.el (makefile-rule-action-regex)
361         (makefile-macroassign-regex, makefile-makepp-mode)
362         (makefile-bsdmake-mode): Continuation lines may be empty.
363         Reported by Joshua Varner.
364         (makefile-makepp-font-lock-keywords): Add $(stem).
366 2005-05-28  Karl Berry  <karl@gnu.org>
368         * textmodes/tex-mode.el: Now that tex-send-command calls
369         shell-quote-argument (2005-03-31 change), remove all calls to
370         shell-quote-argument; they all end up invoking tex-send-command.
371         The double quoting loses on filenames with non-safe characters,
372         such as "@".  Reported by Frederik Fouvry.
374 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
376         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
377         about preserving point.
379 2005-05-27  Jay Belanger  <belanger@truman.edu>
381         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
382         Info-goto-node.
384         * calc/calc-embed.el (calc-embed-arg): New variable.
385         (calc-do-embedded-activate, calc-embedded-activate-formula)
386         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
387         variable by new variable.
388         (calc-embedded-make-info): Replace undeclared variable by new
389         variable.  When selecting region with positive prefix
390         argument, use end of previous line instead of beginning of line.
392         * calc/calc-aent.el (calc-arg-values): Declare it.
394         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
395         Declare them.
397         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
399         * calc/calc.el (calc-alg-map): Declare it.
401         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
403 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
405         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
406         (gdb-registers-buffer, toggle-gdb-all-registers):
407         Toggle display of floating point registers.
408         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
410         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
411         (toggle-gud-tooltip-dereference):
412         Rename from gud-toggle-tooltip-dereference.
414 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
416         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
418 2005-05-27  Jay Belanger  <belanger@truman.edu>
420         * calc/calc-prog.el (calc-kbd-report): Remove.
421         (calc-kbd-query): Rewrite.
423 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
425         * image.el (image-library-alist): Move to image.c.
426         (image-type-available-p): Doc fix.
428 2005-05-27  Lute Kamstra  <lute@gnu.org>
430         * calc/calc.el (calc):
431         * outline.el (outline-1, outline-2, outline-3, outline-4)
432         (outline-5, outline-6, outline-7, outline-8):
433         * textmodes/dns-mode.el (dns-mode):
434         * textmodes/sgml-mode.el (sgml-namespace-face):
435         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
436         (tex-verbatim-face, tex-use-reftex):
437         * textmodes/texinfo.el (texinfo-heading-face):
438         Specify customization group.
440         * longlines.el: Don't require easy-mmode.
441         (longlines-visible-face): Specify customization group.
443 2005-05-27  Kenichi Handa  <handa@m17n.org>
445         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
446         encoding table of windows-1251.
448         * international/ucs-tables.el (ucs-set-table-for-input):
449         If translation-table-for-input of a coding system is a symbol, get
450         its translation-table property.
452         * international/code-pages.el: Don't register a coding system into
453         non-iso-charset-alist more than once.
454         (cp-make-coding-system): Likewise.
456 2005-05-26  John Wiegley  <johnw@newartisans.com>
458         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
459         `eshell-resume-eval' is wrapped in a list, it indicates that the
460         command was run asynchronously.  In that case, unwrap the value
461         before checking the delimiter value.
463         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
464         character before a space at the end of a line is \, assume the space
465         is part of the last argument rather than a final argument separator.
467         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
468         is in use, and the target is `t' or `nil' (which are the most common
469         values), don't assume that the symbol target is a buffer.
471 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
473         * calendar/calendar.el (calendar-mode-line-format):
474         Use mode-line-highlight as mouse-face.
476         * time.el (display-time-string-forms, display-time-update):
477         Use mode-line-highlight as mouse-face.
479 2005-05-26  Jay Belanger  <belanger@truman.edu>
481         * calc/calc.el (calc-language-alist): Remove extra defvar.
483 2005-05-26  Lute Kamstra  <lute@gnu.org>
485         * arc-mode.el (archive-mode):
486         * bookmark.el (bookmark-read-annotation-mode)
487         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
488         * bs.el (bs-mode):
489         * calc/calc-yank.el (calc-edit-mode):
490         * calc/calc.el (calc-mode, calc-trail-mode):
491         * calculator.el (calculator-mode):
492         * chistory.el (command-history-mode):
493         * comint.el:
494         * cus-edit.el (custom-mode):
495         * descr-text.el (describe-text-mode):
496         * ebuff-menu.el (Electric-buffer-menu-mode):
497         * ediff-util.el (ediff-mode):
498         * emacs-lisp/re-builder.el (reb-mode):
499         * emulation/vi.el (vi-mode-setup):
500         * emulation/ws-mode.el (wordstar-mode):
501         * eshell/esh-mode.el (eshell-mode):
502         * forms.el (forms-mode):
503         * help-mode.el (help-mode):
504         * hexl.el (hexl-mode):
505         * ibuffer.el (ibuffer-mode):
506         * ielm.el (inferior-emacs-lisp-mode):
507         * info.el (Info-mode, Info-edit-mode):
508         * international/swedish.el:
509         * ledit.el (ledit-from-lisp-mode):
510         * locate.el (locate-mode):
511         * mail/rmail.el (rmail-mode):
512         * mail/rmailedit.el (rmail-edit-mode):
513         * mail/rmailsum.el (rmail-summary-mode):
514         * mail/supercite.el (sc-electric-mode):
515         * net/eudc.el (eudc-mode):
516         * net/quickurl.el (quickurl-list-mode):
517         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
518         * obsolete/ooutline.el (outline-mode):
519         * obsolete/options.el (Edit-options-mode):
520         * obsolete/rnews.el (news-mode):
521         * obsolete/rnewspost.el (news-reply-mode):
522         * play/5x5.el (5x5-mode):
523         * play/decipher.el (decipher-mode, decipher-stats-mode):
524         * play/gomoku.el (gomoku-mode):
525         * play/snake.el (snake-mode):
526         * play/solitaire.el (solitaire-mode):
527         * play/tetris.el (tetris-mode):
528         * progmodes/ada-mode.el (ada-mode):
529         * progmodes/antlr-mode.el (antlr-mode):
530         * progmodes/autoconf.el (autoconf-mode):
531         * progmodes/dcl-mode.el (dcl-mode):
532         * progmodes/delphi.el (delphi-mode):
533         * progmodes/ebrowse.el (ebrowse-tree-mode)
534         (ebrowse-electric-list-mode, ebrowse-member-mode)
535         (ebrowse-electric-position-mode):
536         * progmodes/f90.el (f90-mode):
537         * progmodes/fortran.el (fortran-mode):
538         * progmodes/icon.el (icon-mode):
539         * progmodes/idlw-help.el (idlwave-help-mode):
540         * progmodes/idlw-shell.el (idlwave-shell-mode):
541         * progmodes/idlwave.el (idlwave-mode):
542         * progmodes/inf-lisp.el (inferior-lisp-mode):
543         * progmodes/m4-mode.el (m4-mode):
544         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
545         * progmodes/modula2.el (modula-2-mode):
546         * progmodes/octave-inf.el (inferior-octave-mode):
547         * progmodes/octave-mod.el (octave-mode):
548         * progmodes/pascal.el (pascal-mode):
549         * progmodes/sh-script.el (sh-mode):
550         * progmodes/sql.el (sql-mode, sql-interactive-mode):
551         * progmodes/vhdl-mode.el (vhdl-mode):
552         * progmodes/xscheme.el (scheme-interaction-mode):
553         * replace.el (occur-mode):
554         * ses.el (ses-mode):
555         * simple.el (completion-list-mode):
556         * skeleton.el:
557         * speedbar.el (speedbar-mode):
558         * term.el (term-mode):
559         * terminal.el (terminal-edit-mode):
560         * textmodes/reftex-index.el (reftex-index-mode)
561         (reftex-index-phrases-mode):
562         * textmodes/reftex-sel.el (reftex-select-label-mode)
563         (reftex-select-bib-mode):
564         * textmodes/reftex-toc.el (reftex-toc-mode):
565         * wdired.el (wdired-change-to-wdired-mode):
566         * wid-browse.el (widget-browse-mode):
567         Use run-mode-hooks.
569         * array.el (array-mode):
570         * calendar/todo-mode.el (todo-mode):
571         * man.el (Man-mode):
572         * play/landmark.el (lm-mode):
573         * play/mpuz.el (mpuz-mode):
574         Use kill-all-local-variables and run-mode-hooks.
576         * subr.el (delay-mode-hooks): Specify indentation.
578 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
580         * xml.el (xml-substitute-special): Don't die for undefined xml entities.
582 2005-05-26  Jay Belanger  <belanger@truman.edu>
584         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
585         of nil.
587 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
589         * progmodes/gdb-ui.el (gdb-frame-address):
590         Rename from gdb-current-address.
591         (gdb-previous-frame-address): Rename from gdb-previous-address.
592         (gdb-selected-frame): Rename from gdb-current-frame.
593         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
594         (gdb-frame-number): Rename from gdb-current-stack-level.
595         (gdb-ann3): Match new mode-name for disassembly buffer.
596         Extend initialisation of variables.
597         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
598         (gdb-memory-mode): Use mouse-face in header line.
599         (gdb-assembler-buffer-name): Call it disassembly and give frame
600         in mode line.
601         (gdb-source-spec-regexp, gdb-assembler-custom)
602         (gdb-invalidate-assembler, gdb-frame-handler):
603         Make robust to leading zeroes in address format.
605 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
607         * textmodes/org.el (org-mode): Use `define-derived-mode' to
608         define `org-mode'.
609         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
611 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
613         * log-edit.el (log-edit-changelog-entries): Distinguish between
614         filenames like xfns.c and fns.c.
616 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
618         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
619         point after reverting.
620         (Buffer-menu-make-sort-button): Handle the case where
621         `Buffer-menu-use-header-line' is nil.
623 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
625         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
626         New funcs.  In minibuffer-local-completion-map bind `]', `/'
627         and `:' to them.
629 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
631         * startup.el (normal-top-level): Allow modification of load-path while
632         we're iterating over it.
634 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
636         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
637         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
638         (thumbs-resize-interactive, thumbs-insert-image)
639         (thumbs-insert-thumb, thumbs-dired-show-marked)
640         (thumbs-find-image-at-point, thumbs-delete-images)
641         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
642         (thumbs-increment-image-size, thumbs-decrement-image-size):
643         Fix typos in docstrings.
645 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
647         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
648         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
649         (cperl-mode): Use them.
651 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
653         * window.el (quit-window, shrink-window-if-larger-than-buffer):
654         Doc fixes.
656 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
658         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
659         Bind C-d to gdb-inferior-io-eof.
661         * dired.el (dired-dnd-popup-notice): Use message-box.
663 2005-05-23  Masatake YAMATO  <jet@gyve.org>
665         * bindings.el (mode-line-major-mode-keymap):
666         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
668         * faces.el (mode-line-highlight): New face.
670         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
671         as mouse-face.
673         * bindings.el (top-level, help-echo, mode-line-modified)
674         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
675         as mouse-face.
677 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
679         * progmodes/cc-engine.el (c-guess-basic-syntax):
680         Remove spurious call to `zerop'.
682         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
684 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
686         CC Mode update to 5.30.10:
688         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
689         could go past the limit in decoration level 2, thereby causing
690         errors during interactive fontification.
692         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
693         the file is evaluated interactively.
695         * cc-engine.el (c-guess-basic-syntax): Handle operator
696         declarations somewhat better in C++.
698         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
699         make use of `run-mode-hooks' which has been added in Emacs 21.1.
700         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
701         (awk-mode): Use it.
702         (make-local-hook): Suppress warning about obsoleteness.
704         * cc-engine.el, cc-align.el, cc-cmds.el
705         (c-append-backslashes-forward, c-delete-backslashes-forward)
706         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
707         Compensate for return value from `forward-line' when it has moved
708         but not to a different line due to eob.
710         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
711         `objc-method-intro' and `objc-method-args-cont'.
713 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
715         CC Mode update to 5.30.10:
717         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
718         in the copyright statement.  Incidentally, change "along with GNU
719         Emacs" to "along with this program" where it occurs.
721         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
722         so that it is interactive, hence can be found by M-x awk-mode
723         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
724         <gmorris+emacs@ast.cam.ac.uk>.
726         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
727         Mode's regexps.
729 2005-05-23  Kevin Ryde  <user42@zip.com.au>
731         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
732         c-parse-state, to avoid a lisp error (on bad code).
734 2005-05-23  Lute Kamstra  <lute@gnu.org>
736         * subr.el (font-lock-defaults): Remove defvar as it's already
737         defined in font-core.el.
739         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
741 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
743         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
744         more general and work when GDB variable "print pretty" is on,
745         as with Emacs, for example.
747 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
749         * font-core.el: Update comment.
751         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
752         Use `after-change-major-mode-hook' instead of `find-file-hook'.
754         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
756 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
758         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
759         and `yank-handler' in the doc strings.
761 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
763         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
765 2005-05-22  Richard M. Stallman  <rms@gnu.org>
767         * help.el (describe-key): Move print-help-return-message call
768         out of conditional.
770         * progmodes/etags.el (list-tags): Use with-no-warnings.
772         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
773         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
774         (starttls-extra-args, starttls-extra-arguments): Add defvars.
776         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
778         * language/viet-util.el (viet-viscii-nonascii-translation-table):
779         Add defvar.
781         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
782         Use defvar, not defconst.
784         * hexl.el (hexl-follow-line): Use with-no-warnings.
786         * emulation/tpu-extras.el: Use write-file-functions instead of
787         write-file-hooks.
789         * dired.el (dired-font-lock-keywords): Fontify files with junk
790         extensions even if marked by -F.
792 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
794         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
795         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
796         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
797         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
798         (concatenate, list-length, get*, getf, cl-remprop):
799         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
800         (etypecase, progv, lexical-let, lexical-let*)
801         (multiple-value-bind, multiple-value-setq, shiftf):
802         Improve argument/docstring consistency.
804         * subr.el (focus-frame, unfocus-frame):
805         Revert deletion on 2005-05-01.
807 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
809         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
810         doesn't exist.
812         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
813         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
815 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
817         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
818         already deleted variables: auto-fill-hook, blink-paren-hook,
819         lisp-indent-hook, inhibit-local-variables, unread-command-event,
820         suspend-hooks, comment-indent-hook, meta-flag,
821         before-change-function, after-change-function,
822         font-lock-doc-string-face.
824 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
826         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
828 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
830         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
831         rmail-dont-reply-to.
833 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
835         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
836         literal blank when splitting new-header-values.
838 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
840         * calendar/cal-menu.el (cal-menu-update): Add separator as a
841         string so that tmm doesn't create a completion entry for it.
843         * textmodes/table.el (table-disable-menu): Ditto.
845 2005-05-21  Richard M. Stallman  <rms@gnu.org>
847         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
849         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
851         * net/rcompile.el (remote-compile): Use compilation-start.
853         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
855 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
857         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
858         Default to makefile-bsdmake-mode on BSD systems.
860         * imenu.el (imenu-generic-expression, imenu--generic-function'):
861         REGEXP may also be a search function now.  The part of doc-string
862         for describing the structure was 95% identical to that of
863         `imenu--generic-function'.  Unify it there.
865         * progmodes/make-mode.el (makefile-imenu-generic-expression):
866         Use function to find dependencies, because regexp alone is so complex,
867         it easily goes into an endless loop.
868         (makefile-makepp-mode): Also add submenu for Perl functions
869         defined in the makefile.
870         (makefile-bsdmake-mode): Special imenu-generic-expression no
871         longer needed, due to function call.
872         (makefile-match-dependency): Take BOUND into account when checking
873         if we're through.
875 2005-05-20  Jay Belanger  <belanger@truman.edu>
877         * calc/calc-units.el (calc-invalidate-units-table):
878         Use inhibit-read-only.
879         (math-build-units-table-buffer): Use view-mode.
881 2005-05-20  David Kastrup  <dak@gnu.org>
883         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
884         easy-menu-add is not a nop on Emacs; and clarify when to call it.
886 2005-05-20  Lute Kamstra  <lute@gnu.org>
888         * diff-mode.el (diff-header-face, diff-file-header-face)
889         (diff-index-face, diff-hunk-header-face, diff-removed-face)
890         (diff-added-face, diff-changed-face, diff-function-face)
891         (diff-context-face, diff-nonexistent-face): Put them in the
892         diff-mode customization group.
894 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
896         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
898         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
900         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
901         Minor regexp-optimization.
903 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
905         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
906         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
907         (org-agenda-add-time-grid-maybe): New function.
908         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
909         (org-table-create): `dotimes' instead of `mapcar'.
910         (org-xor): Simplify implementation.
911         (org-agenda): `inhibit-redisplay' turned on.
912         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
913         a consistent line after a state change.
914         (org-agenda-remove-times-when-in-prefix): New option.
915         (org-prefix-has-time): New variable.
916         (org-parse-time-string): Optional argument NODEFAULT.
917         (org-format-agenda-item): Parse items for time-of-day
918         specifications and move these into the prefix if possible.
919         (org-agenda-priority): Get current heading, not previous heading
920         during agenda remote editing.
922 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
924         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
925         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
926         (remove-duplicates, delete-duplicates, substitute)
927         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
928         (nsubstitute-if-not, find, find-if, find-if-not, position)
929         (position-if, position-if-not, count, count-if, count-if-not)
930         (mismatch, search, sort*, stable-sort, merge, member*)
931         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
932         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
933         (intersection, nintersection, set-difference, nset-difference)
934         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
935         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
936         (nsublis, tree-equal): Improve argument/docstring consistency.
938         * subr.el (send-string, send-region):
939         Remove obsolescence declaration.
940         (window-dot, set-window-dot, read-input, show-buffer)
941         (eval-current-buffer, string-to-int):
942         Add release number to obsolescence declarations.
944 2005-05-19  Kim F. Storm  <storm@cua.dk>
946         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
947         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
949 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
951         * faces.el (list-faces-display): Make back button respect optional
952         regexp arg.
954 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
956         * calculator.el (calculator-radix-grouping-mode)
957         (calculator-radix-grouping-digits, calculator-displayer)
958         (calculator-radix-grouping-separator, calculator-copy-displayer):
959         * dabbrev.el (dabbrev-search-these-buffers-only):
960         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
961         (diff-advance-after-apply-hunk, diff-mode-hook)
962         (diff-minor-mode-prefix):
963         * imenu.el (imenu-use-popup-menu):
964         * jit-lock.el (jit-lock-context-time):
965         * newcomment.el (comment-fill-column, comment-column)
966         (comment-style, comment-padding, comment-multi-line)
967         (comment-empty-lines, comment-auto-fill-only-comments):
968         * reveal.el (reveal-around-mark):
969         * uniquify.el (uniquify-buffer-name-style)
970         (uniquify-after-kill-buffer-p)
971         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
972         (uniquify-min-dir-content, uniquify-separator)
973         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
974         * w32-vars.el (w32-fixed-font-alist):
975         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
976         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
977         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
978         * progmodes/perl-mode.el (perl-indent-level)
979         (perl-continued-statement-offset, perl-continued-brace-offset)
980         (perl-brace-offset, perl-brace-imaginary-offset)
981         (perl-label-offset, perl-indent-continued-arguments)
982         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
983         * progmodes/tcl.el (tcl-indent-level)
984         (tcl-continued-indent-level, tcl-auto-newline)
985         (tcl-tab-always-indent, tcl-electric-hash-style)
986         (tcl-help-directory-list, tcl-use-smart-word-finder)
987         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
988         (inferior-tcl-source-command):
989         * textmodes/fill.el (enable-kinsoku):
990         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
991         * textmodes/table.el (table-yank-handler):
992         Specify missing group (and type, if simple) in defcustom.
994 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
996         * progmodes/compile.el (compilation-finish-function): Fix defvar.
998 2005-05-19  Richard M. Stallman  <rms@gnu.org>
1000         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1002         * subr.el (event-basic-type): Don't get an error.
1003         (left-fringe-p): Function deleted.
1005         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1006         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1008         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1009         in recursive copy.
1011         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1013         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1015         * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1016         Call byte-compile-nogroup-warn if appropriate.
1018         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1019         (compilation-set-window): Don't call left-fringe-p; do it directly.
1021 2005-05-19  Jay Belanger  <belanger@truman.edu>
1023         * calc/calc-graph.el (calc-graph-format-data): Make sure
1024         var-PlotRejects is bound before trying to check its value.
1026 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
1028         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1029         definition of this variable from reftex-global.el to reftex.el,
1030         because it is needed in the menu.
1032 2005-05-19  Lute Kamstra  <lute@gnu.org>
1034         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1035         years are fixed.  Don't insert a space after a dash.
1037 2005-05-19  Kim F. Storm  <storm@cua.dk>
1039         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1041 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
1043         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1044         strings, because (eq ... ?\\) is fairly frequent.
1046         * progmodes/make-mode.el (makefile-add-this-line-targets):
1047         Simplify and integrate into `makefile-pickup-targets'.
1048         (makefile-add-this-line-macro): Simplify and integrate into
1049         `makefile-pickup-macros.
1050         (makefile-pickup-filenames-as-targets): Simplify.
1051         (makefile-previous-dependency, makefile-match-dependency):
1052         Don't stumble over `::'.
1054 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
1056         * subr.el (post-command-idle-hook, post-command-idle-delay):
1057         Remove obsoletion of post-command-idle-hook and
1058         post-command-idle-delay.
1060         * faces.el (list-faces-display): Provide button when describe-face
1061         is called to take user back to the list of faces.
1063         * help-fns.el (describe-variable): Remove hyperlinks in a
1064         variable's value as these are quite frequently inappropriate.
1066         * follow.el (follow-submit-feedback, follow-mode):
1067         Remove references to post-command-idle-hook.
1069 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
1071         * progmodes/make-mode.el (makefile-previous-dependency)
1072         (makefile-match-dependency): Check for := (and in bsd mode also
1073         !=) to give a better result, even when font-lock is not on.
1075 2005-05-18  Jay Belanger  <belanger@truman.edu>
1077         * calc/calc-help.el (calc-s-prefix-help):
1078         Add `calc-copy-special-constant' to help string.
1080 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
1082         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1084 2005-05-18  Jay Belanger  <belanger@truman.edu>
1086         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1087         in linear factors are in proper order.
1089 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
1091         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1092         Support for jurabib.
1094         * textmodes/reftex.el (featurep): Define aliases for overlay
1095         commands, for XEmacs compatibility, and use these aliases in
1096         overlay initializations.
1097         (reftex-highlight): Use `reftex-move-overlay'.
1098         (reftex-unhighlight): Use `reftex-delete-overlay'.
1099         (reftex-uniq): Funktion removed.  Use `reftex-uniquify' instead.
1100         (reftex-access-search-path): Use `reftex-uniquify' instead of
1101         `reftex-uniq'
1103         * textmodes/reftex-sel.el (reftex-select-unmark):
1104         Overlay `before-string' property modification enables for Emacs as well.
1105         (reftex-select-item): Use `reftex-delete-overlay'.
1106         (reftex-select-mark): Use `reftex-make-overlay' and
1107         `reftex-overlay-put'.
1108         (reftex-select-unmark): Use `reftex-delete-overlay' and
1109         `reftex-overlay-put'.
1111 2005-05-18  Lute Kamstra  <lute@gnu.org>
1113         * emacs-lisp/lisp.el (check-parens): Fix docstring.
1115 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
1117         * add-log.el (add-change-log-entry):
1118         * array.el (array-make-template, array-reconfigure-rows)
1119         (array-init-max-row, array-init-max-column)
1120         (array-init-columns-per-line, array-init-field-width):
1121         * replace.el (replace-match-maybe-edit, perform-replace):
1122         * textmodes/spell.el (spell-region):
1123         Replace `read-input' by `read-string'.
1125         * forms.el (forms-mode):
1126         * finder.el (finder-compile-keywords):
1127         * shadowfile.el (shadow-read-files):
1128         Replace `eval-current-buffer' by `eval-buffer'.
1130         * terminal.el (te-pass-through):
1131         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1132         (ange-ftp-raw-send-cmd):
1133         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1134         (send-process-next-char, telnet-initial-filter, telnet):
1135         Replace `send-string' by `process-send-string'.
1137         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1138         (prolog-consult-region): Replace `send-string' by
1139         `process-send-string'; replace `send-region' by `process-send-region'.
1141         * progmodes/delphi.el (delphi-log-msg):
1142         Replace `set-window-dot' by `set-window-point'.
1144         * subr.el (window-dot, set-window-dot, read-input, send-string)
1145         (send-region, show-buffer, eval-current-buffer):
1146         Make really obsolete, as the comment says.
1148 2005-05-17  Kim F. Storm  <storm@cua.dk>
1150         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1151         (cua--init-keymaps): Bind C-return instead of S-return to set
1152         rectangle mark.
1154         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1155         instead of S-return to toggle/clear rectangle mark.
1157 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
1159         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1160         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1161         Also fontify plain strings assigned to variables, mostly so that a
1162         colon has a face and is thus not taken as a dependency separator.
1163         (makefile-previous-dependency): Inline the new matcher, because it
1164         is too complex to work in both directions.
1165         (makefile-match-dependency): Eliminate `backward' arg (see above).
1166         Completely reimplemented so as to not sometimes go into an endless
1167         loop.  It should also be more efficient, because first it only
1168         searches for `:', instead of applying the very complex regexp.
1169         (makefile-mode): Cancel `font-lock-support-mode', because blocks
1170         to be fontified in one piece can be too long for JIT.
1171         Makefiles are never *that* big.
1173 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
1175         * dired.el (dired-mode): Simplify.
1177 2005-05-17  Lute Kamstra  <lute@gnu.org>
1179         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1180         defcustom for the mode hook variable.
1182         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1183         Emacs Lisp Reference Manual.
1185 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
1187         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1188         (evenp, list*):
1189         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1190         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1192         * net/tramp-smb.el (tramp-smb-open-connection):
1193         Pass `tramp-chunksize' as fifth (required) argument.
1195 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
1197         * font-lock.el (lisp-font-lock-keywords-1):
1198         Set `font-lock-negation-char-face' for [^...] char group.
1199         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1201         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1202         a var, and refine it to mask one more level of nested vars.
1203         (makefile-rule-action-regex): Turn it into a var, and refine it so
1204         it recognizes backslashed continuation lines as belonging to the
1205         same command.
1206         (makefile-macroassign-regex): Refine it so it recognizes
1207         backslashed continuation lines as belonging to the same command.
1208         (makefile-var-use-regex): Don't look at the next char, because it
1209         might be the same one to be skipped by the initial [^$], leading
1210         to an overlooked variable use.
1211         (makefile-make-font-lock-keywords): Remove two parameters, which
1212         are now variables that some of the modes set locally.
1213         Handle dependency and rule action matching through functions, because
1214         regexps alone match too often.  Dependency matching now comes
1215         last, so it can check, whether a colon already matched something else.
1216         (makefile-mode): Inform that font-lock improves makefile parsing
1217         capabilities.
1218         (makefile-match-dependency, makefile-match-action): New functions.
1220 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
1222         * emacs-lisp/cl-extra.el (equalp): Doc fix.
1224         * align.el (align-regexp):
1225         * ansi-color.el (ansi-color-get-face):
1226         * array.el (array-reconfigure-rows, array-init-max-row)
1227         (array-init-max-column, array-init-columns-per-line)
1228         (array-init-field-width):
1229         * dired-aux.el (dired-trample-file-versions):
1230         * dired-x.el (dired-mark-sexp):
1231         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1232         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1233         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1234         * faces.el (face-read-integer):
1235         * files.el (backup-extract-version, insert-directory):
1236         * hexl.el (hexl-insert-decimal-char):
1237         * server.el (server-process-filter):
1238         * shell.el (shell-extract-num):
1239         * startup.el (command-line-1):
1240         * term.el (term-command-hook):
1241         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1242         (time-stamp-do-number):
1243         * time.el (display-time-update):
1244         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1245         (timezone-fix-time):
1246         * vms-patch.el (vms-suspend-resume-hook):
1247         * calendar/appt.el (appt-convert-time):
1248         * calendar/cal-bahai.el (mark-bahai-diary-entries):
1249         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1250         * calendar/cal-islam.el (mark-islamic-diary-entries):
1251         * calendar/calendar.el (calendar-cursor-to-date)
1252         (calendar-star-date):
1253         * calendar/diary-lib.el (diary-attrtype-convert)
1254         (mark-diary-entries, diary-entry-time):
1255         * calendar/solar.el (solar-get-number):
1256         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1257         * emacs-lisp/re-builder.el (reb-display-subexp):
1258         * emulation/edt.el (edt-set-scroll-margins):
1259         * emulation/tpu-extras.el (tpu-set-scroll-margins):
1260         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1261         (vip-get-ex-count):
1262         * emulation/viper-ex.el (viper-get-ex-token)
1263         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1264         * international/fontset.el (fontset-plain-name):
1265         * mail/feedmail.el (feedmail-look-at-queue-directory):
1266         * mail/mailalias.el (mail-get-names):
1267         * mail/rmail.el (rmail-convert-to-babyl-format):
1268         * mail/rmailsum.el (rmail-make-basic-summary-line)
1269         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1270         (rmail-summary-goto-msg):
1271         * mail/smtpmail.el (smtpmail-read-response):
1272         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1273         (ange-ftp-vms-add-file-entry):
1274         * play/gametree.el (gametree-looking-at-ply)
1275         (gametree-current-branch-score):
1276         * progmodes/ada-xref.el (ada-prj-find-prj-file)
1277         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1278         * progmodes/cperl-mode.el (condition-case):
1279         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1280         (ebrowse-set-member-buffer-column-width)
1281         (ebrowse-select-1st-to-9nth):
1282         * progmodes/etags.el (etags-snarf-tag):
1283         * progmodes/flymake.el (flymake-parse-line):
1284         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1285         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1286         (idlwave-shell-menu-def):
1287         * progmodes/ps-mode.el (ps-run-goto-error):
1288         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1289         (vhdl-speedbar-contract-level):
1290         * term/mac-win.el (x-handle-numeric-switch):
1291         * term/sun-mouse.el (sun-get-frame-data):
1292         * term/w32-win.el (x-handle-numeric-switch):
1293         * term/x-win.el (x-handle-numeric-switch):
1294         * textmodes/ispell.el (ispell-parse-output):
1295         * textmodes/nroff-mode.el (nroff-outline-level):
1296         * textmodes/reftex-cite.el (reftex-bib-sort-year)
1297         (reftex-bib-sort-year-reverse, reftex-format-citation):
1298         * textmodes/reftex-parse.el (reftex-init-section-numbers)
1299         (reftex-section-number):
1300         * textmodes/texinfmt.el (texinfo-paragraphindent):
1301         Replace `string-to-int' by `string-to-number'.
1303         * international/latexenc.el: Add page marker to force the "Local
1304         Variables:" string out of the last page.
1306 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
1308         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1309         tooltip-change-major-mode.
1310         (gud-tooltip-print-command): Remove case where gud-minor-mode
1311         is gdb ("--fullname").
1312         (gud-tooltip-tips): Turn GUD tooltips off for this case and
1313         explain to user.
1315 2005-05-16  Jay Belanger  <belanger@truman.edu>
1317         * calc/calc-store.el (calc-copy-special-constant): New function.
1319         * calc/calc-ext.el (calc-init-extensions): Add binding for
1320         `calc-copy-special-constant'.
1322         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
1323         for the `calc-copy-special-constant' command.
1325 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
1327         * subr.el (left-fringe-p): New function.
1329         * progmodes/compile.el (compilation-setup): Set local value of
1330         overlay-arrow-string to "" always.
1331         (compilation-set-window): Left fringe then don't scroll.
1332         No left fringe then no arrow and scroll message to top.
1333         (compilation-context-lines): Adjust doc string accordingly.
1335 2005-05-16  Kim F. Storm  <storm@cua.dk>
1337         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1338         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
1339         (ido-wide-find-dir-or-delete-dir): New command for M-d.
1340         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
1341         (ido-read-file-name): Handle commands with ido property value
1342         equal to find-file as reading a file name, to allow C-d to enter dired.
1343         (ibuffer-find-file): Add ido property with value find-file.
1345 2005-05-15  Kim F. Storm  <storm@cua.dk>
1347         * subr.el (open-network-stream-nowait): Remove.
1348         (open-network-stream-server): Remove.
1350 2005-05-15  Richard M. Stallman  <rms@gnu.org>
1352         * faces.el (describe-face): Output a definition link button.
1354         * help-mode.el (help-face-def): New button type.
1356         * emacs-lisp/copyright.el (copyright-fix-years):
1357         Match properly if the first year is 2-digit.
1358         Don't mess up the whitespace after the years by filling.
1360         * dired-aux.el (dired-mark-confirm):
1361         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
1363         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
1364         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
1365         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
1367         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1368         Set font-lock-comment-start-skip.
1370         * font-lock.el (font-lock-comment-start-skip): New variable.
1371         (font-lock-comment-end-skip): New variable.
1372         (font-lock-fontify-syntactically-region): Use them if non-nil.
1374 2005-05-15  Jay Belanger  <belanger@truman.edu>
1376         * calc/calc-store.el (calc-store-value): Return a string rather
1377         than display it as a message.
1378         Use calc-var-name for variable name.
1379         (calc-store-into): Add the result of calc-store-value to message.
1380         (calc-copy-variable): Add a message.
1381         (calc-store-exchange): Improve error messages.
1382         (calc-store-binary, calc-store-map): Don't reset the values of
1383         special constants.
1385 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
1387         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
1388         manual to docstring.
1390         * files.el (hack-local-variables-confirm): Add STRING argument.
1391         Make the function handle non file visiting buffers correctly.
1392         (hack-local-variables-prop-line, hack-local-variables)
1393         (hack-one-local-variable): Use STRING arg of
1394         `hack-local-variables-confirm'.
1396 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
1398         Sync with Tramp 2.0.49.
1400         * tramp.el (tramp-handle-dired-call-process)
1401         (tramp-handle-insert-directory):`insert-buffer' cannot be used
1402         because the contents of the Tramp buffer is changed before
1403         insertion (`expand-file' and alike).
1404         (tramp-handle-insert-directory): If `localname' has an empty
1405         nondirectory name, it must not be quoted.
1406         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
1407         variable `tramp-chunksize'.  Change callees.
1408         (tramp-open-connection-setup-interactive-shell): Check remote host
1409         for buggy `send-process-string' implementation.
1410         Set `tramp-chunksize' if found.  Reported by Michael Kifer
1411         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
1412         (tramp-handle-shell-command): `insert-buffer' cannot be used
1413         because the contents of the Tramp buffer is changed before
1414         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
1415         <frederic.bothamy@free.fr>.
1416         (tramp-set-auto-save): Actions should be done for Tramp file name
1417         handler only.  Ange-FTP has its own auto-save mechanism.
1418         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
1419         (tramp-set-auto-save-file-modes): Set file modes of
1420         `buffer-auto-save-file-name' to ?\600 as fallback solution.
1421         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
1422         (tramp-bug): Remove obsolete variable.
1423         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
1424         for presence of `mml-mode'.  Make it running for older Emacsen as well.
1426 2005-05-14  John Paul Wallington  <jpw@pobox.com>
1428         * ibuf-ext.el (define-ibuffer-filter filename):
1429         If `dired-directory' is a list, use its car.
1431 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
1433         * ibuffer.el (define-ibuffer-column filename):
1434         If `dired-directory' is a list, use its car.
1436 2005-05-14  Richard M. Stallman  <rms@gnu.org>
1438         * subr.el (symbol-file): Doc fix.
1440         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
1441         (byte-compile-form): Call byte-compile-nogroup-warn.
1442         (byte-compile-warning-types): Doc fix.
1444         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
1446         * progmodes/cc-engine.el (c-literal-faces):
1447         Add font-lock-comment-delimiter-face.
1449         * net/net-utils.el (dig): Use with-no-warnings.
1451         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
1452         (sc-recite-frame-alist, sc-default-cite-frame)
1453         (sc-default-uncite-frame, sc-default-recite-frame)
1454         (sc-attrib-selection-list, sc-rewrite-header-list):
1455         Mark as risky-local-variable.
1457         * international/ogonek.el (ogonek-jak, ogonek-how):
1458         Don't use beginning-of-buffer.
1460         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
1462         * calendar/solar.el (solar-data-list): Move definition up.
1464         * dnd.el (dnd-protocol-alist): Add autoload.
1466         * progmodes/sh-script.el: Many doc usage fixes.
1467         (sh-indent-after-do): Change default to match common styles.
1469 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
1471         * files.el (interpreter-mode-alist)
1472         (auto-mode-interpreter-regexp): Doc fixes.
1474 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
1476         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
1478         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
1480 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1482         * dired.el (dired-mode): make-variable-buffer-local =>
1483         make-local-variable.
1485 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1487         * term/mac-win.el (mac-select-convert-to-string): Try coding
1488         systems in mac-script-code-coding-systems if specified one cannot
1489         encode string for `com.apple.traditional-mac-plain-text'.
1491 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
1493         * progmodes/make-mode.el (makefile-targets-face)
1494         (makefile-shell-face, makefile-makepp-perl-face): New faces.
1495         (makefile-dependency-regex): Fix it to not make the colon in
1496         $(var:a=b) special.
1497         (makefile-rule-action-regex): New regexp for highlighting embedded
1498         Shell strings.
1499         (makefile-macroassign-regex): Handle != for highlighting as
1500         embedded Shell strings.
1501         (makefile-var-use-regex): New const.
1502         (makefile-statements, makefile-automake-statements)
1503         (makefile-gmake-statements, makefile-makepp-statements)
1504         (makefile-bsdmake-statements): New consts.
1505         (makefile-make-font-lock-keywords): New function.
1506         (makefile-automake-font-lock-keywords)
1507         (makefile-gmake-font-lock-keywords)
1508         (makefile-makepp-font-lock-keywords)
1509         (makefile-bsdmake-font-lock-keywords): New consts.
1510         (makefile-mode-map): Add switchers between the various submodes.
1511         (makefile-mode): Document the availability of the variants.
1512         (makefile-automake-mode, makefile-gmake-mode)
1513         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
1515         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
1516         new variants of makefile-mode.
1518 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1520         * font-lock.el (font-lock-comment-delimiter-face): Fix up
1521         the inheritance.
1523 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
1525         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
1526         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
1528         * files.el (normal-mode): Extend the scope of the
1529         `enable-local-variables' binding to include the `set-auto-mode' call.
1530         (magic-mode-alist): Doc fix.
1532 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1534         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
1535         font-lock-comment-face rather than copying its setting.
1537 2005-05-12  Andreas Schwab  <schwab@suse.de>
1539         * eshell/esh-mode.el (eshell-send-input): Doc fix.
1541 2005-05-12  Lute Kamstra  <lute@gnu.org>
1543         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
1544         defcustom for the mode hook variable.  Delete the last argument.
1545         * generic-x.el: Fix callers of define-generic-mode.
1546         (generic-x-modes): Delete group.
1547         (show-tabs-tab-face, show-tabs-space-face): Put them in the
1548         generic-x customization group.
1550 2005-05-12  Kim F. Storm  <storm@cua.dk>
1552         * font-lock.el (font-lock-negation-char-face): Default to "off".
1554         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
1555         font-lock-negation-char-face to ! in !=.
1557 2005-05-12  Masatake YAMATO  <jet@gyve.org>
1559         * add-log.el (find-change-log): Fix typos in the docstring
1560         of function.
1562 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
1564         * international/latexenc.el (latexenc-find-file-coding-system):
1565         Avoid `re-search-forward' when looking for input encoding because
1566         of speed and safety.  Better regular expressions for recognizing
1567         input encoding.  Limit a search for TeX-master/tex-main-file to
1568         the local variable section.
1570 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
1572         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
1573         syntax of $ to "'" (quote).
1575 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
1577         * dnd.el (dnd-protocol-alist): Improve custom type.
1579         * dired.el (dired-dnd-protocol-alist): New variable.
1580         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
1581         `dired-mode-hook' to the end.
1583 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1585         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
1586         comment-end if comment-start-skip is not set.
1587         Obey the font-lock-comment-delimiter-face variables.
1589 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1591         * files.el (executable-find): Move from executable.el.  Use locate-file.
1592         * progmodes/executable.el (executable-find): Move to files.el.
1594         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
1595         when trying to ensure forward progress.
1597 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
1599         * mouse-sel.el (mouse-sel-follow-link-p): New function.
1600         (mouse-select, mouse-select-internal, mouse-extend-internal):
1601         Use it to implement mouse-1-click-follows-link functionality.
1603 2005-05-11  Richard M. Stallman  <rms@gnu.org>
1605         * font-lock.el (font-lock-fontify-syntactically-region):
1606         Use font-lock-comment-delimiter-face for comment delimiters.
1608 2005-05-10  Jay Belanger  <belanger@truman.edu>
1610         * calc/calc-help.el (calc-m-prefix-help): Add mention of
1611         preserving embedded modes.
1613 2005-05-10  Richard M. Stallman  <rms@gnu.org>
1615         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
1617         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
1618         Move from ada-stmt.el.
1619         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
1621         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
1622         Move to ada-mode.el.
1623         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
1625         * cus-edit.el (custom-file): Call file-chase-links.
1627         * files.el (read-directory-name): Fix previous change.
1628         (hack-local-variables-confirm): New function.
1629         (hack-local-variables-prop-line, hack-local-variables)
1630         (hack-one-local-variable): Use it.
1632 2005-05-10  Lute Kamstra  <lute@gnu.org>
1634         * font-lock.el (font-lock-keywords-alist)
1635         (font-lock-removed-keywords-alist): Clarify docstrings.
1637 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
1639         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
1640         (gdb-source-info): Check for preprocessor info.
1641         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
1642         a macro for a function.
1643         (gdb-info-breakpoints-custom): Try to find file again if not already
1644         found (user might have used GDB dir command).
1645         (gdb-get-location): Update gdb-location-alist correctly for change
1646         to gdb-info-breakpoints-custom.
1648         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
1649         (gud-tooltip-print-command): Add gdbmi case.
1650         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
1651         preprocessor info.
1653 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
1655         * startup.el (fancy-splash-insert): Fix typo in doc string.
1657 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
1659         * obsolete/float.el (string-to-float):
1660         * obsolete/hilit19.el (hilit-add-pattern):
1661         * obsolete/rnews.el (news-parse-range, news-select-message)
1662         (news-get-pruned-list-of-files): Replace `string-to-int' by
1663         `string-to-number'.
1665         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
1666         `find-file-not-found-hooks'; use `add-hook'.
1667         (uncompress-while-visiting): Set `write-file-functions', not
1668         `write-file-hooks'; use `add-hook'.
1670 2005-05-09  Kim F. Storm  <storm@cua.dk>
1672         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
1673         (cua-paste): Handle clipboard action.
1674         (cua--init-keymaps): Remap clipboard-kill-region and
1675         clipboard-kill-ring-save.
1677 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
1679         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1680         Improve commentary.
1682         * simple.el (next-error-overlay-arrow-position): Revert the change
1683         made on 2005-04-30.
1685 2005-05-07  Jay Belanger  <belanger@truman.edu>
1687         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
1688         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
1689         `calc-sel-reselect'.
1691         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
1692         Calc is in embedded mode.
1694 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
1696         * progmodes/compile.el (compilation-setup):
1697         Set overlay-arrow-string to an empty string on text terminals.
1699         * textmodes/ispell.el (ispell-program-name): Try looking for
1700         "aspell" along exec-path, and if found, use it as the default
1701         speller program.
1703 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
1705         * international/mule.el (sgml-xml-auto-coding-function):
1706         Recognize encoding='FOO' in single quotes as well as in double quotes.
1708 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
1710         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
1711         as well as `interactive', so that defmacro* would recognize
1712         `declare' forms.
1714 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
1716         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
1717         Explain more about the LIGHTER arg's usage in the doc string.
1718         Add commentary to clarify what the code does.  Fix the regexp that
1719         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
1720         since it could have characters special to regular expressions.
1722 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
1724         * replace.el (occur-1): Bind inhibit-read-only so that
1725         erase-buffer doesn't barf on read-only text properties (likewise
1726         for add-text-properties in occur-engine).  Mark buffer as unmodified.
1727         (occur-engine): Don't set buffer-read-only here.
1729 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1731         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
1732         list-buffers-directory.  This caused the *cvs-commit* buffer to be
1733         sometimes mistakenly reused as a *cvs* buffer.
1735 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
1737         * tooltip.el: Move code for GUD tooltips into gud.el.
1738         (require): CL no longer needed to compile case.
1739         (tooltip-mode): Do not toggle functions for GUD tooltips.
1740         (tooltip-gud-tips-p): Remove.  Replace with minor mode
1741         gud-tooltip-mode in gud.el.
1742         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
1743         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
1744         tooltip-gud prefix with gud-tooltip and obsolete.
1745         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
1746         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
1747         (tooltip-mouse-motion): Mouse movement functions/variable.
1748         Rename in gud.el by adding gud prefix.
1749         (tooltip-gud-original-filter, tooltip-gud-dereference)
1750         (tooltip-gud-event, tooltip-toggle-gud-tips)
1751         (tooltip-gud-process-output, tooltip-gud-print-command)
1752         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
1753         gud.el by replacing tooltip-gud prefix with gud-tooltip.
1754         (gdb-tooltip-print): Move to gdb-ui.el.
1756         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
1757         (require): CL needed to compile case.
1758         (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
1759         tooltip-gud-tips-p.  Make it a minor-mode.
1760         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
1761         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
1762         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
1763         (gud-tooltip-change-major-mode)
1764         (gud-tooltip-activate-mouse-motions-if-enabled)
1765         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
1766         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
1767         (gud-tooltip-original-filter, gud-tooltip-dereference)
1768         (gud-tooltip-event, tooltip-toggle-gud-tips)
1769         (gud-tooltip-process-output, gud-tooltip-print-command)
1770         (gud-tooltip-tips): Move from tooltip.el.
1772         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
1773         (gdb-cpp-define-alist-flags): Doc fix.
1774         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
1775         gud-tooltip-mode is t.
1777 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1779         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
1780         evaporate if their text is deleted.
1781         (goto-address-at-point): Make it work as a mouse binding as well.
1782         (goto-address-at-mouse): Obsolete it.  Update users.
1784 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
1786         * calendar/appt.el (top-level): No longer activate on load.
1788 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
1790         * calendar/cal-bahai.el (mark-bahai-diary-entries):
1791         * net/webjump.el (webjump):
1792         * progmodes/idlw-help.el (idlwave-do-context-help1)
1793         (idlwave-highlight-linked-completions):
1794         * textmodes/po.el (po-find-file-coding-system-guts):
1795         Replace `assoc-ignore-case' by `assoc-string'.
1797 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
1799         * files.el (locate-file): Doc fix.
1801         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
1802         Remove the redundant test for ms-dos.
1804         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
1805         look for the preprocessor with exec-suffixes.  If not found in
1806         standard places, look in exec-path.  Remove most of the tests that
1807         used system-type.
1809         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
1811         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
1813         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
1814         file-name clash with jka-compr.el on 8+3 filesystems.
1816 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1818         * term/mac-win.el: Don't define or bind scroll bar functions if
1819         x-toolkit-scroll-bars is t.
1820         (x-select-text, x-get-selection-value):
1821         Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
1822         (PRIMARY): Put mac-scrap-name property.
1823         (mac-select-convert-to-file-url): New function.
1824         (public.file-url): New selection target type.  Add to
1825         selection-converter-alist.
1826         (x-get-selection, x-selection-value): Handle it.
1827         (x-cut-buffer-or-selection-value): New alias.
1829 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1831         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
1832         entry to avoid calling bibtex-find-entry with arg global
1833         being t.  Remove arg key.
1834         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
1835         (bibtex-copy-summary-as-kill): Change accordingly.
1837 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1839         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
1840         (org-agenda-date-later): Use with-current-buffer.
1842 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
1844         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
1845         (define-obsolete-variable-alias): Doc Fixes.
1847 2005-05-06  Kim F. Storm  <storm@cua.dk>
1849         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
1850         vertical-motion when selective-display is active.
1852         * ido.el (ido-setup-hook): New hook.
1853         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
1854         (ido-input-stack): New var.
1855         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
1856         ido-next-work-file binding to M-O.
1857         Bind M-f to ido-wide-find-file-or-pop-dir.
1858         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
1859         (ido-read-internal): Run ido-setup-hook.
1860         Catch quit in read-file-name and read-string to cancel edit.
1861         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
1862         Automatically pop-all when completing a directory name (RET).
1863         (ido-file-internal): Add with-no-warnings around ffap and dired code.
1864         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
1865         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
1866         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
1867         New functions for M-b/M-f to move among the directory components.
1868         (ido-make-merged-file-list): Catch quit to cancel merge.
1869         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
1870         (ido-completion-help): No warnings for ido-completion-buffer-full.
1872 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
1874         * font-lock.el (font-lock-negation-char-face): New face and variable.
1875         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
1876         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
1877         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
1878         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
1880 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
1882         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
1883         Fix typo in docstring.
1885         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
1886         (ebrowse-print-statistics-line)
1887         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
1889         * term/w32-win.el (image-library-alist): Add additional name for
1890         Xpm library.
1892 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
1894         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
1895         use gcc instead of cpp.
1897         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
1898         (gdb-create-define-alist): Use it.
1899         (gdb-cpp-define-alist-program): Update for MS-DOS.
1901 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
1903         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
1905 2005-05-04  Richard M. Stallman  <rms@gnu.org>
1907         * help.el (describe-key): No error when UNTRANSLATED is nil.
1909         * simple.el (line-move-1): Fix previous change to signal errors
1910         appropriately.
1912 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
1914         * calendar/icalendar.el (icalendar-version): Now at 0.12.
1915         (icalendar-duration-correction): Remove.
1916         (icalendar--get-event-properties): Split result at commas.
1917         (icalendar--decode-isoduration): New optional argument
1918         DURATION-CORRECTION.
1919         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
1920         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
1921         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
1922         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
1923         (icalendar--convert-anniversary-to-ical): New functions, extracted
1924         from icalendar-export-region, with bug fixes.
1925         (icalendar-export-region): Use the above functions.
1926         (icalendar-import-buffer): Check before saving diary file.
1927         (icalendar--convert-recurring-to-diary)
1928         (icalendar--convert-non-recurring-all-day-to-diary)
1929         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
1930         extracted from icalendar--convert-ical-to-diary, with bug fixes.
1931         (icalendar--convert-ical-to-diary): Use the above functions.
1933 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
1935         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
1936         Remove these recent additions.
1937         (c-mode): Restore to before 2005-04-28.
1939         * progmodes/cc-vars.el (cc-define-list-program): Remove this
1940         recent addition.
1942         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
1943         (gdb-define-alist): New variables.
1944         (gdb-create-define-alist): New function.
1945         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
1946         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
1947         with string-to-number.
1948         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
1950         * progmodes/gud.el: Replace string-to-int with string-to-number.
1951         (gud-find-file): Handle gdb-define-alist.
1953         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
1955 2005-05-02  Jay Belanger  <belanger@truman.edu>
1957         * calc/calc-aent.el (math-read-token):
1958         * calc/calc-bin.el (calc-word-size):
1959         * calc/calc-ext.el (calc-read-number-fancy):
1960         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
1961         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
1962         * calc/calc-frac.el (calc-over-notation):
1963         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
1964         (calc-graph-num-points, calc-graph-init):
1965         * calc/calc-prog.el (calc-read-parse-table-part)
1966         (calc-edit-macro-repeats):
1967         * calc/calc-yank.el (calc-do-grab-rectangle):
1968         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
1969         Replace `string-to-int' by `string-to-number'.
1971 2005-05-02  Kim F. Storm  <storm@cua.dk>
1973         * kmacro.el: Use executing-kbd-macro-index variable.
1975 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
1977         * net/rlogin.el (rlogin-parse-words): Delete func.
1978         (rlogin): Use split-string, not rlogin-parse-words.
1979         Also, if there are option-like elements in the parsed args,
1980         take the host to be the first arg immediately following them.
1981         Suggested by Michael Mauger.
1983 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
1985         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
1987 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
1989         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
1990         (cc-mode-cpp-program): Rename to cc-define-list-program and
1991         move to cc-vars.el.
1993         * progmodes/cc-vars.el (cc-define-list-program):
1994         Change to "gcc -E -dM -".  Make customizable.
1996 2005-05-02  Kim F. Storm  <storm@cua.dk>
1998         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2000 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
2002         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2004         * international/mule-util.el (truncate-string): Remove alias and
2005         obsolete declaration.
2007         * international/mule-cmds.el (update-iso-coding-systems):
2008         Remove alias and obsolete declaration.
2010         * international/mule.el (coding-system-parent): Remove alias and
2011         obsolete declaration.
2013         * subr.el (define-function, sref): Remove aliases and obsolete
2014         declarations.
2015         (chars-in-region): Remove obsolete declaration.
2017 2005-05-01  Richard M. Stallman  <rms@gnu.org>
2019         * info.el (Info-mode): Set widen-automatically to nil, locally.
2021         * simple.el (widen-automatically): New variable.
2022         (pop-global-mark): Obey widen-automatically.
2024 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
2026         * term/xterm.el (function-key-map): Call substitute-key-definition
2027         before the keymap size is increased by a lot of define-key calls.
2029 2005-05-01  Richard M. Stallman  <rms@gnu.org>
2031         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2032         Rename ARG to ELEMENT.  Doc fix.
2034 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
2036         * allout.el (allout-exposure): Remove macro and obsolete declaration.
2037         Remove references to allout-exposure/change to allout-new-exposure.
2039         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2040         bytecode symbols.
2042         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2043         (compiled-function-p, focus-frame, unfocus-frame):
2044         Remove aliases and obsolete declarations.
2045         Back out inadvertent changes from previous commit.
2047 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
2049         * files.el (require-final-newline): Make Custom tags consistent
2050         with mode-require-final-newline.
2051         (mode-require-final-newline): Doc fix.
2053 2005-05-01  Stefan Monnier <monnier@iro.umontreal.ca>
2055         * international/latexenc.el (latexenc-find-file-coding-system):
2056         Fix regular expressions.
2058 2005-05-01  David Kastrup <dak@gnu.org>
2060         * international/latexenc.el (latexenc-find-file-coding-system):
2061         Fix regular expressions.
2063 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
2065         * subr.el (string-to-int): Make obsolete.
2067 2005-04-30  Richard M. Stallman  <rms@gnu.org>
2069         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2071         * loadup.el: load jka-comp-hook.
2073         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2074         (jka-compr-handler): Add autoload.  `put' calls moved
2075         to jka-comp-hook.el.
2076         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2077         (jka-compr-inhibit): Autoload.
2079         * jka-comp-hook.el: New file.
2080         Enable the mode by default.
2082         * files.el (backup-buffer-copy): Use copy-file instead
2083         of write-region, and put back the 'excl.
2085 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
2087         * progmodes/flymake.el (flymake-split-string)
2088         (flymake-split-string, flymake-log, flymake-pid-to-names)
2089         (flymake-reg-names, flymake-get-source-buffer-name)
2090         (flymake-unreg-names, flymake-add-line-err-info)
2091         (flymake-add-err-info): Clarify docstrings.
2092         (flymake-popup-menu, flymake-make-emacs-menu)
2093         (flymake-make-xemacs-menu): Add docstrings.
2094         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2095         Set variables directly throughout.
2097 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
2099         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2100         exists.  Initialise cc-define-alist.
2101         (c-mode): Add cc-create-define-alist locally to after-save-hook.
2102         If there is no file (Macroexpansion) don't create an alist.
2104 2005-04-29  Sam Steingold  <sds@gnu.org>
2106         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2107         (cc-create-define-alist): Use it instead of the hard-coded string.
2109 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2111         * international/mule-conf.el (file-coding-system-alist): Fix regexp
2112         for latexenc.
2114 2005-04-29  Lute Kamstra  <lute@gnu.org>
2116         * emacs-lisp/generic.el: Improve commentary section.
2117         (define-generic-mode): Improve docstring.
2119 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
2121         * textmodes/org.el (many places): Change to quiet the byte compiler.
2122         (org-prefix-format-compiled): New variable.
2123         (org-compile-prefix-format): New function.
2124         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2125         (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2126         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2127         (org-get-entries-from-diary): Use `org-get-time-of-day' for
2128         consistency with entries from `org-mode' files.
2129         (org-get-time-of-day): Fix bug with partial matches early in a line.
2130         (org-non-link-chars): New constant.
2131         (org-link-regexp): Respect `org-non-link-chars'.
2132         (org-agenda-day-view): Remove command.
2133         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2134         (org-follow-bbdb-link, org-store-link): Search also company field.
2135         (org-highlight-overlay): New variable.
2136         (org-highlight, org-unhighlight): New functions.
2137         (org-agenda-mode): Add pre-command-hook to remove highlight.
2138         (org-evaluate-time-range): Behavior depends upon whether time stamp
2139         contains a time or not.
2140         (org-show-subtree, org-show-entry): New functions.
2141         (org-agenda-cleanup-fancy-diary): Remove empty lines.
2143 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
2145         * comint.el (comint-output-filter-functions): Add autoload cookie.
2147 2005-04-28  Kim F. Storm  <storm@cua.dk>
2149         * ido.el (ido-everywhere): Fix last change.
2151 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
2153         * international/latexenc.el: New file.
2154         * international/mule-conf.el (file-coding-system-alist): For .tex,
2155         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2157 2005-04-28  Lute Kamstra  <lute@gnu.org>
2159         * font-lock.el (font-lock-add-keywords)
2160         (font-lock-remove-keywords): Clarify docstring.
2161         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2162         Don't start docstrings with a `*'.
2163         (font-lock-update-removed-keyword-alist): Give it a docstring.
2165         * generic-x.el: Update commentary section.
2166         Only require font-lock when compiling.
2167         Define all modes conditionally.
2168         Place all generic modes in the generic-x-modes customization group.
2169         (generic-x-modes): New customization group.
2170         (generic-default-modes, generic-mswindows-modes)
2171         (generic-unix-modes, generic-other-modes): New constants.
2172         (generic-define-mswindows-modes, generic-define-unix-modes):
2173         Update docstrings.  Make them obsolete.
2174         (generic-extras-enable-list): New default value.  Update docstring.
2175         Improve :type.  Change :set function.
2176         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2177         Fix docstring.
2179         * emacs-lisp/generic.el (generic-mode-internal):
2180         Simplify font-lock-defaults.
2181         (define-generic-mode): Fix docstring.
2183 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2185         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2186         font-lock-face property to highlight matches.
2188 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
2190         * progmodes/cc-mode.el (cc-create-define-alist): New function.
2191         (cc-define-alist): New variable.
2192         (c-mode): Make it local and initialise it.
2194         * progmodes/gdb-ui.el (gdb-active-process): New variable.
2195         (gdb-exited): New function.
2196         (gdb-annotation-rules): Use it.
2197         (gdb-starting): Set gdb-active-process to t.
2198         (gdb-stopping): Amend doc string.
2199         (gdb-reset): Set gdb-active-process to nil.
2201         * tooltip.el (tooltip-gud-tips): Show the associated #define
2202         directives when a C program under GDB is not executing.
2204 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2206         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2207         font-lock-fontify-syntactic-keywords.
2209         * font-lock.el (font-lock-default-fontify-region): Don't force
2210         parse-sexp-lookup-properties to nil.
2212 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
2214         * man.el (man-mode-syntax-table): Set up `:' to have
2215         word-constituent syntax.
2217 2005-04-27  Lute Kamstra  <lute@gnu.org>
2219         * novice.el (disable-command): Don't add spurious newlines to the
2220         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
2222 2005-04-26  Jay Belanger  <belanger@truman.edu>
2224         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2225         than one window before deleting window.
2227 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
2229         * shell.el (shell-prompt-pattern): Doc fix.
2230         (shell-mode): Set paragraph-separate buffer locally to "\\'".
2232         * comint.el (comint-prompt-regexp, comint-get-old-input)
2233         (comint-use-prompt-regexp)
2234         (comint-use-prompt-regexp-instead-of-fields)
2235         (comint-replace-by-expanded-history, comint-send-input)
2236         (comint-output-filter, comint-get-old-input-default)
2237         (comint-line-beginning-position, comint-bol, comint-show-output)
2238         (comint-backward-matching-input, comint-forward-matching-input)
2239         (comint-next-prompt, comint-previous-prompt):
2240         Rename `comint-use-prompt-regexp-instead-of-fields' to
2241         `comint-use-prompt-regexp'.  Keep old name as alias and declare
2242         obsolete.
2243         (comint-use-prompt-regexp): Shorten first line of doc string.
2245         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2246         Set paragraph-separate buffer locally to "\\'".
2248         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2249         Adapt to above name change.
2251         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2252         (smbclient-prompt-regexp): Ditto.
2254         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2256 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
2258         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2259         gdb-location-list.
2260         Break lines that are over 80 characters wide.
2262 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2264         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2265         New fun and var, to preserve compatibility.
2267         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2269 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
2271         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2272         name to file-newer-than-file-p.
2274 2005-04-26  Richard M. Stallman  <rms@gnu.org>
2276         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2278         * progmodes/python.el (python-mode):
2279         Use new name eldoc-documentation-function.
2281         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2283         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2284         (eldoc-documentation-function):
2285         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
2287 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
2289         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2291 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
2293         * term/xterm.el (function-key-map): Fix strings for
2294         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
2295         {C,S,A,C-S}-{f1-f12}.
2297 2005-04-26  Kenichi Handa  <handa@m17n.org>
2299         * international/mule-cmds.el (select-safe-coding-system):
2300         Fix previous change.
2302 2005-04-26  Lute Kamstra  <lute@gnu.org>
2304         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2306         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2307         (font-lock-comment-delimiter-face): Ditto.
2309         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2311 2005-04-25  Jay Belanger  <belanger@truman.edu>
2313         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2314         to t while inserting information; use help-mode.
2316 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
2318         * term.el (ansi-term-color-vector): Use the xterm colors.
2319         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
2321 2005-04-25  Lute Kamstra  <lute@gnu.org>
2323         * font-core.el (font-lock-defaults): Fix docstring.
2325         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
2327 2005-04-25  Kenichi Handa  <handa@m17n.org>
2329         * international/mule-cmds.el (select-safe-coding-system):
2330         Don't check consistency with coding: spec, etc if raw-text or
2331         no-conversion was found to be safe.
2333 2005-04-24  Richard M. Stallman  <rms@gnu.org>
2335         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
2336         citation markers at start of each line.
2338         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
2339         citation markers at start of each line.
2341         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
2343         * files.el (mode-require-final-newline): Fix previous change.
2344         (require-final-newline): Fix type label.
2346 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
2348         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
2349         statement in buffer (broken by 2004-11-24 change).
2351 2005-04-24  Kim F. Storm  <storm@cua.dk>
2353         * ido.el (ido-everywhere): Save and restore old read-buffer-function
2354         and read-file-name-function values.  Don't overwrite existing
2355         non-nil values if ido-mode is enabled without ido-everywhere.
2357 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
2359         * files.el (mode-require-final-newline): Minor doc fix.
2361 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
2363         * subr.el (syntax-after): Doc fix.
2364         (syntax-class): If argument is nil, return nil.  Mask off upper 16
2365         bits, not 8 bits.
2367         * files.el (mode-require-final-newline): Doc fix.
2368         (backup-buffer-copy): Fix last change.
2370 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2372         * term/mac-win.el: Require select.  Set selection-coding-system to
2373         mac-system-coding-system.  Call menu-bar-enable-clipboard.
2374         (x-last-selected-text-clipboard, x-last-selected-text-primary)
2375         (x-select-enable-clipboard): New variables.
2376         (x-select-text, x-get-selection, x-selection-value)
2377         (x-get-selection-value, mac-select-convert-to-string)
2378         (mac-services-open-file, mac-services-open-selection)
2379         (mac-services-insert-text): New functions.
2380         (CLIPBOARD, FIND): Put mac-scrap-name property.
2381         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
2382         (public.tiff): Put mac-ostype property.
2383         (selection-converter-alist): Add entries for them.
2384         (mac-application-menu-map): New keymap.
2385         (interprogram-cut-function, interprogram-paste-function): Set to
2386         x-select-text and x-get-selection-value, respectively.
2387         (split-window-keep-point): Set to t.
2389 2005-04-23  Richard M. Stallman  <rms@gnu.org>
2391         * files.el (read-directory-name): Always pass non-nil
2392         DEFAULT-FILENAME arg to read-file-name.
2393         (backup-buffer-copy, basic-save-buffer-2): Take care against
2394         writing thru an unexpected existing symlink.
2395         (revert-buffer): In indirect buffer, revert the base buffer.
2396         (magic-mode-alist): Doc fix.
2397         (buffer-stale-function): Doc fix.
2398         (minibuffer-with-setup-hook): Avoid warning.
2399         (mode-require-final-newline): Doc and custom fix.
2401         * follow.el (follow-end-of-buffer): Use with-no-warnings.
2403         * font-lock.el (font-lock-comment-face): On terminals with few colors,
2404         use the default appearance.
2405         (font-lock-comment-delimiter-face): New face, new variable.
2407         * imenu.el (imenu--generic-function): The official position of a
2408         definition is the start of the line that BEG is in.
2410         * midnight.el (midnight-timer): Move defvar up.
2412         * mouse.el (mouse-drag-region-1): Delete some debugging code.
2414         * saveplace.el (save-place-to-alist): Use with-no-warnings.
2416         * startup.el (command-line): Use with-no-warnings.
2418         * window.el (window-size-fixed): New defvar.
2420         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
2422         * mail/rmail.el (rmail-font-lock-keywords):
2423         Use font-lock-comment-delimiter-face.
2425         * mail/sendmail.el (mail-font-lock-keywords):
2426         Use font-lock-comment-delimiter-face.
2428         * progmodes/compile.el (next-error-highlight-timer): New defvar.
2430 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
2432         * progmodes/compile.el (compilation-mode-font-lock-keywords):
2433         Specify t for LAXMATCH when matching directories.
2434         Save match data around compilation-compat-error-properties form.
2436 2005-04-23  David Kastrup  <dak@gnu.org>
2438         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
2439         Mention that the autoloaded aliases should be kept for AUCTeX.
2441 2005-04-23  Andreas Schwab  <schwab@suse.de>
2443         * isearch.el (isearch-forward): Doc fix.
2445 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
2447         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
2448         (jit-lock-stealth-nice): Change default value to 0.5.
2450 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
2452         * abbrev.el (write-abbrev-file): Write table entries in
2453         alphabetical order by table name.
2455 2005-04-22  Kim F. Storm  <storm@cua.dk>
2457         * ido.el (ido-read-internal): Fix `list' completion.
2459 2005-04-22  Kenichi Handa  <handa@m17n.org>
2461         * recentf.el (recentf-save-file-coding-system): New variable.
2462         (recentf-save-list): Encode the file by
2463         recentf-save-file-coding-system and add coding: tag.
2465 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
2467         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
2469 2005-04-21  Lute Kamstra  <lute@gnu.org>
2471         * loadhist.el (unload-feature): Don't remove a function from hooks
2472         if it is about to be restored to an autoload .  Remove functions
2473         that will become unbound from auto-mode-alist.  Simplify the code.
2475         * subr.el (assq-delete-all): New implementation that is linear,
2476         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
2477         (rassq-delete-all): New function.
2479         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2480         Add size-indication-mode.
2482 2005-04-21  Kenichi Handa  <handa@m17n.org>
2484         * international/mule-cmds.el: Add autoload for widget-value in
2485         eval-when-compile.
2487 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
2489         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
2490         Add tooltip-mode.
2492         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
2494 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
2496         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
2497         (inferior-lisp-filter-regexp, inferior-lisp-program)
2498         (inferior-lisp-load-command, inferior-lisp-prompt)
2499         (inferior-lisp-mode-hook, lisp-source-modes)
2500         (inferior-lisp-load-hook): defvar->defcustom.
2501         (inferior-lisp-program, inferior-lisp-prompt)
2502         (inferior-lisp-load-hook): Doc fixes.
2503         (inferior-lisp-install-letter-bindings): Small change in
2504         introductory comment.
2506 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
2508         * vc.el (vc-annotate-color-map): Change some colors so that text
2509         using them as foreground is readable on both white and black
2510         backgrounds.
2512 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
2514         * international/mule-conf.el (translation-table-for-input):
2515         Remove redundant declaration.
2517 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
2519         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
2521         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
2522         (tooltip-toggle-gud-tips): New function.
2524 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2526         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
2527         right angle brackets.
2529 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
2531         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
2533 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2535         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
2536         Remove.  Update callers to use expand-file-name instead.
2538         * subr.el (syntax-class): New function.
2540         * simple.el (blink-matching-open): Use it.
2542         * paren.el (show-paren-function): Use it to recognize parens that are
2543         also used in 2-char comment markers.
2545 2005-04-19  Lute Kamstra  <lute@gnu.org>
2547         * loadhist.el (unload-feature): Update for new format of
2548         load-history.  Simplify the code.
2550 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2552         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
2553         (mac-add-charset-info): New function.  Initialize variable
2554         mac-charset-info-alist using it.
2555         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
2556         for translation.
2557         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
2558         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
2559         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
2560         New CCL programs.
2562 2005-04-19  Kim F. Storm  <storm@cua.dk>
2564         * simple.el (next-buffer, prev-buffer, next-error)
2565         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2566         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
2568         * bindings.el (next-buffer, prev-buffer, next-error)
2569         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
2570         (clone-indirect-buffer-other-window): Move bindings from simple.el.
2571         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
2572         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
2574 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2576         * isearch.el (isearch-edit-string): Make the search-ring available for
2577         minibuffer history commands.
2578         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
2579         the default history commands now work just as well.
2580         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
2582 2005-04-18  Kim F. Storm  <storm@cua.dk>
2584         * emulation/cua-base.el (cua--pre-command-handler): Add more
2585         elaborate check for shift modifier on non-window systems.
2587 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
2589         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
2591 2005-04-18  Kim F. Storm  <storm@cua.dk>
2593         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
2594         and make it optional.  Don't test tooltip-gud-echo-area here.
2595         (tooltip-gud-process-output, gdb-tooltip-print):
2596         Pass tooltip-gud-echo-area to tooltip-show.
2597         (tooltip-help-tips): Remove second optional arg to tooltip-show.
2599 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2601         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
2602         `display-graphic-p' may not be bound yet.
2604 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
2606         * startup.el (command-line): No longer enable Xterm Mouse mode by
2607         default in terminals compatible with xterm.
2609         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
2611 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
2613         * tooltip.el (tooltip-gud-echo-area): Rename from
2614         tooltip-use-echo-area.
2615         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
2616         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
2617         area independently of where help tooltips are displayed.
2619 2005-04-17  David Kastrup  <dak@gnu.org>
2621         * cus-theme.el (custom-theme-write-variables): Quote variables
2622         where necessary.
2624 2005-04-17  Richard M. Stallman  <rms@gnu.org>
2626         * simple.el (yank-excluded-properties): Add follow-link to value.
2628         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
2630         * startup.el (fancy-splash-max-time): Just 30 seconds.
2631         (fancy-splash-delay): Just 7.
2632         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
2634         * loadhist.el (unload-feature): Update for new format of load-history.
2635         Simplify the code.
2637         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
2638         (rmail-font-lock-keywords): Don't fontify the text of a citation.
2640         * mail/sendmail.el (mail-font-lock-keywords):
2641         Don't fontify subject text.
2642         Don't fontify the text of a citation.
2644 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
2646         * comint.el (comint-output-filter): Run comint-output-filter-functions
2647         with point where the user had it.
2649 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2651         * international/ucs-tables.el (ucs-set-table-for-input):
2652         Disable when using unify-on-decoding.
2654 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
2656         * emulation/cua-base.el (cua-global-mark-face): Add special case
2657         for displays supporting a high number of colors.
2659 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
2661         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
2663 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
2665         * filesets.el (filesets-add-buffer): If user supplies a name of a
2666         non-existing fileset, create a new fileset.
2668 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
2670         * textmodes/org.el (org-up-heading-all): Fix bug with
2671         `outline-up-heading-all'.
2673 2005-04-16  Andreas Schwab  <schwab@suse.de>
2675         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
2676         /etc/permissions.d/* and /etc/aliases.d/*.
2678 2005-04-16  Kenichi Handa  <handa@m17n.org>
2680         * international/code-pages.el (cp-make-coding-system):
2681         Set `translation-table-for-input' property value to the symbol
2682         ucs-mule-to-mule-unicode, not to that value.
2683         (pt154): Escape guillemet by `\'.
2685 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
2687         * loadup.el: Load tooltip if x-show-tip is fboundp.
2689         * startup.el (command-line): Add comment.
2691         * tooltip.el (tooltip-mode): Specify correct standard value for
2692         Custom in init-value.
2694 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
2696         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
2697         possible.
2699 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
2701         * textmodes/org.el (org-agenda-date-prompt): Rename from
2702         `org-agenda-date-today'.
2703         (org-evaluate-time-range): Insert at point instead of directly
2704         after time range.
2705         (org-first-headline-recenter, org-subtree-end-visible-p)
2706         (org-optimize-window-after-visibility-change): New functions
2707         (org-agenda-post-command-hook): Don't allow point at end of line,
2708         to make sure it always hits the text properties.
2709         (org-agenda-next-date-line, org-agenda-previous-date-line):
2710         New commands.
2711         (org-set-regexps-and-options): Category may contain white space.
2712         (org-agenda-get-deadlines, org-agenda-get-scheduled):
2713         Improve marker positions.
2714         (org-agenda-new-marker): Argument POS made optional.
2715         (org-agenda-get-timestamps): Deadlines which are done are listed
2716         in org-done-face now.
2717         (org-agenda-get-todos, org-agenda-get-timestamps)
2718         (org-agenda-get-deadlines, org-agenda-get-scheduled):
2719         Set `undone-face' and `done-face' properties.
2720         (org-last-todo-state-is-todo): New variable.
2721         (org-todo): Set `org-last-todo-state-is-todo'.
2722         (org-agenda-todo): Change face according to
2723         `org-last-todo-state-is-todo'.  And change other lines refering to
2724         the same entry.
2725         (org-calendar-goto-agenda): New command.
2726         (org-calendar-to-agenda-key): New option.
2727         (org-startup-folded): New allowed value `content'.
2728         (org-set-regexps-and-options): Accept new value `content' for
2729         `org-startup-folded'.
2730         (org-get-current-options): Handle new value `content' for
2731         `org-startup-folded'.
2732         (org-insert-todo-heading): New command.
2733         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
2734         interactively in empty file and option
2735         `org-insert-mode-line-in-empty-file' has been set.
2736         (org-agenda-todo,org-agenda-priority): Modify to use
2737         `org-agenda-change-all-lines'.
2738         (org-warning-face): Change color on dark background
2740 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2742         * international/mule-cmds.el (set-locale-environment): On Mac OS,
2743         use preferences AppleLocale and AppleLanguages, and variable
2744         mac-system-locale for default locale.  On Mac OS Classic, use
2745         mac-system-coding-system for default coding systems.
2747         * term/mac-win.el: Don't set file-name-coding-system.
2748         Decode variables system-name, emacs-build-system, user-login-name, and
2749         user-full-name by mac-system-coding-system on Mac OS Classic.
2750         (mac-system-coding-system): New variable.
2752 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
2754         * startup.el (command-line): Handle `xterm-mouse-mode' before
2755         reading init file.
2757         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
2759 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
2761         * progmodes/sh-script.el (sh-here-document-word): Make it a
2762         defcustom.  Doc fix.
2763         (sh-add): Bash uses $(( )) for arithmetic.
2764         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
2765         (sh-maybe-here-document): Remove quotes and leading whitespace
2766         from heredoc word when closing.  Indent heredoc with tabs if word
2767         starts with "-".
2769 2005-04-13  Richard M. Stallman  <rms@gnu.org>
2771         * simple.el (undo): Fix previous change.
2773         * custom.el (defface): Doc fix.
2775 2005-04-13  Lute Kamstra  <lute@gnu.org>
2777         * Makefile.in (DONTCOMPILE): Remove list.
2778         (compile, compile-always): Don't use DONTCOMPILE.
2779         (update-authors): Load the library in which batch-update-authors
2780         is defined.
2781         * makefile.w32-in (DONTCOMPILE): Remove list.
2782         (compile, compile-always): Fix comments.
2783         (update-authors): Load the library in which batch-update-authors
2784         is defined.
2786         * generic-x.el (generic-mode-ini-file-find-file-hook):
2787         Rename to ini-generic-mode-find-file-hook.
2788         Keep generic-mode-ini-file-find-file-hook as an alias.
2789         (ini-generic-mode-find-file-hook): Rename from
2790         generic-mode-ini-file-find-file-hook.  Fix docstring.
2791         (ini-generic-mode): Docstring change.
2792         (bat-generic-mode-run-as-comint): Silence the byte compiler.
2794         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
2795         called from lisp.
2797         * generic.el: Move to the emacs-lisp subdir.
2799 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
2801         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
2802         and C-S- function and cursor motion keys.
2804 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
2806         * startup.el (command-line): Enable Xterm Mouse mode by default.
2807         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
2808         for Custom.  No longer show "Mouse" in mode line when enabled.
2809         Doc fix.
2811 2005-04-12  Kim F. Storm  <storm@cua.dk>
2813         * emulation/cua-base.el (cua-rectangle-face)
2814         (cua-rectangle-noselect-face): Define face attributes here.
2816         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
2818 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2820         * startup.el (command-line): Turn off blinking cursor if
2821         cursorBlink in resources is off or false.
2823 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2825         * term/mac-win.el (dnd): Require dnd.
2826         (mac-drag-n-drop): Call dnd-handle-one-url.
2827         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
2828         (kTextEncodingISOLatin2): Remove constants.
2829         (mac-script-code-coding-systems): New constant.
2830         (mac-handle-language-change): New function.
2831         (special-event-map): Bind it to `language-change' event.
2832         (mac-centraleurroman, mac-cyrillic): New coding systems.
2833         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
2834         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
2835         and mac-cyrillic-encoder to encode-mac-centraleurroman and
2836         encode-mac-cyrillic, respectively.
2838 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
2840         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
2841         Don't set overlay-arrow-string to "=>" as this is done
2842         globally in C now.
2844 2005-04-12  Lute Kamstra  <lute@gnu.org>
2846         * generic-x.el (rc-generic-mode, rul-generic-mode):
2847         Fix auto-mode-alist entries.
2848         (etc-fstab-generic-mode): Tweak fontification.
2850         * generic.el (generic-make-keywords-list): Fix docstring.
2851         (generic-mode-internal): Simplify generic-font-lock-keywords.
2853 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
2855         * whitespace.el (whitespace-buffer-leading)
2856         (whitespace-buffer-trailing): Revert the incorrect test inversion.
2857         However, fix the highlight area for the leading and
2858         trailing whitespaces to show space.
2860 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
2862         * whitespace.el (whitespace-version): Bump to 3.5
2864         (whitespace-buffer-leading, whitespace-buffer-trailing):
2865         Invert sense of the test to highlight the whitespace.
2867 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
2869         * progmodes/gud.el (gud-display-line): GUD uses its own
2870         overlay arrow now so don't set overlay-arrow-string.
2871         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
2873 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
2875         * term.el (term-ansi-current-bold, term-ansi-current-underline)
2876         (term-ansi-current-reverse, term-ansi-current-invisible)
2877         (term-ansi-face-already-done): Change to boolean.
2878         (term-reset-terminal, term-handle-colors-array): Handle the above
2879         vars accordingly.
2880         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
2881         (term-emulate-terminal): Use the new name.
2883         * faces.el (secondary-selection): Use yellow1, not yellow.
2884         (trailing-whitespace): Use red1, not red.
2886 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2888         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
2889         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
2890         (dired-dnd-handle-file): Call dnd-get-local-file-uri
2892         * cus-edit.el (dnd): New group.
2894         * term/w32-win.el (dnd): Require dnd
2895         (w32-drag-n-drop): Call dnd-handle-one-url.
2897         * x-dnd.el: Require dnd.
2898         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
2899         Call dnd-handle-one-url.
2900         (x-dnd-types-alist, x-dnd-insert-utf8-text)
2901         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
2902         to dnd-insert-text.
2903         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
2904         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
2905         (x-dnd-get-local-file-name, x-dnd-open-local-file)
2906         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
2908         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
2910 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
2912         * wdired.el: Doc fixes.
2913         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
2914         (wdired-use-dired-vertical-movement): Rename from
2915         wdired-always-move-to-filename-beginning.
2916         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
2917         (wdired-change-to-wdired-mode): Change mode name.
2918         (wdired-newline): Delete.
2920 2005-04-11  Richard M. Stallman  <rms@gnu.org>
2922         * whitespace.el (whitespace-highlight-the-space):
2923         Don't call whitespace-unhighlight-the-space here.
2925         * simple.el (undo): Record t in undo-equiv-table
2926         for the redo record made by an undo-in-region.
2928 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
2930         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
2931         (gdb-frame-inferior-io-buffer): New Functions to control
2932         display of separate IO buffer.
2933         (menu): Add them to menu-bar.
2934         (gdb-display-buffer): Check for buffer another frame.
2935         Protect GUD buffer.
2936         (gdb-setup-windows): Create IO buffer if not already there.
2937         (gdb-memory-mode): Remove purecopy noops.
2939 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
2941         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
2942         and pass to self-insert-command.
2944 2005-04-11  Lute Kamstra  <lute@gnu.org>
2946         * generic.el: Commentary section cleanup.
2947         (generic): Delete.
2948         (generic-use-find-file-hook, generic-lines-to-scan)
2949         (generic-find-file-regexp, generic-ignore-files-regexp)
2950         (default-generic-mode, generic-mode-find-file-hook)
2951         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
2952         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
2953         (generic-use-find-file-hook, generic-lines-to-scan)
2954         (generic-find-file-regexp, generic-ignore-files-regexp)
2955         (default-generic-mode, generic-mode-find-file-hook)
2956         (generic-mode-ini-file-find-file-hook): Move from generic.el.
2958 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
2960         * bookmark.el (bookmark-write-file): Catch errors writing file.
2961         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
2963 2005-04-10  Richard M. Stallman  <rms@gnu.org>
2965         * startup.el (fancy-splash-tail): Update copyright year.
2966         (command-line): Split part of -Q into -D.
2967         (emacs-basic-display): New defvar.
2968         (fancy-splash-text): Correct name of menu item.
2970         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
2972         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
2973         lines in one node.
2975         * comint.el (comint-send-input): New arg ARTIFICIAL.
2976         Callers in this file changed.
2978         * abbrev.el (define-abbrevs): Read system abbrevs properly.
2980         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
2982 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
2984         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
2985         `ldap-search-internal'.
2987 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2989         * files.el (set-auto-mode-1): Use line-end-position.
2991         * international/latin-1.el:
2992         * international/latin-2.el:
2993         * international/latin-3.el:
2994         * international/latin-4.el:
2995         * international/latin-5.el:
2996         * international/latin-8.el:
2997         * international/latin-9.el: Give punctuation syntax to NBSP.
2999         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3000         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3001         Use char-classes to accept non-ascii letters, accepted in some recent
3002         bibtex implementations.
3004 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
3006         * custom.el (custom-set-minor-mode): Any non-nil value for the
3007         variable should enable the mode when set through Custom.
3009 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3011         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3012         TAB binding so tab-always-indent is obeyed.
3013         (vhdl-minibuffer-local-map): Move initialization into declaration.
3014         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3015         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3016         (vhdl-hooked-abbrev): Avoid test for XEmacs.
3017         (vhdl-current-line): Use line-beginning-position.
3018         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3019         with-output-to-temp-buffer, so the current position can be recorded.
3021 2005-04-10  Masatake YAMATO  <jet@gyve.org>
3023         * progmodes/compile.el (compilation-error-regexp-alist-alist):
3024         Add regexp for gcov.
3026 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3028         * calendar/time-date.el (time-to-seconds, seconds-to-time)
3029         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3030         syntax which Emacs 20 doesn't support.
3032 2005-04-09  Richard M. Stallman  <rms@gnu.org>
3034         * help.el (describe-key-briefly, describe-key):
3035         Replace strings as event types with "(any string)".
3037 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3039         * arc-mode.el (archive-mode-map): Move initialization into
3040         the declaration.  Override *all* bindings of `undo'.
3041         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3043 2005-04-09  Jay Belanger  <belanger@truman.edu>
3045         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3047 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
3049         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3050         (xterm-register-default-colors): Update color values computation
3051         to match xterm-200.
3053 2005-04-09  Kenichi Handa  <handa@m17n.org>
3055         * international/code-pages.el (iso-latin-7): Fix the map.
3057 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
3059         * emacs-lisp/lisp.el (defun-prompt-regexp)
3060         (parens-require-spaces, buffer-end, end-of-defun)
3061         (insert-parentheses): Doc fixes.
3063 2005-04-08  Kim F. Storm  <storm@cua.dk>
3065         * comint.el (comint-highlight-prompt): Fix face spec.
3066         * hi-lock.el (hi-green): Likewise.
3068 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
3070         * cus-edit.el (custom-modified-face):
3071         * comint.el (comint-highlight-input): Fix previous changes.
3072         * term.el (term-handle-ansi-escape): Add a comment.
3074 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3076         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3077         in the buffer and in whitespace-highlighted-space.
3078         (whitespace-unhighlight-the-space): Simplify.
3079         (whitespace-buffer): Simplify.
3081 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
3083         * textmodes/table.el (table-cell-face): Add special case for
3084         displays supporting a high number of colors.
3085         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3086         (vhdl-font-lock-reserved-words-face)
3087         (vhdl-speedbar-architecture-face)
3088         (vhdl-speedbar-instantiation-face)
3089         (vhdl-speedbar-architecture-selected-face)
3090         (vhdl-speedbar-instantiation-selected-face): Likewise.
3091         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3092         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3093         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3094         (ebrowse-root-class-face, ebrowse-member-attribute-face)
3095         (ebrowse-progress-face): Likewise.
3096         * progmodes/compile.el (compilation-info-face): Likewise.
3097         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3098         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3099         * calendar/calendar.el (diary-face): Likewise.
3100         * woman.el (woman-italic-face, woman-bold-face)
3101         (woman-unknown-face): Likewise.
3102         * wid-edit.el (widget-button-pressed-face): Likewise.
3103         * whitespace.el (whitespace-highlight-face): Likewise.
3104         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3105         * pcvs-info.el (cvs-marked-face): Likewise.
3106         * info.el (info-xref): Likewise.
3107         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3108         * hilit-chg.el (highlight-changes-face)
3109         (highlight-changes-delete-face): Likewise.
3110         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3111         (hi-red-b): Likewise.
3112         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3113         * font-lock.el (font-lock-keyword-face)
3114         (font-lock-function-name-face, font-lock-warning-face): Likewise.
3115         * cus-edit.el (custom-invalid-face, custom-modified-face)
3116         (custom-set-face, custom-changed-face, custom-variable-tag-face)
3117         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3118         * comint.el (comint-highlight-prompt): Likewise.
3120 2005-04-08  Lute Kamstra  <lute@gnu.org>
3122         * font-lock.el (font-lock-keywords): Docstring fixes.
3124 2005-04-08  Kenichi Handa  <handa@m17n.org>
3126         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3127         chars are more than a limit, print " and more..." at the tail.
3129 2005-04-08  Kim F. Storm  <storm@cua.dk>
3131         * emacs-lisp/authors.el (authors-aliases): Update list.
3132         (authors-ignored-files): New list.
3133         (authors-fixed-entries): Fix typo.
3134         (authors-renamed-files-alist): Update list.
3135         (authors-add): Check authors-ignored-files.
3137 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
3139         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3140         optional, to ensure backward compatibility.
3142 2005-04-08  Stephen Eglen  <stephen@gnu.org>
3144         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3146 2005-04-08  Kim F. Storm  <storm@cua.dk>
3148         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3150         * mouse.el (mouse-on-link-p): Doc fix.
3152 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
3154         * ielm.el (ielm-prompt-read-only): Doc fix.
3156         * comint.el (comint-prompt-read-only): Doc fix.
3158 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
3160         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3161         ensure dired always handles wildcards passed to ffap.
3162         (find-file-at-point): Use it.
3163         (ffap-dired-wildcards): Doc fix.
3165 2005-04-07  Juri Linkov  <juri@jurta.org>
3167         * simple.el (next-error-overlay-arrow-position): New defvar.
3168         Put "=>" on its property `overlay-arrow-string'.  Add it to
3169         `overlay-arrow-variable-list'.
3171         * progmodes/compile.el (compilation-setup):
3172         Set `next-error-overlay-arrow-position' to nil.  Also set it to
3173         nil in the local hook `kill-buffer-hook'.  Make local variable
3174         `overlay-arrow-string' and set it to "=>".
3175         (compilation-goto-locus): Set BOL position to
3176         `next-error-overlay-arrow-position' instead of
3177         `overlay-arrow-position'.
3179         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3180         locally instead of adding it to the global hook.
3181         (Info-kill-buffer): Move up.
3183 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
3185         * term/xterm.el (xterm-standard-colors): Update color values from
3186         xterm-200.
3188 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3190         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3192         * fast-lock.el:
3193         * lazy-lock.el: Move them to the obsolete subdir.
3195 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
3197         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3198         (wdired-add-replace-advice): Remove.
3199         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3201 2005-04-06  Kim F. Storm  <storm@cua.dk>
3203         * startup.el (command-line): Add --bare-bones alias for -Q.
3205 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3207         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3208         create the startup fontset if a font specification ends with
3209         `mac-roman'.
3211 2005-04-06  Lute Kamstra  <lute@gnu.org>
3213         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3214         change.
3216         * emacs-lisp/copyright.el (copyright-update-year): Replace the
3217         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
3219 2005-04-05  Lute Kamstra  <lute@gnu.org>
3221         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3222         (define-generic-mode): Ditto.  Fix debug declaration.
3224         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3225         Put them in the generic-x group.
3227         * calendar/timeclock.el (timeclock): Doc fix.
3229         * generic.el (define-generic-mode): Don't use custom-current-group.
3230         Document default :group value.
3231         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3232         (define-global-minor-mode): Don't use custom-current-group.
3234 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
3236         * startup.el (command-line-1): Display startup-echo-area-message
3237         when fancy splash screen is in use.
3239         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3240         (sh-escaped-newline): New face.
3241         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3242         newline, and use sh-escaped-newline face.
3244         * progmodes/tcl.el (tcl-escaped-newline): New face.
3245         (tcl-builtin-list): New variable.
3246         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3247         newlines.  Fix keywords subexpression number.
3249 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
3251         * textmodes/org.el (org-diary-default-entry): Fix call to
3252         `add-to-diary-entry'.
3254 2005-04-05  Kim F. Storm  <storm@cua.dk>
3256         * ediff-init.el: Use (featurep 'xemacs).
3258 2005-04-05  David Ponce  <david@dponce.com>
3260         * cus-edit.el (face): Derive from symbol widget.  Display sample
3261         of the current face on the fly.
3262         (widget-face-sample-face-get, widget-face-notify): New functions.
3263         (widget-face-value-create): Remove.
3265         * wid-edit.el (widget-field-end): Temporarily remove field
3266         narrowing before to call `get-char-property'.
3268 2005-04-04  Jay Belanger  <belanger@truman.edu>
3270         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3271         (math-read-subscripts): New variable.
3272         (math-read-preprocess-string): Process subscripts.
3274 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
3276         * comint.el (comint-prompt-read-only): Doc fix.
3278         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3279         `-1'.  Doc fix.
3281 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
3283         * textmodes/org.el (org-insert-mode-line-in-empty-file):
3284         Change default value to nil.
3286 2005-04-04  Lute Kamstra  <lute@gnu.org>
3288         * autorevert.el (auto-revert-mode): Specify :group.
3289         * battery.el (display-battery-mode): Specify :group.
3290         * diff-mode.el (diff-minor-mode): Specify :group.
3291         * font-core.el (font-lock-mode): Specify :group.
3292         * hl-line.el (hl-line-mode): Specify :group.
3293         * iimage.el (iimage): New customization group.
3294         (iimage-mode): Specify :group.
3295         * longlines.el (longlines-mode): Specify :group.
3296         * master.el: Don't require easy-mmode.
3297         (master): New customization group.
3298         (master-mode): Specify :group.
3299         * msb.el (msb-mode): Specify :group.
3300         * reveal.el (reveal-mode): Specify :group.
3301         * simple.el (next-error-follow-minor-mode): Specify :group.
3302         * smerge-mode.el (smerge-mode): Specify :group.
3303         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3304         * emulation/cua-base.el (cua-mode): Specify :group.
3305         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3306         * language/thai-util.el (thai-auto-composition-mode)
3307         (thai-word-mode): Specify :group.
3308         * mail/supercite.el (sc-minor-mode): Specify :group.
3309         * progmodes/cwarn.el (cwarn-mode): Specify :group.
3310         * progmodes/flymake.el (flymake-mode): Specify :group.
3311         * progmodes/glasses.el (glasses-mode): Specify :group.
3312         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3313         * textmodes/enriched.el (enriched-mode): Specify :group.
3314         * textmodes/refill.el (refill-mode): Specify :group.
3316         * add-log.el (change-log-font-lock-keywords): Names in
3317         parenthesized lists can contain spaces.
3319 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
3321         * startup.el (fancy-splash-text): Shorten default text of
3322         "Emacs Tutorial" line.  Also, if the current language env
3323         indicates an available tutorial file other than TUTORIAL,
3324         extract its title and append it to the line in parentheses.
3325         (fancy-splash-insert): If arg is a thunk, funcall it.
3327 2005-04-04  Jay Belanger  <belanger@truman.edu>
3329         * calc.el (calc-language-alist): Add tags to customization type.
3331 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
3333         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
3334         Doc fix.
3336 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
3338         * add-log.el (change-log-font-lock-keywords): The manual
3339         describing a Change Log entry, says: (...) "Aside from these
3340         header lines, every line in the change log starts with a space or
3341         a tab.".  The font-lock was not highlighting lines started with
3342         spaces, added support for it.
3344 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3346         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
3347         (bibtex-generate-url-list): Update docstring accordingly.  Put the
3348         complex example in the docstring.
3349         (bibtex-font-lock-url): Use pop.
3351 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3353         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
3355         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
3357 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
3359         * filesets.el (filesets-set-default): Doc fix.
3361 2005-04-03  Lute Kamstra  <lute@gnu.org>
3363         * generic.el (define-generic-mode): Add argument to specify
3364         keywords for defcustom.
3365         (default-generic-mode): Specify :group.
3367         * generic-x.el: Specify :group for all generic modes.
3369         * desktop.el (desktop-no-desktop-file-hook)
3370         (desktop-after-read-hook): Doc fix.
3372 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
3374         * simple.el (visible-mode): Use explicit :group keyword.
3375         This changes the group of `visible-mode-hook' from paren-blinking
3376         to editing-basics.
3378 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
3380         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
3381         mailbox specifications as well as URLs.
3382         (rmail-insert-inbox-text): Remove unused conditional branches.
3384 2005-04-01  Jay Belanger  <belanger@truman.edu>
3386         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3387         (calc-gnuplot-print-command): Move definitions to calc.el.
3389         * calc/calc-embed.el (calc-embedded-announce-formula)
3390         (calc-embedded-open-formula, calc-embedded-close-formula)
3391         (calc-embedded-open-word, calc-embedded-close-word)
3392         (calc-embedded-open-plain, calc-embedded-close-plain)
3393         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3394         (calc-embedded-open-mode, calc-embedded-close-mode):
3395         Move definitions to calc.el.
3397         * calc/calc.el (calc-settings-file, calc-language-alist):
3398         Make customizable.
3399         (calc-embedded-announce-formula, calc-embedded-open-formula)
3400         (calc-embedded-close-formula, calc-embedded-open-word)
3401         (calc-embedded-close-word, calc-embedded-open-plain)
3402         (calc-embedded-close-plain, calc-embedded-open-new-formula)
3403         (calc-embedded-close-new-formula, calc-embedded-open-mode)
3404         (calc-embedded-close-mode, calc-gnuplot-name)
3405         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
3406         from other files and make customizable.
3408 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3410         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
3411         Use buffer-live-p.
3412         (cvs-mode-run): Don't call cvs-update-header here.
3413         (cvs-run-process): Call cvs-update-header.
3414         Use process properties for cvs-postprocess and cvs-buffer so that
3415         the sentinel can behave better if the temp buffer is killed.
3416         Use a pipe rather than a tty, to better handle unexpected prompts.
3417         (cvs-sentinel): Rewrite.  Call cvs-update-header.
3419 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
3421         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
3422         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
3424 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3426         * generic.el (define-generic-mode): Add indentation rule.
3428 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
3430         * files.el (mode-require-final-newline): Make Custom correctly
3431         report a nil value and allow to set it to nil via Custom.
3432         Doc fix.
3434 2005-04-01  Kenichi Handa  <handa@m17n.org>
3436         * international/characters.el: Enable the correct case setting for
3437         dotless-i and dotted-I.
3439 2005-04-01  Kim F. Storm  <storm@cua.dk>
3441         * ido.el (ido-file-internal): Fall back to non-ido command if
3442         initial directory is on slow ftp (or tramp) host.
3444 2005-03-31  Richard M. Stallman  <rms@gnu.org>
3446         * emacs-lisp/autoload.el (make-autoload):
3447         Handle define-global-minor-mode.
3449         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3450         Rename from easy-mmode-define-global-mode.
3451         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
3453         * progmodes/scheme.el (scheme-mode-syntax-table):
3454         Update syntax of | and # for two-character comment syntax.
3456 2005-03-31  Lute Kamstra  <lute@gnu.org>
3458         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
3459         (define-minor-mode): Call custom-current-group at load-time.
3461         * generic.el (define-generic-mode): Add debug declaration.
3462         Add defcustom for the mode hook.
3463         (generic-mode-internal): Use run-mode-hooks.
3465 2005-03-31  Kim F. Storm  <storm@cua.dk>
3467         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
3468         (mouse-fixup-help-message): New defun called by show_help_echo
3469         to fixup mouse-2 prefix in help messages when applicable.
3471         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
3473 2005-03-31  Kenichi Handa  <handa@m17n.org>
3475         * language/thai-word.el (thai-find-word-ends): Pay attention to
3476         the case that we reach the end of buffer.
3478         * textmodes/fill.el (fill-text-properties-at): New function.
3479         (fill-newline): Use fill-text-properties-at instead of
3480         text-properties-at.
3482 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
3484         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
3485         not comint-quote-filename.
3487 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
3489         * help-fns.el (help-with-tutorial): Revert last change.
3491 2005-03-31  Kim F. Storm  <storm@cua.dk>
3493         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
3495 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
3497         * calendar/cal-china.el: Update reference to "Calendrical
3498         Calculations" book; there's a new edition.
3499         * calendar/cal-coptic.el: Likewise.
3500         * calendar/cal-french.el: Likewise.
3501         * calendar/cal-hebrew.el: Likewise.
3502         * calendar/cal-islam.el: Likewise.
3503         * calendar/cal-iso.el: Likewise.
3504         * calendar/cal-julian.el: Likewise.
3505         * calendar/cal-mayan.el: Likewise.
3506         * calendar/cal-persia.el: Likewise.
3507         * calendar/calendar.el: Likewise.
3508         * calendar/holidays.el: Likewise.
3509         * calendar/lunar.el: Likewise.
3510         * calendar/solar.el: Likewise.
3512         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
3513         white space from doc string.
3515 2005-03-30  Jay Belanger  <belanger@truman.edu>
3517         * calc/calc-help.el (calc-full-help): Remove email address.
3519 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
3521         * help-fns.el (help-with-tutorial): Delete title line.
3523 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
3525         * calendar/cal-x.el (calendar-one-frame-setup)
3526         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
3527         rather than 'symbol for set-window-dedicated-p.
3529         * calendar/appt.el (appt-buffer-name): Make it a constant.
3530         (appt-add): Doc fix.
3532         * filesets.el (filesets-menu-path, filesets-menu-before)
3533         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
3534         (filesets-menu-cache-file): Use directory ~/.emacs.d.
3535         (filesets-add-submenu): Delete and use add-submenu instead.
3537 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
3539         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
3540         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
3541         (org-diary-default-entry): New function.
3542         (org-get-entries-from-diary): Better parsing of diary entries.
3543         (org-agenda-check-no-diary): New function.
3544         ("diary-lib"): Advice to function `add-to-diary-list', to allow
3545         linking to diary entries.
3546         (org-agenda-execute-calendar-command): New function.
3547         (org-agenda): Improve visible section in window.
3548         Use `org-fit-agenda-window'.
3549         (org-fit-agenda-window): New option.
3550         (org-move-subtree-down): Better handling of empty lines
3551         at end of subtree.
3552         (org-cycle): Numeric prefix is interpreted now as show-subtree N
3553         levels up.
3554         (org-fontify-done-headline): New option.
3555         (org-headline-done-face): New face.
3556         (org-set-font-lock-defaults): Use `org-headline-done-face'.
3557         (org-table-copy-down): Rename from `org-table-copy-from-above'.
3558         When current field is non-empty, it is copied to next row.
3559         (org-table-copy-from-above): Fix bug which made it
3560         impossible to copy fields containing only a single non-white character.
3562 2005-03-30  Kim F. Storm  <storm@cua.dk>
3564         * kmacro.el (kmacro-end-macro): Isearch may store this command
3565         into the macro -- so ignore it when executing keyboard macro.
3567 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
3569         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
3571 2005-03-29  Kenichi Handa  <handa@m17n.org>
3573         * language/thai.el ("Thai"): Set setup-function and exit-function
3574         for Thai language environment.
3576         * language/thai-util.el: Require thai-word.
3577         (thai-word-mode-map): New variable.
3578         (thai-word-mode): New minor mode.
3579         (setup-thai-language-environment-internal): New function.
3580         (exit-thai-language-environment-internal): New function.
3582         * language/thai-word.el (thai-word-table): Declare it by defvar,
3583         use dolist to initialize it.
3584         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
3585         (thai-fill-find-break-point): New functions.
3587 2005-03-29  Richard M. Stallman  <rms@gnu.org>
3589         * simple.el (idle-update-delay): Move definition up.
3590         (set-mark): Doc fix.
3592 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
3594         * longlines.el: New file.
3596         * simple.el (buffer-substring-filters): New variable.
3597         (filter-buffer-substring): New function.
3598         (kill-region, copy-region-as-kill): Use it.
3600         * register.el (copy-to-register, append-to-register)
3601         (prepend-to-register): Use filter-buffer-substring.
3603 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
3605         * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
3606         (gud-filter-pending-text): Move in front of gdb.
3607         (gud-overlay-arrow-position): New variable.
3608         (gud-sentinel, gud-display-line): Use it in place of
3609         overlay-arrow-position.
3611 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
3613         * progmodes/fortran.el (fortran-if-indent): Doc fix.
3614         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
3615         (fortran-font-lock-keywords-4): New variable.
3616         (fortran-blocks-re, fortran-end-block-re)
3617         (fortran-start-block-re): New constants, for hideshow.
3618         (hs-special-modes-alist): Add a Fortran entry.
3619         (fortran-mode-map): Bind fortran-end-of-block,
3620         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
3621         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
3622         (fortran-looking-at-if-then, fortran-end-of-block)
3623         (fortran-beginning-of-block): New functions, for hideshow.
3625         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
3626         Doc fix.  Tweak regexp.
3627         (f90-beginning-of-block): Push mark first.
3629 2005-03-29  Jay Belanger  <belanger@truman.edu>
3631         * calc/calc.el: Update copyright date.
3632         (calc-version): Increase to 2.1.
3633         (calc-version-date): Remove.
3635         * calc/calc-help.el: Update copyright date.
3636         (calc-full-help): Remove reference to calc-version-date.
3637         Update copyright date.
3639 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3641         * vc.el (vc-do-command): Use a pipe for async processes, so password
3642         prompts don't show up at places where the user can't reply.
3644 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
3646         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
3647         on the file name we pass to the inferior shell.
3649 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
3651         * progmodes/which-func.el (which-function): Be robust in the face of an
3652         imenu--make-index-alist failure.
3654 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3656         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
3658         * progmodes/python.el (python-preoutput-filter): Fix last change.
3660 2005-03-29  Lute Kamstra  <lute@gnu.org>
3662         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
3663         functions and compiled macros.
3664         (debug-convert-byte-code): Handle macros too.
3665         (debug-on-entry-1): Don't signal an error when trying to clear a
3666         function that is not set to debug on entry.
3668 2005-03-29  Jay Belanger  <belanger@truman.edu>
3670         * calc/calc-lang.el: Add functions to math-function-table
3671         properties of tex and math.
3673 2005-03-29  Kenichi Handa  <handa@m17n.org>
3675         * ps-mule.el (ps-mule-plot-string): Translate characters by
3676         ps-print-translation-table.
3677         (ps-mule-begin-job): Call find-charset-region/string with
3678         ps-print-translation-table.
3679         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
3681         * ps-print.el (ps-print-translation-table): New variable.
3682         (ps-plot-region): Translate characters by ps-print-translation-table.
3684 2005-03-29  Juri Linkov  <juri@jurta.org>
3686         * simple.el (next-error-highlight-timer): New variable.
3688         * progmodes/compile.el (compilation-goto-locus):
3689         Use `next-error-highlight-timer' instead of `sit-for'.
3691 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3693         * mail/supercite.el (sc-mail-field): Use assoc-string.
3694         (sc-get-address): Simplify regexps.
3696         * files.el (minibuffer-with-setup-hook): New macro.
3697         (find-file-read-args): Use it to avoid let-binding
3698         minibuffer-with-setup-hook (which breaks turning on/off
3699         file-name-shadow-mode while in the prompt).
3701         * complete.el (PC-read-include-file-name-internal): Use test-completion.
3703 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
3705         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
3707 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3709         * window.el (window-buffer-height): Use count-screen-lines.
3711         * progmodes/python.el (python-preoutput-leftover): New var.
3712         (python-preoutput-filter): Use it.
3713         (python-send-receive): Loop until all the result has been received.
3715 2005-03-28  Juri Linkov  <juri@jurta.org>
3717         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
3719         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
3720         "Recover Crashed Session".
3721         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
3722         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
3723         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
3724         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
3725         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
3726         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
3727         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
3728         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
3730         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
3731         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
3732         Ediff Sessions", "Toggle use of separate control buffer frame",
3733         "Use separate frame for Ediff control buffer".
3735         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
3736         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
3737         "Rename Bookmark", "Delete Bookmark".
3739         * info.el (Info-mode-menu): Remove ellipsis from "Index".
3740         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
3741         Add `:active Info-index-alternatives' to "Next Matching Item".
3743         * wdired.el (wdired-change-to-wdired-mode):
3744         Mention `wdired-abort-changes' key in the initial message.
3746         * international/mule.el (auto-coding-alist): Associate non-ascii
3747         image filename extensions with `no-conversion'.
3749 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
3751         * international/iso-acc.el:
3752         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
3754 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
3756         * textmodes/sgml-mode.el (html-mode): Doc update.
3758         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
3760 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
3762         * term.el (term-move-columns): Fix face after extending a line.
3763         (term-insert-spaces): Likewise.
3764         (term-reset-terminal): Fix off by one error.
3766 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
3768         * international/mule.el (auto-coding-alist): Add .xpi files.
3770         * files.el (auto-mode-alist): Add .xpi files.
3772 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
3774         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
3776 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
3778         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
3780 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
3782         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
3783         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
3785         * calendar/cal-move.el (calendar-beginning-of-year): Move the
3786         cursor to Jan 1 when needed.
3787         (calendar-end-of-year): Fix -/+ typo.
3788         Reported by Chong Yidong <cyd@stupidchicken.com>.
3790 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3792         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
3794         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
3795         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
3797 2005-03-25  Richard M. Stallman  <rms@gnu.org>
3799         * filesets.el (filesets-init): Add autoload.
3801         * mail/mailalias.el (mail-directory): Doc fix.
3803 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
3805         * mail/mailalias.el (mail-directory-process): Do nothing if
3806         mail-directory-process is an atom.
3807         (mail-get-names): Ignore mail-directory-names if it is an atom.
3808         (mail-directory-process defvar): Doc fix.
3809         (mail-names): Doc fix.
3811 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
3813         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
3815 2005-03-26  Kenichi Handa  <handa@m17n.org>
3817         * international/mule-util.el (detect-coding-with-priority):
3818         Call update-coding-systems-internal before detect-coding-region.
3820 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
3822         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3823         (gdb-frames-mode-map): Add follow-link property.
3825 2005-03-25  Jay Belanger  <belanger@truman.edu>
3827         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
3828         for variables.
3830 2005-03-25  Juri Linkov  <juri@jurta.org>
3832         * image-mode.el: Optimize image filename extension regexps in
3833         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
3834         in `auto-mode-alist'.
3835         (image-mode): Add `image-toggle-display-text' to local hook
3836         `change-major-mode-hook'.  Display the image as an image by
3837         default.  Set `cursor-type' and `truncate-lines' if the image
3838         is already displayed.  Take into account the current mode (image
3839         or text) in message.
3840         (image-minor-mode): New minor mode.
3841         (image-mode-maybe, image-toggle-display-text): New functions.
3842         (image-toggle-display): Use called-interactively-p.
3843         Let-bind `inhibit-read-only' to t.
3845         * image-mode.el (image-minor-mode): Set `cursor-type' and
3846         `truncate-lines' if the image is already displayed.  Add turning
3847         image-minor-mode off to `change-major-mode-hook'.  Add message.
3848         Call `image-toggle-display-text' after turning image-minor-mode off.
3850 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3852         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
3853         Terminal.app, use utf-8.
3854         (set-display-table-and-terminal-coding-system): Add coding-system arg.
3855         (set-locale-environment): Use it.
3857         * term/xterm.el: Undo last change, better done in mule-cmds.el.
3859         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
3861         * progmodes/python.el (python-close-block-statement-p)
3862         (python-outdent-p, python-current-defun): Use symbol-end.
3864 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
3866         * files.el (save-some-buffers): Doc fix.
3868 2005-03-25  Werner Lemberg  <wl@gnu.org>
3870         * complete.el, thumbs.el: Replace `legal' with `valid'.
3871         * calendar/calendar.el: Replace `legal' with `valid'.
3872         * emacs-lisp/advice.el: Replace `legal' with `valid'.
3873         * mail/supercite.el: Replace `legal' with `valid'.
3874         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
3875         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
3876         Replace `legal' with `valid'.
3877         * textmodes/reftex-vars.el, textmodes/reftex.el:
3878         Replace `legal' with `valid'.
3880 2005-03-25  Werner Lemberg  <wl@gnu.org>
3882         * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
3883         * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
3884         * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
3885         * emulation/vip.el: Replace `illegal' with `invalid'.
3886         * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
3887         * mail/supercite.el: Replace `illegal' with `invalid'.
3888         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
3889         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
3890         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
3891         * progmodes/sh-script.el, progmodes/xscheme.el:
3892         Replace `illegal' with `invalid'.
3893         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
3894         * textmodes/reftex-index.el, textmodes/reftex-parse.el
3895         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
3896         * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
3898 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3900         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
3901         (flymake-find-buildfile, flymake-find-possible-master-files)
3902         (flymake-check-include, flymake-parse-line): Replace loops over the
3903         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
3905         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
3906         Substitute file-name-as-directory in the rest of the file.
3907         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
3908         (flymake-replace-region): Remove unused arg `buffer'.
3909         (flymake-check-patch-master-file-buffer): Update calls to it.
3910         (flymake-add-err-info): Remove unused var `count'.
3911         (flymake-mode): Use define-minor-mode.
3913         * progmodes/flymake.el: Use with-current-buffer.
3914         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
3915         flymake-replace-regexp-in-string, flymake-line-beginning-position)
3916         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
3917         Avoid testing for `xemacs'.
3918         (flymake-nop): Move.
3919         (flymake-region-has-flymake-overlays): Return the computed value.
3920         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
3921         Remove unused var `endline'.
3922         (flymake-get-line-count): Remove unused function.
3923         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
3925         * emulation/vi.el:
3926         * generic.el:
3927         * hilit-chg.el (global-highlight-changes):
3928         * hi-lock.el (hi-lock-mode):
3929         * follow.el: find-file-hooks -> find-file-hook.
3931         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
3933 2005-03-24  Juri Linkov  <juri@jurta.org>
3935         * dired.el (dired-mode-map): Add menu item "Compare directories"
3936         for dired-compare-directories.
3938         * dired-aux.el (dired-compare-directories): Add autoload cookie.
3939         Doc fix.  Replace `read-file-name' with `read-directory-name'.
3941 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3943         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
3945 2005-03-24  Jay Belanger  <belanger@truman.edu>
3947         * calc/calc-embed.el (calc-embedded-mode-change): Save all
3948         relevant mode settings in calc-embedded-original-modes when modes
3949         are permanently changed.
3951 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3953         * autoinsert.el: find-file-hooks -> find-file-hook.
3955 2005-03-24  Lute Kamstra  <lute@gnu.org>
3957         * generic.el (generic-font-lock-defaults): Make it obsolete.
3958         (generic-font-lock-keywords): New variable to replace
3959         generic-font-lock-defaults.
3960         (generic-mode-set-font-lock): Delete it.
3961         (generic-mode-internal): Don't call generic-mode-set-font-lock.
3962         (generic-bracket-support): Add docstring.
3964         * generic-x.el: Rename generic-font-lock-defaults to
3965         generic-font-lock-keywords throughout.
3966         (mailagent-rules-setup-function): Delete it.
3967         (mailagent-rules-generic-mode): Use anonymous function instead.
3968         (show-tabs-generic-mode-font-lock-defaults-1)
3969         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
3970         Quote faces.
3971         (show-tabs-tab-face, show-tabs-space-face): Specify background,
3972         not foreground.
3974         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3975         Recognize define-generic-mode.
3977 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3979         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
3980         if there's no completion table.
3982 2005-03-23  Miles Bader  <miles@gnu.org>
3984         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
3985         Remove tty-specific variants, as they're no longer needed.
3987 2005-03-23  Lute Kamstra  <lute@gnu.org>
3989         * generic-x.el: Code cleanup: make args constant whenever possible.
3990         (installshield-statement-keyword-list)
3991         (installshield-system-functions-list)
3992         (installshield-system-variables-list, installshield-types-list)
3993         (installshield-funarg-constants-list): Make them constants.
3995         * generic.el (generic-make-keywords-list): Add autoload cookie.
3997         * calendar/time-date.el: Add comment on time value formats.
3998         Don't require parse-time.
3999         (with-decoded-time-value): New macro.
4000         (encode-time-value): New function.
4001         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4002         (days-to-time): Return a valid time value when arg is huge.
4003         (time-since): Use time-subtract.
4004         (time-to-number-of-days): Use time-to-seconds.
4006 2005-03-23  David Ponce  <david@dponce.com>
4008         * recentf.el: (recentf-keep): New option.
4009         (recentf-menu-action): Default to `find-file'.
4010         (recentf-keep-non-readable-files-flag)
4011         (recentf-keep-non-readable-files-p)
4012         (recentf-file-readable-p, recentf-find-file)
4013         (recentf-cleanup-remote): Remove.
4014         (recentf-include-p): More robust.
4015         (recentf-keep-p): New function.
4016         (recentf-remove-if-non-kept): Rename from
4017         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
4018         All callers updated.
4019         (recentf-menu-items-for-commands): Fix help string.
4020         (recentf-track-closed-file): Update.  Doc fix.
4021         (recentf-cleanup): Update.  Count removed files.  Doc fix.
4023 2005-03-23  Kim F. Storm  <storm@cua.dk>
4025         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4026         Don't inherit from fringe face (now happens automatically).
4028 2005-03-22  Kim F. Storm  <storm@cua.dk>
4030         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4031         position values.
4033 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4035         * menu-bar.el (showhide-date-time): Remove.
4036         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4037         (menu-bar-make-mm-toggle): Simplify.
4039 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
4041         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4042         Accept qualified variable and function names.
4044 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
4046         * bindings.el (completion-ignored-extensions):
4047         Remove ".lis" for `vax-vms'.
4049 2005-03-22  Andreas Schwab  <schwab@suse.de>
4051         * generic-x.el: Revert last change.
4052         * ldefs-boot.el: Update.
4054 2005-03-22  Jay Belanger  <belanger@truman.edu>
4056         * calc/calc-embed (calc-embedded-original-modes): New variable.
4057         (calc-embedded-save-original-modes)
4058         (calc-embedded-restore-original-modes): New functions.
4059         (calc-do-embedded): Save original modes when entering embedded mode
4060         and restore when leaving embedded mode.
4061         (calc-embedded-modes-change): Change the value of
4062         calc-embedded-original-modes to reflect permanent changes.
4064 2005-03-22  Lute Kamstra  <lute@gnu.org>
4066         * generic-x.el: Require generic again.
4068 2005-03-22  Miles Bader  <miles@gnu.org>
4070         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4071         Tweak details to look good on both ttys and bitmap displays, light
4072         or dark background, etc.
4074 2005-03-21  Kim F. Storm  <storm@cua.dk>
4076         * tooltip.el (tooltip-show-help-function): Check car and cdr of
4077         mouse position.
4079 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4081         * icomplete.el: Don't forcibly turn on the mode upon load.
4082         (icomplete-mode): Use define-minor-mode.
4083         (icomplete-eoinput): Default to nil.
4084         (icomplete-minibuffer-setup): Remove autoload.
4085         (icomplete-tidy): Simplify.
4086         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4087         in the initial state or if the user has modified the field.
4088         Fix handling of icomplete-max-delay-chars.
4089         Remove code that handles the oddball case where
4090         minibuffer-completion-table is an integer.
4091         Wrap icomplete-completions in while-no-input in case building
4092         completions takes more time than expected.
4093         (icomplete-completions): Simplify.
4095 2005-03-21  Richard M. Stallman  <rms@gnu.org>
4097         * jka-compr.el (jka-compr-really-do-compress):
4098         Make variable buffer-local.
4100         * image-mode.el: Handle .xpm files too.
4101         (image-toggle-display): Preserve modification flag.
4103         * help.el (where-is): Don't mention aliases with no key bindings.
4105 2005-03-21  Lute Kamstra  <lute@gnu.org>
4107         * generic.el: Fix commentary section.  Don't require cl for compilation.
4108         (generic-mode-list): Add autoload cookie.
4109         (generic-use-find-file-hook, generic-lines-to-scan)
4110         (generic-find-file-regexp, generic-ignore-files-regexp)
4111         (generic-mode, generic-mode-find-file-hook)
4112         (generic-mode-ini-file-find-file-hook): Fix docstrings.
4113         (define-generic-mode): Make it a defmacro.  Fix docstring.
4114         (generic-mode-internal): Code cleanup.  Add autoload cookie.
4115         (generic-mode-set-comments): Code cleanup.
4116         * generic-x.el: Don't prevent compilation.  Don't require generic.
4117         Follow coding conventions.  Minor code cleanup.
4118         (etc-fstab-generic-mode): Add some keywords.
4119         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4120         define-generic-mode like a function declaration.
4122 2005-03-21  Jay Belanger  <belanger@truman.edu>
4124         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4125         changing modes.
4127 2005-03-21  Sam Steingold  <sds@gnu.org>
4129         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4131 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
4133         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4134         Add underscore to "f$ lexicals" regexp.
4136 2005-03-20  Juri Linkov  <juri@jurta.org>
4138         * subr.el (progress-reporter-do-update): When `min-value' is equal
4139         to `max-value', set `percentage' to 0 and prevent division by zero.
4141 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
4143         Sync with Tramp 2.0.48.
4145         * tramp.el (all): Change all addresses to .gnu.org.
4146         (tramp-append-tramp-buffers): New defun.
4147         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4148         Catch `dont-send' signal.
4149         (tramp-set-auto-save-file-modes): Set always permissions, because
4150         there might be an old auto-saved file belonging to another
4151         original file.  This could be a security threat.  Reported by
4152         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4153         Check for Emacs 21.3.50 removed.
4155         * tramp-smb.el (all): Remove debug construct for
4156         `with-parsed-tramp-file-name'.
4157         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4158         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4159         No error message if DIRECTORY or FILENAME doesn't exist.
4160         (tramp-smb-open-connection): Check existence of
4161         `tramp-smb-program'.
4163 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4165         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4166         Properly handle the case where the `m' or `s' command's argument is not
4167         yet terminated.
4168         (perl-indent-new-calculate): New function.
4169         (perl-indent-line): Use it.
4171 2005-03-20  Miles Bader  <miles@gnu.org>
4173         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4174         in text-mode too.  Change to new face names.
4175         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4176         Add `:weight bold' attribute.
4177         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4179 2005-03-19  Juri Linkov  <juri@jurta.org>
4181         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
4183         * international/mule.el (auto-coding-alist): Sync with
4184         `auto-mode-alist' by adding upper case archive file extensions
4185         and adding ear/war to jar extension.
4187 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
4189         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4190         running, restart it.
4192 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
4194         * finder.el (finder-current-item): Throw an error on an empty line.
4196         * man.el (Man-follow-manual-reference): If current-word returns
4197         nil, use "".
4199 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
4201         * simple.el (goto-line): Doc fix.
4203 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
4205         * files.el (save-buffer): Doc fix.
4207 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
4209         * recentf.el (recentf-cleanup-remote): New variable.
4210         (recentf-cleanup): Use it to conditionally check availablity of
4211         remote files.
4213 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
4215         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4216         function names.
4218 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
4220         * language/thai-word.el: New file.
4222 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
4224         * files.el (backup-buffer): If the file's directory is not
4225         writable, use copy instead of move to backup the file.
4227 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
4229         * obsolete/keyswap.el: Moved to obsolete/ from term/.
4231 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4233         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4234         Use functionp instead of symbolp and fboundp.  Reported by Drkm
4235         <darkman_spam@yahoo.fr>.
4236         (ps-print-version): New version 6.6.6.
4238 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
4240         * textmodes/table.el (table--line-column-position): New idiom.
4241         (table--row-column-insertion-point-p): New function to test
4242         validity of row and column insertion operation at a location.
4243         (table-global-menu, table-cell-menu): Use above functions for
4244         deterministic test operation.
4245         (table--editable-cell-p): Behave in deterministic fashion.
4247 2005-03-18  Juri Linkov  <juri@jurta.org>
4249         * isearch.el (isearch-lazy-highlight-new-loop):
4250         Make arguments beg and end optional.
4251         (isearch-update): Remove optional arguments nil from
4252         isearch-lazy-highlight-new-loop.
4253         (isearch-lazy-highlight-search): Let-bind case-fold-search to
4254         isearch-lazy-highlight-case-fold-search instead of
4255         isearch-case-fold-search, and let-bind isearch-regexp to
4256         isearch-lazy-highlight-regexp.
4257         Use isearch-lazy-highlight-last-string instead of isearch-string.
4259         * replace.el (perform-replace): Remove bindings of global
4260         variables isearch-string, isearch-regexp, isearch-case-fold-search.
4261         Add three new arguments to `replace-highlight'.
4262         (replace-highlight): Add arguments string, regexp, case-fold.
4263         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4264         to allow isearch-lazy-highlight-new-loop to use these values
4265         to set corresponding isearch-lazy-highlight-* internal
4266         variables whose values lazy highlighting will use regardless of
4267         changes to global variables isearch-string, isearch-regexp,
4268         isearch-case-fold-search during lazy highlighting loop.
4269         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4270         to `lazy-highlight-cleanup'.
4272         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4273         (ispell-highlight-face): Set default face to `isearch' when
4274         lazy highlighting is enabled.
4275         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4276         priority to 1.  Add lazy highlighting.
4277         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4278         from `isearch-dehighlight'.
4280 2005-03-18  David Ponce  <david@dponce.com>
4282         * files.el (hack-local-variables): Do a case-insensitive search
4283         for End.
4285 2005-03-18  Juri Linkov  <juri@jurta.org>
4287         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4288         `isearch-lazy-highlight-cleanup', add alias to old name and
4289         declare obsolete.  Add release numbers to other obsolete vars.
4290         (isearch-done, isearch-lazy-highlight-new-loop):
4291         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
4292         (lazy-highlight-cleanup) <variable>: Doc fix.
4293         (isearch-lazy-highlight-update): Rename obsolete
4294         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4296 2005-03-18  Kenichi Handa  <handa@m17n.org>
4298         * language/thai-util.el: Fix categorization of Thai characters in
4299         thai-category-table.
4300         (thai-composition-pattern): Adjust it for the above change.
4301         (thai-self-insert-command, thai-compose-syllable): New functions.
4302         (thai-compose-region): Use thai-compose-syllable.
4303         (thai-compose-string): Likewise.
4304         (thai-composition-function): Likewise.
4305         (thai-auto-composition): New function.
4306         (thai-auto-composition-mode): New minor mode.
4308         * language/thai.el: Fix patterns to be registered in
4309         composition-function-table.
4311         * international/quail.el (quail-input-method): Locally bind
4312         inhibit-modification-hooks to t.
4314 2005-03-17  Richard M. Stallman  <rms@gnu.org>
4316         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4317         (perl-mode): Use run-mode-hooks.
4319         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4320         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4321         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
4323         * mail/sendmail.el (sendmail-send-it): Reenable the code
4324         to compute resend-to-address and use it.
4326         * tar-mode.el (tar-mode): Turn off undo unconditionally.
4328         * image-mode.el: New file.
4330         * image.el (insert-sliced-image): Add autoload cookie.
4332         * font-lock.el (font-lock-lines-before): New user option.
4333         (font-lock-after-change-function): Obey it.
4335         * bindings.el (esc-map): Make M-g a prefix.
4336         Bind M-g g and M-g M-g to goto-line.
4338         * faces.el (face-id): Doc fix.
4340 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
4342         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
4343         (rmail-show-message): Use rmail-unknown-mail-followup-to.
4344         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
4346         * mail/sendmail.el (mail-yank-ignored-headers)
4347         (mail-font-lock-keywords, mail-mode-fill-paragraph):
4348         Add Mail-Followup-To and Mail-Reply-To headers.
4349         (mail-citation-hook): Add autoload cookie.
4350         (mail-mode): Doc fix.
4351         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
4352         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
4353         (mail-mode-fill-paragraph): Handle those headers.
4354         (mail-mailing-lists): New variable.
4355         (mail-mail-reply-to, mail-mail-followup-to): New functions.
4357 2005-03-17  Juri Linkov  <juri@jurta.org>
4359         * isearch.el (isearch-fallback): Check for `(car previous)'
4360         before calling `isearch-other-end-state'.
4362 2005-03-17  Kim F. Storm  <storm@cua.dk>
4364         * simple.el (move-beginning-of-line): Move to beginning of buffer
4365         line, as well as beginning of screen line.
4367 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
4369         * calendar/diary-lib.el (mark-diary-entries): Use new optional
4370         argument REDRAW rather than calendar-redrawing variable.
4371         * calendar/calendar.el (calendar-redrawing): Delete.
4372         (redraw-calendar): Do not bind calendar-redrawing.
4374 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
4376         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
4377         diary-file buffer.
4379 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
4381         * help.el (describe-mode): Allow a :minor-mode-function property to
4382         specify a different minor mode toggle function than the variable.
4383         * simple.el (auto-fill-function):
4384         * subr.el (add-minor-mode): Use it.
4386 2005-03-16  Kenichi Handa  <handa@m17n.org>
4388         * language/ethio-util.el (sera-being-called-by-w3): New variable.
4389         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
4390         (ethio-fidel-to-sera-buffer): Likewise.
4392 2005-03-16  Juri Linkov  <juri@jurta.org>
4394         * emacs-lisp/find-func.el (find-function-regexp):
4395         Add defun-emitting macro `menu-bar-make-toggle'.
4397         * isearch.el: Put `isearch-scroll' property to
4398         `split-window-horizontally'.
4400         * info.el: Update error messages for `debug-ignored-errors'.
4401         (Info-isearch-search): Doc fix.
4402         (Info-find-node): Move up code to go into info buffer before
4403         recording the node to the history.
4404         (Info-fontify-node): Fontify titles only if the next line
4405         has two or more `*', `=', `-', `.'.
4406         Display "go to this node" for empty (match-string 3).
4408 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4410         * term/mac-win.el: Add mouse pointer shape constants.
4412 2005-03-15  Kim F. Storm  <storm@cua.dk>
4414         * simple.el (move-beginning-of-line): Use vertical-motion.
4416 2005-03-15  Juri Linkov  <juri@jurta.org>
4418         * isearch.el (isearch-error): New variable.
4419         (isearch-invalid-regexp, isearch-within-brackets): Remove.
4420         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
4421         (isearch-within-brackets-state): Remove.
4422         (isearch-case-fold-search-state, isearch-pop-fun-state):
4423         Decrease frame index.
4424         (isearch-mode, isearch-top-state, isearch-push-state)
4425         (isearch-edit-string, isearch-abort, isearch-search-and-update)
4426         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
4427         (isearch-search, isearch-lazy-highlight-new-loop):
4428         Replace `isearch-invalid-regexp' with `isearch-error'.
4429         Remove `isearch-within-brackets'.
4430         (isearch-search): Add `search-failed' handler to `condition-case'.
4431         (isearch-lazy-highlight-search): Add `condition-case' to catch
4432         errors and allow `isearch-lazy-highlight-update' to try
4433         highlighting from the beginning of the window.
4434         (isearch-repeat): Move up code to set isearch-wrapped to t
4435         before calling isearch-wrap-function.
4437         * info.el (Info-isearch-initial-node): New internal variable.
4438         (Info-search): Signal an error in isearch mode when search leaves
4439         the initial node.  Signal an error when `bound' is non-nil and
4440         nothing was found in the current subfile.
4441         (Info-isearch-search): Remove `condition-case'.
4442         (Info-isearch-wrap): Don't wrap when search failed during leaving
4443         the initial node.  If `Info-isearch-search' is nil, wrap around
4444         the current node.
4445         (Info-isearch-start): New fun.
4446         (Info-mode): Add buffer-local hook `Info-isearch-start' to
4447         `isearch-mode-hook'.
4449 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4451         * simple.el (normal-erase-is-backspace): Set default to t if
4452         running on Mac.
4454         * term/mac-win.el (function-key-map): Sync with x-win.el.
4456 2005-03-15  Kenichi Handa  <handa@m17n.org>
4458         * international/mule-cmds.el (locale-language-names): Modify the
4459         format of elements and add more entries.
4460         (locale-preferred-coding-systems): Add more entries.
4461         (set-locale-environment): Adjust for the change of
4462         locale-language-names.
4464 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4466         * pcvs.el (smerge-ediff): Remove bogus autoload.
4468 2005-03-14  Lute Kamstra  <lute@gnu.org>
4470         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
4471         Ignore a `*' at the beginning of a line.
4473         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
4474         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
4475         subr.el.
4476         (dont-compile, eval-when-compile, eval-and-compile): Use declare
4477         to specify indentation.
4479         * generic.el (define-generic-mode): Let generic-mode-list be a
4480         list of strings; test membership with equal.
4482 2005-03-14  Kim F. Storm  <storm@cua.dk>
4484         * simple.el (next-line, previous-line): Add optional try-vscroll
4485         arg to recognize interactive use.  Pass it on to line-move.
4486         (line-move): Don't perform auto-window-vscroll when defining or
4487         executing keyboard macro to ensure consistent behaviour.
4489 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4491         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
4493 2005-03-13  Lute Kamstra  <lute@gnu.org>
4495         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
4496         debugger-setup-buffer so that backtrace marks the frames set to
4497         debug-on-exit and we don't have to do it manually.  Set an extra
4498         debug-on-exit for macro's.
4499         (debugger-setup-buffer): Don't mark the top frame manually.
4501 2005-03-12  Lute Kamstra  <lute@gnu.org>
4503         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
4504         lisp-indent-function throughout.
4505         (with-no-warnings): Set lisp-indent-function property.
4507 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
4509         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
4510         Add entry for backslash.
4512 2005-03-12  Juri Linkov  <juri@jurta.org>
4514         * info.el (Info-search): Four fixes for backward search.
4516 2005-03-11  Jay Belanger  <belanger@truman.edu>
4518         * calc/calc.el (calc-language-alist): New variable.
4519         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
4520         (calc-embedded-find-modes): Use calc-language-alist instead of
4521         calc-embedded-language-alist.
4523 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
4525         * calendar/calendar.el (calendar-redrawing): New internal
4526         variable.
4527         (redraw-calendar): Remove bogus save-excursion from previous
4528         change.  Bind calendar-redrawing to t for mark-diary-entries.
4529         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
4530         calendar if that is why we were called.
4532 2005-03-11  Kenichi Handa  <handa@m17n.org>
4534         * international/mule.el (make-coding-system): Set property
4535         coding-system-define-form to nil.
4536         (define-coding-system-alias): Likewise.
4538 2005-03-11  Kenichi Handa  <handa@m17n.org>
4540         These changes are suggested by Dave Love <fx@gnu.org>.
4542         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
4543         coding: tag.
4544         (adaptive-fill-regexp): Add more bullets.
4545         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
4546         regexps.
4548 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4550         * help.el (describe-mode): Properly handle non-trivial lighters.
4551         Don't ignore minor modes that are not listed in minor-mode-list.
4553         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
4554         feature ON when the user requests to turn it OFF.
4556 2005-03-10  Lute Kamstra  <lute@gnu.org>
4558         * emacs-lisp/debug.el (debug-entry-code): Delete it.
4559         (implement-debug-on-entry): New function to replace debug-entry-code.
4560         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
4561         second argument as the 2005-03-07 change makes it obsolete.
4562         (debug-on-entry, cancel-debug-on-entry): Update call to
4563         debug-on-entry-1.
4564         (debug, debugger-setup-buffer): Comment update.
4565         (debugger-frame-number): Update to work with implement-debug-on-entry.
4567 2005-03-10  Jay Belanger  <belanger@truman.edu>
4569         * calc/calc-embed.el (math-ms-args): Declare it.
4570         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
4571         math-ms-args.
4572         (calc-embedded-subst): Use math-multi-subst-rec to substitute
4573         variables.
4575 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
4577         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
4578         Use message-box.
4580         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
4581         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
4582         (tooltip-gud-tips): Simplify.
4583         (tooltip-gud-tips-p): Remove superflouous :set.
4584         (tooltip-gud-modes): Add fortran-mode.
4585         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
4587         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
4589 2005-03-09  Kim F. Storm  <storm@cua.dk>
4591         * play/animate.el (animate-place-char): Use forward-line instead
4592         of next-line to improve performance.
4594 2005-03-09  Simon Josefsson  <jas@extundo.com>
4596         * net/browse-url.el (browse-url-default-browser): Doc fix.
4598 2005-03-09  Miles Bader  <miles@gnu.org>
4600         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
4601         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
4603 2005-03-09  Kenichi Handa  <handa@m17n.org>
4605         * international/latin-1.el: Set case and syntax for 255 only if
4606         set-case-syntax-set-multibyte is nil.
4608         * textmodes/ispell.el (ispell-insert-word): New function.
4609         (ispell-word): Use ispell-insert-word to insert a new word.
4610         (ispell-process-line): Likewise.
4611         (ispell-complete-word): Likewise.
4613 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
4615         * calendar/calendar.el (redraw-calendar): Preserve point.
4616         Reported by Matt Hodges <MPHodges@member.fsf.org>.
4617         (calendar-week-start-day): Move after definition of
4618         redraw-calendar.  Delete buffer test, since redraw-calendar has
4619         that now.
4621         * calendar/diary-lib.el (mark-diary-entries): Only call
4622         redraw-calendar in the first of any recursive calls.
4623         Reported by Alan Shutko <ats@acm.org>.
4625 2005-03-08  Juri Linkov  <juri@jurta.org>
4627         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
4628         (html-horizontal-rule, html-line, html-image, html-checkboxes)
4629         (html-radio-buttons): Add a space before the trailing `/>' where
4630         sgml-xml-mode is non-nil.
4631         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
4632         the subsequent tag of the empty XML tag.
4633         (html-href-anchor): Don't set initial input to "http:".
4634         (html-image): Ask for the image URL and set point inside alt="".
4635         (html-name-anchor): Duplicate the name in the `id' attribute when
4636         sgml-xml-mode is non-nil.
4637         (html-paragraph): Remove \n before <p>.
4638         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
4639         instead of `checked' when sgml-xml-mode is non-nil.
4641         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
4642         Remove 1 space before #RRGGBB to not truncate it on terminal
4643         windows w/o fringes.  Remove 1 space between bg and fg examples
4644         to get more space.
4645         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
4646         avoid byte-compile warnings.
4648         * image-file.el (image-file-handler): Put `safe-magic' property to
4649         `image-file-handler'.
4651         * info.el (Info-isearch-search): Emulate word search in
4652         isearching through multiple Info nodes with Info-search.
4653         (Info-isearch-wrap): Allow isearch-word.
4655 2005-03-08  Lute Kamstra  <lute@gnu.org>
4657         * emacs-lisp/debug.el (debugger-step-through): Make sure that
4658         stepping into the debugger's code is not possible.
4659         (debugger-jumping-flag): Docstring update.
4661 2005-03-08  Jay Belanger  <belanger@truman.edu>
4663         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
4664         embedded mode begins.
4665         (calc-embedded-language-alist): New variable.
4666         (calc-embedded-find-modes): Use calc-embedded-language-alist to
4667         set default language mode.
4669 2005-03-08  Kenichi Handa  <handa@m17n.org>
4671         * international/ccl.el (define-ccl-program): Fix docstring about
4672         extra 256 bytes assured for the output buffer.
4674         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
4675         Fix BUFFER_MAGNIFICATION to 2.
4676         (ccl-encode-mule-utf-16be-with-signature): Likewise.
4678 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
4680         * align.el (align-rules-list): Added an alignment rule for CSS
4681         declarations (applies to css-mode and html-mode buffers).
4683 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4685         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
4687 2005-03-07  Kim F. Storm  <storm@cua.dk>
4689         * simple.el (move-beginning-of-line): New command.
4691         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
4693         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
4695         * emulation/cua-base.el: Put CUA move property on move-end-of-line
4696         and move-beginning-of-line.
4698         * apropos.el (apropos-print): Omit command from M-x ... RET.
4700 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
4702         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
4703         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
4705 2005-03-06  Richard M. Stallman  <rms@gnu.org>
4707         * bindings.el (esc-map): Bind M-g to goto-line.
4709         * facemenu.el (global-map): Bind M-o, not M-g.
4711 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4713         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
4714         "Open Directory" as for "Open File".
4716 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
4718         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
4719         (push-mark-command): Run activate-mark-hook.
4721 2005-03-06  Richard M. Stallman  <rms@gnu.org>
4723         * help-mode.el (help-mode-finish): Don't alter the element
4724         in view-return-to-alist if there already is one.
4726         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
4727         make sure the current buffer is the expected one.
4729         * novice.el (disabled-command-function): Output in *Disabled Command*.
4730         Explicitly ignore non-keyboard events, and explicitly handle C-g.
4732         * textmodes/flyspell.el (flyspell-large-region):
4733         Pass args differently for aspell.
4735         * files.el (mode-require-final-newline): Doc fix.
4737 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
4739         * progmodes/which-func.el (which-function):
4740         Specify NOERROR when calling imenu--make-index-alist.
4742 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4744         * simple.el (normal-erase-is-backspace): Define default value.
4746         * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
4747         (custom-reevaluate-setting): Simple function to handle
4748         variables that are defined before their default value can really
4749         be computed.
4751         * startup.el (command-line): Use it for temporary-file-directory,
4752         small-emporary-file-directory, auto-save-file-name-transforms,
4753         blink-cursor-mode, and normal-erase-is-backspace.
4755         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
4756         progress, even with buggy anchored keywords.
4758 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
4760         * simple.el (goto-line): Remove unbalanced final parenthesis.
4762 2005-03-05  Richard M. Stallman  <rms@gnu.org>
4764         * simple.el (goto-line): Use a number at point as the default.
4765         With C-u as arg, switch buffers.
4767 2005-03-05  Juri Linkov  <juri@jurta.org>
4769         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
4770         with `no-blinking-cursor'.
4772         * startup.el (no-blinking-cursor): New defvar.
4773         (command-line): Add `--no-blinking-cursor' to longopts.
4774         Set `no-blinking-cursor' to t for command line arguments
4775         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
4776         with `no-blinking-cursor' in the condition for calling
4777         `blink-cursor-mode'.
4779 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
4781         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
4782         (menu-bar-options-save): Add blink-cursor-mode.
4783         (menu-bar-options-menu): Add blink-cursor-mode.
4785 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
4787         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
4788         (icalendar-export-file, icalendar-export-region)
4789         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
4790         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
4792 2005-03-04  Lute Kamstra  <lute@gnu.org>
4794         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
4795         (debug-function-list): Ditto.
4797 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
4799         * textmodes/texinfmt.el (texinfo-append-refill):
4800         Redefine the types of line to which @refill
4801         is not appended by replacing a search for `@refill\\|@bye' with
4802         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
4803         itemize@refill' bug and the unfilled long lines bug.
4804         (texinfmt-version): Update number and date.
4806 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
4808         * international/code-pages.el (windows-1250, windows-125[2-8])
4809         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
4811 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4813         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
4814         bound yet.
4816 2005-03-02  Romain Francoise  <romain@orebokech.com>
4818         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
4819         buffer after removing limits.
4820         (ibuffer-pop-filter): Ditto.
4821         Update copyright.
4823 2005-03-02  Miles Bader  <miles@gnu.org>
4825         * button.el (make-text-button): If the user doesn't specify a
4826         type, use the default.  Rewrite to use `add-text-properties' and
4827         plist functions.
4829 2005-03-01  Lute Kamstra  <lute@gnu.org>
4831         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
4832         (debugger-jumping-flag): New var.
4833         (debug-entry-code): Use it.
4834         (debugger-jump): Use debugger-jumping-flag and add
4835         debugger-reenable to post-command-hook.
4836         (debugger-reenable): Use debugger-jumping-flag and remove itself
4837         from post-command-hook.
4838         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
4839         debugger-reenable.
4841 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
4843         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
4844         inclusion of "itemize\\|", which may be unnecessary, is certainly
4845         inelegant, and stops refilling in itemize lists when formatting
4846         Japanese Texinfo files to Info.
4847         Update copyright to 2005.
4849 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
4851         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
4852         of an error if GDB can't find the source file.
4854 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
4856         * calendar/calendar.el (redraw-calendar): Work from any buffer,
4857         not just the calendar.
4859         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
4860         first.
4861         (diary-redraw-calendar): New function.
4862         (make-diary-entry): Add diary-redraw-calendar to local
4863         write-contents-functions.  Turn off selective display before
4864         inserting in diary.
4866 2005-03-01  Kim F. Storm  <storm@cua.dk>
4868         * emacs-lisp/copyright.el (copyright-fix-years): New command.
4870 2005-03-01  Lute Kamstra  <lute@gnu.org>
4872         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
4873         that debug-entry-code can be safely removed from a function while
4874         this code is being evaluated.  Revert the 2005-02-27 change as the
4875         new implementation no longer requires it.  Make sure that a
4876         function body containing just a string is not mistaken for a docstring.
4877         (debug): Skip one more frame in case of debug on entry.
4878         (debugger-setup-buffer): Delete one more frame line in case of
4879         debug on entry.
4880         (debugger-frame-number): Update to use the new text introduced by
4881         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
4883 2005-02-28  Kim F. Storm  <storm@cua.dk>
4885         * double.el (double-translate-key): Call force-window-update after
4886         read-event to avoid crash in redisplay.
4888 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4890         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
4891         (debug): Use it.  Move the inhibit-trace earlier.
4892         (debug-entry-code): New const.
4893         (debug-on-entry-1): Use it.
4895 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
4897         * international/utf-16.el (ccl-encode-mule-utf-16le):
4898         Fix BUFFER_MAGNIFICATION to 2.
4899         (ccl-encode-mule-utf-16be): Likewise.
4901 2005-02-28  Kenichi Handa  <handa@m17n.org>
4903         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
4904         Fix BUFFER_MAGNIFICATION to 4.
4905         (ccl-encode-mule-utf-16be-with-signature): Likewise.
4907 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
4909         * speedbar.el (speedbar-update-flag): Doc fix.
4910         (speedbar-show-info-under-mouse): Give set-mouse-position the right
4911         argument.
4913 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4915         * reveal.el (reveal-post-command): Don't try to reveal overlays which
4916         have a non-nil `invisible' property but are actually visible.
4918         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
4919         for perldoc sections.
4920         (perl-outline-regexp, perl-outline-level): New var and function.
4921         (perl-mode): Use them.
4923 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
4925         * calendar/diary-lib.el (diary-remind): Discard any mark portion
4926         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
4928 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
4930         * cus-edit.el: Comment change.
4931         (custom-buffer-create-internal): Slightly reword text at top of
4932         Custom buffers.  Mention there that saving an option edits the
4933         init file.  Add link to Emacs manual node on `custom-file'.
4934         (custom-magic-alist): Rewrite individual State messages to use
4935         capitalized keywords.  Doc fix.
4937 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
4939         * calendar/calendar.el (calendar-buffer): Move above
4940         calendar-week-start-day.
4941         (calendar-week-start-day): Doc fix.  Add :set function.
4942         (calendar-minimum-window-height): New variable.
4943         (generate-calendar-window): Only resize window if selected-window
4944         is displaying the calendar buffer.  Use new variable
4945         calendar-minimum-window-height.
4946         (generate-calendar): Reword error message.
4947         (calendar-mode-map): Bind DEL to scroll-other-window-down.
4949 2005-02-27  Andreas Schwab  <schwab@suse.de>
4951         * vc.el (vc-do-command): Don't run command asynchronously when
4952         operating in a remote directory.
4954         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
4955         change from sync with Tramp 2.0.47.
4957 2005-02-27  Richard M. Stallman  <rms@gnu.org>
4959         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4961         * textmodes/flyspell.el (flyspell-mode-on):
4962         Call ispell-change-dictionary only if necessary.
4964         * emacs-lisp/re-builder.el (regexp-builder): New function.
4966         * register.el (describe-register-1): Explicitly handle
4967         yank-excluded-properties = t.
4969         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
4970         (custom-magic-alist): Change the status descriptions again.
4971         (face widget-type): Total rewrite based on `restricted-sexp'
4972         to eliminate the confusing double hiding levels.
4974         * emacs-lisp/debug.el (debug-on-entry-1):
4975         If function body is empty, add nil as body form.
4977 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4979         * emacs-lisp/trace.el (inhibit-trace): New var.
4980         (trace-make-advice): Use it.
4982         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
4984 2005-02-26  Kim F. Storm  <storm@cua.dk>
4986         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
4987         (mouse-on-link-p, mouse-drag-region-1): Use it.
4989 2005-02-25  Lute Kamstra  <lute@gnu.org>
4991         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
4993 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
4995         * frame.el (blink-cursor-mode): Add :group keyword.
4997 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
4999         * calendar/icalendar.el (icalendar--decode-isodatetime):
5000         New optional argument DAY-SHIFT.
5001         (icalendar-export-region): Fix coding-system-for-write.
5002         (icalendar--convert-ical-to-diary): Shift end-day of all-day
5003         events by one.
5005 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5007         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5009 2005-02-24  Kim F. Storm  <storm@cua.dk>
5011         * international/iso-acc.el (iso-accents-compose): Fix crash
5012         during redisplay.  Call force-window-update after read-event
5013         and delete-region to signal that window is not accurate.
5015 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5017         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5018         Remove unused and inexistent var `inhibit-trace'.
5019         (debugger-mode): Use run-mode-hooks.
5020         (debugger-list-functions): Add buttons; setup xref stack.
5022 2005-02-23  Richard M. Stallman  <rms@gnu.org>
5024         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5025         appointment says it was explicitly made.
5026         (appt-add): Set the 3rd element.
5027         (appt-make-list): Preserve explicit appointments.
5029         * subr.el (find-tag-default): Catch errors in forward-sexp.
5031 2005-02-23  Juri Linkov  <juri@jurta.org>
5033         * info.el (Info-isearch-search): New defcustom.
5034         (Info-isearch-search): Call the default isearch function
5035         when Info-isearch-search is nil.
5036         (Info-isearch-wrap): Use variable Info-isearch-search.
5038 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
5040         * cus-edit.el: Comment change.
5042 2005-02-22  Kim F. Storm  <storm@cua.dk>
5044         * progmodes/hideif.el (hide-ifdef-use-define-alist):
5045         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
5047 2005-02-22  Simon Josefsson  <jas@extundo.com>
5049         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5050         New variable.
5051         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
5052         Oskarsson" <myrkraverk@users.sourceforget.net>.
5054 2005-02-22  Kim F. Storm  <storm@cua.dk>
5056         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5057         check that window of that event is the selected window.
5058         (mouse-drag-region-1): Compare mouse event window to selected
5059         window before setting point.
5061         * tooltip.el (tooltip-show-help-function): Pass event to
5062         mouse-on-link-p so it can check selected window.
5064 2005-02-22  Kenichi Handa  <handa@m17n.org>
5066         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5067         (ps-mule-show-warning): New function.
5068         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5069         characters are found.
5071         * ps-print.el (ps-header-footer-string): Return a list of header
5072         and footer strings.
5074 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
5076         * pcvs.el (cvs-retrieve-revision): Fix thinko.
5078 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5080         * frame.el (blink-cursor-mode): Use define-minor-mode.
5082         * term/mac-win.el (function-key-map): Use char-names more consistently.
5083         (file-name-coding-system): Only set it for MacOS-9.  The other case is
5084         already handled in mule-cmds.el (where it also works when mac-win.el
5085         is not used).
5087 2005-02-21  Kenichi Handa  <handa@m17n.org>
5089         * international/mule.el (ctext-pre-write-conversion): Always use
5090         " *code-converting-work*" buffer for work.
5092         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5094 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
5096         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5098 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
5100         * ses.el (undo-more): Restore defadvice, but only the part that
5101         allows changes outside the restricted area of the buffer.
5103 2005-02-20  Kim F. Storm  <storm@cua.dk>
5105         * simple.el (line-move): Add fourth optional arg try-vscroll which
5106         must be set to perform auto-window-vscroll.
5107         When moving backwards and doing auto-window-vscroll, automatically
5108         vscroll to the last part of lines which are taller than the window.
5109         (next-line, previous-line): Set try-vscroll arg on line-move.
5111 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
5113         * replace.el (query-replace, query-replace-regexp)
5114         (replace-string, replace-regexp): When operating on region, make
5115         the minibuffer prompt say so.
5117         * isearch.el (isearch-forward): Document isearch-query-replace and
5118         isearch-query-replace-regexp keybindings.
5120 2005-02-19  Jay Belanger  <belanger@truman.edu>
5122         * calc/calc-aent.el (math-read-token): Add local variable.
5124         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5125         (calc-edit-top): Move declaration to earlier in file.
5126         (calc-edit-macro-repeats): Add local variables.
5128         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5129         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5130         calcFunc-tanh.
5131         Adjust integration rule for calcFunc-tan.
5133 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5135         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5136         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5137         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5138         (viper-skip-separators): Bug fix.
5139         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5140         particular major mode.
5141         (viper-del-backward-char-in-replace): Don't put deleted char on the
5142         kill ring.
5144         * viper-ex.el (viper-color-display-p): New function.
5145         (viper-has-face-support-p): Use viper-color-display-p.
5147         * viper-keym.el (viper-gnus-modifier-map): New keymap.
5149         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5151         * viper-util.el (viper-glob-unix-files): Fix shell status check.
5152         (viper-file-remote-p): Make equivalent to file-remote-p.
5154         * viper.el (viper-major-mode-modifier-list):
5155         Use viper-gnus-modifier-map.
5157 2005-02-19  David Kastrup  <dak@gnu.org>
5159         * subr.el (subregexp-context-p): Fix garbled doc string by adding
5160         quoting.
5162 2005-02-19  Jay Belanger  <belanger@truman.edu>
5164         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5165         Remove extra definitions.
5166         (calc-coth): New function.
5167         (calcFunc-cot): Fix `let'.
5169 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
5171         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5172         the reasons we use "type pc" in these faces.
5174         * button.el (button): Ditto.
5176 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
5178         * replace.el (query-replace-read-from): Set the value of
5179         query-replace-from-history-variable to handle the case of an empty
5180         string entered to accept the suggested default.
5182         * net/tramp.el (tramp-file-name-for-operation):
5183         Use dired-call-process instead of dired-call-process-command.
5185 2005-02-19  Jay Belanger  <belanger@truman.edu>
5187         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5188         (math-div-non-trig): New variables.
5189         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5190         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5191         (math-combine-prod, math-div-symb-fancy): Add simplifications for
5192         trig expressions.
5194 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
5196         * progmodes/gdb-ui.el (gdb-var-update-handler)
5197         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5198         for watch expressions,
5199         (gdb-var-create-handler): Don't set speedbar-update-flag.
5200         (gdb-post-prompt): Simplify test for speedbar.
5202 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
5204         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5205         (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5206         we use the syntax table of the correct buffer.
5207         (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5208         Felix Gatzemeier.
5210         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5211         (ediff-file-remote-p): Make synonymous with file-remote-p.
5212         In all deffaces ediff-*-face-*, use min-colors.
5214         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5215         ediff-recurse-to-subdirectories.
5216         (ediff-mark-if-equal): Check that the arguments are strings, use
5217         ediff-same-contents (after to Felix Gatzemeier).
5219         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5220         nil.
5222 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5224         * log-view.el (log-view-message-re): Fix up Subversion regexp.
5226 2005-02-18  David Kastrup  <dak@gnu.org>
5228         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5229         use `mark-active' when defined.
5231 2005-02-18  Kenichi Handa  <handa@m17n.org>
5233         * ps-print.el (ps-font-info-database): New entry
5234         ZapfChancery-MediumItalic with correct font name.  Fix font name
5235         of the entry Zapf-Chancery-MediumItalic.
5237 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
5239         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5241 2005-02-16  Kim F. Storm  <storm@cua.dk>
5243         * ido.el (ido-fallback-command): Pass user input to fallback command.
5245 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
5247         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5248         (gdb-find-file-hook): Add server prefix.
5250 2005-02-16  Richard M. Stallman  <rms@gnu.org>
5252         * replace.el (perform-replace): Pass new args to replace-highlight.
5253         (replace-highlight): Take region args,
5254         and pass them to isearch-lazy-highlight-new-loop.
5256         * novice.el (disabled-command-hook): Autoload the defalias
5257         and the make-obsolete-variable call.
5259         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5261         * isearch.el (isearch-lazy-highlight-start-limit)
5262         (isearch-lazy-highlight-end-limit): New variables limit
5263         the region for highlighting.
5264         (isearch-lazy-highlight-new-loop): New args BEG and END.
5265         (isearch-lazy-highlight-search): Use the new vars.
5266         (isearch-lazy-highlight-update): Likewise.
5268         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5270         * cus-start.el (all): Use default-boundp.
5272 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
5274         * menu-bar.el (menu-bar-select-frame): Handle current frame.
5276 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
5278         * autorevert.el (auto-revert-stop-on-user-input)
5279         (auto-revert-verbose): Doc fixes.
5281 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
5283         * international/mule-cmds.el (set-locale-environment): Remove call
5284         to set-selection-coding-system on Windows.
5286 2005-02-15  Jay Belanger  <belanger@truman.edu>
5288         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5289         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5290         calcFunc-coth.
5291         (math-simplify-sqrt): Add simplifications.
5293         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5294         to list.
5296         * calc/calc-ext.el: Add functions to autoloads.
5298         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5299         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5300         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5301         (math-csc-raw, math-cot-raw): New functions.
5303         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5305         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5306         the variable name in a message.
5308         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5309         calcFunc-csc, calcFunc-cot.
5311         * calc/calcalg2.el: Add derivative and integration rules for
5312         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5313         calcFunc-csch, calcFunc-coth.
5314         (math-do-integral-methods): Add to checks for when to use
5315         substitutions.
5317         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5319 2005-02-15  Lute Kamstra  <lute@gnu.org>
5321         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5322         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
5323         <monnier@iro.umontreal.ca>
5324         (lisp-outline-level): Improve efficiency.  Suggested by David
5325         Kastrup <dak@gnu.org>.
5327 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
5329         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
5330         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
5331         (gdb-set-gud-minor-mode-existing-buffers): New functions.
5332         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
5333         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
5335 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
5337         * cus-start.el (all): Comment change.
5339 2005-02-14  Lute Kamstra  <lute@gnu.org>
5341         * cus-start.el (all): Check if symbol is void.
5343 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
5345         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
5346         optional argument to \cite.
5348 2005-02-14  Richard M. Stallman  <rms@gnu.org>
5350         * cus-edit.el (custom-buffer-create-internal): Update help message.
5351         (custom-magic-alist): Update help messages.
5353         * cus-start.el (all): Allow a var to specify a standard value.
5355 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
5357         * custom.el (custom-theme-set-variables): Handle variable aliases.
5359         * frame.el (blink-cursor-timer): Doc fix.
5360         (blink-cursor): Make it an alias for `blink-cursor-mode' and
5361         declare obsolete.
5362         (blink-cursor-mode): Define with defcustom and use correct
5363         standard expression in that defcustom.
5364         * startup.el (command-line): Adapt to above changes in frame.el.
5366 2005-02-11  Lute Kamstra  <lute@gnu.org>
5368         * apropos.el (apropos-score-doc): Prevent division by zero.
5370 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
5372         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
5373         (icalendar--get-event-property-attributes)
5374         (icalendar--get-event-properties)
5375         (icalendar--datetime-to-diary-date): New functions.
5376         (icalendar--split-value): Doc fix.
5377         (icalendar--datetime-to-noneuropean-date)
5378         (icalendar--datetime-to-european-date): New optional argument
5379         SEPARATOR.  Return result as a string instead of a list.
5380         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
5381         (icalendar--convert-string-for-export): Rename arg S to STRING.
5382         (icalendar-export-region): Doc fix.  Change name of error buffer.
5383         Save output buffer.
5384         (icalendar-import-file): Add blank at end of prompt.
5385         (icalendar-import-buffer): Doc fix.  Do not switch to error
5386         buffer.  Indicate status in return value.
5387         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
5388         buffer.  Save output buffer.  Handle exception from recurrence
5389         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
5390         events.  Fix problems with weekly all-day events.
5392 2005-02-10  Richard M. Stallman  <rms@gnu.org>
5394         * simple.el (eval-expression-print-format):
5395         Avoid warning about edebug-active.
5397         * help.el (help-for-help-internal): Rename from help-for-help.
5398         (help-for-help): Define with defalias.
5400         * font-core.el (font-lock-default-function): Use with-no-warnings.
5402         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
5404         * custom.el (defface): Doc fix.
5406 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
5408         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
5409         width 0" to prevent word wrapping problems.
5411 2005-02-09  Kim F. Storm  <storm@cua.dk>
5413         * ido.el (ido-file-extensions-order): New defcustom.
5414         (ido-file-extension-lessp, ido-file-extension-aux)
5415         (ido-file-extension-order): New advanced file ordering.
5416         (ido-file-lessp): New simple file ordering.
5417         (ido-sort-list): Remove.
5418         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
5419         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
5421 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
5423         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
5424         that some versions of grep produce.
5425         (grep-mode-font-lock-keywords): Likewise.
5427 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
5429         * progmodes/gdb-ui.el (gdb-location-list): New variable.
5430         (gdb-cdir): Delete.
5431         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
5432         (gdb-source-info): Treat case when source file is in another
5433         directory properly.
5434         (gdb-get-location): New function.
5436 2005-02-07  Jay Belanger  <belanger@truman.edu>
5438         * calc/calc-prog.el (calc-write-parse-table-part)
5439         (calc-fix-token-name): Fix a check for language type.
5441         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
5443 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
5445         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
5446         as directory not writable.
5448 2005-02-07  Kim F. Storm  <storm@cua.dk>
5450         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
5451         (cua--standard-movement-commands): Remove list.
5452         Instead, set CUA property value to move for movement commands.
5453         (cua-movement-commands): Remove.  Users must set CUA prop instead.
5454         (cua--pre-command-handler): Check CUA property.
5455         (cua--init-keymaps): Don't remap undo commands.
5456         (cua-mode): Don't call cua--rectangle-on-off.
5458         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
5459         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
5460         (cua--rect-undo-set-point): New var.
5461         (cua--rectangle-undo-boundary): Setup undo apply entry.
5462         (cua--rect-undo-handler): New function for rectangle undo.
5463         (cua--rect-start-position, cua--rect-end-position): Add.
5464         (cua--rectangle-post-command): Call cua--rectangle-set-corners
5465         for restored rectangle.  Set point if cua--rect-undo-set-point.
5467 2005-02-06  Jay Belanger  <belanger@truman.edu>
5469         * calc/calc-lang.el (calc-tex-language): Display more information
5470         in messages.
5472         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
5473         in TeX mode.
5475 2005-02-06  Richard M. Stallman  <rms@gnu.org>
5477         * emacs-lisp/lisp.el (buffer-end): Doc fix.
5479 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
5481         * net/ldap.el (ldap-search-internal): Support attributes with
5482         optional descriptions separated by a semi-colon, as in
5483         "userCertificate;binary".
5485 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5487         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
5488         isn't a cons (i.e. the version is 0).
5490 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
5492         * help.el (help-for-help): Doc fix.
5494 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
5496         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
5497         GDB-Windows on the menu-bar as this works better.
5499 2005-02-04  Jay Belanger  <belanger@truman.edu>
5501         * calc/calc-embed.el (calc-embedded-update): Don't put in
5502         unnecessary newlines.  Adjust the end of formula marker.
5504         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
5505         (math-latex-parse-two-args): New function.
5507 2005-02-03  Lute Kamstra  <lute@gnu.org>
5509         * help-fns.el (help-with-tutorial): Make sure that users cannot
5510         remove the entire text of the tutorial by means of `undo'.
5512 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5514         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
5515         in recent changes, where the ispell process was repeatedly
5516         killed & restarted.
5518         * international/mule-cmds.el (set-locale-environment): Set file-name
5519         coding system to utf-8 on Darwin systems.
5520         (set-default-coding-systems): Don't set default-file-name-coding-system
5521         on Darwin systems.
5523 2005-02-03  Richard M. Stallman  <rms@gnu.org>
5525         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
5527 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
5529         * faces.el (list-faces-display): Add optional argument.
5531 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5533         * font-core.el (font-lock-default-function): Handle the rare case where
5534         only font-lock-keywords is set.
5536 2005-02-02  Kenichi Handa  <handa@m17n.org>
5538         * international/characters.el: Cancel previous change for
5539         I-WITH-DOT-ABOVE and DOTLESS-i.
5541         * international/latin-5.el: Cancel previous change.
5543 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
5545         * progmodes/gud.el: Correction to syntax in gud-menu-map.
5547 2005-02-02  Kenichi Handa  <handa@m17n.org>
5549         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
5550         DOTLESS-i.
5552         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
5553         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
5555         * case-table.el (get-upcase-table): New function.
5556         (copy-case-table): Copy upcaes table too if non-nil.
5557         (set-case-syntax-delims): Maintain upcase table too.
5558         (set-case-syntax-pair): Likewise.
5559         (set-upcase-syntax, set-downcase-syntax): New functions.
5560         (set-case-syntax): Maintain upcase table too.
5562 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
5564         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
5566         * progmodes/gud.el (gud-goto-info): New function.
5567         (gud-tool-bar-map): Use correct icon.
5569 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
5571         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
5572         When delegating, order args in the funcall correctly.
5574 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
5576         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
5578 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
5580         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
5581         buffer not visiting a file.
5583 2005-01-31  Jay Belanger  <belanger@truman.edu>
5585         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
5586         bound on the line with the formula.
5588 2005-01-31  Kim F. Storm  <storm@cua.dk>
5590         * ses.el (ses-create-cell-variable-range)
5591         (ses-destroy-cell-variable-range, ses-reset-header-string)
5592         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
5593         (ses-insert-row): Fix format of apply undo entries.
5595 2005-01-31  Jay Belanger  <belanger@truman.edu>
5597         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
5598         parts.
5600         * calc/calc-embed.el (calc-embedded-open-formula)
5601         (calc-embedded-close-formula): Ignore matrix environments.
5603         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
5604         TeX mode.
5606         * calc/calc-lang.el (math-function-table, math-oper-table)
5607         (math-variable-table): Adjust the LaTeX portions.
5609         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
5610         (math-latex-ignore-words): New constant.
5612 2005-01-31  Richard M. Stallman  <rms@gnu.org>
5614         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
5615         (ispell-local-dictionary): Doc fix.
5616         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
5617         Don't reinitialize at run time.  Don't defcustom.
5618         All uses changed to append ispell-local-dictionary-alist,
5619         or check it first.
5620         (ispell-current-dictionary): New variable for dictionary in use.
5621         (ispell-dictionary): Now used only for global default.
5622         (ispell-start-process): Set ispell-current-dictionary,
5623         not ispell-dictionary.
5624         (ispell-change-dictionary): Use this only for setting
5625         user preferences.
5626         (ispell-internal-change-dictionary): New function
5627         to change the current dictionary in use.
5628         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
5629         Use ispell-current-dictionary.
5630         Handle ispell-local-dictionary-overridden.
5631         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
5633 2005-01-31  Jay Belanger  <belanger@truman.edu>
5635         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
5637         * calc/calc-ext.el: Add calc-latex-language to autoloads.
5638         (calc-mode-map): Add calc-latex-language.
5640         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
5641         (math-latex-print-frac): New functions.
5642         (math-oper-table, math-function-table, math-variable-table)
5643         (math-complex-format, math-input-filter): Add latex properties.
5644         (calc-set-language): Set math-expr-special-function-mapping.
5646         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
5647         (calc-write-parse-table-part): Add LaTeX support.
5649         * calc/calc.el (calc-language): Adjust docstring.
5650         (calc-set-mode-line): Add LaTeX support.
5651         (math-expr-special-function-mapping): New variable.
5652         (math-tex-ignore-words): Add to list.
5654         * calc/calccomp.el (math-compose-expr, math-compose-rows):
5655         Add LaTeX support.
5656         (math-compose-expr): Add support for special functions.
5658         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
5660 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
5662         * progmodes/gdb-ui.el (gdb-memory-address)
5663         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
5664         (gdb-memory-mode-map, gdb-memory-format-keymap)
5665         (gdb-memory-format-menu, gdb-memory-unit-keymap)
5666         (gdb-memory-unit-menu): New variables for a buffer
5667         that lets the user examine program memory.
5668         (gdb-memory-set-address, gdb-memory-set-repeat-count)
5669         (gdb-memory-format-binary, gdb-memory-format-octal)
5670         (gdb-memory-format-unsigned, gdb-memory-format-signed)
5671         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
5672         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
5673         (gdb-memory-unit-word, gdb-memory-unit-halfword)
5674         (gdb-memory-unit-byte, gdb-memory-unit-menu)
5675         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
5676         (gdb-memory-mode, gdb-memory-buffer-name)
5677         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
5678         New functions for above buffer.
5680 2005-01-30  Richard M. Stallman  <rms@gnu.org>
5682         * cus-edit.el (custom-bury-buffer): Function deleted.
5683         (custom-buffer-done-function): Option deleted.
5684         (custom-buffer-done-kill): New (replacement option.
5685         (Custom-buffer-done): Call quit-window.
5686         (custom-buffer-create-internal): Update for above changes.
5688 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
5690         * simple.el (undo-ask-before-discard): New var.
5691         (undo-outer-limit-truncate): Implement it.
5692         (undo-extra-outer-limit): Doc update.
5694 2005-01-29  Richard M. Stallman  <rms@gnu.org>
5696         * ses.el (undo-more): Delete defadvice.
5697         (ses-begin-change): Doc fix.
5699         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
5700         instead of rebinding C-x u and C-_.
5702         * files.el (normal-backup-enable-predicate): Return nil for files
5703         in /tmp, regardless of temporary-file-directory.
5705         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
5707         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
5708         (open-rectangle, delete-whitespace-rectangle-line)
5709         (clear-rectangle-line): If FILL, pass t instead of FILL
5710         for move-to-column's 2nd arg.
5712         * simple.el (undo): Fix the test for continuing a series of undos.
5713         (undo-more): Set pending-undo-list to t when we reach end.
5714         (pending-undo-list): Move up defvar.
5716         * wid-edit.el (widget-button-click):
5717         Shorten the range of the track-mouse binding.
5719         * comint.el (comint-insert-input): Undo previous changes;
5720         use last-input-event in interactive spec.
5722 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
5724         * progmodes/compile.el (compilation-start): Bind buffer-read-only
5725         to nil before invoking call-process.  Reset buffer's modified flag
5726         after fontifying it in the no-async branch.
5728         * wid-edit.el (widget-specify-button): If mouse pointer shape
5729         cannot be changed, use mouse face instead.
5731 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
5733         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5734         (gdb-goto-breakpoint): Make breakpoint handling work on template
5735         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
5736         (gdb-assembler-custom): Update to recognise breakpoint information
5737         added on 2005-01-19.
5739 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5741         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
5742         (dsssl-mode): Use define-derived-mode.
5743         (scheme-mode-initialize): Remove.
5744         (scheme-mode): Use run-mode-hooks.
5746         * cus-edit.el (customize-group-other-window)
5747         (custom-buffer-create-other-window): Don't override special-display-*.
5748         (custom-mode-map): Make it dense.
5750         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
5751         sets the default value.
5753 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
5755         * descr-text.el: Add more keywords.
5757 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5759         * speedbar.el: Avoid unnecessary use of locate-library.
5761         * international/mule-cmds.el (standard-display-european-internal):
5762         Don't fiddle with latin-1 non-break space any more since it's now
5763         special cased in the C code.
5764         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
5766 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
5768         * cus-start.el (all): Add `undo-outer-limit'.
5770 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5772         * textmodes/bibtex.el (bibtex-format-entry):
5773         Use `bibtex-empty-field-re' only on the text of fields, not on entire
5774         field lines.
5775         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
5776         not on part of a buffer.
5778 2005-01-25  Lute Kamstra  <lute@gnu.org>
5780         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
5781         nonempty field text strings like "{letters\\macro{}more letters}".
5782         Clarify docstring.
5783         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
5784         (bibtex-entry-offset, bibtex-parse-association)
5785         (bibtex-parse-field-name): Fix typos in docstrings.
5786         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
5788 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
5790         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
5791         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
5792         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
5793         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
5795         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
5796         isearch minor mode.
5798 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
5800         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
5802 2005-01-24  Lute Kamstra  <lute@gnu.org>
5804         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
5805         CASECHARS and NOT-CASECHARS regular expressions of the
5806         "nederlands" and "nederlands8" dictionaries to prevent a "Range
5807         striding over charsets" error.
5809 2005-01-24  Jay Belanger  <belanger@truman.edu>
5811         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
5812         display variable name.
5814 2005-01-24  Kenichi Handa  <handa@m17n.org>
5816         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
5817         Fix setting of the element of encoded-kbd-iso2022-invocations.
5819 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
5821         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5822         (gdb-threads-select): Change to also accept mouse events.
5823         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
5824         (gdb-threads-mouse-select): Delete.
5826 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
5828         * files.el (insert-directory): Take care of empty directory,
5829         listed without -a switch.
5831 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5833         * textmodes/refill.el (refill-post-command-function):
5834         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
5835         to the list of functions that we should be careful not to undo.
5836         (refill-late-fill-paragraph-function): Remove.
5837         (refill-saved-state): New var.
5838         (refill-mode): Use it to save fill-paragraph-function.
5839         Save also the value of auto-fill-function.
5841         * term/w32-win.el: Simplify code.
5843 2005-01-23  Kim F. Storm  <storm@cua.dk>
5845         * simple.el (line-move): Adapt to new return value from
5846         pos-visible-in-window-p.
5848         * simple.el (line-move): Fix last change.  Check partial
5849         visibility at point rather than at window-start.
5851 2005-01-22  Jason Rumney  <jasonr@gnu.org>
5853         * term/w32-win.el (xw-defined-colors): Remove debug-message.
5855 2005-01-22  David Kastrup  <dak@gnu.org>
5857         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
5859 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
5861         * type-break.el (type-break-mode): Add a test for
5862         type-break-file-name being non-nil.
5864 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
5866         * net/eudc.el (top level): Call (message "") via progn, so that
5867         eudc-options-file is loaded.
5869 2005-01-22  Kim F. Storm  <storm@cua.dk>
5871         * simple.el (line-move-1): Rename from line-move.
5872         (line-move): New function that adjusts vscroll for partially
5873         visible rows, and calls line-move-1 otherwise.
5875 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
5877         * pcomplete.el: define pcomplete-read-event instead of read-event,
5878         since it's not a complete read-event implementation
5880 2005-01-20  Jay Belanger  <belanger@truman.edu>
5882         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
5883         for called function.
5885 2005-01-20  Steven Tamm  <steventamm@mac.com>
5887         * term/mac-win.el (process-connection-type): Remove.
5888         Controlled now by s/darwin.h:PTY_ITERATION.
5890 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5892         * window.el (handle-select-window): Don't switch window when we're
5893         in the minibuffer.
5895 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
5897         * subr.el (dotimes-with-progress-reporter): New macro.
5899         * ses.el (ses-dotimes-msg): Remove macro.
5900         Use `dotimes-with-progress-reporter' instead.
5902 2005-01-19  Steven Tamm  <steventamm@mac.com>
5904         * term/mac-win.el (process-connection-type): Use new
5905         operating-system-release variable to use ptys on Darwin 7 (OSX
5906         10.3) when using carbon build.
5908 2005-01-19  Jay Belanger  <belanger@truman.edu>
5910         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
5911         flags if the last command was a tab or M-tab.
5913         * calc/calc-prog.el (calc-user-define-edit): Put original formula
5914         in formula editing buffer.
5916 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
5918         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
5919         breakpoint image symbol in margin.
5921 2005-01-19  Jay Belanger  <belanger@truman.edu>
5923         * calc/calc-prog.el (calc-execute-kbd-macro):
5924         Ignore calc-keep-arg-flag.
5926 2005-01-19  Kenichi Handa  <handa@m17n.org>
5928         * textmodes/ispell.el (ispell-looking-at): New function.
5929         (ispell-process-line): Use ispell-looking-at to compare the ispell
5930         output and the buffer contents.
5932 2005-01-18  Jay Belanger  <belanger@truman.edu>
5934         * calc/calc.el (calc-display-raw): Fix docstring.
5936 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5938         * simple.el (blink-matching-open): Strip extra info from syntax.
5940         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
5941         funny chars in the end-of-here-doc marker.
5943 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
5945         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
5946         that enable/disabled state of breakpoints is shown correctly in
5947         fringe and on ttys.
5948         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
5949         Add breakpoint information as text properties.
5950         (gdb-mouse-toggle-breakpoint):
5951         Rename to gdb-mouse-set-clear-breakpoint.
5952         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
5953         breakpoints in the margin.
5954         (gdb-remove-strings): Simplify.
5956 2005-01-17  Jay Belanger  <belanger@truman.edu>
5958         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
5959         erasing buffer.
5961 2005-01-17  Richard M. Stallman  <rms@gnu.org>
5963         * progmodes/grep.el (grep-find): Copy from `grep' the condition
5964         for calling grep-compute-defaults.
5966         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
5967         if buffer is empty.
5969         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
5971 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5973         * hilit-chg.el (highlight-changes-mode): Don't autoload.
5975         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
5976         non-preloaded variables.
5978 2005-01-17  Steven Tamm  <steventamm@mac.com>
5980         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
5981         tex-shell cause to force interactivity when using pipes.
5983 2005-01-17  Kim F. Storm  <storm@cua.dk>
5985         * simple.el (just-one-space): Make arg optional.
5987 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
5989         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
5990         posn-at-x-y to t to access left-margin.
5992 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
5994         Sync with Tramp 2.0.47.
5996         * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
5997         catching keep-date problems in cp/scp operations.
5998         (tramp-handle-copy-file): Don't call `set-file-modes'
5999         unconditionally.  Specialized functions should know better what is
6000         necessary.  This improves performance a little bit, and the
6001         functions could catch errors with `cp -p' and `scp -p'.
6002         (tramp-do-copy-or-rename-file-via-buffer)
6003         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6004         when appropriate.
6005         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6006         Call `set-file-modes' when appropriate.
6007         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
6008         Johnsson <isak@hypergene.com>
6009         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6010         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
6011         <joakim@verona.se>
6012         (tramp-file-name-for-operation): Mark `shell-command' as magic for
6013         Emacs only.
6015         * tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
6016         `find-file-hooks' and `dired-mode-hook'.
6017         (tramp-minor-mode-map): Respective map.  Add remapping for
6018         `compile' and `recompile'.
6019         (tramp-remap-command, tramp-recompile): New defuns.
6020         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6021         in buffer "*Compilation*".  Call the commands asynchronously.
6023         * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6024         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6025         `shell-command', because it isn't magic in XEmacs.  Reported by
6026         Adrian Aichner <adrian@xemacs.org>.
6028         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6029         `substitute-in-file-name.
6030         (tramp-smb-handle-substitute-in-file-name): New defun.
6031         (tramp-smb-advice-PC-do-completion): Delete advice.
6033 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
6035         * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6036         Fix error in deleting region.
6038 2005-01-15  Richard M. Stallman  <rms@gnu.org>
6040         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6041         In non-temp buffer, switch syntax table temporarily.
6043         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6045         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6047         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6049         * imenu.el (imenu--split-menu): Copy menulist before sorting.
6050         (imenu--generic-function): Use START, not BEG, as pos of definition.
6052         * simple.el (just-one-space): Argument specifies number of spaces.
6054         * simple.el (eval-expression-print-format): Avoid warning
6055         about edebug-active.
6057 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
6059         * progmodes/sh-script.el: Code copied from make-mode.el
6060         with small changes,
6061         (sh-mode-map): Bind C-c C-\.
6062         (sh-backslash-column, sh-backslash-align): New variables.
6063         (sh-backslash-region, sh-append-backslash): New functions.
6065 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
6067         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6068         (rmail-pop-password, rmail-pop-password-required): Move to
6069         rmail-obsolete group.
6070         (rmail-set-pop-password): Rename to rmail-set-remote-password.
6071         All callers updated.
6072         (rmail-get-pop-password): Rename to rmail-get-remote-password.
6073         Take an argument specifying whether it is POP or IMAP mailbox we
6074         are using.  All callers updated.
6075         (rmail-pop-password-error): Rename to
6076         rmail-remote-password-error.  Added mailutils-specific error message.
6077         (rmail-movemail-search-path)
6078         (rmail-movemail-variant-in-use): New variables.
6079         (rmail-remote-password, rmail-remote-password-required):
6080         New customization variables.
6081         (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6082         (rmail-parse-url): New function.
6083         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6084         with GNU mailutils movemail.
6086 2005-01-15  Kevin Ryde  <user42@zip.com.au>
6088         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6089         suffix to space, $ or '$, to correctly position point when going
6090         to @table style constants like DBL_MAX.
6092 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
6094         * type-break.el (type-break-mode, type-break-file-time)
6095         (type-break-file-keystroke-count, type-break-choose-file):
6096         Don't store data in or load data from the file if type-break-file-name
6097         is nil.
6098         (type-break-file-name): Doc update as per the above.
6100 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
6102         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6103         lookup-key might return nil; handle that.
6105 2005-01-15  Alan Mackenzie  <acm@muc.de>
6107         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6108         rather than the element found, thus enabling the tree to be setcar'd.
6110 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
6112         * textmodes/org.el (org-show-following-heading): New option.
6113         (org-show-hierarchy-above): Use `org-show-following-heading'.
6114         (org-cycle): Documentation fix.
6116         * textmodes/org.el (orgtbl-optimized): New option
6117         (orgtbl-mode): New command, a minor mode.
6118         (orgtbl-mode-map): New variable.
6119         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6120         (orgtbl-error, orgtbl-self-insert-command)
6121         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6123         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6124         a local variable in each org-mode buffer.
6126         * textmodes/org.el (org-set-regexps-and-options): Rename from
6127         `org-set-regexps'.  Added checking for STARTUP keyword.
6128         (org-get-current-options): Add STARTUP options.
6129         (org-table-insert-row): Mode mode intelligent about when
6130         realignment is needed.
6131         (org-self-insert-command, org-delete-backward-char, org-delete-char):
6132         New commands.
6133         (org-enable-table-editor): New default value `optimized'.
6134         (org-table-blank-field): Support blanking regions if active.
6136 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
6138         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6139         if the year is not given.
6141         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6142         Add new escapes %m and %M, fixed bug with %F by adding
6143         save-match-data.
6144         (reftex-reference): Remove ?. from list of spaces.
6145         (reftex-label-info): Add automatic label prefix recognition.
6147         * textmodes/reftex-index.el (reftex-index-next-phrase):
6148         Add slave parameter to call of `reftex-index-this-phrase'.
6149         (reftex-index-this-phrase): New optional argument.
6150         (reftex-index-region-phrases): Add slave parameter to call of
6151         `reftex-index-this-phrase'.
6152         (reftex-display-index): New argument redo.
6153         (reftex-index-rescan): Add 'redo to arguments of
6154         `reftex-display-index'.
6155         (reftex-index-Rescan, reftex-index-revert)
6156         (reftex-index-switch-index-tag): Add 'redo to arguments of
6157         `reftex-display-index'.
6158         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6159         indexing.  Fix bug with matching is there is a quote before or
6160         after the word.
6162         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6163         Fix bug when collecting citation keys in lines with comments.
6164         (reftex-citation): Prefix argument no longer rescans the document,
6165         but forces prompting for optional arguments of cite macros.
6166         (reftex-do-citation): Prompting for optional arguments implemented.
6168         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6169         Add optional arguments to most cite commands.
6170         (reftex-cite-cleanup-optional-args): New option
6171         (reftex-cite-prompt-optional-args): New option.
6172         (reftex-trust-label-prefix): New option.
6174         * textmodes/reftex-toc.el (reftex-toc-find-section):
6175         Add push-mark before changing the position in the buffer.
6177         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6178         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6180 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
6182         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6183         more carefully.
6185 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6187         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6188         (sgml-mode): Use it.
6189         (sgml-get-context): Better keep track of implicitly closed tags.
6191 2005-01-13  Kenichi Handa  <handa@m17n.org>
6193         * textmodes/ispell.el: These changes are to fix misalignment error
6194         caused by equivalent characters of different Emacs charsets.
6195         (ispell-unified-chars-table): New variable.
6196         (ispell-get-decoded-string): New function.
6197         (ispell-get-casechars, ispell-get-not-casechars)
6198         (ispell-get-otherchars): Call ispell-get-decoded-string.
6200 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
6202         * custom.el (custom-declare-variable): Just put symbol instead
6203         of (defvar . symbol) in `current-load-list'.
6205 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6207         * emacs-lisp/elint.el: Fixed typo in Commentary section.
6209 2005-01-12  Jay Belanger  <belanger@truman.edu>
6211         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6212         to create a Calc summary.
6214 2005-01-12  Kim F. Storm  <storm@cua.dk>
6216         * mouse.el (mouse-on-link-p): Change functionality and doc
6217         string to comply with latest description in lisp ref.
6219 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
6221         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6222         Enable mouse clicks on mode-line, header-line and margin.
6223         (event-type): Give mouse event symbols an 'event-kind property
6224         with value 'mouse-click.
6226 2005-01-12  Juri Linkov  <juri@jurta.org>
6228         * facemenu.el (list-colors-display): Add new arg buffer-name.
6229         Use it.  Fix docstring.  Replace code for identifying duplicate
6230         colors by the name with call to `list-colors-duplicates' which
6231         identifies duplicate colors by the value unless the color
6232         is one of special Windows colors.  Set truncate-lines to t.
6233         Print sorted duplicate color names on each line.  Indent to 22
6234         \(the longest color name in rgb.txt) instead of 20.  Optimize.
6235         (list-colors-duplicates): New function.
6236         (facemenu-color-name-equal): Delete function.
6238         * facemenu.el (list-colors-print): New function created from code
6239         in list-colors-display.  Print #RRGGBB at the window right edge.
6240         (list-colors-display): When temp-buffer-show-function is not
6241         defined, call list-colors-print from temp-buffer-show-hook
6242         to get the right value of window-width in list-colors-print
6243         after the buffer is displayed.
6245         * simple.el (pop-mark): Move deactivate-mark out of conditional
6246         part to deactivate the active mark regardless of the state of the
6247         mark ring.
6249         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6250         variables line in desktop files.
6252 2005-01-12  Juri Linkov  <juri@jurta.org>
6254         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6255         Bring together isearch highlight related options.
6256         (lazy-highlight): Replace group `replace' by `matching'.
6257         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6258         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6259         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6260         and declare them obsolete.
6261         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6262         (isearch-faces): Remove defgroup.
6263         (isearch-overlay, isearch-highlight, isearch-dehighlight):
6264         Move isearch highlighting code closer to lazy highlighting code.
6266         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6267         (query-replace-highlight, query-replace-lazy-highlight)
6268         (query-replace): Move definitions to the beginning of the file.
6270 2005-01-11  Juri Linkov  <juri@jurta.org>
6272         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6273         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6274         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6276         * info.el (Info-history-forward): New variable.
6277         (Info-select-node): Reset Info-history-forward to nil.
6278         (Info-last): Turn into defalias.
6279         (Info-history-back): Rename from Info-last.
6280         Add current node to Info-history-forward.
6281         (Info-history-forward): New fun.
6282         (Info-mode-map): Replace Info-last by Info-history-back.
6283         Bind Info-history-forward to "r".
6284         (Info-mode-menu): Replace Info-last by Info-history-back.
6285         Fix menu item text.  Add menu item for Info-history-forward.
6286         (info-tool-bar-map): Replace Info-last by Info-history-back.
6287         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
6288         for Info-history-forward.
6289         (Info-mode): Replace Info-last by Info-history-back in docstring.
6290         Add local variable Info-history-forward.
6291         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6293 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6295         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6296         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6297         Ignore select-window events rather than fiddle with
6298         mouse-autoselect-window.
6300 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
6302         * type-break.el (type-break-mode): Fix previous change.
6304 2005-01-10  Jay Belanger  <belanger@truman.edu>
6306         * calc/calc-ext.el (calc-reset): Reset when inside embedded
6307         calculator; only reset when point is inside a calculator.
6308         Don't adjust the window height if the window takes up the whole height
6309         of the frame.
6311 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
6313         * ebuff-menu.el (Electric-buffer-menu-mode):
6314         Preserve value of buffer-local var header-line-format.
6316 2005-01-09  Jay Belanger  <belanger@truman.edu>
6318         * calc/calc.el (calc-mode-var-list-restore-saved-values):
6319         Make sure settings file exists before accessing it.
6321         * calc/calc-embed.el (calc-embedded-subst):
6322         Replace math-multi-subst-rec, which is only supposed to be called
6323         by math-multi-subst, by math-multi-subst.
6325 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
6327         * vc.el (vc-allow-async-revert): New user option.
6328         (vc-disable-async-diff): New internal variable.
6329         (vc-revert-buffer): Use them to disable asynchronous diff.
6331         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
6332         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
6333         asynchronously if vc-disable-async-diff is t.
6335 2005-01-09  Jay Belanger  <belanger@truman.edu>
6337         * calc/calc.el (defcalcmodevar): New macro.
6338         (calc-mode-var-list-restore-default-values)
6339         (calc-mode-var-list-restore-saved-values): New functions.
6340         (calc-mode-var-list): Use defcalcmodevar to define it.
6341         (calc-always-load-extensions, calc-line-numbering)
6342         (calc-line-breaking, calc-display-just, calc-display-origin)
6343         (calc-number-radix, calc-leading-zeros, calc-group-digits)
6344         (calc-group-char, calc-point-char, calc-frac-format)
6345         (calc-prefer-frac, calc-hms-format, calc-date-format)
6346         (calc-float-format, calc-full-float-format, calc-complex-format)
6347         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6348         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6349         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6350         (calc-matrix-brackets, calc-language, calc-language-option)
6351         (calc-left-label, calc-right-label, calc-word-size)
6352         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6353         (calc-display-raw, calc-internal-prec, calc-angle-mode)
6354         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6355         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6356         (calc-window-height, calc-display-trail, calc-show-selections)
6357         (calc-use-selections, calc-assoc-selections)
6358         (calc-display-working-message, calc-auto-why, calc-timing)
6359         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
6360         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
6361         (calc-gnuplot-default-device, calc-gnuplot-default-output)
6362         (calc-gnuplot-print-device, calc-gnuplot-print-output)
6363         (calc-gnuplot-geometry, calc-graph-default-resolution)
6364         (calc-graph-default-resolution-3d, calc-invocation-macro)
6365         (calc-show-banner): Use defcalcmodevar to declare them and set
6366         their default values.
6368         * calc/calc-ext.el (calc-reset): Restore saved values of variables
6369         instead of default values (but restore default values if there is
6370         an argument of 0).
6372 2005-01-09  David Kastrup  <dak@gnu.org>
6374         * desktop.el (desktop-restore-eager): Fix typo in type.
6376 2005-01-08  Richard M. Stallman  <rms@gnu.org>
6378         * cus-edit.el (customize): Delete :link.
6380 2005-01-08  Jay Belanger  <belanger@truman.edu>
6382         * calc/calc.el (calc-mode): Remove the extension from the
6383         `calc-settings-file' file name when loading it.
6385 2005-01-08  Kim F. Storm  <storm@cua.dk>
6387         * info.el (Info-mode-map, Info-next-link-keymap)
6388         (Info-prev-link-keymap, Info-up-link-keymap):
6389         Map follow-link to mouse-face.
6390         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
6392 2005-01-08  Jay Belanger  <belanger@truman.edu>
6394         * calc/calc.el (calc-settings-file): Change default value.
6395         Suggested by cgw in a comment in calc-mode.el.
6397         * calc/calc-mode.el (calc-settings-file-name):
6398         Compare calc-settings-file to user-init-file instead of ~/.emacs.
6399         Replace ~/.emacs in a prompt by calc-settings-file.
6401 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
6403         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
6404         (desktop-lazy-idle-delay): New customizable variables.
6405         (desktop-buffer-args-list): New variable.
6406         (desktop-append-buffer-args): New function.
6407         (desktop-save): Call desktop-append-buffer-args for some buffers.
6408         (desktop-lazy-create-buffer): New function.
6409         (desktop-idle-create-buffers): New function.
6410         (desktop-read): Add message about buffers to restore lazily.
6411         (desktop-lazy-abort): New command.
6412         (desktop-clear): Call desktop-lazy-abort.
6413         (desktop-lazy-complete): New command.
6415 2005-01-06  Richard M. Stallman  <rms@gnu.org>
6417         * emacs-lisp/find-func.el (find-face-definition):
6418         Rename from find-face.
6420 2005-01-06  Kim F. Storm  <storm@cua.dk>
6422         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
6424         * man.el (Man-xref-man-page, Man-xref-header-file)
6425         (Man-xref-normal-file): Add follow-link property.
6427 2005-01-06  Jay Belanger  <belanger@truman.edu>
6429         * calc/calc-units.el: Make sure the proper macro definitions are
6430         available when compiling.
6432 2005-01-06  Juri Linkov  <juri@jurta.org>
6434         * isearch.el (isearch-lazy-highlight-update):
6435         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
6437 2005-01-06  Miles Bader  <miles@gnu.org>
6439         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
6440         (isearch-lazy-highlight-face): Use new name.
6442 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6444         * uniquify.el (uniquify-rationalize-file-buffer-names):
6445         Re-add an interactive spec.
6446         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
6447         to the same name.
6449         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
6450         (isearch-update, isearch-done): Adjust calls accordingly.
6452 2005-01-05  Richard M. Stallman  <rms@gnu.org>
6454         * custom.el (custom-set-variables, custom-theme-set-variables):
6455         Clarify documentation.
6457         * emacs-lisp/find-func.el (find-variable)
6458         (find-variable-other-window, find-variable-other-frame):
6459         Fix the TYPE args to find-function-read and find-function-do-it.
6460         (find-function): Doc fix.
6461         (find-function-at-point): Replace function-at-point alias.
6463 2005-01-04  Richard M. Stallman  <rms@gnu.org>
6465         * cus-face.el (custom-declare-face):
6466         Record defface in current-load-list.
6468         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
6470         * emacs-lisp/find-func.el: Doc fixes.
6471         (find-face-regexp): New variable.
6472         (find-function-regexp-alist): New variable.
6473         (find-function-C-source): Third arg is now TYPE.
6474         (find-function-search-for-symbol): Handle general TYPE.
6475         (find-function-read, find-function-do-it): Handle general TYPE.
6476         (find-definition-noselect, find-face): New functions.
6477         (function-at-point): Alias deleted.
6479 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
6481         * battery.el (display-battery-mode): Rename from display-battery.
6482         Handle the case where it gets turned off.
6484 2005-01-04  Richard M. Stallman  <rms@gnu.org>
6486         * cus-edit.el (customize): Make :link point to user doc.
6488         * man.el (Man-fontify-manpage): Turn off undo generation.
6490         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
6492 2005-01-04  Andreas Schwab  <schwab@suse.de>
6494         * files.el (insert-directory): Only look for error lines in
6495         inserted text.  Don't move too far after processing --dired markers.
6497 2005-01-04  Richard M. Stallman  <rms@gnu.org>
6499         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
6500         Don't expand if the character is @, period, dash, etc.
6501         (define-mail-abbrev): Quote names that contain problem characters.
6503 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
6505         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
6507 2005-01-03  Richard M. Stallman  <rms@gnu.org>
6509         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
6510         (query-replace-highlight, query-replace-lazy-highlight)
6511         (query-replace): Definitions moved up.  Doc fix.
6513 2005-01-03  Richard M. Stallman  <rms@gnu.org>
6515         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
6516         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6517         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6518         (lazy-highlight-face): Rename from isearch-lazy-...
6519         Change all references to them.
6521 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
6523         * cus-edit.el (custom-file): Doc fix for defcustom.
6524         (custom-file): The function no longer sets the variable
6525         `custom-file' to its return value.
6527         * startup.el (command-line): No longer load `custom-file'.
6529 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6531         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
6533         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
6534         Don't confuse module-prefixed identifiers for labels.
6535         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
6537 2005-01-02  Richard M. Stallman  <rms@gnu.org>
6539         * files.el (basic-save-buffer-1): Fix previous change.
6541         * loadhist.el (file-loadhist-lookup): New function.
6542         (file-provides, file-requires): Use it.
6544         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
6545         instead of calculating the right size.
6547 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
6549         * vc-svn.el (vc-svn-diff): Stay local if possible.
6551 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6553         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
6555         * files.el (hack-local-variables): Fix last change.
6557 2005-01-02  Jay Belanger  <belanger@truman.edu>
6559         * calc/calc-yank.el (calc-edit-top): New variable.
6560         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
6561         object.  Change header properties.
6562         (calc-edit-finish, calc-edit-finish-stack-object)
6563         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
6564         edited object.
6565         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
6566         for the beginning of the edited object.
6567         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
6568         for the beginning of the edited object.
6569         * calc/calc-prog.el (calc-edit-macro-finish-edit)
6570         (calc-finish-formula-edit, calc-macro-repeats)
6571         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
6572         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
6573         beginning of the edited object.
6574         (calc-user-define-edit): Change the header for editing macros.
6575         Remove unnecessary variable.
6577 2005-01-01  Jay Belanger  <belanger@truman.edu>
6579         * calc/calc-yank.el (calc-edit-mode): Change default header.
6580         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
6581         * calc/calc-store.el (calc-edit-variable): Change title to match new
6582         header.
6583         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
6584         mode to match new header.
6585         (calc-user-define-edit): Change titles to include names of commands.
6586         (calc-finish-formula-edit): Adjust to handle new header.
6587         (calc-finish-macro-edit): Remove.
6588         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
6589         (calc-edit-macro-command, calc-edit-macro-command-type)
6590         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
6591         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
6592         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
6593         (calc-edit-macro-finish-edit): New functions.
6594         (calc-user-define-edit): Use new functions to edit named calc macros.
6596 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
6598         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
6600         * ses.el (copy-region-as-kill): Deactivate mark.
6602 2005-01-01  Richard M. Stallman  <rms@gnu.org>
6604         * replace.el (occur-1): If the output buffer is also an input,
6605         don't kill it, rename it.
6607         * faces.el (set-face-background, set-face-foreground): Doc fix.
6609         * cus-face.el (custom-face-attributes): Fix :help-echo strings
6610         for :foreground and :background.
6612         * dired.el (dired-view-command-alist): Variable deleted.
6613         (dired-view-file, dired-mouse-find-file-other-window):
6614         Delete the code to use it.
6616 2005-01-01  Kim F. Storm  <storm@cua.dk>
6618         * image.el (insert-sliced-image): Use t for line-height property.
6620 2004-12-31  Jay Belanger  <belanger@truman.edu>
6622         * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
6623         for "var-" at the beginning of the minibuffer.
6625 2004-12-31  Richard M. Stallman  <rms@gnu.org>
6627         * faces.el (read-face-name):
6628         Don't treat an attribute spec as a list of faces.
6630         * simple.el (undo): Use undo-equiv-table to detect
6631         unexpected changes since previous undo.
6632         (undo-list-saved): Variable deleted.
6633         (buffer-disable-undo): Don't alter undo-list-saved.
6635         * files.el (require-final-newline): Allow `visit' and `visit-save'.
6636         (mode-require-final-newline): New option.
6637         (after-find-file): Handle require-final-newline with new values.
6638         (basic-save-buffer): Handle new values of require-final-newline.
6640         * progmodes/sh-script.el (sh-require-final-newline):
6641         Alist value now controls whether to use mode-require-final-newline.
6642         (sh-set-shell): Implement that new meaning.
6644         * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
6645         * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
6646         * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
6647         Delete old-Emacs compatibility code.
6648         (antlr-c-common-init): Function deleted.
6650         * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
6651         * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
6652         * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
6653         * progmodes/python.el (python-mode): Use mode-require-final-newline.
6654         * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
6655         * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
6656         * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
6657         * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
6658         * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
6659         * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
6660         * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
6661         * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
6662         * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
6663         * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
6664         * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
6665         * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
6667 2004-12-31  Jay Belanger  <belanger@truman.edu>
6669         * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
6670         way to return to Calc.
6672         * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
6673         finish, C-xk as the way to cancel the edit.  Add cancel routine to
6674         kill-buffer-hook.
6676         * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
6677         MacEdit code.
6679         * calc/calc-prog.el: Remove obsolete MacEdit code.
6680         (calc-macro-edit-algebraic, calc-macro-edit-variable)
6681         (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
6683 2004-12-31  Kenichi Handa  <handa@m17n.org>
6685         * international/mule.el (buffer-file-coding-system-explicit):
6686         Rename for explicit-buffer-file-coding-system.
6687         (after-insert-file-set-coding): Adjust for the above change.
6689         * files.el (revert-buffer): Change explicit-buffer-file-coding-system
6690         to buffer-file-coding-system-explicit.
6691         (basic-save-buffer-1): Likewise.
6693 2004-12-30  Richard M. Stallman  <rms@gnu.org>
6695         * textmodes/artist.el (artist-butlast-fn): Var deleted.
6696         (artist-butlast, artist-last): Functions deleted.
6697         (artist-ellipse-mirror-quadrant): Call last and butlast directly.
6698         (artist-compute-key-compl-table): Call remq directly.
6699         (artist-remove-nulls): Function deleted.
6700         (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
6701         (artist-push, artist-pop): Macro deleted.
6703 2004-12-30  Andreas Leue  <al@sphenon.de>
6705         * textmodes/artist.el (artist-version): 1.2.6
6706         (artist-prev-next-op-alist): New variable.
6707         (artist-select-next-op-in-list): New function.
6708         (artist-select-prev-op-in-list): New function.
6709         (artist-make-prev-next-op-alist): New function.
6710         (artist-is-in-op-list-p): New function.
6711         (artist-get-first-non-nil-op): New function.
6712         (artist-get-last-non-nil-op): New function.
6713         (artist-mode-init): Call artist-get-last-non-nil-op to initialize
6714         artist-prev-next-op-alist.
6715         (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
6716         change drawing operation.
6718 2004-12-30  Luc Teirlinck  <teirllm@auburn.edu>
6720         * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
6722 2004-12-31  Masatake YAMATO  <jet@gyve.org>
6724         * server.el (server-process-filter): Suppress `error', too.
6726 2004-12-30  Jay Belanger  <belanger@truman.edu>
6728         * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
6729         Change the way a variable is displayed in a message.
6731         * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
6732         (calc-user-define-permanent, calc-execute-kbd-macro):
6733         Replace old function MacEdit-parse-keys with edmacro-parse-keys.
6735 2004-12-30  Kenichi Handa  <handa@m17n.org>
6737         * files.el (basic-save-buffer-1):
6738         Set explicit-buffer-file-coding-system to last-coding-system-used.
6739         (revert-buffer): Pay attention to
6740         explicit-buffer-file-coding-system (not buffer-file-coding-system)
6741         on bind coding-system-for-read.
6743         * international/mule.el (explicit-buffer-file-coding-system):
6744         New buffer local variable.
6745         (after-insert-file-set-coding): Set it to coding-system-for-read.
6747 2004-12-29  Luc Teirlinck  <teirllm@auburn.edu>
6749         * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
6751 2004-12-29  Sanghyuk Suh  <han9kin@mac.com>
6753         * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
6754         that include line numbers.
6756 2004-12-29  Milan Zamazal  <pdm@zamazal.org>
6758         * files.el (hack-local-variables): If no PREFIX, set it to "^".
6759         Redundant variable PREFIXLEN removed.
6761 2004-12-28  Matt Hodges  <MPHodges@member.fsf.org>
6763         * eshell/em-hist.el (eshell-previous-matching-input):
6764         Start the deletion from the end of the output.
6766 2004-12-29  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6768         * term/mac-win.el: Require x-dnd.
6769         (mac-drag-n-drop): Sync with W32 version.  Use x-dnd.el functions.
6771 2004-12-29  David Kastrup  <dak@gnu.org>
6773         * international/mule.el (decode-coding-inserted-region):
6774         Don't barf if `buffer-undo-list' is already set to `t'.
6776 2004-12-29  Jay Belanger  <belanger@truman.edu>
6778         * calc/calc-prog.el (calc-user-define-formula): Put default values
6779         for function names in prompts.
6780         (calc-user-define-permanent, calc-user-define-composition)
6781         (calc-user-define-formula): Remove the need for "calcFunc-" in the
6782         default input for algebraic functions.
6784 2004-12-29  Thien-Thi Nguyen  <ttn@gnu.org>
6786         * vc-rcs.el (vc-rcs-annotate-command):
6787         Fix omission bug: Call `vc-setup-buffer'.
6789 2004-12-29  Kenichi Handa  <handa@m17n.org>
6791         * international/mule.el (recode-region): New function.
6793 2004-12-28  Richard M. Stallman  <rms@gnu.org>
6795         * simple.el (undo-extra-outer-limit): New variable.
6796         (undo-outer-limit-truncate): Test and set it.
6798         * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
6799         enables the feature to extend the existing region.
6801         * simple.el (mark-word): New arg ALLOW-EXTEND
6802         enables the feature to extend the existing region.
6804         * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
6805         enables the feature to extend the existing region.
6807         * startup.el (site-run-file): Don't allow setting it with Custom.
6809         * simple.el (buffer-disable-undo): Fix previous change.
6811 2004-12-27  Masatake YAMATO  <jet@gyve.org>
6813         * hexl.el (hexlify-buffer): Remove fontification here.
6814         Use font lock mechanism instead.
6815         (hexl-font-lock-keywords): New font lock kewords.
6816         (hexl-mode-old-font-lock-keywords): New variable.
6817         (hexl-mode): Store the old font lock keywords.
6818         (hexl-mode-exit): Restore the old font lock keywords.
6820 2004-12-27  Richard M. Stallman  <rms@gnu.org>
6822         * simple.el (undo): Fix previous change.
6824 2004-12-27  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
6826         * term/mac-win.el: Sync with x-win.el.  Rearrange the contents.
6827         Call mac-clear-font-name-table if invoked on Mac OS 8/9.
6828         Call x-open-connection on Mac OS X.
6830 2004-12-27  Richard M. Stallman  <rms@gnu.org>
6832         * files.el (buffer-save-without-query): New var (buffer-local).
6833         (save-some-buffers): Save those buffers first, w/o asking.
6835         * files.el (insert-directory-ls-version): New variable.
6836         (insert-directory): When ls returns an error, test the version
6837         number to decide what the return code means.
6838         With --dired output format, detect and distinguish lines
6839         that are really error messages.
6840         (insert-directory-adj-pos): New function.
6842         * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
6844         * battery.el (battery-mode-line-format): Remove initial spaces.
6846         * uniquify.el (uniquify-rationalize-file-buffer-names):
6847         Delete interactive spec.
6849         * type-break.el (type-break-mode): Set buffer-save-without-query.
6850         Remove code that tried to set save-some-buffers-always.
6851         (type-break-file-keystroke-count): Bind deactivate-mark.
6853         * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
6855         * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
6856         Test that the buffer is live, and maybe reject current buffer too.
6857         Clarify.
6858         (next-error-find-buffer): Rewrite for clarity.
6860         * loadup.el: Don't use buffer-disable-undo; do it directly.
6862         * help-fns.el (describe-function-1): Call symbol-file with `defun'.
6863         (describe-variable): Call symbol-file with `defvar'.
6865         * subr.el (messages-buffer-max-lines): Alias for message-log-max.
6866         (symbol-file): Rewritten to handle new load-history format.
6867         Now takes an arg TYPE to specify looking for a particular
6868         type of definition only.
6870         * emacs-lisp/debug.el (debugger-make-xrefs):
6871         Call symbol-file with `defun'.
6873         * emacs-lisp/find-func.el (find-function-noselect):
6874         Call symbol-file with `defun'.
6875         (find-variable-noselect): Call symbol-file with `defvar'.
6877         * eshell/esh-cmd.el (eshell-find-alias-function):
6878         Call symbol-file with `defun'.
6880         * eshell/esh-test.el (eshell-test-goto-func):
6881         Call symbol-file with `defun'.
6883         * mail/rmail.el (rmail-resend):
6884         Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
6886         * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
6888         * progmodes/compile.el (compilation-find-buffer): Rename arg.
6890         * textmodes/texinfmt.el (texinfo-format-buffer-1):
6891         Call buffer-disable-undo.
6893         * simple.el (undo-list-saved): New variable (buffer-local).
6894         (undo): Set and test it.
6895         (buffer-disable-undo): Move here from buffer.c.
6896         Clear out undo-list-saved.
6898         * international/mule.el (decode-coding-inserted-region):
6899         Set buffer-undo-list in a correct and optimal way.
6901         * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
6902         (cperl-font-lock-unfontify-region-function): No need to save and
6903         restore info, since font-lock.el does it for us.
6905         * ansi-color.el (save-buffer-state): Definition deleted.
6906         (ansi-color-unfontify-region): Don't use save-buffer-state.
6908 2004-12-27  Dave Love  <fx@gnu.org>
6910         * wid-edit.el (function): Use restricted-sexp as parent.
6912 2004-12-27  Kevin Ryde  <user42@zip.com.au>
6914         * simple.el (next-matching-history-element): Use same
6915         `interactive' form as previous-matching-history-element.
6917         * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
6918         it can appear unencoded and has been seen from yahoo.
6920 2004-12-27  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
6922         * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
6923         in upper case.  Reported by Wojciech Polak <polak@gnu.org>.
6925 2004-12-27  Kenichi Handa  <handa@m17n.org>
6927         * international/utf-8.el (utf-translate-cjk-load-tables):
6928         Bind coding-system-for-read to nil while loading subst-*.
6930 2004-12-26  Jay Belanger  <belanger@truman.edu>
6932         * calc/calc-store.el (calc-read-var-name): Remove "var-" from
6933         default input.
6935 2004-12-26  Luc Teirlinck  <teirllm@auburn.edu>
6937         * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
6938         before reverting and disable undo recording while reverting.
6940 2004-12-26  Thien-Thi Nguyen  <ttn@gnu.org>
6942         * progmodes/hideshow.el (hs-set-up-overlay): New user var.
6943         (hs-make-overlay): New function.
6944         (hs-isearch-show-temporary): Handle `display' overlay prop specially.
6945         (hs-flag-region): Delete function.
6946         (hs-hide-comment-region): No longer use `hs-flag-region'.
6947         Instead, use `hs-discard-overlays' and `hs-make-overlay'.
6948         (hs-hide-block-at-point): Likewise.
6949         (hs-hide-level-recursive): Use `hs-discard-overlays'.
6950         (hs-hide-all, hs-show-all): Likewise.
6951         (hs-show-block): Likewise.
6952         Also, use overlay prop `hs-b-offset', not `hs-ofs'.
6954 2004-12-24  Thien-Thi Nguyen  <ttn@gnu.org>
6956         * progmodes/hideshow.el: Require `cl' when compiling.
6957         Remove XEmacs and Emacs 19 compatibility.
6958         Use `dolist' and `add-to-list' for load-time actions.
6959         (hs-discard-overlays): Use `dolist'.
6960         (hs-show-block): Likewise.
6962 2004-12-23  Dan Nicolaescu  <dann@ics.uci.edu>
6964         * faces.el (mode-line, mode-line-inactive): Use min-colors.
6966 2004-12-23  Thien-Thi Nguyen  <ttn@gnu.org>
6968         * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
6969         When extending backwards, move outside the current comment first.
6971 2004-12-22  Kenichi Handa  <handa@m17n.org>
6973         * international/quail.el (quail-start-translation): Fix prompt
6974         string for the case if input-method-use-echo-area being non-nil.
6975         (quail-start-conversion): Likewise.
6976         (quail-show-guidance): Don't show guidance if
6977         input-method-use-echo-area is non-nil.
6979 2004-12-21  Richard M. Stallman  <rms@gnu.org>
6981         * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
6983 2004-12-21  Markus Rost  <rost@ias.edu>
6985         * calendar/diary-lib.el (mark-diary-entries):
6986         Set mark-diary-entries-in-calendar only after checking for diary-file.
6988 2004-12-21  Richard M. Stallman  <rms@gnu.org>
6990         * faces.el (escape-glyph): Use blue against light foreground.
6992         * simple.el (undo-outer-limit-truncate): New function.
6993         (undo-outer-limit-function): Use undo-outer-limit-truncate.
6995 2004-12-21  Eli Barzilay  <eli@barzilay.org>
6997         * calculator.el (calculator-radix-grouping-mode)
6998         (calculator-radix-grouping-digits)
6999         (calculator-radix-grouping-separator):
7000         New defcustoms for the new radix grouping mode functionality.
7001         (calculator-mode-hook): Now used in electric mode too,
7002         (calculator): Call it.
7003         (calculator-mode-map): Some new keys.
7004         (calculator-message): New function.  Some new calls.
7005         (calculator-op, calculator-set-register): Use it.
7006         (calculator-string-to-number): New function, mostly moved and
7007         updated code from calculator-curnum-value.
7008         (calculator-curnum-value): Use it.
7009         (calculator-paste): Use it, and update grabbing the current-kill.
7010         (calculator-rotate-displayer)
7011         (calculator-rotate-displayer-back): Toggle digit grouping when
7012         in radix mode, use calculator-message.
7013         (calculator-displayer-prev, calculator-displayer-next):
7014         Change digit group size when in radix mode.
7015         (calculator-number-to-string): Rename from
7016         calculator-num-to-string.  Now deals with digit grouping in
7017         radix mode.
7018         (calculator-update-display, calculator-put-value): Use the new name.
7019         (calculator-fact): Return a floating point number.
7020         (calculator-mode): Doc fix.
7022 2004-12-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
7024         * calendar/calendar.el (view-other-diary-entries): Add autoload.
7025         * calendar/diary-lib.el (view-other-diary-entries):
7026         Use current-prefix-arg in interactive spec.
7028 2004-12-19  Jay Belanger  <belanger@truman.edu>
7030         * calc/calc-aent.el (calcAlg-blank-matching-open):
7031         Temporarily adjust the syntax of both delimiters of half-open intervals.
7033 2004-12-19  Kim F. Storm  <storm@cua.dk>
7035         * mouse.el (mouse-1-click-follows-link): Doc fix.
7037 2004-12-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7039         * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7040         (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7041         instead of centraleuropean as the name
7043 2004-12-17  Michael Albinus  <michael.albinus@gmx.de>
7045         Sync with Tramp 2.0.46.
7047         * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7048         parameters wrt Tramp convention.
7049         (tramp-handle-file-attributes-with-perl)
7050         (tramp-handle-directory-files-and-attributes): Apply it.
7051         (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7052         `copy-program'.  Reported by Zack Weinberg
7053         <zack@codesourcery.com>.
7054         (top): Set `edebug-form-spec' property directly rather than
7055         calling `def-edebug-spec'.
7057         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7058         advice less fragile.  Surround temporary redefinition of
7059         `substitute-in-file-name' with `unwind-protect'.  Suggested by
7060         Matt Hodges <MPHodges@member.fsf.org>.
7062 2004-12-17  Juri Linkov  <juri@jurta.org>
7064         * replace.el (occur-accumulate-lines, occur-engine):
7065         Make forcing deferred font-lock fontification jit-specific.
7067 2004-12-17  Kim F. Storm  <storm@cua.dk>
7069         * mouse.el (mouse-1-click-follows-link): New defcustom.
7070         (mouse-on-link-p): New function.
7071         (mouse-drag-region-1): Implement mouse-1-click-follows-link
7072         functionality.  Map a mouse-1 click event into a mouse-2 (or
7073         other) event when position is inside a link.
7075         * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7076         prefix in tooltip text with "mouse-1" when this is a link
7077         recognized by mouse-1-click-follows-link functionality.
7079         * help.el (describe-key): Report effective and original binding
7080         for mouse-1 when clicked on a link.
7081         (describe-mode): Add follow-link property to "minor-mode" button.
7083         * help-fns.el (describe-variable): Add follow-link property to
7084         "below" button.
7086         * help-mode.el (help-xref): Add follow-link property.
7088         * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7089         (apropos-command, apropos-variable, apropos-face, apropos-group)
7090         (apropos-widget, apropos-plist): Add follow-link property.
7092         * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7093         checks if position is in a filename, rather than some other
7094         clickable item.  Function looks for cvs-filename-face at position.
7096         * wid-edit.el (widget-specify-field, widget-specify-button):
7097         Map a :follow-link keyword into a follow-link property.
7098         (link): Add :follow-link keyword, map to RET binding.
7100         * dired.el (dired-mode-map): Map follow-link to mouse-face.
7102         * progmodes/compile.el (compilation-minor-mode-map)
7103         (compilation-button-map, compilation-mode-map): Likewise.
7105 2004-12-17  Thien-Thi Nguyen  <ttn@gnu.org>
7107         * play/zone.el (zone): Init `line-spacing' from orig buffer.
7108         (zone-replace-char): Take `count' and `del-count'
7109         instead of `direction'.  Update callers.  When `del-count' is
7110         non-nil, delete that many characters, otherwise `count' characters
7111         backwards.  Insert the newly-replaced string `count' times.
7112         (zone-fret): Handle chars w/ width greater than one.
7113         (zone-fall-through-ws): No longer take window width `ww'.
7114         Update callers.  Add handling for `char-width' greater than one.
7115         (zone-pgm-drip): Update var holding window-end position every cycle.
7117 2004-12-17  Andre Spiegel  <spiegel@gnu.org>
7119         * vc.el (vc-default-update-changelog): Use insert-file-contents,
7120         rather than insert-file.
7122 2004-12-16  Jay Belanger  <belanger@truman.edu>
7124         * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7125         (math-init-random-base, math-random-digit): Check to see if
7126         var-RandSeed is bound.
7127         (math-random-last): Declare it.
7128         (math-random-digit): Don't make math-random-last local.
7130 2004-12-16  Thien-Thi Nguyen  <ttn@gnu.org>
7132         * play/zone.el (zone): Fix omission bug: Use a self-disabling
7133         one-shot thunk for uniform (error, quit, normal) recovery.
7134         Reported by John Paul Wallington.
7135         (zone-pgm-random-life): Fix bug:
7136         Recognize empty initial field by lack of "@" chars.
7138 2004-12-16  Juri Linkov  <juri@jurta.org>
7140         * help.el (function-called-at-point):
7141         * help-fns.el (variable-at-point): As a last resort try stripping
7142         non-word prefixes and suffixes.
7144         * descr-text.el (describe-property-list): Don't treat syntax-table
7145         specially.  Use describe-text-sexp which inserts [show] button
7146         for large objects and handles printing errors.  Sort properties
7147         by names in alphabetical order instead of by value sizes.
7148         Add `mouse-face' to list of properties for `describe-face' widget.
7149         (describe-char): Mask out face-id from 19 bits of character.
7150         Print face-id separately.
7152         * replace.el (occur-accumulate-lines, occur-engine):
7153         Fontify unfontified matching lines in the source buffer
7154         before copying them.
7155         (occur-engine): Don't put mouse-face on context lines.
7156         (occur-next-error): Set point to line beginning/end
7157         before searching for prev/next property to skip multiple
7158         matches on a line (not supported by occur engine).
7159         Remove redundant prefix-numeric-value.
7161 2004-12-15  Juri Linkov  <juri@jurta.org>
7163         * replace.el (match): New face.
7164         (list-matching-lines-face): Change default from `bold' to `match'.
7166         * progmodes/grep.el (grep-match-face): New defvar.
7167         (grep-mode-font-lock-keywords): Use grep-match-face instead of
7168         compilation-column-face to highlight grep matches.
7170         * apropos.el (apropos-match-face): Change default from
7171         `secondary-selection' to `match'.
7173         * info-look.el (info-lookup-highlight-face): Change default from
7174         `highlight' to `match'.
7176 2004-12-15  Daniel Pfeiffer  <occitan@esperanto.org>
7178         * progmodes/executable.el (executable-interpret): Eliminate
7179         obsolete compile-internal, and switch to comint for interaction.
7181 2004-12-15  J.D. Smith  <jdsmith@as.arizona.edu>
7183         * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7184         `&&' when skipping multiple statements on a line.
7186 2004-12-15  Thien-Thi Nguyen  <ttn@gnu.org>
7188         * play/zone.el (zone): Set `truncate-lines'.
7189         Also, init `tab-width' with value from original buffer.
7190         (zone-shift-up): Rewrite for speed.
7191         (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7192         (zone-pgm-jitter): Remove redundant entries from ops vector.
7193         (zone-exploding-remove): Reduce iteration count.
7194         (zone-cpos): Convert to defsubst.
7195         (zone-replace-char): New defsubst.
7196         (zone-park/sit-for): Likewise.
7197         (zone-fret): Take window-start arg.
7198         Update callers.  Use `zone-park/sit-for'.
7199         (zone-fill-out-screen): Rewrite.
7200         (zone-fall-through-ws): Likewise.  Update callers.
7201         (zone-pgm-drip): Use `zone-replace-char'.
7202         Move var inits before while-loop.  Use `zone-park/sit-for'.
7203         (zone-pgm-random-life): Handle empty initial field.
7204         Use `zone-replace-char' and `zone-park/sit-for'.
7206 2004-12-15  Juri Linkov  <juri@jurta.org>
7208         * isearch.el (isearch-update): Test isearch-lazy-highlight
7209         before calling isearch-lazy-highlight-new-loop.
7210         (isearch-lazy-highlight-new-loop):
7211         Don't test isearch-lazy-highlight.
7213         * replace.el (perform-replace): Add isearch-case-fold-search.
7214         Use delimited-flag for isearch-regexp.
7215         Reset isearch-lazy-highlight-last-string to force lazy
7216         highlighting when called from isearch mode.
7217         (query-replace-highlight): Revert defcustom type to boolean.
7218         (query-replace-lazy-highlight): New defcustom.
7219         (query-replace): New face.
7220         (perform-replace, replace-highlight, replace-dehighlight):
7221         Test query-replace-lazy-highlight instead of special value
7222         `isearch' of query-replace-highlight.
7223         (replace-dehighlight): Don't call isearch-dehighlight.
7224         (replace-highlight): Don't call isearch-highlight.
7225         Use face `query-replace' unconditionally.
7227 2004-12-14  Kim F. Storm  <storm@cua.dk>
7229         * simple.el (inhibit-mark-movement): Remove defvar.
7230         (beginning-of-buffer, end-of-buffer): Don't use it.
7232         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7233         Don't use inhibit-mark-movement.
7235         * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7236         (cua--undo-push-mark): Remove.
7237         (cua--pre-command-handler, cua--post-command-handler):
7238         Don't fiddle with inhibit-mark-movement.
7240 2004-12-14  Juri Linkov  <juri@jurta.org>
7242         * buff-menu.el (list-buffers-noselect): Collect internal info
7243         for every buffer in BUFFER-LIST arg too.
7244         (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7245         (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7246         Bind same-window-buffer-names and same-window-regexps to nil.
7248 2004-12-13  Juri Linkov  <juri@jurta.org>
7250         * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7252         * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7253         (sc-cite-region, sc-uncite-region, sc-recite-region):
7254         Fix previous change to handle not alist as a symbol, but
7255         a citation frame as a symbol that represents a variable name.
7257 2004-12-13  Richard M. Stallman  <rms@gnu.org>
7259         * filecache.el (file-cache-add-directory-using-find):
7260         Only set up file-cache-find-command-posix-flag if we will use it.
7262         * bindings.el (mode-line-buffer-identification-keymap):
7263         Don't cancel the mode-line's usual down-mouse-1 binding.
7265         * cus-edit.el (custom-face-selected): Handle `default' specs.
7266         (custom-face-edit): Increase extra-offset.
7267         (custom-display): Handle `default' specs.
7269         * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7271         * emacs-lisp/elint.el (elint-standard-variables)
7272         (elint-unknown-builtin-args): Move definitions up.
7274         * net/browse-url.el (browse-url-url-at-point): Add autoload.
7276         * info.el (info-xref-visited): Use `default' instead of t.
7277         (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7279         * faces.el (header-line, mode-line-inactive, tool-bar):
7280         Use `default' instead of t for setting the defaults.
7281         (face-spec-choose): Separate `t' from `default'.
7283         * subr.el (while-no-input): New macro.
7285 2004-12-13  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>  (tiny change)
7287         * filecache.el (file-cache-add-directory-using-find):
7288         Only test file-cache-find-command-posix-flag on some systems.
7290 2004-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7292         * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7293         Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7294         (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7295         (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7296         (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7298 2004-12-12  Juri Linkov  <juri@jurta.org>
7300         * files.el (find-file-other-window, find-file-other-frame):
7301         Add the first buffer to the returned value to return the complete
7302         list of all visited buffers.
7303         (find-file-read-only, find-file-read-only-other-window)
7304         (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7305         `find-file-read-args'.  Signal an error about non-existent file
7306         only if file name doesn't contain wildcards.  Toggle read-only in
7307         all visited buffers.
7308         (find-alternate-file, find-alternate-file-other-window):
7309         Add optional arg `wildcards'.  Doc fix.  Set `wildcards' to t when
7310         called interactively.  Pass arg `wildcards' to other functions.
7311         (find-file-noselect): Doc fix.
7313         * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7314         Doc fix.
7315         (ffap-directory-finder): New variable.
7316         (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7317         (ffap-file-at-point): Add /* to immediately rejected names.
7318         Return absolute file names matching ffap-dired-wildcards.
7319         (ffap-read-file-or-url): Set default value for `completing-read'
7320         to `buffer-file-name'.
7321         (find-file-at-point): When filename matches ffap-dired-wildcards,
7322         call ffap-file-finder with t arg `wildcards', instead of dired.
7323         (ffap-other-window, ffap-other-frame): Return visited buffers.
7324         (ffap-read-only, ffap-read-only-other-window)
7325         (ffap-read-only-other-frame, ffap-alternate-file): New commands.
7326         (dired-at-point): Call ffap-directory-finder instead of dired.
7327         (ffap-dired-other-window, ffap-dired-other-frame)
7328         (ffap-list-directory): New commands.
7329         (ffap-bindings): New keybindings for new commands.
7331 2004-12-12  Juri Linkov  <juri@jurta.org>
7333         * simple.el (beginning-of-buffer, end-of-buffer):
7334         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7335         Do not push mark when mark is active in transient-mark-mode.
7337         * simple.el (mark-word):
7338         * emacs-lisp/lisp.el (mark-sexp, mark-defun):
7339         * textmodes/paragraphs.el (mark-paragraph):
7340         Extend the region when mark is active in transient-mark-mode,
7341         regardless of the last command.  Doc fix.
7343         * simple.el (mark-word): Preserve direction when repeating.
7344         Make arg optional.  Interactive "p" -> "P".
7345         (transient-mark-mode, inhibit-mark-movement): Doc fix.
7347         * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
7348         preserving direction, to mark forward instead of backward when mark
7349         is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
7351 2004-12-12  Juri Linkov  <juri@jurta.org>
7353         * isearch.el (isearch-edit-string): Set 7th arg of
7354         `read-from-minibuffer' to `t' to inherit the current input
7355         method (whose name is indicated by [IM] in the minibuffer prompt)
7356         from the current buffer to the minibuffer.
7357         (isearch-lazy-highlight-update): Put body to `with-local-quit'
7358         to allow C-g quitting for lazy highlighting looping inside the
7359         search with nested repetition operators.  Add overlay to the list
7360         before setting its face and other properties to avoid the case of
7361         code quitting after placing the new overlay but before it's
7362         recorded on the list.  Select the window where isearch was
7363         activated, to highlight matches in the right window when isearch
7364         switches the current window to the minibuffer.
7366         * international/isearch-x.el
7367         (isearch-process-search-multibyte-characters):
7368         Use `isearch-message' as initial input for `read-string' instead
7369         of adding it to the minibuffer prompt.  After reading a string
7370         remove the initial value of `isearch-message' from the string.
7372         * replace.el (replace-match-maybe-edit): Doc fix.
7373         (perform-replace): Don't call `replace-highlight' when automatic
7374         replacement is requested in literal mode, since it is intended
7375         only to highlight words during entering a new replacement string
7376         for \? in non-literal mode.
7378         * replace.el (query-replace-highlight): Add new value `isearch'
7379         that allows query replacement to use isearch highlighting.
7380         Change type from `boolean' to `choice'.  Doc fix.
7381         (replace-highlight, replace-dehighlight, perform-replace):
7382         Use isearch highlighting if query-replace-highlight eq `isearch'.
7384 2004-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7386         * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7387         (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
7389         * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
7390         case of \end{verbatim}.
7392 2004-12-11  Dan Nicolaescu  <dann@ics.uci.edu>
7394         * term.el (term-termcap-format): Synchronyze with terminfo.
7395         (term-emulate-terminal): Handle reset.
7396         (term-reset-terminal): New function.
7398 2004-12-11  Thien-Thi Nguyen  <ttn@gnu.org>
7400         * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
7401         (zone-fill-out-screen): New func.
7402         (zone-pgm-drip): Use `zone-fill-out-screen'.
7403         Also, no longer go to point-min on every cycle.
7404         (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
7405         (zone-pgm-random-life-wait): New user var.
7406         (zone-pgm-random-life): New func.
7408 2004-12-10  Thien-Thi Nguyen  <ttn@gnu.org>
7410         * files.el (auto-mode-alist): Map .com to DCL mode.
7412 2004-12-09  Richard M. Stallman  <rms@gnu.org>
7414         * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
7416 2004-12-09  Nick Roberts  <nickrob@snap.net.nz>
7418         * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
7419         buffer with a display margin.
7421 2004-12-08  Jay Belanger  <belanger@truman.edu>
7423         * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
7424         (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
7426 2004-12-08  Richard M. Stallman  <rms@gnu.org>
7428         * faces.el: Delete code to set display table.
7429         (escape-glyph): Redefine to be less loud.  (Copy minibuffer-prompt.)
7431 2004-12-08  Jay Belanger  <belanger@truman.edu>
7433         * calc/calc.el: Add math-read-preprocess-string to autoloads.
7435         * calc/calc-ext.el (math-read-replacement-list)
7436         (math-read-superscripts, math-read-preprocess-string): Move to
7437         calc-aent.el.
7439         * calc/calc-aent.el (math-read-replacement-list)
7440         (math-read-superscripts, math-read-preprocess-string): Move from
7441         calc-ext.el.
7443 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7445         * isearch.el (isearch-quote-char): Fix up typo in last change.
7447 2004-12-07  Luc Teirlinck  <teirllm@auburn.edu>
7449         * mouse.el (mouse-set-font): Handle the case where the command was
7450         not invoked using the mouse.
7452         * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
7453         (edmacro-finish-edit): Further update for keyboard macros that are
7454         lambda forms.
7455         (edmacro-sanitize-for-string): Correctly remove Meta modifier.
7457 2004-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7459         * font-lock.el (font-lock-unfontify-region): Save buffer state.
7460         (font-lock-default-unfontify-region): Don't save buffer state any more.
7462 2004-12-07  Jay Belanger  <belanger@truman.edu>
7464         * calc/calc-help.el (calc-describe-key):
7465         Set calc-summary-indentation even when Calc Summary buffer exists.
7467 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
7469         * calendar/holidays.el (holiday-easter-etc): Make arguments
7470         optional for backwards compatibility.  Doc fix.
7471         Remove un-necessary local vars mandatory, output-list.
7472         (holiday-advent): Make arguments optional for backwards
7473         compatibility.  Doc fix.
7475 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
7477         * paren.el (show-paren-function): Fix last change (2004-12-02).
7479         * international/mule-util.el (char-displayable-p): Return nil for
7480         unibyte mode.
7482         * subr.el (subregexp-context-p): New function.
7484         * isearch.el (isearch-quote-char): Use it.
7486         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
7487         (regexp-opt-not-groupie*-re): Remove.
7488         (regexp-opt): Properly handle inputs with duplicate entries.
7490 2004-12-06  Richard M. Stallman  <rms@gnu.org>
7492         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
7494         * cus-edit.el (custom-file): Doc fix.
7496         * textmodes/org.el: New file.
7498 2004-12-06  Kenichi Handa  <handa@m17n.org>
7500         * ldefs-boot.el: Update international/mule-util.el section.
7502 2004-12-05  Sam Steingold  <sds@gnu.org>
7504         * net/tramp.el (tramp-handle-file-accessible-directory-p):
7505         Fix `tramp-time-diff' comparison logic.
7507 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
7509         * progmodes/which-func.el (which-function):
7510         Use `run-hook-with-args-until-success' instead of a custom loop.
7511         Fixes bug with local hooks.
7513 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7515         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
7516         Use delete-dups when calculating the initial value.
7517         (bibtex-autokey-get-title): Use <=.
7518         (bibtex-goto-line): New function.
7519         (bibtex-reposition-window): Use line numbers instead of point
7520         positions.  Use window-body-height.
7521         (bibtex-find-crossref): Use bibtex-reposition-window.
7522         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
7523         position of entry if key is found or nil if not found.
7525 2004-12-05  Richard M. Stallman  <rms@gnu.org>
7527         * cus-edit.el (custom-file): Doc fix.
7529         * progmodes/sh-script.el (sh-indent-for-then): Change default.
7531 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7533         * simple.el (blink-matching-open):
7534         * textmodes/tex-mode.el (tex-validate-region):
7535         Obey syntax-table text properties.
7537 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
7539         * wid-edit.el (widget-specify-field): Add `real-field' property to
7540         boundary.
7541         (widget-field-at): Use it.
7543 2004-12-02  Richard M. Stallman  <rms@gnu.org>
7545         * progmodes/cc-mode.el (awk-mode autoload):
7546         Supply t meaning interactive function.
7548         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
7549         (isearch-mode-map): No special definition for space.
7550         (isearch-whitespace-chars): Command deleted.
7551         (isearch-forward-regexp): Doc fix.
7552         (isearch-quote-char): When a space is not inside brackets,
7553         use `[ ]' instead of just space.
7554         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
7556         * imenu.el (imenu--generic-function): Delete code to exclude
7557         matches in comments.
7559         * man.el (Man-reverse-face): Change default to `highlight'.
7561         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
7562         (occur-engine): Use `face' prop rather than `font-lock-face'
7563         when specifying use of `match-face'.
7564         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
7566         * emacs-lisp/elint.el (elint-standard-variables): Update list.
7568         * add-log.el (add-log-current-defun): Handle the case where point
7569         is in the header part of a DEFUN construct.
7571 2004-12-02  Dave Love  <fx@gnu.org>
7573         * progmodes/python.el (python-font-lock-syntactic-keywords):
7574         Fix previous change.
7576 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
7578         * paren.el (show-paren-function): Check for matching chars
7579         specified by text props.
7581 2004-12-02  Jay Belanger  <belanger@truman.edu>
7583         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
7584         when reading a new key sequence.
7586 2004-12-02  Kim F. Storm  <storm@cua.dk>
7588         * faces.el (escape-glyph): Rename from glyph.
7589         (standard-display-table): Set it here.  Add escape-glyph face to
7590         extra slot characters.
7592         * disp-table.el: Undo 2004-12-01 change.  Display table is now
7593         setup in faces.el.
7595 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
7597         * xml.el (xml-parse-dtd): Don't show validity messages when
7598         xml-validating-parser is nil.
7599         (xml-substitute-special): Fix validity error messages to
7600         actually show the unexpandable entity.  Added validity error if &
7601         isn't followed by an entity.
7602         (xml-parse-tag): Concatenate any string following the a
7603         <![CDATA[]]> section to the parsed CDATA.
7604         (xml-parse-dtd): Skip parameter entity declarations and use of
7605         parameter entities.
7607 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
7609         * kmacro.el (kmacro-default-counter-format): New var.
7610         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
7611         (kmacro-display): Remove `nil' from `and' form.  Delete call to
7612         `format' inside `message'.
7613         (kmacro-start-macro): Use `kmacro-default-counter-format'.
7615 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7617         * pcvs.el (cvs-header-msg): New function.
7618         (cvs-update-header): Use it.  Change calling convention.
7619         Correctly handle the case of having simultaneous active processes.
7620         (cvs-sentinel): Don't call cvs-update-header any more.
7621         (cvs-mode-run): Update call and add cvs-update-header to postproc.
7623 2004-12-01  Jay Belanger  <belanger@truman.edu>
7625         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
7626         Change message.
7628 2004-12-01  Juri Linkov  <juri@jurta.org>
7630         * progmodes/prolog.el (prolog-mode-variables):
7631         Fix imenu-generic-expression.
7633 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
7635         * faces.el (glyph): New face.
7637         * disp-table.el: Add an autoloaded table, that doesn't require
7638         this library, with glyph face.
7640         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
7641         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
7642         (conf-quote-normal): Allow normalizing only ' or ".
7643         (conf-mode): Regexp-quote constructed comment-start and don't
7644         match section {} where "name" contains braces.
7646         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
7647         files.
7649 2004-12-01  Kenichi Handa  <handa@m17n.org>
7651         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
7652         (x-select-text): Don't treat eight-bit-control/graphic chars
7653         specially.  Store the encoded text in the X cut buffer.
7654         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
7655         with x-last-selected-text-cut-encoded.
7657 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7659         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
7661 2004-11-30  Markus Rost  <rost@ias.edu>
7663         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
7664         AUCTeX.
7666 2004-11-30  Jay Belanger  <belanger@truman.edu>
7668         * calc/calc-arith.el (math-possible-signs): Made stronger checks
7669         on signs of intervals.
7670         (math-pow-of-zero): Strengthen checks for positive and negative
7671         exponents.
7673         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
7674         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
7675         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
7676         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
7677         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
7678         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
7679         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
7680         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
7681         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
7682         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
7683         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
7684         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
7685         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
7686         with provide statements.
7688         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
7690         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
7692         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
7693         (calc-load-everything, math-defsimplify): Replace dummy autoloading
7694         functions by require statements.
7695         (math-defsimplify): Move to calc-alg.el, add to autoloads.
7697         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
7698         (calc-gnuplot-print): Give them values.
7700         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
7701         autoloads.
7702         Add calc-do-embedded-activate to autoloads.
7703         (calc-gnuplot-name, calc-gnuplot-plot-command)
7704         (calc-gnuplot-print-command): Move them to calc-graph.el.
7706 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7708         * term/mac-win.el (ccl-encode-mac-roman-font)
7709         (ccl-encode-mac-cyrillic-font)
7710         (ccl-encode-mac-centraleuropean-font, encoder-list)
7711         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
7712         Support Cyrillic, CentralEuropean, and Dingbat font display
7714 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
7716         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
7718         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
7719         still nil.
7721 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
7723         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
7724         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
7726 2004-11-29  Jay Belanger  <belanger@truman.edu>
7728         * calc/calc-arith.el (math-pow-of-zero): Take into account different
7729         cases of the base and exponent.
7731 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
7733         * simple.el (next-error-buffer-p): Allow for inclusive and
7734         exclusive tests for finding a buffer.
7735         (next-error-find-buffer): Pass the exclusive and inclusive tests
7736         to next-error-buffer-p.
7738         * replace.el (occur-next-error): Switch to the Occur buffer when
7739         appropriate, use the exclusive filter to next-error-find-buffer to
7740         do it.  Use the absolute value of the motion amount.
7742 2004-11-29  Kenichi Handa  <handa@m17n.org>
7744         * startup.el (command-line): Decode all default-directory by
7745         locale-coding-system.
7747 2004-11-29  Jay Belanger  <belanger@truman.edu>
7749         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
7750         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
7751         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
7752         Replace calls to calc-extensions by appropriate require, replace
7753         calc-extensions-loaded by appropriate featurep.
7755         * calc/calc-ext.el: Move require to end of file.
7756         Remove redundant loading of calc.el.
7757         (calc-extensions-loaded): Remove unnecessary variable.
7758         (calc-extensions): Remove unnecessary function.
7759         (calc-load-everything): Replace calc-need-macros by appropriate require.
7761         * calc/calc-macs.el: Move provide to end of file.
7762         (calc-need-macros): Remove unnecessary function.
7764         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
7765         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
7766         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
7767         Replace calc-extensions by appropriate require.
7768         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
7770         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
7771         Replace calc-need-macros by appropriate require.
7773         * calc/calc.el: Move require to end of file.
7774         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
7775         Remove unnecessary variable.
7776         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
7777         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
7778         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
7779         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
7780         (math-stack-value-offset, math-format-value, math-format-flat-expr)
7781         (math-format-number, math-format-bignum, math-read-number)
7782         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
7783         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
7784         by appropriate require.
7785         (calc-check-defines): Replace calc-need-macros by appropriate require.
7787 2004-11-29  Kim F. Storm  <storm@cua.dk>
7789         * macros.el (insert-kbd-macro): Handle kmacro functions.
7791 2004-11-28  Juri Linkov  <juri@jurta.org>
7793         * compare-w.el (compare-windows-highlight): Attach each overlay
7794         to its window to properly highlight differences while comparing
7795         two windows of the same buffer.  Fix arguments.
7796         (compare-windows-sync-default-function): Fix arguments of
7797         `compare-windows-highlight'.
7799         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
7800         Use `read-expression-history'.  Set initial contents only if
7801         `edebug-global-break-condition' is non-nil.  Set histpos to 1
7802         if initial contents is equal to the last history element.
7803         (edebug-set-conditional-breakpoint): Instead of temporarily
7804         prepending the current condition to the history, set initial
7805         contents to the current condition.  Set histpos to 1 if initial
7806         contents is equal to the last history element.
7808         * info.el (Info-search-whitespace-regexp): Remove shy group.
7809         (Info-search): Forward line if search is on the header line.
7810         Use search-whitespace-regexp in two other places.
7812 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
7814         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
7815         warning.  Delay real definition, which uses
7816         `set-fringe-indicators-1' till after the definition of that function.
7818 2004-11-28  Kim F. Storm  <storm@cua.dk>
7820         * fringe.el (fringe): New defgroup.
7821         (fringe-mode): Move to fringe group.
7822         (fringe-indicators): New defcustom.
7823         (set-fringe-indicators-1): New defun.
7825         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
7826         (menu-bar-showhide-fringe-ind-menu): New keymap.
7827         (menu-bar-showhide-fringe-ind-empty)
7828         (menu-bar-showhide-fringe-ind-mixed)
7829         (menu-bar-showhide-fringe-ind-box)
7830         (menu-bar-showhide-fringe-ind-right)
7831         (menu-bar-showhide-fringe-ind-left)
7832         (menu-bar-showhide-fringe-ind-none): New defuns.
7833         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
7835 2004-11-27  Richard M. Stallman  <rms@gnu.org>
7837         * comint.el (comint-read-noecho): Add trivial compatibility definition.
7839         * generic.el (define-generic-mode): Doc fix.
7841         * menu-bar.el (menu-bar-options-save): For the options
7842         that are toggled with menu-bar-make-mm-toggle, don't check
7843         for customized-value prop.
7845 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
7847         * mail/supercite.el (sc-cite-region): Handle the case where
7848         sc-cite-frame-alist is a symbol.
7849         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
7850         a symbol.
7851         (sc-recite-region): Handle the case where sc-recite-frame-alist is
7852         a symbol.
7854 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
7856         * wid-edit.el (widget-narrow-to-field): New function.
7857         (widget-complete): Use it.
7859 2004-11-27  Jay Belanger  <belanger@truman.edu>
7861         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
7862         variable.
7863         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
7864         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
7865         (math-alg-inequalities): Move declaration to earlier in the file.
7867         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
7868         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
7869         Declare them.
7871         * calc/calc-lang.el (math-expr-data, math-expr-token)
7872         (math-exp-old-pos): Declare them.
7874         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
7875         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
7877 2004-11-27  Kim F. Storm  <storm@cua.dk>
7879         * progmodes/flymake.el: Use (featurep 'xemacs).
7880         (flymake-makehash): Change to defsubst.  Use fboundp.
7881         (flymake-time-to-float): Remove.
7882         (flymake-float-time): Merge code from flymake-time-to-float here.
7883         (flymake-replace-regexp-in-string): Change to defsubst.
7884         (flymake-split-string-remove-empty-edges):
7885         Rename to flymake-split-string.
7886         (flymake-split-string): Remove previous defalias.
7887         (flymake-get-temp-dir): Change to defsubst.
7888         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
7889         Define for xemacs only.
7890         (flymake-master-file-count-limit): Change into compiler defvar only.
7891         (flymake-find-possible-master-files): Let-bind it dynamically while
7892         sorting files using flymake-master-file-compare.
7894 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7896         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
7897         of defun-prompt-regexp matches inside a comment/string but the
7898         beginning is correctly outside everything.
7900         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
7901         appears within a string or a comment.
7903         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
7904         rather than make-symbol for symbols which are used in
7905         a symbol-macrolet or equivalent.
7907 2004-11-26  Jay Belanger  <belanger@truman.edu>
7909         * calc-misc.el (calc-last-why-command): Declare it.
7911         * calc-vec.el (math-grade-vec): New variable.
7912         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
7913         Replace variable grade-vec by declared variable.
7914         (math-rb-close): New variable.
7915         (math-read-brackets, math-read-vector): Replace variable close by
7916         declared variable.
7918         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
7919         (calc-one-window, calc-edit-handler, calc-restore-trail)
7920         (calc-allow-ret): Declare them.
7922         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
7923         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
7924         (math-radix-float-cache-tag, math-random-cache)
7925         (math-max-digits-cache, math-integral-cache, math-units-table)
7926         (math-format-date-cache, math-holidays-cache-tag): Declare them.
7927         (math-moc-func): New variable.
7928         (math-map-over-constants, math-map-over-constants-rec):
7929         Replace variable func by declared variable.
7931         * calc/calc-store.el (calc-given-value, calc-store-opers):
7932         Declare them.
7933         (calc-var-name-map): Move declaration to earlier in the file.
7934         (calc-pv-pos): New variable.
7935         (calc-permanent-variable, calc-insert-permanent-variable):
7936         Replace variable pos by declared variable.
7938         * calc/calc-mtx.el (calc-det-lu): New variable.
7939         (math-det-raw, math-det-step): Replace variable lu by declared variable.
7941         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
7942         (math-multi-subst, math-multi-subst-rec): Replace variables temp
7943         and arg by declared variables.
7944         (calcFunc-reducer): Fix incorrect variable.
7945         (math-inner-mul-func, math-inner-add-func): New variables.
7946         (calcFunc-inner, math-inner-mats): Replace variables mul-func
7947         and add-func by declared variables.
7949         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
7950         (calc-digit-value): Declare them.
7952         * calc/calc-help.el (Info-history): Declare it.
7953         (calc-describe-key): Make calc-summary-indentation a local variable.
7954         (calc-help-long-names): Move declaration to earlier in file.
7956         * calc/calc-embed.el (calc-original-buffer): Declare it.
7957         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
7958         (calc-embed-bot): New variables.
7959         (calc-do-embedded, calc-embedded-mark-formula)
7960         (calc-embedded-find-bounds, calc-embedded-duplicate)
7961         (calc-embedded-new-formula, calc-embedded-make-info):
7962         Replace vars outer-top, outer-bot, bot and top by declared variables.
7963         (calc-embed-prev-modes): New variable.
7964         (calc-embedded-set-modes, calc-embedded-update): Replace variable
7965         prev-modes with declared variable.
7966         (calc-embed-vars-used): New variable.
7967         (calc-embedded-make-info, calc-embedded-evaluate-expr)
7968         (calc-embedded-update, calc-embedded-find-vars): Replace variable
7969         vars-used by declared variable.
7971         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
7972         (math-format-radix-float): Remove unnecessary setq.
7973         (math-radix-float-cache): Declare it.
7975         * calc/calcsel2.el (calc-keep-selection): Declare it.
7977         * calc/calc-maint.el: Remove file.
7979 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
7981         * textmodes/bibtex.el (bibtex-sort-entry-class)
7982         (bibtex-comment-start): Use defcustom.
7983         (bibtex-entry-field-alist): Use nil if initial content of the
7984         field is undefined.  Fix docstring.
7985         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
7986         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
7987         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
7988         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
7989         Fix docstring.
7990         (bibtex-autokey-title-terminators): Use only one regexp.
7991         (bibtex-string-maybe-empty-head): New variable.
7992         (bibtex-remove-delimiters-string): New function.
7993         (bibtex-text-in-field-bounds, bibtex-text-in-string):
7994         Use bibtex-remove-delimiters-string.
7995         (bibtex-progress-message, bibtex-field-left-delimiter)
7996         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
7997         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
7998         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
7999         Simplify.
8000         (bibtex-format-entry): Use save-excursion for inherited booktitle.
8001         Use eq and bibtex-remove-delimiters-string.  For end markers use
8002         insertion type so that marker stays after inserted text.
8003         (bibtex-autokey-get-names): Return empty string if name is missing.
8004         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8005         calling bibtex-autokey-name-case-convert.
8006         (bibtex-autokey-demangle-title):
8007         Call bibtex-autokey-titleword-case-convert.  Remove call to
8008         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8009         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8010         (bibtex-read-key): New optional arg global.
8011         (bibtex-files-expand): New optional arg force.
8012         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8013         (bibtex-complete-crossref-cleanup): Rename from
8014         bibtex-complete-key-cleanup.  Simplify code.
8015         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
8016         Operate on current entry.
8017         (bibtex-button): Add docstring.
8018         (bibtex-entry): Simplify.
8019         (bibtex-make-field): Replace optional arg called-by-yank with more
8020         specific args move and interactive.
8021         (bibtex-end-of-entry): Use forward-sexp.
8022         (bibtex-find-entry-globally): Remove.
8023         (bibtex-find-crossref): Allow for crossref key located in other buffer.
8024         Bound to C-c C-x.
8025         (bibtex-find-entry): New optional args global and display.
8026         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
8027         (bibtex-validate): Use arg force of bibtex-files-expand.
8028         (bibtex-clean-entry): Bugfix, clean string entries properly.
8029         Always keep point at beginning of entry.
8030         (bibtex-complete): Bugfix.  Handle string entries properly.
8031         Call cleanup functions only if needed.
8032         (bibtex-String): Use bibtex-read-string-key.
8033         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
8034         case of replacement text.
8036 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
8038         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8039         (tramp-perl-directory-files-and-attributes): New constant.
8040         (tramp-file-name-handler-alist): Delete file-directory-files, add
8041         directory-files-and-attributes.
8042         (tramp-perl-file-attributes): Surround uid and gid by double
8043         quotes.  Change parameter id-format from nonnumeric.
8044         (tramp-convert-file-attributes): New function.
8045         (tramp-handle-file-attributes): Use it.
8046         (tramp-maybe-send-perl-script): New function.
8047         (tramp-handle-file-attributes-with-perl): Use it.  Don't convert
8048         file mode.  Change parameter id-format from nonnumeric.
8049         (tramp-handle-file-attributes-with-ls): Change parameter id-format
8050         from nonnumeric.
8051         (tramp-post-connection): Don't send tramp-perl-file-attributes
8052         script.  Reset connection property "perl-scripts".
8053         (tramp-handle-insert-directory): Run real handler when ls-lisp is
8054         in use.
8056 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
8058         * desktop.el (desktop-read): Replace mapcar with mapc.
8059         (desktop-create-buffer): Replace mapcar with mapc.
8060         Remove redundant piece of code.
8062 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
8064         * progmodes/gud.el (gud-display-line): Use display-buffer
8065         for GDB-UI as for GUD.
8067         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8068         Delete variables.
8069         (gdb-ann3): Don't make GUD buffer dedicated.
8070         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8071         (gdb-display-source-buffer): Delete function.
8072         (gdb-view-source-function, gdb-view-assembler): Delete functions.
8073         (menu): Delete menu bindings for viewing source/assembler.
8074         (gdb-setup-windows, gdb-restore-windows):
8075         Don't dedicate GUD.  No assembler now.
8076         (gdb-reset): No need to undedicate source buffers now.
8077         (gdb-source-info): No assembler now.
8079 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
8081         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8082         width to those for special frames.
8083         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8084         Use display-buffer.
8085         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8086         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8087         (gdb-frame-assembler-buffer): Rework like
8088         gdb-frame-breakpoints-buffer.
8090 2004-11-25  Richard M. Stallman  <rms@gnu.org>
8092         * progmodes/flymake.el: Reindent.
8093         (flymake-split-string): Turn into defalias.
8094         (flymake-fix-file-name): Rename from flymake-fix-path-name.
8095         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8096         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
8097         (flymake-build-relative-filename): Rename from ...path.
8098         Fix error message.
8100 2004-11-25  Cheng Gao  <chenggao@gmail.com>
8102         * progmodes/flymake.el: Much whitespace and capitalization change.
8103         Move `provide' to end.  Require `compile' only when compiling.
8105 2004-11-24  Jay Belanger  <belanger@truman.edu>
8107         * calc/calc-alg.el: Added comment.
8108         (math-polynomial-base): Replace variable mpb-top-expr by
8109         math-poly-base-top-expr.
8111         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8112         (math-polynomial-p1): Replace variable mpb-top-expr by declared
8113         variable.
8114         (math-poly-base-total-base): New variable.
8115         (math-total-polynomial-base, math-polynomial-p1): Replace variable
8116         mpb-total-base by declared variable.
8117         (math-factored-vars, math-to-list): Declare it.
8118         (math-fact-expr): New variable.
8119         (calcFunc-factors, calcFunc-factor, math-factor-expr)
8120         (math-factor-expr-try, math-factor-expr-part): Replace variable
8121         expr by declared variable.
8122         (math-fet-x): New variable.
8123         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8124         by declared variable.
8125         (math-factor-poly-coefs): Make temp a local variable.
8127         * calc/calc-units.el (calc-convert-units): Make units a local
8128         variable.
8129         (calc-num-units, calc-den-units): New variables.
8130         (calc-explain-units, calc-explain-units-rec): Replace variables
8131         num-units and den-units by declared variables.
8132         (math-cu-unit-list): New variable.
8133         (math-build-units-table, math-compare-unit-names)
8134         (math-convert-units, math-convert-units-rec): Replace variable
8135         unit-list by declared variable.
8136         (math-fbu-base, math-fbu-entry): New variables.
8137         (math-find-base-units, math-find-base-units-rec): Replace variables
8138         base and entry by declared variables.
8139         (math-which-standard): New variable.
8140         (math-to-standard-units, math-to-standard-rec): Replace variable
8141         which-standard by declared variable.
8142         (math-fcu-u): New variable.
8143         (math-find-compatible-unit, math-find-compatible-unit-rec):
8144         Replace variable u by declared variable.
8145         (math-cu-new-units, math-cu-pure): New variables.
8146         (math-convert-units, math-convert-units-rec): Replace variables
8147         new-units and pure by declared variables.
8148         (math-try-cancel-units): New variable.
8149         (math-simplify-units-quotient): Replace variable try-cancel-units by
8150         declared variable.
8152 2004-11-24  Richard M. Stallman  <rms@gnu.org>
8154         * textmodes/ispell.el (ispell-check-version):
8155         If default-directory is nonexistent, use home dir.
8157         * progmodes/grep.el (grep-regexp-alist):
8158         Don't match parens around line numbers.
8160         * progmodes/cperl-mode.el (cperl-indent-region)
8161         (cperl-imenu--create-perl-index, cperl-xsub-scan):
8162         Don't print progress messages.
8164         * progmodes/compile.el (compilation-mode-map):
8165         Don't inherit from compilation-minor-mode-map;
8166         copy its bindings instead.  But the menu bar Compile
8167         entry now does inherit from compilation-menu-map.
8169         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8170         Use with-no-warnings around compiler-macroexpand.
8172         * imenu.el: Don't always require newcomment.
8173         (imenu--generic-function): Call comment-normalize-vars
8174         if we have a comment syntax.
8175         Exit the loop if REGEXP matches the null string.
8176         Test comment-start as well as comment-start-skip
8177         when deciding whether to check for comments.
8179         * tooltip.el (tooltip-mode): Doc fix.
8181         * term.el (term-escape-char, term-mode): Doc fixes.
8183 2004-11-24  Dave Love  <fx@gnu.org>
8185         * progmodes/python.el (python-font-lock-syntactic-keywords):
8186         Check for escapes in the regexp.
8187         (python-quote-syntax): Don't do it here.
8189 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
8191         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8192         (gdb-frames-mode-map, gdb-threads-mode-map)
8193         (gdb-registers-mode-map, gdb-locals-mode-map)
8194         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8195         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8197         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8198         (dedicated-switch-to-buffer): Rework.
8199         (gdb-var-evaluate-expression-handler, gdb-put-string):
8200         Remove unused variable bindings.
8201         (gdb-setup-windows, gdb-display-buffer):
8202         Simplify.  Use pop-to-buffer.
8203         (gdb-view-source-function): Simplify.
8204         (gdb-frame-breakpoints-buffer):
8205         Use pop-to-buffer, special-display-regexps.
8207 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
8209         * progmodes/f90.el (f90-smart-end)
8210         (f90-previous-statement, f90-beginning-of-block): Doc fix.
8211         (f90-calculate-indent): Handle un-named PROGRAM blocks.
8212         (f90-end-of-block): Doc fix.  Make check of outermost block
8213         conditional on value of `f90-smart-end'.
8214         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8215         Handle case where END-BLOCK is nil.
8216         (f90-match-end): Handle un-named PROGRAM blocks.
8217         (f90-backslash-not-special): New function.
8219 2004-11-24  Jay Belanger  <belanger@truman.edu>
8221         * calc/calc.el (calc-embedded-active): Removed unnecessary
8222         declaration.
8223         (calc-show-banner): Removed redundant declaration.
8225         * calc/calc-graph.el (calc-gnuplot-default-device)
8226         (calc-gnuplot-default-output, calc-gnuplot-print-device)
8227         (calc-gnuplot-print-output, calc-gnuplot-geometry)
8228         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8229         Remove redundant initial values.
8231         * calc/calc-arith.el (math-scalar-functions)
8232         (math-nonscalar-functions, math-scalar-if-args-functions)
8233         (math-real-functions, math-positive-functions)
8234         (math-nonnegative-functions, math-real-scalar-functions)
8235         (math-real-if-arg-functions, math-integer-functions)
8236         (math-num-integer-functions, math-rounding-functions)
8237         (math-float-rounding-functions, math-integer-if-args-functions)
8238         (math-super-types): Move declarations to earlier in file.
8239         (math-unit-prefixes): Declared it.
8240         (math-floor-prec, math-trunc-prec): New variables.
8241         (math-trunc-fancy): Replace variable prec by declared variable.
8242         (math-floor-fancy): Replace variable prec by declared variable.
8243         (math-com-bterms): New variable.
8244         (math-commutative-equal, math-commutative-collect):
8245         Replace variable bterms by declared variable.
8247         * calc/calc-misc.el (math-trunc): Replace variable prec by
8248         math-trunc-prec.
8249         (math-floor): Replace variable prec by math-floor-prec.
8251         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8252         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8253         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8254         (math-format-date, math-format-date-part): Replace variables
8255         date, dt, year, month, day, weekday, hour, minute, second and
8256         bc-flag by declared variables.
8257         (math-pd-str): New variable.
8258         (math-parse-date, math-parse-date-word, math-parse-standard-date):
8259         Replace variable str by declared variable.
8260         (math-daylight-savings-hook, math-tzone-names): Move definitions
8261         to earlier in the file.
8262         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8263         (math-sh-year): New variable.
8264         (math-setup-add-holidays, math-setup-holidays)
8265         (math-setup-year-holidays): Replace variable `year' by declared
8266         variable.
8268         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8269         New variables.
8270         (math-nth-root-float, math-nth-root-float-iter): Replace variables
8271         n, nf and nfm1 by declared variables.
8272         (math-nri-n): New variable.
8273         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8274         n by declared variable.
8275         (calcFunc-log): Removed misplaced condition.
8277 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8279         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8281 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
8283         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8284         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8285         Dedicate gdb-related windows.
8286         (gdb-display-buffer): Dedicate gdb-related windows.
8287         Don't grab other frames.
8288         (gdb-reset): Remove dedicated property after debugging.
8290 2004-11-24  Jay Belanger  <belanger@truman.edu>
8292         * calc/calc-sel.el: Add comment.
8294         * calc/calc.el (math-stack-value-offset): Replace variables c,
8295         wid and off with math-svo-c, math-svo-wid and math-svo-off.
8297         * calc/calccomp.el (math-comp-sel-tag): Declare it.
8298         (math-svo-c, math-svo-wid, math-svo-off): New variables.
8299         (math-stack-value-offset-fancy): Replace variables c, wid and off
8300         by declared variables.
8301         (math-comp-just, math-comp-comma-spc): New variables.
8302         (math-compose-expr, math-compose-matrix): Replace variables `just'
8303         and comma-spc by declared variable.
8304         (math-comp-vector-prec): New variable.
8305         (math-compose-expr, math-compose-matrix, math-compose-rows):
8306         Replace variable vector-prec by declared variable.
8307         (math-comp-left-bracket, math-comp-right-bracket)
8308         (math-comp-comma): New variables.
8309         (math-compose-expr, math-compose-rows): Replace variables
8310         left-bracket, right-bracket and comma by declared variables.
8311         (math-comp-full-width): New variable.
8312         (math-comp-to-string-flat, math-comp-to-string-flat-term):
8313         Replace variable full-width by declared variable.
8314         (math-comp-highlight, math-comp-word, math-comp-level)
8315         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8316         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8317         New variables.
8318         (math-comp-to-string-flat, math-comp-to-string-flat-term)
8319         (math-comp-sel-flat-term): Replace variables comp-highlight,
8320         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8321         declared variables.
8322         (math-comp-simplify, math-comp-simplify-term)
8323         (math-comp-add-string, math-comp-add-string-sel):
8324         Replace variables comp-highlight, comp-buf, comp-base,
8325         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
8327 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8329         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
8331         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
8332         and x-server-version may throw.
8334 2004-11-23  Kim F. Storm  <storm@cua.dk>
8336         * subr.el (substitute-key-definition-key): Optimize.
8337         Don't call indirect-function for nil defn (always signals error).
8339         * ido.el (ido-read-internal): Fix require-match check when
8340         ido-directory-too-big is set.
8342 2004-11-23  Jay Belanger  <belanger@truman.edu>
8344         * calc/calc-ext.el (math-read-replacement-list)
8345         (math-read-superscripts): New variables.
8346         (math-read-preprocess-string): New function.
8347         (math-read-expr): Filter input through math-read-preprocess-string.
8349         * calc/calc-aent.el (math-read-exprs): Filter input through
8350         math-read-preprocess-string.
8352 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
8354         * progmodes/compile.el (compilation-start): In cd command use
8355         substitute-env-vars -- not quite shell compatible but better than
8356         nothing.
8357         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
8358         handle the newer versions messages, which are more parseable.
8360 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8362         * reveal.el (reveal-mode-map): New var.
8363         (reveal-mode): Use it.
8365 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
8367         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
8368         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
8370 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8372         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
8373         header-line when needed.
8374         Use fixed-pitch only in the header-line.
8375         Build the underline automatically.  Use emdash if available.
8377 2004-11-22  Richard M. Stallman  <rms@gnu.org>
8379         * dired.el (dired-recursive-copies): Move from dired-aux.el.
8380         * dired-aux.el (dired-recursive-copies): Move to dired.el.
8382 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
8384         * progmodes/gdb-ui.el (gdb-resync): New function.
8385         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
8386         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
8387         Use it to fail more gracefully.
8388         (gdb-variables): Delete variable.
8389         Re-order variables to reduce byte-compiler warnings.
8391 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8393         * descr-text.el (describe-char):
8394         * paren.el (show-paren-function):
8395         * subr.el (syntax-after): Undo last change.
8397         * progmodes/python.el (run-python): Don't hard code *Python*.
8398         Don't modify global process-environment.
8399         (python-send-region, python-load-file): Don't assume that
8400         python-buffer == (process-buffer (python-proc)).
8401         (python-switch-to-python): Simplify.
8403         * dired.el (dired-align-file): Don't assume line starts with spaces.
8405 2004-11-21  Jay Belanger  <belanger@truman.edu>
8407         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
8408         Replace variable `lines' by math-read-big-lines.
8409         (math-read-big-expr): Replace variables the-baseline, the-h2
8410         and err-msg by math-read-big-baseline, math-read-big-h2 and
8411         math-read-err-msg.
8412         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
8414         * calc/calc-lang.el (math-read-big-rec): Fix typo.
8415         (math-read-big-balance): Replace unbound variable by value.
8416         (math-read-big-lines): New variable.
8417         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8418         (math-read-big-error, math-read-big-balance): Replace variable
8419         `lines' by declared variable.
8420         (math-read-big-baseline, math-read-big-h2): New variables.
8421         (math-read-big-rec): Replace variables the-baseline and the-h2
8422         by declared variables.
8423         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
8424         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
8425         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
8426         declared variables.
8427         (math-read-big-err-msg): New variable.
8428         (math-read-big-error): Replace variable err-msg by declared variable.
8430 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
8432         * ses.el: Add coding cookie.
8433         Fix up docstrings, follow new commenting conventions.
8434         (ses-header-line-menu): Fix missing variable rename for header-row.
8435         (ses-cell-size): Remove.
8436         (ses-make-cell): New function.
8437         (ses-cell, ses-insert-row, ses-insert-column): Use it.
8438         (ses-calculate-cell): Remove unused var `symbol'.
8439         (ses-narrowed-p): New function.
8440         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
8441         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
8442         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
8443         (ses-setup): Use restore-buffer-modified-p.
8444         (ses-cleanup): Remove unused var `end'.
8445         (ses-header-string-left-offset): Remove.
8446         (ses-create-header-string): Adjust to new behavior of `align-to'.
8447         Truncate excessively large fields to preserve alignment.
8448         (ses-reconstruct-all): Remove unused var `refs'.
8449         (ses-read-cell-printer): Remove unused var `prompt'.
8450         (ses-delete-row): Remove unused var `pos'.
8451         (ses-delete-column): Remove unused var `new'.
8453 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8455         * ps-print.el: Insert :version tag into all defgroup and defcustom.
8456         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8457         Eliminate eval-and-compile usage.
8458         (ps-insert-file): Use insert-file-contents instead of insert-file.
8459         (ps-setup): Code fix.
8461         * printing.el (pr-setup, lpr-setup): Code fix.
8463 2004-11-21  Jay Belanger  <belanger@truman.edu>
8465         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
8466         (calc-original-buffer): Declare them.
8467         (calc-user-formula-alist): New variable.
8468         (calc-user-define-formula, calc-fix-user-formula)
8469         (calc-user-define-composition, calc-finish-formula-edit):
8470         Replace variable `alist' by declared variable.
8471         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
8472         (var-q7, var-q7, var-q8, var-q9): Declare them.
8473         (calc-kbd-push): Don't check to see if var-q0 through var-q9
8474         are bound.
8475         (calcFunc-typeof): Replace undeclared variable by expression.
8476         (math-exp-env): New variable.
8477         (math-define-body, math-define-exp): Replace exp-env by declared var.
8478         (math-define-exp): Replace misplaced variable by expression.
8480         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
8481         (calc-curve-model, calc-curve-coefnames): New variables.
8482         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
8483         varnames, model and coefnames by declared variables.
8484         (math-root-widen): New variable.
8485         (math-search-root, math-find-root): Replace variable root-widen by
8486         declared variable.
8487         (var-DUMMY): Declare it.
8488         (math-root-vars, math-min-vars): Move the declarations to earlier in
8489         the file.
8490         (math-brent-min): Make d a local variable.
8491         (math-find-minimum): Replace non-existent variable.
8492         (math-ninteg-romberg): Remove unnecessary variable.
8493         (math-ninteg-temp): New variable.
8494         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
8495         integ-temp by declared variable.
8496         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
8497         New variables.
8498         (math-general-fit): Replace variables first-var, first-coef and
8499         new-coefs by declared variables.
8500         (calcFunc-fitvar): Replace variable first-var by declared variable.
8501         (calcFunc-fitparam): Replace variable first-coef by declared variable.
8502         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
8503         (math-all-vars-vars, math-all-vars-found): New variables.
8504         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
8505         found by declared variable math-all-vars-vars.
8507 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
8509         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
8510         of `defconst'.
8512 2004-11-20  Richard M. Stallman  <rms@gnu.org>
8514         * isearch.el (isearch-mode-map): Don't bind SPC.
8515         (isearch-whitespace-chars): Function deleted.
8516         (isearch-search): Bind search-spaces-regexp.
8517         (isearch-lazy-highlight-search): Likewise.
8518         (search-whitespace-regexp): Doc fix.
8519         (isearch-forward-regexp): Doc fix.
8521         * emacs-lisp/bytecomp.el (byte-compile-form):
8522         Move the calls to byte-compile-set-symbol-position,
8523         to avoid having two for the same symbol occurrence.
8525         * comint.el (comint-input-ring-size): Increase to 150.
8527         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
8528         New variables.
8529         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
8530         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
8532         * imenu.el (imenu--generic-function):
8533         Ensure we keep moving backward even if BEG isn't further back.
8535         * replace.el (query-replace-read-to, query-replace-read-from):
8536         Specify t for KEEP-ALL in read-from-minibuffer.
8538         * progmodes/python.el (python-switch-to-python):
8539         If Python isn't running, start it.
8540         Don't alter debug-ignored-errors.
8542         * progmodes/cperl-mode.el (cperl-indent-region):
8543         Don't mind imenu-scanning-message.
8545         * bindings.el (global-map): Bind C-e to move-end-of-line.
8547         * simple.el (line-move-finish): New arg FORWARD.
8548         Ignore invisible newlines, not intangible ones.
8549         Conditions for acceptable stopping positions depend on FORWARD.
8550         (line-move): Pass FORWARD arg to line-move-finish.
8552         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
8553         of HEADER.  Compensate for this change in the code to add display
8554         properties.  Don't make the first line intangible.
8556         * info.el (Info-search): Fix previous change.
8558 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
8560         * Makefile.in (recompile): Revert 2004-11-19 change.
8561         (compile): Likewise.
8563 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
8565         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
8567 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8569         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
8570         defgroup and defcustom.  Eliminate eval-and-compile usage.
8572         * progmodes/ebnf-otz.el: Fix typos.
8574 2004-11-19  Jay Belanger  <belanger@truman.edu>
8576         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
8577         (calc-edit-finish, calc-finish-stack-edit): Replace variable
8578         disp-trail by declared variable.
8580         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
8581         (calc-finish-selection-edit): Replace variable disp-trail by
8582         declared variable.
8583         (calc-selection-cache-entry): Move declaration to earlier in the file.
8584         (calc-selection-cache-num, calc-selection-cache-comp)
8585         (calc-selection-cache-offset, calc-selection-true-num)
8586         (calc-final-point-line, calc-final-point-column)
8587         (calc-original-buffer): Declare them.
8588         (calc-fnp-op, calc-fnp-num): New variables.
8589         (calc-find-nth-part, calc-find-nth-part-rec)
8590         (calc-select-previous): Replace op and num by declared variables.
8591         (calc-rsf-old, calc-rsf-new): New variables.
8592         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
8593         Replace variables old and new by declared variables.
8594         (calc-sel-reselect): New variable.
8595         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
8596         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
8597         (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
8598         reselect with declared variable.
8600         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
8601         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
8602         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
8603         (math-import-list, math-rewrite-phase): Declare them.
8604         (math-rewrite): Use let* to declare variables.
8605         (calc-rewrite-selection): Make rules a local variable.
8606         (calc-rewr-sel): New variable.
8607         (calc-rewrite-selection, calc-locate-selection-marker)
8608         (calc-rewrite): Use the declared variable calc-rewr-sel instead
8609         of sel.
8610         (math-rewrite-whole-expr): New variable.
8611         (math-rewrite, math-rewrite-phase): Replace variable expr by
8612         declared variable.
8613         (math-rewrite-heads-heads, math-rewrite-heads-skips)
8614         (math-rewrite-heads-blanks ): New variables.
8615         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
8616         heads, skips and blanks by declared variables.
8617         (math-rwcomp-subst-old, math-rwcomp-subst-new)
8618         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
8619         New variables.
8620         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
8621         old, new, old-func and new-func by declared variables.
8622         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
8623         Remove unnecessary variable.
8624         (math-apply-rw-regs): New variable.
8625         (math-apply-rewrites, math-rwapply-replace-regs)
8626         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
8627         (math-apply-rw-ruleset): New variable.
8628         (math-apply-rewrites, math-rwapply-remember): Replace variable
8629         ruleset by declared variable.
8631 2004-11-19  Richard M. Stallman  <rms@gnu.org>
8633         * info.el (Info-search): Use search-whitespace-regexp.
8635 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
8637         * vc-rcs.el (vc-rcs-parse): New function.
8638         (vc-rcs-annotate-command): Likewise.
8639         (vc-rcs-annotate-current-time): Likewise.
8640         (vc-rcs-annotate-time): Likewise.
8641         (vc-rcs-annotate-extract-revision-at-line): Likewise.
8643 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
8645         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
8647 2004-11-18  Jay Belanger  <belanger@truman.edu>
8649         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
8651 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8653         * printing.el: Eliminate use of interactive-p and eval-and-compile.
8654         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
8655         Use make-temp-file to generate PostScript files in any situation.
8656         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
8657         (pr-interactive-p): Eliminate var.
8658         (pr-save-interactive): Eliminate macro.
8659         (pr-interface, pr-ps-directory-preview)
8660         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
8661         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
8662         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
8663         (pr-ps-buffer-ps-print, pr-ps-region-preview)
8664         (pr-ps-region-using-ghostscript, pr-ps-region-print)
8665         (pr-ps-region-ps-print, pr-ps-mode-preview)
8666         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
8667         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
8668         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
8669         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
8670         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
8671         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
8672         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
8673         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
8674         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
8675         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
8676         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
8677         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
8678         Eliminate pr-save-interactive usage.
8679         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
8680         Eliminate pr-interactive-p usage.
8681         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
8682         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
8683         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
8684         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
8685         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
8686         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
8687         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
8688         New funs.
8689         (pr-ps-file): Use make-temp-file to generate a temporary file.
8691 2004-11-17  Jay Belanger  <belanger@truman.edu>
8693         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
8694         a local variable.
8695         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
8696         (math-top-only): New variable.
8697         (math-simplify, math-simplify-step): Replace variable top-only by
8698         declared variable math-top-only.
8699         (math-simplify-expr): Declare it.
8700         Replace argument expr in all calls of math-defsimplify by
8701         math-simplify-expr.
8702         (math-simplify-plus, math-simplify-times, math-simplify-divide)
8703         (math-simplify-divisor, math-simplify-one-divisor)
8704         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
8705         (math-simplify-pow): Replace variable expr by declared variable
8706         math-simplify-expr.
8707         (math-simplify-divisor): Remove local variables temp and op.
8708         (math-simplify-one-divisor): Make temp and op local variables.
8709         (math-simplify-divisor-nover, math-simplify-divisor-dover):
8710         New variables.
8711         (math-simplify-divisor, math-simplify-one-divisor):
8712         Replace variables nover and dover by declared variables.
8713         (math-expr-subst-new, math-expr-subst-old): New variables.
8714         (math-expr-subst, math-expr-subst-rec): Replace variables new
8715         and old by declared variables.
8716         (math-is-poly-degree, math-is-poly-loose): New variables.
8717         (math-is-polynomial, math-is-poly-rec): Replace variables degree
8718         and loose by declared variables.
8719         (math-poly-base-const-ok, math-poly-base-pred): New variables.
8720         (math-polynomial-base, math-polynomial-base-rec):
8721         Replace variables const-ok and mpb-pred by declared variables.
8723         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
8725         * calc/calc-ext.el (math-defsimplify): Change the argument in
8726         the created function to math-simplify-expr.
8728         * calc/calc-units.el (math-simplify-expr): Declare it.
8729         Replace argument expr in all calls of math-defsimplify by
8730         math-simplify-expr.
8731         (math-simplify-units-prod): Replace variable expr by declared
8732         variable math-simplify-expr.
8734 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8736         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
8737         Replace mapcar->dolist, format->string.
8739 2004-11-17  Miles Bader  <miles@gnu.org>
8741         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
8742         * progmodes/idlwave.el: Remove RCS keywords.
8744 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
8746         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
8747         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
8748         Update to IDLWAVE version 5.5.  Too many changes to list them here.
8749         * progmodes/idlw-help.el: New file.
8751 2004-11-16  Richard M. Stallman  <rms@gnu.org>
8753         * international/iso-cvt.el (iso-tex2iso-trans-tab):
8754         Discard spaces after \i according to TeX rules.
8756         * international/mule.el (set-buffer-file-coding-system):
8757         New arg NOMODIFY.
8758         (after-insert-file-set-coding): Pass that new arg.
8759         Prevent set-buffer-multibyte from trying to lock the file.
8761         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
8763         * saveplace.el (save-place): Doc fix.
8765         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
8766         temporarily widen before finding the following word to copy.
8768         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
8769         (cl-map-keymap): Definition deleted.
8771         * subr.el (map-keymap-internal): New function.
8773 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8775         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
8776         when pressing rather than when releasing mouse-2.  Simplify.
8778 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8780         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
8781         (compilation-mode): Set it here instead.
8783         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
8785         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
8786         (loop, cl-parse-loop-clause, defsetf): Use backquote.
8788 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8790         * progmodes/compile.el (compilation-internal-error-properties):
8791         Fix up a transposition-typo.  Check end-col before using it.
8793 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
8795         * international/iso-cvt.el (iso-tex2iso-trans-tab):
8796         Discard whitespace after macro \i when converting it.
8798 2004-11-16  Juri Linkov  <juri@jurta.org>
8800         * emacs-lisp/find-func.el (find-function-regexp):
8801         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
8802         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
8803         Remove invalid `\W' from [^cgv\W].  Doc fix.
8804         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
8806 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
8808         * play/life.el: Maintainer is now FSF.
8809         (life-patterns, life-neighbor-deltas, life-window-start)
8810         (life-current-generation, life-generation-string): Use defvar
8811         instead of defconst.
8813 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8815         * progmodes/compile.el (compilation-move-to-column): New fun.
8816         (compilation-internal-error-properties)
8817         (compilation-next-error-function): Use it to make sure we don't go past
8818         the end of line.
8820 2004-11-15  John Paul Wallington  <jpw@gnu.org>
8822         * autoinsert.el (auto-insert-alist): Insert the user's name in
8823         copyright notice, rather than Free Software Foundation, for the
8824         Emacs Lisp header case too.
8826 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8828         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
8829         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
8830         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
8831         return the list of string in a string.
8832         (pr-call-process): Message if calling process returns an error, that
8833         is, the exit status is different of zero.
8835 2004-11-15  Jay Belanger  <belanger@truman.edu>
8837         * calc/calcalg2.el (math-integrate-by-parts): Remove unused
8838         variable var-thing.
8839         (math-integ-depth, math-integ-level, math-integral-limit)
8840         (math-enable-subst, math-any-substs, math-integ-msg)
8841         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
8842         (math-int-threshold, math-int-factors, math-double-roots)
8843         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
8844         (var-GenCount): Declare these variables.
8845         (calcFunc-integ): Don't check if var-IntegLimit is bound.
8846         (math-integral-cache, math-integral-cache-state):
8847         Move declarations to earlier in the file.
8848         (math-deriv-var, math-deriv-total, math-deriv-symb)
8849         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
8850         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
8851         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
8852         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
8853         (math-solve-res): New variables
8854         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
8855         (math-integral, math-replace-integral-parts)
8856         (math-integrate-by-parts, calc-dump-integral-cache)
8857         (math-try-integral, math-do-integral, math-do-integral)
8858         (math-do-integral-methods, math-try-solve-for)
8859         (math-try-solve-prod, math-solve-poly-funny-powers)
8860         (math-solve-crunch-poly, math-decompose-poly)
8861         (math-solve-find-root-term, math-find-root-in-prod)
8862         (math-integ-try-linear-substitutions)
8863         (math-integ-try-substitutions, math-expr-rational-in)
8864         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
8865         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
8866         (math-solve-for, math-solve-system, math-solve-system-rec)
8867         (math-solve-get-sign, math-solve-get-int)
8868         (math-solve-system-subst): Replace undeclared variables with newly
8869         declared variables.
8871 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8873         * winner.el (winner-active-region, winner-edges, winner-window-list):
8874         Define at toplevel.
8875         (winner-mode-map): Move init inside declaration.
8877 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
8879         * files.el (convert-standard-filename): Doc fix.
8881 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
8883         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
8884         passwd, group, shadow, default/* and pam.d/*.
8886 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8888         * printing.el (pr-menu-spec): Adjust menu specification.
8890 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8892         * printing.el: Doc fix.  Insert :version tag into all defcustom.
8893         Handle interactive-p as is recommended in Emacs Lisp Reference.
8894         Set the file permission bits for newly created files.
8895         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
8896         The printing menu specification (in `pr-menu-spec') was merged.
8897         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
8898         (pr-version): New version number (6.8.3).
8899         (pr-file-modes): New option.
8900         (pr-interactive-p): New var.
8901         (pr-save-interactive, pr-save-file-modes): New macros.
8902         (pr-setup): Code fix.
8903         (pr-menu-spec): Menu specification merged.
8904         (pr-call-process, pr-text2ps): Set file permission bits.
8905         (pr-despool-print): Set file permission bits.  Handle interactive-p as
8906         is recommended.
8907         (pr-interface, pr-ps-directory-preview)
8908         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
8909         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
8910         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
8911         (pr-ps-buffer-ps-print, pr-ps-region-preview)
8912         (pr-ps-region-using-ghostscript, pr-ps-region-print)
8913         (pr-ps-region-ps-print, pr-ps-mode-preview)
8914         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
8915         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
8916         (pr-despool-using-ghostscript, pr-despool-ps-print)
8917         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
8918         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
8919         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
8920         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
8921         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
8922         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
8923         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
8924         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
8925         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
8926         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
8927         Handle interactive-p as is recommended.
8929 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8931         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
8932         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
8934         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
8935         so it doesn't forget to highlight the beginning of the region either.
8937 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
8939         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
8940         (c-font-lock-init): Eliminate obsolete make-local-hook.
8941         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
8942         (awk-mode): Use run-mode-hooks.
8944         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
8946 2004-11-13  Kim F. Storm  <storm@cua.dk>
8948         * mouse.el (mouse-drag-copy-region): Add :version.
8949         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
8950         while dragging mode line, so mode line can be dragged downwards.
8951         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
8952         while pressing mouse button so window doesn't scroll until we
8953         release the mouse if clicking on partially visible line.
8955 2004-11-12  Jay Belanger  <belanger@truman.edu>
8957         * calc/calc-graph.el (calc-dumb-map): Declare it.
8958         (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
8959         than unbound.
8960         (calc-graph-name): Made `end' a local variable.
8961         (calc-graph-lookup): Made `varname' a local variable.
8962         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
8963         Declare them.
8964         (calc-graph-format-data): Don't check if var-PlotRejects is bound.
8965         (calc-graph-plot, calc-graph-compute-3d): Remove references to
8966         the unused variable y3vec.
8967         (calc-graph-show-dumb): Remove reference to unused variable found-pt.
8968         (calc-graph-kill-hook, calc-graph-plot): Remove reference to
8969         calc-graph-prev-kill-hook.
8970         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
8971         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
8972         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
8973         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
8974         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
8975         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
8976         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
8977         (calc-graph-y3value, calc-graph-y3name)
8978         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
8979         (calc-graph-stepcount, calc-graph-is-splot)
8980         (calc-graph-surprise-splot, calc-graph-blank)
8981         (calc-graph-non-blank, calc-graph-curve-num): New variables.
8982         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
8983         (calc-graph-recompute-2d, calc-graph-compute-3d)
8984         (calc-graph-format-data): Replace undeclared variables with the
8985         above newly declared variables.
8987 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
8989         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
8990         `rsf-beep' and `rsf-sleep-after-message'.
8992         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
8993         list if `message-sender' is non-nil.
8995 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
8997         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
8998         consing by using mapc instead of mapcar.
9000 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
9002         * tooltip.el (require): Explain why CL is needed.
9004 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9006         * printing.el: Insert :version into defgroup (printing).  All reference
9007         to Files option in menubar were changed to File.
9008         (pr-version): New version number (6.8.2).
9009         (pr-get-symbol): Call easy-menu-intern.
9010         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
9011         compilation gripes.
9013 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9015         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9016         new byte-compile-function-environment binding to t.
9018         * font-lock.el (font-lock-fontify-syntactically-region):
9019         Don't forget to highlight the last char when we hit `end'.
9021         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9022         (mwheel-scroll): Adjust accordingly.
9024         * cvs-status.el: Reduce spurious warnings.
9025         (cvs-status-checkout): Remove.
9026         (cvs-status-mode-map): Use cvs-mode-checkout instead.
9028         * pcvs.el (cvs-mode-checkout): New command.
9030         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9032         * tooltip.el: Require CL.
9034         * emacs-lisp/bytecomp.el: Use push.
9035         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9036         (defalias): Remove the `byte-compile' property and add
9037         a `byte-hunk-handler'.
9039 2004-11-11  Juri Linkov  <juri@jurta.org>
9041         * info.el (Info-search): Save match data for isearch.
9042         Skip Tag Table node.
9044         * descr-text.el (describe-char): Replace syntax-after with code
9045         from its previous version.
9047         * files.el (magic-mode-alist): Use optimization for SGML mode too.
9048         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
9050         * international/mule.el (sgml-html-meta-auto-coding-function):
9051         Remove > after <html to allow HTML attributes.
9053 2004-11-11  Jay Belanger  <belanger@truman.edu>
9055         * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9056         a variable.
9057         (calcFunc-dfac): Replace unbound max by n.
9058         (math-stirling-local-cache): New variable.
9059         (math-stirling-number, math-stirling-1, math-stirling-2):
9060         Replace the variable `cache' by the declared variable
9061         math-stirling-local-cache.
9062         (var-RandSeed): Declare it as a variable.
9063         (math-init-random-base, math-random-digit): Don't check to see if
9064         var-RandSeed is bound.
9065         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9066         Declare them instead of just setting them.
9067         (math-init-random-base): Made i a local variable.
9068         (math-random-digit): Made math-random-last a local variable.
9069         (math-prime-test-cache): Move declaration to before it is used.
9070         (math-prime-test-cache-k, math-prime-test-cache-q)
9071         (math-prime-test-cache-nm1, math-prime-factors-finished):
9072         Declare them as variables.
9074 2004-11-11  Jay Belanger  <belanger@truman.edu>
9076         * calc/calc-ext.el (math-defcache): Use defvar for the new
9077         variables it creates.
9079 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
9081         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9082         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9083         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9084         (desktop-save): Add :version.
9086 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9088         * printing.el (pr-get-symbol): Don't downcase.
9090 2004-11-10  Jay Belanger  <belanger@truman.edu>
9092         * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9093         string to kill-ring.
9095         * calc/calc-aent.el (calc-alg-exp, math-toks)
9096         (math-exp-pos,math-exp-old-pos, math-exp-token)
9097         (math-exp-keep-spaces, math-exp-str): New variables.
9098         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9099         (calcAlg-enter): Use declared variable calc-alg-exp.
9100         (math-build-parse-table, math-find-user-token): Use declared
9101         variable math-toks.
9102         (math-read-exprs, math-read-token, calc-check-user-syntax)
9103         (calc-match-user-syntax, match-factor-after, math-read-factor):
9104         Use declared variables math-exp-pos math-exp-old-pos.
9105         (math-read-exprs, math-read-token, math-read-expr-level)
9106         (calc-check-user-syntax, calc-match-user-syntax)
9107         (match-factor-after, math-read-factor): Use declared variable
9108         math-exp-token.
9109         (math-read-exprs, math-read-expr-list, math-read-token)
9110         (math-read-factor): Use declared variable math-exp-keep-spaces.
9111         (math-read-exprs, math-read-token): Use declared variable
9112         math-exp-str.
9113         (calc-match-user-syntax): Make m a local variable.
9115         * calc/calc-ext.el (math-read-expr): Use declared variables
9116         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9117         math-exp-keep-spaces.
9119         * calc/calc-forms.el (math-read-angle-bracket): Use declared
9120         variables math-exp-pos, math-exp-str.
9122         * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9123         math-exp-old-pos.
9124         (math-parse-fortran-vector, math-parse-fortran-vector-end)
9125         (math-parse-eqn-prime): Use declared variable math-exp-token.
9127         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9128         Use declared variable math-exp-pos.
9129         (math-check-for-commas): Use declared variable math-exp-str.
9130         (math-read-brackets): Use declared variables math-exp-old-pos,
9131         math-exp-keep-spaces.
9132         (math-read-brackets, math-read-vector, math-read-matrix):
9133         Use declared variable math-exp-token.
9135 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9137         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9138         where the keymap is a symbol.
9139         (easy-menu-add-item): Use keymap-prompt.  Simplify.
9141         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9143         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9144         (sgml-parse-tag-backward): Use it to skip spurious < or >.
9146 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
9148         * ebuff-menu.el: Doc fixes throughout.
9149         (electric-buffer-menu-mode-hook): New defvar.
9151 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
9153         * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9154         The resulting compiler warnings appear to be harmless.
9156 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
9158         * textmodes/conf-mode.el: New file.
9160         * files.el (auto-mode-alist, magic-mode-alist): Use it.
9162 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9164         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9166 2004-11-09  Jay Belanger  <belanger@truman.edu>
9168         * calc/calc-ext.el (calc-init-extensions): Remove old code.
9170         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9171         (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9172         (calc-z-prefix-help, calc-user-function-list): Use declared
9173         variables calc-z-prefix-buf, calc-z-prefix-msgs.
9174         (math-map-tree, math-map-tree-rec): Use declared variables
9175         math-mt-many, math-mt-func.
9176         (math-read-expression, math-read-string): Use declared variable
9177         math-expr-data.
9179         * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9180         variable math-normalize-a.
9182         * calc/calc.el (math-normalize-a): New variable.
9183         (math-normalize): Use declared variable math-normalize-a.
9185         * calc/calc-poly.el (math-expand-form): Use declared variable
9186         math-mt-many.
9188         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9189         Use declared variable math-mt-many.
9190         (math-rewrite): Use declared variable math-mt-func.
9192         * calc/calc-vec.el (math-read-brackets, math-read-vector)
9193         (math-read-matrix): Use declared variable math-expr-data.
9195         * calc/calc-lang.el (math-parse-fortran-vector)
9196         (math-parse-fortran-vector-end, math-parse-tex-sum)
9197         (math-parse-eqn-matrix, math-parse-eqn-prime)
9198         (math-read-math-subscr): Use declared variable math-expr-data.
9200         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9201         (math-read-expr-level, math-read-token, calc-check-user-syntax)
9202         (calc-match-user-syntax, math-read-if, math-factor-after)
9203         (math-read-factor): Use declared variable math-expr-data.
9205 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
9207         * calendar/diary-lib.el (diary-from-outlook)
9208         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9209         interactive-p; but rather new optional argument NOCONFIRM.
9211 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
9213         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9214         (easy-menu-name-match): Revert correspondingly.
9216 2004-11-09  Richard M. Stallman  <rms@gnu.org>
9218         * emacs-lisp/bytecomp.el (byte-compile-defalias):
9219         Turn off warnings for the new function even if definition not constant.
9220         If the definition isn't a quoted symbol, record (FUNCTION . t).
9221         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9222         (byte-compile-callargs-warn): Handle (FUNCTION . t).
9223         (display-call-tree, byte-compile-arglist-warn):
9224         Handle t returned by byte-compile-fdefinition.
9226 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9228         * Makefile.in (maintainer-clean): Depend on distclean.
9230         * help-fns.el (help-C-file-name): File name must be in build-files
9231         to be returned.
9233 2004-11-09  Jay Belanger  <belanger@truman.edu>
9235         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9236         (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9238         * calc/calc.el (calc, calc-trail-display, calc-mode):
9239         Remove obsolete sections.
9241         * calc/calc.el (calc-x-paste-text): Remove.
9243         * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9244         mouse-2.
9246 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
9248         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9249         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9250         current frame (in case of recursive calls).
9251         (gdb-show-changed-values): Add :version keyword.
9253 2004-11-09  Kenichi Handa  <handa@m17n.org>
9255         * international/mule-cmds.el: Change coding: tag back to
9256         iso-2022-7bit.
9258 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9260         * international/mule-cmds.el: Change coding-system to utf-8.
9261         (select-safe-coding-system-interactively):
9262         New function extracted from select-safe-coding-system.
9263         (select-safe-coding-system): Use it.
9265 2004-11-08  Richard M. Stallman  <rms@gnu.org>
9267         * subr.el (syntax-after): Doc fix.
9269         * paren.el (show-paren-function): Change calls to syntax-after
9270         for new way of returning the value.
9272         * menu-bar.el (menu-bar-file-menu): Make this the real name
9273         and menu-bar-files-menu the alias.  Use the former.
9274         (global-map): Use `file', not `files', as the symbol.
9276         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9278         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9279         Don't use beginning-of-buffer.
9280         (filesets-cmd-show-result): Use with-no-warnings.
9282 2004-11-08  Juri Linkov  <juri@jurta.org>
9284         * progmodes/compile.el (compile): Don't overwrite last command in
9285         minibuffer history with default command if they are not equal.
9287 2004-11-08  Jay Belanger  <belanger@truman.edu>
9289         * calc/calcalg2.el (math-do-integral-methods): Try linear then
9290         non-linear substitutions.
9292 2004-11-08  Jay Belanger  <belanger@truman.edu>
9294         * calc/calcalg2.el (math-linear-subst-tried): New variable.
9295         (math-do-integral): Set `math-linear-subst-tried' to nil.
9296         (math-do-integral-methods): Use `math-linear-subst-tried' to
9297         determine what type of substitution to try.
9298         (math-integ-try-linear-substituion):
9299         Set `math-linear-subst-tried' to t.
9301 2004-11-08  Kim F. Storm  <storm@cua.dk>
9303         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9305 2004-11-07  Juri Linkov  <juri@jurta.org>
9307         * info-look.el (info-lookup): Allow reusing in the current buffer
9308         not only *info* buffer, but all (even renamed) Info buffers
9309         by checking for major-mode instead of *info* buffer name.
9310         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9311         (octave-mode, maxima-mode) <doc-spec>:
9312         Allow long dashes generated by Texinfo 4.7 before definitions.
9313         (texinfo-mode) <doc-spec>: Add space to suffix to find command
9314         definitions with argument separated by space.
9316 2004-11-06  Richard M. Stallman  <rms@gnu.org>
9318         * simple.el (next-error group, face): Move before first use.
9319         (next-error-highlight, next-error-highlight-no-select): Likewise.
9321         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
9322         (line-move): New args NOERROR and TO-END.
9323         Return t if if succeed in moving specified number of lines.
9324         (move-end-of-line): New function.
9326         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
9327         (end-of-buffer-other-window): Likewise.
9329         * simple.el (line-move-ignore-invisible): Default to t.
9331         * subr.el (syntax-after): Return the syntax letter, not the raw code.
9333         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
9335         * international/iso-cvt.el (iso-cvt-define-menu):
9336         Rename menu-bar-files-menu to menu-bar-file-menu.
9338         * net/browse-url.el (browse-url-gnome-moz-program)
9339         (browse-url-gnome-moz-arguments): Move up before first use.
9341         * net/tramp.el (tramp group): Add :version.
9343         * progmodes/ada-xref.el (ada-gdb-application):
9344         Use goto-char instead of beginning-of-buffer.
9346         * progmodes/cperl-mode.el (cperl-info-on-command):
9347         Use goto-char instead of beginning-of-buffer.
9349         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
9350         Move up before first use.
9351         (idlwave-shell-temp-pro-file): Likewise.
9352         (idlwave-shell-temp-rinfo-save-file): Likewise.
9353         (idlwave-shell-temp-file): Minor doc fix.
9355         * textmodes/flyspell.el (flyspell-external-point-words):
9356         Use goto-char instead of beginning-of-buffer.
9358 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
9360         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
9361         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
9362         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
9364 2004-11-06  David Ponce  <david@dponce.com>
9366         * recentf.el (recentf-menu-path): Use menu item name.
9368 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
9370         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
9371         display doesn't support images.
9373 2004-11-06  Andreas Schwab  <schwab@suse.de>
9375         * tempo.el (tempo-match-finder): Doc fix.
9377         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
9379 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9381         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
9382         (easy-menu-lookup-name): New fun to replace it.
9383         (easy-menu-get-map): Use it to obey menu item names (rather than just
9384         keys) when looking up `path'.
9385         (easy-menu-always-true-p): Rename from easy-menu-always-true.
9386         (easy-menu-convert-item-1): Adjust to new name.
9388 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
9390         * outline.el (hide-body): Don't hide lines at the top of the file
9391         that precede the first header line.
9393 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
9395         * align.el (align-areas): Delete whitespace before reindenting, so
9396         that tabs are never placed after spaces.
9398 2004-11-06  Alan Shutko  <ats@acm.org>
9400         * macros.el (insert-kbd-macro): Do completions based on macros,
9401         rather than all commands.
9403 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
9405         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
9406         to solve a bug whereby tags with 'b' don't match.
9408 2004-11-05  Juri Linkov  <juri@jurta.org>
9410         * info.el (Info-search): Don't search in node header lines
9411         and file headers.
9413         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
9414         symbol-constituent characters after dot, not only digits.
9416 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
9418         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
9420 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9422         * dired.el (dired-read-dir-and-switches): Call read-directory-name
9423         if a dialog will be used, read-file-name otherwise.
9425 2004-11-04  Richard M. Stallman  <rms@gnu.org>
9427         * textmodes/table.el (table group): Add :version.
9429         * textmodes/ispell.el (ispell-word):
9430         Don't alter args; set them only thru `interactive' spec.
9432         * textmodes/flyspell.el (flyspell-word):
9433         Don't alter FOLLOWING; set it only thru `interactive' spec.
9435         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
9437         * net/browse-url.el (browse-url-maybe-new-window):
9438         Use called-interactively-p.
9440         * mail/supercite.el (sc-cite-region):
9441         Don't use interactive-p.  Add arg INTERACTIVE.
9442         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
9444         * international/mule-cmds.el (set-input-method, toggle-input-method):
9445         Don't use interactive-p.  Add arg INTERACTIVE.
9447         * eshell/esh-mode.el (eshell-show-maximum-output):
9448         Don't use interactive-p.
9449         (eshell-truncate-buffer): Just message, no error, if buffer is short.
9451         * mouse.el (mouse-show-mark): Get positions to delete from mark
9452         and point, not from mouse-drag-overlay.
9454         * imenu.el (imenu-eager-completion-buffer): Add :version.
9456         * filesets.el (filesets group): Add :version.
9458 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
9460         * files.el (xml-based-modes): Delete var.
9461         (magic-mode-alist): New more general var.
9462         (set-auto-mode): Use it.
9464         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
9465         when clicking from another window.
9467 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
9469         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
9470         (vc-cvs-annotate-time): Incorporate value of deleted var.
9471         Remove special-case handling of beginning-of-buffer cruft.
9472         Cache ending position (point) and return value in text property
9473         `vc-cvs-annotate-time', and consult it on subsequent invocations.
9475         * vc-cvs.el (vc-cvs-annotate-command):
9476         Delete extraneous lines from beginning of buffer.
9477         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
9479         * progmodes/grep.el (grep-default-command): Take empty string
9480         for tag if all other methods yield nil.  Shell-quote the tag.
9482         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
9483         spec in `interactive' form, and mention it in the docstring.
9484         Also, make sure point is at bol after calling `annotate-time'.
9486 2004-11-02  Richard M. Stallman  <rms@gnu.org>
9488         * cus-edit.el (customize-group-other-window):
9489         Select the window that displays the custom buffer.
9490         (custom-buffer-create-other-window): Likewise.
9492         * comint.el (comint-insert-input): Fix previous change.
9494         * emacs-lisp/elp.el (elp-instrument-function):
9495         Use called-interactively-p.
9497         * emacs-lisp/easymenu.el (easy-menu-intern):
9498         Don't downcase; rather, case-flip the first letter of each word.
9500         * emacs-lisp/easy-mmode.el (define-minor-mode):
9501         Use called-interactively-p.
9503         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
9504         Add interactive-only.
9505         (byte-compile-warnings): Add interactive-only as option.
9506         (byte-compile-interactive-only-functions): New variable.
9507         (byte-compile-form): Warn about calls to functions
9508         in byte-compile-interactive-only-functions.
9510         * emacs-lisp/autoload.el (update-file-autoloads):
9511         Don't use interactive-p; take new arg SAVE-AFTER.
9513         * emacs-lisp/advice.el (ad-make-advised-definition):
9514         Use called-interactively-p.
9516 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9518         * files.el (find-file-existing): New function.
9520         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
9521         find-file-existing.  Add "New File..." that calls find-file.
9523         * diropen.pbm, diropen.xpm: New files.
9525         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
9526         icon diropen.  New tool bar item find-file-existing uses icon open.
9528         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
9529         instead of read-file-name.
9531 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
9533         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
9534         (icalendar--split-value): Change name of work buffer.
9535         (icalendar--get-weekday-abbrev): Return nil on error.
9536         (icalendar--date-to-isodate): New function.
9537         (icalendar-convert-diary-to-ical)
9538         (icalendar-extract-ical-from-buffer): Use only two args for
9539         make-obsolete (XEmacs compatibility).
9540         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
9541         (icalendar-export-region): Doc fix.
9542         If error, return non-nil and write errors to a buffer.
9543         Use correct weekday for weekly recurring events.
9544         Check whether date has been parsed for ordinary events.
9545         Make weekly events start in the year 2000.
9546         DTEND is non-inclusive, shift end date by one day if
9547         necessary (not for entries that have date and time).
9548         Rename local let variables: oops -> found-error, datestring ->
9549         startdatestring.
9551 2004-11-02  Kim F. Storm  <storm@cua.dk>
9553         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
9554         keep-mode-if-same variable.  Add it as optional arg instead.
9555         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
9557         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
9558         substitute-command-keys will select lower-case bindings like those
9559         used in the static help texts.
9561         * descr-text.el (describe-text-properties): Don't err if called in
9562         the *Help* buffer; output to *Help-2* buffer instead.
9564         * kmacro.el (group kmacro): Add :version.
9565         (kmacro-keyboard-quit): New function to cleanup on C-g.
9566         (kmacro-start-macro): Set defining-kbd-macro to append when
9567         appending to last macro.
9569         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
9571 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
9573         * progmodes/gdb-ui.el (gdb-enable-debug-log)
9574         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
9575         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
9576         Add :version keyword.
9578 2004-11-02  Pavel Kobiakov  <pk_at_work@yahoo.com>
9580         * progmodes/flymake.el (flymake-err-line-patterns):
9581         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
9582         `compilation-error-regexp-alist-alist' to internal Flymake format.
9584         * progmodes/flymake.el: Eliminate byte-compiler warnings.
9586 2004-11-01  Jay Belanger  <belanger@truman.edu>
9588         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
9589         with `interactive "s"'.
9591 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9593         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
9594         Revert change from 2004-10-16.  '*' checks the current buffer, but the
9595         mouse click may be in another buffer.
9597 2004-11-01  John Paul Wallington  <jpw@gnu.org>
9599         * files.el (large-file-warning-threshold): Add :version keyword.
9600         (kill-some-buffers): Doc fix.
9602         * thumbs.el (group thumbs): Add :version keyword.
9604         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
9606 2004-11-01  Richard M. Stallman  <rms@gnu.org>
9608         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
9610         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
9612         * allout.el (allout group): Add :version.
9613         (allout-init): Don't use interactive-p.
9614         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
9615         (allout-forward-current-level, allout-backward-current-level):
9616         Don't use interactive-p.
9618         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
9619         (bibtex-find-text): Likewise.
9621         * progmodes/vhdl-mode.el (vhdl-fill-region)
9622         (vhdl-beginning-of-statement): Don't use interactive-p.
9624         * progmodes/idlwave.el (idlwave-update-routine-info):
9625         Don't use interactive-p.
9627         * progmodes/idlw-shell.el (idlwave-shell-send-char):
9628         Don't use interactive-p.
9630         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
9631         Don't use interactive-p.
9633         * progmodes/ada-xref.el (ada-make-body-gnatstub):
9634         Don't use interactive-p.
9636         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
9637         (fortune-in-buffer): Doc fix.
9639         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
9641         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
9642         don't select the temporary buffer.
9643         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
9644         (eudc-get-phone): Likewise.
9646 2004-11-01  Kim F. Storm  <storm@cua.dk>
9648         * man.el (Man-xref-normal-file): Fix help-echo.
9650 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9652         * reveal.el (reveal-last-tick): New var.
9653         (reveal-post-command): Use it to avoid closing overlays when we're
9654         appending text to them.
9656 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
9658         * textmodes/bibtex.el: Require button.
9659         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
9660         (bibtex-reference-keys): Distinguish between header keys and
9661         crossref keys.
9662         (bibtex-beginning-of-field): New function.
9663         (bibtex-url-map): Remove.
9664         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
9665         (bibtex-font-lock-url-regexp): Assume that field names begin at
9666         the beginning of a line.
9667         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
9668         Remove field delimiters.  Use bibtex-beginning-of-field.
9669         Bugfix, point can be inside a field with a url.
9670         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
9671         New functions.
9672         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
9673         (bibtex-key-in-head): Simplify.
9674         (bibtex-current-line): Use bolp.
9675         (bibtex-parse-keys): Remove unused arg `add'.
9676         Use bibtex-type-in-head and bibtex-key-in-head.
9677         (bibtex-parse-entry, bibtex-autofill-entry):
9678         Use bibtex-type-in-head and bibtex-key-in-head.
9679         (bibtex-autokey-get-field): Do not alter case of replacement text.
9680         (bibtex-autokey-get-names): Do all processing of name list.
9681         (bibtex-autokey-get-year): New function.
9682         (bibtex-autokey-get-title): Do all processing of title words.
9683         (bibtex-generate-autokey): Simplify.
9684         (bibtex-string-files-init): Use default-directory.
9685         Allow for absolute file names in bibtex-string-files.
9686         (bibtex-files, bibtex-file-path): New variables.
9687         (bibtex-files-expand): New function.
9688         (bibtex-find-entry-globally): New command.
9689         (bibtex-summary-function): New variable.
9690         (bibtex-summary): Default value of bibtex-summary-function.
9691         (bibtex-find-crossref): New optional args pnt and split.
9692         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
9693         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
9694         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
9695         Fix handling of required and alternative fields.
9696         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
9697         Use cons and display-buffer.
9698         (bibtex-validate-globally): New command.
9699         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
9700         bibtex-parse-keys and bibtex-parse-strings for updating
9701         bibtex-reference-keys and bibtex-strings.
9702         (bibtex-realign): Remove blank lines past the last entry.
9703         (bibtex-reformat): Use bibtex-entry-format as default.
9704         (bibtex-choose-completion-string): Remove.
9705         (bibtex-complete): Do not use bibtex-choose-completion-string.
9706         (bibtex-url): Simplify.
9708 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9710         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
9711         (x-dnd-types-alist, x-dnd-open-file-other-window)
9712         (x-dnd-known-types): Add :version.
9714 2004-10-31  John Paul Wallington  <jpw@gnu.org>
9716         * ibuffer.el (group ibuffer): Add :version keyword.
9718 2004-10-31  Kim F. Storm  <storm@cua.dk>
9720         * ido.el (group ido): Add :version keyword.
9721         (ido-mode): Remove :version keyword.
9723         * emulation/cua-base.el (group cua): Add :version keyword.
9724         (cua-mode): Remove :version keyword.
9726 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
9728         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
9730         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
9731         compiler warning.
9732         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
9733         function.
9734         (help-at-pt-display-when-idle): Remove autoload.
9736 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
9738         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
9740 2004-10-30  Juri Linkov  <juri@jurta.org>
9742         * help.el (function-called-at-point):
9743         * help-fns.el (variable-at-point): Read -> intern.
9745 2004-10-30  Simon Josefsson  <jas@extundo.com>
9747         * progmodes/autoconf.el (autoconf-font-lock-keywords):
9748         Recognize AS_* too.
9750 2004-10-29  Simon Josefsson  <jas@extundo.com>
9752         * subr.el (read-passwd): Move back from password.el.
9754         * password.el: Remove, not ready yet.
9756 2004-10-29  Andreas Schwab  <schwab@suse.de>
9758         * speedbar.el (speedbar-frame-parameters): Improve customize type.
9760 2004-10-29  Sam Steingold  <sds@gnu.org>
9762         * mouse.el (mouse-show-mark): Replace the last occurrence of
9763         x-lost-selection-hooks with x-lost-selection-functions.
9765 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9767         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
9768         x-lost-selection-functions is bound.
9770         * mouse-sel.el (mouse-sel-mode):
9771         * emacs-lisp/lselect.el: Adjust to new names for
9772         x-(lost|sent)-selection-functions.
9774         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
9775         New obsolete aliases of x-lost-selection-functions and
9776         x-sent-selection-functions.
9778 2004-10-28  Kim F. Storm  <storm@cua.dk>
9780         * imenu.el (imenu-scanning-message): Remove.
9781         (imenu-progress-message): Make it a no-op.
9783 2004-10-28  John Paul Wallington  <jpw@gnu.org>
9785         * files.el (set-auto-mode): Call `throw' correctly.
9787 2004-10-28  Juri Linkov  <juri@jurta.org>
9789         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
9790         to search `Info-...' commands in `info' manual.
9791         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
9792         Add 'info-file "emacs" property.
9793         (Info-find-emacs-command-nodes): Fix index line number regexp.
9794         Set real line number (instead of fake 0) in first element of the
9795         returned list.
9796         (Info-goto-emacs-command-node): Use line number of first element
9797         to set point in the first found Info node.
9799         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
9800         code to `grep-mode-font-lock-keywords'.
9801         (grep-mode-font-lock-keywords): Delete grep markers instead
9802         of making them invisible.
9804 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9806         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
9807         and x-server-version in bug report.
9809 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
9811         * files.el (set-auto-mode-0): New function.
9812         (set-auto-mode): Use it to handle aliased modes and to
9813         be consistent between C-x C-f and C-x C-w.
9815 2004-10-28  Kenichi Handa  <handa@m17n.org>
9817         * international/utf-8.el (utf-translate-cjk-charsets):
9818         Add katakana-jisx0201.
9820         * international/subst-jis.el: Add data for JISX0201.
9822 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9824         * obsolete/hilit19.el (hilit-mode): New function.
9825         Move all the toplevel side-effecting stuff into it, so that loading
9826         hilit19 doesn't mess everything up any more.
9828 2004-10-27  Richard M. Stallman  <rms@gnu.org>
9830         * add-log.el (add-change-log-entry): Set up mailing address
9831         and full name later, and don't alter add-log-mailing-address
9832         or add-log-full-name.
9834         * elide-head.el (elide-head): Change error to message.
9835         (elide-head-show): Likewise.
9837         * apropos.el (apropos-macrop): Doc fix.
9839         * mouse.el (mouse-show-mark): Do most processing the same
9840         regardless of transient-mark-mode.
9842         * shadowfile.el (shadow-copy-files): Use interactive-p
9843         only to control whether to print a message.
9845         * tar-mode.el (tar-mode): Use write-contents-functions,
9846         not write-contents-hooks.
9848         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
9849         directory-sep-char.
9851 2004-10-27  Richard M. Stallman  <rms@gnu.org>
9853         * strokes.el (strokes-unload-hook): Fix previous change.
9855         * type-break.el (type-break-run-at-time): Always use run-at-time;
9856         forget the alternatives.
9857         (type-break-cancel-function-timers): Always use cancel-function-timers;
9858         forget the alternatives.
9860         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
9862 2004-10-27  Kenichi Handa  <handa@m17n.org>
9864         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
9866         * international/subst-gb2312.el: Likewise.
9868         * international/subst-big5.el: Likewise.
9870         * international/subst-ksc.el: Likewise.
9872         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
9873         New variable.
9874         (utf-translate-cjk-set-unicode-range): New function.
9875         (utf-translate-cjk-unicode-range): Make it customizable.
9876         (utf-8-post-read-conversion):
9877         Use utf-translate-cjk-unicode-range-string.
9878         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
9879         Unicode ranges.
9881 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
9883         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
9884         trivial variants to shorten the list.
9885         (xml-based-modes): New var.
9886         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
9887         declaration higher priority than auto-mode-alist.
9889         * find-file.el (cc-other-file-alist): Bring it in line with
9890         cc-mode's auto-mode-alist entries and use \' instead of $.
9892         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
9893         and add "Id" and "Name" submenus to it.
9895         * imenu.el (imenu--generic-function): Skip matches in comments.
9897 2004-10-26  Jay Belanger  <belanger@truman.edu>
9899         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
9900         (full-calc-keypad, calc-trail-display): Use an extra argument
9901         instead of `interactive-p'.
9903         * calc/calc-misc.el (calc-other-window): Use an extra argument
9904         instead of `interactive-p'.
9906         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
9907         `interactive-p'.
9909 2004-10-26  Kim F. Storm  <storm@cua.dk>
9911         * help.el (describe-key): Describe both down-event and up-event
9912         for a mouse click.
9914 2004-10-26  Richard M. Stallman  <rms@gnu.org>
9916         * woman.el (woman): Don't call interactive-p.
9918         * pcomplete.el (pcomplete): Instead of interactive-p,
9919         use an arg set non-nil by the interactive spec.
9921         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
9922         use an arg set non-nil by the interactive spec.
9924         * man.el (Man-cleanup-manpage): Instead of interactive-p,
9925         use an arg set non-nil by the interactive spec.
9927 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
9929         * progmodes/flymake.el (flymake-split-string):
9930         Use `flymake-split-string-remove-empty-edges' in any case.
9932 2004-10-26  Masatake YAMATO  <jet@gyve.org>
9934         * progmodes/flymake.el (flymake-err-line-patterns):
9935         Use `compilation-error-regexp-alist-alist' instead of
9936         `compilation-error-regexp-alist'.
9938 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9940         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
9941         verbatim face on the \ of \end{verbatim}.
9943 2004-10-25  Jay Belanger  <belanger@truman.edu>
9945         * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
9946         erasing minibuffer.
9948 2004-10-25  Simon Josefsson  <jas@extundo.com>
9950         * subr.el (read-passwd): Move to net/password.el.
9952         * net/password.el (read-passwd): Add.  Autoload it.
9954 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
9956         * mouse-sel.el (mouse-sel-mode): Specify custom group.
9958         * simple.el (process-file): Fix logic.
9960 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
9962         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
9963         (increase-right-margin): Remove erroneous call to `interactive-p'.
9965 2004-10-24  Kim F. Storm  <storm@cua.dk>
9967         * help.el (describe-mode): Fix 2004-10-13 change.
9968         Copy pure "Auto Fill" string so it can be propertized later
9969         without causing a read-only error.
9971 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
9973         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
9974         style indexes.
9976 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
9978         * simple.el (process-file): Accept nil for INFILE.  Reported by
9979         Luc Teirlinck.
9981 2004-10-24  Masatake YAMATO  <jet@gyve.org>
9983         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
9984         Handle periods and underscores in a function name.
9985         Remove the address fontification.
9987 2004-10-24  Masatake YAMATO  <jet@gyve.org>
9989         * progmodes/asm-mode.el (asm-font-lock-keywords):
9990         Use font-lock-variable-name-face for registers.
9992 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
9994         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
9995         kill-all-local-variables.
9996         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9997         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
9998         Use kill-all-local-variables and provide mode-hooks.
9999         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10000         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10001         Suggested by Masatake YAMATO <jet@gyve.org>.
10003 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
10005         * simple.el (process-file): New function, similar to call-process
10006         but supports file handlers.
10007         * vc.el (vc-do-command): Use it, instead of call-process.
10008         * net/tramp-vc.el (vc-do-command): Do not advise it if
10009         process-file is fboundp.
10010         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10011         process-file.
10012         (tramp-handle-process-file): New function.
10013         (tramp-file-name-for-operation): Support process-file.
10015 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
10017         * calendar/icalendar.el (icalendar--weekday-array): New constant.
10018         (icalendar-weekdayabbrev-table)
10019         (icalendar-monthnumber-table): Delete.
10020         (icalendar--get-month-number): Use calendar-month-name-array.
10021         (icalendar--get-weekday-number): New function.
10022         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10023         (icalendar-export-region): Handle multi-line entries.
10024         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10026 2004-10-23  John Paul Wallington  <jpw@gnu.org>
10028         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10029         `wildcards' set to t in interactive spec.
10031         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10032         interactive spec rather than use `interactive-p'.
10033         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10034         rather than use function `interactive-p'.
10036 2004-10-22  Kenichi Handa  <handa@m17n.org>
10038         * international/mule.el (translate-region): Implement it in Lisp
10039         as a front end of translate-region-internal.
10041 2004-10-21  Jay Belanger  <belanger@truman.edu>
10043         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10044         Declare these variables with defvar.
10046         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10047         is bound, only check to see if it is bound.
10049 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
10051         * textmodes/tex-mode.el (tex-compilation-parse-errors):
10052         Don't output messages.
10054         * calc/calc-help.el (calc-describe-bindings): Fix last change.
10056 2004-10-21  John Paul Wallington  <jpw@gnu.org>
10058         * calc/calc-graph.el (calc-graph-init):
10059         Use `set-process-query-on-exit-flag'.
10061 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
10063         * progmodes/compile.el (compilation-start): Rely on `cd' to get
10064         dir right and also allow argumentless cd.
10066 2004-10-19  Richard M. Stallman  <rms@gnu.org>
10068         * textmodes/flyspell.el (flyspell-mode): Doc fix.
10070         * eshell/em-unix.el (eshell-grep):
10071         Don't bind compilation-process-setup-function.
10073         * comint.el (comint-insert-input): Use @ in `interactive'.
10074         (comint-input-filter-functions): Doc fix.
10075         (comint-kill-whole-line, comint-get-source): Doc fix.
10077         * progmodes/compile.el (compilation-setup):
10078         Don't set buffer-read-only if MINOR is non-nil.
10080 2004-10-19  Jay Belanger  <belanger@truman.edu>
10082         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10083         (calc-emacs-type-gnu19): Remove.
10084         (calc-digit-map, calc-read-key-sequence, calc-read-key):
10085         Remove check for old emacs versions.
10087         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10088         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10089         for current Emacs.
10091         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10092         the end of the minibuffer.
10093         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
10094         copy `esc-map'.
10096         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10098         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10099         call that would be given when the current emacs was used.
10101 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
10103         * calendar/icalendar.el: Set coding to utf-8.
10104         (icalendar-version): Increase to 0.07.
10105         (icalendar-monthnumber-table): Change March pattern.
10106         (icalendar-get-all-event-properties)
10107         (icalendar-set-event-property): Delete.
10108         (icalendar-all-events): No longer interactive.
10109         (icalendar-convert-diary-to-ical)
10110         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10111         their replacements.
10112         (icalendar-export-file, icalendar-export-region): New functions;
10113         essentially old `icalendar-convert-diary-to-ical' but appending to
10114         target rather than overwriting.
10115         (icalendar-import-file): Append to target file rather than
10116         overwriting.  Fourth arg deleted.
10117         (icalendar-import-buffer): New name for old
10118         `icalendar-extract-ical-from-buffer'.
10119         (icalendar--convert-string-for-import): New name for
10120         old `icalendar-convert-for-import'.
10121         (include-icalendar-files): Delete.
10122         Prefix for all internal functions changed from `icalendar-'
10123         to `icalendar--'.
10125 2004-10-19  Richard M. Stallman  <rms@gnu.org>
10127         * paths.el (news-path): Fix previous change.
10129 2004-10-18  Jay Belanger  <belanger@truman.edu>
10131         * calc/calc-help.el (calc-describe-bindings):
10132         Set `buffer-read-only' to nil while working in the keybindings buffer;
10133         remove some extra information from the keybindings buffer.
10135 2004-10-18  David Ponce  <david@dponce.com>
10137         * mouse.el (mouse-drag-move-window-top): New function.
10138         (mouse-drag-mode-line-1): Use it.
10140 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
10142         * info.el (Info-fontify-node): For multiline refs,
10143         arrange to unfontify newline and surrounding whitespace.
10145 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10147         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10148         directory is missing.
10150 2004-10-17  John Paul Wallington  <jpw@gnu.org>
10152         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10153         New customizable variable; whether to display buffers that match
10154         `ibuffer-maybe-show-predicates' by default.
10155         (ibuffer-maybe-show-predicates): Mention it in docstring.
10156         (ibuffer-display-maybe-show-predicates): New variable.
10157         (ibuffer-update): Prefix arg now toggles whether buffers that
10158         match `ibuffer-maybe-show-predicates' should be displayed.
10159         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10160         locally to heed `ibuffer-default-display-maybe-show-predicates'.
10161         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10163 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
10165         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
10166         work correctly.
10168 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
10170         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10171         (Buffer-menu-beginning): New helper function.
10172         (Buffer-menu-execute): Use it.
10173         (Buffer-menu-select): Use it.
10174         (Buffer-menu-sort): Use it and also keep markers.
10176 2004-10-17  Richard M. Stallman  <rms@gnu.org>
10178         * paths.el (news-directory): Rename from news-path.  Old name alias.
10179         (rmail-spool-directory): Use defvar.
10180         (sendmail-program): Use defcustom.
10181         (remote-shell-program): Use defcustom.
10182         (term-file-prefix): Use defvar.
10183         (abbrev-file-name): Use defvar.
10185         * term.el: Add maintainer.
10187         * subr.el (with-local-quit): Return nil if there's a quit.
10188         (read-passwd): Use with-local-quit.  Doc fix.
10190         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10191         (strokes-unload-hook): Set as a variable with add-hook.
10193         * startup.el (fancy-splash-tail, normal-splash-screen):
10194         Update copyright year.
10196         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10198         * server.el (server-unload-hook): Set as a variable with add-hook.
10200         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10202         * frame.el (special-display-popup-frame):
10203         Make the buffer current as its frame is created.
10205         * delsel.el (delsel-unload-hook): Set as a variable.
10207         * comint.el (comint-output-filter-functions):
10208         Add comint-watch-for-password-prompt.
10209         (comint-read-noecho): Function deleted.
10210         (send-invisible): Use read-passwd.
10212         * fringe.el (fringe-mode-initialize): New function.
10213         (fringe-mode): Use fringe-mode-initialize as :initialize.
10215 2004-10-17  Kim F. Storm  <storm@cua.dk>
10217         * language/indian.el (indian-script-language-alist): Swap value and doc.
10218         (indian-font-char-index-table): Doc fix.
10220 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10222         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10224 2004-10-16  Juri Linkov  <juri@jurta.org>
10226         * progmodes/compile.el (compilation-start): Move let-binding of
10227         `process-environment' into `with-current-buffer' body.
10228         Reported by Matt Hodges <MPHodges@member.fsf.org>.
10230 2004-10-16  Richard M. Stallman  <rms@gnu.org>
10232         * pcvs-util.el (cvs-bury-buffer):
10233         Don't call get-buffer-window for effect.
10235         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10237         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10239         * msb.el (msb-unload-hook): Set the variable.
10241         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10242         Use * to err if buffer is readonly.
10244         * subr.el (looking-back): Return only t or nil.
10246         * whitespace.el (whitespace-unload-hook): Set the variable.
10248         * view.el (view-mode-enable): Set view-page-size and
10249         view-half-page-size to nil.
10250         (view-set-half-page-size-default): view-half-page-size = nil
10251         means the default.
10252         (View-scroll-page-forward): Use view-page-size-default.
10253         (View-scroll-page-backward): Likewise.
10254         (view-page-size, view-half-page-size): Doc fixes.
10256         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10258         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10260         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10261         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
10262         (byte-compile-log-1): Bind inhibit-read-only.
10263         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10264         (byte-compile-log-warning): Likewise.
10265         (byte-compile-file-form-require): Detect "cl" from the arg value.
10267         * progmodes/compile.el (compilation-start): Assume compilation-mode
10268         will make the buffer read-only.
10269         (compilation-mode): Take arg name-of-mode.
10270         (compilation-setup): Make buffer read-only.
10271         (compilation-handle-exit): Bind inhibit-read-only.
10273         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10274         (ispell-message): Likewise.
10275         (ispell-show-choices): Don't call get-buffer-window uselessly.
10276         (ispell-init-process): Use set-process-query-on-exit-flag.
10278 2004-10-16  Kim F. Storm  <storm@cua.dk>
10280         * fringe.el (fringe-bitmaps): Only initialize when defined.
10282         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10283         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10285         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10287 2004-10-15  Simon Josefsson  <jas@extundo.com>
10289         * net/password.el: Add.
10291 2004-10-14  Masatake YAMATO  <jet@gyve.org>
10293         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10294         (gdb-script-end-of-defun): New function.
10295         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10296         `gdb-script-end-of-defun' as *-of-defun-function.
10298 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
10300         * button.el (button-activate): Allow a marker to display as an action.
10302         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
10304         * help.el (describe-mode): Use it to make minor mode list into
10305         hyperlinks.
10307 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10309         * vc.el (vc-annotate-display-select): Fix typo.
10311         * subr.el (substitute-key-definition-key): New function.
10312         (substitute-key-definition): Use it with map-keymap.
10313         (event-modifiers): Use push.
10314         (mouse-movement-p, with-temp-buffer): Simplify.
10316 2004-10-12  Jay Belanger  <belanger@truman.edu>
10318         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
10319         New variables.
10320         (calc-help-index-entries): New function.
10321         (calc-describe-function): Use `calc-help-function-list' instead of
10322         obarray for completion.
10323         (calc-describe-variable): Use `calc-help-variable-list' instead
10324         of obarray for completion.
10326 2004-10-12  Richard M. Stallman  <rms@gnu.org>
10328         * info-look.el (info-lookup-file): Add info-file property.
10329         (info-lookup-symbol): Likewise.
10331         * info.el (info-xref): Add underlining.
10332         (info): Add info-file property.
10333         (Info-find-emacs-command-nodes): Specify case-sensitive search.
10335 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
10337         Sync with Tramp 2.0.45.
10339         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
10340         defined.  This is not the case for XEmacs without package "edebug".
10341         (tramp-set-auto-save-file-modes): Set permissions of autosaved
10342         remote files to the permissions of the original file.  This is not
10343         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
10344         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
10345         (tramp-perl-decode): Fix an error in Perl implementation.
10346         $pending must be cleared every loop.  Reported by Benjamin Place
10347         <benjaminplace@sprintmail.com>
10349         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
10350         Don't activate advice during definition.  This is done later on,
10351         depending on test result of `substitute-in-file-name'.
10352         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10354 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10356         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
10358         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
10360 2004-10-12  David Ponce  <david@dponce.com>
10362         * recentf.el (recentf-edit-list): Update the menu when the recentf
10363         list has been modified.
10365 2004-10-12  Simon Josefsson  <jas@extundo.com>
10367         * net/tls.el (tls-certtool-program): New variable.
10368         (tls-certificate-information): New function, based on
10369         ssl-certificate-information.
10371 2004-10-12  Kenichi Handa  <handa@m17n.org>
10373         * international/mule.el (coding-system-equal): Move from mule-util.el.
10375         * international/mule-util.el (coding-system-equal): Move to mule.el.
10377 2004-10-12  Kim F. Storm  <storm@cua.dk>
10379         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
10380         reset kmacro-initial-counter-value if set.
10381         (kmacro-set-counter): Only set kmacro-counter if defining or executing
10382         macro.  Set kmacro-initial-counter-value otherwise.  Never set both.
10383         (kmacro-display): Show macro counter if non-zero.
10385         * subr.el (substitute-key-definition): Mention command remapping
10386         in doc string.
10388 2004-10-11  Jay Belanger  <belanger@truman.edu>
10390         * calc/calc-misc.el (calc-info-goto-node): New function.
10391         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
10392         node in one step.
10393         (calc-describe-copying, calc-describe-distribution)
10394         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
10395         Go to appropriate info node in one step.
10397 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10399         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
10401         * font-lock.el (font-lock-apply-highlight): Fix last change.
10403 2004-10-11  Simon Josefsson  <jas@extundo.com>
10405         * mail/smtpmail.el (smtpmail-open-stream): Look for
10406         starttls-gnutls-program instead of starttls-program iff
10407         starttls-use-gnutls is non-nil.
10408         (smtpmail-open-stream): Don't overwrite user settings of
10409         starttls-extra-arguments and starttls-extra-args.
10411 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10413         * comint.el (comint-mouse-insert-input): Remove.
10414         (comint-insert-input): Make it work for mouse bindings.
10415         (comint-mode-map): Move defs into the declaration.
10416         (comint-output-filter): Typo.
10418         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
10420 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
10422         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
10423         (ange-ftp-call-chmod): Reference remote-shell-program instead of
10424         ange-ftp-remote-shell.
10426 2004-10-10  Andreas Schwab  <schwab@suse.de>
10428         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
10429         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
10430         Reported by <sri@asu.edu>.
10432 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
10434         * vc.el (vc-annotate-mode): Remove variable.
10435         (vc-annotate-display-select): Only call vc-annotate-mode
10436         if we're not in that mode already.
10438 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
10440         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
10441         (imenu-choose-buffer-index): Check here for rescan instead.
10443         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
10444         where the face expression evals to nil.
10446         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
10447         (tex-font-lock-keywords-2): Use it.
10448         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
10450         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
10452 2004-10-09  Kim F. Storm  <storm@cua.dk>
10454         * subr.el (progress-reporter-update): Define before first usage.
10455         (make-progress-reporter): Doc fix.
10457 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
10459         * textmodes/paragraphs.el (sentence-end-double-space)
10460         (sentence-end-without-period, sentence-end-without-space)
10461         (sentence-end): Doc fixes.
10463 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
10465         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
10466         Change paragraph-start regexp so we don't fill code starting with #'(.
10468 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
10470         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
10471         New defcustom.
10472         (extract-address-components): Use it.
10474 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
10476         * subr.el (make-progress-reporter, progress-reporter-update)
10477         (progress-reporter-force-update, progress-reporter-do-update)
10478         (progress-reporter-done): New functions.
10480         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
10482         * progmodes/etags.el (etags-tags-completion-table): Use progress
10483         reporter.
10484         (etags-tags-apropos): Likewise.
10486 2004-10-08  Alan Mackenzie  <acm@muc.de>
10488         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
10489         of current line.
10491 2004-10-08  Masatake YAMATO  <jet@gyve.org>
10493         * server.el (server-process-filter): Wrap `process-send-region'
10494         by `condition-case' to guard the case when the pipe to PROC is closed.
10496 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
10498         * xml.el (xml-substitute-special): Limit handling of external entities.
10500 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
10502         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
10504 2004-10-06  John Paul Wallington  <jpw@gnu.org>
10506         * xml.el (xml-parse-dtd): Fix `error' call.
10508 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
10510         * xml.el (xml-substitute-special): Return a single string instead
10511         of a list of strings if an entity substitution is made.
10513 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
10515         * calendar/icalendar.el: New file.
10517 2004-10-05  Juri Linkov  <juri@jurta.org>
10519         * isearch.el (isearch-done): Set mark after running hook.
10520         Reported by Drew Adams <drew.adams@oracle.com>.
10522         * info.el (Info-history, Info-toc): Fix Info headers.
10523         (Info-toc): Narrow buffer before Info-fontify-node.
10524         (Info-build-toc): Don't check for special Info file names.
10525         Set main-file to nil if Info-find-file returns a symbol.
10527 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>
10529         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
10530         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
10531         * calendar/cal-menu.el (calendar-mode-map): Ditto.
10533 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
10535         * calendar/cal-iso.el (calendar-iso-read-args): New function,
10536         for old interactive spec from calendar-goto-iso-date.
10537         (calendar-goto-iso-date): Use it.
10538         (calendar-goto-iso-week): New function.  Suggested by Emilio
10539         C. Lopes <eclig@gmx.net>.
10541 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
10543         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
10544         `set-right-margin' bindings that follow the minor mode conventions.
10546 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10548         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
10549         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
10550         (latex-block-args-alist): Add minipage and picture.
10551         (latex-block-body-alist): Use reftex-label if enabled.
10552         (latex-insert-block): Don't insert a \n if not necessary.
10553         (tex-compile-commands): Make sure dvips doesn't send to printer.
10554         (tex-compile-default): Handle the case where no executable is found.
10555         (latex-noindent-environments): New var.
10556         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
10557         If tex-indent-allhanging is non-nil, make sure we only align for macros
10558         at beginning of line.
10560 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
10562         * newcomment.el (comment-beginning): Doc fix and don't choke on
10563         unset `comment-end-skip' when at beginning of comment.
10565 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
10567         * term.el (term-adjust-current-row-cache): Don't allow the current
10568         row to become negative.
10569         (term-emulate-terminal): Fix insert mode.  Handle tab insertion at
10570         the end of the line.  Fix scroll down.  Add comments.
10571         (term-handle-ansi-escape): Don't exceed terminal width when moving
10572         right.
10573         (term-scroll-region): Move the cursor after setting the scroll region.
10575 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
10577         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
10578         to `width' for consistency with docstring.  Doc fix.
10580 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
10582         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
10583         This is necessary for derived modes.
10585 2004-09-30  Kim F. Storm  <storm@cua.dk>
10587         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
10588         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
10590         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
10591         kmacro-extract-lambda functions.
10592         (edit-kbd-macro): Handle kmacro lambda forms.
10593         Include counter and counter format in edit buffer.
10594         (edmacro-finish-edit): Get counter and format from edit buffer and
10595         update kmacro bindings when found.
10597 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
10599         * textmodes/paragraphs.el (forward-paragraph):
10600         Avoid args-out-of-range error when point winds up at the beginning of
10601         the buffer and hard newlines are enabled.
10603         * newcomment.el (comment-multi-line): Doc fix.
10605 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10607         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
10608         (diff-fixup-modifs): Catch unified-diff file-headers.
10610 2004-09-29  Kim F. Storm  <storm@cua.dk>
10612         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
10613         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
10614         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
10616         * fringe.el (fringe-bitmap-p): New macro.
10617         (fringe-bitmaps): Add standard fringe bitmaps on load.
10619 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10621         * dired.el (dired-view-command-alist): Use more efficient regexps.
10622         Remove dubious arguments.
10623         (dired-align-file): New function.
10624         (dired-insert-directory): Use it.
10625         (dired-move-to-end-of-filename): Make the " -> " search more specific.
10626         (dired-buffers-for-dir): Remove unused var `pattern'.
10628 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>
10630         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
10631         from diary display excursion.  Store diary buffer's point for
10632         `simple-diary-display'.
10633         (simple-diary-display): Set window point and start when
10634         displaying buffer, to preserve point.
10636 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
10638         * textmodes/enriched.el (enriched-translations): Replace defconst
10639         with defvar.
10641 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10643         * printing.el: Doc fix.
10644         (pr-version): New version number (6.8.1).
10645         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
10646         make-temp-name.
10647         (pr-delete-file): Check if file exists before deleting it.
10648         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
10650 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10652         * term.el (term-display-table): New variable.
10653         (term-mode): Use it.
10654         (term-exec-1): Set the coding system to binary.
10655         (term-emulate-terminal): Decode the string before inserting it.
10657 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
10659         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
10660         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
10661         (map): Bind S-prior, S-next and S-insert.
10662         (term-mode): Set `indent-tabs-mode' to nil.
10663         (term-paste): New function to be bound to S-insert.
10664         (term-send-del, term-send-backspace): Change the strings sent.
10665         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
10666         (term-handle-colors-array): Fix handling of underline and reverse.
10667         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
10668         (term-erase-in-line): Fix comparison.
10669         (term-emulate-terminal): Fix line wrap handling.
10670         (term-start-output-log): Rename from `term-set-output-log'.
10671         (term-stop-output-log): Rename from `term-stop-photo'.
10672         (term-switch-to-alternate-sub-buffer): Comment out, unused.
10674 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
10676         * dired.el (dired-move-to-filename): Don't output a message if
10677         raise-error is non-nil.  Fix return position and value.
10679         * files.el (insert-directory): Obey --dired even with symlinks.
10681 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
10683         * ls-lisp.el (ls-lisp-format): Mark file names with property
10684         dired-filename.
10686 2004-09-25  Kim F. Storm  <storm@cua.dk>
10688         * ido.el (ido-max-directory-size): New defcustom.
10689         (ido-decorations): Add "too big" element.
10690         (ido-directory-too-big): New dynamic var.
10691         (ido-may-cache-directory): Don't cache big directories.
10692         (ido-directory-too-big-p): New defun.
10693         (ido-set-current-directory): Update ido-directory-too-big.
10694         (ido-read-internal): Make empty ido-cur-item if too-big.
10695         (ido-buffer-internal): Use ido-read-internal directly instead of
10696         ido-read-buffer.
10697         (ido-file-internal): Init ido-directory-too-big.
10698         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
10699         and redo completion with full list.
10700         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
10701         it, and show completions.
10702         (ido-all-completions): Let bind ido-directory-too-big to nil.
10703         (ido-exhibit): Handle ido-directory-too-big.
10704         (ido-read-buffer): Handle fallback to read-buffer.
10705         Init ido-directory-too-big.
10706         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
10707         Init ido-directory-too-big.
10709 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
10711         * subr.el (delay-mode-hooks): Doc fix.
10713 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
10715         * textmodes/enriched.el
10716         (enriched-default-text-properties-local-flag): New variable.
10717         (enriched-mode): Make sure that enabling and disabling the mode is
10718         a no-op.  Doc fix.
10720 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
10722         * calendar/holidays.el (holiday-advent): Report on a specified day
10723         offset from advent, not just advent.
10724         (holiday-easter-etc): Report on one specified day offset from
10725         easter, not all easter holidays.  Various Easter holidays moved to
10726         `christian-holidays' variable in calendar.el.
10727         * calendar/calendar.el (christian-holidays): Adapt for new
10728         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
10730 2004-09-23  Kim F. Storm  <storm@cua.dk>
10732         * image.el (insert-sliced-image): Add doc string.
10734         * ido.el (ido-choice-list): New dynamic var for `list' context.
10735         (ido-context-switch-command): New dynamic var.
10736         (ido-define-mode-map): Generalize switch between file/buffer contexts.
10737         (ido-read-internal): Handle new `list' context.
10738         Handle insert-buffer and insert-file ido-exit values.
10739         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
10740         ido-context-switch-command.  Handle insert-file ido-exit value.
10741         (ido-read-buffer): Set ido-context-switch-command to 'ignore
10742         unless it is already bound by caller.
10743         (ido-file-internal): New arg switch-cmd.  Use it to setup
10744         ido-context-switch-command.  Handle insert-buffer ido-exit value.
10745         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
10746         used for context switching.
10747         (ido-all-completions): Handle new `list' context.
10748         (ido-make-choice-list): Return choices for `list' context.
10749         (ido-find-file-in-dir, ido-display-file, ido-write-file)
10750         (ido-display-buffer, ido-kill-buffer): Disable context switching.
10751         (ido-insert-buffer, ido-insert-file): Setup context switching.
10752         (ido-exhibit): Handle `list' context.
10753         (ido-read-file-name): Disable context switching.  Handle fallback.
10754         (ido-read-directory-name): Disable context switching.
10755         (ido-completing-read): New defun like completing-read.  Setup and
10756         use new `list' context.
10758 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
10760         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
10762 2004-09-21  Jay Belanger  <belanger@truman.edu>
10764         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
10765         `calc-graph-set-styles' so the gnuplot buffer will appear in a
10766         separate window.
10768 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
10770         * subr.el (after-change-major-mode-hook): Doc fix.
10772 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
10774         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
10775         of ghostscript for monochrome PostScript file in Windows.
10777 2004-09-21  Kenichi Handa  <handa@m17n.org>
10779         * descr-text.el (describe-char): Checking of quail activation fixed.
10781 2004-09-21  Jay Belanger  <belanger@truman.edu>
10783         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
10785 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
10787         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
10788         after the mode hooks instead of before.  Doc fix.
10790 2004-09-20  Jason Rumney  <jasonr@gnu.org>
10792         * startup.el (command-line) [windows-nt]: Try .emacs first, then
10793         _emacs, but revert to .emacs if neither exists in home directory.
10795 2004-09-20  John Paul Wallington  <jpw@gnu.org>
10797         * bindings.el (completion-ignored-extensions): Add .dfsl.
10799 2004-09-20  Richard M. Stallman  <rms@gnu.org>
10801         * bindings.el (scroll-left): Make it disabled.
10803         * files.el (enable-local-eval): Doc fix.
10805         * indent.el (move-to-left-margin): Special case for minibuffer.
10807         * term.el (term-emulate-terminal): Turn off undo for output.
10808         Use with-current-buffer and save-selected-window.
10810         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
10812         * progmodes/make-mode.el (makefile-fill-paragraph):
10813         Don't insist on spaces when looking for comments.  # is enough.
10815         * files.el (hack-local-variables): Copy the variables list
10816         to another buffer, strip prefixes and suffixes there, then read.
10817         (enable-local-eval): Doc fix.
10818         (ignored-local-variables): Initialize to nil.
10819         (risky-local-variable-p): Don't check ignored-local-variables here.
10820         (hack-one-local-variable): Ignore var if in ignored-local-variables.
10822 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
10824         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
10825         of = to "." (punctuation).
10827 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
10829         * subr.el (event-basic-type): Fix mask (extend to 22bits).
10831 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
10833         * textmodes/enriched.el (enriched-rerun-flag): New variable.
10834         (enriched-before-change-major-mode): New function.
10835         Add it to `change-major-mode-hook'.
10836         (enriched-after-change-major-mode): New function.
10837         Add it to `after-change-major-mode-hook'.
10838         (enriched-mode): Make it work correctly if called from
10839         `after-change-major-mode-hook'.
10840         No longer set `indent-line-function'.
10842         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
10844         * subr.el (after-change-major-mode-hook): New variable.
10845         (run-mode-hooks): Implement it.
10847 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
10849         * battery.el (battery-linux-proc-apm): Use string-to-number.
10850         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
10851         Use dolist (and less indentation).  Use erase-buffer.
10852         Pre-initialize `design-capacity', `warn', and `low'.
10853         (battery-format): Use replace-regexp-in-string.
10855 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
10857         * battery.el: Delete superfluous empty lines.
10858         (battery-linux-proc-acpi): Attempt to gather information from all
10859         battery subdirectories regardless of their file name.
10860         (battery-linux-proc-apm): Replace all occurrences of
10861         battery-hex-to-int-2 with string-to-int (base 16).
10862         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
10863         (battery-hex-map): Delete variable.
10865 2004-09-18  John Paul Wallington  <jpw@gnu.org>
10867         * calc/calc-units.el (calc-quick-units): Fix overzealous
10868         s/or/unless/.
10870 2004-09-17  Jay Belanger  <belanger@truman.edu>
10872         * calc/calc.el (calc-mode-var-list): Fix the value of
10873         `calc-matrix-brackets'.
10875 2004-09-17  Romain Francoise  <romain@orebokech.com>
10877         * ibuf-ext.el (define-ibuffer-filter filename):
10878         Expand dired-directory since buffer-file-name is absolute.
10880 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
10882         * ediff-init.el (ediff-current-diff-face-A)
10883         (ediff-current-diff-face-B, ediff-current-diff-face-C)
10884         (ediff-current-diff-face-Ancestor)
10885         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
10886         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
10887         (ediff-even-diff-face-A, ediff-even-diff-face-B)
10888         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
10889         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
10890         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
10891         Use min-colors.
10893         * term.el (term-down): Perform vertical motion if DOWN is negative.
10894         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
10895         (term-termcap-format): Synchronyze with the eterm terminfo entry
10896         in etc/e/eterm.ti.
10897         (term-handle-colors-array): If the current foreground or
10898         background are zero (i.e. unspecified), use the foreground and
10899         background of the default face for reverse video.
10900         (term-ansi-at-eval-string, term-ansi-default-fg)
10901         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
10902         (term-mem): Delete ununsed function.
10903         (term-protocol-version): Increment.
10904         (term-current-face): Set to default.
10906 2004-09-15  Jay Belanger  <belanger@truman.edu>
10908         * calc/calc.el (calc-mode-var-list): Define this variable.
10909         (calc-always-load-extensions, calc-line-numbering)
10910         (calc-line-breaking, calc-display-just, calc-display-origin)
10911         (calc-number-radix, calc-leading-zeros, calc-group-digits)
10912         (calc-group-char, calc-point-char, calc-frac-format)
10913         (calc-prefer-frac, calc-hms-format, calc-date-format)
10914         (calc-float-format, calc-full-float-format, calc-complex-format)
10915         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
10916         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
10917         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
10918         (calc-matrix-brackets, calc-language, calc-language-option)
10919         (calc-left-label, calc-right-label, calc-word-size)
10920         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
10921         (calc-display-raw, calc-internal-prec, calc-angle-mode)
10922         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
10923         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
10924         (calc-window-height, calc-display-trail, calc-show-selections)
10925         (calc-use-selections, calc-assoc-selections)
10926         (calc-display-working-message, calc-auto-why, calc-timing)
10927         (calc-mode-save-mode, calc-standard-date-formats)
10928         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
10929         (calc-user-parse-tables, calc-gnuplot-default-device)
10930         (calc-gnuplot-default-output, calc-gnuplot-print-device)
10931         (calc-gnuplot-print-output, calc-gnuplot-geometry)
10932         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
10933         (calc-invocation-macro, calc-show-banner): Give these values as
10934         part of `calc-mode-var-list's initialization after the variables
10935         are declared with defvar.
10936         (calc-bug-address): Change email address to send bug reports to.
10937         Change the maintainer address at the top.
10938         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
10939         than "\\.emacs" to determine if it is the user-init-file.
10941         * calc/calc-embed.el (calc-embedded-set-modes): Use
10942         `calc-mode-var-list' correctly.
10944 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
10946         * vc.el (annotate-time): Document point handling.
10947         (vc-annotate-display-autoscale): Doc fix.
10949 2004-09-15  Miles Bader  <miles@gnu.org>
10951         * generic.el (generic-make-keywords-list): Use symbol rather than
10952         word anchors in regexp.
10954 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
10956         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
10957         no file name consider `dired-directory'.
10959 2004-09-14  Kim F. Storm  <storm@cua.dk>
10961         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
10963 2004-09-14  Simon Josefsson  <jas@extundo.com>
10965         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
10967         * textmodes/dns-mode.el: Add.
10969 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10971         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
10972         (disabled-command-function): Make the ?\  char more obvious.
10974         * vc-arch.el (vc-arch-root, vc-arch-registered):
10975         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
10977 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
10979         * windmove.el (windmove-frame-edges): Report coordinates of
10980         outside edges of frame, not inside edges.
10981         (windmove-coordinates-of-position): Convert into wrapper to new
10982         function `windmove-coordinates-of-window-position';
10983         `compute-motion' always applies to selected window.
10984         (windmove-coordinates-of-position): Update documentation to refer
10985         to Emacs 21 Lisp Reference Manual.
10986         (windmove-find-other-window): Fix off-by-one errors for max x,y.
10988 2004-09-13  Kim F. Storm  <storm@cua.dk>
10990         * isearch.el (isearch-resume-in-command-history): Rename from
10991         isearch-resume-enabled and change default to nil.
10993 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10995         * vc-hooks.el (vc-ignore-dir-regexp): New var.
10996         (vc-registered): Use it.
10997         (vc-find-root): New fun.
10999         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11000         Don't tell to use \\{...} when it's already done.
11002         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11003         Provide a sample complex default.
11004         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11005         (bibtex-entry): Use mapc.
11007 2004-09-12  Kim F. Storm  <storm@cua.dk>
11009         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11011         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11012         inhibit-field-text-motion to t so rectangles work in comint buffers.
11014         * simple.el (choose-completion-string): Set buffer before running
11015         choose-completion-string-functions hook so it can be buffer-local.
11017 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
11019         * progmodes/compile.el (compilation-start): Parse command to see
11020         if it starts with a cd, and if so perform it for the *compilation*
11021         buffer.  Change the header to reflect this.
11023 2004-09-11  Kim F. Storm  <storm@cua.dk>
11025         * ido.el (ido-enable-dot-prefix): Doc fix.
11026         (ido-enable-dot-prefix): New defcustom.
11027         (ido-set-matches1): Use it.
11029 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11031         * textmodes/bibtex.el (bibtex-mark-active)
11032         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11034 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11036         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11037         used in a case insensitive environment.
11038         (bibtex-mode-map): Rearrange order of menus.
11039         (bibtex-quoted-string-re): Obsolete.
11040         (bibtex-complete-key-cleanup): Variable replaced by new function.
11041         (bibtex-font-lock-keywords): Use backquotes.
11042         (bibtex-font-lock-url-regexp): New internal variable.
11043         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11044         "OPT" and "ALT".
11045         (bibtex-insert-current-kill, bibtex-make-field)
11046         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11047         (bibtex-parse-field-text): Simplify.
11048         (bibtex-string=): New helper function.
11049         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11050         (bibtex-map-entries): Use bibtex-string=.
11051         (bibtex-search-entry): Use not.
11052         (bibtex-enclosing-field): Fix docstring.
11053         (bibtex-assoc-regexp): Obsolete.
11054         (bibtex-format-entry): Use assoc-string and bibtex-string=.
11055         (bibtex-autokey-get-names): Handle empty name field.
11056         (bibtex-parse-strings): Use assoc-string and unless.
11057         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11058         Use assoc-string.
11059         (bibtex-pop): Simplify.
11060         (bibtex-mode): Set font-lock-extra-managed-props.
11061         (bibtex-entry-update): Use assoc-string.
11062         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11063         (bibtex-autofill-entry): Use bibtex-string=.
11064         (bibtex-print-help-message): Simplify.
11065         (bibtex-find-entry): New optional arg START.
11066         (bibtex-validate): Use bibtex-string= and assoc-string.
11067         Do not call obsolete function compilation-parse-errors.
11068         (bibtex-remove-delimiters): Only remove delimiters if present.
11069         (bibtex-copy-entry-as-kill): Add docstring.
11070         (bibtex-clean-entry): Use bibtex-string=.  Handle empty keys.
11071         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11072         (bibtex-complete): Use bibtex-predefined-month-strings,
11073         bibtex-string=, and new function bibtex-complete-key-cleanup.
11074         (bibtex-generate-url-list): New variable.
11075         (bibtex-url): New command bound to C-c C-l and mouse-2.
11076         (bibtex-url-map): New local keymap for bibtex-url-mouse.
11077         (bibtex-font-lock-url): New function.
11079 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
11081         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11083 2004-09-09  Kim F. Storm  <storm@cua.dk>
11085         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11086         counter and format with binding.
11087         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
11088         the declared macro uses own macro counter and format.  Give symbol
11089         kmacro property.
11090         (kmacro-keymap): Bind kmacro-name-last-macro to n.
11091         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11092         (kmacro-end-and-call-macro): Doc fix.
11094 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
11096         * desktop.el (desktop-clear-preserve-buffers):
11097         Remove make-obsolete-variable.
11099 2004-09-08  Richard M. Stallman  <rms@gnu.org>
11101         * buff-menu.el (list-buffers-noselect): Call format-mode-line
11102         with the buffer as argument.
11104 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11106         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11108 2004-09-08  Juri Linkov  <juri@jurta.org>
11110         * replace.el (perform-replace): Use `query-replace-descr'.
11112         * cus-start.el (history-delete-duplicates): Specify customization.
11114         * diff-mode.el (diff-mode-map):
11115         * progmodes/compile.el (compilation-mode-map):
11116         * progmodes/grep.el (grep-mode-map):
11117         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11118         to `next-error-follow-minor-mode'.
11120 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11122         * isearch.el (isearch-lazy-highlight-update): Take into account
11123         the case of zero-length match at the search bound.
11125 2004-09-08  Kim F. Storm  <storm@cua.dk>
11127         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11128         change.  Use zero width overlays when necessary.
11130 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11132         * subr.el (split-string): Docfix.
11134 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11136         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11137         (display-call-tree): Ensure newline after caller/calls blocks.
11139 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11141         * startup.el (command-line-1): Make option
11142         --directory/-L modify `load-path' straight away.
11144 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11146         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11148 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11150         * emacs-lisp/autoload.el (make-autoload):
11151         Handle `define-compilation-mode'.
11153         * emacs-lisp/lisp-mode.el (define-compilation-mode):
11154         Specify `doc-string-elt' property.
11156 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11158         * bs.el (bs-mode): Doc fix.
11160 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11162         * info.el (Info-insert-dir): Fix temp buffer leak bug.
11164 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
11166         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11168 2004-09-08  Kenichi Handa  <handa@m17n.org>
11170         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11171         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11172         ps-mule-next-point -> 1+).
11174         * composite.el (encode-composition-rule): Add autoload cooky.
11176 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
11178         * format.el (buffer-auto-save-file-format): Make it permanent local.
11180 2004-09-07  Kim F. Storm  <storm@cua.dk>
11182         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11183         (authors-fixed-entries): Fix typo.
11184         (authors-canonical-author-name): Compact multiple spaces.
11185         Ignore trivial names (e.g. only first name).
11187         * term.el (term-window-width): Only use full window width on
11188         window system if overflow-newline-into-fringe is enabled.
11189         (term-mode): Don't disable overflow-newline-into-fringe.
11191 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11193         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11194         motion as seen on my Mac OS X xterms.
11196         * newcomment.el (uncomment-region-default, comment-region-default):
11197         New functions extracted from uncomment-region and comment-region.
11198         (comment-region, comment-region-function, uncomment-region)
11199         (uncomment-region-function): Use them.
11201         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11203         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11204         It's not crucial but can make sense at times.
11206         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11207         the first commit.
11209         * vc.el (vc-buffer-context, vc-restore-buffer-context):
11210         Disable obsolete code.
11212 2004-09-07  Juri Linkov  <juri@jurta.org>
11214         * progmodes/grep.el (grep-highlight-matches): Change default from
11215         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
11216         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11217         if grep option `--color' is available, or to `nil' otherwise.
11218         (grep-process-setup): Call `grep-compute-defaults' if
11219         `grep-highlight-matches' is not computed.  Set env-vars only
11220         if `grep-highlight-matches' is `t'.
11221         (grep-use-null-device): Remove redundant type `boolean' (`choice'
11222         is already defined).
11224         * progmodes/compile.el (compilation-start): Use copy of
11225         `process-environment' created by `copy-sequence' to not
11226         modify env-vars in the global `process-environment'.
11228 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
11230         * simple.el (next-error-follow-minor-mode): Fix last change.
11232 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
11234         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11235         permanent local.
11237 2004-09-04  Richard M. Stallman  <rms@gnu.org>
11239         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11240         highlighting if the search string is empty.
11242 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
11244         * facemenu.el (facemenu-active-faces): Change condition of inner
11245         `while' loop to also check the first two elements of `face-atts'
11246         and `mask-atts'.
11248 2004-09-04  John Paul Wallington  <jpw@gnu.org>
11250         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11251         (thumbs-view-image-mode): Make buffer read-only.
11253 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
11255         * textmodes/ispell.el (ispell-really-aspell): New defvar.
11256         (ispell-check-version): Set it.
11257         (ispell-send-replacement): New function.
11258         (ispell-process-line): Call ispell-send-replacement.
11260 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
11262         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11263         Support choosing seconds with "s".
11265 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
11267         * terminal.el (te-escape): Show `?' in prompt for help key.
11269 2004-09-04  Emilio C. Lopes  <eclig@gmx.net>
11271         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11273 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
11275         * simple.el (next-error-follow-minor-mode)
11276         (next-error-follow-mode-post-command-hook): New functions.
11277         (next-error-follow-last-line): New defvar.
11279         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11280         * progmodes/compile.el (compilation-mode-map): Likewise.
11281         * progmodes/grep.el (grep-mode-map): Likewise.
11282         * replace.el (occur-mode-map): Likewise.
11284         * newcomment.el (uncomment-region): Bind comment-use-global-state
11285         to nil.
11287 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
11289         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11290         locally around the call to `revert-buffer'.
11292 2004-09-03  Juri Linkov  <juri@jurta.org>
11294         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11295         `isearch-adjusted' to `t'.
11296         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11297         (isearch-message-prefix): Add "pending" for isearch-adjusted.
11298         (isearch-other-meta-char): Restore isearch-point unconditionally.
11299         (isearch-query-replace): Add new arg `regexp-flag' and use it.
11300         Set point to start of match if region is not active in transient
11301         mark mode (to include the current match to region boundaries).
11302         Push the search string to `query-replace-from-history-variable'.
11303         Add prompt "Query replace regexp" for isearch-regexp.
11304         Add region beginning/end as last arguments of `perform-replace.'
11305         (isearch-query-replace-regexp): Replace code by the call to
11306         `isearch-query-replace' with arg `t'.
11308 2004-09-03  Richard M. Stallman  <rms@gnu.org>
11310         * startup.el (normal-top-level): Undo previous TERM change.
11312 2004-09-03  Kim F. Storm  <storm@cua.dk>
11314         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11315         highlight overlays; allow using RET when cursor is over a button.
11316         (cua--highlight-rectangle): Use it.
11317         (cua--rectangle-set-corners): Don't move backwards at eol.
11318         (cua--forward-line): Don't move into void after eob.
11320         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11321         point is set (and displayed) inside rectangle.
11322         (cua--rectangle-operation): Fix for highlight of empty lines.
11323         (cua--highlight-rectangle): Fix highlight for tabs.
11324         Position cursor at left/right edge of rectangle using new `cursor'
11325         property on overlay strings.
11326         (cua--indent-rectangle): Don't tabify.
11327         (cua-rotate-rectangle): Ignore that point has moved.
11329 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11331         * term/mac-win.el: Add ASCII equivalents for some function keys.
11332         (mode-line-frame-identification): Sync with x-win.el.
11334 2004-09-02  Juri Linkov  <juri@jurta.org>
11336         * progmodes/compile.el (compilation-buffer-name): Compare major
11337         mode with second element of compilation-arguments instead of third
11338         to reflect latest changes in compilation-arguments structure.
11339         (recompile): Use global variable `compilation-directory' to get
11340         recent compilation directory only when `recompile' is invoked NOT
11341         in the compilation buffer.  Otherwise, use `default-directory' of
11342         the compilation buffer.
11343         (compilation-error-properties): Allow to funcall col and end-col.
11344         (compilation-mode-font-lock-keywords): Check col and end-col by
11345         `integerp'.
11346         (compilation-goto-locus): If end-mk is non-nil in transient mark
11347         mode don't activate the mark (and don't display message in
11348         push-mark), but highlight overlay between mk and end-mk.
11350         * progmodes/grep.el (grep-highlight-matches): New defcustom.
11351         (grep-regexp-alist): Add rule to highlight grep matches.
11352         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
11354         * info.el (Info-fontify-node): Don't compute other-tag
11355         if Info-hide-note-references=hide.
11357         * help.el (function-called-at-point):
11358         * help-fns.el (variable-at-point):
11359         Try `find-tag-default' when other methods failed.
11361         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11362         Do not push mark if inhibit-mark-movement is non-nil.
11364         * textmodes/ispell.el (ispell-html-skip-alists):
11365         Fix backslashes in docstring.
11367 2004-09-01  Juri Linkov  <juri@jurta.org>
11369         * isearch.el (isearch-wrap-function)
11370         (isearch-push-state-function): New defvars.
11371         (isearch-pop-fun-state): New defsubst.
11372         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
11373         (isearch-push-state): Set the result of calling
11374         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
11375         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
11376         restore the mode-specific starting point of terminated search.
11377         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
11378         (isearch-repeat): Call `isearch-wrap-function' if defined.
11379         (isearch-message-prefix): Don't add prefix "over" to the message
11380         for wrapped search if `isearch-wrap-function' is defined.
11381         (isearch-search): Call function saved in `isearch-pop-fun-state' to
11382         restore the mode-specific starting point of failed search.
11384         * info.el (Info-search-whitespace-regexp): Fix backslashes.
11385         (Info-search): Add new optional arguments for the sake of isearch.
11386         Replace whitespace in Info-search-whitespace-regexp literally.
11387         Add backward search.  Don't call `Info-select-node' if regexp is
11388         found in the same Info node.  Don't add node to Info-history for
11389         wrapped isearch.
11390         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
11391         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
11392         (Info-mode): Set local variables `isearch-search-fun-function',
11393         `isearch-wrap-function', `isearch-push-state-function',
11394         `search-whitespace-regexp'.
11396         * isearch.el: Remove ancient Change Log section.
11397         (isearch-string, isearch-message-string, isearch-point)
11398         (isearch-success, isearch-forward-flag, isearch-other-end)
11399         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11400         (isearch-barrier, isearch-within-brackets)
11401         (isearch-case-fold-search): Add suffix `-state' to state-related
11402         defsubsts to avoid name clashes with other function names.
11404         * simple.el (next-error): New defgroup and defface.
11405         (next-error-highlight, next-error-highlight-no-select):
11406         New defcustoms.
11407         (next-error-no-select): Let-bind next-error-highlight to the value
11408         of next-error-highlight-no-select before calling `next-error'.
11410         * progmodes/compile.el (compilation-goto-locus):
11411         Use `next-error' face instead of `region'.  Set 4-th argument of
11412         `move-overlay' to `current-buffer' to move overlay to different
11413         source buffers.  Use new variable `next-error-highlight'.
11415         * simple.el (next-error-find-buffer): Move the rule
11416         "if current buffer is a next-error capable buffer" after the
11417         rule "if next-error-last-buffer is set to a live buffer".
11418         Simplify to test all rules in one `or'.
11419         (next-error): Doc fix.
11420         (next-error, previous-error, first-error)
11421         (next-error-no-select, previous-error-no-select):
11422         Make arguments optional.
11424 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
11426         * macros.el (apply-macro-to-region-lines): Make it operate on all
11427         lines that begin in the region, rather than on all complete lines
11428         in the region.
11430 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
11432         * x-dnd.el (x-dnd-protocol-alist): Document update.
11433         (x-dnd-known-types): Defcustom it.
11434         (x-dnd-handle-motif): Print message-atom in error message.
11436 2004-08-30  John Paul Wallington  <jpw@gnu.org>
11438         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
11439         strings rather than programatically constructing message.
11441 2004-08-30  Richard M. Stallman  <rms@gnu.org>
11443         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
11444         Don't return a string that would read as the wrong character code.
11446 2004-08-29  Kim F. Storm  <storm@cua.dk>
11448         * emulation/cua-base.el (cua-auto-expand-rectangles):
11449         Remove automatic rectangle padding feature; replace by non-destructive
11450         virtual rectangle edges feature.
11451         (cua-virtual-rectangle-edges): New defcustom.
11452         (cua-auto-tabify-rectangles): New defcustom.
11453         (cua-paste): If paste into a marked rectangle, insert rectangle at
11454         current column, even if virtual; also paste exactly as many lines
11455         as has been marked (ignore additional lines or add empty lines),
11456         but paste whole source if only one line is marked.
11457         (cua--update-indications): No longer use overwrite-cursor to
11458         indicate rectangle padding
11460         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
11461         (cua--rectangle-virtual-edges): New defun.
11462         (cua--rectangle-get-corners): Remove optional PAD arg.
11463         (cua--rectangle-set-corners): Never do padding.
11464         (cua--forward-line): Remove optional PAD arg.  Simplify.
11465         (cua-resize-rectangle-right, cua-resize-rectangle-left)
11466         (cua-resize-rectangle-down, cua-resize-rectangle-up):
11467         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
11468         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
11469         (cua--rectangle-move): Never do padding.  Simplify.
11470         (cua--tabify-start): New defun.
11471         (cua--rectangle-operation): Add tabify arg.  All callers changed.
11472         (cua--pad-rectangle): Remove.
11473         (cua--delete-rectangle): Handle delete with virtual edges.
11474         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
11475         (cua--insert-rectangle): Handle insert at virtual column.
11476         Perform auto-tabify if necessary.
11477         (cua--activate-rectangle): Remove optional FORCE arg.
11478         Never do padding.  Simplify.
11479         (cua--highlight-rectangle): Enhance for virtual edges.
11480         (cua-toggle-rectangle-padding): Remove command.
11481         (cua-toggle-rectangle-virtual-edges): New command.
11482         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
11483         (cua--rectangle-post-command): Don't force rectangle padding.
11484         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
11486 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
11488         * indent.el (edit-tab-stops-buffer): Doc fix.
11490 2004-08-28  Richard M. Stallman  <rms@gnu.org>
11492         * progmodes/grep.el (grep-default-command): Use find-tag-default.
11493         (grep-tag-default): Function deleted.
11495         * subr.el (find-tag-default): Move from etags.el.
11497         * progmodes/etags.el (find-tag-default): Move to subr.el.
11499         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
11500         into the basic character if it has an uppercase form.
11502 2004-08-27  Kenichi Handa  <handa@m17n.org>
11504         * international/utf-8.el (utf-8-post-read-conversion): If the
11505         buffer is unibyte, temporarily make it multibyte.
11507 2004-08-27  Masatake YAMATO  <jet@gyve.org>
11509         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
11511 2004-08-25  John Paul Wallington  <jpw@gnu.org>
11513         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
11514         0, 1, and many mismatches in message.
11515         (tex-start-shell): Use `set-process-query-on-exit-flag'.
11517         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
11518         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
11520 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11522         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
11523         vc-diff-switches differently.
11525 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
11527         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
11528         before and a real defvar after
11529         `speedbar-supported-extension-expressions'.  This is to silence
11530         the compiler without breaking bootstrapping.
11532 2004-08-22  Richard M. Stallman  <rms@gnu.org>
11534         * textmodes/flyspell.el (flyspell-word):
11535         Use set-process-query-on-exit-flag.
11536         (flyspell-highlight-duplicate-region): Take POSS as arg.
11537         (flyspell-word): Pass POSS as arg.
11539         * progmodes/ada-xref.el: Many doc and style fixes.
11540         (ada-find-any-references): Use compilation-start.
11541         (ada-get-ali-file-name): Improve error msg.
11542         (ada-get-ada-file-name): Likewise.
11544         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
11545         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
11547         * mail/mail-extr.el (mail-extr-all-top-level-domains):
11548         Add forward defvar.
11550         * whitespace.el (global-whitespace-mode): New alias
11551         for whitespace-global-mode.
11553         * speedbar.el (speedbar-file-regexp): Move definition up.
11554         (speedbar-mode, speedbar-set-mode-line-format):
11555         Use with-no-warnings.
11556         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
11558         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
11559         controls whether to display the error buffer.
11561         * ps-mule.el: Delete compatibility code for old Emacses.
11562         (ps-mule-find-wrappoint): Don't use chars-in-region.
11564         * frame.el (display-mouse-p, display-selections-p):
11565         Use with-no-warnings.
11567         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
11569 2004-08-22  David Kastrup  <dak@gnu.org>
11571         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
11572         information.
11574         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
11576 2004-08-22  Andreas Schwab  <schwab@suse.de>
11578         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
11580 2004-08-22  Masatake YAMATO  <jet@gyve.org>
11582         * cvs-status.el (cvs-status-checkout): New function.
11583         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
11585 2004-08-21  David Kastrup  <dak@gnu.org>
11587         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
11588         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
11589         has been converted to use hashtables, the relation `nil=none' is
11590         no longer valid, as `nil' is not a hashtable.  This patch tries to
11591         reduce the number of resulting errors.
11593 2004-08-21  John Paul Wallington  <jpw@gnu.org>
11595         * subr.el (process-kill-without-query): Made obsolete in
11596         version 21.4, not 21.5.
11598         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
11599         (vc-previous-comment, vc-next-comment)
11600         (vc-comment-search-reverse, vc-comment-search-forward)
11601         (vc-comment-to-change-log): Likewise.
11603         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
11605 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
11607         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
11608         Correct indentation of DEFMETHODS with non-standard method
11609         combinations (e.g., PROGN, MIN, MAX).
11611 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11613         * startup.el (normal-top-level-add-subdirs-to-load-path):
11614         Avoid unnecessarily checking system-type.
11615         (normal-top-level): Set TERM to "dumb".  Simplify.
11617         * avoid.el (mouse-avoidance-ignore-p): New fun.
11618         Also ignore switch-frame, select-window, double, and triple clicks.
11619         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
11620         (mouse-avoidance-fancy-hook): Use it.
11622 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
11624         * avoid.el (mouse-avoidance-nudge-mouse)
11625         (mouse-avoidance-banish-destination): Stay within the current window
11626         to avoid problems with mouse-autoselect-window.
11628 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11630         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
11631         the newer format of some messages in cvs-1.12.1.
11633 2004-08-19  Masatake YAMATO  <jet@gyve.org>
11635         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
11636         (elp-results-jump-to-definition-by-mouse)
11637         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
11638         (elp-output-result): Use elp-output-insert-symname.
11640 2004-08-18  Kenichi Handa  <handa@m17n.org>
11642         * language/cyrillic.el: Register koi8-r in
11643         ctext-non-standard-encodings-alist.
11644         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
11646 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
11648         * emacs-lisp/copyright.el (copyright-update-year): Delete code
11649         that replaces 20xy with xy.
11651 2004-08-17  John Paul Wallington  <jpw@gnu.org>
11653         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
11654         (reb-force-update): Doc fix.
11656 2004-08-16  Richard M. Stallman  <rms@gnu.org>
11658         * progmodes/which-func.el (which-func-update-1): Doc fix.
11660         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
11661         (sh-mode-abbrev-table): New variable.
11663         * progmodes/compile.el (compilation-mode): Doc fix.
11665         * emacs-lisp/lisp-mode.el (eval-last-sexp):
11666         Don't cons a new symbol each time.
11667         (eval-last-sexp-fake-value): New variable.
11669         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
11670         (copyright-update-year): Detect continuation of list of years.
11672         * term.el (term-default-fg-color, term-default-bg-color)
11673         (ansi-term-color-vector): Use `unspecified', not nil, as default.
11675         * imenu.el: Several doc fixes: don't say variables are buffer-local.
11677 2004-08-16  Davis Herring  <herring@lanl.gov>
11679         * isearch.el (isearch-string, isearch-message-string, isearch-point)
11680         (isearch-success, isearch-forward-flag, isearch-other-end)
11681         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11682         (isearch-barrier, isearch-within-brackets)
11683         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
11685 2004-08-16  Kenichi Handa  <handa@m17n.org>
11687         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
11689 2004-08-15  Kenichi Handa  <handa@m17n.org>
11691         * term/x-win.el (x-selection-value): If utf8 was successful but
11692         ctext was not, use utf8 string.
11694 2004-08-14  Davis Herring  <herring@lanl.gov>
11696         * isearch.el: Remove accidental changes of March 4.  Fix backing
11697         up when a regexp isearch is made more general.  Use symbolic
11698         accessor functions for isearch stack frames to make usage clearer.
11699         (search-whitespace-regexp): Made groups in documentation shy (as
11700         is the group in the default value).
11701         (isearch-fallback): New function, addresses problems with regexps
11702         liberalized by `\|', adds support for liberalization by `\}' (the
11703         general repetition construct), and incorporates behavior for
11704         `*'/`?'.
11705         (isearch-}-char): New command, calls `isearch-fallback' with
11706         arguments appropriate to a typed `}'.
11707         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
11708         appropriately.
11709         (isearch-mode-map): Bind `}' to `isearch-}-char'.
11710         (isearch-string, isearch-message,string, isearch-point)
11711         (isearch-success, isearch-forward-flag, isearch-other-end)
11712         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
11713         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
11714         New inline functions to read fields of a stack frame.
11716 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
11718         * battery.el (battery-linux-proc-acpi): Look into battery
11719         directories matching the literal string "CMB", too (required for
11720         Linux kernel version 2.6.7).
11722 2004-08-14  John Paul Wallington  <jpw@gnu.org>
11724         * cus-start.el (read-file-name-completion-ignore-case): Add.
11725         (blink-cursor-alist): Change version to "21.4".
11727         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
11729 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
11731         * speedbar.el (speedbar-scan-subdirs): New option.
11732         (speedbar-file-lists): Don't ignore file-name case on Unix and use
11733         dolist.
11734         (speedbar-insert-files-at-point): Take an extra argument and use
11735         it to optionally find out if a subdir is empty.  Also unreadable
11736         files don't get expand buttons.
11737         (speedbar-directory): New image (unused pixmap already existed).
11738         (speedbar-expand-image-button-alist): Use it.
11740 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
11742         CC Mode update to 5.30.9:
11744         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
11745         Move from cc-vars to cc-defs for dependency reasons.  Fix the
11746         POSIX char class test to check that it works in
11747         `skip-chars-(forward|backward)' too.
11749         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
11750         first argument starts with a special brace list.
11752         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
11753         when `c-opt-type-concat-key' is used (i.e. in Pike).
11755         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
11756         Fix bug when the inner char pair doesn't have paren syntax,
11757         i.e. "(<>)".
11759         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
11760         whitespace safe.
11762         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
11763         position for `arglist-intro', `arglist-cont-nonempty' and
11764         `arglist-close' when there are two arglist open parens on the same
11765         line and there's nothing in front of the first.
11767         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
11768         locking of qualified names in Java, which previously could fontify
11769         common indexing expressions in many cases.  The standard Java
11770         naming conventions are used to tell them apart.
11772         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
11773         Fix inconsistency wrt opening parens on the first line inside a paren
11774         block.
11776         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
11777         compile time for the sake of `c-major-mode-is'.
11779         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
11780         `c-major-mode-is' in the event that this is used inside a
11781         `c-lang-defconst'.
11783         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
11784         `c-lang-defconst' so that it works better with fallback languages.
11786         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
11787         it to fail to record the base mode.
11789         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11790         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
11791         is used.  Reorder the syntax checks to get more efficient
11792         skipping in some situations.
11794         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
11795         continuation which might precede the newly inserted '{'.
11797         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
11798         Fix cases where it could loop indefinitely.
11800         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
11801         size specs correctly.  Only fontify identifiers in front of '('
11802         with as functions - don't accept any paren char.  Tighten up
11803         initializer skipping to stop before function and class blocks.
11805         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
11806         the point could be left directly after an open paren when finding
11807         the beginning of the first decl in the block.
11809         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
11810         table when filtering out legitimate open parens to be recorded.
11811         This could cause cache inconsistencies when e.g.
11812         `c++-template-syntax-table' was temporarily in use.
11814         * progmodes/cc-engine.el (c-on-identifier)
11815         (c-simple-skip-symbol-backward): Small fix for handling "-"
11816         correctly in `skip-chars-backward'.  Affected the operator lfun
11817         syntax in Pike.
11819         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
11820         Fix bug that could cause an error from `after-change-functions' when
11821         the changed region is at bob.
11823 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
11825         CC Mode update to 5.30.9:
11827         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
11828         to say that <TAB> doesn't insert WS into a CPP line.
11829         (c-indent-command, c-tab-always-indent): Amend doc strings.
11831         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
11832         checks for user errors, thus eliminating cryptic and unhelpful
11833         Emacs error messages.  (1) Check the arg to `c-set-style' is a
11834         string.  (2) Check that settings to `c-offsets-alist' are not
11835         spuriously quoted.
11837         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
11838         which precedes the newly inserted `{'.
11840 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
11842         Sync with Tramp 2.0.44.
11844         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
11845         function "tramp_file_attributes".  Otherwise, file names
11846         containing spaces are misinterpreted.  Reported by Magnus Henoch
11847         <mange@freemail.hu>.
11848         (tramp-handle-file-truename): FILENAME must be expanded first.
11849         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
11850         obscure results.  Reported by D. Goel <deego@gnufans.org>.
11851         (tramp-handle-verify-visited-file-modtime): If file does not
11852         exist, say it is not modified if and only if that agrees with the
11853         buffer's record.  Check whether a file is visiting the buffer, or
11854         the buffer has no recorded last modification time.  Return t in
11855         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
11856         <teirllm@auburn.edu>.
11857         (tramp-handle-write-region): Pass modtime explicitely to
11858         `set-visited-file-modtime', because filename can be different
11859         from (buffer-file-name) if `file-precious-flag' is set.
11860         `set-visited-file-modtime' must be called always when `visit' is t
11861         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
11862         (tramp-handle-set-visited-file-modtime): If `time-list' is not
11863         nil, don't apply the whole body.  If the file doesn't exists, set
11864         modtime to '(-1 65535).  Suggested by Luc Teirlinck
11865         <teirllm@auburn.edu>.
11867 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
11869         * help.el (describe-bindings): Doc fix.
11871         * subr.el (kbd): Doc fix.
11873 2004-08-08  John Paul Wallington  <jpw@gnu.org>
11875         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
11876         instead of `string-to-int'.
11877         (define-ibuffer-column mode): Fix indentation.
11879 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
11881         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
11883 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
11885         * subr.el (global-unset-key, local-unset-key): Doc fixes.
11887         * novice.el (disabled-command-function): New variable renamed from
11888         `disabled-command-hook'.
11889         (disabled-command-hook): Keep the _variable_ as alias for
11890         `disabled-command-function' and make obsolete.
11891         (disabled-command-function): Function renamed from
11892         `disabled-command-hook'.  Adapt code to name change of the variable.
11894 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
11896         * simple.el (completion-root-regexp): New defvar.
11897         (completion-setup-function): Use it instead of a literal string.
11899 2004-08-07  John Paul Wallington  <jpw@gnu.org>
11901         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
11902         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
11903         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
11904         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
11906 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
11908         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
11909         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
11911 2004-08-04  Kenichi Handa  <handa@m17n.org>
11913         * international/encoded-kb.el (encoded-kbd-setup-keymap):
11914         Fix previous change.
11916 2004-08-03  Kenichi Handa  <handa@m17n.org>
11918         * international/encoded-kb.el: The following changes are to
11919         utilize key-translation-map instead of minor mode map.
11920         (encoded-kbd-iso2022-non-ascii-map): Delete it.
11921         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
11922         (encoded-kbd-last-key): New function.
11923         (encoded-kbd-iso2022-single-shift): New function.
11924         (encoded-kbd-iso2022-designation)
11925         (encoded-kbd-self-insert-iso2022-7bit)
11926         (encoded-kbd-self-insert-iso2022-8bit)
11927         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
11928         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
11929         key-translation-map.
11930         (encoded-kbd-setup-keymap): Setup key-translation-map.
11931         (saved-key-translation-map): New variable.
11932         (encoded-kbd-mode): Save/restore key-translation-map.
11933         Adjust for the change of encoded-kbd-setup-keymap.
11935 2004-08-02  Kim F. Storm  <storm@cua.dk>
11937         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
11938         and call compute-motion with nil for topos and width to get proper
11939         usable width and height for both window and non-window systems.
11941         * windmove.el (windmove-coordinates-of-position): Let compute-motion
11942         calculate usable window width and height.
11944         * window.el (window-buffer-height): Call compute-motion with nil width.
11946 2004-08-01  David Kastrup  <dak@gnu.org>
11948         * replace.el (query-replace-read-from):
11949         Use `query-replace-compile-replacement'.
11950         (query-replace-compile-replacement): New function.
11951         (query-replace-read-to): Use `query-replace-compile-replacement'
11952         for repeating the last command.
11954 2004-08-01  John Paul Wallington  <jpw@gnu.org>
11956         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
11957         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
11958         (pr-switches): Remove period from end of error messages.
11960         * help-mode.el (help-go-back): Likewise.
11962         * abbrev.el (only-global-abbrevs): Doc fix.
11963         (edit-abbrevs-map): Define within defvar.
11964         (quietly-read-abbrev-file): Doc fix.
11966 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
11968         * novice.el (enable-command, disable-command): Doc fixes.
11970         * subr.el (event-modifiers, event-basic-type): Doc fixes.
11972 2004-07-30  Richard M. Stallman  <rms@gnu.org>
11974         * subr.el (with-local-quit): Doc fix.
11976 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
11978         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
11980 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
11982         * custom.el (defcustom): Doc fix.
11984 2004-07-28  Masatake YAMATO  <jet@gyve.org>
11986         * progmodes/etags.el (etags-tags-apropos): Show building progress.
11988 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
11990         * imenu.el (imenu-prev-index-position-function)
11991         (imenu-extract-index-name-function, imenu-name-lookup-function)
11992         (imenu--index-alist): Docstring redundancy fix.
11994 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
11996         * wdired.el (wdired-finish-edit): Require dired-aux before locally
11997         binding dired-backup-overwrite.
11999 2004-07-25  John Paul Wallington  <jpw@gnu.org>
12001         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12003 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
12005         * term/tty-colors.el (tty-color-approximate): Doc fix.
12007         * select.el (x-get-selection, x-set-selection): Doc fixes.
12009         * frame.el (make-frame): Doc fix.
12011 2004-07-24  Richard M. Stallman  <rms@gnu.org>
12013         * mail/rmail.el (rmail-mime-charset-pattern):
12014         Don't include semicolon in the charset value.
12016         * replace.el (occur-next-error): Call set-window-point.
12017         (occur-engine): Handle negative NLINES.
12019 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
12021         * frame.el (modify-all-frames-parameters): Minor doc fix.
12022         (set-frame-configuration): Doc fix.
12024 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
12026         * simple.el (completion-setup-function): Compute the common parts
12027         and the first difference place correctly when
12028         partial-completion-mode is on.
12030 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12032         * ps-print.el: Doc fix.
12033         (ps-print-version): New version 6.6.5.
12034         (ps-printing-region): Doc fix.
12035         (ps-generate-string-list): Comment fix.
12036         (ps-message-log-max): Code fix.
12038 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12040         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12041         generated PostScript.
12043 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
12045         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
12046         with Gnus v5_10 branch.)
12048 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
12050         * calendar/time-date.el (time-to-number-of-days): New function.
12051         Imported from from Gnus.
12053 2004-07-22  Kim F. Storm  <storm@cua.dk>
12055         * progmodes/make-mode.el: Fix comments.
12057 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12059         * printing.el: Doc fix.
12061 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
12063         * frame.el (modify-all-frames-parameters): Minor doc fix.
12065 2004-07-20  Richard M. Stallman  <rms@gnu.org>
12067         * textmodes/fill.el (fill-nobreak-p): If this break point is
12068         at the end of the line, don't consider the newline which follows
12069         as a reason to return t.
12071 2004-07-19  John Paul Wallington  <jpw@gnu.org>
12073         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12075 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
12077         * dired-aux.el (dired-do-kill-lines): Expand docstring.
12078         Delete irrelevant code.
12080 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
12082         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12083         New docstring.  From Luc Teirlinck.
12085 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
12087         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12088         section.
12089         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12090         non-file buffers.  We know it is nil.
12092 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
12094         Sync with Tramp 2.0.43.
12096         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12097         Remove outdated comment.
12098         (tramp-locked, tramp-locker): New variables for implementing a
12099         global lock.
12100         (tramp-sh-file-name-handler): Use them to implement the global lock.
12102 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
12104         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
12105         calls to respective `xxx` calls.
12106         (tramp-process-alive-regexp): Precise doc string.
12107         (tramp-multi-action-process-alive): New defun.
12108         (tramp-multi-actions): Use it.
12109         (tramp-handle-find-backup-file-name): `copy-tree' is available
12110         since Emacs 22.1 only (XEmacs has it).  Implementation rewritten
12111         in order to avoid this function.
12112         (tramp-handle-write-region): Set current buffer.  If connection
12113         wasn't open, `file-modes' has changed it accidently.  Reported by
12114         David Kastrup <dak@gnu.org>.
12115         (tramp-enter-password, tramp-read-passwd): New arguments USER and
12116         HOST.
12117         (tramp-action-password, tramp-multi-action-password): Apply it.
12118         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12119         name must still contain the port number.  Otherwise, we have two
12120         Tramp buffers, with all the confusion.  Reported by Myron Selby
12121         <myron@xytech.com> and Rolf Dubitzky
12122         <Dubitzky@physi.uni-heidelberg.de>.
12124         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12125         HOST to `tramp-enter-passwd'.
12127         * net/tramp-vc.el (all): Code cleanup.  Change all
12128         `tramp-handle-xxx' calls to respective `xxx` calls.
12130 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
12132         * emacs-lisp/testcover.el: New category "potentially-1valued" for
12133         functions that are not erroneous if either 1-valued or
12134         multi-valued.  Detect functions in this class.
12135         (testcover-1value-functions, testcover-compose-functions)
12136         (testcover-progn-functions) Add some additional functions to lists.
12137         (testcover-mark): Bugfix when marking up the definition for an
12138         empty function.
12140 2004-07-17  Richard M. Stallman  <rms@gnu.org>
12142         * replace.el (occur-read-primary-args): Pass default to
12143         read-from-minibuffer.
12145         * mail/footnote.el (footnote-section-tag): Use defcustom.
12147         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12148         Compile font-lock-keywords, not KEYWORDS.
12149         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12150         Add warn, check-type.  Handle cerror like error.
12152 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
12154         * progmodes/which-func.el (which-func-keymap): New var.
12155         (which-func-face): New face.
12156         (which-func-format): Use them.
12158 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12160         * buff-menu.el (list-buffers-noselect): Append the buffer's
12161         process status to its mode name.
12163 2004-07-16  Kim F. Storm  <storm@cua.dk>
12165         * simple.el (inhibit-mark-movement): New defvar.
12166         (beginning-of-buffer, end-of-buffer): Do not push mark if
12167         inhibit-mark-movement is non-nil or C-u prefix is given.
12169         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12170         Init to beginning-of-buffer and end-of-buffer.
12171         (cua--undo-push-mark): New defvar.
12172         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12173         already active and command is in cua--preserve-mark-commands.
12174         Also fix check for shift modifier on non-window systems.
12175         (cua--post-command-handler): Clear inhibit-mark-movement if set.
12177 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
12179         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12180         of two integers, instead of a cons.
12182         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12183         `visited-file-modtime' now returns a list of two integers, instead
12184         of a cons.
12186         * dired.el (dired-directory-changed-p): Ditto.
12188         * progmodes/grep.el (grep): Doc fix.
12190 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
12192         * autorevert.el (auto-revert-tail-mode)
12193         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12194         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12195         in both at the same time.
12196         (auto-revert-tail-mode): New command.
12197         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12198         (auto-revert-handler): Revert only either tail or whole file.
12200         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12201         add auto-revert-tail-mode.
12203 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12205         * printing.el: Doc fix.  Change name of some funs.
12206         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
12207         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
12208         (pr-standard-file-name): New fun.  Replace pr-standard-path.
12209         (pr-call-process): Code fix.
12211 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
12213         * subr.el (with-selected-window): Doc fix.
12215 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
12217         * subr.el (get-buffer-window-list): Doc fix.
12219 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
12221         * files.el (switch-to-buffer-other-window): Doc fix.
12223         * window.el (save-selected-window, one-window-p)
12224         (split-window-keep-point, split-window-vertically)
12225         (split-window-horizontally): Doc fixes.
12227 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12229         * printing.el: Doc fix.  Now it uses call-process instead of
12230         shell-command for low command execution.
12231         (pr-version): New version number (6.8).
12232         (pr-shell-file-name): Option removed.
12233         (pr-shell-command): Fun removed.
12234         (pr-call-process): New fun.  Replace pr-shell-command.
12235         (pr-standard-path, pr-remove-nil-from-list): New funs.
12236         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12237         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12238         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12239         (pr-ps-utility-process, pr-txt-print): Code fix.
12241 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
12243         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12244         boolean.
12246 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
12248         * wid-edit.el (widget-field-buffer): Doc fix.
12250 2004-07-09  John Paul Wallington  <jpw@gnu.org>
12252         * emacs-lisp/re-builder.el (reb-update-overlays):
12253         Distinguish between one and several matches in message.
12255 2004-07-09  Richard M. Stallman  <rms@gnu.org>
12257         * mouse.el (mouse-set-region-1): If transient-mark-mode
12258         is `identity', change it to `only'.
12260         * simple.el (current-word): Doc fix.
12262 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
12264         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12265         so that it is more understanding of whitespace.
12267         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12268         (("ns" . "element") (attr-list) children) instead of
12269         ((:ns . "element") (attr-list) children) in order to reduce the
12270         number of symbols used.
12271         (xml-skip-dtd): Change to use xml-parse-dtd but set
12272         xml-validating-parsing to nil.
12273         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12274         (xml-substitute-entity): Remove in favor of new entity substitution.
12275         (xml-substitute-special): Rewrite in to substitute complex
12276         entities from DOCTYPE declarations.
12277         (xml-parse-fragment): Parse fragments from entity deleclarations.
12278         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12279         (xml-parse-dtd, xml-substitute-special): Make validity checks
12280         conditioned on xml-validating-parser.  Add "Not Well Formed" to
12281         error messages about well-formedness.
12283 2004-07-08  Steven Tamm  <steventamm@mac.com>
12285         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12286         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12287         Do not treat double clicks and triple clicks specially in the
12288         scroll bar (preventing strange repositioning problems)
12290 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
12292         * replace.el (query-replace-regexp-eval): Fix last change.
12294 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
12296         * replace.el (query-replace-descr): New fun.
12297         (query-replace-read-from, query-replace-read-args): Default to the
12298         previous from&to.
12299         (query-replace-read-to): Quote the `from' string when displaying it.
12300         (query-replace-regexp-eval): Immediately check read-only status.
12301         Use query-replace-read-from to get the \n checking.
12302         Quote the `from' string when displaying it.
12303         (map-query-replace-regexp, occur-read-primary-args):
12304         Quote the `from' string when displaying it.
12306         * isearch.el (isearch-query-replace): Pass the regexp-ness and
12307         delimited-ness of the search to query-replace.
12309         * replace.el (query-replace-read-from, query-replace-read-to):
12310         New funs extracted from query-replace-read-args.
12311         (query-replace-read-args): Use them.
12313         * replace.el (query-replace-interactive, query-replace-read-args):
12314         Remove the `initial' special value.
12315         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12316         (occur-engine): Remove unused var `matchend'.
12318         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12319         Use the search string without prompting.
12321 2004-07-05  Kenichi Handa  <handa@m17n.org>
12323         * international/mule.el (decode-coding-inserted-region):
12324         Set last-coding-system-used only when coding is nil.
12326 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
12328         * progmodes/grep.el (grep-compute-defaults, grep-command)
12329         (grep-program, find-program, grep-find-use-xargs, grep-history)
12330         (grep-find-history, grep-tag-default, grep-find-command)
12331         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
12332         Add autoload cookies, for unbundled packages that load `compile'
12333         and expect all grep-related symbols to become defined.
12335 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
12337         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
12338         (iimage-mode-image-search-path): New user option to search the
12339         image file.
12340         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
12341         have locate-file.
12342         (iimage-mode-buffer): Use it.
12344 2004-07-03  Nick Roberts  <nickrob@gnu.org>
12346         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
12347         carefully.
12348         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
12350 2004-07-03  Juri Linkov  <juri@jurta.org>
12352         * replace.el (query-replace-read-args): Swallow space after 'foo,
12353         not after (quote foo).  Match space only immediately after symbol,
12354         not anywhere in the whole string.
12356 2004-07-02  Richard M. Stallman  <rms@gnu.org>
12358         * replace.el (query-replace-read-args): Swallow space after
12359         symbols, not after closeparens.  But avoid error if string ends there.
12361         * progmodes/python.el (python-beginning-of-statement):
12362         Exit the loop if backward-up-list gets error.
12364         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
12366 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
12368         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
12369         only if vc-consult-headers is non-nil.
12371 2004-07-02  Juri Linkov  <juri@jurta.org>
12373         * pcvs.el (cvs-mode-diff-repository): New command.
12375         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
12377 2004-07-01  Juri Linkov  <juri@jurta.org>
12379         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
12380         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
12381         C-M-% to isearch-query-replace-regexp.
12382         (minibuffer-local-isearch-map): Add arrow key bindings.
12383         Bind C-f to isearch-yank-char-in-minibuffer.
12384         (isearch-forward): Doc fix.
12385         (isearch-edit-string): Doc fix.
12386         (isearch-query-replace, isearch-query-replace-regexp): New funs.
12387         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
12388         (isearch-yank-char): Add optional arg.
12389         (isearch-yank-char-in-minibuffer): New fun.
12391         * replace.el (query-replace-interactive): Change type from boolean
12392         to choice.  Add value `initial'.
12393         (query-replace-read-args): Handle value `initial' of
12394         query-replace-interactive.
12396 2004-06-29  Kim F. Storm  <storm@cua.dk>
12398         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
12399         (breakpoint-disabled-bitmap-face): Add :group 'gud.
12401         * progmodes/ada-xref.el (ada-tight-gvd-integration):
12402         Add :group 'ada.
12404         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
12406 2004-06-29  Juri Linkov  <juri@jurta.org>
12408         * replace.el (query-replace-read-args): Swallow a space after
12409         everything except )]" which in most cases means after a symbol.
12411         * emacs-lisp/pp.el (pp-buffer): Add autoload.
12413 2004-06-28  Richard M. Stallman  <rms@gnu.org>
12415         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
12416         More changes to go with previous change in font-lock.el.
12418 2004-06-26  David Kastrup  <dak@gnu.org>
12420         * replace.el (perform-replace): Highlight the match even in
12421         non-query mode if there is potential replace string editing.
12423 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
12425         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
12426         agree with new return value of `file-remote-p'.
12427         This syncs with Tramp 2.0.42.
12429         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
12430         according to new documentation of `file-remote-p'.
12432         * files.el (file-remote-p): Fix doc to say that return value is
12433         identification of remote system, if not nil.
12434         (file-relative-name): Use new return value of `file-remote-p'.
12436 2004-06-26  Nick Roberts  <nickrob@gnu.org>
12438         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
12439         (gdb-goto-breakpoint): Fix breakage.
12441 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
12443         * man.el (Man-getpage-in-background): Add windows-nt to the list
12444         of systems where shell-file-name should be used instead of
12445         literal "sh".
12447 2004-06-25  Sam Steingold  <sds@gnu.org>
12449         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
12450         function names `(setf symbol)'.
12452 2004-06-24  Richard M. Stallman  <rms@gnu.org>
12454         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
12456         * font-lock.el (font-lock-keywords): Change format of compiled values.
12457         Document it.
12458         (font-lock-add-keywords): If font-lock-keywords is compiled,
12459         extract the uncompiled version, modify, then recompile.
12460         (font-lock-remove-keywords): Likewise.
12461         (font-lock-fontify-keywords-region): Handle changed format.
12462         (font-lock-compile-keywords): Handle changed format.
12463         (font-lock-set-defaults): Compile the keywords explicitly here.
12465 2004-06-24  David Kastrup  <dak@gnu.org>
12467         * replace.el (query-replace-read-args): Implement `\,' and `\#'
12468         replacements here.
12469         (query-replace-regexp): Doc string explaining this and the new
12470         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
12471         is better placed in `query-replace-read-args'.
12472         (replace-regexp): Explain `\,', `\#' and `\?'.
12473         (replace-match-data): New function for thorough reuse/destruction
12474         of old match-data.
12475         (replace-match-maybe-edit): Function for implementing `\?' editing.
12476         (perform-replace): Fix maintaining of the match stack including
12477         already matched regions, implement `\?', fix various problems
12478         with regions while editing and other stuff.
12479         (replace-highlight): Simplify.
12481 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
12483         * progmodes/grep.el (grep-error-screen-columns): New variable.
12484         (grep-regexp-alist): Give it the full functionality of gnu style
12485         compilation messages with line and column ranges.  Ask me for the
12486         perl script I'm working on, that uses these.
12488 2004-06-23  Nick Roberts  <nickrob@gnu.org>
12490         * comint.el (comint-insert-clicked-input, comint-copy-old-input):
12491         Remove.
12492         (comint-insert-input, comint-mouse-insert-input): New functions
12493         based on comint-insert-clicked-input for two bindings but just
12494         one functionality.
12496 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
12498         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
12500 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
12502         * files.el (write-contents-functions): Doc fix.
12504 2004-06-21  Juanma Barranquero  <lektu@terra.es>
12506         * image.el (image-library-alist): Rewrite docstring in active voice.
12508 2004-06-20  Richard M. Stallman  <rms@gnu.org>
12510         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
12512         * isearch.el (isearch-repeat): Avoid testing old match data.
12513         (isearch-message): Display trailing space in special font
12514         when search is failing.
12515         (isearch-search-fun-function): Doc fix.
12517         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
12519 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
12521         * frame.el (show-trailing-whitespace): Doc fix.
12523         * cus-edit.el (custom-variable-documentation): New function.
12524         (custom-variable): Use it.
12526 2004-06-19  Nick Roberts  <nickrob@gnu.org>
12528         * man.el (Man-getpage-in-background): Revert previous change but
12529         make cygwin a special case.
12531 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
12533         * autorevert.el (global-auto-revert-non-file-buffers):
12534         Update docstring.
12536 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
12538         * progmodes/compile.el (compilation-error-properties): Store one
12539         more than end-col, if present, so that transient-mark-mode will
12540         highlight last char too.
12541         * progmodes/grep.el (grep-regexp-alist): Match columns and column
12542         ranges, if present.
12544 2004-06-18  Jason Rumney  <jasonr@gnu.org>
12546         * makefile.w32-in: Double percent signs in for loops.
12548 2004-06-17  David Kastrup  <dak@gnu.org>
12550         * replace.el (query-replace-read-args): Only warn about use of \n
12551         and \t when we are doing a regexp replacement and the actual
12552         escaped character is n or t.
12553         (query-replace-regexp): Add \, and \# interpretation to
12554         interactive call and document it.
12555         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
12556         as shortkey for replace-count.
12557         (replace-quote): New function for doubling backslashes.
12559 2004-06-17  Juanma Barranquero  <lektu@terra.es>
12561         * files.el (parse-colon-path, cd): Mention in docstring that the
12562         path separator is colon in GNU-like systems.
12564         * newcomment.el (comment-region-internal): Fix docstring.
12566         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
12567         (ewoc-invalidate, ewoc-collect): Doc fixes.
12568         (ewoc--create-node, ewoc--delete-node-internal):
12569         Fix typos in docstring.
12571 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
12573         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
12574         manual to docstring.
12576 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12578         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
12580 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
12582         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12583         Add hyperlink to emacs-xtra manual to docstring.
12585         * autorevert.el (global-auto-revert-non-file-buffers):
12586         Add hyperlink to emacs-xtra manual to docstring, as well as an
12587         info-link.
12589 2004-06-14  Juanma Barranquero  <lektu@terra.es>
12591         * image.el (image-library-alist): New variable to map image types
12592         to external libraries.  Initialized to nil, unless system-specific
12593         configs change it.
12594         (image-type-available-p): Determine whether an image type is
12595         available by calling `init-image-library'.
12597         * term/w32-win.el (image-library-alist): Initialize to a known set
12598         of probable library names.
12600 2004-06-14  Kenichi Handa  <handa@m17n.org>
12602         * international/code-pages.el (windows-1256, cp1125): Fix tables
12603         for several characters.
12605         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
12607 2004-06-13  Richard M. Stallman  <rms@gnu.org>
12609         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
12611         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
12612         not "`pc-selection-mode'".
12614         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
12616         * simple.el (previous-matching-history-element): Specify a default.
12618         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
12620         * cus-face.el (custom-declare-face): Simplify code.
12622         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
12624 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
12626         * files.el (before-save-hook): Add `time-stamp' to the options.
12628         * time-stamp.el (time-stamp): Recommend adding it to
12629         `before-save-hook', rather than `write-file-functions'.
12630         Make a similar change in `Commentary' section.
12632 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
12634         * diff-mode.el (diff-current-defun): If at start of hunk, use
12635         position of first change.
12637 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
12639         * dired-x.el (dired-mark-omitted): Bind to "*O".
12641 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
12643         * bookmark.el (bookmark-bmenu-relocate): New function, as
12644         suggested by David J. Biesack <David.Biesack@sas.com>.
12645         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
12646         (bookmark-bmenu-mode): Describe binding in doc string.
12647         (bookmark-set-filename): Save the bookmark list if it's time.
12649 2004-06-13  Kenichi Handa  <handa@m17n.org>
12651         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
12652         (ccl-untranslated-to-ucs): Fix typo.
12654 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
12656         * progmodes/python.el (python-open-block-statement-p):
12657         Fix indentation after a block opening that contains a comment.
12659 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
12661         * bindings.el (completion-ignored-extensions): Add file extensions
12662         of Python byte-compiled files.
12664 2004-06-12  Juri Linkov  <juri@jurta.org>
12666         * info.el (Info-goto-node): Add autoload.
12667         (Info-toc): Add substring-no-properties on Info file name.
12668         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
12669         (Info-mode-map): Bind L to Info-history, T to Info-toc.
12671 2004-06-12  Kenichi Handa  <handa@m17n.org>
12673         * international/mule-cmds.el (set-language-environment):
12674         Load subst tables if necessary.
12676         * international/mule.el (decode-char): Load subst tables if necessary.
12677         (encode-char): Likewise.
12679         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
12680         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
12681         (utf-16le-decode-loop): Set r5 to -1 before loop.
12682         (utf-16be-decode-loop): Likewise.
12683         (ccl-decode-mule-utf-16le): Add EOF processing block.
12684         (ccl-decode-mule-utf-16be): Likewise.
12685         (ccl-decode-mule-utf-16le-with-signature): Likewise.
12686         (ccl-decode-mule-utf-16be-with-signature): Likewise.
12687         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
12688         (ccl-mule-utf-16-encode-untrans): New CCL.
12689         (utf-16-decode-to-ucs): Handle pre-read character.
12690         (utf-16le-encode-loop): Handle surrogate pair.
12691         (utf-16be-encode-loop): Likewise.
12692         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
12693         of utf-16le-encode-loop.
12694         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
12695         of utf-16be-encode-loop.
12696         (mule-utf-16-post-read-conversion):
12697         Call utf-8-post-read-conversion at first.
12698         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
12699         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
12700         Add post-read-conversion and pre-write-conversion.
12702         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
12703         (utf-translate-cjk-unicode-range): New variable.
12704         (utf-translate-cjk-load-tables): New function.
12705         (utf-lookup-subst-table-for-decode): New function.
12706         (utf-lookup-subst-table-for-encode): New function.
12707         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
12708         tables here.  Update safe-charsets of utf-* coding systems.
12709         (ccl-mule-utf-untrans): New CCL.
12710         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
12711         at end of each branch.
12712         (ccl-mule-utf-8-encode-untrans): New CCL.
12713         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
12714         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
12715         length of encoding.  Don't return r0.
12716         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
12717         (utf-8-post-read-conversion): Narrow to region properly.
12718         If utf-translate-cjk-mode is on, load tables if necessary.
12719         Call utf-8-compose with hash-table arg if necessary.
12720         Call XXX-compose-region instead of XXX-post-read-convesion.
12721         (utf-8-pre-write-conversion): New function.
12722         (mule-utf-8): Include CJK charsets in safe-charsets if
12723         utf-translate-cjk-mode is on.  Add pre-write-conversion.
12725         * international/characters.el: Temporarily set
12726         utf-translate-cjk-mode to nil.
12728         * language/devan-util.el (devanagari-compose-region):
12729         Add autoload cookie.
12731         * international/ccl.el (ccl-dump-call): Fix printing the
12732         subroutine name.
12734 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
12736         * dired.el (dired-revert): If buffer is marked unmodified before
12737         reverting, keep it marked unmodified.
12738         Adapt to new conventions for commenting out code.
12739         (dired-make-relative): Adapt to new conventions for commenting out code.
12741 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
12743         * eshell/esh-module.el (eshell-load-defgroups):
12744         Bind `vc-handled-backends' to nil when opening files.
12746 2004-06-11  Juanma Barranquero  <lektu@terra.es>
12748         * files.el (parse-colon-path, cd): Doc fixes (refer to
12749         `path-separator', not colon).
12751 2004-06-10  Juanma Barranquero  <lektu@terra.es>
12753         * newcomment.el (comment-search-forward)
12754         (comment-search-backward): Fix typos in docstring.
12755         (comment-region): Doc fix.
12757 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
12759         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
12760         switch is no longer stored in `dired-switches-alist'.
12762         * dired-aux.el (dired-insert-subdir): Do not store R switch in
12763         `dired-switches-alist'.
12765 2004-06-10  Kim F. Storm  <storm@cua.dk>
12767         * pcvs.el (cvs-mode-diff-yesterday): New command.
12769         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
12771 2004-06-10  Juri Linkov  <juri@jurta.org>
12773         * emacs-lisp/edebug.el (edebug-eval-defun):
12774         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
12775         Fix docstring.
12777         * simple.el (eval-expression-print-format): Don't print additional
12778         information on the first call to `eval-print-last-sexp'.
12779         (next-error-find-buffer): Fix punctuation.
12780         (killing) <defgroup>: Fix punctuation.
12781         (yank-excluded-properties): Change group from editing to killing.
12783         * replace.el (perform-replace): Use `limit' to terminate the
12784         while-loop explicitly.
12786 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12788         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
12789         Use lc-*.xpm as prefix instead of *-locol.xpm.
12791         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
12792         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
12793         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
12794         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
12795         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
12796         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
12797         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
12798         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
12799         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
12800         * toolbar/lc-up_arrow.xpm:
12801         Rename from *-locol.xpm.
12803 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
12805         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
12806         include forms like &<str>; as valid url patterns.
12808 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
12810         * dired.el (dired-diff, dired-backup-diff)
12811         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
12812         (dired-do-chown, dired-do-touch, dired-do-print)
12813         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
12814         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
12815         (dired-create-directory, dired-do-copy, dired-do-symlink)
12816         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
12817         (dired-do-copy-regexp, dired-do-hardlink-regexp)
12818         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
12819         (dired-maybe-insert-subdir, dired-next-subdir)
12820         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
12821         (dired-kill-subdir, dired-tree-up, dired-tree-down)
12822         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
12823         (dired-run-shell-command, dired-query): Remove redundant,
12824         or incorrect, autoloads.
12826         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
12827         does not end in a slash.  Add optional argument KILL-ROOT.
12828         Update docstring.
12829         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
12830         (dired-query): Add autoloads.
12832 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
12834         * progmodes/compile.el (compilation-set-window-height):
12835         Rearrange the save-* functions because a buffer can have several current
12836         point in different windows.
12837         (compilation-error-regexp-alist-alist): Recognize {standard input}
12838         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
12840 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12842         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
12843         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
12844         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
12845         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
12846         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
12847         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
12848         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
12849         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
12850         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
12851         * toolbar/up_arrow-locol.xpm:
12852         New versions of icons that uses fewer colors.
12854         * toolbar/tool-bar.el (tool-bar-local-item)
12855         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
12856         if display-color-cells is 256 or less.
12858 2004-06-08  Kim F. Storm  <storm@cua.dk>
12860         * wid-edit.el (widget-specify-button): Use hand pointer rather
12861         than mouse-face as visible mouse-over effect.
12863 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
12865         * saveplace.el (save-place-alist-to-file): Bind `print-length'
12866         and `print-level' to nil when writing out `save-place-alist'.
12867         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
12869 2004-06-07  Juanma Barranquero  <lektu@terra.es>
12871         * completion.el (completion-kill-region): Doc fix.
12873         * format.el (format-insert-annotations)
12874         (format-annotate-location): Doc fixes.
12875         (format-subtract-regions): Make arguments match their use in docstring.
12877         * simple.el (kill-region): Doc fix.
12879         * subr.el (insert-buffer-substring-no-properties)
12880         (insert-buffer-substring-as-yank): Doc fixes.
12882 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
12884         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12885         Update docstring.
12886         (dired-reset-subdir-switches): New function.
12888         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
12889         Limit scope of `buffer-read-only' binding.
12891 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
12893         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
12894         eshell-explicit-command-char.
12896 2004-06-06  Juanma Barranquero  <lektu@terra.es>
12898         * help-fns.el (help-argument-name): Inherit from italic face only
12899         if the frame supports it.
12901 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
12903         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
12904         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
12905         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
12906         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
12907         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
12908         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
12909         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
12910         New conversions from xpm files.
12912         * toolbar/README: New file.
12914 2004-06-06  Richard M. Stallman  <rms@gnu.org>
12916         * isearch.el (isearch-mode-map): Undo previous change.
12918 2004-06-05  Juri Linkov  <juri@jurta.org>
12920         * bindings.el (debug-ignored-errors): Add regexps for history
12921         related messages.  Remove $ from "No further undo information".
12922         Move Ediff's messages to ediff.el.
12924         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
12926         * cus-edit.el (custom-display): Add `min-colors'.
12928         * custom.el (defface): Add `supports' to docstring.
12930         * help-fns.el (help-argument-name): Add :group 'help.
12932 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
12934         * find-dired.el (find-ls-subdir-switches): New user option.
12935         (find-dired): No longer call `abbreviate-file-name' on DIR.
12936         Set `dired-subdir-switches' buffer-locally.
12938         * locate.el: Merge the two `Commentary' sections.
12939         (locate-ls-subdir-switches): New user option.
12940         (locate): Update for other changes.
12941         (locate-mode-map): Restore Dired binding for mouse-2.
12942         Bind `locate-mouse-view-file' to M-mouse-2.
12943         Bind `l' to `locate-do-redisplay'.
12944         (locate-main-listing-line-p, locate-do-redisplay): New functions.
12945         (locate-mouse-view-file, locate-tags, locate-find-directory):
12946         Print message if used outside main listing.
12947         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
12948         Various changes to support inserted subdirectories.
12949         (locate-insert-header): Change header of *Locate* buffer.
12951         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
12952         Change interactive default switches.
12953         (dired-rename-subdir-2): Update `dired-switches-alist'.
12954         (dired-insert-subdir, dired-kill-subdir):
12955         Handle `dired-switches-alist'.  Do not mark buffer modified.
12956         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
12957         (dired-insert-subdir-doinsert): Omit messages.
12958         Handle `dired-subdir-switches'.
12959         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
12961         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
12962         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
12963         subdirs if -R switch is used for a subdir.
12964         (dired-mode): Set `dired-switches-alist'.
12965         (dired-build-subdir-alist): Only print number of directories in
12966         echo area when invoked interactively.
12968 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
12970         * dired-x.el (dired-omit-mode): Rename from
12971         dired-omit-files-p.  Use define-minor-mode to define it.
12972         (dired-omit-files-p): Add as alias for dired-omit-mode.
12973         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
12974         dired-mark-omitted.
12975         (dired-mark-omitted): Add.  Bind to M-O.
12977 2004-06-05  Kenichi Handa  <handa@m17n.org>
12979         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
12981 2004-06-05  Juanma Barranquero  <lektu@terra.es>
12983         * help-fns.el (help-argument-name): Reintroduce face.
12984         (help-default-arg-highlight): Use it, now that
12985         `face-differs-from-default-p' can be trusted.
12987 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
12989         * textmodes/table.el: Sentence commands added to Point Motion
12990         group; kill and backward-kill commands added to Extraction group.
12992 2004-06-04  Mario Lang  <mlang@delysid.org>
12994         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
12995         systems appear to use mW, make the code handle this.  Fix a
12996         division-by-zero bug while at it, and handle kernels with
12997         a slightly different layout in /proc/acpi.
12999 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
13001         * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13002         because the latter is a CL-ism.  This fixes the bug reported by
13003         Shawn Boyette <mdxi@collapsar.net> in
13004         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13006 2004-06-04  Miles Bader  <miles@gnu.org>
13008         * faces.el (display-supports-face-attributes-p): Function moved to
13009         C code.  Previously only the tty-related portion of this function
13010         was done in C; however the previous attempt to do a halfway-proper
13011         job for non-tty displays in lisp didn't work properly because of
13012         funny conditions during Emacs startup.
13013         (face-differs-from-default-p): Simplify, now that
13014         display-supports-face-attributes-p works properly on all display
13015         types.  Remove :stipple from comparison; it doesn't really work
13016         in emacs anyway.
13018 2004-06-04  Miles Bader  <miles@gnu.org>
13020         * faces.el (face-differs-from-default-p): Use a different
13021         implementation, so we can really check whether FACE displays
13022         differently or not.
13024 2004-06-04  Miles Bader  <miles@gnu.org>
13026         * faces.el (display-supports-face-attributes-p): Implement a
13027         `different from default' check for non-tty displays.
13029 2004-06-03  David Kastrup  <dak@gnu.org>
13031         * woman.el (woman-mapcan): More concise code.
13032         (woman-topic-all-completions, woman-topic-all-completions-1)
13033         (woman-topic-all-completions-merge): Replace by a simpler and
13034         much faster implementation based on O(n log n) sort/merge instead
13035         of the old O(n^2) behavior.
13037 2004-06-03  Miles Bader  <miles@gnu.org>
13039         * subr.el (read-number): Use canonical format for default in prompt.
13041         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13042         Add regexp for " [...]" style defaults.
13044 2004-06-02  Romain Francoise  <romain@orebokech.com>
13046         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13047         groups: if the user asks for a hidden buffer, open the
13048         corresponding filter group to expose it.
13050         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13051         `ibuffer-jump-to-buffer'.
13052         (ibuffer-jump-offer-only-visible-buffers): New user option.
13054 2004-06-02  Juanma Barranquero  <lektu@terra.es>
13056         * faces.el (frame-update-faces): Add empty docstring so the one
13057         for `ignore' doesn't show through.
13059         * subr.el (process-kill-without-query): Remove spurious "\n" on
13060         obsolescence string.
13061         (focus-frame, unfocus-frame): Add obsolescence declaration and
13062         empty docstring.
13064         * international/mule.el (register-char-codings): Make alias for
13065         `ignore'.  Move docstring to obsolescence info and remove redundancy.
13067 2004-06-02  Kim F. Storm  <storm@cua.dk>
13069         * frame.el (blink-cursor-start): Turn cursor off initially so blink
13070         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13072 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13074         * comint.el (comint-replace-by-expanded-history-before-point):
13075         Obey `start' as the docstring says.
13076         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13077         (comint-update-fence): Prevent font-lock from running unnecessarily.
13078         (comint-dynamic-list-completions): Use with-current-buffer.
13080 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13082         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13083         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13084         (bibtex-entry-update): Handle alternatives and optional fields.
13085         (bibtex-parse-entry): Bugfix, handle empty key.
13087 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
13089         * vc-arch.el (vc-arch-state): Don't assume the file exists.
13091 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
13093         * desktop.el (desktop-save): Don't save minor modes without a
13094         known mode initialization function.
13096 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
13098         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13100         * autorevert.el: Update `Commentary' section.
13102 2004-05-30  Juanma Barranquero  <lektu@terra.es>
13104         * dos-fns.el (convert-standard-filename):
13105         * files.el (convert-standard-filename):
13106         * w32-fns.el (convert-standard-filename):
13107         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13109 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
13111         Sync with Tramp.
13113         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13114         (tramp-let-maybe): Move to an earlier spot in the file.
13115         Patch by Andreas Schwab.
13117 2004-05-30  Andreas Schwab  <schwab@suse.de>
13119         * dired.el (dired-get-filename): Don't use dired-re-dot.
13121 2004-05-30  Richard M. Stallman  <rms@gnu.org>
13123         * files.el (find-file): Doc fix.
13125         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13127 2004-05-30  Nick Roberts  <nickrob@gnu.org>
13129         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13130         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13131         modeline of the locals buffer.
13132         (gdb-goto-breakpoint): Handle gdbmi.
13133         (gdb-get-frame-number): Change for gdbmi.
13135 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
13137         * files.el (file-remote-p): Apply file name handler for operation
13138         `file-remote-p'.  It isn' a property any longer.
13139         (file-relative-name): `fh' and `fd' get the required value via
13140         `find-file-name-handler' already.
13142         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13143         (top): Remove setting of `file-remote-p' property for
13144         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
13146 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
13148         Version 2.0.41 of Tramp released.
13150         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13151         Throw away if process has died.
13152         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13153         (tramp-out-of-band-prompt-regexp): Rename to
13154         `tramp-process-alive-regexp', because its usage is widen.
13155         (tramp-actions-copy-out-of-band): Apply it.
13156         (tramp-actions-before-shell, tramp-multi-actions):
13157         Add `tramp-action-process-alive' action.
13158         (tramp-action-process-alive): New defun.
13159         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13160         Add entry for `file-remote-p'.
13161         (tramp-handle-file-remote-p): New defun.
13162         (top): Remove setting of `file-remote-p'.  Don't set
13163         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13165         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13166         `file-remote-p'.
13168         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13169         counted for (last) line.  [They should or they shouldn't?  --Stef]
13170         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13172 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
13174         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13175         not really necessary but seems to keep the shell history smaller
13176         in some cases.  It is no substitute for setting HISTFILE and
13177         HISTSIZE from tramp-open-connection-setup-interactive-shell,
13178         though.  Suggested by Luc Teirlinck.
13179         (tramp-open-connection-setup-interactive-shell): Export variables
13180         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
13181         (tramp-set-process-query-on-exit-flag): New compat function.
13182         (tramp-open-connection-multi, tramp-open-connection-su)
13183         (tramp-open-connection-rsh, tramp-open-connection-telnet)
13184         (tramp-do-copy-or-rename-file-out-of-band): Use it.
13185         (tramp-let-maybe): New macro, let-binds a variable only if it
13186         isn't obsolete.
13187         (tramp-check-ls-commands, tramp-handle-expand-file-name)
13188         (tramp-handle-file-truename): Use it.
13189         (tramp-completion-file-name-regexp-unified): Avoid matching
13190         filenames starting with "/:" -- those are reserved for
13191         file-name-non-special.
13193         * tramp-smb.el (tramp-smb-open-connection):
13194         Use tramp-set-process-query-on-exit-flag compat function.
13196 2004-05-29  Richard M. Stallman  <rms@gnu.org>
13198         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13200         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13201         (eval-last-sexp-print-value): Print char equivalent regardless
13202         of standard-output value.
13204         * thumbs.el (thumbs-subst-char-in-string): Delete.
13205         (thumbs-thumbname): Use subst-char-in-string.
13206         (thumbs-resize-image): Use condition-case, not ignore-errors.
13207         (thumbs-kill-buffer): Likewise.
13209         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
13210         (thumbs-mode): Make buffer read-only.
13211         (thumbs-make-thumb): Unconditionally accept an existing file.
13212         (thumbs-insert-thumb): Add thumb-image-file property to the image.
13213         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13214         (thumbs-show-thumbs-list): Error if images not supported.
13215         (thumbs-save-current-image): Improve prompt string.
13216         (thumbs-mode-map): Define u, R, x.
13217         (thumbs-unmark): New command.
13218         (thumbs-emboss-image): Minor cleanup.
13219         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13220         (thumbs-rename-images): New command.
13221         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
13223         * thumbs.el (thumbs-current-image): New function.
13224         (thumbs-file-list, thumbs-file-alist): New functions.
13225         (thumbs-find-image): Delete arg L.
13226         Don't set up thumbs-fileL as buffer-local global var.
13227         (thumbs-find-image-at-point): Use thumbs-current-image.
13228         (thumbs-set-image-at-point-to-root-window): Likewise.
13229         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13230         Record and warn about errors.  Update thumbs-markedL for deletions.
13231         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13232         (thumbs-redraw-buffer): Use thumbs-file-list.
13233         (thumbs-mark): Use thumbs-current-image.
13234         (thumbs-show-name): Use thumbs-current-image.
13236         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13237         and imenu--last-menubar-index-alist.
13239         * subr.el (with-selected-window): Undo previous change.
13241 2004-05-29  John Paul Wallington  <jpw@gnu.org>
13243         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13244         (thumbs-mouse-find-image): New command.
13245         (thumbs-mode-map): Bind it to mouse-2.
13246         (thumbs-mode): Make mode-class special.
13247         (thumbs-view-image-mode): Likewise.
13249 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
13251         * flymake.el: New file.
13253 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
13255         * files.el (find-file-noselect-1): Do not bind
13256         `inhibit-read-only' to t during execution of
13257         `find-file-not-found-functions'.
13259 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13261         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13262         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13264 2004-05-28  Juri Linkov  <juri@jurta.org>
13266         * simple.el (eval-expression-print-format): New fun.
13268         * simple.el (eval-expression):
13269         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13270         * emacs-lisp/edebug.el (edebug-compute-previous-result)
13271         (edebug-eval-expression): Print additionally the value returned by
13272         `eval-expression-print-format'.
13274         * emacs-lisp/lisp.el (insert-pair-alist): New var.
13275         (insert-pair): Make arguments optional.  Find character pair
13276         from `insert-pair-alist' according to the last input event.
13277         (insert-parentheses): Make arguments optional.
13278         (raise-sexp, delete-pair): New funs.
13280         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13281         (emacs-lisp-mode-map, lisp-interaction-mode-map):
13282         Bind C-M-q to `indent-pp-sexp'.
13284         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13285         `pp-to-string' modified to be able to format text with newlines.
13286         (pp-to-string): Move the buffer-formatting part of the code to
13287         `pp-buffer'.  Call `pp-buffer'.
13289         * info.el (Info-desktop-buffer-misc-data): Don't save information
13290         about virtual files.
13291         (Info-restore-desktop-buffer): Restore Info buffers in prepared
13292         buffers with names obtained from the desktop file instead of the
13293         default *info* buffer.
13295 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13297         * subr.el (with-selected-window): Only save/restore the selected window.
13299         * progmodes/compile.el (compilation-error-regexp-alist):
13300         Use expand-file-name and data-directory.
13302         * progmodes/grep.el (grep-tree): Rework previous fix.
13304         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13305         after the user marked text with the mouse.
13307         * startup.el (command-line): Keep the first regexp of
13308         auto-save-file-name-transforms intact.
13310 2004-05-28  Juanma Barranquero  <lektu@terra.es>
13312         * cus-edit.el (customize-face, customize-face-other-window)
13313         (custom-face-edit-delete): Make arguments match their use in
13314         docstring.
13315         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13316         docstring.
13318         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13319         not `cvs-butlast'.
13321         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
13322         `nbutlast' are in subr.el).
13324         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
13325         (set-w32-system-coding-system): Doc fixes.
13327         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
13328         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
13329         Make arguments match their use in docstring.
13330         (artist-draw-region-trim-line-endings)
13331         (artist-mouse-choose-operation): Fix typo in docstring.
13332         (artist-key-set-point-common): Doc fix.
13334 2004-05-28  Simon Josefsson  <jas@extundo.com>
13336         * mail/smtpmail.el (smtpmail-open-stream):
13337         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
13339 2004-05-26  Simon Josefsson  <jas@extundo.com>
13341         * starttls.el: Merge with my GNUTLS based starttls.el.
13342         (starttls-gnutls-program, starttls-use-gnutls)
13343         (starttls-extra-arguments, starttls-process-connection-type)
13344         (starttls-connect, starttls-failure, starttls-success): New variables.
13345         (starttls-program, starttls-extra-args): Doc fix.
13346         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
13347         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
13348         and pass on to corresponding *-gnutls function if it is set.
13350 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
13352         * autorevert.el (auto-revert-handler): Disable auto-reverting of
13353         remote files.
13355 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
13357         * files.el (file-name-non-special): There are more operations
13358         which need handling: `find-backup-file-name',
13359         `insert-file-contents', `verify-visited-file-modtime',
13360         `write-region'.  Rename t value of method to `add'.  Add new
13361         methods `quote' and `unquote-then-quote' to file-arg-indices.
13363 2004-05-25  Juri Linkov  <juri@jurta.org>
13365         * info.el (Info-toc): Call Info-mode on intermediate buffer.
13366         (Info-index-nodes): Enclose code in condition-case to catch errors.
13367         (Info-index-node): Don't search all index nodes if request is only
13368         for the current node and file is not in the cache of index nodes.
13369         (Info-mode-map): Bind Info-copy-current-node-name to `w'
13370         for consistency with dired-copy-filename-as-kill.
13371         Bind `S' to Info-search-case-sensitively.
13372         (Info-copy-current-node-name): New arg.  With zero prefix arg put
13373         the name inside a function call to `info'.  Display copied text in
13374         the echo area.
13376 2004-05-25  Sam Steingold  <sds@gnu.org>
13378         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
13379         strip the package prefix from the symbol name, if any.
13380         Make it the `find-tag-default-function' for `lisp-mode'.
13382 2004-05-25  John Paul Wallington  <jpw@gnu.org>
13384         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
13385         instead of obsolete `process-kill-without-query'.
13387         * textmodes/texinfmt.el (texinfo-indexvar-alist):
13388         Declare as variable, not constant.
13390 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
13392         * files.el (find-file-noselect-1): Fix bug introduced by
13393         Revision 1.694.  As a side effect, `inhibit-read-only'
13394         is again, by default, t during execution of
13395         `find-file-not-found-functions'.
13396         (insert-directory): Check that lines were really inserted by
13397         the --dired switch, before erasing them.
13399 2004-05-24  Nick Roberts  <nickrob@gnu.org>
13401         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
13402         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
13403         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
13404         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
13405         gud-minor-mode (gdbmi).
13407 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
13409         * net/browse-url.el (browse-url-interactive-arg): Enable user to
13410         explicitly select the text to be taken as URL.
13412 2004-05-23  Juri Linkov  <juri@jurta.org>
13414         * info.el (Info-index-nodes): New var and fun.
13415         (Info-goto-index, Info-index, info-apropos)
13416         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
13417         (Info-index): Fix docstring.  Store and restore Info-history-list.
13418         (Info-complete-nodes): New var.
13419         (Info-complete-menu-item): Use it.
13420         (Info-index-node): New fun.
13421         (Info-final-node, Info-forward-node, Info-backward-node)
13422         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
13423         Use Info-index-node.
13424         (Info-extract-menu-item, Info-extract-menu-counting): Set second
13425         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
13426         (Info-find-node-2): If a node with period in its name not found,
13427         try to find a node without the name part after period.
13428         (Info-select-node): Call Info-fontify-node only if
13429         Info-fontify-maximum-menu-size is not nil.
13430         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
13431         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
13432         Preserve Info-history-list.
13433         (Info-toc): Set Info-current-file.
13434         (Info-build-toc): Move point to the beginning of the buffer.
13435         Add main-file variable.
13436         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
13437         Use backslashed representation of the control character ^_.
13439         * textmodes/texinfmt.el (texinfo-print-index): Print index line
13440         numbers in the new Texinfo 4.7 format.
13442         * add-log.el (change-log-font-lock-keywords): Remove `:' from
13443         regexps for function and variable names.
13445         * descr-text.el (describe-property-list): Add [show] button for
13446         `syntax-table' property with action to pp to a separate buffer.
13447         (describe-char): Replace search-forward by re-search-forward with
13448         whitespace regexp after "character:" to not fail in too narrow windows.
13450         * simple.el (next-error-find-buffer): Add a rule to return
13451         next-error capable buffer if one window on the selected frame
13452         displays such buffer.
13454 2004-05-23  Nick Roberts  <nickrob@gnu.org>
13456         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
13457         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
13458         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
13459         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
13460         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
13461         Handle new value for gud-minor-mode (gdbmi).
13462         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
13463         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
13464         Change from local to global gdb variable set.
13465         (gdb-ann3): Initialise above gdb variable set.
13466         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
13467         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
13468         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
13469         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
13470         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
13471         (gdb-info-locals-handler, gdb-invalidate-assembler)
13472         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
13473         set as global variables.
13474         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
13475         Handle gdbmi.
13476         (gdb-info-breakpoints-custom): Fix regexp.
13477         (def-gdb-var): Delete.
13479         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
13480         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
13481         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
13482         a new mode.  The file (gdb-mi.el) for this mode will be included
13483         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
13484         primary interface.
13486 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
13488         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
13489         interpreted as a directory.
13491 2004-05-22  Richard M. Stallman  <rms@gnu.org>
13493         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
13494         as a close quote.
13496         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
13498         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
13499         Use assoc-string, not assoc-ignore-case.
13501         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
13503         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
13504         If moving back then fwd gets a defun that ends before point,
13505         try again moving fwd then back.
13507         * files.el (file-name-non-special): Allow t in file-arg-indices
13508         to mean requote the return value.  Use `identity' as an element
13509         rather than as the whole value.
13511         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
13513 2004-05-22  Juanma Barranquero  <lektu@terra.es>
13515         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
13516         `help-make-usage'.
13517         (help-highlight-arguments): Skip function name before searching
13518         for arguments.
13520 2004-05-21  Juanma Barranquero  <lektu@terra.es>
13522         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
13523         Don't mention in the docstring these arguments meant for
13524         internal (recursive) use only.
13525         (allout-char-spec): Comment out (it's not implemented).
13526         (allout-old-expose-topic, allout-exposure): Fix docstring and add
13527         obsolescence declaration.
13528         (allout-flatten-exposed-to-buffer)
13529         (allout-indented-exposed-to-buffer): Fix typos in docstring.
13530         (my-mark-marker): Doc fix.
13531         (produce-allout-mode-map, allout-sibling-index)
13532         (allout-isearch-expose, allout-distinctive-bullet)
13533         (allout-open-topic, allout-reindent-body)
13534         (allout-rebullet-heading, allout-process-exposed)
13535         (allout-insert-listified, allout-latex-verb-quote)
13536         (allout-insert-latex-header, allout-insert-latex-trailer):
13537         Make arguments match their use in docstring.
13538         (allout-primary-bullet, allout-old-style-prefixes)
13539         (allout-inhibit-protection, allout-init, allout-mode)
13540         (allout-before-change-protect, allout-flag-region):
13541         Use "Emacs" instead of "emacs" in docstrings.
13543 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
13545         * international/characters.el: Modify syntax of more characters.
13547 2004-05-21  Masatake YAMATO  <jet@gyve.org>
13549         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
13550         (etags-tags-completion-table): Show parsing progress.
13552 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
13554         * locate.el (locate-prompt-for-command): Shorten first line of
13555         docstring.
13556         (locate-mode): Expand docstring and include keymap summary.
13558         * files.el (find-file-noselect-1): Limit the scope of the
13559         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
13560         is, by default, nil during the execution of
13561         `find-file-not-found-functions' and `find-file-hook'.
13563 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
13565         * facemenu.el (facemenu-color-name-equal): New function.
13566         (list-colors-display): Use it to compare colors instead of
13567         facemenu-color-equal.
13569 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
13571         * compare-w.el (compare-windows-face): Use min-colors instead of
13572         checking for tty or pc types.
13574 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
13576         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
13577         (completion-setup-function): Use with-current-buffer.
13578         Properly save excursion.  Simplify.
13579         Don't assume there is necessarily a `mouse-face' property somewhere.
13581         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
13583         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
13585         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
13586         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
13587         Use with-current-buffer.
13588         (byte-goto-log-buffer): Delete.
13589         (byte-compile-log-file): Call compilation-forget-errors.
13591 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
13593         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
13594         output messages into the search result.
13596 2004-05-19  Masatake YAMATO  <jet@gyve.org>
13598         * wid-edit.el (widget-radio-button-notify): Revert my last
13599         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
13601 2004-05-19  Kenichi Handa  <handa@m17n.org>
13603         * international/characters.el: Fix syntax (open/close) of CJK chars.
13605 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
13607         * help-mode.el (help-go-back): Don't depend on position of back button.
13609 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
13611         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
13612         files files don't contain an accidental additional /.
13614         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
13615         in source buffer.
13617 2004-05-18  Masatake YAMATO  <jet@gyve.org>
13619         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
13620         to widget-apply.  :action method assumes 2 arguments, not 3.
13622 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
13624         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
13625         New constants.
13626         (hs-special-modes-alist): Add an f90-mode entry.
13628 2004-05-17  Sam Steingold  <sds@gnu.org>
13630         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
13631         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
13633 2004-05-16  Kim F. Storm  <storm@cua.dk>
13635         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
13637 2004-05-15  John Wiegley  <johnw@newartisans.com>
13639         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
13640         (eshell-output-object-to-target): Improve output speed 20% by not
13641         calling `eshell-stringify' if something is already known to be a string.
13643 2004-05-15  Alex Ott  <ott@jet.msk.su>
13645         * textmodes/ispell.el (ispell-local-dictionary-alist):
13646         Add windows-1251 to the choice of coding systems.
13647         (ispell-dictionary-alist-6): Add support for "russianw.aff",
13648         encoded in cp1251.
13650 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
13652         * progmodes/compile.el (compilation-warning-face)
13653         (compilation-info-face): Use min-colors.
13655 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13657         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
13658         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
13659         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
13660         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
13661         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
13662         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
13663         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
13664         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
13665         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
13666         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
13667         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
13668         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
13669         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
13670         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
13672 2004-05-15  Kim F. Storm  <storm@cua.dk>
13674         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
13675         Use it to set triggered-p element of timer.
13676         (timer-event-handler): Set triggered-p element non-nil while running
13677         the timer function.
13679 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
13681         * descr-text.el (describe-char-unicode-data)
13682         (describe-char-unicodedata-file): Re-enable the unicode code now that
13683         the licensing issues have been cleared in the unicode-4 license.
13684         (describe-text-properties-1): Remove unused `overlay' var.
13685         (describe-char): Remove unused var `buffer'.
13687 2004-05-14  David Ponce  <david@dponce.com>
13689         * tree-widget.el: New file.
13691 2004-05-13  Marcelo Toledo  <marcelo@gnu.org>
13693         * language/european.el ("Brazilian Portuguese"): Add support for
13694         Brazilian Portuguese.
13696 2004-05-13  John Wiegley  <johnw@newartisans.com>
13698         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
13699         `recentf-mode' if this variable has been customized to t.
13701         * eshell/esh-test.el (eshell-test): Call the function
13702         `emacs-version' rather than trying to build a custom version string.
13704 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
13706         * net/telnet.el (telnet-mode): Use define-derived-mode.
13707         Don't modify the global value of comint-prompt-regexp.
13709 2004-05-13  John Paul Wallington  <jpw@gnu.org>
13711         * version.el (emacs-version): Check for `gtk' feature before
13712         `x-toolkit' feature.
13714 2004-05-13  Juanma Barranquero  <lektu@terra.es>
13716         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
13717         arguments in the docstring, they're used only in recursive calls.
13719         * help-fns.el (help-arg-highlighting-function)
13720         (help-argument-name): Delete.
13721         (help-default-arg-highlight): New function.
13722         (help-do-arg-highlighting): Use it.
13724 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
13726         * calendar/appt.el (appt-disp-window):
13727         Use `calendar-set-mode-line' for a centered mode-line.
13729 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
13731         * calendar/appt.el (appt-disp-window): Do not split window
13732         excessively when `split-height-threshold' is low.
13734 2004-05-12  Nick Roberts  <nickrob@gnu.org>
13736         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
13737         kill-buffer-hook here and make it local.
13738         (gud-kill-buffer-hook): Use kill-process for a sure kill.
13740 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
13742         * progmodes/compile.el (compilation-set-window-height):
13743         Use save-excursion to protect against misplaced marker.
13745 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
13747         * custom.el (defface): Document that type can have value gtk.
13749         * faces.el (face-spec-set-match-display): Handle type gtk in display.
13751 2004-05-12  Kenichi Handa  <handa@m17n.org>
13753         * descr-text.el: Require quail at comile time.
13754         (describe-char): If an input method is on and it supports the
13755         character, show how to input it.
13757         * international/quail.el (quail-install-decode-map): Accept a
13758         char-table whose subtype is `quail-decode-map'.
13759         (quail-store-decode-map-key, quail-gen-decode-map1)
13760         (quail-gen-decode-map, quail-find-key1, quail-find-key)
13761         (quail-show-key): New functions.
13763 2004-05-12  Juanma Barranquero  <lektu@terra.es>
13765         * generic.el (define-generic-mode): Remove redundant arglist info.
13767         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
13768         Make arguments match their use in docstring.
13769         (help-arg-highlighting-function): New variable.
13770         (help-argument-name): Mention it in the docstring.
13771         (help-do-arg-highlight): Use it.  Expand regexp to accept also
13772         ARG-xxx and xxx-ARG references.
13774 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
13776         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
13777         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
13778         and "mailto:addr1?to=addr2" equal.
13780 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
13782         * man.el (Man-getpage-in-background): Use shell-file-name
13783         and shell-command-switch variables instead of hard-coded values.
13785 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
13787         * iimage.el: New file.
13789 2004-05-11  Juanma Barranquero  <lektu@terra.es>
13791         * custom.el (custom-initialize-default, defcustom):
13792         Fix typo in docstring.
13794         * files.el (set-visited-file-name, file-expand-wildcards):
13795         Fix docstring.
13797 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13799         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
13801         * subr.el (eventp): Be more discriminating with integers.
13803 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
13805         * progmodes/compile.el (compile): Add universal prefix arg.
13806         (compilation-error-regexp-alist-alist): Add edg patterns.
13808 2004-05-10  Sam Steingold  <sds@gnu.org>
13810         * textmodes/ispell.el (ispell-message):
13811         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
13813 2004-05-10  Dave Love  <fx@gnu.org>
13815         * progmodes/python.el (help-buffer): Autoload when compiling.
13816         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
13817         (run-python): Prepend to any existing PYTHONPATH.
13819 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
13821         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
13822         for pending breakpoints.
13824 2004-05-10  Richard M. Stallman  <rms@gnu.org>
13826         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
13827         directly without calling any functions in Rmail.
13828         (unrmail-unprune): Function deleted.
13830 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13832         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
13833         C-c C-z binding.
13835 2004-05-10  Kenichi Handa  <handa@m17n.org>
13837         * descr-text.el (describe-char): Fix previous change.  Don't make
13838         a unibyte character to multibyte in the *Help* buffer.
13840 2004-05-10  Miles Bader  <miles@gnu.org>
13842         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
13843         buffer an error if the debugger process is actually running.
13845 2004-05-10  Juanma Barranquero  <lektu@terra.es>
13847         * help-fns.el (help-argument-name): Default to italic.
13848         (help-highlight-arguments): Return always (usage . doc), even when
13849         usage is nil.
13851         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
13852         (define-ibuffer-filter): Add usage info.
13853         (define-ibuffer-op): Add usage info (but CL-style defaults for
13854         keyword args are not shown).
13856         * subr.el (remove-overlays, read-passwd): Fix docstring.
13857         (start-process-shell-command): Fix docstring.  Put usage info in a
13858         format usable by `describe-function'.
13859         (open-network-stream, open-network-stream-nowait)
13860         (open-network-stream-server): Fix docstring.
13862 2004-05-09  Jason Rumney  <jasonr@gnu.org>
13864         * international/code-pages (cp932, cp936, cp949, c950): Remove.
13865         Only define cp125* if windows-125* is already defined.
13867         * language/korean.el (cp949): Add alias.
13869         * language/chinese.el (cp936, cp950): Add aliases.
13871         * language/japanese.el (cp932): Add alias.
13873         * term/w32-win.el: Require code-pages.
13875         * international/mule-cmds.el (set-locale-environment):
13876         On MS-Windows use ansi code-page for default coding-systems.
13877         Set up paper sizes for Windows 3 letter languages.
13879         * international/code-pages.el (cp932, cp936, cp949, cp950):
13880         Add aliases.  Also add cp125* if not already defined.
13882 2004-05-09  Juanma Barranquero  <lektu@terra.es>
13884         * help-fns.el (help-highlight-arguments): Don't try to highlight
13885         missing or autoloaded arglists.  Accept structured arguments, like
13886         the first ones of `do' and `flet'.
13888         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
13889         (cvs-get-marked): Remove redundant arglist info.
13891         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
13892         Don't use CL-style default args.
13894 2004-05-08  Andreas Schwab  <schwab@suse.de>
13896         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
13898         * international/subst-ksc.el: Fix references to utf-translate-cjk
13899         into utf-translate-cjk-mode.
13900         * international/subst-big5.el: Likewise.
13901         * international/subst-gb2312.el: Likewise.
13902         * international/subst-jis.el: Likewise.
13903         * international/utf-16.el: Likewise.
13904         * international/utf-8.el: Likewise.
13906 2004-05-08  John Wiegley  <johnw@newartisans.com>
13908         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
13909         "virtual buffers" (off by default), which makes it possible to
13910         switch to the "virtual" buffers of recently visited files.  When a
13911         buffer name search fails, and this option is on, iswitchb will
13912         look at the list of recently visited files, and permit matching
13913         against those names.  When the user hits RET on a match, it will
13914         revisit that file.
13915         (iswitchb-read-buffer): Add two optional arguments, which makes
13916         isearchb.el possible.
13917         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
13918         (iswitchb-next-match): Add support for virtual buffers.
13920         * isearchb.el: This module extends iswitchb to provide "as you
13921         type" buffer selection.
13923         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
13924         Ignore the read-only property when flyspell highlighting is on.
13925         Not ignoring it leads to a series of confusing errors.
13926         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
13927         but also make sure to call flyspell-incorrect-hook.
13928         (flyspell-maybe-correct-transposition): Perform transposition test
13929         by bit twiddling a string, rather than using a temp buffer.
13930         (flyspell-maybe-correct-doubling): Use a string rather than a temp
13931         buffer.  This is also the original version of the code, which
13932         could not be checked in before due to a previous lack of
13933         assignment papers.  This version has seen heavy usage on my system
13934         for several years now.
13936         * calendar/cal-bahai.el: New file, which adds support for the
13937         Baha'i calendar to Emacs.  This calendar is based on a solar year
13938         of 19 months of 19 days, with 4 intercalary days.  Each year
13939         begins on March 21, with the calendar starting in 1844.
13941         * calendar/cal-menu.el, calendar/calendar.el
13942         * calendar/diary-lib.el, calendar/holidays.el:
13943         Added support for using cal-bahai.el.
13945         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
13946         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
13947         function can be used outside of eshell buffers.
13948         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
13950 2004-05-08  Juanma Barranquero  <lektu@terra.es>
13952         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
13953         word constituent so FOO-ARG is not recognized as an arg.
13954         (help-highlight-arguments): Don't skip lists in mandatory arguments.
13956         * simple.el (next-error): Fix typo in docstring.
13957         (open-line): Make argument names match their use in docstring.
13958         (split-line): Fix docstring.
13960         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
13961         usable by `describe-function'.
13962         (gensym, gentemp, typep, ignore-errors): Make argument names match
13963         their use in docstring.
13965         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
13966         argument to `help-setup-xref'.
13968 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
13970         Version 2.0.40 of Tramp released.
13972         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
13973         Use symbol-function to invoke functions only known on some Emacs
13974         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
13975         Scaldeferri <kevin@scaldeferri.com>.
13976         (tramp-do-copy-or-rename-file-via-buffer): Rename from
13977         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
13978         consistent with the other tramp-do-* functions.
13979         (tramp-do-copy-or-rename-file): Calls adjusted.
13980         (tramp-process-initial-commands): Avoid liveness check on shell --
13981         we know that it must be alive since we're opening a connection at
13982         this moment.
13983         (tramp-last-cmd): New internal variable.
13984         (tramp-process-echoes): New tunable.
13985         (tramp-send-command): Set tramp-last-cmd.
13986         (tramp-wait-for-output): Delete echo, if applicable.
13987         (tramp-read-passwd): Construct the key for the password cache in a
13988         way that works for multi methods, too.
13989         (tramp-bug): Add backup-directory-alist and
13990         bkup-backup-directory-info to bug reports, with Tramp counterparts.
13992 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
13994         * net/tramp*.el: Suppress byte-compiler warnings where possible.
13996         * net/tramp.el (tramp-out-of-band-prompt-regexp)
13997         (tramp-actions-copy-out-of-band): New defcustoms.
13998         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
13999         used instead of a synchronous one.  Allows password entering.
14000         (tramp-action-out-of-band): New defun.
14001         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14002         Remove restriction with password from doc string.
14003         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14004         `tramp-out-of-band-prompt-regexp',
14005         `tramp-actions-copy-out-of-band', `password-cache' and
14006         `password-cache-expiry'.
14007         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
14008         password caching.
14009         (tramp-touch): FILE can be a local file, too.
14010         (TODO): Remove items done.
14011         (tramp-handle-insert-directory): Properly quote file name also if
14012         not full-directory-p.  Handle wildcard case.  Reported by Andreas
14013         Schwab <schwab@suse.de>.
14014         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14015         new file.
14016         (tramp-handle-file-local-copy, tramp-handle-write-region):
14017         The permissions of the temporary file are set if filename exists.
14018         Reported by Ted Stern <stern@cray.com>.
14019         (tramp-backup-directory-alist)
14020         (tramp-bkup-backup-directory-info): New defcustoms.
14021         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14022         (tramp-handle-find-backup-file-name): New function.
14023         Implements Tramp's find-backup-file-name.
14025         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14026         for `find-backup-file-name'.
14028         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14029         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
14031 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
14033         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14035 2004-05-07  Juanma Barranquero  <lektu@terra.es>
14037         * subr.el (lambda): Add arglist description to docstring.
14038         (declare): Fix typo in docstring.
14039         (open-network-stream): Fix docstring.
14040         (process-kill-without-query): Fix docstring and add obsolescence info.
14041         (last, butlast, nbutlast): Make arguments match their use in docstring.
14042         (insert-buffer-substring-no-properties): Likewise.
14043         (insert-buffer-substring-as-yank): Likewise.
14044         (split-string): Fix docstring.
14046         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14047         Make argument names match their use in docstring.
14049         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14051 2004-05-06  Nick Roberts  <nickrob@gnu.org>
14053         * progmodes/gdb-ui.el: Improve/extend documentation strings.
14054         Fit first sentence on one line for apropos-command.
14056 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
14058         Changes largely merged in from Dave Love's code.
14059         * progmodes/python.el: Doc fixes.
14060         (python-mode-map): Add python-complete-symbol.
14061         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14062         (python-comment-indent, python-complete-symbol)
14063         (python-symbol-completions, python-partial-symbol)
14064         (python-try-complete): New.
14065         (python-indent-line): Remove optional arg.  Use python-block-end-p.
14066         (python-check): Bind compilation-error-regexp-alist.
14067         (inferior-python-mode): Use rx.  Move keybindings to top level.
14068         Set comint-input-filter.
14069         (python-preoutput-filter): Use rx.
14070         (python-input-filter): Re-introduce.
14071         (python-proc): Start new process if necessary.
14072         Check python-buffer non-nil.
14073         (view-return-to-alist): Defvar.
14074         (python-send-receive): New.
14075         (python-eldoc-function): Use it.
14076         (python-mode-running): Don't defvar.
14077         (python-mode): Set comment-indent-function.
14078         Maybe update hippie-expand-try-functions-list.
14079         (python-indentation-levels): Initialize differently.
14080         (python-block-end-p): New.
14081         (python-indent-line): Use it.
14082         (python-compilation-regexp-alist): Augment.
14083         (run-python): Import `emacs' module to Python rather than loading
14084         code directly.  Set python-buffer differently.
14085         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
14086         Use python-proc.
14087         (python-send-command): Go to end of comint buffer.
14088         (python-load-file): Use python-proc, emacs.eimport.
14089         (python-describe-symbol): Simplify interactive form.
14090         Use emacs.help.  Do use temp-buffer-show-hook.
14091         Call print-help-return-message.
14092         (hippie-exp): Require when compiling.
14093         (python-preoutput-continuation): Use rx.
14095         * diff-mode.el (diff-make-unified): Fix regexp.
14097 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
14099         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14100         filter groups from the buffer when rebuilding the Ibuffer buffer
14101         and `ibuffer-show-empty-filter-groups' is nil.
14103 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
14105         * ps-print.el (ps-print-quote): Call ps-value-string.
14106         (ps-setup): Call ps-comment-string.
14107         (ps-value-string, ps-comment-string): New funs.
14109 2004-05-06  Juanma Barranquero  <lektu@terra.es>
14111         * ehelp.el (electric-help-command-loop): Check whether the last
14112         character is visible, not (point-max).
14114         * help-fns.el (help-argument-name): Default to bold; don't inherit
14115         from font-lock-variable-name-face.
14116         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14118 2004-05-05  Kenichi Handa  <handa@m17n.org>
14120         * descr-text.el (describe-char): Copy the character with text
14121         properties and overlays into the first line, and call
14122         describe-text-properties on it.
14124 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
14126         * iswitchb.el (iswitchb-global-map): Fix typo.
14127         Remove unwanted ###autoloads from source file.
14129 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
14131         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14132         in run-hooks.  Use substitute-command-keys in message.
14133         (wdired-abort-changes): Add message.
14135 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
14137         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14138         (sql-emacs20-p): Remove.
14139         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14140         (sql-builtin-face, sql-doc-face): Remove.
14141         (sql-mode-ansi-font-lock-keywords)
14142         (sql-mode-oracle-font-lock-keywords)
14143         (sql-mode-postgres-font-lock-keywords)
14144         (sql-mode-linter-font-lock-keywords)
14145         (sql-mode-ms-font-lock-keywords)
14146         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14147         (sql-product-font-lock): Fix font-lock reset when font rules change.
14148         (sql-highlight-product): Remove incorrect font-lock reset logic.
14150 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
14152         * ses.el (ses-set-parameter): Fix typo.
14154 2004-05-04  Kim F. Storm  <storm@cua.dk>
14156         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14157         Must expand directory for completion to work; and don't mess with
14158         process-environment.
14159         (ido-read-file-name): If command has ido property, don't use ido
14160         if value is ignore, or read as directory if value is dir.
14161         Set ido ignore property for dired-do-rename command.
14163 2004-05-04  Juanma Barranquero  <lektu@terra.es>
14165         * ehelp.el (electric-help-command-loop, electric-help-undefined)
14166         (electric-help-help): Check against unmapped commands.
14168         * help-fns.el (help-argument-name): New face, inheriting from
14169         font-lock-variable-name-face, to highlight function arguments in
14170         `describe-function' and `describe-key'.
14171         (help-do-arg-highlight): Auxiliary function to highlight a given
14172         list of arguments in a string.
14173         (help-highlight-arguments): Highlight the function arguments and
14174         all uses of them in the docstring.
14175         (describe-function-1): Use it.  Do docstring output via `insert',
14176         not 'princ', so text attributes are preserved.
14178         * winner.el (winner-mode-map): Move `winner-undo' and
14179         `winner-redo' to C-c <left> and C-c <right>, respectively (the
14180         previous bindings conflict with `prev-buffer', `next-buffer').
14182 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14184         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14185         (bibtex-entry-update): New command bound to C-c C-u.
14186         (bibtex-text-in-string): Fix regexp.
14187         (bibtex-assoc-of-regexp): Remove.
14188         (bibtex-progress-message): Fix docstring.
14189         (bibtex-inside-field): Use if.
14190         (bibtex-assoc-regexp): New function.
14191         (bibtex-format-entry): Make code more robust so that it formats
14192         also old entries.
14193         (bibtex-autokey-demangle-title): Merge with obsolete function
14194         bibtex-assoc-of-regexp.
14195         (bibtex-field-list): New function.
14196         (bibtex-entry): Use bibtex-field-list.
14197         (bibtex-parse-entry): Fix docstring.
14198         (bibtex-print-help-message): Use bibtex-field-list.
14199         (bibtex-make-field): Use bibtex-field-list.
14200         (bibtex-entry-index): Bugfix.  Return crossref key if required.
14201         (bibtex-lessp): Fix docstring.
14203 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
14205         * select.el (xselect-convert-to-string): Move comment to intended line.
14207 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14209         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14210         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14212 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
14214         * term/x-win.el (x-clipboard-yank): Don't exit on error from
14215         x-get-selection.
14217 2004-05-03  Jason Rumney  <jasonr@gnu.org>
14219         * makefile.nt: Remove.
14221 2004-05-03  Kim F. Storm  <storm@cua.dk>
14223         * emulation/cua-base.el (cua--update-indications): Fix last change.
14224         (cua-mode): Deactivate mark when cua-mode is enabled.
14226 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
14228         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14230 2004-05-03  Nick Roberts  <nickrob@gnu.org>
14232         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14233         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14234         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14235         window over visible frames.
14236         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14238 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14240         * progmodes/compile.el (compilation-gcpro): New var.
14241         (compilation-fake-loc): Use it.
14242         (compilation-forget-errors): Reset it.
14244 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
14246         * diff-mode.el (diff-header-face, diff-file-header-face):
14247         Use min-colors.
14249 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
14251         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14252         (bibtex-clean-entry): Disentangle code.
14253         (bibtex-realign): New function.
14254         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
14255         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14256         Remove undocumented optional arg called-by-convert-alien.
14257         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
14258         for sorting instead of bibtex-sort-buffer.
14260 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
14262         * progmodes/compile.el (compilation-start): In the
14263         no-async-subprocesses branch, call sit-for to give redisplay a
14264         chance to show the updated process status in the mode line, and
14265         fontify the buffer explicitly after the process exits.
14267 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14269         * progmodes/python.el (python-compilation-line-number): Remove.
14270         (python-compilation-regexp-alist): Don't use it any more.
14271         (python-orig-start, python-input-filter): Remove.
14272         (inferior-python-mode): Don't set up comint-input-filter-functions.
14273         (python-send-region): Use compilation-fake-loc.
14275         * progmodes/compile.el (compilation-messages-start): New var.
14276         (compilation-mode): Don't setup next-error-function here.
14277         (compilation-setup): Set it up here instead (for minor modes as well).
14278         Make compilation-messages-start buffer local.
14279         (compilation-next-error-function): Use it.
14280         (compilation-forget-errors): Set compilation-messages-start.
14282 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
14284         * ielm.el (ielm-prompt-read-only): Update docstring.
14286         * comint.el (comint-prompt-read-only): Update docstring.
14287         (comint-update-fence, comint-kill-whole-line)
14288         (comint-kill-region): New functions.
14290         * simple.el (kill-whole-line): Use "p" instead of "P" in
14291         interactive form.
14293 2004-05-01  Juanma Barranquero  <lektu@terra.es>
14295         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14296         format arglist so default values in CL-style argument lists are
14297         correctly shown.
14299 2004-05-01  Jason Rumney  <jasonr@gnu.org>
14301         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14303 2004-05-01  Kenichi Handa  <handa@m17n.org>
14305         * international/titdic-cnv.el (miscdic-convert): Don't generate a
14306         quail file if it is up to date.
14308 2004-04-30  Juri Linkov  <juri@jurta.org>
14310         * cus-edit.el (custom-mode-map):
14311         Add key binding `C-x C-s' to `Custom-save'.
14313         * outline.el (outline-blank-line): New var.
14314         (outline-next-preface, outline-show-heading)
14315         (outline-end-of-subtree): Use it.
14317         * dired-aux.el (dired-touch-initial): New fun.
14318         (dired-do-chxxx): Call it for op-symbol `touch'.
14319         (dired-diff): Use `dired-dwim-target-directory'
14320         if current dired buffer has no buffer mark.
14322         * bindings.el (propertized-buffer-identification):
14323         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
14324         Add C-M-arrow keys for consistency.
14326         * files.el (confirm-kill-emacs):
14327         Change group from top-level `emacs' to `convenience'.
14329         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14330         Push mark on the first call of successive command calls.
14331         (insert-pair): New fun created from `insert-parentheses' with
14332         `open' and `close' arguments added.  Enclose active regions
14333         in paired characters.  Compare adjacent characters syntax with
14334         inserted characters syntax before inserting a space.
14335         (insert-parentheses): Call `insert-pair' with ?\( ?\).
14337         * delsel.el: Don't put `delete-selection' property
14338         on `insert-parentheses' symbol to take advantage of
14339         region handling in `insert-pair' function.
14340         Suggested by Stephan Stahl <stahl@eos.franken.de>.
14342 2004-04-30  Kim F. Storm  <storm@cua.dk>
14344         * emulation/cua-base.el: Add support for changing cursor types;
14345         based on patch from Michael Mauger.
14346         (cua-normal-cursor-color, cua-read-only-cursor-color)
14347         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
14348         Customization cursor type and/or cursor color.
14349         (cua--update-indications): Handle cursor type changes.
14350         (cua-mode): Update cursor indications if enabled.
14352         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
14354         * mouse.el (mouse-drag-copy-region): New defcustom.
14355         (mouse-set-region, mouse-drag-region-1): Use it.
14357         * simple.el (kill-ring-save): If region face background color is
14358         unspecified (if no highlighting), show extent of fully visible
14359         region even if transient-mark-mode is enabled.
14361         * emulation/cua-base.el (cua--standard-movement-commands):
14362         Add cua-scroll-up and cua-scroll-down.
14363         (cua-scroll-up, cua-scroll-down): New commands.
14364         (cua--init-keymaps): Remap scroll-up and scroll-down.
14366         * emulation/cua-rect.el (cua--convert-rectangle-as):
14367         New defmacro.
14368         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
14369         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
14370         New commands (suggested by Jordan Breeding).
14372 2004-04-30  Juanma Barranquero  <lektu@terra.es>
14374         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
14376 2004-04-30  Mario Lang  <mlang@delysid.org>
14378         * diff.el (diff-switches): Fix typo in docstring.
14380 2004-04-30  Alex Schroeder  <alex@gnu.org>
14382         * xml.el (xml-debug-print-internal): Don't add newline and
14383         indentation to text nodes and write empty elements as empty tags
14384         instead of opening and closing tags.
14385         (xml-debug-print): Take optional indent-string argument.
14386         (xml-print): Alias for xml-debug-print.
14388 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
14390         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
14391         than duplicate call to `line-beginning-position'.
14393         * progmodes/f90.el (f90-get-present-comment-type):
14394         Return whitespace, as well as comment chars, for consistent filling
14395         of comment blocks.  Use `match-string-no-properties'.
14396         (f90-break-line): Trim trailing whitespace when filling comments.
14398 2004-04-30  Dave Love  <fx@gnu.org>
14400         * calendar/diary-lib.el (diary-outlook-formats): New variable.
14401         (diary-from-outlook-internal, diary-from-outlook)
14402         (diary-from-outlook-gnus, diary-from-outlook-rmail):
14403         New functions to import diary entries from Outlook-format
14404         appointments in mail messages.
14406 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
14408         * progmodes/python.el (python-send-command): New fun.
14409         (python-send-region, python-load-file): Use it.
14411         * progmodes/compile.el (compilation-last-buffer): Add var alias.
14413         * help-fns.el (help-C-file-name): Use new subr-name.
14414         Prepend `src/' to the file name.
14415         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
14416         (describe-function-1, describe-variable): Only find a C source file
14417         name if DOC is already loaded.
14419         * help-mode.el (help-function-def, help-variable-def):
14420         Use the new find-function-search-for-symbol functionality.
14421         Allow FILE to be `C-source'.
14423         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
14424         (find-function-C-source): New fun.
14425         (find-function-search-for-symbol): Use it.
14427 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
14429         * progmodes/sql.el (sql-product-alist): Rename variable
14430         `sql-product-support'.  Add Postgres login parameters.
14431         (sql-set-product, sql-product-feature): Update with renamed variable.
14432         (sql-connect-postgres): Add username prompt.
14433         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
14434         Make patterns less product specific.
14435         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
14436         (sql-mode-abbrev-table): Modify initialization.
14437         (sql-builtin-face): Add variable.
14438         (sql-keywords-re): Add macro.
14439         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
14440         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
14441         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
14442         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
14443         (sql-mode-linter-font-lock-keywords)
14444         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
14445         (sql-mode-sybase-font-lock-keywords)
14446         (sql-mode-informix-font-lock-keywords)
14447         (sql-mode-interbase-font-lock-keywords)
14448         (sql-mode-ingres-font-lock-keywords)
14449         (sql-mode-solid-font-lock-keywords)
14450         (sql-mode-sqlite-font-lock-keywords)
14451         (sql-mode-db2-font-lock-keywords): Default to nil.
14452         (sql-product-font-lock): Always highlight ANSI keywords.
14453         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
14454         (sql-send-string): Add function.
14456 2004-04-29  Dave Love  <fx@gnu.org>
14458         * progmodes/cfengine.el (cfengine-beginning-of-defun)
14459         (cfengine-end-of-defun): Ensure progress through buffer.
14461         * info-look.el (cfengine-mode): Accept a terminal ().
14463 2004-04-29  Juri Linkov  <juri@jurta.org>
14465         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
14466         instead of isearch-yank-word-or-char.  Add new key bindings for
14467         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
14468         (isearch-del-char): New fun.
14469         (isearch-forward, isearch-edit-string): Update docstring.
14470         (isearch-yank-char): Doc fix.
14471         (isearch-other-meta-char): Restore point after scrolling.
14473         * progmodes/compile.el (compilation-context-lines): Add nil option
14474         to disable compilation output window scrolling.
14475         (compilation-set-window): Use it.
14477         * outline.el (outline-next-preface, outline-show-heading):
14478         Don't leave unhidden blank line before heading.
14479         (outline-end-of-subtree): Include last newline into subtree.
14480         (hide-entry): Leave point at beginning of heading instead of end.
14481         (outline-up-heading): Push mark for the first call of successive
14482         command calls.
14484 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
14486         * comint.el (comint-prompt-read-only): New variable.
14487         (comint-output-filter): Implement it.
14489         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
14490         (ielm-prompt-internal): New variable.
14491         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
14492         (ielm-send-input): Delete unused variable `buf'.
14493         (ielm-eval-input): Use `ielm-prompt-internal'.
14494         (inferior-emacs-lisp-mode): Use new variables
14495         `comint-prompt-read-only' and `ielm-prompt-internal'.
14496         Get rid of obsolete variable `directory-sep-char'.
14497         (ielm): Use `zerop'.
14499 2004-04-29  John Paul Wallington  <jpw@gnu.org>
14501         * thumbs.el (toplevel): Require cl at compile time.
14502         Remove conditional definitions of `ignore-errors' and `caddar'
14503         because they occur at run time.
14505 2004-04-28  Nick Roberts  <nickrob@gnu.org>
14507         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
14508         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
14509         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
14510         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
14512         * progmodes/gud.el (gud-common-init): Throw an error if program is
14513         already running under gdb.
14515 2004-04-28  John Paul Wallington  <jpw@gnu.org>
14517         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
14518         (thumbs-show-image-num): Move assignment of
14519         `thumbs-current-image-filename' within scope of `i'.
14520         (thumbs-emboss-image): Don't use `evenp'.
14522 2004-04-28  Richard M. Stallman  <rms@gnu.org>
14524         * progmodes/compile.el (compilation-context-lines): Default now 0.
14526 2004-04-28  Juanma Barranquero  <lektu@terra.es>
14528         Use `time-less-p' from calendar/time-date.el instead of defining
14529         custom versions of it.
14531         * pcomplete.el (pcomplete-time-less-p): Remove.
14533         * thumbs.el (time-less-p): Remove.
14535         * calendar/timeclock.el (timeclock-time-less-p): Remove.
14536         (timeclock-generate-report): Use `time-less-p'.
14538         * emacs-lisp/autoload.el (autoload-before-p): Remove.
14539         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
14541 2004-04-28  Masatake YAMATO  <jet@gyve.org>
14543         * subr.el (remove-overlays): Make arguments optional.
14545         * wid-edit.el (widget-specify-button): Put evaporate to the
14546         overlay for sample.
14547         (widget-specify-sample): Put evaporate to the overlay for sample.
14548         (widget-specify-doc): Put evaporate to the overlay for documentation.
14550 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
14552         * info.el (info-apropos): Make it an index node.  Align node names
14553         like makeinfo.
14555 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
14557         * net/browse-url.el (browse-url-netscape-sentinel)
14558         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
14559         (browse-url-epiphany-sentinel, browse-url-mosaic):
14560         Use browse-url-*-program instead of a literal program name.
14562 2004-04-27  Kevin Ryde  <user42@zip.com.au>
14564         * eshell/em-alias.el:
14565         * eshell/em-dirs.el:
14566         * eshell/em-hist.el:
14567         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
14568         features when M-x customize-group loads modules before the main
14569         eshell.el.
14571 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
14573         * subr.el (momentary-string-display): Support EXIT-CHAR that is
14574         either a character representation of an event or an event
14575         description list.
14577         * type-break.el: Capitalise Emacs and Lisp.
14578         (type-break-good-break-interval, type-break-demo-boring-stats)
14579         (type-break-terse-messages, type-break-file-name): New defcustoms.
14580         (type-break-post-command-hook)
14581         (type-break-warning-countdown-string): Quote variable names in doc.
14582         (type-break-interval-start, type-break-auto-save-file-name): New vars.
14583         (type-break-mode): Document type-break-good-break-interval and the
14584         "session" file.  Schedule break according to the session file.
14585         Kill session file buffer on exit.  Organise for save-some-buffers
14586         to always save the session file.
14587         (type-break-mode-line-message-mode, type-break-query-mode):
14588         Uppercase arguments.
14589         (type-break-file-time, type-break-file-keystroke-count, timep)
14590         (type-break-choose-file, type-break-get-previous-time)
14591         (type-break-get-previous-count): New defuns.
14592         (type-break): Avoid break querying after a completed break in the
14593         case where the query was initiated during user invocation of the
14594         break.  Optional terse messages.
14595         Use type-break-good-break-interval if type-break-good-rest-interval is
14596         nil.  File the break time.
14597         (type-break-schedule): New optional args for overriding the use of
14598         the current time.
14599         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
14600         after a break.
14601         (type-break-check): File the keystroke count.
14602         (type-break-do-query): Prevent a second query when the break is
14603         interrupted.  Optional terse message.
14604         (type-break-keystroke-reset): Record the start of a typing interval.
14605         (type-break-demo-boring): Optional terse messages.  Display word
14606         per minute and keystroke counts according to
14607         type-break-demo-boring-stats.
14609 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
14611         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
14612         directories, make sure they exist under archive-tmpdir.
14614 2004-04-27  Juri Linkov  <juri@jurta.org>
14616         * help.el (view-emacs-news): With argument, display info for the
14617         selected version by finding it among different NEWS files, and
14618         narrowing the buffer to the selected version.
14620         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
14621         same-window-buffer-names.
14622         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
14623         non-numeric prefix argument, append the number to the buffer name
14624         for numeric prefix argument.
14625         (info-other-window): Bind same-window-regexps to nil.
14626         (Info-reference-name): Rename to Info-point-loc.
14627         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
14628         and Info-find-index-name for stringy Info-point-loc.
14629         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
14630         without middle `.', but with final `.' and optional line number
14631         for it.  Set Info-point-loc for index nodes.
14632         (Info-index): Remove middle `.' from index entry regexp.
14633         Modify line number regexp.
14634         (Info-index-next): Decrement line number.
14635         (info-apropos): Remove middle `.' from index entry regexp.
14636         Add optional line number regexp at the end.  Add matched value
14637         for line number to the result list and insert it to the buffer.
14638         Replace match-string by match-string-no-properties.
14639         Reorder result list.
14640         (Info-fontify-node): Hide index line numbers.
14641         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
14642         empty matches.
14643         (Info-follow-reference): Use `str' instead of
14644         Info-following-node-name-re.
14645         (Info-toc): Use full file names.  Set Info-current-node to "Top".
14646         (Info-fontify-node): Compare file names without directory name.
14647         (Info-try-follow-nearest-node): Don't set Info-reference-name.
14648         Set second arg of Info-extract-menu-node-name for index nodes.
14649         (info-xref-visited): Use magenta3 instead of magenta4.
14650         (Info-mode): Add info-apropos to docstring.
14652         * log-view.el (log-view-diff): Replace interactive code "r"
14653         by a list to allow to call it even if region is not active.
14655         * paren.el (show-paren-highlight-openparen): New var.
14656         (show-paren-function): Turn on openparen highlighting when
14657         matching forward if show-paren-highlight-openparen is non-nil.
14659         * simple.el (kill-ring-save): Use blink-matching-delay instead of
14660         the constant value 1.
14661         (completions-common-part): Expand docstring.
14663         * textmodes/picture.el (picture-mode-map): Add arrow keys.
14665 2004-04-27  Kim F. Storm  <storm@cua.dk>
14667         * image.el (insert-sliced-image): Use line-height instead of
14668         line-spacing property on newline.
14670 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
14672         * desktop.el (desktop-buffer-misc-data-function): Rename to
14673         desktop-save-buffer and change docstring.
14674         (desktop-buffer-modes-to-save): Delete.
14675         (desktop-save-buffer-p): Use desktop-save-buffer instead of
14676         desktop-buffer-modes-to-save.
14677         (desktop-save): Rename desktop-buffer-misc-data-function to
14678         desktop-save-buffer and allow non-function value.
14679         (desktop-missing-file-warning): Correct docstring.
14681         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
14682         to desktop-save-buffer.
14684         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
14685         desktop-save-buffer.
14687         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
14689         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
14691 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
14693         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
14695 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
14697         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
14698         (ielm): Only go to the end of the buffer when starting a new process.
14700 2004-04-25  Juanma Barranquero  <lektu@terra.es>
14702         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
14703         mode line.  Bind `inhibit-read-only' to t before modifying
14704         properties of text in the buffer.
14705         (ielm): Force point to the end of buffer, even when running ielm
14706         from inside itself.
14708 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
14710         * info.el (info-apropos): Reset Info-complete-cache.
14712 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
14714         * progmodes/compile.el (compilation-error-regexp-alist-alist):
14715         Also recognize severe Irix et al. messages.
14716         (compilation-normalize-filename, compile-abbreviate-directory):
14717         Delete functions.
14718         (compilation-get-file-structure): New function inherits
14719         functionality of the two preceding ones.
14720         (compilation-internal-error-properties, compilation-fake-loc):
14721         Use it so that different paths to the same file share the same
14722         markers.  Also optimize finding adjacent marker slightly.
14724 2004-04-25  Kim F. Storm  <storm@cua.dk>
14726         * image.el (insert-sliced-image): Add line-spacing t property
14727         to newlines separating image lines.
14729 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
14731         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
14733         * ielm.el (ielm-prompt-read-only): New user option.
14734         (ielm-prompt): Expand docstring to describe new behavior.
14735         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
14736         mention it in the docstring.
14738 2004-04-24  Andreas Schwab  <schwab@suse.de>
14740         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
14742         * diff.el (diff): Set default-directory in diff buffer.
14744 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
14746         * mail/sendmail.el (mail-bury): Don't delete the frame where the
14747         mail was being composed if the terminal cannot display more than
14748         one frame; instead, switch to previous frame.
14750         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
14751         (rmail-start-mail): Support rmail-mail-new-frame even on
14752         terminals that can display only one frame at a time.
14754 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
14756         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
14757         (checkdoc-output-font-lock-keywords): Remove error regexp.
14758         (checkdoc-output-mode-map): Remove.
14759         (checkdoc-output-mode): Derive from compilation-mode.
14760         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
14762         * dired.el (dired-mode-map): Add a menu entry for wdired.
14764         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
14765         (rx-bracket, rx-check-any, rx-any): Clean up name space.
14767         * wdired.el (wdired-mode-map): Move init into declaration.
14768         Fix `return' binding.
14769         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
14770         Use force-mode-line-update.
14771         (wdired-get-filename): Use `unless'.
14772         (wdired-preprocess-files): Don't assume names have no \n and use / for
14773         dir separator.
14774         (wdired-normalize-filename): Use replace-regexp-in-string.
14775         (wdired-load-hooks): Remove.
14776         (wdired-mode-hooks): Rename to wdired-mode-hook.
14778         * info-look.el: Add support for cfengine-mode.
14779         (info-lookup-setup-mode): Use dolist.
14781 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
14783         * wdired.el: New file.
14785 2004-04-23  Juanma Barranquero  <lektu@terra.es>
14787         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
14789         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
14790         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
14791         (pcomplete--help, pcomplete--here): Doc fixes.
14793 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
14795         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
14796         handles wrong-number-of-arguments in backend call.
14798         * vc.el (vc-print-log): Likewise.
14800 2004-04-20  Dave Love  <fx@gnu.org>
14802         * emacs-lisp/rx.el: Doc fixes.
14803         (rx-constituents): Add/extend many forms.
14804         (rx-check): Check form is a list.
14805         (bracket): Defvar.
14806         (rx-check-any, rx-any, rx-check-not): Modify.
14807         (rx-not): Simplify.
14808         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
14809         (rx-kleene): Use rx-trans-forms.
14810         (rx-quote-for-set): Delete.
14811         (rx): Allow multiple args.
14813 2004-04-23  Kenichi Handa  <handa@m17n.org>
14815         * international/mule-util.el (char-displayable-p): Simplify by
14816         using internal-char-font.
14818 2004-04-23  Juanma Barranquero  <lektu@terra.es>
14820         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
14822 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14824         * diff-mode.el (diff-next-error): New fun.
14825         (diff-mode): Use it.
14827         * simple.el (next-error): Change arg name.
14828         Add support for the documented C-u C-x ` usage.
14830         * frame.el (special-display-popup-frame, next-multiframe-window)
14831         (previous-multiframe-window): Only consider frames on same display.
14833 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
14835         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
14836         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
14838 2004-04-22  Kim F. Storm  <storm@cua.dk>
14840         * net/telnet.el (telnet): Add optional port arg.
14842 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14844         * progmodes/compile.el (compilation-mode-font-lock-keywords):
14845         Minor sanity check on the `hyperlink' slot.
14847         * Makefile.in (recompile): Compile new files.
14849         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
14850         Add byte-recompile-directory's optional `arg'.
14852         * cvs-status.el (cvs-tree-use-charset): New var.
14853         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
14854         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
14855         (cvs-status-cvstrees): Use it.
14857         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
14858         Make it a normal major mode.
14859         (checkdoc-buffer-label): Make sure the file name is meaningful.
14860         (checkdoc-output-to-error-buffer): Remove.
14861         (checkdoc-error, checkdoc-start-section): Rewrite.
14863         * info.el (info-node, info-menu-5, info-xref, info-header-node)
14864         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14865         (Info-title-4-face): Use new syntax.
14866         (info-xref-visited): Inherit from info-xref.
14868         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
14870 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
14872         * simple.el (next-error-last-buffer, next-error-function):
14873         New variables for the next-error framework.
14874         (next-error-buffer-p): New function.
14875         (next-error-find-buffer): Generalize compilation-find-buffer.
14876         (next-error, previous-error, first-error, next-error-no-select)
14877         (previous-error-no-select): Move from compile.el.
14879         * replace.el (occur-next-error, occur-1): Hook into the next-error
14880         framework.
14882         * progmodes/compile.el (compilation-start):
14883         Set next-error-last-buffer so next-error knows where to jump.
14884         (compilation-setup): Set the buffer-local variable
14885         next-error-function to 'compilation-next-error-function.
14886         (compilation-buffer-p, compilation-buffer-internal-p): Use an
14887         alternate way to find if a buffer is a compilation buffer, for
14888         next-error convenience.
14889         (next-error-no-select, previous-error-no-select, next-error)
14890         (previous-error, first-error): Move to simple.el.
14891         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
14892         (compilation-last-buffer): Remove.
14893         (compilation-start, compilation-next-error, compilation-setup)
14894         (compilation-next-error-function, compilation-find-buffer):
14895         Remove compilation-last-buffer use.
14897 2004-04-21  Juanma Barranquero  <lektu@terra.es>
14899         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
14900         (font-lock-warning-face): Fix spacing.
14902         * makefile.w32-in (WINS): Add url/ directory.
14904 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
14906         * desktop.el (desktop-buffer-mode-handlers): New variable.
14907         Alist of major mode specific functions to restore a desktop buffer.
14908         (desktop-buffer-handlers): Make variable obsolete.
14909         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
14910         Catch errors signaled in handlers.  Update buffer count.
14911         Evaluate desktop-buffer-point.
14912         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
14913         move to dired.el.
14914         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
14915         move to info.el.
14916         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
14917         move to mail/rmail.el.
14918         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
14919         to mh-e/mh-e.el.
14920         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
14921         On fail, print message (to message buffer) even if
14922         desktop-missing-file-warning is nil.
14923         (desktop-buffer-misc-data-function): New buffer local variable.
14924         Function returning major mode specific data.
14925         (desktop-buffer-misc-functions): Make variable obsolete.
14926         (desktop-save): Use desktop-buffer-misc-data-function.
14927         (desktop-buffer-dired-misc-data): Rename to
14928         dired-desktop-buffer-misc-data and move to dired.el.
14929         (desktop-buffer-info-misc-data): Rename to
14930         Info-desktop-buffer-misc-data and move to info.el.
14931         (desktop-read): Add message about number of buffers restored/failed.
14933         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
14934         Add parameters.  Pause to display error only when
14935         desktop-missing-file-warning is non-nil.
14936         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
14937         (dired-mode): Bind desktop-buffer-misc-data-function.
14939         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
14940         Add Parameters.
14941         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
14942         (Info-mode): Bind desktop-buffer-misc-data-function.
14944         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
14945         Add Parameters.
14947         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
14948         Add Parameters.
14950 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
14952         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
14953         the case of letters in case-insensitive expansions when the
14954         abbrev is preceded by characters with letter syntax.
14956 2004-04-21  Richard M. Stallman  <rms@gnu.org>
14958         * progmodes/cperl-mode.el (cperl-putback-char):
14959         Delete Emacs 18 definition.
14961         * international/mule.el (ctext-post-read-conversion):
14962         Use assoc-string, not assoc-ignore-case.
14964         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
14966         * emacs-lisp/easymenu.el (easy-menu-add):
14967         Do call x-popup-menu, but only if it's defined.
14969         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
14971         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
14972         Handle multiple args: compile like progn.
14974         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
14975         take all args as &rest arg.
14977         * autoinsert.el (auto-insert-alist): Insert the user's name in
14978         copyright notice, rather than Free Software Foundation.
14980 2004-04-21  Kenichi Handa  <handa@m17n.org>
14982         * descr-text.el (describe-char): Make it work on *Help* buffer.
14984 2004-04-21  Kim F. Storm  <storm@cua.dk>
14986         * image.el (insert-image): Add optional SLICE arg.
14987         (insert-sliced-image): New defun.
14989 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
14991         * subr.el (read-number): Check whether `default' is nil.
14993 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14995         * progmodes/compile.el (compilation-error-properties):
14996         Split into two.
14997         (compilation-internal-error-properties): New one.
14998         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
15000 2004-04-20  Richard M. Stallman  <rms@gnu.org>
15002         * window.el (split-window-save-restore-data):
15003         Don't update the data if OLD-INFO is nil.
15005         * view.el (view-return-to-alist): Mark it permanent local.
15007         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15009         * recentf.el (recentf-save-list): Catch and warn about errors.
15011         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15012         so "Buffers" won't be pure.
15014         * help-mode.el (help-mode-finish): Set help-return-alist first
15015         thing, setting only the entry for the selected window.
15017         * help-fns.el (describe-function-1): If many non-control non-meta
15018         keys run the command, don't list all of them.
15020 2004-04-20  Juanma Barranquero  <lektu@terra.es>
15022         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15023         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
15025         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15027 2004-04-20  Kenichi Handa  <handa@m17n.org>
15029         * international/quail.el (quail-lookup-key): New optional arg
15030         NOT-RESET-INDICES.
15031         (quail-get-translations): Call quail-lookup-key with
15032         NOT-RESET-INDICES t.
15033         (quail-completion): Likewise.
15034         (quail-lookup-map-and-concat): Likewise.
15036 2004-04-20  Kenichi Handa  <handa@m17n.org>
15038         * international/quail.el (quail-update-translation): Don't insert
15039         such an unsupported multibyte char in a unibyte buffer.
15041 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
15043         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15044         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15045         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15046         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15047         (gdb-frame-assembler-buffer): Improve behaviour with
15048         multiple frames.
15049         (gdb-display-buffer): Extend search to all visible frames.
15051 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
15053         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15054         characters left after base64 decoding.
15055         (rmail-decode-region): Use -dos variety of `coding', to remove any
15056         ^M characters left after qp or base64 decoding.
15058 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15060         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15061         messages.
15063 2004-04-19  Stephen Eglen  <stephen@gnu.org>
15065         * add-log.el (add-change-log-entry): Update doc string to mention
15066         add-log-full-name and add-log-mailing-address.
15068 2004-04-18  Juri Linkov  <juri@jurta.org>
15070         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15071         (Info-find-node-2): Simplify error message.
15072         (Info-insert-dir): Use Info-following-node-name.
15073         (Info-goto-node): Remove *info-history* and *info-toc*.
15074         (Info-history): Create a node of the virtual history file.
15075         (Info-toc): Create a node of the virtual toc file.
15076         (Info-insert-toc): New arg `curr-file' for reference file names.
15077         (info-apropos): Remove redundant var binding for temp-file.
15078         (Info-index, Info-index-next, Info-mode): Doc fix.
15079         (Info-goto-emacs-command-node): Don't jump to *info* from
15080         non-*info* Info buffers.
15081         (Info-fontify-node): Don't show the file name of external
15082         references if `Info-hide-note-references' is `hide'.  Don't hide
15083         newlines at the end of paragraphs.
15085         * international/mule-diag.el (list-input-methods):
15086         Fix args to help-xref-button.
15088         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15089         to put into effect local variables from TUTORIAL files.
15091         * textmodes/paragraphs.el (sentence-end) <function>: New fun
15092         with default value taken from the variable `sentence-end'.
15093         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
15094         Add nil const to :type.
15095         (sentence-end-without-period, sentence-end-double-space)
15096         (sentence-end-without-space): Doc fix.
15098         * textmodes/paragraphs.el (forward-sentence):
15099         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15100         (fill-delete-newlines):
15101         * progmodes/cc-cmds.el (c-beginning-of-statement):
15102         Use function `sentence-end' instead of variable `sentence-end'.
15104 2004-04-18  Andreas Schwab  <schwab@suse.de>
15106         * progmodes/compile.el (compilation-start): Set window start to
15107         point-min if compilation-scroll-output is nil.
15109 2004-04-18  John Wiegley  <johnw@newartisans.com>
15111         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15113 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
15115         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15116         (gdb-info-breakpoints-custom): Revert previous change.
15117         (gdb-view-assembler): Update assembler if necessary.
15118         (gdb-frame-handler): Parse correctly for gdb-current-frame.
15119         (gdb-display-source-buffer): Update properly when both source and
15120         assembler are visible.
15122 2004-04-17  John Wiegley  <johnw@newartisans.com>
15124         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15125         which limits the number of names shown in the minibuffer.  Off by
15126         default.
15127         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
15128         up iswitchb for users with a multitude of open buffers by showing
15129         only the first and last N/2 buffers in the completion list (which
15130         is enough to aid C-s/C-r, and to know that more characters are
15131         needed to refine the completion list).
15133 2004-04-17  Richard M. Stallman  <rms@gnu.org>
15135         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15136         (file-truename): Expand all ~ constructs directly.
15137         (insert-directory): Delete any error msg output by the
15138         `insert-directory-program'.
15140         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15141         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15142         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15143         (allout-init): Use find-file-hook, not find-file-hooks.
15144         (allout-mode): Eliminate Emacs 18 support.
15145         Use write-contents-functions, not local-write-file-hooks.
15147 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
15149         * progmodes/compile.el (compilation-error-properties): Fix for
15150         adding messages when there are already markers for their file.
15151         (compilation-fake-loc): New function.
15153 2004-04-16  Dave Love  <fx@gnu.org>
15155         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15156         (python-load-file): Fix python-orig-start setting.
15158         * progmodes/compile.el: Doc fixes.
15159         (compilation-error-regexp-alist-alist)
15160         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15161         (compilation-assq): Wrap in eval-when-compile.
15162         (compilation-mode-font-lock-keywords): Don't use list*.
15163         (compilation-start): Avoid warning.
15164         (compilation-compat-error-properties)
15165         (compilation-directory-properties): Add keymap property.
15166         (compilation-parsing-end): Make it a marker for better compatibility.
15168         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15170 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
15172         * xml.el: Doc fixes.
15173         (xml-get-children): Only looks at sub-tags and ignore strings.
15175         * xml.el (xml-parse-tag): Avoid overwriting node-name.
15177 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
15179         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15181 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
15183         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15185         * vc.el (vc-print-log): Likewise.
15187 2004-04-16  Masatake YAMATO  <jet@gyve.org>
15189         * simple.el (completion-setup-function): Set an initial value
15190         to `element-common-end' before entering loop.  Set a value
15191         to `element-common-end' at the end of loop.
15192         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15193         (completions-common-part): Rename from completion-de-emphasis.
15194         (completions-first-difference): Rename from completion-emphasis.
15195         Suggested by RMS.
15197 2004-04-16  Juanma Barranquero  <lektu@terra.es>
15199         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15200         (bookmark-edit-annotation-mode): Add mode name.
15202 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15204         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15205         for nested conflict markers.
15206         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15208 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
15210         * progmodes/gdb-ui.el (gdb-goto-info): New function.
15212         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15214 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15216         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15217         Give a backtrace if requested.
15219         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15221         * progmodes/python.el (python-mouse-2-command, python-RET-command):
15222         Remove unused functions.
15223         (python-orig-start-line, python-orig-file): Remove.
15224         (python-orig-start): New var.
15225         (python-input-filter, python-compilation-line-number)
15226         (python-send-region, python-load-file): Use it.
15228         * info.el (info): Always jump to *info*.
15230         * subr.el (posn-set-point): New function.
15232         * mouse.el (mouse-set-point): Use it.
15234         * progmodes/compile.el (compile-goto-error): Use it.
15235         (compilation-button-map): New keymap.
15236         (compilation-error-properties): Use it.
15237         (compilation-shell-minor-mode-map): Don't bind mouse-2.
15239         * smerge-mode.el (smerge-popup-context-menu): Use it.
15241         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15242         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15243         mouse and non-mouse case.
15245         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15246         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15248         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15249         Make it work for non-mouse events.
15251         * pcvs-info.el (cvs-status-map): Update binding name.
15253 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
15255         * xml.el (xml-maybe-do-ns): New function to handle namespace
15256         parsing of both attribute and element names.
15257         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15258         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15259         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
15260         (xml-parse-attlist): Make it do its own namespace parsing.
15262 2004-04-14  Dave Love  <fx@gnu.org>
15264         * progmodes/python.el (run-python): Fix use of \n.
15265         (python-load-file): Remove `try' from Python fragment.
15266         (python-describe-symbol): Fix message.
15268         * comint.el: Doc fixes.
15269         (comint-last-input-start, comint-last-input-end)
15270         (comint-last-output-start): Give them values.
15271         (comint-arguments): Avoid warning.
15272         (comint-skip-prompt): Use line-end-position.
15273         (comint-backward-matching-input): Rename arg to agree with doc.
15274         (comint-extract-string): Use syntax-ppss.
15275         (comint-dynamic-simple-complete): Delete useless list construction.
15276         (comint-redirect-subvert-readonly): New.
15277         (comint-redirect-preoutput-filter): Use it.
15279         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15280         Correctly handle negative arguments when calling hook functions.
15282 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
15284         * info.el (info-apropos): Don't clobber Info-history-list.
15286 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
15288         * progmodes/compile.el (compilation-setup):
15289         Localize overlay-arrow-position.
15290         (compilation-sentinel): Restructure code equivalently.
15291         (compilation-next-error): Find message on same line after point if
15292         not found before point.
15293         (compile-mouse-goto-error): Restore function so that compilation
15294         buffer need not be current and use compile-goto-error.
15295         (compile-goto-error): Restore function.
15296         (next-error): Set overlay-arrow-position.
15297         (compilation-forget-errors): Don't localize already local
15298         compilation-locs and remove FIXME about refontifying.
15300 2004-04-14  Kim F. Storm  <storm@cua.dk>
15302         * startup.el (emacs-quick-startup): New defvar (set by -Q).
15303         (command-line): New option -Q.  Like -q --no-site-file, but
15304         in addition it also disables menu-bar, tool-bar, scroll-bars,
15305         tool-tips, and the blinking cursor.
15306         (command-line-1): Skip startup screen if -Q.
15307         (fancy-splash-head): Use ":align-to center" prop to center splash image.
15309         * emulation/cua-base.el (cua-read-only-cursor-color)
15310         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15312 2004-04-13  Dave Love  <fx@gnu.org>
15314         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
15315         (syntax): Don't require.
15316         (python) <defgroup>: Add :version.
15317         (python-quote-syntax): Re-written.
15318         (inferior-python-mode): Move stuff here from run-python and add
15319         some more.
15320         (python-preoutput-continuation, python-preoutput-result)
15321         (python-dotty-syntax-table): New.
15322         (python-describe-symbol): Use them.
15323         (run-python): Move stuff to inferior-python-mode.  Modify code
15324         loaded into Python.
15325         (python-send-region): Use python-proc, python-send-string.
15326         (python-send-string): Send newlines too.  Callers changed.
15327         (python-load-file): Re-written.
15328         (python-eldoc-function): New.
15329         (info-look): Don't require.
15330         (python-after-info-look): New.  A modified version of former
15331         top-level code for use with eval-after-load.
15332         (python-maybe-jython, python-guess-indent): Use widened buffer.
15333         (python-fill-paragraph): Re-written.
15334         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
15335         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
15337 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15339         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
15340         Set compilation-error-regexp-alist earlier.
15342         * progmodes/compile.el (compilation-minor-mode-map)
15343         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
15344         (compile-goto-error): Re-merge the mouse and non-mouse commands.
15346 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15348         * progmodes/compile.el (compile-goto-error): Select the buffer/window
15349         corresponding to the event.
15351 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
15353         * loadup.el: Add cygwin to system-type list, for unexec() support.
15355 2004-04-12  John Paul Wallington  <jpw@gnu.org>
15357         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
15358         (ibuffer-restore-window-config-on-quit): New variable to replace
15359         `ibuffer-delete-window-on-quit'.  Update all references.
15360         (ibuffer-prev-window-config): New variable.
15361         (ibuffer-quit): Restore previous window configuration instead of
15362         deleting window.
15363         (ibuffer): Save window configuration before showing Ibuffer buffer.
15365         * help.el (describe-mode): Doc fix.
15367 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
15369         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
15370         not to treat nil as a function.
15372         * vc-arch.el (vc-arch-root): Be a bit more careful.
15373         (vc-arch-register): Save the buffer if we modified it.
15374         (vc-arch-delete-rej-if-obsolete): Save excursion.
15375         (vc-arch-find-file-hook): Use the simpler after-save-hook.
15376         (vc-arch-responsible-p, vc-arch-init-version): New functions.
15378         * net/ldap.el (ldap-search): Use list*.
15380 2004-04-12  Juri Linkov  <juri@jurta.org>
15382         * info.el (Info-follow-reference): Allow multiline reference name.
15384 2004-04-11  Dave Love  <fx@gnu.org>
15386         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
15388         * progmodes/python.el: New file.
15390 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
15392         * vc-hooks.el (vc-arg-list): Function removed.
15393         (vc-default-workfile-unchanged-p): Use condition-case to check for
15394         backward compatibility.
15396         * vc.el (vc-print-log): Use condition-case to check for backward
15397         compatibility.
15399 2004-04-11  Juri Linkov  <juri@jurta.org>
15401         * dired.el (dired-faces): New defgroup.
15402         (dired-header, dired-mark, dired-marked, dired-flagged)
15403         (dired-warning, dired-directory, dired-symlink, dired-ignored):
15404         New faces.
15405         (dired-header-face, dired-mark-face, dired-marked-face)
15406         (dired-flagged-face, dired-warning-face, dired-directory-face)
15407         (dired-symlink-face, dired-ignored-face): New face variables.
15408         (dired-font-lock-keywords): Use them instead of font-lock faces.
15409         Split the rule for dired marks into 3 separate rules: for marks,
15410         marked file names and flagged file names.
15412         * help-mode.el (help-make-xrefs): Add a final newline to the
15413         *Help* buffer.
15415 2004-04-11  John Paul Wallington  <jpw@gnu.org>
15417         * replace.el (occur-engine): Distinguish between one and several
15418         matches in the matches per buffer heading.
15420 2004-04-11  Kim F. Storm  <storm@cua.dk>
15422         * ido.el (ido-confirm-unique-completion): New defcustom.
15423         (ido-complete): Use it.
15424         (ido-write-file): Set it to t unconditionally.
15426 2004-04-10  Miles Bader  <miles@gnu.org>
15428         RCS keyword removal (only non-comment changes are enumerated here):
15430         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
15431         (byte-compile-insert-header): Don't use `byte-compile-version'.
15432         * forms.el (forms-version): Variable removed.
15433         (forms-mode): Don't use `forms-version'.
15434         * recentf.el (recentf-version): Variable removed.
15435         * progmodes/delphi.el (delphi-version): Variable removed.
15436         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
15438 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
15440         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
15442 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
15444         * info.el (info-apropos): Improve menu item regexp.
15446 2004-04-09  Simon Josefsson  <jas@extundo.com>
15448         * mail/smtpmail.el: Add comment, based on report by
15449         kdc@rcn.com (Kevin D. Clark).
15451 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15453         * progmodes/compile.el (compilation-mode-font-lock-keywords):
15454         Redo one more thing that I didn't notice Daniel had undone.
15456 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
15458         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
15459         (gdb-goto-breakpoint, gdb-display-buffer)
15460         (gdb-display-source-buffer, gdb-view-source-function)
15461         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
15462         (gdb-source-info, gdb-frame-handler): Don't specify a window
15463         for display.
15464         (gdb-info-breakpoints-custom): Remove superfluous update of
15465         assembler buffer.
15466         (gdb-many-windows): Make settable outside gdb.
15468 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
15470         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
15471         Derive from fundamental-mode rather than text-mode.
15473 2004-04-08  Juri Linkov  <juri@jurta.org>
15475         * info.el (Info-history): Doc fix.
15476         (Info-history-list): New var.
15477         (info-xref): Change magenta4 to blue, remove bold for dark and
15478         light backgrounds, change bold to underline for non-color classes.
15479         (info-xref-visited): New face.
15480         (Info-fontify-visited-nodes): New custom.
15481         (Info-hide-note-references): Add new value `hide'.  Doc fix.
15482         (Info-reference-name): New var.
15483         (Info-selection-hook): New custom.
15484         (Info-edit-mode-hook): New var.
15485         (Info-find-file): New fun.
15486         (Info-find-node): Move part of code to Info-find-file.
15487         (Info-find-node-2): Add anchors to Info-history-list.  Move point
15488         to the place with the reference name if name is defined.
15489         (Info-select-node): Add current node to Info-history-list.
15490         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
15491         (Info-search-whitespace-regexp): New custom.
15492         (Info-search-case-fold): New var.
15493         (Info-search): Add "case-sensitively" to the prompt.
15494         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
15495         (Info-search-case-sensitively, Info-search-next): New fun.
15496         (Info-up): Move point to the menu item of the current node.
15497         (Info-history): New fun.  Add *info-history* to
15498         same-window-buffer-names.
15499         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
15500         (Info-insert-toc): New fun.
15501         (Info-build-toc): New fun.
15502         (Info-follow-reference): Add new arg `fork'.  Doc fix.
15503         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
15504         with the same name prefer the reference closest to point.
15505         (Info-next-reference): Replace * by + in the *Note regexp.
15506         Add regexp for http:// and ftp://.  Skip the *Note prefix.
15507         (Info-prev-reference): Replace * by + in the *Note regexp.
15508         Add regexp for http:// and ftp://.  Skip the *Note prefix.
15509         (Info-follow-nearest-node): Add new arg `fork'.
15510         (Info-try-follow-nearest-node): Add new arg `fork'.
15511         Call browse-url for http:// and ftp:// references.
15512         Set Info-reference-name for index entries.
15513         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
15514         Info-search-next, Info-history, Info-toc, clone-buffer.
15515         (Info-menu-update): Replace * by + in the *Note regexp.
15516         (Info-mode): Add documentation for Info-history, Info-toc,
15517         Info-search-case-sensitively, Info-search-next, clone-buffer.
15518         (Info-fontify-menu-headers): Remove fun.  Move code to
15519         Info-fontify-node.
15520         (Info-fontify-node): Add docstring.  Add local vars
15521         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
15522         then fontify header line, titles, menu headers, http and ftp
15523         references, refill paragraphs.  If not-fontified-p is t or
15524         fontify-visited-p is t then fontify cross references, menu items.
15525         Fontify menu headers.  Fontify http and ftp references.
15526         Change regexp for cross references to require whitespace after *Note,
15527         add matching groups for file and node names.  Remove hack for quote.
15528         Use display property for Info-hide-note-references=t.  Use fifth
15529         or fourth match for help-echo.  Display visited nodes in a
15530         different face.  Unhide file names of external references.
15531         Unhide newlines.  Display visited menu items in a different face.
15533 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
15535         * progmodes/compile.el: Require CL.
15536         (compilation-mode-font-lock-keywords): Re-install the "line as
15537         function" patch.
15539         * help-fns.el (help-C-source-directory): New var.
15540         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
15541         (describe-function-1, describe-variable): Use them.
15543         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
15544         to C source files specially.
15546 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
15548         * info.el (Info-hide-cookies-node): New function.
15549         (Info-select-node): Use it.
15550         (Info-display-images-node): Remove message with image file name.
15552 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
15554         * progmodes/compile.el (compilation-warning-face)
15555         (compilation-info-face, compilation-skip-threshold)
15556         (compilation-skip-visited, compilation-context-lines):
15557         Declare :version when added to Emacs.
15558         (compilation-error-regexp-alist-alist): Extend caml and irix.
15559         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
15560         (compilation-mode-font-lock-keywords): Temporarily undo line as
15561         function patch, which wasn't ready.
15563 2004-04-07  Kenichi Handa  <handa@m17n.org>
15565         * international/latin1-disp.el (latin1-display-setup): Check each
15566         character is displayable or not instead of calling
15567         latin1-display-check-font.
15569 2004-04-06  Kenichi Handa  <handa@m17n.org>
15571         * language/ethio-util.el (ethio-sera-being-called-by-w3):
15572         New variable.
15573         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
15574         instead of sera-being-called-by-w3.
15575         (ethio-fidel-to-sera-buffer): Likewise.
15576         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
15577         instead of sera-being-called-by-w3.
15578         (ethio-write-file): Likewise.
15580 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15582         * printing.el: Doc fix.
15584 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
15586         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
15587         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
15588         (gdb-setup-windows): Only use separate IO buffer if required.
15590 2004-04-06  Kim F. Storm  <storm@cua.dk>
15592         * term.el (term-is-xemacs): Remove.
15593         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
15594         (term-window-width): New function.
15595         (term-mode, term-check-size): Use it.
15596         (term-mode): Disable overflow-newline-into-fringe in term buffer.
15598 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
15600         * cus-edit.el (custom-add-parent-links): Change unbound variable
15601         `symbol' to `name'.
15603 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
15604         * info.el (info-apropos): New function.
15605         (Info-mode-menu): Add it.
15606         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
15608         * help-mode.el (help-make-xrefs): Recognize aliased variable with
15609         inherited docstring.
15611         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
15613 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15615         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
15617         * progmodes/compile.el (font-lock): Don't require any more.
15618         (compilation-error-properties, compilation-start, compilation-sentinel)
15619         (compilation-filter, next-error): Use with-current-buffer.
15620         (compilation-skip-to-next-location, compilation-skip-threshold)
15621         (compilation-skip-visited): Move to silence the byte-compiler.
15622         (compilation-setup): Simplify.
15623         (compilation-next-error): Use line-(beginning|end)-position.
15624         Make sure `pt' is non-nil before using compilation-loop.
15625         (compile-goto-error): Add optional event arg.  Use it.
15626         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
15627         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
15628         Update the binding for mouse-2.
15629         (first-error): Set compilation-current-error to nil rather than bob.
15630         (compilation-parsing-end, compilation-parse-errors-function)
15631         (compilation-error-list, compilation-old-error-list):
15632         "New" compatibility variables.
15633         (compile-buffer-substring, compilation-compat-error-properties)
15634         (compilation-compat-parse-errors, compilation-forget-errors):
15635         New compatibility functions.
15636         (compilation-mode-font-lock-keywords): Use them.
15638 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
15640         * autorevert.el (auto-revert-handler): If point (or a window
15641         point) is at the end of the buffer, keep it there after
15642         reverting.  This allows to tail a file.
15643         Mention this in the `Commentary'.
15645         * format.el (format-write-file): Add optional argument CONFIRM
15646         and make it behave like the analogous argument to `write-file'.
15648 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15650         * progmodes/ebnf2ps.el: Doc fix.
15651         (ebnf-version): New version number (4.2).
15652         (ebnf-syntax): Customization and docstring fix.
15653         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
15654         Put autoloaded funs before first use.
15655         (ebnf-style-database): Add dtd entry.
15656         (ebnf-syntax-alist): Add dtd initialization.
15657         (ebnf-token-sequence): New fun.
15658         (ebnf-comment-table): Add new comment action character.
15659         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
15661         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
15662         Type Definition for XML).
15664         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
15665         * progmodes/ebnf-bnf.el (ebnf-sequence):
15666         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
15667         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
15668         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
15669         Code simplification: call ebnf-token-sequence.
15671 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
15673         * calendar/timeclock.el (timeclock-relative)
15674         (timeclock-get-project-function, timeclock-get-workday-function)
15675         (timeclock-query-out, timeclock-when-to-leave)
15676         (timeclock-when-to-leave-string, timeclock-log-data)
15677         (timeclock-generate-report, timeclock-in): Doc fixes.
15679 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15681         * url/: New dir.  Import the URL package from its repository.
15683 2004-04-03  Andreas Schwab  <schwab@suse.de>
15685         * diff-mode.el (diff-mode): Fix missing quote.
15687 2004-04-03  Juri Linkov  <juri@jurta.org>
15689         * descr-text.el (describe-property-list): Add `font-lock-face'.
15691         * dired.el (dired-font-lock-keywords): Fix permission regexps.
15693 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
15695         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
15696         Use utf-16le on little endian machines and utf-16be otherwise.
15698 2004-04-02  David Kastrup  <dak@gnu.org>
15700         * net/browse-url.el (browse-url-generic): Use call-process
15701         instead of start-process to allow browsers that fork and detach.
15703 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
15705         * compile.el (compilation-current-error): New var.
15706         (compilation-setup, compile-mouse-goto-error)
15707         (compile-goto-error, next-error): Use it.
15708         (compilation-skip-to-next-location): Default to t, which gives
15709         contiguous skipping like old compile (where this was redundant).
15710         (compilation-next-error): Prevent previous-* commands from moving
15711         back to message at or just before point.
15713 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
15715         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
15716         (gdb-source-info): Don't display source at startup, if required.
15717         (gdb-show-main): New option.
15718         (gdba): Update documentation.
15719         (gdb-source): Cover case of auto-display output.
15721 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
15723         * autorevert.el: Delete obsolete autoload's and defvar's.
15724         (auto-revert-check-vc-info): New user option.
15725         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
15726         (auto-revert-handler-vc): Delete.
15727         (auto-revert-handler): Treat return value `fast' of
15728         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
15730         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
15731         return `fast'.
15733         * files.el (buffer-stale-function): Doc change.
15735 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15737         * printing.el: New tip on Tips section.
15738         (pr-version): New version number (6.7.4).
15739         (pr-shell-file-name): Initialization fix.
15741 2004-03-31  Juri Linkov  <juri@jurta.org>
15743         * dired.el: Add autoload for `dired-do-touch'.
15744         (dired-touch-program): New var.
15745         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
15746         (dired-no-confirm): Add `touch' to docstring.
15748         * dired-aux.el (dired-do-touch): New fun.
15749         (dired-do-chxxx): Add argument -t for touch operation.
15751         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
15752         `dired-move-to-filename-regexp'.
15754 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
15756         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
15758 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15760         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
15761         and only if the buffer was modified.
15763 2004-03-30  Kenichi Handa  <handa@m17n.org>
15765         * international/characters.el: Delete pairs for U+2308..U+230B.
15767 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
15769         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
15770         to detect the beginning of a level 2 or 3 annotation.
15772 2004-03-29  Kenichi Handa  <handa@m17n.org>
15774         * international/ucs-tables.el (ucs-insert): Fix the error message.
15776 2004-03-29  Kenichi Handa  <handa@m17n.org>
15778         * international/mule-util.el (char-displayable-p): Fix generation
15779         of XLFD file name.
15781         * Makefile.in (setwins, setwins_almost): Change directory to $wd
15782         before finding directories by `find'.
15784 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15786         * subr.el (interactive-form): Delete.  Now implemented in C.
15788         * pcvs.el (cvs-parse-process): Workaround for Darwin.
15790         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
15791         (vc-diff-label): New fun.
15792         (vc-diff-internal): Use it.
15794         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
15796 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15798         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
15800         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
15801         specify XML (EBNFX).
15803         * progmodes/ebnf2ps.el: Doc fix.
15804         (ebnf-version): New version number (4.1).
15805         (ebnf-syntax): Adjust customization.
15806         (ebnf-style-database): Add ebnfx entry.
15807         (ebnf-syntax-alist): Add ebnfx initialization.
15808         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
15810         * printing.el: Doc fix.
15811         (pr-version): New version number (6.7.3).
15812         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
15813         returns nil for mouse position.  Reported by Drew Adams
15814         <drew.adams@oracle.com>.
15815         (pr-update-menus): Modify interactive declaration.  Reported by Drew
15816         Adams <drew.adams@oracle.com>.
15818 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
15820         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
15821         (gud-gdba-marker-filter): Log the process input and output, if
15822         required.  From Stefan Monnier.
15823         (gdb-debug-log, gdb-enable-debug-log): New variables.
15824         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
15826 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15828         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
15829         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
15831 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
15833         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
15834         Call vc-find-file-hook here instead of in auto-revert-buffers.
15835         (auto-revert-buffers): Delete call to vc-find-file-hook.
15836         (auto-revert-verbose, global-auto-revert-non-file-buffers)
15837         (global-auto-revert-mode, auto-revert-set-timer)
15838         (auto-revert-handler, auto-revert-buffers): Doc fixes.
15840 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
15842         * woman.el (woman-change-fonts): Rename local variable
15843         woman-font-alist to font-alist to avoid a compiler warning.
15845 2004-03-27  Dave Love  <fx@gnu.org>
15847         * emacs-lisp/rx.el (rx): Doc fix.
15848         Fix copyright years.
15850         * strokes.el (strokes-global-set-stroke-string): New function.
15851         (strokes-list-strokes): Cope with strings, not just commands.
15852         Set foreground colour of image.
15853         (strokes-global-set-stroke): Doc fix.
15855 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
15857         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
15858         Auto Revert mode.
15859         (Buffer-menu-files-only): New variable.
15860         (Buffer-menu-toggle-files-only): New function.
15861         (Buffer-menu-mode-map): Bind it to `T'.
15862         (Buffer-menu-mode): Mention `T' in docstring.
15863         Set buffer-stale-function.
15864         (list-buffers-noselect): Mark buffer non-modified and set
15865         Buffer-menu-files-only.
15867         * dired.el (buffer-stale-function): Remove no longer needed defvar.
15869         * autorevert.el (auto-revert-handler): Print revert message
15870         before, rather than after, reverting.
15871         (buffer-stale-function): Move to files.el.
15873         * files.el (buffer-stale-function): Move here from autorevert.el.
15875 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15877         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
15879         * calc/calc.el (calc-mode-map): Use mapc.
15881         * apropos.el (apropos-mode): Don't autoload.
15882         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
15883         (apropos): Use it.
15884         (apropos-print): Add optional `text' argument.
15885         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
15886         Don't assume point-min == 1.
15888         * bs.el (bs-buffer-list): Use buffer-local-value.
15889         (bs--set-toggle-to-show): Use with-current-buffer.
15891         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
15892         New funs.
15893         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
15895         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
15897         * dabbrev.el (dabbrev-expand): Fix regexp construction.
15898         (dabbrev--find-expansion): Use pop.
15899         (dabbrev--search): Use match-string-no-properties.
15901         * dired.el (dired-mode): Use run-mode-hooks.
15902         (dired-move-to-end-of-filename): Use match-string.
15904         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
15905         is bound before using it.
15906         (ediff-verbose-p): Make it into a var since it's not constant.
15908         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
15910         * faces.el (read-face-font): Don't cons up unnecessarily.
15911         (header-line, tool-bar): Share common parts.
15913         * files.el (file-relative-name): Use compare-strings.
15915         * finder.el (finder-mode): Follow coding convention.
15917         * subr.el (read-number): New function.
15919         * ses.el (ses-read-number): Move to subr.el.
15920         (ses-set-header-row): Use read-number.
15922 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
15924         * vc-hooks.el (vc-arg-list): New function, which handles both
15925         compiled and uncompiled code.
15926         (vc-default-workfile-unchanged-p): Use it.
15928         * vc.el (vc-print-log): Undo prev change, use new function
15929         vc-arg-list from vc-hooks.el.
15931 2004-03-26  Masatake YAMATO  <jet@gyve.org>
15933         * simple.el (completion-setup-function): Emphasize the
15934         first uncommon characters in the completions; and de-emphasize
15935         the common prefix substrings.
15936         (completion-emphasis): New face.
15937         (completion-de-emphasis): New face.
15939 2004-03-25  Juanma Barranquero  <lektu@terra.es>
15941         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
15942         Comment out (it's unused and unfinished code).
15944 2004-03-25  Sam Steingold  <sds@gnu.org>
15946         * vc.el (vc-print-log): Fix a bug in the last patch:
15947         backend-function may be a byte-compiled object, not a lambda.
15949 2004-03-25  Juri Linkov  <juri@jurta.org>
15951         * descr-text.el (describe-property-list): Add a button
15952         for `face' property that calls `describe-face'.
15953         Suggested by luis fernandes <elf@ee.ryerson.ca>
15955         * international/mule.el (keyboard-coding-system):
15956         * kmacro.el (kmacro-call-macro): Fix docstring.
15958         * dired.el: Fix comments.
15960         * textmodes/fill.el (fill): Fix Info link.
15962         * font-lock.el (fast-lock, lazy-lock):
15963         * jit-lock.el (jit-lock): Remove links to removed Support Modes
15964         Info node.
15966         * eshell/eshell.el (eshell): Fix broken info-link.
15968         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
15969         * eshell/em-banner.el (eshell-banner):
15970         * eshell/em-smart.el (eshell-smart):
15971         * eshell/esh-cmd.el (eshell-cmd):
15972         Comment out broken info-links to incomplete Info manual.
15974         * info-xref.el: Fix commentary.
15976 2004-03-25  Kevin Ryde  <user42@zip.com.au>
15978         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
15979         Remove spurious node duplicate suppression, doesn't work, not wanted.
15980         (info-xref-output): Take format style args, add "sit-for 0" to let
15981         user see the results as they progress.
15982         (info-xref-check-all-custom): New function.
15984 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
15986         * gdb-ui.el: Moved to progmodes.
15988 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
15990         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
15992 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
15994         * calendar/appt.el (appt-check): Remove superfluous progn.
15995         When finished with diary buffer: if it was not being displayed
15996         before, kill it; otherwise restore its original state.
15997         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
15999         * calendar/calendar.el (calendar-set-mode-line): Use total
16000         available mode-line width, rather than frame-width.
16002         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16003         after mode change so effect not lost.
16005 2004-03-23  Dave Love  <fx@gnu.org>
16007         * dired.el (dired) <defgroup>: Add link to manual.
16008         (dired-font-lock-keywords): Add highlighting on unusual permissions.
16009         (dired-revert): Use dolist.
16010         (dired-mode-map): Add U binding.
16011         (dired-mode): Add font-lock-beginning-of-syntax-function.
16012         (dired-garbage-files-regexp): Make it a defcustom.
16014 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
16016         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16017         is equivalent to nil.
16018         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16019         (vc-arch-mode-line-string): Accept `added' state.
16020         (vc-arch-state): Use inode-sigs if available.
16021         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16022         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
16023         (vc-arch-tagline-re): New var.
16024         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16025         New functions.
16026         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16027         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16029         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16030         (vc-file-not-found-hook): Use it.
16032         * diff-mode.el (diff-default-read-only): Change default.
16033         (diff-mode-hook): Make it a defcustom.  Add some options.
16034         (diff-mode-map): Bind diff-refine-hook.
16035         (diff-yank-handler): New var.
16036         (diff-yank-function): New fun.
16037         (diff-font-lock-keywords): Use them.
16038         (diff-end-of-file): Handle case where file-header looks like diff text.
16039         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16040         (diff-file-kill): Delete a subsequent empty line, if applicable.
16041         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16042         (diff-find-file-name): Use it.
16043         (diff-tell-file-name): New command.
16044         (diff-mode): Be careful with view-mode.
16045         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16046         New functions, for use in diff-mode-hook.
16047         (diff-find-source-location): Catch "regex too large" errors.
16048         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16049         (diff-refine-hunk): New command.
16051         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16052         (smerge-context-menu-map): Remove unused var.
16053         (smerge-keep-all): Preserve markers.
16054         (smerge-keep-n): New fun.
16055         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16056         (smerge-keep-current, smerge-ediff): Use it.
16057         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
16058         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16059         (smerge-resolve): Resolve trivial 3-part conflicts.
16061 2004-03-23  Juri Linkov  <juri@jurta.org>
16063         * man.el (Man-width): New var.
16064         (Man-getpage-in-background): Use it.
16065         (Man-support-local-filenames): New var and fun.
16066         (Man-build-man-command): Don't add a second %s.
16067         (Man-fontify-manpage): Clean up message.
16068         (Man-mode): Set outline-regexp, outline-level,
16069         imenu-generic-expression.
16071         * woman.el (woman-fill-frame): Doc fix.
16072         (woman-decode-region): Use window-width instead of frame-width.
16074         * abbrevlist.el (list-one-abbrev-table):
16075         * descr-text.el (describe-char):
16076         * international/mule-diag.el (describe-current-coding-system):
16077         * international/quail.el (quail-insert-decode-map):
16078         Use window-width instead of frame-width.
16080         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16081         (jka-compr-mode-alist-additions): Add tbz.
16082         (jka-compr-write-region, jka-compr-insert-file-contents):
16083         Add message for undefined compress-program.
16084         (jka-compr-write-region): Remove redundant var bindings.
16086         * dired-x.el (dired-guess-shell-alist-default): Add choices for
16087         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
16088         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16089         (dired-man): Use dired-guess-shell-command.
16090         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16091         Change default nil to t.
16093         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16094         (dired-compare-directories): Add default value for empty input.
16096         * help-at-pt.el: Move suggestions for key bindings to Commentary.
16098         * time.el (display-time-string-forms): Fix help-echo date format.
16100 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
16102         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16103         (buffer-stale-function): New variable.
16104         (auto-revert-list-diff, auto-revert-dired-file-list)
16105         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16106         (auto-revert-handler): Take over some functionality of deleted
16107         functions.
16108         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16110         * dired.el (dired-directory-changed-p): New fun, extracted from
16111         dired-internal-noselect.
16112         (dired-buffer-stale-p): New fun.
16113         (dired-internal-noselect): Use dired-directory-changed-p.
16114         Eliminate revert messages.
16115         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16117 2004-03-23  Kenichi Handa  <handa@m17n.org>
16119         * international/characters.el: Setup syntaxes for more parentheses
16120         Unicode characters.
16122         * international/mule-cmds.el (select-safe-coding-system):
16123         Merge coding-system and auto-cs before comparing them.
16125 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16127         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16129         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16130         normal-auto-fill-function and comment-indent-function.
16131         The default values now work just as well.
16132         Don't set font-lock-beginning-of-syntax-function since we already set
16133         syntax-begin-function.
16134         (lisp-outline-level): Put ;;;###autoload at same level as (.
16135         (prin1-char): Quote special chars.
16137         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16138         than with-no-warnings.
16140         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16141         if the source location can't be found.
16142         (edebug-compute-previous-result): Use prin1-char.
16144         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16145         (debug-ignored-errors): Add an entry.
16147         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16148         (byte-compile-file): Output warning when deleting a file.
16150         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16151         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16153         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16154         (byte-compile-inline-expand): Use backquote.
16155         (byte-optimize-pure-func): Rename from byte-optimize-concat.
16156         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16158         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16160         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16162 2004-03-22  Juri Linkov  <juri@jurta.org>
16164         * finder.el (finder-known-keywords): Fix data, tex, unix.
16166         * play/landmark.el: Fix keywords.
16168         * language/ethio-util.el (ethio-find-file): Doc fix.
16170         * emacs-lisp/warnings.el: Doc fix.
16172         * textmodes/ispell.el (ispell-help): Doc fix.
16174 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
16176         * format.el (format-insert-file): Always return a list of two
16177         elements, like insert-file-contents does.
16179 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
16181         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16182         and vc-BACKEND-diff.
16183         (vc-print-log): If the print-log implementation supports it, use
16184         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16185         (vc-version-diff, vc-diff-internal): Doc fixes.
16187         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16188         implementation supports it, let diff output go to *vc*,
16189         not *vc-diff*, since this is an internal call.
16191         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16193         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16195         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16197 2004-03-21  Dave Love  <fx@gnu.org>
16199         * progmodes/cfengine.el (cfengine-mode):
16200         Set parse-sexp-ignore-comments.
16202         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16204 2004-03-21  Juanma Barranquero  <lektu@terra.es>
16206         * allout.el (allout-mode): Fix docstring.
16208 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
16210         * files.el (insert-directory): Fix bug if SWITCHES is a list.
16212         * autorevert.el (auto-revert-interval): Make new value take
16213         effect immediately when set through Custom.
16214         (auto-revert-set-timer): Add interactive declaration.
16216 2004-03-19  David Ponce  <david@dponce.com>
16218         * ruler-mode.el (ruler-mode-header-line-format-old):
16219         Don't `make-variable-buffer-local'.
16220         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16221         (ruler-mode-header-line-format): Simply funcall the above.
16222         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16223         to save/restore a previous header line format.
16224         (ruler-mode-space): Don't depend on a numeric WIDTH value.
16225         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16226         fringes and margins width.
16227         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16229 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
16231         * log-edit.el (log-edit-font-lock-keywords): Typo.
16233         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16234         (tex-send-tex-command): Rather than here.
16235         (tex-compilation-parse-errors): Simplify.
16237         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16239         * time.el (display-time-string-forms): Add help-echo with date on time.
16241         * composite.el (compose-region): Use restore-buffer-modified-p.
16243         * disp-table.el (standard-display-8bit): Simplify.
16245         * server.el (server-process-filter): Delete temp frame.
16247         * add-log.el (add-change-log-entry): Simplify.
16249 2004-03-19  Kim F. Storm  <storm@cua.dk>
16251         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16252         (hexl-follow-line): Don't require 'fringe.
16254         * progmodes/compile.el (compilation-start): Always set
16255         compilation-last-buffer and return it.
16257 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
16259         * simple.el (clone-buffer): Doc fix.
16261 2004-03-18  Juanma Barranquero  <lektu@terra.es>
16263         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16265 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
16267         * log-edit.el (log-edit-font-lock-keywords): New var.
16268         (log-edit-mode): Use it.
16270 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
16272         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16273         properly for watching in speedbar.
16275 2004-03-17  Masatake YAMATO  <jet@gyve.org>
16277         * smerge-mode.el (smerge-popup-context-menu):
16278         Put `unwind-protect' around `overlay-put' and `popup-menu'.
16280 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
16282         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16283         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16284         Take sealed revisions into account.
16285         (vc-arch-checkin): Extract a summary line from the message.
16287 2004-03-16  Masatake YAMATO  <jet@gyve.org>
16289         * register.el (register): Provide `register' feature.
16291 2004-03-15  Masatake YAMATO  <jet@gyve.org>
16293         Added context menu support in smerge mode.
16294         Most of the part is written by Stefan Monnier.
16296         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16297         New keymap and menu.
16298         (smerge-text-properties): New function.
16299         (smerge-remove-props): New function.
16300         (smerge-popup-context-menu): New function.
16301         (smerge-resolve): Call `smerge-remove-props'.
16302         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
16303         (smerge-keep-current): Ditto.
16304         (smerge-kill-current): New function.
16305         (smerge-match-conflict): Put text properties.
16306         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
16308 2004-03-15  David Ponce  <david@dponce.com>
16310         * ruler-mode.el (ruler-mode-left-fringe-cols)
16311         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16312         (ruler-mode-right-scroll-bar-cols): Remove.
16313         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
16314         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16315         Use fringe-columns and scroll-bar-columns.
16317 2004-03-15  Masatake YAMATO  <jet@gyve.org>
16319         * hl-line.el (hl-line-range-function): New variable.
16320         (hl-line-move): New function.
16321         (global-hl-line-highlight): Use `hl-line-move'.
16322         (hl-line-highlight): Ditto.
16324         * scroll-bar.el (scroll-bar-columns):
16325         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
16327         * ruler-mode.el (top-level): Require scroll-bar and fringe.
16328         (ruler-mode-left-fringe-cols)
16329         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
16330         (ruler-mode-right-scroll-bar-cols)
16331         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
16332         (ruler-mode-ruler-function): New variable.
16333         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
16334         if the value for `ruler-mode-ruler-function'is given.
16336         * hexl.el (hexl-mode-hook): Make the hook customizable.
16337         (hexl-address-area, hexl-ascii-area): New customize variables.
16338         (hexlify-buffer): Put font-lock-faces on the address area and
16339         the ascii area.
16340         (hexl-activate-ruler): New function.
16341         (hexl-follow-line): New function.
16342         (hexl-highlight-line-range): New function.
16343         (hexl-mode-ruler): New function.
16345 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
16347         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
16348         (vc-default-find-file-hook): New fun.
16349         (vc-find-file-hook): Call new find-file-hook operation.
16351         * vc-arch.el: New file.
16353 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
16355         * info-look.el (info-lookup): Reuse an existing Info window.
16357 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
16359         * woman.el (woman-preserve-ascii): Default value changed to t and
16360         doc string revised.
16362 2004-03-12  Richard M. Stallman  <rms@gnu.org>
16364         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16365         Fix minor bug.
16367         * replace.el (occur-engine): Change message for count of matches.
16369         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
16370         For strings, do compare text properties.
16372 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
16374         * progmodes/compile.el (compile-auto-highlight)
16375         (compilation-error-list, compilation-old-error-list)
16376         (compilation-parse-errors-function, compilation-parsing-end)
16377         (compilation-error-message, compilation-directory-stack)
16378         (compilation-enter-directory-regexp-alist)
16379         (compilation-leave-directory-regexp-alist)
16380         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
16381         (compilation-current-file, compilation-regexps): Remove vars.
16383         (compile-error-at-point, compilation-error-filedata)
16384         (compilation-error-filedata-file-name, compile-reinitialize-errors)
16385         (compilation-next-error-locus, compilation-forget-errors)
16386         (count-regexp-groupings, compilation-parse-errors)
16387         (compile-collect-regexps, compile-buffer-substring): Remove funs.
16389         (compile-internal): Make obsolete.
16391         (compilation-first-column, compilation-error)
16392         (compilation-directory-matcher, compilation-page-delimiter)
16393         (compilation-mode-font-lock-keywords, compilation-debug)
16394         (compilation-error-face, compilation-warning-face)
16395         (compilation-info-face, compilation-line-face)
16396         (compilation-column-face, compilation-enter-directory-face)
16397         (compilation-leave-directory-face, compilation-skip-threshold)
16398         (compilation-skip-visited, compilation-context-lines): New vars.
16400         (compilation-warning-face, compilation-info-face)
16401         (compilation-message-face): New faces.
16403         (compilation-error-regexp-alist-alist): New constant.
16405         (compilation-face, compilation-directory-properties)
16406         (compilation-assq, compilation-error-properties, compilation-start)
16407         (define-compilation-mode, compilation-loop)
16408         (compilation-set-window): New functions.
16410         (compile): Additional argument for interactive compiles like TeX.
16412         * progmodes/grep.el (kill-grep): Move here from compile.el
16413         (grep-error, grep-hit-face, grep-error-face)
16414         (grep-mode-font-lock-keywords): New variables.
16415         (grep-regexp-alist): Simplify regexp and add `binary' case.
16416         (grep-mode): New mode.
16417         (grep-process-setup): Simplify.
16419 2004-03-11  Jason Rumney  <jasonr@gnu.org>
16421         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
16422         letters on DOS/Windows.
16424 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
16426         * server.el (server-name): New var.
16427         (server-socket-dir): New var to replace server-socket-name.
16428         (server-start): Use them.
16430 2004-03-11  Simon Josefsson  <jas@extundo.com>
16432         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
16433         died to avoid infloop.  Reported by Jonathan Glauner
16434         <jglauner@sbum.org>.
16436 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16438         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
16439         (smerge-mode-menu): Use it to deactivate menu entries.
16440         (smerge-keep-current): New fun.
16441         (smerge-keep-current): Use it.
16443 2004-03-10  John Paul Wallington  <jpw@gnu.org>
16445         * foldout.el (foldout-fold-list, foldout-modeline-string):
16446         Declare them as variables, not constants.
16448 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16450         * ps-print.el: Modification to print *Messages* buffer.
16451         (ps-print-version): New version 6.6.4.
16452         (ps-message-log-max): New fun.
16453         (ps-spool-without-faces, ps-spool-with-faces)
16454         (ps-count-lines-preprint): Code fix.
16456         * printing.el: New tips in Tips section.
16458 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16460         * delim-col.el: Doc fix.
16462         * printing.el: Doc fix.  New doc section (Tips).
16464 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16466         * type-break.el (type-break-emacs-variant): Remove.
16467         (type-break-run-at-time, type-break-cancel-function-timers):
16468         Use fboundp rather than version name and number.
16470 2004-03-09  Masatake YAMATO  <jet@gyve.org>
16472         * hexl.el (hexl-mode): Use `make-local-variable' instead of
16473         `make-variable-buffer-local'.
16475 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
16477         * find-dired.el (find-dired): Call `shell-command' instead of
16478         `start-process-shell-command'.  By this, Tramp takes over
16479         handling of remote directories.
16481 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
16483         * newcomment.el (comment-use-global-state): New var.
16484         (comment-search-forward): Use it.
16486         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
16488         * cus-edit.el (fill) <defgroup>: Move to fill.el.
16490         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
16491         (enable-kinsoku): Make it a defcustom.
16492         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
16493         paragraph to same-comment-start-marker.
16495 2004-03-07  Dave Love  <fx@gnu.org>
16497         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
16498         (browse-url-mail): Use it.
16500         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
16501         (rfc2368-unhexify-string): Use replace-regexp-in-string.
16503 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
16505         * woman.el (woman-man.conf-path): Doc fix.
16506         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
16508 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
16510         * sort.el (sort-columns): Remove ms-dos from the list of systems
16511         where the external `sort' command is not used.
16513 2004-03-07  Kim F. Storm  <storm@cua.dk>
16515         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
16516         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
16517         from overlay-arrow-variable-list.
16518         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
16520 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
16522         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
16523         overlay arrow string properly for the assembler buffer.
16525 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
16527         * mail/sendmail.el (mail-mode): Fix last change.
16529 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
16531         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
16532         for the assembler buffer.
16533         (gdb-assembler-custom): Position the overlay arrow.
16534         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
16536 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
16538         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
16540         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
16541         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
16543         * mail/sendmail.el (mail-mode): Set comment-start-skip.
16545         * newcomment.el (uncomment-region): Allow non-terminated comment.
16546         (comment-normalize-vars): Check the user-specified comstart marker.
16548 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
16550         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
16551         Otherwise, do use it if the region only contains font-lock text
16552         properties.
16554 2004-03-04  Masatake YAMATO  <jet@gyve.org>
16556         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
16557         as the callback function for eldoc.
16558         (hexl-print-current-point-info): New function.
16559         (hexl-current-address): Print the address in both decimal
16560         and hexadecimal format.
16562 2004-03-04  Richard M. Stallman  <rms@gnu.org>
16564         * mail/rmail.el (rmail-convert-to-babyl-format):
16565         Specify t for UNIBYTE when calling mail-unquote-printable-region.
16567         * mail/mail-utils.el (mail-unquote-printable-region):
16568         New arg UNIBYTE.
16570         * startup.el (command-switch-alist): Doc fix.
16572         * simple.el (undo): Temporarily set this-command to `undo-start',
16573         then set it to `undo' once undo-start returns without error.
16575         * simple.el (minibuffer-history-sexp-flag): Doc fix.
16577         * simple.el (kill-line): Don't disregard trailing whitespace
16578         in eol condition, if show-trailing-whitespace is set.
16580         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
16581         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
16582         When disabling, restore old values only if mouse-sel-has-been-enabled.
16584         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
16585         (isearch-{-char): New function.
16586         (isearch-mode-map): Bind { to isearch-{-char.
16588         * font-lock.el (lisp-font-lock-keywords-2):
16589         Turn off the CL with-... and do-... general patterns.
16590         Instead, recognize several specific with... and do... constructs.
16592         * files.el (switch-to-buffer-other-window):
16593         Bind same-window-buffer-names and same-window-regexps to nil.
16594         (switch-to-buffer-other-frame): Likewise.
16596 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16598         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
16599         recognizing leading comment on code line.
16601 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16603         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
16604         hidden files/directories.
16606 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
16608         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
16609         only comment-start (in case the mode hasn't set it).
16611         * Makefile.in (AUTOGENEL): New var.
16612         (bootstrap-prepare): Rename from bootstrap-clean.
16613         Don't remove elc files.
16614         (maintainer-clean): New target.
16616         * xml.el (xml-get-attribute-or-nil): Simplify.
16618 2004-03-02  Juri Linkov  <juri@jurta.org>
16620         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
16621         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
16622         URL to prevent their substitution with the environment variable
16623         values by browsers.
16625 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16627         * ps-print.el: Doc fix.
16628         (ps-print-version): New version number (6.6.3).
16629         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
16630         Docstring fix.
16631         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
16632         before printing.
16633         (ps-time-stamp-yyyy-mm-dd): New fun.
16634         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
16636 2004-03-02  Kim F. Storm  <storm@cua.dk>
16638         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
16640 2004-03-01  Juanma Barranquero  <lektu@terra.es>
16642         * allout.el (allout-rebullet-heading): Fix typo in docstring.
16644         * desktop.el (desktop-file-version)
16645         (desktop-after-read-hook): Fix typos.
16646         (desktop-clear-preserve-buffers): Remove redundant info in
16647         docstring already shown by the obsolescence message.
16648         (desktop-truncate, desktop-internal-v2s)
16649         (desktop-value-to-string): Change argument name to match docstring.
16651         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
16653         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
16654         docstring.
16656 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16658         * printing.el: Replace "As Is..." in PostScript file print/preview by
16659         "No Preprocessing...".  Suggested by Colin Marquardt
16660         <_marquardt_@zmd.de>.
16661         (pr-insert-section-4): Adjust buffer interface.
16663 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
16665         Version 2.0.39 of Tramp released.
16667         * net/tramp.el (tramp-handle-file-local-copy)
16668         (tramp-handle-write-region, tramp-open-connection-rsh):
16669         Variable name typo.  Small change.  From Patrick Tullmann
16670         <tullmann@flux.utah.edu>.
16671         (tramp-process-connection-type): New variable.
16672         (tramp-maybe-open-connection): Use it.
16673         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
16674         (tramp-touch): Set last-modified time of a remote file.
16675         (tramp-handle-write-region): Say which function is used when encoding.
16677 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
16679         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
16680         case of non-existing filename, too.  Reported by Christoph Bauer
16681         <c_bauer@informatik.uni-kl.de>.
16682         (tramp-smb-get-file-entries): The directory in question should
16683         have permissions "drwxrwxrwx".  Just virtual, because we don't
16684         know the real permissions.  Don't we know?
16685         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
16686         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
16687         (tramp-smb-wait-for-output): Optimize algorithm getting pending
16688         output.  If it was received chunkwise, there have been problems.
16689         Remove the "prompt not found" error message; it is obvious.
16690         Simplify algorithm.
16691         (tramp-smb-process-running): Remove.  Since we acknowledge the
16692         virtual prompt for shares, there's no need for distinction of
16693         reading shares (process ends afterwards) and interactive mode of
16694         smblient.
16695         (tramp-smb-open-connection): Setting process sentinel removed.
16696         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
16697         "NT_STATUS_NETWORK_ACCESS_DENIED".
16698         (tramp-smb-maybe-open-connection): Set `process-connection-type'
16699         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
16700         (top-level): Setting default value in `tramp-default-method-alist'
16701         corrected.  Order of USER and HOST have been wrong.
16702         Nobody complained for months ...
16703         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
16704         (tramp-smb-open-connection): Clear password cache if login has failed.
16706         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
16707         `tramp-unified-filenames'.
16708         (tramp-completion-mode): Make test for XEmacs explicitely.
16709         `event-to-character' can exists in Emacs packages too.
16710         Reported by Matt Swift <swift@alum.mit.edu>.
16711         (tramp-buffer-name): Buffer name must contain the user if exists.
16712         Reported by Adrian Phillips <a.phillips@met.no>.
16713         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
16714         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
16715         (tramp-do-copy-or-rename-file-out-of-band): Rename from
16716         `tramp-do-copy-or-rename-file-one-local', because it handles also
16717         the case both files use the same out-of-band method.
16718         Implementation added.
16719         (tramp-handle-file-local-copy, tramp-handle-write-region):
16720         Out-of-band handling removed.  `copy-file' called instead, which
16721         calls `tramp-do-copy-or-rename-file-out-of-band'.
16722         (tramp-action-password): Check for out-of-band method removed.
16723         This function is used for 'login-program.
16724         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
16725         appropriate.
16726         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
16727         and `tramp-parse-sknownhosts'.
16728         (tramp-completion-function-alist): It's a defvar now, because we
16729         want to apply the optimized `tramp-set-completion-function'
16730         instead of a static list.
16731         (tramp-set-completion-function): Implementation tuned.
16732         Avoid double entries, and entries where the function or the
16733         file/directory doesn't exist.
16734         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
16735         for SSH2.
16736         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
16737         (tramp-handle-dired-compress-file): New function.
16738         (tramp-async-proc): New variable.
16739         (tramp-handle-shell-command): Adding asynchronous processes.
16740         They are far from being perfect, but it works at least for
16741         `find-grep-dired' and `find-name-dired' in Emacs 22.1.
16742         (top-level): Require password.el if visible.  Should be mandatory
16743         once No Gnus has found its way into (X)Emacs.
16744         (tramp-read-passwd): Invoke `password-read' if available,
16745         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
16746         fallback any longer.
16747         (tramp-clear-passwd): New function.
16748         (tramp-process-actions, tramp-process-multi-actions):
16749         Clear password cache if login has failed.
16751         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
16752         its own module.
16753         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
16754         `ange-ftp-ftp-name-res'.  There could be incorrect values from
16755         previous calls in case the "ftp" method is used in the Tramp file
16756         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16758 2004-02-28  Richard M. Stallman  <rms@gnu.org>
16760         * term.el (term-mouse-paste): Call mouse-set-point.
16762         * thumbs.el: New file.
16764 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16766         * progmodes/ebnf-abn.el: Doc fix.
16768         * progmodes/ebnf-bnf.el: Doc fix.
16769         (ebnf-repeat): Code fix.
16771         * progmodes/ebnf2ps.el: Doc fix.
16772         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
16774 2004-02-28  Juri Linkov  <juri@jurta.org>
16776         * ffap.el (dired-at-point): Additional writability test for
16777         relative directory names.
16778         (dired-at-point-prompter): Treat directories as a directory, get
16779         the directory component from files.
16780         (ffap-string-at-point): Return string from region if region is active.
16781         (ffap-file-at-point): Remove redundant code.
16783 2004-02-28  Kim F. Storm  <storm@cua.dk>
16785         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
16786         Initialize margin area images to nil.
16787         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
16788         (breakpoint-enabled-bitmap-face)
16789         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
16790         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
16791         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
16792         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
16793         (gdb-reset): Use gdb-remove-breakpoint-icons.
16794         (gdb-put-string): Add dprop arg to specify alternative display
16795         property (for setting fringe bitmap).
16796         (gdb-remove-strings): Doc fix.
16797         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
16798         icon in fringe (if available), or else as icon or text in display
16799         margin.  Creates necessary icons in breakpoint-bitmap,
16800         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
16801         Also make left window margin if required.
16802         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
16803         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
16804         no longer needed.
16805         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
16806         gdb-put-breakpoint-icon.
16807         (gdb-assembler-mode): Don't set left-margin-width here.
16809 2004-02-27  Kevin Ryde  <user42@zip.com.au>
16811         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
16812         comma, so that it DTRT in macros.
16814 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
16816         * progmodes/sh-script.el (sh-shell-arg)
16817         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
16818         (sh-leading-keywords, sh-other-keywords): Fix custom type.
16820 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
16822         * faces.el (face-spec-set-match-display): Add a new attribute,
16823         `min-colors'.
16824         (region, highlight, secondary-selection): Use `min-colors'.
16826         * custom.el (defface): Add documentation for `min-colors'.
16828         * font-lock.el (font-lock-comment-face, font-lock-string-face)
16829         (font-lock-keyword-face, font-lock-function-name-face)
16830         (font-lock-variable-name-face, font-lock-constant-face):
16831         Use `min-colors'.
16833         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
16835 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16837         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
16838         define assq-delete-all if it's not defined.
16839         (ebnf-generate-region): Code fix.
16841         * printing.el: Doc fix.
16842         (pr-version): New version number (6.7.2).
16843         (pr-command): Return empty string if command is an empty string.
16845 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16847         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
16849         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
16850         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
16851         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
16852         "tt" ["test"] ).  Reported by Markus Dreyer
16853         <mdreyer@ix.urz.uni-heidelberg.de>.
16854         (ebnf-version): New version number (4.0).
16855         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
16856         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
16857         (ebnf-delete-style): New commands.
16858         (ebnf-directory, ebnf-file): New funs.
16859         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
16860         (ebnf-production-name-p, ebnf-stop-on-error): New options.
16861         (ebnf-syntax-alist): New var.
16862         (ebnf-element-width): New fun replacing ebnf-list-width.
16863         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
16864         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
16865         (ebnf-prologue): Adjust vars.
16866         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
16867         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
16868         (ebnf-check-style-values, ebnf-generate-production)
16869         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
16870         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
16871         (ebnf-token-repeat): Code fix.
16873         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
16874         %right, %left and %prec.  Suggested by Matthew K. Junker
16875         <junker@alum.mit.edu>.
16876         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
16878         * progmodes/ebnf-iso.el: Doc fix.
16879         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
16880         (ebnf-iso-lex): Code fix.
16882         * progmodes/ebnf-bnf.el: Doc fix.
16883         (ebnf-bnf-lex): Code fix.
16885         * progmodes/ebnf-otz.el: Doc fix.
16887 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
16889         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
16890         (abbrev-prefix-mark): Doc fix.
16892 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
16894         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
16895         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
16896         (gdb-var-delete): Make interactive (really).
16897         (gdb-edit-value): Make non-interactive.
16899         * progmodes/gud.el (gud-speedbar-menu-items):
16900         Add gdb-var-delete and, indirectly, gdb-edit-value.
16901         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
16902         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
16903         (gud-gdb-marker-filter): Add comment for annotations.
16905 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
16907         * calendar/calendar.el (generate-calendar)
16908         (calendar-read-date): Prevent display of BC calendars once more -
16909         reverts 2003-10-01 change.
16910         (generate-calendar-month): Doc fix.
16912 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
16914         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
16915         return value of increment-calendar-month.
16917 2004-02-21  Stephen Compall  <s11@member.fsf.org>
16919         * saveplace.el (save-place-forget-unreadable-files)
16920         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
16921         (save-place-forget-unreadable-files): New function.
16922         (save-place-alist-to-file): Use it to filter out files that are
16923         no longer readable.
16925         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
16926         current Texinfo environment, using the same method as in
16927         `texinfo-insert-@end', and insert a space rather than a newline if
16928         point in a @table environment.
16930 2004-02-21  Juri Linkov  <juri@jurta.org>
16932         * ffap.el (ffap-file-at-point): Try parent directories.
16934 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
16936         * vcursor.el (vcursor-modifiers): New defcustom.
16937         (vcursor-cs-binding): Use vcursor-modifiers instead of a
16938         hard-coded list.
16940 2004-02-21  Masatake YAMATO  <jet@gyve.org>
16942         * play/animate.el (animate-birthday-present): Accept names other
16943         than `Sarah', too.
16945 2004-02-21  Juri Linkov  <juri@jurta.org>
16947         * startup.el: Remove table of command line arguments from the
16948         Commentary section.
16950 2004-02-20  John Wiegley  <johnw@newartisans.com>
16952         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
16953         again" modifier from 'e' to 'E', since 'e' is also used by the
16954         "file extension" modifier.
16956 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
16958         * help-fns.el (describe-categories): Doc fix.
16960 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
16962         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
16963         temporary file for buffer already visiting one.  This change makes
16964         output likely to be directly usable by patch program.
16965         Suggested by Adrian Aichner  <adrian@xemacs.org>
16967 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
16969         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
16970         case of variables defined in compound statements.
16971         (gdb-setup-windows, gdb-source-info, gdb-source-info):
16972         Simplify constructions using switch-to-buffer.
16974 2004-02-19  Simon Josefsson  <jas@extundo.com>
16976         * play/morse.el: Fix typo.
16977         (morse-code): Add @.
16979 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
16981         * calendar/appt.el (appt-display-format): Change default to
16982         'ignore, for backwards compatibility.
16983         (appt-display-message): If appt-display-format is 'ignore,
16984         respect old vars appt-msg-window and appt-visible.
16985         (appt-activate): Don't depend on return value of cancel-timer.
16987         * calendar/calendar.el (calendar-holidays): Doc fix.
16989         * calendar/cal-coptic.el (coptic-prompt-for-date):
16990         Use assoc-string instead of assoc-ignore-case.
16991         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
16992         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
16993         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
16994         * calendar/cal-islam.el (calendar-goto-islamic-date)
16995         (mark-islamic-diary-entries): Ditto.
16996         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
16997         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
16998         (calendar-read-mayan-tzolkin-date): Ditto.
16999         * calendar/calendar.el (calendar-read-date): Ditto.
17000         * calendar/diary-lib.el (mark-diary-entries): Ditto.
17002 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
17004         * progmodes/executable.el (executable-command-find-posix-p):
17005         Fix choice of the directory.
17007 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
17009         * simple.el (interprogram-cut-function)
17010         (interprogram-paste-function, kill-new, kill-append):
17011         Doc fixes.
17012         (kill-region): Make it return nil.  Doc fix.
17013         (yank-pop): Make its argument optional.
17014         (yank): Make ARG `-' equivalent to `-1'.
17016 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
17018         * mail/rmail.el (rmail-get-new-mail): Don't reference
17019         rmail-use-spam-filter if rmail-spam-filter is not loaded.
17021 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
17023         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17024         if one of global-auto-revert-non-file-buffers or autorevert-mode
17025         is non-nil.
17027 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
17029         * subr.el (delete-dups): A better implementation from Karl Heuer
17030         <kwzh@gnu.org>.
17032 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
17034         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17035         correct place.
17036         * progmodes/icon.el (icon-indent-command): Ditto.
17037         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17039 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
17041         * progmodes/grep.el (grep-compute-defaults): Undo change from
17042         2004-01-29: don't use executable-command-find-posix-p.
17044 2004-02-16  Richard Sharman  <rsharman@pobox.com>
17046         * hilit-chg.el: Use require instead of eval-and-compile.
17047         (highlight-compare-buffers): New function.
17049 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
17051         * man.el (Man-fontify-manpage): Render section headings in
17052         `Man-overstrike-face' even when overstrike was not used by man
17053         formatter for section headings.
17055 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
17057         * rmail-spam-filter.el (vm-use-spam-filter)
17058         (rsf-min-region-length-added-to-spam-list): New variables.
17059         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17060         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
17061         spam testing.  Don't delete spam message if automatic deletion
17062         after output via variable rmail-delete-after-output is turned on.
17063         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17064         rsf-bbdb-dont-create-entries-for-spam.
17065         (check-field): New function, extracted from code in
17066         rmail-spam-filter to ease addition of header fields like content-type.
17067         (message-content-type): New variable to check the content-type:
17068         field added, also in defcustom of rsf-definitions-alist.
17069         (rmail-spam-filter): Replace repeated test code for header fields
17070         by calls to check-field; change the call to
17071         rmail-output-to-rmail-file such that rmail-current-message stays
17072         the same to avoid wrong deletion of unseen flags.
17073         (rsf-add-contents-type): New function to convert old format
17074         of rmail-spam-definitions-alist into new one.
17075         Change prefixes of all variables and functions from
17076         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17078 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
17080         * loadhist.el (unload-hook-features-list): New defvar.
17082 2004-02-16  Dave Love  <fx@gnu.org>
17084         * loadhist.el (unload-feature): Doc fix.  Rename flist to
17085         unload-hook-features-list.
17087 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
17089         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17090         cookie.  Don't check if we are looking-at open-formula.
17092 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17094         * subr.el (match-string-no-properties): Use substring-no-properties.
17096 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
17098         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17099         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17100         Use lower-case "rx" in all error message.
17102 2004-02-16  Dave Love  <fx@gnu.org>
17104         * emacs-lisp/rx.el (rx-or): Put group around result.
17105         (rx-constituents): Add backref.
17106         (rx-syntax): Add string-delimiter, comment-delimiter.
17107         (rx-categories): Add combining-diacritic.
17108         (rx-check-not, rx-greedy, rx): Doc fix.
17109         (rx-backref, rx-check-backref): New.
17111 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
17113         * newcomment.el (uncomment-region): Allow eob as comment end.
17115 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
17117         * filecache.el: All message and error commands now use prefix
17118         "Filecache:" to make it easy to read *Messages* buffer.
17120 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
17122         * autorevert.el: Add support to detect changed dired and VC buffers.
17123         (auto-revert-active-p, auto-revert-list-diff)
17124         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17125         (auto-revert-handler, auto-revert-active-p): New functions.
17126         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17127         and `auto-revert-active-p'.
17128         (eval-when-compile): Defvar dired-directory and vc-mode.
17129         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17130         (auto-revert-handler-vc): New functions.
17132 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17134         * progmodes/compile.el (compilation-directory): New defvar.
17135         (compile): Save current directory in compilation-directory.
17136         (recompile): Bind default-directory to compilation-directory if
17137         that is non-nil.
17139 2004-02-16  Dave Love  <fx@gnu.org>
17141         * newcomment.el (comment-insert-comment-function)
17142         (comment-region-function, uncomment-region-function): New.
17143         (comment-indent): Use comment-insert-comment-function.
17144         (uncomment-region): Use uncomment-region-function.
17145         (comment-region): Use comment-region-function.
17147         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17149 2004-02-16  Richard Stallman  <rms@gnu.org>
17151         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17152         loaddefs* and ldefs-boot*.
17154 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
17156         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17157         and email address at the beginning and end of the address.
17159         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17160         anchored at the beginning of the email address.
17162 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
17164         * international/ccl.el (ccl-compile-write): Pass `left' to
17165         ccl-embed-code to generate correct code of write-expr-register.
17167 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
17169         * progmodes/grep.el (grep-compute-defaults): Fix typos.
17171 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17173         * x-dnd.el: Mention support for Motif in commentary.
17174         (x-dnd-handle-drag-n-drop-event): Ditto.
17176 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
17178         * ses.el: Use "ses--" prefixes for buffer-local variables.
17179         Use (point-min) instead of 1, even when we know the buffer
17180         is unnarrowed.
17181         (ses-build-load-map): Delete.  Distribute its content to defconst's for
17182         the three maps.
17183         (ses-menu, ses-header-line-menu): New menus.
17184         (ses-mode-map): Use them.
17185         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
17187 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
17189         * Makefile.in: Fix the CC Mode recompile kludge so it works
17190         when building in a different directory.
17192 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
17194         * simple.el (kill-new): Put yank-handler property on the entire string.
17196 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17198         * diff.el: Don't use compile any more, use diff-mode instead.
17199         (diff-regexp-alist, diff-old-file, diff-new-file)
17200         (diff-parse-differences, diff-process-setup): Remove.
17201         (diff-sentinel): New fun.
17202         (diff): Use it.  Run the process ourselves.
17203         Use diff-mode for the rest of the processing.
17205         * diff.el (diff): Simplify code handling `switch'.
17207 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
17209         * pcvs-defs.el (cvs-menu): Add `tag'.
17211 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
17213         * simple.el (kill-append): Doc fix.
17215         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17216         Adapt outline-regexp to the new conventions for commenting out code.
17218 2004-02-11  John Paul Wallington  <jpw@gnu.org>
17220         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17222 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17224         * diff.el (diff-switches): New fun.
17225         (diff, diff-backup): Use it.
17226         (diff): Clean up the args construction.  Use backquote.
17227         Use listp instead of consp to avoid putting a nil arg.
17228         (diff): Add a revert-buffer function.
17230 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17232         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17233         handled by x-dnd-handle-file-name.
17234         (x-dnd-known-types): Add COMPOUND_TEXT.
17235         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17236         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17237         x-dnd-empty-state.
17238         (x-dnd-forget-drop): Ditto.
17239         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17240         (x-dnd-handle-one-url): Return private when inserting text.
17241         (x-dnd-insert-ctext): New function.
17242         (x-dnd-handle-file-name): New function for FILE_NAME.
17243         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17244         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17245         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17247 2004-02-10  Kenichi Handa  <handa@m17n.org>
17249         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17250         instead of while loop.
17252 2004-02-10  Miles Bader  <miles@gnu.org>
17254         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17256 2004-02-09  Kenichi Handa  <handa@m17n.org>
17258         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17259         have end-of-line.
17261 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
17263         * Makefile.in: Added extra dependencies in the recompile target
17264         needed to cope with the compile time macro expansions in CC Mode.
17266 2004-02-09  Kim F. Storm  <storm@cua.dk>
17268         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17269         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17270         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17271         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17272         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17273         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17274         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17275         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17276         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17277         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17278         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17280 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17282         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17283         Don't allow shrink if there's a window on our right.
17285         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17286         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17287         Bring together declaration and initialization.
17288         (prolog-mode-variables): Don't set the syntax table.
17289         Don't set paragraph-start and comment-indent-function.
17290         Add /*..*/ to the comment regexps.
17291         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
17292         (prolog-mode-map): Don't bind TAB.
17293         (prolog-mode): Set the syntax table.
17294         (prolog-comment-indent): Remove.
17295         (inferior-prolog-mode-map): Initialize in the declaration.
17296         (inferior-prolog-mode-syntax-table)
17297         (inferior-prolog-mode-abbrev-table): New vars.
17298         (inferior-prolog-mode): Derive from comint-mode.
17299         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17300         minibuffer windows.
17302         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17303         in file names, as long as it is unabmiguous.
17305 2004-02-08  Andreas Schwab  <schwab@suse.de>
17307         * textmodes/reftex-toc.el
17308         (reftex-toc-load-all-files-for-promotion): Remove useless use of
17309         format.  Doc fix.
17311         * textmodes/refer.el (refer-find-entry-internal): Remove extra
17312         format string arguments.
17314         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17315         string argument.
17317         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
17319         * play/zone.el (zone-call): Fix format string.
17321         * net/webjump.el (webjump-builtin): Add missing format string argument.
17323         * midnight.el (midnight-delay-set): Remove extra format string argument.
17325         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
17327         * hexl.el (hexl-insert-char): Add missing format string argument.
17329         * format.el (format-decode): Fix format string.
17331         * emulation/vi.el (vi-mode): Remove extra format string argument.
17332         (vi-repeat-last-search): Likewise.
17333         (vi-reverse-last-search): Likewise.
17334         (vi-goto-mark): Likewise.
17335         (vi-reverse-last-find-char): Likewise.
17336         (vi-repeat-last-find-char): Likewise.
17337         (vi-locate-def): Likewise.
17339         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
17341         * ediff-util.el (ediff-toggle-read-only): Remove extra format
17342         string argument.
17343         (ediff-toggle-regexp-match): Likewise.
17345         * dired-aux.el (dired-do-query-replace-regexp): Add missing
17346         format string argument.
17348         * calc/calc-map.el (calc-get-operator): Remove extra format
17349         string argument.
17351         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
17353         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
17354         string argument.
17356         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
17358         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
17360         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
17362         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
17363         (cl-struct-setf-expander): Likewise.
17365         * vc.el (with-vc-file): Fix unsafe uses of error.
17366         (vc-cancel-version): Likewise.
17368 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
17370         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
17371         thousands separator; fixes <class>:<line-number> regexp for
17372         non-english locales.
17374 2004-02-08  Andreas Schwab  <schwab@suse.de>
17376         * view.el (view-mode-enable): Revert previous change.
17378 2004-02-07  Kim F. Storm  <storm@cua.dk>
17380         * simple.el (line-number-at-pos): Rename from line-at-pos.
17381         Uses changed (what-line and vc-annotate-warp-version).
17383 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17385         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
17386         (diff-mode): Remove aborted attempt at support for compile.el.
17387         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
17389 2004-02-06  Andreas Schwab  <schwab@suse.de>
17391         * view.el (view-mode-enable): Add view-mode-map to
17392         minor-mode-overriding-map-alist.
17394 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17396         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
17398 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
17400         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
17401         with point inside rather than after the paragraph.
17403 2004-02-04  Sam Steingold  <sds@gnu.org>
17405         * mail/smtpmail.el (smtpmail-try-auth-methods):
17406         Do not try authentication when no mechanism is available.
17407         Pass port-name as defaultport to `netrc-machine'.
17409 2004-02-04  Stephen Eglen  <stephen@gnu.org>
17411         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
17412         to show how minibuffer height can be constrained.
17414 2004-02-04  John Paul Wallington  <jpw@gnu.org>
17416         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
17418 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17420         * x-dnd.el: New file for drag and drop.
17422         * term/x-win.el: require x-dnd, set after-make-frame-functions
17423         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
17424         drag-n-drop event.
17426         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
17427         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
17428         (dired-dnd-handle-file): New functions for drag and drop support.
17429         (dired-mode): Initialize drag and drop if x-dnd present.
17431 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
17433         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
17434         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
17435         (cperl-mode): Set fill-paragraph-function.
17436         (cperl-fill-paragraph): Make it non-interactive.
17438 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
17440         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
17442 2004-02-02  David Kastrup  <dak@gnu.org>
17444         * replace.el (perform-replace): Allow 'literal argument in
17445         regexp-flag to indicate literal replacement.
17446         (query-replace-regexp-eval): Use it.
17448 2004-02-01  Andreas Schwab  <schwab@suse.de>
17450         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
17452 2004-02-01  Stephen Eglen  <stephen@gnu.org>
17454         * info-look.el: Add support for maxima-mode.  Update commentary
17455         because info-lookup-symbol is now bound to C-h S.
17457 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
17459         * simple.el (edit-and-eval-command): Bind print-level and
17460         minibuffer-history-sexp-flag around call to read-from-minibuffer.
17461         Correct initial position in command-history.
17463 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
17465         * files.el (read-directory-name): Adapt the docstring to recent
17466         change in Fread_file_name.
17468 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
17470         * ses.el (ses-print-cell): If print format too wide for column
17471         width, truncate decimal places if that helps to avoid "#####" fill.
17472         * ses.el (ses-initial-column-width): Revert previous change.
17474 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
17476         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
17477         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
17478         Add edebug info.
17479         (jit-lock-mode): Setup/cancel the new timer.
17480         (jit-lock-context-fontify): New fun.  Extracted from
17481         context fontification code of jit-lock-stealth-fontify.
17482         (jit-lock-stealth-fontify): Don't do context fontification any more.
17484         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
17485         (jit-lock-fontify-now): Handle the `quit' case.
17486         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
17488 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
17490         * progmodes/executable.el (executable-command-find-posix-p):
17491         New.  Check if find handles arguments Posix-style.
17493         * progmodes/grep.el (grep-compute-defaults):
17494         Use executable-command-find-posix-p.
17495         (grep-find): Check `grep-find-command'.
17497         * filecache.el (file-cache-find-posix-p): Delete.
17498         (file-cache-add-directory-using-find):
17499         Use `executable-command-find-posix-p'.
17501 2004-01-29  Dave Love  <fx@gnu.org>
17503         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
17504         Iterate the hook function if arg is given.
17505         (mark-defun, narrow-to-defun): Change order of finding the limits.
17507         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
17508         (byte-compile-format-warn): New.
17509         (byte-compile-callargs-warn): Use it.
17510         (Format, message, error): Add byte-compile-format-like property.
17511         (byte-compile-maybe-guarded): New.
17512         (byte-compile-if, byte-compile-cond): Use it.
17513         (byte-compile-lambda): Compile interactive forms,
17514         just to make warnings about them.
17516 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
17518         * ses.el (ses-initial-column-width): Increase to 14, so it will
17519         work well with the default printer of "%.7g" for extreme values
17520         like "-1.234567e+07".
17522 2004-01-29  Kenichi Handa  <handa@m17n.org>
17524         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
17526 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
17528         * dos-w32.el: Added support for the `default-printer-name' function.
17530 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17532         * server.el (server-socket-name): Don't use the hostname in the
17533         socket name since /tmp is local to the host anyway.
17535         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
17536         robust check of widening and fix var-naming.
17538 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
17540         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
17541         or rmail-spam- to rsf- in all function and variable names.
17542         (rsf-min-region-to-spam-list): New variable.
17543         (rsf-bbdb-auto-delete-spam-entries): Rename from
17544         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
17545         scanned together with the recipients field for spam testing; Don't
17546         delete spam message if rmail-delete-after-output is non-nil;
17547         (rsf-check-field): New function, extracted from code in
17548         rmail-spam-filter to ease addition of header fields like
17549         content-type:;
17550         (message-content-type): New variable.  The content-type: field was
17551         added also in defcustom of rsf-definitions-alist;
17552         (rmail-spam-filter): Replace repeated test code for header fields
17553         by calls to check-field; change the call to
17554         rmail-output-to-rmail-file such that rmail-current-message stays
17555         the same to avoid wrong deletion of unseen flags.
17556         (rmail-use-spam-filter): Add autoload cookie.
17558 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
17560         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
17561         (file-cache-add-directory-using-find): Add Cygwin support.
17562         (file-cache-find-command-posix-flag): New user variable.
17564         * filecache.el (file-cache-add-directory): Check for
17565         directories an remove them from dir-files.
17567 2004-01-27  Richard M. Stallman  <rms@gnu.org>
17569         * man.el (Man-fontify-manpage): Clean up message.
17571 2004-01-27  Kenichi Handa  <handa@m17n.org>
17573         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
17574         (sentence-end): Define using sentence-end-without-space.
17576         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
17577         a sentence ends with one of a character in sentence-end-without-space.
17579 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17581         * font-lock.el (font-lock): Add jit-lock as explicit group member.
17582         (jit-lock): Group declaration moved to jit-lock.el.
17583         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
17584         when necessary.
17586         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
17587         (jit-lock-context-unfontify-pos): Rename from
17588         jit-lock-first-unfontify-pos.
17589         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
17591 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
17593         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
17594         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
17595         (fortran-fill): When filling a string, adjust re-search-backward
17596         argument for special case of string just on fill-column.
17597         When filling non-string, allow one extra char if
17598         fortran-break-before-delimiters is non-nil.
17599         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
17600         Use fortran-break-delimiters-re and fortran-no-break-re to
17601         correctly handle cases such as "**".
17603         * progmodes/f90.el (f90-break-delimiters): Doc fix.
17604         (f90-no-break-re): Add some extra tokens.  Doc fix.
17606 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
17608         * mail/rmail-spam-filter.el:
17609         Use two semicolons as Commentary line prefix.
17610         Add ";;; Code:" stylized comment.
17611         Delete end-of-line whitespace.
17612         Wrap (require 'cl) with `eval-when-compile'.
17614 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
17616         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
17617         at the top level of vc.el.
17619 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
17621         * vc.el (vc-current-line): Function removed.  This is now done by
17622         the new function line-at-pos in simple.el.
17623         (vc-annotate-warp-version): Use line-at-pos instead of
17624         vc-current-line.
17626 2004-01-22  Kim F. Storm  <storm@cua.dk>
17628         * simple.el (line-at-pos): New defun.
17629         (what-line): Use it.  Optimize by only counting lines in narrowed
17630         region once.
17632 2004-01-22  Kenichi Handa  <handa@m17n.org>
17634         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
17635         point (register r1) only for charset mule-unicode-0100-24ff.
17637 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
17639         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
17640         trailing white space and ensure a final newline.
17642         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
17643         Add autoload cookie.
17645 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
17647         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
17648         activate view-mode explicitly.
17650 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
17652         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
17653         use clipboard first.
17655 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17657         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
17658         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
17659         (vc-mcvs-cvs): Remove.
17660         (vc-mcvs-command): Remove use of assert.
17662         * outline.el (outline-insert-heading): Tighten up match.
17663         (outline-demote, outline-move-subtree-down): Don't assume anything
17664         about outline-regexp.
17666         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
17667         (texinfo-show-structure): Explicitly add ^, and simplify.
17669 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
17671         * calendar/appt.el (appt-check): Restore usage of
17672         appt-issue-message deleted in previous change.
17673         (top-level): Activate package when loaded (needed for backwards
17674         compatibility).
17676 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17678         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
17679         following previous change to smtpmail-send-data.
17681 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
17683         * vc.el (vc-default-previous-version): Doc enhancement.
17684         (vc-default-next-version): New function.
17685         (vc-print-log): New arg FOCUS-REV.
17686         (vc-annotate-mode): Derive from view-mode.
17687         (vc-annotate): New args REVISION, DISPLAY-MODE.
17688         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
17689         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
17690         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
17691         (vc-annotate-show-diff-revision-at-line, vc-current-line)
17692         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
17694         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
17696 2004-01-19  Karl Berry  <karl@gnu.org>
17698         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
17699         or "TexInfo".
17701 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
17703         * subr.el (delete-dups): New function.
17705 2004-01-19  Karl Berry  <karl@gnu.org>
17707         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
17708         with ^, since that's what texinfo-show-structure
17709         documentation says (plus it works much better in texinfo.txi).
17711 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
17713         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
17715 2004-01-18  David Ponce  <david@dponce.com>  (tiny change)
17717         * progmodes/which-func.el (which-function-mode): Don't cancel
17718         which-func-update-timer if not set.
17720 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
17722         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
17723         Remove spurious left square bracket in XX:XXam regexp.
17725 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
17727         * progmodes/cc-defs.el: Do not require cl at run time.
17729 2004-01-16  Richard M. Stallman  <rms@gnu.org>
17731         * emacs-lisp/cl.el (cl-cannot-unload): New function.
17732         (cl-unload-hook): Defvar this to run cl-cannot-unload.
17734         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
17735         Call rmail-spam-filter.  Delete and expunge spam.
17736         Print number of spam messages deleted.
17737         Save and restore the deletion status of old messages when reading
17738         new mail with spam filter, so that expunging spam does not expunge
17739         msgs deleted by the user.
17740         (rmail-only-expunge): Add an optional argument dont-show to
17741         prevent showing message after expunge.
17743 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
17745         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
17746         * subr.el (declare): New macro.
17748 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
17750         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
17752 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
17754         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
17755         Test window-system rather than system-type (for X11/Mac).
17757 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
17759         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
17761 2004-01-12  Richard M. Stallman  <rms@gnu.org>
17763         * mail/rmail.el (rmail-convert-to-babyl-format):
17764         Use mail-unquote-printable-region.
17765         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
17766         (rmail-hex-char-to-integer): Functions deleted.
17768         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
17769         (mail-unquote-printable-region): New arg NOERROR.
17770         For invalid encoding, either signal an error to just return nil.
17772 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
17774         * calendar/appt.el: Update copyright and commentary.
17775         (appt-issue-message): Make obsolete.
17776         (appt-visible, appt-msg-window): Make obsolete, in favour of
17777         appt-display-format.
17778         (appt-display-mode-line, appt-display-duration)
17779         (appt-display-diary, appt-time-msg-list, appt-mode-string)
17780         (appt-prev-comp-time, appt-display-count, appt-timer)
17781         (appt-convert-time): Doc change.
17782         (appt-disp-window-function, appt-delete-window-function):
17783         Use defcustom rather than defvar.
17784         (appt-display-format): New variable.
17785         (appt-display-message): New function with display code from appt-check.
17786         (appt-check): Add optional FORCE argument.  Doc change.
17787         Add appt-make-list to diary-hook if displaying diary.
17788         Remove checking of view-diary-entries-initially.
17789         Message display section removed to new function appt-display-message.
17790         (appt-display-window): Doc change.  Remove unused internal var
17791         this-buffer.  Do not beep, since appt-display-message does that.
17792         (appt-make-list): Doc change.  Use caar.
17793         (appt-sort-list): Simplify by using builtin sort function.
17794         (appt-update-list): New function for updating appts when diary is
17795         saved.
17796         (appt-activate): New autoloaded function to toggle package
17797         functionality.
17799         * calendar/cal-x.el: (calendar-one-frame-setup)
17800         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
17802         * calendar/calendar.el: Update copyright.
17803         (view-diary-entries-initially, european-calendar-style): Doc change.
17804         (calendar-setup): Make defcustom rather than defvar.
17805         (mark-visible-calendar-date): Initialize temp-face and faceinfo
17806         in let binding so local to function.
17808         * calendar/diary-lib.el: Update copyright.
17809         (diary, diary-entry-time): Doc change.
17810         (list-diary-entries): Doc change.  Trivial logic change.
17811         (fancy-diary-display): Restore make-face command mistakenly
17812         deleted 2003-05-08.
17813         (show-all-diary-entries): Allow to pop-up frame if needed.
17815 2004-01-09  John Paul Wallington  <jpw@gnu.org>
17817         * bindings.el (mode-line-change-eol): Add EVENT parameter.
17818         Temporarily select EVENT's window for changing eol type.
17820 2004-01-09  Deepak Goel  <deego@gnufans.org>
17822         * calendar/diary-lib.el (diary-entry-time):
17823         Also accept time in the form XX[.XX][am/pm/AM/PM].
17824         (fancy-diary-font-lock-keywords): Likewise.
17825         (diary-font-lock-keywords): Likewise.
17826         * calendar/appt.el (appt-add): Likewise.
17827         (appt-make-list): Likewise.
17828         (appt-convert-time): Likewise.
17830 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
17832         * gdb-ui.el (gdb-ann3): Revert previous change.
17833         (gdb-source-info): Allow for case of where compilation directory
17834         is not recorded.
17836 2004-01-08  John Paul Wallington  <jpw@gnu.org>
17838         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
17840 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
17842         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
17844         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
17845         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
17846         problems.
17847         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
17849 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
17851         * files.el (write-file-functions, write-contents-functions):
17852         Clarify docstrings.
17854 2004-01-07  Kenichi Handa  <handa@m17n.org>
17856         * international/mule.el (set-auto-coding): Fix for the case that
17857         end-of-line is only CR.
17859 2004-01-07  Kim F. Storm  <storm@cua.dk>
17861         * subr.el (event-start, event-end): Doc fix.
17862         (posn-string, posn-image): New defuns.
17863         (posn-object): Return either image or string object.
17864         (posn-object-x-y): Return 8th element of position.
17865         (posn-object-width-height): New defun.
17867 2004-01-06  Andreas Schwab  <schwab@suse.de>
17869         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
17870         output.
17872 2004-01-05  Karl Berry  <karl@gnu.org>
17874         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
17875         / and *, too.
17877 2003-12-31  Simon Josefsson  <jas@extundo.com>
17879         * files.el (before-save-hook): Add.
17880         (basic-save-buffer): Use before-save-hook.
17882         * emacs-lisp/copyright.el: Fix comment to recommend
17883         before-save-hook instead of write-file-functions.
17885 2004-01-05  Richard M. Stallman  <rms@gnu.org>
17887         * finder.el (finder-commentary): Call delete-other-windows.
17889         * net/ange-ftp.el (ange-ftp-file-attributes):
17890         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
17892 2004-01-04  Karl Berry  <karl@gnu.org>
17894         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
17895         comment characters % and # in the copyright year notice,
17896         as well as ;.
17898 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
17900         * wid-edit.el (default): Define dummy :value-delete.
17901         Reported by Jesper Harder <harder@ifa.au.dk>.
17903 2004-01-03  Richard M. Stallman  <rms@gnu.org>
17905         * progmodes/compile.el (compile-internal): Use point, not point-min,
17906         for set-window-point.
17908         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
17910         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
17912         * progmodes/grep.el (grep-mode-map):
17913         Don't remap next-line, previous-line.
17915 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
17917         * speedbar.el (speedbar-edit-line): Change regexp to position
17918         the cursor on the first character of this line's button.
17920 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
17922         * subr.el (functionp): Doc fix.
17924 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
17926         * progmodes/idlwave.el (idlwave-make-tags):
17927         * textmodes/flyspell.el (flyspell-large-region):.
17928         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
17929         * emulation/viper-util.el (viper-glob-unix-files):
17930         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
17931         * man.el (Man-init-defvars):
17932         * jka-compr.el (jka-compr-call-process):
17933         * files.el (get-free-disk-space,insert-directory):
17934         * ediff-ptch.el (ediff-test-patch-utility):
17935         * ediff-diff.el (ediff-test-utility):
17936         * dired-aux.el (dired-check-process):
17937         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
17938         test the return value of call-process, because it can be a string.
17940 2003-12-31  John Paul Wallington  <jpw@gnu.org>
17942         * bindings.el (completion-ignored-extensions): Add .pfsl.
17944 2003-12-31  Kim F. Storm  <storm@cua.dk>
17946         * ido.el (ido-nonreadable-directory-p): New defun to check for
17947         nonreadable directory without activating tramp (to avoid problems
17948         with checking incomplete tramp paths).
17949         (ido-set-current-directory, ido-file-internal)
17950         (ido-file-name-all-completions1): Use it.
17952 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
17954         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
17955         documentation if the anchor (or node) name is preceded by `info
17956         anchor' or `Info anchor' in addition to earlier `info node' and
17957         `Info node'.
17958         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
17960 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
17962         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
17963         error in arguments to base64-decode-region.  Remove ^M characters
17964         after decoding base64.
17966 2003-12-30  Simon Josefsson  <jas@extundo.com>
17968         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
17969         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
17970         have only been distributed with Emacs for some years.
17971         (texinfo-mode-hook): Customize.
17973 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
17975         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
17976         cleaner (suggested by Richard Stallman).
17978         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
17979         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
17980         file-name clashes on 8+3 DOS filesystems.
17982         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
17983         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
17984         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
17985         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
17986         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
17987         file-name clashes on 8+3 filesystems.
17989         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
17990         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
17991         file-name clashes on 8+3 DOS filesystems.
17993 2003-12-29  Richard M. Stallman  <rms@gnu.org>
17995         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
17996         Upcase the character.
17998         * textmodes/flyspell.el (mail-mode-flyspell-verify):
17999         Search for header separator alone on a line, literally,
18000         and search for it backward, not forward.
18001         (flyspell-abbrev-table): Always use global-abbrev-table
18002         if there is no local one.
18004         * progmodes/sh-script.el (sh-get-indent-info):
18005         Don't move point back if at bob.
18007         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18009         * play/handwrite.el (handwrite): Make the handwrite credit message
18010         a comment rather than an output command.
18012         * obsolete/sc.el: Display message that this file is obsolete.
18014         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18016         * mail/rfc822.el (rfc822-address-start): Declare variable.
18017         Renamed from address-start.  All uses changed.
18019         * term.el (term-exec): Set up sentinel.
18020         (term-sentinel): New function.
18021         (term-handle-exit): New function.
18023         * subr.el (assoc-ignore-case, assoc-ignore-representation):
18024         Use assoc-string, and mark them obsolete.
18025         (delay-mode-hooks): Mark as permanent local.
18027         * simple.el (sendmail-user-agent-compose): Use assoc-string.
18029         * register.el (copy-rectangle-to-register): Doc fix.
18031         * info.el (Info-insert-dir): Use assoc-string.
18033         * info-look.el (info-lookup): Use assoc-string.
18035         * frame.el (pop-up-frame-function): Use quote, not `function'.
18036         (frame-notice-user-settings): Calculate ADJUSTED-TOP
18037         copying with lists as coordinate values.
18039         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18041         * find-dired.el (kill-find): New command.
18042         (find-dired): Make buffer read-only.
18043         Set up a keymap with C-c C-k running kill-find.
18044         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18046         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18048         * filecache.el (file-cache-ignore-case): New variable.
18049         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
18051         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18052         (comint-dynamic-complete-as-filename): Rename local vars.
18053         (comint-dynamic-list-filename-completions): Likewise.
18055         * comint.el (comint-dynamic-list-completions-config): New var.
18056         (comint-dynamic-list-completions): Handle both SPC and TAB right.
18058         * comint.el (comint-file-name-chars): Add [].
18059         (comint-word): Use skip-chars-backward, not search.
18061         * shell.el (shell-file-name-chars): Add [].
18063         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18065         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18067         * generic.el (define-generic-mode): Doc fix.
18069 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
18071         * files.el (kill-some-buffers): Doc fix.
18073 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
18075         * comint.el (comint-watch-for-password-prompt): Pass `string' as
18076         arg to send-invisible
18077         (send-invisible): Doc fix.  The argument is now a prompt, not the
18078         string to send.
18079         (comint-read-noecho): Doc fix.
18081 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
18083         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18084         "@", as required by some ISP hosting service.  Fix defcustom
18085         argument syntax errors that prevented use of customization.
18087 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
18089         * xml.el (xml-get-attribute-or-nil): Doc fix.
18091 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
18093         * net/zone-mode.el (zone-mode): Use write-file-functions, not
18094         write-file-hooks.
18096 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
18098         * autorevert.el (auto-revert-interval): Doc fix.
18100 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
18102         * xml.el (xml-get-attribute-or-nil): New function, like
18103         xml-get-attribute, but returns nil if the attribute was not found.
18104         (xml-get-attribute): Convert to defsubst, uses
18105         xml-get-attribute-or-nil.
18107 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
18109         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18111 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
18113         * custom.el (custom-declare-theme): Use `value' when putting
18114         properties on `theme'.
18116 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
18118         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18119         for each yank-handler segment.
18120         (insert-for-yank-1): New function, with the body of the previous
18121         insert-for-yank.
18123         * textmodes/table.el (table-yank-handler): New defcustom.
18124         (table--put-cell-indicator-property): Put yank-handler property
18125         that indicates the yank handler for the table cell.
18127 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18129         * generic-x.el (etc-modules-conf-generic-mode): A more complete
18130         set of keywords.
18132 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
18134         * international/mule-cmds.el (reset-language-environment)
18135         (set-language-environment): Don't invoke fontset-related functions
18136         if fontset-list is not fboundp.
18138 2003-12-29  Kenichi Handa  <handa@m17n.org>
18140         * international/mule-cmds.el (reset-language-environment):
18141         Call set-overriding-fontspec-internal with nil.
18142         (set-language-environment): Call set-overriding-fontspec-internal
18143         if the language environment specify `overriding-fontspec'.
18144         (language-info-alist): Doc added.
18146         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18147         characters of mule-unicode-0100-24ff.
18148         (ccl-encode-windows-1251-font): New CCL program.
18149         ("Bulgarian"): Specify overriding-fontspec.
18150         ("Belarusian"): Likewise.
18152 2003-12-28  Sam Steingold  <sds@gnu.org>
18154         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18155         parameter ID-FORMAT to conform with the 2003-11-30 patch.
18157 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
18159         * progmodes/gud.el (gud-gdb-command-name): Set default to
18160         "gdb --annotate=3".
18161         (gud-gdb-marker-filter): Look out for annotations.
18162         (gdb-first-pre-prompt): New variable.
18163         Remove trailing white space.
18165         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18166         if necessary.
18167         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
18168         annotations are detected.
18169         (gud-gdba-marker-filter): Use global variable gud-marker-acc
18170         instead of a local one to allow transition from
18171         gud-gdb-marker-filter.
18172         Remove trailing white space.
18174 2003-12-27  Kim F. Storm  <storm@cua.dk>
18176         * ido.el: Handle non-readable directories.
18177         (ido-decorations): Add 9th element for non-readable directory.
18178         (ido-directory-nonreadable): New dynamic var.
18179         (ido-set-current-directory): Set it.
18180         (ido-read-buffer, ido-file-internal):
18181         (ido-read-file-name, ido-read-directory-name): Let-bind it.
18182         (ido-file-name-all-completions1): Return empty list for
18183         non-readable directory.
18184         (ido-exhibit): Print [Not readable] if directory is not readable.
18185         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18186         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18187         Use it.
18189 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
18191         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18192         calls to directory-files-and-attributes and file-attributes.
18193         (ls-lisp-format): Remove system dependent handling of user and
18194         group id's.
18196 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
18198         * ffap.el (ffap-read-file-or-url): Revert previous change.
18200 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
18202         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18203         new list of included files called `files-with-node-lines', that
18204         only have node lines.  This way @include commands can include any
18205         file, such as version and update files without node lines, not
18206         just files that are chapters.
18208 2003-12-25  Andreas Schwab  <schwab@suse.de>
18210         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18211         file not found.
18213 2003-12-08  Miles Bader  <miles@gnu.org>
18215         * dired.el (dired-between-files): Always use dired-move-to-filename,
18216         which is more robust in non-english locales.
18218 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
18220         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18222 2003-12-24  Andreas Schwab  <schwab@suse.de>
18224         * shell.el (shell-file-name-quote-list): Add backslash.
18226         * comint.el (comint-quote-filename): Correctly handle backslash
18227         in comint-file-name-quote-list.
18229 2003-12-24  Kenichi Handa  <handa@m17n.org>
18231         * international/mule-cmds.el (set-default-coding-systems):
18232         Call ucs-set-table-for-input for all buffers that don't have local
18233         value of buffer-file-coding-system.
18235         * international/ucs-tables.el (ucs-set-table-for-input):
18236         If translation-table-for-encode is a symbol, get its
18237         translation-table property.
18239 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
18241         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18242         to `completing-read' on a recently fixed bug.
18244         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18245         instead of SPACE, to get the list of possible fringe modes.
18246         SPACE only works if both `partial-completion-mode' and
18247         `completion-auto-help' are nil.
18249         * complete.el (PC-is-complete-p): Delete.
18250         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18251         calls to `test-completion'.
18253 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
18255         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18256         to edit values when there are no children.
18258         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18259         a mode called "Assembler" already exists.
18260         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18261         (gud-watch): Use format option.  Remove font properties from string.
18262         (gdb-var-create-handler, gdb-var-list-children-handler):
18263         Don't bother about properties as there are none.
18264         (gdb-var-create-handler, gdb-var-list-children-handler)
18265         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18266         with two arguments.
18267         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18268         Let speedbar show value changes with a different font.
18269         (gdb-edit-value): New defun.
18270         (gdb-clear-partial-output, gdb-clear-inferior-io)
18271         (def-gdb-auto-update-handler): Use erase-buffer.
18272         (gdb-frame-handler): Display watch expressions in
18273         FUNCTION::VARIABLE format if required.
18275 2003-12-23  John Paul Wallington  <jpw@gnu.org>
18277         * info.el (Info-unescape-quotes, Info-split-parameter-string)
18278         (Info-goto-emacs-command-node): Doc fixes.
18280 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
18282         * cus-edit.el (custom-add-parent-links): Define "many".
18284 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
18286         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18287         (widget-child-validate, widget-type-value-create)
18288         (widget-type-default-get, widget-type-match): New functions.
18289         (lazy): New widget.
18290         (menu-choice, checklist, radio-button-choice, editable-list)
18291         (group, documentation-string): Remove redundant (per 2003-10-25
18292         change) calls to `widget-children-value-delete'.
18293         (widget-choice-value-get, widget-choice-value-inline): Remove.
18294         (menu-choice): Update widget.
18296 2003-12-03  Kenichi Handa  <handa@m17n.org>
18298         * language/cyrillic.el: Register "microsoft-cp1251" in
18299         ctext-non-standard-encodings-alist.
18300         ("Bulgarian"): Add ctext-non-standard-encodings.
18301         ("Belarusian"): Likewise.
18303         * international/mule-conf.el (compound-text-with-extensions):
18304         Change the type to 2 (iso-2022 base).
18306         * international/mule.el (ctext-non-standard-encodings-alist):
18307         Change the format.
18308         (ctext-non-standard-encodings): New variable.
18309         (ctext-post-read-conversion): Fully re-written.
18310         (ctext-non-standard-designations-alist): Delete it.
18311         (ctext-non-standard-encodings-table): New function.
18312         (ctext-pre-write-conversion): Fully re-written.
18314 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
18316         * cus-edit.el (custom-add-parent-links): Add documentation links
18317         for parent, if the item has none of its own.
18319 2003-11-30  Richard M. Stallman  <rms@gnu.org>
18321         * dired-aux.el (dired-do-query-replace-regexp):
18322         Report files visited read-only.
18324 2003-11-30  Juri Linkov  <juri@jurta.org>
18326         * dired-aux.el (dired-compare-directories): New command.
18327         (dired-file-set-difference, dired-files-attributes): New functions.
18329 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
18330         Version 2.0.38 of Tramp released.
18332         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
18333         Charles Curley <charlescurley@charlescurley.com>.
18334         (tramp-multi-connection-function-alist): Add ssht entry which adds
18335         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
18336         Aichner.
18337         (tramp-get-method-parameter): New function to retrieve a method
18338         parameter.  This allows for omission of method parameters.
18339         Callers adjusted.
18341 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
18343         * net/tramp.el: Add new optional parameter ID-FORMAT to
18344         `file-attributes'.  Calls of `file-attributes' won't use this
18345         parameter for backward compatibility reasons.
18346         (tramp-perl-file-attributes): Add a new parameter to Perl script
18347         in order to handle uid/gid as strings, if desired.
18348         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
18349         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
18350         order to make the function more general.
18351         (tramp-handle-file-attributes): Replace proprietary optional
18352         parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
18353         (tramp-handle-file-attributes-with-perl): Handle parameter
18354         NONNUMERIC if set.  This wasn't done in the past.
18355         (tramp-post-connection): Apply second parameter "$2" if
18356         `tramp-remote-perl' is called.
18358         * net/tramp-smb.el (tramp-smb-handle-delete-file):
18359         Correct cut'n'waste error (`filename' instead of `directory').
18360         (tramp-smb-handle-directory-files-and-attributes)
18361         (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
18362         introduced parameter ID-FORMAT.
18363         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
18364         error (`directory' instead of `ldir').
18366         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
18367         `file-attributes' has a second parameter.  If yes, apply it with
18368         value "'integer".  Otherwise, don't use that parameter (default is
18369         integer format).
18371 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
18373         * help.el (help-map): Bind `display-local-help' to `C-h .'.
18374         (help-for-help): Add `C-h .' to the listed Help options.
18375         Remove trailing whitespace.
18377         * help-at-pt.el: New file.
18379 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
18381         * subr.el (noreturn, 1value): New macros for test coverage.
18382         See `testcover.el'.
18384         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
18386         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
18387         for macro `1value'.
18388         (testcover-1value): New function.  Checks that a 1value form
18389         actually returns only one value.  Requested by RMS.
18391 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
18393         * gdb-ui.el (gud-watch, gdb-var-create-handler)
18394         (gdb-var-list-children, gdb-var-list-children-handler)
18395         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
18396         gdb commands that use mi to keep them out of the command history.
18398 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18400         * cus-start.el (all): Add use-file-dialog.
18402 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18404         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
18406 2003-11-27  Kim F. Storm  <storm@cua.dk>
18408         * subr.el (posn-object-x-y): New defun.
18410 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18412         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
18413         Don't use `space' for \\\n.
18414         Be more selective as to which # are comment-starters.
18416 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
18418         * subr.el (number-sequence): Improve handling of floating point
18419         arguments (suggested by Kim Storm).  Allow negative arguments.
18421 2003-11-26  Kenichi Handa  <handa@m17n.org>
18423         * international/mule-cmds.el (standard-display-european-internal):
18424         Cancel the standard-display-table setting for ` and '.
18426 2003-11-26  Kim F. Storm  <storm@cua.dk>
18428         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
18429         New defcustoms to add ffap-like functionality to ido.
18430         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
18431         (ido-no-final-slash): New defun.
18432         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
18433         (ido-read-file-name): ): Toggle VC checking via
18434         vc-handled-backends instead of vc-master-templates.
18435         (ido-file-internal): Handle ido-use-url-at-point and
18436         ido-use-filename-at-point via code borrowed from ffap-guesser.
18437         Handle new ido-exit code ffap.
18438         (ido-sort-list): Ignore final slash when sorting file names.
18440 2003-11-25  Kim F. Storm  <storm@cua.dk>
18442         * emulation/cua-base.el (cua--standard-movement-commands):
18443         Add forward-sentence and backward-sentence.
18445 2003-11-25  Stephen Eglen  <stephen@gnu.org>
18447         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
18448         iswitchb-exit is set to 'usefirst when user selects buffer at head
18449         of list using RET.  (Selecting buffers at the head of the list was
18450         broken if the substring was also a complete buffername.)
18452 2003-11-23  Kim F. Storm  <storm@cua.dk>
18454         * progmodes/compile.el (grep-command, grep-use-null-device)
18455         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
18456         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
18457         (grep-regexp-alist, grep-program, find-program)
18458         (grep-find-use-xargs, grep-history, grep-find-history)
18459         (grep-process-setup, grep-compute-defaults)
18460         (grep-default-command, grep, grep-tag-default, grep-find)
18461         (grep-expand-command-macros, grep-tree-last-regexp)
18462         (grep-tree-last-files, grep-tree): Move grep variables, functions
18463         and commands to new file grep.el.
18464         (compilation-mode-map): Remove grep commands from Compile sub-menu.
18465         (compilation-process-setup-function): Doc fix.
18466         (compilation-highlight-regexp, compilation-highlight-overlay): New
18467         defvars used for highlighting current compile error in source buffer.
18468         (compile-internal): New optional args HIGHLIGHT-REGEXP and
18469         LOCAL-MAP which overrides compilation-highlight-regexp and
18470         compilation-mode-map for this compilation.
18471         Delay calling compilation-set-window-height until after running
18472         compilation-process-setup-function so it can buffer-local override
18473         compilation-window-height.
18474         Check buffer-local value of compilation-scroll-output.
18475         (compilation-set-window-height): Use buffer-local value of
18476         compilation-window-height.
18477         (compilation-revert-buffer): Don't pass (undefined)
18478         preserve-modes arg to revert-buffer.
18479         (next-error-no-select, previous-error-no-select): New commands.
18480         (compilation-goto-locus): Temporarily highlight current match in
18481         source buffer using compilation-highlight-regexp.
18483         * progmodes/grep.el: New file with grep code from compile.el.
18484         (grep): New defcustom group.
18485         (grep-window-height): New defcustom, like compilation-window-height.
18486         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
18487         (grep-scroll-output): New defcustom, like compilation-scroll-output.
18488         (grep-command, grep-use-null-device, grep-find-command)
18489         (grep-tree-files-aliases, grep-tree-ignore-case)
18490         (grep-tree-ignore-CVS-directories): Move to grep custom group.
18491         (grep-setup-hook): New hook variable.
18492         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
18493         (grep-last-buffer): New defvar, override compilation-last-buffer.
18494         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
18495         Call compile-internal with args highlight-regexp and grep-mode-map.
18497 2003-11-23  Kim F. Storm  <storm@cua.dk>
18499         * subr.el (event-start, event-end): Doc fix.
18500         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
18501         (posn-area, posn-actual-col-row, posn-object): New defuns.
18502         (posn-col-row): Simplify doc.  Rewrite to use cond.
18503         (posn-point): Also return buffer position for events outside text
18504         area (that info is now present in the event position).
18506         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
18507         mouse-set-point so that hscroll still works now that clicks on
18508         fringes generate specific mouse events.
18509         (mouse-set-point): Note that it now works in fringes and margins
18510         too due to new semantics of posn-point in fringes and margins.
18512         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
18513         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
18515 2003-11-20  Kim F. Storm  <storm@cua.dk>
18517         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
18518         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
18519         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
18520         to 100 for icons to avoid increasing line height when shown.
18522 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18524         * newcomment.el (comment-normalize-vars): Initialize properly if
18525         comment-start was nil.
18527 2003-11-19  Andreas Schwab  <schwab@suse.de>
18529         * simple.el (set-variable): Fix indentation.
18531 2003-11-17  Kenichi Handa  <handa@m17n.org>
18533         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
18534         Fix docstring.
18536 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
18538         * international/latin1-disp.el (latin1-display): Fix docstring.
18540 2003-11-16  John Wiegley  <johnw@newartisans.com>
18542         * eshell/em-ls.el (eshell-ls-file): There are times with
18543         size-width is nil and uncomputed (when directories are created in
18544         dired, for example); in this case, 4 is reasonable default value,
18545         although it may caused skewed new entries (which could be avoided
18546         by returning the original value of 8 in all cases, but 99% of the
18547         time this is a waste of whitespace).
18549 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
18551         * cc-engine.el (c-guess-continued-construct)
18552         (c-guess-basic-syntax): Check a little more carefully if it's a
18553         function declaration when an unknown construct followed by a block
18554         is found inside a statement context.  This avoids macros followed
18555         by blocks to be taken as function declarations.
18557         (c-guess-continued-construct): Change the analysis of a statement
18558         continuation with a brace open to `substatement-block', for
18559         consistency with recognized statements.
18561         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
18562         start is in a position so that `c-beginning-of-statement-1' jumped
18563         to the beginning of the same statement.
18565         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
18566         Don't accept binary operators in the arglist if we're in a function
18567         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
18568         template recognition in cases like "if (a < b || c > d)".
18570         (c-restricted-<>-arglists): New more appropriate name for
18571         `c-disallow-comma-in-<>-arglists'.
18573         Accessing functions updated for the variable name change.
18575         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
18576         match data could get clobbered if NOT-INSIDE-TOKEN is used.
18578         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
18579         labels.
18581         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
18582         instead of duplicating parts of it.  This fixes bogus label
18583         recognition.
18585         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
18586         of checking the context in which to apply the minimum indentation,
18587         so that it isn't enforced in e.g. namespace blocks.
18589         * cc-vars.el (c-inside-block-syms): New constant used by
18590         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
18591         to somewhat reduce the risk of becoming stale.
18593         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
18594         cc-cmds to cc-engine to allow use from cc-align.
18596         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
18597         qualified identifiers containing "::".
18599         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
18600         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
18602         * cc-vars.el (c-emacs-features): Use a space in front of the name
18603         of the temporary buffer.  That also avoids dumping problems in
18604         XEmacs due to undo info being left around after the buffer is killed.
18606         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
18607         arglist to see if it's a K&R style declaration.
18609         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
18610         before returning `knr-argdecl-intro'.
18612 2003-11-16  John Wiegley  <johnw@newartisans.com>
18614         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
18615         field in a long-listing always 8 characters, use `size-width',
18616         which has already been computed.
18618 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
18620         * subr.el (minor-mode-list): Add `hs-minor-mode'.
18622 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
18624         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
18625         Support operation while narrowed, with `diff-restrict-view'.
18627 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
18629         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18630         Take additional optional arg NARROWFUN.  For the generated functions:
18631         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
18632         include frags that arrange to check for and save narrowing state before
18633         the move and then conditionally call NARROWFUN after the move.
18635 2003-11-14  John Wiegley  <johnw@newartisans.com>
18637         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
18638         that was optional, but obviously missing based on surrounding code.
18640         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
18641         string arguments to numbers unless the whole argument was seen as
18642         a number.
18644 2003-11-14  Kenichi Handa  <handa@m17n.org>
18646         * international/mule.el (ctext-non-standard-encodings-alist):
18647         Fix coding systems.
18649 2003-11-10  Kenichi Handa  <handa@m17n.org>
18651         * language/kannada.el ("Kannada"): Add sample-text.
18653         * language/knd-util.el (kannada-compose-region)
18654         (kannada-compose-string, kannada-post-read-conversion):
18655         Add autoload cookie.
18657         * international/quail.el (quail-completion): Change the message
18658         "corresponding translations" to "corresponding characters".
18660 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
18662         * descr-text.el (describe-char): Fix typo.
18664 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
18666         These changes are to support Kannada language/script.
18668         * Makefile.in (DONTCOMPILE): Add kannada.el.
18670         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
18672         * loadup.el: Preload kannada.el.
18674         * language/ind-util.el (ucs-kannada-to-is13194-alist)
18675         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
18676         New variables.
18678         * language/kannada.el: New file.
18680         * language/knd-util.el: New file.
18682 2003-11-07  Andreas Schwab  <schwab@suse.de>
18684         * progmodes/autoconf.el (autoconf-font-lock-keywords):
18685         Also highlight AH_*.
18687         * xml.el (xml-parse-dtd): Fix misplaced paren.
18689 2003-11-07  Kenichi Handa  <handa@m17n.org>
18691         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
18693 2003-11-05  Juri Linkov  <juri@jurta.org>
18695         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
18696         (desktop-buffer-file): Use saved buffer-file-coding-system
18697         for file reading.  Set auto-insert to nil to prevent automatic
18698         insertion into restored empty files.
18700 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
18702         * files.el (risky-local-variable-p): Make second argument optional.
18704 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18706         * subr.el (add-hook): Fix last change.
18708 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
18710         * mail/rmail.el (rmail-convert-to-babyl-format):
18711         If base64-decode-region signals an error, catch it and silently
18712         ignore it.
18714 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
18716         * xml.el (xml-parse-region): Allow comments to appear after the
18717         topmost element has closed.
18718         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
18719         (xml-ns-expand-attr): New functions to do namespace handling.
18720         (xml-intern-attrlist): Back-compatible handling of attribute names.
18721         (xml-parse-tag): Move namespace handling to separate functions.
18722         Now produces elements in the form ((:ns . "element") (attr-list)
18723         children) instead of ('ns:element (attr-list) children).
18724         (xml-parse-attlist): Fix attribute parsing.
18725         (xml-parse-dtd): Change parsing so that it produces strings
18726         instead of interned symbols.
18728 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
18730         * dired.el (dired-ls-sorting-switches): Doc fix.
18732 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
18734         * emacs-lisp/rx.el (rx-or): Fix the case of
18735         "(rx (and ?a (or ?b ?c) ?d))".
18737 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
18739         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
18740         (texinfo-format-region): Use it.
18741         (texinfo-format-buffer-1): Ditto.
18743 2003-11-01  Alan Mackenzie  <acm@muc.de>
18745         Changes to allow scrolling whilst in isearch mode:
18746         * isearch.el (isearch-unread-key-sequence): New function,
18747         extracted from isearch-other-meta-char.
18748         (top level): (put 'foo 'isearch-scroll) on all Emacs's
18749         "scrollable" standard functions.
18750         (isearch-allow-scroll): New customizable variable.
18751         (isearch-string-out-of-window, isearch-back-into-window)
18752         (isearch-reread-key-sequence-naturally)
18753         (isearch-lookup-scroll-key): New functions.
18754         (isearch-other-meta-char): Doc string and functionality enhanced.
18755         Now accepts a prefix argument.
18756         (isearch-lazy-highlight-window-end): New variable.
18757         (isearch-lazy-highlight-new-loop): Pay attention to the window's
18758         end (thru isearch-lazy-highlight-window-end), not only its start.
18760         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
18761         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
18762         (universal-argument, universal-argument-more, negative-argument)
18763         (digit-argument, universal-argument-other-key): Minor changes.
18765 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
18767         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
18768         recursively if the last message is deleted, thus avoiding an
18769         infinite loop.
18771 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18773         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
18774         (tex-main-file): Don't add .tex if the extension is already present.
18775         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
18777 2003-10-29  Lute Kamstra  <lute@gnu.org>
18779         * progmodes/octave-inf.el (inferior-octave-prompt):
18780         Recognize version number in prompt.
18782 2003-10-28  Dave Love  <fx@gnu.org>
18784         * international/characters.el: Fix some Unicode ranges.
18786 2003-10-28  Kenichi Handa  <handa@m17n.org>
18788         * disp-table.el (standard-display-8bit)
18789         (standard-display-default, standard-display-ascii)
18790         (standard-display-g1, standard-display-graphic)
18791         (standard-display-underline): Assure that standard-display-table
18792         is a display table.
18794 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18796         * simple.el (reindent-then-newline-and-indent): Delete space *after*
18797         reindenting the first line.
18799 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
18801         * wid-edit.el (widget-default-delete): Always delete child widgets.
18803 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
18805         * newcomment.el (comment-indent): Don't call indent-according-to-mode
18806         if the line has code.
18807         Don't try to line up with something that's too far left.
18809         * progmodes/octave-mod.el (octave-comment-start): Simplify.
18810         (octave-mode-syntax-table): Add % as a comment starter.
18811         (octave-point): Remove.
18812         (octave-in-comment-p, octave-in-string-p)
18813         (octave-not-in-string-or-comment-p, calculate-octave-indent)
18814         (octave-blink-matching-block-open, octave-auto-fill):
18815         Use line-(beginning|end)-position instead.
18817 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
18819         * emacs-lisp/authors.el (authors-aliases): Add correct realname
18820         for Francesco Potort\e,Al\e(B.
18822 2003-10-23  Dave Love  <fx@gnu.org>
18824         * international/mule-cmds.el (locale-charset-to-coding-system):
18825         Don't rely on nil being a coding system.
18827         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
18828         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
18829         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
18831 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
18833         * gdb-ui.el (gdb-current-language): New variable.
18834         (gdb-update-flag): Remove variable.
18835         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
18836         (gdb-take-last-elt): Remove function.
18837         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
18838         (gdb-post-prompt): Check for variable object changes here.
18840         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
18841         object changes in gdb-ui.el.
18843 2003-10-21  Richard M. Stallman  <rms@gnu.org>
18845         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
18847         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
18848         Don't check for foo*/ wildcard form here.
18849         (insert-directory): Recognize foo*/ as a wildcard.
18850         Separate wildcard-regexp variable from the arg, wildcard.
18852         * subr.el (add-hook): Correctly detect when make-local-hook was used.
18853         (remove-hook): Correctly handle strange cases about local hooks.
18855 2003-10-21  David Ponce  <david@dponce.com>
18857         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
18858         argument REAL, to return a real number instead of a rounded
18859         integer value.  Define as inline function.
18860         (ruler-mode-right-fringe-cols): Likewise.
18861         (ruler-mode-scroll-bar-cols): New function.
18862         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
18863         (ruler-mode-right-scroll-bar-cols): Likewise.
18864         (ruler-mode-space): New function.
18865         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
18866         scroll bar mode and margins in a more robust way.
18868 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
18870         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
18871         (antlr-c-init-language-vars): New function.
18872         (antlr-mode): Use it with cc-mode before v5.29.
18873         (antlr-c-common-init): Don't set some local vars here.
18874         (antlr-mode): Set them here.
18875         (antlr-c-forward-sws): New function alias.
18876         (antlr-mode): Redefine with cc-mode before v5.30.
18877         (antlr-skip-sexps): Use it.
18878         (antlr-skip-exception-part): Ditto.
18879         (antlr-skip-file-prelude): Ditto.
18880         (antlr-outside-rule-p): Ditto.
18881         (antlr-end-of-body): Ditto.
18882         (antlr-option-kind): Ditto.
18883         (antlr-insert-option-area): Ditto.
18884         (antlr-file-dependencies): Ditto.
18886 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18888         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
18889         Move backward only if point was not inside an entry.
18891 2003-10-21  Richard M. Stallman  <rms@gnu.org>
18893         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
18895 2003-10-21  Juri Linkov  <juri@jurta.org>
18897         * compare-w.el: Automatically skip non-matching text to resync.
18898         (compare-windows-whitespace): Doc fix.
18899         (compare-windows-sync, compare-windows-sync-string-size)
18900         (compare-windows-recenter, compare-ignore-whitespace)
18901         (compare-windows-highlight, compare-windows-face): New variables.
18902         (compare-windows): Use compare-windows-sync.
18903         (compare-windows-highlight, compare-windows-dehighlight)
18904         (compare-windows-sync-regexp)
18905         (compare-windows-sync-default-function): New functions.
18907 2003-10-21  Juri Linkov  <juri@jurta.org>
18909         * diff.el (diff-parse-differences): Don't visit the files now;
18910         instead, just record the error locus.
18912 2003-10-21  Dave Love  <fx@gnu.org>
18914         * progmodes/cfengine.el: New file.
18916 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18918         * complete.el (PC-do-completion): Do not forget to use `pred' as the
18919         default-directory when completing file names.
18921 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
18923         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
18924         followed by the word `face', it gets treated as a face, even if
18925         it is also defined as a variable or a function.
18927 2003-10-20  Dave Love  <fx@gnu.org>
18929         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
18930         Avoid incf in macro expansion.
18932 2003-10-20  John Paul Wallington  <jpw@gnu.org>
18934         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
18935         `evenp' so we don't implicitly require cl library at runtime.
18937 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
18939         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
18940         (help-make-xrefs): Only make cross-references for faces if
18941         preceded or followed by the word `face'.  Do not make a
18942         cross-reference for variables without variable documentation,
18943         unless preceded by the word `variable' or `option'.  Update doc
18944         string accordingly.
18946 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
18948         * progmodes/hideshow.el: Rewrite one-armed `if'
18949         constructs using either `when' or `unless'.
18950         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
18952 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
18954         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
18955         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
18956         instead of 12x12.
18958 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
18960         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
18961         message while converting to Babyl.
18963 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
18965         * allout.el (allout-mode): Doc fix.
18967 2003-10-16  Lute Kamstra  <lute@gnu.org>
18969         * subr.el (force-mode-line-update): Fix docstring.
18971 2003-10-14  Dave Love  <fx@gnu.org>
18973         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
18974         (default-input-method): Add :link, improve :type.
18975         (locale-charset-language-names): Fix utf-8 pattern.
18976         (locale-charset-match-p, locale-charset-alist)
18977         (locale-charset-to-coding-system): New.
18978         (set-locale-environment): Deal with codeset part of locale specs.
18980 2003-10-14  Lute Kamstra  <lute@gnu.org>
18982         * fringe.el (fringe-mode): Use active voice in docstring.
18983         (set-fringe-style): Ditto.
18985 2003-10-13  Lute Kamstra  <lute@gnu.org>
18987         * fringe.el (fringe-mode): Fix docstring.
18988         (set-fringe-style): Ditto.
18990 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
18992         * ediff-mult.el (ediff-filegroup-action):
18993         Use ediff-default-filtering-regexp.
18995         * ediff-util.el (ediff-recenter): Don't call
18996         ediff-restore-highlighting twice.
18997         (ediff-select-difference): Set current difference.
18998         (ediff-unselect-and-select-difference): Add comment.
19000         * ediff.el (ediff-directories,ediff-directory-revisions)
19001         (ediff-directories3,ediff-merge-directories)
19002         (ediff-merge-directories-with-ancestor)
19003         (ediff-merge-directory-revisions)
19004         (ediff-merge-directory-revisions-with-ancestor):
19005         Use ediff-default-filtering-regexp.
19007 2003-10-12  Andreas Schwab  <schwab@suse.de>
19009         * international/mule-cmds.el (locale-charset-language-names):
19010         Simplify regex by removing unused grouping.
19012 2003-10-10  Dave Love  <fx@gnu.org>
19014         * bindings.el: Don't bind stop.
19016 2003-10-08  Miles Bader  <miles@gnu.org>
19018         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19019         face instead of attempting to emulate it.
19021 2003-10-07  Kenichi Handa  <handa@m17n.org>
19023         * international/mule-diag.el (list-coding-systems-1): List coding
19024         systems that are loaded automatically.
19026         * international/code-pages.el (iso-8859-11): Add autoload cookie.
19028         * international/mule.el (autoload-coding-system): New function.
19030 2003-10-07  Andreas Schwab  <schwab@suse.de>
19032         * log-edit.el (log-edit-changelog-entries): Prefer local value of
19033         change-log-default-name in the buffer visiting the file.
19035 2003-10-06  Dave Love  <fx@gnu.org>
19037         * files.el (find-file-hook): Customize.
19038         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19040         * bindings.el (completion-ignored-extensions): Remove .log.
19041         (global-map): Add again, open, stop keys.
19043 2003-10-05  Richard M. Stallman  <rms@gnu.org>
19045         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19046         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19047         Use sh-modify directly.
19048         (sh-select): Use sh-append, not eval.
19050         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19052         * info.el (Info-following-node-name): New function.
19054         * loadhist.el (unload-feature-special-hooks):
19055         Rename from loadhist-hook-functions.
19056         (loadhist-hook-functions): Now an alias.
19058 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
19060         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19061         file-name clashes on 8+3 filesystems.
19063         * Makefile.in (DONTCOMPILE, bootstrap-clean):
19064         Rename loaddefs-boot.el to ldefs-boot.el
19066         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19067         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19069 2003-10-03  Lute Kamstra  <lute@gnu.org>
19071         * info.el (Info-mode): Revert previous change.
19072         (Info-escape-percent): New function.
19073         (Info-fontify-node): Use it.
19075 2003-10-02  Andreas Schwab  <schwab@suse.de>
19077         * loaddefs-boot.el: Regenerated.
19079 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
19081         * ffap.el: Remove defadvice related code from CVS since `complete'
19082         provides a `PC-completion-as-file-name-predicate' variable that
19083         ffap can override.
19085 2003-10-02  Kenichi Handa  <handa@m17n.org>
19087         * international/utf-8.el (ccl-decode-mule-utf-8):
19088         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19090         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19091         * international/subst-big5.el: Likewise.
19092         * international/subst-gb2312.el: Likewise.
19093         * international/subst-ksc.el: Likewise.
19095 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
19097         * calendar/calendar.el (increment-calendar-month)
19098         (calendar-leap-year-p, calendar-absolute-from-gregorian)
19099         (generate-calendar, calendar-read-date, calendar-interval)
19100         (calendar-day-of-week): Handle years BC.
19101         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19103 2003-10-01  Dave Love  <fx@gnu.org>
19105         * language/cyrillic.el (cp1251): Alias for windows-1251.
19107         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19108         bootstrap.
19110 2003-10-01  Lute Kamstra  <lute@gnu.org>
19112         * files.el: Fix typo.
19113         * imenu.el (imenu--generic-function): Docstring fix.
19115 2003-09-30  Richard M. Stallman  <rms@gnu.org>
19117         * dired.el (dired-mode): Handle dired-directory as a list.
19119 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
19121         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19123         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19125         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19126         Replace gud-display with gud-watch.
19127         (gud-speedbar-buttons): Add stuff for watching expressions
19128         in the speedbar when using M-x gdba.  Use dolist on old part
19129         of this function.
19131         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19132         (gdb-update-flag): New variables.
19133         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19134         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19135         (gud-watch, gdb-var-create-handler) : New functions.
19136         (gdb-var-list-children, gdb-var-list-children-handler)
19137         (gdb-var-create-regexp, gdb-var-update-regexp)
19138         (gdb-var-list-children-regexp): New constants.
19139         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19140         (gdb-annotation-rules): Reduce annotation set (level 3).
19141         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19142         (gdb-post-prompt): Don't update GDB buffers every time speedbar
19143         updates.
19144         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19145         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19146         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19147         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19148         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19149         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19150         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19151         (gud-display, gud-display1)
19152         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19153         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19154         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19155         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19156         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19157         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19158         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19159         (gdb-display-display-buffer, gdb-toggle-display)
19160         (gdb-delete-display, gdb-expressions-popup-menu)
19161         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19162         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19163         to display buffer.
19165 2003-09-30  Richard M. Stallman  <rms@gnu.org>
19167         * progmodes/ada-mode.el (ada-mode): Don't use advice.
19168         Instead, set which-func-functions.
19170         * progmodes/which-func.el (which-func-modes): Add ada-mode.
19171         (which-func-functions): New variable.
19172         (which-function): Use that.
19174         * info.el (Info-mode): Double each `%' in header line.
19176         * emacs-lisp/lisp-mnt.el (lm-with-file):
19177         When FILE is nil, run BODY in current buffer.
19179         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19181         * help.el (describe-mode): Start with a brief list of minor modes.
19182         Find them thru minor-mode-list so as to find them all.
19183         Show them in alphabetical order.
19185         * mail/sendmail.el (mail-aliases): Doc fix.
19187         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19189 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
19191         * mail/rmailsum.el (rmail-make-summary-line-1):
19192         Change comma after last label to a space.
19193         (rmail-summary-font-lock-keywords): Adapt to that change.
19195 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
19197         * progmodes/scheme.el (scheme-mode-variables): When setting
19198         `font-lock-defaults', also specify that "#" should
19199         be interpreted with `word' syntax.
19200         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19202 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
19204         * desktop.el: A lot of comments updated.
19205         (desktop-save-mode): Minor mode introduced.
19206         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19207         (desktop-load-default): Function made obsolete.
19208         (desktop-locals-to-save): Variable made customizable.
19209         (desktop-read): Optional parameter `dirname' added.
19210         (desktop-change-dir, desktop-revert): Parameter `dirname' in
19211         `desktop-read' used.
19212         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19214 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
19216         * whitespace.el (whitespace-clean-msg): Add user customizable message
19217         for displaying ``clean'' output.
19218         (whitespace-buffer): Use `whitespace-clean-msg'.
19219         (whitespace-global-mode): Fix typo.
19221 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
19223         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19225 2003-09-29  Lute Kamstra  <lute@gnu.org>
19227         * bindings.el (mode-line-modes): Remove superfluous :propertize
19228         construct in initialization.
19229         (mode-line-position): Change cons cell into proper list in
19230         initialization.
19232 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
19234         * international/mule.el (decode-coding-inserted-region): Use car
19235         of the return value of find-operation-coding-system.
19237 2003-09-29  Kenichi Handa  <handa@m17n.org>
19239         * descr-text.el (describe-char): Fix previous change.
19241 2003-09-28  Kenichi Handa  <handa@m17n.org>
19243         * descr-text.el (describe-char-display): New function.
19244         (describe-char): Pay attention to display table on describing how
19245         a character is displayed.
19247         * international/mule-cmds.el (encoded-string-description):
19248         Prepend "0x" to each encoded byte.
19250 2003-09-28  Andreas Schwab  <schwab@suse.de>
19252         * find-file.el (ff-special-constructs): Add autoload cookie.
19254 2003-09-28  Kevin Ryde  <user42@zip.com.au>
19256         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19257         makeinfo appends to duplicate index entries.
19259 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
19261         * dired-x.el (dired-clean-tex): Doc fix.
19263         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19264         using a Chinese tutorial.
19266 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19268         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19269         between "MAIL FROM:" and "RCPT TO:" and the following address.
19271 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
19273         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19275 2003-09-28  David Ponce  <david@dponce.com>
19277         * recentf.el (recentf-initialize-file-name-history): New defcustom.
19278         (recentf-load-list): When `recentf-initialize-file-name-history'
19279         is non-nil, initialize an empty `file-name-history' with the
19280         recent list.
19282 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
19284         * man.el (Man-default-man-entry): Remove the leading `*' from the
19285         word at point.
19287 2003-09-26  Lute Kamstra  <lute@gnu.org>
19289         * bindings.el (mode-line-position): Mention size indication in
19290         docstring.
19292 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
19294         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19296         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19297         because it's autoloaded now.
19299 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
19301         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19302         (sh-font-lock-keywords, sh-feature): Fix previous change of
19303         sh-feature to avoid infloop with sh-font-lock-keywords.
19305 2003-09-25  Kim F. Storm  <storm@cua.dk>
19307         * frame.el (frame-current-scroll-bars): New defun.
19309         * window.el (window-current-scroll-bars): New defun.
19311 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19313         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19314         cause errors when the state cache contains info on parts that have
19315         been narrowed out.
19317 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19319         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19320         `c-setup-paragraph-variables' has to be used when this variable is
19321         changed; it doesn't work to reinitialize the mode since that
19322         typically clobbers the variable.
19324         * progmodes/cc-styles.el (c-setup-paragraph-variables):
19325         Make it interactive.
19327 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19329         * progmodes/cc-fonts.el (c-font-lock-declarations):
19330         Fix recognition of constructors and destructors for classes whose
19331         names are matched by `*-font-lock-extra-types'.
19333         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
19334         followed by an identifier in C++ then it's a type.
19336 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19338         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
19339         problem that primarily affected XEmacs.  Don't use faces to find
19340         unterminated strings since Emacs and XEmacs fontify strings
19341         differently - this function should now work better in XEmacs.
19343 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19345         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
19346         `expand-abbrev' workaround which caused braces to misbehave inside
19347         macros.
19349         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
19350         handling.  This bug could cause interactive font locking to bail out.
19352 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
19354         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19355         Handle paren-style types in Pike.  Also fixed some cases of
19356         insufficient handling of unbalanced parens.
19358 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
19360         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
19361         common shell prompts that are not common filename or URL characters.
19362         (ffap-file-at-point): Use the new regexp to strip the prompts from
19363         the file names.  This is an issue mostly for user prompts that
19364         don't have a trailing space and find-file-at-point is invoked from
19365         within a shell inside Emacs.
19367 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
19369         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
19370         stamps numerically, rather than textually.
19372 2003-09-24  Kenichi Handa  <handa@m17n.org>
19374         * language/devan-util.el (devanagari-post-read-conversion):
19375         * language/mlm-util.el (malayalam-post-read-conversion):
19376         * language/tml-util.el (tamil-post-read-conversion):
19377         Add autoload cookie.
19379         * international/utf-8.el (utf-8-post-read-conversion):
19380         Call post-read-conversion functions for Devanagari, Malayalam,
19381         and Tamil.
19383 2003-09-23  Dave Love  <fx@gnu.org>
19385         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
19387 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
19389         * progmodes/gud.el (perldb): Add gud-until to list of commands.
19390         Update gud-remove.
19392 2003-09-22  Richard M. Stallman  <rms@gnu.org>
19394         * progmodes/sh-script.el (sh-mode-default-syntax-table):
19395         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
19396         (sh-mode-syntax-table-input): New variable.
19397         (sh-require-final-newline): Don't use eval.
19398         (sh-builtins, sh-leading-keywords, sh-other-keywords)
19399         (sh-variables, sh-font-lock-keywords): Don't use eval.
19400         (sh-set-shell): When setting require-final-newline,
19401         treat value = `require-final-newline' as don't change it.
19402         Set sh-mode-syntax-table locally based on
19403         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
19405         * progmodes/compile.el (compile-internal):
19406         Call compilation-set-window-height before setting window start.
19408 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
19410         * emacs-lisp/bytecomp.el (byte-compile-log-file):
19411         Clear out byte-compile-last-warned-form.
19413 2003-09-22  Richard M. Stallman  <rms@gnu.org>
19415         * woman.el (woman-file-name, woman-follow-word):
19416         If current-word returns nil, use "".
19418         * simple.el (eval-expression): Bind standard-output in to-buffer case.
19420 2003-09-22  Richard M. Stallman  <rms@gnu.org>
19422         * emacs-lisp/lisp-mnt.el (lm-with-file):
19423         Don't visit the file, just use insert-file-contents in temp buffer.
19425 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
19427         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
19428         Add surrounding \\( and \\) around the header, as in
19429         for lm-history-header 'Change Log\\|History'.
19431 2003-09-22  John Paul Wallington  <jpw@gnu.org>
19433         * progmodes/ld-script.el: Add Commentary section,
19434         minor cleanup of file header.
19435         (ld-script-font-lock-keywords): Doc fix.
19436         (toplevel): Provide `ld-script' feature.
19438 2003-09-21  Kim F. Storm  <storm@cua.dk>
19440         * scroll-bar.el (set-scroll-bar-mode): Initialize to
19441         new built-in variable default-frame-scroll-bars.
19442         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
19443         scroll-bar-mode; notably, use it instead of t when we toggle
19444         scroll-bars on.
19445         (toggle-scroll-bar): Use default-frame-scroll-bars.
19447 2003-09-19  Masatake YAMATO  <jet@gyve.org>
19449         * pcvs.el (cvs-do-removal): Change the prompt depending on
19450         `filter' value.
19452 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
19454         * startup.el (command-line-1): Stop startup-echo-area-message
19455         being hidden by "Loading image..." message.
19456         (use-fancy-splash-screens-p, display-splash-screen):
19457         Move display-graphic-p test from latter to former.
19459         * progmodes/sh-script.el (sh-font-lock-keywords):
19460         Highlight escaped EOLs differently from other backslash constructs.
19462 2003-09-19  Richard M. Stallman  <rms@gnu.org>
19464         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
19465         New functions.
19466         (edebug-enter, edebug-outside-excursion): Use them.
19468         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
19469         Fix the condition for whether to print "In WHERE".
19471 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
19473         * finder.el (finder-mode-hook): New variable.
19474         (finder-mode): Run hook finder-mode-hook
19476 2003-09-18  Masatake YAMATO  <jet@gyve.org>
19478         * progmodes/ebrowse.el: Fix broken magic autoload comments.
19480 2003-09-17  Mario Lang  <mlang@delysid.org>
19482         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
19483         "p %e" to actually print the value in the GUD buffer.
19485 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
19487         From David Ponce <david.ponce@wanadoo.fr>:
19488         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
19489         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
19490         from loaddefs-boot.el if necessary.
19492 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
19494         * progmodes/gud.el (gud-find-class): Make jdb work again since
19495         cc-mode changed the syntactic information.
19497 2003-09-15  David Ponce  <david@dponce.com>
19499         * recentf.el: (recentf-exclude): Accept predicates too.
19500         (recentf-file-readable-p): New function.
19501         (recentf-include-p): Handle predicates in recentf-exclude.
19502         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
19503         (recentf-cleanup): Likewise.
19504         (recentf-save-list): Use write-file to handle backup of
19505         recentf-save-file.
19507 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
19509         * loaddefs-boot.el: Renamed from `loaddefs.el'
19510         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
19511         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
19512         necessary.
19514 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
19516         * electric.el (Electric-pop-up-window): For the `one-window' case,
19517         no longer disconcertingly move point in the original buffer.
19519 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
19521         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
19523 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19525         * dired.el (dired-mode-map): Fix typo.
19527 2003-09-11  Richard M. Stallman  <rms@gnu.org>
19529         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
19531 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
19533         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
19534         the function is less noisy.  Now only `kill-buffer' can ask questions.
19536 2003-09-10  Mario Lang  <mlang@delysid.org>
19538         * battery.el: Update Commentary and Copyright.
19539         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
19540         appear due to wrong ordering of the expressions in `or'.
19542 2003-09-09  Lute Kamstra  <lute@gnu.org>
19544         * misc.el (upcase-char): Fix docstring.
19545         (zap-up-to-char): New command.
19547 2003-09-08  David Ponce  <david@dponce.com>
19549         Ensure that recentf correctly updates the menu bar.
19550         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
19551         (recentf-menu-bar): New function.
19552         (recentf-clear-data): Use it
19553         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
19554         of easy-menu-change.
19556 2003-09-08  Lute Kamstra  <lute@gnu.org>
19558         * simple.el (size-indication-mode): New.
19559         * bindings.el (mode-line-position): Add buffer size indicator.
19561 2003-09-04  Mario Lang  <mlang@delysid.org>
19563         * battery.el (battery-linux-proc-acpi): New function.
19564         (battery-status-function): Modify default value calculation to also
19565         check for availability of ACPI.
19566         (battery-echo-area-format): Ditto.
19567         (battery-mode-line-format): Ditto.
19569 2003-09-06  Dave Love  <fx@gnu.org>
19571         * ielm.el (ielm-mode-hook): Add :options.
19573         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
19574         (eldoc-print-current-symbol-info): Use it.
19576 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
19578         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
19579         being displayed in GUD buffer.
19580         (gdb-idle-input-queue): Remove var.  Use just one queue.
19581         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
19582         Remove functions.  Use just one queue.
19583         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
19584         (gdb-invalidate-assembler, gdb-get-current-frame):
19585         Modify functions.  Use just one queue.
19587 2003-09-04  Dave Love  <fx@gnu.org>
19589         * cus-start.el: Add blink-cursor-alist.
19591         * ruler-mode.el (ruler-mode-fill-column-char)
19592         (ruler-mode-current-column-char): Use char-displayable-p,
19593         not window-system.
19595         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
19597         * language/european.el (windows-1252): Move from code-pages.
19599         * language/cyrillic.el ("Windows-1251"): Delete.
19600         ("Bulgarian", "Belarusian"): Remove `features'.
19601         (windows-1251): Move from code-pages.
19603         * international/mule-diag.el (non-iso-charset-alist):
19604         Remove `codepage' stuff.
19605         (print-designation, list-coding-systems-1): Output fixes.
19607         * international/code-pages.el (cp-make-translation-table)
19608         (cp-valid-codes): Made defsubsts.
19609         (cp-fix-safe-chars): Delete.
19610         (mule-diag): Don't require.
19611         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
19612         (top-level): Check for defined coding system when defining
19613         cp... aliases.  Change w32-add-charset-info test to avoid warning.
19614         (non-iso-charset-alist): Defvar when compiling.
19615         (cp-make-coding-system): Doc fix.
19617 2003-09-02  Jason Rumney  <jasonr@gnu.org>
19619         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
19620         line-ends from CVS before doing conversion.
19622 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
19624         * calendar/diary-lib.el (diary-header-line-flag)
19625         (diary-header-line-format): New variables.
19626         (list-diary-entries): Use them to set header line in simple diary.
19628         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
19629         other than font-lock-string-face to highlight backslashes.
19631 2003-09-01  Jason Rumney  <jasonr@gnu.org>
19633         * international/titdic-cnv.el (tit-read-key-value): Include \r in
19634         regexp.
19636 2003-09-01  Dave Love  <fx@gnu.org>
19638         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
19640         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
19641         and :help; also line and column numbers labels.
19643         * international/mule-util.el (char-displayable-p): Move from
19644         latin1-disp, rename and autoload.
19646         * international/latin1-disp.el (latin1-char-displayable-p):
19647         Now obsolete alias.  Replace uses with char-displayable-p.
19648         (latin1-display-ucs-per-lynx): Fix last change.
19650         * international/mule-cmds.el (standard-display-european-internal):
19651         Don't use char code for Latin-1 NBSP.
19652         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
19653         U+2018, U+2019 for `'.
19654         (select-safe-coding-system): Message fix.
19656 2003-09-01  Kenichi Handa  <handa@m17n.org>
19658         * international/fontset.el (setup-default-fontset): For Thai
19659         font, specify "*" family.
19661 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
19663         * progmodes/compile.el (previous-error): Accept a prefix
19664         argument, similarly to next-error.
19666 2003-08-31  Masatake YAMATO  <jet@gyve.org>
19668         * pcvs.el (cvs-do-removal): Use = instead of eq to check
19669         the number of files.  Bind the number of files to a local
19670         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
19672 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
19674         * vc-hooks.el (vc-make-version-backup): Fix the change made on
19675         2003-07-26: msdos-long-file-names is a function, not a variable.
19677 2003-08-29  Richard M. Stallman  <rms@gnu.org>
19679         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
19680         Do nothing with mail-personal-alias-file if it is nil.
19682         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
19683         Do nothing if mail-personal-alias-file is nil.
19685         * term.el (term-exec-1): Bind coding-system-for-read.
19687         * dired.el (dired-mouse-find-file-other-window):
19688         Use dired-view-command-alist here, as in dired-view-file.
19689         (dired-view-command-alist): Use %s to substitute file name.
19690         Handle .ps_pages, .eps, .jpg, .gif, .png.
19692 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
19694         * info.el (Info-mode-map): Bind S-tab and <backtab> to
19695         `Info-prev-reference', instead of M-tab.
19697 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
19699         * simple.el (blink-matching-open): Work correctly on chars that
19700         are designated as parens through the syntax-table text property.
19702 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
19704         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
19705         line break position in the middle of a non-kinsoku (e.g. latin)
19706         word, making it skip until either a space or a character with
19707         category "|".
19708         (kinsoku-longer): Test for end of buffer.
19710 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
19712         * mail/rmail.el (rmail-convert-to-babyl-format):
19713         Detect quoted-printable- and base64-encoded messages and decode them
19714         automatically.  Set the message's encoding from the charset=
19715         header, if any.  Decode base64-encoded messages in Mail format as well.
19717 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
19719         * mail/smtpmail.el: Fix previous change.
19720         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
19721         calling smtpmail-via-smtp.
19722         (smtpmail-via-smtp): Add fall-back values for envelope-from.
19724 2003-08-26  John Paul Wallington  <jpw@gnu.org>
19726         * image.el (image-jpeg-p): Don't search beyond length of data.
19728 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
19730         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
19731         misfeature in `expand-abbrev' which caused electric keywords like
19732         "else" to disappear if an open brace was typed directly afterwards.
19734 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
19736         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
19737         mandatory in `define-widget'.
19739         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
19740         Don't align the operators "!=", "<=" and ">=" as assignment operators.
19742         (c-assignment-operators): New language constant that only contains
19743         the assignment operators.
19745         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
19747 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
19749         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19750         Safeguard against unbalanced sexps.
19752 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
19754         * version.el (emacs-version): Check for gtk.  Include gtk version info.
19756 2003-08-25  John Paul Wallington  <jpw@gnu.org>
19758         * man.el (Man-default-man-entry): Don't whizz past the section
19759         number before looking for it.
19761 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
19763         * progmodes/gud.el (gud-display-line): Don't set window-point if
19764         source buffer is not visible.  (Only happens with M-x gdba.)
19766         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
19767         documentation.
19768         (gdb-source, gdb-source-info): Update to assembler unnecessary
19769         as its done after each GDB command anyway.
19770         (gdb-pre-prompt): Use with-current-buffer.
19771         (gdb-insert-field): Add help-echo text.
19772         (gdb-invalidate-assembler): Re-display of assembler now done in
19773         gdb-info-breakpoints-custom.
19774         (gdb-info-breakpoints-custom): Force re-display of assembler to
19775         happen *after* update of breakpoints buffer.
19776         (gdb-display-source-buffer): Don't choke if gdb-source-window
19777         isn't visible.
19778         (gdb-put-string, gdb-put-arrow): Remove free variables.
19780 2003-08-24  John Paul Wallington  <jpw@gnu.org>
19782         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
19784         * man.el (Man-default-man-entry): Strip text properties when
19785         snarfing parts of entry because `format' preserves properties.
19787 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
19789         * files.el (file-newest-backup): Use `expand-file-name'.
19791         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
19792         Allow the diary to pop up a new frame, if needed.
19794         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
19795         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
19796         (smtpmail-send-it): Make treatment of envelope-from consistent with
19797         sendmail.el.
19799         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
19800         (sh-leading-keywords): Add the bash `time' reserved word.
19801         (sh-variables): Add some bash variables.
19802         (sh-add-completer): Fix nil branch of case statement.
19804 2003-08-24  Masatake YAMATO  <jet@gyve.org>
19806         * progmodes/ld-script.el: New file.
19808 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
19810         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
19812 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
19814         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
19815         Better explain obsolescence, and what to use instead.
19817 2003-08-23  Masatake YAMATO  <jet@gyve.org>
19819         * pcvs.el (cvs-do-removal): Show the deleted file name
19820         on the prompt.
19822 2003-08-20  Dave Love  <fx@gnu.org>
19824         * international/mule.el (make-coding-system)
19825         (set-buffer-file-coding-system): Doc fix.
19827         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
19829         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
19831         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
19833         * international/utf-16.el: Add mime-text-unsuitable coding system
19834         properties.
19836         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
19838         * cus-edit.el: Add some :links.
19839         (bib): Remove.
19841         * textmodes/bib-mode.el (bib): Add :group external.
19843 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
19845         * wid-edit.el (widget-echo-help): Make it handle expressions that
19846         evaluate to strings.
19848 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
19850         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
19852         Simplify selection of SQL products to define highlighting and
19853         interactive mode.  Includes detailed instructions on adding
19854         support for new products.
19856         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
19857         product for use in highlighting and interactive mode.
19858         (sql-interactive-product): New variable.  SQL product for
19859         sql-interactive-mode.
19860         (sql-product-support): New variable.  Specifies product-specific
19861         parameters to drive highlighting and interactive mode.
19862         (sql-imenu-generic-expression): Add more object types.
19863         (sql-sqlite-options): Correct comment.
19864         (sql-ms-program): Use "osql" rather than "isql".
19865         (sql-prompt-regexp, sql-prompt-length): Update comment.
19866         (sql-mode-menu): Add "Start SQLi session" entry.
19867         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
19868         (sql-mode-abbrev-table): Add abbreviations.  Support of
19869         SYSTEM-FLAG on define-abbrev.  Support was removed with last
19870         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
19871         (sql-mode-font-lock-object-name): Add font-lock pattern for object
19872         names.
19873         (sql-mode-ansi-font-lock-keywords): Set as default value.
19874         (sql-mode-oracle-font-lock-keywords): Set as default value.
19875         Support Oracle 9i keywords.
19876         (sql-mode-postgres-font-lock-keywords): Set as default value.
19877         (sql-mode-linter-font-lock-keywords): Set as default value.
19878         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
19879         SQLServer 2000.
19880         (sql-mode-sybase-font-lock-keywords)
19881         (sql-mode-interbase-font-lock-keywords)
19882         (sql-mode-sqlite-font-lock-keywords)
19883         (sql-mode-strong-font-lock-keywords)
19884         (sql-mode-mysql-font-lock-keywords)
19885         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
19886         keywords.
19887         (sql-mode-font-lock-defaults): Update comment.
19888         (sql-product-feature): New function.  Returns feature associated
19889         with a product from `sql-product-support' alist.
19890         (sql-product-font-lock): New function.  Set font-lock support
19891         based on `sql-product'.
19892         (sql-add-product-keywords): New function.  Add font-lock rules to
19893         product-specific keyword variables.
19894         (sql-set-product): New function.  Set `sql-product' and apply
19895         appropriate font-lock highlighting.
19896         (sql-highlight-product): New function.  Set font-lock support
19897         based on a product.  Also set mode name to include product name.
19898         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
19899         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
19900         Use `sql-set-product'.
19901         (sql-highlight-ms-keywords)
19902         (sql-highlight-sybase-keywords)
19903         (sql-highlight-interbase-keywords)
19904         (sql-highlight-strong-keywords)
19905         (sql-highlight-mysql-keywords)
19906         (sql-highlight-sqlite-keywords)
19907         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
19908         (sql-get-login): Prompt in the same order as the tokens.
19909         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
19910         (sql-product-interactive): New function.  Common portions of
19911         product-specific interactive mode wrappers.
19912         (sql-interactive-mode): Rewritten to use product features.
19913         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
19914         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
19915         (sql-db2, sql-linter): Use `sql-product-interactive'.
19916         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
19917         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
19918         (sql-connect-ingres, sql-connect-postgres)
19919         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
19920         New functions.  Format command line parameters and invoke comint on
19921         the appropriate interpreter.  Code was in the corresponding
19922         `sql-xyz' function before.
19923         (sql-connect-ms): New function.  Support -E argument to use
19924         operating system credentials for authentication.
19926 2003-08-18  Kenichi Handa  <handa@m17n.org>
19928         * international/mule.el (encode-char): Fix for the ASCII case.
19930 2003-08-15  Kenichi Handa  <handa@m17n.org>
19932         * international/fontset.el (setup-default-fontset): Change "*" to
19933         nil in the specifications of font family.
19935 2003-08-18  Kim F. Storm  <storm@cua.dk>
19937         * kmacro.el (kmacro-keymap): Group related bindings in
19938         initialization for clarity.  Bind C-s to start macro.
19939         Remove C-r binding.
19940         (kmacro-initial-counter-value): New defvar to hold initial counter
19941         value in case we set the value before defining a macro.
19942         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
19943         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
19944         not defining or executing macro.  Doc fix.
19945         (kmacro-add-counter): Clear kmacro-initial-counter-value.
19946         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
19947         temporarily view older elements on the macro ring without cycling
19948         the ring.
19949         (kmacro-display): Doc fix.
19950         (kmacro-exec-ring-item): New helper function.
19951         (kmacro-call-ring-2nd): Use it.
19952         (kmacro-call-ring-2nd-repeat): Doc fix.
19953         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
19954         (kmacro-end-or-call-macro): Execute last viewed macro (using
19955         kmacro-exec-ring-item) from ring if this follows
19956         kmacro-view-macro.  This allows us to find a macro on the ring
19957         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
19958         the ring to bring it to the head of the ring.
19959         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
19960         Allow binding to reserved keys without specifying C-x C-k prefix.
19961         Ask for confirmation if entered key sequence is already bound to
19962         a non-macro command.
19963         (kmacro-view-macro): Repeating command will show older elements
19964         on the macro ring; C-k will execute the last viewed macro.
19965         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
19966         property from 'ring to 'head.
19968 2003-08-17  Alan Shutko  <ats@acm.org>
19970         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
19971         keeping December out of the alist.
19973 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
19975         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
19976         * calendar/calendar.el (calendar-mode-map): Bind it to key.
19977         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
19978         (calendar-flatten): New function.
19979         (calendar-mouse-view-other-diary-entries)
19980         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
19981         in the menu title and to show multi-line diary entries correctly
19982         in the menu.
19984 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
19986         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
19987         defcustom, because the default was recently changed.
19989 2003-08-16  Richard M. Stallman  <rms@gnu.org>
19991         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
19993         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
19994         New subroutine, broken out of eval-last-sexp-1.
19995         (eval-last-sexp-1): Use eval-last-sexp-print-value.
19997         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
19999         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20001         * simple.el (eval-expression): Use eval-last-sexp-print-value.
20003 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
20005         * progmodes/compile.el (compilation-error-regexp-alist):
20006         Add Java ANt error detection as described in document
20007         http://ant.apache.org/faq.html
20009 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
20011         * simple.el (backward-word, forward-to-indentation)
20012         (backward-to-indentation): Argument changed to optional.
20013         (next-line, previous-line): Use `or' instead of `unless'.
20015 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20017         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20018         instead of a constant.
20020 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
20022         * shell.el (shell): With prefix-arg, suggest a new buffer name.
20024 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
20026         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20027         (vc-sccs-workfile-version): Search the entire delta table, rather
20028         than just the first entry, because that might be a deleted version.
20030 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
20032         * menu-bar.el (menu-bar-options-menu): Supply a body for the
20033         [save-place] binding in the Options menu.  Have it require
20034         'saveplace' and then toggle the variable manually, to avoid an an
20035         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
20036         for the bug report.
20038 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
20040         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20041         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20042         (gdb-info-threads-custom): Add help-echo text.
20043         (gdb-display-back): Don't use purecopy.
20044         (gdb-info-breakpoints-custom, gdb-reset)
20045         (gdb-assembler-custom): Use display-images-p to test if breakpoint
20046         icons can be displayed.
20048 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
20050         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20052 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
20054         * bookmark.el (bookmark-completing-read):
20055         Return a string, instead of a list of one string.
20056         Use a popup menu if activated from the mouse.
20057         (bookmark-edit-annotation): Remove unused vars.
20058         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20059         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20060         to bookmark-completing-read.
20061         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20062         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20063         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20064         and erase-buffer.
20065         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20066         (bookmark-menu-jump, bookmark-menu-insert)
20067         (bookmark-popup-menu-and-apply-function)
20068         (bookmark-menu-popup-paned-bookmark-menu): Remove.
20069         (bookmark-menu-build-paned-menu): Remove by folding it into
20070         bookmark-menu-popup-paned-menu.
20071         (menu-bar-bookmark-map): Move the define-key statements here.
20072         Use the "non-menu" commands since they now pop up a menu if needed.
20073         (bookmark-exit-hook-internal): Simplify.
20075 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
20077         * reftex-toc.el (reftex-toc-rename-label): New function.
20078         (reftex-toc-check-docstruct): New function.
20080         * reftex.el (reftex-region-active-p): New function.
20082         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20083         regexp to find the \bibliography macro.
20085         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20086         which does not exist in LaTeX.
20087         (reftex-cite-format-builtin): Added amsrefs support.
20088         (reftex-toc-confirm-promotion): New option
20090         * reftex-toc.el
20091         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20092         (reftex-toc-demote, reftex-toc-promote)
20093         (reftex-toc-do-promote, reftex-toc-promote-prepare)
20094         (reftex-toc-promote-action, reftex-toc-extract-section-number)
20095         (reftex-toc-newhead-from-alist)
20096         (reftex-toc-load-all-files-for-promotion): New functions.
20097         (reftex-toc-help): Added description of new keys.
20098         (reftex-toc-split-windows-fraction): New option.
20099         (reftex-recenter-toc-when-idle): Search *toc* window on all
20100         visible frames.
20101         (reftex-toc): Additional parameter REUSE
20102         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
20103         with REUSE argument.
20104         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20105         the call of `reftex-toc'.
20106         (reftex-make-separate-toc-frame): New function .
20107         (reftex-toc-recenter): When called with triple prefix arg, call
20108         `reftex-make-separate-toc-frame' first.
20109         (reftex-toc-toggle-dedicated-frame): New command.
20110         (reftex-toc-quit): Adapted to delete frame when called in
20111         dedicated frame.
20113         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20114         all enclosing macros.
20117 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20119         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20120         first use.
20122 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20124         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20126 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
20128         * calendar/calendar.el (list-diary-entries-hook)
20129         (diary-display-hook, nongregorian-diary-listing-hook)
20130         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20131         Add some customize options for these hooks.
20132         (calendar-abbrev-construct): Don't try to take a substring longer
20133         than the original string.
20135 2003-08-05  Richard M. Stallman  <rms@gnu.org>
20137         * emacs-lisp/testcover.el (noreturn): Report error if does return.
20138         (testcover-reinstrument-clauses): Doc fix.
20140         * emacs-lisp/warnings.el: Doc fixes, args renamed.
20141         (warning-type-format): Rename from warning-group-format.
20143         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20144         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20145         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20146         to prevent warnings about defvar for an obsolete variable.
20148         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20149         warning-group-format renamed to warning-type-format.
20151         * subr.el (read-passwd): Use clear-string instead of fillarray.
20153         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20154         Use vconcat instead of concat.
20155         (edmacro-sanitize-for-string): New function.
20157 2003-08-05  Dave Love  <fx@gnu.org>
20159         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20160         line-number-display-limit-width.
20162         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20164 2003-08-05  Kenichi Handa  <handa@m17n.org>
20166         * international/code-pages.el: Don't require mule-diag.
20168         * international/mule-diag.el (non-iso-charset-alist):
20169         Add autoload cookie.
20171         * language/devan-util.el (dev-glyph-order): Add an entry for the
20172         glyph code #xC4.
20174 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
20176         * calendar/calendar.el (diary-file, diary-file-name-prefix)
20177         (european-calendar-style, diary-date-forms)
20178         (calendar-day-name-array, calendar-month-name-array): Doc change.
20179         (generate-calendar-month): Adapt for new behaviour of
20180         `calendar-day-name' function.
20181         (calendar-abbrev-length, calendar-day-abbrev-array)
20182         (calendar-month-abbrev-array): New variables.
20183         (calendar-abbrev-construct): New function.
20184         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20185         rather than fixing abbrevs at some width.  Calling syntax change.
20186         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
20187         (calendar-date-string): Adapt for new behaviours of
20188         `calendar-day-name' and `calendar-month-name' functions.
20190         * calendar/diary-lib.el (list-diary-entries): Adapt for new
20191         behaviour of `calendar-day-name' and `calendar-month-name' functions.
20192         (diary-name-pattern): Use abbrev arrays, rather than fixing
20193         abbrevs at three chars.  Calling syntax change.
20194         (mark-diary-entries): Adapt for new behaviours of
20195         `diary-name-pattern' and `calendar-make-alist' functions.
20196         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20197         `diary-name-pattern' function.
20198         (font-lock-diary-date-forms): Use abbrev arrays, rather than
20199         fixing abbrevs at three chars.  Calling syntax change.
20200         (cal-hebrew, cal-islam): Require when compiling.
20201         (diary-font-lock-keywords): Adapt for new behaviour of
20202         `font-lock-diary-date-forms' function.
20204         * calendar/cal-hebrew.el: Reposition some code so defined before used.
20205         (calendar-hebrew-month-name-array-common-year)
20206         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20207         (list-hebrew-diary-entries): Adapt for new behaviours of
20208         `calendar-day-name' and `add-to-diary-list' functions.
20209         (mark-hebrew-diary-entries): Adapt for new behaviours of
20210         `diary-name-pattern' and `calendar-make-alist' functions.
20212         * calendar/cal-islam.el (calendar-islamic-month-name-array):
20213         Add doc string.
20214         (list-islamic-diary-entries): Adapt for new behaviours of
20215         `calendar-day-name' and `add-to-diary-list' functions.
20216         (mark-islamic-diary-entries): Adapt for new behaviours of
20217         `diary-name-pattern' and `calendar-make-alist' functions.
20219         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20220         `calendar-month-name' function.
20222         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20224         * calendar/solar.el (solar-seasons-data): Move definition before use.
20226         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20227         (cal-tex-LaTeX-hourbox): Move definition before use.
20229         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20230         * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20231         * lunar.el, solar.el (displayed-month, displayed-year):
20232         Define for compiler.
20234 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
20236         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20237         MODE.  Renamed from c-init-c-language-vars'.
20238         (c-initialize-cc-mode): Change accordingly.
20239         (c-common-init): Ditto.
20240         (c-mode): Ditto.
20241         (c++-mode): Use `c-init-language-vars-for'.
20242         (objc-mode): Ditto.
20243         (java-mode): Ditto.
20244         (idl-mode): Ditto.
20245         (pike-mode): Ditto.
20246         (awk-mode): Ditto.
20248 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
20250         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20251         or not the point moved.
20253         (c-search-decl-header-end): Don't trip up on operator identifiers
20254         in C++ and operators like == in all languages.
20256         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20257         Detect leading labels correctly.
20259 2003-08-02  Andreas Schwab  <schwab@suse.de>
20261         * textmodes/ispell.el: Don't redo key bindings on loading, put
20262         them only in loaddefs.el.
20263         * bookmark.el: Likewise.
20264         * dabbrev.el: Likewise.
20265         * emerge.el: Likewise.
20267         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20268         has more than one member.
20270         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20272 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20274         * lpr.el (printify-region): It was ending conversion before the
20275         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
20277 2003-07-31  John Paul Wallington  <jpw@gnu.org>
20279         * net/browse-url.el (browse-url-epiphany): Doc fix.
20281 2003-07-30  Kenichi Handa  <handa@m17n.org>
20283         * international/fontset.el (setup-default-fontset):
20284         Change registry names of Akurti fonts.
20286 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20288         * comint.el (comint-read-noecho): Use `clear-string' instead of
20289         `fillarray'.
20291 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
20293         * outline.el (outline-mode-hook): Add defvar.
20295 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
20297         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20298         Restore assembler in source window if that is what has been selected.
20299         (menu): Add gdb-restore-windows to menu.  Make gdba
20300         specific menus only visible from gdba.
20302 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
20304         * progmodes/compile.el (compilation-environment): New user variable.
20305         (compile-internal): Respect it.
20307 2003-07-23  Masatake YAMATO  <jet@gyve.org>
20309         * progmodes/gud.el (gdb-script-font-lock-keywords):
20310         Put `font-lock-function-name-face' on a symbol which includes
20311         `-' like `hook-run'.  Put font-lock-variable-name-face
20312         on a symbol starting with $.
20314 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
20316         * files.el (set-visited-file-name): Use truename for buffer-file-name.
20318 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
20320         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20322 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
20324         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
20325         Use with-no-warnings.
20326         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
20327         rather than to find-file-not-found-hook, which doesn't exist.
20329 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
20331         * international/quail.el (quail-translate-key): Fix previous change.
20333 2003-07-25  John Paul Wallington  <jpw@gnu.org>
20335         * server.el (server-start): Check `server-process' is non-nil
20336         before killing it to avoid killing current buffer's process.
20338         * simple.el (choose-completion-string): Use `minibufferp';
20339         test `completion-reference-buffer' if `buffer' arg is nil.
20340         (push-mark): Use `when' and `unless'.
20341         (pop-mark): Use `when'.
20343         * mouse-sel.el (mouse-sel-get-selection-function):
20344         Check `x-last-selected-text-primary'.  Don't barf if it or
20345         `x-last-selected-text' aren't bound.
20347 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
20349         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
20351 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
20353         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
20355 2003-07-23  John Paul Wallington  <jpw@gnu.org>
20357         * tooltip.el (defface tooltip): Inherit from variable-pitch.
20359 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
20361         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
20362         string.  Defvar the derived hook.
20364         * macros.el (insert-kbd-macro): Escape double quote character.
20365         From Thomas W Murphy <twm@andrew.cmu.edu>.
20367 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
20369         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
20370         to match the specific mark rather than reusing comment-start-skip.
20372 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
20374         * progmodes/hideshow.el (hs-special-modes-alist):
20375         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
20377 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
20379         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
20380         value using ?\s.
20382 2003-07-21  John Paul Wallington  <jpw@gnu.org>
20384         * subr.el (with-selected-window): Add closing paren.
20386 2003-07-21  Richard M. Stallman  <rms@gnu.org>
20388         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
20389         (lisp-mode): Likewise.
20391         * subr.el (with-selected-window): Copy code form save-selected-window
20392         so as to call select-window with norecord arg.
20393         (dynamic-completion-table): Doc fix.
20394         (lazy-completion-table): Doc fix.
20396         * international/mule-cmds.el (set-locale-environment):
20397         langinfo renamed to locale-info.
20399         * international/mule.el (auto-coding-functions): Doc fix.
20401 2003-07-21  Kenichi Handa  <handa@m17n.org>
20403         * international/quail.el (quail-translate-key):
20404         Update quail-current-str correctly.
20406 2003-07-21  Andreas Schwab  <schwab@suse.de>
20408         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
20409         ?, to "_".
20411 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
20412         Version 2.0.36 of Tramp released.
20414         * net/tramp.el (tramp-default-password-end-of-line): Rename from
20415         tramp-password-end-of-line.
20416         (tramp-password-end-of-line): New method parameter.
20417         (tramp-get-password-end-of-line): Function to access method
20418         parameter `tramp-password-end-of-line', or variable
20419         `tramp-default-password-end-of-line' (default value).
20420         (tramp-methods): Add entries for new parameter
20421         tramp-password-end-of-line.
20422         (tramp-enter-password): Use new function
20423         `tramp-get-password-end-of-line'.
20424         (tramp-handle-insert-file-contents): Do not
20425         unconditionally inhibit the file operation file-local-copy, only
20426         do that when the inhibit-file-name-operation is currently
20427         insert-file-contents.  This fixes finding remote CVS-controlled
20428         files.  (It would barf on inserting the CVS/Entries file
20429         literally, because the file-local-copy handler wasn't called.)
20430         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
20431         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
20432         (tramp-initial-commands): New variable.
20433         (tramp-process-initial-commands): New function, using the variable.
20434         (tramp-open-connection-setup-interactive-shell): Call the new function.
20435         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
20436         method into the buffer name, never use nil.  Reported by Hanak
20437         David <dhanak@inf.bme.hu>.
20438         (tramp-open-connection-setup-interactive-shell): Erase buffer
20439         before sending "stty -onlcr".
20441         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
20443 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
20445         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
20447 2003-07-19  John Paul Wallington  <jpw@gnu.org>
20449         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
20450         (artist-draw-rect, artist-draw-square): Doc fixes.
20452         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
20454         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
20456 2003-07-19  Kenichi Handa  <handa@m17n.org>
20458         * international/kkc.el (kkc-show-conversion-list-update):
20459         Highlight the correct candidate in the message.
20461 2003-07-18  John Paul Wallington  <jpw@gnu.org>
20463         * simple.el (current-word): Don't include punctuation char when
20464         `really-word' arg is non-nil.
20466 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
20468         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
20469         moved to the directory obsolete.
20471 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
20473         * info.el (Info-menu-entry-name-re): Allow newlines in
20474         menu entry names.
20476         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
20477         syntax-ppss-after-change-function.
20478         (syntax-ppss-after-change-function): New alias.  Update uses.
20479         (syntax-ppss): Catch the case where the buffer is narrowed.
20481 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
20483         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
20484         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
20486 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
20488         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
20489         since it might be modified.
20491         * progmodes/cc-langs.el (c++-make-template-syntax-table)
20492         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
20493         names to these language constants.
20495 2003-07-15  Kim F. Storm  <storm@cua.dk>
20497         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
20498         All uses changed.
20500 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
20502         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
20503         Namespace support.
20505 2003-07-13  Juanma Barranquero  <lektu@terra.es>
20507         * frame.el (modify-all-frames-parameters): Reinstall (copyright
20508         papers received).
20510 2003-07-13  Karl Eichwalder  <ke@suse.de>
20512         * textmodes/po.el (po-find-charset): White space at the start of the
20513         Content-Type field body is non-mandatory.
20515 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
20517         * textmodes/texinfo.el (texinfo-section-list):
20518         Append appendixsection; a synonym for appendixsec.
20520 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
20522         * man.el (Man-translate-cleanup): New.
20523         (Man-translate-references): Call `Man-translate-cleanup' to clean
20524         leading, trailing and middle spaces.
20526 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
20528         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
20529         Handle `dired-directory' being a list.
20531 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
20533         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
20534         it doesn't exist.
20536 2003-07-12  Richard M. Stallman  <rms@gnu.org>
20538         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
20540         * progmodes/cc-defs.el (c-make-keywords-re):
20541         Don't use delete-duplicates.
20542         (c-lang-const): Don't use mapcan.
20544         * apropos.el (apropos-show-scores): Make it customizable.
20545         Document new meaning.
20546         (apropos): Compute scores from symbols.
20547         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
20549 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20551         * ps-bdf.el: Fix copyright line.
20552         (bdf-directory-list): Fix initialization code.
20554 2003-07-11  John Paul Wallington  <jpw@gnu.org>
20556         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
20557         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
20558         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
20560 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
20562         * emacs-lisp/ring.el (ring-elements): Doc fix.
20564 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
20566         * calendar/timeclock.el (timeclock-relative)
20567         (timeclock-ask-before-exiting, timeclock-use-display-time):
20568         Doc changes.
20569         (timeclock-modeline-display): Give a message if
20570         `timeclock-use-display-time' is non-nil but `display-time-mode'
20571         is not active.
20573 2003-07-11  Kenichi Handa  <handa@m17n.org>
20575         * international/mule-cmds.el (set-language-environment):
20576         Set current-language-environment to the correct string.
20578 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20580         * ps-print.el: Print line number correctly in a region.  Reported by
20581         Tim Allen <timallen@ls83.fsnet.co.uk>.
20582         (ps-print-version): New version number (6.6.2).
20583         (ps-printing-region): Code fix.
20585 2003-07-10  John Paul Wallington  <jpw@gnu.org>
20587         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
20588         this function can be called from `add-completions-from-tags-table'.
20590 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
20592         * calendar/timeclock.el (timeclock-use-display-time)
20593         (timeclock-day-over-hook, timeclock-workday-remaining)
20594         (timeclock-status-string, timeclock-when-to-leave)
20595         (timeclock-when-to-leave-string, timeclock-log-data)
20596         (timeclock-find-discrep, timeclock-day-base)
20597         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
20598         (timeclock-modeline-display): Set the variable
20599         `timeclock-modeline-display'.
20600         (timeclock-update-modeline): Doc fix.  Respect value of
20601         `timeclock-relative'.
20603 2003-07-09  Richard M. Stallman  <rms@gnu.org>
20605         * textmodes/reftex-parse.el (reftex-all-document-files):
20606         Add autoload cookie.
20608         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
20609         (reftex-scanning-info-available-p): Add autoload cookie.
20611         * international/mule-cmds.el
20612         (set-display-table-and-terminal-coding-system): Delete duplicate
20613         aset on standard-display-table.
20615         * view.el (view-file): If existing buffer's major mode is special,
20616         don't go into view mode.
20618         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
20620 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20622         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
20623         buffer changes; there's third party code that calls this function
20624         directly.
20626 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20628         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
20629         (autodoc-font-lock-keywords): Don't byte compile on font lock
20630         initialization when running from byte compiled files.
20632 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
20634         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
20635         statement ends with auto-increment "++".
20637 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
20639         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
20640         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
20641         these are changed, so declare them as variables and not constants.
20643 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
20645         * subr.el (dolist, dotimes): Doc fix.
20647 2003-07-08  Kim F. Storm  <storm@cua.dk>
20649         * international/mule-cmds.el
20650         (set-display-table-and-terminal-coding-system): Don't break
20651         bootstrap if standard-display-table isn't setup yet.
20653 2003-07-07  Richard M. Stallman  <rms@gnu.org>
20655         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
20656         Give it a doc string, and autoload it.
20658         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
20659         Use with-no-warnings.
20661         * info.el (Info-search): If find invisible text, search again.
20663         * isearch.el (search-whitespace-regexp): Add a shy group around it.
20665         * man.el (Man-name-regexp): Match + as part of name.
20667         * simple.el (visible-mode): Rename from vis-mode.
20668         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
20670         * simple.el (current-word): New arg REALLY-WORD specifies
20671         don't include punctuation chars.
20673         * emacs-lisp/debug.el (debug, debugger-env-macro):
20674         Use with-no-warnings while accessing and binding unread-command-char.
20676         * international/mule-cmds.el
20677         (set-display-table-and-terminal-coding-system): Use explicit loop
20678         instead of calling standard-display-default.
20680         * net/ange-ftp.el (ange-ftp-file-symlink-p):
20681         Use condition-case to catch error in ange-ftp-get-files.
20683         * net/browse-url.el (browse-url-browser-function):
20684         Add alternative for Epiphany.
20685         (browse-url-epiphany-program, browse-url-epiphany-arguments)
20686         (browse-url-epiphany-startup-arguments)
20687         (browse-url-epiphany-new-window-is-tab): New variables.
20688         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
20690         * progmodes/compile.el (compile-auto-highlight): Default now t.
20691         (compile): Doc fix.
20692         (compilation-next-error): Fix previous change.
20694         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
20696         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
20698 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
20700         * gdb-ui.el (gdb-source-info): Display current frame when
20701         attaching to an existing process.
20702         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
20703         while laying out windows when attaching to an existing process.
20705 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
20707         * info.el (Info-menu): Use Info-menu-entry-name-re.
20709 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
20711         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
20712         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
20714         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
20715         to match the same text.
20717 2003-07-06  John Paul Wallington  <jpw@gnu.org>
20719         * vc.el (vc-annotate-offset): Move defvar up.
20721 2003-07-06  Kim F. Storm  <storm@cua.dk>
20723         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
20724         This should fix the infinite loop when extracting menu names.
20726 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
20728         * files.el (auto-mode-alist, interpreter-mode-alist):
20729         Remove entries to CC Mode modes to avoid duplicates; they are now added
20730         with autoload directives in cc-mode.el.
20732 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
20734         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
20735         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
20736         these are changed, so declare them as variables and not constants.
20738         * progmodes/cc-mode.el: Fix some autoload problems: Try to
20739         ensure that the entry for ".c" extension comes before the one for
20740         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
20741         Fix incorrect entries that were added to `interpreter-mode-alist'.
20742         Move the autoload directives for AWK to the top level since they
20743         aren't recognized anywhere else.  Do not use the new AWK mode doc
20744         in the autoload form for the old AWK mode.
20746 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20748         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
20749         (bibtex-sort-ignore-string-entries): Default value t.
20750         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
20751         erroneously in previous version.
20752         (bibtex-string-files): Docstring reflects new parsing scheme.
20753         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
20754         docstring, add # as one of the chars to crush
20755         (bibtex-autokey-prefix-string, bibtex-autokey-names)
20756         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
20757         (bibtex-autokey-name-change-strings)
20758         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
20759         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
20760         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
20761         (bibtex-autokey-title-terminators)
20762         (bibtex-autokey-titlewords-stretch)
20763         (bibtex-autokey-titleword-ignore)
20764         (bibtex-autokey-titleword-case-convert)
20765         (bibtex-autokey-titleword-abbrevs)
20766         (bibtex-autokey-titleword-abbrevs)
20767         (bibtex-autokey-titleword-change-strings)
20768         (bibtex-autokey-titleword-length)
20769         (bibtex-autokey-titleword-separator)
20770         (bibtex-autokey-name-year-separator)
20771         (bibtex-autokey-year-title-separator)
20772         (bibtex-autokey-before-presentation-function)
20773         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
20774         Fix docstring.
20775         (bibtex-strings, bibtex-reference-keys):
20776         Use lazy-completion-table and make-variable-buffer-local.
20777         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
20778         (bibtex-braced-string-syntax-table)
20779         (bibtex-quoted-string-syntax-table): New variables.
20780         (bibtex-parse-nested-braces): Remove.
20781         (bibtex-parse-field-string): Use syntax table and forward-sexp.
20782         (bibtex-parse-association): Simplify.
20783         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
20784         (bibtex-parse-field-text): Simplify.
20785         (bibtex-search-forward-field, bibtex-search-backward-field):
20786         argument BOUND can take value t.
20787         (bibtex-start-of-field, bibtex-start-of-name-in-field)
20788         (bibtex-end-of-name-in-field, bibtex-end-of-field)
20789         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
20790         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
20791         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
20792         (bibtex-skip-to-valid-entry): Return buffer position of beginning
20793         and ending of entry.  Update for changes of bibtex-search-entry.
20794         Simplify.
20795         (bibtex-map-entries): FUN is called with three arguments.
20796         (bibtex-search-entry): Return a cons pair with buffer positions of
20797         beginning and end of entry.
20798         (bibtex-enclosing-field): Simplify.
20799         (bibtex-format-entry): Use booktitle to set a missing title.
20800         (bibtex-autokey-get-names): Fiddle with regexps.
20801         (bibtex-generate-autokey): Use identity.
20802         (bibtex-parse-keys): Use simplified parsing algorithm if
20803         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
20804         arguments.  Return alist of keys.
20805         (bibtex-parse-strings): Simplify.  Return alist of strings.
20806         (bibtex-complete-string-cleanup): Fix docstring.
20807         (bibtex-read-key): New function.
20808         (bibtex-mode): Fix docstring.  Do not parse for keys and
20809         strings when the mode is entered.  Set fill-paragraph-function to
20810         bibtex-fill-field.  Setup font-lock-mark-block-function the way
20811         font-lock intended.
20812         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
20813         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
20814         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
20815         (bibtex-Preamble): Avoid hard coded constants.
20816         (bibtex-make-field): Fix docstring.  Simplify.
20817         (bibtex-beginning-of-entry): Always return new position of point.
20818         (bibtex-end-of-entry): Rearrange cond clauses.
20819         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
20820         Update for changes of bibtex-map-entries.
20821         (bibtex-ispell-abstract): Do not move point.
20822         (bibtex-entry-index): Use downcase.  Simplify.
20823         (bibtex-lessp): Handle catch-all.
20824         (bibtex-find-crossref): Turn into a command.
20825         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
20826         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
20827         preamble entries.
20828         (bibtex-fill-field-bounds): New function.
20829         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
20830         (bibtex-fill-entry): Use bibtex-fill-field-bounds
20831         (bibtex-String): Use bibtex-strings.  Always obey
20832         bibtex-sort-ignore-string-entries.
20834 2003-07-05  John Paul Wallington  <jpw@gnu.org>
20836         * cus-theme.el (customize-create-theme):
20837         Call `customize-create-theme' in Reset widget's notify function.
20839         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
20840         (ibuffer-mark-interactive): Use `or' instead of `unless'.
20841         (define-ibuffer-column name): Add summarizer.
20842         (define-ibuffer-column size): Likewise.
20843         (define-ibuffer-column filename): Likewise.
20844         (define-ibuffer-column process): Likewise.  Change BODY's output too.
20845         (define-ibuffer-column filename-and-process): Likewise, likewise.
20846         (ibuffer): Remove local vars `already-in' and `need-update'.
20848         * ibuf-ext.el: Don't require `derived' at compile-time.
20850 2003-07-05  Kim F. Storm  <storm@cua.dk>
20852         * info.el: Disable paragraph refilling.
20853         (Info-refill-paragraphs): New defcustom.
20854         (Info-fontify-node): Use it.
20856 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
20858         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
20859         thingies from constructors created by defstruct.
20861         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
20862         the default value of the variable.
20863         (byte-code-meter): Move declaration to top level.
20865         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
20867         * info.el (Info-following-node-name-re): New fun.
20868         (Info-following-node-name): Remove.
20869         (Info-insert-dir): Use the new fun.
20870         (Info-extract-pointer): Don't save restriction; use new fun.
20871         (Info-menu-entry-name-re): New const.
20872         (Info-menu-entry-name-re): Use it along with new fun.
20873         (Info-node-spec-re): Use new fun.
20874         (Info-complete-menu-item, Info-fontify-node): Use new const.
20875         (Info-goto-node, Info-follow-reference, Info-menu-update):
20876         Use match-string.
20877         (Info-follow-reference): Use assoc-string.
20878         Use a list of strings for the completion table.
20879         (Info-fontify-node): Use match-string, line-end-position.
20880         Limit the search for `node:' to the first line.
20882         * newcomment.el (uncomment-region): Remove padding coming from
20883         comment-start rather than just from comment-padding.
20885         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
20886         (vc-cvs-stay-local-p): Use vc-stay-local-p.
20887         (vc-cvs-rename-file): Remove (use the default).
20888         (vc-cvs-register): Register parent dir if needed.
20889         (vc-cvs-could-register): Return non-nil if parent can be registered.
20890         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
20891         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
20893         * vc-svn.el (vc-svn-use-edit): Make it into a const.
20894         (vc-svn-update): Fix the arguments to `svn'.
20895         (vc-svn-diff-tree): Just use `vc-svn-diff'.
20896         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
20897         Simple implementations, assuming `name' is a URL.
20899         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
20900         set of chars allowed unquoted in a case pattern.
20902         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
20904         * font-lock.el (font-lock-extra-types-widget)
20905         (c-font-lock-extra-types, c++-font-lock-extra-types)
20906         (objc-font-lock-extra-types, java-font-lock-extra-types)
20907         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
20908         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
20909         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
20910         (font-lock-match-c++-structor-declaration)
20911         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
20912         (c++-font-lock-keywords-3, c++-font-lock-keywords)
20913         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
20914         (objc-font-lock-keywords-3, objc-font-lock-keywords)
20915         (java-font-lock-keywords-1, java-font-lock-keywords-2)
20916         (java-font-lock-keywords-3, java-font-lock-keywords)
20917         (java-font-lock-syntactic-face-function): Remove obsolete code
20918         and constants.  It's all in cc-fonts.el now.
20920 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
20922         * mail/sendmail.el (mail-specify-envelope-from)
20923         (mail-envelope-from): Doc fix.
20925 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
20927         * generic-x.el: Do away with the dependency on `c-emacs-features'
20928         when populating `rul-generic-mode-syntax-table'; we already know
20929         this isn't XEmacs.
20931 See ChangeLog.10 for earlier changes.
20933 ;; Local Variables:
20934 ;; coding: iso-2022-7bit
20935 ;; End:
20937     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
20938   Copying and distribution of this file, with or without modification,
20939   are permitted provided the copyright notice and this notice are preserved.
20941 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1