*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob62736c1d880c8a7e85f3c1368b360fa40b111fe5
1 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
3         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
4         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
6 2004-11-29  Jay Belanger  <belanger@truman.edu>
8         * calc/calc-arith.el (math-pow-of-zero): Take into account different
9         cases of the base and exponent.
11 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
13         * simple.el (next-error-buffer-p): Allow for inclusive and
14         exclusive tests for finding a buffer.
15         (next-error-find-buffer): Pass the exclusive and inclusive tests
16         to next-error-buffer-p.
18         * replace.el (occur-next-error): Switch to the Occur buffer when
19         appropriate, use the exclusive filter to next-error-find-buffer to
20         do it.  Use the absolute value of the motion amount.
22 2004-11-29  Kenichi Handa  <handa@m17n.org>
24         * startup.el (command-line): Decode all default-directory by
25         locale-coding-system.
27 2004-11-29  Jay Belanger  <belanger@truman.edu>
29         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
30         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
31         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
32         Replace calls to calc-extensions by appropriate require, replace
33         calc-extensions-loaded by appropriate featurep.
35         * calc/calc-ext.el: Move require to end of file.
36         Remove redundant loading of calc.el.
37         (calc-extensions-loaded): Remove unnecessary variable.
38         (calc-extensions): Remove unnecessary function.
39         (calc-load-everything): Replace calc-need-macros by appropriate require.
41         * calc/calc-macs.el: Move provide to end of file.
42         (calc-need-macros): Remove unnecessary function.
44         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
45         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
46         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
47         Replace calc-extensions by appropriate require.
48         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
50         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
51         Replace calc-need-macros by appropriate require.
53         * calc/calc.el: Move require to end of file.
54         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
55         Remove unnecessary variable.
56         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
57         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
58         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
59         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
60         (math-stack-value-offset, math-format-value, math-format-flat-expr)
61         (math-format-number, math-format-bignum, math-read-number)
62         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
63         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
64         by appropriate require.
65         (calc-check-defines): Replace calc-need-macros by appropriate require.
67 2004-11-29  Kim F. Storm  <storm@cua.dk>
69         * macros.el (insert-kbd-macro): Handle kmacro functions.
71 2004-11-28  Juri Linkov  <juri@jurta.org>
73         * compare-w.el (compare-windows-highlight): Attach each overlay
74         to its window to properly highlight differences while comparing
75         two windows of the same buffer.  Fix arguments.
76         (compare-windows-sync-default-function): Fix arguments of
77         `compare-windows-highlight'.
79         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
80         Use `read-expression-history'.  Set initial contents only if
81         `edebug-global-break-condition' is non-nil.  Set histpos to 1
82         if initial contents is equal to the last history element.
83         (edebug-set-conditional-breakpoint): Instead of temporarily
84         prepending the current condition to the history, set initial
85         contents to the current condition.  Set histpos to 1 if initial
86         contents is equal to the last history element.
88         * info.el (Info-search-whitespace-regexp): Remove shy group.
89         (Info-search): Forward line if search is on the header line.
90         Use search-whitespace-regexp in two other places.
92 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
94         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
95         warning.  Delay real definition, which uses
96         `set-fringe-indicators-1' till after the definition of that
97         function.
99 2004-11-28  Kim F. Storm  <storm@cua.dk>
101         * fringe.el (fringe): New defgroup.
102         (fringe-mode): Move to fringe group.
103         (fringe-indicators): New defcustom.
104         (set-fringe-indicators-1): New defun.
106         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
107         (menu-bar-showhide-fringe-ind-menu): New keymap.
108         (menu-bar-showhide-fringe-ind-empty)
109         (menu-bar-showhide-fringe-ind-mixed)
110         (menu-bar-showhide-fringe-ind-box)
111         (menu-bar-showhide-fringe-ind-right)
112         (menu-bar-showhide-fringe-ind-left)
113         (menu-bar-showhide-fringe-ind-none): New defuns.
114         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
116 2004-11-27  Richard M. Stallman  <rms@gnu.org>
118         * comint.el (comint-read-noecho): Add trivial compatibility
119         definition.
121         * generic.el (define-generic-mode): Doc fix.
123         * menu-bar.el (menu-bar-options-save): For the options
124         that are toggled with menu-bar-make-mm-toggle, don't check
125         for customized-value prop.
127 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
129         * mail/supercite.el (sc-cite-region): Handle the case where
130         sc-cite-frame-alist is a symbol.
131         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
132         a symbol.
133         (sc-recite-region): Handle the case where sc-recite-frame-alist is
134         a symbol.
136 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
138         * wid-edit.el (widget-narrow-to-field): New function.
139         (widget-complete): Use it.
141 2004-11-27  Jay Belanger  <belanger@truman.edu>
143         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
144         variable.
145         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
146         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
147         (math-alg-inequalities): Move declaration to earlier in the file.
149         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
150         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
151         Declare them.
153         * calc/calc-lang.el (math-expr-data, math-expr-token)
154         (math-exp-old-pos): Declare them.
156         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
157         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
159 2004-11-27  Kim F. Storm  <storm@cua.dk>
161         * progmodes/flymake.el: Use (featurep 'xemacs).
162         (flymake-makehash): Change to defsubst.  Use fboundp.
163         (flymake-time-to-float): Remove.
164         (flymake-float-time): Merge code from flymake-time-to-float here.
165         (flymake-replace-regexp-in-string): Change to defsubst.
166         (flymake-split-string-remove-empty-edges):
167         Rename to flymake-split-string.
168         (flymake-split-string): Remove previous defalias.
169         (flymake-get-temp-dir): Change to defsubst.
170         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
171         Define for xemacs only.
172         (flymake-master-file-count-limit): Change into compiler defvar only.
173         (flymake-find-possible-master-files): Let-bind it dynamically while
174         sorting files using flymake-master-file-compare.
176 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
178         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
179         of defun-prompt-regexp matches inside a comment/string but the
180         beginning is correctly outside everything.
182         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
183         appears within a string or a comment.
185         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
186         rather than make-symbol for symbols which are used in
187         a symbol-macrolet or equivalent.
189 2004-11-26  Jay Belanger  <belanger@truman.edu>
191         * calc-misc.el (calc-last-why-command): Declare it.
193         * calc-vec.el (math-grade-vec): New variable.
194         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
195         Replace variable grade-vec by declared variable.
196         (math-rb-close): New variable.
197         (math-read-brackets, math-read-vector): Replace variable close by
198         declared variable.
200         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
201         (calc-one-window, calc-edit-handler, calc-restore-trail)
202         (calc-allow-ret): Declare them.
204         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
205         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
206         (math-radix-float-cache-tag, math-random-cache)
207         (math-max-digits-cache, math-integral-cache, math-units-table)
208         (math-format-date-cache, math-holidays-cache-tag): Declare them.
209         (math-moc-func): New variable.
210         (math-map-over-constants, math-map-over-constants-rec):
211         Replace variable func by declared variable.
213         * calc/calc-store.el (calc-given-value, calc-store-opers):
214         Declare them.
215         (calc-var-name-map): Move declaration to earlier in the file.
216         (calc-pv-pos): New variable.
217         (calc-permanent-variable, calc-insert-permanent-variable):
218         Replace variable pos by declared variable.
220         * calc/calc-mtx.el (calc-det-lu): New variable.
221         (math-det-raw, math-det-step): Replace variable lu by declared variable.
223         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
224         (math-multi-subst, math-multi-subst-rec): Replace variables temp
225         and arg by declared variables.
226         (calcFunc-reducer): Fix incorrect variable.
227         (math-inner-mul-func, math-inner-add-func): New variables.
228         (calcFunc-inner, math-inner-mats): Replace variables mul-func
229         and add-func by declared variables.
231         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
232         (calc-digit-value): Declare them.
234         * calc/calc-help.el (Info-history): Declare it.
235         (calc-describe-key): Make calc-summary-indentation a local variable.
236         (calc-help-long-names): Move declaration to earlier in file.
238         * calc/calc-embed.el (calc-original-buffer): Declare it.
239         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
240         (calc-embed-bot): New variables.
241         (calc-do-embedded, calc-embedded-mark-formula)
242         (calc-embedded-find-bounds, calc-embedded-duplicate)
243         (calc-embedded-new-formula, calc-embedded-make-info):
244         Replace vars outer-top, outer-bot, bot and top by declared variables.
245         (calc-embed-prev-modes): New variable.
246         (calc-embedded-set-modes, calc-embedded-update): Replace variable
247         prev-modes with declared variable.
248         (calc-embed-vars-used): New variable.
249         (calc-embedded-make-info, calc-embedded-evaluate-expr)
250         (calc-embedded-update, calc-embedded-find-vars): Replace variable
251         vars-used by declared variable.
253         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
254         (math-format-radix-float): Remove unnecessary setq.
255         (math-radix-float-cache): Declare it.
257         * calc/calcsel2.el (calc-keep-selection): Declare it.
259         * calc/calc-maint.el: Remove file.
261 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
263         * textmodes/bibtex.el (bibtex-sort-entry-class)
264         (bibtex-comment-start): Use defcustom.
265         (bibtex-entry-field-alist): Use nil if initial content of the
266         field is undefined.  Fix docstring.
267         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
268         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
269         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
270         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
271         Fix docstring.
272         (bibtex-autokey-title-terminators): Use only one regexp.
273         (bibtex-string-maybe-empty-head): New variable.
274         (bibtex-remove-delimiters-string): New function.
275         (bibtex-text-in-field-bounds, bibtex-text-in-string):
276         Use bibtex-remove-delimiters-string.
277         (bibtex-progress-message, bibtex-field-left-delimiter)
278         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
279         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
280         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
281         Simplify.
282         (bibtex-format-entry): Use save-excursion for inherited booktitle.
283         Use eq and bibtex-remove-delimiters-string.  For end markers use
284         insertion type so that marker stays after inserted text.
285         (bibtex-autokey-get-names): Return empty string if name is missing.
286         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
287         calling bibtex-autokey-name-case-convert.
288         (bibtex-autokey-demangle-title):
289         Call bibtex-autokey-titleword-case-convert.  Remove call to
290         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
291         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
292         (bibtex-read-key): New optional arg global.
293         (bibtex-files-expand): New optional arg force.
294         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
295         (bibtex-complete-crossref-cleanup): Rename from
296         bibtex-complete-key-cleanup.  Simplify code.
297         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
298         Operate on current entry.
299         (bibtex-button): Add docstring.
300         (bibtex-entry): Simplify.
301         (bibtex-make-field): Replace optional arg called-by-yank with more
302         specific args move and interactive.
303         (bibtex-end-of-entry): Use forward-sexp.
304         (bibtex-find-entry-globally): Remove.
305         (bibtex-find-crossref): Allow for crossref key located in other buffer.
306         Bound to C-c C-x.
307         (bibtex-find-entry): New optional args global and display.
308         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
309         (bibtex-validate): Use arg force of bibtex-files-expand.
310         (bibtex-clean-entry): Bugfix, clean string entries properly.
311         Always keep point at beginning of entry.
312         (bibtex-complete): Bugfix.  Handle string entries properly.
313         Call cleanup functions only if needed.
314         (bibtex-String): Use bibtex-read-string-key.
315         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
316         case of replacement text.
318 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
320         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
321         (tramp-perl-directory-files-and-attributes): New constant.
322         (tramp-file-name-handler-alist): Delete file-directory-files, add
323         directory-files-and-attributes.
324         (tramp-perl-file-attributes): Surround uid and gid by double
325         quotes. Change parameter id-format from nonnumeric.
326         (tramp-convert-file-attributes): New function.
327         (tramp-handle-file-attributes): Use it.
328         (tramp-maybe-send-perl-script): New function.
329         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
330         file mode. Change parameter id-format from nonnumeric.
331         (tramp-handle-file-attributes-with-ls): Change parameter id-format
332         from nonnumeric.
333         (tramp-post-connection): Don't send tramp-perl-file-attributes
334         script. Reset connection property "perl-scripts".
335         (tramp-handle-insert-directory): Run real handler when ls-lisp is
336         in use.
338 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
340         * desktop.el (desktop-read): Replace mapcar with mapc.
341         (desktop-create-buffer): Replace mapcar with mapc.
342         Remove redundant piece of code.
344 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
346         * progmodes/gud.el (gud-display-line): Use display-buffer
347         for GDB-UI as for GUD.
349         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
350         Delete variables.
351         (gdb-ann3): Don't make GUD buffer dedicated.
352         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
353         (gdb-display-source-buffer): Delete function.
354         (gdb-view-source-function, gdb-view-assembler): Delete functions.
355         (menu): Delete menu bindings for viewing source/assembler.
356         (gdb-setup-windows, gdb-restore-windows):
357         Don't dedicate GUD. No assembler now.
358         (gdb-reset): No need to undedicate source buffers now.
359         (gdb-source-info): No assembler now.
361 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
363         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
364         width to those for special frames.
365         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
366         Use display-buffer.
367         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
368         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
369         (gdb-frame-assembler-buffer): Rework like
370         gdb-frame-breakpoints-buffer.
372 2004-11-25  Richard M. Stallman  <rms@gnu.org>
374         * progmodes/flymake.el: Reindent.
375         (flymake-split-string): Turn into defalias.
376         (flymake-fix-file-name): Rename from flymake-fix-path-name.
377         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
378         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
379         (flymake-build-relative-filename): Rename from ...path.
380         Fix error message.
382 2004-11-25  Cheng Gao  <chenggao@gmail.com>
384         * progmodes/flymake.el: Much whitespace and capitalization change.
385         Move `provide' to end.  Require `compile' only when compiling.
387 2004-11-24  Jay Belanger  <belanger@truman.edu>
389         * calc/calc-alg.el: Added comment.
390         (math-polynomial-base): Replace variable mpb-top-expr by
391         math-poly-base-top-expr.
393         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
394         (math-polynomial-p1): Replace variable mpb-top-expr by declared
395         variable.
396         (math-poly-base-total-base): New variable.
397         (math-total-polynomial-base, math-polynomial-p1): Replace variable
398         mpb-total-base by declared variable.
399         (math-factored-vars, math-to-list): Declare it.
400         (math-fact-expr): New variable.
401         (calcFunc-factors, calcFunc-factor, math-factor-expr)
402         (math-factor-expr-try, math-factor-expr-part): Replace variable
403         expr by declared variable.
404         (math-fet-x): New variable.
405         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
406         by declared variable.
407         (math-factor-poly-coefs): Make temp a local variable.
409         * calc/calc-units.el (calc-convert-units): Make units a local
410         variable.
411         (calc-num-units, calc-den-units): New variables.
412         (calc-explain-units, calc-explain-units-rec): Replace variables
413         num-units and den-units by declared variables.
414         (math-cu-unit-list): New variable.
415         (math-build-units-table, math-compare-unit-names)
416         (math-convert-units, math-convert-units-rec): Replace variable
417         unit-list by declared variable.
418         (math-fbu-base, math-fbu-entry): New variables.
419         (math-find-base-units, math-find-base-units-rec): Replace variables
420         base and entry by declared variables.
421         (math-which-standard): New variable.
422         (math-to-standard-units, math-to-standard-rec): Replace variable
423         which-standard by declared variable.
424         (math-fcu-u): New variable.
425         (math-find-compatible-unit, math-find-compatible-unit-rec):
426         Replace variable u by declared variable.
427         (math-cu-new-units, math-cu-pure): New variables.
428         (math-convert-units, math-convert-units-rec): Replace variables
429         new-units and pure by declared variables.
430         (math-try-cancel-units): New variable.
431         (math-simplify-units-quotient): Replace variable try-cancel-units by
432         declared variable.
434 2004-11-24  Richard M. Stallman  <rms@gnu.org>
436         * textmodes/ispell.el (ispell-check-version):
437         If default-directory is nonexistent, use home dir.
439         * progmodes/grep.el (grep-regexp-alist):
440         Don't match parens around line numbers.
442         * progmodes/cperl-mode.el (cperl-indent-region)
443         (cperl-imenu--create-perl-index, cperl-xsub-scan):
444         Don't print progress messages.
446         * progmodes/compile.el (compilation-mode-map):
447         Don't inherit from compilation-minor-mode-map;
448         copy its bindings instead.  But the menu bar Compile
449         entry now does inherit from compilation-menu-map.
451         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
452         Use with-no-warnings around compiler-macroexpand.
454         * imenu.el: Don't always require newcomment.
455         (imenu--generic-function): Call comment-normalize-vars
456         if we have a comment syntax.
457         Exit the loop if REGEXP matches the null string.
458         Test comment-start as well as comment-start-skip
459         when deciding whether to check for comments.
461         * tooltip.el (tooltip-mode): Doc fix.
463         * term.el (term-escape-char, term-mode): Doc fixes.
465 2004-11-24  Dave Love  <fx@gnu.org>
467         * progmodes/python.el (python-font-lock-syntactic-keywords):
468         Check for escapes in the regexp.
469         (python-quote-syntax): Don't do it here.
471 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
473         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
474         (gdb-frames-mode-map, gdb-threads-mode-map)
475         (gdb-registers-mode-map, gdb-locals-mode-map)
476         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
477         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
479         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
480         (dedicated-switch-to-buffer): Rework.
481         (gdb-var-evaluate-expression-handler, gdb-put-string):
482         Remove unused variable bindings.
483         (gdb-setup-windows, gdb-display-buffer):
484         Simplify. Use pop-to-buffer.
485         (gdb-view-source-function): Simplify.
486         (gdb-frame-breakpoints-buffer):
487         Use pop-to-buffer, special-display-regexps.
489 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
491         * progmodes/f90.el (f90-smart-end)
492         (f90-previous-statement, f90-beginning-of-block): Doc fix.
493         (f90-calculate-indent): Handle un-named PROGRAM blocks.
494         (f90-end-of-block): Doc fix.  Make check of outermost block
495         conditional on value of `f90-smart-end'.
496         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
497         Handle case where END-BLOCK is nil.
498         (f90-match-end): Handle un-named PROGRAM blocks.
499         (f90-backslash-not-special): New function.
501 2004-11-24  Jay Belanger  <belanger@truman.edu>
503         * calc/calc.el (calc-embedded-active): Removed unnecessary
504         declaration.
505         (calc-show-banner): Removed redundant declaration.
507         * calc/calc-graph.el (calc-gnuplot-default-device)
508         (calc-gnuplot-default-output, calc-gnuplot-print-device)
509         (calc-gnuplot-print-output, calc-gnuplot-geometry)
510         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
511         Remove redundant initial values.
513         * calc/calc-arith.el (math-scalar-functions)
514         (math-nonscalar-functions, math-scalar-if-args-functions)
515         (math-real-functions, math-positive-functions)
516         (math-nonnegative-functions, math-real-scalar-functions)
517         (math-real-if-arg-functions, math-integer-functions)
518         (math-num-integer-functions, math-rounding-functions)
519         (math-float-rounding-functions, math-integer-if-args-functions)
520         (math-super-types): Move declarations to earlier in file.
521         (math-unit-prefixes): Declared it.
522         (math-floor-prec, math-trunc-prec): New variables.
523         (math-trunc-fancy): Replace variable prec by declared variable.
524         (math-floor-fancy): Replace variable prec by declared variable.
525         (math-com-bterms): New variable.
526         (math-commutative-equal, math-commutative-collect):
527         Replace variable bterms by declared variable.
529         * calc/calc-misc.el (math-trunc): Replace variable prec by
530         math-trunc-prec.
531         (math-floor): Replace variable prec by math-floor-prec.
533         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
534         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
535         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
536         (math-format-date, math-format-date-part): Replace variables
537         date, dt, year, month, day, weekday, hour, minute, second and
538         bc-flag by declared variables.
539         (math-pd-str): New variable.
540         (math-parse-date, math-parse-date-word, math-parse-standard-date):
541         Replace variable str by declared variable.
542         (math-daylight-savings-hook, math-tzone-names): Move definitions
543         to earlier in the file.
544         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
545         (math-sh-year): New variable.
546         (math-setup-add-holidays, math-setup-holidays)
547         (math-setup-year-holidays): Replace variable `year' by declared
548         variable.
550         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
551         New variables.
552         (math-nth-root-float, math-nth-root-float-iter): Replace variables
553         n, nf and nfm1 by declared variables.
554         (math-nri-n): New variable.
555         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
556         n by declared variable.
557         (calcFunc-log): Removed misplaced condition.
559 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
561         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
563 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
565         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
566         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
567         Dedicate gdb-related windows.
568         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
569         other frames.
570         (gdb-reset): Remove dedicated property after debugging.
572 2004-11-24  Jay Belanger <belanger@truman.edu>
574         * calc/calc-sel.el: Add comment.
576         * calc/calc.el (math-stack-value-offset): Replace variables c,
577         wid and off with math-svo-c, math-svo-wid and math-svo-off.
579         * calc/calccomp.el (math-comp-sel-tag): Declare it.
580         (math-svo-c, math-svo-wid, math-svo-off): New variables.
581         (math-stack-value-offset-fancy): Replace variables c, wid and off
582         by declared variables.
583         (math-comp-just, math-comp-comma-spc): New variables.
584         (math-compose-expr, math-compose-matrix): Replace variables `just'
585         and comma-spc by declared variable.
586         (math-comp-vector-prec): New variable.
587         (math-compose-expr, math-compose-matrix, math-compose-rows):
588         Replace variable vector-prec by declared variable.
589         (math-comp-left-bracket, math-comp-right-bracket)
590         (math-comp-comma): New variables.
591         (math-compose-expr, math-compose-rows): Replace variables
592         left-bracket, right-bracket and comma by declared variables.
593         (math-comp-full-width): New variable.
594         (math-comp-to-string-flat, math-comp-to-string-flat-term):
595         Replace variable full-width by declared variable.
596         (math-comp-highlight, math-comp-word, math-comp-level)
597         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
598         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
599         New variables.
600         (math-comp-to-string-flat, math-comp-to-string-flat-term)
601         (math-comp-sel-flat-term): Replace variables comp-highlight,
602         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
603         declared variables.
604         (math-comp-simplify, math-comp-simplify-term)
605         (math-comp-add-string, math-comp-add-string-sel):
606         Replace variables comp-highlight, comp-buf, comp-base,
607         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
609 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
611         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
613         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
614         and x-server-version may throw.
616 2004-11-23  Kim F. Storm  <storm@cua.dk>
618         * subr.el (substitute-key-definition-key): Optimize.
619         Don't call indirect-function for nil defn (always signals error).
621         * ido.el (ido-read-internal): Fix require-match check when
622         ido-directory-too-big is set.
624 2004-11-23  Jay Belanger  <belanger@truman.edu>
626         * calc/calc-ext.el (math-read-replacement-list)
627         (math-read-superscripts): New variables.
628         (math-read-preprocess-string): New function.
629         (math-read-expr): Filter input through math-read-preprocess-string.
631         * calc/calc-aent.el (math-read-exprs): Filter input through
632         math-read-preprocess-string.
634 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
636         * progmodes/compile.el (compilation-start): In cd command use
637         substitute-env-vars -- not quite shell compatible but better than
638         nothing.
639         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
640         handle the newer versions messages, which are more parseable.
642 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
644         * reveal.el (reveal-mode-map): New var.
645         (reveal-mode): Use it.
647 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
649         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
650         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
652 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
654         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
655         header-line when needed.
656         Use fixed-pitch only in the header-line.
657         Build the underline automatically.  Use emdash if available.
659 2004-11-22  Richard M. Stallman  <rms@gnu.org>
661         * dired.el (dired-recursive-copies): Move from dired-aux.el.
662         * dired-aux.el (dired-recursive-copies): Move to dired.el.
664 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
666         * progmodes/gdb-ui.el (gdb-resync): New function.
667         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
668         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
669         Use it to fail more gracefully.
670         (gdb-variables): Delete variable.
671         Re-order variables to reduce byte-compiler warnings.
673 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
675         * descr-text.el (describe-char):
676         * paren.el (show-paren-function):
677         * subr.el (syntax-after): Undo last change.
679         * progmodes/python.el (run-python): Don't hard code *Python*.
680         Don't modify global process-environment.
681         (python-send-region, python-load-file): Don't assume that
682         python-buffer == (process-buffer (python-proc)).
683         (python-switch-to-python): Simplify.
685         * dired.el (dired-align-file): Don't assume line starts with spaces.
687 2004-11-21  Jay Belanger  <belanger@truman.edu>
689         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
690         Replace variable `lines' by math-read-big-lines.
691         (math-read-big-expr): Replace variables the-baseline, the-h2
692         and err-msg by math-read-big-baseline, math-read-big-h2 and
693         math-read-err-msg.
694         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
696         * calc/calc-lang.el (math-read-big-rec): Fix typo.
697         (math-read-big-balance): Replace unbound variable by value.
698         (math-read-big-lines): New variable.
699         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
700         (math-read-big-error, math-read-big-balance): Replace variable
701         `lines' by declared variable.
702         (math-read-big-baseline, math-read-big-h2): New variables.
703         (math-read-big-rec): Replace variables the-baseline and the-h2
704         by declared variables.
705         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
706         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
707         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
708         declared variables.
709         (math-read-big-err-msg): New variable.
710         (math-read-big-error): Replace variable err-msg by declared variable.
712 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
714         * ses.el: Add coding cookie.
715         Fix up docstrings, follow new commenting conventions.
716         (ses-header-line-menu): Fix missing variable rename for header-row.
717         (ses-cell-size): Remove.
718         (ses-make-cell): New function.
719         (ses-cell, ses-insert-row, ses-insert-column): Use it.
720         (ses-calculate-cell): Remove unused var `symbol'.
721         (ses-narrowed-p): New function.
722         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
723         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
724         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
725         (ses-setup): Use restore-buffer-modified-p.
726         (ses-cleanup): Remove unused var `end'.
727         (ses-header-string-left-offset): Remove.
728         (ses-create-header-string): Adjust to new behavior of `align-to'.
729         Truncate excessively large fields to preserve alignment.
730         (ses-reconstruct-all): Remove unused var `refs'.
731         (ses-read-cell-printer): Remove unused var `prompt'.
732         (ses-delete-row): Remove unused var `pos'.
733         (ses-delete-column): Remove unused var `new'.
735 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
737         * ps-print.el: Insert :version tag into all defgroup and defcustom.
738         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
739         Eliminate eval-and-compile usage.
740         (ps-insert-file): Use insert-file-contents instead of insert-file.
741         (ps-setup): Code fix.
743         * printing.el (pr-setup, lpr-setup): Code fix.
745 2004-11-21  Jay Belanger  <belanger@truman.edu>
747         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
748         (calc-original-buffer): Declare them.
749         (calc-user-formula-alist): New variable.
750         (calc-user-define-formula, calc-fix-user-formula)
751         (calc-user-define-composition, calc-finish-formula-edit):
752         Replace variable `alist' by declared variable.
753         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
754         (var-q7, var-q7, var-q8, var-q9): Declare them.
755         (calc-kbd-push): Don't check to see if var-q0 through var-q9
756         are bound.
757         (calcFunc-typeof): Replace undeclared variable by expression.
758         (math-exp-env): New variable.
759         (math-define-body, math-define-exp): Replace exp-env by declared var.
760         (math-define-exp): Replace misplaced variable by expression.
762         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
763         (calc-curve-model, calc-curve-coefnames): New variables.
764         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
765         varnames, model and coefnames by declared variables.
766         (math-root-widen): New variable.
767         (math-search-root, math-find-root): Replace variable root-widen by
768         declared variable.
769         (var-DUMMY): Declare it.
770         (math-root-vars, math-min-vars): Move the declarations to earlier in
771         the file.
772         (math-brent-min): Make d a local variable.
773         (math-find-minimum): Replace non-existent variable.
774         (math-ninteg-romberg): Remove unnecessary variable.
775         (math-ninteg-temp): New variable.
776         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
777         integ-temp by declared variable.
778         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
779         New variables.
780         (math-general-fit): Replace variables first-var, first-coef and
781         new-coefs by declared variables.
782         (calcFunc-fitvar): Replace variable first-var by declared variable.
783         (calcFunc-fitparam): Replace variable first-coef by declared variable.
784         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
785         (math-all-vars-vars, math-all-vars-found): New variables.
786         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
787         found by declared variable math-all-vars-vars.
789 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
791         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
792         of `defconst'.
794 2004-11-20  Richard M. Stallman  <rms@gnu.org>
796         * isearch.el (isearch-mode-map): Don't bind SPC.
797         (isearch-whitespace-chars): Function deleted.
798         (isearch-search): Bind search-spaces-regexp.
799         (isearch-lazy-highlight-search): Likewise.
800         (search-whitespace-regexp): Doc fix.
801         (isearch-forward-regexp): Doc fix.
803         * emacs-lisp/bytecomp.el (byte-compile-form):
804         Move the calls to byte-compile-set-symbol-position,
805         to avoid having two for the same symbol occurrence.
807         * comint.el (comint-input-ring-size): Increase to 150.
809         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
810         New variables.
811         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
812         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
814         * imenu.el (imenu--generic-function):
815         Ensure we keep moving backward even if BEG isn't further back.
817         * replace.el (query-replace-read-to, query-replace-read-from):
818         Specify t for KEEP-ALL in read-from-minibuffer.
820         * progmodes/python.el (python-switch-to-python):
821         If Python isn't running, start it.
822         Don't alter debug-ignored-errors.
824         * progmodes/cperl-mode.el (cperl-indent-region):
825         Don't mind imenu-scanning-message.
827         * bindings.el (global-map): Bind C-e to move-end-of-line.
829         * simple.el (line-move-finish): New arg FORWARD.
830         Ignore invisible newlines, not intangible ones.
831         Conditions for acceptable stopping positions depend on FORWARD.
832         (line-move): Pass FORWARD arg to line-move-finish.
834         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
835         of HEADER.  Compensate for this change in the code to add display
836         properties.  Don't make the first line intangible.
838         * info.el (Info-search): Fix previous change.
840 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
842         * Makefile.in (recompile): Revert 2004-11-19 change.
843         (compile): Likewise.
845 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
847         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
849 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
851         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
852         defgroup and defcustom.  Eliminate eval-and-compile usage.
854         * progmodes/ebnf-otz.el: Fix typos.
856 2004-11-19  Jay Belanger  <belanger@truman.edu>
858         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
859         (calc-edit-finish, calc-finish-stack-edit): Replace variable
860         disp-trail by declared variable.
862         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
863         (calc-finish-selection-edit):  Replace variable disp-trail by
864         declared variable.
865         (calc-selection-cache-entry): Move declaration to earlier in the file.
866         (calc-selection-cache-num, calc-selection-cache-comp)
867         (calc-selection-cache-offset, calc-selection-true-num)
868         (calc-final-point-line, calc-final-point-column)
869         (calc-original-buffer): Declare them.
870         (calc-fnp-op, calc-fnp-num): New variables.
871         (calc-find-nth-part, calc-find-nth-part-rec)
872         (calc-select-previous): Replace op and num by declared variables.
873         (calc-rsf-old, calc-rsf-new): New variables.
874         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
875         Replace variables old and new by declared variables.
876         (calc-sel-reselect): New variable.
877         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
878         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
879         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
880         reselect with declared variable.
882         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
883         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
884         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
885         (math-import-list, math-rewrite-phase): Declare them.
886         (math-rewrite):  Use let* to declare variables.
887         (calc-rewrite-selection): Make rules a local variable.
888         (calc-rewr-sel): New variable.
889         (calc-rewrite-selection, calc-locate-selection-marker)
890         (calc-rewrite): Use the declared variable calc-rewr-sel instead
891         of sel.
892         (math-rewrite-whole-expr): New variable.
893         (math-rewrite, math-rewrite-phase): Replace variable expr by
894         declared variable.
895         (math-rewrite-heads-heads, math-rewrite-heads-skips)
896         (math-rewrite-heads-blanks ): New variables.
897         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
898         heads, skips and blanks by declared variables.
899         (math-rwcomp-subst-old, math-rwcomp-subst-new)
900         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
901         New variables.
902         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
903         old, new, old-func and new-func by declared variables.
904         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
905         Remove unnecessary variable.
906         (math-apply-rw-regs): New variable.
907         (math-apply-rewrites, math-rwapply-replace-regs)
908         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
909         (math-apply-rw-ruleset): New variable.
910         (math-apply-rewrites, math-rwapply-remember): Replace variable
911         ruleset by declared variable.
913 2004-11-19  Richard M. Stallman  <rms@gnu.org>
915         * info.el (Info-search): Use search-whitespace-regexp.
917 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
919         * vc-rcs.el (vc-rcs-parse): New function.
920         (vc-rcs-annotate-command): Likewise.
921         (vc-rcs-annotate-current-time): Likewise.
922         (vc-rcs-annotate-time): Likewise.
923         (vc-rcs-annotate-extract-revision-at-line): Likewise.
925 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
927         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
929 2004-11-18  Jay Belanger  <belanger@truman.edu>
931         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
933 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
935         * printing.el: Eliminate use of interactive-p and eval-and-compile.
936         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
937         Use make-temp-file to generate PostScript files in any situation.
938         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
939         (pr-interactive-p): Eliminate var.
940         (pr-save-interactive): Eliminate macro.
941         (pr-interface, pr-ps-directory-preview)
942         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
943         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
944         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
945         (pr-ps-buffer-ps-print, pr-ps-region-preview)
946         (pr-ps-region-using-ghostscript, pr-ps-region-print)
947         (pr-ps-region-ps-print, pr-ps-mode-preview)
948         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
949         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
950         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
951         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
952         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
953         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
954         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
955         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
956         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
957         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
958         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
959         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
960         Eliminate pr-save-interactive usage.
961         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
962         Eliminate pr-interactive-p usage.
963         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
964         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
965         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
966         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
967         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
968         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
969         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
970         New funs.
971         (pr-ps-file): Use make-temp-file to generate a temporary file.
973 2004-11-17  Jay Belanger  <belanger@truman.edu>
975         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
976         a local variable.
977         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
978         (math-top-only): New variable.
979         (math-simplify, math-simplify-step): Replace variable top-only by
980         declared variable math-top-only.
981         (math-simplify-expr): Declare it.
982         Replace argument expr in all calls of math-defsimplify by
983         math-simplify-expr.
984         (math-simplify-plus, math-simplify-times, math-simplify-divide)
985         (math-simplify-divisor, math-simplify-one-divisor)
986         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
987         (math-simplify-pow): Replace variable expr by declared variable
988         math-simplify-expr.
989         (math-simplify-divisor): Remove local variables temp and op.
990         (math-simplify-one-divisor): Make temp and op local variables.
991         (math-simplify-divisor-nover, math-simplify-divisor-dover):
992         New variables.
993         (math-simplify-divisor, math-simplify-one-divisor):
994         Replace variables nover and dover by declared variables.
995         (math-expr-subst-new, math-expr-subst-old): New variables.
996         (math-expr-subst, math-expr-subst-rec): Replace variables new
997         and old by declared variables.
998         (math-is-poly-degree, math-is-poly-loose): New variables.
999         (math-is-polynomial, math-is-poly-rec): Replace variables degree
1000         and loose by declared variables.
1001         (math-poly-base-const-ok, math-poly-base-pred): New variables.
1002         (math-polynomial-base, math-polynomial-base-rec):
1003         Replace variables const-ok and mpb-pred by declared variables.
1005         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
1007         * calc/calc-ext.el (math-defsimplify): Change the argument in
1008         the created function to math-simplify-expr.
1010         * calc/calc-units.el (math-simplify-expr): Declare it.
1011         Replace argument expr in all calls of math-defsimplify by
1012         math-simplify-expr.
1013         (math-simplify-units-prod): Replace variable expr by declared
1014         variable math-simplify-expr.
1016 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1018         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
1019         Replace mapcar->dolist, format->string.
1021 2004-11-17  Miles Bader  <miles@gnu.org>
1023         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
1024         * progmodes/idlwave.el: Remove RCS keywords.
1026 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
1028         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
1029         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
1030         Update to IDLWAVE version 5.5.  Too many changes to list them here.
1031         * progmodes/idlw-help.el: New file.
1033 2004-11-16  Richard M. Stallman  <rms@gnu.org>
1035         * international/iso-cvt.el (iso-tex2iso-trans-tab):
1036         Discard spaces after \i according to TeX rules.
1038         * international/mule.el (set-buffer-file-coding-system):
1039         New arg NOMODIFY.
1040         (after-insert-file-set-coding): Pass that new arg.
1041         Prevent set-buffer-multibyte from trying to lock the file.
1043         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
1045         * saveplace.el (save-place): Doc fix.
1047         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
1048         temporarily widen before finding the following word to copy.
1050         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
1051         (cl-map-keymap): Definition deleted.
1053         * subr.el (map-keymap-internal): New function.
1055 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1057         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
1058         when pressing rather than when releasing mouse-2.  Simplify.
1060 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1062         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
1063         (compilation-mode): Set it here instead.
1065         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
1067         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
1068         (loop, cl-parse-loop-clause, defsetf): Use backquote.
1070 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1072         * progmodes/compile.el (compilation-internal-error-properties):
1073         Fix up a transposition-typo.  Check end-col before using it.
1075 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
1077         * international/iso-cvt.el (iso-tex2iso-trans-tab):
1078         Discard whitespace after macro \i when converting it.
1080 2004-11-16  Juri Linkov  <juri@jurta.org>
1082         * emacs-lisp/find-func.el (find-function-regexp):
1083         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
1084         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
1085         Remove invalid `\W' from [^cgv\W].  Doc fix.
1086         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
1088 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
1090         * play/life.el: Maintainer is now FSF.
1091         (life-patterns, life-neighbor-deltas, life-window-start)
1092         (life-current-generation, life-generation-string): Use defvar
1093         instead of defconst.
1095 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1097         * progmodes/compile.el (compilation-move-to-column): New fun.
1098         (compilation-internal-error-properties)
1099         (compilation-next-error-function): Use it to make sure we don't go past
1100         the end of line.
1102 2004-11-15  John Paul Wallington  <jpw@gnu.org>
1104         * autoinsert.el (auto-insert-alist): Insert the user's name in
1105         copyright notice, rather than Free Software Foundation, for the
1106         Emacs Lisp header case too.
1108 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1110         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
1111         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1112         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
1113         return the list of string in a string.
1114         (pr-call-process): Message if calling process returns an error, that
1115         is, the exit status is different of zero.
1117 2004-11-15  Jay Belanger  <belanger@truman.edu>
1119         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
1120         variable var-thing.
1121         (math-integ-depth, math-integ-level, math-integral-limit)
1122         (math-enable-subst, math-any-substs, math-integ-msg)
1123         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
1124         (math-int-threshold, math-int-factors, math-double-roots)
1125         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
1126         (var-GenCount):  Declare these variables.
1127         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
1128         (math-integral-cache, math-integral-cache-state):
1129         Move declarations to earlier in the file.
1130         (math-deriv-var, math-deriv-total, math-deriv-symb)
1131         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
1132         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
1133         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
1134         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
1135         (math-solve-res):  New variables
1136         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
1137         (math-integral, math-replace-integral-parts)
1138         (math-integrate-by-parts, calc-dump-integral-cache)
1139         (math-try-integral, math-do-integral, math-do-integral)
1140         (math-do-integral-methods, math-try-solve-for)
1141         (math-try-solve-prod, math-solve-poly-funny-powers)
1142         (math-solve-crunch-poly, math-decompose-poly)
1143         (math-solve-find-root-term, math-find-root-in-prod)
1144         (math-integ-try-linear-substitutions)
1145         (math-integ-try-substitutions, math-expr-rational-in)
1146         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
1147         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
1148         (math-solve-for, math-solve-system, math-solve-system-rec)
1149         (math-solve-get-sign, math-solve-get-int)
1150         (math-solve-system-subst): Replace undeclared variables with newly
1151         declared variables.
1153 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1155         * winner.el (winner-active-region, winner-edges, winner-window-list):
1156         Define at toplevel.
1157         (winner-mode-map): Move init inside declaration.
1159 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
1161         * files.el (convert-standard-filename): Doc fix.
1163 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
1165         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
1166         passwd, group, shadow, default/* and pam.d/*.
1168 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1170         * printing.el (pr-menu-spec): Adjust menu specification.
1172 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1174         * printing.el: Doc fix.  Insert :version tag into all defcustom.
1175         Handle interactive-p as is recommended in Emacs Lisp Reference.
1176         Set the file permission bits for newly created files.
1177         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1178         The printing menu specification (in `pr-menu-spec') was merged.
1179         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1180         (pr-version): New version number (6.8.3).
1181         (pr-file-modes): New option.
1182         (pr-interactive-p): New var.
1183         (pr-save-interactive, pr-save-file-modes): New macros.
1184         (pr-setup): Code fix.
1185         (pr-menu-spec): Menu specification merged.
1186         (pr-call-process, pr-text2ps): Set file permission bits.
1187         (pr-despool-print): Set file permission bits.  Handle interactive-p as
1188         is recommended.
1189         (pr-interface, pr-ps-directory-preview)
1190         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1191         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1192         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1193         (pr-ps-buffer-ps-print, pr-ps-region-preview)
1194         (pr-ps-region-using-ghostscript, pr-ps-region-print)
1195         (pr-ps-region-ps-print, pr-ps-mode-preview)
1196         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1197         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1198         (pr-despool-using-ghostscript, pr-despool-ps-print)
1199         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1200         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1201         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1202         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1203         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1204         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1205         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1206         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1207         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
1208         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
1209         Handle interactive-p as is recommended.
1211 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1213         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
1214         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
1216         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
1217         so it doesn't forget to highlight the beginning of the region either.
1219 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
1221         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
1222         (c-font-lock-init): Eliminate obsolete make-local-hook.
1223         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1224         (awk-mode): Use run-mode-hooks.
1226         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
1228 2004-11-13  Kim F. Storm  <storm@cua.dk>
1230         * mouse.el (mouse-drag-copy-region): Add :version.
1231         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
1232         while dragging mode line, so mode line can be dragged downwards.
1233         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
1234         while pressing mouse button so window doesn't scroll until we
1235         release the mouse if clicking on partially visible line.
1237 2004-11-12  Jay Belanger  <belanger@truman.edu>
1239         * calc/calc-graph.el (calc-dumb-map):  Declare it.
1240         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
1241         than unbound.
1242         (calc-graph-name):  Made `end' a local variable.
1243         (calc-graph-lookup):  Made `varname' a local variable.
1244         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
1245         Declare them.
1246         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
1247         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
1248         the unused variable y3vec.
1249         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
1250         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
1251         calc-graph-prev-kill-hook.
1252         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
1253         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
1254         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
1255         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
1256         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
1257         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
1258         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
1259         (calc-graph-y3value, calc-graph-y3name)
1260         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
1261         (calc-graph-stepcount, calc-graph-is-splot)
1262         (calc-graph-surprise-splot, calc-graph-blank)
1263         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
1264         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
1265         (calc-graph-recompute-2d, calc-graph-compute-3d)
1266         (calc-graph-format-data): Replace undeclared variables with the
1267         above newly declared variables.
1269 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
1271         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
1272         `rsf-beep' and `rsf-sleep-after-message'.
1274         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
1275         list if `message-sender' is non-nil.
1277 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
1279         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
1280         consing by using mapc instead of mapcar.
1282 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
1284         * tooltip.el (require): Explain why CL is needed.
1286 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1288         * printing.el: Insert :version into defgroup (printing).  All reference
1289         to Files option in menubar were changed to File.
1290         (pr-version): New version number (6.8.2).
1291         (pr-get-symbol): Call easy-menu-intern.
1292         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
1293         compilation gripes.
1295 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1297         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
1298         new byte-compile-function-environment binding to t.
1300         * font-lock.el (font-lock-fontify-syntactically-region):
1301         Don't forget to highlight the last char when we hit `end'.
1303         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
1304         (mwheel-scroll): Adjust accordingly.
1306         * cvs-status.el: Reduce spurious warnings.
1307         (cvs-status-checkout): Remove.
1308         (cvs-status-mode-map): Use cvs-mode-checkout instead.
1310         * pcvs.el (cvs-mode-checkout): New command.
1312         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
1314         * tooltip.el: Require CL.
1316         * emacs-lisp/bytecomp.el: Use push.
1317         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
1318         (defalias): Remove the `byte-compile' property and add
1319         a `byte-hunk-handler'.
1321 2004-11-11  Juri Linkov  <juri@jurta.org>
1323         * info.el (Info-search): Save match data for isearch.
1324         Skip Tag Table node.
1326         * descr-text.el (describe-char): Replace syntax-after with code
1327         from its previous version.
1329         * files.el (magic-mode-alist): Use optimization for SGML mode too.
1330         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
1332         * international/mule.el (sgml-html-meta-auto-coding-function):
1333         Remove > after <html to allow HTML attributes.
1335 2004-11-11  Jay Belanger  <belanger@truman.edu>
1337         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
1338         a variable.
1339         (calcFunc-dfac):  Replace unbound max by n.
1340         (math-stirling-local-cache):  New variable.
1341         (math-stirling-number, math-stirling-1, math-stirling-2):
1342         Replace the variable `cache' by the declared variable
1343         math-stirling-local-cache.
1344         (var-RandSeed):  Declare it as a variable.
1345         (math-init-random-base, math-random-digit):  Don't check to see if
1346         var-RandSeed is bound.
1347         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
1348         Declare them instead of just setting them.
1349         (math-init-random-base):  Made i a local variable.
1350         (math-random-digit):  Made math-random-last a local variable.
1351         (math-prime-test-cache):  Move declaration to before it is used.
1352         (math-prime-test-cache-k, math-prime-test-cache-q)
1353         (math-prime-test-cache-nm1, math-prime-factors-finished):
1354         Declare them as variables.
1356 2004-11-11  Jay Belanger  <belanger@truman.edu>
1358         * calc/calc-ext.el (math-defcache):  Use defvar for the new
1359         variables it creates.
1361 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
1363         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
1364         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
1365         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
1366         (desktop-save): Add :version.
1368 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1370         * printing.el (pr-get-symbol): Don't downcase.
1372 2004-11-10  Jay Belanger  <belanger@truman.edu>
1374         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
1375         string to kill-ring.
1377         * calc/calc-aent.el (calc-alg-exp, math-toks)
1378         (math-exp-pos,math-exp-old-pos, math-exp-token)
1379         (math-exp-keep-spaces, math-exp-str):  New variables.
1380         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
1381         (calcAlg-enter):  Use declared variable calc-alg-exp.
1382         (math-build-parse-table, math-find-user-token):  Use declared
1383         variable math-toks.
1384         (math-read-exprs, math-read-token, calc-check-user-syntax)
1385         (calc-match-user-syntax, match-factor-after, math-read-factor):
1386         Use declared variables math-exp-pos math-exp-old-pos.
1387         (math-read-exprs, math-read-token, math-read-expr-level)
1388         (calc-check-user-syntax, calc-match-user-syntax)
1389         (match-factor-after, math-read-factor):  Use declared variable
1390         math-exp-token.
1391         (math-read-exprs, math-read-expr-list, math-read-token)
1392         (math-read-factor):  Use declared variable math-exp-keep-spaces.
1393         (math-read-exprs, math-read-token):  Use declared variable
1394         math-exp-str.
1395         (calc-match-user-syntax):  Make m a local variable.
1397         * calc/calc-ext.el (math-read-expr):  Use declared variables
1398         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
1399         math-exp-keep-spaces.
1401         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
1402         variables math-exp-pos, math-exp-str.
1404         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
1405         math-exp-old-pos.
1406         (math-parse-fortran-vector, math-parse-fortran-vector-end)
1407         (math-parse-eqn-prime):  Use declared variable math-exp-token.
1409         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
1410         Use declared variable math-exp-pos.
1411         (math-check-for-commas):  Use declared variable math-exp-str.
1412         (math-read-brackets):  Use declared variables math-exp-old-pos,
1413         math-exp-keep-spaces.
1414         (math-read-brackets, math-read-vector, math-read-matrix):
1415         Use declared variable math-exp-token.
1417 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1419         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
1420         where the keymap is a symbol.
1421         (easy-menu-add-item): Use keymap-prompt.  Simplify.
1423         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
1425         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
1426         (sgml-parse-tag-backward): Use it to skip spurious < or >.
1428 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
1430         * ebuff-menu.el: Doc fixes throughout.
1431         (electric-buffer-menu-mode-hook): New defvar.
1433 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
1435         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
1436         compilation. The resulting compiler warnings appear to be harmless.
1438 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
1440         * textmodes/conf-mode.el: New file.
1442         * files.el (auto-mode-alist, magic-mode-alist): Use it.
1444 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1446         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
1448 2004-11-09  Jay Belanger  <belanger@truman.edu>
1450         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
1452         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
1453         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
1454         (calc-z-prefix-help, calc-user-function-list):  Use declared
1455         variables calc-z-prefix-buf, calc-z-prefix-msgs.
1456         (math-map-tree, math-map-tree-rec):  Use declared variables
1457         math-mt-many, math-mt-func.
1458         (math-read-expression, math-read-string):  Use declared variable
1459         math-expr-data.
1461         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
1462         variable math-normalize-a.
1464         * calc/calc.el (math-normalize-a):  New variable.
1465         (math-normalize):  Use declared variable math-normalize-a.
1467         * calc/calc-poly.el (math-expand-form):  Use declared variable
1468         math-mt-many.
1470         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1471         Use declared variable math-mt-many.
1472         (math-rewrite):  Use declared variable math-mt-func.
1474         * calc/calc-vec.el (math-read-brackets, math-read-vector)
1475         (math-read-matrix):  Use declared variable math-expr-data.
1477         * calc/calc-lang.el (math-parse-fortran-vector)
1478         (math-parse-fortran-vector-end, math-parse-tex-sum)
1479         (math-parse-eqn-matrix, math-parse-eqn-prime)
1480         (math-read-math-subscr):  Use declared variable math-expr-data.
1482         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
1483         (math-read-expr-level, math-read-token, calc-check-user-syntax)
1484         (calc-match-user-syntax, math-read-if, math-factor-after)
1485         (math-read-factor):  Use declared variable math-expr-data.
1487 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
1489         * calendar/diary-lib.el (diary-from-outlook)
1490         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
1491         interactive-p; but rather new optional argument NOCONFIRM.
1493 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1495         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
1496         (easy-menu-name-match): Revert correspondingly.
1498 2004-11-09  Richard M. Stallman  <rms@gnu.org>
1500         * emacs-lisp/bytecomp.el (byte-compile-defalias):
1501         Turn off warnings for the new function even if definition not constant.
1502         If the definition isn't a quoted symbol, record (FUNCTION . t).
1503         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
1504         (byte-compile-callargs-warn): Handle (FUNCTION . t).
1505         (display-call-tree, byte-compile-arglist-warn):
1506         Handle t returned by byte-compile-fdefinition.
1508 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1510         * Makefile.in (maintainer-clean): Depend on distclean.
1512         * help-fns.el (help-C-file-name): File name must be in build-files
1513         to be returned.
1515 2004-11-09  Jay Belanger  <belanger@truman.edu>
1517         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
1518         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
1520         * calc/calc.el (calc, calc-trail-display, calc-mode):
1521         Remove obsolete sections.
1523         * calc/calc.el (calc-x-paste-text):  Remove.
1525         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
1526         mouse-2.
1528 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
1530         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
1531         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
1532         current frame (in case of recursive calls).
1533         (gdb-show-changed-values): Add :version keyword.
1535 2004-11-09  Kenichi Handa  <handa@m17n.org>
1537         * international/mule-cmds.el: Change coding: tag back to
1538         iso-2022-7bit.
1540 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1542         * international/mule-cmds.el: Change coding-system to utf-8.
1543         (select-safe-coding-system-interactively):
1544         New function extracted from select-safe-coding-system.
1545         (select-safe-coding-system): Use it.
1547 2004-11-08  Richard M. Stallman  <rms@gnu.org>
1549         * subr.el (syntax-after): Doc fix.
1551         * paren.el (show-paren-function): Change calls to syntax-after
1552         for new way of returning the value.
1554         * menu-bar.el (menu-bar-file-menu): Make this the real name
1555         and menu-bar-files-menu the alias.  Use the former.
1556         (global-map): Use `file', not `files', as the symbol.
1558         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
1560         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
1561         Don't use beginning-of-buffer.
1562         (filesets-cmd-show-result): Use with-no-warnings.
1564 2004-11-08  Juri Linkov  <juri@jurta.org>
1566         * progmodes/compile.el (compile): Don't overwrite last command in
1567         minibuffer history with default command if they are not equal.
1569 2004-11-08  Jay Belanger  <belanger@truman.edu>
1571         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
1572         non-linear substitutions.
1574 2004-11-08  Jay Belanger  <belanger@truman.edu>
1576         * calc/calcalg2.el (math-linear-subst-tried): New variable.
1577         (math-do-integral):  Set `math-linear-subst-tried' to nil.
1578         (math-do-integral-methods):  Use `math-linear-subst-tried' to
1579         determine what type of substitution to try.
1580         (math-integ-try-linear-substituion):
1581         Set `math-linear-subst-tried' to t.
1583 2004-11-08  Kim F. Storm  <storm@cua.dk>
1585         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
1587 2004-11-07  Juri Linkov  <juri@jurta.org>
1589         * info-look.el (info-lookup): Allow reusing in the current buffer
1590         not only *info* buffer, but all (even renamed) Info buffers
1591         by checking for major-mode instead of *info* buffer name.
1592         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
1593         (octave-mode, maxima-mode) <doc-spec>:
1594         Allow long dashes generated by Texinfo 4.7 before definitions.
1595         (texinfo-mode) <doc-spec>: Add space to suffix to find command
1596         definitions with argument separated by space.
1598 2004-11-06  Richard M. Stallman  <rms@gnu.org>
1600         * simple.el (next-error group, face): Move before first use.
1601         (next-error-highlight, next-error-highlight-no-select): Likewise.
1603         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
1604         (line-move): New args NOERROR and TO-END.
1605         Return t if if succeed in moving specified number of lines.
1606         (move-end-of-line): New function.
1608         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
1609         (end-of-buffer-other-window): Likewise.
1611         * simple.el (line-move-ignore-invisible): Default to t.
1613         * subr.el (syntax-after): Return the syntax letter, not the raw code.
1615         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
1617         * international/iso-cvt.el (iso-cvt-define-menu):
1618         Rename menu-bar-files-menu to menu-bar-file-menu.
1620         * net/browse-url.el (browse-url-gnome-moz-program)
1621         (browse-url-gnome-moz-arguments): Move up before first use.
1623         * net/tramp.el (tramp group): Add :version.
1625         * progmodes/ada-xref.el (ada-gdb-application):
1626         Use goto-char instead of beginning-of-buffer.
1628         * progmodes/cperl-mode.el (cperl-info-on-command):
1629         Use goto-char instead of beginning-of-buffer.
1631         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
1632         Move up before first use.
1633         (idlwave-shell-temp-pro-file): Likewise.
1634         (idlwave-shell-temp-rinfo-save-file): Likewise.
1635         (idlwave-shell-temp-file): Minor doc fix.
1637         * textmodes/flyspell.el (flyspell-external-point-words):
1638         Use goto-char instead of beginning-of-buffer.
1640 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
1642         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
1643         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
1644         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
1646 2004-11-06  David Ponce  <david@dponce.com>
1648         * recentf.el (recentf-menu-path): Use menu item name.
1650 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
1652         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
1653         display doesn't support images.
1655 2004-11-06  Andreas Schwab  <schwab@suse.de>
1657         * tempo.el (tempo-match-finder): Doc fix.
1659         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
1661 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1663         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
1664         (easy-menu-lookup-name): New fun to replace it.
1665         (easy-menu-get-map): Use it to obey menu item names (rather than just
1666         keys) when looking up `path'.
1667         (easy-menu-always-true-p): Rename from easy-menu-always-true.
1668         (easy-menu-convert-item-1): Adjust to new name.
1670 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
1672         * outline.el (hide-body): Don't hide lines at the top of the file
1673         that precede the first header line.
1675 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
1677         * align.el (align-areas): Delete whitespace before reindenting, so
1678         that tabs are never placed after spaces.
1680 2004-11-06  Alan Shutko  <ats@acm.org>
1682         * macros.el (insert-kbd-macro): Do completions based on macros,
1683         rather than all commands.
1685 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
1687         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
1688         to solve a bug whereby tags with 'b' don't match.
1690 2004-11-05  Juri Linkov  <juri@jurta.org>
1692         * info.el (Info-search): Don't search in node header lines
1693         and file headers.
1695         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
1696         symbol-constituent characters after dot, not only digits.
1698 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
1700         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
1702 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1704         * dired.el (dired-read-dir-and-switches): Call read-directory-name
1705         if a dialog will be used, read-file-name otherwise.
1707 2004-11-04  Richard M. Stallman  <rms@gnu.org>
1709         * textmodes/table.el (table group): Add :version.
1711         * textmodes/ispell.el (ispell-word):
1712         Don't alter args; set them only thru `interactive' spec.
1714         * textmodes/flyspell.el (flyspell-word):
1715         Don't alter FOLLOWING; set it only thru `interactive' spec.
1717         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
1719         * net/browse-url.el (browse-url-maybe-new-window):
1720         Use called-interactively-p.
1722         * mail/supercite.el (sc-cite-region):
1723         Don't use interactive-p.  Add arg INTERACTIVE.
1724         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
1726         * international/mule-cmds.el (set-input-method, toggle-input-method):
1727         Don't use interactive-p.  Add arg INTERACTIVE.
1729         * eshell/esh-mode.el (eshell-show-maximum-output):
1730         Don't use interactive-p.
1731         (eshell-truncate-buffer): Just message, no error, if buffer is short.
1733         * mouse.el (mouse-show-mark): Get positions to delete from mark
1734         and point, not from mouse-drag-overlay.
1736         * imenu.el (imenu-eager-completion-buffer): Add :version.
1738         * filesets.el (filesets group): Add :version.
1740 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
1742         * files.el (xml-based-modes): Delete var.
1743         (magic-mode-alist): New more general var.
1744         (set-auto-mode): Use it.
1746         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
1747         when clicking from another window.
1749 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
1751         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
1752         (vc-cvs-annotate-time): Incorporate value of deleted var.
1753         Remove special-case handling of beginning-of-buffer cruft.
1754         Cache ending position (point) and return value in text property
1755         `vc-cvs-annotate-time', and consult it on subsequent invocations.
1757         * vc-cvs.el (vc-cvs-annotate-command):
1758         Delete extraneous lines from beginning of buffer.
1759         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
1761         * progmodes/grep.el (grep-default-command): Take empty string
1762         for tag if all other methods yield nil.  Shell-quote the tag.
1764         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
1765         spec in `interactive' form, and mention it in the docstring.
1766         Also, make sure point is at bol after calling `annotate-time'.
1768 2004-11-02  Richard M. Stallman  <rms@gnu.org>
1770         * cus-edit.el (customize-group-other-window):
1771         Select the window that displays the custom buffer.
1772         (custom-buffer-create-other-window): Likewise.
1774         * comint.el (comint-insert-input): Fix previous change.
1776         * emacs-lisp/elp.el (elp-instrument-function):
1777         Use called-interactively-p.
1779         * emacs-lisp/easymenu.el (easy-menu-intern):
1780         Don't downcase; rather, case-flip the first letter of each word.
1782         * emacs-lisp/easy-mmode.el (define-minor-mode):
1783         Use called-interactively-p.
1785         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
1786         Add interactive-only.
1787         (byte-compile-warnings): Add interactive-only as option.
1788         (byte-compile-interactive-only-functions): New variable.
1789         (byte-compile-form): Warn about calls to functions
1790         in byte-compile-interactive-only-functions.
1792         * emacs-lisp/autoload.el (update-file-autoloads):
1793         Don't use interactive-p; take new arg SAVE-AFTER.
1795         * emacs-lisp/advice.el (ad-make-advised-definition):
1796         Use called-interactively-p.
1798 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1800         * files.el (find-file-existing): New function.
1802         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
1803         find-file-existing.  Add "New File..." that calls find-file.
1805         * diropen.pbm diropen.xpm: New files.
1807         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
1808         icon diropen.  New tool bar item find-file-existing uses icon open.
1810         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
1811         instead of read-file-name.
1813 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
1815         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
1816         (icalendar--split-value): Change name of work buffer.
1817         (icalendar--get-weekday-abbrev): Return nil on error.
1818         (icalendar--date-to-isodate): New function.
1819         (icalendar-convert-diary-to-ical)
1820         (icalendar-extract-ical-from-buffer): Use only two args for
1821         make-obsolete (XEmacs compatibility).
1822         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
1823         (icalendar-export-region): Doc fix.
1824         If error, return non-nil and write errors to a buffer.
1825         Use correct weekday for weekly recurring events.
1826         Check whether date has been parsed for ordinary events.
1827         Make weekly events start in the year 2000.
1828         DTEND is non-inclusive, shift end date by one day if
1829         necessary (not for entries that have date and time).
1830         Rename local let variables: oops -> found-error, datestring ->
1831         startdatestring.
1833 2004-11-02  Kim F. Storm  <storm@cua.dk>
1835         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
1836         keep-mode-if-same variable.  Add it as optional arg instead.
1837         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
1839         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
1840         substitute-command-keys will select lower-case bindings like those
1841         used in the static help texts.
1843         * descr-text.el (describe-text-properties): Don't err if called in
1844         the *Help* buffer; output to *Help-2* buffer instead.
1846         * kmacro.el (group kmacro): Add :version.
1847         (kmacro-keyboard-quit): New function to cleanup on C-g.
1848         (kmacro-start-macro): Set defining-kbd-macro to append when
1849         appending to last macro.
1851         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
1853 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
1855         * progmodes/gdb-ui.el (gdb-enable-debug-log)
1856         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
1857         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
1858         Add :version keyword.
1860 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
1862         * progmodes/flymake.el (flymake-err-line-patterns):
1863         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
1864         `compilation-error-regexp-alist-alist' to internal Flymake format.
1866         * progmodes/flymake.el: Eliminate byte-compiler warnings.
1868 2004-11-01  Jay Belanger  <belanger@truman.edu>
1870         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
1871         with `interactive "s"'.
1873 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1875         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1876         Revert change from 2004-10-16.  '*' checks the current buffer, but the
1877         mouse click may be in another buffer.
1879 2004-11-01  John Paul Wallington  <jpw@gnu.org>
1881         * files.el (large-file-warning-threshold): Add :version keyword.
1882         (kill-some-buffers): Doc fix.
1884         * thumbs.el (group thumbs): Add :version keyword.
1886         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
1888 2004-11-01  Richard M. Stallman  <rms@gnu.org>
1890         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
1892         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
1894         * allout.el (allout group): Add :version.
1895         (allout-init): Don't use interactive-p.
1896         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
1897         (allout-forward-current-level, allout-backward-current-level):
1898         Don't use interactive-p.
1900         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
1901         (bibtex-find-text): Likewise.
1903         * progmodes/vhdl-mode.el (vhdl-fill-region)
1904         (vhdl-beginning-of-statement): Don't use interactive-p.
1906         * progmodes/idlwave.el (idlwave-update-routine-info):
1907         Don't use interactive-p.
1909         * progmodes/idlw-shell.el (idlwave-shell-send-char):
1910         Don't use interactive-p.
1912         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
1913         Don't use interactive-p.
1915         * progmodes/ada-xref.el (ada-make-body-gnatstub):
1916         Don't use interactive-p.
1918         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
1919         (fortune-in-buffer): Doc fix.
1921         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
1923         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
1924         don't select the temporary buffer.
1925         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
1926         (eudc-get-phone): Likewise.
1928 2004-11-01  Kim F. Storm  <storm@cua.dk>
1930         * man.el (Man-xref-normal-file): Fix help-echo.
1932 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1934         * reveal.el (reveal-last-tick): New var.
1935         (reveal-post-command): Use it to avoid closing overlays when we're
1936         appending text to them.
1938 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1940         * textmodes/bibtex.el: Require button.
1941         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
1942         (bibtex-reference-keys): Distinguish between header keys and
1943         crossref keys.
1944         (bibtex-beginning-of-field): New function.
1945         (bibtex-url-map): Remove.
1946         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
1947         (bibtex-font-lock-url-regexp): Assume that field names begin at
1948         the beginning of a line.
1949         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
1950         Remove field delimiters.  Use bibtex-beginning-of-field.
1951         Bugfix, point can be inside a field with a url.
1952         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
1953         New functions.
1954         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
1955         (bibtex-key-in-head): Simplify.
1956         (bibtex-current-line): Use bolp.
1957         (bibtex-parse-keys): Remove unused arg `add'.
1958         Use bibtex-type-in-head and bibtex-key-in-head.
1959         (bibtex-parse-entry, bibtex-autofill-entry):
1960         Use bibtex-type-in-head and bibtex-key-in-head.
1961         (bibtex-autokey-get-field): Do not alter case of replacement text.
1962         (bibtex-autokey-get-names): Do all processing of name list.
1963         (bibtex-autokey-get-year): New function.
1964         (bibtex-autokey-get-title): Do all processing of title words.
1965         (bibtex-generate-autokey): Simplify.
1966         (bibtex-string-files-init): Use default-directory.
1967         Allow for absolute file names in bibtex-string-files.
1968         (bibtex-files, bibtex-file-path): New variables.
1969         (bibtex-files-expand): New function.
1970         (bibtex-find-entry-globally): New command.
1971         (bibtex-summary-function): New variable.
1972         (bibtex-summary): Default value of bibtex-summary-function.
1973         (bibtex-find-crossref): New optional args pnt and split.
1974         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
1975         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
1976         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
1977         Fix handling of required and alternative fields.
1978         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
1979         Use cons and display-buffer.
1980         (bibtex-validate-globally): New command.
1981         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
1982         bibtex-parse-keys and bibtex-parse-strings for updating
1983         bibtex-reference-keys and bibtex-strings.
1984         (bibtex-realign): Remove blank lines past the last entry.
1985         (bibtex-reformat): Use bibtex-entry-format as default.
1986         (bibtex-choose-completion-string): Remove.
1987         (bibtex-complete): Do not use bibtex-choose-completion-string.
1988         (bibtex-url): Simplify.
1990 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1992         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
1993         (x-dnd-types-alist, x-dnd-open-file-other-window)
1994         (x-dnd-known-types): Add :version.
1996 2004-10-31  John Paul Wallington  <jpw@gnu.org>
1998         * ibuffer.el (group ibuffer): Add :version keyword.
2000 2004-10-31  Kim F. Storm  <storm@cua.dk>
2002         * ido.el (group ido): Add :version keyword.
2003         (ido-mode): Remove :version keyword.
2005         * emulation/cua-base.el (group cua): Add :version keyword.
2006         (cua-mode): Remove :version keyword.
2008 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
2010         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
2012         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
2013         compiler warning.
2014         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
2015         function.
2016         (help-at-pt-display-when-idle): Remove autoload.
2018 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2020         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
2022 2004-10-30  Juri Linkov  <juri@jurta.org>
2024         * help.el (function-called-at-point):
2025         * help-fns.el (variable-at-point): Read -> intern.
2027 2004-10-30  Simon Josefsson  <jas@extundo.com>
2029         * progmodes/autoconf.el (autoconf-font-lock-keywords):
2030         Recognize AS_* too.
2032 2004-10-29  Simon Josefsson  <jas@extundo.com>
2034         * subr.el (read-passwd): Move back from password.el.
2036         * password.el: Remove, not ready yet.
2038 2004-10-29  Andreas Schwab  <schwab@suse.de>
2040         * speedbar.el (speedbar-frame-parameters): Improve customize type.
2042 2004-10-29  Sam Steingold  <sds@gnu.org>
2044         * mouse.el (mouse-show-mark): Replace the last occurrence of
2045         x-lost-selection-hooks with x-lost-selection-functions.
2047 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2049         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
2050         x-lost-selection-functions is bound.
2052         * mouse-sel.el (mouse-sel-mode):
2053         * emacs-lisp/lselect.el: Adjust to new names for
2054         x-(lost|sent)-selection-functions.
2056         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
2057         New obsolete aliases of x-lost-selection-functions and
2058         x-sent-selection-functions.
2060 2004-10-28  Kim F. Storm  <storm@cua.dk>
2062         * imenu.el (imenu-scanning-message): Remove.
2063         (imenu-progress-message): Make it a no-op.
2065 2004-10-28  John Paul Wallington  <jpw@gnu.org>
2067         * files.el (set-auto-mode): Call `throw' correctly.
2069 2004-10-28  Juri Linkov  <juri@jurta.org>
2071         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
2072         to search `Info-...' commands in `info' manual.
2073         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2074         Add 'info-file "emacs" property.
2075         (Info-find-emacs-command-nodes): Fix index line number regexp.
2076         Set real line number (instead of fake 0) in first element of the
2077         returned list.
2078         (Info-goto-emacs-command-node): Use line number of first element
2079         to set point in the first found Info node.
2081         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
2082         code to `grep-mode-font-lock-keywords'.
2083         (grep-mode-font-lock-keywords): Delete grep markers instead
2084         of making them invisible.
2086 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2088         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
2089         and x-server-version in bug report.
2091 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
2093         * files.el (set-auto-mode-0): New function.
2094         (set-auto-mode): Use it to handle aliased modes and to
2095         be consistent between C-x C-f and C-x C-w.
2097 2004-10-28  Kenichi Handa  <handa@m17n.org>
2099         * international/utf-8.el (utf-translate-cjk-charsets):
2100         Add katakana-jisx0201.
2102         * international/subst-jis.el: Add data for JISX0201.
2104 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2106         * obsolete/hilit19.el (hilit-mode): New function.
2107         Move all the toplevel side-effecting stuff into it, so that loading
2108         hilit19 doesn't mess everything up any more.
2110 2004-10-27  Richard M. Stallman  <rms@gnu.org>
2112         * add-log.el (add-change-log-entry): Set up mailing address
2113         and full name later, and don't alter add-log-mailing-address
2114         or add-log-full-name.
2116         * elide-head.el (elide-head): Change error to message.
2117         (elide-head-show): Likewise.
2119         * apropos.el (apropos-macrop): Doc fix.
2121         * mouse.el (mouse-show-mark): Do most processing the same
2122         regardless of transient-mark-mode.
2124         * shadowfile.el (shadow-copy-files): Use interactive-p
2125         only to control whether to print a message.
2127         * tar-mode.el (tar-mode): Use write-contents-functions,
2128         not write-contents-hooks.
2130         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
2131         directory-sep-char.
2133 2004-10-27  Richard M. Stallman  <rms@gnu.org>
2135         * strokes.el (strokes-unload-hook): Fix previous change.
2137         * type-break.el (type-break-run-at-time): Always use run-at-time;
2138         forget the alternatives.
2139         (type-break-cancel-function-timers): Always use cancel-function-timers;
2140         forget the alternatives.
2142         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
2144 2004-10-27  Kenichi Handa  <handa@m17n.org>
2146         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
2148         * international/subst-gb2312.el: Likewise.
2150         * international/subst-big5.el: Likewise.
2152         * international/subst-ksc.el: Likewise.
2154         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
2155         New variable.
2156         (utf-translate-cjk-set-unicode-range): New function.
2157         (utf-translate-cjk-unicode-range): Make it customizable.
2158         (utf-8-post-read-conversion):
2159         Use utf-translate-cjk-unicode-range-string.
2160         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
2161         Unicode ranges.
2163 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
2165         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
2166         trivial variants to shorten the list.
2167         (xml-based-modes): New var.
2168         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
2169         declaration higher priority than auto-mode-alist.
2171         * find-file.el (cc-other-file-alist): Bring it in line with
2172         cc-mode's auto-mode-alist entries and use \' instead of $.
2174         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
2175         and add "Id" and "Name" submenus to it.
2177         * imenu.el (imenu--generic-function): Skip matches in comments.
2179 2004-10-26  Jay Belanger  <belanger@truman.edu>
2181         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
2182         (full-calc-keypad, calc-trail-display):  Use an extra argument
2183         instead of `interactive-p'.
2185         * calc/calc-misc.el (calc-other-window): Use an extra argument
2186         instead of `interactive-p'.
2188         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
2189         `interactive-p'.
2191 2004-10-26  Kim F. Storm  <storm@cua.dk>
2193         * help.el (describe-key): Describe both down-event and up-event
2194         for a mouse click.
2196 2004-10-26  Richard M. Stallman  <rms@gnu.org>
2198         * woman.el (woman): Don't call interactive-p.
2200         * pcomplete.el (pcomplete): Instead of interactive-p,
2201         use an arg set non-nil by the interactive spec.
2203         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
2204         use an arg set non-nil by the interactive spec.
2206         * man.el (Man-cleanup-manpage): Instead of interactive-p,
2207         use an arg set non-nil by the interactive spec.
2209 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
2211         * progmodes/flymake.el (flymake-split-string):
2212         Use `flymake-split-string-remove-empty-edges' in any case.
2214 2004-10-26  Masatake YAMATO  <jet@gyve.org>
2216         * progmodes/flymake.el (flymake-err-line-patterns):
2217         Use `compilation-error-regexp-alist-alist' instead of
2218         `compilation-error-regexp-alist'.
2220 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2222         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
2223         verbatim face on the \ of \end{verbatim}.
2225 2004-10-25  Jay Belanger  <belanger@truman.edu>
2227         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
2228         erasing minibuffer.
2230 2004-10-25  Simon Josefsson  <jas@extundo.com>
2232         * subr.el (read-passwd): Move to net/password.el.
2234         * net/password.el (read-passwd): Add.  Autoload it.
2236 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
2238         * mouse-sel.el (mouse-sel-mode): Specify custom group.
2240         * simple.el (process-file): Fix logic.
2242 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
2244         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
2245         (increase-right-margin): Remove erroneous call to `interactive-p'.
2247 2004-10-24  Kim F. Storm  <storm@cua.dk>
2249         * help.el (describe-mode): Fix 2004-10-13 change.
2250         Copy pure "Auto Fill" string so it can be propertized later
2251         without causing a read-only error.
2253 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
2255         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
2256         style indexes.
2258 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
2260         * simple.el (process-file): Accept nil for INFILE.  Reported by
2261         Luc Teirlinck.
2263 2004-10-24  Masatake YAMATO  <jet@gyve.org>
2265         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
2266         Handle periods and underscores in a function name.
2267         Remove the address fontification.
2269 2004-10-24 Masatake YAMATO <jet@gyve.org>
2271         * progmodes/asm-mode.el (asm-font-lock-keywords):
2272         Use font-lock-variable-name-face for registers.
2274 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
2276         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
2277         kill-all-local-variables.
2278         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2279         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
2280         Use kill-all-local-variables and provide mode-hooks.
2281         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
2282         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
2283         Suggested by Masatake YAMATO <jet@gyve.org>.
2285 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
2287         * simple.el (process-file): New function, similar to call-process
2288         but supports file handlers.
2289         * vc.el (vc-do-command): Use it, instead of call-process.
2290         * net/tramp-vc.el (vc-do-command): Do not advise it if
2291         process-file is fboundp.
2292         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
2293         process-file.
2294         (tramp-handle-process-file): New function.
2295         (tramp-file-name-for-operation): Support process-file.
2297 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
2299         * calendar/icalendar.el (icalendar--weekday-array): New constant.
2300         (icalendar-weekdayabbrev-table)
2301         (icalendar-monthnumber-table): Delete.
2302         (icalendar--get-month-number): Use calendar-month-name-array.
2303         (icalendar--get-weekday-number): New function.
2304         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
2305         (icalendar-export-region): Handle multi-line entries.
2306         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
2308 2004-10-23  John Paul Wallington  <jpw@gnu.org>
2310         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
2311         `wildcards' set to t in interactive spec.
2313         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
2314         interactive spec rather than use `interactive-p'.
2315         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
2316         rather than use function `interactive-p'.
2318 2004-10-22  Kenichi Handa  <handa@m17n.org>
2320         * international/mule.el (translate-region): Implement it in Lisp
2321         as a front end of translate-region-internal.
2323 2004-10-21  Jay Belanger  <belanger@truman.edu>
2325         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
2326         Declare these variables with defvar.
2328         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
2329         is bound, only check to see if it is bound.
2331 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2333         * textmodes/tex-mode.el (tex-compilation-parse-errors):
2334         Don't output messages.
2336         * calc/calc-help.el (calc-describe-bindings): Fix last change.
2338 2004-10-21  John Paul Wallington  <jpw@gnu.org>
2340         * calc/calc-graph.el (calc-graph-init):
2341         Use `set-process-query-on-exit-flag'.
2343 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
2345         * progmodes/compile.el (compilation-start): Rely on `cd' to get
2346         dir right and also allow argumentless cd.
2348 2004-10-19  Richard M. Stallman  <rms@gnu.org>
2350         * textmodes/flyspell.el (flyspell-mode): Doc fix.
2352         * eshell/em-unix.el (eshell-grep):
2353         Don't bind compilation-process-setup-function.
2355         * comint.el (comint-insert-input): Use @ in `interactive'.
2356         (comint-input-filter-functions): Doc fix.
2357         (comint-kill-whole-line, comint-get-source): Doc fix.
2359         * progmodes/compile.el (compilation-setup):
2360         Don't set buffer-read-only if MINOR is non-nil.
2362 2004-10-19  Jay Belanger  <belanger@truman.edu>
2364         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
2365         (calc-emacs-type-gnu19): Remove.
2366         (calc-digit-map, calc-read-key-sequence, calc-read-key):
2367         Remove check for old emacs versions.
2369         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
2370         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
2371         for current Emacs.
2373         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
2374         the end of the minibuffer.
2375         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
2376         copy `esc-map'.
2378         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
2380         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
2381         call that would be given when the current emacs was used.
2383 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
2385         * calendar/icalendar.el: Set coding to utf-8.
2386         (icalendar-version): Increase to 0.07.
2387         (icalendar-monthnumber-table): Change March pattern.
2388         (icalendar-get-all-event-properties)
2389         (icalendar-set-event-property): Delete.
2390         (icalendar-all-events): No longer interactive.
2391         (icalendar-convert-diary-to-ical)
2392         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
2393         their replacements.
2394         (icalendar-export-file, icalendar-export-region): New functions;
2395         essentially old `icalendar-convert-diary-to-ical' but appending to
2396         target rather than overwriting.
2397         (icalendar-import-file): Append to target file rather than
2398         overwriting.  Fourth arg deleted.
2399         (icalendar-import-buffer): New name for old
2400         `icalendar-extract-ical-from-buffer'.
2401         (icalendar--convert-string-for-import): New name for
2402         old `icalendar-convert-for-import'.
2403         (include-icalendar-files): Delete.
2404         Prefix for all internal functions changed from `icalendar-'
2405         to `icalendar--'.
2407 2004-10-19  Richard M. Stallman  <rms@gnu.org>
2409         * paths.el (news-path): Fix previous change.
2411 2004-10-18 Jay Belanger  <belanger@truman.edu>
2413         * calc/calc-help.el (calc-describe-bindings):
2414         Set `buffer-read-only' to nil while working in the keybindings buffer;
2415         remove some extra information from the keybindings buffer.
2417 2004-10-18  David Ponce  <david@dponce.com>
2419         * mouse.el (mouse-drag-move-window-top): New function.
2420         (mouse-drag-mode-line-1): Use it.
2422 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
2424         * info.el (Info-fontify-node): For multiline refs,
2425         arrange to unfontify newline and surrounding whitespace.
2427 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2429         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
2430         directory is missing.
2432 2004-10-17  John Paul Wallington  <jpw@gnu.org>
2434         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
2435         New customizable variable; whether to display buffers that match
2436         `ibuffer-maybe-show-predicates' by default.
2437         (ibuffer-maybe-show-predicates): Mention it in docstring.
2438         (ibuffer-display-maybe-show-predicates): New variable.
2439         (ibuffer-update): Prefix arg now toggles whether buffers that
2440         match `ibuffer-maybe-show-predicates' should be displayed.
2441         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
2442         locally to heed `ibuffer-default-display-maybe-show-predicates'.
2443         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
2445 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
2447         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
2448         work correctly.
2450 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
2452         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
2453         (Buffer-menu-beginning): New helper function.
2454         (Buffer-menu-execute): Use it.
2455         (Buffer-menu-select): Use it.
2456         (Buffer-menu-sort): Use it and also keep markers.
2458 2004-10-17  Richard M. Stallman  <rms@gnu.org>
2460         * paths.el (news-directory): Rename from news-path.  Old name alias.
2461         (rmail-spool-directory): Use defvar.
2462         (sendmail-program): Use defcustom.
2463         (remote-shell-program): Use defcustom.
2464         (term-file-prefix): Use defvar.
2465         (abbrev-file-name): Use defvar.
2467         * term.el: Add maintainer.
2469         * subr.el (with-local-quit): Return nil if there's a quit.
2470         (read-passwd): Use with-local-quit.  Doc fix.
2472         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
2473         (strokes-unload-hook): Set as a variable with add-hook.
2475         * startup.el (fancy-splash-tail, normal-splash-screen):
2476         Update copyright year.
2478         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
2480         * server.el (server-unload-hook): Set as a variable with add-hook.
2482         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
2484         * frame.el (special-display-popup-frame):
2485         Make the buffer current as its frame is created.
2487         * delsel.el (delsel-unload-hook): Set as a variable.
2489         * comint.el (comint-output-filter-functions):
2490         Add comint-watch-for-password-prompt.
2491         (comint-read-noecho): Function deleted.
2492         (send-invisible): Use read-passwd.
2494         * fringe.el (fringe-mode-initialize): New function.
2495         (fringe-mode): Use fringe-mode-initialize as :initialize.
2497 2004-10-17  Kim F. Storm  <storm@cua.dk>
2499         * language/indian.el (indian-script-language-alist): Swap value and doc.
2500         (indian-font-char-index-table): Doc fix.
2502 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2504         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
2506 2004-10-16  Juri Linkov  <juri@jurta.org>
2508         * progmodes/compile.el (compilation-start): Move let-binding of
2509         `process-environment' into `with-current-buffer' body.
2510         Reported by Matt Hodges <MPHodges@member.fsf.org>.
2512 2004-10-16  Richard M. Stallman  <rms@gnu.org>
2514         * pcvs-util.el (cvs-bury-buffer):
2515         Don't call get-buffer-window for effect.
2517         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
2519         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
2521         * msb.el (msb-unload-hook): Set the variable.
2523         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2524         Use * to err if buffer is readonly.
2526         * subr.el (looking-back): Return only t or nil.
2528         * whitespace.el (whitespace-unload-hook): Set the variable.
2530         * view.el (view-mode-enable): Set view-page-size and
2531         view-half-page-size to nil.
2532         (view-set-half-page-size-default): view-half-page-size = nil
2533         means the default.
2534         (View-scroll-page-forward): Use view-page-size-default.
2535         (View-scroll-page-backward): Likewise.
2536         (view-page-size, view-half-page-size): Doc fixes.
2538         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
2540         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
2542         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
2543         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
2544         (byte-compile-log-1): Bind inhibit-read-only.
2545         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
2546         (byte-compile-log-warning): Likewise.
2547         (byte-compile-file-form-require): Detect "cl" from the arg value.
2549         * progmodes/compile.el (compilation-start): Assume compilation-mode
2550         will make the buffer read-only.
2551         (compilation-mode): Take arg name-of-mode.
2552         (compilation-setup): Make buffer read-only.
2553         (compilation-handle-exit): Bind inhibit-read-only.
2555         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
2556         (ispell-message): Likewise.
2557         (ispell-show-choices): Don't call get-buffer-window uselessly.
2558         (ispell-init-process): Use set-process-query-on-exit-flag.
2560 2004-10-16  Kim F. Storm  <storm@cua.dk>
2562         * fringe.el (fringe-bitmaps): Only initialize when defined.
2564         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
2565         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
2567         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
2569 2004-10-15  Simon Josefsson  <jas@extundo.com>
2571         * net/password.el: Add.
2573 2004-10-14  Masatake YAMATO  <jet@gyve.org>
2575         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
2576         (gdb-script-end-of-defun): New function.
2577         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
2578         `gdb-script-end-of-defun' as *-of-defun-function.
2580 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
2582         * button.el (button-activate): Allow a marker to display as an action.
2584         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
2586         * help.el (describe-mode): Use it to make minor mode list into
2587         hyperlinks.
2589 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2591         * vc.el (vc-annotate-display-select): Fix typo.
2593         * subr.el (substitute-key-definition-key): New function.
2594         (substitute-key-definition): Use it with map-keymap.
2595         (event-modifiers): Use push.
2596         (mouse-movement-p, with-temp-buffer): Simplify.
2598 2004-10-12  Jay Belanger  <belanger@truman.edu>
2600         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
2601         New variables.
2602         (calc-help-index-entries): New function.
2603         (calc-describe-function): Use `calc-help-function-list' instead of
2604         obarray for completion.
2605         (calc-describe-variable): Use `calc-help-variable-list' instead
2606         of obarray for completion.
2608 2004-10-12  Richard M. Stallman  <rms@gnu.org>
2610         * info-look.el (info-lookup-file): Add info-file property.
2611         (info-lookup-symbol): Likewise.
2613         * info.el (info-xref): Add underlining.
2614         (info): Add info-file property.
2615         (Info-find-emacs-command-nodes): Specify case-sensitive search.
2617 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
2619         Sync with Tramp 2.0.45.
2621         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
2622         defined.  This is not the case for XEmacs without package "edebug".
2623         (tramp-set-auto-save-file-modes): Set permissions of autosaved
2624         remote files to the permissions of the original file.  This is not
2625         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
2626         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
2627         (tramp-perl-decode): Fix an error in Perl implementation.
2628         $pending must be cleared every loop.  Reported by Benjamin Place
2629         <benjaminplace@sprintmail.com>
2631         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
2632         Don't activate advice during definition.  This is done later on,
2633         depending on test result of `substitute-in-file-name'.
2634         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2636 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2638         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
2640         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
2642 2004-10-12  David Ponce  <david@dponce.com>
2644         * recentf.el (recentf-edit-list): Update the menu when the recentf
2645         list has been modified.
2647 2004-10-12  Simon Josefsson  <jas@extundo.com>
2649         * net/tls.el (tls-certtool-program): New variable.
2650         (tls-certificate-information): New function, based on
2651         ssl-certificate-information.
2653 2004-10-12  Kenichi Handa  <handa@m17n.org>
2655         * international/mule.el (coding-system-equal): Move from mule-util.el.
2657         * international/mule-util.el (coding-system-equal): Move to mule.el.
2659 2004-10-12  Kim F. Storm  <storm@cua.dk>
2661         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
2662         reset kmacro-initial-counter-value if set.
2663         (kmacro-set-counter): Only set kmacro-counter if defining or executing
2664         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
2665         (kmacro-display): Show macro counter if non-zero.
2667         * subr.el (substitute-key-definition): Mention command remapping
2668         in doc string.
2670 2004-10-11  Jay Belanger  <belanger@truman.edu>
2672         * calc/calc-misc.el (calc-info-goto-node): New function.
2673         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
2674         node in one step.
2675         (calc-describe-copying, calc-describe-distribution)
2676         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
2677         Go to appropriate info node in one step.
2679 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2681         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
2683         * font-lock.el (font-lock-apply-highlight): Fix last change.
2685 2004-10-11  Simon Josefsson  <jas@extundo.com>
2687         * mail/smtpmail.el (smtpmail-open-stream): Look for
2688         starttls-gnutls-program instead of starttls-program iff
2689         starttls-use-gnutls is non-nil.
2690         (smtpmail-open-stream): Don't overwrite user settings of
2691         starttls-extra-arguments and starttls-extra-args.
2693 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2695         * comint.el (comint-mouse-insert-input): Remove.
2696         (comint-insert-input): Make it work for mouse bindings.
2697         (comint-mode-map): Move defs into the declaration.
2698         (comint-output-filter): Typo.
2700         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
2702 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
2704         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
2705         (ange-ftp-call-chmod): Reference remote-shell-program instead of
2706         ange-ftp-remote-shell.
2708 2004-10-10  Andreas Schwab  <schwab@suse.de>
2710         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
2711         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
2712         Reported by <sri@asu.edu>.
2714 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
2716         * vc.el (vc-annotate-mode): Remove variable.
2717         (vc-annotate-display-select): Only call vc-annotate-mode
2718         if we're not in that mode already.
2720 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2722         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
2723         (imenu-choose-buffer-index): Check here for rescan instead.
2725         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
2726         where the face expression evals to nil.
2728         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
2729         (tex-font-lock-keywords-2): Use it.
2730         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
2732         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
2734 2004-10-09  Kim F. Storm  <storm@cua.dk>
2736         * subr.el (progress-reporter-update): Define before first usage.
2737         (make-progress-reporter): Doc fix.
2739 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
2741         * textmodes/paragraphs.el (sentence-end-double-space)
2742         (sentence-end-without-period, sentence-end-without-space)
2743         (sentence-end): Doc fixes.
2745 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
2747         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
2748         Change paragraph-start regexp so we don't fill code starting with #'(.
2750 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
2752         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
2753         New defcustom.
2754         (extract-address-components): Use it.
2756 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
2758         * subr.el (make-progress-reporter, progress-reporter-update)
2759         (progress-reporter-force-update, progress-reporter-do-update)
2760         (progress-reporter-done): New functions.
2762         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
2764         * progmodes/etags.el (etags-tags-completion-table): Use progress
2765         reporter.
2766         (etags-tags-apropos): Likewise.
2768 2004-10-08  Alan Mackenzie  <acm@muc.de>
2770         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
2771         of current line.
2773 2004-10-08  Masatake YAMATO  <jet@gyve.org>
2775         * server.el (server-process-filter): Wrap `process-send-region'
2776         by `condition-case' to guard the case when the pipe to PROC is closed.
2778 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
2780         * xml.el (xml-substitute-special): Limit handling of external entities.
2782 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
2784         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
2786 2004-10-06  John Paul Wallington  <jpw@gnu.org>
2788         * xml.el (xml-parse-dtd): Fix `error' call.
2790 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
2792         * xml.el (xml-substitute-special): Return a single string instead
2793         of a list of strings if an entity substitution is made.
2795 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
2797         * calendar/icalendar.el: New file.
2799 2004-10-05  Juri Linkov  <juri@jurta.org>
2801         * isearch.el (isearch-done): Set mark after running hook.
2802         Reported by Drew Adams <drew.adams@oracle.com>.
2804         * info.el (Info-history, Info-toc): Fix Info headers.
2805         (Info-toc): Narrow buffer before Info-fontify-node.
2806         (Info-build-toc): Don't check for special Info file names.
2807         Set main-file to nil if Info-find-file returns a symbol.
2809 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
2811         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
2812         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
2813         * calendar/cal-menu.el (calendar-mode-map): Ditto.
2815 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
2817         * calendar/cal-iso.el (calendar-iso-read-args): New function,
2818         for old interactive spec from calendar-goto-iso-date.
2819         (calendar-goto-iso-date): Use it.
2820         (calendar-goto-iso-week): New function.  Suggested by Emilio
2821         C. Lopes <eclig@gmx.net>.
2823 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
2825         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
2826         `set-right-margin' bindings that follow the minor mode conventions.
2828 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2830         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
2831         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
2832         (latex-block-args-alist): Add minipage and picture.
2833         (latex-block-body-alist): Use reftex-label if enabled.
2834         (latex-insert-block): Don't insert a \n if not necessary.
2835         (tex-compile-commands): Make sure dvips doesn't send to printer.
2836         (tex-compile-default): Handle the case where no executable is found.
2837         (latex-noindent-environments): New var.
2838         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
2839         If tex-indent-allhanging is non-nil, make sure we only align for macros
2840         at beginning of line.
2842 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
2844         * newcomment.el (comment-beginning): Doc fix and don't choke on
2845         unset `comment-end-skip' when at beginning of comment.
2847 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
2849         * term.el (term-adjust-current-row-cache): Don't allow the current
2850         row to become negative.
2851         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
2852         the end of the line. Fix scroll down. Add comments.
2853         (term-handle-ansi-escape): Don't exceed terminal width when moving
2854         right.
2855         (term-scroll-region): Move the cursor after setting the scroll region.
2857 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
2859         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
2860         to `width' for consistency with docstring.  Doc fix.
2862 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
2864         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
2865         This is necessary for derived modes.
2867 2004-09-30  Kim F. Storm  <storm@cua.dk>
2869         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
2870         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
2872         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
2873         kmacro-extract-lambda functions.
2874         (edit-kbd-macro): Handle kmacro lambda forms.
2875         Include counter and counter format in edit buffer.
2876         (edmacro-finish-edit): Get counter and format from edit buffer and
2877         update kmacro bindings when found.
2879 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
2881         * textmodes/paragraphs.el (forward-paragraph):
2882         Avoid args-out-of-range error when point winds up at the beginning of
2883         the buffer and hard newlines are enabled.
2885         * newcomment.el (comment-multi-line): Doc fix.
2887 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2889         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
2890         (diff-fixup-modifs): Catch unified-diff file-headers.
2892 2004-09-29  Kim F. Storm  <storm@cua.dk>
2894         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
2895         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
2896         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
2898         * fringe.el (fringe-bitmap-p): New macro.
2899         (fringe-bitmaps): Add standard fringe bitmaps on load.
2901 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2903         * dired.el (dired-view-command-alist): Use more efficient regexps.
2904         Remove dubious arguments.
2905         (dired-align-file): New function.
2906         (dired-insert-directory): Use it.
2907         (dired-move-to-end-of-filename): Make the " -> " search more specific.
2908         (dired-buffers-for-dir): Remove unused var `pattern'.
2910 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
2912         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
2913         from diary display excursion.  Store diary buffer's point for
2914         `simple-diary-display'.
2915         (simple-diary-display): Set window point and start when
2916         displaying buffer, to preserve point.
2918 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
2920         * textmodes/enriched.el (enriched-translations): Replace defconst
2921         with defvar.
2923 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2925         * printing.el: Doc fix.
2926         (pr-version): New version number (6.8.1).
2927         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
2928         make-temp-name.
2929         (pr-delete-file): Check if file exists before deleting it.
2930         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
2932 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2934         * term.el (term-display-table): New variable.
2935         (term-mode): Use it.
2936         (term-exec-1): Set the coding system to binary.
2937         (term-emulate-terminal): Decode the string before inserting it.
2939 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
2941         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
2942         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
2943         (map): Bind S-prior, S-next and S-insert.
2944         (term-mode): Set `indent-tabs-mode' to nil.
2945         (term-paste): New function to be bound to S-insert.
2946         (term-send-del, term-send-backspace): Change the strings sent.
2947         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
2948         (term-handle-colors-array): Fix handling of underline and reverse.
2949         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
2950         (term-erase-in-line): Fix comparison.
2951         (term-emulate-terminal): Fix line wrap handling.
2952         (term-start-output-log): Rename from `term-set-output-log'.
2953         (term-stop-output-log): Rename from `term-stop-photo'.
2954         (term-switch-to-alternate-sub-buffer): Comment out, unused.
2956 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2958         * dired.el (dired-move-to-filename): Don't output a message if
2959         raise-error is non-nil.  Fix return position and value.
2961         * files.el (insert-directory): Obey --dired even with symlinks.
2963 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
2965         * ls-lisp.el (ls-lisp-format): Mark file names with property
2966         dired-filename.
2968 2004-09-25  Kim F. Storm  <storm@cua.dk>
2970         * ido.el (ido-max-directory-size): New defcustom.
2971         (ido-decorations): Add "too big" element.
2972         (ido-directory-too-big): New dynamic var.
2973         (ido-may-cache-directory): Don't cache big directories.
2974         (ido-directory-too-big-p): New defun.
2975         (ido-set-current-directory): Update ido-directory-too-big.
2976         (ido-read-internal): Make empty ido-cur-item if too-big.
2977         (ido-buffer-internal): Use ido-read-internal directly instead of
2978         ido-read-buffer.
2979         (ido-file-internal): Init ido-directory-too-big.
2980         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
2981         and redo completion with full list.
2982         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
2983         it, and show completions.
2984         (ido-all-completions): Let bind ido-directory-too-big to nil.
2985         (ido-exhibit): Handle ido-directory-too-big.
2986         (ido-read-buffer): Handle fallback to read-buffer.
2987         Init ido-directory-too-big.
2988         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
2989         Init ido-directory-too-big.
2991 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
2993         * subr.el (delay-mode-hooks): Doc fix.
2995 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
2997         * textmodes/enriched.el
2998         (enriched-default-text-properties-local-flag): New variable.
2999         (enriched-mode): Make sure that enabling and disabling the mode is
3000         a no-op.  Doc fix.
3002 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
3004         * calendar/holidays.el (holiday-advent): Report on a specified day
3005         offset from advent, not just advent.
3006         (holiday-easter-etc): Report on one specified day offset from
3007         easter, not all easter holidays. Various Easter holidays moved to
3008         `christian-holidays' variable in calendar.el.
3009         * calendar/calendar.el (christian-holidays): Adapt for new
3010         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
3012 2004-09-23  Kim F. Storm  <storm@cua.dk>
3014         * image.el (insert-sliced-image): Add doc string.
3016         * ido.el (ido-choice-list): New dynamic var for `list' context.
3017         (ido-context-switch-command): New dynamic var.
3018         (ido-define-mode-map): Generalize switch between file/buffer contexts.
3019         (ido-read-internal): Handle new `list' context.
3020         Handle insert-buffer and insert-file ido-exit values.
3021         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
3022         ido-context-switch-command. Handle insert-file ido-exit value.
3023         (ido-read-buffer): Set ido-context-switch-command to 'ignore
3024         unless it is already bound by caller.
3025         (ido-file-internal): New arg switch-cmd.  Use it to setup
3026         ido-context-switch-command.  Handle insert-buffer ido-exit value.
3027         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
3028         used for context switching.
3029         (ido-all-completions): Handle new `list' context.
3030         (ido-make-choice-list): Return choices for `list' context.
3031         (ido-find-file-in-dir, ido-display-file, ido-write-file)
3032         (ido-display-buffer, ido-kill-buffer): Disable context switching.
3033         (ido-insert-buffer, ido-insert-file): Setup context switching.
3034         (ido-exhibit): Handle `list' context.
3035         (ido-read-file-name): Disable context switching.  Handle fallback.
3036         (ido-read-directory-name): Disable context switching.
3037         (ido-completing-read): New defun like completing-read.  Setup and
3038         use new `list' context.
3040 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
3042         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
3044 2004-09-21  Jay Belanger  <belanger@truman.edu>
3046         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
3047         `calc-graph-set-styles' so the gnuplot buffer will appear in a
3048         separate window.
3050 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
3052         * subr.el (after-change-major-mode-hook): Doc fix.
3054 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3056         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
3057         of ghostscript for monochrome PostScript file in Windows.
3059 2004-09-21  Kenichi Handa  <handa@m17n.org>
3061         * descr-text.el (describe-char): Checking of quail activation
3062         fixed.
3064 2004-09-21  Jay Belanger  <belanger@truman.edu>
3066         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
3068 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
3070         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
3071         after the mode hooks instead of before.  Doc fix.
3073 2004-09-20  Jason Rumney  <jasonr@gnu.org>
3075         * startup.el (command-line) [windows-nt]: Try .emacs first, then
3076         _emacs, but revert to .emacs if neither exists in home directory.
3078 2004-09-20  John Paul Wallington  <jpw@gnu.org>
3080         * bindings.el (completion-ignored-extensions): Add .dfsl.
3082 2004-09-20  Richard M. Stallman  <rms@gnu.org>
3084         * bindings.el (scroll-left): Make it disabled.
3086         * files.el (enable-local-eval): Doc fix.
3088         * indent.el (move-to-left-margin): Special case for minibuffer.
3090         * term.el (term-emulate-terminal): Turn off undo for output.
3091         Use with-current-buffer and save-selected-window.
3093         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
3095         * progmodes/make-mode.el (makefile-fill-paragraph):
3096         Don't insist on spaces when looking for comments.  # is enough.
3098         * files.el (hack-local-variables): Copy the variables list
3099         to another buffer, strip prefixes and suffixes there, then read.
3100         (enable-local-eval): Doc fix.
3101         (ignored-local-variables): Initialize to nil.
3102         (risky-local-variable-p): Don't check ignored-local-variables here.
3103         (hack-one-local-variable): Ignore var if in ignored-local-variables.
3105 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
3107         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
3108         of = to "." (punctuation).
3110 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3112         * subr.el (event-basic-type): Fix mask (extend to 22bits).
3114 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
3116         * textmodes/enriched.el (enriched-rerun-flag): New variable.
3117         (enriched-before-change-major-mode): New function.
3118         Add it to `change-major-mode-hook'.
3119         (enriched-after-change-major-mode): New function.
3120         Add it to `after-change-major-mode-hook'.
3121         (enriched-mode): Make it work correctly if called from
3122         `after-change-major-mode-hook'.
3123         No longer set `indent-line-function'.
3125         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
3127         * subr.el (after-change-major-mode-hook): New variable.
3128         (run-mode-hooks): Implement it.
3130 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3132         * battery.el (battery-linux-proc-apm): Use string-to-number.
3133         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
3134         Use dolist (and less indentation).  Use erase-buffer.
3135         Pre-initialize `design-capacity', `warn', and `low'.
3136         (battery-format): Use replace-regexp-in-string.
3138 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
3140         * battery.el: Delete superfluous empty lines.
3141         (battery-linux-proc-acpi): Attempt to gather information from all
3142         battery subdirectories regardless of their file name.
3143         (battery-linux-proc-apm): Replace all occurrences of
3144         battery-hex-to-int-2 with string-to-int (base 16).
3145         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
3146         (battery-hex-map): Delete variable.
3148 2004-09-18  John Paul Wallington  <jpw@gnu.org>
3150         * calc/calc-units.el (calc-quick-units): Fix overzealous
3151         s/or/unless/.
3153 2004-09-17  Jay Belanger  <belanger@truman.edu>
3155         * calc/calc.el (calc-mode-var-list): Fix the value of
3156         `calc-matrix-brackets'.
3158 2004-09-17  Romain Francoise  <romain@orebokech.com>
3160         * ibuf-ext.el (define-ibuffer-filter filename):
3161         Expand dired-directory since buffer-file-name is absolute.
3163 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
3165         * ediff-init.el (ediff-current-diff-face-A)
3166         (ediff-current-diff-face-B, ediff-current-diff-face-C)
3167         (ediff-current-diff-face-Ancestor)
3168         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3169         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3170         (ediff-even-diff-face-A, ediff-even-diff-face-B)
3171         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3172         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3173         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3174         Use min-colors.
3176         * term.el (term-down): Perform vertical motion if DOWN is negative.
3177         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
3178         (term-termcap-format): Synchronyze with the eterm terminfo entry
3179         in etc/e/eterm.ti.
3180         (term-handle-colors-array): If the current foreground or
3181         background are zero (i.e. unspecified), use the foreground and
3182         background of the default face for reverse video.
3183         (term-ansi-at-eval-string, term-ansi-default-fg)
3184         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
3185         (term-mem): Delete ununsed function.
3186         (term-protocol-version): Increment.
3187         (term-current-face): Set to default.
3189 2004-09-15  Jay Belanger  <belanger@truman.edu>
3191         * calc/calc.el (calc-mode-var-list): Define this variable.
3192         (calc-always-load-extensions, calc-line-numbering)
3193         (calc-line-breaking, calc-display-just, calc-display-origin)
3194         (calc-number-radix, calc-leading-zeros, calc-group-digits)
3195         (calc-group-char, calc-point-char, calc-frac-format)
3196         (calc-prefer-frac, calc-hms-format, calc-date-format)
3197         (calc-float-format, calc-full-float-format, calc-complex-format)
3198         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
3199         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
3200         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
3201         (calc-matrix-brackets, calc-language, calc-language-option)
3202         (calc-left-label, calc-right-label, calc-word-size)
3203         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3204         (calc-display-raw, calc-internal-prec, calc-angle-mode)
3205         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3206         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3207         (calc-window-height, calc-display-trail, calc-show-selections)
3208         (calc-use-selections, calc-assoc-selections)
3209         (calc-display-working-message, calc-auto-why, calc-timing)
3210         (calc-mode-save-mode, calc-standard-date-formats)
3211         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
3212         (calc-user-parse-tables, calc-gnuplot-default-device)
3213         (calc-gnuplot-default-output, calc-gnuplot-print-device)
3214         (calc-gnuplot-print-output, calc-gnuplot-geometry)
3215         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3216         (calc-invocation-macro, calc-show-banner): Give these values as
3217         part of `calc-mode-var-list's initialization after the variables
3218         are declared with defvar.
3219         (calc-bug-address):  Change email address to send bug reports to.
3220         Change the maintainer address at the top.
3221         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
3222         than "\\.emacs" to determine if it is the user-init-file.
3224         * calc/calc-embed.el (calc-embedded-set-modes): Use
3225         `calc-mode-var-list' correctly.
3227 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
3229         * vc.el (annotate-time): Document point handling.
3230         (vc-annotate-display-autoscale): Doc fix.
3232 2004-09-15  Miles Bader  <miles@gnu.org>
3234         * generic.el (generic-make-keywords-list): Use symbol rather than
3235         word anchors in regexp.
3237 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3239         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
3240         no file name consider `dired-directory'.
3242 2004-09-14  Kim F. Storm  <storm@cua.dk>
3244         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
3246 2004-09-14  Simon Josefsson  <jas@extundo.com>
3248         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
3250         * textmodes/dns-mode.el: Add.
3252 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3254         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
3255         (disabled-command-function): Make the ?\  char more obvious.
3257         * vc-arch.el (vc-arch-root, vc-arch-registered):
3258         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
3260 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
3262         * windmove.el (windmove-frame-edges): Report coordinates of
3263         outside edges of frame, not inside edges.
3264         (windmove-coordinates-of-position): Convert into wrapper to new
3265         function `windmove-coordinates-of-window-position';
3266         `compute-motion' always applies to selected window.
3267         (windmove-coordinates-of-position): Update documentation to refer
3268         to Emacs 21 Lisp Reference Manual.
3269         (windmove-find-other-window): Fix off-by-one errors for max x,y.
3271 2004-09-13  Kim F. Storm  <storm@cua.dk>
3273         * isearch.el (isearch-resume-in-command-history): Rename from
3274         isearch-resume-enabled and change default to nil.
3276 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3278         * vc-hooks.el (vc-ignore-dir-regexp): New var.
3279         (vc-registered): Use it.
3280         (vc-find-root): New fun.
3282         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3283         Don't tell to use \\{...} when it's already done.
3285         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
3286         Provide a sample complex default.
3287         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
3288         (bibtex-entry): Use mapc.
3290 2004-09-12  Kim F. Storm  <storm@cua.dk>
3292         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
3294         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
3295         inhibit-field-text-motion to t so rectangles work in comint buffers.
3297         * simple.el (choose-completion-string): Set buffer before running
3298         choose-completion-string-functions hook so it can be buffer-local.
3300 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
3302         * progmodes/compile.el (compilation-start): Parse command to see
3303         if it starts with a cd, and if so perform it for the *compilation*
3304         buffer.  Change the header to reflect this.
3306 2004-09-11  Kim F. Storm  <storm@cua.dk>
3308         * ido.el (ido-enable-dot-prefix): Doc fix.
3309         (ido-enable-dot-prefix): New defcustom.
3310         (ido-set-matches1): Use it.
3312 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3314         * textmodes/bibtex.el (bibtex-mark-active)
3315         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
3317 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3319         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
3320         used in a case insensitive environment.
3321         (bibtex-mode-map): Rearrange order of menus.
3322         (bibtex-quoted-string-re): Obsolete.
3323         (bibtex-complete-key-cleanup): Variable replaced by new function.
3324         (bibtex-font-lock-keywords): Use backquotes.
3325         (bibtex-font-lock-url-regexp): New internal variable.
3326         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
3327         "OPT" and "ALT".
3328         (bibtex-insert-current-kill, bibtex-make-field)
3329         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
3330         (bibtex-parse-field-text): Simplify.
3331         (bibtex-string=): New helper function.
3332         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
3333         (bibtex-map-entries): Use bibtex-string=.
3334         (bibtex-search-entry): Use not.
3335         (bibtex-enclosing-field): Fix docstring.
3336         (bibtex-assoc-regexp): Obsolete.
3337         (bibtex-format-entry): Use assoc-string and bibtex-string=.
3338         (bibtex-autokey-get-names): Handle empty name field.
3339         (bibtex-parse-strings): Use assoc-string and unless.
3340         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
3341         Use assoc-string.
3342         (bibtex-pop): Simplify.
3343         (bibtex-mode): Set font-lock-extra-managed-props.
3344         (bibtex-entry-update): Use assoc-string.
3345         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
3346         (bibtex-autofill-entry): Use bibtex-string=.
3347         (bibtex-print-help-message): Simplify.
3348         (bibtex-find-entry): New optional arg START.
3349         (bibtex-validate): Use bibtex-string= and assoc-string.
3350         Do not call obsolete function compilation-parse-errors.
3351         (bibtex-remove-delimiters): Only remove delimiters if present.
3352         (bibtex-copy-entry-as-kill): Add docstring.
3353         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
3354         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
3355         (bibtex-complete): Use bibtex-predefined-month-strings,
3356         bibtex-string=, and new function bibtex-complete-key-cleanup.
3357         (bibtex-generate-url-list): New variable.
3358         (bibtex-url): New command bound to C-c C-l and mouse-2.
3359         (bibtex-url-map): New local keymap for bibtex-url-mouse.
3360         (bibtex-font-lock-url): New function.
3362 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3364         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
3366 2004-09-09  Kim F. Storm  <storm@cua.dk>
3368         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
3369         counter and format with binding.
3370         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
3371         the declared macro uses own macro counter and format.  Give symbol
3372         kmacro property.
3373         (kmacro-keymap): Bind kmacro-name-last-macro to n.
3374         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
3375         (kmacro-end-and-call-macro): Doc fix.
3377 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
3379         * desktop.el (desktop-clear-preserve-buffers):
3380         Remove make-obsolete-variable.
3382 2004-09-08  Richard M. Stallman  <rms@gnu.org>
3384         * buff-menu.el (list-buffers-noselect): Call format-mode-line
3385         with the buffer as argument.
3387 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3389         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
3391 2004-09-08  Juri Linkov  <juri@jurta.org>
3393         * replace.el (perform-replace): Use `query-replace-descr'.
3395         * cus-start.el (history-delete-duplicates): Specify customization.
3397         * diff-mode.el (diff-mode-map):
3398         * progmodes/compile.el (compilation-mode-map):
3399         * progmodes/grep.el (grep-mode-map):
3400         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
3401         to `next-error-follow-minor-mode'.
3403 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3405         * isearch.el (isearch-lazy-highlight-update): Take into account
3406         the case of zero-length match at the search bound.
3408 2004-09-08  Kim F. Storm  <storm@cua.dk>
3410         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
3411         change.  Use zero width overlays when necessary.
3413 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3415         * subr.el (split-string): Docfix.
3417 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3419         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
3420         (display-call-tree): Ensure newline after caller/calls blocks.
3422 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3424         * startup.el (command-line-1): Make option
3425         --directory/-L modify `load-path' straight away.
3427 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3429         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
3431 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3433         * emacs-lisp/autoload.el (make-autoload):
3434         Handle `define-compilation-mode'.
3436         * emacs-lisp/lisp-mode.el (define-compilation-mode):
3437         Specify `doc-string-elt' property.
3439 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3441         * bs.el (bs-mode): Doc fix.
3443 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3445         * info.el (Info-insert-dir): Fix temp buffer leak bug.
3447 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3449         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
3451 2004-09-08  Kenichi Handa  <handa@m17n.org>
3453         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
3454         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
3455         ps-mule-next-point -> 1+).
3457         * composite.el (encode-composition-rule): Add autoload cooky.
3459 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
3461         * format.el (buffer-auto-save-file-format): Make it permanent local.
3463 2004-09-07  Kim F. Storm  <storm@cua.dk>
3465         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
3466         (authors-fixed-entries): Fix typo.
3467         (authors-canonical-author-name): Compact multiple spaces.
3468         Ignore trivial names (e.g. only first name).
3470         * term.el (term-window-width): Only use full window width on
3471         window system if overflow-newline-into-fringe is enabled.
3472         (term-mode): Don't disable overflow-newline-into-fringe.
3474 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3476         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
3477         motion as seen on my Mac OS X xterms.
3479         * newcomment.el (uncomment-region-default, comment-region-default):
3480         New functions extracted from uncomment-region and comment-region.
3481         (comment-region, comment-region-function, uncomment-region)
3482         (uncomment-region-function): Use them.
3484         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
3486         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
3487         It's not crucial but can make sense at times.
3489         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
3490         the first commit.
3492         * vc.el (vc-buffer-context, vc-restore-buffer-context):
3493         Disable obsolete code.
3495 2004-09-07  Juri Linkov  <juri@jurta.org>
3497         * progmodes/grep.el (grep-highlight-matches): Change default from
3498         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
3499         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
3500         if grep option `--color' is available, or to `nil' otherwise.
3501         (grep-process-setup): Call `grep-compute-defaults' if
3502         `grep-highlight-matches' is not computed.  Set env-vars only
3503         if `grep-highlight-matches' is `t'.
3504         (grep-use-null-device): Remove redundant type `boolean' (`choice'
3505         is already defined).
3507         * progmodes/compile.el (compilation-start): Use copy of
3508         `process-environment' created by `copy-sequence' to not
3509         modify env-vars in the global `process-environment'.
3511 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
3513         * simple.el (next-error-follow-minor-mode): Fix last change.
3515 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
3517         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
3518         permanent local.
3520 2004-09-04  Richard M. Stallman  <rms@gnu.org>
3522         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
3523         highlighting if the search string is empty.
3525 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
3527         * facemenu.el (facemenu-active-faces): Change condition of inner
3528         `while' loop to also check the first two elements of `face-atts'
3529         and `mask-atts'.
3531 2004-09-04  John Paul Wallington  <jpw@gnu.org>
3533         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
3534         (thumbs-view-image-mode): Make buffer read-only.
3536 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
3538         * textmodes/ispell.el (ispell-really-aspell): New defvar.
3539         (ispell-check-version): Set it.
3540         (ispell-send-replacement): New function.
3541         (ispell-process-line): Call ispell-send-replacement.
3543 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
3545         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
3546         Support choosing seconds with "s".
3548 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
3550         * terminal.el (te-escape): Show `?' in prompt for help key.
3552 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
3554         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
3556 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
3558         * simple.el (next-error-follow-minor-mode)
3559         (next-error-follow-mode-post-command-hook): New functions.
3560         (next-error-follow-last-line): New defvar.
3562         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
3563         * progmodes/compile.el (compilation-mode-map): Likewise.
3564         * progmodes/grep.el (grep-mode-map): Likewise.
3565         * replace.el (occur-mode-map): Likewise.
3567         * newcomment.el (uncomment-region): Bind comment-use-global-state
3568         to nil.
3570 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
3572         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
3573         locally around the call to `revert-buffer'.
3575 2004-09-03  Juri Linkov  <juri@jurta.org>
3577         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
3578         `isearch-adjusted' to `t'.
3579         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
3580         (isearch-message-prefix): Add "pending" for isearch-adjusted.
3581         (isearch-other-meta-char): Restore isearch-point unconditionally.
3582         (isearch-query-replace): Add new arg `regexp-flag' and use it.
3583         Set point to start of match if region is not active in transient
3584         mark mode (to include the current match to region boundaries).
3585         Push the search string to `query-replace-from-history-variable'.
3586         Add prompt "Query replace regexp" for isearch-regexp.
3587         Add region beginning/end as last arguments of `perform-replace.'
3588         (isearch-query-replace-regexp): Replace code by the call to
3589         `isearch-query-replace' with arg `t'.
3591 2004-09-03  Richard M. Stallman  <rms@gnu.org>
3593         * startup.el (normal-top-level): Undo previous TERM change.
3595 2004-09-03  Kim F. Storm  <storm@cua.dk>
3597         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
3598         highlight overlays; allow using RET when cursor is over a button.
3599         (cua--highlight-rectangle): Use it.
3600         (cua--rectangle-set-corners): Don't move backwards at eol.
3601         (cua--forward-line): Don't move into void after eob.
3603         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
3604         point is set (and displayed) inside rectangle.
3605         (cua--rectangle-operation): Fix for highlight of empty lines.
3606         (cua--highlight-rectangle): Fix highlight for tabs.
3607         Position cursor at left/right edge of rectangle using new `cursor'
3608         property on overlay strings.
3609         (cua--indent-rectangle): Don't tabify.
3610         (cua-rotate-rectangle): Ignore that point has moved.
3612 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3614         * term/mac-win.el: Add ASCII equivalents for some function keys.
3615         (mode-line-frame-identification): Sync with x-win.el.
3617 2004-09-02  Juri Linkov  <juri@jurta.org>
3619         * progmodes/compile.el (compilation-buffer-name): Compare major
3620         mode with second element of compilation-arguments instead of third
3621         to reflect latest changes in compilation-arguments structure.
3622         (recompile): Use global variable `compilation-directory' to get
3623         recent compilation directory only when `recompile' is invoked NOT
3624         in the compilation buffer.  Otherwise, use `default-directory' of
3625         the compilation buffer.
3626         (compilation-error-properties): Allow to funcall col and end-col.
3627         (compilation-mode-font-lock-keywords): Check col and end-col by
3628         `integerp'.
3629         (compilation-goto-locus): If end-mk is non-nil in transient mark
3630         mode don't activate the mark (and don't display message in
3631         push-mark), but highlight overlay between mk and end-mk.
3633         * progmodes/grep.el (grep-highlight-matches): New defcustom.
3634         (grep-regexp-alist): Add rule to highlight grep matches.
3635         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
3637         * info.el (Info-fontify-node): Don't compute other-tag
3638         if Info-hide-note-references=hide.
3640         * help.el (function-called-at-point):
3641         * help-fns.el (variable-at-point):
3642         Try `find-tag-default' when other methods failed.
3644         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3645         Do not push mark if inhibit-mark-movement is non-nil.
3647         * textmodes/ispell.el (ispell-html-skip-alists):
3648         Fix backslashes in docstring.
3650 2004-09-01  Juri Linkov  <juri@jurta.org>
3652         * isearch.el (isearch-wrap-function)
3653         (isearch-push-state-function): New defvars.
3654         (isearch-pop-fun-state): New defsubst.
3655         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
3656         (isearch-push-state): Set the result of calling
3657         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
3658         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
3659         restore the mode-specific starting point of terminated search.
3660         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
3661         (isearch-repeat): Call `isearch-wrap-function' if defined.
3662         (isearch-message-prefix): Don't add prefix "over" to the message
3663         for wrapped search if `isearch-wrap-function' is defined.
3664         (isearch-search): Call function saved in `isearch-pop-fun-state' to
3665         restore the mode-specific starting point of failed search.
3667         * info.el (Info-search-whitespace-regexp): Fix backslashes.
3668         (Info-search): Add new optional arguments for the sake of isearch.
3669         Replace whitespace in Info-search-whitespace-regexp literally.
3670         Add backward search.  Don't call `Info-select-node' if regexp is
3671         found in the same Info node.  Don't add node to Info-history for
3672         wrapped isearch.
3673         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
3674         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
3675         (Info-mode): Set local variables `isearch-search-fun-function',
3676         `isearch-wrap-function', `isearch-push-state-function',
3677         `search-whitespace-regexp'.
3679         * isearch.el: Remove ancient Change Log section.
3680         (isearch-string, isearch-message-string, isearch-point)
3681         (isearch-success, isearch-forward-flag, isearch-other-end)
3682         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3683         (isearch-barrier, isearch-within-brackets)
3684         (isearch-case-fold-search): Add suffix `-state' to state-related
3685         defsubsts to avoid name clashes with other function names.
3687         * simple.el (next-error): New defgroup and defface.
3688         (next-error-highlight, next-error-highlight-no-select):
3689         New defcustoms.
3690         (next-error-no-select): Let-bind next-error-highlight to the value
3691         of next-error-highlight-no-select before calling `next-error'.
3693         * progmodes/compile.el (compilation-goto-locus):
3694         Use `next-error' face instead of `region'.  Set 4-th argument of
3695         `move-overlay' to `current-buffer' to move overlay to different
3696         source buffers.  Use new variable `next-error-highlight'.
3698         * simple.el (next-error-find-buffer): Move the rule
3699         "if current buffer is a next-error capable buffer" after the
3700         rule "if next-error-last-buffer is set to a live buffer".
3701         Simplify to test all rules in one `or'.
3702         (next-error): Doc fix.
3703         (next-error, previous-error, first-error)
3704         (next-error-no-select, previous-error-no-select):
3705         Make arguments optional.
3707 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
3709         * macros.el (apply-macro-to-region-lines): Make it operate on all
3710         lines that begin in the region, rather than on all complete lines
3711         in the region.
3713 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3715         * x-dnd.el (x-dnd-protocol-alist): Document update.
3716         (x-dnd-known-types): Defcustom it.
3717         (x-dnd-handle-motif): Print message-atom in error message.
3719 2004-08-30  John Paul Wallington  <jpw@gnu.org>
3721         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
3722         strings rather than programatically constructing message.
3724 2004-08-30  Richard M. Stallman  <rms@gnu.org>
3726         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
3727         Don't return a string that would read as the wrong character code.
3729 2004-08-29  Kim F. Storm  <storm@cua.dk>
3731         * emulation/cua-base.el (cua-auto-expand-rectangles):
3732         Remove automatic rectangle padding feature; replace by non-destructive
3733         virtual rectangle edges feature.
3734         (cua-virtual-rectangle-edges): New defcustom.
3735         (cua-auto-tabify-rectangles): New defcustom.
3736         (cua-paste): If paste into a marked rectangle, insert rectangle at
3737         current column, even if virtual; also paste exactly as many lines
3738         as has been marked (ignore additional lines or add empty lines),
3739         but paste whole source if only one line is marked.
3740         (cua--update-indications): No longer use overwrite-cursor to
3741         indicate rectangle padding
3743         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
3744         (cua--rectangle-virtual-edges): New defun.
3745         (cua--rectangle-get-corners): Remove optional PAD arg.
3746         (cua--rectangle-set-corners): Never do padding.
3747         (cua--forward-line): Remove optional PAD arg.  Simplify.
3748         (cua-resize-rectangle-right, cua-resize-rectangle-left)
3749         (cua-resize-rectangle-down, cua-resize-rectangle-up):
3750         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
3751         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
3752         (cua--rectangle-move): Never do padding.  Simplify.
3753         (cua--tabify-start): New defun.
3754         (cua--rectangle-operation): Add tabify arg.  All callers changed.
3755         (cua--pad-rectangle): Remove.
3756         (cua--delete-rectangle): Handle delete with virtual edges.
3757         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
3758         (cua--insert-rectangle): Handle insert at virtual column.
3759         Perform auto-tabify if necessary.
3760         (cua--activate-rectangle): Remove optional FORCE arg.
3761         Never do padding.  Simplify.
3762         (cua--highlight-rectangle): Enhance for virtual edges.
3763         (cua-toggle-rectangle-padding): Remove command.
3764         (cua-toggle-rectangle-virtual-edges): New command.
3765         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
3766         (cua--rectangle-post-command): Don't force rectangle padding.
3767         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
3769 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
3771         * indent.el (edit-tab-stops-buffer): Doc fix.
3773 2004-08-28  Richard M. Stallman  <rms@gnu.org>
3775         * progmodes/grep.el (grep-default-command): Use find-tag-default.
3776         (grep-tag-default): Function deleted.
3778         * subr.el (find-tag-default): Move from etags.el.
3780         * progmodes/etags.el (find-tag-default): Move to subr.el.
3782         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
3783         into the basic character if it has an uppercase form.
3785 2004-08-27  Kenichi Handa  <handa@m17n.org>
3787         * international/utf-8.el (utf-8-post-read-conversion): If the
3788         buffer is unibyte, temporarily make it multibyte.
3790 2004-08-27  Masatake YAMATO  <jet@gyve.org>
3792         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
3794 2004-08-25  John Paul Wallington  <jpw@gnu.org>
3796         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
3797         0, 1, and many mismatches in message.
3798         (tex-start-shell): Use `set-process-query-on-exit-flag'.
3800         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
3801         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
3803 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3805         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
3806         vc-diff-switches differently.
3808 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
3810         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
3811         before and a real defvar after
3812         `speedbar-supported-extension-expressions'.  This is to silence
3813         the compiler without breaking bootstrapping.
3815 2004-08-22  Richard M. Stallman  <rms@gnu.org>
3817         * textmodes/flyspell.el (flyspell-word):
3818         Use set-process-query-on-exit-flag.
3819         (flyspell-highlight-duplicate-region): Take POSS as arg.
3820         (flyspell-word): Pass POSS as arg.
3822         * progmodes/ada-xref.el: Many doc and style fixes.
3823         (ada-find-any-references): Use compilation-start.
3824         (ada-get-ali-file-name): Improve error msg.
3825         (ada-get-ada-file-name): Likewise.
3827         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
3828         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
3830         * mail/mail-extr.el (mail-extr-all-top-level-domains):
3831         Add forward defvar.
3833         * whitespace.el (global-whitespace-mode): New alias
3834         for whitespace-global-mode.
3836         * speedbar.el (speedbar-file-regexp): Move definition up.
3837         (speedbar-mode, speedbar-set-mode-line-format):
3838         Use with-no-warnings.
3839         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
3841         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
3842         controls whether to display the error buffer.
3844         * ps-mule.el: Delete compatibility code for old Emacses.
3845         (ps-mule-find-wrappoint): Don't use chars-in-region.
3847         * frame.el (display-mouse-p, display-selections-p):
3848         Use with-no-warnings.
3850         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
3852 2004-08-22  David Kastrup  <dak@gnu.org>
3854         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
3855         information.
3857         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
3859 2004-08-22  Andreas Schwab  <schwab@suse.de>
3861         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
3863 2004-08-22  Masatake YAMATO  <jet@gyve.org>
3865         * cvs-status.el (cvs-status-checkout): New function.
3866         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
3868 2004-08-21  David Kastrup  <dak@gnu.org>
3870         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
3871         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
3872         has been converted to use hashtables, the relation `nil=none' is
3873         no longer valid, as `nil' is not a hashtable.  This patch tries to
3874         reduce the number of resulting errors.
3876 2004-08-21  John Paul Wallington  <jpw@gnu.org>
3878         * subr.el (process-kill-without-query): Made obsolete in
3879         version 21.4, not 21.5.
3881         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
3882         (vc-previous-comment, vc-next-comment)
3883         (vc-comment-search-reverse, vc-comment-search-forward)
3884         (vc-comment-to-change-log): Likewise.
3886         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
3888 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
3890         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3891         Correct indentation of DEFMETHODS with non-standard method
3892         combinations (e.g., PROGN, MIN, MAX).
3894 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3896         * startup.el (normal-top-level-add-subdirs-to-load-path):
3897         Avoid unnecessarily checking system-type.
3898         (normal-top-level): Set TERM to "dumb".  Simplify.
3900         * avoid.el (mouse-avoidance-ignore-p): New fun.
3901         Also ignore switch-frame, select-window, double, and triple clicks.
3902         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
3903         (mouse-avoidance-fancy-hook): Use it.
3905 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
3907         * avoid.el (mouse-avoidance-nudge-mouse)
3908         (mouse-avoidance-banish-destination): Stay within the current window
3909         to avoid problems with mouse-autoselect-window.
3911 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3913         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
3914         the newer format of some messages in cvs-1.12.1.
3916 2004-08-19  Masatake YAMATO  <jet@gyve.org>
3918         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
3919         (elp-results-jump-to-definition-by-mouse)
3920         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
3921         (elp-output-result): Use elp-output-insert-symname.
3923 2004-08-18  Kenichi Handa  <handa@m17n.org>
3925         * language/cyrillic.el: Register koi8-r in
3926         ctext-non-standard-encodings-alist.
3927         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
3929 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
3931         * emacs-lisp/copyright.el (copyright-update-year): Delete code
3932         that replaces 20xy with xy.
3934 2004-08-17  John Paul Wallington  <jpw@gnu.org>
3936         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
3937         (reb-force-update): Doc fix.
3939 2004-08-16  Richard M. Stallman  <rms@gnu.org>
3941         * progmodes/which-func.el (which-func-update-1): Doc fix.
3943         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
3944         (sh-mode-abbrev-table): New variable.
3946         * progmodes/compile.el (compilation-mode): Doc fix.
3948         * emacs-lisp/lisp-mode.el (eval-last-sexp):
3949         Don't cons a new symbol each time.
3950         (eval-last-sexp-fake-value): New variable.
3952         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
3953         (copyright-update-year): Detect continuation of list of years.
3955         * term.el (term-default-fg-color, term-default-bg-color)
3956         (ansi-term-color-vector): Use `unspecified', not nil, as default.
3958         * imenu.el: Several doc fixes: don't say variables are buffer-local.
3960 2004-08-16  Davis Herring <herring@lanl.gov>
3962         * isearch.el (isearch-string, isearch-message-string, isearch-point)
3963         (isearch-success, isearch-forward-flag, isearch-other-end)
3964         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3965         (isearch-barrier, isearch-within-brackets)
3966         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
3968 2004-08-16  Kenichi Handa  <handa@m17n.org>
3970         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
3972 2004-08-15  Kenichi Handa  <handa@m17n.org>
3974         * term/x-win.el (x-selection-value): If utf8 was successful but
3975         ctext was not, use utf8 string.
3977 2004-08-14  Davis Herring  <herring@lanl.gov>
3979         * isearch.el: Remove accidental changes of March 4.  Fix backing
3980         up when a regexp isearch is made more general.  Use symbolic
3981         accessor functions for isearch stack frames to make usage clearer.
3982         (search-whitespace-regexp): Made groups in documentation shy (as
3983         is the group in the default value).
3984         (isearch-fallback): New function, addresses problems with regexps
3985         liberalized by `\|', adds support for liberalization by `\}' (the
3986         general repetition construct), and incorporates behavior for
3987         `*'/`?'.
3988         (isearch-}-char): New command, calls `isearch-fallback' with
3989         arguments appropriate to a typed `}'.
3990         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
3991         appropriately.
3992         (isearch-mode-map): Bind `}' to `isearch-}-char'.
3993         (isearch-string, isearch-message,string, isearch-point)
3994         (isearch-success, isearch-forward-flag, isearch-other-end)
3995         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3996         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
3997         New inline functions to read fields of a stack frame.
3999 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
4001         * battery.el (battery-linux-proc-acpi): Look into battery
4002         directories matching the literal string "CMB", too (required for
4003         Linux kernel version 2.6.7).
4005 2004-08-14  John Paul Wallington  <jpw@gnu.org>
4007         * cus-start.el (read-file-name-completion-ignore-case): Add.
4008         (blink-cursor-alist): Change version to "21.4".
4010         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
4012 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
4014         * speedbar.el (speedbar-scan-subdirs): New option.
4015         (speedbar-file-lists): Don't ignore file-name case on Unix and use
4016         dolist.
4017         (speedbar-insert-files-at-point): Take an extra argument and use
4018         it to optionally find out if a subdir is empty.  Also unreadable
4019         files don't get expand buttons.
4020         (speedbar-directory): New image (unused pixmap already existed).
4021         (speedbar-expand-image-button-alist): Use it.
4023 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
4025         CC Mode update to 5.30.9:
4027         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
4028         Move from cc-vars to cc-defs for dependency reasons.  Fix the
4029         POSIX char class test to check that it works in
4030         `skip-chars-(forward|backward)' too.
4032         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
4033         first argument starts with a special brace list.
4035         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
4036         when `c-opt-type-concat-key' is used (i.e. in Pike).
4038         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
4039         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
4040         >)".
4042         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
4043         whitespace safe.
4045         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
4046         position for `arglist-intro', `arglist-cont-nonempty' and
4047         `arglist-close' when there are two arglist open parens on the same
4048         line and there's nothing in front of the first.
4050         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
4051         locking of qualified names in Java, which previously could fontify
4052         common indexing expressions in many cases.  The standard Java
4053         naming conventions are used to tell them apart.
4055         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
4056         Fix inconsistency wrt opening parens on the first line inside a paren
4057         block.
4059         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
4060         compile time for the sake of `c-major-mode-is'.
4062         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
4063         `c-major-mode-is' in the event that this is used inside a
4064         `c-lang-defconst'.
4066         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
4067         `c-lang-defconst' so that it works better with fallback languages.
4069         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
4070         it to fail to record the base mode.
4072         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4073         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
4074         is used.  Reorder the syntax checks to get more efficient
4075         skipping in some situations.
4077         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
4078         continuation which might precede the newly inserted '{'.
4080         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4081         Fix cases where it could loop indefinitely.
4083         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
4084         size specs correctly.  Only fontify identifiers in front of '('
4085         with as functions - don't accept any paren char.  Tighten up
4086         initializer skipping to stop before function and class blocks.
4088         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
4089         the point could be left directly after an open paren when finding
4090         the beginning of the first decl in the block.
4092         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
4093         table when filtering out legitimate open parens to be recorded.
4094         This could cause cache inconsistencies when e.g.
4095         `c++-template-syntax-table' was temporarily in use.
4097         * progmodes/cc-engine.el (c-on-identifier)
4098         (c-simple-skip-symbol-backward): Small fix for handling "-"
4099         correctly in `skip-chars-backward'.  Affected the operator lfun
4100         syntax in Pike.
4102         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
4103         Fix bug that could cause an error from `after-change-functions' when
4104         the changed region is at bob.
4106 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
4108         CC Mode update to 5.30.9:
4110         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
4111         to say that <TAB> doesn't insert WS into a CPP line.
4112         (c-indent-command, c-tab-always-indent): Amend doc strings.
4114         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
4115         checks for user errors, thus eliminating cryptic and unhelpful
4116         Emacs error messages.  (1) Check the arg to `c-set-style' is a
4117         string.  (2) Check that settings to `c-offsets-alist' are not
4118         spuriously quoted.
4120         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
4121         which precedes the newly inserted `{'.
4123 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
4125         Sync with Tramp 2.0.44.
4127         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
4128         function "tramp_file_attributes".  Otherwise, file names
4129         containing spaces are misinterpreted.  Reported by Magnus Henoch
4130         <mange@freemail.hu>.
4131         (tramp-handle-file-truename): FILENAME must be expanded first.
4132         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
4133         obscure results.  Reported by D. Goel <deego@gnufans.org>.
4134         (tramp-handle-verify-visited-file-modtime): If file does not
4135         exist, say it is not modified if and only if that agrees with the
4136         buffer's record.  Check whether a file is visiting the buffer, or
4137         the buffer has no recorded last modification time.  Return t in
4138         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
4139         <teirllm@auburn.edu>.
4140         (tramp-handle-write-region): Pass modtime explicitely to
4141         `set-visited-file-modtime', because filename can be different
4142         from (buffer-file-name) if `file-precious-flag' is set.
4143         `set-visited-file-modtime' must be called always when `visit' is t
4144         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
4145         (tramp-handle-set-visited-file-modtime): If `time-list' is not
4146         nil, don't apply the whole body.  If the file doesn't exists, set
4147         modtime to '(-1 65535).  Suggested by Luc Teirlinck
4148         <teirllm@auburn.edu>.
4150 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
4152         * help.el (describe-bindings): Doc fix.
4154         * subr.el (kbd): Doc fix.
4156 2004-08-08  John Paul Wallington  <jpw@gnu.org>
4158         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
4159         instead of `string-to-int'.
4160         (define-ibuffer-column mode): Fix indentation.
4162 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
4164         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
4166 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
4168         * subr.el (global-unset-key, local-unset-key): Doc fixes.
4170         * novice.el (disabled-command-function): New variable renamed from
4171         `disabled-command-hook'.
4172         (disabled-command-hook): Keep the _variable_ as alias for
4173         `disabled-command-function' and make obsolete.
4174         (disabled-command-function): Function renamed from
4175         `disabled-command-hook'.  Adapt code to name change of the variable.
4177 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
4179         * simple.el (completion-root-regexp): New defvar.
4180         (completion-setup-function): Use it instead of a literal string.
4182 2004-08-07  John Paul Wallington  <jpw@gnu.org>
4184         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
4185         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
4186         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
4187         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
4189 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
4191         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
4192         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
4194 2004-08-04  Kenichi Handa  <handa@m17n.org>
4196         * international/encoded-kb.el (encoded-kbd-setup-keymap):
4197         Fix previous change.
4199 2004-08-03  Kenichi Handa  <handa@m17n.org>
4201         * international/encoded-kb.el: The following changes are to
4202         utilize key-translation-map instead of minor mode map.
4203         (encoded-kbd-iso2022-non-ascii-map): Delete it.
4204         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
4205         (encoded-kbd-last-key): New function.
4206         (encoded-kbd-iso2022-single-shift): New function.
4207         (encoded-kbd-iso2022-designation)
4208         (encoded-kbd-self-insert-iso2022-7bit)
4209         (encoded-kbd-self-insert-iso2022-8bit)
4210         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
4211         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
4212         key-translation-map.
4213         (encoded-kbd-setup-keymap): Setup key-translation-map.
4214         (saved-key-translation-map): New variable.
4215         (encoded-kbd-mode): Save/restore key-translation-map.
4216         Adjust for the change of encoded-kbd-setup-keymap.
4218 2004-08-02  Kim F. Storm  <storm@cua.dk>
4220         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
4221         and call compute-motion with nil for topos and width to get proper
4222         usable width and height for both window and non-window systems.
4224         * windmove.el (windmove-coordinates-of-position): Let compute-motion
4225         calculate usable window width and height.
4227         * window.el (window-buffer-height): Call compute-motion with nil width.
4229 2004-08-01  David Kastrup  <dak@gnu.org>
4231         * replace.el (query-replace-read-from):
4232         Use `query-replace-compile-replacement'.
4233         (query-replace-compile-replacement): New function.
4234         (query-replace-read-to): Use `query-replace-compile-replacement'
4235         for repeating the last command.
4237 2004-08-01  John Paul Wallington  <jpw@gnu.org>
4239         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
4240         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
4241         (pr-switches): Remove period from end of error messages.
4243         * help-mode.el (help-go-back): Likewise.
4245         * abbrev.el (only-global-abbrevs): Doc fix.
4246         (edit-abbrevs-map): Define within defvar.
4247         (quietly-read-abbrev-file): Doc fix.
4249 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
4251         * novice.el (enable-command, disable-command): Doc fixes.
4253         * subr.el (event-modifiers, event-basic-type): Doc fixes.
4255 2004-07-30  Richard M. Stallman  <rms@gnu.org>
4257         * subr.el (with-local-quit): Doc fix.
4259 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
4261         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
4263 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
4265         * custom.el (defcustom): Doc fix.
4267 2004-07-28  Masatake YAMATO  <jet@gyve.org>
4269         * progmodes/etags.el (etags-tags-apropos): Show building progress.
4271 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4273         * imenu.el (imenu-prev-index-position-function)
4274         (imenu-extract-index-name-function, imenu-name-lookup-function)
4275         (imenu--index-alist): Docstring redundancy fix.
4277 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
4279         * wdired.el (wdired-finish-edit): Require dired-aux before locally
4280         binding dired-backup-overwrite.
4282 2004-07-25  John Paul Wallington  <jpw@gnu.org>
4284         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
4286 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
4288         * term/tty-colors.el (tty-color-approximate): Doc fix.
4290         * select.el (x-get-selection, x-set-selection): Doc fixes.
4292         * frame.el (make-frame): Doc fix.
4294 2004-07-24  Richard M. Stallman  <rms@gnu.org>
4296         * mail/rmail.el (rmail-mime-charset-pattern):
4297         Don't include semicolon in the charset value.
4299         * replace.el (occur-next-error): Call set-window-point.
4300         (occur-engine): Handle negative NLINES.
4302 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
4304         * frame.el (modify-all-frames-parameters): Minor doc fix.
4305         (set-frame-configuration): Doc fix.
4307 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4309         * simple.el (completion-setup-function): Compute the common parts
4310         and the first difference place correctly when
4311         partial-completion-mode is on.
4313 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4315         * ps-print.el: Doc fix.
4316         (ps-print-version): New version 6.6.5.
4317         (ps-printing-region): Doc fix.
4318         (ps-generate-string-list): Comment fix.
4319         (ps-message-log-max): Code fix.
4321 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
4323         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
4324         generated PostScript.
4326 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
4328         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
4329         with Gnus v5_10 branch.)
4331 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
4333         * calendar/time-date.el (time-to-number-of-days): New function.
4334         Imported from from Gnus.
4336 2004-07-22  Kim F. Storm  <storm@cua.dk>
4338         * progmodes/make-mode.el: Fix comments.
4340 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4342         * printing.el: Doc fix.
4344 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
4346         * frame.el (modify-all-frames-parameters): Minor doc fix.
4348 2004-07-20  Richard M. Stallman  <rms@gnu.org>
4350         * textmodes/fill.el (fill-nobreak-p): If this break point is
4351         at the end of the line, don't consider the newline which follows
4352         as a reason to return t.
4354 2004-07-19  John Paul Wallington  <jpw@gnu.org>
4356         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
4358 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
4360         * dired-aux.el (dired-do-kill-lines): Expand docstring.
4361         Delete irrelevant code.
4363 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
4365         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4366         New docstring.  From Luc Teirlinck.
4368 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
4370         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
4371         section.
4372         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
4373         non-file buffers.  We know it is nil.
4375 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
4377         Sync with Tramp 2.0.43.
4379         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4380         Remove outdated comment.
4381         (tramp-locked, tramp-locker): New variables for implementing a
4382         global lock.
4383         (tramp-sh-file-name-handler): Use them to implement the global lock.
4385 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
4387         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
4388         calls to respective `xxx` calls.
4389         (tramp-process-alive-regexp): Precise doc string.
4390         (tramp-multi-action-process-alive): New defun.
4391         (tramp-multi-actions): Use it.
4392         (tramp-handle-find-backup-file-name): `copy-tree' is available
4393         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
4394         in order to avoid this function.
4395         (tramp-handle-write-region): Set current buffer.  If connection
4396         wasn't open, `file-modes' has changed it accidently.  Reported by
4397         David Kastrup <dak@gnu.org>.
4398         (tramp-enter-password, tramp-read-passwd): New arguments USER and
4399         HOST.
4400         (tramp-action-password, tramp-multi-action-password): Apply it.
4401         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
4402         name must still contain the port number.  Otherwise, we have two
4403         Tramp buffers, with all the confusion.  Reported by Myron Selby
4404         <myron@xytech.com> and Rolf Dubitzky
4405         <Dubitzky@physi.uni-heidelberg.de>.
4407         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
4408         HOST to `tramp-enter-passwd'.
4410         * net/tramp-vc.el (all): Code cleanup.  Change all
4411         `tramp-handle-xxx' calls to respective `xxx` calls.
4413 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
4415         * emacs-lisp/testcover.el: New category "potentially-1valued" for
4416         functions that are not erroneous if either 1-valued or
4417         multi-valued.  Detect functions in this class.
4418         (testcover-1value-functions, testcover-compose-functions)
4419         (testcover-progn-functions) Add some additional functions to lists.
4420         (testcover-mark): Bugfix when marking up the definition for an
4421         empty function.
4423 2004-07-17  Richard M. Stallman  <rms@gnu.org>
4425         * replace.el (occur-read-primary-args): Pass default to
4426         read-from-minibuffer.
4428         * mail/footnote.el (footnote-section-tag): Use defcustom.
4430         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
4431         Compile font-lock-keywords, not KEYWORDS.
4432         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
4433         Add warn, check-type.  Handle cerror like error.
4435 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
4437         * progmodes/which-func.el (which-func-keymap): New var.
4438         (which-func-face): New face.
4439         (which-func-format): Use them.
4441 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
4443         * buff-menu.el (list-buffers-noselect): Append the buffer's
4444         process status to its mode name.
4446 2004-07-16  Kim F. Storm  <storm@cua.dk>
4448         * simple.el (inhibit-mark-movement): New defvar.
4449         (beginning-of-buffer, end-of-buffer): Do not push mark if
4450         inhibit-mark-movement is non-nil or C-u prefix is given.
4452         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
4453         Init to beginning-of-buffer and end-of-buffer.
4454         (cua--undo-push-mark): New defvar.
4455         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
4456         already active and command is in cua--preserve-mark-commands.
4457         Also fix check for shift modifier on non-window systems.
4458         (cua--post-command-handler): Clear inhibit-mark-movement if set.
4460 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
4462         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
4463         of two integers, instead of a cons.
4465         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4466         `visited-file-modtime' now returns a list of two integers, instead
4467         of a cons.
4469         * dired.el (dired-directory-changed-p): Ditto.
4471         * progmodes/grep.el (grep): Doc fix.
4473 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
4475         * autorevert.el (auto-revert-tail-mode)
4476         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
4477         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
4478         in both at the same time.
4479         (auto-revert-tail-mode): New command.
4480         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
4481         (auto-revert-handler): Revert only either tail or whole file.
4483         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
4484         add auto-revert-tail-mode.
4486 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4488         * printing.el: Doc fix.  Change name of some funs.
4489         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
4490         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
4491         (pr-standard-file-name): New fun.  Replace pr-standard-path.
4492         (pr-call-process): Code fix.
4494 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
4496         * subr.el (with-selected-window): Doc fix.
4498 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
4500         * subr.el (get-buffer-window-list): Doc fix.
4502 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
4504         * files.el (switch-to-buffer-other-window): Doc fix.
4506         * window.el (save-selected-window, one-window-p)
4507         (split-window-keep-point, split-window-vertically)
4508         (split-window-horizontally): Doc fixes.
4510 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4512         * printing.el: Doc fix.  Now it uses call-process instead of
4513         shell-command for low command execution.
4514         (pr-version): New version number (6.8).
4515         (pr-shell-file-name): Option removed.
4516         (pr-shell-command): Fun removed.
4517         (pr-call-process): New fun.  Replace pr-shell-command.
4518         (pr-standard-path, pr-remove-nil-from-list): New funs.
4519         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
4520         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
4521         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
4522         (pr-ps-utility-process, pr-txt-print): Code fix.
4524 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
4526         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
4527         boolean.
4529 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
4531         * wid-edit.el (widget-field-buffer): Doc fix.
4533 2004-07-09  John Paul Wallington  <jpw@gnu.org>
4535         * emacs-lisp/re-builder.el (reb-update-overlays):
4536         Distinguish between one and several matches in message.
4538 2004-07-09  Richard M. Stallman  <rms@gnu.org>
4540         * mouse.el (mouse-set-region-1): If transient-mark-mode
4541         is `identity', change it to `only'.
4543         * simple.el (current-word): Doc fix.
4545 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
4547         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
4548         so that it is more understanding of whitespace.
4550         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
4551         form
4552         (("ns" . "element") (attr-list) children) instead of
4553         ((:ns . "element") (attr-list) children) in order to reduce the
4554         number of symbols used.
4555         (xml-skip-dtd): Change to use xml-parse-dtd but set
4556         xml-validating-parsing to nil.
4557         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
4558         (xml-substitute-entity): Remove in favor of new entity substitution.
4559         (xml-substitute-special): Rewrite in to substitute complex
4560         entities from DOCTYPE declarations.
4561         (xml-parse-fragment): Parse fragments from entity deleclarations.
4562         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
4563         (xml-parse-dtd, xml-substitute-special): Make validity checks
4564         conditioned on xml-validating-parser.  Add "Not Well Formed" to
4565         error messages about well-formedness.
4567 2004-07-08  Steven Tamm  <steventamm@mac.com>
4569         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
4570         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
4571         Do not treat double clicks and triple clicks specially in the
4572         scroll bar (preventing strange repositioning problems)
4574 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4576         * replace.el (query-replace-regexp-eval): Fix last change.
4578 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4580         * replace.el (query-replace-descr): New fun.
4581         (query-replace-read-from, query-replace-read-args): Default to the
4582         previous from&to.
4583         (query-replace-read-to): Quote the `from' string when displaying it.
4584         (query-replace-regexp-eval): Immediately check read-only status.
4585         Use query-replace-read-from to get the \n checking.
4586         Quote the `from' string when displaying it.
4587         (map-query-replace-regexp, occur-read-primary-args):
4588         Quote the `from' string when displaying it.
4590         * isearch.el (isearch-query-replace): Pass the regexp-ness and
4591         delimited-ness of the search to query-replace.
4593         * replace.el (query-replace-read-from, query-replace-read-to):
4594         New funs extracted from query-replace-read-args.
4595         (query-replace-read-args): Use them.
4597         * replace.el (query-replace-interactive, query-replace-read-args):
4598         Remove the `initial' special value.
4599         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
4600         (occur-engine): Remove unused var `matchend'.
4602         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4603         Use the search string without prompting.
4605 2004-07-05  Kenichi Handa  <handa@m17n.org>
4607         * international/mule.el (decode-coding-inserted-region):
4608         Set last-coding-system-used only when coding is nil.
4610 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
4612         * progmodes/grep.el (grep-compute-defaults, grep-command)
4613         (grep-program, find-program, grep-find-use-xargs, grep-history)
4614         (grep-find-history, grep-tag-default, grep-find-command)
4615         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
4616         Add autoload cookies, for unbundled packages that load `compile'
4617         and expect all grep-related symbols to become defined.
4619 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
4621         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
4622         (iimage-mode-image-search-path): New user option to search the
4623         image file.
4624         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
4625         have locate-file.
4626         (iimage-mode-buffer): Use it.
4628 2004-07-03  Nick Roberts  <nickrob@gnu.org>
4630         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
4631         carefully.
4632         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
4634 2004-07-03  Juri Linkov  <juri@jurta.org>
4636         * replace.el (query-replace-read-args): Swallow space after 'foo,
4637         not after (quote foo).  Match space only immediately after symbol,
4638         not anywhere in the whole string.
4640 2004-07-02  Richard M. Stallman  <rms@gnu.org>
4642         * replace.el (query-replace-read-args): Swallow space after
4643         symbols, not after closeparens.  But avoid error if string ends there.
4645         * progmodes/python.el (python-beginning-of-statement):
4646         Exit the loop if backward-up-list gets error.
4648         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
4650 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
4652         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
4653         only if vc-consult-headers is non-nil.
4655 2004-07-02  Juri Linkov  <juri@jurta.org>
4657         * pcvs.el (cvs-mode-diff-repository): New command.
4659         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
4661 2004-07-01  Juri Linkov  <juri@jurta.org>
4663         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
4664         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
4665         C-M-% to isearch-query-replace-regexp.
4666         (minibuffer-local-isearch-map): Add arrow key bindings.
4667         Bind C-f to isearch-yank-char-in-minibuffer.
4668         (isearch-forward): Doc fix.
4669         (isearch-edit-string): Doc fix.
4670         (isearch-query-replace, isearch-query-replace-regexp): New funs.
4671         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
4672         (isearch-yank-char): Add optional arg.
4673         (isearch-yank-char-in-minibuffer): New fun.
4675         * replace.el (query-replace-interactive): Change type from boolean
4676         to choice.  Add value `initial'.
4677         (query-replace-read-args): Handle value `initial' of
4678         query-replace-interactive.
4680 2004-06-29  Kim F. Storm  <storm@cua.dk>
4682         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
4683         (breakpoint-disabled-bitmap-face): Add :group 'gud.
4685         * progmodes/ada-xref.el (ada-tight-gvd-integration):
4686         Add :group 'ada.
4688         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
4690 2004-06-29  Juri Linkov  <juri@jurta.org>
4692         * replace.el (query-replace-read-args): Swallow a space after
4693         everything except )]" which in most cases means after a symbol.
4695         * emacs-lisp/pp.el (pp-buffer): Add autoload.
4697 2004-06-28  Richard M. Stallman  <rms@gnu.org>
4699         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
4700         More changes to go with previous change in font-lock.el.
4702 2004-06-26  David Kastrup  <dak@gnu.org>
4704         * replace.el (perform-replace): Highlight the match even in
4705         non-query mode if there is potential replace string editing.
4707 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
4709         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
4710         agree with new return value of `file-remote-p'.
4711         This syncs with Tramp 2.0.42.
4713         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
4714         according to new documentation of `file-remote-p'.
4716         * files.el (file-remote-p): Fix doc to say that return value is
4717         identification of remote system, if not nil.
4718         (file-relative-name): Use new return value of `file-remote-p'.
4720 2004-06-26  Nick Roberts  <nickrob@gnu.org>
4722         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
4723         (gdb-goto-breakpoint): Fix breakage.
4725 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
4727         * man.el (Man-getpage-in-background): Add windows-nt to the list
4728         of systems where shell-file-name should be used instead of
4729         literal "sh".
4731 2004-06-25  Sam Steingold  <sds@gnu.org>
4733         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
4734         function names `(setf symbol)'.
4736 2004-06-24  Richard M. Stallman  <rms@gnu.org>
4738         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
4740         * font-lock.el (font-lock-keywords): Change format of compiled values.
4741         Document it.
4742         (font-lock-add-keywords): If font-lock-keywords is compiled,
4743         extract the uncompiled version, modify, then recompile.
4744         (font-lock-remove-keywords): Likewise.
4745         (font-lock-fontify-keywords-region): Handle changed format.
4746         (font-lock-compile-keywords): Handle changed format.
4747         (font-lock-set-defaults): Compile the keywords explicitly here.
4749 2004-06-24  David Kastrup  <dak@gnu.org>
4751         * replace.el (query-replace-read-args): Implement `\,' and `\#'
4752         replacements here.
4753         (query-replace-regexp): Doc string explaining this and the new
4754         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
4755         is better placed in `query-replace-read-args'.
4756         (replace-regexp): Explain `\,', `\#' and `\?'.
4757         (replace-match-data): New function for thorough reuse/destruction
4758         of old match-data.
4759         (replace-match-maybe-edit): Function for implementing `\?' editing.
4760         (perform-replace): Fix maintaining of the match stack including
4761         already matched regions, implement `\?', fix various problems
4762         with regions while editing and other stuff.
4763         (replace-highlight): Simplify.
4765 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
4767         * progmodes/grep.el (grep-error-screen-columns): New variable.
4768         (grep-regexp-alist): Give it the full functionality of gnu style
4769         compilation messages with line and column ranges.  Ask me for the
4770         perl script I'm working on, that uses these.
4772 2004-06-23  Nick Roberts  <nickrob@gnu.org>
4774         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
4775         Remove.
4776         (comint-insert-input, comint-mouse-insert-input): New functions
4777         based on comint-insert-clicked-input for two bindings but just
4778         one functionality.
4780 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
4782         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
4784 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
4786         * files.el (write-contents-functions): Doc fix.
4788 2004-06-21  Juanma Barranquero  <lektu@terra.es>
4790         * image.el (image-library-alist): Rewrite docstring in active voice.
4792 2004-06-20  Richard M. Stallman  <rms@gnu.org>
4794         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
4796         * isearch.el (isearch-repeat): Avoid testing old match data.
4797         (isearch-message): Display trailing space in special font
4798         when search is failing.
4799         (isearch-search-fun-function): Doc fix.
4801         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
4803 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
4805         * frame.el (show-trailing-whitespace): Doc fix.
4807         * cus-edit.el (custom-variable-documentation): New function.
4808         (custom-variable): Use it.
4810 2004-06-19  Nick Roberts  <nickrob@gnu.org>
4812         * man.el (Man-getpage-in-background): Revert previous change but
4813         make cygwin a special case.
4815 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
4817         * autorevert.el (global-auto-revert-non-file-buffers):
4818         Update docstring.
4820 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
4822         * progmodes/compile.el (compilation-error-properties): Store one
4823         more than end-col, if present, so that transient-mark-mode will
4824         highlight last char too.
4825         * progmodes/grep.el (grep-regexp-alist): Match columns and column
4826         ranges, if present.
4828 2004-06-18  Jason Rumney  <jasonr@gnu.org>
4830         * makefile.w32-in: Double percent signs in for loops.
4832 2004-06-17  David Kastrup  <dak@gnu.org>
4834         * replace.el (query-replace-read-args): Only warn about use of \n
4835         and \t when we are doing a regexp replacement and the actual
4836         escaped character is n or t.
4837         (query-replace-regexp): Add \, and \# interpretation to
4838         interactive call and document it.
4839         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
4840         as shortkey for replace-count.
4841         (replace-quote): New function for doubling backslashes.
4843 2004-06-17  Juanma Barranquero  <lektu@terra.es>
4845         * files.el (parse-colon-path, cd): Mention in docstring that the
4846         path separator is colon in GNU-like systems.
4848         * newcomment.el (comment-region-internal): Fix docstring.
4850         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
4851         (ewoc-invalidate, ewoc-collect): Doc fixes.
4852         (ewoc--create-node, ewoc--delete-node-internal):
4853         Fix typos in docstring.
4855 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
4857         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
4858         manual to docstring.
4860 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4862         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
4864 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
4866         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4867         Add hyperlink to emacs-xtra manual to docstring.
4869         * autorevert.el (global-auto-revert-non-file-buffers):
4870         Add hyperlink to emacs-xtra manual to docstring, as well as an
4871         info-link.
4873 2004-06-14  Juanma Barranquero  <lektu@terra.es>
4875         * image.el (image-library-alist): New variable to map image types
4876         to external libraries.  Initialized to nil, unless system-specific
4877         configs change it.
4878         (image-type-available-p): Determine whether an image type is
4879         available by calling `init-image-library'.
4881         * term/w32-win.el (image-library-alist): Initialize to a known set
4882         of probable library names.
4884 2004-06-14  Kenichi Handa  <handa@m17n.org>
4886         * international/code-pages.el (windows-1256, cp1125): Fix tables
4887         for several characters.
4889         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
4891 2004-06-13  Richard M. Stallman  <rms@gnu.org>
4893         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
4895         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
4896         not "`pc-selection-mode'".
4898         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
4900         * simple.el (previous-matching-history-element): Specify a default.
4902         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
4904         * cus-face.el (custom-declare-face): Simplify code.
4906         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
4908 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
4910         * files.el (before-save-hook): Add `time-stamp' to the options.
4912         * time-stamp.el (time-stamp): Recommend adding it to
4913         `before-save-hook', rather than `write-file-functions'.
4914         Make a similar change in `Commentary' section.
4916 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
4918         * diff-mode.el (diff-current-defun): If at start of hunk, use
4919         position of first change.
4921 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
4923         * dired-x.el (dired-mark-omitted): Bind to "*O".
4925 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
4927         * bookmark.el (bookmark-bmenu-relocate): New function, as
4928         suggested by David J. Biesack <David.Biesack@sas.com>.
4929         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
4930         (bookmark-bmenu-mode): Describe binding in doc string.
4931         (bookmark-set-filename): Save the bookmark list if it's time.
4933 2004-06-13  Kenichi Handa  <handa@m17n.org>
4935         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
4936         (ccl-untranslated-to-ucs): Fix typo.
4938 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
4940         * progmodes/python.el (python-open-block-statement-p):
4941         Fix indentation after a block opening that contains a comment.
4943 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
4945         * bindings.el (completion-ignored-extensions): Add file extensions
4946         of Python byte-compiled files.
4948 2004-06-12  Juri Linkov  <juri@jurta.org>
4950         * info.el (Info-goto-node): Add autoload.
4951         (Info-toc): Add substring-no-properties on Info file name.
4952         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
4953         (Info-mode-map): Bind L to Info-history, T to Info-toc.
4955 2004-06-12  Kenichi Handa  <handa@m17n.org>
4957         * international/mule-cmds.el (set-language-environment):
4958         Load subst tables if necessary.
4960         * international/mule.el (decode-char): Load subst tables if necessary.
4961         (encode-char): Likewise.
4963         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
4964         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
4965         (utf-16le-decode-loop): Set r5 to -1 before loop.
4966         (utf-16be-decode-loop): Likewise.
4967         (ccl-decode-mule-utf-16le): Add EOF processing block.
4968         (ccl-decode-mule-utf-16be): Likewise.
4969         (ccl-decode-mule-utf-16le-with-signature): Likewise.
4970         (ccl-decode-mule-utf-16be-with-signature): Likewise.
4971         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
4972         (ccl-mule-utf-16-encode-untrans): New CCL.
4973         (utf-16-decode-to-ucs): Handle pre-read character.
4974         (utf-16le-encode-loop): Handle surrogate pair.
4975         (utf-16be-encode-loop): Likewise.
4976         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
4977         of utf-16le-encode-loop.
4978         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
4979         of utf-16be-encode-loop.
4980         (mule-utf-16-post-read-conversion):
4981         Call utf-8-post-read-conversion at first.
4982         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
4983         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
4984         Add post-read-conversion and pre-write-conversion.
4986         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
4987         (utf-translate-cjk-unicode-range): New variable.
4988         (utf-translate-cjk-load-tables): New function.
4989         (utf-lookup-subst-table-for-decode): New function.
4990         (utf-lookup-subst-table-for-encode): New function.
4991         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
4992         tables here.  Update safe-charsets of utf-* coding systems.
4993         (ccl-mule-utf-untrans): New CCL.
4994         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
4995         at end of each branch.
4996         (ccl-mule-utf-8-encode-untrans): New CCL.
4997         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
4998         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
4999         length of encoding.  Don't return r0.
5000         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
5001         (utf-8-post-read-conversion): Narrow to region properly.
5002         If utf-translate-cjk-mode is on, load tables if necessary.
5003         Call utf-8-compose with hash-table arg if necessary.
5004         Call XXX-compose-region instead of XXX-post-read-convesion.
5005         (utf-8-pre-write-conversion): New function.
5006         (mule-utf-8): Include CJK charsets in safe-charsets if
5007         utf-translate-cjk-mode is on.  Add pre-write-conversion.
5009         * international/characters.el: Temporarily set
5010         utf-translate-cjk-mode to nil.
5012         * language/devan-util.el (devanagari-compose-region):
5013         Add autoload cookie.
5015         * international/ccl.el (ccl-dump-call): Fix printing the
5016         subroutine name.
5018 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
5020         * dired.el (dired-revert): If buffer is marked unmodified before
5021         reverting, keep it marked unmodified.
5022         Adapt to new conventions for commenting out code.
5023         (dired-make-relative): Adapt to new conventions for commenting out code.
5025 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
5027         * eshell/esh-module.el (eshell-load-defgroups):
5028         Bind `vc-handled-backends' to nil when opening files.
5030 2004-06-11  Juanma Barranquero  <lektu@terra.es>
5032         * files.el (parse-colon-path, cd): Doc fixes (refer to
5033         `path-separator', not colon).
5035 2004-06-10  Juanma Barranquero  <lektu@terra.es>
5037         * newcomment.el (comment-search-forward)
5038         (comment-search-backward): Fix typos in docstring.
5039         (comment-region): Doc fix.
5041 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5043         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
5044         switch is no longer stored in `dired-switches-alist'.
5046         * dired-aux.el (dired-insert-subdir): Do not store R switch in
5047         `dired-switches-alist'.
5049 2004-06-10  Kim F. Storm  <storm@cua.dk>
5051         * pcvs.el (cvs-mode-diff-yesterday): New command.
5053         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
5055 2004-06-10  Juri Linkov  <juri@jurta.org>
5057         * emacs-lisp/edebug.el (edebug-eval-defun):
5058         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
5059         Fix docstring.
5061         * simple.el (eval-expression-print-format): Don't print additional
5062         information on the first call to `eval-print-last-sexp'.
5063         (next-error-find-buffer): Fix punctuation.
5064         (killing) <defgroup>: Fix punctuation.
5065         (yank-excluded-properties): Change group from editing to killing.
5067         * replace.el (perform-replace): Use `limit' to terminate the
5068         while-loop explicitly.
5070 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5072         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
5073         Use lc-*.xpm as prefix instead of *-locol.xpm.
5075         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
5076         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
5077         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
5078         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
5079         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
5080         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
5081         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
5082         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
5083         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
5084         * toolbar/lc-up_arrow.xpm:
5085         Rename from *-locol.xpm.
5087 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
5089         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
5090         include forms like &<str>; as valid url patterns.
5092 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
5094         * dired.el (dired-diff, dired-backup-diff)
5095         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
5096         (dired-do-chown, dired-do-touch, dired-do-print)
5097         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
5098         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
5099         (dired-create-directory, dired-do-copy, dired-do-symlink)
5100         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
5101         (dired-do-copy-regexp, dired-do-hardlink-regexp)
5102         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
5103         (dired-maybe-insert-subdir, dired-next-subdir)
5104         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
5105         (dired-kill-subdir, dired-tree-up, dired-tree-down)
5106         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
5107         (dired-run-shell-command, dired-query): Remove redundant,
5108         or incorrect, autoloads.
5110         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
5111         does not end in a slash.  Add optional argument KILL-ROOT.
5112         Update docstring.
5113         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
5114         (dired-query): Add autoloads.
5116 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
5118         * progmodes/compile.el (compilation-set-window-height):
5119         Rearrange the save-* functions because a buffer can have several current
5120         point in different windows.
5121         (compilation-error-regexp-alist-alist): Recognize {standard input}
5122         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
5124 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5126         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
5127         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
5128         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
5129         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
5130         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
5131         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
5132         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
5133         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
5134         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
5135         * toolbar/up_arrow-locol.xpm:
5136         New versions of icons that uses fewer colors.
5138         * toolbar/tool-bar.el (tool-bar-local-item)
5139         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
5140         if display-color-cells is 256 or less.
5142 2004-06-08  Kim F. Storm  <storm@cua.dk>
5144         * wid-edit.el (widget-specify-button): Use hand pointer rather
5145         than mouse-face as visible mouse-over effect.
5147 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
5149         * saveplace.el (save-place-alist-to-file): Bind `print-length'
5150         and `print-level' to nil when writing out `save-place-alist'.
5151         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
5153 2004-06-07  Juanma Barranquero  <lektu@terra.es>
5155         * completion.el (completion-kill-region): Doc fix.
5157         * format.el (format-insert-annotations)
5158         (format-annotate-location): Doc fixes.
5159         (format-subtract-regions): Make arguments match their use in docstring.
5161         * simple.el (kill-region): Doc fix.
5163         * subr.el (insert-buffer-substring-no-properties)
5164         (insert-buffer-substring-as-yank): Doc fixes.
5166 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
5168         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5169         Update docstring.
5170         (dired-reset-subdir-switches): New function.
5172         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
5173         Limit scope of `buffer-read-only' binding.
5175 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
5177         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
5178         eshell-explicit-command-char.
5180 2004-06-06  Juanma Barranquero  <lektu@terra.es>
5182         * help-fns.el (help-argument-name): Inherit from italic face only
5183         if the frame supports it.
5185 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5187         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
5188         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
5189         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
5190         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
5191         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
5192         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
5193         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
5194         New conversions from xpm files.
5196         * toolbar/README: New file.
5198 2004-06-06  Richard M. Stallman  <rms@gnu.org>
5200         * isearch.el (isearch-mode-map): Undo previous change.
5202 2004-06-05  Juri Linkov  <juri@jurta.org>
5204         * bindings.el (debug-ignored-errors): Add regexps for history
5205         related messages.  Remove $ from "No further undo information".
5206         Move Ediff's messages to ediff.el.
5208         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
5210         * cus-edit.el (custom-display): Add `min-colors'.
5212         * custom.el (defface): Add `supports' to docstring.
5214         * help-fns.el (help-argument-name): Add :group 'help.
5216 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
5218         * find-dired.el (find-ls-subdir-switches): New user option.
5219         (find-dired): No longer call `abbreviate-file-name' on DIR.
5220         Set `dired-subdir-switches' buffer-locally.
5222         * locate.el: Merge the two `Commentary' sections.
5223         (locate-ls-subdir-switches): New user option.
5224         (locate): Update for other changes.
5225         (locate-mode-map): Restore Dired binding for mouse-2.
5226         Bind `locate-mouse-view-file' to M-mouse-2.
5227         Bind `l' to `locate-do-redisplay'.
5228         (locate-main-listing-line-p, locate-do-redisplay): New functions.
5229         (locate-mouse-view-file, locate-tags, locate-find-directory):
5230         Print message if used outside main listing.
5231         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
5232         Various changes to support inserted subdirectories.
5233         (locate-insert-header): Change header of *Locate* buffer.
5235         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5236         Change interactive default switches.
5237         (dired-rename-subdir-2): Update `dired-switches-alist'.
5238         (dired-insert-subdir, dired-kill-subdir):
5239         Handle `dired-switches-alist'.  Do not mark buffer modified.
5240         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
5241         (dired-insert-subdir-doinsert): Omit messages.
5242         Handle `dired-subdir-switches'.
5243         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
5245         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
5246         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
5247         subdirs if -R switch is used for a subdir.
5248         (dired-mode): Set `dired-switches-alist'.
5249         (dired-build-subdir-alist): Only print number of directories in
5250         echo area when invoked interactively.
5252 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
5254         * dired-x.el (dired-omit-mode): Rename from
5255         dired-omit-files-p.  Use define-minor-mode to define it.
5256         (dired-omit-files-p): Add as alias for dired-omit-mode.
5257         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
5258         dired-mark-omitted.
5259         (dired-mark-omitted): Add.  Bind to M-O.
5261 2004-06-05  Kenichi Handa  <handa@m17n.org>
5263         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
5265 2004-06-05  Juanma Barranquero  <lektu@terra.es>
5267         * help-fns.el (help-argument-name): Reintroduce face.
5268         (help-default-arg-highlight): Use it, now that
5269         `face-differs-from-default-p' can be trusted.
5271 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5273         * textmodes/table.el: Sentence commands added to Point Motion
5274         group; kill and backward-kill commands added to Extraction group.
5276 2004-06-04  Mario Lang  <mlang@delysid.org>
5278         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
5279         systems appear to use mW, make the code handle this.  Fix a
5280         division-by-zero bug while at it, and handle kernels with
5281         a slightly different layout in /proc/acpi.
5283 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
5285         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
5286         because the latter is a CL-ism.  This fixes the bug reported by
5287         Shawn Boyette <mdxi@collapsar.net> in
5288         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5290 2004-06-04  Miles Bader  <miles@gnu.org>
5292         * faces.el (display-supports-face-attributes-p): Function moved to
5293         C code.  Previously only the tty-related portion of this function
5294         was done in C; however the previous attempt to do a halfway-proper
5295         job for non-tty displays in lisp didn't work properly because of
5296         funny conditions during Emacs startup.
5297         (face-differs-from-default-p): Simplify, now that
5298         display-supports-face-attributes-p works properly on all display
5299         types.  Remove :stipple from comparison; it doesn't really work
5300         in emacs anyway.
5302 2004-06-04  Miles Bader  <miles@gnu.org>
5304         * faces.el (face-differs-from-default-p): Use a different
5305         implementation, so we can really check whether FACE displays
5306         differently or not.
5308 2004-06-04  Miles Bader  <miles@gnu.org>
5310         * faces.el (display-supports-face-attributes-p): Implement a
5311         `different from default' check for non-tty displays.
5313 2004-06-03  David Kastrup  <dak@gnu.org>
5315         * woman.el (woman-mapcan): More concise code.
5316         (woman-topic-all-completions, woman-topic-all-completions-1)
5317         (woman-topic-all-completions-merge): Replace by a simpler and
5318         much faster implementation based on O(n log n) sort/merge instead
5319         of the old O(n^2) behavior.
5321 2004-06-03  Miles Bader  <miles@gnu.org>
5323         * subr.el (read-number): Use canonical format for default in prompt.
5325         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
5326         Add regexp for " [...]" style defaults.
5328 2004-06-02  Romain Francoise  <romain@orebokech.com>
5330         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
5331         groups: if the user asks for a hidden buffer, open the
5332         corresponding filter group to expose it.
5334         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
5335         `ibuffer-jump-to-buffer'.
5336         (ibuffer-jump-offer-only-visible-buffers): New user option.
5338 2004-06-02  Juanma Barranquero  <lektu@terra.es>
5340         * faces.el (frame-update-faces): Add empty docstring so the one
5341         for `ignore' doesn't show through.
5343         * subr.el (process-kill-without-query): Remove spurious "\n" on
5344         obsolescence string.
5345         (focus-frame, unfocus-frame): Add obsolescence declaration and
5346         empty docstring.
5348         * international/mule.el (register-char-codings): Make alias for
5349         `ignore'.  Move docstring to obsolescence info and remove redundancy.
5351 2004-06-02  Kim F. Storm  <storm@cua.dk>
5353         * frame.el (blink-cursor-start): Turn cursor off initially so blink
5354         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
5356 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5358         * comint.el (comint-replace-by-expanded-history-before-point):
5359         Obey `start' as the docstring says.
5360         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
5361         (comint-update-fence): Prevent font-lock from running unnecessarily.
5362         (comint-dynamic-list-completions): Use with-current-buffer.
5364 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5366         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
5367         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
5368         (bibtex-entry-update): Handle alternatives and optional fields.
5369         (bibtex-parse-entry): Bugfix, handle empty key.
5371 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5373         * vc-arch.el (vc-arch-state): Don't assume the file exists.
5375 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
5377         * desktop.el (desktop-save): Don't save minor modes without a
5378         known mode initialization function.
5380 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
5382         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
5384         * autorevert.el: Update `Commentary' section.
5386 2004-05-30  Juanma Barranquero  <lektu@terra.es>
5388         * dos-fns.el (convert-standard-filename):
5389         * files.el (convert-standard-filename):
5390         * w32-fns.el (convert-standard-filename):
5391         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
5393 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
5395         Sync with Tramp.
5397         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
5398         (tramp-let-maybe): Move to an earlier spot in the file.
5399         Patch by Andreas Schwab.
5401 2004-05-30  Andreas Schwab  <schwab@suse.de>
5403         * dired.el (dired-get-filename): Don't use dired-re-dot.
5405 2004-05-30  Richard M. Stallman  <rms@gnu.org>
5407         * files.el (find-file): Doc fix.
5409         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
5411 2004-05-30  Nick Roberts  <nickrob@gnu.org>
5413         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
5414         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
5415         modeline of the locals buffer.
5416         (gdb-goto-breakpoint): Handle gdbmi.
5417         (gdb-get-frame-number): Change for gdbmi.
5419 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
5421         * files.el (file-remote-p): Apply file name handler for operation
5422         `file-remote-p'.  It isn' a property any longer.
5423         (file-relative-name): `fh' and `fd' get the required value via
5424         `find-file-name-handler' already.
5426         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
5427         (top): Remove setting of `file-remote-p' property for
5428         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
5430 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
5432         Version 2.0.41 of Tramp released.
5434         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
5435         Throw away if process has died.
5436         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
5437         (tramp-out-of-band-prompt-regexp): Rename to
5438         `tramp-process-alive-regexp', because its usage is widen.
5439         (tramp-actions-copy-out-of-band): Apply it.
5440         (tramp-actions-before-shell, tramp-multi-actions):
5441         Add `tramp-action-process-alive' action.
5442         (tramp-action-process-alive): New defun.
5443         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5444         Add entry for `file-remote-p'.
5445         (tramp-handle-file-remote-p): New defun.
5446         (top): Remove setting of `file-remote-p'.  Don't set
5447         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
5449         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
5450         `file-remote-p'.
5452         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
5453         counted for (last) line.  [They should or they shouldn't?  --Stef]
5454         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
5456 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
5458         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
5459         not really necessary but seems to keep the shell history smaller
5460         in some cases.  It is no substitute for setting HISTFILE and
5461         HISTSIZE from tramp-open-connection-setup-interactive-shell,
5462         though.  Suggested by Luc Teirlinck.
5463         (tramp-open-connection-setup-interactive-shell): Export variables
5464         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
5465         (tramp-set-process-query-on-exit-flag): New compat function.
5466         (tramp-open-connection-multi, tramp-open-connection-su)
5467         (tramp-open-connection-rsh, tramp-open-connection-telnet)
5468         (tramp-do-copy-or-rename-file-out-of-band): Use it.
5469         (tramp-let-maybe): New macro, let-binds a variable only if it
5470         isn't obsolete.
5471         (tramp-check-ls-commands, tramp-handle-expand-file-name)
5472         (tramp-handle-file-truename): Use it.
5473         (tramp-completion-file-name-regexp-unified): Avoid matching
5474         filenames starting with "/:" -- those are reserved for
5475         file-name-non-special.
5477         * tramp-smb.el (tramp-smb-open-connection):
5478         Use tramp-set-process-query-on-exit-flag compat function.
5480 2004-05-29  Richard M. Stallman  <rms@gnu.org>
5482         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
5484         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
5485         (eval-last-sexp-print-value): Print char equivalent regardless
5486         of standard-output value.
5488         * thumbs.el (thumbs-subst-char-in-string): Delete.
5489         (thumbs-thumbname): Use subst-char-in-string.
5490         (thumbs-resize-image): Use condition-case, not ignore-errors.
5491         (thumbs-kill-buffer): Likewise.
5493         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
5494         (thumbs-mode): Make buffer read-only.
5495         (thumbs-make-thumb): Unconditionally accept an existing file.
5496         (thumbs-insert-thumb): Add thumb-image-file property to the image.
5497         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
5498         (thumbs-show-thumbs-list): Error if images not supported.
5499         (thumbs-save-current-image): Improve prompt string.
5500         (thumbs-mode-map): Define u, R, x.
5501         (thumbs-unmark): New command.
5502         (thumbs-emboss-image): Minor cleanup.
5503         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
5504         (thumbs-rename-images): New command.
5505         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
5507         * thumbs.el (thumbs-current-image): New function.
5508         (thumbs-file-list, thumbs-file-alist): New functions.
5509         (thumbs-find-image): Delete arg L.
5510         Don't set up thumbs-fileL as buffer-local global var.
5511         (thumbs-find-image-at-point): Use thumbs-current-image.
5512         (thumbs-set-image-at-point-to-root-window): Likewise.
5513         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
5514         Record and warn about errors.  Update thumbs-markedL for deletions.
5515         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
5516         (thumbs-redraw-buffer): Use thumbs-file-list.
5517         (thumbs-mark): Use thumbs-current-image.
5518         (thumbs-show-name): Use thumbs-current-image.
5520         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
5521         and imenu--last-menubar-index-alist.
5523         * subr.el (with-selected-window): Undo previous change.
5525 2004-05-29  John Paul Wallington  <jpw@gnu.org>
5527         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
5528         (thumbs-mouse-find-image): New command.
5529         (thumbs-mode-map): Bind it to mouse-2.
5530         (thumbs-mode): Make mode-class special.
5531         (thumbs-view-image-mode): Likewise.
5533 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
5535         * flymake.el: New file.
5537 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
5539         * files.el (find-file-noselect-1): Do not bind
5540         `inhibit-read-only' to t during execution of
5541         `find-file-not-found-functions'.
5543 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5545         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
5546         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
5548 2004-05-28  Juri Linkov  <juri@jurta.org>
5550         * simple.el (eval-expression-print-format): New fun.
5552         * simple.el (eval-expression):
5553         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
5554         * emacs-lisp/edebug.el (edebug-compute-previous-result)
5555         (edebug-eval-expression): Print additionally the value returned by
5556         `eval-expression-print-format'.
5558         * emacs-lisp/lisp.el (insert-pair-alist): New var.
5559         (insert-pair): Make arguments optional.  Find character pair
5560         from `insert-pair-alist' according to the last input event.
5561         (insert-parentheses): Make arguments optional.
5562         (raise-sexp, delete-pair): New funs.
5564         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
5565         (emacs-lisp-mode-map, lisp-interaction-mode-map):
5566         Bind C-M-q to `indent-pp-sexp'.
5568         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
5569         `pp-to-string' modified to be able to format text with newlines.
5570         (pp-to-string): Move the buffer-formatting part of the code to
5571         `pp-buffer'.  Call `pp-buffer'.
5573         * info.el (Info-desktop-buffer-misc-data): Don't save information
5574         about virtual files.
5575         (Info-restore-desktop-buffer): Restore Info buffers in prepared
5576         buffers with names obtained from the desktop file instead of the
5577         default *info* buffer.
5579 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5581         * subr.el (with-selected-window): Only save/restore the selected window.
5583         * progmodes/compile.el (compilation-error-regexp-alist):
5584         Use expand-file-name and data-directory.
5586         * progmodes/grep.el (grep-tree): Rework previous fix.
5588         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
5589         after the user marked text with the mouse.
5591         * startup.el (command-line): Keep the first regexp of
5592         auto-save-file-name-transforms intact.
5594 2004-05-28  Juanma Barranquero  <lektu@terra.es>
5596         * cus-edit.el (customize-face, customize-face-other-window)
5597         (custom-face-edit-delete): Make arguments match their use in
5598         docstring.
5599         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
5600         docstring.
5602         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
5603         not `cvs-butlast'.
5605         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
5606         `nbutlast' are in subr.el).
5608         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
5609         (set-w32-system-coding-system): Doc fixes.
5611         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
5612         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
5613         Make arguments match their use in docstring.
5614         (artist-draw-region-trim-line-endings)
5615         (artist-mouse-choose-operation): Fix typo in docstring.
5616         (artist-key-set-point-common): Doc fix.
5618 2004-05-28  Simon Josefsson  <jas@extundo.com>
5620         * mail/smtpmail.el (smtpmail-open-stream):
5621         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
5623 2004-05-26  Simon Josefsson  <jas@extundo.com>
5625         * starttls.el: Merge with my GNUTLS based starttls.el.
5626         (starttls-gnutls-program, starttls-use-gnutls)
5627         (starttls-extra-arguments, starttls-process-connection-type)
5628         (starttls-connect, starttls-failure, starttls-success): New variables.
5629         (starttls-program, starttls-extra-args): Doc fix.
5630         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
5631         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
5632         and pass on to corresponding *-gnutls function if it is set.
5634 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
5636         * autorevert.el (auto-revert-handler): Disable auto-reverting of
5637         remote files.
5639 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
5641         * files.el (file-name-non-special): There are more operations
5642         which need handling: `find-backup-file-name',
5643         `insert-file-contents', `verify-visited-file-modtime',
5644         `write-region'.  Rename t value of method to `add'.  Add new
5645         methods `quote' and `unquote-then-quote' to file-arg-indices.
5647 2004-05-25  Juri Linkov  <juri@jurta.org>
5649         * info.el (Info-toc): Call Info-mode on intermediate buffer.
5650         (Info-index-nodes): Enclose code in condition-case to catch errors.
5651         (Info-index-node): Don't search all index nodes if request is only
5652         for the current node and file is not in the cache of index nodes.
5653         (Info-mode-map): Bind Info-copy-current-node-name to `w'
5654         for consistency with dired-copy-filename-as-kill.
5655         Bind `S' to Info-search-case-sensitively.
5656         (Info-copy-current-node-name): New arg.  With zero prefix arg put
5657         the name inside a function call to `info'.  Display copied text in
5658         the echo area.
5660 2004-05-25  Sam Steingold  <sds@gnu.org>
5662         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
5663         strip the package prefix from the symbol name, if any.
5664         Make it the `find-tag-default-function' for `lisp-mode'.
5666 2004-05-25  John Paul Wallington  <jpw@gnu.org>
5668         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
5669         instead of obsolete `process-kill-without-query'.
5671         * textmodes/texinfmt.el (texinfo-indexvar-alist):
5672         Declare as variable, not constant.
5674 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
5676         * files.el (find-file-noselect-1): Fix bug introduced by
5677         Revision 1.694.  As a side effect, `inhibit-read-only'
5678         is again, by default, t during execution of
5679         `find-file-not-found-functions'.
5680         (insert-directory): Check that lines were really inserted by
5681         the --dired switch, before erasing them.
5683 2004-05-24  Nick Roberts  <nickrob@gnu.org>
5685         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
5686         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
5687         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
5688         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
5689         gud-minor-mode (gdbmi).
5691 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
5693         * net/browse-url.el (browse-url-interactive-arg): Enable user to
5694         explicitly select the text to be taken as URL.
5696 2004-05-23  Juri Linkov  <juri@jurta.org>
5698         * info.el (Info-index-nodes): New var and fun.
5699         (Info-goto-index, Info-index, info-apropos)
5700         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
5701         (Info-index): Fix docstring.  Store and restore Info-history-list.
5702         (Info-complete-nodes): New var.
5703         (Info-complete-menu-item): Use it.
5704         (Info-index-node): New fun.
5705         (Info-final-node, Info-forward-node, Info-backward-node)
5706         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
5707         Use Info-index-node.
5708         (Info-extract-menu-item, Info-extract-menu-counting): Set second
5709         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
5710         (Info-find-node-2): If a node with period in its name not found,
5711         try to find a node without the name part after period.
5712         (Info-select-node): Call Info-fontify-node only if
5713         Info-fontify-maximum-menu-size is not nil.
5714         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
5715         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
5716         Preserve Info-history-list.
5717         (Info-toc): Set Info-current-file.
5718         (Info-build-toc): Move point to the beginning of the buffer.
5719         Add main-file variable.
5720         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
5721         Use backslashed representation of the control character ^_.
5723         * textmodes/texinfmt.el (texinfo-print-index): Print index line
5724         numbers in the new Texinfo 4.7 format.
5726         * add-log.el (change-log-font-lock-keywords): Remove `:' from
5727         regexps for function and variable names.
5729         * descr-text.el (describe-property-list): Add [show] button for
5730         `syntax-table' property with action to pp to a separate buffer.
5731         (describe-char): Replace search-forward by re-search-forward with
5732         whitespace regexp after "character:" to not fail in too narrow windows.
5734         * simple.el (next-error-find-buffer): Add a rule to return
5735         next-error capable buffer if one window on the selected frame
5736         displays such buffer.
5738 2004-05-23  Nick Roberts  <nickrob@gnu.org>
5740         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
5741         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
5742         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
5743         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
5744         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
5745         Handle new value for gud-minor-mode (gdbmi).
5746         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
5747         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
5748         Change from local to global gdb variable set.
5749         (gdb-ann3): Initialise above gdb variable set.
5750         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
5751         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
5752         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
5753         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
5754         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
5755         (gdb-info-locals-handler, gdb-invalidate-assembler)
5756         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
5757         set as global variables.
5758         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
5759         Handle gdbmi.
5760         (gdb-info-breakpoints-custom): Fix regexp.
5761         (def-gdb-var): Delete.
5763         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
5764         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
5765         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
5766         a new mode.  The file (gdb-mi.el) for this mode will be included
5767         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
5768         primary interface.
5770 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
5772         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
5773         interpreted as a directory.
5775 2004-05-22  Richard M. Stallman  <rms@gnu.org>
5777         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
5778         as a close quote.
5780         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
5782         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
5783         Use assoc-string, not assoc-ignore-case.
5785         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
5787         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
5788         If moving back then fwd gets a defun that ends before point,
5789         try again moving fwd then back.
5791         * files.el (file-name-non-special): Allow t in file-arg-indices
5792         to mean requote the return value.  Use `identity' as an element
5793         rather than as the whole value.
5795         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
5797 2004-05-22  Juanma Barranquero  <lektu@terra.es>
5799         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
5800         `help-make-usage'.
5801         (help-highlight-arguments): Skip function name before searching
5802         for arguments.
5804 2004-05-21  Juanma Barranquero  <lektu@terra.es>
5806         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
5807         Don't mention in the docstring these arguments meant for
5808         internal (recursive) use only.
5809         (allout-char-spec): Comment out (it's not implemented).
5810         (allout-old-expose-topic, allout-exposure): Fix docstring and add
5811         obsolescence declaration.
5812         (allout-flatten-exposed-to-buffer)
5813         (allout-indented-exposed-to-buffer): Fix typos in docstring.
5814         (my-mark-marker): Doc fix.
5815         (produce-allout-mode-map, allout-sibling-index)
5816         (allout-isearch-expose, allout-distinctive-bullet)
5817         (allout-open-topic, allout-reindent-body)
5818         (allout-rebullet-heading, allout-process-exposed)
5819         (allout-insert-listified, allout-latex-verb-quote)
5820         (allout-insert-latex-header, allout-insert-latex-trailer):
5821         Make arguments match their use in docstring.
5822         (allout-primary-bullet, allout-old-style-prefixes)
5823         (allout-inhibit-protection, allout-init, allout-mode)
5824         (allout-before-change-protect, allout-flag-region):
5825         Use "Emacs" instead of "emacs" in docstrings.
5827 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
5829         * international/characters.el: Modify syntax of more characters.
5831 2004-05-21  Masatake YAMATO  <jet@gyve.org>
5833         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
5834         (etags-tags-completion-table): Show parsing progress.
5836 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
5838         * locate.el (locate-prompt-for-command): Shorten first line of
5839         docstring.
5840         (locate-mode): Expand docstring and include keymap summary.
5842         * files.el (find-file-noselect-1): Limit the scope of the
5843         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
5844         is, by default, nil during the execution of
5845         `find-file-not-found-functions' and `find-file-hook'.
5847 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
5849         * facemenu.el (facemenu-color-name-equal): New function.
5850         (list-colors-display): Use it to compare colors instead of
5851         facemenu-color-equal.
5853 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
5855         * compare-w.el (compare-windows-face): Use min-colors instead of
5856         checking for tty or pc types.
5858 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5860         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
5861         (completion-setup-function): Use with-current-buffer.
5862         Properly save excursion.  Simplify.
5863         Don't assume there is necessarily a `mouse-face' property somewhere.
5865         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
5867         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
5869         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
5870         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
5871         Use with-current-buffer.
5872         (byte-goto-log-buffer): Delete.
5873         (byte-compile-log-file): Call compilation-forget-errors.
5875 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
5877         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
5878         output messages into the search result.
5880 2004-05-19  Masatake YAMATO  <jet@gyve.org>
5882         * wid-edit.el (widget-radio-button-notify): Revert my last
5883         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5885 2004-05-19  Kenichi Handa  <handa@m17n.org>
5887         * international/characters.el: Fix syntax (open/close) of CJK chars.
5889 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
5891         * help-mode.el (help-go-back): Don't depend on position of back button.
5893 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5895         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
5896         files files don't contain an accidental additional /.
5898         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
5899         in source buffer.
5901 2004-05-18  Masatake YAMATO  <jet@gyve.org>
5903         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
5904         to widget-apply.  :action method assumes 2 arguments, not 3.
5906 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
5908         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5909         New constants.
5910         (hs-special-modes-alist): Add an f90-mode entry.
5912 2004-05-17  Sam Steingold  <sds@gnu.org>
5914         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
5915         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
5917 2004-05-16  Kim F. Storm  <storm@cua.dk>
5919         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
5921 2004-05-15  John Wiegley  <johnw@newartisans.com>
5923         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
5924         (eshell-output-object-to-target): Improve output speed 20% by not
5925         calling `eshell-stringify' if something is already known to be a string.
5927 2004-05-15  Alex Ott  <ott@jet.msk.su>
5929         * textmodes/ispell.el (ispell-local-dictionary-alist):
5930         Add windows-1251 to the choice of coding systems.
5931         (ispell-dictionary-alist-6): Add support for "russianw.aff",
5932         encoded in cp1251.
5934 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
5936         * progmodes/compile.el (compilation-warning-face)
5937         (compilation-info-face): Use min-colors.
5939 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5941         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
5942         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
5943         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
5944         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
5945         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
5946         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
5947         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
5948         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
5949         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
5950         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
5951         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
5952         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
5953         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
5954         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
5956 2004-05-15  Kim F. Storm  <storm@cua.dk>
5958         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
5959         Use it to set triggered-p element of timer.
5960         (timer-event-handler): Set triggered-p element non-nil while running
5961         the timer function.
5963 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5965         * descr-text.el (describe-char-unicode-data)
5966         (describe-char-unicodedata-file): Re-enable the unicode code now that
5967         the licensing issues have been cleared in the unicode-4 license.
5968         (describe-text-properties-1): Remove unused `overlay' var.
5969         (describe-char): Remove unused var `buffer'.
5971 2004-05-14  David Ponce  <david@dponce.com>
5973         * tree-widget.el: New file.
5975 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
5977         * language/european.el ("Brazilian Portuguese"): Add support for
5978         Brazilian Portuguese.
5980 2004-05-13  John Wiegley  <johnw@newartisans.com>
5982         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
5983         `recentf-mode' if this variable has been customized to t.
5985         * eshell/esh-test.el (eshell-test): Call the function
5986         `emacs-version' rather than trying to build a custom version string.
5988 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5990         * net/telnet.el (telnet-mode): Use define-derived-mode.
5991         Don't modify the global value of comint-prompt-regexp.
5993 2004-05-13  John Paul Wallington  <jpw@gnu.org>
5995         * version.el (emacs-version): Check for `gtk' feature before
5996         `x-toolkit' feature.
5998 2004-05-13  Juanma Barranquero  <lektu@terra.es>
6000         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
6001         arguments in the docstring, they're used only in recursive calls.
6003         * help-fns.el (help-arg-highlighting-function)
6004         (help-argument-name): Delete.
6005         (help-default-arg-highlight): New function.
6006         (help-do-arg-highlighting): Use it.
6008 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
6010         * calendar/appt.el (appt-disp-window):
6011         Use `calendar-set-mode-line' for a centered mode-line.
6013 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
6015         * calendar/appt.el (appt-disp-window): Do not split window
6016         excessively when `split-height-threshold' is low.
6018 2004-05-12  Nick Roberts  <nickrob@gnu.org>
6020         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
6021         kill-buffer-hook here and make it local.
6022         (gud-kill-buffer-hook): Use kill-process for a sure kill.
6024 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
6026         * progmodes/compile.el (compilation-set-window-height):
6027         Use save-excursion to protect against misplaced marker.
6029 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6031         * custom.el (defface): Document that type can have value gtk.
6033         * faces.el (face-spec-set-match-display): Handle type gtk in display.
6035 2004-05-12  Kenichi Handa  <handa@m17n.org>
6037         * descr-text.el: Require quail at comile time.
6038         (describe-char): If an input method is on and it supports the
6039         character, show how to input it.
6041         * international/quail.el (quail-install-decode-map): Accept a
6042         char-table whose subtype is `quail-decode-map'.
6043         (quail-store-decode-map-key, quail-gen-decode-map1)
6044         (quail-gen-decode-map, quail-find-key1, quail-find-key)
6045         (quail-show-key): New functions.
6047 2004-05-12  Juanma Barranquero  <lektu@terra.es>
6049         * generic.el (define-generic-mode): Remove redundant arglist info.
6051         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
6052         Make arguments match their use in docstring.
6053         (help-arg-highlighting-function): New variable.
6054         (help-argument-name): Mention it in the docstring.
6055         (help-do-arg-highlight): Use it.  Expand regexp to accept also
6056         ARG-xxx and xxx-ARG references.
6058 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
6060         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
6061         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
6062         and "mailto:addr1?to=addr2" equal.
6064 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6066         * man.el (Man-getpage-in-background): Use shell-file-name
6067         and shell-command-switch variables instead of hard-coded values.
6069 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
6071         * iimage.el: New file.
6073 2004-05-11  Juanma Barranquero  <lektu@terra.es>
6075         * custom.el (custom-initialize-default, defcustom):
6076         Fix typo in docstring.
6078         * files.el (set-visited-file-name, file-expand-wildcards):
6079         Fix docstring.
6081 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6083         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
6085         * subr.el (eventp): Be more discriminating with integers.
6087 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
6089         * progmodes/compile.el (compile): Add universal prefix arg.
6090         (compilation-error-regexp-alist-alist): Add edg patterns.
6092 2004-05-10  Sam Steingold  <sds@gnu.org>
6094         * textmodes/ispell.el (ispell-message):
6095         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
6097 2004-05-10  Dave Love  <fx@gnu.org>
6099         * progmodes/python.el (help-buffer): Autoload when compiling.
6100         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
6101         (run-python): Prepend to any existing PYTHONPATH.
6103 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
6105         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
6106         for pending breakpoints.
6108 2004-05-10  Richard M. Stallman  <rms@gnu.org>
6110         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
6111         directly without calling any functions in Rmail.
6112         (unrmail-unprune): Function deleted.
6114 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6116         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
6117         C-c C-z binding.
6119 2004-05-10  Kenichi Handa  <handa@m17n.org>
6121         * descr-text.el (describe-char): Fix previous change.  Don't make
6122         a unibyte character to multibyte in the *Help* buffer.
6124 2004-05-10  Miles Bader  <miles@gnu.org>
6126         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
6127         buffer an error if the debugger process is actually running.
6129 2004-05-10  Juanma Barranquero  <lektu@terra.es>
6131         * help-fns.el (help-argument-name): Default to italic.
6132         (help-highlight-arguments): Return always (usage . doc), even when
6133         usage is nil.
6135         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
6136         (define-ibuffer-filter): Add usage info.
6137         (define-ibuffer-op): Add usage info (but CL-style defaults for
6138         keyword args are not shown).
6140         * subr.el (remove-overlays, read-passwd): Fix docstring.
6141         (start-process-shell-command): Fix docstring.  Put usage info in a
6142         format usable by `describe-function'.
6143         (open-network-stream, open-network-stream-nowait)
6144         (open-network-stream-server): Fix docstring.
6146 2004-05-09  Jason Rumney  <jasonr@gnu.org>
6148         * international/code-pages (cp932, cp936, cp949, c950): Remove.
6149         Only define cp125* if windows-125* is already defined.
6151         * language/korean.el (cp949): Add alias.
6153         * language/chinese.el (cp936, cp950): Add aliases.
6155         * language/japanese.el (cp932): Add alias.
6157         * term/w32-win.el: Require code-pages.
6159         * international/mule-cmds.el (set-locale-environment):
6160         On MS-Windows use ansi code-page for default coding-systems.
6161         Set up paper sizes for Windows 3 letter languages.
6163         * international/code-pages.el (cp932, cp936, cp949, cp950):
6164         Add aliases.  Also add cp125* if not already defined.
6166 2004-05-09  Juanma Barranquero  <lektu@terra.es>
6168         * help-fns.el (help-highlight-arguments): Don't try to highlight
6169         missing or autoloaded arglists.  Accept structured arguments, like
6170         the first ones of `do' and `flet'.
6172         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
6173         (cvs-get-marked): Remove redundant arglist info.
6175         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
6176         Don't use CL-style default args.
6178 2004-05-08  Andreas Schwab  <schwab@suse.de>
6180         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
6182         * international/subst-ksc.el: Fix references to utf-translate-cjk
6183         into utf-translate-cjk-mode.
6184         * international/subst-big5.el: Likewise.
6185         * international/subst-gb2312.el: Likewise.
6186         * international/subst-jis.el: Likewise.
6187         * international/utf-16.el: Likewise.
6188         * international/utf-8.el: Likewise.
6190 2004-05-08  John Wiegley  <johnw@newartisans.com>
6192         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
6193         "virtual buffers" (off by default), which makes it possible to
6194         switch to the "virtual" buffers of recently visited files.  When a
6195         buffer name search fails, and this option is on, iswitchb will
6196         look at the list of recently visited files, and permit matching
6197         against those names.  When the user hits RET on a match, it will
6198         revisit that file.
6199         (iswitchb-read-buffer): Add two optional arguments, which makes
6200         isearchb.el possible.
6201         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
6202         (iswitchb-next-match): Add support for virtual buffers.
6204         * isearchb.el: This module extends iswitchb to provide "as you
6205         type" buffer selection.
6207         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
6208         Ignore the read-only property when flyspell highlighting is on.
6209         Not ignoring it leads to a series of confusing errors.
6210         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
6211         but also make sure to call flyspell-incorrect-hook.
6212         (flyspell-maybe-correct-transposition): Perform transposition test
6213         by bit twiddling a string, rather than using a temp buffer.
6214         (flyspell-maybe-correct-doubling): Use a string rather than a temp
6215         buffer.  This is also the original version of the code, which
6216         could not be checked in before due to a previous lack of
6217         assignment papers.  This version has seen heavy usage on my system
6218         for several years now.
6220         * calendar/cal-bahai.el: New file, which adds support for the
6221         Baha'i calendar to Emacs.  This calendar is based on a solar year
6222         of 19 months of 19 days, with 4 intercalary days.  Each year
6223         begins on March 21, with the calendar starting in 1844.
6225         * calendar/cal-menu.el, calendar/calendar.el,
6226         calendar/diary-lib.el, calendar/holidays.el: Added support for
6227         using cal-bahai.el.
6229         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
6230         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
6231         function can be used outside of eshell buffers.
6232         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
6234 2004-05-08  Juanma Barranquero  <lektu@terra.es>
6236         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
6237         word constituent so FOO-ARG is not recognized as an arg.
6238         (help-highlight-arguments): Don't skip lists in mandatory arguments.
6240         * simple.el (next-error): Fix typo in docstring.
6241         (open-line): Make argument names match their use in docstring.
6242         (split-line): Fix docstring.
6244         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
6245         usable by `describe-function'.
6246         (gensym, gentemp, typep, ignore-errors): Make argument names match
6247         their use in docstring.
6249         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
6250         argument to `help-setup-xref'.
6252 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
6254         Version 2.0.40 of Tramp released.
6256         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
6257         Use symbol-function to invoke functions only known on some Emacs
6258         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
6259         Scaldeferri <kevin@scaldeferri.com>.
6260         (tramp-do-copy-or-rename-file-via-buffer): Rename from
6261         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
6262         consistent with the other tramp-do-* functions.
6263         (tramp-do-copy-or-rename-file): Calls adjusted.
6264         (tramp-process-initial-commands): Avoid liveness check on shell --
6265         we know that it must be alive since we're opening a connection at
6266         this moment.
6267         (tramp-last-cmd): New internal variable.
6268         (tramp-process-echoes): New tunable.
6269         (tramp-send-command): Set tramp-last-cmd.
6270         (tramp-wait-for-output): Delete echo, if applicable.
6271         (tramp-read-passwd): Construct the key for the password cache in a
6272         way that works for multi methods, too.
6273         (tramp-bug): Add backup-directory-alist and
6274         bkup-backup-directory-info to bug reports, with Tramp counterparts.
6276 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
6278         * net/tramp*.el: Suppress byte-compiler warnings where possible.
6280         * net/tramp.el (tramp-out-of-band-prompt-regexp)
6281         (tramp-actions-copy-out-of-band): New defcustoms.
6282         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
6283         used instead of a synchronous one.  Allows password entering.
6284         (tramp-action-out-of-band): New defun.
6285         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
6286         Remove restriction with password from doc string.
6287         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
6288         `tramp-out-of-band-prompt-regexp',
6289         `tramp-actions-copy-out-of-band', `password-cache' and
6290         `password-cache-expiry'.
6291         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
6292         password caching.
6293         (tramp-touch): FILE can be a local file, too.
6294         (TODO): Remove items done.
6295         (tramp-handle-insert-directory): Properly quote file name also if
6296         not full-directory-p.  Handle wildcard case.  Reported by Andreas
6297         Schwab <schwab@suse.de>.
6298         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
6299         new file.
6300         (tramp-handle-file-local-copy, tramp-handle-write-region):
6301         The permissions of the temporary file are set if filename exists.
6302         Reported by Ted Stern <stern@cray.com>.
6303         (tramp-backup-directory-alist)
6304         (tramp-bkup-backup-directory-info): New defcustoms.
6305         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
6306         (tramp-handle-find-backup-file-name): New function.
6307         Implements Tramp's find-backup-file-name.
6309         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
6310         for `find-backup-file-name'.
6312         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
6313         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
6315 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
6317         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
6319 2004-05-07  Juanma Barranquero  <lektu@terra.es>
6321         * subr.el (lambda): Add arglist description to docstring.
6322         (declare): Fix typo in docstring.
6323         (open-network-stream): Fix docstring.
6324         (process-kill-without-query): Fix docstring and add obsolescence info.
6325         (last, butlast, nbutlast): Make arguments match their use in docstring.
6326         (insert-buffer-substring-no-properties): Likewise.
6327         (insert-buffer-substring-as-yank): Likewise.
6328         (split-string): Fix docstring.
6330         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6331         Make argument names match their use in docstring.
6333         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
6335 2004-05-06  Nick Roberts  <nickrob@gnu.org>
6337         * progmodes/gdb-ui.el: Improve/extend documentation strings.
6338         Fit first sentence on one line for apropos-command.
6340 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6342         Changes largely merged in from Dave Love's code.
6343         * progmodes/python.el: Doc fixes.
6344         (python-mode-map): Add python-complete-symbol.
6345         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
6346         (python-comment-indent, python-complete-symbol)
6347         (python-symbol-completions, python-partial-symbol)
6348         (python-try-complete): New.
6349         (python-indent-line): Remove optional arg.  Use python-block-end-p.
6350         (python-check): Bind compilation-error-regexp-alist.
6351         (inferior-python-mode): Use rx.  Move keybindings to top level.
6352         Set comint-input-filter.
6353         (python-preoutput-filter): Use rx.
6354         (python-input-filter): Re-introduce.
6355         (python-proc): Start new process if necessary.
6356         Check python-buffer non-nil.
6357         (view-return-to-alist): Defvar.
6358         (python-send-receive): New.
6359         (python-eldoc-function): Use it.
6360         (python-mode-running): Don't defvar.
6361         (python-mode): Set comment-indent-function.
6362         Maybe update hippie-expand-try-functions-list.
6363         (python-indentation-levels): Initialize differently.
6364         (python-block-end-p): New.
6365         (python-indent-line): Use it.
6366         (python-compilation-regexp-alist): Augment.
6367         (run-python): Import `emacs' module to Python rather than loading
6368         code directly.  Set python-buffer differently.
6369         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
6370         Use python-proc.
6371         (python-send-command): Go to end of comint buffer.
6372         (python-load-file): Use python-proc, emacs.eimport.
6373         (python-describe-symbol): Simplify interactive form.
6374         Use emacs.help.  Do use temp-buffer-show-hook.
6375         Call print-help-return-message.
6376         (hippie-exp): Require when compiling.
6377         (python-preoutput-continuation): Use rx.
6379         * diff-mode.el (diff-make-unified): Fix regexp.
6381 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
6383         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
6384         filter groups from the buffer when rebuilding the Ibuffer buffer
6385         and `ibuffer-show-empty-filter-groups' is nil.
6387 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6389         * ps-print.el (ps-print-quote): Call ps-value-string.
6390         (ps-setup): Call ps-comment-string.
6391         (ps-value-string, ps-comment-string): New funs.
6393 2004-05-06  Juanma Barranquero  <lektu@terra.es>
6395         * ehelp.el (electric-help-command-loop): Check whether the last
6396         character is visible, not (point-max).
6398         * help-fns.el (help-argument-name): Default to bold; don't inherit
6399         from font-lock-variable-name-face.
6400         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
6402 2004-05-05  Kenichi Handa  <handa@m17n.org>
6404         * descr-text.el (describe-char): Copy the character with text
6405         properties and overlays into the first line, and call
6406         describe-text-properties on it.
6408 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
6410         * iswitchb.el (iswitchb-global-map): Fix typo.
6411         Remove unwanted ###autoloads from source file.
6413 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
6415         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
6416         in run-hooks.  Use substitute-command-keys in message.
6417         (wdired-abort-changes): Add message.
6419 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
6421         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
6422         (sql-emacs20-p): Remove.
6423         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
6424         (sql-builtin-face, sql-doc-face): Remove.
6425         (sql-mode-ansi-font-lock-keywords)
6426         (sql-mode-oracle-font-lock-keywords)
6427         (sql-mode-postgres-font-lock-keywords)
6428         (sql-mode-linter-font-lock-keywords)
6429         (sql-mode-ms-font-lock-keywords)
6430         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
6431         (sql-product-font-lock): Fix font-lock reset when font rules change.
6432         (sql-highlight-product): Remove incorrect font-lock reset logic.
6434 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
6436         * ses.el (ses-set-parameter): Fix typo.
6438 2004-05-04  Kim F. Storm  <storm@cua.dk>
6440         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
6441         Must expand directory for completion to work; and don't mess with
6442         process-environment.
6443         (ido-read-file-name): If command has ido property, don't use ido
6444         if value is ignore, or read as directory if value is dir.
6445         Set ido ignore property for dired-do-rename command.
6447 2004-05-04  Juanma Barranquero  <lektu@terra.es>
6449         * ehelp.el (electric-help-command-loop, electric-help-undefined)
6450         (electric-help-help): Check against unmapped commands.
6452         * help-fns.el (help-argument-name): New face, inheriting from
6453         font-lock-variable-name-face, to highlight function arguments in
6454         `describe-function' and `describe-key'.
6455         (help-do-arg-highlight): Auxiliary function to highlight a given
6456         list of arguments in a string.
6457         (help-highlight-arguments): Highlight the function arguments and
6458         all uses of them in the docstring.
6459         (describe-function-1): Use it.  Do docstring output via `insert',
6460         not 'princ', so text attributes are preserved.
6462         * winner.el (winner-mode-map): Move `winner-undo' and
6463         `winner-redo' to C-c <left> and C-c <right>, respectively (the
6464         previous bindings conflict with `prev-buffer', `next-buffer').
6466 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6468         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
6469         (bibtex-entry-update): New command bound to C-c C-u.
6470         (bibtex-text-in-string): Fix regexp.
6471         (bibtex-assoc-of-regexp): Remove.
6472         (bibtex-progress-message): Fix docstring.
6473         (bibtex-inside-field): Use if.
6474         (bibtex-assoc-regexp): New function.
6475         (bibtex-format-entry): Make code more robust so that it formats
6476         also old entries.
6477         (bibtex-autokey-demangle-title): Merge with obsolete function
6478         bibtex-assoc-of-regexp.
6479         (bibtex-field-list): New function.
6480         (bibtex-entry): Use bibtex-field-list.
6481         (bibtex-parse-entry): Fix docstring.
6482         (bibtex-print-help-message): Use bibtex-field-list.
6483         (bibtex-make-field): Use bibtex-field-list.
6484         (bibtex-entry-index): Bugfix.  Return crossref key if required.
6485         (bibtex-lessp): Fix docstring.
6487 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
6489         * select.el (xselect-convert-to-string): Move comment to intended line.
6491 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6493         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
6494         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
6496 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6498         * term/x-win.el (x-clipboard-yank): Don't exit on error from
6499         x-get-selection.
6501 2004-05-03  Jason Rumney  <jasonr@gnu.org>
6503         * makefile.nt: Remove.
6505 2004-05-03  Kim F. Storm  <storm@cua.dk>
6507         * emulation/cua-base.el (cua--update-indications): Fix last change.
6508         (cua-mode): Deactivate mark when cua-mode is enabled.
6510 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
6512         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
6514 2004-05-03  Nick Roberts  <nickrob@gnu.org>
6516         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
6517         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
6518         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
6519         window over visible frames.
6520         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
6522 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6524         * progmodes/compile.el (compilation-gcpro): New var.
6525         (compilation-fake-loc): Use it.
6526         (compilation-forget-errors): Reset it.
6528 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
6530         * diff-mode.el (diff-header-face, diff-file-header-face):
6531         Use min-colors.
6533 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6535         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
6536         (bibtex-clean-entry): Disentangle code.
6537         (bibtex-realign): New function.
6538         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
6539         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
6540         Remove undocumented optional arg called-by-convert-alien.
6541         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
6542         for sorting instead of bibtex-sort-buffer.
6544 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
6546         * progmodes/compile.el (compilation-start): In the
6547         no-async-subprocesses branch, call sit-for to give redisplay a
6548         chance to show the updated process status in the mode line, and
6549         fontify the buffer explicitly after the process exits.
6551 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6553         * progmodes/python.el (python-compilation-line-number): Remove.
6554         (python-compilation-regexp-alist): Don't use it any more.
6555         (python-orig-start, python-input-filter): Remove.
6556         (inferior-python-mode): Don't set up comint-input-filter-functions.
6557         (python-send-region): Use compilation-fake-loc.
6559         * progmodes/compile.el (compilation-messages-start): New var.
6560         (compilation-mode): Don't setup next-error-function here.
6561         (compilation-setup): Set it up here instead (for minor modes as well).
6562         Make compilation-messages-start buffer local.
6563         (compilation-next-error-function): Use it.
6564         (compilation-forget-errors): Set compilation-messages-start.
6566 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6568         * ielm.el (ielm-prompt-read-only): Update docstring.
6570         * comint.el (comint-prompt-read-only): Update docstring.
6571         (comint-update-fence, comint-kill-whole-line)
6572         (comint-kill-region): New functions.
6574         * simple.el (kill-whole-line): Use "p" instead of "P" in
6575         interactive form.
6577 2004-05-01  Juanma Barranquero  <lektu@terra.es>
6579         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
6580         format arglist so default values in CL-style argument lists are
6581         correctly shown.
6583 2004-05-01  Jason Rumney  <jasonr@gnu.org>
6585         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
6587 2004-05-01  Kenichi Handa  <handa@m17n.org>
6589         * international/titdic-cnv.el (miscdic-convert): Don't generate a
6590         quail file if it is up to date.
6592 2004-04-30  Juri Linkov  <juri@jurta.org>
6594         * cus-edit.el (custom-mode-map):
6595         Add key binding `C-x C-s' to `Custom-save'.
6597         * outline.el (outline-blank-line): New var.
6598         (outline-next-preface, outline-show-heading)
6599         (outline-end-of-subtree): Use it.
6601         * dired-aux.el (dired-touch-initial): New fun.
6602         (dired-do-chxxx): Call it for op-symbol `touch'.
6603         (dired-diff): Use `dired-dwim-target-directory'
6604         if current dired buffer has no buffer mark.
6606         * bindings.el (propertized-buffer-identification):
6607         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
6608         Add C-M-arrow keys for consistency.
6610         * files.el (confirm-kill-emacs):
6611         Change group from top-level `emacs' to `convenience'.
6613         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6614         Push mark on the first call of successive command calls.
6615         (insert-pair): New fun created from `insert-parentheses' with
6616         `open' and `close' arguments added.  Enclose active regions
6617         in paired characters.  Compare adjacent characters syntax with
6618         inserted characters syntax before inserting a space.
6619         (insert-parentheses): Call `insert-pair' with ?\( ?\).
6621         * delsel.el: Don't put `delete-selection' property
6622         on `insert-parentheses' symbol to take advantage of
6623         region handling in `insert-pair' function.
6624         Suggested by Stephan Stahl <stahl@eos.franken.de>.
6626 2004-04-30  Kim F. Storm  <storm@cua.dk>
6628         * emulation/cua-base.el: Add support for changing cursor types;
6629         based on patch from Michael Mauger.
6630         (cua-normal-cursor-color, cua-read-only-cursor-color)
6631         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
6632         Customization cursor type and/or cursor color.
6633         (cua--update-indications): Handle cursor type changes.
6634         (cua-mode): Update cursor indications if enabled.
6636         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
6638         * mouse.el (mouse-drag-copy-region): New defcustom.
6639         (mouse-set-region, mouse-drag-region-1): Use it.
6641         * simple.el (kill-ring-save): If region face background color is
6642         unspecified (if no highlighting), show extent of fully visible
6643         region even if transient-mark-mode is enabled.
6645         * emulation/cua-base.el (cua--standard-movement-commands):
6646         Add cua-scroll-up and cua-scroll-down.
6647         (cua-scroll-up, cua-scroll-down): New commands.
6648         (cua--init-keymaps): Remap scroll-up and scroll-down.
6650         * emulation/cua-rect.el (cua--convert-rectangle-as):
6651         New defmacro.
6652         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
6653         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
6654         New commands (suggested by Jordan Breeding).
6656 2004-04-30  Juanma Barranquero  <lektu@terra.es>
6658         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
6660 2004-04-30  Mario Lang  <mlang@delysid.org>
6662         * diff.el (diff-switches): Fix typo in docstring.
6664 2004-04-30  Alex Schroeder  <alex@gnu.org>
6666         * xml.el (xml-debug-print-internal): Don't add newline and
6667         indentation to text nodes and write empty elements as empty tags
6668         instead of opening and closing tags.
6669         (xml-debug-print): Take optional indent-string argument.
6670         (xml-print): Alias for xml-debug-print.
6672 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
6674         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
6675         than duplicate call to `line-beginning-position'.
6677         * progmodes/f90.el (f90-get-present-comment-type):
6678         Return whitespace, as well as comment chars, for consistent filling
6679         of comment blocks.  Use `match-string-no-properties'.
6680         (f90-break-line): Trim trailing whitespace when filling comments.
6682 2004-04-30  Dave Love  <fx@gnu.org>
6684         * calendar/diary-lib.el (diary-outlook-formats): New variable.
6685         (diary-from-outlook-internal, diary-from-outlook)
6686         (diary-from-outlook-gnus, diary-from-outlook-rmail):
6687         New functions to import diary entries from Outlook-format
6688         appointments in mail messages.
6690 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6692         * progmodes/python.el (python-send-command): New fun.
6693         (python-send-region, python-load-file): Use it.
6695         * progmodes/compile.el (compilation-last-buffer): Add var alias.
6697         * help-fns.el (help-C-file-name): Use new subr-name.
6698         Prepend `src/' to the file name.
6699         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
6700         (describe-function-1, describe-variable): Only find a C source file
6701         name if DOC is already loaded.
6703         * help-mode.el (help-function-def, help-variable-def):
6704         Use the new find-function-search-for-symbol functionality.
6705         Allow FILE to be `C-source'.
6707         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
6708         (find-function-C-source): New fun.
6709         (find-function-search-for-symbol): Use it.
6711 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
6713         * progmodes/sql.el (sql-product-alist): Rename variable
6714         `sql-product-support'.  Add Postgres login parameters.
6715         (sql-set-product, sql-product-feature): Update with renamed variable.
6716         (sql-connect-postgres): Add username prompt.
6717         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
6718         Make patterns less product specific.
6719         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
6720         (sql-mode-abbrev-table): Modify initialization.
6721         (sql-builtin-face): Add variable.
6722         (sql-keywords-re): Add macro.
6723         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
6724         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
6725         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
6726         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
6727         (sql-mode-linter-font-lock-keywords)
6728         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
6729         (sql-mode-sybase-font-lock-keywords)
6730         (sql-mode-informix-font-lock-keywords)
6731         (sql-mode-interbase-font-lock-keywords)
6732         (sql-mode-ingres-font-lock-keywords)
6733         (sql-mode-solid-font-lock-keywords)
6734         (sql-mode-sqlite-font-lock-keywords)
6735         (sql-mode-db2-font-lock-keywords): Default to nil.
6736         (sql-product-font-lock): Always highlight ANSI keywords.
6737         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
6738         (sql-send-string): Add function.
6740 2004-04-29  Dave Love  <fx@gnu.org>
6742         * progmodes/cfengine.el (cfengine-beginning-of-defun)
6743         (cfengine-end-of-defun): Ensure progress through buffer.
6745         * info-look.el (cfengine-mode): Accept a terminal ().
6747 2004-04-29  Juri Linkov  <juri@jurta.org>
6749         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
6750         instead of isearch-yank-word-or-char.  Add new key bindings for
6751         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
6752         (isearch-del-char): New fun.
6753         (isearch-forward, isearch-edit-string): Update docstring.
6754         (isearch-yank-char): Doc fix.
6755         (isearch-other-meta-char): Restore point after scrolling.
6757         * progmodes/compile.el (compilation-context-lines): Add nil option
6758         to disable compilation output window scrolling.
6759         (compilation-set-window): Use it.
6761         * outline.el (outline-next-preface, outline-show-heading):
6762         Don't leave unhidden blank line before heading.
6763         (outline-end-of-subtree): Include last newline into subtree.
6764         (hide-entry): Leave point at beginning of heading instead of end.
6765         (outline-up-heading): Push mark for the first call of successive
6766         command calls.
6768 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
6770         * comint.el (comint-prompt-read-only): New variable.
6771         (comint-output-filter): Implement it.
6773         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
6774         (ielm-prompt-internal): New variable.
6775         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
6776         (ielm-send-input): Delete unused variable `buf'.
6777         (ielm-eval-input): Use `ielm-prompt-internal'.
6778         (inferior-emacs-lisp-mode): Use new variables
6779         `comint-prompt-read-only' and `ielm-prompt-internal'.
6780         Get rid of obsolete variable `directory-sep-char'.
6781         (ielm): Use `zerop'.
6783 2004-04-29  John Paul Wallington  <jpw@gnu.org>
6785         * thumbs.el (toplevel): Require cl at compile time.
6786         Remove conditional definitions of `ignore-errors' and `caddar'
6787         because they occur at run time.
6789 2004-04-28  Nick Roberts  <nickrob@gnu.org>
6791         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
6792         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
6793         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
6794         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
6796         * progmodes/gud.el (gud-common-init): Throw an error if program is
6797         already running under gdb.
6799 2004-04-28  John Paul Wallington  <jpw@gnu.org>
6801         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
6802         (thumbs-show-image-num): Move assignment of
6803         `thumbs-current-image-filename' within scope of `i'.
6804         (thumbs-emboss-image): Don't use `evenp'.
6806 2004-04-28  Richard M. Stallman  <rms@gnu.org>
6808         * progmodes/compile.el (compilation-context-lines): Default now 0.
6810 2004-04-28  Juanma Barranquero  <lektu@terra.es>
6812         Use `time-less-p' from calendar/time-date.el instead of defining
6813         custom versions of it.
6815         * pcomplete.el (pcomplete-time-less-p): Remove.
6817         * thumbs.el (time-less-p): Remove.
6819         * calendar/timeclock.el (timeclock-time-less-p): Remove.
6820         (timeclock-generate-report): Use `time-less-p'.
6822         * emacs-lisp/autoload.el (autoload-before-p): Remove.
6823         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
6825 2004-04-28  Masatake YAMATO  <jet@gyve.org>
6827         * subr.el (remove-overlays): Make arguments optional.
6829         * wid-edit.el (widget-specify-button): Put evaporate to the
6830         overlay for sample.
6831         (widget-specify-sample): Put evaporate to the overlay for sample.
6832         (widget-specify-doc): Put evaporate to the overlay for documentation.
6834 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
6836         * info.el (info-apropos): Make it an index node.  Align node names
6837         like makeinfo.
6839 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
6841         * net/browse-url.el (browse-url-netscape-sentinel)
6842         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
6843         (browse-url-epiphany-sentinel, browse-url-mosaic):
6844         Use browse-url-*-program instead of a literal program name.
6846 2004-04-27  Kevin Ryde  <user42@zip.com.au>
6848         * eshell/em-alias.el:
6849         * eshell/em-dirs.el:
6850         * eshell/em-hist.el:
6851         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
6852         features when M-x customize-group loads modules before the main
6853         eshell.el.
6855 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
6857         * subr.el (momentary-string-display): Support EXIT-CHAR that is
6858         either a character representation of an event or an event
6859         description list.
6861         * type-break.el: Capitalise Emacs and Lisp.
6862         (type-break-good-break-interval, type-break-demo-boring-stats)
6863         (type-break-terse-messages, type-break-file-name): New defcustoms.
6864         (type-break-post-command-hook)
6865         (type-break-warning-countdown-string): Quote variable names in doc.
6866         (type-break-interval-start, type-break-auto-save-file-name): New vars.
6867         (type-break-mode): Document type-break-good-break-interval and the
6868         "session" file.  Schedule break according to the session file.
6869         Kill session file buffer on exit.  Organise for save-some-buffers
6870         to always save the session file.
6871         (type-break-mode-line-message-mode, type-break-query-mode):
6872         Uppercase arguments.
6873         (type-break-file-time, type-break-file-keystroke-count, timep)
6874         (type-break-choose-file, type-break-get-previous-time)
6875         (type-break-get-previous-count): New defuns.
6876         (type-break): Avoid break querying after a completed break in the
6877         case where the query was initiated during user invocation of the
6878         break.  Optional terse messages.
6879         Use type-break-good-break-interval if type-break-good-rest-interval is
6880         nil.  File the break time.
6881         (type-break-schedule): New optional args for overriding the use of
6882         the current time.
6883         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
6884         after a break.
6885         (type-break-check): File the keystroke count.
6886         (type-break-do-query): Prevent a second query when the break is
6887         interrupted.  Optional terse message.
6888         (type-break-keystroke-reset): Record the start of a typing interval.
6889         (type-break-demo-boring): Optional terse messages.  Display word
6890         per minute and keystroke counts according to
6891         type-break-demo-boring-stats.
6893 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
6895         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
6896         directories, make sure they exist under archive-tmpdir.
6898 2004-04-27  Juri Linkov  <juri@jurta.org>
6900         * help.el (view-emacs-news): With argument, display info for the
6901         selected version by finding it among different NEWS files, and
6902         narrowing the buffer to the selected version.
6904         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
6905         same-window-buffer-names.
6906         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
6907         non-numeric prefix argument, append the number to the buffer name
6908         for numeric prefix argument.
6909         (info-other-window): Bind same-window-regexps to nil.
6910         (Info-reference-name): Rename to Info-point-loc.
6911         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
6912         and Info-find-index-name for stringy Info-point-loc.
6913         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
6914         without middle `.', but with final `.' and optional line number
6915         for it.  Set Info-point-loc for index nodes.
6916         (Info-index): Remove middle `.' from index entry regexp.
6917         Modify line number regexp.
6918         (Info-index-next): Decrement line number.
6919         (info-apropos): Remove middle `.' from index entry regexp.
6920         Add optional line number regexp at the end.  Add matched value
6921         for line number to the result list and insert it to the buffer.
6922         Replace match-string by match-string-no-properties.
6923         Reorder result list.
6924         (Info-fontify-node): Hide index line numbers.
6925         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
6926         empty matches.
6927         (Info-follow-reference): Use `str' instead of
6928         Info-following-node-name-re.
6929         (Info-toc): Use full file names.  Set Info-current-node to "Top".
6930         (Info-fontify-node): Compare file names without directory name.
6931         (Info-try-follow-nearest-node): Don't set Info-reference-name.
6932         Set second arg of Info-extract-menu-node-name for index nodes.
6933         (info-xref-visited): Use magenta3 instead of magenta4.
6934         (Info-mode): Add info-apropos to docstring.
6936         * log-view.el (log-view-diff): Replace interactive code "r"
6937         by a list to allow to call it even if region is not active.
6939         * paren.el (show-paren-highlight-openparen): New var.
6940         (show-paren-function): Turn on openparen highlighting when
6941         matching forward if show-paren-highlight-openparen is non-nil.
6943         * simple.el (kill-ring-save): Use blink-matching-delay instead of
6944         the constant value 1.
6945         (completions-common-part): Expand docstring.
6947         * textmodes/picture.el (picture-mode-map): Add arrow keys.
6949 2004-04-27  Kim F. Storm  <storm@cua.dk>
6951         * image.el (insert-sliced-image): Use line-height instead of
6952         line-spacing property on newline.
6954 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
6956         * desktop.el (desktop-buffer-misc-data-function): Rename to
6957         desktop-save-buffer and change docstring.
6958         (desktop-buffer-modes-to-save): Delete.
6959         (desktop-save-buffer-p): Use desktop-save-buffer instead of
6960         desktop-buffer-modes-to-save.
6961         (desktop-save): Rename desktop-buffer-misc-data-function to
6962         desktop-save-buffer and allow non-function value.
6963         (desktop-missing-file-warning): Correct docstring.
6965         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
6966         to desktop-save-buffer.
6968         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
6969         desktop-save-buffer.
6971         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
6973         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
6975 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
6977         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
6979 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
6981         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
6982         (ielm): Only go to the end of the buffer when starting a new process.
6984 2004-04-25  Juanma Barranquero  <lektu@terra.es>
6986         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
6987         mode line.  Bind `inhibit-read-only' to t before modifying
6988         properties of text in the buffer.
6989         (ielm): Force point to the end of buffer, even when running ielm
6990         from inside itself.
6992 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
6994         * info.el (info-apropos): Reset Info-complete-cache.
6996 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
6998         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6999         Also recognize severe Irix et al. messages.
7000         (compilation-normalize-filename, compile-abbreviate-directory):
7001         Delete functions.
7002         (compilation-get-file-structure): New function inherits
7003         functionality of the two preceding ones.
7004         (compilation-internal-error-properties, compilation-fake-loc):
7005         Use it so that different paths to the same file share the same
7006         markers.  Also optimize finding adjacent marker slightly.
7008 2004-04-25  Kim F. Storm  <storm@cua.dk>
7010         * image.el (insert-sliced-image): Add line-spacing t property
7011         to newlines separating image lines.
7013 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
7015         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
7017         * ielm.el (ielm-prompt-read-only): New user option.
7018         (ielm-prompt): Expand docstring to describe new behavior.
7019         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
7020         mention it in the docstring.
7022 2004-04-24  Andreas Schwab  <schwab@suse.de>
7024         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
7026         * diff.el (diff): Set default-directory in diff buffer.
7028 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
7030         * mail/sendmail.el (mail-bury): Don't delete the frame where the
7031         mail was being composed if the terminal cannot display more than
7032         one frame; instead, switch to previous frame.
7034         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
7035         (rmail-start-mail): Support rmail-mail-new-frame even on
7036         terminals that can display only one frame at a time.
7038 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7040         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
7041         (checkdoc-output-font-lock-keywords): Remove error regexp.
7042         (checkdoc-output-mode-map): Remove.
7043         (checkdoc-output-mode): Derive from compilation-mode.
7044         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
7046         * dired.el (dired-mode-map): Add a menu entry for wdired.
7048         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
7049         (rx-bracket, rx-check-any, rx-any): Clean up name space.
7051         * wdired.el: (wdired-mode-map): Move init into declaration.
7052         Fix `return' binding.
7053         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7054         Use force-mode-line-update.
7055         (wdired-get-filename): Use `unless'.
7056         (wdired-preprocess-files): Don't assume names have no \n and use / for
7057         dir separator.
7058         (wdired-normalize-filename): Use replace-regexp-in-string.
7059         (wdired-load-hooks): Remove.
7060         (wdired-mode-hooks): Rename to wdired-mode-hook.
7062         * info-look.el: Add support for cfengine-mode.
7063         (info-lookup-setup-mode): Use dolist.
7065 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
7067         * wdired.el: New file.
7069 2004-04-23  Juanma Barranquero  <lektu@terra.es>
7071         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
7073         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
7074         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
7075         (pcomplete--help, pcomplete--here): Doc fixes.
7077 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
7079         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
7080         handles wrong-number-of-arguments in backend call.
7082         * vc.el (vc-print-log): Likewise.
7084 2004-04-20  Dave Love  <fx@gnu.org>
7086         * emacs-lisp/rx.el: Doc fixes.
7087         (rx-constituents): Add/extend many forms.
7088         (rx-check): Check form is a list.
7089         (bracket): Defvar.
7090         (rx-check-any, rx-any, rx-check-not): Modify.
7091         (rx-not): Simplify.
7092         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
7093         (rx-kleene): Use rx-trans-forms.
7094         (rx-quote-for-set): Delete.
7095         (rx): Allow multiple args.
7097 2004-04-23  Kenichi Handa  <handa@m17n.org>
7099         * international/mule-util.el (char-displayable-p): Simplify by
7100         using internal-char-font.
7102 2004-04-23  Juanma Barranquero  <lektu@terra.es>
7104         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7106 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7108         * diff-mode.el (diff-next-error): New fun.
7109         (diff-mode): Use it.
7111         * simple.el (next-error): Change arg name.
7112         Add support for the documented C-u C-x ` usage.
7114         * frame.el (special-display-popup-frame, next-multiframe-window)
7115         (previous-multiframe-window): Only consider frames on same display.
7117 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
7119         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
7120         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
7122 2004-04-22  Kim F. Storm  <storm@cua.dk>
7124         * net/telnet.el (telnet): Add optional port arg.
7126 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7128         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7129         Minor sanity check on the `hyperlink' slot.
7131         * Makefile.in (recompile): Compile new files.
7133         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
7134         Add byte-recompile-directory's optional `arg'.
7136         * cvs-status.el (cvs-tree-use-charset): New var.
7137         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
7138         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
7139         (cvs-status-cvstrees): Use it.
7141         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
7142         Make it a normal major mode.
7143         (checkdoc-buffer-label): Make sure the file name is meaningful.
7144         (checkdoc-output-to-error-buffer): Remove.
7145         (checkdoc-error, checkdoc-start-section): Rewrite.
7147         * info.el (info-node, info-menu-5, info-xref, info-header-node)
7148         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7149         (Info-title-4-face): Use new syntax.
7150         (info-xref-visited): Inherit from info-xref.
7152         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
7154 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7156         * simple.el (next-error-last-buffer, next-error-function):
7157         New variables for the next-error framework.
7158         (next-error-buffer-p): New function.
7159         (next-error-find-buffer): Generalize compilation-find-buffer.
7160         (next-error, previous-error, first-error, next-error-no-select)
7161         (previous-error-no-select): Move from compile.el.
7163         * replace.el (occur-next-error, occur-1): Hook into the next-error
7164         framework.
7166         * progmodes/compile.el (compilation-start):
7167         Set next-error-last-buffer so next-error knows where to jump.
7168         (compilation-setup): Set the buffer-local variable
7169         next-error-function to 'compilation-next-error-function.
7170         (compilation-buffer-p, compilation-buffer-internal-p): Use an
7171         alternate way to find if a buffer is a compilation buffer, for
7172         next-error convenience.
7173         (next-error-no-select, previous-error-no-select, next-error)
7174         (previous-error, first-error): Move to simple.el.
7175         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
7176         (compilation-last-buffer): Remove.
7177         (compilation-start, compilation-next-error, compilation-setup)
7178         (compilation-next-error-function, compilation-find-buffer):
7179         Remove compilation-last-buffer use.
7181 2004-04-21  Juanma Barranquero  <lektu@terra.es>
7183         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
7184         (font-lock-warning-face): Fix spacing.
7186         * makefile.w32-in (WINS): Add url/ directory.
7188 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
7190         * desktop.el (desktop-buffer-mode-handlers): New variable.
7191         Alist of major mode specific functions to restore a desktop buffer.
7192         (desktop-buffer-handlers): Make variable obsolete.
7193         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
7194         Catch errors signaled in handlers.  Update buffer count.
7195         Evaluate desktop-buffer-point.
7196         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
7197         move to dired.el.
7198         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
7199         move to info.el.
7200         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
7201         move to mail/rmail.el.
7202         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
7203         to mh-e/mh-e.el.
7204         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
7205         On fail, print message (to message buffer) even if
7206         desktop-missing-file-warning is nil.
7207         (desktop-buffer-misc-data-function): New buffer local variable.
7208         Function returning major mode specific data.
7209         (desktop-buffer-misc-functions): Make variable obsolete.
7210         (desktop-save): Use desktop-buffer-misc-data-function.
7211         (desktop-buffer-dired-misc-data): Rename to
7212         dired-desktop-buffer-misc-data and move to dired.el.
7213         (desktop-buffer-info-misc-data): Rename to
7214         Info-desktop-buffer-misc-data and move to info.el.
7215         (desktop-read): Add message about number of buffers restored/failed.
7217         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
7218         Add parameters.  Pause to display error only when
7219         desktop-missing-file-warning is non-nil.
7220         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
7221         (dired-mode): Bind desktop-buffer-misc-data-function.
7223         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
7224         Add Parameters.
7225         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
7226         (Info-mode): Bind desktop-buffer-misc-data-function.
7228         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
7229         Add Parameters.
7231         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
7232         Add Parameters.
7234 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
7236         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
7237         the case of letters in case-insensitive expansions when the
7238         abbrev is preceded by characters with letter syntax.
7240 2004-04-21  Richard M. Stallman  <rms@gnu.org>
7242         * progmodes/cperl-mode.el (cperl-putback-char):
7243         Delete Emacs 18 definition.
7245         * international/mule.el (ctext-post-read-conversion):
7246         Use assoc-string, not assoc-ignore-case.
7248         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
7250         * emacs-lisp/easymenu.el (easy-menu-add):
7251         Do call x-popup-menu, but only if it's defined.
7253         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
7255         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
7256         Handle multiple args: compile like progn.
7258         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
7259         take all args as &rest arg.
7261         * autoinsert.el (auto-insert-alist): Insert the user's name in
7262         copyright notice, rather than Free Software Foundation.
7264 2004-04-21  Kenichi Handa  <handa@m17n.org>
7266         * descr-text.el (describe-char): Make it work on *Help* buffer.
7268 2004-04-21  Kim F. Storm  <storm@cua.dk>
7270         * image.el (insert-image): Add optional SLICE arg.
7271         (insert-sliced-image): New defun.
7273 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
7275         * subr.el (read-number): Check whether `default' is nil.
7277 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7279         * progmodes/compile.el (compilation-error-properties):
7280         Split into two.
7281         (compilation-internal-error-properties): New one.
7282         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
7284 2004-04-20  Richard M. Stallman  <rms@gnu.org>
7286         * window.el (split-window-save-restore-data):
7287         Don't update the data if OLD-INFO is nil.
7289         * view.el (view-return-to-alist): Mark it permanent local.
7291         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
7293         * recentf.el (recentf-save-list): Catch and warn about errors.
7295         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
7296         so "Buffers" won't be pure.
7298         * help-mode.el (help-mode-finish): Set help-return-alist first
7299         thing, setting only the entry for the selected window.
7301         * help-fns.el (describe-function-1): If many non-control non-meta
7302         keys run the command, don't list all of them.
7304 2004-04-20  Juanma Barranquero  <lektu@terra.es>
7306         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
7307         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
7309         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
7311 2004-04-20  Kenichi Handa  <handa@m17n.org>
7313         * international/quail.el (quail-lookup-key): New optional arg
7314         NOT-RESET-INDICES.
7315         (quail-get-translations): Call quail-lookup-key with
7316         NOT-RESET-INDICES t.
7317         (quail-completion): Likewise.
7318         (quail-lookup-map-and-concat): Likewise.
7320 2004-04-20  Kenichi Handa  <handa@m17n.org>
7322         * international/quail.el (quail-update-translation): Don't insert
7323         such an unsupported multibyte char in a unibyte buffer.
7325 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
7327         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
7328         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
7329         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
7330         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
7331         (gdb-frame-assembler-buffer): Improve behaviour with
7332         multiple frames.
7333         (gdb-display-buffer): Extend search to all visible frames.
7335 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
7337         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
7338         characters left after base64 decoding.
7339         (rmail-decode-region): Use -dos variety of `coding', to remove any
7340         ^M characters left after qp or base64 decoding.
7342 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7344         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
7345         messages.
7347 2004-04-19  Stephen Eglen  <stephen@gnu.org>
7349         * add-log.el (add-change-log-entry): Update doc string to mention
7350         add-log-full-name and add-log-mailing-address.
7352 2004-04-18  Juri Linkov  <juri@jurta.org>
7354         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
7355         (Info-find-node-2): Simplify error message.
7356         (Info-insert-dir): Use Info-following-node-name.
7357         (Info-goto-node): Remove *info-history* and *info-toc*.
7358         (Info-history): Create a node of the virtual history file.
7359         (Info-toc): Create a node of the virtual toc file.
7360         (Info-insert-toc): New arg `curr-file' for reference file names.
7361         (info-apropos): Remove redundant var binding for temp-file.
7362         (Info-index, Info-index-next, Info-mode): Doc fix.
7363         (Info-goto-emacs-command-node): Don't jump to *info* from
7364         non-*info* Info buffers.
7365         (Info-fontify-node): Don't show the file name of external
7366         references if `Info-hide-note-references' is `hide'.  Don't hide
7367         newlines at the end of paragraphs.
7369         * international/mule-diag.el (list-input-methods):
7370         Fix args to help-xref-button.
7372         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
7373         to put into effect local variables from TUTORIAL files.
7375         * textmodes/paragraphs.el (sentence-end) <function>: New fun
7376         with default value taken from the variable `sentence-end'.
7377         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
7378         Add nil const to :type.
7379         (sentence-end-without-period, sentence-end-double-space)
7380         (sentence-end-without-space): Doc fix.
7382         * textmodes/paragraphs.el (forward-sentence):
7383         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
7384         (fill-delete-newlines):
7385         * progmodes/cc-cmds.el (c-beginning-of-statement):
7386         Use function `sentence-end' instead of variable `sentence-end'.
7388 2004-04-18  Andreas Schwab  <schwab@suse.de>
7390         * progmodes/compile.el (compilation-start): Set window start to
7391         point-min if compilation-scroll-output is nil.
7393 2004-04-18  John Wiegley  <johnw@newartisans.com>
7395         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
7397 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
7399         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
7400         (gdb-info-breakpoints-custom): Revert previous change.
7401         (gdb-view-assembler): Update assembler if necessary.
7402         (gdb-frame-handler): Parse correctly for gdb-current-frame.
7403         (gdb-display-source-buffer): Update properly when both source and
7404         assembler are visible.
7406 2004-04-17  John Wiegley  <johnw@newartisans.com>
7408         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
7409         which limits the number of names shown in the minibuffer.  Off by
7410         default.
7411         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
7412         up iswitchb for users with a multitude of open buffers by showing
7413         only the first and last N/2 buffers in the completion list (which
7414         is enough to aid C-s/C-r, and to know that more characters are
7415         needed to refine the completion list).
7417 2004-04-17  Richard M. Stallman  <rms@gnu.org>
7419         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
7420         (file-truename): Expand all ~ constructs directly.
7421         (insert-directory): Delete any error msg output by the
7422         `insert-directory-program'.
7424         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
7425         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
7426         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
7427         (allout-init): Use find-file-hook, not find-file-hooks.
7428         (allout-mode): Eliminate Emacs 18 support.
7429         Use write-contents-functions, not local-write-file-hooks.
7431 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
7433         * progmodes/compile.el (compilation-error-properties): Fix for
7434         adding messages when there are already markers for their file.
7435         (compilation-fake-loc): New function.
7437 2004-04-16  Dave Love  <fx@gnu.org>
7439         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
7440         (python-load-file): Fix python-orig-start setting.
7442         * progmodes/compile.el: Doc fixes.
7443         (compilation-error-regexp-alist-alist)
7444         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
7445         (compilation-assq): Wrap in eval-when-compile.
7446         (compilation-mode-font-lock-keywords): Don't use list*.
7447         (compilation-start): Avoid warning.
7448         (compilation-compat-error-properties)
7449         (compilation-directory-properties): Add keymap property.
7450         (compilation-parsing-end): Make it a marker for better compatibility.
7452         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
7454 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
7456         * xml.el: Doc fixes.
7457         (xml-get-children): Only looks at sub-tags and ignore strings.
7459         * xml.el (xml-parse-tag): Avoid overwriting node-name.
7461 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7463         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
7465 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
7467         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
7469         * vc.el (vc-print-log): Likewise.
7471 2004-04-16  Masatake YAMATO  <jet@gyve.org>
7473         * simple.el (completion-setup-function): Set an initial value
7474         to `element-common-end' before entering loop.  Set a value
7475         to `element-common-end' at the end of loop.
7476         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
7477         (completions-common-part): Rename from completion-de-emphasis.
7478         (completions-first-difference): Rename from completion-emphasis.
7479         Suggested by RMS.
7481 2004-04-16  Juanma Barranquero  <lektu@terra.es>
7483         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
7484         (bookmark-edit-annotation-mode): Add mode name.
7486 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7488         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
7489         for nested conflict markers.
7490         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
7492 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
7494         * progmodes/gdb-ui.el (gdb-goto-info): New function.
7496         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
7498 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7500         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
7501         Give a backtrace if requested.
7503         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
7505         * progmodes/python.el (python-mouse-2-command, python-RET-command):
7506         Remove unused functions.
7507         (python-orig-start-line, python-orig-file): Remove.
7508         (python-orig-start): New var.
7509         (python-input-filter, python-compilation-line-number)
7510         (python-send-region, python-load-file): Use it.
7512         * info.el (info): Always jump to *info*.
7514         * subr.el (posn-set-point): New function.
7516         * mouse.el (mouse-set-point): Use it.
7518         * progmodes/compile.el (compile-goto-error): Use it.
7519         (compilation-button-map): New keymap.
7520         (compilation-error-properties): Use it.
7521         (compilation-shell-minor-mode-map): Don't bind mouse-2.
7523         * smerge-mode.el (smerge-popup-context-menu): Use it.
7525         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
7526         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
7527         mouse and non-mouse case.
7529         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
7530         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
7532         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
7533         Make it work for non-mouse events.
7535         * pcvs-info.el (cvs-status-map): Update binding name.
7537 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
7539         * xml.el (xml-maybe-do-ns): New function to handle namespace
7540         parsing of both attribute and element names.
7541         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
7542         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
7543         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
7544         (xml-parse-attlist): Make it do its own namespace parsing.
7546 2004-04-14  Dave Love  <fx@gnu.org>
7548         * progmodes/python.el (run-python): Fix use of \n.
7549         (python-load-file): Remove `try' from Python fragment.
7550         (python-describe-symbol): Fix message.
7552         * comint.el: Doc fixes.
7553         (comint-last-input-start, comint-last-input-end)
7554         (comint-last-output-start): Give them values.
7555         (comint-arguments): Avoid warning.
7556         (comint-skip-prompt): Use line-end-position.
7557         (comint-backward-matching-input): Rename arg to agree with doc.
7558         (comint-extract-string): Use syntax-ppss.
7559         (comint-dynamic-simple-complete): Delete useless list construction.
7560         (comint-redirect-subvert-readonly): New.
7561         (comint-redirect-preoutput-filter): Use it.
7563         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
7564         Correctly handle negative arguments when calling hook functions.
7566 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
7568         * info.el (info-apropos): Don't clobber Info-history-list.
7570 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
7572         * progmodes/compile.el (compilation-setup):
7573         Localize overlay-arrow-position.
7574         (compilation-sentinel): Restructure code equivalently.
7575         (compilation-next-error): Find message on same line after point if
7576         not found before point.
7577         (compile-mouse-goto-error): Restore function so that compilation
7578         buffer need not be current and use compile-goto-error.
7579         (compile-goto-error): Restore function.
7580         (next-error): Set overlay-arrow-position.
7581         (compilation-forget-errors): Don't localize already local
7582         compilation-locs and remove FIXME about refontifying.
7584 2004-04-14  Kim F. Storm  <storm@cua.dk>
7586         * startup.el (emacs-quick-startup): New defvar (set by -Q).
7587         (command-line): New option -Q.  Like -q --no-site-file, but
7588         in addition it also disables menu-bar, tool-bar, scroll-bars,
7589         tool-tips, and the blinking cursor.
7590         (command-line-1): Skip startup screen if -Q.
7591         (fancy-splash-head): Use ":align-to center" prop to center splash image.
7593         * emulation/cua-base.el (cua-read-only-cursor-color)
7594         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
7596 2004-04-13  Dave Love  <fx@gnu.org>
7598         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
7599         (syntax): Don't require.
7600         (python) <defgroup>: Add :version.
7601         (python-quote-syntax): Re-written.
7602         (inferior-python-mode): Move stuff here from run-python and add
7603         some more.
7604         (python-preoutput-continuation, python-preoutput-result)
7605         (python-dotty-syntax-table): New.
7606         (python-describe-symbol): Use them.
7607         (run-python): Move stuff to inferior-python-mode.  Modify code
7608         loaded into Python.
7609         (python-send-region): Use python-proc, python-send-string.
7610         (python-send-string): Send newlines too.  Callers changed.
7611         (python-load-file): Re-written.
7612         (python-eldoc-function): New.
7613         (info-look): Don't require.
7614         (python-after-info-look): New.  A modified version of former
7615         top-level code for use with eval-after-load.
7616         (python-maybe-jython, python-guess-indent): Use widened buffer.
7617         (python-fill-paragraph): Re-written.
7618         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
7619         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
7621 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7623         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
7624         Set compilation-error-regexp-alist earlier.
7626         * progmodes/compile.el (compilation-minor-mode-map)
7627         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
7628         (compile-goto-error): Re-merge the mouse and non-mouse commands.
7630 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7632         * progmodes/compile.el (compile-goto-error): Select the buffer/window
7633         corresponding to the event.
7635 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
7637         * loadup.el: Add cygwin to system-type list, for unexec() support.
7639 2004-04-12  John Paul Wallington  <jpw@gnu.org>
7641         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
7642         (ibuffer-restore-window-config-on-quit): New variable to replace
7643         `ibuffer-delete-window-on-quit'.  Update all references.
7644         (ibuffer-prev-window-config): New variable.
7645         (ibuffer-quit): Restore previous window configuration instead of
7646         deleting window.
7647         (ibuffer): Save window configuration before showing Ibuffer buffer.
7649         * help.el (describe-mode): Doc fix.
7651 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7653         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
7654         not to treat nil as a function.
7656         * vc-arch.el (vc-arch-root): Be a bit more careful.
7657         (vc-arch-register): Save the buffer if we modified it.
7658         (vc-arch-delete-rej-if-obsolete): Save excursion.
7659         (vc-arch-find-file-hook): Use the simpler after-save-hook.
7660         (vc-arch-responsible-p, vc-arch-init-version): New functions.
7662         * net/ldap.el (ldap-search): Use list*.
7664 2004-04-12  Juri Linkov  <juri@jurta.org>
7666         * info.el (Info-follow-reference): Allow multiline reference name.
7668 2004-04-11  Dave Love  <fx@gnu.org>
7670         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
7672         * progmodes/python.el: New file.
7674 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
7676         * vc-hooks.el (vc-arg-list): Function removed.
7677         (vc-default-workfile-unchanged-p): Use condition-case to check for
7678         backward compatibility.
7680         * vc.el (vc-print-log): Use condition-case to check for backward
7681         compatibility.
7683 2004-04-11  Juri Linkov  <juri@jurta.org>
7685         * dired.el (dired-faces): New defgroup.
7686         (dired-header, dired-mark, dired-marked, dired-flagged)
7687         (dired-warning, dired-directory, dired-symlink, dired-ignored):
7688         New faces.
7689         (dired-header-face, dired-mark-face, dired-marked-face)
7690         (dired-flagged-face, dired-warning-face, dired-directory-face)
7691         (dired-symlink-face, dired-ignored-face): New face variables.
7692         (dired-font-lock-keywords): Use them instead of font-lock faces.
7693         Split the rule for dired marks into 3 separate rules: for marks,
7694         marked file names and flagged file names.
7696         * help-mode.el (help-make-xrefs): Add a final newline to the
7697         *Help* buffer.
7699 2004-04-11  John Paul Wallington  <jpw@gnu.org>
7701         * replace.el (occur-engine): Distinguish between one and several
7702         matches in the matches per buffer heading.
7704 2004-04-11  Kim F. Storm  <storm@cua.dk>
7706         * ido.el (ido-confirm-unique-completion): New defcustom.
7707         (ido-complete): Use it.
7708         (ido-write-file): Set it to t unconditionally.
7710 2004-04-10  Miles Bader  <miles@gnu.org>
7712         RCS keyword removal (only non-comment changes are enumerated here):
7714         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
7715         (byte-compile-insert-header): Don't use `byte-compile-version'.
7716         * forms.el (forms-version): Variable removed.
7717         (forms-mode): Don't use `forms-version'.
7718         * recentf.el (recentf-version): Variable removed.
7719         * progmodes/delphi.el (delphi-version): Variable removed.
7720         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
7722 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7724         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
7726 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
7728         * info.el (info-apropos): Improve menu item regexp.
7730 2004-04-09  Simon Josefsson  <jas@extundo.com>
7732         * mail/smtpmail.el: Add comment, based on report by
7733         kdc@rcn.com (Kevin D. Clark).
7735 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7737         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7738         Redo one more thing that I didn't notice Daniel had undone.
7740 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
7742         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
7743         (gdb-goto-breakpoint, gdb-display-buffer)
7744         (gdb-display-source-buffer, gdb-view-source-function)
7745         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
7746         (gdb-source-info, gdb-frame-handler): Don't specify a window
7747         for display.
7748         (gdb-info-breakpoints-custom): Remove superfluous update of
7749         assembler buffer.
7750         (gdb-many-windows): Make settable outside gdb.
7752 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
7754         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
7755         Derive from fundamental-mode rather than text-mode.
7757 2004-04-08  Juri Linkov  <juri@jurta.org>
7759         * info.el (Info-history): Doc fix.
7760         (Info-history-list): New var.
7761         (info-xref): Change magenta4 to blue, remove bold for dark and
7762         light backgrounds, change bold to underline for non-color classes.
7763         (info-xref-visited): New face.
7764         (Info-fontify-visited-nodes): New custom.
7765         (Info-hide-note-references): Add new value `hide'.  Doc fix.
7766         (Info-reference-name): New var.
7767         (Info-selection-hook): New custom.
7768         (Info-edit-mode-hook): New var.
7769         (Info-find-file): New fun.
7770         (Info-find-node): Move part of code to Info-find-file.
7771         (Info-find-node-2): Add anchors to Info-history-list.  Move point
7772         to the place with the reference name if name is defined.
7773         (Info-select-node): Add current node to Info-history-list.
7774         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
7775         (Info-search-whitespace-regexp): New custom.
7776         (Info-search-case-fold): New var.
7777         (Info-search): Add "case-sensitively" to the prompt.
7778         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
7779         (Info-search-case-sensitively, Info-search-next): New fun.
7780         (Info-up): Move point to the menu item of the current node.
7781         (Info-history): New fun.  Add *info-history* to
7782         same-window-buffer-names.
7783         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
7784         (Info-insert-toc): New fun.
7785         (Info-build-toc): New fun.
7786         (Info-follow-reference): Add new arg `fork'.  Doc fix.
7787         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
7788         with the same name prefer the reference closest to point.
7789         (Info-next-reference): Replace * by + in the *Note regexp.
7790         Add regexp for http:// and ftp://.  Skip the *Note prefix.
7791         (Info-prev-reference): Replace * by + in the *Note regexp.
7792         Add regexp for http:// and ftp://.  Skip the *Note prefix.
7793         (Info-follow-nearest-node): Add new arg `fork'.
7794         (Info-try-follow-nearest-node): Add new arg `fork'.
7795         Call browse-url for http:// and ftp:// references.
7796         Set Info-reference-name for index entries.
7797         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
7798         Info-search-next, Info-history, Info-toc, clone-buffer.
7799         (Info-menu-update): Replace * by + in the *Note regexp.
7800         (Info-mode): Add documentation for Info-history, Info-toc,
7801         Info-search-case-sensitively, Info-search-next, clone-buffer.
7802         (Info-fontify-menu-headers): Remove fun.  Move code to
7803         Info-fontify-node.
7804         (Info-fontify-node): Add docstring.  Add local vars
7805         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
7806         then fontify header line, titles, menu headers, http and ftp
7807         references, refill paragraphs.  If not-fontified-p is t or
7808         fontify-visited-p is t then fontify cross references, menu items.
7809         Fontify menu headers.  Fontify http and ftp references.
7810         Change regexp for cross references to require whitespace after *Note,
7811         add matching groups for file and node names.  Remove hack for quote.
7812         Use display property for Info-hide-note-references=t.  Use fifth
7813         or fourth match for help-echo.  Display visited nodes in a
7814         different face.  Unhide file names of external references.
7815         Unhide newlines.  Display visited menu items in a different face.
7817 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7819         * progmodes/compile.el: Require CL.
7820         (compilation-mode-font-lock-keywords): Re-install the "line as
7821         function" patch.
7823         * help-fns.el (help-C-source-directory): New var.
7824         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
7825         (describe-function-1, describe-variable): Use them.
7827         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
7828         to C source files specially.
7830 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7832         * info.el (Info-hide-cookies-node): New function.
7833         (Info-select-node): Use it.
7834         (Info-display-images-node): Remove message with image file name.
7836 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
7838         * progmodes/compile.el (compilation-warning-face)
7839         (compilation-info-face, compilation-skip-threshold)
7840         (compilation-skip-visited, compilation-context-lines):
7841         Declare :version when added to Emacs.
7842         (compilation-error-regexp-alist-alist): Extend caml and irix.
7843         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
7844         (compilation-mode-font-lock-keywords): Temporarily undo line as
7845         function patch, which wasn't ready.
7847 2004-04-07  Kenichi Handa  <handa@m17n.org>
7849         * international/latin1-disp.el (latin1-display-setup): Check each
7850         character is displayable or not instead of calling
7851         latin1-display-check-font.
7853 2004-04-06  Kenichi Handa  <handa@m17n.org>
7855         * language/ethio-util.el (ethio-sera-being-called-by-w3):
7856         New variable.
7857         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
7858         instead of sera-being-called-by-w3.
7859         (ethio-fidel-to-sera-buffer): Likewise.
7860         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
7861         instead of sera-being-called-by-w3.
7862         (ethio-write-file): Likewise.
7864 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7866         * printing.el: Doc fix.
7868 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
7870         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
7871         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
7872         (gdb-setup-windows): Only use separate IO buffer if required.
7874 2004-04-06  Kim F. Storm  <storm@cua.dk>
7876         * term.el (term-is-xemacs): Remove.
7877         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
7878         (term-window-width): New function.
7879         (term-mode, term-check-size): Use it.
7880         (term-mode): Disable overflow-newline-into-fringe in term buffer.
7882 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7884         * cus-edit.el (custom-add-parent-links): Change unbound variable
7885         `symbol' to `name'.
7887 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
7888         * info.el (info-apropos): New function.
7889         (Info-mode-menu): Add it.
7890         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
7892         * help-mode.el (help-make-xrefs): Recognize aliased variable with
7893         inherited docstring.
7895         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
7897 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7899         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
7901         * progmodes/compile.el (font-lock): Don't require any more.
7902         (compilation-error-properties, compilation-start, compilation-sentinel)
7903         (compilation-filter, next-error): Use with-current-buffer.
7904         (compilation-skip-to-next-location, compilation-skip-threshold)
7905         (compilation-skip-visited): Move to silence the byte-compiler.
7906         (compilation-setup): Simplify.
7907         (compilation-next-error): Use line-(beginning|end)-position.
7908         Make sure `pt' is non-nil before using compilation-loop.
7909         (compile-goto-error): Add optional event arg.  Use it.
7910         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
7911         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
7912         Update the binding for mouse-2.
7913         (first-error): Set compilation-current-error to nil rather than bob.
7914         (compilation-parsing-end, compilation-parse-errors-function)
7915         (compilation-error-list, compilation-old-error-list):
7916         "New" compatibility variables.
7917         (compile-buffer-substring, compilation-compat-error-properties)
7918         (compilation-compat-parse-errors, compilation-forget-errors):
7919         New compatibility functions.
7920         (compilation-mode-font-lock-keywords): Use them.
7922 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
7924         * autorevert.el (auto-revert-handler): If point (or a window
7925         point) is at the end of the buffer, keep it there after
7926         reverting.  This allows to tail a file.
7927         Mention this in the `Commentary'.
7929         * format.el (format-write-file): Add optional argument CONFIRM
7930         and make it behave like the analogous argument to `write-file'.
7932 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7934         * progmodes/ebnf2ps.el: Doc fix.
7935         (ebnf-version): New version number (4.2).
7936         (ebnf-syntax): Customization and docstring fix.
7937         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
7938         Put autoloaded funs before first use.
7939         (ebnf-style-database): Add dtd entry.
7940         (ebnf-syntax-alist): Add dtd initialization.
7941         (ebnf-token-sequence): New fun.
7942         (ebnf-comment-table): Add new comment action character.
7943         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
7945         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
7946         Type Definition for XML).
7948         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
7949         * progmodes/ebnf-bnf.el (ebnf-sequence):
7950         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
7951         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
7952         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
7953         Code simplification: call ebnf-token-sequence.
7955 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
7957         * calendar/timeclock.el (timeclock-relative)
7958         (timeclock-get-project-function, timeclock-get-workday-function)
7959         (timeclock-query-out, timeclock-when-to-leave)
7960         (timeclock-when-to-leave-string, timeclock-log-data)
7961         (timeclock-generate-report, timeclock-in): Doc fixes.
7963 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7965         * url/: New dir.  Import the URL package from its repository.
7967 2004-04-03  Andreas Schwab  <schwab@suse.de>
7969         * diff-mode.el (diff-mode): Fix missing quote.
7971 2004-04-03  Juri Linkov  <juri@jurta.org>
7973         * descr-text.el (describe-property-list): Add `font-lock-face'.
7975         * dired.el (dired-font-lock-keywords): Fix permission regexps.
7977 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7979         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
7980         Use utf-16le on little endian machines and utf-16be otherwise.
7982 2004-04-02  David Kastrup  <dak@gnu.org>
7984         * net/browse-url.el (browse-url-generic): Use call-process
7985         instead of start-process to allow browsers that fork and detach.
7987 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
7989         * compile.el (compilation-current-error): New var.
7990         (compilation-setup, compile-mouse-goto-error)
7991         (compile-goto-error, next-error): Use it.
7992         (compilation-skip-to-next-location): Default to t, which gives
7993         contiguous skipping like old compile (where this was redundant).
7994         (compilation-next-error): Prevent previous-* commands from moving
7995         back to message at or just before point.
7997 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
7999         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
8000         (gdb-source-info): Don't display source at startup, if required.
8001         (gdb-show-main): New option.
8002         (gdba): Update documentation.
8003         (gdb-source): Cover case of auto-display output.
8005 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
8007         * autorevert.el: Delete obsolete autoload's and defvar's.
8008         (auto-revert-check-vc-info): New user option.
8009         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8010         (auto-revert-handler-vc): Delete.
8011         (auto-revert-handler): Treat return value `fast' of
8012         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
8014         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
8015         return `fast'.
8017         * files.el (buffer-stale-function): Doc change.
8019 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8021         * printing.el: New tip on Tips section.
8022         (pr-version): New version number (6.7.4).
8023         (pr-shell-file-name): Initialization fix.
8025 2004-03-31  Juri Linkov  <juri@jurta.org>
8027         * dired.el: Add autoload for `dired-do-touch'.
8028         (dired-touch-program): New var.
8029         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
8030         (dired-no-confirm): Add `touch' to docstring.
8032         * dired-aux.el (dired-do-touch): New fun.
8033         (dired-do-chxxx): Add argument -t for touch operation.
8035         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
8036         `dired-move-to-filename-regexp'.
8038 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
8040         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
8042 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8044         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
8045         and only if the buffer was modified.
8047 2004-03-30  Kenichi Handa  <handa@m17n.org>
8049         * international/characters.el: Delete pairs for U+2308..U+230B.
8051 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
8053         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
8054         to detect the beginning of a level 2 or 3 annotation.
8056 2004-03-29  Kenichi Handa  <handa@m17n.org>
8058         * international/ucs-tables.el (ucs-insert): Fix the error message.
8060 2004-03-29  Kenichi Handa  <handa@m17n.org>
8062         * international/mule-util.el (char-displayable-p): Fix generation
8063         of XLFD file name.
8065         * Makefile.in (setwins, setwins_almost): Change directory to $wd
8066         before finding directories by `find'.
8068 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8070         * subr.el (interactive-form): Delete.  Now implemented in C.
8072         * pcvs.el (cvs-parse-process): Workaround for Darwin.
8074         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
8075         (vc-diff-label): New fun.
8076         (vc-diff-internal): Use it.
8078         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
8080 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8082         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
8084         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
8085         specify XML (EBNFX).
8087         * progmodes/ebnf2ps.el: Doc fix.
8088         (ebnf-version): New version number (4.1).
8089         (ebnf-syntax): Adjust customization.
8090         (ebnf-style-database): Add ebnfx entry.
8091         (ebnf-syntax-alist): Add ebnfx initialization.
8092         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
8094         * printing.el: Doc fix.
8095         (pr-version): New version number (6.7.3).
8096         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
8097         returns nil for mouse position.  Reported by Drew Adams
8098         <drew.adams@oracle.com>.
8099         (pr-update-menus): Modify interactive declaration.  Reported by Drew
8100         Adams <drew.adams@oracle.com>.
8102 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
8104         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
8105         (gud-gdba-marker-filter): Log the process input and output, if
8106         required.  From Stefan Monnier.
8107         (gdb-debug-log, gdb-enable-debug-log): New variables.
8108         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
8110 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8112         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
8113         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
8115 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
8117         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
8118         Call vc-find-file-hook here instead of in auto-revert-buffers.
8119         (auto-revert-buffers): Delete call to vc-find-file-hook.
8120         (auto-revert-verbose, global-auto-revert-non-file-buffers)
8121         (global-auto-revert-mode, auto-revert-set-timer)
8122         (auto-revert-handler, auto-revert-buffers): Doc fixes.
8124 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
8126         * woman.el (woman-change-fonts): Rename local variable
8127         woman-font-alist to font-alist to avoid a compiler warning.
8129 2004-03-27  Dave Love  <fx@gnu.org>
8131         * emacs-lisp/rx.el (rx): Doc fix.
8132         Fix copyright years.
8134         * strokes.el (strokes-global-set-stroke-string): New function.
8135         (strokes-list-strokes): Cope with strings, not just commands.
8136         Set foreground colour of image.
8137         (strokes-global-set-stroke): Doc fix.
8139 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
8141         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
8142         Auto Revert mode.
8143         (Buffer-menu-files-only): New variable.
8144         (Buffer-menu-toggle-files-only): New function.
8145         (Buffer-menu-mode-map): Bind it to `T'.
8146         (Buffer-menu-mode): Mention `T' in docstring.
8147         Set buffer-stale-function.
8148         (list-buffers-noselect): Mark buffer non-modified and set
8149         Buffer-menu-files-only.
8151         * dired.el (buffer-stale-function): Remove no longer needed defvar.
8153         * autorevert.el (auto-revert-handler): Print revert message
8154         before, rather than after, reverting.
8155         (buffer-stale-function): Move to files.el.
8157         * files.el (buffer-stale-function): Move here from autorevert.el.
8159 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8161         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
8163         * calc/calc.el (calc-mode-map): Use mapc.
8165         * apropos.el (apropos-mode): Don't autoload.
8166         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
8167         (apropos): Use it.
8168         (apropos-print): Add optional `text' argument.
8169         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
8170         Don't assume point-min == 1.
8172         * bs.el (bs-buffer-list): Use buffer-local-value.
8173         (bs--set-toggle-to-show): Use with-current-buffer.
8175         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
8176         New funs.
8177         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
8179         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
8181         * dabbrev.el (dabbrev-expand): Fix regexp construction.
8182         (dabbrev--find-expansion): Use pop.
8183         (dabbrev--search): Use match-string-no-properties.
8185         * dired.el (dired-mode): Use run-mode-hooks.
8186         (dired-move-to-end-of-filename): Use match-string.
8188         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
8189         is bound before using it.
8190         (ediff-verbose-p): Make it into a var since it's not constant.
8192         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
8194         * faces.el (read-face-font): Don't cons up unnecessarily.
8195         (header-line, tool-bar): Share common parts.
8197         * files.el (file-relative-name): Use compare-strings.
8199         * finder.el (finder-mode): Follow coding convention.
8201         * subr.el (read-number): New function.
8203         * ses.el (ses-read-number): Move to subr.el.
8204         (ses-set-header-row): Use read-number.
8206 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
8208         * vc-hooks.el (vc-arg-list): New function, which handles both
8209         compiled and uncompiled code.
8210         (vc-default-workfile-unchanged-p): Use it.
8212         * vc.el (vc-print-log): Undo prev change, use new function
8213         vc-arg-list from vc-hooks.el.
8215 2004-03-26  Masatake YAMATO  <jet@gyve.org>
8217         * simple.el (completion-setup-function): Emphasize the
8218         first uncommon characters in the completions; and de-emphasize
8219         the common prefix substrings.
8220         (completion-emphasis): New face.
8221         (completion-de-emphasis): New face.
8223 2004-03-25  Juanma Barranquero  <lektu@terra.es>
8225         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
8226         Comment out (it's unused and unfinished code).
8228 2004-03-25  Sam Steingold  <sds@gnu.org>
8230         * vc.el (vc-print-log): Fix a bug in the last patch:
8231         backend-function may be a byte-compiled object, not a lambda.
8233 2004-03-25  Juri Linkov  <juri@jurta.org>
8235         * descr-text.el (describe-property-list): Add a button
8236         for `face' property that calls `describe-face'.
8237         Suggested by luis fernandes <elf@ee.ryerson.ca>
8239         * international/mule.el (keyboard-coding-system):
8240         * kmacro.el (kmacro-call-macro): Fix docstring.
8242         * dired.el: Fix comments.
8244         * textmodes/fill.el (fill): Fix Info link.
8246         * font-lock.el (fast-lock, lazy-lock):
8247         * jit-lock.el (jit-lock): Remove links to removed Support Modes
8248         Info node.
8250         * eshell/eshell.el (eshell): Fix broken info-link.
8252         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
8253         * eshell/em-banner.el (eshell-banner):
8254         * eshell/em-smart.el (eshell-smart):
8255         * eshell/esh-cmd.el (eshell-cmd):
8256         Comment out broken info-links to incomplete Info manual.
8258         * info-xref.el: Fix commentary.
8260 2004-03-25  Kevin Ryde  <user42@zip.com.au>
8262         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
8263         Remove spurious node duplicate suppression, doesn't work, not wanted.
8264         (info-xref-output): Take format style args, add "sit-for 0" to let
8265         user see the results as they progress.
8266         (info-xref-check-all-custom): New function.
8268 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
8270         * gdb-ui.el: Moved to progmodes.
8272 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8274         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
8276 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
8278         * calendar/appt.el (appt-check): Remove superfluous progn.
8279         When finished with diary buffer: if it was not being displayed
8280         before, kill it; otherwise restore its original state.
8281         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
8283         * calendar/calendar.el (calendar-set-mode-line): Use total
8284         available mode-line width, rather than frame-width.
8286         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
8287         after mode change so effect not lost.
8289 2004-03-23  Dave Love  <fx@gnu.org>
8291         * dired.el (dired) <defgroup>: Add link to manual.
8292         (dired-font-lock-keywords): Add highlighting on unusual permissions.
8293         (dired-revert): Use dolist.
8294         (dired-mode-map): Add U binding.
8295         (dired-mode): Add font-lock-beginning-of-syntax-function.
8296         (dired-garbage-files-regexp): Make it a defcustom.
8298 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8300         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
8301         is equivalent to nil.
8302         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
8303         (vc-arch-mode-line-string): Accept `added' state.
8304         (vc-arch-state): Use inode-sigs if available.
8305         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
8306         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
8307         (vc-arch-tagline-re): New var.
8308         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
8309         New functions.
8310         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
8311         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
8313         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
8314         (vc-file-not-found-hook): Use it.
8316         * diff-mode.el (diff-default-read-only): Change default.
8317         (diff-mode-hook): Make it a defcustom.  Add some options.
8318         (diff-mode-map): Bind diff-refine-hook.
8319         (diff-yank-handler): New var.
8320         (diff-yank-function): New fun.
8321         (diff-font-lock-keywords): Use them.
8322         (diff-end-of-file): Handle case where file-header looks like diff text.
8323         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
8324         (diff-file-kill): Delete a subsequent empty line, if applicable.
8325         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
8326         (diff-find-file-name): Use it.
8327         (diff-tell-file-name): New command.
8328         (diff-mode): Be careful with view-mode.
8329         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
8330         New functions, for use in diff-mode-hook.
8331         (diff-find-source-location): Catch "regex too large" errors.
8332         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
8333         (diff-refine-hunk): New command.
8335         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
8336         (smerge-context-menu-map): Remove unused var.
8337         (smerge-keep-all): Preserve markers.
8338         (smerge-keep-n): New fun.
8339         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8340         (smerge-keep-current, smerge-ediff): Use it.
8341         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
8342         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
8343         (smerge-resolve): Resolve trivial 3-part conflicts.
8345 2004-03-23  Juri Linkov  <juri@jurta.org>
8347         * man.el (Man-width): New var.
8348         (Man-getpage-in-background): Use it.
8349         (Man-support-local-filenames): New var and fun.
8350         (Man-build-man-command): Don't add a second %s.
8351         (Man-fontify-manpage): Clean up message.
8352         (Man-mode): Set outline-regexp, outline-level,
8353         imenu-generic-expression.
8355         * woman.el (woman-fill-frame): Doc fix.
8356         (woman-decode-region): Use window-width instead of frame-width.
8358         * abbrevlist.el (list-one-abbrev-table):
8359         * descr-text.el (describe-char):
8360         * international/mule-diag.el (describe-current-coding-system):
8361         * international/quail.el (quail-insert-decode-map):
8362         Use window-width instead of frame-width.
8364         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
8365         (jka-compr-mode-alist-additions): Add tbz.
8366         (jka-compr-write-region, jka-compr-insert-file-contents):
8367         Add message for undefined compress-program.
8368         (jka-compr-write-region): Remove redundant var bindings.
8370         * dired-x.el (dired-guess-shell-alist-default): Add choices for
8371         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
8372         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
8373         (dired-man): Use dired-guess-shell-command.
8374         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
8375         Change default nil to t.
8377         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
8378         (dired-compare-directories): Add default value for empty input.
8380         * help-at-pt.el: Move suggestions for key bindings to Commentary.
8382         * time.el (display-time-string-forms): Fix help-echo date format.
8384 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
8386         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
8387         (buffer-stale-function): New variable.
8388         (auto-revert-list-diff, auto-revert-dired-file-list)
8389         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
8390         (auto-revert-handler): Take over some functionality of deleted
8391         functions.
8392         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
8394         * dired.el (dired-directory-changed-p): New fun, extracted from
8395         dired-internal-noselect.
8396         (dired-buffer-stale-p): New fun.
8397         (dired-internal-noselect): Use dired-directory-changed-p.
8398         Eliminate revert messages.
8399         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
8401 2004-03-23  Kenichi Handa  <handa@m17n.org>
8403         * international/characters.el: Setup syntaxes for more parentheses
8404         Unicode characters.
8406         * international/mule-cmds.el (select-safe-coding-system):
8407         Merge coding-system and auto-cs before comparing them.
8409 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8411         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
8413         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8414         normal-auto-fill-function and comment-indent-function.
8415         The default values now work just as well.
8416         Don't set font-lock-beginning-of-syntax-function since we already set
8417         syntax-begin-function.
8418         (lisp-outline-level): Put ;;;###autoload at same level as (.
8419         (prin1-char): Quote special chars.
8421         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
8422         than with-no-warnings.
8424         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
8425         if the source location can't be found.
8426         (edebug-compute-previous-result): Use prin1-char.
8428         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
8429         (debug-ignored-errors): Add an entry.
8431         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
8432         (byte-compile-file): Output warning when deleting a file.
8434         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
8435         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
8437         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
8438         (byte-compile-inline-expand): Use backquote.
8439         (byte-optimize-pure-func): Rename from byte-optimize-concat.
8440         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
8442         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
8444         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
8446 2004-03-22  Juri Linkov  <juri@jurta.org>
8448         * finder.el (finder-known-keywords): Fix data, tex, unix.
8450         * play/landmark.el: Fix keywords.
8452         * language/ethio-util.el (ethio-find-file): Doc fix.
8454         * emacs-lisp/warnings.el: Doc fix.
8456         * textmodes/ispell.el (ispell-help): Doc fix.
8458 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
8460         * format.el (format-insert-file): Always return a list of two
8461         elements, like insert-file-contents does.
8463 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
8465         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
8466         and vc-BACKEND-diff.
8467         (vc-print-log): If the print-log implementation supports it, use
8468         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
8469         (vc-version-diff, vc-diff-internal): Doc fixes.
8471         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
8472         implementation supports it, let diff output go to *vc*,
8473         not *vc-diff*, since this is an internal call.
8475         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
8477         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
8479         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
8481 2004-03-21  Dave Love  <fx@gnu.org>
8483         * progmodes/cfengine.el (cfengine-mode):
8484         Set parse-sexp-ignore-comments.
8486         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
8488 2004-03-21  Juanma Barranquero  <lektu@terra.es>
8490         * allout.el (allout-mode): Fix docstring.
8492 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
8494         * files.el (insert-directory): Fix bug if SWITCHES is a list.
8496         * autorevert.el (auto-revert-interval): Make new value take
8497         effect immediately when set through Custom.
8498         (auto-revert-set-timer): Add interactive declaration.
8500 2004-03-19  David Ponce  <david@dponce.com>
8502         * ruler-mode.el (ruler-mode-header-line-format-old):
8503         Don't `make-variable-buffer-local'.
8504         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
8505         (ruler-mode-header-line-format): Simply funcall the above.
8506         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
8507         to save/restore a previous header line format.
8508         (ruler-mode-space): Don't depend on a numeric WIDTH value.
8509         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
8510         fringes and margins width.
8511         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
8513 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8515         * log-edit.el (log-edit-font-lock-keywords): Typo.
8517         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
8518         (tex-send-tex-command): Rather than here.
8519         (tex-compilation-parse-errors): Simplify.
8521         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
8523         * time.el (display-time-string-forms): Add help-echo with date on time.
8525         * composite.el (compose-region): Use restore-buffer-modified-p.
8527         * disp-table.el (standard-display-8bit): Simplify.
8529         * server.el (server-process-filter): Delete temp frame.
8531         * add-log.el (add-change-log-entry): Simplify.
8533 2004-03-19  Kim F. Storm  <storm@cua.dk>
8535         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
8536         (hexl-follow-line): Don't require 'fringe.
8538         * progmodes/compile.el (compilation-start): Always set
8539         compilation-last-buffer and return it.
8541 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
8543         * simple.el (clone-buffer): Doc fix.
8545 2004-03-18  Juanma Barranquero  <lektu@terra.es>
8547         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
8549 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8551         * log-edit.el (log-edit-font-lock-keywords): New var.
8552         (log-edit-mode): Use it.
8554 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
8556         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
8557         properly for watching in speedbar.
8559 2004-03-17  Masatake YAMATO  <jet@gyve.org>
8561         * smerge-mode.el (smerge-popup-context-menu):
8562         Put `unwind-protect' around `overlay-put' and `popup-menu'.
8564 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8566         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
8567         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
8568         Take sealed revisions into account.
8569         (vc-arch-checkin): Extract a summary line from the message.
8571 2004-03-16  Masatake YAMATO  <jet@gyve.org>
8573         * register.el (register): Provide `register' feature.
8575 2004-03-15  Masatake YAMATO  <jet@gyve.org>
8577         Added context menu support in smerge mode.
8578         Most of the part is written by Stefan Monnier.
8580         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
8581         New keymap and menu.
8582         (smerge-text-properties): New function.
8583         (smerge-remove-props): New function.
8584         (smerge-popup-context-menu): New function.
8585         (smerge-resolve): Call `smerge-remove-props'.
8586         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
8587         (smerge-keep-current): Ditto.
8588         (smerge-kill-current): New function.
8589         (smerge-match-conflict): Put text properties.
8590         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
8592 2004-03-15  David Ponce  <david@dponce.com>
8594         * ruler-mode.el: (ruler-mode-left-fringe-cols)
8595         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
8596         (ruler-mode-right-scroll-bar-cols): Remove.
8597         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
8598         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
8599         Use fringe-columns and scroll-bar-columns.
8601 2004-03-15  Masatake YAMATO  <jet@gyve.org>
8603         * hl-line.el (hl-line-range-function): New variable.
8604         (hl-line-move): New function.
8605         (global-hl-line-highlight): Use `hl-line-move'.
8606         (hl-line-highlight): Ditto.
8608         * scroll-bar.el (scroll-bar-columns):
8609         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
8611         * ruler-mode.el (top-level): Require scroll-bar and fringe.
8612         (ruler-mode-left-fringe-cols)
8613         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
8614         (ruler-mode-right-scroll-bar-cols)
8615         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
8616         (ruler-mode-ruler-function): New variable.
8617         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
8618         if the value for `ruler-mode-ruler-function'is given.
8620         * hexl.el (hexl-mode-hook): Make the hook customizable.
8621         (hexl-address-area, hexl-ascii-area): New customize variables.
8622         (hexlify-buffer): Put font-lock-faces on the address area and
8623         the ascii area.
8624         (hexl-activate-ruler): New function.
8625         (hexl-follow-line): New function.
8626         (hexl-highlight-line-range): New function.
8627         (hexl-mode-ruler): New function.
8629 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8631         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
8632         (vc-default-find-file-hook): New fun.
8633         (vc-find-file-hook): Call new find-file-hook operation.
8635         * vc-arch.el: New file.
8637 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
8639         * info-look.el (info-lookup): Reuse an existing Info window.
8641 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
8643         * woman.el (woman-preserve-ascii): Default value changed to t and
8644         doc string revised.
8646 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8648         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8649         Fix minor bug.
8651         * replace.el (occur-engine): Change message for count of matches.
8653         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
8654         For strings, do compare text properties.
8656 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
8658         * progmodes/compile.el (compile-auto-highlight)
8659         (compilation-error-list, compilation-old-error-list)
8660         (compilation-parse-errors-function, compilation-parsing-end)
8661         (compilation-error-message, compilation-directory-stack)
8662         (compilation-enter-directory-regexp-alist)
8663         (compilation-leave-directory-regexp-alist)
8664         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
8665         (compilation-current-file, compilation-regexps): Remove vars.
8667         (compile-error-at-point, compilation-error-filedata)
8668         (compilation-error-filedata-file-name, compile-reinitialize-errors)
8669         (compilation-next-error-locus, compilation-forget-errors)
8670         (count-regexp-groupings, compilation-parse-errors)
8671         (compile-collect-regexps, compile-buffer-substring): Remove funs.
8673         (compile-internal): Make obsolete.
8675         (compilation-first-column, compilation-error)
8676         (compilation-directory-matcher, compilation-page-delimiter)
8677         (compilation-mode-font-lock-keywords, compilation-debug)
8678         (compilation-error-face, compilation-warning-face)
8679         (compilation-info-face, compilation-line-face)
8680         (compilation-column-face, compilation-enter-directory-face)
8681         (compilation-leave-directory-face, compilation-skip-threshold)
8682         (compilation-skip-visited, compilation-context-lines): New vars.
8684         (compilation-warning-face, compilation-info-face)
8685         (compilation-message-face): New faces.
8687         (compilation-error-regexp-alist-alist): New constant.
8689         (compilation-face, compilation-directory-properties)
8690         (compilation-assq, compilation-error-properties, compilation-start)
8691         (define-compilation-mode, compilation-loop)
8692         (compilation-set-window): New functions.
8694         (compile): Additional argument for interactive compiles like TeX.
8696         * progmodes/grep.el (kill-grep): Move here from compile.el
8697         (grep-error, grep-hit-face, grep-error-face)
8698         (grep-mode-font-lock-keywords): New variables.
8699         (grep-regexp-alist): Simplify regexp and add `binary' case.
8700         (grep-mode): New mode.
8701         (grep-process-setup): Simplify.
8703 2004-03-11  Jason Rumney  <jasonr@gnu.org>
8705         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
8706         letters on DOS/Windows.
8708 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8710         * server.el (server-name): New var.
8711         (server-socket-dir): New var to replace server-socket-name.
8712         (server-start): Use them.
8714 2004-03-11  Simon Josefsson  <jas@extundo.com>
8716         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
8717         died to avoid infloop.  Reported by Jonathan Glauner
8718         <jglauner@sbum.org>.
8720 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8722         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
8723         (smerge-mode-menu): Use it to deactivate menu entries.
8724         (smerge-keep-current): New fun.
8725         (smerge-keep-current): Use it.
8727 2004-03-10  John Paul Wallington  <jpw@gnu.org>
8729         * foldout.el (foldout-fold-list, foldout-modeline-string):
8730         Declare them as variables, not constants.
8732 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8734         * ps-print.el: Modification to print *Messages* buffer.
8735         (ps-print-version): New version 6.6.4.
8736         (ps-message-log-max): New fun.
8737         (ps-spool-without-faces, ps-spool-with-faces)
8738         (ps-count-lines-preprint): Code fix.
8740         * printing.el: New tips in Tips section.
8742 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8744         * delim-col.el: Doc fix.
8746         * printing.el: Doc fix.  New doc section (Tips).
8748 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8750         * type-break.el (type-break-emacs-variant): Remove.
8751         (type-break-run-at-time, type-break-cancel-function-timers):
8752         Use fboundp rather than version name and number.
8754 2004-03-09  Masatake YAMATO  <jet@gyve.org>
8756         * hexl.el (hexl-mode): Use `make-local-variable' instead of
8757         `make-variable-buffer-local'.
8759 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
8761         * find-dired.el (find-dired): Call `shell-command' instead of
8762         `start-process-shell-command'.  By this, Tramp takes over
8763         handling of remote directories.
8765 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8767         * newcomment.el (comment-use-global-state): New var.
8768         (comment-search-forward): Use it.
8770         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
8772         * cus-edit.el (fill) <defgroup>: Move to fill.el.
8774         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
8775         (enable-kinsoku): Make it a defcustom.
8776         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
8777         paragraph to same-comment-start-marker.
8779 2004-03-07  Dave Love  <fx@gnu.org>
8781         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
8782         (browse-url-mail): Use it.
8784         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
8785         (rfc2368-unhexify-string): Use replace-regexp-in-string.
8787 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
8789         * woman.el (woman-man.conf-path): Doc fix.
8790         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
8792 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
8794         * sort.el (sort-columns): Remove ms-dos from the list of systems
8795         where the external `sort' command is not used.
8797 2004-03-07  Kim F. Storm  <storm@cua.dk>
8799         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
8800         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
8801         from overlay-arrow-variable-list.
8802         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
8804 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
8806         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
8807         overlay arrow string properly for the assembler buffer.
8809 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8811         * mail/sendmail.el (mail-mode): Fix last change.
8813 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
8815         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
8816         for the assembler buffer.
8817         (gdb-assembler-custom): Position the overlay arrow.
8818         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
8820 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8822         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
8824         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
8825         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
8827         * mail/sendmail.el (mail-mode): Set comment-start-skip.
8829         * newcomment.el (uncomment-region): Allow non-terminated comment.
8830         (comment-normalize-vars): Check the user-specified comstart marker.
8832 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8834         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
8835         Otherwise, do use it if the region only contains font-lock text
8836         properties.
8838 2004-03-04  Masatake YAMATO  <jet@gyve.org>
8840         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
8841         as the callback function for eldoc.
8842         (hexl-print-current-point-info): New function.
8843         (hexl-current-address): Print the address in both decimal
8844         and hexadecimal format.
8846 2004-03-04  Richard M. Stallman  <rms@gnu.org>
8848         * mail/rmail.el (rmail-convert-to-babyl-format):
8849         Specify t for UNIBYTE when calling mail-unquote-printable-region.
8851         * mail/mail-utils.el (mail-unquote-printable-region):
8852         New arg UNIBYTE.
8854         * startup.el (command-switch-alist): Doc fix.
8856         * simple.el (undo): Temporarily set this-command to `undo-start',
8857         then set it to `undo' once undo-start returns without error.
8859         * simple.el (minibuffer-history-sexp-flag): Doc fix.
8861         * simple.el (kill-line): Don't disregard trailing whitespace
8862         in eol condition, if show-trailing-whitespace is set.
8864         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
8865         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
8866         When disabling, restore old values only if mouse-sel-has-been-enabled.
8868         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
8869         (isearch-{-char): New function.
8870         (isearch-mode-map): Bind { to isearch-{-char.
8872         * font-lock.el (lisp-font-lock-keywords-2):
8873         Turn off the CL with-... and do-... general patterns.
8874         Instead, recognize several specific with... and do... constructs.
8876         * files.el (switch-to-buffer-other-window):
8877         Bind same-window-buffer-names and same-window-regexps to nil.
8878         (switch-to-buffer-other-frame): Likewise.
8880 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8882         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
8883         recognizing leading comment on code line.
8885 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8887         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
8888         hidden files/directories.
8890 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8892         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
8893         only comment-start (in case the mode hasn't set it).
8895         * Makefile.in (AUTOGENEL): New var.
8896         (bootstrap-prepare): Rename from bootstrap-clean.
8897         Don't remove elc files.
8898         (maintainer-clean): New target.
8900         * xml.el (xml-get-attribute-or-nil): Simplify.
8902 2004-03-02  Juri Linkov  <juri@jurta.org>
8904         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
8905         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
8906         URL to prevent their substitution with the environment variable
8907         values by browsers.
8909 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8911         * ps-print.el: Doc fix.
8912         (ps-print-version): New version number (6.6.3).
8913         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
8914         Docstring fix.
8915         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
8916         before printing.
8917         (ps-time-stamp-yyyy-mm-dd): New fun.
8918         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
8920 2004-03-02  Kim F. Storm  <storm@cua.dk>
8922         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
8924 2004-03-01  Juanma Barranquero  <lektu@terra.es>
8926         * allout.el (allout-rebullet-heading): Fix typo in docstring.
8928         * desktop.el (desktop-file-version)
8929         (desktop-after-read-hook): Fix typos.
8930         (desktop-clear-preserve-buffers): Remove redundant info in
8931         docstring already shown by the obsolescence message.
8932         (desktop-truncate, desktop-internal-v2s)
8933         (desktop-value-to-string): Change argument name to match docstring.
8935         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
8937         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
8938         docstring.
8940 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8942         * printing.el: Replace "As Is..." in PostScript file print/preview by
8943         "No Preprocessing...".  Suggested by Colin Marquardt
8944         <_marquardt_@zmd.de>.
8945         (pr-insert-section-4): Adjust buffer interface.
8947 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
8949         Version 2.0.39 of Tramp released.
8951         * net/tramp.el (tramp-handle-file-local-copy)
8952         (tramp-handle-write-region, tramp-open-connection-rsh):
8953         Variable name typo.  Small change.  From Patrick Tullmann
8954         <tullmann@flux.utah.edu>.
8955         (tramp-process-connection-type): New variable.
8956         (tramp-maybe-open-connection): Use it.
8957         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
8958         (tramp-touch): Set last-modified time of a remote file.
8959         (tramp-handle-write-region): Say which function is used when encoding.
8961 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8963         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
8964         case of non-existing filename, too.  Reported by Christoph Bauer
8965         <c_bauer@informatik.uni-kl.de>.
8966         (tramp-smb-get-file-entries): The directory in question should
8967         have permissions "drwxrwxrwx".  Just virtual, because we don't
8968         know the real permissions.  Don't we know?
8969         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
8970         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
8971         (tramp-smb-wait-for-output): Optimize algorithm getting pending
8972         output.  If it was received chunkwise, there have been problems.
8973         Remove the "prompt not found" error message; it is obvious.
8974         Simplify algorithm.
8975         (tramp-smb-process-running): Remove.  Since we acknowledge the
8976         virtual prompt for shares, there's no need for distinction of
8977         reading shares (process ends afterwards) and interactive mode of
8978         smblient.
8979         (tramp-smb-open-connection): Setting process sentinel removed.
8980         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
8981         "NT_STATUS_NETWORK_ACCESS_DENIED".
8982         (tramp-smb-maybe-open-connection): Set `process-connection-type'
8983         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
8984         (top-level): Setting default value in `tramp-default-method-alist'
8985         corrected.  Order of USER and HOST have been wrong.
8986         Nobody complained for months ...
8987         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
8988         (tramp-smb-open-connection): Clear password cache if login has failed.
8990         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
8991         `tramp-unified-filenames'.
8992         (tramp-completion-mode): Make test for XEmacs explicitely.
8993         `event-to-character' can exists in Emacs packages too.
8994         Reported by Matt Swift <swift@alum.mit.edu>.
8995         (tramp-buffer-name): Buffer name must contain the user if exists.
8996         Reported by Adrian Phillips <a.phillips@met.no>.
8997         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
8998         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
8999         (tramp-do-copy-or-rename-file-out-of-band): Rename from
9000         `tramp-do-copy-or-rename-file-one-local', because it handles also
9001         the case both files use the same out-of-band method.
9002         Implementation added.
9003         (tramp-handle-file-local-copy, tramp-handle-write-region):
9004         Out-of-band handling removed.  `copy-file' called instead, which
9005         calls `tramp-do-copy-or-rename-file-out-of-band'.
9006         (tramp-action-password): Check for out-of-band method removed.
9007         This function is used for 'login-program.
9008         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
9009         appropriate.
9010         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
9011         and `tramp-parse-sknownhosts'.
9012         (tramp-completion-function-alist): It's a defvar now, because we
9013         want to apply the optimized `tramp-set-completion-function'
9014         instead of a static list.
9015         (tramp-set-completion-function): Implementation tuned.
9016         Avoid double entries, and entries where the function or the
9017         file/directory doesn't exist.
9018         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
9019         for SSH2.
9020         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
9021         (tramp-handle-dired-compress-file): New function.
9022         (tramp-async-proc): New variable.
9023         (tramp-handle-shell-command): Adding asynchronous processes.
9024         They are far from being perfect, but it works at least for
9025         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
9026         (top-level): Require password.el if visible.  Should be mandatory
9027         once No Gnus has found its way into (X)Emacs.
9028         (tramp-read-passwd): Invoke `password-read' if available,
9029         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
9030         fallback any longer.
9031         (tramp-clear-passwd): New function.
9032         (tramp-process-actions, tramp-process-multi-actions):
9033         Clear password cache if login has failed.
9035         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
9036         its own module.
9037         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
9038         `ange-ftp-ftp-name-res'.  There could be incorrect values from
9039         previous calls in case the "ftp" method is used in the Tramp file
9040         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9042 2004-02-28  Richard M. Stallman  <rms@gnu.org>
9044         * term.el (term-mouse-paste): Call mouse-set-point.
9046         * thumbs.el: New file.
9048 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9050         * progmodes/ebnf-abn.el: Doc fix.
9052         * progmodes/ebnf-bnf.el: Doc fix.
9053         (ebnf-repeat): Code fix.
9055         * progmodes/ebnf2ps.el: Doc fix.
9056         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
9058 2004-02-28  Juri Linkov  <juri@jurta.org>
9060         * ffap.el (dired-at-point): Additional writability test for
9061         relative directory names.
9062         (dired-at-point-prompter): Treat directories as a directory, get
9063         the directory component from files.
9064         (ffap-string-at-point): Return string from region if region is active.
9065         (ffap-file-at-point): Remove redundant code.
9067 2004-02-28  Kim F. Storm  <storm@cua.dk>
9069         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
9070         Initialize margin area images to nil.
9071         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
9072         (breakpoint-enabled-bitmap-face)
9073         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
9074         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
9075         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
9076         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
9077         (gdb-reset): Use gdb-remove-breakpoint-icons.
9078         (gdb-put-string): Add dprop arg to specify alternative display
9079         property (for setting fringe bitmap).
9080         (gdb-remove-strings): Doc fix.
9081         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
9082         icon in fringe (if available), or else as icon or text in display
9083         margin.  Creates necessary icons in breakpoint-bitmap,
9084         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
9085         Also make left window margin if required.
9086         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
9087         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
9088         no longer needed.
9089         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
9090         gdb-put-breakpoint-icon.
9091         (gdb-assembler-mode): Don't set left-margin-width here.
9093 2004-02-27  Kevin Ryde  <user42@zip.com.au>
9095         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
9096         comma, so that it DTRT in macros.
9098 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9100         * progmodes/sh-script.el (sh-shell-arg)
9101         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
9102         (sh-leading-keywords, sh-other-keywords): Fix custom type.
9104 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
9106         * faces.el (face-spec-set-match-display): Add a new attribute,
9107         `min-colors'.
9108         (region, highlight, secondary-selection): Use `min-colors'.
9110         * custom.el (defface): Add documentation for `min-colors'.
9112         * font-lock.el (font-lock-comment-face, font-lock-string-face)
9113         (font-lock-keyword-face, font-lock-function-name-face)
9114         (font-lock-variable-name-face, font-lock-constant-face):
9115         Use `min-colors'.
9117         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
9119 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9121         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
9122         define assq-delete-all if it's not defined.
9123         (ebnf-generate-region): Code fix.
9125         * printing.el: Doc fix.
9126         (pr-version): New version number (6.7.2).
9127         (pr-command): Return empty string if command is an empty string.
9129 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9131         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
9133         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
9134         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
9135         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
9136         "tt" ["test"] ).  Reported by Markus Dreyer
9137         <mdreyer@ix.urz.uni-heidelberg.de>.
9138         (ebnf-version): New version number (4.0).
9139         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
9140         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
9141         (ebnf-delete-style): New commands.
9142         (ebnf-directory, ebnf-file): New funs.
9143         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
9144         (ebnf-production-name-p, ebnf-stop-on-error): New options.
9145         (ebnf-syntax-alist): New var.
9146         (ebnf-element-width): New fun replacing ebnf-list-width.
9147         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
9148         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
9149         (ebnf-prologue): Adjust vars.
9150         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
9151         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
9152         (ebnf-check-style-values, ebnf-generate-production)
9153         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
9154         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
9155         (ebnf-token-repeat): Code fix.
9157         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
9158         %right, %left and %prec.  Suggested by Matthew K. Junker
9159         <junker@alum.mit.edu>.
9160         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
9162         * progmodes/ebnf-iso.el: Doc fix.
9163         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
9164         (ebnf-iso-lex): Code fix.
9166         * progmodes/ebnf-bnf.el: Doc fix.
9167         (ebnf-bnf-lex): Code fix.
9169         * progmodes/ebnf-otz.el: Doc fix.
9171 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
9173         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
9174         (abbrev-prefix-mark): Doc fix.
9176 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
9178         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
9179         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
9180         (gdb-var-delete): Make interactive (really).
9181         (gdb-edit-value): Make non-interactive.
9183         * progmodes/gud.el (gud-speedbar-menu-items):
9184         Add gdb-var-delete and, indirectly, gdb-edit-value.
9185         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
9186         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
9187         (gud-gdb-marker-filter): Add comment for annotations.
9189 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
9191         * calendar/calendar.el (generate-calendar)
9192         (calendar-read-date): Prevent display of BC calendars once more -
9193         reverts 2003-10-01 change.
9194         (generate-calendar-month): Doc fix.
9196 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
9198         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
9199         return value of increment-calendar-month.
9201 2004-02-21  Stephen Compall  <s11@member.fsf.org>
9203         * saveplace.el (save-place-forget-unreadable-files)
9204         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
9205         (save-place-forget-unreadable-files): New function.
9206         (save-place-alist-to-file): Use it to filter out files that are
9207         no longer readable.
9209         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
9210         current Texinfo environment, using the same method as in
9211         `texinfo-insert-@end', and insert a space rather than a newline if
9212         point in a @table environment.
9214 2004-02-21  Juri Linkov  <juri@jurta.org>
9216         * ffap.el (ffap-file-at-point): Try parent directories.
9218 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
9220         * vcursor.el (vcursor-modifiers): New defcustom.
9221         (vcursor-cs-binding): Use vcursor-modifiers instead of a
9222         hard-coded list.
9224 2004-02-21  Masatake YAMATO  <jet@gyve.org>
9226         * play/animate.el (animate-birthday-present): Accept names other
9227         than `Sarah', too.
9229 2004-02-21  Juri Linkov  <juri@jurta.org>
9231         * startup.el: Remove table of command line arguments from the
9232         Commentary section.
9234 2004-02-20  John Wiegley  <johnw@newartisans.com>
9236         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
9237         again" modifier from 'e' to 'E', since 'e' is also used by the
9238         "file extension" modifier.
9240 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
9242         * help-fns.el (describe-categories): Doc fix.
9244 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9246         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
9247         temporary file for buffer already visiting one.  This change makes
9248         output likely to be directly usable by patch program.
9249         Suggested by Adrian Aichner  <adrian@xemacs.org>
9251 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
9253         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
9254         case of variables defined in compound statements.
9255         (gdb-setup-windows, gdb-source-info, gdb-source-info):
9256         Simplify constructions using switch-to-buffer.
9258 2004-02-19  Simon Josefsson  <jas@extundo.com>
9260         * play/morse.el: Fix typo.
9261         (morse-code): Add @.
9263 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
9265         * calendar/appt.el (appt-display-format): Change default to
9266         'ignore, for backwards compatibility.
9267         (appt-display-message): If appt-display-format is 'ignore,
9268         respect old vars appt-msg-window and appt-visible.
9269         (appt-activate): Don't depend on return value of cancel-timer.
9271         * calendar/calendar.el (calendar-holidays): Doc fix.
9273         * calendar/cal-coptic.el (coptic-prompt-for-date):
9274         Use assoc-string instead of assoc-ignore-case.
9275         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9276         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9277         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9278         * calendar/cal-islam.el (calendar-goto-islamic-date)
9279         (mark-islamic-diary-entries): Ditto.
9280         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9281         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9282         (calendar-read-mayan-tzolkin-date): Ditto.
9283         * calendar/calendar.el (calendar-read-date): Ditto.
9284         * calendar/diary-lib.el (mark-diary-entries): Ditto.
9286 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9288         * progmodes/executable.el (executable-command-find-posix-p):
9289         Fix choice of the directory.
9291 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
9293         * simple.el (interprogram-cut-function)
9294         (interprogram-paste-function, kill-new, kill-append):
9295         Doc fixes.
9296         (kill-region): Make it return nil.  Doc fix.
9297         (yank-pop): Make its argument optional.
9298         (yank): Make ARG `-' equivalent to `-1'.
9300 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
9302         * mail/rmail.el (rmail-get-new-mail): Don't reference
9303         rmail-use-spam-filter if rmail-spam-filter is not loaded.
9305 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
9307         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
9308         if one of global-auto-revert-non-file-buffers or autorevert-mode
9309         is non-nil.
9311 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
9313         * subr.el (delete-dups): A better implementation from Karl Heuer
9314         <kwzh@gnu.org>.
9316 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
9318         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
9319         correct place.
9320         * progmodes/icon.el (icon-indent-command): Ditto.
9321         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
9323 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
9325         * progmodes/grep.el (grep-compute-defaults): Undo change from
9326         2004-01-29: don't use executable-command-find-posix-p.
9328 2004-02-16  Richard Sharman  <rsharman@pobox.com>
9330         * hilit-chg.el: Use require instead of eval-and-compile.
9331         (highlight-compare-buffers): New function.
9333 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
9335         * man.el (Man-fontify-manpage): Render section headings in
9336         `Man-overstrike-face' even when overstrike was not used by man
9337         formatter for section headings.
9339 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
9341         * rmail-spam-filter.el: (vm-use-spam-filter)
9342         (rsf-min-region-length-added-to-spam-list): New variables.
9343         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
9344         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
9345         spam testing.  Don't delete spam message if automatic deletion
9346         after output via variable rmail-delete-after-output is turned on.
9347         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
9348         rsf-bbdb-dont-create-entries-for-spam.
9349         (check-field): New function, extracted from code in
9350         rmail-spam-filter to ease addition of header fields like content-type.
9351         (message-content-type): New variable to check the content-type:
9352         field added, also in defcustom of rsf-definitions-alist.
9353         (rmail-spam-filter): Replace repeated test code for header fields
9354         by calls to check-field; change the call to
9355         rmail-output-to-rmail-file such that rmail-current-message stays
9356         the same to avoid wrong deletion of unseen flags.
9357         (rsf-add-contents-type): New function to convert old format
9358         of rmail-spam-definitions-alist into new one.
9359         Change prefixes of all variables and functions from
9360         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
9362 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
9364         * loadhist.el (unload-hook-features-list): New defvar.
9366 2004-02-16  Dave Love  <fx@gnu.org>
9368         * loadhist.el (unload-feature): Doc fix.  Rename flist to
9369         unload-hook-features-list.
9371 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
9373         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
9374         cookie.  Don't check if we are looking-at open-formula.
9376 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9378         * subr.el (match-string-no-properties): Use substring-no-properties.
9380 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
9382         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
9383         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
9384         Use lower-case "rx" in all error message.
9386 2004-02-16  Dave Love  <fx@gnu.org>
9388         * emacs-lisp/rx.el (rx-or): Put group around result.
9389         (rx-constituents): Add backref.
9390         (rx-syntax): Add string-delimiter, comment-delimiter.
9391         (rx-categories): Add combining-diacritic.
9392         (rx-check-not, rx-greedy, rx): Doc fix.
9393         (rx-backref, rx-check-backref): New.
9395 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
9397         * newcomment.el (uncomment-region): Allow eob as comment end.
9399 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
9401         * filecache.el: All message and error commands now use prefix
9402         "Filecache:" to make it easy to read *Messages* buffer.
9404 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
9406         * autorevert.el: Add support to detect changed dired and VC buffers.
9407         (auto-revert-active-p, auto-revert-list-diff)
9408         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
9409         (auto-revert-handler, auto-revert-active-p): New functions.
9410         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
9411         and `auto-revert-active-p'.
9412         (eval-when-compile): Defvar dired-directory and vc-mode.
9413         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9414         (auto-revert-handler-vc): New functions.
9416 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9418         * progmodes/compile.el (compilation-directory): New defvar.
9419         (compile): Save current directory in compilation-directory.
9420         (recompile): Bind default-directory to compilation-directory if
9421         that is non-nil.
9423 2004-02-16  Dave Love  <fx@gnu.org>
9425         * newcomment.el (comment-insert-comment-function)
9426         (comment-region-function, uncomment-region-function): New.
9427         (comment-indent): Use comment-insert-comment-function.
9428         (uncomment-region): Use uncomment-region-function.
9429         (comment-region): Use comment-region-function.
9431         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
9433 2004-02-16  Richard Stallman  <rms@gnu.org>
9435         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
9436         loaddefs* and ldefs-boot*.
9438 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
9440         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
9441         and email address at the beginning and end of the address.
9443         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
9444         anchored at the beginning of the email address.
9446 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
9448         * international/ccl.el (ccl-compile-write): Pass `left' to
9449         ccl-embed-code to generate correct code of write-expr-register.
9451 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
9453         * progmodes/grep.el (grep-compute-defaults): Fix typos.
9455 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9457         * x-dnd.el: Mention support for Motif in commentary.
9458         (x-dnd-handle-drag-n-drop-event): Ditto.
9460 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
9462         * ses.el: Use "ses--" prefixes for buffer-local variables.
9463         Use (point-min) instead of 1, even when we know the buffer
9464         is unnarrowed.
9465         (ses-build-load-map): Delete.  Distribute its content to defconst's for
9466         the three maps.
9467         (ses-menu, ses-header-line-menu): New menus.
9468         (ses-mode-map): Use them.
9469         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
9471 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
9473         * Makefile.in: Fix the CC Mode recompile kludge so it works
9474         when building in a different directory.
9476 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
9478         * simple.el (kill-new): Put yank-handler property on the entire string.
9480 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9482         * diff.el: Don't use compile any more, use diff-mode instead.
9483         (diff-regexp-alist, diff-old-file, diff-new-file)
9484         (diff-parse-differences, diff-process-setup): Remove.
9485         (diff-sentinel): New fun.
9486         (diff): Use it.  Run the process ourselves.
9487         Use diff-mode for the rest of the processing.
9489         * diff.el (diff): Simplify code handling `switch'.
9491 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9493         * pcvs-defs.el (cvs-menu): Add `tag'.
9495 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
9497         * simple.el (kill-append): Doc fix.
9499         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9500         Adapt outline-regexp to the new conventions for commenting out code.
9502 2004-02-11  John Paul Wallington  <jpw@gnu.org>
9504         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
9506 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9508         * diff.el (diff-switches): New fun.
9509         (diff, diff-backup): Use it.
9510         (diff): Clean up the args construction.  Use backquote.
9511         Use listp instead of consp to avoid putting a nil arg.
9512         (diff): Add a revert-buffer function.
9514 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9516         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
9517         handled by x-dnd-handle-file-name.
9518         (x-dnd-known-types): Add COMPOUND_TEXT.
9519         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
9520         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
9521         x-dnd-empty-state.
9522         (x-dnd-forget-drop): Ditto.
9523         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
9524         (x-dnd-handle-one-url): Return private when inserting text.
9525         (x-dnd-insert-ctext): New function.
9526         (x-dnd-handle-file-name): New function for FILE_NAME.
9527         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
9528         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
9529         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
9531 2004-02-10  Kenichi Handa  <handa@m17n.org>
9533         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
9534         instead of while loop.
9536 2004-02-10  Miles Bader  <miles@gnu.org>
9538         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
9540 2004-02-09  Kenichi Handa  <handa@m17n.org>
9542         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
9543         have end-of-line.
9545 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
9547         * Makefile.in: Added extra dependencies in the recompile target
9548         needed to cope with the compile time macro expansions in CC Mode.
9550 2004-02-09  Kim F. Storm  <storm@cua.dk>
9552         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
9553         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
9554         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
9555         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
9556         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
9557         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
9558         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
9559         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
9560         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
9561         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
9562         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
9564 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9566         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
9567         Don't allow shrink if there's a window on our right.
9569         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
9570         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
9571         Bring together declaration and initialization.
9572         (prolog-mode-variables): Don't set the syntax table.
9573         Don't set paragraph-start and comment-indent-function.
9574         Add /*..*/ to the comment regexps.
9575         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
9576         (prolog-mode-map): Don't bind TAB.
9577         (prolog-mode): Set the syntax table.
9578         (prolog-comment-indent): Remove.
9579         (inferior-prolog-mode-map): Initialize in the declaration.
9580         (inferior-prolog-mode-syntax-table)
9581         (inferior-prolog-mode-abbrev-table): New vars.
9582         (inferior-prolog-mode): Derive from comint-mode.
9583         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
9584         minibuffer windows.
9586         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
9587         in file names, as long as it is unabmiguous.
9589 2004-02-08  Andreas Schwab  <schwab@suse.de>
9591         * textmodes/reftex-toc.el
9592         (reftex-toc-load-all-files-for-promotion): Remove useless use of
9593         format.  Doc fix.
9595         * textmodes/refer.el (refer-find-entry-internal): Remove extra
9596         format string arguments.
9598         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
9599         string argument.
9601         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
9603         * play/zone.el (zone-call): Fix format string.
9605         * net/webjump.el (webjump-builtin): Add missing format string argument.
9607         * midnight.el (midnight-delay-set): Remove extra format string argument.
9609         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
9611         * hexl.el (hexl-insert-char): Add missing format string argument.
9613         * format.el (format-decode): Fix format string.
9615         * emulation/vi.el (vi-mode): Remove extra format string argument.
9616         (vi-repeat-last-search): Likewise.
9617         (vi-reverse-last-search): Likewise.
9618         (vi-goto-mark): Likewise.
9619         (vi-reverse-last-find-char): Likewise.
9620         (vi-repeat-last-find-char): Likewise.
9621         (vi-locate-def): Likewise.
9623         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
9625         * ediff-util.el (ediff-toggle-read-only): Remove extra format
9626         string argument.
9627         (ediff-toggle-regexp-match): Likewise.
9629         * dired-aux.el (dired-do-query-replace-regexp): Add missing
9630         format string argument.
9632         * calc/calc-map.el (calc-get-operator): Remove extra format
9633         string argument.
9635         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
9637         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
9638         string argument.
9640         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
9642         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
9644         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
9646         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
9647         (cl-struct-setf-expander): Likewise.
9649         * vc.el (with-vc-file): Fix unsafe uses of error.
9650         (vc-cancel-version): Likewise.
9652 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
9654         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
9655         thousands separator; fixes <class>:<line-number> regexp for
9656         non-english locales.
9658 2004-02-08  Andreas Schwab  <schwab@suse.de>
9660         * view.el (view-mode-enable): Revert previous change.
9662 2004-02-07  Kim F. Storm  <storm@cua.dk>
9664         * simple.el (line-number-at-pos): Rename from line-at-pos.
9665         Uses changed (what-line and vc-annotate-warp-version).
9667 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9669         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
9670         (diff-mode): Remove aborted attempt at support for compile.el.
9671         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
9673 2004-02-06  Andreas Schwab  <schwab@suse.de>
9675         * view.el (view-mode-enable): Add view-mode-map to
9676         minor-mode-overriding-map-alist.
9678 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9680         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
9682 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9684         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
9685         with point inside rather than after the paragraph.
9687 2004-02-04  Sam Steingold  <sds@gnu.org>
9689         * mail/smtpmail.el (smtpmail-try-auth-methods):
9690         Do not try authentication when no mechanism is available.
9691         Pass port-name as defaultport to `netrc-machine'.
9693 2004-02-04  Stephen Eglen  <stephen@gnu.org>
9695         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
9696         to show how minibuffer height can be constrained.
9698 2004-02-04  John Paul Wallington  <jpw@gnu.org>
9700         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
9702 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9704         * x-dnd.el: New file for drag and drop.
9706         * term/x-win.el: require x-dnd, set after-make-frame-functions
9707         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
9708         drag-n-drop event.
9710         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
9711         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
9712         (dired-dnd-handle-file): New functions for drag and drop support.
9713         (dired-mode): Initialize drag and drop if x-dnd present.
9715 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9717         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
9718         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
9719         (cperl-mode): Set fill-paragraph-function.
9720         (cperl-fill-paragraph): Make it non-interactive.
9722 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
9724         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
9726 2004-02-02  David Kastrup  <dak@gnu.org>
9728         * replace.el (perform-replace): Allow 'literal argument in
9729         regexp-flag to indicate literal replacement.
9730         (query-replace-regexp-eval): Use it.
9732 2004-02-01  Andreas Schwab  <schwab@suse.de>
9734         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
9736 2004-02-01  Stephen Eglen  <stephen@gnu.org>
9738         * info-look.el: Add support for maxima-mode.  Update commentary
9739         because info-lookup-symbol is now bound to C-h S.
9741 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
9743         * simple.el (edit-and-eval-command): Bind print-level and
9744         minibuffer-history-sexp-flag around call to read-from-minibuffer.
9745         Correct initial position in command-history.
9747 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
9749         * files.el (read-directory-name): Adapt the docstring to recent
9750         change in Fread_file_name.
9752 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
9754         * ses.el (ses-print-cell): If print format too wide for column
9755         width, truncate decimal places if that helps to avoid "#####" fill.
9756         * ses.el (ses-initial-column-width): Revert previous change.
9758 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9760         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
9761         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
9762         Add edebug info.
9763         (jit-lock-mode): Setup/cancel the new timer.
9764         (jit-lock-context-fontify): New fun.  Extracted from
9765         context fontification code of jit-lock-stealth-fontify.
9766         (jit-lock-stealth-fontify): Don't do context fontification any more.
9768         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
9769         (jit-lock-fontify-now): Handle the `quit' case.
9770         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
9772 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
9774         * progmodes/executable.el (executable-command-find-posix-p):
9775         New.  Check if find handles arguments Posix-style.
9777         * progmodes/grep.el (grep-compute-defaults):
9778         Use executable-command-find-posix-p.
9779         (grep-find): Check `grep-find-command'.
9781         * filecache.el (file-cache-find-posix-p): Delete.
9782         (file-cache-add-directory-using-find):
9783         Use `executable-command-find-posix-p'.
9785 2004-01-29  Dave Love  <fx@gnu.org>
9787         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9788         Iterate the hook function if arg is given.
9789         (mark-defun, narrow-to-defun): Change order of finding the limits.
9791         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
9792         (byte-compile-format-warn): New.
9793         (byte-compile-callargs-warn): Use it.
9794         (Format, message, error): Add byte-compile-format-like property.
9795         (byte-compile-maybe-guarded): New.
9796         (byte-compile-if, byte-compile-cond): Use it.
9797         (byte-compile-lambda): Compile interactive forms,
9798         just to make warnings about them.
9800 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
9802         * ses.el (ses-initial-column-width): Increase to 14, so it will
9803         work well with the default printer of "%.7g" for extreme values
9804         like "-1.234567e+07".
9806 2004-01-29  Kenichi Handa  <handa@m17n.org>
9808         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
9810 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
9812         * dos-w32.el: Added support for the `default-printer-name' function.
9814 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9816         * server.el (server-socket-name): Don't use the hostname in the
9817         socket name since /tmp is local to the host anyway.
9819         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
9820         robust check of widening and fix var-naming.
9822 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
9824         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
9825         or rmail-spam- to rsf- in all function and variable names.
9826         (rsf-min-region-to-spam-list): New variable.
9827         (rsf-bbdb-auto-delete-spam-entries): Rename from
9828         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
9829         scanned together with the recipients field for spam testing; Don't
9830         delete spam message if rmail-delete-after-output is non-nil;
9831         (rsf-check-field): New function, extracted from code in
9832         rmail-spam-filter to ease addition of header fields like
9833         content-type:;
9834         (message-content-type): New variable.  The content-type: field was
9835         added also in defcustom of rsf-definitions-alist;
9836         (rmail-spam-filter): Replace repeated test code for header fields
9837         by calls to check-field; change the call to
9838         rmail-output-to-rmail-file such that rmail-current-message stays
9839         the same to avoid wrong deletion of unseen flags.
9840         (rmail-use-spam-filter): Add autoload cookie.
9842 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
9844         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
9845         (file-cache-add-directory-using-find): Add Cygwin support.
9846         (file-cache-find-command-posix-flag): New user variable.
9848         * filecache.el (file-cache-add-directory): Check for
9849         directories an remove them from dir-files.
9851 2004-01-27  Richard M. Stallman  <rms@gnu.org>
9853         * man.el (Man-fontify-manpage): Clean up message.
9855 2004-01-27  Kenichi Handa  <handa@m17n.org>
9857         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
9858         (sentence-end): Define using sentence-end-without-space.
9860         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
9861         a sentence ends with one of a character in sentence-end-without-space.
9863 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9865         * font-lock.el (font-lock): Add jit-lock as explicit group member.
9866         (jit-lock): Group declaration moved to jit-lock.el.
9867         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
9868         when necessary.
9870         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
9871         (jit-lock-context-unfontify-pos): Rename from
9872         jit-lock-first-unfontify-pos.
9873         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
9875 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
9877         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
9878         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
9879         (fortran-fill): When filling a string, adjust re-search-backward
9880         argument for special case of string just on fill-column.
9881         When filling non-string, allow one extra char if
9882         fortran-break-before-delimiters is non-nil.
9883         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
9884         Use fortran-break-delimiters-re and fortran-no-break-re to
9885         correctly handle cases such as "**".
9887         * progmodes/f90.el (f90-break-delimiters): Doc fix.
9888         (f90-no-break-re): Add some extra tokens.  Doc fix.
9890 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
9892         * mail/rmail-spam-filter.el:
9893         Use two semicolons as Commentary line prefix.
9894         Add ";;; Code:" stylized comment.
9895         Delete end-of-line whitespace.
9896         Wrap (require 'cl) with `eval-when-compile'.
9898 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
9900         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
9901         at the top level of vc.el.
9903 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
9905         * vc.el (vc-current-line): Function removed.  This is now done by
9906         the new function line-at-pos in simple.el.
9907         (vc-annotate-warp-version): Use line-at-pos instead of
9908         vc-current-line.
9910 2004-01-22  Kim F. Storm  <storm@cua.dk>
9912         * simple.el (line-at-pos): New defun.
9913         (what-line): Use it.  Optimize by only counting lines in narrowed
9914         region once.
9916 2004-01-22  Kenichi Handa  <handa@m17n.org>
9918         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
9919         point (register r1) only for charset mule-unicode-0100-24ff.
9921 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9923         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
9924         trailing white space and ensure a final newline.
9926         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
9927         Add autoload cookie.
9929 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
9931         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
9932         activate view-mode explicitly.
9934 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9936         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
9937         use clipboard first.
9939 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9941         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
9942         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
9943         (vc-mcvs-cvs): Remove.
9944         (vc-mcvs-command): Remove use of assert.
9946         * outline.el (outline-insert-heading): Tighten up match.
9947         (outline-demote, outline-move-subtree-down): Don't assume anything
9948         about outline-regexp.
9950         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
9951         (texinfo-show-structure): Explicitly add ^, and simplify.
9953 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
9955         * calendar/appt.el (appt-check): Restore usage of
9956         appt-issue-message deleted in previous change.
9957         (top-level): Activate package when loaded (needed for backwards
9958         compatibility).
9960 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9962         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
9963         following previous change to smtpmail-send-data.
9965 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
9967         * vc.el (vc-default-previous-version): Doc enhancement.
9968         (vc-default-next-version): New function.
9969         (vc-print-log): New arg FOCUS-REV.
9970         (vc-annotate-mode): Derive from view-mode.
9971         (vc-annotate): New args REVISION, DISPLAY-MODE.
9972         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
9973         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
9974         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
9975         (vc-annotate-show-diff-revision-at-line, vc-current-line)
9976         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
9978         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
9980 2004-01-19  Karl Berry  <karl@gnu.org>
9982         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
9983         or "TexInfo".
9985 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
9987         * subr.el (delete-dups): New function.
9989 2004-01-19  Karl Berry  <karl@gnu.org>
9991         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
9992         with ^, since that's what texinfo-show-structure
9993         documentation says (plus it works much better in texinfo.txi).
9995 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
9997         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
9999 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
10001         * progmodes/which-func.el (which-function-mode): Don't cancel
10002         which-func-update-timer if not set.
10004 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
10006         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
10007         Remove spurious left square bracket in XX:XXam regexp.
10009 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
10011         * progmodes/cc-defs.el: Do not require cl at run time.
10013 2004-01-16  Richard M. Stallman  <rms@gnu.org>
10015         * emacs-lisp/cl.el (cl-cannot-unload): New function.
10016         (cl-unload-hook): Defvar this to run cl-cannot-unload.
10018         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
10019         Call rmail-spam-filter.  Delete and expunge spam.
10020         Print number of spam messages deleted.
10021         Save and restore the deletion status of old messages when reading
10022         new mail with spam filter, so that expunging spam does not expunge
10023         msgs deleted by the user.
10024         (rmail-only-expunge): Add an optional argument dont-show to
10025         prevent showing message after expunge.
10027 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
10029         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
10030         * subr.el (declare): New macro.
10032 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
10034         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
10036 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10038         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10039         Test window-system rather than system-type (for X11/Mac).
10041 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
10043         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
10045 2004-01-12  Richard M. Stallman  <rms@gnu.org>
10047         * mail/rmail.el (rmail-convert-to-babyl-format):
10048         Use mail-unquote-printable-region.
10049         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
10050         (rmail-hex-char-to-integer): Functions deleted.
10052         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
10053         (mail-unquote-printable-region): New arg NOERROR.
10054         For invalid encoding, either signal an error to just return nil.
10056 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
10058         * calendar/appt.el: Update copyright and commentary.
10059         (appt-issue-message): Make obsolete.
10060         (appt-visible, appt-msg-window): Make obsolete, in favour of
10061         appt-display-format.
10062         (appt-display-mode-line, appt-display-duration)
10063         (appt-display-diary, appt-time-msg-list, appt-mode-string)
10064         (appt-prev-comp-time, appt-display-count, appt-timer)
10065         (appt-convert-time): Doc change.
10066         (appt-disp-window-function, appt-delete-window-function):
10067         Use defcustom rather than defvar.
10068         (appt-display-format): New variable.
10069         (appt-display-message): New function with display code from appt-check.
10070         (appt-check): Add optional FORCE argument.  Doc change.
10071         Add appt-make-list to diary-hook if displaying diary.
10072         Remove checking of view-diary-entries-initially.
10073         Message display section removed to new function appt-display-message.
10074         (appt-display-window): Doc change.  Remove unused internal var
10075         this-buffer.  Do not beep, since appt-display-message does that.
10076         (appt-make-list): Doc change.  Use caar.
10077         (appt-sort-list): Simplify by using builtin sort function.
10078         (appt-update-list): New function for updating appts when diary is
10079         saved.
10080         (appt-activate): New autoloaded function to toggle package
10081         functionality.
10083         * calendar/cal-x.el: (calendar-one-frame-setup)
10084         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
10086         * calendar/calendar.el: Update copyright.
10087         (view-diary-entries-initially, european-calendar-style): Doc change.
10088         (calendar-setup): Make defcustom rather than defvar.
10089         (mark-visible-calendar-date): Initialize temp-face and faceinfo
10090         in let binding so local to function.
10092         * calendar/diary-lib.el: Update copyright.
10093         (diary, diary-entry-time): Doc change.
10094         (list-diary-entries): Doc change.  Trivial logic change.
10095         (fancy-diary-display): Restore make-face command mistakenly
10096         deleted 2003-05-08.
10097         (show-all-diary-entries): Allow to pop-up frame if needed.
10099 2004-01-09  John Paul Wallington  <jpw@gnu.org>
10101         * bindings.el (mode-line-change-eol): Add EVENT parameter.
10102         Temporarily select EVENT's window for changing eol type.
10104 2004-01-09  Deepak Goel  <deego@gnufans.org>
10106         * calendar/diary-lib.el (diary-entry-time):
10107         Also accept time in the form XX[.XX][am/pm/AM/PM].
10108         (fancy-diary-font-lock-keywords): Likewise.
10109         (diary-font-lock-keywords): Likewise.
10110         * calendar/appt.el (appt-add): Likewise.
10111         (appt-make-list): Likewise.
10112         (appt-convert-time): Likewise.
10114 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
10116         * gdb-ui.el (gdb-ann3): Revert previous change.
10117         (gdb-source-info): Allow for case of where compilation directory
10118         is not recorded.
10120 2004-01-08  John Paul Wallington  <jpw@gnu.org>
10122         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
10124 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
10126         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
10128         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
10129         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
10130         problems.
10131         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
10133 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
10135         * files.el (write-file-functions, write-contents-functions):
10136         Clarify docstrings.
10138 2004-01-07  Kenichi Handa  <handa@m17n.org>
10140         * international/mule.el (set-auto-coding): Fix for the case that
10141         end-of-line is only CR.
10143 2004-01-07  Kim F. Storm  <storm@cua.dk>
10145         * subr.el (event-start, event-end): Doc fix.
10146         (posn-string, posn-image): New defuns.
10147         (posn-object): Return either image or string object.
10148         (posn-object-x-y): Return 8th element of position.
10149         (posn-object-width-height): New defun.
10151 2004-01-06  Andreas Schwab  <schwab@suse.de>
10153         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
10154         output.
10156 2004-01-05  Karl Berry  <karl@gnu.org>
10158         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
10159         / and *, too.
10161 2003-12-31  Simon Josefsson  <jas@extundo.com>
10163         * files.el (before-save-hook): Add.
10164         (basic-save-buffer): Use before-save-hook.
10166         * emacs-lisp/copyright.el: Fix comment to recommend
10167         before-save-hook instead of write-file-functions.
10169 2004-01-05  Richard M. Stallman  <rms@gnu.org>
10171         * finder.el (finder-commentary): Call delete-other-windows.
10173         * net/ange-ftp.el (ange-ftp-file-attributes):
10174         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
10176 2004-01-04  Karl Berry  <karl@gnu.org>
10178         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
10179         comment characters % and # in the copyright year notice,
10180         as well as ;.
10182 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
10184         * wid-edit.el (default): Define dummy :value-delete.
10185         Reported by Jesper Harder <harder@ifa.au.dk>.
10187 2004-01-03  Richard M. Stallman  <rms@gnu.org>
10189         * progmodes/compile.el (compile-internal): Use point, not point-min,
10190         for set-window-point.
10192         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
10194         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
10196         * progmodes/grep.el (grep-mode-map):
10197         Don't remap next-line, previous-line.
10199 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
10201         * speedbar.el (speedbar-edit-line): Change regexp to position
10202         the cursor on the first character of this line's button.
10204 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
10206         * subr.el (functionp): Doc fix.
10208 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10210         * progmodes/idlwave.el (idlwave-make-tags):
10211         * textmodes/flyspell.el (flyspell-large-region):.
10212         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
10213         * emulation/viper-util.el (viper-glob-unix-files):
10214         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
10215         * man.el (Man-init-defvars):
10216         * jka-compr.el (jka-compr-call-process):
10217         * files.el (get-free-disk-space,insert-directory):
10218         * ediff-ptch.el (ediff-test-patch-utility):
10219         * ediff-diff.el (ediff-test-utility):
10220         * dired-aux.el (dired-check-process):
10221         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
10222         test the return value of call-process, because it can be a string.
10224 2003-12-31  John Paul Wallington  <jpw@gnu.org>
10226         * bindings.el (completion-ignored-extensions): Add .pfsl.
10228 2003-12-31  Kim F. Storm  <storm@cua.dk>
10230         * ido.el (ido-nonreadable-directory-p): New defun to check for
10231         nonreadable directory without activating tramp (to avoid problems
10232         with checking incomplete tramp paths).
10233         (ido-set-current-directory, ido-file-internal)
10234         (ido-file-name-all-completions1): Use it.
10236 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
10238         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
10239         documentation if the anchor (or node) name is preceded by `info
10240         anchor' or `Info anchor' in addition to earlier `info node' and
10241         `Info node'.
10242         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
10244 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
10246         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
10247         error in arguments to base64-decode-region.  Remove ^M characters
10248         after decoding base64.
10250 2003-12-30  Simon Josefsson  <jas@extundo.com>
10252         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
10253         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
10254         have only been distributed with Emacs for some years.
10255         (texinfo-mode-hook): Customize.
10257 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
10259         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
10260         cleaner (suggested by Richard Stallman).
10262         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
10263         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
10264         file-name clashes on 8+3 DOS filesystems.
10266         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
10267         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
10268         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
10269         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
10270         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
10271         file-name clashes on 8+3 filesystems.
10273         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
10274         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
10275         file-name clashes on 8+3 DOS filesystems.
10277 2003-12-29  Richard M. Stallman  <rms@gnu.org>
10279         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
10280         Upcase the character.
10282         * textmodes/flyspell.el (mail-mode-flyspell-verify):
10283         Search for header separator alone on a line, literally,
10284         and search for it backward, not forward.
10285         (flyspell-abbrev-table): Always use global-abbrev-table
10286         if there is no local one.
10288         * progmodes/sh-script.el (sh-get-indent-info):
10289         Don't move point back if at bob.
10291         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
10293         * play/handwrite.el (handwrite): Make the handwrite credit message
10294         a comment rather than an output command.
10296         * obsolete/sc.el: Display message that this file is obsolete.
10298         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
10300         * mail/rfc822.el (rfc822-address-start): Declare variable.
10301         Renamed from address-start.  All uses changed.
10303         * term.el (term-exec): Set up sentinel.
10304         (term-sentinel): New function.
10305         (term-handle-exit): New function.
10307         * subr.el (assoc-ignore-case, assoc-ignore-representation):
10308         Use assoc-string, and mark them obsolete.
10309         (delay-mode-hooks): Mark as permanent local.
10311         * simple.el (sendmail-user-agent-compose): Use assoc-string.
10313         * register.el (copy-rectangle-to-register): Doc fix.
10315         * info.el (Info-insert-dir): Use assoc-string.
10317         * info-look.el (info-lookup): Use assoc-string.
10319         * frame.el (pop-up-frame-function): Use quote, not `function'.
10320         (frame-notice-user-settings): Calculate ADJUSTED-TOP
10321         copying with lists as coordinate values.
10323         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
10325         * find-dired.el (kill-find): New command.
10326         (find-dired): Make buffer read-only.
10327         Set up a keymap with C-c C-k running kill-find.
10328         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
10330         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
10332         * filecache.el (file-cache-ignore-case): New variable.
10333         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
10335         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
10336         (comint-dynamic-complete-as-filename): Rename local vars.
10337         (comint-dynamic-list-filename-completions): Likewise.
10339         * comint.el (comint-dynamic-list-completions-config): New var.
10340         (comint-dynamic-list-completions): Handle both SPC and TAB right.
10342         * comint.el (comint-file-name-chars): Add [].
10343         (comint-word): Use skip-chars-backward, not search.
10345         * shell.el (shell-file-name-chars): Add [].
10347         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
10349         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
10351         * generic.el (define-generic-mode): Doc fix.
10353 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
10355         * files.el (kill-some-buffers): Doc fix.
10357 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
10359         * comint.el (comint-watch-for-password-prompt): Pass `string' as
10360         arg to send-invisible
10361         (send-invisible): Doc fix.  The argument is now a prompt, not the
10362         string to send.
10363         (comint-read-noecho): Doc fix.
10365 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
10367         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
10368         "@", as required by some ISP hosting service.  Fix defcustom
10369         argument syntax errors that prevented use of customization.
10371 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
10373         * xml.el (xml-get-attribute-or-nil): Doc fix.
10375 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
10377         * net/zone-mode.el (zone-mode): Use write-file-functions, not
10378         write-file-hooks.
10380 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10382         * autorevert.el (auto-revert-interval): Doc fix.
10384 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
10386         * xml.el (xml-get-attribute-or-nil): New function, like
10387         xml-get-attribute, but returns nil if the attribute was not found.
10388         (xml-get-attribute): Convert to defsubst, uses
10389         xml-get-attribute-or-nil.
10391 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
10393         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
10395 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
10397         * custom.el (custom-declare-theme): Use `value' when putting
10398         properties on `theme'.
10400 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
10402         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
10403         for each yank-handler segment.
10404         (insert-for-yank-1): New function, with the body of the previous
10405         insert-for-yank.
10407         * textmodes/table.el (table-yank-handler): New defcustom.
10408         (table--put-cell-indicator-property): Put yank-handler property
10409         that indicates the yank handler for the table cell.
10411 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10413         * generic-x.el (etc-modules-conf-generic-mode): A more complete
10414         set of keywords.
10416 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
10418         * international/mule-cmds.el (reset-language-environment)
10419         (set-language-environment): Don't invoke fontset-related functions
10420         if fontset-list is not fboundp.
10422 2003-12-29  Kenichi Handa  <handa@m17n.org>
10424         * international/mule-cmds.el (reset-language-environment):
10425         Call set-overriding-fontspec-internal with nil.
10426         (set-language-environment): Call set-overriding-fontspec-internal
10427         if the language environment specify `overriding-fontspec'.
10428         (language-info-alist): Doc added.
10430         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
10431         characters of mule-unicode-0100-24ff.
10432         (ccl-encode-windows-1251-font): New CCL program.
10433         ("Bulgarian"): Specify overriding-fontspec.
10434         ("Belarusian"): Likewise.
10436 2003-12-28  Sam Steingold  <sds@gnu.org>
10438         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
10439         parameter ID-FORMAT to conform with the 2003-11-30 patch.
10441 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
10443         * progmodes/gud.el (gud-gdb-command-name): Set default to
10444         "gdb --annotate=3".
10445         (gud-gdb-marker-filter): Look out for annotations.
10446         (gdb-first-pre-prompt): New variable.
10447         Remove trailing white space.
10449         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
10450         if necessary.
10451         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
10452         annotations are detected.
10453         (gud-gdba-marker-filter): Use global variable gud-marker-acc
10454         instead of a local one to allow transition from
10455         gud-gdb-marker-filter.
10456         Remove trailing white space.
10458 2003-12-27  Kim F. Storm  <storm@cua.dk>
10460         * ido.el: Handle non-readable directories.
10461         (ido-decorations): Add 9th element for non-readable directory.
10462         (ido-directory-nonreadable): New dynamic var.
10463         (ido-set-current-directory): Set it.
10464         (ido-read-buffer, ido-file-internal):
10465         (ido-read-file-name, ido-read-directory-name): Let-bind it.
10466         (ido-file-name-all-completions1): Return empty list for
10467         non-readable directory.
10468         (ido-exhibit): Print [Not readable] if directory is not readable.
10469         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
10470         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
10471         Use it.
10473 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
10475         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
10476         calls to directory-files-and-attributes and file-attributes.
10477         (ls-lisp-format): Remove system dependent handling of user and
10478         group id's.
10480 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
10482         * ffap.el (ffap-read-file-or-url): Revert previous change.
10484 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
10486         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
10487         new list of included files called `files-with-node-lines', that
10488         only have node lines.  This way @include commands can include any
10489         file, such as version and update files without node lines, not
10490         just files that are chapters.
10492 2003-12-25  Andreas Schwab  <schwab@suse.de>
10494         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
10495         file not found.
10497 2003-12-08  Miles Bader  <miles@gnu.org>
10499         * dired.el (dired-between-files): Always use dired-move-to-filename,
10500         which is more robust in non-english locales.
10502 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10504         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
10506 2003-12-24  Andreas Schwab  <schwab@suse.de>
10508         * shell.el (shell-file-name-quote-list): Add backslash.
10510         * comint.el (comint-quote-filename): Correctly handle backslash
10511         in comint-file-name-quote-list.
10513 2003-12-24  Kenichi Handa  <handa@m17n.org>
10515         * international/mule-cmds.el (set-default-coding-systems):
10516         Call ucs-set-table-for-input for all buffers that don't have local
10517         value of buffer-file-coding-system.
10519         * international/ucs-tables.el (ucs-set-table-for-input):
10520         If translation-table-for-encode is a symbol, get its
10521         translation-table property.
10523 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
10525         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
10526         to `completing-read' on a recently fixed bug.
10528         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
10529         instead of SPACE, to get the list of possible fringe modes.
10530         SPACE only works if both `partial-completion-mode' and
10531         `completion-auto-help' are nil.
10533         * complete.el (PC-is-complete-p): Delete.
10534         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
10535         calls to `test-completion'.
10537 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
10539         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
10540         to edit values when there are no children.
10542         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
10543         a mode called "Assembler" already exists.
10544         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
10545         (gud-watch): Use format option.  Remove font properties from string.
10546         (gdb-var-create-handler, gdb-var-list-children-handler):
10547         Don't bother about properties as there are none.
10548         (gdb-var-create-handler, gdb-var-list-children-handler)
10549         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
10550         with two arguments.
10551         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
10552         Let speedbar show value changes with a different font.
10553         (gdb-edit-value): New defun.
10554         (gdb-clear-partial-output, gdb-clear-inferior-io)
10555         (def-gdb-auto-update-handler): Use erase-buffer.
10556         (gdb-frame-handler): Display watch expressions in
10557         FUNCTION::VARIABLE format if required.
10559 2003-12-23  John Paul Wallington  <jpw@gnu.org>
10561         * info.el (Info-unescape-quotes, Info-split-parameter-string)
10562         (Info-goto-emacs-command-node): Doc fixes.
10564 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
10566         * cus-edit.el (custom-add-parent-links): Define "many".
10568 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
10570         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
10571         (widget-child-validate, widget-type-value-create)
10572         (widget-type-default-get, widget-type-match): New functions.
10573         (lazy): New widget.
10574         (menu-choice, checklist, radio-button-choice, editable-list)
10575         (group, documentation-string): Remove redundant (per 2003-10-25
10576         change) calls to `widget-children-value-delete'.
10577         (widget-choice-value-get, widget-choice-value-inline): Remove.
10578         (menu-choice): Update widget.
10580 2003-12-03  Kenichi Handa  <handa@m17n.org>
10582         * language/cyrillic.el: Register "microsoft-cp1251" in
10583         ctext-non-standard-encodings-alist.
10584         ("Bulgarian"): Add ctext-non-standard-encodings.
10585         ("Belarusian"): Likewise.
10587         * international/mule-conf.el (compound-text-with-extensions):
10588         Change the type to 2 (iso-2022 base).
10590         * international/mule.el (ctext-non-standard-encodings-alist):
10591         Change the format.
10592         (ctext-non-standard-encodings): New variable.
10593         (ctext-post-read-conversion): Fully re-written.
10594         (ctext-non-standard-designations-alist): Delete it.
10595         (ctext-non-standard-encodings-table): New function.
10596         (ctext-pre-write-conversion): Fully re-written.
10598 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
10600         * cus-edit.el (custom-add-parent-links): Add documentation links
10601         for parent, if the item has none of its own.
10603 2003-11-30  Richard M. Stallman  <rms@gnu.org>
10605         * dired-aux.el (dired-do-query-replace-regexp):
10606         Report files visited read-only.
10608 2003-11-30  Juri Linkov  <juri@jurta.org>
10610         * dired-aux.el (dired-compare-directories): New command.
10611         (dired-file-set-difference, dired-files-attributes): New functions.
10613 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
10614         Version 2.0.38 of Tramp released.
10616         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
10617         Charles Curley <charlescurley@charlescurley.com>.
10618         (tramp-multi-connection-function-alist): Add ssht entry which adds
10619         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
10620         Aichner.
10621         (tramp-get-method-parameter): New function to retrieve a method
10622         parameter.  This allows for omission of method parameters.
10623         Callers adjusted.
10625 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
10627         * net/tramp.el: Add new optional parameter ID-FORMAT to
10628         `file-attributes'.  Calls of `file-attributes' won't use this
10629         parameter for backward compatibility reasons.
10630         (tramp-perl-file-attributes): Add a new parameter to Perl script
10631         in order to handle uid/gid as strings, if desired.
10632         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
10633         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
10634         order to make the function more general.
10635         (tramp-handle-file-attributes): Replace proprietary optional
10636         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
10637         (tramp-handle-file-attributes-with-perl): Handle parameter
10638         NONNUMERIC if set.  This wasn't done in the past.
10639         (tramp-post-connection): Apply second parameter "$2" if
10640         `tramp-remote-perl' is called.
10642         * net/tramp-smb.el (tramp-smb-handle-delete-file):
10643         Correct cut'n'waste error (`filename' instead of `directory').
10644         (tramp-smb-handle-directory-files-and-attributes)
10645         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
10646         introduced parameter ID-FORMAT.
10647         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
10648         error (`directory' instead of `ldir').
10650         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
10651         `file-attributes' has a second parameter.  If yes, apply it with
10652         value "'integer".  Otherwise, don't use that parameter (default is
10653         integer format).
10655 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
10657         * help.el (help-map): Bind `display-local-help' to `C-h .'.
10658         (help-for-help): Add `C-h .' to the listed Help options.
10659         Remove trailing whitespace.
10661         * help-at-pt.el: New file.
10663 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
10665         * subr.el (noreturn, 1value): New macros for test coverage.
10666         See `testcover.el'.
10668         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
10670         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
10671         for macro `1value'.
10672         (testcover-1value): New function.  Checks that a 1value form
10673         actually returns only one value.  Requested by RMS.
10675 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
10677         * gdb-ui.el (gud-watch, gdb-var-create-handler)
10678         (gdb-var-list-children, gdb-var-list-children-handler)
10679         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
10680         gdb commands that use mi to keep them out of the command history.
10682 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10684         * cus-start.el (all): Add use-file-dialog.
10686 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10688         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
10690 2003-11-27  Kim F. Storm  <storm@cua.dk>
10692         * subr.el (posn-object-x-y): New defun.
10694 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10696         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
10697         Don't use `space' for \\\n.
10698         Be more selective as to which # are comment-starters.
10700 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
10702         * subr.el (number-sequence): Improve handling of floating point
10703         arguments (suggested by Kim Storm).  Allow negative arguments.
10705 2003-11-26  Kenichi Handa  <handa@m17n.org>
10707         * international/mule-cmds.el (standard-display-european-internal):
10708         Cancel the standard-display-table setting for ` and '.
10710 2003-11-26  Kim F. Storm  <storm@cua.dk>
10712         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
10713         New defcustoms to add ffap-like functionality to ido.
10714         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
10715         (ido-no-final-slash): New defun.
10716         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
10717         (ido-read-file-name): ): Toggle VC checking via
10718         vc-handled-backends instead of vc-master-templates.
10719         (ido-file-internal): Handle ido-use-url-at-point and
10720         ido-use-filename-at-point via code borrowed from ffap-guesser.
10721         Handle new ido-exit code ffap.
10722         (ido-sort-list): Ignore final slash when sorting file names.
10724 2003-11-25  Kim F. Storm  <storm@cua.dk>
10726         * emulation/cua-base.el (cua--standard-movement-commands):
10727         Add forward-sentence and backward-sentence.
10729 2003-11-25  Stephen Eglen  <stephen@gnu.org>
10731         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
10732         iswitchb-exit is set to 'usefirst when user selects buffer at head
10733         of list using RET.  (Selecting buffers at the head of the list was
10734         broken if the substring was also a complete buffername.)
10736 2003-11-23  Kim F. Storm  <storm@cua.dk>
10738         * progmodes/compile.el (grep-command, grep-use-null-device)
10739         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
10740         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
10741         (grep-regexp-alist, grep-program, find-program)
10742         (grep-find-use-xargs, grep-history, grep-find-history)
10743         (grep-process-setup, grep-compute-defaults)
10744         (grep-default-command, grep, grep-tag-default, grep-find)
10745         (grep-expand-command-macros, grep-tree-last-regexp)
10746         (grep-tree-last-files, grep-tree): Move grep variables, functions
10747         and commands to new file grep.el.
10748         (compilation-mode-map): Remove grep commands from Compile sub-menu.
10749         (compilation-process-setup-function): Doc fix.
10750         (compilation-highlight-regexp, compilation-highlight-overlay): New
10751         defvars used for highlighting current compile error in source buffer.
10752         (compile-internal): New optional args HIGHLIGHT-REGEXP and
10753         LOCAL-MAP which overrides compilation-highlight-regexp and
10754         compilation-mode-map for this compilation.
10755         Delay calling compilation-set-window-height until after running
10756         compilation-process-setup-function so it can buffer-local override
10757         compilation-window-height.
10758         Check buffer-local value of compilation-scroll-output.
10759         (compilation-set-window-height): Use buffer-local value of
10760         compilation-window-height.
10761         (compilation-revert-buffer): Don't pass (undefined)
10762         preserve-modes arg to revert-buffer.
10763         (next-error-no-select, previous-error-no-select): New commands.
10764         (compilation-goto-locus): Temporarily highlight current match in
10765         source buffer using compilation-highlight-regexp.
10767         * progmodes/grep.el: New file with grep code from compile.el.
10768         (grep): New defcustom group.
10769         (grep-window-height): New defcustom, like compilation-window-height.
10770         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
10771         (grep-scroll-output): New defcustom, like compilation-scroll-output.
10772         (grep-command, grep-use-null-device, grep-find-command)
10773         (grep-tree-files-aliases, grep-tree-ignore-case)
10774         (grep-tree-ignore-CVS-directories): Move to grep custom group.
10775         (grep-setup-hook): New hook variable.
10776         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
10777         (grep-last-buffer): New defvar, override compilation-last-buffer.
10778         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
10779         Call compile-internal with args highlight-regexp and grep-mode-map.
10781 2003-11-23  Kim F. Storm  <storm@cua.dk>
10783         * subr.el (event-start, event-end): Doc fix.
10784         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
10785         (posn-area, posn-actual-col-row, posn-object): New defuns.
10786         (posn-col-row): Simplify doc.  Rewrite to use cond.
10787         (posn-point): Also return buffer position for events outside text
10788         area (that info is now present in the event position).
10790         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
10791         mouse-set-point so that hscroll still works now that clicks on
10792         fringes generate specific mouse events.
10793         (mouse-set-point): Note that it now works in fringes and margins
10794         too due to new semantics of posn-point in fringes and margins.
10796         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
10797         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
10799 2003-11-20  Kim F. Storm  <storm@cua.dk>
10801         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
10802         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
10803         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
10804         to 100 for icons to avoid increasing line height when shown.
10806 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10808         * newcomment.el (comment-normalize-vars): Initialize properly if
10809         comment-start was nil.
10811 2003-11-19  Andreas Schwab  <schwab@suse.de>
10813         * simple.el (set-variable): Fix indentation.
10815 2003-11-17  Kenichi Handa  <handa@m17n.org>
10817         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
10818         Fix docstring.
10820 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10822         * international/latin1-disp.el (latin1-display): Fix docstring.
10824 2003-11-16  John Wiegley  <johnw@newartisans.com>
10826         * eshell/em-ls.el (eshell-ls-file): There are times with
10827         size-width is nil and uncomputed (when directories are created in
10828         dired, for example); in this case, 4 is reasonable default value,
10829         although it may caused skewed new entries (which could be avoided
10830         by returning the original value of 8 in all cases, but 99% of the
10831         time this is a waste of whitespace).
10833 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
10835         * cc-engine.el (c-guess-continued-construct)
10836         (c-guess-basic-syntax): Check a little more carefully if it's a
10837         function declaration when an unknown construct followed by a block
10838         is found inside a statement context.  This avoids macros followed
10839         by blocks to be taken as function declarations.
10841         (c-guess-continued-construct): Change the analysis of a statement
10842         continuation with a brace open to `substatement-block', for
10843         consistency with recognized statements.
10845         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
10846         start is in a position so that `c-beginning-of-statement-1' jumped
10847         to the beginning of the same statement.
10849         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
10850         Don't accept binary operators in the arglist if we're in a function
10851         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
10852         template recognition in cases like "if (a < b || c > d)".
10854         (c-restricted-<>-arglists): New more appropriate name for
10855         `c-disallow-comma-in-<>-arglists'.
10857         Accessing functions updated for the variable name change.
10859         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
10860         match data could get clobbered if NOT-INSIDE-TOKEN is used.
10862         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
10863         labels.
10865         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
10866         instead of duplicating parts of it.  This fixes bogus label
10867         recognition.
10869         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
10870         of checking the context in which to apply the minimum indentation,
10871         so that it isn't enforced in e.g. namespace blocks.
10873         * cc-vars.el (c-inside-block-syms): New constant used by
10874         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
10875         to somewhat reduce the risk of becoming stale.
10877         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
10878         cc-cmds to cc-engine to allow use from cc-align.
10880         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
10881         qualified identifiers containing "::".
10883         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
10884         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
10886         * cc-vars.el (c-emacs-features): Use a space in front of the name
10887         of the temporary buffer.  That also avoids dumping problems in
10888         XEmacs due to undo info being left around after the buffer is killed.
10890         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
10891         arglist to see if it's a K&R style declaration.
10893         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
10894         before returning `knr-argdecl-intro'.
10896 2003-11-16  John Wiegley  <johnw@newartisans.com>
10898         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
10899         field in a long-listing always 8 characters, use `size-width',
10900         which has already been computed.
10902 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
10904         * subr.el (minor-mode-list): Add `hs-minor-mode'.
10906 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
10908         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
10909         Support operation while narrowed, with `diff-restrict-view'.
10911 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
10913         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10914         Take additional optional arg NARROWFUN.  For the generated functions:
10915         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
10916         include frags that arrange to check for and save narrowing state before
10917         the move and then conditionally call NARROWFUN after the move.
10919 2003-11-14  John Wiegley  <johnw@newartisans.com>
10921         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
10922         that was optional, but obviously missing based on surrounding code.
10924         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
10925         string arguments to numbers unless the whole argument was seen as
10926         a number.
10928 2003-11-14  Kenichi Handa  <handa@m17n.org>
10930         * international/mule.el (ctext-non-standard-encodings-alist):
10931         Fix coding systems.
10933 2003-11-10  Kenichi Handa  <handa@m17n.org>
10935         * language/kannada.el ("Kannada"): Add sample-text.
10937         * language/knd-util.el (kannada-compose-region)
10938         (kannada-compose-string, kannada-post-read-conversion):
10939         Add autoload cookie.
10941         * international/quail.el (quail-completion): Change the message
10942         "corresponding translations" to "corresponding characters".
10944 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10946         * descr-text.el (describe-char): Fix typo.
10948 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
10950         These changes are to support Kannada language/script.
10952         * Makefile.in (DONTCOMPILE): Add kannada.el.
10954         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
10956         * loadup.el: Preload kannada.el.
10958         * language/ind-util.el (ucs-kannada-to-is13194-alist)
10959         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
10960         New variables.
10962         * language/kannada.el: New file.
10964         * language/knd-util.el: New file.
10966 2003-11-07  Andreas Schwab  <schwab@suse.de>
10968         * progmodes/autoconf.el (autoconf-font-lock-keywords):
10969         Also highlight AH_*.
10971         * xml.el (xml-parse-dtd): Fix misplaced paren.
10973 2003-11-07  Kenichi Handa  <handa@m17n.org>
10975         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
10977 2003-11-05  Juri Linkov  <juri@jurta.org>
10979         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
10980         (desktop-buffer-file): Use saved buffer-file-coding-system
10981         for file reading.  Set auto-insert to nil to prevent automatic
10982         insertion into restored empty files.
10984 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
10986         * files.el (risky-local-variable-p): Make second argument optional.
10988 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10990         * subr.el (add-hook): Fix last change.
10992 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
10994         * mail/rmail.el (rmail-convert-to-babyl-format):
10995         If base64-decode-region signals an error, catch it and silently
10996         ignore it.
10998 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
11000         * xml.el (xml-parse-region): Allow comments to appear after the
11001         topmost element has closed.
11002         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
11003         (xml-ns-expand-attr): New functions to do namespace handling.
11004         (xml-intern-attrlist): Back-compatible handling of attribute names.
11005         (xml-parse-tag): Move namespace handling to separate functions.
11006         Now produces elements in the form ((:ns . "element") (attr-list)
11007         children) instead of ('ns:element (attr-list) children).
11008         (xml-parse-attlist): Fix attribute parsing.
11009         (xml-parse-dtd): Change parsing so that it produces strings
11010         instead of interned symbols.
11012 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
11014         * dired.el (dired-ls-sorting-switches): Doc fix.
11016 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
11018         * emacs-lisp/rx.el (rx-or): Fix the case of
11019         "(rx (and ?a (or ?b ?c) ?d))".
11021 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
11023         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
11024         (texinfo-format-region): Use it.
11025         (texinfo-format-buffer-1): Ditto.
11027 2003-11-01  Alan Mackenzie  <acm@muc.de>
11029         Changes to allow scrolling whilst in isearch mode:
11030         * isearch.el (isearch-unread-key-sequence): New function,
11031         extracted from isearch-other-meta-char.
11032         (top level): (put 'foo 'isearch-scroll) on all Emacs's
11033         "scrollable" standard functions.
11034         (isearch-allow-scroll): New customizable variable.
11035         (isearch-string-out-of-window, isearch-back-into-window)
11036         (isearch-reread-key-sequence-naturally)
11037         (isearch-lookup-scroll-key): New functions.
11038         (isearch-other-meta-char): Doc string and functionality enhanced.
11039         Now accepts a prefix argument.
11040         (isearch-lazy-highlight-window-end): New variable.
11041         (isearch-lazy-highlight-new-loop): Pay attention to the window's
11042         end (thru isearch-lazy-highlight-window-end), not only its start.
11044         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
11045         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
11046         (universal-argument, universal-argument-more, negative-argument)
11047         (digit-argument, universal-argument-other-key): Minor changes.
11049 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
11051         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
11052         recursively if the last message is deleted, thus avoiding an
11053         infinite loop.
11055 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11057         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
11058         (tex-main-file): Don't add .tex if the extension is already present.
11059         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
11061 2003-10-29  Lute Kamstra  <lute@gnu.org>
11063         * progmodes/octave-inf.el (inferior-octave-prompt):
11064         Recognize version number in prompt.
11066 2003-10-28  Dave Love  <fx@gnu.org>
11068         * international/characters.el: Fix some Unicode ranges.
11070 2003-10-28  Kenichi Handa  <handa@m17n.org>
11072         * disp-table.el (standard-display-8bit)
11073         (standard-display-default, standard-display-ascii)
11074         (standard-display-g1, standard-display-graphic)
11075         (standard-display-underline): Assure that standard-display-table
11076         is a display table.
11078 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11080         * simple.el (reindent-then-newline-and-indent): Delete space *after*
11081         reindenting the first line.
11083 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11085         * wid-edit.el (widget-default-delete): Always delete child widgets.
11087 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11089         * newcomment.el (comment-indent): Don't call indent-according-to-mode
11090         if the line has code.
11091         Don't try to line up with something that's too far left.
11093         * progmodes/octave-mod.el (octave-comment-start): Simplify.
11094         (octave-mode-syntax-table): Add % as a comment starter.
11095         (octave-point): Remove.
11096         (octave-in-comment-p, octave-in-string-p)
11097         (octave-not-in-string-or-comment-p, calculate-octave-indent)
11098         (octave-blink-matching-block-open, octave-auto-fill):
11099         Use line-(beginning|end)-position instead.
11101 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11103         * emacs-lisp/authors.el (authors-aliases): Add correct realname
11104         for Francesco Potort\e,Al\e(B.
11106 2003-10-23  Dave Love  <fx@gnu.org>
11108         * international/mule-cmds.el (locale-charset-to-coding-system):
11109         Don't rely on nil being a coding system.
11111         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
11112         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
11113         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
11115 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
11117         * gdb-ui.el (gdb-current-language): New variable.
11118         (gdb-update-flag): Remove variable.
11119         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
11120         (gdb-take-last-elt): Remove function.
11121         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
11122         (gdb-post-prompt): Check for variable object changes here.
11124         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
11125         object changes in gdb-ui.el.
11127 2003-10-21  Richard M. Stallman  <rms@gnu.org>
11129         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
11131         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
11132         Don't check for foo*/ wildcard form here.
11133         (insert-directory): Recognize foo*/ as a wildcard.
11134         Separate wildcard-regexp variable from the arg, wildcard.
11136         * subr.el (add-hook): Correctly detect when make-local-hook was used.
11137         (remove-hook): Correctly handle strange cases about local hooks.
11139 2003-10-21  David Ponce  <david@dponce.com>
11141         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
11142         argument REAL, to return a real number instead of a rounded
11143         integer value.  Define as inline function.
11144         (ruler-mode-right-fringe-cols): Likewise.
11145         (ruler-mode-scroll-bar-cols): New function.
11146         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
11147         (ruler-mode-right-scroll-bar-cols): Likewise.
11148         (ruler-mode-space): New function.
11149         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
11150         scroll bar mode and margins in a more robust way.
11152 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
11154         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
11155         (antlr-c-init-language-vars): New function.
11156         (antlr-mode): Use it with cc-mode before v5.29.
11157         (antlr-c-common-init): Don't set some local vars here.
11158         (antlr-mode): Set them here.
11159         (antlr-c-forward-sws): New function alias.
11160         (antlr-mode): Redefine with cc-mode before v5.30.
11161         (antlr-skip-sexps): Use it.
11162         (antlr-skip-exception-part): Ditto.
11163         (antlr-skip-file-prelude): Ditto.
11164         (antlr-outside-rule-p): Ditto.
11165         (antlr-end-of-body): Ditto.
11166         (antlr-option-kind): Ditto.
11167         (antlr-insert-option-area): Ditto.
11168         (antlr-file-dependencies): Ditto.
11170 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11172         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
11173         Move backward only if point was not inside an entry.
11175 2003-10-21  Richard M. Stallman  <rms@gnu.org>
11177         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
11179 2003-10-21  Juri Linkov  <juri@jurta.org>
11181         * compare-w.el: Automatically skip non-matching text to resync.
11182         (compare-windows-whitespace): Doc fix.
11183         (compare-windows-sync, compare-windows-sync-string-size)
11184         (compare-windows-recenter, compare-ignore-whitespace)
11185         (compare-windows-highlight, compare-windows-face): New variables.
11186         (compare-windows): Use compare-windows-sync.
11187         (compare-windows-highlight, compare-windows-dehighlight)
11188         (compare-windows-sync-regexp)
11189         (compare-windows-sync-default-function): New functions.
11191 2003-10-21  Juri Linkov  <juri@jurta.org>
11193         * diff.el (diff-parse-differences): Don't visit the files now;
11194         instead, just record the error locus.
11196 2003-10-21  Dave Love  <fx@gnu.org>
11198         * progmodes/cfengine.el: New file.
11200 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11202         * complete.el (PC-do-completion): Do not forget to use `pred' as the
11203         default-directory when completing file names.
11205 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
11207         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
11208         followed by the word `face', it gets treated as a face, even if
11209         it is also defined as a variable or a function.
11211 2003-10-20  Dave Love  <fx@gnu.org>
11213         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11214         Avoid incf in macro expansion.
11216 2003-10-20  John Paul Wallington  <jpw@gnu.org>
11218         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
11219         `evenp' so we don't implicitly require cl library at runtime.
11221 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
11223         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
11224         (help-make-xrefs): Only make cross-references for faces if
11225         preceded or followed by the word `face'.  Do not make a
11226         cross-reference for variables without variable documentation,
11227         unless preceded by the word `variable' or `option'.  Update doc
11228         string accordingly.
11230 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
11232         * progmodes/hideshow.el: Rewrite one-armed `if'
11233         constructs using either `when' or `unless'.
11234         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
11236 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
11238         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
11239         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
11240         instead of 12x12.
11242 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
11244         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
11245         message while converting to Babyl.
11247 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
11249         * allout.el (allout-mode): Doc fix.
11251 2003-10-16  Lute Kamstra  <lute@gnu.org>
11253         * subr.el (force-mode-line-update): Fix docstring.
11255 2003-10-14  Dave Love  <fx@gnu.org>
11257         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
11258         (default-input-method): Add :link, improve :type.
11259         (locale-charset-language-names): Fix utf-8 pattern.
11260         (locale-charset-match-p, locale-charset-alist)
11261         (locale-charset-to-coding-system): New.
11262         (set-locale-environment): Deal with codeset part of locale specs.
11264 2003-10-14  Lute Kamstra  <lute@gnu.org>
11266         * fringe.el (fringe-mode): Use active voice in docstring.
11267         (set-fringe-style): Ditto.
11269 2003-10-13  Lute Kamstra  <lute@gnu.org>
11271         * fringe.el (fringe-mode): Fix docstring.
11272         (set-fringe-style): Ditto.
11274 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
11276         * ediff-mult.el (ediff-filegroup-action):
11277         Use ediff-default-filtering-regexp.
11279         * ediff-util.el (ediff-recenter): Don't call
11280         ediff-restore-highlighting twice.
11281         (ediff-select-difference): Set current difference.
11282         (ediff-unselect-and-select-difference): Add comment.
11284         * ediff.el (ediff-directories,ediff-directory-revisions)
11285         (ediff-directories3,ediff-merge-directories)
11286         (ediff-merge-directories-with-ancestor)
11287         (ediff-merge-directory-revisions)
11288         (ediff-merge-directory-revisions-with-ancestor):
11289         Use ediff-default-filtering-regexp.
11291 2003-10-12  Andreas Schwab  <schwab@suse.de>
11293         * international/mule-cmds.el (locale-charset-language-names):
11294         Simplify regex by removing unused grouping.
11296 2003-10-10  Dave Love  <fx@gnu.org>
11298         * bindings.el: Don't bind stop.
11300 2003-10-08  Miles Bader  <miles@gnu.org>
11302         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
11303         face instead of attempting to emulate it.
11305 2003-10-07  Kenichi Handa  <handa@m17n.org>
11307         * international/mule-diag.el (list-coding-systems-1): List coding
11308         systems that are loaded automatically.
11310         * international/code-pages.el (iso-8859-11): Add autoload cookie.
11312         * international/mule.el (autoload-coding-system): New function.
11314 2003-10-07  Andreas Schwab  <schwab@suse.de>
11316         * log-edit.el (log-edit-changelog-entries): Prefer local value of
11317         change-log-default-name in the buffer visiting the file.
11319 2003-10-06  Dave Love  <fx@gnu.org>
11321         * files.el (find-file-hook): Customize.
11322         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
11324         * bindings.el (completion-ignored-extensions): Remove .log.
11325         (global-map): Add again, open, stop keys.
11327 2003-10-05  Richard M. Stallman  <rms@gnu.org>
11329         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
11330         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
11331         Use sh-modify directly.
11332         (sh-select): Use sh-append, not eval.
11334         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
11336         * info.el (Info-following-node-name): New function.
11338         * loadhist.el (unload-feature-special-hooks):
11339         Rename from loadhist-hook-functions.
11340         (loadhist-hook-functions): Now an alias.
11342 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
11344         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
11345         file-name clashes on 8+3 filesystems.
11347         * Makefile.in (DONTCOMPILE, bootstrap-clean):
11348         Rename loaddefs-boot.el to ldefs-boot.el
11350         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
11351         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
11353 2003-10-03  Lute Kamstra  <lute@gnu.org>
11355         * info.el (Info-mode): Revert previous change.
11356         (Info-escape-percent): New function.
11357         (Info-fontify-node): Use it.
11359 2003-10-02  Andreas Schwab  <schwab@suse.de>
11361         * loaddefs-boot.el: Regenerated.
11363 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
11365         * ffap.el: Remove defadvice related code from CVS since `complete'
11366         provides a `PC-completion-as-file-name-predicate' variable that
11367         ffap can override.
11369 2003-10-02  Kenichi Handa  <handa@m17n.org>
11371         * international/utf-8.el (ccl-decode-mule-utf-8):
11372         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
11374         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
11375         * international/subst-big5.el: Likewise.
11376         * international/subst-gb2312.el: Likewise.
11377         * international/subst-ksc.el: Likewise.
11379 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
11381         * calendar/calendar.el (increment-calendar-month)
11382         (calendar-leap-year-p, calendar-absolute-from-gregorian)
11383         (generate-calendar, calendar-read-date, calendar-interval)
11384         (calendar-day-of-week): Handle years BC.
11385         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
11387 2003-10-01  Dave Love  <fx@gnu.org>
11389         * language/cyrillic.el (cp1251): Alias for windows-1251.
11391         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
11392         bootstrap.
11394 2003-10-01  Lute Kamstra  <lute@gnu.org>
11396         * files.el: Fix typo.
11397         * imenu.el (imenu--generic-function): Docstring fix.
11399 2003-09-30  Richard M. Stallman  <rms@gnu.org>
11401         * dired.el (dired-mode): Handle dired-directory as a list.
11403 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
11405         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
11407         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
11409         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
11410         Replace gud-display with gud-watch.
11411         (gud-speedbar-buttons): Add stuff for watching expressions
11412         in the speedbar when using M-x gdba.  Use dolist on old part
11413         of this function.
11415         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
11416         (gdb-update-flag): New variables.
11417         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
11418         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
11419         (gud-watch, gdb-var-create-handler) : New functions.
11420         (gdb-var-list-children, gdb-var-list-children-handler)
11421         (gdb-var-create-regexp, gdb-var-update-regexp)
11422         (gdb-var-list-children-regexp): New constants.
11423         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
11424         (gdb-annotation-rules): Reduce annotation set (level 3).
11425         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
11426         (gdb-post-prompt): Don't update GDB buffers every time speedbar
11427         updates.
11428         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
11429         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
11430         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
11431         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
11432         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
11433         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
11434         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
11435         (gud-display, gud-display1)
11436         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
11437         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
11438         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
11439         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
11440         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
11441         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
11442         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
11443         (gdb-display-display-buffer, gdb-toggle-display)
11444         (gdb-delete-display, gdb-expressions-popup-menu)
11445         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
11446         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
11447         to display buffer.
11449 2003-09-30  Richard M. Stallman  <rms@gnu.org>
11451         * progmodes/ada-mode.el (ada-mode): Don't use advice.
11452         Instead, set which-func-functions.
11454         * progmodes/which-func.el (which-func-modes): Add ada-mode.
11455         (which-func-functions): New variable.
11456         (which-function): Use that.
11458         * info.el (Info-mode): Double each `%' in header line.
11460         * emacs-lisp/lisp-mnt.el (lm-with-file):
11461         When FILE is nil, run BODY in current buffer.
11463         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
11465         * help.el (describe-mode): Start with a brief list of minor modes.
11466         Find them thru minor-mode-list so as to find them all.
11467         Show them in alphabetical order.
11469         * mail/sendmail.el (mail-aliases): Doc fix.
11471         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
11473 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
11475         * mail/rmailsum.el (rmail-make-summary-line-1):
11476         Change comma after last label to a space.
11477         (rmail-summary-font-lock-keywords): Adapt to that change.
11479 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
11481         * progmodes/scheme.el (scheme-mode-variables): When setting
11482         `font-lock-defaults', also specify that "#" should
11483         be interpreted with `word' syntax.
11484         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
11486 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
11488         * desktop.el: A lot of comments updated.
11489         (desktop-save-mode): Minor mode introduced.
11490         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
11491         (desktop-load-default): Function made obsolete.
11492         (desktop-locals-to-save): Variable made customizable.
11493         (desktop-read): Optional parameter `dirname' added.
11494         (desktop-change-dir, desktop-revert): Parameter `dirname' in
11495         `desktop-read' used.
11496         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
11498 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
11500         * whitespace.el (whitespace-clean-msg): Add user customizable message
11501         for displaying ``clean'' output.
11502         (whitespace-buffer): Use `whitespace-clean-msg'.
11503         (whitespace-global-mode): Fix typo.
11505 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
11507         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
11509 2003-09-29  Lute Kamstra  <lute@gnu.org>
11511         * bindings.el (mode-line-modes): Remove superfluous :propertize
11512         construct in initialization.
11513         (mode-line-position): Change cons cell into proper list in
11514         initialization.
11516 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
11518         * international/mule.el (decode-coding-inserted-region): Use car
11519         of the return value of find-operation-coding-system.
11521 2003-09-29  Kenichi Handa  <handa@m17n.org>
11523         * descr-text.el (describe-char): Fix previous change.
11525 2003-09-28  Kenichi Handa  <handa@m17n.org>
11527         * descr-text.el (describe-char-display): New function.
11528         (describe-char): Pay attention to display table on describing how
11529         a character is displayed.
11531         * international/mule-cmds.el (encoded-string-description):
11532         Prepend "0x" to each encoded byte.
11534 2003-09-28  Andreas Schwab  <schwab@suse.de>
11536         * find-file.el (ff-special-constructs): Add autoload cookie.
11538 2003-09-28  Kevin Ryde  <user42@zip.com.au>
11540         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
11541         makeinfo appends to duplicate index entries.
11543 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
11545         * dired-x.el (dired-clean-tex): Doc fix.
11547         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
11548         using a Chinese tutorial.
11550 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11552         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
11553         between "MAIL FROM:" and "RCPT TO:" and the following address.
11555 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11557         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
11559 2003-09-28  David Ponce  <david@dponce.com>
11561         * recentf.el (recentf-initialize-file-name-history): New defcustom.
11562         (recentf-load-list): When `recentf-initialize-file-name-history'
11563         is non-nil, initialize an empty `file-name-history' with the
11564         recent list.
11566 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
11568         * man.el (Man-default-man-entry): Remove the leading `*' from the
11569         word at point.
11571 2003-09-26  Lute Kamstra  <lute@gnu.org>
11573         * bindings.el (mode-line-position): Mention size indication in
11574         docstring.
11576 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
11578         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
11580         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
11581         because it's autoloaded now.
11583 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
11585         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
11586         (sh-font-lock-keywords, sh-feature): Fix previous change of
11587         sh-feature to avoid infloop with sh-font-lock-keywords.
11589 2003-09-25  Kim F. Storm  <storm@cua.dk>
11591         * frame.el (frame-current-scroll-bars): New defun.
11593         * window.el (window-current-scroll-bars): New defun.
11595 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11597         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
11598         cause errors when the state cache contains info on parts that have
11599         been narrowed out.
11601 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11603         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
11604         `c-setup-paragraph-variables' has to be used when this variable is
11605         changed; it doesn't work to reinitialize the mode since that
11606         typically clobbers the variable.
11608         * progmodes/cc-styles.el (c-setup-paragraph-variables):
11609         Make it interactive.
11611 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11613         * progmodes/cc-fonts.el (c-font-lock-declarations):
11614         Fix recognition of constructors and destructors for classes whose
11615         names are matched by `*-font-lock-extra-types'.
11617         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
11618         followed by an identifier in C++ then it's a type.
11620 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11622         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
11623         problem that primarily affected XEmacs.  Don't use faces to find
11624         unterminated strings since Emacs and XEmacs fontify strings
11625         differently - this function should now work better in XEmacs.
11627 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11629         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
11630         `expand-abbrev' workaround which caused braces to misbehave inside
11631         macros.
11633         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
11634         handling.  This bug could cause interactive font locking to bail out.
11636 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11638         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
11639         Handle paren-style types in Pike.  Also fixed some cases of
11640         insufficient handling of unbalanced parens.
11642 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
11644         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
11645         common shell prompts that are not common filename or URL characters.
11646         (ffap-file-at-point): Use the new regexp to strip the prompts from
11647         the file names.  This is an issue mostly for user prompts that
11648         don't have a trailing space and find-file-at-point is invoked from
11649         within a shell inside Emacs.
11651 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
11653         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
11654         stamps numerically, rather than textually.
11656 2003-09-24  Kenichi Handa  <handa@m17n.org>
11658         * language/devan-util.el (devanagari-post-read-conversion):
11659         * language/mlm-util.el (malayalam-post-read-conversion):
11660         * language/tml-util.el (tamil-post-read-conversion):
11661         Add autoload cookie.
11663         * international/utf-8.el (utf-8-post-read-conversion):
11664         Call post-read-conversion functions for Devanagari, Malayalam,
11665         and Tamil.
11667 2003-09-23  Dave Love  <fx@gnu.org>
11669         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
11671 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
11673         * progmodes/gud.el (perldb): Add gud-until to list of commands.
11674         Update gud-remove.
11676 2003-09-22  Richard M. Stallman  <rms@gnu.org>
11678         * progmodes/sh-script.el (sh-mode-default-syntax-table):
11679         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
11680         (sh-mode-syntax-table-input): New variable.
11681         (sh-require-final-newline): Don't use eval.
11682         (sh-builtins, sh-leading-keywords, sh-other-keywords)
11683         (sh-variables, sh-font-lock-keywords): Don't use eval.
11684         (sh-set-shell): When setting require-final-newline,
11685         treat value = `require-final-newline' as don't change it.
11686         Set sh-mode-syntax-table locally based on
11687         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
11689         * progmodes/compile.el (compile-internal):
11690         Call compilation-set-window-height before setting window start.
11692 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
11694         * emacs-lisp/bytecomp.el (byte-compile-log-file):
11695         Clear out byte-compile-last-warned-form.
11697 2003-09-22  Richard M. Stallman  <rms@gnu.org>
11699         * woman.el (woman-file-name, woman-follow-word):
11700         If current-word returns nil, use "".
11702         * simple.el (eval-expression): Bind standard-output in to-buffer case.
11704 2003-09-22  Richard M. Stallman  <rms@gnu.org>
11706         * emacs-lisp/lisp-mnt.el (lm-with-file):
11707         Don't visit the file, just use insert-file-contents in temp buffer.
11709 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
11711         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
11712         Add surrounding \\( and \\) around the header, as in
11713         for lm-history-header 'Change Log\\|History'.
11715 2003-09-22  John Paul Wallington  <jpw@gnu.org>
11717         * progmodes/ld-script.el: Add Commentary section,
11718         minor cleanup of file header.
11719         (ld-script-font-lock-keywords): Doc fix.
11720         (toplevel): Provide `ld-script' feature.
11722 2003-09-21  Kim F. Storm  <storm@cua.dk>
11724         * scroll-bar.el (set-scroll-bar-mode): Initialize to
11725         new built-in variable default-frame-scroll-bars.
11726         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
11727         scroll-bar-mode; notably, use it instead of t when we toggle
11728         scroll-bars on.
11729         (toggle-scroll-bar): Use default-frame-scroll-bars.
11731 2003-09-19  Masatake YAMATO  <jet@gyve.org>
11733         * pcvs.el (cvs-do-removal): Change the prompt depending on
11734         `filter' value.
11736 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
11738         * startup.el (command-line-1): Stop startup-echo-area-message
11739         being hidden by "Loading image..." message.
11740         (use-fancy-splash-screens-p, display-splash-screen):
11741         Move display-graphic-p test from latter to former.
11743         * progmodes/sh-script.el (sh-font-lock-keywords):
11744         Highlight escaped EOLs differently from other backslash constructs.
11746 2003-09-19  Richard M. Stallman  <rms@gnu.org>
11748         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
11749         New functions.
11750         (edebug-enter, edebug-outside-excursion): Use them.
11752         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
11753         Fix the condition for whether to print "In WHERE".
11755 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
11757         * finder.el (finder-mode-hook): New variable.
11758         (finder-mode): Run hook finder-mode-hook
11760 2003-09-18  Masatake YAMATO  <jet@gyve.org>
11762         * progmodes/ebrowse.el: Fix broken magic autoload comments.
11764 2003-09-17  Mario Lang  <mlang@delysid.org>
11766         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
11767         "p %e" to actually print the value in the GUD buffer.
11769 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
11771         From David Ponce <david.ponce@wanadoo.fr>:
11772         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
11773         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
11774         from loaddefs-boot.el if necessary.
11776 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
11778         * progmodes/gud.el (gud-find-class): Make jdb work again since
11779         cc-mode changed the syntactic information.
11781 2003-09-15  David Ponce  <david@dponce.com>
11783         * recentf.el: (recentf-exclude): Accept predicates too.
11784         (recentf-file-readable-p): New function.
11785         (recentf-include-p): Handle predicates in recentf-exclude.
11786         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
11787         (recentf-cleanup): Likewise.
11788         (recentf-save-list): Use write-file to handle backup of
11789         recentf-save-file.
11791 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
11793         * loaddefs-boot.el: Renamed from `loaddefs.el'
11794         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
11795         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
11796         necessary.
11798 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
11800         * electric.el (Electric-pop-up-window): For the `one-window' case,
11801         no longer disconcertingly move point in the original buffer.
11803 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11805         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
11807 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11809         * dired.el (dired-mode-map): Fix typo.
11811 2003-09-11  Richard M. Stallman  <rms@gnu.org>
11813         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
11815 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
11817         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
11818         the function is less noisy.  Now only `kill-buffer' can ask questions.
11820 2003-09-10  Mario Lang  <mlang@delysid.org>
11822         * battery.el: Update Commentary and Copyright.
11823         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
11824         appear due to wrong ordering of the expressions in `or'.
11826 2003-09-09  Lute Kamstra  <lute@gnu.org>
11828         * misc.el (upcase-char): Fix docstring.
11829         (zap-up-to-char): New command.
11831 2003-09-08  David Ponce  <david@dponce.com>
11833         Ensure that recentf correctly updates the menu bar.
11834         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
11835         (recentf-menu-bar): New function.
11836         (recentf-clear-data): Use it
11837         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
11838         of easy-menu-change.
11840 2003-09-08  Lute Kamstra  <lute@gnu.org>
11842         * simple.el (size-indication-mode): New.
11843         * bindings.el (mode-line-position): Add buffer size indicator.
11845 2003-09-04  Mario Lang  <mlang@delysid.org>
11847         * battery.el (battery-linux-proc-acpi): New function.
11848         (battery-status-function): Modify default value calculation to also
11849         check for availability of ACPI.
11850         (battery-echo-area-format): Ditto.
11851         (battery-mode-line-format): Ditto.
11853 2003-09-06  Dave Love  <fx@gnu.org>
11855         * ielm.el (ielm-mode-hook): Add :options.
11857         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
11858         (eldoc-print-current-symbol-info): Use it.
11860 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
11862         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
11863         being displayed in GUD buffer.
11864         (gdb-idle-input-queue): Remove var.  Use just one queue.
11865         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
11866         Remove functions.  Use just one queue.
11867         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
11868         (gdb-invalidate-assembler, gdb-get-current-frame):
11869         Modify functions.  Use just one queue.
11871 2003-09-04  Dave Love  <fx@gnu.org>
11873         * cus-start.el: Add blink-cursor-alist.
11875         * ruler-mode.el (ruler-mode-fill-column-char)
11876         (ruler-mode-current-column-char): Use char-displayable-p,
11877         not window-system.
11879         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
11881         * language/european.el (windows-1252): Move from code-pages.
11883         * language/cyrillic.el ("Windows-1251"): Delete.
11884         ("Bulgarian", "Belarusian"): Remove `features'.
11885         (windows-1251): Move from code-pages.
11887         * international/mule-diag.el (non-iso-charset-alist):
11888         Remove `codepage' stuff.
11889         (print-designation, list-coding-systems-1): Output fixes.
11891         * international/code-pages.el (cp-make-translation-table)
11892         (cp-valid-codes): Made defsubsts.
11893         (cp-fix-safe-chars): Delete.
11894         (mule-diag): Don't require.
11895         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
11896         (top-level): Check for defined coding system when defining
11897         cp... aliases.  Change w32-add-charset-info test to avoid warning.
11898         (non-iso-charset-alist): Defvar when compiling.
11899         (cp-make-coding-system): Doc fix.
11901 2003-09-02  Jason Rumney  <jasonr@gnu.org>
11903         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
11904         line-ends from CVS before doing conversion.
11906 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
11908         * calendar/diary-lib.el (diary-header-line-flag)
11909         (diary-header-line-format): New variables.
11910         (list-diary-entries): Use them to set header line in simple diary.
11912         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
11913         other than font-lock-string-face to highlight backslashes.
11915 2003-09-01  Jason Rumney  <jasonr@gnu.org>
11917         * international/titdic-cnv.el (tit-read-key-value): Include \r in
11918         regexp.
11920 2003-09-01  Dave Love  <fx@gnu.org>
11922         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
11924         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
11925         and :help; also line and column numbers labels.
11927         * international/mule-util.el (char-displayable-p): Move from
11928         latin1-disp, rename and autoload.
11930         * international/latin1-disp.el (latin1-char-displayable-p):
11931         Now obsolete alias.  Replace uses with char-displayable-p.
11932         (latin1-display-ucs-per-lynx): Fix last change.
11934         * international/mule-cmds.el (standard-display-european-internal):
11935         Don't use char code for Latin-1 NBSP.
11936         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
11937         U+2018, U+2019 for `'.
11938         (select-safe-coding-system): Message fix.
11940 2003-09-01  Kenichi Handa  <handa@m17n.org>
11942         * international/fontset.el (setup-default-fontset): For Thai
11943         font, specify "*" family.
11945 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11947         * progmodes/compile.el (previous-error): Accept a prefix
11948         argument, similarly to next-error.
11950 2003-08-31  Masatake YAMATO  <jet@gyve.org>
11952         * pcvs.el (cvs-do-removal): Use = instead of eq to check
11953         the number of files.  Bind the number of files to a local
11954         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
11956 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
11958         * vc-hooks.el (vc-make-version-backup): Fix the change made on
11959         2003-07-26: msdos-long-file-names is a function, not a variable.
11961 2003-08-29  Richard M. Stallman  <rms@gnu.org>
11963         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
11964         Do nothing with mail-personal-alias-file if it is nil.
11966         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
11967         Do nothing if mail-personal-alias-file is nil.
11969         * term.el (term-exec-1): Bind coding-system-for-read.
11971         * dired.el (dired-mouse-find-file-other-window):
11972         Use dired-view-command-alist here, as in dired-view-file.
11973         (dired-view-command-alist): Use %s to substitute file name.
11974         Handle .ps_pages, .eps, .jpg, .gif, .png.
11976 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
11978         * info.el (Info-mode-map): Bind S-tab and <backtab> to
11979         `Info-prev-reference', instead of M-tab.
11981 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
11983         * simple.el (blink-matching-open): Work correctly on chars that
11984         are designated as parens through the syntax-table text property.
11986 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
11988         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
11989         line break position in the middle of a non-kinsoku (e.g. latin)
11990         word, making it skip until either a space or a character with
11991         category "|".
11992         (kinsoku-longer): Test for end of buffer.
11994 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
11996         * mail/rmail.el (rmail-convert-to-babyl-format):
11997         Detect quoted-printable- and base64-encoded messages and decode them
11998         automatically.  Set the message's encoding from the charset=
11999         header, if any.  Decode base64-encoded messages in Mail format as well.
12001 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
12003         * mail/smtpmail.el: Fix previous change.
12004         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
12005         calling smtpmail-via-smtp.
12006         (smtpmail-via-smtp): Add fall-back values for envelope-from.
12008 2003-08-26  John Paul Wallington  <jpw@gnu.org>
12010         * image.el (image-jpeg-p): Don't search beyond length of data.
12012 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
12014         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
12015         misfeature in `expand-abbrev' which caused electric keywords like
12016         "else" to disappear if an open brace was typed directly afterwards.
12018 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
12020         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
12021         mandatory in `define-widget'.
12023         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
12024         Don't align the operators "!=", "<=" and ">=" as assignment operators.
12026         (c-assignment-operators): New language constant that only contains
12027         the assignment operators.
12029         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
12031 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
12033         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12034         Safeguard against unbalanced sexps.
12036 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
12038         * version.el (emacs-version): Check for gtk.  Include gtk version info.
12040 2003-08-25  John Paul Wallington  <jpw@gnu.org>
12042         * man.el (Man-default-man-entry): Don't whizz past the section
12043         number before looking for it.
12045 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
12047         * progmodes/gud.el (gud-display-line): Don't set window-point if
12048         source buffer is not visible.  (Only happens with M-x gdba.)
12050         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
12051         documentation.
12052         (gdb-source, gdb-source-info): Update to assembler unnecessary
12053         as its done after each GDB command anyway.
12054         (gdb-pre-prompt): Use with-current-buffer.
12055         (gdb-insert-field): Add help-echo text.
12056         (gdb-invalidate-assembler): Re-display of assembler now done in
12057         gdb-info-breakpoints-custom.
12058         (gdb-info-breakpoints-custom): Force re-display of assembler to
12059         happen *after* update of breakpoints buffer.
12060         (gdb-display-source-buffer): Don't choke if gdb-source-window
12061         isn't visible.
12062         (gdb-put-string, gdb-put-arrow): Remove free variables.
12064 2003-08-24  John Paul Wallington  <jpw@gnu.org>
12066         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
12068         * man.el (Man-default-man-entry): Strip text properties when
12069         snarfing parts of entry because `format' preserves properties.
12071 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
12073         * files.el (file-newest-backup): Use `expand-file-name'.
12075         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
12076         Allow the diary to pop up a new frame, if needed.
12078         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
12079         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
12080         (smtpmail-send-it): Make treatment of envelope-from consistent with
12081         sendmail.el.
12083         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
12084         (sh-leading-keywords): Add the bash `time' reserved word.
12085         (sh-variables): Add some bash variables.
12086         (sh-add-completer): Fix nil branch of case statement.
12088 2003-08-24  Masatake YAMATO  <jet@gyve.org>
12090         * progmodes/ld-script.el: New file.
12092 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
12094         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
12096 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
12098         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
12099         Better explain obsolescence, and what to use instead.
12101 2003-08-23  Masatake YAMATO  <jet@gyve.org>
12103         * pcvs.el (cvs-do-removal): Show the deleted file name
12104         on the prompt.
12106 2003-08-20  Dave Love  <fx@gnu.org>
12108         * international/mule.el (make-coding-system)
12109         (set-buffer-file-coding-system): Doc fix.
12111         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
12113         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
12115         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
12117         * international/utf-16.el: Add mime-text-unsuitable coding system
12118         properties.
12120         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
12122         * cus-edit.el: Add some :links.
12123         (bib): Remove.
12125         * textmodes/bib-mode.el (bib): Add :group external.
12127 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
12129         * wid-edit.el (widget-echo-help): Make it handle expressions that
12130         evaluate to strings.
12132 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
12134         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
12136         Simplify selection of SQL products to define highlighting and
12137         interactive mode.  Includes detailed instructions on adding
12138         support for new products.
12140         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
12141         product for use in highlighting and interactive mode.
12142         (sql-interactive-product): New variable.  SQL product for
12143         sql-interactive-mode.
12144         (sql-product-support): New variable.  Specifies product-specific
12145         parameters to drive highlighting and interactive mode.
12146         (sql-imenu-generic-expression): Add more object types.
12147         (sql-sqlite-options): Correct comment.
12148         (sql-ms-program): Use "osql" rather than "isql".
12149         (sql-prompt-regexp, sql-prompt-length): Update comment.
12150         (sql-mode-menu): Add "Start SQLi session" entry.
12151         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
12152         (sql-mode-abbrev-table): Add abbreviations.  Support of
12153         SYSTEM-FLAG on define-abbrev.  Support was removed with last
12154         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
12155         (sql-mode-font-lock-object-name): Add font-lock pattern for object
12156         names.
12157         (sql-mode-ansi-font-lock-keywords): Set as default value.
12158         (sql-mode-oracle-font-lock-keywords): Set as default value.
12159         Support Oracle 9i keywords.
12160         (sql-mode-postgres-font-lock-keywords): Set as default value.
12161         (sql-mode-linter-font-lock-keywords): Set as default value.
12162         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
12163         SQLServer 2000.
12164         (sql-mode-sybase-font-lock-keywords)
12165         (sql-mode-interbase-font-lock-keywords)
12166         (sql-mode-sqlite-font-lock-keywords)
12167         (sql-mode-strong-font-lock-keywords)
12168         (sql-mode-mysql-font-lock-keywords)
12169         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
12170         keywords.
12171         (sql-mode-font-lock-defaults): Update comment.
12172         (sql-product-feature): New function.  Returns feature associated
12173         with a product from `sql-product-support' alist.
12174         (sql-product-font-lock): New function.  Set font-lock support
12175         based on `sql-product'.
12176         (sql-add-product-keywords): New function.  Add font-lock rules to
12177         product-specific keyword variables.
12178         (sql-set-product): New function.  Set `sql-product' and apply
12179         appropriate font-lock highlighting.
12180         (sql-highlight-product): New function.  Set font-lock support
12181         based on a product.  Also set mode name to include product name.
12182         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
12183         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
12184         Use `sql-set-product'.
12185         (sql-highlight-ms-keywords)
12186         (sql-highlight-sybase-keywords)
12187         (sql-highlight-interbase-keywords)
12188         (sql-highlight-strong-keywords)
12189         (sql-highlight-mysql-keywords)
12190         (sql-highlight-sqlite-keywords)
12191         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
12192         (sql-get-login): Prompt in the same order as the tokens.
12193         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
12194         (sql-product-interactive): New function.  Common portions of
12195         product-specific interactive mode wrappers.
12196         (sql-interactive-mode): Rewritten to use product features.
12197         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
12198         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
12199         (sql-db2, sql-linter): Use `sql-product-interactive'.
12200         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
12201         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
12202         (sql-connect-ingres, sql-connect-postgres)
12203         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
12204         New functions.  Format command line parameters and invoke comint on
12205         the appropriate interpreter.  Code was in the corresponding
12206         `sql-xyz' function before.
12207         (sql-connect-ms): New function.  Support -E argument to use
12208         operating system credentials for authentication.
12210 2003-08-18  Kenichi Handa  <handa@m17n.org>
12212         * international/mule.el (encode-char): Fix for the ASCII case.
12214 2003-08-15  Kenichi Handa  <handa@m17n.org>
12216         * international/fontset.el (setup-default-fontset): Change "*" to
12217         nil in the specifications of font family.
12219 2003-08-18  Kim F. Storm  <storm@cua.dk>
12221         * kmacro.el (kmacro-keymap): Group related bindings in
12222         initialization for clarity.  Bind C-s to start macro.
12223         Remove C-r binding.
12224         (kmacro-initial-counter-value): New defvar to hold initial counter
12225         value in case we set the value before defining a macro.
12226         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
12227         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
12228         not defining or executing macro.  Doc fix.
12229         (kmacro-add-counter): Clear kmacro-initial-counter-value.
12230         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
12231         temporarily view older elements on the macro ring without cycling
12232         the ring.
12233         (kmacro-display): Doc fix.
12234         (kmacro-exec-ring-item): New helper function.
12235         (kmacro-call-ring-2nd): Use it.
12236         (kmacro-call-ring-2nd-repeat): Doc fix.
12237         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
12238         (kmacro-end-or-call-macro): Execute last viewed macro (using
12239         kmacro-exec-ring-item) from ring if this follows
12240         kmacro-view-macro.  This allows us to find a macro on the ring
12241         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
12242         the ring to bring it to the head of the ring.
12243         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
12244         Allow binding to reserved keys without specifying C-x C-k prefix.
12245         Ask for confirmation if entered key sequence is already bound to
12246         a non-macro command.
12247         (kmacro-view-macro): Repeating command will show older elements
12248         on the macro ring; C-k will execute the last viewed macro.
12249         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
12250         property from 'ring to 'head.
12252 2003-08-17  Alan Shutko  <ats@acm.org>
12254         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
12255         keeping December out of the alist.
12257 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
12259         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
12260         * calendar/calendar.el (calendar-mode-map): Bind it to key.
12261         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
12262         (calendar-flatten): New function.
12263         (calendar-mouse-view-other-diary-entries)
12264         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
12265         in the menu title and to show multi-line diary entries correctly
12266         in the menu.
12268 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
12270         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
12271         defcustom, because the default was recently changed.
12273 2003-08-16  Richard M. Stallman  <rms@gnu.org>
12275         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
12277         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12278         New subroutine, broken out of eval-last-sexp-1.
12279         (eval-last-sexp-1): Use eval-last-sexp-print-value.
12281         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
12283         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
12285         * simple.el (eval-expression): Use eval-last-sexp-print-value.
12287 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
12289         * progmodes/compile.el (compilation-error-regexp-alist):
12290         Add Java ANt error detection as described in document
12291         http://ant.apache.org/faq.html
12293 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
12295         * simple.el (backward-word, forward-to-indentation)
12296         (backward-to-indentation): Argument changed to optional.
12297         (next-line, previous-line): Use `or' instead of `unless'.
12299 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12301         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
12302         instead of a constant.
12304 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
12306         * shell.el (shell): With prefix-arg, suggest a new buffer name.
12308 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
12310         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
12311         (vc-sccs-workfile-version): Search the entire delta table, rather
12312         than just the first entry, because that might be a deleted version.
12314 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
12316         * menu-bar.el (menu-bar-options-menu): Supply a body for the
12317         [save-place] binding in the Options menu.  Have it require
12318         'saveplace' and then toggle the variable manually, to avoid an an
12319         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
12320         for the bug report.
12322 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
12324         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
12325         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
12326         (gdb-info-threads-custom): Add help-echo text.
12327         (gdb-display-back): Don't use purecopy.
12328         (gdb-info-breakpoints-custom, gdb-reset)
12329         (gdb-assembler-custom): Use display-images-p to test if breakpoint
12330         icons can be displayed.
12332 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
12334         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
12336 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
12338         * bookmark.el (bookmark-completing-read):
12339         Return a string, instead of a list of one string.
12340         Use a popup menu if activated from the mouse.
12341         (bookmark-edit-annotation): Remove unused vars.
12342         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
12343         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
12344         to bookmark-completing-read.
12345         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12346         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
12347         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
12348         and erase-buffer.
12349         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
12350         (bookmark-menu-jump, bookmark-menu-insert)
12351         (bookmark-popup-menu-and-apply-function)
12352         (bookmark-menu-popup-paned-bookmark-menu): Remove.
12353         (bookmark-menu-build-paned-menu): Remove by folding it into
12354         bookmark-menu-popup-paned-menu.
12355         (menu-bar-bookmark-map): Move the define-key statements here.
12356         Use the "non-menu" commands since they now pop up a menu if needed.
12357         (bookmark-exit-hook-internal): Simplify.
12359 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
12361         * reftex-toc.el (reftex-toc-rename-label): New function.
12362         (reftex-toc-check-docstruct): New function.
12364         * reftex.el (reftex-region-active-p): New function.
12366         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
12367         regexp to find the \bibliography macro.
12369         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
12370         which does not exist in LaTeX.
12371         (reftex-cite-format-builtin): Added amsrefs support.
12372         (reftex-toc-confirm-promotion): New option
12374         * reftex-toc.el
12375         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
12376         (reftex-toc-demote, reftex-toc-promote)
12377         (reftex-toc-do-promote, reftex-toc-promote-prepare)
12378         (reftex-toc-promote-action, reftex-toc-extract-section-number)
12379         (reftex-toc-newhead-from-alist)
12380         (reftex-toc-load-all-files-for-promotion): New functions.
12381         (reftex-toc-help): Added description of new keys.
12382         (reftex-toc-split-windows-fraction): New option.
12383         (reftex-recenter-toc-when-idle): Search *toc* window on all
12384         visible frames.
12385         (reftex-toc): Additional parameter REUSE
12386         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
12387         with REUSE argument.
12388         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
12389         the call of `reftex-toc'.
12390         (reftex-make-separate-toc-frame): New function .
12391         (reftex-toc-recenter): When called with triple prefix arg, call
12392         `reftex-make-separate-toc-frame' first.
12393         (reftex-toc-toggle-dedicated-frame): New command.
12394         (reftex-toc-quit): Adapted to delete frame when called in
12395         dedicated frame.
12397         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
12398         all enclosing macros.
12401 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12403         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
12404         first use.
12406 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12408         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
12410 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
12412         * calendar/calendar.el (list-diary-entries-hook)
12413         (diary-display-hook, nongregorian-diary-listing-hook)
12414         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
12415         Add some customize options for these hooks.
12416         (calendar-abbrev-construct): Don't try to take a substring longer
12417         than the original string.
12419 2003-08-05  Richard M. Stallman  <rms@gnu.org>
12421         * emacs-lisp/testcover.el (noreturn): Report error if does return.
12422         (testcover-reinstrument-clauses): Doc fix.
12424         * emacs-lisp/warnings.el: Doc fixes, args renamed.
12425         (warning-type-format): Rename from warning-group-format.
12427         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
12428         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
12429         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
12430         to prevent warnings about defvar for an obsolete variable.
12432         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
12433         warning-group-format renamed to warning-type-format.
12435         * subr.el (read-passwd): Use clear-string instead of fillarray.
12437         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
12438         Use vconcat instead of concat.
12439         (edmacro-sanitize-for-string): New function.
12441 2003-08-05  Dave Love  <fx@gnu.org>
12443         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
12444         line-number-display-limit-width.
12446         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
12448 2003-08-05  Kenichi Handa  <handa@m17n.org>
12450         * international/code-pages.el: Don't require mule-diag.
12452         * international/mule-diag.el (non-iso-charset-alist):
12453         Add autoload cookie.
12455         * language/devan-util.el (dev-glyph-order): Add an entry for the
12456         glyph code #xC4.
12458 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
12460         * calendar/calendar.el (diary-file, diary-file-name-prefix)
12461         (european-calendar-style, diary-date-forms)
12462         (calendar-day-name-array, calendar-month-name-array): Doc change.
12463         (generate-calendar-month): Adapt for new behaviour of
12464         `calendar-day-name' function.
12465         (calendar-abbrev-length, calendar-day-abbrev-array)
12466         (calendar-month-abbrev-array): New variables.
12467         (calendar-abbrev-construct): New function.
12468         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
12469         rather than fixing abbrevs at some width.  Calling syntax change.
12470         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
12471         (calendar-date-string): Adapt for new behaviours of
12472         `calendar-day-name' and `calendar-month-name' functions.
12474         * calendar/diary-lib.el (list-diary-entries): Adapt for new
12475         behaviour of `calendar-day-name' and `calendar-month-name' functions.
12476         (diary-name-pattern): Use abbrev arrays, rather than fixing
12477         abbrevs at three chars.  Calling syntax change.
12478         (mark-diary-entries): Adapt for new behaviours of
12479         `diary-name-pattern' and `calendar-make-alist' functions.
12480         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
12481         `diary-name-pattern' function.
12482         (font-lock-diary-date-forms): Use abbrev arrays, rather than
12483         fixing abbrevs at three chars.  Calling syntax change.
12484         (cal-hebrew, cal-islam): Require when compiling.
12485         (diary-font-lock-keywords): Adapt for new behaviour of
12486         `font-lock-diary-date-forms' function.
12488         * calendar/cal-hebrew.el: Reposition some code so defined before used.
12489         (calendar-hebrew-month-name-array-common-year)
12490         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
12491         (list-hebrew-diary-entries): Adapt for new behaviours of
12492         `calendar-day-name' and `add-to-diary-list' functions.
12493         (mark-hebrew-diary-entries): Adapt for new behaviours of
12494         `diary-name-pattern' and `calendar-make-alist' functions.
12496         * calendar/cal-islam.el (calendar-islamic-month-name-array):
12497         Add doc string.
12498         (list-islamic-diary-entries): Adapt for new behaviours of
12499         `calendar-day-name' and `add-to-diary-list' functions.
12500         (mark-islamic-diary-entries): Adapt for new behaviours of
12501         `diary-name-pattern' and `calendar-make-alist' functions.
12503         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
12504         `calendar-month-name' function.
12506         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
12508         * calendar/solar.el (solar-seasons-data): Move definition before use.
12510         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
12511         (cal-tex-LaTeX-hourbox): Move definition before use.
12513         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
12514         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
12515         lunar.el, solar.el
12516         (displayed-month, displayed-year): Define for compiler.
12518 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
12520         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
12521         MODE.  Renamed from c-init-c-language-vars'.
12522         (c-initialize-cc-mode): Change accordingly.
12523         (c-common-init): Ditto.
12524         (c-mode): Ditto.
12525         (c++-mode): Use `c-init-language-vars-for'.
12526         (objc-mode): Ditto.
12527         (java-mode): Ditto.
12528         (idl-mode): Ditto.
12529         (pike-mode): Ditto.
12530         (awk-mode): Ditto.
12532 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
12534         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
12535         or not the point moved.
12537         (c-search-decl-header-end): Don't trip up on operator identifiers
12538         in C++ and operators like == in all languages.
12540         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
12541         Detect leading labels correctly.
12543 2003-08-02  Andreas Schwab  <schwab@suse.de>
12545         * textmodes/ispell.el: Don't redo key bindings on loading, put
12546         them only in loaddefs.el.
12547         * bookmark.el: Likewise.
12548         * dabbrev.el: Likewise.
12549         * emerge.el: Likewise.
12551         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
12552         has more than one member.
12554         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
12556 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12558         * lpr.el (printify-region): It was ending conversion before the
12559         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
12561 2003-07-31  John Paul Wallington  <jpw@gnu.org>
12563         * net/browse-url.el (browse-url-epiphany): Doc fix.
12565 2003-07-30  Kenichi Handa  <handa@m17n.org>
12567         * international/fontset.el (setup-default-fontset):
12568         Change registry names of Akurti fonts.
12570 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12572         * comint.el (comint-read-noecho): Use `clear-string' instead of
12573         `fillarray'.
12575 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
12577         * outline.el (outline-mode-hook): Add defvar.
12579 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
12581         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
12582         Restore assembler in source window if that is what has been selected.
12583         (menu): Add gdb-restore-windows to menu.  Make gdba
12584         specific menus only visible from gdba.
12586 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
12588         * progmodes/compile.el (compilation-environment): New user variable.
12589         (compile-internal): Respect it.
12591 2003-07-23  Masatake YAMATO  <jet@gyve.org>
12593         * progmodes/gud.el (gdb-script-font-lock-keywords):
12594         Put `font-lock-function-name-face' on a symbol which includes
12595         `-' like `hook-run'.  Put font-lock-variable-name-face
12596         on a symbol starting with $.
12598 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
12600         * files.el (set-visited-file-name): Use truename for buffer-file-name.
12602 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
12604         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
12606 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
12608         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
12609         Use with-no-warnings.
12610         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
12611         rather than to find-file-not-found-hook, which doesn't exist.
12613 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
12615         * international/quail.el (quail-translate-key): Fix previous change.
12617 2003-07-25  John Paul Wallington  <jpw@gnu.org>
12619         * server.el (server-start): Check `server-process' is non-nil
12620         before killing it to avoid killing current buffer's process.
12622         * simple.el (choose-completion-string): Use `minibufferp';
12623         test `completion-reference-buffer' if `buffer' arg is nil.
12624         (push-mark): Use `when' and `unless'.
12625         (pop-mark): Use `when'.
12627         * mouse-sel.el (mouse-sel-get-selection-function):
12628         Check `x-last-selected-text-primary'.  Don't barf if it or
12629         `x-last-selected-text' aren't bound.
12631 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
12633         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
12635 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
12637         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
12639 2003-07-23  John Paul Wallington  <jpw@gnu.org>
12641         * tooltip.el (defface tooltip): Inherit from variable-pitch.
12643 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
12645         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
12646         string.  Defvar the derived hook.
12648         * macros.el (insert-kbd-macro): Escape double quote character.
12649         From Thomas W Murphy <twm@andrew.cmu.edu>.
12651 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
12653         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
12654         to match the specific mark rather than reusing comment-start-skip.
12656 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
12658         * progmodes/hideshow.el (hs-special-modes-alist):
12659         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
12661 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
12663         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
12664         value using ?\s.
12666 2003-07-21  John Paul Wallington  <jpw@gnu.org>
12668         * subr.el (with-selected-window): Add closing paren.
12670 2003-07-21  Richard M. Stallman  <rms@gnu.org>
12672         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
12673         (lisp-mode): Likewise.
12675         * subr.el (with-selected-window): Copy code form save-selected-window
12676         so as to call select-window with norecord arg.
12677         (dynamic-completion-table): Doc fix.
12678         (lazy-completion-table): Doc fix.
12680         * international/mule-cmds.el (set-locale-environment):
12681         langinfo renamed to locale-info.
12683         * international/mule.el (auto-coding-functions): Doc fix.
12685 2003-07-21  Kenichi Handa  <handa@m17n.org>
12687         * international/quail.el (quail-translate-key):
12688         Update quail-current-str correctly.
12690 2003-07-21  Andreas Schwab  <schwab@suse.de>
12692         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
12693         ?, to "_".
12695 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
12696         Version 2.0.36 of Tramp released.
12698         * net/tramp.el (tramp-default-password-end-of-line): Rename from
12699         tramp-password-end-of-line.
12700         (tramp-password-end-of-line): New method parameter.
12701         (tramp-get-password-end-of-line): Function to access method
12702         parameter `tramp-password-end-of-line', or variable
12703         `tramp-default-password-end-of-line' (default value).
12704         (tramp-methods): Add entries for new parameter
12705         tramp-password-end-of-line.
12706         (tramp-enter-password): Use new function
12707         `tramp-get-password-end-of-line'.
12708         (tramp-handle-insert-file-contents): Do not
12709         unconditionally inhibit the file operation file-local-copy, only
12710         do that when the inhibit-file-name-operation is currently
12711         insert-file-contents.  This fixes finding remote CVS-controlled
12712         files.  (It would barf on inserting the CVS/Entries file
12713         literally, because the file-local-copy handler wasn't called.)
12714         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
12715         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
12716         (tramp-initial-commands): New variable.
12717         (tramp-process-initial-commands): New function, using the variable.
12718         (tramp-open-connection-setup-interactive-shell): Call the new function.
12719         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
12720         method into the buffer name, never use nil.  Reported by Hanak
12721         David <dhanak@inf.bme.hu>.
12722         (tramp-open-connection-setup-interactive-shell): Erase buffer
12723         before sending "stty -onlcr".
12725         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
12727 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
12729         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
12731 2003-07-19  John Paul Wallington  <jpw@gnu.org>
12733         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
12734         (artist-draw-rect, artist-draw-square): Doc fixes.
12736         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
12738         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
12740 2003-07-19  Kenichi Handa  <handa@m17n.org>
12742         * international/kkc.el (kkc-show-conversion-list-update):
12743         Highlight the correct candidate in the message.
12745 2003-07-18  John Paul Wallington  <jpw@gnu.org>
12747         * simple.el (current-word): Don't include punctuation char when
12748         `really-word' arg is non-nil.
12750 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
12752         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
12753         moved to the directory obsolete.
12755 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
12757         * info.el (Info-menu-entry-name-re): Allow newlines in
12758         menu entry names.
12760         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
12761         syntax-ppss-after-change-function.
12762         (syntax-ppss-after-change-function): New alias.  Update uses.
12763         (syntax-ppss): Catch the case where the buffer is narrowed.
12765 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
12767         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
12768         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
12770 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
12772         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
12773         since it might be modified.
12775         * progmodes/cc-langs.el (c++-make-template-syntax-table)
12776         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
12777         names to these language constants.
12779 2003-07-15  Kim F. Storm  <storm@cua.dk>
12781         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
12782         All uses changed.
12784 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
12786         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
12787         Namespace support.
12789 2003-07-13  Juanma Barranquero  <lektu@terra.es>
12791         * frame.el (modify-all-frames-parameters): Reinstall (copyright
12792         papers received).
12794 2003-07-13  Karl Eichwalder  <ke@suse.de>
12796         * textmodes/po.el (po-find-charset): White space at the start of the
12797         Content-Type field body is non-mandatory.
12799 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
12801         * textmodes/texinfo.el (texinfo-section-list):
12802         Append appendixsection; a synonym for appendixsec.
12804 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
12806         * man.el (Man-translate-cleanup): New.
12807         (Man-translate-references): Call `Man-translate-cleanup' to clean
12808         leading, trailing and middle spaces.
12810 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
12812         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
12813         Handle `dired-directory' being a list.
12815 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12817         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
12818         it doesn't exist.
12820 2003-07-12  Richard M. Stallman  <rms@gnu.org>
12822         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
12824         * progmodes/cc-defs.el (c-make-keywords-re):
12825         Don't use delete-duplicates.
12826         (c-lang-const): Don't use mapcan.
12828         * apropos.el (apropos-show-scores): Make it customizable.
12829         Document new meaning.
12830         (apropos): Compute scores from symbols.
12831         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
12833 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12835         * ps-bdf.el: Fix copyright line.
12836         (bdf-directory-list): Fix initialization code.
12838 2003-07-11  John Paul Wallington  <jpw@gnu.org>
12840         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
12841         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
12842         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
12844 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
12846         * emacs-lisp/ring.el (ring-elements): Doc fix.
12848 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
12850         * calendar/timeclock.el (timeclock-relative)
12851         (timeclock-ask-before-exiting, timeclock-use-display-time):
12852         Doc changes.
12853         (timeclock-modeline-display): Give a message if
12854         `timeclock-use-display-time' is non-nil but `display-time-mode'
12855         is not active.
12857 2003-07-11  Kenichi Handa  <handa@m17n.org>
12859         * international/mule-cmds.el (set-language-environment):
12860         Set current-language-environment to the correct string.
12862 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12864         * ps-print.el: Print line number correctly in a region.  Reported by
12865         Tim Allen <timallen@ls83.fsnet.co.uk>.
12866         (ps-print-version): New version number (6.6.2).
12867         (ps-printing-region): Code fix.
12869 2003-07-10  John Paul Wallington  <jpw@gnu.org>
12871         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
12872         this function can be called from `add-completions-from-tags-table'.
12874 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
12876         * calendar/timeclock.el (timeclock-use-display-time)
12877         (timeclock-day-over-hook, timeclock-workday-remaining)
12878         (timeclock-status-string, timeclock-when-to-leave)
12879         (timeclock-when-to-leave-string, timeclock-log-data)
12880         (timeclock-find-discrep, timeclock-day-base)
12881         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
12882         (timeclock-modeline-display): Set the variable
12883         `timeclock-modeline-display'.
12884         (timeclock-update-modeline): Doc fix.  Respect value of
12885         `timeclock-relative'.
12887 2003-07-09  Richard M. Stallman  <rms@gnu.org>
12889         * textmodes/reftex-parse.el (reftex-all-document-files):
12890         Add autoload cookie.
12892         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
12893         (reftex-scanning-info-available-p): Add autoload cookie.
12895         * international/mule-cmds.el
12896         (set-display-table-and-terminal-coding-system): Delete duplicate
12897         aset on standard-display-table.
12899         * view.el (view-file): If existing buffer's major mode is special,
12900         don't go into view mode.
12902         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
12904 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12906         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
12907         buffer changes; there's third party code that calls this function
12908         directly.
12910 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12912         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
12913         (autodoc-font-lock-keywords): Don't byte compile on font lock
12914         initialization when running from byte compiled files.
12916 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12918         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
12919         statement ends with auto-increment "++".
12921 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12923         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
12924         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
12925         these are changed, so declare them as variables and not constants.
12927 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
12929         * subr.el (dolist, dotimes): Doc fix.
12931 2003-07-08  Kim F. Storm  <storm@cua.dk>
12933         * international/mule-cmds.el
12934         (set-display-table-and-terminal-coding-system): Don't break
12935         bootstrap if standard-display-table isn't setup yet.
12937 2003-07-07  Richard M. Stallman  <rms@gnu.org>
12939         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
12940         Give it a doc string, and autoload it.
12942         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
12943         Use with-no-warnings.
12945         * info.el (Info-search): If find invisible text, search again.
12947         * isearch.el (search-whitespace-regexp): Add a shy group around it.
12949         * man.el (Man-name-regexp): Match + as part of name.
12951         * simple.el (visible-mode): Rename from vis-mode.
12952         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
12954         * simple.el (current-word): New arg REALLY-WORD specifies
12955         don't include punctuation chars.
12957         * emacs-lisp/debug.el (debug, debugger-env-macro):
12958         Use with-no-warnings while accessing and binding unread-command-char.
12960         * international/mule-cmds.el
12961         (set-display-table-and-terminal-coding-system): Use explicit loop
12962         instead of calling standard-display-default.
12964         * net/ange-ftp.el (ange-ftp-file-symlink-p):
12965         Use condition-case to catch error in ange-ftp-get-files.
12967         * net/browse-url.el (browse-url-browser-function):
12968         Add alternative for Epiphany.
12969         (browse-url-epiphany-program, browse-url-epiphany-arguments)
12970         (browse-url-epiphany-startup-arguments)
12971         (browse-url-epiphany-new-window-is-tab): New variables.
12972         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
12974         * progmodes/compile.el (compile-auto-highlight): Default now t.
12975         (compile): Doc fix.
12976         (compilation-next-error): Fix previous change.
12978         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
12980         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
12982 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
12984         * gdb-ui.el (gdb-source-info): Display current frame when
12985         attaching to an existing process.
12986         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
12987         while laying out windows when attaching to an existing process.
12989 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
12991         * info.el (Info-menu): Use Info-menu-entry-name-re.
12993 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
12995         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
12996         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
12998         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
12999         to match the same text.
13001 2003-07-06  John Paul Wallington  <jpw@gnu.org>
13003         * vc.el (vc-annotate-offset): Move defvar up.
13005 2003-07-06  Kim F. Storm  <storm@cua.dk>
13007         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
13008         This should fix the infinite loop when extracting menu names.
13010 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
13012         * files.el (auto-mode-alist, interpreter-mode-alist):
13013         Remove entries to CC Mode modes to avoid duplicates; they are now added
13014         with autoload directives in cc-mode.el.
13016 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
13018         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13019         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13020         these are changed, so declare them as variables and not constants.
13022         * progmodes/cc-mode.el: Fix some autoload problems: Try to
13023         ensure that the entry for ".c" extension comes before the one for
13024         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
13025         Fix incorrect entries that were added to `interpreter-mode-alist'.
13026         Move the autoload directives for AWK to the top level since they
13027         aren't recognized anywhere else.  Do not use the new AWK mode doc
13028         in the autoload form for the old AWK mode.
13030 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13032         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
13033         (bibtex-sort-ignore-string-entries): Default value t.
13034         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
13035         erroneously in previous version.
13036         (bibtex-string-files): Docstring reflects new parsing scheme.
13037         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
13038         docstring, add # as one of the chars to crush
13039         (bibtex-autokey-prefix-string, bibtex-autokey-names)
13040         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
13041         (bibtex-autokey-name-change-strings)
13042         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
13043         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
13044         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
13045         (bibtex-autokey-title-terminators)
13046         (bibtex-autokey-titlewords-stretch)
13047         (bibtex-autokey-titleword-ignore)
13048         (bibtex-autokey-titleword-case-convert)
13049         (bibtex-autokey-titleword-abbrevs)
13050         (bibtex-autokey-titleword-abbrevs)
13051         (bibtex-autokey-titleword-change-strings)
13052         (bibtex-autokey-titleword-length)
13053         (bibtex-autokey-titleword-separator)
13054         (bibtex-autokey-name-year-separator)
13055         (bibtex-autokey-year-title-separator)
13056         (bibtex-autokey-before-presentation-function)
13057         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
13058         Fix docstring.
13059         (bibtex-strings, bibtex-reference-keys):
13060         Use lazy-completion-table and make-variable-buffer-local.
13061         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
13062         (bibtex-braced-string-syntax-table)
13063         (bibtex-quoted-string-syntax-table): New variables.
13064         (bibtex-parse-nested-braces): Remove.
13065         (bibtex-parse-field-string): Use syntax table and forward-sexp.
13066         (bibtex-parse-association): Simplify.
13067         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
13068         (bibtex-parse-field-text): Simplify.
13069         (bibtex-search-forward-field, bibtex-search-backward-field):
13070         argument BOUND can take value t.
13071         (bibtex-start-of-field, bibtex-start-of-name-in-field)
13072         (bibtex-end-of-name-in-field, bibtex-end-of-field)
13073         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
13074         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
13075         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
13076         (bibtex-skip-to-valid-entry): Return buffer position of beginning
13077         and ending of entry.  Update for changes of bibtex-search-entry.
13078         Simplify.
13079         (bibtex-map-entries): FUN is called with three arguments.
13080         (bibtex-search-entry): Return a cons pair with buffer positions of
13081         beginning and end of entry.
13082         (bibtex-enclosing-field): Simplify.
13083         (bibtex-format-entry): Use booktitle to set a missing title.
13084         (bibtex-autokey-get-names): Fiddle with regexps.
13085         (bibtex-generate-autokey): Use identity.
13086         (bibtex-parse-keys): Use simplified parsing algorithm if
13087         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
13088         arguments.  Return alist of keys.
13089         (bibtex-parse-strings): Simplify.  Return alist of strings.
13090         (bibtex-complete-string-cleanup): Fix docstring.
13091         (bibtex-read-key): New function.
13092         (bibtex-mode): Fix docstring.  Do not parse for keys and
13093         strings when the mode is entered.  Set fill-paragraph-function to
13094         bibtex-fill-field.  Setup font-lock-mark-block-function the way
13095         font-lock intended.
13096         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
13097         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
13098         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
13099         (bibtex-Preamble): Avoid hard coded constants.
13100         (bibtex-make-field): Fix docstring.  Simplify.
13101         (bibtex-beginning-of-entry): Always return new position of point.
13102         (bibtex-end-of-entry): Rearrange cond clauses.
13103         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
13104         Update for changes of bibtex-map-entries.
13105         (bibtex-ispell-abstract): Do not move point.
13106         (bibtex-entry-index): Use downcase.  Simplify.
13107         (bibtex-lessp): Handle catch-all.
13108         (bibtex-find-crossref): Turn into a command.
13109         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
13110         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
13111         preamble entries.
13112         (bibtex-fill-field-bounds): New function.
13113         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
13114         (bibtex-fill-entry): Use bibtex-fill-field-bounds
13115         (bibtex-String): Use bibtex-strings.  Always obey
13116         bibtex-sort-ignore-string-entries.
13118 2003-07-05  John Paul Wallington  <jpw@gnu.org>
13120         * cus-theme.el (customize-create-theme):
13121         Call `customize-create-theme' in Reset widget's notify function.
13123         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
13124         (ibuffer-mark-interactive): Use `or' instead of `unless'.
13125         (define-ibuffer-column name): Add summarizer.
13126         (define-ibuffer-column size): Likewise.
13127         (define-ibuffer-column filename): Likewise.
13128         (define-ibuffer-column process): Likewise.  Change BODY's output too.
13129         (define-ibuffer-column filename-and-process): Likewise, likewise.
13130         (ibuffer): Remove local vars `already-in' and `need-update'.
13132         * ibuf-ext.el: Don't require `derived' at compile-time.
13134 2003-07-05  Kim F. Storm  <storm@cua.dk>
13136         * info.el: Disable paragraph refilling.
13137         (Info-refill-paragraphs): New defcustom.
13138         (Info-fontify-node): Use it.
13140 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
13142         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
13143         thingies from constructors created by defstruct.
13145         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
13146         the default value of the variable.
13147         (byte-code-meter): Move declaration to top level.
13149         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
13151         * info.el (Info-following-node-name-re): New fun.
13152         (Info-following-node-name): Remove.
13153         (Info-insert-dir): Use the new fun.
13154         (Info-extract-pointer): Don't save restriction; use new fun.
13155         (Info-menu-entry-name-re): New const.
13156         (Info-menu-entry-name-re): Use it along with new fun.
13157         (Info-node-spec-re): Use new fun.
13158         (Info-complete-menu-item, Info-fontify-node): Use new const.
13159         (Info-goto-node, Info-follow-reference, Info-menu-update):
13160         Use match-string.
13161         (Info-follow-reference): Use assoc-string.
13162         Use a list of strings for the completion table.
13163         (Info-fontify-node): Use match-string, line-end-position.
13164         Limit the search for `node:' to the first line.
13166         * newcomment.el (uncomment-region): Remove padding coming from
13167         comment-start rather than just from comment-padding.
13169         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
13170         (vc-cvs-stay-local-p): Use vc-stay-local-p.
13171         (vc-cvs-rename-file): Remove (use the default).
13172         (vc-cvs-register): Register parent dir if needed.
13173         (vc-cvs-could-register): Return non-nil if parent can be registered.
13174         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
13175         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
13177         * vc-svn.el (vc-svn-use-edit): Make it into a const.
13178         (vc-svn-update): Fix the arguments to `svn'.
13179         (vc-svn-diff-tree): Just use `vc-svn-diff'.
13180         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
13181         Simple implementations, assuming `name' is a URL.
13183         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
13184         set of chars allowed unquoted in a case pattern.
13186         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
13188         * font-lock.el (font-lock-extra-types-widget)
13189         (c-font-lock-extra-types, c++-font-lock-extra-types)
13190         (objc-font-lock-extra-types, java-font-lock-extra-types)
13191         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
13192         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
13193         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
13194         (font-lock-match-c++-structor-declaration)
13195         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
13196         (c++-font-lock-keywords-3, c++-font-lock-keywords)
13197         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
13198         (objc-font-lock-keywords-3, objc-font-lock-keywords)
13199         (java-font-lock-keywords-1, java-font-lock-keywords-2)
13200         (java-font-lock-keywords-3, java-font-lock-keywords)
13201         (java-font-lock-syntactic-face-function): Remove obsolete code
13202         and constants.  It's all in cc-fonts.el now.
13204 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
13206         * mail/sendmail.el (mail-specify-envelope-from)
13207         (mail-envelope-from): Doc fix.
13209 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
13211         * generic-x.el: Do away with the dependency on `c-emacs-features'
13212         when populating `rul-generic-mode-syntax-table'; we already know
13213         this isn't XEmacs.
13215 See ChangeLog.10 for earlier changes.
13217 ;; Local Variables:
13218 ;; coding: iso-2022-7bit
13219 ;; End:
13221     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
13222   Copying and distribution of this file, with or without modification,
13223   are permitted provided the copyright notice and this notice are preserved.
13225 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1