simple.el (next-error-buffer-p): allow for inclusive and
[emacs.git] / lisp / ChangeLog
blobea97b407700526ccb72c44dd4ef29394dda73dda
1 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
3         * simple.el (next-error-buffer-p): allow for inclusive and
4         exclusive tests for finding a buffer
5         (next-error-find-buffer): pass the exclusive and inclusive tests
6         to next-error-buffer-p
8         * replace.el (occur-next-error): switch to the Occur buffer when
9         appropriate, and use the exclusive filter to
10         next-error-find-buffer to do it.  Use the absolute value of the
11         motion amount.  
13 2004-11-29  Kenichi Handa  <handa@m17n.org>
15         * startup.el (command-line): Decode all buffer names by
16         locale-coding-system.
18 2004-11-29  Jay Belanger  <belanger@truman.edu>
20         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
21         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
22         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
23         Replace calls to calc-extensions by appropriate require, replace
24         calc-extensions-loaded by appropriate featurep.
26         * calc/calc-ext.el: Move require to end of file.
27         Remove redundant loading of calc.el.
28         (calc-extensions-loaded): Remove unnecessary variable.
29         (calc-extensions): Remove unnecessary function.
30         (calc-load-everything): Replace calc-need-macros by appropriate require.
32         * calc/calc-macs.el: Move provide to end of file.
33         (calc-need-macros): Remove unnecessary function.
35         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
36         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
37         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
38         Replace calc-extensions by appropriate require.
39         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
41         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
42         Replace calc-need-macros by appropriate require.
44         * calc/calc.el: Move require to end of file.
45         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
46         Remove unnecessary variable.
47         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
48         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
49         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
50         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
51         (math-stack-value-offset, math-format-value, math-format-flat-expr)
52         (math-format-number, math-format-bignum, math-read-number)
53         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
54         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
55         by appropriate require.
56         (calc-check-defines): Replace calc-need-macros by appropriate require.
58 2004-11-29  Kim F. Storm  <storm@cua.dk>
60         * macros.el (insert-kbd-macro): Handle kmacro functions.
62 2004-11-28  Juri Linkov  <juri@jurta.org>
64         * compare-w.el (compare-windows-highlight): Attach each overlay
65         to its window to properly highlight differences while comparing
66         two windows of the same buffer.  Fix arguments.
67         (compare-windows-sync-default-function): Fix arguments of
68         `compare-windows-highlight'.
70         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
71         Use `read-expression-history'.  Set initial contents only if
72         `edebug-global-break-condition' is non-nil.  Set histpos to 1
73         if initial contents is equal to the last history element.
74         (edebug-set-conditional-breakpoint): Instead of temporarily
75         prepending the current condition to the history, set initial
76         contents to the current condition.  Set histpos to 1 if initial
77         contents is equal to the last history element.
79         * info.el (Info-search-whitespace-regexp): Remove shy group.
80         (Info-search): Forward line if search is on the header line.
81         Use search-whitespace-regexp in two other places.
83 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
85         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
86         warning.  Delay real definition, which uses
87         `set-fringe-indicators-1' till after the definition of that
88         function.
90 2004-11-28  Kim F. Storm  <storm@cua.dk>
92         * fringe.el (fringe): New defgroup.
93         (fringe-mode): Move to fringe group.
94         (fringe-indicators): New defcustom.
95         (set-fringe-indicators-1): New defun.
97         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
98         (menu-bar-showhide-fringe-ind-menu): New keymap.
99         (menu-bar-showhide-fringe-ind-empty)
100         (menu-bar-showhide-fringe-ind-mixed)
101         (menu-bar-showhide-fringe-ind-box)
102         (menu-bar-showhide-fringe-ind-right)
103         (menu-bar-showhide-fringe-ind-left)
104         (menu-bar-showhide-fringe-ind-none): New defuns.
105         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
107 2004-11-27  Richard M. Stallman  <rms@gnu.org>
109         * comint.el (comint-read-noecho): Add trivial compatibility
110         definition.
112         * generic.el (define-generic-mode): Doc fix.
114         * menu-bar.el (menu-bar-options-save): For the options
115         that are toggled with menu-bar-make-mm-toggle, don't check
116         for customized-value prop.
118 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
120         * mail/supercite.el (sc-cite-region): Handle the case where
121         sc-cite-frame-alist is a symbol.
122         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
123         a symbol.
124         (sc-recite-region): Handle the case where sc-recite-frame-alist is
125         a symbol.
127 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
129         * wid-edit.el (widget-narrow-to-field): New function.
130         (widget-complete): Use it.
132 2004-11-27  Jay Belanger  <belanger@truman.edu>
134         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
135         variable.
136         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
137         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
138         (math-alg-inequalities): Move declaration to earlier in the file.
140         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
141         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
142         Declare them.
144         * calc/calc-lang.el (math-expr-data, math-expr-token)
145         (math-exp-old-pos): Declare them.
147         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
148         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
150 2004-11-27  Kim F. Storm  <storm@cua.dk>
152         * progmodes/flymake.el: Use (featurep 'xemacs).
153         (flymake-makehash): Change to defsubst.  Use fboundp.
154         (flymake-time-to-float): Remove.
155         (flymake-float-time): Merge code from flymake-time-to-float here.
156         (flymake-replace-regexp-in-string): Change to defsubst.
157         (flymake-split-string-remove-empty-edges):
158         Rename to flymake-split-string.
159         (flymake-split-string): Remove previous defalias.
160         (flymake-get-temp-dir): Change to defsubst.
161         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
162         Define for xemacs only.
163         (flymake-master-file-count-limit): Change into compiler defvar only.
164         (flymake-find-possible-master-files): Let-bind it dynamically while
165         sorting files using flymake-master-file-compare.
167 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
169         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
170         of defun-prompt-regexp matches inside a comment/string but the
171         beginning is correctly outside everything.
173         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
174         appears within a string or a comment.
176         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
177         rather than make-symbol for symbols which are used in
178         a symbol-macrolet or equivalent.
180 2004-11-26  Jay Belanger  <belanger@truman.edu>
182         * calc-misc.el (calc-last-why-command): Declare it.
184         * calc-vec.el (math-grade-vec): New variable.
185         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
186         Replace variable grade-vec by declared variable.
187         (math-rb-close): New variable.
188         (math-read-brackets, math-read-vector): Replace variable close by
189         declared variable.
191         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
192         (calc-one-window, calc-edit-handler, calc-restore-trail)
193         (calc-allow-ret): Declare them.
195         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
196         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
197         (math-radix-float-cache-tag, math-random-cache)
198         (math-max-digits-cache, math-integral-cache, math-units-table)
199         (math-format-date-cache, math-holidays-cache-tag): Declare them.
200         (math-moc-func): New variable.
201         (math-map-over-constants, math-map-over-constants-rec):
202         Replace variable func by declared variable.
204         * calc/calc-store.el (calc-given-value, calc-store-opers):
205         Declare them.
206         (calc-var-name-map): Move declaration to earlier in the file.
207         (calc-pv-pos): New variable.
208         (calc-permanent-variable, calc-insert-permanent-variable):
209         Replace variable pos by declared variable.
211         * calc/calc-mtx.el (calc-det-lu): New variable.
212         (math-det-raw, math-det-step): Replace variable lu by declared variable.
214         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
215         (math-multi-subst, math-multi-subst-rec): Replace variables temp
216         and arg by declared variables.
217         (calcFunc-reducer): Fix incorrect variable.
218         (math-inner-mul-func, math-inner-add-func): New variables.
219         (calcFunc-inner, math-inner-mats): Replace variables mul-func
220         and add-func by declared variables.
222         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
223         (calc-digit-value): Declare them.
225         * calc/calc-help.el (Info-history): Declare it.
226         (calc-describe-key): Make calc-summary-indentation a local variable.
227         (calc-help-long-names): Move declaration to earlier in file.
229         * calc/calc-embed.el (calc-original-buffer): Declare it.
230         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
231         (calc-embed-bot): New variables.
232         (calc-do-embedded, calc-embedded-mark-formula)
233         (calc-embedded-find-bounds, calc-embedded-duplicate)
234         (calc-embedded-new-formula, calc-embedded-make-info):
235         Replace vars outer-top, outer-bot, bot and top by declared variables.
236         (calc-embed-prev-modes): New variable.
237         (calc-embedded-set-modes, calc-embedded-update): Replace variable
238         prev-modes with declared variable.
239         (calc-embed-vars-used): New variable.
240         (calc-embedded-make-info, calc-embedded-evaluate-expr)
241         (calc-embedded-update, calc-embedded-find-vars): Replace variable
242         vars-used by declared variable.
244         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
245         (math-format-radix-float): Remove unnecessary setq.
246         (math-radix-float-cache): Declare it.
248         * calc/calcsel2.el (calc-keep-selection): Declare it.
250         * calc/calc-maint.el: Remove file.
252 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
254         * textmodes/bibtex.el (bibtex-sort-entry-class)
255         (bibtex-comment-start): Use defcustom.
256         (bibtex-entry-field-alist): Use nil if initial content of the
257         field is undefined.  Fix docstring.
258         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
259         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
260         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
261         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
262         Fix docstring.
263         (bibtex-autokey-title-terminators): Use only one regexp.
264         (bibtex-string-maybe-empty-head): New variable.
265         (bibtex-remove-delimiters-string): New function.
266         (bibtex-text-in-field-bounds, bibtex-text-in-string):
267         Use bibtex-remove-delimiters-string.
268         (bibtex-progress-message, bibtex-field-left-delimiter)
269         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
270         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
271         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
272         Simplify.
273         (bibtex-format-entry): Use save-excursion for inherited booktitle.
274         Use eq and bibtex-remove-delimiters-string.  For end markers use
275         insertion type so that marker stays after inserted text.
276         (bibtex-autokey-get-names): Return empty string if name is missing.
277         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
278         calling bibtex-autokey-name-case-convert.
279         (bibtex-autokey-demangle-title):
280         Call bibtex-autokey-titleword-case-convert.  Remove call to
281         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
282         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
283         (bibtex-read-key): New optional arg global.
284         (bibtex-files-expand): New optional arg force.
285         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
286         (bibtex-complete-crossref-cleanup): Rename from
287         bibtex-complete-key-cleanup.  Simplify code.
288         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
289         Operate on current entry.
290         (bibtex-button): Add docstring.
291         (bibtex-entry): Simplify.
292         (bibtex-make-field): Replace optional arg called-by-yank with more
293         specific args move and interactive.
294         (bibtex-end-of-entry): Use forward-sexp.
295         (bibtex-find-entry-globally): Remove.
296         (bibtex-find-crossref): Allow for crossref key located in other buffer.
297         Bound to C-c C-x.
298         (bibtex-find-entry): New optional args global and display.
299         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
300         (bibtex-validate): Use arg force of bibtex-files-expand.
301         (bibtex-clean-entry): Bugfix, clean string entries properly.
302         Always keep point at beginning of entry.
303         (bibtex-complete): Bugfix.  Handle string entries properly.
304         Call cleanup functions only if needed.
305         (bibtex-String): Use bibtex-read-string-key.
306         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
307         case of replacement text.
309 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
311         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
312         (tramp-perl-directory-files-and-attributes): New constant.
313         (tramp-file-name-handler-alist): Delete file-directory-files, add
314         directory-files-and-attributes.
315         (tramp-perl-file-attributes): Surround uid and gid by double
316         quotes. Change parameter id-format from nonnumeric.
317         (tramp-convert-file-attributes): New function.
318         (tramp-handle-file-attributes): Use it.
319         (tramp-maybe-send-perl-script): New function.
320         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
321         file mode. Change parameter id-format from nonnumeric.
322         (tramp-handle-file-attributes-with-ls): Change parameter id-format
323         from nonnumeric.
324         (tramp-post-connection): Don't send tramp-perl-file-attributes
325         script. Reset connection property "perl-scripts".
326         (tramp-handle-insert-directory): Run real handler when ls-lisp is
327         in use.
329 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
331         * desktop.el (desktop-read): Replace mapcar with mapc.
332         (desktop-create-buffer): Replace mapcar with mapc.
333         Remove redundant piece of code.
335 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
337         * progmodes/gud.el (gud-display-line): Use display-buffer
338         for GDB-UI as for GUD.
340         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
341         Delete variables.
342         (gdb-ann3): Don't make GUD buffer dedicated.
343         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
344         (gdb-display-source-buffer): Delete function.
345         (gdb-view-source-function, gdb-view-assembler): Delete functions.
346         (menu): Delete menu bindings for viewing source/assembler.
347         (gdb-setup-windows, gdb-restore-windows):
348         Don't dedicate GUD. No assembler now.
349         (gdb-reset): No need to undedicate source buffers now.
350         (gdb-source-info): No assembler now.
352 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
354         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
355         width to those for special frames.
356         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
357         Use display-buffer.
358         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
359         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
360         (gdb-frame-assembler-buffer): Rework like
361         gdb-frame-breakpoints-buffer.
363 2004-11-25  Richard M. Stallman  <rms@gnu.org>
365         * progmodes/flymake.el: Reindent.
366         (flymake-split-string): Turn into defalias.
367         (flymake-fix-file-name): Rename from flymake-fix-path-name.
368         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
369         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
370         (flymake-build-relative-filename): Rename from ...path.
371         Fix error message.
373 2004-11-25  Cheng Gao  <chenggao@gmail.com>
375         * progmodes/flymake.el: Much whitespace and capitalization change.
376         Move `provide' to end.  Require `compile' only when compiling.
378 2004-11-24  Jay Belanger  <belanger@truman.edu>
380         * calc/calc-alg.el: Added comment.
381         (math-polynomial-base): Replace variable mpb-top-expr by
382         math-poly-base-top-expr.
384         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
385         (math-polynomial-p1): Replace variable mpb-top-expr by declared
386         variable.
387         (math-poly-base-total-base): New variable.
388         (math-total-polynomial-base, math-polynomial-p1): Replace variable
389         mpb-total-base by declared variable.
390         (math-factored-vars, math-to-list): Declare it.
391         (math-fact-expr): New variable.
392         (calcFunc-factors, calcFunc-factor, math-factor-expr)
393         (math-factor-expr-try, math-factor-expr-part): Replace variable
394         expr by declared variable.
395         (math-fet-x): New variable.
396         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
397         by declared variable.
398         (math-factor-poly-coefs): Make temp a local variable.
400         * calc/calc-units.el (calc-convert-units): Make units a local
401         variable.
402         (calc-num-units, calc-den-units): New variables.
403         (calc-explain-units, calc-explain-units-rec): Replace variables
404         num-units and den-units by declared variables.
405         (math-cu-unit-list): New variable.
406         (math-build-units-table, math-compare-unit-names)
407         (math-convert-units, math-convert-units-rec): Replace variable
408         unit-list by declared variable.
409         (math-fbu-base, math-fbu-entry): New variables.
410         (math-find-base-units, math-find-base-units-rec): Replace variables
411         base and entry by declared variables.
412         (math-which-standard): New variable.
413         (math-to-standard-units, math-to-standard-rec): Replace variable
414         which-standard by declared variable.
415         (math-fcu-u): New variable.
416         (math-find-compatible-unit, math-find-compatible-unit-rec):
417         Replace variable u by declared variable.
418         (math-cu-new-units, math-cu-pure): New variables.
419         (math-convert-units, math-convert-units-rec): Replace variables
420         new-units and pure by declared variables.
421         (math-try-cancel-units): New variable.
422         (math-simplify-units-quotient): Replace variable try-cancel-units by
423         declared variable.
425 2004-11-24  Richard M. Stallman  <rms@gnu.org>
427         * textmodes/ispell.el (ispell-check-version):
428         If default-directory is nonexistent, use home dir.
430         * progmodes/grep.el (grep-regexp-alist):
431         Don't match parens around line numbers.
433         * progmodes/cperl-mode.el (cperl-indent-region)
434         (cperl-imenu--create-perl-index, cperl-xsub-scan):
435         Don't print progress messages.
437         * progmodes/compile.el (compilation-mode-map):
438         Don't inherit from compilation-minor-mode-map;
439         copy its bindings instead.  But the menu bar Compile
440         entry now does inherit from compilation-menu-map.
442         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
443         Use with-no-warnings around compiler-macroexpand.
445         * imenu.el: Don't always require newcomment.
446         (imenu--generic-function): Call comment-normalize-vars
447         if we have a comment syntax.
448         Exit the loop if REGEXP matches the null string.
449         Test comment-start as well as comment-start-skip
450         when deciding whether to check for comments.
452         * tooltip.el (tooltip-mode): Doc fix.
454         * term.el (term-escape-char, term-mode): Doc fixes.
456 2004-11-24  Dave Love  <fx@gnu.org>
458         * progmodes/python.el (python-font-lock-syntactic-keywords):
459         Check for escapes in the regexp.
460         (python-quote-syntax): Don't do it here.
462 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
464         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
465         (gdb-frames-mode-map, gdb-threads-mode-map)
466         (gdb-registers-mode-map, gdb-locals-mode-map)
467         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
468         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
470         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
471         (dedicated-switch-to-buffer): Rework.
472         (gdb-var-evaluate-expression-handler, gdb-put-string):
473         Remove unused variable bindings.
474         (gdb-setup-windows, gdb-display-buffer):
475         Simplify. Use pop-to-buffer.
476         (gdb-view-source-function): Simplify.
477         (gdb-frame-breakpoints-buffer):
478         Use pop-to-buffer, special-display-regexps.
480 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
482         * progmodes/f90.el (f90-smart-end)
483         (f90-previous-statement, f90-beginning-of-block): Doc fix.
484         (f90-calculate-indent): Handle un-named PROGRAM blocks.
485         (f90-end-of-block): Doc fix.  Make check of outermost block
486         conditional on value of `f90-smart-end'.
487         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
488         Handle case where END-BLOCK is nil.
489         (f90-match-end): Handle un-named PROGRAM blocks.
490         (f90-backslash-not-special): New function.
492 2004-11-24  Jay Belanger  <belanger@truman.edu>
494         * calc/calc.el (calc-embedded-active): Removed unnecessary
495         declaration.
496         (calc-show-banner): Removed redundant declaration.
498         * calc/calc-graph.el (calc-gnuplot-default-device)
499         (calc-gnuplot-default-output, calc-gnuplot-print-device)
500         (calc-gnuplot-print-output, calc-gnuplot-geometry)
501         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
502         Remove redundant initial values.
504         * calc/calc-arith.el (math-scalar-functions)
505         (math-nonscalar-functions, math-scalar-if-args-functions)
506         (math-real-functions, math-positive-functions)
507         (math-nonnegative-functions, math-real-scalar-functions)
508         (math-real-if-arg-functions, math-integer-functions)
509         (math-num-integer-functions, math-rounding-functions)
510         (math-float-rounding-functions, math-integer-if-args-functions)
511         (math-super-types): Move declarations to earlier in file.
512         (math-unit-prefixes): Declared it.
513         (math-floor-prec, math-trunc-prec): New variables.
514         (math-trunc-fancy): Replace variable prec by declared variable.
515         (math-floor-fancy): Replace variable prec by declared variable.
516         (math-com-bterms): New variable.
517         (math-commutative-equal, math-commutative-collect):
518         Replace variable bterms by declared variable.
520         * calc/calc-misc.el (math-trunc): Replace variable prec by
521         math-trunc-prec.
522         (math-floor): Replace variable prec by math-floor-prec.
524         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
525         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
526         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
527         (math-format-date, math-format-date-part): Replace variables
528         date, dt, year, month, day, weekday, hour, minute, second and
529         bc-flag by declared variables.
530         (math-pd-str): New variable.
531         (math-parse-date, math-parse-date-word, math-parse-standard-date):
532         Replace variable str by declared variable.
533         (math-daylight-savings-hook, math-tzone-names): Move definitions
534         to earlier in the file.
535         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
536         (math-sh-year): New variable.
537         (math-setup-add-holidays, math-setup-holidays)
538         (math-setup-year-holidays): Replace variable `year' by declared
539         variable.
541         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
542         New variables.
543         (math-nth-root-float, math-nth-root-float-iter): Replace variables
544         n, nf and nfm1 by declared variables.
545         (math-nri-n): New variable.
546         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
547         n by declared variable.
548         (calcFunc-log): Removed misplaced condition.
550 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
552         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
554 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
556         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
557         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
558         Dedicate gdb-related windows.
559         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
560         other frames.
561         (gdb-reset): Remove dedicated property after debugging.
563 2004-11-24  Jay Belanger <belanger@truman.edu>
565         * calc/calc-sel.el: Add comment.
567         * calc/calc.el (math-stack-value-offset): Replace variables c,
568         wid and off with math-svo-c, math-svo-wid and math-svo-off.
570         * calc/calccomp.el (math-comp-sel-tag): Declare it.
571         (math-svo-c, math-svo-wid, math-svo-off): New variables.
572         (math-stack-value-offset-fancy): Replace variables c, wid and off
573         by declared variables.
574         (math-comp-just, math-comp-comma-spc): New variables.
575         (math-compose-expr, math-compose-matrix): Replace variables `just'
576         and comma-spc by declared variable.
577         (math-comp-vector-prec): New variable.
578         (math-compose-expr, math-compose-matrix, math-compose-rows):
579         Replace variable vector-prec by declared variable.
580         (math-comp-left-bracket, math-comp-right-bracket)
581         (math-comp-comma): New variables.
582         (math-compose-expr, math-compose-rows): Replace variables
583         left-bracket, right-bracket and comma by declared variables.
584         (math-comp-full-width): New variable.
585         (math-comp-to-string-flat, math-comp-to-string-flat-term):
586         Replace variable full-width by declared variable.
587         (math-comp-highlight, math-comp-word, math-comp-level)
588         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
589         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
590         New variables.
591         (math-comp-to-string-flat, math-comp-to-string-flat-term)
592         (math-comp-sel-flat-term): Replace variables comp-highlight,
593         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
594         declared variables.
595         (math-comp-simplify, math-comp-simplify-term)
596         (math-comp-add-string, math-comp-add-string-sel):
597         Replace variables comp-highlight, comp-buf, comp-base,
598         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
600 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
602         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
604         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
605         and x-server-version may throw.
607 2004-11-23  Kim F. Storm  <storm@cua.dk>
609         * subr.el (substitute-key-definition-key): Optimize.
610         Don't call indirect-function for nil defn (always signals error).
612         * ido.el (ido-read-internal): Fix require-match check when
613         ido-directory-too-big is set.
615 2004-11-23  Jay Belanger  <belanger@truman.edu>
617         * calc/calc-ext.el (math-read-replacement-list)
618         (math-read-superscripts): New variables.
619         (math-read-preprocess-string): New function.
620         (math-read-expr): Filter input through math-read-preprocess-string.
622         * calc/calc-aent.el (math-read-exprs): Filter input through
623         math-read-preprocess-string.
625 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
627         * progmodes/compile.el (compilation-start): In cd command use
628         substitute-env-vars -- not quite shell compatible but better than
629         nothing.
630         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
631         handle the newer versions messages, which are more parseable.
633 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
635         * reveal.el (reveal-mode-map): New var.
636         (reveal-mode): Use it.
638 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
640         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
641         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
643 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
645         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
646         header-line when needed.
647         Use fixed-pitch only in the header-line.
648         Build the underline automatically.  Use emdash if available.
650 2004-11-22  Richard M. Stallman  <rms@gnu.org>
652         * dired.el (dired-recursive-copies): Move from dired-aux.el.
653         * dired-aux.el (dired-recursive-copies): Move to dired.el.
655 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
657         * progmodes/gdb-ui.el (gdb-resync): New function.
658         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
659         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
660         Use it to fail more gracefully.
661         (gdb-variables): Delete variable.
662         Re-order variables to reduce byte-compiler warnings.
664 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
666         * descr-text.el (describe-char):
667         * paren.el (show-paren-function):
668         * subr.el (syntax-after): Undo last change.
670         * progmodes/python.el (run-python): Don't hard code *Python*.
671         Don't modify global process-environment.
672         (python-send-region, python-load-file): Don't assume that
673         python-buffer == (process-buffer (python-proc)).
674         (python-switch-to-python): Simplify.
676         * dired.el (dired-align-file): Don't assume line starts with spaces.
678 2004-11-21  Jay Belanger  <belanger@truman.edu>
680         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
681         Replace variable `lines' by math-read-big-lines.
682         (math-read-big-expr): Replace variables the-baseline, the-h2
683         and err-msg by math-read-big-baseline, math-read-big-h2 and
684         math-read-err-msg.
685         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
687         * calc/calc-lang.el (math-read-big-rec): Fix typo.
688         (math-read-big-balance): Replace unbound variable by value.
689         (math-read-big-lines): New variable.
690         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
691         (math-read-big-error, math-read-big-balance): Replace variable
692         `lines' by declared variable.
693         (math-read-big-baseline, math-read-big-h2): New variables.
694         (math-read-big-rec): Replace variables the-baseline and the-h2
695         by declared variables.
696         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
697         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
698         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
699         declared variables.
700         (math-read-big-err-msg): New variable.
701         (math-read-big-error): Replace variable err-msg by declared variable.
703 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
705         * ses.el: Add coding cookie.
706         Fix up docstrings, follow new commenting conventions.
707         (ses-header-line-menu): Fix missing variable rename for header-row.
708         (ses-cell-size): Remove.
709         (ses-make-cell): New function.
710         (ses-cell, ses-insert-row, ses-insert-column): Use it.
711         (ses-calculate-cell): Remove unused var `symbol'.
712         (ses-narrowed-p): New function.
713         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
714         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
715         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
716         (ses-setup): Use restore-buffer-modified-p.
717         (ses-cleanup): Remove unused var `end'.
718         (ses-header-string-left-offset): Remove.
719         (ses-create-header-string): Adjust to new behavior of `align-to'.
720         Truncate excessively large fields to preserve alignment.
721         (ses-reconstruct-all): Remove unused var `refs'.
722         (ses-read-cell-printer): Remove unused var `prompt'.
723         (ses-delete-row): Remove unused var `pos'.
724         (ses-delete-column): Remove unused var `new'.
726 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
728         * ps-print.el: Insert :version tag into all defgroup and defcustom.
729         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
730         Eliminate eval-and-compile usage.
731         (ps-insert-file): Use insert-file-contents instead of insert-file.
732         (ps-setup): Code fix.
734         * printing.el (pr-setup, lpr-setup): Code fix.
736 2004-11-21  Jay Belanger  <belanger@truman.edu>
738         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
739         (calc-original-buffer): Declare them.
740         (calc-user-formula-alist): New variable.
741         (calc-user-define-formula, calc-fix-user-formula)
742         (calc-user-define-composition, calc-finish-formula-edit):
743         Replace variable `alist' by declared variable.
744         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
745         (var-q7, var-q7, var-q8, var-q9): Declare them.
746         (calc-kbd-push): Don't check to see if var-q0 through var-q9
747         are bound.
748         (calcFunc-typeof): Replace undeclared variable by expression.
749         (math-exp-env): New variable.
750         (math-define-body, math-define-exp): Replace exp-env by declared var.
751         (math-define-exp): Replace misplaced variable by expression.
753         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
754         (calc-curve-model, calc-curve-coefnames): New variables.
755         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
756         varnames, model and coefnames by declared variables.
757         (math-root-widen): New variable.
758         (math-search-root, math-find-root): Replace variable root-widen by
759         declared variable.
760         (var-DUMMY): Declare it.
761         (math-root-vars, math-min-vars): Move the declarations to earlier in
762         the file.
763         (math-brent-min): Make d a local variable.
764         (math-find-minimum): Replace non-existent variable.
765         (math-ninteg-romberg): Remove unnecessary variable.
766         (math-ninteg-temp): New variable.
767         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
768         integ-temp by declared variable.
769         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
770         New variables.
771         (math-general-fit): Replace variables first-var, first-coef and
772         new-coefs by declared variables.
773         (calcFunc-fitvar): Replace variable first-var by declared variable.
774         (calcFunc-fitparam): Replace variable first-coef by declared variable.
775         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
776         (math-all-vars-vars, math-all-vars-found): New variables.
777         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
778         found by declared variable math-all-vars-vars.
780 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
782         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
783         of `defconst'.
785 2004-11-20  Richard M. Stallman  <rms@gnu.org>
787         * isearch.el (isearch-mode-map): Don't bind SPC.
788         (isearch-whitespace-chars): Function deleted.
789         (isearch-search): Bind search-spaces-regexp.
790         (isearch-lazy-highlight-search): Likewise.
791         (search-whitespace-regexp): Doc fix.
792         (isearch-forward-regexp): Doc fix.
794         * emacs-lisp/bytecomp.el (byte-compile-form):
795         Move the calls to byte-compile-set-symbol-position,
796         to avoid having two for the same symbol occurrence.
798         * comint.el (comint-input-ring-size): Increase to 150.
800         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
801         New variables.
802         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
803         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
805         * imenu.el (imenu--generic-function):
806         Ensure we keep moving backward even if BEG isn't further back.
808         * replace.el (query-replace-read-to, query-replace-read-from):
809         Specify t for KEEP-ALL in read-from-minibuffer.
811         * progmodes/python.el (python-switch-to-python):
812         If Python isn't running, start it.
813         Don't alter debug-ignored-errors.
815         * progmodes/cperl-mode.el (cperl-indent-region):
816         Don't mind imenu-scanning-message.
818         * bindings.el (global-map): Bind C-e to move-end-of-line.
820         * simple.el (line-move-finish): New arg FORWARD.
821         Ignore invisible newlines, not intangible ones.
822         Conditions for acceptable stopping positions depend on FORWARD.
823         (line-move): Pass FORWARD arg to line-move-finish.
825         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
826         of HEADER.  Compensate for this change in the code to add display
827         properties.  Don't make the first line intangible.
829         * info.el (Info-search): Fix previous change.
831 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
833         * Makefile.in (recompile): Revert 2004-11-19 change.
834         (compile): Likewise.
836 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
838         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
840 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
842         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
843         defgroup and defcustom.  Eliminate eval-and-compile usage.
845         * progmodes/ebnf-otz.el: Fix typos.
847 2004-11-19  Jay Belanger  <belanger@truman.edu>
849         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
850         (calc-edit-finish, calc-finish-stack-edit): Replace variable
851         disp-trail by declared variable.
853         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
854         (calc-finish-selection-edit):  Replace variable disp-trail by
855         declared variable.
856         (calc-selection-cache-entry): Move declaration to earlier in the file.
857         (calc-selection-cache-num, calc-selection-cache-comp)
858         (calc-selection-cache-offset, calc-selection-true-num)
859         (calc-final-point-line, calc-final-point-column)
860         (calc-original-buffer): Declare them.
861         (calc-fnp-op, calc-fnp-num): New variables.
862         (calc-find-nth-part, calc-find-nth-part-rec)
863         (calc-select-previous): Replace op and num by declared variables.
864         (calc-rsf-old, calc-rsf-new): New variables.
865         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
866         Replace variables old and new by declared variables.
867         (calc-sel-reselect): New variable.
868         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
869         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
870         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
871         reselect with declared variable.
873         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
874         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
875         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
876         (math-import-list, math-rewrite-phase): Declare them.
877         (math-rewrite):  Use let* to declare variables.
878         (calc-rewrite-selection): Make rules a local variable.
879         (calc-rewr-sel): New variable.
880         (calc-rewrite-selection, calc-locate-selection-marker)
881         (calc-rewrite): Use the declared variable calc-rewr-sel instead
882         of sel.
883         (math-rewrite-whole-expr): New variable.
884         (math-rewrite, math-rewrite-phase): Replace variable expr by
885         declared variable.
886         (math-rewrite-heads-heads, math-rewrite-heads-skips)
887         (math-rewrite-heads-blanks ): New variables.
888         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
889         heads, skips and blanks by declared variables.
890         (math-rwcomp-subst-old, math-rwcomp-subst-new)
891         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
892         New variables.
893         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
894         old, new, old-func and new-func by declared variables.
895         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
896         Remove unnecessary variable.
897         (math-apply-rw-regs): New variable.
898         (math-apply-rewrites, math-rwapply-replace-regs)
899         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
900         (math-apply-rw-ruleset): New variable.
901         (math-apply-rewrites, math-rwapply-remember): Replace variable
902         ruleset by declared variable.
904 2004-11-19  Richard M. Stallman  <rms@gnu.org>
906         * info.el (Info-search): Use search-whitespace-regexp.
908 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
910         * vc-rcs.el (vc-rcs-parse): New function.
911         (vc-rcs-annotate-command): Likewise.
912         (vc-rcs-annotate-current-time): Likewise.
913         (vc-rcs-annotate-time): Likewise.
914         (vc-rcs-annotate-extract-revision-at-line): Likewise.
916 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
918         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
920 2004-11-18  Jay Belanger  <belanger@truman.edu>
922         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
924 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
926         * printing.el: Eliminate use of interactive-p and eval-and-compile.
927         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
928         Use make-temp-file to generate PostScript files in any situation.
929         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
930         (pr-interactive-p): Eliminate var.
931         (pr-save-interactive): Eliminate macro.
932         (pr-interface, pr-ps-directory-preview)
933         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
934         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
935         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
936         (pr-ps-buffer-ps-print, pr-ps-region-preview)
937         (pr-ps-region-using-ghostscript, pr-ps-region-print)
938         (pr-ps-region-ps-print, pr-ps-mode-preview)
939         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
940         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
941         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
942         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
943         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
944         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
945         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
946         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
947         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
948         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
949         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
950         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
951         Eliminate pr-save-interactive usage.
952         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
953         Eliminate pr-interactive-p usage.
954         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
955         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
956         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
957         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
958         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
959         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
960         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
961         New funs.
962         (pr-ps-file): Use make-temp-file to generate a temporary file.
964 2004-11-17  Jay Belanger  <belanger@truman.edu>
966         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
967         a local variable.
968         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
969         (math-top-only): New variable.
970         (math-simplify, math-simplify-step): Replace variable top-only by
971         declared variable math-top-only.
972         (math-simplify-expr): Declare it.
973         Replace argument expr in all calls of math-defsimplify by
974         math-simplify-expr.
975         (math-simplify-plus, math-simplify-times, math-simplify-divide)
976         (math-simplify-divisor, math-simplify-one-divisor)
977         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
978         (math-simplify-pow): Replace variable expr by declared variable
979         math-simplify-expr.
980         (math-simplify-divisor): Remove local variables temp and op.
981         (math-simplify-one-divisor): Make temp and op local variables.
982         (math-simplify-divisor-nover, math-simplify-divisor-dover):
983         New variables.
984         (math-simplify-divisor, math-simplify-one-divisor):
985         Replace variables nover and dover by declared variables.
986         (math-expr-subst-new, math-expr-subst-old): New variables.
987         (math-expr-subst, math-expr-subst-rec): Replace variables new
988         and old by declared variables.
989         (math-is-poly-degree, math-is-poly-loose): New variables.
990         (math-is-polynomial, math-is-poly-rec): Replace variables degree
991         and loose by declared variables.
992         (math-poly-base-const-ok, math-poly-base-pred): New variables.
993         (math-polynomial-base, math-polynomial-base-rec):
994         Replace variables const-ok and mpb-pred by declared variables.
996         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
998         * calc/calc-ext.el (math-defsimplify): Change the argument in
999         the created function to math-simplify-expr.
1001         * calc/calc-units.el (math-simplify-expr): Declare it.
1002         Replace argument expr in all calls of math-defsimplify by
1003         math-simplify-expr.
1004         (math-simplify-units-prod): Replace variable expr by declared
1005         variable math-simplify-expr.
1007 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1009         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
1010         Replace mapcar->dolist, format->string.
1012 2004-11-17  Miles Bader  <miles@gnu.org>
1014         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
1015         * progmodes/idlwave.el: Remove RCS keywords.
1017 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
1019         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
1020         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
1021         Update to IDLWAVE version 5.5.  Too many changes to list them here.
1022         * progmodes/idlw-help.el: New file.
1024 2004-11-16  Richard M. Stallman  <rms@gnu.org>
1026         * international/iso-cvt.el (iso-tex2iso-trans-tab):
1027         Discard spaces after \i according to TeX rules.
1029         * international/mule.el (set-buffer-file-coding-system):
1030         New arg NOMODIFY.
1031         (after-insert-file-set-coding): Pass that new arg.
1032         Prevent set-buffer-multibyte from trying to lock the file.
1034         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
1036         * saveplace.el (save-place): Doc fix.
1038         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
1039         temporarily widen before finding the following word to copy.
1041         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
1042         (cl-map-keymap): Definition deleted.
1044         * subr.el (map-keymap-internal): New function.
1046 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1048         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
1049         when pressing rather than when releasing mouse-2.  Simplify.
1051 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1053         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
1054         (compilation-mode): Set it here instead.
1056         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
1058         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
1059         (loop, cl-parse-loop-clause, defsetf): Use backquote.
1061 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1063         * progmodes/compile.el (compilation-internal-error-properties):
1064         Fix up a transposition-typo.  Check end-col before using it.
1066 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
1068         * international/iso-cvt.el (iso-tex2iso-trans-tab):
1069         Discard whitespace after macro \i when converting it.
1071 2004-11-16  Juri Linkov  <juri@jurta.org>
1073         * emacs-lisp/find-func.el (find-function-regexp):
1074         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
1075         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
1076         Remove invalid `\W' from [^cgv\W].  Doc fix.
1077         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
1079 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
1081         * play/life.el: Maintainer is now FSF.
1082         (life-patterns, life-neighbor-deltas, life-window-start)
1083         (life-current-generation, life-generation-string): Use defvar
1084         instead of defconst.
1086 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1088         * progmodes/compile.el (compilation-move-to-column): New fun.
1089         (compilation-internal-error-properties)
1090         (compilation-next-error-function): Use it to make sure we don't go past
1091         the end of line.
1093 2004-11-15  John Paul Wallington  <jpw@gnu.org>
1095         * autoinsert.el (auto-insert-alist): Insert the user's name in
1096         copyright notice, rather than Free Software Foundation, for the
1097         Emacs Lisp header case too.
1099 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1101         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
1102         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1103         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
1104         return the list of string in a string.
1105         (pr-call-process): Message if calling process returns an error, that
1106         is, the exit status is different of zero.
1108 2004-11-15  Jay Belanger  <belanger@truman.edu>
1110         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
1111         variable var-thing.
1112         (math-integ-depth, math-integ-level, math-integral-limit)
1113         (math-enable-subst, math-any-substs, math-integ-msg)
1114         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
1115         (math-int-threshold, math-int-factors, math-double-roots)
1116         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
1117         (var-GenCount):  Declare these variables.
1118         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
1119         (math-integral-cache, math-integral-cache-state):
1120         Move declarations to earlier in the file.
1121         (math-deriv-var, math-deriv-total, math-deriv-symb)
1122         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
1123         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
1124         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
1125         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
1126         (math-solve-res):  New variables
1127         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
1128         (math-integral, math-replace-integral-parts)
1129         (math-integrate-by-parts, calc-dump-integral-cache)
1130         (math-try-integral, math-do-integral, math-do-integral)
1131         (math-do-integral-methods, math-try-solve-for)
1132         (math-try-solve-prod, math-solve-poly-funny-powers)
1133         (math-solve-crunch-poly, math-decompose-poly)
1134         (math-solve-find-root-term, math-find-root-in-prod)
1135         (math-integ-try-linear-substitutions)
1136         (math-integ-try-substitutions, math-expr-rational-in)
1137         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
1138         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
1139         (math-solve-for, math-solve-system, math-solve-system-rec)
1140         (math-solve-get-sign, math-solve-get-int)
1141         (math-solve-system-subst): Replace undeclared variables with newly
1142         declared variables.
1144 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1146         * winner.el (winner-active-region, winner-edges, winner-window-list):
1147         Define at toplevel.
1148         (winner-mode-map): Move init inside declaration.
1150 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
1152         * files.el (convert-standard-filename): Doc fix.
1154 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
1156         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
1157         passwd, group, shadow, default/* and pam.d/*.
1159 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1161         * printing.el (pr-menu-spec): Adjust menu specification.
1163 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1165         * printing.el: Doc fix.  Insert :version tag into all defcustom.
1166         Handle interactive-p as is recommended in Emacs Lisp Reference.
1167         Set the file permission bits for newly created files.
1168         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1169         The printing menu specification (in `pr-menu-spec') was merged.
1170         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1171         (pr-version): New version number (6.8.3).
1172         (pr-file-modes): New option.
1173         (pr-interactive-p): New var.
1174         (pr-save-interactive, pr-save-file-modes): New macros.
1175         (pr-setup): Code fix.
1176         (pr-menu-spec): Menu specification merged.
1177         (pr-call-process, pr-text2ps): Set file permission bits.
1178         (pr-despool-print): Set file permission bits.  Handle interactive-p as
1179         is recommended.
1180         (pr-interface, pr-ps-directory-preview)
1181         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1182         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1183         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1184         (pr-ps-buffer-ps-print, pr-ps-region-preview)
1185         (pr-ps-region-using-ghostscript, pr-ps-region-print)
1186         (pr-ps-region-ps-print, pr-ps-mode-preview)
1187         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1188         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1189         (pr-despool-using-ghostscript, pr-despool-ps-print)
1190         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1191         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1192         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1193         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1194         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1195         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1196         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1197         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1198         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
1199         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
1200         Handle interactive-p as is recommended.
1202 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1204         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
1205         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
1207         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
1208         so it doesn't forget to highlight the beginning of the region either.
1210 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
1212         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
1213         (c-font-lock-init): Eliminate obsolete make-local-hook.
1214         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1215         (awk-mode): Use run-mode-hooks.
1217         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
1219 2004-11-13  Kim F. Storm  <storm@cua.dk>
1221         * mouse.el (mouse-drag-copy-region): Add :version.
1222         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
1223         while dragging mode line, so mode line can be dragged downwards.
1224         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
1225         while pressing mouse button so window doesn't scroll until we
1226         release the mouse if clicking on partially visible line.
1228 2004-11-12  Jay Belanger  <belanger@truman.edu>
1230         * calc/calc-graph.el (calc-dumb-map):  Declare it.
1231         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
1232         than unbound.
1233         (calc-graph-name):  Made `end' a local variable.
1234         (calc-graph-lookup):  Made `varname' a local variable.
1235         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
1236         Declare them.
1237         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
1238         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
1239         the unused variable y3vec.
1240         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
1241         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
1242         calc-graph-prev-kill-hook.
1243         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
1244         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
1245         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
1246         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
1247         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
1248         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
1249         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
1250         (calc-graph-y3value, calc-graph-y3name)
1251         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
1252         (calc-graph-stepcount, calc-graph-is-splot)
1253         (calc-graph-surprise-splot, calc-graph-blank)
1254         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
1255         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
1256         (calc-graph-recompute-2d, calc-graph-compute-3d)
1257         (calc-graph-format-data): Replace undeclared variables with the
1258         above newly declared variables.
1260 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
1262         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
1263         `rsf-beep' and `rsf-sleep-after-message'.
1265         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
1266         list if `message-sender' is non-nil.
1268 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
1270         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
1271         consing by using mapc instead of mapcar.
1273 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
1275         * tooltip.el (require): Explain why CL is needed.
1277 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1279         * printing.el: Insert :version into defgroup (printing).  All reference
1280         to Files option in menubar were changed to File.
1281         (pr-version): New version number (6.8.2).
1282         (pr-get-symbol): Call easy-menu-intern.
1283         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
1284         compilation gripes.
1286 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1288         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
1289         new byte-compile-function-environment binding to t.
1291         * font-lock.el (font-lock-fontify-syntactically-region):
1292         Don't forget to highlight the last char when we hit `end'.
1294         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
1295         (mwheel-scroll): Adjust accordingly.
1297         * cvs-status.el: Reduce spurious warnings.
1298         (cvs-status-checkout): Remove.
1299         (cvs-status-mode-map): Use cvs-mode-checkout instead.
1301         * pcvs.el (cvs-mode-checkout): New command.
1303         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
1305         * tooltip.el: Require CL.
1307         * emacs-lisp/bytecomp.el: Use push.
1308         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
1309         (defalias): Remove the `byte-compile' property and add
1310         a `byte-hunk-handler'.
1312 2004-11-11  Juri Linkov  <juri@jurta.org>
1314         * info.el (Info-search): Save match data for isearch.
1315         Skip Tag Table node.
1317         * descr-text.el (describe-char): Replace syntax-after with code
1318         from its previous version.
1320         * files.el (magic-mode-alist): Use optimization for SGML mode too.
1321         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
1323         * international/mule.el (sgml-html-meta-auto-coding-function):
1324         Remove > after <html to allow HTML attributes.
1326 2004-11-11  Jay Belanger  <belanger@truman.edu>
1328         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
1329         a variable.
1330         (calcFunc-dfac):  Replace unbound max by n.
1331         (math-stirling-local-cache):  New variable.
1332         (math-stirling-number, math-stirling-1, math-stirling-2):
1333         Replace the variable `cache' by the declared variable
1334         math-stirling-local-cache.
1335         (var-RandSeed):  Declare it as a variable.
1336         (math-init-random-base, math-random-digit):  Don't check to see if
1337         var-RandSeed is bound.
1338         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
1339         Declare them instead of just setting them.
1340         (math-init-random-base):  Made i a local variable.
1341         (math-random-digit):  Made math-random-last a local variable.
1342         (math-prime-test-cache):  Move declaration to before it is used.
1343         (math-prime-test-cache-k, math-prime-test-cache-q)
1344         (math-prime-test-cache-nm1, math-prime-factors-finished):
1345         Declare them as variables.
1347 2004-11-11  Jay Belanger  <belanger@truman.edu>
1349         * calc/calc-ext.el (math-defcache):  Use defvar for the new
1350         variables it creates.
1352 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
1354         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
1355         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
1356         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
1357         (desktop-save): Add :version.
1359 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1361         * printing.el (pr-get-symbol): Don't downcase.
1363 2004-11-10  Jay Belanger  <belanger@truman.edu>
1365         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
1366         string to kill-ring.
1368         * calc/calc-aent.el (calc-alg-exp, math-toks)
1369         (math-exp-pos,math-exp-old-pos, math-exp-token)
1370         (math-exp-keep-spaces, math-exp-str):  New variables.
1371         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
1372         (calcAlg-enter):  Use declared variable calc-alg-exp.
1373         (math-build-parse-table, math-find-user-token):  Use declared
1374         variable math-toks.
1375         (math-read-exprs, math-read-token, calc-check-user-syntax)
1376         (calc-match-user-syntax, match-factor-after, math-read-factor):
1377         Use declared variables math-exp-pos math-exp-old-pos.
1378         (math-read-exprs, math-read-token, math-read-expr-level)
1379         (calc-check-user-syntax, calc-match-user-syntax)
1380         (match-factor-after, math-read-factor):  Use declared variable
1381         math-exp-token.
1382         (math-read-exprs, math-read-expr-list, math-read-token)
1383         (math-read-factor):  Use declared variable math-exp-keep-spaces.
1384         (math-read-exprs, math-read-token):  Use declared variable
1385         math-exp-str.
1386         (calc-match-user-syntax):  Make m a local variable.
1388         * calc/calc-ext.el (math-read-expr):  Use declared variables
1389         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
1390         math-exp-keep-spaces.
1392         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
1393         variables math-exp-pos, math-exp-str.
1395         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
1396         math-exp-old-pos.
1397         (math-parse-fortran-vector, math-parse-fortran-vector-end)
1398         (math-parse-eqn-prime):  Use declared variable math-exp-token.
1400         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
1401         Use declared variable math-exp-pos.
1402         (math-check-for-commas):  Use declared variable math-exp-str.
1403         (math-read-brackets):  Use declared variables math-exp-old-pos,
1404         math-exp-keep-spaces.
1405         (math-read-brackets, math-read-vector, math-read-matrix):
1406         Use declared variable math-exp-token.
1408 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1410         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
1411         where the keymap is a symbol.
1412         (easy-menu-add-item): Use keymap-prompt.  Simplify.
1414         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
1416         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
1417         (sgml-parse-tag-backward): Use it to skip spurious < or >.
1419 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
1421         * ebuff-menu.el: Doc fixes throughout.
1422         (electric-buffer-menu-mode-hook): New defvar.
1424 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
1426         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
1427         compilation. The resulting compiler warnings appear to be harmless.
1429 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
1431         * textmodes/conf-mode.el: New file.
1433         * files.el (auto-mode-alist, magic-mode-alist): Use it.
1435 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1437         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
1439 2004-11-09  Jay Belanger  <belanger@truman.edu>
1441         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
1443         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
1444         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
1445         (calc-z-prefix-help, calc-user-function-list):  Use declared
1446         variables calc-z-prefix-buf, calc-z-prefix-msgs.
1447         (math-map-tree, math-map-tree-rec):  Use declared variables
1448         math-mt-many, math-mt-func.
1449         (math-read-expression, math-read-string):  Use declared variable
1450         math-expr-data.
1452         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
1453         variable math-normalize-a.
1455         * calc/calc.el (math-normalize-a):  New variable.
1456         (math-normalize):  Use declared variable math-normalize-a.
1458         * calc/calc-poly.el (math-expand-form):  Use declared variable
1459         math-mt-many.
1461         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1462         Use declared variable math-mt-many.
1463         (math-rewrite):  Use declared variable math-mt-func.
1465         * calc/calc-vec.el (math-read-brackets, math-read-vector)
1466         (math-read-matrix):  Use declared variable math-expr-data.
1468         * calc/calc-lang.el (math-parse-fortran-vector)
1469         (math-parse-fortran-vector-end, math-parse-tex-sum)
1470         (math-parse-eqn-matrix, math-parse-eqn-prime)
1471         (math-read-math-subscr):  Use declared variable math-expr-data.
1473         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
1474         (math-read-expr-level, math-read-token, calc-check-user-syntax)
1475         (calc-match-user-syntax, math-read-if, math-factor-after)
1476         (math-read-factor):  Use declared variable math-expr-data.
1478 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
1480         * calendar/diary-lib.el (diary-from-outlook)
1481         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
1482         interactive-p; but rather new optional argument NOCONFIRM.
1484 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1486         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
1487         (easy-menu-name-match): Revert correspondingly.
1489 2004-11-09  Richard M. Stallman  <rms@gnu.org>
1491         * emacs-lisp/bytecomp.el (byte-compile-defalias):
1492         Turn off warnings for the new function even if definition not constant.
1493         If the definition isn't a quoted symbol, record (FUNCTION . t).
1494         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
1495         (byte-compile-callargs-warn): Handle (FUNCTION . t).
1496         (display-call-tree, byte-compile-arglist-warn):
1497         Handle t returned by byte-compile-fdefinition.
1499 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1501         * Makefile.in (maintainer-clean): Depend on distclean.
1503         * help-fns.el (help-C-file-name): File name must be in build-files
1504         to be returned.
1506 2004-11-09  Jay Belanger  <belanger@truman.edu>
1508         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
1509         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
1511         * calc/calc.el (calc, calc-trail-display, calc-mode):
1512         Remove obsolete sections.
1514         * calc/calc.el (calc-x-paste-text):  Remove.
1516         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
1517         mouse-2.
1519 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
1521         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
1522         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
1523         current frame (in case of recursive calls).
1524         (gdb-show-changed-values): Add :version keyword.
1526 2004-11-09  Kenichi Handa  <handa@m17n.org>
1528         * international/mule-cmds.el: Change coding: tag back to
1529         iso-2022-7bit.
1531 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1533         * international/mule-cmds.el: Change coding-system to utf-8.
1534         (select-safe-coding-system-interactively):
1535         New function extracted from select-safe-coding-system.
1536         (select-safe-coding-system): Use it.
1538 2004-11-08  Richard M. Stallman  <rms@gnu.org>
1540         * subr.el (syntax-after): Doc fix.
1542         * paren.el (show-paren-function): Change calls to syntax-after
1543         for new way of returning the value.
1545         * menu-bar.el (menu-bar-file-menu): Make this the real name
1546         and menu-bar-files-menu the alias.  Use the former.
1547         (global-map): Use `file', not `files', as the symbol.
1549         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
1551         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
1552         Don't use beginning-of-buffer.
1553         (filesets-cmd-show-result): Use with-no-warnings.
1555 2004-11-08  Juri Linkov  <juri@jurta.org>
1557         * progmodes/compile.el (compile): Don't overwrite last command in
1558         minibuffer history with default command if they are not equal.
1560 2004-11-08  Jay Belanger  <belanger@truman.edu>
1562         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
1563         non-linear substitutions.
1565 2004-11-08  Jay Belanger  <belanger@truman.edu>
1567         * calc/calcalg2.el (math-linear-subst-tried): New variable.
1568         (math-do-integral):  Set `math-linear-subst-tried' to nil.
1569         (math-do-integral-methods):  Use `math-linear-subst-tried' to
1570         determine what type of substitution to try.
1571         (math-integ-try-linear-substituion):
1572         Set `math-linear-subst-tried' to t.
1574 2004-11-08  Kim F. Storm  <storm@cua.dk>
1576         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
1578 2004-11-07  Juri Linkov  <juri@jurta.org>
1580         * info-look.el (info-lookup): Allow reusing in the current buffer
1581         not only *info* buffer, but all (even renamed) Info buffers
1582         by checking for major-mode instead of *info* buffer name.
1583         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
1584         (octave-mode, maxima-mode) <doc-spec>:
1585         Allow long dashes generated by Texinfo 4.7 before definitions.
1586         (texinfo-mode) <doc-spec>: Add space to suffix to find command
1587         definitions with argument separated by space.
1589 2004-11-06  Richard M. Stallman  <rms@gnu.org>
1591         * simple.el (next-error group, face): Move before first use.
1592         (next-error-highlight, next-error-highlight-no-select): Likewise.
1594         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
1595         (line-move): New args NOERROR and TO-END.
1596         Return t if if succeed in moving specified number of lines.
1597         (move-end-of-line): New function.
1599         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
1600         (end-of-buffer-other-window): Likewise.
1602         * simple.el (line-move-ignore-invisible): Default to t.
1604         * subr.el (syntax-after): Return the syntax letter, not the raw code.
1606         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
1608         * international/iso-cvt.el (iso-cvt-define-menu):
1609         Rename menu-bar-files-menu to menu-bar-file-menu.
1611         * net/browse-url.el (browse-url-gnome-moz-program)
1612         (browse-url-gnome-moz-arguments): Move up before first use.
1614         * net/tramp.el (tramp group): Add :version.
1616         * progmodes/ada-xref.el (ada-gdb-application):
1617         Use goto-char instead of beginning-of-buffer.
1619         * progmodes/cperl-mode.el (cperl-info-on-command):
1620         Use goto-char instead of beginning-of-buffer.
1622         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
1623         Move up before first use.
1624         (idlwave-shell-temp-pro-file): Likewise.
1625         (idlwave-shell-temp-rinfo-save-file): Likewise.
1626         (idlwave-shell-temp-file): Minor doc fix.
1628         * textmodes/flyspell.el (flyspell-external-point-words):
1629         Use goto-char instead of beginning-of-buffer.
1631 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
1633         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
1634         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
1635         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
1637 2004-11-06  David Ponce  <david@dponce.com>
1639         * recentf.el (recentf-menu-path): Use menu item name.
1641 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
1643         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
1644         display doesn't support images.
1646 2004-11-06  Andreas Schwab  <schwab@suse.de>
1648         * tempo.el (tempo-match-finder): Doc fix.
1650         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
1652 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1654         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
1655         (easy-menu-lookup-name): New fun to replace it.
1656         (easy-menu-get-map): Use it to obey menu item names (rather than just
1657         keys) when looking up `path'.
1658         (easy-menu-always-true-p): Rename from easy-menu-always-true.
1659         (easy-menu-convert-item-1): Adjust to new name.
1661 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
1663         * outline.el (hide-body): Don't hide lines at the top of the file
1664         that precede the first header line.
1666 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
1668         * align.el (align-areas): Delete whitespace before reindenting, so
1669         that tabs are never placed after spaces.
1671 2004-11-06  Alan Shutko  <ats@acm.org>
1673         * macros.el (insert-kbd-macro): Do completions based on macros,
1674         rather than all commands.
1676 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
1678         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
1679         to solve a bug whereby tags with 'b' don't match.
1681 2004-11-05  Juri Linkov  <juri@jurta.org>
1683         * info.el (Info-search): Don't search in node header lines
1684         and file headers.
1686         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
1687         symbol-constituent characters after dot, not only digits.
1689 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
1691         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
1693 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1695         * dired.el (dired-read-dir-and-switches): Call read-directory-name
1696         if a dialog will be used, read-file-name otherwise.
1698 2004-11-04  Richard M. Stallman  <rms@gnu.org>
1700         * textmodes/table.el (table group): Add :version.
1702         * textmodes/ispell.el (ispell-word):
1703         Don't alter args; set them only thru `interactive' spec.
1705         * textmodes/flyspell.el (flyspell-word):
1706         Don't alter FOLLOWING; set it only thru `interactive' spec.
1708         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
1710         * net/browse-url.el (browse-url-maybe-new-window):
1711         Use called-interactively-p.
1713         * mail/supercite.el (sc-cite-region):
1714         Don't use interactive-p.  Add arg INTERACTIVE.
1715         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
1717         * international/mule-cmds.el (set-input-method, toggle-input-method):
1718         Don't use interactive-p.  Add arg INTERACTIVE.
1720         * eshell/esh-mode.el (eshell-show-maximum-output):
1721         Don't use interactive-p.
1722         (eshell-truncate-buffer): Just message, no error, if buffer is short.
1724         * mouse.el (mouse-show-mark): Get positions to delete from mark
1725         and point, not from mouse-drag-overlay.
1727         * imenu.el (imenu-eager-completion-buffer): Add :version.
1729         * filesets.el (filesets group): Add :version.
1731 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
1733         * files.el (xml-based-modes): Delete var.
1734         (magic-mode-alist): New more general var.
1735         (set-auto-mode): Use it.
1737         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
1738         when clicking from another window.
1740 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
1742         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
1743         (vc-cvs-annotate-time): Incorporate value of deleted var.
1744         Remove special-case handling of beginning-of-buffer cruft.
1745         Cache ending position (point) and return value in text property
1746         `vc-cvs-annotate-time', and consult it on subsequent invocations.
1748         * vc-cvs.el (vc-cvs-annotate-command):
1749         Delete extraneous lines from beginning of buffer.
1750         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
1752         * progmodes/grep.el (grep-default-command): Take empty string
1753         for tag if all other methods yield nil.  Shell-quote the tag.
1755         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
1756         spec in `interactive' form, and mention it in the docstring.
1757         Also, make sure point is at bol after calling `annotate-time'.
1759 2004-11-02  Richard M. Stallman  <rms@gnu.org>
1761         * cus-edit.el (customize-group-other-window):
1762         Select the window that displays the custom buffer.
1763         (custom-buffer-create-other-window): Likewise.
1765         * comint.el (comint-insert-input): Fix previous change.
1767         * emacs-lisp/elp.el (elp-instrument-function):
1768         Use called-interactively-p.
1770         * emacs-lisp/easymenu.el (easy-menu-intern):
1771         Don't downcase; rather, case-flip the first letter of each word.
1773         * emacs-lisp/easy-mmode.el (define-minor-mode):
1774         Use called-interactively-p.
1776         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
1777         Add interactive-only.
1778         (byte-compile-warnings): Add interactive-only as option.
1779         (byte-compile-interactive-only-functions): New variable.
1780         (byte-compile-form): Warn about calls to functions
1781         in byte-compile-interactive-only-functions.
1783         * emacs-lisp/autoload.el (update-file-autoloads):
1784         Don't use interactive-p; take new arg SAVE-AFTER.
1786         * emacs-lisp/advice.el (ad-make-advised-definition):
1787         Use called-interactively-p.
1789 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1791         * files.el (find-file-existing): New function.
1793         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
1794         find-file-existing.  Add "New File..." that calls find-file.
1796         * diropen.pbm diropen.xpm: New files.
1798         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
1799         icon diropen.  New tool bar item find-file-existing uses icon open.
1801         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
1802         instead of read-file-name.
1804 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
1806         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
1807         (icalendar--split-value): Change name of work buffer.
1808         (icalendar--get-weekday-abbrev): Return nil on error.
1809         (icalendar--date-to-isodate): New function.
1810         (icalendar-convert-diary-to-ical)
1811         (icalendar-extract-ical-from-buffer): Use only two args for
1812         make-obsolete (XEmacs compatibility).
1813         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
1814         (icalendar-export-region): Doc fix.
1815         If error, return non-nil and write errors to a buffer.
1816         Use correct weekday for weekly recurring events.
1817         Check whether date has been parsed for ordinary events.
1818         Make weekly events start in the year 2000.
1819         DTEND is non-inclusive, shift end date by one day if
1820         necessary (not for entries that have date and time).
1821         Rename local let variables: oops -> found-error, datestring ->
1822         startdatestring.
1824 2004-11-02  Kim F. Storm  <storm@cua.dk>
1826         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
1827         keep-mode-if-same variable.  Add it as optional arg instead.
1828         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
1830         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
1831         substitute-command-keys will select lower-case bindings like those
1832         used in the static help texts.
1834         * descr-text.el (describe-text-properties): Don't err if called in
1835         the *Help* buffer; output to *Help-2* buffer instead.
1837         * kmacro.el (group kmacro): Add :version.
1838         (kmacro-keyboard-quit): New function to cleanup on C-g.
1839         (kmacro-start-macro): Set defining-kbd-macro to append when
1840         appending to last macro.
1842         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
1844 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
1846         * progmodes/gdb-ui.el (gdb-enable-debug-log)
1847         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
1848         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
1849         Add :version keyword.
1851 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
1853         * progmodes/flymake.el (flymake-err-line-patterns):
1854         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
1855         `compilation-error-regexp-alist-alist' to internal Flymake format.
1857         * progmodes/flymake.el: Eliminate byte-compiler warnings.
1859 2004-11-01  Jay Belanger  <belanger@truman.edu>
1861         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
1862         with `interactive "s"'.
1864 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1866         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1867         Revert change from 2004-10-16.  '*' checks the current buffer, but the
1868         mouse click may be in another buffer.
1870 2004-11-01  John Paul Wallington  <jpw@gnu.org>
1872         * files.el (large-file-warning-threshold): Add :version keyword.
1873         (kill-some-buffers): Doc fix.
1875         * thumbs.el (group thumbs): Add :version keyword.
1877         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
1879 2004-11-01  Richard M. Stallman  <rms@gnu.org>
1881         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
1883         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
1885         * allout.el (allout group): Add :version.
1886         (allout-init): Don't use interactive-p.
1887         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
1888         (allout-forward-current-level, allout-backward-current-level):
1889         Don't use interactive-p.
1891         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
1892         (bibtex-find-text): Likewise.
1894         * progmodes/vhdl-mode.el (vhdl-fill-region)
1895         (vhdl-beginning-of-statement): Don't use interactive-p.
1897         * progmodes/idlwave.el (idlwave-update-routine-info):
1898         Don't use interactive-p.
1900         * progmodes/idlw-shell.el (idlwave-shell-send-char):
1901         Don't use interactive-p.
1903         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
1904         Don't use interactive-p.
1906         * progmodes/ada-xref.el (ada-make-body-gnatstub):
1907         Don't use interactive-p.
1909         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
1910         (fortune-in-buffer): Doc fix.
1912         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
1914         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
1915         don't select the temporary buffer.
1916         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
1917         (eudc-get-phone): Likewise.
1919 2004-11-01  Kim F. Storm  <storm@cua.dk>
1921         * man.el (Man-xref-normal-file): Fix help-echo.
1923 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1925         * reveal.el (reveal-last-tick): New var.
1926         (reveal-post-command): Use it to avoid closing overlays when we're
1927         appending text to them.
1929 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1931         * textmodes/bibtex.el: Require button.
1932         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
1933         (bibtex-reference-keys): Distinguish between header keys and
1934         crossref keys.
1935         (bibtex-beginning-of-field): New function.
1936         (bibtex-url-map): Remove.
1937         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
1938         (bibtex-font-lock-url-regexp): Assume that field names begin at
1939         the beginning of a line.
1940         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
1941         Remove field delimiters.  Use bibtex-beginning-of-field.
1942         Bugfix, point can be inside a field with a url.
1943         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
1944         New functions.
1945         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
1946         (bibtex-key-in-head): Simplify.
1947         (bibtex-current-line): Use bolp.
1948         (bibtex-parse-keys): Remove unused arg `add'.
1949         Use bibtex-type-in-head and bibtex-key-in-head.
1950         (bibtex-parse-entry, bibtex-autofill-entry):
1951         Use bibtex-type-in-head and bibtex-key-in-head.
1952         (bibtex-autokey-get-field): Do not alter case of replacement text.
1953         (bibtex-autokey-get-names): Do all processing of name list.
1954         (bibtex-autokey-get-year): New function.
1955         (bibtex-autokey-get-title): Do all processing of title words.
1956         (bibtex-generate-autokey): Simplify.
1957         (bibtex-string-files-init): Use default-directory.
1958         Allow for absolute file names in bibtex-string-files.
1959         (bibtex-files, bibtex-file-path): New variables.
1960         (bibtex-files-expand): New function.
1961         (bibtex-find-entry-globally): New command.
1962         (bibtex-summary-function): New variable.
1963         (bibtex-summary): Default value of bibtex-summary-function.
1964         (bibtex-find-crossref): New optional args pnt and split.
1965         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
1966         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
1967         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
1968         Fix handling of required and alternative fields.
1969         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
1970         Use cons and display-buffer.
1971         (bibtex-validate-globally): New command.
1972         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
1973         bibtex-parse-keys and bibtex-parse-strings for updating
1974         bibtex-reference-keys and bibtex-strings.
1975         (bibtex-realign): Remove blank lines past the last entry.
1976         (bibtex-reformat): Use bibtex-entry-format as default.
1977         (bibtex-choose-completion-string): Remove.
1978         (bibtex-complete): Do not use bibtex-choose-completion-string.
1979         (bibtex-url): Simplify.
1981 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1983         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
1984         (x-dnd-types-alist, x-dnd-open-file-other-window)
1985         (x-dnd-known-types): Add :version.
1987 2004-10-31  John Paul Wallington  <jpw@gnu.org>
1989         * ibuffer.el (group ibuffer): Add :version keyword.
1991 2004-10-31  Kim F. Storm  <storm@cua.dk>
1993         * ido.el (group ido): Add :version keyword.
1994         (ido-mode): Remove :version keyword.
1996         * emulation/cua-base.el (group cua): Add :version keyword.
1997         (cua-mode): Remove :version keyword.
1999 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
2001         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
2003         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
2004         compiler warning.
2005         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
2006         function.
2007         (help-at-pt-display-when-idle): Remove autoload.
2009 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2011         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
2013 2004-10-30  Juri Linkov  <juri@jurta.org>
2015         * help.el (function-called-at-point):
2016         * help-fns.el (variable-at-point): Read -> intern.
2018 2004-10-30  Simon Josefsson  <jas@extundo.com>
2020         * progmodes/autoconf.el (autoconf-font-lock-keywords):
2021         Recognize AS_* too.
2023 2004-10-29  Simon Josefsson  <jas@extundo.com>
2025         * subr.el (read-passwd): Move back from password.el.
2027         * password.el: Remove, not ready yet.
2029 2004-10-29  Andreas Schwab  <schwab@suse.de>
2031         * speedbar.el (speedbar-frame-parameters): Improve customize type.
2033 2004-10-29  Sam Steingold  <sds@gnu.org>
2035         * mouse.el (mouse-show-mark): Replace the last occurrence of
2036         x-lost-selection-hooks with x-lost-selection-functions.
2038 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2040         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
2041         x-lost-selection-functions is bound.
2043         * mouse-sel.el (mouse-sel-mode):
2044         * emacs-lisp/lselect.el: Adjust to new names for
2045         x-(lost|sent)-selection-functions.
2047         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
2048         New obsolete aliases of x-lost-selection-functions and
2049         x-sent-selection-functions.
2051 2004-10-28  Kim F. Storm  <storm@cua.dk>
2053         * imenu.el (imenu-scanning-message): Remove.
2054         (imenu-progress-message): Make it a no-op.
2056 2004-10-28  John Paul Wallington  <jpw@gnu.org>
2058         * files.el (set-auto-mode): Call `throw' correctly.
2060 2004-10-28  Juri Linkov  <juri@jurta.org>
2062         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
2063         to search `Info-...' commands in `info' manual.
2064         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2065         Add 'info-file "emacs" property.
2066         (Info-find-emacs-command-nodes): Fix index line number regexp.
2067         Set real line number (instead of fake 0) in first element of the
2068         returned list.
2069         (Info-goto-emacs-command-node): Use line number of first element
2070         to set point in the first found Info node.
2072         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
2073         code to `grep-mode-font-lock-keywords'.
2074         (grep-mode-font-lock-keywords): Delete grep markers instead
2075         of making them invisible.
2077 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2079         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
2080         and x-server-version in bug report.
2082 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
2084         * files.el (set-auto-mode-0): New function.
2085         (set-auto-mode): Use it to handle aliased modes and to
2086         be consistent between C-x C-f and C-x C-w.
2088 2004-10-28  Kenichi Handa  <handa@m17n.org>
2090         * international/utf-8.el (utf-translate-cjk-charsets):
2091         Add katakana-jisx0201.
2093         * international/subst-jis.el: Add data for JISX0201.
2095 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2097         * obsolete/hilit19.el (hilit-mode): New function.
2098         Move all the toplevel side-effecting stuff into it, so that loading
2099         hilit19 doesn't mess everything up any more.
2101 2004-10-27  Richard M. Stallman  <rms@gnu.org>
2103         * add-log.el (add-change-log-entry): Set up mailing address
2104         and full name later, and don't alter add-log-mailing-address
2105         or add-log-full-name.
2107         * elide-head.el (elide-head): Change error to message.
2108         (elide-head-show): Likewise.
2110         * apropos.el (apropos-macrop): Doc fix.
2112         * mouse.el (mouse-show-mark): Do most processing the same
2113         regardless of transient-mark-mode.
2115         * shadowfile.el (shadow-copy-files): Use interactive-p
2116         only to control whether to print a message.
2118         * tar-mode.el (tar-mode): Use write-contents-functions,
2119         not write-contents-hooks.
2121         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
2122         directory-sep-char.
2124 2004-10-27  Richard M. Stallman  <rms@gnu.org>
2126         * strokes.el (strokes-unload-hook): Fix previous change.
2128         * type-break.el (type-break-run-at-time): Always use run-at-time;
2129         forget the alternatives.
2130         (type-break-cancel-function-timers): Always use cancel-function-timers;
2131         forget the alternatives.
2133         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
2135 2004-10-27  Kenichi Handa  <handa@m17n.org>
2137         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
2139         * international/subst-gb2312.el: Likewise.
2141         * international/subst-big5.el: Likewise.
2143         * international/subst-ksc.el: Likewise.
2145         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
2146         New variable.
2147         (utf-translate-cjk-set-unicode-range): New function.
2148         (utf-translate-cjk-unicode-range): Make it customizable.
2149         (utf-8-post-read-conversion):
2150         Use utf-translate-cjk-unicode-range-string.
2151         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
2152         Unicode ranges.
2154 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
2156         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
2157         trivial variants to shorten the list.
2158         (xml-based-modes): New var.
2159         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
2160         declaration higher priority than auto-mode-alist.
2162         * find-file.el (cc-other-file-alist): Bring it in line with
2163         cc-mode's auto-mode-alist entries and use \' instead of $.
2165         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
2166         and add "Id" and "Name" submenus to it.
2168         * imenu.el (imenu--generic-function): Skip matches in comments.
2170 2004-10-26  Jay Belanger  <belanger@truman.edu>
2172         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
2173         (full-calc-keypad, calc-trail-display):  Use an extra argument
2174         instead of `interactive-p'.
2176         * calc/calc-misc.el (calc-other-window): Use an extra argument
2177         instead of `interactive-p'.
2179         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
2180         `interactive-p'.
2182 2004-10-26  Kim F. Storm  <storm@cua.dk>
2184         * help.el (describe-key): Describe both down-event and up-event
2185         for a mouse click.
2187 2004-10-26  Richard M. Stallman  <rms@gnu.org>
2189         * woman.el (woman): Don't call interactive-p.
2191         * pcomplete.el (pcomplete): Instead of interactive-p,
2192         use an arg set non-nil by the interactive spec.
2194         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
2195         use an arg set non-nil by the interactive spec.
2197         * man.el (Man-cleanup-manpage): Instead of interactive-p,
2198         use an arg set non-nil by the interactive spec.
2200 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
2202         * progmodes/flymake.el (flymake-split-string):
2203         Use `flymake-split-string-remove-empty-edges' in any case.
2205 2004-10-26  Masatake YAMATO  <jet@gyve.org>
2207         * progmodes/flymake.el (flymake-err-line-patterns):
2208         Use `compilation-error-regexp-alist-alist' instead of
2209         `compilation-error-regexp-alist'.
2211 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2213         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
2214         verbatim face on the \ of \end{verbatim}.
2216 2004-10-25  Jay Belanger  <belanger@truman.edu>
2218         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
2219         erasing minibuffer.
2221 2004-10-25  Simon Josefsson  <jas@extundo.com>
2223         * subr.el (read-passwd): Move to net/password.el.
2225         * net/password.el (read-passwd): Add.  Autoload it.
2227 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
2229         * mouse-sel.el (mouse-sel-mode): Specify custom group.
2231         * simple.el (process-file): Fix logic.
2233 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
2235         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
2236         (increase-right-margin): Remove erroneous call to `interactive-p'.
2238 2004-10-24  Kim F. Storm  <storm@cua.dk>
2240         * help.el (describe-mode): Fix 2004-10-13 change.
2241         Copy pure "Auto Fill" string so it can be propertized later
2242         without causing a read-only error.
2244 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
2246         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
2247         style indexes.
2249 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
2251         * simple.el (process-file): Accept nil for INFILE.  Reported by
2252         Luc Teirlinck.
2254 2004-10-24  Masatake YAMATO  <jet@gyve.org>
2256         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
2257         Handle periods and underscores in a function name.
2258         Remove the address fontification.
2260 2004-10-24 Masatake YAMATO <jet@gyve.org>
2262         * progmodes/asm-mode.el (asm-font-lock-keywords):
2263         Use font-lock-variable-name-face for registers.
2265 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
2267         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
2268         kill-all-local-variables.
2269         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2270         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
2271         Use kill-all-local-variables and provide mode-hooks.
2272         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
2273         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
2274         Suggested by Masatake YAMATO <jet@gyve.org>.
2276 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
2278         * simple.el (process-file): New function, similar to call-process
2279         but supports file handlers.
2280         * vc.el (vc-do-command): Use it, instead of call-process.
2281         * net/tramp-vc.el (vc-do-command): Do not advise it if
2282         process-file is fboundp.
2283         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
2284         process-file.
2285         (tramp-handle-process-file): New function.
2286         (tramp-file-name-for-operation): Support process-file.
2288 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
2290         * calendar/icalendar.el (icalendar--weekday-array): New constant.
2291         (icalendar-weekdayabbrev-table)
2292         (icalendar-monthnumber-table): Delete.
2293         (icalendar--get-month-number): Use calendar-month-name-array.
2294         (icalendar--get-weekday-number): New function.
2295         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
2296         (icalendar-export-region): Handle multi-line entries.
2297         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
2299 2004-10-23  John Paul Wallington  <jpw@gnu.org>
2301         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
2302         `wildcards' set to t in interactive spec.
2304         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
2305         interactive spec rather than use `interactive-p'.
2306         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
2307         rather than use function `interactive-p'.
2309 2004-10-22  Kenichi Handa  <handa@m17n.org>
2311         * international/mule.el (translate-region): Implement it in Lisp
2312         as a front end of translate-region-internal.
2314 2004-10-21  Jay Belanger  <belanger@truman.edu>
2316         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
2317         Declare these variables with defvar.
2319         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
2320         is bound, only check to see if it is bound.
2322 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2324         * textmodes/tex-mode.el (tex-compilation-parse-errors):
2325         Don't output messages.
2327         * calc/calc-help.el (calc-describe-bindings): Fix last change.
2329 2004-10-21  John Paul Wallington  <jpw@gnu.org>
2331         * calc/calc-graph.el (calc-graph-init):
2332         Use `set-process-query-on-exit-flag'.
2334 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
2336         * progmodes/compile.el (compilation-start): Rely on `cd' to get
2337         dir right and also allow argumentless cd.
2339 2004-10-19  Richard M. Stallman  <rms@gnu.org>
2341         * textmodes/flyspell.el (flyspell-mode): Doc fix.
2343         * eshell/em-unix.el (eshell-grep):
2344         Don't bind compilation-process-setup-function.
2346         * comint.el (comint-insert-input): Use @ in `interactive'.
2347         (comint-input-filter-functions): Doc fix.
2348         (comint-kill-whole-line, comint-get-source): Doc fix.
2350         * progmodes/compile.el (compilation-setup):
2351         Don't set buffer-read-only if MINOR is non-nil.
2353 2004-10-19  Jay Belanger  <belanger@truman.edu>
2355         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
2356         (calc-emacs-type-gnu19): Remove.
2357         (calc-digit-map, calc-read-key-sequence, calc-read-key):
2358         Remove check for old emacs versions.
2360         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
2361         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
2362         for current Emacs.
2364         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
2365         the end of the minibuffer.
2366         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
2367         copy `esc-map'.
2369         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
2371         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
2372         call that would be given when the current emacs was used.
2374 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
2376         * calendar/icalendar.el: Set coding to utf-8.
2377         (icalendar-version): Increase to 0.07.
2378         (icalendar-monthnumber-table): Change March pattern.
2379         (icalendar-get-all-event-properties)
2380         (icalendar-set-event-property): Delete.
2381         (icalendar-all-events): No longer interactive.
2382         (icalendar-convert-diary-to-ical)
2383         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
2384         their replacements.
2385         (icalendar-export-file, icalendar-export-region): New functions;
2386         essentially old `icalendar-convert-diary-to-ical' but appending to
2387         target rather than overwriting.
2388         (icalendar-import-file): Append to target file rather than
2389         overwriting.  Fourth arg deleted.
2390         (icalendar-import-buffer): New name for old
2391         `icalendar-extract-ical-from-buffer'.
2392         (icalendar--convert-string-for-import): New name for
2393         old `icalendar-convert-for-import'.
2394         (include-icalendar-files): Delete.
2395         Prefix for all internal functions changed from `icalendar-'
2396         to `icalendar--'.
2398 2004-10-19  Richard M. Stallman  <rms@gnu.org>
2400         * paths.el (news-path): Fix previous change.
2402 2004-10-18 Jay Belanger  <belanger@truman.edu>
2404         * calc/calc-help.el (calc-describe-bindings):
2405         Set `buffer-read-only' to nil while working in the keybindings buffer;
2406         remove some extra information from the keybindings buffer.
2408 2004-10-18  David Ponce  <david@dponce.com>
2410         * mouse.el (mouse-drag-move-window-top): New function.
2411         (mouse-drag-mode-line-1): Use it.
2413 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
2415         * info.el (Info-fontify-node): For multiline refs,
2416         arrange to unfontify newline and surrounding whitespace.
2418 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2420         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
2421         directory is missing.
2423 2004-10-17  John Paul Wallington  <jpw@gnu.org>
2425         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
2426         New customizable variable; whether to display buffers that match
2427         `ibuffer-maybe-show-predicates' by default.
2428         (ibuffer-maybe-show-predicates): Mention it in docstring.
2429         (ibuffer-display-maybe-show-predicates): New variable.
2430         (ibuffer-update): Prefix arg now toggles whether buffers that
2431         match `ibuffer-maybe-show-predicates' should be displayed.
2432         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
2433         locally to heed `ibuffer-default-display-maybe-show-predicates'.
2434         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
2436 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
2438         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
2439         work correctly.
2441 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
2443         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
2444         (Buffer-menu-beginning): New helper function.
2445         (Buffer-menu-execute): Use it.
2446         (Buffer-menu-select): Use it.
2447         (Buffer-menu-sort): Use it and also keep markers.
2449 2004-10-17  Richard M. Stallman  <rms@gnu.org>
2451         * paths.el (news-directory): Rename from news-path.  Old name alias.
2452         (rmail-spool-directory): Use defvar.
2453         (sendmail-program): Use defcustom.
2454         (remote-shell-program): Use defcustom.
2455         (term-file-prefix): Use defvar.
2456         (abbrev-file-name): Use defvar.
2458         * term.el: Add maintainer.
2460         * subr.el (with-local-quit): Return nil if there's a quit.
2461         (read-passwd): Use with-local-quit.  Doc fix.
2463         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
2464         (strokes-unload-hook): Set as a variable with add-hook.
2466         * startup.el (fancy-splash-tail, normal-splash-screen):
2467         Update copyright year.
2469         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
2471         * server.el (server-unload-hook): Set as a variable with add-hook.
2473         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
2475         * frame.el (special-display-popup-frame):
2476         Make the buffer current as its frame is created.
2478         * delsel.el (delsel-unload-hook): Set as a variable.
2480         * comint.el (comint-output-filter-functions):
2481         Add comint-watch-for-password-prompt.
2482         (comint-read-noecho): Function deleted.
2483         (send-invisible): Use read-passwd.
2485         * fringe.el (fringe-mode-initialize): New function.
2486         (fringe-mode): Use fringe-mode-initialize as :initialize.
2488 2004-10-17  Kim F. Storm  <storm@cua.dk>
2490         * language/indian.el (indian-script-language-alist): Swap value and doc.
2491         (indian-font-char-index-table): Doc fix.
2493 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2495         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
2497 2004-10-16  Juri Linkov  <juri@jurta.org>
2499         * progmodes/compile.el (compilation-start): Move let-binding of
2500         `process-environment' into `with-current-buffer' body.
2501         Reported by Matt Hodges <MPHodges@member.fsf.org>.
2503 2004-10-16  Richard M. Stallman  <rms@gnu.org>
2505         * pcvs-util.el (cvs-bury-buffer):
2506         Don't call get-buffer-window for effect.
2508         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
2510         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
2512         * msb.el (msb-unload-hook): Set the variable.
2514         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2515         Use * to err if buffer is readonly.
2517         * subr.el (looking-back): Return only t or nil.
2519         * whitespace.el (whitespace-unload-hook): Set the variable.
2521         * view.el (view-mode-enable): Set view-page-size and
2522         view-half-page-size to nil.
2523         (view-set-half-page-size-default): view-half-page-size = nil
2524         means the default.
2525         (View-scroll-page-forward): Use view-page-size-default.
2526         (View-scroll-page-backward): Likewise.
2527         (view-page-size, view-half-page-size): Doc fixes.
2529         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
2531         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
2533         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
2534         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
2535         (byte-compile-log-1): Bind inhibit-read-only.
2536         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
2537         (byte-compile-log-warning): Likewise.
2538         (byte-compile-file-form-require): Detect "cl" from the arg value.
2540         * progmodes/compile.el (compilation-start): Assume compilation-mode
2541         will make the buffer read-only.
2542         (compilation-mode): Take arg name-of-mode.
2543         (compilation-setup): Make buffer read-only.
2544         (compilation-handle-exit): Bind inhibit-read-only.
2546         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
2547         (ispell-message): Likewise.
2548         (ispell-show-choices): Don't call get-buffer-window uselessly.
2549         (ispell-init-process): Use set-process-query-on-exit-flag.
2551 2004-10-16  Kim F. Storm  <storm@cua.dk>
2553         * fringe.el (fringe-bitmaps): Only initialize when defined.
2555         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
2556         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
2558         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
2560 2004-10-15  Simon Josefsson  <jas@extundo.com>
2562         * net/password.el: Add.
2564 2004-10-14  Masatake YAMATO  <jet@gyve.org>
2566         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
2567         (gdb-script-end-of-defun): New function.
2568         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
2569         `gdb-script-end-of-defun' as *-of-defun-function.
2571 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
2573         * button.el (button-activate): Allow a marker to display as an action.
2575         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
2577         * help.el (describe-mode): Use it to make minor mode list into
2578         hyperlinks.
2580 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2582         * vc.el (vc-annotate-display-select): Fix typo.
2584         * subr.el (substitute-key-definition-key): New function.
2585         (substitute-key-definition): Use it with map-keymap.
2586         (event-modifiers): Use push.
2587         (mouse-movement-p, with-temp-buffer): Simplify.
2589 2004-10-12  Jay Belanger  <belanger@truman.edu>
2591         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
2592         New variables.
2593         (calc-help-index-entries): New function.
2594         (calc-describe-function): Use `calc-help-function-list' instead of
2595         obarray for completion.
2596         (calc-describe-variable): Use `calc-help-variable-list' instead
2597         of obarray for completion.
2599 2004-10-12  Richard M. Stallman  <rms@gnu.org>
2601         * info-look.el (info-lookup-file): Add info-file property.
2602         (info-lookup-symbol): Likewise.
2604         * info.el (info-xref): Add underlining.
2605         (info): Add info-file property.
2606         (Info-find-emacs-command-nodes): Specify case-sensitive search.
2608 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
2610         Sync with Tramp 2.0.45.
2612         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
2613         defined.  This is not the case for XEmacs without package "edebug".
2614         (tramp-set-auto-save-file-modes): Set permissions of autosaved
2615         remote files to the permissions of the original file.  This is not
2616         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
2617         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
2618         (tramp-perl-decode): Fix an error in Perl implementation.
2619         $pending must be cleared every loop.  Reported by Benjamin Place
2620         <benjaminplace@sprintmail.com>
2622         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
2623         Don't activate advice during definition.  This is done later on,
2624         depending on test result of `substitute-in-file-name'.
2625         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2627 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2629         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
2631         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
2633 2004-10-12  David Ponce  <david@dponce.com>
2635         * recentf.el (recentf-edit-list): Update the menu when the recentf
2636         list has been modified.
2638 2004-10-12  Simon Josefsson  <jas@extundo.com>
2640         * net/tls.el (tls-certtool-program): New variable.
2641         (tls-certificate-information): New function, based on
2642         ssl-certificate-information.
2644 2004-10-12  Kenichi Handa  <handa@m17n.org>
2646         * international/mule.el (coding-system-equal): Move from mule-util.el.
2648         * international/mule-util.el (coding-system-equal): Move to mule.el.
2650 2004-10-12  Kim F. Storm  <storm@cua.dk>
2652         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
2653         reset kmacro-initial-counter-value if set.
2654         (kmacro-set-counter): Only set kmacro-counter if defining or executing
2655         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
2656         (kmacro-display): Show macro counter if non-zero.
2658         * subr.el (substitute-key-definition): Mention command remapping
2659         in doc string.
2661 2004-10-11  Jay Belanger  <belanger@truman.edu>
2663         * calc/calc-misc.el (calc-info-goto-node): New function.
2664         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
2665         node in one step.
2666         (calc-describe-copying, calc-describe-distribution)
2667         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
2668         Go to appropriate info node in one step.
2670 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2672         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
2674         * font-lock.el (font-lock-apply-highlight): Fix last change.
2676 2004-10-11  Simon Josefsson  <jas@extundo.com>
2678         * mail/smtpmail.el (smtpmail-open-stream): Look for
2679         starttls-gnutls-program instead of starttls-program iff
2680         starttls-use-gnutls is non-nil.
2681         (smtpmail-open-stream): Don't overwrite user settings of
2682         starttls-extra-arguments and starttls-extra-args.
2684 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2686         * comint.el (comint-mouse-insert-input): Remove.
2687         (comint-insert-input): Make it work for mouse bindings.
2688         (comint-mode-map): Move defs into the declaration.
2689         (comint-output-filter): Typo.
2691         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
2693 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
2695         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
2696         (ange-ftp-call-chmod): Reference remote-shell-program instead of
2697         ange-ftp-remote-shell.
2699 2004-10-10  Andreas Schwab  <schwab@suse.de>
2701         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
2702         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
2703         Reported by <sri@asu.edu>.
2705 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
2707         * vc.el (vc-annotate-mode): Remove variable.
2708         (vc-annotate-display-select): Only call vc-annotate-mode
2709         if we're not in that mode already.
2711 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2713         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
2714         (imenu-choose-buffer-index): Check here for rescan instead.
2716         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
2717         where the face expression evals to nil.
2719         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
2720         (tex-font-lock-keywords-2): Use it.
2721         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
2723         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
2725 2004-10-09  Kim F. Storm  <storm@cua.dk>
2727         * subr.el (progress-reporter-update): Define before first usage.
2728         (make-progress-reporter): Doc fix.
2730 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
2732         * textmodes/paragraphs.el (sentence-end-double-space)
2733         (sentence-end-without-period, sentence-end-without-space)
2734         (sentence-end): Doc fixes.
2736 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
2738         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
2739         Change paragraph-start regexp so we don't fill code starting with #'(.
2741 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
2743         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
2744         New defcustom.
2745         (extract-address-components): Use it.
2747 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
2749         * subr.el (make-progress-reporter, progress-reporter-update)
2750         (progress-reporter-force-update, progress-reporter-do-update)
2751         (progress-reporter-done): New functions.
2753         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
2755         * progmodes/etags.el (etags-tags-completion-table): Use progress
2756         reporter.
2757         (etags-tags-apropos): Likewise.
2759 2004-10-08  Alan Mackenzie  <acm@muc.de>
2761         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
2762         of current line.
2764 2004-10-08  Masatake YAMATO  <jet@gyve.org>
2766         * server.el (server-process-filter): Wrap `process-send-region'
2767         by `condition-case' to guard the case when the pipe to PROC is closed.
2769 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
2771         * xml.el (xml-substitute-special): Limit handling of external entities.
2773 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
2775         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
2777 2004-10-06  John Paul Wallington  <jpw@gnu.org>
2779         * xml.el (xml-parse-dtd): Fix `error' call.
2781 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
2783         * xml.el (xml-substitute-special): Return a single string instead
2784         of a list of strings if an entity substitution is made.
2786 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
2788         * calendar/icalendar.el: New file.
2790 2004-10-05  Juri Linkov  <juri@jurta.org>
2792         * isearch.el (isearch-done): Set mark after running hook.
2793         Reported by Drew Adams <drew.adams@oracle.com>.
2795         * info.el (Info-history, Info-toc): Fix Info headers.
2796         (Info-toc): Narrow buffer before Info-fontify-node.
2797         (Info-build-toc): Don't check for special Info file names.
2798         Set main-file to nil if Info-find-file returns a symbol.
2800 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
2802         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
2803         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
2804         * calendar/cal-menu.el (calendar-mode-map): Ditto.
2806 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
2808         * calendar/cal-iso.el (calendar-iso-read-args): New function,
2809         for old interactive spec from calendar-goto-iso-date.
2810         (calendar-goto-iso-date): Use it.
2811         (calendar-goto-iso-week): New function.  Suggested by Emilio
2812         C. Lopes <eclig@gmx.net>.
2814 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
2816         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
2817         `set-right-margin' bindings that follow the minor mode conventions.
2819 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2821         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
2822         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
2823         (latex-block-args-alist): Add minipage and picture.
2824         (latex-block-body-alist): Use reftex-label if enabled.
2825         (latex-insert-block): Don't insert a \n if not necessary.
2826         (tex-compile-commands): Make sure dvips doesn't send to printer.
2827         (tex-compile-default): Handle the case where no executable is found.
2828         (latex-noindent-environments): New var.
2829         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
2830         If tex-indent-allhanging is non-nil, make sure we only align for macros
2831         at beginning of line.
2833 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
2835         * newcomment.el (comment-beginning): Doc fix and don't choke on
2836         unset `comment-end-skip' when at beginning of comment.
2838 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
2840         * term.el (term-adjust-current-row-cache): Don't allow the current
2841         row to become negative.
2842         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
2843         the end of the line. Fix scroll down. Add comments.
2844         (term-handle-ansi-escape): Don't exceed terminal width when moving
2845         right.
2846         (term-scroll-region): Move the cursor after setting the scroll region.
2848 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
2850         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
2851         to `width' for consistency with docstring.  Doc fix.
2853 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
2855         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
2856         This is necessary for derived modes.
2858 2004-09-30  Kim F. Storm  <storm@cua.dk>
2860         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
2861         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
2863         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
2864         kmacro-extract-lambda functions.
2865         (edit-kbd-macro): Handle kmacro lambda forms.
2866         Include counter and counter format in edit buffer.
2867         (edmacro-finish-edit): Get counter and format from edit buffer and
2868         update kmacro bindings when found.
2870 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
2872         * textmodes/paragraphs.el (forward-paragraph):
2873         Avoid args-out-of-range error when point winds up at the beginning of
2874         the buffer and hard newlines are enabled.
2876         * newcomment.el (comment-multi-line): Doc fix.
2878 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2880         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
2881         (diff-fixup-modifs): Catch unified-diff file-headers.
2883 2004-09-29  Kim F. Storm  <storm@cua.dk>
2885         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
2886         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
2887         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
2889         * fringe.el (fringe-bitmap-p): New macro.
2890         (fringe-bitmaps): Add standard fringe bitmaps on load.
2892 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2894         * dired.el (dired-view-command-alist): Use more efficient regexps.
2895         Remove dubious arguments.
2896         (dired-align-file): New function.
2897         (dired-insert-directory): Use it.
2898         (dired-move-to-end-of-filename): Make the " -> " search more specific.
2899         (dired-buffers-for-dir): Remove unused var `pattern'.
2901 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
2903         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
2904         from diary display excursion.  Store diary buffer's point for
2905         `simple-diary-display'.
2906         (simple-diary-display): Set window point and start when
2907         displaying buffer, to preserve point.
2909 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
2911         * textmodes/enriched.el (enriched-translations): Replace defconst
2912         with defvar.
2914 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2916         * printing.el: Doc fix.
2917         (pr-version): New version number (6.8.1).
2918         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
2919         make-temp-name.
2920         (pr-delete-file): Check if file exists before deleting it.
2921         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
2923 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2925         * term.el (term-display-table): New variable.
2926         (term-mode): Use it.
2927         (term-exec-1): Set the coding system to binary.
2928         (term-emulate-terminal): Decode the string before inserting it.
2930 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
2932         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
2933         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
2934         (map): Bind S-prior, S-next and S-insert.
2935         (term-mode): Set `indent-tabs-mode' to nil.
2936         (term-paste): New function to be bound to S-insert.
2937         (term-send-del, term-send-backspace): Change the strings sent.
2938         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
2939         (term-handle-colors-array): Fix handling of underline and reverse.
2940         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
2941         (term-erase-in-line): Fix comparison.
2942         (term-emulate-terminal): Fix line wrap handling.
2943         (term-start-output-log): Rename from `term-set-output-log'.
2944         (term-stop-output-log): Rename from `term-stop-photo'.
2945         (term-switch-to-alternate-sub-buffer): Comment out, unused.
2947 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2949         * dired.el (dired-move-to-filename): Don't output a message if
2950         raise-error is non-nil.  Fix return position and value.
2952         * files.el (insert-directory): Obey --dired even with symlinks.
2954 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
2956         * ls-lisp.el (ls-lisp-format): Mark file names with property
2957         dired-filename.
2959 2004-09-25  Kim F. Storm  <storm@cua.dk>
2961         * ido.el (ido-max-directory-size): New defcustom.
2962         (ido-decorations): Add "too big" element.
2963         (ido-directory-too-big): New dynamic var.
2964         (ido-may-cache-directory): Don't cache big directories.
2965         (ido-directory-too-big-p): New defun.
2966         (ido-set-current-directory): Update ido-directory-too-big.
2967         (ido-read-internal): Make empty ido-cur-item if too-big.
2968         (ido-buffer-internal): Use ido-read-internal directly instead of
2969         ido-read-buffer.
2970         (ido-file-internal): Init ido-directory-too-big.
2971         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
2972         and redo completion with full list.
2973         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
2974         it, and show completions.
2975         (ido-all-completions): Let bind ido-directory-too-big to nil.
2976         (ido-exhibit): Handle ido-directory-too-big.
2977         (ido-read-buffer): Handle fallback to read-buffer.
2978         Init ido-directory-too-big.
2979         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
2980         Init ido-directory-too-big.
2982 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
2984         * subr.el (delay-mode-hooks): Doc fix.
2986 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
2988         * textmodes/enriched.el
2989         (enriched-default-text-properties-local-flag): New variable.
2990         (enriched-mode): Make sure that enabling and disabling the mode is
2991         a no-op.  Doc fix.
2993 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
2995         * calendar/holidays.el (holiday-advent): Report on a specified day
2996         offset from advent, not just advent.
2997         (holiday-easter-etc): Report on one specified day offset from
2998         easter, not all easter holidays. Various Easter holidays moved to
2999         `christian-holidays' variable in calendar.el.
3000         * calendar/calendar.el (christian-holidays): Adapt for new
3001         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
3003 2004-09-23  Kim F. Storm  <storm@cua.dk>
3005         * image.el (insert-sliced-image): Add doc string.
3007         * ido.el (ido-choice-list): New dynamic var for `list' context.
3008         (ido-context-switch-command): New dynamic var.
3009         (ido-define-mode-map): Generalize switch between file/buffer contexts.
3010         (ido-read-internal): Handle new `list' context.
3011         Handle insert-buffer and insert-file ido-exit values.
3012         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
3013         ido-context-switch-command. Handle insert-file ido-exit value.
3014         (ido-read-buffer): Set ido-context-switch-command to 'ignore
3015         unless it is already bound by caller.
3016         (ido-file-internal): New arg switch-cmd.  Use it to setup
3017         ido-context-switch-command.  Handle insert-buffer ido-exit value.
3018         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
3019         used for context switching.
3020         (ido-all-completions): Handle new `list' context.
3021         (ido-make-choice-list): Return choices for `list' context.
3022         (ido-find-file-in-dir, ido-display-file, ido-write-file)
3023         (ido-display-buffer, ido-kill-buffer): Disable context switching.
3024         (ido-insert-buffer, ido-insert-file): Setup context switching.
3025         (ido-exhibit): Handle `list' context.
3026         (ido-read-file-name): Disable context switching.  Handle fallback.
3027         (ido-read-directory-name): Disable context switching.
3028         (ido-completing-read): New defun like completing-read.  Setup and
3029         use new `list' context.
3031 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
3033         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
3035 2004-09-21  Jay Belanger  <belanger@truman.edu>
3037         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
3038         `calc-graph-set-styles' so the gnuplot buffer will appear in a
3039         separate window.
3041 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
3043         * subr.el (after-change-major-mode-hook): Doc fix.
3045 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3047         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
3048         of ghostscript for monochrome PostScript file in Windows.
3050 2004-09-21  Kenichi Handa  <handa@m17n.org>
3052         * descr-text.el (describe-char): Checking of quail activation
3053         fixed.
3055 2004-09-21  Jay Belanger  <belanger@truman.edu>
3057         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
3059 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
3061         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
3062         after the mode hooks instead of before.  Doc fix.
3064 2004-09-20  Jason Rumney  <jasonr@gnu.org>
3066         * startup.el (command-line) [windows-nt]: Try .emacs first, then
3067         _emacs, but revert to .emacs if neither exists in home directory.
3069 2004-09-20  John Paul Wallington  <jpw@gnu.org>
3071         * bindings.el (completion-ignored-extensions): Add .dfsl.
3073 2004-09-20  Richard M. Stallman  <rms@gnu.org>
3075         * bindings.el (scroll-left): Make it disabled.
3077         * files.el (enable-local-eval): Doc fix.
3079         * indent.el (move-to-left-margin): Special case for minibuffer.
3081         * term.el (term-emulate-terminal): Turn off undo for output.
3082         Use with-current-buffer and save-selected-window.
3084         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
3086         * progmodes/make-mode.el (makefile-fill-paragraph):
3087         Don't insist on spaces when looking for comments.  # is enough.
3089         * files.el (hack-local-variables): Copy the variables list
3090         to another buffer, strip prefixes and suffixes there, then read.
3091         (enable-local-eval): Doc fix.
3092         (ignored-local-variables): Initialize to nil.
3093         (risky-local-variable-p): Don't check ignored-local-variables here.
3094         (hack-one-local-variable): Ignore var if in ignored-local-variables.
3096 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
3098         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
3099         of = to "." (punctuation).
3101 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3103         * subr.el (event-basic-type): Fix mask (extend to 22bits).
3105 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
3107         * textmodes/enriched.el (enriched-rerun-flag): New variable.
3108         (enriched-before-change-major-mode): New function.
3109         Add it to `change-major-mode-hook'.
3110         (enriched-after-change-major-mode): New function.
3111         Add it to `after-change-major-mode-hook'.
3112         (enriched-mode): Make it work correctly if called from
3113         `after-change-major-mode-hook'.
3114         No longer set `indent-line-function'.
3116         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
3118         * subr.el (after-change-major-mode-hook): New variable.
3119         (run-mode-hooks): Implement it.
3121 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3123         * battery.el (battery-linux-proc-apm): Use string-to-number.
3124         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
3125         Use dolist (and less indentation).  Use erase-buffer.
3126         Pre-initialize `design-capacity', `warn', and `low'.
3127         (battery-format): Use replace-regexp-in-string.
3129 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
3131         * battery.el: Delete superfluous empty lines.
3132         (battery-linux-proc-acpi): Attempt to gather information from all
3133         battery subdirectories regardless of their file name.
3134         (battery-linux-proc-apm): Replace all occurrences of
3135         battery-hex-to-int-2 with string-to-int (base 16).
3136         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
3137         (battery-hex-map): Delete variable.
3139 2004-09-18  John Paul Wallington  <jpw@gnu.org>
3141         * calc/calc-units.el (calc-quick-units): Fix overzealous
3142         s/or/unless/.
3144 2004-09-17  Jay Belanger  <belanger@truman.edu>
3146         * calc/calc.el (calc-mode-var-list): Fix the value of
3147         `calc-matrix-brackets'.
3149 2004-09-17  Romain Francoise  <romain@orebokech.com>
3151         * ibuf-ext.el (define-ibuffer-filter filename):
3152         Expand dired-directory since buffer-file-name is absolute.
3154 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
3156         * ediff-init.el (ediff-current-diff-face-A)
3157         (ediff-current-diff-face-B, ediff-current-diff-face-C)
3158         (ediff-current-diff-face-Ancestor)
3159         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3160         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3161         (ediff-even-diff-face-A, ediff-even-diff-face-B)
3162         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3163         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3164         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3165         Use min-colors.
3167         * term.el (term-down): Perform vertical motion if DOWN is negative.
3168         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
3169         (term-termcap-format): Synchronyze with the eterm terminfo entry
3170         in etc/e/eterm.ti.
3171         (term-handle-colors-array): If the current foreground or
3172         background are zero (i.e. unspecified), use the foreground and
3173         background of the default face for reverse video.
3174         (term-ansi-at-eval-string, term-ansi-default-fg)
3175         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
3176         (term-mem): Delete ununsed function.
3177         (term-protocol-version): Increment.
3178         (term-current-face): Set to default.
3180 2004-09-15  Jay Belanger  <belanger@truman.edu>
3182         * calc/calc.el (calc-mode-var-list): Define this variable.
3183         (calc-always-load-extensions, calc-line-numbering)
3184         (calc-line-breaking, calc-display-just, calc-display-origin)
3185         (calc-number-radix, calc-leading-zeros, calc-group-digits)
3186         (calc-group-char, calc-point-char, calc-frac-format)
3187         (calc-prefer-frac, calc-hms-format, calc-date-format)
3188         (calc-float-format, calc-full-float-format, calc-complex-format)
3189         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
3190         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
3191         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
3192         (calc-matrix-brackets, calc-language, calc-language-option)
3193         (calc-left-label, calc-right-label, calc-word-size)
3194         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3195         (calc-display-raw, calc-internal-prec, calc-angle-mode)
3196         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3197         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3198         (calc-window-height, calc-display-trail, calc-show-selections)
3199         (calc-use-selections, calc-assoc-selections)
3200         (calc-display-working-message, calc-auto-why, calc-timing)
3201         (calc-mode-save-mode, calc-standard-date-formats)
3202         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
3203         (calc-user-parse-tables, calc-gnuplot-default-device)
3204         (calc-gnuplot-default-output, calc-gnuplot-print-device)
3205         (calc-gnuplot-print-output, calc-gnuplot-geometry)
3206         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3207         (calc-invocation-macro, calc-show-banner): Give these values as
3208         part of `calc-mode-var-list's initialization after the variables
3209         are declared with defvar.
3210         (calc-bug-address):  Change email address to send bug reports to.
3211         Change the maintainer address at the top.
3212         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
3213         than "\\.emacs" to determine if it is the user-init-file.
3215         * calc/calc-embed.el (calc-embedded-set-modes): Use
3216         `calc-mode-var-list' correctly.
3218 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
3220         * vc.el (annotate-time): Document point handling.
3221         (vc-annotate-display-autoscale): Doc fix.
3223 2004-09-15  Miles Bader  <miles@gnu.org>
3225         * generic.el (generic-make-keywords-list): Use symbol rather than
3226         word anchors in regexp.
3228 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3230         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
3231         no file name consider `dired-directory'.
3233 2004-09-14  Kim F. Storm  <storm@cua.dk>
3235         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
3237 2004-09-14  Simon Josefsson  <jas@extundo.com>
3239         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
3241         * textmodes/dns-mode.el: Add.
3243 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3245         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
3246         (disabled-command-function): Make the ?\  char more obvious.
3248         * vc-arch.el (vc-arch-root, vc-arch-registered):
3249         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
3251 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
3253         * windmove.el (windmove-frame-edges): Report coordinates of
3254         outside edges of frame, not inside edges.
3255         (windmove-coordinates-of-position): Convert into wrapper to new
3256         function `windmove-coordinates-of-window-position';
3257         `compute-motion' always applies to selected window.
3258         (windmove-coordinates-of-position): Update documentation to refer
3259         to Emacs 21 Lisp Reference Manual.
3260         (windmove-find-other-window): Fix off-by-one errors for max x,y.
3262 2004-09-13  Kim F. Storm  <storm@cua.dk>
3264         * isearch.el (isearch-resume-in-command-history): Rename from
3265         isearch-resume-enabled and change default to nil.
3267 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3269         * vc-hooks.el (vc-ignore-dir-regexp): New var.
3270         (vc-registered): Use it.
3271         (vc-find-root): New fun.
3273         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3274         Don't tell to use \\{...} when it's already done.
3276         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
3277         Provide a sample complex default.
3278         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
3279         (bibtex-entry): Use mapc.
3281 2004-09-12  Kim F. Storm  <storm@cua.dk>
3283         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
3285         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
3286         inhibit-field-text-motion to t so rectangles work in comint buffers.
3288         * simple.el (choose-completion-string): Set buffer before running
3289         choose-completion-string-functions hook so it can be buffer-local.
3291 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
3293         * progmodes/compile.el (compilation-start): Parse command to see
3294         if it starts with a cd, and if so perform it for the *compilation*
3295         buffer.  Change the header to reflect this.
3297 2004-09-11  Kim F. Storm  <storm@cua.dk>
3299         * ido.el (ido-enable-dot-prefix): Doc fix.
3300         (ido-enable-dot-prefix): New defcustom.
3301         (ido-set-matches1): Use it.
3303 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3305         * textmodes/bibtex.el (bibtex-mark-active)
3306         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
3308 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3310         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
3311         used in a case insensitive environment.
3312         (bibtex-mode-map): Rearrange order of menus.
3313         (bibtex-quoted-string-re): Obsolete.
3314         (bibtex-complete-key-cleanup): Variable replaced by new function.
3315         (bibtex-font-lock-keywords): Use backquotes.
3316         (bibtex-font-lock-url-regexp): New internal variable.
3317         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
3318         "OPT" and "ALT".
3319         (bibtex-insert-current-kill, bibtex-make-field)
3320         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
3321         (bibtex-parse-field-text): Simplify.
3322         (bibtex-string=): New helper function.
3323         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
3324         (bibtex-map-entries): Use bibtex-string=.
3325         (bibtex-search-entry): Use not.
3326         (bibtex-enclosing-field): Fix docstring.
3327         (bibtex-assoc-regexp): Obsolete.
3328         (bibtex-format-entry): Use assoc-string and bibtex-string=.
3329         (bibtex-autokey-get-names): Handle empty name field.
3330         (bibtex-parse-strings): Use assoc-string and unless.
3331         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
3332         Use assoc-string.
3333         (bibtex-pop): Simplify.
3334         (bibtex-mode): Set font-lock-extra-managed-props.
3335         (bibtex-entry-update): Use assoc-string.
3336         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
3337         (bibtex-autofill-entry): Use bibtex-string=.
3338         (bibtex-print-help-message): Simplify.
3339         (bibtex-find-entry): New optional arg START.
3340         (bibtex-validate): Use bibtex-string= and assoc-string.
3341         Do not call obsolete function compilation-parse-errors.
3342         (bibtex-remove-delimiters): Only remove delimiters if present.
3343         (bibtex-copy-entry-as-kill): Add docstring.
3344         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
3345         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
3346         (bibtex-complete): Use bibtex-predefined-month-strings,
3347         bibtex-string=, and new function bibtex-complete-key-cleanup.
3348         (bibtex-generate-url-list): New variable.
3349         (bibtex-url): New command bound to C-c C-l and mouse-2.
3350         (bibtex-url-map): New local keymap for bibtex-url-mouse.
3351         (bibtex-font-lock-url): New function.
3353 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3355         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
3357 2004-09-09  Kim F. Storm  <storm@cua.dk>
3359         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
3360         counter and format with binding.
3361         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
3362         the declared macro uses own macro counter and format.  Give symbol
3363         kmacro property.
3364         (kmacro-keymap): Bind kmacro-name-last-macro to n.
3365         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
3366         (kmacro-end-and-call-macro): Doc fix.
3368 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
3370         * desktop.el (desktop-clear-preserve-buffers):
3371         Remove make-obsolete-variable.
3373 2004-09-08  Richard M. Stallman  <rms@gnu.org>
3375         * buff-menu.el (list-buffers-noselect): Call format-mode-line
3376         with the buffer as argument.
3378 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3380         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
3382 2004-09-08  Juri Linkov  <juri@jurta.org>
3384         * replace.el (perform-replace): Use `query-replace-descr'.
3386         * cus-start.el (history-delete-duplicates): Specify customization.
3388         * diff-mode.el (diff-mode-map):
3389         * progmodes/compile.el (compilation-mode-map):
3390         * progmodes/grep.el (grep-mode-map):
3391         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
3392         to `next-error-follow-minor-mode'.
3394 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3396         * isearch.el (isearch-lazy-highlight-update): Take into account
3397         the case of zero-length match at the search bound.
3399 2004-09-08  Kim F. Storm  <storm@cua.dk>
3401         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
3402         change.  Use zero width overlays when necessary.
3404 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3406         * subr.el (split-string): Docfix.
3408 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3410         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
3411         (display-call-tree): Ensure newline after caller/calls blocks.
3413 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3415         * startup.el (command-line-1): Make option
3416         --directory/-L modify `load-path' straight away.
3418 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3420         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
3422 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3424         * emacs-lisp/autoload.el (make-autoload):
3425         Handle `define-compilation-mode'.
3427         * emacs-lisp/lisp-mode.el (define-compilation-mode):
3428         Specify `doc-string-elt' property.
3430 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3432         * bs.el (bs-mode): Doc fix.
3434 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3436         * info.el (Info-insert-dir): Fix temp buffer leak bug.
3438 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3440         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
3442 2004-09-08  Kenichi Handa  <handa@m17n.org>
3444         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
3445         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
3446         ps-mule-next-point -> 1+).
3448         * composite.el (encode-composition-rule): Add autoload cooky.
3450 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
3452         * format.el (buffer-auto-save-file-format): Make it permanent local.
3454 2004-09-07  Kim F. Storm  <storm@cua.dk>
3456         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
3457         (authors-fixed-entries): Fix typo.
3458         (authors-canonical-author-name): Compact multiple spaces.
3459         Ignore trivial names (e.g. only first name).
3461         * term.el (term-window-width): Only use full window width on
3462         window system if overflow-newline-into-fringe is enabled.
3463         (term-mode): Don't disable overflow-newline-into-fringe.
3465 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3467         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
3468         motion as seen on my Mac OS X xterms.
3470         * newcomment.el (uncomment-region-default, comment-region-default):
3471         New functions extracted from uncomment-region and comment-region.
3472         (comment-region, comment-region-function, uncomment-region)
3473         (uncomment-region-function): Use them.
3475         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
3477         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
3478         It's not crucial but can make sense at times.
3480         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
3481         the first commit.
3483         * vc.el (vc-buffer-context, vc-restore-buffer-context):
3484         Disable obsolete code.
3486 2004-09-07  Juri Linkov  <juri@jurta.org>
3488         * progmodes/grep.el (grep-highlight-matches): Change default from
3489         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
3490         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
3491         if grep option `--color' is available, or to `nil' otherwise.
3492         (grep-process-setup): Call `grep-compute-defaults' if
3493         `grep-highlight-matches' is not computed.  Set env-vars only
3494         if `grep-highlight-matches' is `t'.
3495         (grep-use-null-device): Remove redundant type `boolean' (`choice'
3496         is already defined).
3498         * progmodes/compile.el (compilation-start): Use copy of
3499         `process-environment' created by `copy-sequence' to not
3500         modify env-vars in the global `process-environment'.
3502 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
3504         * simple.el (next-error-follow-minor-mode): Fix last change.
3506 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
3508         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
3509         permanent local.
3511 2004-09-04  Richard M. Stallman  <rms@gnu.org>
3513         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
3514         highlighting if the search string is empty.
3516 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
3518         * facemenu.el (facemenu-active-faces): Change condition of inner
3519         `while' loop to also check the first two elements of `face-atts'
3520         and `mask-atts'.
3522 2004-09-04  John Paul Wallington  <jpw@gnu.org>
3524         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
3525         (thumbs-view-image-mode): Make buffer read-only.
3527 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
3529         * textmodes/ispell.el (ispell-really-aspell): New defvar.
3530         (ispell-check-version): Set it.
3531         (ispell-send-replacement): New function.
3532         (ispell-process-line): Call ispell-send-replacement.
3534 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
3536         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
3537         Support choosing seconds with "s".
3539 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
3541         * terminal.el (te-escape): Show `?' in prompt for help key.
3543 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
3545         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
3547 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
3549         * simple.el (next-error-follow-minor-mode)
3550         (next-error-follow-mode-post-command-hook): New functions.
3551         (next-error-follow-last-line): New defvar.
3553         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
3554         * progmodes/compile.el (compilation-mode-map): Likewise.
3555         * progmodes/grep.el (grep-mode-map): Likewise.
3556         * replace.el (occur-mode-map): Likewise.
3558         * newcomment.el (uncomment-region): Bind comment-use-global-state
3559         to nil.
3561 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
3563         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
3564         locally around the call to `revert-buffer'.
3566 2004-09-03  Juri Linkov  <juri@jurta.org>
3568         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
3569         `isearch-adjusted' to `t'.
3570         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
3571         (isearch-message-prefix): Add "pending" for isearch-adjusted.
3572         (isearch-other-meta-char): Restore isearch-point unconditionally.
3573         (isearch-query-replace): Add new arg `regexp-flag' and use it.
3574         Set point to start of match if region is not active in transient
3575         mark mode (to include the current match to region boundaries).
3576         Push the search string to `query-replace-from-history-variable'.
3577         Add prompt "Query replace regexp" for isearch-regexp.
3578         Add region beginning/end as last arguments of `perform-replace.'
3579         (isearch-query-replace-regexp): Replace code by the call to
3580         `isearch-query-replace' with arg `t'.
3582 2004-09-03  Richard M. Stallman  <rms@gnu.org>
3584         * startup.el (normal-top-level): Undo previous TERM change.
3586 2004-09-03  Kim F. Storm  <storm@cua.dk>
3588         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
3589         highlight overlays; allow using RET when cursor is over a button.
3590         (cua--highlight-rectangle): Use it.
3591         (cua--rectangle-set-corners): Don't move backwards at eol.
3592         (cua--forward-line): Don't move into void after eob.
3594         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
3595         point is set (and displayed) inside rectangle.
3596         (cua--rectangle-operation): Fix for highlight of empty lines.
3597         (cua--highlight-rectangle): Fix highlight for tabs.
3598         Position cursor at left/right edge of rectangle using new `cursor'
3599         property on overlay strings.
3600         (cua--indent-rectangle): Don't tabify.
3601         (cua-rotate-rectangle): Ignore that point has moved.
3603 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3605         * term/mac-win.el: Add ASCII equivalents for some function keys.
3606         (mode-line-frame-identification): Sync with x-win.el.
3608 2004-09-02  Juri Linkov  <juri@jurta.org>
3610         * progmodes/compile.el (compilation-buffer-name): Compare major
3611         mode with second element of compilation-arguments instead of third
3612         to reflect latest changes in compilation-arguments structure.
3613         (recompile): Use global variable `compilation-directory' to get
3614         recent compilation directory only when `recompile' is invoked NOT
3615         in the compilation buffer.  Otherwise, use `default-directory' of
3616         the compilation buffer.
3617         (compilation-error-properties): Allow to funcall col and end-col.
3618         (compilation-mode-font-lock-keywords): Check col and end-col by
3619         `integerp'.
3620         (compilation-goto-locus): If end-mk is non-nil in transient mark
3621         mode don't activate the mark (and don't display message in
3622         push-mark), but highlight overlay between mk and end-mk.
3624         * progmodes/grep.el (grep-highlight-matches): New defcustom.
3625         (grep-regexp-alist): Add rule to highlight grep matches.
3626         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
3628         * info.el (Info-fontify-node): Don't compute other-tag
3629         if Info-hide-note-references=hide.
3631         * help.el (function-called-at-point):
3632         * help-fns.el (variable-at-point):
3633         Try `find-tag-default' when other methods failed.
3635         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3636         Do not push mark if inhibit-mark-movement is non-nil.
3638         * textmodes/ispell.el (ispell-html-skip-alists):
3639         Fix backslashes in docstring.
3641 2004-09-01  Juri Linkov  <juri@jurta.org>
3643         * isearch.el (isearch-wrap-function)
3644         (isearch-push-state-function): New defvars.
3645         (isearch-pop-fun-state): New defsubst.
3646         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
3647         (isearch-push-state): Set the result of calling
3648         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
3649         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
3650         restore the mode-specific starting point of terminated search.
3651         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
3652         (isearch-repeat): Call `isearch-wrap-function' if defined.
3653         (isearch-message-prefix): Don't add prefix "over" to the message
3654         for wrapped search if `isearch-wrap-function' is defined.
3655         (isearch-search): Call function saved in `isearch-pop-fun-state' to
3656         restore the mode-specific starting point of failed search.
3658         * info.el (Info-search-whitespace-regexp): Fix backslashes.
3659         (Info-search): Add new optional arguments for the sake of isearch.
3660         Replace whitespace in Info-search-whitespace-regexp literally.
3661         Add backward search.  Don't call `Info-select-node' if regexp is
3662         found in the same Info node.  Don't add node to Info-history for
3663         wrapped isearch.
3664         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
3665         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
3666         (Info-mode): Set local variables `isearch-search-fun-function',
3667         `isearch-wrap-function', `isearch-push-state-function',
3668         `search-whitespace-regexp'.
3670         * isearch.el: Remove ancient Change Log section.
3671         (isearch-string, isearch-message-string, isearch-point)
3672         (isearch-success, isearch-forward-flag, isearch-other-end)
3673         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3674         (isearch-barrier, isearch-within-brackets)
3675         (isearch-case-fold-search): Add suffix `-state' to state-related
3676         defsubsts to avoid name clashes with other function names.
3678         * simple.el (next-error): New defgroup and defface.
3679         (next-error-highlight, next-error-highlight-no-select):
3680         New defcustoms.
3681         (next-error-no-select): Let-bind next-error-highlight to the value
3682         of next-error-highlight-no-select before calling `next-error'.
3684         * progmodes/compile.el (compilation-goto-locus):
3685         Use `next-error' face instead of `region'.  Set 4-th argument of
3686         `move-overlay' to `current-buffer' to move overlay to different
3687         source buffers.  Use new variable `next-error-highlight'.
3689         * simple.el (next-error-find-buffer): Move the rule
3690         "if current buffer is a next-error capable buffer" after the
3691         rule "if next-error-last-buffer is set to a live buffer".
3692         Simplify to test all rules in one `or'.
3693         (next-error): Doc fix.
3694         (next-error, previous-error, first-error)
3695         (next-error-no-select, previous-error-no-select):
3696         Make arguments optional.
3698 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
3700         * macros.el (apply-macro-to-region-lines): Make it operate on all
3701         lines that begin in the region, rather than on all complete lines
3702         in the region.
3704 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3706         * x-dnd.el (x-dnd-protocol-alist): Document update.
3707         (x-dnd-known-types): Defcustom it.
3708         (x-dnd-handle-motif): Print message-atom in error message.
3710 2004-08-30  John Paul Wallington  <jpw@gnu.org>
3712         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
3713         strings rather than programatically constructing message.
3715 2004-08-30  Richard M. Stallman  <rms@gnu.org>
3717         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
3718         Don't return a string that would read as the wrong character code.
3720 2004-08-29  Kim F. Storm  <storm@cua.dk>
3722         * emulation/cua-base.el (cua-auto-expand-rectangles):
3723         Remove automatic rectangle padding feature; replace by non-destructive
3724         virtual rectangle edges feature.
3725         (cua-virtual-rectangle-edges): New defcustom.
3726         (cua-auto-tabify-rectangles): New defcustom.
3727         (cua-paste): If paste into a marked rectangle, insert rectangle at
3728         current column, even if virtual; also paste exactly as many lines
3729         as has been marked (ignore additional lines or add empty lines),
3730         but paste whole source if only one line is marked.
3731         (cua--update-indications): No longer use overwrite-cursor to
3732         indicate rectangle padding
3734         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
3735         (cua--rectangle-virtual-edges): New defun.
3736         (cua--rectangle-get-corners): Remove optional PAD arg.
3737         (cua--rectangle-set-corners): Never do padding.
3738         (cua--forward-line): Remove optional PAD arg.  Simplify.
3739         (cua-resize-rectangle-right, cua-resize-rectangle-left)
3740         (cua-resize-rectangle-down, cua-resize-rectangle-up):
3741         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
3742         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
3743         (cua--rectangle-move): Never do padding.  Simplify.
3744         (cua--tabify-start): New defun.
3745         (cua--rectangle-operation): Add tabify arg.  All callers changed.
3746         (cua--pad-rectangle): Remove.
3747         (cua--delete-rectangle): Handle delete with virtual edges.
3748         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
3749         (cua--insert-rectangle): Handle insert at virtual column.
3750         Perform auto-tabify if necessary.
3751         (cua--activate-rectangle): Remove optional FORCE arg.
3752         Never do padding.  Simplify.
3753         (cua--highlight-rectangle): Enhance for virtual edges.
3754         (cua-toggle-rectangle-padding): Remove command.
3755         (cua-toggle-rectangle-virtual-edges): New command.
3756         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
3757         (cua--rectangle-post-command): Don't force rectangle padding.
3758         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
3760 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
3762         * indent.el (edit-tab-stops-buffer): Doc fix.
3764 2004-08-28  Richard M. Stallman  <rms@gnu.org>
3766         * progmodes/grep.el (grep-default-command): Use find-tag-default.
3767         (grep-tag-default): Function deleted.
3769         * subr.el (find-tag-default): Move from etags.el.
3771         * progmodes/etags.el (find-tag-default): Move to subr.el.
3773         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
3774         into the basic character if it has an uppercase form.
3776 2004-08-27  Kenichi Handa  <handa@m17n.org>
3778         * international/utf-8.el (utf-8-post-read-conversion): If the
3779         buffer is unibyte, temporarily make it multibyte.
3781 2004-08-27  Masatake YAMATO  <jet@gyve.org>
3783         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
3785 2004-08-25  John Paul Wallington  <jpw@gnu.org>
3787         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
3788         0, 1, and many mismatches in message.
3789         (tex-start-shell): Use `set-process-query-on-exit-flag'.
3791         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
3792         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
3794 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3796         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
3797         vc-diff-switches differently.
3799 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
3801         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
3802         before and a real defvar after
3803         `speedbar-supported-extension-expressions'.  This is to silence
3804         the compiler without breaking bootstrapping.
3806 2004-08-22  Richard M. Stallman  <rms@gnu.org>
3808         * textmodes/flyspell.el (flyspell-word):
3809         Use set-process-query-on-exit-flag.
3810         (flyspell-highlight-duplicate-region): Take POSS as arg.
3811         (flyspell-word): Pass POSS as arg.
3813         * progmodes/ada-xref.el: Many doc and style fixes.
3814         (ada-find-any-references): Use compilation-start.
3815         (ada-get-ali-file-name): Improve error msg.
3816         (ada-get-ada-file-name): Likewise.
3818         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
3819         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
3821         * mail/mail-extr.el (mail-extr-all-top-level-domains):
3822         Add forward defvar.
3824         * whitespace.el (global-whitespace-mode): New alias
3825         for whitespace-global-mode.
3827         * speedbar.el (speedbar-file-regexp): Move definition up.
3828         (speedbar-mode, speedbar-set-mode-line-format):
3829         Use with-no-warnings.
3830         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
3832         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
3833         controls whether to display the error buffer.
3835         * ps-mule.el: Delete compatibility code for old Emacses.
3836         (ps-mule-find-wrappoint): Don't use chars-in-region.
3838         * frame.el (display-mouse-p, display-selections-p):
3839         Use with-no-warnings.
3841         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
3843 2004-08-22  David Kastrup  <dak@gnu.org>
3845         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
3846         information.
3848         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
3850 2004-08-22  Andreas Schwab  <schwab@suse.de>
3852         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
3854 2004-08-22  Masatake YAMATO  <jet@gyve.org>
3856         * cvs-status.el (cvs-status-checkout): New function.
3857         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
3859 2004-08-21  David Kastrup  <dak@gnu.org>
3861         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
3862         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
3863         has been converted to use hashtables, the relation `nil=none' is
3864         no longer valid, as `nil' is not a hashtable.  This patch tries to
3865         reduce the number of resulting errors.
3867 2004-08-21  John Paul Wallington  <jpw@gnu.org>
3869         * subr.el (process-kill-without-query): Made obsolete in
3870         version 21.4, not 21.5.
3872         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
3873         (vc-previous-comment, vc-next-comment)
3874         (vc-comment-search-reverse, vc-comment-search-forward)
3875         (vc-comment-to-change-log): Likewise.
3877         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
3879 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
3881         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3882         Correct indentation of DEFMETHODS with non-standard method
3883         combinations (e.g., PROGN, MIN, MAX).
3885 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3887         * startup.el (normal-top-level-add-subdirs-to-load-path):
3888         Avoid unnecessarily checking system-type.
3889         (normal-top-level): Set TERM to "dumb".  Simplify.
3891         * avoid.el (mouse-avoidance-ignore-p): New fun.
3892         Also ignore switch-frame, select-window, double, and triple clicks.
3893         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
3894         (mouse-avoidance-fancy-hook): Use it.
3896 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
3898         * avoid.el (mouse-avoidance-nudge-mouse)
3899         (mouse-avoidance-banish-destination): Stay within the current window
3900         to avoid problems with mouse-autoselect-window.
3902 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3904         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
3905         the newer format of some messages in cvs-1.12.1.
3907 2004-08-19  Masatake YAMATO  <jet@gyve.org>
3909         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
3910         (elp-results-jump-to-definition-by-mouse)
3911         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
3912         (elp-output-result): Use elp-output-insert-symname.
3914 2004-08-18  Kenichi Handa  <handa@m17n.org>
3916         * language/cyrillic.el: Register koi8-r in
3917         ctext-non-standard-encodings-alist.
3918         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
3920 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
3922         * emacs-lisp/copyright.el (copyright-update-year): Delete code
3923         that replaces 20xy with xy.
3925 2004-08-17  John Paul Wallington  <jpw@gnu.org>
3927         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
3928         (reb-force-update): Doc fix.
3930 2004-08-16  Richard M. Stallman  <rms@gnu.org>
3932         * progmodes/which-func.el (which-func-update-1): Doc fix.
3934         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
3935         (sh-mode-abbrev-table): New variable.
3937         * progmodes/compile.el (compilation-mode): Doc fix.
3939         * emacs-lisp/lisp-mode.el (eval-last-sexp):
3940         Don't cons a new symbol each time.
3941         (eval-last-sexp-fake-value): New variable.
3943         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
3944         (copyright-update-year): Detect continuation of list of years.
3946         * term.el (term-default-fg-color, term-default-bg-color)
3947         (ansi-term-color-vector): Use `unspecified', not nil, as default.
3949         * imenu.el: Several doc fixes: don't say variables are buffer-local.
3951 2004-08-16  Davis Herring <herring@lanl.gov>
3953         * isearch.el (isearch-string, isearch-message-string, isearch-point)
3954         (isearch-success, isearch-forward-flag, isearch-other-end)
3955         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3956         (isearch-barrier, isearch-within-brackets)
3957         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
3959 2004-08-16  Kenichi Handa  <handa@m17n.org>
3961         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
3963 2004-08-15  Kenichi Handa  <handa@m17n.org>
3965         * term/x-win.el (x-selection-value): If utf8 was successful but
3966         ctext was not, use utf8 string.
3968 2004-08-14  Davis Herring  <herring@lanl.gov>
3970         * isearch.el: Remove accidental changes of March 4.  Fix backing
3971         up when a regexp isearch is made more general.  Use symbolic
3972         accessor functions for isearch stack frames to make usage clearer.
3973         (search-whitespace-regexp): Made groups in documentation shy (as
3974         is the group in the default value).
3975         (isearch-fallback): New function, addresses problems with regexps
3976         liberalized by `\|', adds support for liberalization by `\}' (the
3977         general repetition construct), and incorporates behavior for
3978         `*'/`?'.
3979         (isearch-}-char): New command, calls `isearch-fallback' with
3980         arguments appropriate to a typed `}'.
3981         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
3982         appropriately.
3983         (isearch-mode-map): Bind `}' to `isearch-}-char'.
3984         (isearch-string, isearch-message,string, isearch-point)
3985         (isearch-success, isearch-forward-flag, isearch-other-end)
3986         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3987         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
3988         New inline functions to read fields of a stack frame.
3990 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
3992         * battery.el (battery-linux-proc-acpi): Look into battery
3993         directories matching the literal string "CMB", too (required for
3994         Linux kernel version 2.6.7).
3996 2004-08-14  John Paul Wallington  <jpw@gnu.org>
3998         * cus-start.el (read-file-name-completion-ignore-case): Add.
3999         (blink-cursor-alist): Change version to "21.4".
4001         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
4003 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
4005         * speedbar.el (speedbar-scan-subdirs): New option.
4006         (speedbar-file-lists): Don't ignore file-name case on Unix and use
4007         dolist.
4008         (speedbar-insert-files-at-point): Take an extra argument and use
4009         it to optionally find out if a subdir is empty.  Also unreadable
4010         files don't get expand buttons.
4011         (speedbar-directory): New image (unused pixmap already existed).
4012         (speedbar-expand-image-button-alist): Use it.
4014 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
4016         CC Mode update to 5.30.9:
4018         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
4019         Move from cc-vars to cc-defs for dependency reasons.  Fix the
4020         POSIX char class test to check that it works in
4021         `skip-chars-(forward|backward)' too.
4023         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
4024         first argument starts with a special brace list.
4026         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
4027         when `c-opt-type-concat-key' is used (i.e. in Pike).
4029         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
4030         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
4031         >)".
4033         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
4034         whitespace safe.
4036         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
4037         position for `arglist-intro', `arglist-cont-nonempty' and
4038         `arglist-close' when there are two arglist open parens on the same
4039         line and there's nothing in front of the first.
4041         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
4042         locking of qualified names in Java, which previously could fontify
4043         common indexing expressions in many cases.  The standard Java
4044         naming conventions are used to tell them apart.
4046         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
4047         Fix inconsistency wrt opening parens on the first line inside a paren
4048         block.
4050         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
4051         compile time for the sake of `c-major-mode-is'.
4053         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
4054         `c-major-mode-is' in the event that this is used inside a
4055         `c-lang-defconst'.
4057         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
4058         `c-lang-defconst' so that it works better with fallback languages.
4060         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
4061         it to fail to record the base mode.
4063         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4064         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
4065         is used.  Reorder the syntax checks to get more efficient
4066         skipping in some situations.
4068         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
4069         continuation which might precede the newly inserted '{'.
4071         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4072         Fix cases where it could loop indefinitely.
4074         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
4075         size specs correctly.  Only fontify identifiers in front of '('
4076         with as functions - don't accept any paren char.  Tighten up
4077         initializer skipping to stop before function and class blocks.
4079         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
4080         the point could be left directly after an open paren when finding
4081         the beginning of the first decl in the block.
4083         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
4084         table when filtering out legitimate open parens to be recorded.
4085         This could cause cache inconsistencies when e.g.
4086         `c++-template-syntax-table' was temporarily in use.
4088         * progmodes/cc-engine.el (c-on-identifier)
4089         (c-simple-skip-symbol-backward): Small fix for handling "-"
4090         correctly in `skip-chars-backward'.  Affected the operator lfun
4091         syntax in Pike.
4093         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
4094         Fix bug that could cause an error from `after-change-functions' when
4095         the changed region is at bob.
4097 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
4099         CC Mode update to 5.30.9:
4101         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
4102         to say that <TAB> doesn't insert WS into a CPP line.
4103         (c-indent-command, c-tab-always-indent): Amend doc strings.
4105         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
4106         checks for user errors, thus eliminating cryptic and unhelpful
4107         Emacs error messages.  (1) Check the arg to `c-set-style' is a
4108         string.  (2) Check that settings to `c-offsets-alist' are not
4109         spuriously quoted.
4111         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
4112         which precedes the newly inserted `{'.
4114 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
4116         Sync with Tramp 2.0.44.
4118         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
4119         function "tramp_file_attributes".  Otherwise, file names
4120         containing spaces are misinterpreted.  Reported by Magnus Henoch
4121         <mange@freemail.hu>.
4122         (tramp-handle-file-truename): FILENAME must be expanded first.
4123         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
4124         obscure results.  Reported by D. Goel <deego@gnufans.org>.
4125         (tramp-handle-verify-visited-file-modtime): If file does not
4126         exist, say it is not modified if and only if that agrees with the
4127         buffer's record.  Check whether a file is visiting the buffer, or
4128         the buffer has no recorded last modification time.  Return t in
4129         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
4130         <teirllm@auburn.edu>.
4131         (tramp-handle-write-region): Pass modtime explicitely to
4132         `set-visited-file-modtime', because filename can be different
4133         from (buffer-file-name) if `file-precious-flag' is set.
4134         `set-visited-file-modtime' must be called always when `visit' is t
4135         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
4136         (tramp-handle-set-visited-file-modtime): If `time-list' is not
4137         nil, don't apply the whole body.  If the file doesn't exists, set
4138         modtime to '(-1 65535).  Suggested by Luc Teirlinck
4139         <teirllm@auburn.edu>.
4141 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
4143         * help.el (describe-bindings): Doc fix.
4145         * subr.el (kbd): Doc fix.
4147 2004-08-08  John Paul Wallington  <jpw@gnu.org>
4149         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
4150         instead of `string-to-int'.
4151         (define-ibuffer-column mode): Fix indentation.
4153 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
4155         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
4157 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
4159         * subr.el (global-unset-key, local-unset-key): Doc fixes.
4161         * novice.el (disabled-command-function): New variable renamed from
4162         `disabled-command-hook'.
4163         (disabled-command-hook): Keep the _variable_ as alias for
4164         `disabled-command-function' and make obsolete.
4165         (disabled-command-function): Function renamed from
4166         `disabled-command-hook'.  Adapt code to name change of the variable.
4168 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
4170         * simple.el (completion-root-regexp): New defvar.
4171         (completion-setup-function): Use it instead of a literal string.
4173 2004-08-07  John Paul Wallington  <jpw@gnu.org>
4175         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
4176         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
4177         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
4178         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
4180 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
4182         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
4183         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
4185 2004-08-04  Kenichi Handa  <handa@m17n.org>
4187         * international/encoded-kb.el (encoded-kbd-setup-keymap):
4188         Fix previous change.
4190 2004-08-03  Kenichi Handa  <handa@m17n.org>
4192         * international/encoded-kb.el: The following changes are to
4193         utilize key-translation-map instead of minor mode map.
4194         (encoded-kbd-iso2022-non-ascii-map): Delete it.
4195         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
4196         (encoded-kbd-last-key): New function.
4197         (encoded-kbd-iso2022-single-shift): New function.
4198         (encoded-kbd-iso2022-designation)
4199         (encoded-kbd-self-insert-iso2022-7bit)
4200         (encoded-kbd-self-insert-iso2022-8bit)
4201         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
4202         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
4203         key-translation-map.
4204         (encoded-kbd-setup-keymap): Setup key-translation-map.
4205         (saved-key-translation-map): New variable.
4206         (encoded-kbd-mode): Save/restore key-translation-map.
4207         Adjust for the change of encoded-kbd-setup-keymap.
4209 2004-08-02  Kim F. Storm  <storm@cua.dk>
4211         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
4212         and call compute-motion with nil for topos and width to get proper
4213         usable width and height for both window and non-window systems.
4215         * windmove.el (windmove-coordinates-of-position): Let compute-motion
4216         calculate usable window width and height.
4218         * window.el (window-buffer-height): Call compute-motion with nil width.
4220 2004-08-01  David Kastrup  <dak@gnu.org>
4222         * replace.el (query-replace-read-from):
4223         Use `query-replace-compile-replacement'.
4224         (query-replace-compile-replacement): New function.
4225         (query-replace-read-to): Use `query-replace-compile-replacement'
4226         for repeating the last command.
4228 2004-08-01  John Paul Wallington  <jpw@gnu.org>
4230         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
4231         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
4232         (pr-switches): Remove period from end of error messages.
4234         * help-mode.el (help-go-back): Likewise.
4236         * abbrev.el (only-global-abbrevs): Doc fix.
4237         (edit-abbrevs-map): Define within defvar.
4238         (quietly-read-abbrev-file): Doc fix.
4240 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
4242         * novice.el (enable-command, disable-command): Doc fixes.
4244         * subr.el (event-modifiers, event-basic-type): Doc fixes.
4246 2004-07-30  Richard M. Stallman  <rms@gnu.org>
4248         * subr.el (with-local-quit): Doc fix.
4250 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
4252         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
4254 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
4256         * custom.el (defcustom): Doc fix.
4258 2004-07-28  Masatake YAMATO  <jet@gyve.org>
4260         * progmodes/etags.el (etags-tags-apropos): Show building progress.
4262 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4264         * imenu.el (imenu-prev-index-position-function)
4265         (imenu-extract-index-name-function, imenu-name-lookup-function)
4266         (imenu--index-alist): Docstring redundancy fix.
4268 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
4270         * wdired.el (wdired-finish-edit): Require dired-aux before locally
4271         binding dired-backup-overwrite.
4273 2004-07-25  John Paul Wallington  <jpw@gnu.org>
4275         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
4277 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
4279         * term/tty-colors.el (tty-color-approximate): Doc fix.
4281         * select.el (x-get-selection, x-set-selection): Doc fixes.
4283         * frame.el (make-frame): Doc fix.
4285 2004-07-24  Richard M. Stallman  <rms@gnu.org>
4287         * mail/rmail.el (rmail-mime-charset-pattern):
4288         Don't include semicolon in the charset value.
4290         * replace.el (occur-next-error): Call set-window-point.
4291         (occur-engine): Handle negative NLINES.
4293 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
4295         * frame.el (modify-all-frames-parameters): Minor doc fix.
4296         (set-frame-configuration): Doc fix.
4298 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4300         * simple.el (completion-setup-function): Compute the common parts
4301         and the first difference place correctly when
4302         partial-completion-mode is on.
4304 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4306         * ps-print.el: Doc fix.
4307         (ps-print-version): New version 6.6.5.
4308         (ps-printing-region): Doc fix.
4309         (ps-generate-string-list): Comment fix.
4310         (ps-message-log-max): Code fix.
4312 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
4314         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
4315         generated PostScript.
4317 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
4319         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
4320         with Gnus v5_10 branch.)
4322 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
4324         * calendar/time-date.el (time-to-number-of-days): New function.
4325         Imported from from Gnus.
4327 2004-07-22  Kim F. Storm  <storm@cua.dk>
4329         * progmodes/make-mode.el: Fix comments.
4331 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4333         * printing.el: Doc fix.
4335 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
4337         * frame.el (modify-all-frames-parameters): Minor doc fix.
4339 2004-07-20  Richard M. Stallman  <rms@gnu.org>
4341         * textmodes/fill.el (fill-nobreak-p): If this break point is
4342         at the end of the line, don't consider the newline which follows
4343         as a reason to return t.
4345 2004-07-19  John Paul Wallington  <jpw@gnu.org>
4347         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
4349 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
4351         * dired-aux.el (dired-do-kill-lines): Expand docstring.
4352         Delete irrelevant code.
4354 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
4356         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4357         New docstring.  From Luc Teirlinck.
4359 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
4361         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
4362         section.
4363         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
4364         non-file buffers.  We know it is nil.
4366 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
4368         Sync with Tramp 2.0.43.
4370         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4371         Remove outdated comment.
4372         (tramp-locked, tramp-locker): New variables for implementing a
4373         global lock.
4374         (tramp-sh-file-name-handler): Use them to implement the global lock.
4376 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
4378         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
4379         calls to respective `xxx` calls.
4380         (tramp-process-alive-regexp): Precise doc string.
4381         (tramp-multi-action-process-alive): New defun.
4382         (tramp-multi-actions): Use it.
4383         (tramp-handle-find-backup-file-name): `copy-tree' is available
4384         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
4385         in order to avoid this function.
4386         (tramp-handle-write-region): Set current buffer.  If connection
4387         wasn't open, `file-modes' has changed it accidently.  Reported by
4388         David Kastrup <dak@gnu.org>.
4389         (tramp-enter-password, tramp-read-passwd): New arguments USER and
4390         HOST.
4391         (tramp-action-password, tramp-multi-action-password): Apply it.
4392         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
4393         name must still contain the port number.  Otherwise, we have two
4394         Tramp buffers, with all the confusion.  Reported by Myron Selby
4395         <myron@xytech.com> and Rolf Dubitzky
4396         <Dubitzky@physi.uni-heidelberg.de>.
4398         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
4399         HOST to `tramp-enter-passwd'.
4401         * net/tramp-vc.el (all): Code cleanup.  Change all
4402         `tramp-handle-xxx' calls to respective `xxx` calls.
4404 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
4406         * emacs-lisp/testcover.el: New category "potentially-1valued" for
4407         functions that are not erroneous if either 1-valued or
4408         multi-valued.  Detect functions in this class.
4409         (testcover-1value-functions, testcover-compose-functions)
4410         (testcover-progn-functions) Add some additional functions to lists.
4411         (testcover-mark): Bugfix when marking up the definition for an
4412         empty function.
4414 2004-07-17  Richard M. Stallman  <rms@gnu.org>
4416         * replace.el (occur-read-primary-args): Pass default to
4417         read-from-minibuffer.
4419         * mail/footnote.el (footnote-section-tag): Use defcustom.
4421         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
4422         Compile font-lock-keywords, not KEYWORDS.
4423         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
4424         Add warn, check-type.  Handle cerror like error.
4426 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
4428         * progmodes/which-func.el (which-func-keymap): New var.
4429         (which-func-face): New face.
4430         (which-func-format): Use them.
4432 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
4434         * buff-menu.el (list-buffers-noselect): Append the buffer's
4435         process status to its mode name.
4437 2004-07-16  Kim F. Storm  <storm@cua.dk>
4439         * simple.el (inhibit-mark-movement): New defvar.
4440         (beginning-of-buffer, end-of-buffer): Do not push mark if
4441         inhibit-mark-movement is non-nil or C-u prefix is given.
4443         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
4444         Init to beginning-of-buffer and end-of-buffer.
4445         (cua--undo-push-mark): New defvar.
4446         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
4447         already active and command is in cua--preserve-mark-commands.
4448         Also fix check for shift modifier on non-window systems.
4449         (cua--post-command-handler): Clear inhibit-mark-movement if set.
4451 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
4453         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
4454         of two integers, instead of a cons.
4456         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4457         `visited-file-modtime' now returns a list of two integers, instead
4458         of a cons.
4460         * dired.el (dired-directory-changed-p): Ditto.
4462         * progmodes/grep.el (grep): Doc fix.
4464 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
4466         * autorevert.el (auto-revert-tail-mode)
4467         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
4468         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
4469         in both at the same time.
4470         (auto-revert-tail-mode): New command.
4471         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
4472         (auto-revert-handler): Revert only either tail or whole file.
4474         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
4475         add auto-revert-tail-mode.
4477 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4479         * printing.el: Doc fix.  Change name of some funs.
4480         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
4481         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
4482         (pr-standard-file-name): New fun.  Replace pr-standard-path.
4483         (pr-call-process): Code fix.
4485 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
4487         * subr.el (with-selected-window): Doc fix.
4489 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
4491         * subr.el (get-buffer-window-list): Doc fix.
4493 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
4495         * files.el (switch-to-buffer-other-window): Doc fix.
4497         * window.el (save-selected-window, one-window-p)
4498         (split-window-keep-point, split-window-vertically)
4499         (split-window-horizontally): Doc fixes.
4501 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4503         * printing.el: Doc fix.  Now it uses call-process instead of
4504         shell-command for low command execution.
4505         (pr-version): New version number (6.8).
4506         (pr-shell-file-name): Option removed.
4507         (pr-shell-command): Fun removed.
4508         (pr-call-process): New fun.  Replace pr-shell-command.
4509         (pr-standard-path, pr-remove-nil-from-list): New funs.
4510         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
4511         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
4512         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
4513         (pr-ps-utility-process, pr-txt-print): Code fix.
4515 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
4517         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
4518         boolean.
4520 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
4522         * wid-edit.el (widget-field-buffer): Doc fix.
4524 2004-07-09  John Paul Wallington  <jpw@gnu.org>
4526         * emacs-lisp/re-builder.el (reb-update-overlays):
4527         Distinguish between one and several matches in message.
4529 2004-07-09  Richard M. Stallman  <rms@gnu.org>
4531         * mouse.el (mouse-set-region-1): If transient-mark-mode
4532         is `identity', change it to `only'.
4534         * simple.el (current-word): Doc fix.
4536 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
4538         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
4539         so that it is more understanding of whitespace.
4541         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
4542         form
4543         (("ns" . "element") (attr-list) children) instead of
4544         ((:ns . "element") (attr-list) children) in order to reduce the
4545         number of symbols used.
4546         (xml-skip-dtd): Change to use xml-parse-dtd but set
4547         xml-validating-parsing to nil.
4548         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
4549         (xml-substitute-entity): Remove in favor of new entity substitution.
4550         (xml-substitute-special): Rewrite in to substitute complex
4551         entities from DOCTYPE declarations.
4552         (xml-parse-fragment): Parse fragments from entity deleclarations.
4553         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
4554         (xml-parse-dtd, xml-substitute-special): Make validity checks
4555         conditioned on xml-validating-parser.  Add "Not Well Formed" to
4556         error messages about well-formedness.
4558 2004-07-08  Steven Tamm  <steventamm@mac.com>
4560         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
4561         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
4562         Do not treat double clicks and triple clicks specially in the
4563         scroll bar (preventing strange repositioning problems)
4565 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4567         * replace.el (query-replace-regexp-eval): Fix last change.
4569 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4571         * replace.el (query-replace-descr): New fun.
4572         (query-replace-read-from, query-replace-read-args): Default to the
4573         previous from&to.
4574         (query-replace-read-to): Quote the `from' string when displaying it.
4575         (query-replace-regexp-eval): Immediately check read-only status.
4576         Use query-replace-read-from to get the \n checking.
4577         Quote the `from' string when displaying it.
4578         (map-query-replace-regexp, occur-read-primary-args):
4579         Quote the `from' string when displaying it.
4581         * isearch.el (isearch-query-replace): Pass the regexp-ness and
4582         delimited-ness of the search to query-replace.
4584         * replace.el (query-replace-read-from, query-replace-read-to):
4585         New funs extracted from query-replace-read-args.
4586         (query-replace-read-args): Use them.
4588         * replace.el (query-replace-interactive, query-replace-read-args):
4589         Remove the `initial' special value.
4590         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
4591         (occur-engine): Remove unused var `matchend'.
4593         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4594         Use the search string without prompting.
4596 2004-07-05  Kenichi Handa  <handa@m17n.org>
4598         * international/mule.el (decode-coding-inserted-region):
4599         Set last-coding-system-used only when coding is nil.
4601 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
4603         * progmodes/grep.el (grep-compute-defaults, grep-command)
4604         (grep-program, find-program, grep-find-use-xargs, grep-history)
4605         (grep-find-history, grep-tag-default, grep-find-command)
4606         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
4607         Add autoload cookies, for unbundled packages that load `compile'
4608         and expect all grep-related symbols to become defined.
4610 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
4612         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
4613         (iimage-mode-image-search-path): New user option to search the
4614         image file.
4615         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
4616         have locate-file.
4617         (iimage-mode-buffer): Use it.
4619 2004-07-03  Nick Roberts  <nickrob@gnu.org>
4621         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
4622         carefully.
4623         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
4625 2004-07-03  Juri Linkov  <juri@jurta.org>
4627         * replace.el (query-replace-read-args): Swallow space after 'foo,
4628         not after (quote foo).  Match space only immediately after symbol,
4629         not anywhere in the whole string.
4631 2004-07-02  Richard M. Stallman  <rms@gnu.org>
4633         * replace.el (query-replace-read-args): Swallow space after
4634         symbols, not after closeparens.  But avoid error if string ends there.
4636         * progmodes/python.el (python-beginning-of-statement):
4637         Exit the loop if backward-up-list gets error.
4639         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
4641 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
4643         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
4644         only if vc-consult-headers is non-nil.
4646 2004-07-02  Juri Linkov  <juri@jurta.org>
4648         * pcvs.el (cvs-mode-diff-repository): New command.
4650         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
4652 2004-07-01  Juri Linkov  <juri@jurta.org>
4654         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
4655         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
4656         C-M-% to isearch-query-replace-regexp.
4657         (minibuffer-local-isearch-map): Add arrow key bindings.
4658         Bind C-f to isearch-yank-char-in-minibuffer.
4659         (isearch-forward): Doc fix.
4660         (isearch-edit-string): Doc fix.
4661         (isearch-query-replace, isearch-query-replace-regexp): New funs.
4662         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
4663         (isearch-yank-char): Add optional arg.
4664         (isearch-yank-char-in-minibuffer): New fun.
4666         * replace.el (query-replace-interactive): Change type from boolean
4667         to choice.  Add value `initial'.
4668         (query-replace-read-args): Handle value `initial' of
4669         query-replace-interactive.
4671 2004-06-29  Kim F. Storm  <storm@cua.dk>
4673         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
4674         (breakpoint-disabled-bitmap-face): Add :group 'gud.
4676         * progmodes/ada-xref.el (ada-tight-gvd-integration):
4677         Add :group 'ada.
4679         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
4681 2004-06-29  Juri Linkov  <juri@jurta.org>
4683         * replace.el (query-replace-read-args): Swallow a space after
4684         everything except )]" which in most cases means after a symbol.
4686         * emacs-lisp/pp.el (pp-buffer): Add autoload.
4688 2004-06-28  Richard M. Stallman  <rms@gnu.org>
4690         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
4691         More changes to go with previous change in font-lock.el.
4693 2004-06-26  David Kastrup  <dak@gnu.org>
4695         * replace.el (perform-replace): Highlight the match even in
4696         non-query mode if there is potential replace string editing.
4698 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
4700         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
4701         agree with new return value of `file-remote-p'.
4702         This syncs with Tramp 2.0.42.
4704         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
4705         according to new documentation of `file-remote-p'.
4707         * files.el (file-remote-p): Fix doc to say that return value is
4708         identification of remote system, if not nil.
4709         (file-relative-name): Use new return value of `file-remote-p'.
4711 2004-06-26  Nick Roberts  <nickrob@gnu.org>
4713         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
4714         (gdb-goto-breakpoint): Fix breakage.
4716 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
4718         * man.el (Man-getpage-in-background): Add windows-nt to the list
4719         of systems where shell-file-name should be used instead of
4720         literal "sh".
4722 2004-06-25  Sam Steingold  <sds@gnu.org>
4724         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
4725         function names `(setf symbol)'.
4727 2004-06-24  Richard M. Stallman  <rms@gnu.org>
4729         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
4731         * font-lock.el (font-lock-keywords): Change format of compiled values.
4732         Document it.
4733         (font-lock-add-keywords): If font-lock-keywords is compiled,
4734         extract the uncompiled version, modify, then recompile.
4735         (font-lock-remove-keywords): Likewise.
4736         (font-lock-fontify-keywords-region): Handle changed format.
4737         (font-lock-compile-keywords): Handle changed format.
4738         (font-lock-set-defaults): Compile the keywords explicitly here.
4740 2004-06-24  David Kastrup  <dak@gnu.org>
4742         * replace.el (query-replace-read-args): Implement `\,' and `\#'
4743         replacements here.
4744         (query-replace-regexp): Doc string explaining this and the new
4745         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
4746         is better placed in `query-replace-read-args'.
4747         (replace-regexp): Explain `\,', `\#' and `\?'.
4748         (replace-match-data): New function for thorough reuse/destruction
4749         of old match-data.
4750         (replace-match-maybe-edit): Function for implementing `\?' editing.
4751         (perform-replace): Fix maintaining of the match stack including
4752         already matched regions, implement `\?', fix various problems
4753         with regions while editing and other stuff.
4754         (replace-highlight): Simplify.
4756 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
4758         * progmodes/grep.el (grep-error-screen-columns): New variable.
4759         (grep-regexp-alist): Give it the full functionality of gnu style
4760         compilation messages with line and column ranges.  Ask me for the
4761         perl script I'm working on, that uses these.
4763 2004-06-23  Nick Roberts  <nickrob@gnu.org>
4765         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
4766         Remove.
4767         (comint-insert-input, comint-mouse-insert-input): New functions
4768         based on comint-insert-clicked-input for two bindings but just
4769         one functionality.
4771 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
4773         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
4775 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
4777         * files.el (write-contents-functions): Doc fix.
4779 2004-06-21  Juanma Barranquero  <lektu@terra.es>
4781         * image.el (image-library-alist): Rewrite docstring in active voice.
4783 2004-06-20  Richard M. Stallman  <rms@gnu.org>
4785         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
4787         * isearch.el (isearch-repeat): Avoid testing old match data.
4788         (isearch-message): Display trailing space in special font
4789         when search is failing.
4790         (isearch-search-fun-function): Doc fix.
4792         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
4794 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
4796         * frame.el (show-trailing-whitespace): Doc fix.
4798         * cus-edit.el (custom-variable-documentation): New function.
4799         (custom-variable): Use it.
4801 2004-06-19  Nick Roberts  <nickrob@gnu.org>
4803         * man.el (Man-getpage-in-background): Revert previous change but
4804         make cygwin a special case.
4806 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
4808         * autorevert.el (global-auto-revert-non-file-buffers):
4809         Update docstring.
4811 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
4813         * progmodes/compile.el (compilation-error-properties): Store one
4814         more than end-col, if present, so that transient-mark-mode will
4815         highlight last char too.
4816         * progmodes/grep.el (grep-regexp-alist): Match columns and column
4817         ranges, if present.
4819 2004-06-18  Jason Rumney  <jasonr@gnu.org>
4821         * makefile.w32-in: Double percent signs in for loops.
4823 2004-06-17  David Kastrup  <dak@gnu.org>
4825         * replace.el (query-replace-read-args): Only warn about use of \n
4826         and \t when we are doing a regexp replacement and the actual
4827         escaped character is n or t.
4828         (query-replace-regexp): Add \, and \# interpretation to
4829         interactive call and document it.
4830         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
4831         as shortkey for replace-count.
4832         (replace-quote): New function for doubling backslashes.
4834 2004-06-17  Juanma Barranquero  <lektu@terra.es>
4836         * files.el (parse-colon-path, cd): Mention in docstring that the
4837         path separator is colon in GNU-like systems.
4839         * newcomment.el (comment-region-internal): Fix docstring.
4841         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
4842         (ewoc-invalidate, ewoc-collect): Doc fixes.
4843         (ewoc--create-node, ewoc--delete-node-internal):
4844         Fix typos in docstring.
4846 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
4848         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
4849         manual to docstring.
4851 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4853         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
4855 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
4857         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4858         Add hyperlink to emacs-xtra manual to docstring.
4860         * autorevert.el (global-auto-revert-non-file-buffers):
4861         Add hyperlink to emacs-xtra manual to docstring, as well as an
4862         info-link.
4864 2004-06-14  Juanma Barranquero  <lektu@terra.es>
4866         * image.el (image-library-alist): New variable to map image types
4867         to external libraries.  Initialized to nil, unless system-specific
4868         configs change it.
4869         (image-type-available-p): Determine whether an image type is
4870         available by calling `init-image-library'.
4872         * term/w32-win.el (image-library-alist): Initialize to a known set
4873         of probable library names.
4875 2004-06-14  Kenichi Handa  <handa@m17n.org>
4877         * international/code-pages.el (windows-1256, cp1125): Fix tables
4878         for several characters.
4880         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
4882 2004-06-13  Richard M. Stallman  <rms@gnu.org>
4884         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
4886         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
4887         not "`pc-selection-mode'".
4889         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
4891         * simple.el (previous-matching-history-element): Specify a default.
4893         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
4895         * cus-face.el (custom-declare-face): Simplify code.
4897         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
4899 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
4901         * files.el (before-save-hook): Add `time-stamp' to the options.
4903         * time-stamp.el (time-stamp): Recommend adding it to
4904         `before-save-hook', rather than `write-file-functions'.
4905         Make a similar change in `Commentary' section.
4907 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
4909         * diff-mode.el (diff-current-defun): If at start of hunk, use
4910         position of first change.
4912 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
4914         * dired-x.el (dired-mark-omitted): Bind to "*O".
4916 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
4918         * bookmark.el (bookmark-bmenu-relocate): New function, as
4919         suggested by David J. Biesack <David.Biesack@sas.com>.
4920         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
4921         (bookmark-bmenu-mode): Describe binding in doc string.
4922         (bookmark-set-filename): Save the bookmark list if it's time.
4924 2004-06-13  Kenichi Handa  <handa@m17n.org>
4926         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
4927         (ccl-untranslated-to-ucs): Fix typo.
4929 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
4931         * progmodes/python.el (python-open-block-statement-p):
4932         Fix indentation after a block opening that contains a comment.
4934 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
4936         * bindings.el (completion-ignored-extensions): Add file extensions
4937         of Python byte-compiled files.
4939 2004-06-12  Juri Linkov  <juri@jurta.org>
4941         * info.el (Info-goto-node): Add autoload.
4942         (Info-toc): Add substring-no-properties on Info file name.
4943         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
4944         (Info-mode-map): Bind L to Info-history, T to Info-toc.
4946 2004-06-12  Kenichi Handa  <handa@m17n.org>
4948         * international/mule-cmds.el (set-language-environment):
4949         Load subst tables if necessary.
4951         * international/mule.el (decode-char): Load subst tables if necessary.
4952         (encode-char): Likewise.
4954         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
4955         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
4956         (utf-16le-decode-loop): Set r5 to -1 before loop.
4957         (utf-16be-decode-loop): Likewise.
4958         (ccl-decode-mule-utf-16le): Add EOF processing block.
4959         (ccl-decode-mule-utf-16be): Likewise.
4960         (ccl-decode-mule-utf-16le-with-signature): Likewise.
4961         (ccl-decode-mule-utf-16be-with-signature): Likewise.
4962         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
4963         (ccl-mule-utf-16-encode-untrans): New CCL.
4964         (utf-16-decode-to-ucs): Handle pre-read character.
4965         (utf-16le-encode-loop): Handle surrogate pair.
4966         (utf-16be-encode-loop): Likewise.
4967         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
4968         of utf-16le-encode-loop.
4969         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
4970         of utf-16be-encode-loop.
4971         (mule-utf-16-post-read-conversion):
4972         Call utf-8-post-read-conversion at first.
4973         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
4974         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
4975         Add post-read-conversion and pre-write-conversion.
4977         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
4978         (utf-translate-cjk-unicode-range): New variable.
4979         (utf-translate-cjk-load-tables): New function.
4980         (utf-lookup-subst-table-for-decode): New function.
4981         (utf-lookup-subst-table-for-encode): New function.
4982         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
4983         tables here.  Update safe-charsets of utf-* coding systems.
4984         (ccl-mule-utf-untrans): New CCL.
4985         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
4986         at end of each branch.
4987         (ccl-mule-utf-8-encode-untrans): New CCL.
4988         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
4989         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
4990         length of encoding.  Don't return r0.
4991         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
4992         (utf-8-post-read-conversion): Narrow to region properly.
4993         If utf-translate-cjk-mode is on, load tables if necessary.
4994         Call utf-8-compose with hash-table arg if necessary.
4995         Call XXX-compose-region instead of XXX-post-read-convesion.
4996         (utf-8-pre-write-conversion): New function.
4997         (mule-utf-8): Include CJK charsets in safe-charsets if
4998         utf-translate-cjk-mode is on.  Add pre-write-conversion.
5000         * international/characters.el: Temporarily set
5001         utf-translate-cjk-mode to nil.
5003         * language/devan-util.el (devanagari-compose-region):
5004         Add autoload cookie.
5006         * international/ccl.el (ccl-dump-call): Fix printing the
5007         subroutine name.
5009 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
5011         * dired.el (dired-revert): If buffer is marked unmodified before
5012         reverting, keep it marked unmodified.
5013         Adapt to new conventions for commenting out code.
5014         (dired-make-relative): Adapt to new conventions for commenting out code.
5016 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
5018         * eshell/esh-module.el (eshell-load-defgroups):
5019         Bind `vc-handled-backends' to nil when opening files.
5021 2004-06-11  Juanma Barranquero  <lektu@terra.es>
5023         * files.el (parse-colon-path, cd): Doc fixes (refer to
5024         `path-separator', not colon).
5026 2004-06-10  Juanma Barranquero  <lektu@terra.es>
5028         * newcomment.el (comment-search-forward)
5029         (comment-search-backward): Fix typos in docstring.
5030         (comment-region): Doc fix.
5032 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5034         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
5035         switch is no longer stored in `dired-switches-alist'.
5037         * dired-aux.el (dired-insert-subdir): Do not store R switch in
5038         `dired-switches-alist'.
5040 2004-06-10  Kim F. Storm  <storm@cua.dk>
5042         * pcvs.el (cvs-mode-diff-yesterday): New command.
5044         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
5046 2004-06-10  Juri Linkov  <juri@jurta.org>
5048         * emacs-lisp/edebug.el (edebug-eval-defun):
5049         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
5050         Fix docstring.
5052         * simple.el (eval-expression-print-format): Don't print additional
5053         information on the first call to `eval-print-last-sexp'.
5054         (next-error-find-buffer): Fix punctuation.
5055         (killing) <defgroup>: Fix punctuation.
5056         (yank-excluded-properties): Change group from editing to killing.
5058         * replace.el (perform-replace): Use `limit' to terminate the
5059         while-loop explicitly.
5061 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5063         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
5064         Use lc-*.xpm as prefix instead of *-locol.xpm.
5066         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
5067         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
5068         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
5069         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
5070         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
5071         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
5072         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
5073         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
5074         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
5075         * toolbar/lc-up_arrow.xpm:
5076         Rename from *-locol.xpm.
5078 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
5080         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
5081         include forms like &<str>; as valid url patterns.
5083 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
5085         * dired.el (dired-diff, dired-backup-diff)
5086         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
5087         (dired-do-chown, dired-do-touch, dired-do-print)
5088         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
5089         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
5090         (dired-create-directory, dired-do-copy, dired-do-symlink)
5091         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
5092         (dired-do-copy-regexp, dired-do-hardlink-regexp)
5093         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
5094         (dired-maybe-insert-subdir, dired-next-subdir)
5095         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
5096         (dired-kill-subdir, dired-tree-up, dired-tree-down)
5097         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
5098         (dired-run-shell-command, dired-query): Remove redundant,
5099         or incorrect, autoloads.
5101         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
5102         does not end in a slash.  Add optional argument KILL-ROOT.
5103         Update docstring.
5104         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
5105         (dired-query): Add autoloads.
5107 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
5109         * progmodes/compile.el (compilation-set-window-height):
5110         Rearrange the save-* functions because a buffer can have several current
5111         point in different windows.
5112         (compilation-error-regexp-alist-alist): Recognize {standard input}
5113         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
5115 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5117         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
5118         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
5119         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
5120         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
5121         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
5122         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
5123         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
5124         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
5125         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
5126         * toolbar/up_arrow-locol.xpm:
5127         New versions of icons that uses fewer colors.
5129         * toolbar/tool-bar.el (tool-bar-local-item)
5130         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
5131         if display-color-cells is 256 or less.
5133 2004-06-08  Kim F. Storm  <storm@cua.dk>
5135         * wid-edit.el (widget-specify-button): Use hand pointer rather
5136         than mouse-face as visible mouse-over effect.
5138 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
5140         * saveplace.el (save-place-alist-to-file): Bind `print-length'
5141         and `print-level' to nil when writing out `save-place-alist'.
5142         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
5144 2004-06-07  Juanma Barranquero  <lektu@terra.es>
5146         * completion.el (completion-kill-region): Doc fix.
5148         * format.el (format-insert-annotations)
5149         (format-annotate-location): Doc fixes.
5150         (format-subtract-regions): Make arguments match their use in docstring.
5152         * simple.el (kill-region): Doc fix.
5154         * subr.el (insert-buffer-substring-no-properties)
5155         (insert-buffer-substring-as-yank): Doc fixes.
5157 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
5159         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5160         Update docstring.
5161         (dired-reset-subdir-switches): New function.
5163         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
5164         Limit scope of `buffer-read-only' binding.
5166 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
5168         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
5169         eshell-explicit-command-char.
5171 2004-06-06  Juanma Barranquero  <lektu@terra.es>
5173         * help-fns.el (help-argument-name): Inherit from italic face only
5174         if the frame supports it.
5176 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5178         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
5179         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
5180         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
5181         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
5182         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
5183         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
5184         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
5185         New conversions from xpm files.
5187         * toolbar/README: New file.
5189 2004-06-06  Richard M. Stallman  <rms@gnu.org>
5191         * isearch.el (isearch-mode-map): Undo previous change.
5193 2004-06-05  Juri Linkov  <juri@jurta.org>
5195         * bindings.el (debug-ignored-errors): Add regexps for history
5196         related messages.  Remove $ from "No further undo information".
5197         Move Ediff's messages to ediff.el.
5199         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
5201         * cus-edit.el (custom-display): Add `min-colors'.
5203         * custom.el (defface): Add `supports' to docstring.
5205         * help-fns.el (help-argument-name): Add :group 'help.
5207 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
5209         * find-dired.el (find-ls-subdir-switches): New user option.
5210         (find-dired): No longer call `abbreviate-file-name' on DIR.
5211         Set `dired-subdir-switches' buffer-locally.
5213         * locate.el: Merge the two `Commentary' sections.
5214         (locate-ls-subdir-switches): New user option.
5215         (locate): Update for other changes.
5216         (locate-mode-map): Restore Dired binding for mouse-2.
5217         Bind `locate-mouse-view-file' to M-mouse-2.
5218         Bind `l' to `locate-do-redisplay'.
5219         (locate-main-listing-line-p, locate-do-redisplay): New functions.
5220         (locate-mouse-view-file, locate-tags, locate-find-directory):
5221         Print message if used outside main listing.
5222         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
5223         Various changes to support inserted subdirectories.
5224         (locate-insert-header): Change header of *Locate* buffer.
5226         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5227         Change interactive default switches.
5228         (dired-rename-subdir-2): Update `dired-switches-alist'.
5229         (dired-insert-subdir, dired-kill-subdir):
5230         Handle `dired-switches-alist'.  Do not mark buffer modified.
5231         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
5232         (dired-insert-subdir-doinsert): Omit messages.
5233         Handle `dired-subdir-switches'.
5234         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
5236         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
5237         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
5238         subdirs if -R switch is used for a subdir.
5239         (dired-mode): Set `dired-switches-alist'.
5240         (dired-build-subdir-alist): Only print number of directories in
5241         echo area when invoked interactively.
5243 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
5245         * dired-x.el (dired-omit-mode): Rename from
5246         dired-omit-files-p.  Use define-minor-mode to define it.
5247         (dired-omit-files-p): Add as alias for dired-omit-mode.
5248         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
5249         dired-mark-omitted.
5250         (dired-mark-omitted): Add.  Bind to M-O.
5252 2004-06-05  Kenichi Handa  <handa@m17n.org>
5254         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
5256 2004-06-05  Juanma Barranquero  <lektu@terra.es>
5258         * help-fns.el (help-argument-name): Reintroduce face.
5259         (help-default-arg-highlight): Use it, now that
5260         `face-differs-from-default-p' can be trusted.
5262 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5264         * textmodes/table.el: Sentence commands added to Point Motion
5265         group; kill and backward-kill commands added to Extraction group.
5267 2004-06-04  Mario Lang  <mlang@delysid.org>
5269         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
5270         systems appear to use mW, make the code handle this.  Fix a
5271         division-by-zero bug while at it, and handle kernels with
5272         a slightly different layout in /proc/acpi.
5274 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
5276         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
5277         because the latter is a CL-ism.  This fixes the bug reported by
5278         Shawn Boyette <mdxi@collapsar.net> in
5279         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5281 2004-06-04  Miles Bader  <miles@gnu.org>
5283         * faces.el (display-supports-face-attributes-p): Function moved to
5284         C code.  Previously only the tty-related portion of this function
5285         was done in C; however the previous attempt to do a halfway-proper
5286         job for non-tty displays in lisp didn't work properly because of
5287         funny conditions during Emacs startup.
5288         (face-differs-from-default-p): Simplify, now that
5289         display-supports-face-attributes-p works properly on all display
5290         types.  Remove :stipple from comparison; it doesn't really work
5291         in emacs anyway.
5293 2004-06-04  Miles Bader  <miles@gnu.org>
5295         * faces.el (face-differs-from-default-p): Use a different
5296         implementation, so we can really check whether FACE displays
5297         differently or not.
5299 2004-06-04  Miles Bader  <miles@gnu.org>
5301         * faces.el (display-supports-face-attributes-p): Implement a
5302         `different from default' check for non-tty displays.
5304 2004-06-03  David Kastrup  <dak@gnu.org>
5306         * woman.el (woman-mapcan): More concise code.
5307         (woman-topic-all-completions, woman-topic-all-completions-1)
5308         (woman-topic-all-completions-merge): Replace by a simpler and
5309         much faster implementation based on O(n log n) sort/merge instead
5310         of the old O(n^2) behavior.
5312 2004-06-03  Miles Bader  <miles@gnu.org>
5314         * subr.el (read-number): Use canonical format for default in prompt.
5316         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
5317         Add regexp for " [...]" style defaults.
5319 2004-06-02  Romain Francoise  <romain@orebokech.com>
5321         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
5322         groups: if the user asks for a hidden buffer, open the
5323         corresponding filter group to expose it.
5325         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
5326         `ibuffer-jump-to-buffer'.
5327         (ibuffer-jump-offer-only-visible-buffers): New user option.
5329 2004-06-02  Juanma Barranquero  <lektu@terra.es>
5331         * faces.el (frame-update-faces): Add empty docstring so the one
5332         for `ignore' doesn't show through.
5334         * subr.el (process-kill-without-query): Remove spurious "\n" on
5335         obsolescence string.
5336         (focus-frame, unfocus-frame): Add obsolescence declaration and
5337         empty docstring.
5339         * international/mule.el (register-char-codings): Make alias for
5340         `ignore'.  Move docstring to obsolescence info and remove redundancy.
5342 2004-06-02  Kim F. Storm  <storm@cua.dk>
5344         * frame.el (blink-cursor-start): Turn cursor off initially so blink
5345         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
5347 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5349         * comint.el (comint-replace-by-expanded-history-before-point):
5350         Obey `start' as the docstring says.
5351         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
5352         (comint-update-fence): Prevent font-lock from running unnecessarily.
5353         (comint-dynamic-list-completions): Use with-current-buffer.
5355 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5357         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
5358         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
5359         (bibtex-entry-update): Handle alternatives and optional fields.
5360         (bibtex-parse-entry): Bugfix, handle empty key.
5362 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5364         * vc-arch.el (vc-arch-state): Don't assume the file exists.
5366 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
5368         * desktop.el (desktop-save): Don't save minor modes without a
5369         known mode initialization function.
5371 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
5373         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
5375         * autorevert.el: Update `Commentary' section.
5377 2004-05-30  Juanma Barranquero  <lektu@terra.es>
5379         * dos-fns.el (convert-standard-filename):
5380         * files.el (convert-standard-filename):
5381         * w32-fns.el (convert-standard-filename):
5382         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
5384 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
5386         Sync with Tramp.
5388         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
5389         (tramp-let-maybe): Move to an earlier spot in the file.
5390         Patch by Andreas Schwab.
5392 2004-05-30  Andreas Schwab  <schwab@suse.de>
5394         * dired.el (dired-get-filename): Don't use dired-re-dot.
5396 2004-05-30  Richard M. Stallman  <rms@gnu.org>
5398         * files.el (find-file): Doc fix.
5400         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
5402 2004-05-30  Nick Roberts  <nickrob@gnu.org>
5404         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
5405         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
5406         modeline of the locals buffer.
5407         (gdb-goto-breakpoint): Handle gdbmi.
5408         (gdb-get-frame-number): Change for gdbmi.
5410 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
5412         * files.el (file-remote-p): Apply file name handler for operation
5413         `file-remote-p'.  It isn' a property any longer.
5414         (file-relative-name): `fh' and `fd' get the required value via
5415         `find-file-name-handler' already.
5417         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
5418         (top): Remove setting of `file-remote-p' property for
5419         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
5421 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
5423         Version 2.0.41 of Tramp released.
5425         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
5426         Throw away if process has died.
5427         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
5428         (tramp-out-of-band-prompt-regexp): Rename to
5429         `tramp-process-alive-regexp', because its usage is widen.
5430         (tramp-actions-copy-out-of-band): Apply it.
5431         (tramp-actions-before-shell, tramp-multi-actions):
5432         Add `tramp-action-process-alive' action.
5433         (tramp-action-process-alive): New defun.
5434         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5435         Add entry for `file-remote-p'.
5436         (tramp-handle-file-remote-p): New defun.
5437         (top): Remove setting of `file-remote-p'.  Don't set
5438         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
5440         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
5441         `file-remote-p'.
5443         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
5444         counted for (last) line.  [They should or they shouldn't?  --Stef]
5445         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
5447 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
5449         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
5450         not really necessary but seems to keep the shell history smaller
5451         in some cases.  It is no substitute for setting HISTFILE and
5452         HISTSIZE from tramp-open-connection-setup-interactive-shell,
5453         though.  Suggested by Luc Teirlinck.
5454         (tramp-open-connection-setup-interactive-shell): Export variables
5455         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
5456         (tramp-set-process-query-on-exit-flag): New compat function.
5457         (tramp-open-connection-multi, tramp-open-connection-su)
5458         (tramp-open-connection-rsh, tramp-open-connection-telnet)
5459         (tramp-do-copy-or-rename-file-out-of-band): Use it.
5460         (tramp-let-maybe): New macro, let-binds a variable only if it
5461         isn't obsolete.
5462         (tramp-check-ls-commands, tramp-handle-expand-file-name)
5463         (tramp-handle-file-truename): Use it.
5464         (tramp-completion-file-name-regexp-unified): Avoid matching
5465         filenames starting with "/:" -- those are reserved for
5466         file-name-non-special.
5468         * tramp-smb.el (tramp-smb-open-connection):
5469         Use tramp-set-process-query-on-exit-flag compat function.
5471 2004-05-29  Richard M. Stallman  <rms@gnu.org>
5473         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
5475         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
5476         (eval-last-sexp-print-value): Print char equivalent regardless
5477         of standard-output value.
5479         * thumbs.el (thumbs-subst-char-in-string): Delete.
5480         (thumbs-thumbname): Use subst-char-in-string.
5481         (thumbs-resize-image): Use condition-case, not ignore-errors.
5482         (thumbs-kill-buffer): Likewise.
5484         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
5485         (thumbs-mode): Make buffer read-only.
5486         (thumbs-make-thumb): Unconditionally accept an existing file.
5487         (thumbs-insert-thumb): Add thumb-image-file property to the image.
5488         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
5489         (thumbs-show-thumbs-list): Error if images not supported.
5490         (thumbs-save-current-image): Improve prompt string.
5491         (thumbs-mode-map): Define u, R, x.
5492         (thumbs-unmark): New command.
5493         (thumbs-emboss-image): Minor cleanup.
5494         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
5495         (thumbs-rename-images): New command.
5496         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
5498         * thumbs.el (thumbs-current-image): New function.
5499         (thumbs-file-list, thumbs-file-alist): New functions.
5500         (thumbs-find-image): Delete arg L.
5501         Don't set up thumbs-fileL as buffer-local global var.
5502         (thumbs-find-image-at-point): Use thumbs-current-image.
5503         (thumbs-set-image-at-point-to-root-window): Likewise.
5504         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
5505         Record and warn about errors.  Update thumbs-markedL for deletions.
5506         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
5507         (thumbs-redraw-buffer): Use thumbs-file-list.
5508         (thumbs-mark): Use thumbs-current-image.
5509         (thumbs-show-name): Use thumbs-current-image.
5511         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
5512         and imenu--last-menubar-index-alist.
5514         * subr.el (with-selected-window): Undo previous change.
5516 2004-05-29  John Paul Wallington  <jpw@gnu.org>
5518         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
5519         (thumbs-mouse-find-image): New command.
5520         (thumbs-mode-map): Bind it to mouse-2.
5521         (thumbs-mode): Make mode-class special.
5522         (thumbs-view-image-mode): Likewise.
5524 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
5526         * flymake.el: New file.
5528 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
5530         * files.el (find-file-noselect-1): Do not bind
5531         `inhibit-read-only' to t during execution of
5532         `find-file-not-found-functions'.
5534 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5536         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
5537         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
5539 2004-05-28  Juri Linkov  <juri@jurta.org>
5541         * simple.el (eval-expression-print-format): New fun.
5543         * simple.el (eval-expression):
5544         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
5545         * emacs-lisp/edebug.el (edebug-compute-previous-result)
5546         (edebug-eval-expression): Print additionally the value returned by
5547         `eval-expression-print-format'.
5549         * emacs-lisp/lisp.el (insert-pair-alist): New var.
5550         (insert-pair): Make arguments optional.  Find character pair
5551         from `insert-pair-alist' according to the last input event.
5552         (insert-parentheses): Make arguments optional.
5553         (raise-sexp, delete-pair): New funs.
5555         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
5556         (emacs-lisp-mode-map, lisp-interaction-mode-map):
5557         Bind C-M-q to `indent-pp-sexp'.
5559         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
5560         `pp-to-string' modified to be able to format text with newlines.
5561         (pp-to-string): Move the buffer-formatting part of the code to
5562         `pp-buffer'.  Call `pp-buffer'.
5564         * info.el (Info-desktop-buffer-misc-data): Don't save information
5565         about virtual files.
5566         (Info-restore-desktop-buffer): Restore Info buffers in prepared
5567         buffers with names obtained from the desktop file instead of the
5568         default *info* buffer.
5570 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5572         * subr.el (with-selected-window): Only save/restore the selected window.
5574         * progmodes/compile.el (compilation-error-regexp-alist):
5575         Use expand-file-name and data-directory.
5577         * progmodes/grep.el (grep-tree): Rework previous fix.
5579         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
5580         after the user marked text with the mouse.
5582         * startup.el (command-line): Keep the first regexp of
5583         auto-save-file-name-transforms intact.
5585 2004-05-28  Juanma Barranquero  <lektu@terra.es>
5587         * cus-edit.el (customize-face, customize-face-other-window)
5588         (custom-face-edit-delete): Make arguments match their use in
5589         docstring.
5590         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
5591         docstring.
5593         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
5594         not `cvs-butlast'.
5596         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
5597         `nbutlast' are in subr.el).
5599         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
5600         (set-w32-system-coding-system): Doc fixes.
5602         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
5603         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
5604         Make arguments match their use in docstring.
5605         (artist-draw-region-trim-line-endings)
5606         (artist-mouse-choose-operation): Fix typo in docstring.
5607         (artist-key-set-point-common): Doc fix.
5609 2004-05-28  Simon Josefsson  <jas@extundo.com>
5611         * mail/smtpmail.el (smtpmail-open-stream):
5612         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
5614 2004-05-26  Simon Josefsson  <jas@extundo.com>
5616         * starttls.el: Merge with my GNUTLS based starttls.el.
5617         (starttls-gnutls-program, starttls-use-gnutls)
5618         (starttls-extra-arguments, starttls-process-connection-type)
5619         (starttls-connect, starttls-failure, starttls-success): New variables.
5620         (starttls-program, starttls-extra-args): Doc fix.
5621         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
5622         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
5623         and pass on to corresponding *-gnutls function if it is set.
5625 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
5627         * autorevert.el (auto-revert-handler): Disable auto-reverting of
5628         remote files.
5630 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
5632         * files.el (file-name-non-special): There are more operations
5633         which need handling: `find-backup-file-name',
5634         `insert-file-contents', `verify-visited-file-modtime',
5635         `write-region'.  Rename t value of method to `add'.  Add new
5636         methods `quote' and `unquote-then-quote' to file-arg-indices.
5638 2004-05-25  Juri Linkov  <juri@jurta.org>
5640         * info.el (Info-toc): Call Info-mode on intermediate buffer.
5641         (Info-index-nodes): Enclose code in condition-case to catch errors.
5642         (Info-index-node): Don't search all index nodes if request is only
5643         for the current node and file is not in the cache of index nodes.
5644         (Info-mode-map): Bind Info-copy-current-node-name to `w'
5645         for consistency with dired-copy-filename-as-kill.
5646         Bind `S' to Info-search-case-sensitively.
5647         (Info-copy-current-node-name): New arg.  With zero prefix arg put
5648         the name inside a function call to `info'.  Display copied text in
5649         the echo area.
5651 2004-05-25  Sam Steingold  <sds@gnu.org>
5653         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
5654         strip the package prefix from the symbol name, if any.
5655         Make it the `find-tag-default-function' for `lisp-mode'.
5657 2004-05-25  John Paul Wallington  <jpw@gnu.org>
5659         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
5660         instead of obsolete `process-kill-without-query'.
5662         * textmodes/texinfmt.el (texinfo-indexvar-alist):
5663         Declare as variable, not constant.
5665 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
5667         * files.el (find-file-noselect-1): Fix bug introduced by
5668         Revision 1.694.  As a side effect, `inhibit-read-only'
5669         is again, by default, t during execution of
5670         `find-file-not-found-functions'.
5671         (insert-directory): Check that lines were really inserted by
5672         the --dired switch, before erasing them.
5674 2004-05-24  Nick Roberts  <nickrob@gnu.org>
5676         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
5677         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
5678         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
5679         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
5680         gud-minor-mode (gdbmi).
5682 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
5684         * net/browse-url.el (browse-url-interactive-arg): Enable user to
5685         explicitly select the text to be taken as URL.
5687 2004-05-23  Juri Linkov  <juri@jurta.org>
5689         * info.el (Info-index-nodes): New var and fun.
5690         (Info-goto-index, Info-index, info-apropos)
5691         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
5692         (Info-index): Fix docstring.  Store and restore Info-history-list.
5693         (Info-complete-nodes): New var.
5694         (Info-complete-menu-item): Use it.
5695         (Info-index-node): New fun.
5696         (Info-final-node, Info-forward-node, Info-backward-node)
5697         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
5698         Use Info-index-node.
5699         (Info-extract-menu-item, Info-extract-menu-counting): Set second
5700         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
5701         (Info-find-node-2): If a node with period in its name not found,
5702         try to find a node without the name part after period.
5703         (Info-select-node): Call Info-fontify-node only if
5704         Info-fontify-maximum-menu-size is not nil.
5705         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
5706         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
5707         Preserve Info-history-list.
5708         (Info-toc): Set Info-current-file.
5709         (Info-build-toc): Move point to the beginning of the buffer.
5710         Add main-file variable.
5711         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
5712         Use backslashed representation of the control character ^_.
5714         * textmodes/texinfmt.el (texinfo-print-index): Print index line
5715         numbers in the new Texinfo 4.7 format.
5717         * add-log.el (change-log-font-lock-keywords): Remove `:' from
5718         regexps for function and variable names.
5720         * descr-text.el (describe-property-list): Add [show] button for
5721         `syntax-table' property with action to pp to a separate buffer.
5722         (describe-char): Replace search-forward by re-search-forward with
5723         whitespace regexp after "character:" to not fail in too narrow windows.
5725         * simple.el (next-error-find-buffer): Add a rule to return
5726         next-error capable buffer if one window on the selected frame
5727         displays such buffer.
5729 2004-05-23  Nick Roberts  <nickrob@gnu.org>
5731         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
5732         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
5733         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
5734         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
5735         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
5736         Handle new value for gud-minor-mode (gdbmi).
5737         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
5738         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
5739         Change from local to global gdb variable set.
5740         (gdb-ann3): Initialise above gdb variable set.
5741         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
5742         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
5743         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
5744         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
5745         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
5746         (gdb-info-locals-handler, gdb-invalidate-assembler)
5747         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
5748         set as global variables.
5749         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
5750         Handle gdbmi.
5751         (gdb-info-breakpoints-custom): Fix regexp.
5752         (def-gdb-var): Delete.
5754         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
5755         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
5756         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
5757         a new mode.  The file (gdb-mi.el) for this mode will be included
5758         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
5759         primary interface.
5761 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
5763         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
5764         interpreted as a directory.
5766 2004-05-22  Richard M. Stallman  <rms@gnu.org>
5768         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
5769         as a close quote.
5771         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
5773         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
5774         Use assoc-string, not assoc-ignore-case.
5776         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
5778         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
5779         If moving back then fwd gets a defun that ends before point,
5780         try again moving fwd then back.
5782         * files.el (file-name-non-special): Allow t in file-arg-indices
5783         to mean requote the return value.  Use `identity' as an element
5784         rather than as the whole value.
5786         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
5788 2004-05-22  Juanma Barranquero  <lektu@terra.es>
5790         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
5791         `help-make-usage'.
5792         (help-highlight-arguments): Skip function name before searching
5793         for arguments.
5795 2004-05-21  Juanma Barranquero  <lektu@terra.es>
5797         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
5798         Don't mention in the docstring these arguments meant for
5799         internal (recursive) use only.
5800         (allout-char-spec): Comment out (it's not implemented).
5801         (allout-old-expose-topic, allout-exposure): Fix docstring and add
5802         obsolescence declaration.
5803         (allout-flatten-exposed-to-buffer)
5804         (allout-indented-exposed-to-buffer): Fix typos in docstring.
5805         (my-mark-marker): Doc fix.
5806         (produce-allout-mode-map, allout-sibling-index)
5807         (allout-isearch-expose, allout-distinctive-bullet)
5808         (allout-open-topic, allout-reindent-body)
5809         (allout-rebullet-heading, allout-process-exposed)
5810         (allout-insert-listified, allout-latex-verb-quote)
5811         (allout-insert-latex-header, allout-insert-latex-trailer):
5812         Make arguments match their use in docstring.
5813         (allout-primary-bullet, allout-old-style-prefixes)
5814         (allout-inhibit-protection, allout-init, allout-mode)
5815         (allout-before-change-protect, allout-flag-region):
5816         Use "Emacs" instead of "emacs" in docstrings.
5818 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
5820         * international/characters.el: Modify syntax of more characters.
5822 2004-05-21  Masatake YAMATO  <jet@gyve.org>
5824         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
5825         (etags-tags-completion-table): Show parsing progress.
5827 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
5829         * locate.el (locate-prompt-for-command): Shorten first line of
5830         docstring.
5831         (locate-mode): Expand docstring and include keymap summary.
5833         * files.el (find-file-noselect-1): Limit the scope of the
5834         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
5835         is, by default, nil during the execution of
5836         `find-file-not-found-functions' and `find-file-hook'.
5838 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
5840         * facemenu.el (facemenu-color-name-equal): New function.
5841         (list-colors-display): Use it to compare colors instead of
5842         facemenu-color-equal.
5844 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
5846         * compare-w.el (compare-windows-face): Use min-colors instead of
5847         checking for tty or pc types.
5849 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5851         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
5852         (completion-setup-function): Use with-current-buffer.
5853         Properly save excursion.  Simplify.
5854         Don't assume there is necessarily a `mouse-face' property somewhere.
5856         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
5858         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
5860         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
5861         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
5862         Use with-current-buffer.
5863         (byte-goto-log-buffer): Delete.
5864         (byte-compile-log-file): Call compilation-forget-errors.
5866 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
5868         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
5869         output messages into the search result.
5871 2004-05-19  Masatake YAMATO  <jet@gyve.org>
5873         * wid-edit.el (widget-radio-button-notify): Revert my last
5874         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5876 2004-05-19  Kenichi Handa  <handa@m17n.org>
5878         * international/characters.el: Fix syntax (open/close) of CJK chars.
5880 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
5882         * help-mode.el (help-go-back): Don't depend on position of back button.
5884 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5886         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
5887         files files don't contain an accidental additional /.
5889         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
5890         in source buffer.
5892 2004-05-18  Masatake YAMATO  <jet@gyve.org>
5894         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
5895         to widget-apply.  :action method assumes 2 arguments, not 3.
5897 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
5899         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5900         New constants.
5901         (hs-special-modes-alist): Add an f90-mode entry.
5903 2004-05-17  Sam Steingold  <sds@gnu.org>
5905         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
5906         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
5908 2004-05-16  Kim F. Storm  <storm@cua.dk>
5910         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
5912 2004-05-15  John Wiegley  <johnw@newartisans.com>
5914         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
5915         (eshell-output-object-to-target): Improve output speed 20% by not
5916         calling `eshell-stringify' if something is already known to be a string.
5918 2004-05-15  Alex Ott  <ott@jet.msk.su>
5920         * textmodes/ispell.el (ispell-local-dictionary-alist):
5921         Add windows-1251 to the choice of coding systems.
5922         (ispell-dictionary-alist-6): Add support for "russianw.aff",
5923         encoded in cp1251.
5925 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
5927         * progmodes/compile.el (compilation-warning-face)
5928         (compilation-info-face): Use min-colors.
5930 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5932         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
5933         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
5934         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
5935         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
5936         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
5937         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
5938         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
5939         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
5940         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
5941         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
5942         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
5943         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
5944         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
5945         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
5947 2004-05-15  Kim F. Storm  <storm@cua.dk>
5949         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
5950         Use it to set triggered-p element of timer.
5951         (timer-event-handler): Set triggered-p element non-nil while running
5952         the timer function.
5954 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5956         * descr-text.el (describe-char-unicode-data)
5957         (describe-char-unicodedata-file): Re-enable the unicode code now that
5958         the licensing issues have been cleared in the unicode-4 license.
5959         (describe-text-properties-1): Remove unused `overlay' var.
5960         (describe-char): Remove unused var `buffer'.
5962 2004-05-14  David Ponce  <david@dponce.com>
5964         * tree-widget.el: New file.
5966 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
5968         * language/european.el ("Brazilian Portuguese"): Add support for
5969         Brazilian Portuguese.
5971 2004-05-13  John Wiegley  <johnw@newartisans.com>
5973         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
5974         `recentf-mode' if this variable has been customized to t.
5976         * eshell/esh-test.el (eshell-test): Call the function
5977         `emacs-version' rather than trying to build a custom version string.
5979 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5981         * net/telnet.el (telnet-mode): Use define-derived-mode.
5982         Don't modify the global value of comint-prompt-regexp.
5984 2004-05-13  John Paul Wallington  <jpw@gnu.org>
5986         * version.el (emacs-version): Check for `gtk' feature before
5987         `x-toolkit' feature.
5989 2004-05-13  Juanma Barranquero  <lektu@terra.es>
5991         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
5992         arguments in the docstring, they're used only in recursive calls.
5994         * help-fns.el (help-arg-highlighting-function)
5995         (help-argument-name): Delete.
5996         (help-default-arg-highlight): New function.
5997         (help-do-arg-highlighting): Use it.
5999 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
6001         * calendar/appt.el (appt-disp-window):
6002         Use `calendar-set-mode-line' for a centered mode-line.
6004 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
6006         * calendar/appt.el (appt-disp-window): Do not split window
6007         excessively when `split-height-threshold' is low.
6009 2004-05-12  Nick Roberts  <nickrob@gnu.org>
6011         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
6012         kill-buffer-hook here and make it local.
6013         (gud-kill-buffer-hook): Use kill-process for a sure kill.
6015 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
6017         * progmodes/compile.el (compilation-set-window-height):
6018         Use save-excursion to protect against misplaced marker.
6020 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6022         * custom.el (defface): Document that type can have value gtk.
6024         * faces.el (face-spec-set-match-display): Handle type gtk in display.
6026 2004-05-12  Kenichi Handa  <handa@m17n.org>
6028         * descr-text.el: Require quail at comile time.
6029         (describe-char): If an input method is on and it supports the
6030         character, show how to input it.
6032         * international/quail.el (quail-install-decode-map): Accept a
6033         char-table whose subtype is `quail-decode-map'.
6034         (quail-store-decode-map-key, quail-gen-decode-map1)
6035         (quail-gen-decode-map, quail-find-key1, quail-find-key)
6036         (quail-show-key): New functions.
6038 2004-05-12  Juanma Barranquero  <lektu@terra.es>
6040         * generic.el (define-generic-mode): Remove redundant arglist info.
6042         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
6043         Make arguments match their use in docstring.
6044         (help-arg-highlighting-function): New variable.
6045         (help-argument-name): Mention it in the docstring.
6046         (help-do-arg-highlight): Use it.  Expand regexp to accept also
6047         ARG-xxx and xxx-ARG references.
6049 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
6051         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
6052         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
6053         and "mailto:addr1?to=addr2" equal.
6055 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6057         * man.el (Man-getpage-in-background): Use shell-file-name
6058         and shell-command-switch variables instead of hard-coded values.
6060 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
6062         * iimage.el: New file.
6064 2004-05-11  Juanma Barranquero  <lektu@terra.es>
6066         * custom.el (custom-initialize-default, defcustom):
6067         Fix typo in docstring.
6069         * files.el (set-visited-file-name, file-expand-wildcards):
6070         Fix docstring.
6072 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6074         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
6076         * subr.el (eventp): Be more discriminating with integers.
6078 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
6080         * progmodes/compile.el (compile): Add universal prefix arg.
6081         (compilation-error-regexp-alist-alist): Add edg patterns.
6083 2004-05-10  Sam Steingold  <sds@gnu.org>
6085         * textmodes/ispell.el (ispell-message):
6086         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
6088 2004-05-10  Dave Love  <fx@gnu.org>
6090         * progmodes/python.el (help-buffer): Autoload when compiling.
6091         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
6092         (run-python): Prepend to any existing PYTHONPATH.
6094 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
6096         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
6097         for pending breakpoints.
6099 2004-05-10  Richard M. Stallman  <rms@gnu.org>
6101         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
6102         directly without calling any functions in Rmail.
6103         (unrmail-unprune): Function deleted.
6105 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6107         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
6108         C-c C-z binding.
6110 2004-05-10  Kenichi Handa  <handa@m17n.org>
6112         * descr-text.el (describe-char): Fix previous change.  Don't make
6113         a unibyte character to multibyte in the *Help* buffer.
6115 2004-05-10  Miles Bader  <miles@gnu.org>
6117         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
6118         buffer an error if the debugger process is actually running.
6120 2004-05-10  Juanma Barranquero  <lektu@terra.es>
6122         * help-fns.el (help-argument-name): Default to italic.
6123         (help-highlight-arguments): Return always (usage . doc), even when
6124         usage is nil.
6126         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
6127         (define-ibuffer-filter): Add usage info.
6128         (define-ibuffer-op): Add usage info (but CL-style defaults for
6129         keyword args are not shown).
6131         * subr.el (remove-overlays, read-passwd): Fix docstring.
6132         (start-process-shell-command): Fix docstring.  Put usage info in a
6133         format usable by `describe-function'.
6134         (open-network-stream, open-network-stream-nowait)
6135         (open-network-stream-server): Fix docstring.
6137 2004-05-09  Jason Rumney  <jasonr@gnu.org>
6139         * international/code-pages (cp932, cp936, cp949, c950): Remove.
6140         Only define cp125* if windows-125* is already defined.
6142         * language/korean.el (cp949): Add alias.
6144         * language/chinese.el (cp936, cp950): Add aliases.
6146         * language/japanese.el (cp932): Add alias.
6148         * term/w32-win.el: Require code-pages.
6150         * international/mule-cmds.el (set-locale-environment):
6151         On MS-Windows use ansi code-page for default coding-systems.
6152         Set up paper sizes for Windows 3 letter languages.
6154         * international/code-pages.el (cp932, cp936, cp949, cp950):
6155         Add aliases.  Also add cp125* if not already defined.
6157 2004-05-09  Juanma Barranquero  <lektu@terra.es>
6159         * help-fns.el (help-highlight-arguments): Don't try to highlight
6160         missing or autoloaded arglists.  Accept structured arguments, like
6161         the first ones of `do' and `flet'.
6163         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
6164         (cvs-get-marked): Remove redundant arglist info.
6166         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
6167         Don't use CL-style default args.
6169 2004-05-08  Andreas Schwab  <schwab@suse.de>
6171         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
6173         * international/subst-ksc.el: Fix references to utf-translate-cjk
6174         into utf-translate-cjk-mode.
6175         * international/subst-big5.el: Likewise.
6176         * international/subst-gb2312.el: Likewise.
6177         * international/subst-jis.el: Likewise.
6178         * international/utf-16.el: Likewise.
6179         * international/utf-8.el: Likewise.
6181 2004-05-08  John Wiegley  <johnw@newartisans.com>
6183         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
6184         "virtual buffers" (off by default), which makes it possible to
6185         switch to the "virtual" buffers of recently visited files.  When a
6186         buffer name search fails, and this option is on, iswitchb will
6187         look at the list of recently visited files, and permit matching
6188         against those names.  When the user hits RET on a match, it will
6189         revisit that file.
6190         (iswitchb-read-buffer): Add two optional arguments, which makes
6191         isearchb.el possible.
6192         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
6193         (iswitchb-next-match): Add support for virtual buffers.
6195         * isearchb.el: This module extends iswitchb to provide "as you
6196         type" buffer selection.
6198         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
6199         Ignore the read-only property when flyspell highlighting is on.
6200         Not ignoring it leads to a series of confusing errors.
6201         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
6202         but also make sure to call flyspell-incorrect-hook.
6203         (flyspell-maybe-correct-transposition): Perform transposition test
6204         by bit twiddling a string, rather than using a temp buffer.
6205         (flyspell-maybe-correct-doubling): Use a string rather than a temp
6206         buffer.  This is also the original version of the code, which
6207         could not be checked in before due to a previous lack of
6208         assignment papers.  This version has seen heavy usage on my system
6209         for several years now.
6211         * calendar/cal-bahai.el: New file, which adds support for the
6212         Baha'i calendar to Emacs.  This calendar is based on a solar year
6213         of 19 months of 19 days, with 4 intercalary days.  Each year
6214         begins on March 21, with the calendar starting in 1844.
6216         * calendar/cal-menu.el, calendar/calendar.el,
6217         calendar/diary-lib.el, calendar/holidays.el: Added support for
6218         using cal-bahai.el.
6220         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
6221         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
6222         function can be used outside of eshell buffers.
6223         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
6225 2004-05-08  Juanma Barranquero  <lektu@terra.es>
6227         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
6228         word constituent so FOO-ARG is not recognized as an arg.
6229         (help-highlight-arguments): Don't skip lists in mandatory arguments.
6231         * simple.el (next-error): Fix typo in docstring.
6232         (open-line): Make argument names match their use in docstring.
6233         (split-line): Fix docstring.
6235         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
6236         usable by `describe-function'.
6237         (gensym, gentemp, typep, ignore-errors): Make argument names match
6238         their use in docstring.
6240         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
6241         argument to `help-setup-xref'.
6243 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
6245         Version 2.0.40 of Tramp released.
6247         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
6248         Use symbol-function to invoke functions only known on some Emacs
6249         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
6250         Scaldeferri <kevin@scaldeferri.com>.
6251         (tramp-do-copy-or-rename-file-via-buffer): Rename from
6252         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
6253         consistent with the other tramp-do-* functions.
6254         (tramp-do-copy-or-rename-file): Calls adjusted.
6255         (tramp-process-initial-commands): Avoid liveness check on shell --
6256         we know that it must be alive since we're opening a connection at
6257         this moment.
6258         (tramp-last-cmd): New internal variable.
6259         (tramp-process-echoes): New tunable.
6260         (tramp-send-command): Set tramp-last-cmd.
6261         (tramp-wait-for-output): Delete echo, if applicable.
6262         (tramp-read-passwd): Construct the key for the password cache in a
6263         way that works for multi methods, too.
6264         (tramp-bug): Add backup-directory-alist and
6265         bkup-backup-directory-info to bug reports, with Tramp counterparts.
6267 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
6269         * net/tramp*.el: Suppress byte-compiler warnings where possible.
6271         * net/tramp.el (tramp-out-of-band-prompt-regexp)
6272         (tramp-actions-copy-out-of-band): New defcustoms.
6273         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
6274         used instead of a synchronous one.  Allows password entering.
6275         (tramp-action-out-of-band): New defun.
6276         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
6277         Remove restriction with password from doc string.
6278         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
6279         `tramp-out-of-band-prompt-regexp',
6280         `tramp-actions-copy-out-of-band', `password-cache' and
6281         `password-cache-expiry'.
6282         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
6283         password caching.
6284         (tramp-touch): FILE can be a local file, too.
6285         (TODO): Remove items done.
6286         (tramp-handle-insert-directory): Properly quote file name also if
6287         not full-directory-p.  Handle wildcard case.  Reported by Andreas
6288         Schwab <schwab@suse.de>.
6289         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
6290         new file.
6291         (tramp-handle-file-local-copy, tramp-handle-write-region):
6292         The permissions of the temporary file are set if filename exists.
6293         Reported by Ted Stern <stern@cray.com>.
6294         (tramp-backup-directory-alist)
6295         (tramp-bkup-backup-directory-info): New defcustoms.
6296         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
6297         (tramp-handle-find-backup-file-name): New function.
6298         Implements Tramp's find-backup-file-name.
6300         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
6301         for `find-backup-file-name'.
6303         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
6304         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
6306 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
6308         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
6310 2004-05-07  Juanma Barranquero  <lektu@terra.es>
6312         * subr.el (lambda): Add arglist description to docstring.
6313         (declare): Fix typo in docstring.
6314         (open-network-stream): Fix docstring.
6315         (process-kill-without-query): Fix docstring and add obsolescence info.
6316         (last, butlast, nbutlast): Make arguments match their use in docstring.
6317         (insert-buffer-substring-no-properties): Likewise.
6318         (insert-buffer-substring-as-yank): Likewise.
6319         (split-string): Fix docstring.
6321         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6322         Make argument names match their use in docstring.
6324         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
6326 2004-05-06  Nick Roberts  <nickrob@gnu.org>
6328         * progmodes/gdb-ui.el: Improve/extend documentation strings.
6329         Fit first sentence on one line for apropos-command.
6331 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6333         Changes largely merged in from Dave Love's code.
6334         * progmodes/python.el: Doc fixes.
6335         (python-mode-map): Add python-complete-symbol.
6336         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
6337         (python-comment-indent, python-complete-symbol)
6338         (python-symbol-completions, python-partial-symbol)
6339         (python-try-complete): New.
6340         (python-indent-line): Remove optional arg.  Use python-block-end-p.
6341         (python-check): Bind compilation-error-regexp-alist.
6342         (inferior-python-mode): Use rx.  Move keybindings to top level.
6343         Set comint-input-filter.
6344         (python-preoutput-filter): Use rx.
6345         (python-input-filter): Re-introduce.
6346         (python-proc): Start new process if necessary.
6347         Check python-buffer non-nil.
6348         (view-return-to-alist): Defvar.
6349         (python-send-receive): New.
6350         (python-eldoc-function): Use it.
6351         (python-mode-running): Don't defvar.
6352         (python-mode): Set comment-indent-function.
6353         Maybe update hippie-expand-try-functions-list.
6354         (python-indentation-levels): Initialize differently.
6355         (python-block-end-p): New.
6356         (python-indent-line): Use it.
6357         (python-compilation-regexp-alist): Augment.
6358         (run-python): Import `emacs' module to Python rather than loading
6359         code directly.  Set python-buffer differently.
6360         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
6361         Use python-proc.
6362         (python-send-command): Go to end of comint buffer.
6363         (python-load-file): Use python-proc, emacs.eimport.
6364         (python-describe-symbol): Simplify interactive form.
6365         Use emacs.help.  Do use temp-buffer-show-hook.
6366         Call print-help-return-message.
6367         (hippie-exp): Require when compiling.
6368         (python-preoutput-continuation): Use rx.
6370         * diff-mode.el (diff-make-unified): Fix regexp.
6372 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
6374         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
6375         filter groups from the buffer when rebuilding the Ibuffer buffer
6376         and `ibuffer-show-empty-filter-groups' is nil.
6378 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6380         * ps-print.el (ps-print-quote): Call ps-value-string.
6381         (ps-setup): Call ps-comment-string.
6382         (ps-value-string, ps-comment-string): New funs.
6384 2004-05-06  Juanma Barranquero  <lektu@terra.es>
6386         * ehelp.el (electric-help-command-loop): Check whether the last
6387         character is visible, not (point-max).
6389         * help-fns.el (help-argument-name): Default to bold; don't inherit
6390         from font-lock-variable-name-face.
6391         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
6393 2004-05-05  Kenichi Handa  <handa@m17n.org>
6395         * descr-text.el (describe-char): Copy the character with text
6396         properties and overlays into the first line, and call
6397         describe-text-properties on it.
6399 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
6401         * iswitchb.el (iswitchb-global-map): Fix typo.
6402         Remove unwanted ###autoloads from source file.
6404 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
6406         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
6407         in run-hooks.  Use substitute-command-keys in message.
6408         (wdired-abort-changes): Add message.
6410 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
6412         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
6413         (sql-emacs20-p): Remove.
6414         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
6415         (sql-builtin-face, sql-doc-face): Remove.
6416         (sql-mode-ansi-font-lock-keywords)
6417         (sql-mode-oracle-font-lock-keywords)
6418         (sql-mode-postgres-font-lock-keywords)
6419         (sql-mode-linter-font-lock-keywords)
6420         (sql-mode-ms-font-lock-keywords)
6421         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
6422         (sql-product-font-lock): Fix font-lock reset when font rules change.
6423         (sql-highlight-product): Remove incorrect font-lock reset logic.
6425 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
6427         * ses.el (ses-set-parameter): Fix typo.
6429 2004-05-04  Kim F. Storm  <storm@cua.dk>
6431         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
6432         Must expand directory for completion to work; and don't mess with
6433         process-environment.
6434         (ido-read-file-name): If command has ido property, don't use ido
6435         if value is ignore, or read as directory if value is dir.
6436         Set ido ignore property for dired-do-rename command.
6438 2004-05-04  Juanma Barranquero  <lektu@terra.es>
6440         * ehelp.el (electric-help-command-loop, electric-help-undefined)
6441         (electric-help-help): Check against unmapped commands.
6443         * help-fns.el (help-argument-name): New face, inheriting from
6444         font-lock-variable-name-face, to highlight function arguments in
6445         `describe-function' and `describe-key'.
6446         (help-do-arg-highlight): Auxiliary function to highlight a given
6447         list of arguments in a string.
6448         (help-highlight-arguments): Highlight the function arguments and
6449         all uses of them in the docstring.
6450         (describe-function-1): Use it.  Do docstring output via `insert',
6451         not 'princ', so text attributes are preserved.
6453         * winner.el (winner-mode-map): Move `winner-undo' and
6454         `winner-redo' to C-c <left> and C-c <right>, respectively (the
6455         previous bindings conflict with `prev-buffer', `next-buffer').
6457 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6459         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
6460         (bibtex-entry-update): New command bound to C-c C-u.
6461         (bibtex-text-in-string): Fix regexp.
6462         (bibtex-assoc-of-regexp): Remove.
6463         (bibtex-progress-message): Fix docstring.
6464         (bibtex-inside-field): Use if.
6465         (bibtex-assoc-regexp): New function.
6466         (bibtex-format-entry): Make code more robust so that it formats
6467         also old entries.
6468         (bibtex-autokey-demangle-title): Merge with obsolete function
6469         bibtex-assoc-of-regexp.
6470         (bibtex-field-list): New function.
6471         (bibtex-entry): Use bibtex-field-list.
6472         (bibtex-parse-entry): Fix docstring.
6473         (bibtex-print-help-message): Use bibtex-field-list.
6474         (bibtex-make-field): Use bibtex-field-list.
6475         (bibtex-entry-index): Bugfix.  Return crossref key if required.
6476         (bibtex-lessp): Fix docstring.
6478 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
6480         * select.el (xselect-convert-to-string): Move comment to intended line.
6482 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6484         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
6485         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
6487 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6489         * term/x-win.el (x-clipboard-yank): Don't exit on error from
6490         x-get-selection.
6492 2004-05-03  Jason Rumney  <jasonr@gnu.org>
6494         * makefile.nt: Remove.
6496 2004-05-03  Kim F. Storm  <storm@cua.dk>
6498         * emulation/cua-base.el (cua--update-indications): Fix last change.
6499         (cua-mode): Deactivate mark when cua-mode is enabled.
6501 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
6503         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
6505 2004-05-03  Nick Roberts  <nickrob@gnu.org>
6507         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
6508         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
6509         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
6510         window over visible frames.
6511         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
6513 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6515         * progmodes/compile.el (compilation-gcpro): New var.
6516         (compilation-fake-loc): Use it.
6517         (compilation-forget-errors): Reset it.
6519 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
6521         * diff-mode.el (diff-header-face, diff-file-header-face):
6522         Use min-colors.
6524 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6526         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
6527         (bibtex-clean-entry): Disentangle code.
6528         (bibtex-realign): New function.
6529         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
6530         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
6531         Remove undocumented optional arg called-by-convert-alien.
6532         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
6533         for sorting instead of bibtex-sort-buffer.
6535 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
6537         * progmodes/compile.el (compilation-start): In the
6538         no-async-subprocesses branch, call sit-for to give redisplay a
6539         chance to show the updated process status in the mode line, and
6540         fontify the buffer explicitly after the process exits.
6542 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6544         * progmodes/python.el (python-compilation-line-number): Remove.
6545         (python-compilation-regexp-alist): Don't use it any more.
6546         (python-orig-start, python-input-filter): Remove.
6547         (inferior-python-mode): Don't set up comint-input-filter-functions.
6548         (python-send-region): Use compilation-fake-loc.
6550         * progmodes/compile.el (compilation-messages-start): New var.
6551         (compilation-mode): Don't setup next-error-function here.
6552         (compilation-setup): Set it up here instead (for minor modes as well).
6553         Make compilation-messages-start buffer local.
6554         (compilation-next-error-function): Use it.
6555         (compilation-forget-errors): Set compilation-messages-start.
6557 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6559         * ielm.el (ielm-prompt-read-only): Update docstring.
6561         * comint.el (comint-prompt-read-only): Update docstring.
6562         (comint-update-fence, comint-kill-whole-line)
6563         (comint-kill-region): New functions.
6565         * simple.el (kill-whole-line): Use "p" instead of "P" in
6566         interactive form.
6568 2004-05-01  Juanma Barranquero  <lektu@terra.es>
6570         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
6571         format arglist so default values in CL-style argument lists are
6572         correctly shown.
6574 2004-05-01  Jason Rumney  <jasonr@gnu.org>
6576         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
6578 2004-05-01  Kenichi Handa  <handa@m17n.org>
6580         * international/titdic-cnv.el (miscdic-convert): Don't generate a
6581         quail file if it is up to date.
6583 2004-04-30  Juri Linkov  <juri@jurta.org>
6585         * cus-edit.el (custom-mode-map):
6586         Add key binding `C-x C-s' to `Custom-save'.
6588         * outline.el (outline-blank-line): New var.
6589         (outline-next-preface, outline-show-heading)
6590         (outline-end-of-subtree): Use it.
6592         * dired-aux.el (dired-touch-initial): New fun.
6593         (dired-do-chxxx): Call it for op-symbol `touch'.
6594         (dired-diff): Use `dired-dwim-target-directory'
6595         if current dired buffer has no buffer mark.
6597         * bindings.el (propertized-buffer-identification):
6598         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
6599         Add C-M-arrow keys for consistency.
6601         * files.el (confirm-kill-emacs):
6602         Change group from top-level `emacs' to `convenience'.
6604         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6605         Push mark on the first call of successive command calls.
6606         (insert-pair): New fun created from `insert-parentheses' with
6607         `open' and `close' arguments added.  Enclose active regions
6608         in paired characters.  Compare adjacent characters syntax with
6609         inserted characters syntax before inserting a space.
6610         (insert-parentheses): Call `insert-pair' with ?\( ?\).
6612         * delsel.el: Don't put `delete-selection' property
6613         on `insert-parentheses' symbol to take advantage of
6614         region handling in `insert-pair' function.
6615         Suggested by Stephan Stahl <stahl@eos.franken.de>.
6617 2004-04-30  Kim F. Storm  <storm@cua.dk>
6619         * emulation/cua-base.el: Add support for changing cursor types;
6620         based on patch from Michael Mauger.
6621         (cua-normal-cursor-color, cua-read-only-cursor-color)
6622         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
6623         Customization cursor type and/or cursor color.
6624         (cua--update-indications): Handle cursor type changes.
6625         (cua-mode): Update cursor indications if enabled.
6627         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
6629         * mouse.el (mouse-drag-copy-region): New defcustom.
6630         (mouse-set-region, mouse-drag-region-1): Use it.
6632         * simple.el (kill-ring-save): If region face background color is
6633         unspecified (if no highlighting), show extent of fully visible
6634         region even if transient-mark-mode is enabled.
6636         * emulation/cua-base.el (cua--standard-movement-commands):
6637         Add cua-scroll-up and cua-scroll-down.
6638         (cua-scroll-up, cua-scroll-down): New commands.
6639         (cua--init-keymaps): Remap scroll-up and scroll-down.
6641         * emulation/cua-rect.el (cua--convert-rectangle-as):
6642         New defmacro.
6643         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
6644         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
6645         New commands (suggested by Jordan Breeding).
6647 2004-04-30  Juanma Barranquero  <lektu@terra.es>
6649         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
6651 2004-04-30  Mario Lang  <mlang@delysid.org>
6653         * diff.el (diff-switches): Fix typo in docstring.
6655 2004-04-30  Alex Schroeder  <alex@gnu.org>
6657         * xml.el (xml-debug-print-internal): Don't add newline and
6658         indentation to text nodes and write empty elements as empty tags
6659         instead of opening and closing tags.
6660         (xml-debug-print): Take optional indent-string argument.
6661         (xml-print): Alias for xml-debug-print.
6663 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
6665         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
6666         than duplicate call to `line-beginning-position'.
6668         * progmodes/f90.el (f90-get-present-comment-type):
6669         Return whitespace, as well as comment chars, for consistent filling
6670         of comment blocks.  Use `match-string-no-properties'.
6671         (f90-break-line): Trim trailing whitespace when filling comments.
6673 2004-04-30  Dave Love  <fx@gnu.org>
6675         * calendar/diary-lib.el (diary-outlook-formats): New variable.
6676         (diary-from-outlook-internal, diary-from-outlook)
6677         (diary-from-outlook-gnus, diary-from-outlook-rmail):
6678         New functions to import diary entries from Outlook-format
6679         appointments in mail messages.
6681 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6683         * progmodes/python.el (python-send-command): New fun.
6684         (python-send-region, python-load-file): Use it.
6686         * progmodes/compile.el (compilation-last-buffer): Add var alias.
6688         * help-fns.el (help-C-file-name): Use new subr-name.
6689         Prepend `src/' to the file name.
6690         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
6691         (describe-function-1, describe-variable): Only find a C source file
6692         name if DOC is already loaded.
6694         * help-mode.el (help-function-def, help-variable-def):
6695         Use the new find-function-search-for-symbol functionality.
6696         Allow FILE to be `C-source'.
6698         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
6699         (find-function-C-source): New fun.
6700         (find-function-search-for-symbol): Use it.
6702 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
6704         * progmodes/sql.el (sql-product-alist): Rename variable
6705         `sql-product-support'.  Add Postgres login parameters.
6706         (sql-set-product, sql-product-feature): Update with renamed variable.
6707         (sql-connect-postgres): Add username prompt.
6708         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
6709         Make patterns less product specific.
6710         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
6711         (sql-mode-abbrev-table): Modify initialization.
6712         (sql-builtin-face): Add variable.
6713         (sql-keywords-re): Add macro.
6714         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
6715         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
6716         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
6717         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
6718         (sql-mode-linter-font-lock-keywords)
6719         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
6720         (sql-mode-sybase-font-lock-keywords)
6721         (sql-mode-informix-font-lock-keywords)
6722         (sql-mode-interbase-font-lock-keywords)
6723         (sql-mode-ingres-font-lock-keywords)
6724         (sql-mode-solid-font-lock-keywords)
6725         (sql-mode-sqlite-font-lock-keywords)
6726         (sql-mode-db2-font-lock-keywords): Default to nil.
6727         (sql-product-font-lock): Always highlight ANSI keywords.
6728         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
6729         (sql-send-string): Add function.
6731 2004-04-29  Dave Love  <fx@gnu.org>
6733         * progmodes/cfengine.el (cfengine-beginning-of-defun)
6734         (cfengine-end-of-defun): Ensure progress through buffer.
6736         * info-look.el (cfengine-mode): Accept a terminal ().
6738 2004-04-29  Juri Linkov  <juri@jurta.org>
6740         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
6741         instead of isearch-yank-word-or-char.  Add new key bindings for
6742         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
6743         (isearch-del-char): New fun.
6744         (isearch-forward, isearch-edit-string): Update docstring.
6745         (isearch-yank-char): Doc fix.
6746         (isearch-other-meta-char): Restore point after scrolling.
6748         * progmodes/compile.el (compilation-context-lines): Add nil option
6749         to disable compilation output window scrolling.
6750         (compilation-set-window): Use it.
6752         * outline.el (outline-next-preface, outline-show-heading):
6753         Don't leave unhidden blank line before heading.
6754         (outline-end-of-subtree): Include last newline into subtree.
6755         (hide-entry): Leave point at beginning of heading instead of end.
6756         (outline-up-heading): Push mark for the first call of successive
6757         command calls.
6759 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
6761         * comint.el (comint-prompt-read-only): New variable.
6762         (comint-output-filter): Implement it.
6764         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
6765         (ielm-prompt-internal): New variable.
6766         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
6767         (ielm-send-input): Delete unused variable `buf'.
6768         (ielm-eval-input): Use `ielm-prompt-internal'.
6769         (inferior-emacs-lisp-mode): Use new variables
6770         `comint-prompt-read-only' and `ielm-prompt-internal'.
6771         Get rid of obsolete variable `directory-sep-char'.
6772         (ielm): Use `zerop'.
6774 2004-04-29  John Paul Wallington  <jpw@gnu.org>
6776         * thumbs.el (toplevel): Require cl at compile time.
6777         Remove conditional definitions of `ignore-errors' and `caddar'
6778         because they occur at run time.
6780 2004-04-28  Nick Roberts  <nickrob@gnu.org>
6782         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
6783         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
6784         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
6785         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
6787         * progmodes/gud.el (gud-common-init): Throw an error if program is
6788         already running under gdb.
6790 2004-04-28  John Paul Wallington  <jpw@gnu.org>
6792         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
6793         (thumbs-show-image-num): Move assignment of
6794         `thumbs-current-image-filename' within scope of `i'.
6795         (thumbs-emboss-image): Don't use `evenp'.
6797 2004-04-28  Richard M. Stallman  <rms@gnu.org>
6799         * progmodes/compile.el (compilation-context-lines): Default now 0.
6801 2004-04-28  Juanma Barranquero  <lektu@terra.es>
6803         Use `time-less-p' from calendar/time-date.el instead of defining
6804         custom versions of it.
6806         * pcomplete.el (pcomplete-time-less-p): Remove.
6808         * thumbs.el (time-less-p): Remove.
6810         * calendar/timeclock.el (timeclock-time-less-p): Remove.
6811         (timeclock-generate-report): Use `time-less-p'.
6813         * emacs-lisp/autoload.el (autoload-before-p): Remove.
6814         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
6816 2004-04-28  Masatake YAMATO  <jet@gyve.org>
6818         * subr.el (remove-overlays): Make arguments optional.
6820         * wid-edit.el (widget-specify-button): Put evaporate to the
6821         overlay for sample.
6822         (widget-specify-sample): Put evaporate to the overlay for sample.
6823         (widget-specify-doc): Put evaporate to the overlay for documentation.
6825 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
6827         * info.el (info-apropos): Make it an index node.  Align node names
6828         like makeinfo.
6830 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
6832         * net/browse-url.el (browse-url-netscape-sentinel)
6833         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
6834         (browse-url-epiphany-sentinel, browse-url-mosaic):
6835         Use browse-url-*-program instead of a literal program name.
6837 2004-04-27  Kevin Ryde  <user42@zip.com.au>
6839         * eshell/em-alias.el:
6840         * eshell/em-dirs.el:
6841         * eshell/em-hist.el:
6842         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
6843         features when M-x customize-group loads modules before the main
6844         eshell.el.
6846 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
6848         * subr.el (momentary-string-display): Support EXIT-CHAR that is
6849         either a character representation of an event or an event
6850         description list.
6852         * type-break.el: Capitalise Emacs and Lisp.
6853         (type-break-good-break-interval, type-break-demo-boring-stats)
6854         (type-break-terse-messages, type-break-file-name): New defcustoms.
6855         (type-break-post-command-hook)
6856         (type-break-warning-countdown-string): Quote variable names in doc.
6857         (type-break-interval-start, type-break-auto-save-file-name): New vars.
6858         (type-break-mode): Document type-break-good-break-interval and the
6859         "session" file.  Schedule break according to the session file.
6860         Kill session file buffer on exit.  Organise for save-some-buffers
6861         to always save the session file.
6862         (type-break-mode-line-message-mode, type-break-query-mode):
6863         Uppercase arguments.
6864         (type-break-file-time, type-break-file-keystroke-count, timep)
6865         (type-break-choose-file, type-break-get-previous-time)
6866         (type-break-get-previous-count): New defuns.
6867         (type-break): Avoid break querying after a completed break in the
6868         case where the query was initiated during user invocation of the
6869         break.  Optional terse messages.
6870         Use type-break-good-break-interval if type-break-good-rest-interval is
6871         nil.  File the break time.
6872         (type-break-schedule): New optional args for overriding the use of
6873         the current time.
6874         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
6875         after a break.
6876         (type-break-check): File the keystroke count.
6877         (type-break-do-query): Prevent a second query when the break is
6878         interrupted.  Optional terse message.
6879         (type-break-keystroke-reset): Record the start of a typing interval.
6880         (type-break-demo-boring): Optional terse messages.  Display word
6881         per minute and keystroke counts according to
6882         type-break-demo-boring-stats.
6884 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
6886         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
6887         directories, make sure they exist under archive-tmpdir.
6889 2004-04-27  Juri Linkov  <juri@jurta.org>
6891         * help.el (view-emacs-news): With argument, display info for the
6892         selected version by finding it among different NEWS files, and
6893         narrowing the buffer to the selected version.
6895         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
6896         same-window-buffer-names.
6897         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
6898         non-numeric prefix argument, append the number to the buffer name
6899         for numeric prefix argument.
6900         (info-other-window): Bind same-window-regexps to nil.
6901         (Info-reference-name): Rename to Info-point-loc.
6902         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
6903         and Info-find-index-name for stringy Info-point-loc.
6904         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
6905         without middle `.', but with final `.' and optional line number
6906         for it.  Set Info-point-loc for index nodes.
6907         (Info-index): Remove middle `.' from index entry regexp.
6908         Modify line number regexp.
6909         (Info-index-next): Decrement line number.
6910         (info-apropos): Remove middle `.' from index entry regexp.
6911         Add optional line number regexp at the end.  Add matched value
6912         for line number to the result list and insert it to the buffer.
6913         Replace match-string by match-string-no-properties.
6914         Reorder result list.
6915         (Info-fontify-node): Hide index line numbers.
6916         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
6917         empty matches.
6918         (Info-follow-reference): Use `str' instead of
6919         Info-following-node-name-re.
6920         (Info-toc): Use full file names.  Set Info-current-node to "Top".
6921         (Info-fontify-node): Compare file names without directory name.
6922         (Info-try-follow-nearest-node): Don't set Info-reference-name.
6923         Set second arg of Info-extract-menu-node-name for index nodes.
6924         (info-xref-visited): Use magenta3 instead of magenta4.
6925         (Info-mode): Add info-apropos to docstring.
6927         * log-view.el (log-view-diff): Replace interactive code "r"
6928         by a list to allow to call it even if region is not active.
6930         * paren.el (show-paren-highlight-openparen): New var.
6931         (show-paren-function): Turn on openparen highlighting when
6932         matching forward if show-paren-highlight-openparen is non-nil.
6934         * simple.el (kill-ring-save): Use blink-matching-delay instead of
6935         the constant value 1.
6936         (completions-common-part): Expand docstring.
6938         * textmodes/picture.el (picture-mode-map): Add arrow keys.
6940 2004-04-27  Kim F. Storm  <storm@cua.dk>
6942         * image.el (insert-sliced-image): Use line-height instead of
6943         line-spacing property on newline.
6945 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
6947         * desktop.el (desktop-buffer-misc-data-function): Rename to
6948         desktop-save-buffer and change docstring.
6949         (desktop-buffer-modes-to-save): Delete.
6950         (desktop-save-buffer-p): Use desktop-save-buffer instead of
6951         desktop-buffer-modes-to-save.
6952         (desktop-save): Rename desktop-buffer-misc-data-function to
6953         desktop-save-buffer and allow non-function value.
6954         (desktop-missing-file-warning): Correct docstring.
6956         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
6957         to desktop-save-buffer.
6959         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
6960         desktop-save-buffer.
6962         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
6964         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
6966 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
6968         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
6970 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
6972         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
6973         (ielm): Only go to the end of the buffer when starting a new process.
6975 2004-04-25  Juanma Barranquero  <lektu@terra.es>
6977         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
6978         mode line.  Bind `inhibit-read-only' to t before modifying
6979         properties of text in the buffer.
6980         (ielm): Force point to the end of buffer, even when running ielm
6981         from inside itself.
6983 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
6985         * info.el (info-apropos): Reset Info-complete-cache.
6987 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
6989         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6990         Also recognize severe Irix et al. messages.
6991         (compilation-normalize-filename, compile-abbreviate-directory):
6992         Delete functions.
6993         (compilation-get-file-structure): New function inherits
6994         functionality of the two preceding ones.
6995         (compilation-internal-error-properties, compilation-fake-loc):
6996         Use it so that different paths to the same file share the same
6997         markers.  Also optimize finding adjacent marker slightly.
6999 2004-04-25  Kim F. Storm  <storm@cua.dk>
7001         * image.el (insert-sliced-image): Add line-spacing t property
7002         to newlines separating image lines.
7004 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
7006         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
7008         * ielm.el (ielm-prompt-read-only): New user option.
7009         (ielm-prompt): Expand docstring to describe new behavior.
7010         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
7011         mention it in the docstring.
7013 2004-04-24  Andreas Schwab  <schwab@suse.de>
7015         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
7017         * diff.el (diff): Set default-directory in diff buffer.
7019 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
7021         * mail/sendmail.el (mail-bury): Don't delete the frame where the
7022         mail was being composed if the terminal cannot display more than
7023         one frame; instead, switch to previous frame.
7025         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
7026         (rmail-start-mail): Support rmail-mail-new-frame even on
7027         terminals that can display only one frame at a time.
7029 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7031         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
7032         (checkdoc-output-font-lock-keywords): Remove error regexp.
7033         (checkdoc-output-mode-map): Remove.
7034         (checkdoc-output-mode): Derive from compilation-mode.
7035         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
7037         * dired.el (dired-mode-map): Add a menu entry for wdired.
7039         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
7040         (rx-bracket, rx-check-any, rx-any): Clean up name space.
7042         * wdired.el: (wdired-mode-map): Move init into declaration.
7043         Fix `return' binding.
7044         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7045         Use force-mode-line-update.
7046         (wdired-get-filename): Use `unless'.
7047         (wdired-preprocess-files): Don't assume names have no \n and use / for
7048         dir separator.
7049         (wdired-normalize-filename): Use replace-regexp-in-string.
7050         (wdired-load-hooks): Remove.
7051         (wdired-mode-hooks): Rename to wdired-mode-hook.
7053         * info-look.el: Add support for cfengine-mode.
7054         (info-lookup-setup-mode): Use dolist.
7056 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
7058         * wdired.el: New file.
7060 2004-04-23  Juanma Barranquero  <lektu@terra.es>
7062         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
7064         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
7065         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
7066         (pcomplete--help, pcomplete--here): Doc fixes.
7068 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
7070         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
7071         handles wrong-number-of-arguments in backend call.
7073         * vc.el (vc-print-log): Likewise.
7075 2004-04-20  Dave Love  <fx@gnu.org>
7077         * emacs-lisp/rx.el: Doc fixes.
7078         (rx-constituents): Add/extend many forms.
7079         (rx-check): Check form is a list.
7080         (bracket): Defvar.
7081         (rx-check-any, rx-any, rx-check-not): Modify.
7082         (rx-not): Simplify.
7083         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
7084         (rx-kleene): Use rx-trans-forms.
7085         (rx-quote-for-set): Delete.
7086         (rx): Allow multiple args.
7088 2004-04-23  Kenichi Handa  <handa@m17n.org>
7090         * international/mule-util.el (char-displayable-p): Simplify by
7091         using internal-char-font.
7093 2004-04-23  Juanma Barranquero  <lektu@terra.es>
7095         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7097 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7099         * diff-mode.el (diff-next-error): New fun.
7100         (diff-mode): Use it.
7102         * simple.el (next-error): Change arg name.
7103         Add support for the documented C-u C-x ` usage.
7105         * frame.el (special-display-popup-frame, next-multiframe-window)
7106         (previous-multiframe-window): Only consider frames on same display.
7108 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
7110         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
7111         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
7113 2004-04-22  Kim F. Storm  <storm@cua.dk>
7115         * net/telnet.el (telnet): Add optional port arg.
7117 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7119         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7120         Minor sanity check on the `hyperlink' slot.
7122         * Makefile.in (recompile): Compile new files.
7124         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
7125         Add byte-recompile-directory's optional `arg'.
7127         * cvs-status.el (cvs-tree-use-charset): New var.
7128         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
7129         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
7130         (cvs-status-cvstrees): Use it.
7132         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
7133         Make it a normal major mode.
7134         (checkdoc-buffer-label): Make sure the file name is meaningful.
7135         (checkdoc-output-to-error-buffer): Remove.
7136         (checkdoc-error, checkdoc-start-section): Rewrite.
7138         * info.el (info-node, info-menu-5, info-xref, info-header-node)
7139         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7140         (Info-title-4-face): Use new syntax.
7141         (info-xref-visited): Inherit from info-xref.
7143         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
7145 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7147         * simple.el (next-error-last-buffer, next-error-function):
7148         New variables for the next-error framework.
7149         (next-error-buffer-p): New function.
7150         (next-error-find-buffer): Generalize compilation-find-buffer.
7151         (next-error, previous-error, first-error, next-error-no-select)
7152         (previous-error-no-select): Move from compile.el.
7154         * replace.el (occur-next-error, occur-1): Hook into the next-error
7155         framework.
7157         * progmodes/compile.el (compilation-start):
7158         Set next-error-last-buffer so next-error knows where to jump.
7159         (compilation-setup): Set the buffer-local variable
7160         next-error-function to 'compilation-next-error-function.
7161         (compilation-buffer-p, compilation-buffer-internal-p): Use an
7162         alternate way to find if a buffer is a compilation buffer, for
7163         next-error convenience.
7164         (next-error-no-select, previous-error-no-select, next-error)
7165         (previous-error, first-error): Move to simple.el.
7166         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
7167         (compilation-last-buffer): Remove.
7168         (compilation-start, compilation-next-error, compilation-setup)
7169         (compilation-next-error-function, compilation-find-buffer):
7170         Remove compilation-last-buffer use.
7172 2004-04-21  Juanma Barranquero  <lektu@terra.es>
7174         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
7175         (font-lock-warning-face): Fix spacing.
7177         * makefile.w32-in (WINS): Add url/ directory.
7179 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
7181         * desktop.el (desktop-buffer-mode-handlers): New variable.
7182         Alist of major mode specific functions to restore a desktop buffer.
7183         (desktop-buffer-handlers): Make variable obsolete.
7184         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
7185         Catch errors signaled in handlers.  Update buffer count.
7186         Evaluate desktop-buffer-point.
7187         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
7188         move to dired.el.
7189         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
7190         move to info.el.
7191         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
7192         move to mail/rmail.el.
7193         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
7194         to mh-e/mh-e.el.
7195         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
7196         On fail, print message (to message buffer) even if
7197         desktop-missing-file-warning is nil.
7198         (desktop-buffer-misc-data-function): New buffer local variable.
7199         Function returning major mode specific data.
7200         (desktop-buffer-misc-functions): Make variable obsolete.
7201         (desktop-save): Use desktop-buffer-misc-data-function.
7202         (desktop-buffer-dired-misc-data): Rename to
7203         dired-desktop-buffer-misc-data and move to dired.el.
7204         (desktop-buffer-info-misc-data): Rename to
7205         Info-desktop-buffer-misc-data and move to info.el.
7206         (desktop-read): Add message about number of buffers restored/failed.
7208         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
7209         Add parameters.  Pause to display error only when
7210         desktop-missing-file-warning is non-nil.
7211         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
7212         (dired-mode): Bind desktop-buffer-misc-data-function.
7214         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
7215         Add Parameters.
7216         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
7217         (Info-mode): Bind desktop-buffer-misc-data-function.
7219         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
7220         Add Parameters.
7222         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
7223         Add Parameters.
7225 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
7227         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
7228         the case of letters in case-insensitive expansions when the
7229         abbrev is preceded by characters with letter syntax.
7231 2004-04-21  Richard M. Stallman  <rms@gnu.org>
7233         * progmodes/cperl-mode.el (cperl-putback-char):
7234         Delete Emacs 18 definition.
7236         * international/mule.el (ctext-post-read-conversion):
7237         Use assoc-string, not assoc-ignore-case.
7239         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
7241         * emacs-lisp/easymenu.el (easy-menu-add):
7242         Do call x-popup-menu, but only if it's defined.
7244         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
7246         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
7247         Handle multiple args: compile like progn.
7249         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
7250         take all args as &rest arg.
7252         * autoinsert.el (auto-insert-alist): Insert the user's name in
7253         copyright notice, rather than Free Software Foundation.
7255 2004-04-21  Kenichi Handa  <handa@m17n.org>
7257         * descr-text.el (describe-char): Make it work on *Help* buffer.
7259 2004-04-21  Kim F. Storm  <storm@cua.dk>
7261         * image.el (insert-image): Add optional SLICE arg.
7262         (insert-sliced-image): New defun.
7264 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
7266         * subr.el (read-number): Check whether `default' is nil.
7268 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7270         * progmodes/compile.el (compilation-error-properties):
7271         Split into two.
7272         (compilation-internal-error-properties): New one.
7273         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
7275 2004-04-20  Richard M. Stallman  <rms@gnu.org>
7277         * window.el (split-window-save-restore-data):
7278         Don't update the data if OLD-INFO is nil.
7280         * view.el (view-return-to-alist): Mark it permanent local.
7282         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
7284         * recentf.el (recentf-save-list): Catch and warn about errors.
7286         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
7287         so "Buffers" won't be pure.
7289         * help-mode.el (help-mode-finish): Set help-return-alist first
7290         thing, setting only the entry for the selected window.
7292         * help-fns.el (describe-function-1): If many non-control non-meta
7293         keys run the command, don't list all of them.
7295 2004-04-20  Juanma Barranquero  <lektu@terra.es>
7297         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
7298         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
7300         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
7302 2004-04-20  Kenichi Handa  <handa@m17n.org>
7304         * international/quail.el (quail-lookup-key): New optional arg
7305         NOT-RESET-INDICES.
7306         (quail-get-translations): Call quail-lookup-key with
7307         NOT-RESET-INDICES t.
7308         (quail-completion): Likewise.
7309         (quail-lookup-map-and-concat): Likewise.
7311 2004-04-20  Kenichi Handa  <handa@m17n.org>
7313         * international/quail.el (quail-update-translation): Don't insert
7314         such an unsupported multibyte char in a unibyte buffer.
7316 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
7318         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
7319         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
7320         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
7321         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
7322         (gdb-frame-assembler-buffer): Improve behaviour with
7323         multiple frames.
7324         (gdb-display-buffer): Extend search to all visible frames.
7326 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
7328         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
7329         characters left after base64 decoding.
7330         (rmail-decode-region): Use -dos variety of `coding', to remove any
7331         ^M characters left after qp or base64 decoding.
7333 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7335         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
7336         messages.
7338 2004-04-19  Stephen Eglen  <stephen@gnu.org>
7340         * add-log.el (add-change-log-entry): Update doc string to mention
7341         add-log-full-name and add-log-mailing-address.
7343 2004-04-18  Juri Linkov  <juri@jurta.org>
7345         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
7346         (Info-find-node-2): Simplify error message.
7347         (Info-insert-dir): Use Info-following-node-name.
7348         (Info-goto-node): Remove *info-history* and *info-toc*.
7349         (Info-history): Create a node of the virtual history file.
7350         (Info-toc): Create a node of the virtual toc file.
7351         (Info-insert-toc): New arg `curr-file' for reference file names.
7352         (info-apropos): Remove redundant var binding for temp-file.
7353         (Info-index, Info-index-next, Info-mode): Doc fix.
7354         (Info-goto-emacs-command-node): Don't jump to *info* from
7355         non-*info* Info buffers.
7356         (Info-fontify-node): Don't show the file name of external
7357         references if `Info-hide-note-references' is `hide'.  Don't hide
7358         newlines at the end of paragraphs.
7360         * international/mule-diag.el (list-input-methods):
7361         Fix args to help-xref-button.
7363         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
7364         to put into effect local variables from TUTORIAL files.
7366         * textmodes/paragraphs.el (sentence-end) <function>: New fun
7367         with default value taken from the variable `sentence-end'.
7368         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
7369         Add nil const to :type.
7370         (sentence-end-without-period, sentence-end-double-space)
7371         (sentence-end-without-space): Doc fix.
7373         * textmodes/paragraphs.el (forward-sentence):
7374         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
7375         (fill-delete-newlines):
7376         * progmodes/cc-cmds.el (c-beginning-of-statement):
7377         Use function `sentence-end' instead of variable `sentence-end'.
7379 2004-04-18  Andreas Schwab  <schwab@suse.de>
7381         * progmodes/compile.el (compilation-start): Set window start to
7382         point-min if compilation-scroll-output is nil.
7384 2004-04-18  John Wiegley  <johnw@newartisans.com>
7386         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
7388 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
7390         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
7391         (gdb-info-breakpoints-custom): Revert previous change.
7392         (gdb-view-assembler): Update assembler if necessary.
7393         (gdb-frame-handler): Parse correctly for gdb-current-frame.
7394         (gdb-display-source-buffer): Update properly when both source and
7395         assembler are visible.
7397 2004-04-17  John Wiegley  <johnw@newartisans.com>
7399         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
7400         which limits the number of names shown in the minibuffer.  Off by
7401         default.
7402         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
7403         up iswitchb for users with a multitude of open buffers by showing
7404         only the first and last N/2 buffers in the completion list (which
7405         is enough to aid C-s/C-r, and to know that more characters are
7406         needed to refine the completion list).
7408 2004-04-17  Richard M. Stallman  <rms@gnu.org>
7410         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
7411         (file-truename): Expand all ~ constructs directly.
7412         (insert-directory): Delete any error msg output by the
7413         `insert-directory-program'.
7415         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
7416         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
7417         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
7418         (allout-init): Use find-file-hook, not find-file-hooks.
7419         (allout-mode): Eliminate Emacs 18 support.
7420         Use write-contents-functions, not local-write-file-hooks.
7422 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
7424         * progmodes/compile.el (compilation-error-properties): Fix for
7425         adding messages when there are already markers for their file.
7426         (compilation-fake-loc): New function.
7428 2004-04-16  Dave Love  <fx@gnu.org>
7430         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
7431         (python-load-file): Fix python-orig-start setting.
7433         * progmodes/compile.el: Doc fixes.
7434         (compilation-error-regexp-alist-alist)
7435         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
7436         (compilation-assq): Wrap in eval-when-compile.
7437         (compilation-mode-font-lock-keywords): Don't use list*.
7438         (compilation-start): Avoid warning.
7439         (compilation-compat-error-properties)
7440         (compilation-directory-properties): Add keymap property.
7441         (compilation-parsing-end): Make it a marker for better compatibility.
7443         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
7445 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
7447         * xml.el: Doc fixes.
7448         (xml-get-children): Only looks at sub-tags and ignore strings.
7450         * xml.el (xml-parse-tag): Avoid overwriting node-name.
7452 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7454         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
7456 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
7458         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
7460         * vc.el (vc-print-log): Likewise.
7462 2004-04-16  Masatake YAMATO  <jet@gyve.org>
7464         * simple.el (completion-setup-function): Set an initial value
7465         to `element-common-end' before entering loop.  Set a value
7466         to `element-common-end' at the end of loop.
7467         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
7468         (completions-common-part): Rename from completion-de-emphasis.
7469         (completions-first-difference): Rename from completion-emphasis.
7470         Suggested by RMS.
7472 2004-04-16  Juanma Barranquero  <lektu@terra.es>
7474         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
7475         (bookmark-edit-annotation-mode): Add mode name.
7477 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7479         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
7480         for nested conflict markers.
7481         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
7483 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
7485         * progmodes/gdb-ui.el (gdb-goto-info): New function.
7487         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
7489 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7491         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
7492         Give a backtrace if requested.
7494         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
7496         * progmodes/python.el (python-mouse-2-command, python-RET-command):
7497         Remove unused functions.
7498         (python-orig-start-line, python-orig-file): Remove.
7499         (python-orig-start): New var.
7500         (python-input-filter, python-compilation-line-number)
7501         (python-send-region, python-load-file): Use it.
7503         * info.el (info): Always jump to *info*.
7505         * subr.el (posn-set-point): New function.
7507         * mouse.el (mouse-set-point): Use it.
7509         * progmodes/compile.el (compile-goto-error): Use it.
7510         (compilation-button-map): New keymap.
7511         (compilation-error-properties): Use it.
7512         (compilation-shell-minor-mode-map): Don't bind mouse-2.
7514         * smerge-mode.el (smerge-popup-context-menu): Use it.
7516         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
7517         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
7518         mouse and non-mouse case.
7520         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
7521         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
7523         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
7524         Make it work for non-mouse events.
7526         * pcvs-info.el (cvs-status-map): Update binding name.
7528 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
7530         * xml.el (xml-maybe-do-ns): New function to handle namespace
7531         parsing of both attribute and element names.
7532         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
7533         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
7534         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
7535         (xml-parse-attlist): Make it do its own namespace parsing.
7537 2004-04-14  Dave Love  <fx@gnu.org>
7539         * progmodes/python.el (run-python): Fix use of \n.
7540         (python-load-file): Remove `try' from Python fragment.
7541         (python-describe-symbol): Fix message.
7543         * comint.el: Doc fixes.
7544         (comint-last-input-start, comint-last-input-end)
7545         (comint-last-output-start): Give them values.
7546         (comint-arguments): Avoid warning.
7547         (comint-skip-prompt): Use line-end-position.
7548         (comint-backward-matching-input): Rename arg to agree with doc.
7549         (comint-extract-string): Use syntax-ppss.
7550         (comint-dynamic-simple-complete): Delete useless list construction.
7551         (comint-redirect-subvert-readonly): New.
7552         (comint-redirect-preoutput-filter): Use it.
7554         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
7555         Correctly handle negative arguments when calling hook functions.
7557 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
7559         * info.el (info-apropos): Don't clobber Info-history-list.
7561 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
7563         * progmodes/compile.el (compilation-setup):
7564         Localize overlay-arrow-position.
7565         (compilation-sentinel): Restructure code equivalently.
7566         (compilation-next-error): Find message on same line after point if
7567         not found before point.
7568         (compile-mouse-goto-error): Restore function so that compilation
7569         buffer need not be current and use compile-goto-error.
7570         (compile-goto-error): Restore function.
7571         (next-error): Set overlay-arrow-position.
7572         (compilation-forget-errors): Don't localize already local
7573         compilation-locs and remove FIXME about refontifying.
7575 2004-04-14  Kim F. Storm  <storm@cua.dk>
7577         * startup.el (emacs-quick-startup): New defvar (set by -Q).
7578         (command-line): New option -Q.  Like -q --no-site-file, but
7579         in addition it also disables menu-bar, tool-bar, scroll-bars,
7580         tool-tips, and the blinking cursor.
7581         (command-line-1): Skip startup screen if -Q.
7582         (fancy-splash-head): Use ":align-to center" prop to center splash image.
7584         * emulation/cua-base.el (cua-read-only-cursor-color)
7585         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
7587 2004-04-13  Dave Love  <fx@gnu.org>
7589         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
7590         (syntax): Don't require.
7591         (python) <defgroup>: Add :version.
7592         (python-quote-syntax): Re-written.
7593         (inferior-python-mode): Move stuff here from run-python and add
7594         some more.
7595         (python-preoutput-continuation, python-preoutput-result)
7596         (python-dotty-syntax-table): New.
7597         (python-describe-symbol): Use them.
7598         (run-python): Move stuff to inferior-python-mode.  Modify code
7599         loaded into Python.
7600         (python-send-region): Use python-proc, python-send-string.
7601         (python-send-string): Send newlines too.  Callers changed.
7602         (python-load-file): Re-written.
7603         (python-eldoc-function): New.
7604         (info-look): Don't require.
7605         (python-after-info-look): New.  A modified version of former
7606         top-level code for use with eval-after-load.
7607         (python-maybe-jython, python-guess-indent): Use widened buffer.
7608         (python-fill-paragraph): Re-written.
7609         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
7610         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
7612 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
7614         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
7615         Set compilation-error-regexp-alist earlier.
7617         * progmodes/compile.el (compilation-minor-mode-map)
7618         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
7619         (compile-goto-error): Re-merge the mouse and non-mouse commands.
7621 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7623         * progmodes/compile.el (compile-goto-error): Select the buffer/window
7624         corresponding to the event.
7626 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
7628         * loadup.el: Add cygwin to system-type list, for unexec() support.
7630 2004-04-12  John Paul Wallington  <jpw@gnu.org>
7632         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
7633         (ibuffer-restore-window-config-on-quit): New variable to replace
7634         `ibuffer-delete-window-on-quit'.  Update all references.
7635         (ibuffer-prev-window-config): New variable.
7636         (ibuffer-quit): Restore previous window configuration instead of
7637         deleting window.
7638         (ibuffer): Save window configuration before showing Ibuffer buffer.
7640         * help.el (describe-mode): Doc fix.
7642 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7644         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
7645         not to treat nil as a function.
7647         * vc-arch.el (vc-arch-root): Be a bit more careful.
7648         (vc-arch-register): Save the buffer if we modified it.
7649         (vc-arch-delete-rej-if-obsolete): Save excursion.
7650         (vc-arch-find-file-hook): Use the simpler after-save-hook.
7651         (vc-arch-responsible-p, vc-arch-init-version): New functions.
7653         * net/ldap.el (ldap-search): Use list*.
7655 2004-04-12  Juri Linkov  <juri@jurta.org>
7657         * info.el (Info-follow-reference): Allow multiline reference name.
7659 2004-04-11  Dave Love  <fx@gnu.org>
7661         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
7663         * progmodes/python.el: New file.
7665 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
7667         * vc-hooks.el (vc-arg-list): Function removed.
7668         (vc-default-workfile-unchanged-p): Use condition-case to check for
7669         backward compatibility.
7671         * vc.el (vc-print-log): Use condition-case to check for backward
7672         compatibility.
7674 2004-04-11  Juri Linkov  <juri@jurta.org>
7676         * dired.el (dired-faces): New defgroup.
7677         (dired-header, dired-mark, dired-marked, dired-flagged)
7678         (dired-warning, dired-directory, dired-symlink, dired-ignored):
7679         New faces.
7680         (dired-header-face, dired-mark-face, dired-marked-face)
7681         (dired-flagged-face, dired-warning-face, dired-directory-face)
7682         (dired-symlink-face, dired-ignored-face): New face variables.
7683         (dired-font-lock-keywords): Use them instead of font-lock faces.
7684         Split the rule for dired marks into 3 separate rules: for marks,
7685         marked file names and flagged file names.
7687         * help-mode.el (help-make-xrefs): Add a final newline to the
7688         *Help* buffer.
7690 2004-04-11  John Paul Wallington  <jpw@gnu.org>
7692         * replace.el (occur-engine): Distinguish between one and several
7693         matches in the matches per buffer heading.
7695 2004-04-11  Kim F. Storm  <storm@cua.dk>
7697         * ido.el (ido-confirm-unique-completion): New defcustom.
7698         (ido-complete): Use it.
7699         (ido-write-file): Set it to t unconditionally.
7701 2004-04-10  Miles Bader  <miles@gnu.org>
7703         RCS keyword removal (only non-comment changes are enumerated here):
7705         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
7706         (byte-compile-insert-header): Don't use `byte-compile-version'.
7707         * forms.el (forms-version): Variable removed.
7708         (forms-mode): Don't use `forms-version'.
7709         * recentf.el (recentf-version): Variable removed.
7710         * progmodes/delphi.el (delphi-version): Variable removed.
7711         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
7713 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7715         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
7717 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
7719         * info.el (info-apropos): Improve menu item regexp.
7721 2004-04-09  Simon Josefsson  <jas@extundo.com>
7723         * mail/smtpmail.el: Add comment, based on report by
7724         kdc@rcn.com (Kevin D. Clark).
7726 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7728         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7729         Redo one more thing that I didn't notice Daniel had undone.
7731 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
7733         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
7734         (gdb-goto-breakpoint, gdb-display-buffer)
7735         (gdb-display-source-buffer, gdb-view-source-function)
7736         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
7737         (gdb-source-info, gdb-frame-handler): Don't specify a window
7738         for display.
7739         (gdb-info-breakpoints-custom): Remove superfluous update of
7740         assembler buffer.
7741         (gdb-many-windows): Make settable outside gdb.
7743 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
7745         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
7746         Derive from fundamental-mode rather than text-mode.
7748 2004-04-08  Juri Linkov  <juri@jurta.org>
7750         * info.el (Info-history): Doc fix.
7751         (Info-history-list): New var.
7752         (info-xref): Change magenta4 to blue, remove bold for dark and
7753         light backgrounds, change bold to underline for non-color classes.
7754         (info-xref-visited): New face.
7755         (Info-fontify-visited-nodes): New custom.
7756         (Info-hide-note-references): Add new value `hide'.  Doc fix.
7757         (Info-reference-name): New var.
7758         (Info-selection-hook): New custom.
7759         (Info-edit-mode-hook): New var.
7760         (Info-find-file): New fun.
7761         (Info-find-node): Move part of code to Info-find-file.
7762         (Info-find-node-2): Add anchors to Info-history-list.  Move point
7763         to the place with the reference name if name is defined.
7764         (Info-select-node): Add current node to Info-history-list.
7765         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
7766         (Info-search-whitespace-regexp): New custom.
7767         (Info-search-case-fold): New var.
7768         (Info-search): Add "case-sensitively" to the prompt.
7769         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
7770         (Info-search-case-sensitively, Info-search-next): New fun.
7771         (Info-up): Move point to the menu item of the current node.
7772         (Info-history): New fun.  Add *info-history* to
7773         same-window-buffer-names.
7774         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
7775         (Info-insert-toc): New fun.
7776         (Info-build-toc): New fun.
7777         (Info-follow-reference): Add new arg `fork'.  Doc fix.
7778         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
7779         with the same name prefer the reference closest to point.
7780         (Info-next-reference): Replace * by + in the *Note regexp.
7781         Add regexp for http:// and ftp://.  Skip the *Note prefix.
7782         (Info-prev-reference): Replace * by + in the *Note regexp.
7783         Add regexp for http:// and ftp://.  Skip the *Note prefix.
7784         (Info-follow-nearest-node): Add new arg `fork'.
7785         (Info-try-follow-nearest-node): Add new arg `fork'.
7786         Call browse-url for http:// and ftp:// references.
7787         Set Info-reference-name for index entries.
7788         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
7789         Info-search-next, Info-history, Info-toc, clone-buffer.
7790         (Info-menu-update): Replace * by + in the *Note regexp.
7791         (Info-mode): Add documentation for Info-history, Info-toc,
7792         Info-search-case-sensitively, Info-search-next, clone-buffer.
7793         (Info-fontify-menu-headers): Remove fun.  Move code to
7794         Info-fontify-node.
7795         (Info-fontify-node): Add docstring.  Add local vars
7796         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
7797         then fontify header line, titles, menu headers, http and ftp
7798         references, refill paragraphs.  If not-fontified-p is t or
7799         fontify-visited-p is t then fontify cross references, menu items.
7800         Fontify menu headers.  Fontify http and ftp references.
7801         Change regexp for cross references to require whitespace after *Note,
7802         add matching groups for file and node names.  Remove hack for quote.
7803         Use display property for Info-hide-note-references=t.  Use fifth
7804         or fourth match for help-echo.  Display visited nodes in a
7805         different face.  Unhide file names of external references.
7806         Unhide newlines.  Display visited menu items in a different face.
7808 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7810         * progmodes/compile.el: Require CL.
7811         (compilation-mode-font-lock-keywords): Re-install the "line as
7812         function" patch.
7814         * help-fns.el (help-C-source-directory): New var.
7815         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
7816         (describe-function-1, describe-variable): Use them.
7818         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
7819         to C source files specially.
7821 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7823         * info.el (Info-hide-cookies-node): New function.
7824         (Info-select-node): Use it.
7825         (Info-display-images-node): Remove message with image file name.
7827 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
7829         * progmodes/compile.el (compilation-warning-face)
7830         (compilation-info-face, compilation-skip-threshold)
7831         (compilation-skip-visited, compilation-context-lines):
7832         Declare :version when added to Emacs.
7833         (compilation-error-regexp-alist-alist): Extend caml and irix.
7834         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
7835         (compilation-mode-font-lock-keywords): Temporarily undo line as
7836         function patch, which wasn't ready.
7838 2004-04-07  Kenichi Handa  <handa@m17n.org>
7840         * international/latin1-disp.el (latin1-display-setup): Check each
7841         character is displayable or not instead of calling
7842         latin1-display-check-font.
7844 2004-04-06  Kenichi Handa  <handa@m17n.org>
7846         * language/ethio-util.el (ethio-sera-being-called-by-w3):
7847         New variable.
7848         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
7849         instead of sera-being-called-by-w3.
7850         (ethio-fidel-to-sera-buffer): Likewise.
7851         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
7852         instead of sera-being-called-by-w3.
7853         (ethio-write-file): Likewise.
7855 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7857         * printing.el: Doc fix.
7859 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
7861         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
7862         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
7863         (gdb-setup-windows): Only use separate IO buffer if required.
7865 2004-04-06  Kim F. Storm  <storm@cua.dk>
7867         * term.el (term-is-xemacs): Remove.
7868         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
7869         (term-window-width): New function.
7870         (term-mode, term-check-size): Use it.
7871         (term-mode): Disable overflow-newline-into-fringe in term buffer.
7873 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7875         * cus-edit.el (custom-add-parent-links): Change unbound variable
7876         `symbol' to `name'.
7878 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
7879         * info.el (info-apropos): New function.
7880         (Info-mode-menu): Add it.
7881         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
7883         * help-mode.el (help-make-xrefs): Recognize aliased variable with
7884         inherited docstring.
7886         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
7888 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7890         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
7892         * progmodes/compile.el (font-lock): Don't require any more.
7893         (compilation-error-properties, compilation-start, compilation-sentinel)
7894         (compilation-filter, next-error): Use with-current-buffer.
7895         (compilation-skip-to-next-location, compilation-skip-threshold)
7896         (compilation-skip-visited): Move to silence the byte-compiler.
7897         (compilation-setup): Simplify.
7898         (compilation-next-error): Use line-(beginning|end)-position.
7899         Make sure `pt' is non-nil before using compilation-loop.
7900         (compile-goto-error): Add optional event arg.  Use it.
7901         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
7902         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
7903         Update the binding for mouse-2.
7904         (first-error): Set compilation-current-error to nil rather than bob.
7905         (compilation-parsing-end, compilation-parse-errors-function)
7906         (compilation-error-list, compilation-old-error-list):
7907         "New" compatibility variables.
7908         (compile-buffer-substring, compilation-compat-error-properties)
7909         (compilation-compat-parse-errors, compilation-forget-errors):
7910         New compatibility functions.
7911         (compilation-mode-font-lock-keywords): Use them.
7913 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
7915         * autorevert.el (auto-revert-handler): If point (or a window
7916         point) is at the end of the buffer, keep it there after
7917         reverting.  This allows to tail a file.
7918         Mention this in the `Commentary'.
7920         * format.el (format-write-file): Add optional argument CONFIRM
7921         and make it behave like the analogous argument to `write-file'.
7923 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7925         * progmodes/ebnf2ps.el: Doc fix.
7926         (ebnf-version): New version number (4.2).
7927         (ebnf-syntax): Customization and docstring fix.
7928         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
7929         Put autoloaded funs before first use.
7930         (ebnf-style-database): Add dtd entry.
7931         (ebnf-syntax-alist): Add dtd initialization.
7932         (ebnf-token-sequence): New fun.
7933         (ebnf-comment-table): Add new comment action character.
7934         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
7936         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
7937         Type Definition for XML).
7939         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
7940         * progmodes/ebnf-bnf.el (ebnf-sequence):
7941         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
7942         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
7943         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
7944         Code simplification: call ebnf-token-sequence.
7946 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
7948         * calendar/timeclock.el (timeclock-relative)
7949         (timeclock-get-project-function, timeclock-get-workday-function)
7950         (timeclock-query-out, timeclock-when-to-leave)
7951         (timeclock-when-to-leave-string, timeclock-log-data)
7952         (timeclock-generate-report, timeclock-in): Doc fixes.
7954 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7956         * url/: New dir.  Import the URL package from its repository.
7958 2004-04-03  Andreas Schwab  <schwab@suse.de>
7960         * diff-mode.el (diff-mode): Fix missing quote.
7962 2004-04-03  Juri Linkov  <juri@jurta.org>
7964         * descr-text.el (describe-property-list): Add `font-lock-face'.
7966         * dired.el (dired-font-lock-keywords): Fix permission regexps.
7968 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7970         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
7971         Use utf-16le on little endian machines and utf-16be otherwise.
7973 2004-04-02  David Kastrup  <dak@gnu.org>
7975         * net/browse-url.el (browse-url-generic): Use call-process
7976         instead of start-process to allow browsers that fork and detach.
7978 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
7980         * compile.el (compilation-current-error): New var.
7981         (compilation-setup, compile-mouse-goto-error)
7982         (compile-goto-error, next-error): Use it.
7983         (compilation-skip-to-next-location): Default to t, which gives
7984         contiguous skipping like old compile (where this was redundant).
7985         (compilation-next-error): Prevent previous-* commands from moving
7986         back to message at or just before point.
7988 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
7990         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
7991         (gdb-source-info): Don't display source at startup, if required.
7992         (gdb-show-main): New option.
7993         (gdba): Update documentation.
7994         (gdb-source): Cover case of auto-display output.
7996 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
7998         * autorevert.el: Delete obsolete autoload's and defvar's.
7999         (auto-revert-check-vc-info): New user option.
8000         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8001         (auto-revert-handler-vc): Delete.
8002         (auto-revert-handler): Treat return value `fast' of
8003         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
8005         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
8006         return `fast'.
8008         * files.el (buffer-stale-function): Doc change.
8010 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8012         * printing.el: New tip on Tips section.
8013         (pr-version): New version number (6.7.4).
8014         (pr-shell-file-name): Initialization fix.
8016 2004-03-31  Juri Linkov  <juri@jurta.org>
8018         * dired.el: Add autoload for `dired-do-touch'.
8019         (dired-touch-program): New var.
8020         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
8021         (dired-no-confirm): Add `touch' to docstring.
8023         * dired-aux.el (dired-do-touch): New fun.
8024         (dired-do-chxxx): Add argument -t for touch operation.
8026         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
8027         `dired-move-to-filename-regexp'.
8029 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
8031         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
8033 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8035         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
8036         and only if the buffer was modified.
8038 2004-03-30  Kenichi Handa  <handa@m17n.org>
8040         * international/characters.el: Delete pairs for U+2308..U+230B.
8042 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
8044         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
8045         to detect the beginning of a level 2 or 3 annotation.
8047 2004-03-29  Kenichi Handa  <handa@m17n.org>
8049         * international/ucs-tables.el (ucs-insert): Fix the error message.
8051 2004-03-29  Kenichi Handa  <handa@m17n.org>
8053         * international/mule-util.el (char-displayable-p): Fix generation
8054         of XLFD file name.
8056         * Makefile.in (setwins, setwins_almost): Change directory to $wd
8057         before finding directories by `find'.
8059 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8061         * subr.el (interactive-form): Delete.  Now implemented in C.
8063         * pcvs.el (cvs-parse-process): Workaround for Darwin.
8065         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
8066         (vc-diff-label): New fun.
8067         (vc-diff-internal): Use it.
8069         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
8071 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8073         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
8075         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
8076         specify XML (EBNFX).
8078         * progmodes/ebnf2ps.el: Doc fix.
8079         (ebnf-version): New version number (4.1).
8080         (ebnf-syntax): Adjust customization.
8081         (ebnf-style-database): Add ebnfx entry.
8082         (ebnf-syntax-alist): Add ebnfx initialization.
8083         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
8085         * printing.el: Doc fix.
8086         (pr-version): New version number (6.7.3).
8087         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
8088         returns nil for mouse position.  Reported by Drew Adams
8089         <drew.adams@oracle.com>.
8090         (pr-update-menus): Modify interactive declaration.  Reported by Drew
8091         Adams <drew.adams@oracle.com>.
8093 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
8095         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
8096         (gud-gdba-marker-filter): Log the process input and output, if
8097         required.  From Stefan Monnier.
8098         (gdb-debug-log, gdb-enable-debug-log): New variables.
8099         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
8101 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8103         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
8104         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
8106 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
8108         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
8109         Call vc-find-file-hook here instead of in auto-revert-buffers.
8110         (auto-revert-buffers): Delete call to vc-find-file-hook.
8111         (auto-revert-verbose, global-auto-revert-non-file-buffers)
8112         (global-auto-revert-mode, auto-revert-set-timer)
8113         (auto-revert-handler, auto-revert-buffers): Doc fixes.
8115 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
8117         * woman.el (woman-change-fonts): Rename local variable
8118         woman-font-alist to font-alist to avoid a compiler warning.
8120 2004-03-27  Dave Love  <fx@gnu.org>
8122         * emacs-lisp/rx.el (rx): Doc fix.
8123         Fix copyright years.
8125         * strokes.el (strokes-global-set-stroke-string): New function.
8126         (strokes-list-strokes): Cope with strings, not just commands.
8127         Set foreground colour of image.
8128         (strokes-global-set-stroke): Doc fix.
8130 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
8132         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
8133         Auto Revert mode.
8134         (Buffer-menu-files-only): New variable.
8135         (Buffer-menu-toggle-files-only): New function.
8136         (Buffer-menu-mode-map): Bind it to `T'.
8137         (Buffer-menu-mode): Mention `T' in docstring.
8138         Set buffer-stale-function.
8139         (list-buffers-noselect): Mark buffer non-modified and set
8140         Buffer-menu-files-only.
8142         * dired.el (buffer-stale-function): Remove no longer needed defvar.
8144         * autorevert.el (auto-revert-handler): Print revert message
8145         before, rather than after, reverting.
8146         (buffer-stale-function): Move to files.el.
8148         * files.el (buffer-stale-function): Move here from autorevert.el.
8150 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8152         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
8154         * calc/calc.el (calc-mode-map): Use mapc.
8156         * apropos.el (apropos-mode): Don't autoload.
8157         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
8158         (apropos): Use it.
8159         (apropos-print): Add optional `text' argument.
8160         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
8161         Don't assume point-min == 1.
8163         * bs.el (bs-buffer-list): Use buffer-local-value.
8164         (bs--set-toggle-to-show): Use with-current-buffer.
8166         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
8167         New funs.
8168         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
8170         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
8172         * dabbrev.el (dabbrev-expand): Fix regexp construction.
8173         (dabbrev--find-expansion): Use pop.
8174         (dabbrev--search): Use match-string-no-properties.
8176         * dired.el (dired-mode): Use run-mode-hooks.
8177         (dired-move-to-end-of-filename): Use match-string.
8179         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
8180         is bound before using it.
8181         (ediff-verbose-p): Make it into a var since it's not constant.
8183         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
8185         * faces.el (read-face-font): Don't cons up unnecessarily.
8186         (header-line, tool-bar): Share common parts.
8188         * files.el (file-relative-name): Use compare-strings.
8190         * finder.el (finder-mode): Follow coding convention.
8192         * subr.el (read-number): New function.
8194         * ses.el (ses-read-number): Move to subr.el.
8195         (ses-set-header-row): Use read-number.
8197 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
8199         * vc-hooks.el (vc-arg-list): New function, which handles both
8200         compiled and uncompiled code.
8201         (vc-default-workfile-unchanged-p): Use it.
8203         * vc.el (vc-print-log): Undo prev change, use new function
8204         vc-arg-list from vc-hooks.el.
8206 2004-03-26  Masatake YAMATO  <jet@gyve.org>
8208         * simple.el (completion-setup-function): Emphasize the
8209         first uncommon characters in the completions; and de-emphasize
8210         the common prefix substrings.
8211         (completion-emphasis): New face.
8212         (completion-de-emphasis): New face.
8214 2004-03-25  Juanma Barranquero  <lektu@terra.es>
8216         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
8217         Comment out (it's unused and unfinished code).
8219 2004-03-25  Sam Steingold  <sds@gnu.org>
8221         * vc.el (vc-print-log): Fix a bug in the last patch:
8222         backend-function may be a byte-compiled object, not a lambda.
8224 2004-03-25  Juri Linkov  <juri@jurta.org>
8226         * descr-text.el (describe-property-list): Add a button
8227         for `face' property that calls `describe-face'.
8228         Suggested by luis fernandes <elf@ee.ryerson.ca>
8230         * international/mule.el (keyboard-coding-system):
8231         * kmacro.el (kmacro-call-macro): Fix docstring.
8233         * dired.el: Fix comments.
8235         * textmodes/fill.el (fill): Fix Info link.
8237         * font-lock.el (fast-lock, lazy-lock):
8238         * jit-lock.el (jit-lock): Remove links to removed Support Modes
8239         Info node.
8241         * eshell/eshell.el (eshell): Fix broken info-link.
8243         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
8244         * eshell/em-banner.el (eshell-banner):
8245         * eshell/em-smart.el (eshell-smart):
8246         * eshell/esh-cmd.el (eshell-cmd):
8247         Comment out broken info-links to incomplete Info manual.
8249         * info-xref.el: Fix commentary.
8251 2004-03-25  Kevin Ryde  <user42@zip.com.au>
8253         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
8254         Remove spurious node duplicate suppression, doesn't work, not wanted.
8255         (info-xref-output): Take format style args, add "sit-for 0" to let
8256         user see the results as they progress.
8257         (info-xref-check-all-custom): New function.
8259 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
8261         * gdb-ui.el: Moved to progmodes.
8263 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8265         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
8267 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
8269         * calendar/appt.el (appt-check): Remove superfluous progn.
8270         When finished with diary buffer: if it was not being displayed
8271         before, kill it; otherwise restore its original state.
8272         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
8274         * calendar/calendar.el (calendar-set-mode-line): Use total
8275         available mode-line width, rather than frame-width.
8277         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
8278         after mode change so effect not lost.
8280 2004-03-23  Dave Love  <fx@gnu.org>
8282         * dired.el (dired) <defgroup>: Add link to manual.
8283         (dired-font-lock-keywords): Add highlighting on unusual permissions.
8284         (dired-revert): Use dolist.
8285         (dired-mode-map): Add U binding.
8286         (dired-mode): Add font-lock-beginning-of-syntax-function.
8287         (dired-garbage-files-regexp): Make it a defcustom.
8289 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8291         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
8292         is equivalent to nil.
8293         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
8294         (vc-arch-mode-line-string): Accept `added' state.
8295         (vc-arch-state): Use inode-sigs if available.
8296         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
8297         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
8298         (vc-arch-tagline-re): New var.
8299         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
8300         New functions.
8301         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
8302         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
8304         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
8305         (vc-file-not-found-hook): Use it.
8307         * diff-mode.el (diff-default-read-only): Change default.
8308         (diff-mode-hook): Make it a defcustom.  Add some options.
8309         (diff-mode-map): Bind diff-refine-hook.
8310         (diff-yank-handler): New var.
8311         (diff-yank-function): New fun.
8312         (diff-font-lock-keywords): Use them.
8313         (diff-end-of-file): Handle case where file-header looks like diff text.
8314         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
8315         (diff-file-kill): Delete a subsequent empty line, if applicable.
8316         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
8317         (diff-find-file-name): Use it.
8318         (diff-tell-file-name): New command.
8319         (diff-mode): Be careful with view-mode.
8320         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
8321         New functions, for use in diff-mode-hook.
8322         (diff-find-source-location): Catch "regex too large" errors.
8323         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
8324         (diff-refine-hunk): New command.
8326         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
8327         (smerge-context-menu-map): Remove unused var.
8328         (smerge-keep-all): Preserve markers.
8329         (smerge-keep-n): New fun.
8330         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8331         (smerge-keep-current, smerge-ediff): Use it.
8332         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
8333         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
8334         (smerge-resolve): Resolve trivial 3-part conflicts.
8336 2004-03-23  Juri Linkov  <juri@jurta.org>
8338         * man.el (Man-width): New var.
8339         (Man-getpage-in-background): Use it.
8340         (Man-support-local-filenames): New var and fun.
8341         (Man-build-man-command): Don't add a second %s.
8342         (Man-fontify-manpage): Clean up message.
8343         (Man-mode): Set outline-regexp, outline-level,
8344         imenu-generic-expression.
8346         * woman.el (woman-fill-frame): Doc fix.
8347         (woman-decode-region): Use window-width instead of frame-width.
8349         * abbrevlist.el (list-one-abbrev-table):
8350         * descr-text.el (describe-char):
8351         * international/mule-diag.el (describe-current-coding-system):
8352         * international/quail.el (quail-insert-decode-map):
8353         Use window-width instead of frame-width.
8355         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
8356         (jka-compr-mode-alist-additions): Add tbz.
8357         (jka-compr-write-region, jka-compr-insert-file-contents):
8358         Add message for undefined compress-program.
8359         (jka-compr-write-region): Remove redundant var bindings.
8361         * dired-x.el (dired-guess-shell-alist-default): Add choices for
8362         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
8363         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
8364         (dired-man): Use dired-guess-shell-command.
8365         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
8366         Change default nil to t.
8368         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
8369         (dired-compare-directories): Add default value for empty input.
8371         * help-at-pt.el: Move suggestions for key bindings to Commentary.
8373         * time.el (display-time-string-forms): Fix help-echo date format.
8375 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
8377         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
8378         (buffer-stale-function): New variable.
8379         (auto-revert-list-diff, auto-revert-dired-file-list)
8380         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
8381         (auto-revert-handler): Take over some functionality of deleted
8382         functions.
8383         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
8385         * dired.el (dired-directory-changed-p): New fun, extracted from
8386         dired-internal-noselect.
8387         (dired-buffer-stale-p): New fun.
8388         (dired-internal-noselect): Use dired-directory-changed-p.
8389         Eliminate revert messages.
8390         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
8392 2004-03-23  Kenichi Handa  <handa@m17n.org>
8394         * international/characters.el: Setup syntaxes for more parentheses
8395         Unicode characters.
8397         * international/mule-cmds.el (select-safe-coding-system):
8398         Merge coding-system and auto-cs before comparing them.
8400 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8402         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
8404         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8405         normal-auto-fill-function and comment-indent-function.
8406         The default values now work just as well.
8407         Don't set font-lock-beginning-of-syntax-function since we already set
8408         syntax-begin-function.
8409         (lisp-outline-level): Put ;;;###autoload at same level as (.
8410         (prin1-char): Quote special chars.
8412         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
8413         than with-no-warnings.
8415         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
8416         if the source location can't be found.
8417         (edebug-compute-previous-result): Use prin1-char.
8419         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
8420         (debug-ignored-errors): Add an entry.
8422         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
8423         (byte-compile-file): Output warning when deleting a file.
8425         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
8426         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
8428         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
8429         (byte-compile-inline-expand): Use backquote.
8430         (byte-optimize-pure-func): Rename from byte-optimize-concat.
8431         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
8433         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
8435         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
8437 2004-03-22  Juri Linkov  <juri@jurta.org>
8439         * finder.el (finder-known-keywords): Fix data, tex, unix.
8441         * play/landmark.el: Fix keywords.
8443         * language/ethio-util.el (ethio-find-file): Doc fix.
8445         * emacs-lisp/warnings.el: Doc fix.
8447         * textmodes/ispell.el (ispell-help): Doc fix.
8449 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
8451         * format.el (format-insert-file): Always return a list of two
8452         elements, like insert-file-contents does.
8454 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
8456         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
8457         and vc-BACKEND-diff.
8458         (vc-print-log): If the print-log implementation supports it, use
8459         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
8460         (vc-version-diff, vc-diff-internal): Doc fixes.
8462         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
8463         implementation supports it, let diff output go to *vc*,
8464         not *vc-diff*, since this is an internal call.
8466         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
8468         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
8470         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
8472 2004-03-21  Dave Love  <fx@gnu.org>
8474         * progmodes/cfengine.el (cfengine-mode):
8475         Set parse-sexp-ignore-comments.
8477         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
8479 2004-03-21  Juanma Barranquero  <lektu@terra.es>
8481         * allout.el (allout-mode): Fix docstring.
8483 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
8485         * files.el (insert-directory): Fix bug if SWITCHES is a list.
8487         * autorevert.el (auto-revert-interval): Make new value take
8488         effect immediately when set through Custom.
8489         (auto-revert-set-timer): Add interactive declaration.
8491 2004-03-19  David Ponce  <david@dponce.com>
8493         * ruler-mode.el (ruler-mode-header-line-format-old):
8494         Don't `make-variable-buffer-local'.
8495         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
8496         (ruler-mode-header-line-format): Simply funcall the above.
8497         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
8498         to save/restore a previous header line format.
8499         (ruler-mode-space): Don't depend on a numeric WIDTH value.
8500         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
8501         fringes and margins width.
8502         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
8504 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8506         * log-edit.el (log-edit-font-lock-keywords): Typo.
8508         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
8509         (tex-send-tex-command): Rather than here.
8510         (tex-compilation-parse-errors): Simplify.
8512         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
8514         * time.el (display-time-string-forms): Add help-echo with date on time.
8516         * composite.el (compose-region): Use restore-buffer-modified-p.
8518         * disp-table.el (standard-display-8bit): Simplify.
8520         * server.el (server-process-filter): Delete temp frame.
8522         * add-log.el (add-change-log-entry): Simplify.
8524 2004-03-19  Kim F. Storm  <storm@cua.dk>
8526         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
8527         (hexl-follow-line): Don't require 'fringe.
8529         * progmodes/compile.el (compilation-start): Always set
8530         compilation-last-buffer and return it.
8532 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
8534         * simple.el (clone-buffer): Doc fix.
8536 2004-03-18  Juanma Barranquero  <lektu@terra.es>
8538         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
8540 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8542         * log-edit.el (log-edit-font-lock-keywords): New var.
8543         (log-edit-mode): Use it.
8545 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
8547         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
8548         properly for watching in speedbar.
8550 2004-03-17  Masatake YAMATO  <jet@gyve.org>
8552         * smerge-mode.el (smerge-popup-context-menu):
8553         Put `unwind-protect' around `overlay-put' and `popup-menu'.
8555 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8557         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
8558         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
8559         Take sealed revisions into account.
8560         (vc-arch-checkin): Extract a summary line from the message.
8562 2004-03-16  Masatake YAMATO  <jet@gyve.org>
8564         * register.el (register): Provide `register' feature.
8566 2004-03-15  Masatake YAMATO  <jet@gyve.org>
8568         Added context menu support in smerge mode.
8569         Most of the part is written by Stefan Monnier.
8571         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
8572         New keymap and menu.
8573         (smerge-text-properties): New function.
8574         (smerge-remove-props): New function.
8575         (smerge-popup-context-menu): New function.
8576         (smerge-resolve): Call `smerge-remove-props'.
8577         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
8578         (smerge-keep-current): Ditto.
8579         (smerge-kill-current): New function.
8580         (smerge-match-conflict): Put text properties.
8581         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
8583 2004-03-15  David Ponce  <david@dponce.com>
8585         * ruler-mode.el: (ruler-mode-left-fringe-cols)
8586         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
8587         (ruler-mode-right-scroll-bar-cols): Remove.
8588         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
8589         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
8590         Use fringe-columns and scroll-bar-columns.
8592 2004-03-15  Masatake YAMATO  <jet@gyve.org>
8594         * hl-line.el (hl-line-range-function): New variable.
8595         (hl-line-move): New function.
8596         (global-hl-line-highlight): Use `hl-line-move'.
8597         (hl-line-highlight): Ditto.
8599         * scroll-bar.el (scroll-bar-columns):
8600         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
8602         * ruler-mode.el (top-level): Require scroll-bar and fringe.
8603         (ruler-mode-left-fringe-cols)
8604         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
8605         (ruler-mode-right-scroll-bar-cols)
8606         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
8607         (ruler-mode-ruler-function): New variable.
8608         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
8609         if the value for `ruler-mode-ruler-function'is given.
8611         * hexl.el (hexl-mode-hook): Make the hook customizable.
8612         (hexl-address-area, hexl-ascii-area): New customize variables.
8613         (hexlify-buffer): Put font-lock-faces on the address area and
8614         the ascii area.
8615         (hexl-activate-ruler): New function.
8616         (hexl-follow-line): New function.
8617         (hexl-highlight-line-range): New function.
8618         (hexl-mode-ruler): New function.
8620 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8622         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
8623         (vc-default-find-file-hook): New fun.
8624         (vc-find-file-hook): Call new find-file-hook operation.
8626         * vc-arch.el: New file.
8628 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
8630         * info-look.el (info-lookup): Reuse an existing Info window.
8632 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
8634         * woman.el (woman-preserve-ascii): Default value changed to t and
8635         doc string revised.
8637 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8639         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8640         Fix minor bug.
8642         * replace.el (occur-engine): Change message for count of matches.
8644         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
8645         For strings, do compare text properties.
8647 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
8649         * progmodes/compile.el (compile-auto-highlight)
8650         (compilation-error-list, compilation-old-error-list)
8651         (compilation-parse-errors-function, compilation-parsing-end)
8652         (compilation-error-message, compilation-directory-stack)
8653         (compilation-enter-directory-regexp-alist)
8654         (compilation-leave-directory-regexp-alist)
8655         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
8656         (compilation-current-file, compilation-regexps): Remove vars.
8658         (compile-error-at-point, compilation-error-filedata)
8659         (compilation-error-filedata-file-name, compile-reinitialize-errors)
8660         (compilation-next-error-locus, compilation-forget-errors)
8661         (count-regexp-groupings, compilation-parse-errors)
8662         (compile-collect-regexps, compile-buffer-substring): Remove funs.
8664         (compile-internal): Make obsolete.
8666         (compilation-first-column, compilation-error)
8667         (compilation-directory-matcher, compilation-page-delimiter)
8668         (compilation-mode-font-lock-keywords, compilation-debug)
8669         (compilation-error-face, compilation-warning-face)
8670         (compilation-info-face, compilation-line-face)
8671         (compilation-column-face, compilation-enter-directory-face)
8672         (compilation-leave-directory-face, compilation-skip-threshold)
8673         (compilation-skip-visited, compilation-context-lines): New vars.
8675         (compilation-warning-face, compilation-info-face)
8676         (compilation-message-face): New faces.
8678         (compilation-error-regexp-alist-alist): New constant.
8680         (compilation-face, compilation-directory-properties)
8681         (compilation-assq, compilation-error-properties, compilation-start)
8682         (define-compilation-mode, compilation-loop)
8683         (compilation-set-window): New functions.
8685         (compile): Additional argument for interactive compiles like TeX.
8687         * progmodes/grep.el (kill-grep): Move here from compile.el
8688         (grep-error, grep-hit-face, grep-error-face)
8689         (grep-mode-font-lock-keywords): New variables.
8690         (grep-regexp-alist): Simplify regexp and add `binary' case.
8691         (grep-mode): New mode.
8692         (grep-process-setup): Simplify.
8694 2004-03-11  Jason Rumney  <jasonr@gnu.org>
8696         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
8697         letters on DOS/Windows.
8699 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8701         * server.el (server-name): New var.
8702         (server-socket-dir): New var to replace server-socket-name.
8703         (server-start): Use them.
8705 2004-03-11  Simon Josefsson  <jas@extundo.com>
8707         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
8708         died to avoid infloop.  Reported by Jonathan Glauner
8709         <jglauner@sbum.org>.
8711 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8713         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
8714         (smerge-mode-menu): Use it to deactivate menu entries.
8715         (smerge-keep-current): New fun.
8716         (smerge-keep-current): Use it.
8718 2004-03-10  John Paul Wallington  <jpw@gnu.org>
8720         * foldout.el (foldout-fold-list, foldout-modeline-string):
8721         Declare them as variables, not constants.
8723 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8725         * ps-print.el: Modification to print *Messages* buffer.
8726         (ps-print-version): New version 6.6.4.
8727         (ps-message-log-max): New fun.
8728         (ps-spool-without-faces, ps-spool-with-faces)
8729         (ps-count-lines-preprint): Code fix.
8731         * printing.el: New tips in Tips section.
8733 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8735         * delim-col.el: Doc fix.
8737         * printing.el: Doc fix.  New doc section (Tips).
8739 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8741         * type-break.el (type-break-emacs-variant): Remove.
8742         (type-break-run-at-time, type-break-cancel-function-timers):
8743         Use fboundp rather than version name and number.
8745 2004-03-09  Masatake YAMATO  <jet@gyve.org>
8747         * hexl.el (hexl-mode): Use `make-local-variable' instead of
8748         `make-variable-buffer-local'.
8750 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
8752         * find-dired.el (find-dired): Call `shell-command' instead of
8753         `start-process-shell-command'.  By this, Tramp takes over
8754         handling of remote directories.
8756 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8758         * newcomment.el (comment-use-global-state): New var.
8759         (comment-search-forward): Use it.
8761         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
8763         * cus-edit.el (fill) <defgroup>: Move to fill.el.
8765         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
8766         (enable-kinsoku): Make it a defcustom.
8767         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
8768         paragraph to same-comment-start-marker.
8770 2004-03-07  Dave Love  <fx@gnu.org>
8772         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
8773         (browse-url-mail): Use it.
8775         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
8776         (rfc2368-unhexify-string): Use replace-regexp-in-string.
8778 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
8780         * woman.el (woman-man.conf-path): Doc fix.
8781         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
8783 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
8785         * sort.el (sort-columns): Remove ms-dos from the list of systems
8786         where the external `sort' command is not used.
8788 2004-03-07  Kim F. Storm  <storm@cua.dk>
8790         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
8791         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
8792         from overlay-arrow-variable-list.
8793         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
8795 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
8797         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
8798         overlay arrow string properly for the assembler buffer.
8800 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8802         * mail/sendmail.el (mail-mode): Fix last change.
8804 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
8806         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
8807         for the assembler buffer.
8808         (gdb-assembler-custom): Position the overlay arrow.
8809         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
8811 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8813         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
8815         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
8816         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
8818         * mail/sendmail.el (mail-mode): Set comment-start-skip.
8820         * newcomment.el (uncomment-region): Allow non-terminated comment.
8821         (comment-normalize-vars): Check the user-specified comstart marker.
8823 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8825         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
8826         Otherwise, do use it if the region only contains font-lock text
8827         properties.
8829 2004-03-04  Masatake YAMATO  <jet@gyve.org>
8831         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
8832         as the callback function for eldoc.
8833         (hexl-print-current-point-info): New function.
8834         (hexl-current-address): Print the address in both decimal
8835         and hexadecimal format.
8837 2004-03-04  Richard M. Stallman  <rms@gnu.org>
8839         * mail/rmail.el (rmail-convert-to-babyl-format):
8840         Specify t for UNIBYTE when calling mail-unquote-printable-region.
8842         * mail/mail-utils.el (mail-unquote-printable-region):
8843         New arg UNIBYTE.
8845         * startup.el (command-switch-alist): Doc fix.
8847         * simple.el (undo): Temporarily set this-command to `undo-start',
8848         then set it to `undo' once undo-start returns without error.
8850         * simple.el (minibuffer-history-sexp-flag): Doc fix.
8852         * simple.el (kill-line): Don't disregard trailing whitespace
8853         in eol condition, if show-trailing-whitespace is set.
8855         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
8856         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
8857         When disabling, restore old values only if mouse-sel-has-been-enabled.
8859         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
8860         (isearch-{-char): New function.
8861         (isearch-mode-map): Bind { to isearch-{-char.
8863         * font-lock.el (lisp-font-lock-keywords-2):
8864         Turn off the CL with-... and do-... general patterns.
8865         Instead, recognize several specific with... and do... constructs.
8867         * files.el (switch-to-buffer-other-window):
8868         Bind same-window-buffer-names and same-window-regexps to nil.
8869         (switch-to-buffer-other-frame): Likewise.
8871 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8873         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
8874         recognizing leading comment on code line.
8876 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8878         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
8879         hidden files/directories.
8881 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8883         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
8884         only comment-start (in case the mode hasn't set it).
8886         * Makefile.in (AUTOGENEL): New var.
8887         (bootstrap-prepare): Rename from bootstrap-clean.
8888         Don't remove elc files.
8889         (maintainer-clean): New target.
8891         * xml.el (xml-get-attribute-or-nil): Simplify.
8893 2004-03-02  Juri Linkov  <juri@jurta.org>
8895         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
8896         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
8897         URL to prevent their substitution with the environment variable
8898         values by browsers.
8900 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8902         * ps-print.el: Doc fix.
8903         (ps-print-version): New version number (6.6.3).
8904         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
8905         Docstring fix.
8906         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
8907         before printing.
8908         (ps-time-stamp-yyyy-mm-dd): New fun.
8909         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
8911 2004-03-02  Kim F. Storm  <storm@cua.dk>
8913         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
8915 2004-03-01  Juanma Barranquero  <lektu@terra.es>
8917         * allout.el (allout-rebullet-heading): Fix typo in docstring.
8919         * desktop.el (desktop-file-version)
8920         (desktop-after-read-hook): Fix typos.
8921         (desktop-clear-preserve-buffers): Remove redundant info in
8922         docstring already shown by the obsolescence message.
8923         (desktop-truncate, desktop-internal-v2s)
8924         (desktop-value-to-string): Change argument name to match docstring.
8926         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
8928         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
8929         docstring.
8931 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8933         * printing.el: Replace "As Is..." in PostScript file print/preview by
8934         "No Preprocessing...".  Suggested by Colin Marquardt
8935         <_marquardt_@zmd.de>.
8936         (pr-insert-section-4): Adjust buffer interface.
8938 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
8940         Version 2.0.39 of Tramp released.
8942         * net/tramp.el (tramp-handle-file-local-copy)
8943         (tramp-handle-write-region, tramp-open-connection-rsh):
8944         Variable name typo.  Small change.  From Patrick Tullmann
8945         <tullmann@flux.utah.edu>.
8946         (tramp-process-connection-type): New variable.
8947         (tramp-maybe-open-connection): Use it.
8948         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
8949         (tramp-touch): Set last-modified time of a remote file.
8950         (tramp-handle-write-region): Say which function is used when encoding.
8952 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8954         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
8955         case of non-existing filename, too.  Reported by Christoph Bauer
8956         <c_bauer@informatik.uni-kl.de>.
8957         (tramp-smb-get-file-entries): The directory in question should
8958         have permissions "drwxrwxrwx".  Just virtual, because we don't
8959         know the real permissions.  Don't we know?
8960         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
8961         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
8962         (tramp-smb-wait-for-output): Optimize algorithm getting pending
8963         output.  If it was received chunkwise, there have been problems.
8964         Remove the "prompt not found" error message; it is obvious.
8965         Simplify algorithm.
8966         (tramp-smb-process-running): Remove.  Since we acknowledge the
8967         virtual prompt for shares, there's no need for distinction of
8968         reading shares (process ends afterwards) and interactive mode of
8969         smblient.
8970         (tramp-smb-open-connection): Setting process sentinel removed.
8971         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
8972         "NT_STATUS_NETWORK_ACCESS_DENIED".
8973         (tramp-smb-maybe-open-connection): Set `process-connection-type'
8974         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
8975         (top-level): Setting default value in `tramp-default-method-alist'
8976         corrected.  Order of USER and HOST have been wrong.
8977         Nobody complained for months ...
8978         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
8979         (tramp-smb-open-connection): Clear password cache if login has failed.
8981         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
8982         `tramp-unified-filenames'.
8983         (tramp-completion-mode): Make test for XEmacs explicitely.
8984         `event-to-character' can exists in Emacs packages too.
8985         Reported by Matt Swift <swift@alum.mit.edu>.
8986         (tramp-buffer-name): Buffer name must contain the user if exists.
8987         Reported by Adrian Phillips <a.phillips@met.no>.
8988         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
8989         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
8990         (tramp-do-copy-or-rename-file-out-of-band): Rename from
8991         `tramp-do-copy-or-rename-file-one-local', because it handles also
8992         the case both files use the same out-of-band method.
8993         Implementation added.
8994         (tramp-handle-file-local-copy, tramp-handle-write-region):
8995         Out-of-band handling removed.  `copy-file' called instead, which
8996         calls `tramp-do-copy-or-rename-file-out-of-band'.
8997         (tramp-action-password): Check for out-of-band method removed.
8998         This function is used for 'login-program.
8999         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
9000         appropriate.
9001         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
9002         and `tramp-parse-sknownhosts'.
9003         (tramp-completion-function-alist): It's a defvar now, because we
9004         want to apply the optimized `tramp-set-completion-function'
9005         instead of a static list.
9006         (tramp-set-completion-function): Implementation tuned.
9007         Avoid double entries, and entries where the function or the
9008         file/directory doesn't exist.
9009         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
9010         for SSH2.
9011         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
9012         (tramp-handle-dired-compress-file): New function.
9013         (tramp-async-proc): New variable.
9014         (tramp-handle-shell-command): Adding asynchronous processes.
9015         They are far from being perfect, but it works at least for
9016         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
9017         (top-level): Require password.el if visible.  Should be mandatory
9018         once No Gnus has found its way into (X)Emacs.
9019         (tramp-read-passwd): Invoke `password-read' if available,
9020         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
9021         fallback any longer.
9022         (tramp-clear-passwd): New function.
9023         (tramp-process-actions, tramp-process-multi-actions):
9024         Clear password cache if login has failed.
9026         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
9027         its own module.
9028         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
9029         `ange-ftp-ftp-name-res'.  There could be incorrect values from
9030         previous calls in case the "ftp" method is used in the Tramp file
9031         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9033 2004-02-28  Richard M. Stallman  <rms@gnu.org>
9035         * term.el (term-mouse-paste): Call mouse-set-point.
9037         * thumbs.el: New file.
9039 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9041         * progmodes/ebnf-abn.el: Doc fix.
9043         * progmodes/ebnf-bnf.el: Doc fix.
9044         (ebnf-repeat): Code fix.
9046         * progmodes/ebnf2ps.el: Doc fix.
9047         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
9049 2004-02-28  Juri Linkov  <juri@jurta.org>
9051         * ffap.el (dired-at-point): Additional writability test for
9052         relative directory names.
9053         (dired-at-point-prompter): Treat directories as a directory, get
9054         the directory component from files.
9055         (ffap-string-at-point): Return string from region if region is active.
9056         (ffap-file-at-point): Remove redundant code.
9058 2004-02-28  Kim F. Storm  <storm@cua.dk>
9060         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
9061         Initialize margin area images to nil.
9062         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
9063         (breakpoint-enabled-bitmap-face)
9064         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
9065         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
9066         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
9067         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
9068         (gdb-reset): Use gdb-remove-breakpoint-icons.
9069         (gdb-put-string): Add dprop arg to specify alternative display
9070         property (for setting fringe bitmap).
9071         (gdb-remove-strings): Doc fix.
9072         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
9073         icon in fringe (if available), or else as icon or text in display
9074         margin.  Creates necessary icons in breakpoint-bitmap,
9075         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
9076         Also make left window margin if required.
9077         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
9078         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
9079         no longer needed.
9080         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
9081         gdb-put-breakpoint-icon.
9082         (gdb-assembler-mode): Don't set left-margin-width here.
9084 2004-02-27  Kevin Ryde  <user42@zip.com.au>
9086         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
9087         comma, so that it DTRT in macros.
9089 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9091         * progmodes/sh-script.el (sh-shell-arg)
9092         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
9093         (sh-leading-keywords, sh-other-keywords): Fix custom type.
9095 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
9097         * faces.el (face-spec-set-match-display): Add a new attribute,
9098         `min-colors'.
9099         (region, highlight, secondary-selection): Use `min-colors'.
9101         * custom.el (defface): Add documentation for `min-colors'.
9103         * font-lock.el (font-lock-comment-face, font-lock-string-face)
9104         (font-lock-keyword-face, font-lock-function-name-face)
9105         (font-lock-variable-name-face, font-lock-constant-face):
9106         Use `min-colors'.
9108         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
9110 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9112         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
9113         define assq-delete-all if it's not defined.
9114         (ebnf-generate-region): Code fix.
9116         * printing.el: Doc fix.
9117         (pr-version): New version number (6.7.2).
9118         (pr-command): Return empty string if command is an empty string.
9120 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9122         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
9124         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
9125         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
9126         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
9127         "tt" ["test"] ).  Reported by Markus Dreyer
9128         <mdreyer@ix.urz.uni-heidelberg.de>.
9129         (ebnf-version): New version number (4.0).
9130         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
9131         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
9132         (ebnf-delete-style): New commands.
9133         (ebnf-directory, ebnf-file): New funs.
9134         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
9135         (ebnf-production-name-p, ebnf-stop-on-error): New options.
9136         (ebnf-syntax-alist): New var.
9137         (ebnf-element-width): New fun replacing ebnf-list-width.
9138         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
9139         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
9140         (ebnf-prologue): Adjust vars.
9141         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
9142         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
9143         (ebnf-check-style-values, ebnf-generate-production)
9144         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
9145         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
9146         (ebnf-token-repeat): Code fix.
9148         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
9149         %right, %left and %prec.  Suggested by Matthew K. Junker
9150         <junker@alum.mit.edu>.
9151         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
9153         * progmodes/ebnf-iso.el: Doc fix.
9154         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
9155         (ebnf-iso-lex): Code fix.
9157         * progmodes/ebnf-bnf.el: Doc fix.
9158         (ebnf-bnf-lex): Code fix.
9160         * progmodes/ebnf-otz.el: Doc fix.
9162 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
9164         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
9165         (abbrev-prefix-mark): Doc fix.
9167 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
9169         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
9170         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
9171         (gdb-var-delete): Make interactive (really).
9172         (gdb-edit-value): Make non-interactive.
9174         * progmodes/gud.el (gud-speedbar-menu-items):
9175         Add gdb-var-delete and, indirectly, gdb-edit-value.
9176         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
9177         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
9178         (gud-gdb-marker-filter): Add comment for annotations.
9180 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
9182         * calendar/calendar.el (generate-calendar)
9183         (calendar-read-date): Prevent display of BC calendars once more -
9184         reverts 2003-10-01 change.
9185         (generate-calendar-month): Doc fix.
9187 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
9189         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
9190         return value of increment-calendar-month.
9192 2004-02-21  Stephen Compall  <s11@member.fsf.org>
9194         * saveplace.el (save-place-forget-unreadable-files)
9195         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
9196         (save-place-forget-unreadable-files): New function.
9197         (save-place-alist-to-file): Use it to filter out files that are
9198         no longer readable.
9200         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
9201         current Texinfo environment, using the same method as in
9202         `texinfo-insert-@end', and insert a space rather than a newline if
9203         point in a @table environment.
9205 2004-02-21  Juri Linkov  <juri@jurta.org>
9207         * ffap.el (ffap-file-at-point): Try parent directories.
9209 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
9211         * vcursor.el (vcursor-modifiers): New defcustom.
9212         (vcursor-cs-binding): Use vcursor-modifiers instead of a
9213         hard-coded list.
9215 2004-02-21  Masatake YAMATO  <jet@gyve.org>
9217         * play/animate.el (animate-birthday-present): Accept names other
9218         than `Sarah', too.
9220 2004-02-21  Juri Linkov  <juri@jurta.org>
9222         * startup.el: Remove table of command line arguments from the
9223         Commentary section.
9225 2004-02-20  John Wiegley  <johnw@newartisans.com>
9227         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
9228         again" modifier from 'e' to 'E', since 'e' is also used by the
9229         "file extension" modifier.
9231 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
9233         * help-fns.el (describe-categories): Doc fix.
9235 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9237         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
9238         temporary file for buffer already visiting one.  This change makes
9239         output likely to be directly usable by patch program.
9240         Suggested by Adrian Aichner  <adrian@xemacs.org>
9242 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
9244         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
9245         case of variables defined in compound statements.
9246         (gdb-setup-windows, gdb-source-info, gdb-source-info):
9247         Simplify constructions using switch-to-buffer.
9249 2004-02-19  Simon Josefsson  <jas@extundo.com>
9251         * play/morse.el: Fix typo.
9252         (morse-code): Add @.
9254 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
9256         * calendar/appt.el (appt-display-format): Change default to
9257         'ignore, for backwards compatibility.
9258         (appt-display-message): If appt-display-format is 'ignore,
9259         respect old vars appt-msg-window and appt-visible.
9260         (appt-activate): Don't depend on return value of cancel-timer.
9262         * calendar/calendar.el (calendar-holidays): Doc fix.
9264         * calendar/cal-coptic.el (coptic-prompt-for-date):
9265         Use assoc-string instead of assoc-ignore-case.
9266         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9267         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9268         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9269         * calendar/cal-islam.el (calendar-goto-islamic-date)
9270         (mark-islamic-diary-entries): Ditto.
9271         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9272         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9273         (calendar-read-mayan-tzolkin-date): Ditto.
9274         * calendar/calendar.el (calendar-read-date): Ditto.
9275         * calendar/diary-lib.el (mark-diary-entries): Ditto.
9277 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9279         * progmodes/executable.el (executable-command-find-posix-p):
9280         Fix choice of the directory.
9282 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
9284         * simple.el (interprogram-cut-function)
9285         (interprogram-paste-function, kill-new, kill-append):
9286         Doc fixes.
9287         (kill-region): Make it return nil.  Doc fix.
9288         (yank-pop): Make its argument optional.
9289         (yank): Make ARG `-' equivalent to `-1'.
9291 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
9293         * mail/rmail.el (rmail-get-new-mail): Don't reference
9294         rmail-use-spam-filter if rmail-spam-filter is not loaded.
9296 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
9298         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
9299         if one of global-auto-revert-non-file-buffers or autorevert-mode
9300         is non-nil.
9302 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
9304         * subr.el (delete-dups): A better implementation from Karl Heuer
9305         <kwzh@gnu.org>.
9307 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
9309         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
9310         correct place.
9311         * progmodes/icon.el (icon-indent-command): Ditto.
9312         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
9314 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
9316         * progmodes/grep.el (grep-compute-defaults): Undo change from
9317         2004-01-29: don't use executable-command-find-posix-p.
9319 2004-02-16  Richard Sharman  <rsharman@pobox.com>
9321         * hilit-chg.el: Use require instead of eval-and-compile.
9322         (highlight-compare-buffers): New function.
9324 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
9326         * man.el (Man-fontify-manpage): Render section headings in
9327         `Man-overstrike-face' even when overstrike was not used by man
9328         formatter for section headings.
9330 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
9332         * rmail-spam-filter.el: (vm-use-spam-filter)
9333         (rsf-min-region-length-added-to-spam-list): New variables.
9334         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
9335         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
9336         spam testing.  Don't delete spam message if automatic deletion
9337         after output via variable rmail-delete-after-output is turned on.
9338         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
9339         rsf-bbdb-dont-create-entries-for-spam.
9340         (check-field): New function, extracted from code in
9341         rmail-spam-filter to ease addition of header fields like content-type.
9342         (message-content-type): New variable to check the content-type:
9343         field added, also in defcustom of rsf-definitions-alist.
9344         (rmail-spam-filter): Replace repeated test code for header fields
9345         by calls to check-field; change the call to
9346         rmail-output-to-rmail-file such that rmail-current-message stays
9347         the same to avoid wrong deletion of unseen flags.
9348         (rsf-add-contents-type): New function to convert old format
9349         of rmail-spam-definitions-alist into new one.
9350         Change prefixes of all variables and functions from
9351         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
9353 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
9355         * loadhist.el (unload-hook-features-list): New defvar.
9357 2004-02-16  Dave Love  <fx@gnu.org>
9359         * loadhist.el (unload-feature): Doc fix.  Rename flist to
9360         unload-hook-features-list.
9362 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
9364         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
9365         cookie.  Don't check if we are looking-at open-formula.
9367 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9369         * subr.el (match-string-no-properties): Use substring-no-properties.
9371 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
9373         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
9374         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
9375         Use lower-case "rx" in all error message.
9377 2004-02-16  Dave Love  <fx@gnu.org>
9379         * emacs-lisp/rx.el (rx-or): Put group around result.
9380         (rx-constituents): Add backref.
9381         (rx-syntax): Add string-delimiter, comment-delimiter.
9382         (rx-categories): Add combining-diacritic.
9383         (rx-check-not, rx-greedy, rx): Doc fix.
9384         (rx-backref, rx-check-backref): New.
9386 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
9388         * newcomment.el (uncomment-region): Allow eob as comment end.
9390 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
9392         * filecache.el: All message and error commands now use prefix
9393         "Filecache:" to make it easy to read *Messages* buffer.
9395 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
9397         * autorevert.el: Add support to detect changed dired and VC buffers.
9398         (auto-revert-active-p, auto-revert-list-diff)
9399         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
9400         (auto-revert-handler, auto-revert-active-p): New functions.
9401         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
9402         and `auto-revert-active-p'.
9403         (eval-when-compile): Defvar dired-directory and vc-mode.
9404         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9405         (auto-revert-handler-vc): New functions.
9407 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9409         * progmodes/compile.el (compilation-directory): New defvar.
9410         (compile): Save current directory in compilation-directory.
9411         (recompile): Bind default-directory to compilation-directory if
9412         that is non-nil.
9414 2004-02-16  Dave Love  <fx@gnu.org>
9416         * newcomment.el (comment-insert-comment-function)
9417         (comment-region-function, uncomment-region-function): New.
9418         (comment-indent): Use comment-insert-comment-function.
9419         (uncomment-region): Use uncomment-region-function.
9420         (comment-region): Use comment-region-function.
9422         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
9424 2004-02-16  Richard Stallman  <rms@gnu.org>
9426         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
9427         loaddefs* and ldefs-boot*.
9429 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
9431         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
9432         and email address at the beginning and end of the address.
9434         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
9435         anchored at the beginning of the email address.
9437 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
9439         * international/ccl.el (ccl-compile-write): Pass `left' to
9440         ccl-embed-code to generate correct code of write-expr-register.
9442 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
9444         * progmodes/grep.el (grep-compute-defaults): Fix typos.
9446 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9448         * x-dnd.el: Mention support for Motif in commentary.
9449         (x-dnd-handle-drag-n-drop-event): Ditto.
9451 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
9453         * ses.el: Use "ses--" prefixes for buffer-local variables.
9454         Use (point-min) instead of 1, even when we know the buffer
9455         is unnarrowed.
9456         (ses-build-load-map): Delete.  Distribute its content to defconst's for
9457         the three maps.
9458         (ses-menu, ses-header-line-menu): New menus.
9459         (ses-mode-map): Use them.
9460         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
9462 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
9464         * Makefile.in: Fix the CC Mode recompile kludge so it works
9465         when building in a different directory.
9467 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
9469         * simple.el (kill-new): Put yank-handler property on the entire string.
9471 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9473         * diff.el: Don't use compile any more, use diff-mode instead.
9474         (diff-regexp-alist, diff-old-file, diff-new-file)
9475         (diff-parse-differences, diff-process-setup): Remove.
9476         (diff-sentinel): New fun.
9477         (diff): Use it.  Run the process ourselves.
9478         Use diff-mode for the rest of the processing.
9480         * diff.el (diff): Simplify code handling `switch'.
9482 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9484         * pcvs-defs.el (cvs-menu): Add `tag'.
9486 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
9488         * simple.el (kill-append): Doc fix.
9490         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9491         Adapt outline-regexp to the new conventions for commenting out code.
9493 2004-02-11  John Paul Wallington  <jpw@gnu.org>
9495         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
9497 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9499         * diff.el (diff-switches): New fun.
9500         (diff, diff-backup): Use it.
9501         (diff): Clean up the args construction.  Use backquote.
9502         Use listp instead of consp to avoid putting a nil arg.
9503         (diff): Add a revert-buffer function.
9505 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9507         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
9508         handled by x-dnd-handle-file-name.
9509         (x-dnd-known-types): Add COMPOUND_TEXT.
9510         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
9511         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
9512         x-dnd-empty-state.
9513         (x-dnd-forget-drop): Ditto.
9514         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
9515         (x-dnd-handle-one-url): Return private when inserting text.
9516         (x-dnd-insert-ctext): New function.
9517         (x-dnd-handle-file-name): New function for FILE_NAME.
9518         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
9519         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
9520         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
9522 2004-02-10  Kenichi Handa  <handa@m17n.org>
9524         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
9525         instead of while loop.
9527 2004-02-10  Miles Bader  <miles@gnu.org>
9529         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
9531 2004-02-09  Kenichi Handa  <handa@m17n.org>
9533         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
9534         have end-of-line.
9536 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
9538         * Makefile.in: Added extra dependencies in the recompile target
9539         needed to cope with the compile time macro expansions in CC Mode.
9541 2004-02-09  Kim F. Storm  <storm@cua.dk>
9543         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
9544         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
9545         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
9546         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
9547         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
9548         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
9549         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
9550         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
9551         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
9552         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
9553         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
9555 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9557         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
9558         Don't allow shrink if there's a window on our right.
9560         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
9561         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
9562         Bring together declaration and initialization.
9563         (prolog-mode-variables): Don't set the syntax table.
9564         Don't set paragraph-start and comment-indent-function.
9565         Add /*..*/ to the comment regexps.
9566         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
9567         (prolog-mode-map): Don't bind TAB.
9568         (prolog-mode): Set the syntax table.
9569         (prolog-comment-indent): Remove.
9570         (inferior-prolog-mode-map): Initialize in the declaration.
9571         (inferior-prolog-mode-syntax-table)
9572         (inferior-prolog-mode-abbrev-table): New vars.
9573         (inferior-prolog-mode): Derive from comint-mode.
9574         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
9575         minibuffer windows.
9577         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
9578         in file names, as long as it is unabmiguous.
9580 2004-02-08  Andreas Schwab  <schwab@suse.de>
9582         * textmodes/reftex-toc.el
9583         (reftex-toc-load-all-files-for-promotion): Remove useless use of
9584         format.  Doc fix.
9586         * textmodes/refer.el (refer-find-entry-internal): Remove extra
9587         format string arguments.
9589         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
9590         string argument.
9592         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
9594         * play/zone.el (zone-call): Fix format string.
9596         * net/webjump.el (webjump-builtin): Add missing format string argument.
9598         * midnight.el (midnight-delay-set): Remove extra format string argument.
9600         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
9602         * hexl.el (hexl-insert-char): Add missing format string argument.
9604         * format.el (format-decode): Fix format string.
9606         * emulation/vi.el (vi-mode): Remove extra format string argument.
9607         (vi-repeat-last-search): Likewise.
9608         (vi-reverse-last-search): Likewise.
9609         (vi-goto-mark): Likewise.
9610         (vi-reverse-last-find-char): Likewise.
9611         (vi-repeat-last-find-char): Likewise.
9612         (vi-locate-def): Likewise.
9614         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
9616         * ediff-util.el (ediff-toggle-read-only): Remove extra format
9617         string argument.
9618         (ediff-toggle-regexp-match): Likewise.
9620         * dired-aux.el (dired-do-query-replace-regexp): Add missing
9621         format string argument.
9623         * calc/calc-map.el (calc-get-operator): Remove extra format
9624         string argument.
9626         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
9628         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
9629         string argument.
9631         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
9633         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
9635         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
9637         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
9638         (cl-struct-setf-expander): Likewise.
9640         * vc.el (with-vc-file): Fix unsafe uses of error.
9641         (vc-cancel-version): Likewise.
9643 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
9645         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
9646         thousands separator; fixes <class>:<line-number> regexp for
9647         non-english locales.
9649 2004-02-08  Andreas Schwab  <schwab@suse.de>
9651         * view.el (view-mode-enable): Revert previous change.
9653 2004-02-07  Kim F. Storm  <storm@cua.dk>
9655         * simple.el (line-number-at-pos): Rename from line-at-pos.
9656         Uses changed (what-line and vc-annotate-warp-version).
9658 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9660         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
9661         (diff-mode): Remove aborted attempt at support for compile.el.
9662         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
9664 2004-02-06  Andreas Schwab  <schwab@suse.de>
9666         * view.el (view-mode-enable): Add view-mode-map to
9667         minor-mode-overriding-map-alist.
9669 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9671         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
9673 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9675         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
9676         with point inside rather than after the paragraph.
9678 2004-02-04  Sam Steingold  <sds@gnu.org>
9680         * mail/smtpmail.el (smtpmail-try-auth-methods):
9681         Do not try authentication when no mechanism is available.
9682         Pass port-name as defaultport to `netrc-machine'.
9684 2004-02-04  Stephen Eglen  <stephen@gnu.org>
9686         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
9687         to show how minibuffer height can be constrained.
9689 2004-02-04  John Paul Wallington  <jpw@gnu.org>
9691         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
9693 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9695         * x-dnd.el: New file for drag and drop.
9697         * term/x-win.el: require x-dnd, set after-make-frame-functions
9698         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
9699         drag-n-drop event.
9701         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
9702         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
9703         (dired-dnd-handle-file): New functions for drag and drop support.
9704         (dired-mode): Initialize drag and drop if x-dnd present.
9706 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9708         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
9709         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
9710         (cperl-mode): Set fill-paragraph-function.
9711         (cperl-fill-paragraph): Make it non-interactive.
9713 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
9715         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
9717 2004-02-02  David Kastrup  <dak@gnu.org>
9719         * replace.el (perform-replace): Allow 'literal argument in
9720         regexp-flag to indicate literal replacement.
9721         (query-replace-regexp-eval): Use it.
9723 2004-02-01  Andreas Schwab  <schwab@suse.de>
9725         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
9727 2004-02-01  Stephen Eglen  <stephen@gnu.org>
9729         * info-look.el: Add support for maxima-mode.  Update commentary
9730         because info-lookup-symbol is now bound to C-h S.
9732 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
9734         * simple.el (edit-and-eval-command): Bind print-level and
9735         minibuffer-history-sexp-flag around call to read-from-minibuffer.
9736         Correct initial position in command-history.
9738 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
9740         * files.el (read-directory-name): Adapt the docstring to recent
9741         change in Fread_file_name.
9743 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
9745         * ses.el (ses-print-cell): If print format too wide for column
9746         width, truncate decimal places if that helps to avoid "#####" fill.
9747         * ses.el (ses-initial-column-width): Revert previous change.
9749 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9751         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
9752         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
9753         Add edebug info.
9754         (jit-lock-mode): Setup/cancel the new timer.
9755         (jit-lock-context-fontify): New fun.  Extracted from
9756         context fontification code of jit-lock-stealth-fontify.
9757         (jit-lock-stealth-fontify): Don't do context fontification any more.
9759         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
9760         (jit-lock-fontify-now): Handle the `quit' case.
9761         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
9763 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
9765         * progmodes/executable.el (executable-command-find-posix-p):
9766         New.  Check if find handles arguments Posix-style.
9768         * progmodes/grep.el (grep-compute-defaults):
9769         Use executable-command-find-posix-p.
9770         (grep-find): Check `grep-find-command'.
9772         * filecache.el (file-cache-find-posix-p): Delete.
9773         (file-cache-add-directory-using-find):
9774         Use `executable-command-find-posix-p'.
9776 2004-01-29  Dave Love  <fx@gnu.org>
9778         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9779         Iterate the hook function if arg is given.
9780         (mark-defun, narrow-to-defun): Change order of finding the limits.
9782         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
9783         (byte-compile-format-warn): New.
9784         (byte-compile-callargs-warn): Use it.
9785         (Format, message, error): Add byte-compile-format-like property.
9786         (byte-compile-maybe-guarded): New.
9787         (byte-compile-if, byte-compile-cond): Use it.
9788         (byte-compile-lambda): Compile interactive forms,
9789         just to make warnings about them.
9791 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
9793         * ses.el (ses-initial-column-width): Increase to 14, so it will
9794         work well with the default printer of "%.7g" for extreme values
9795         like "-1.234567e+07".
9797 2004-01-29  Kenichi Handa  <handa@m17n.org>
9799         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
9801 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
9803         * dos-w32.el: Added support for the `default-printer-name' function.
9805 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9807         * server.el (server-socket-name): Don't use the hostname in the
9808         socket name since /tmp is local to the host anyway.
9810         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
9811         robust check of widening and fix var-naming.
9813 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
9815         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
9816         or rmail-spam- to rsf- in all function and variable names.
9817         (rsf-min-region-to-spam-list): New variable.
9818         (rsf-bbdb-auto-delete-spam-entries): Rename from
9819         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
9820         scanned together with the recipients field for spam testing; Don't
9821         delete spam message if rmail-delete-after-output is non-nil;
9822         (rsf-check-field): New function, extracted from code in
9823         rmail-spam-filter to ease addition of header fields like
9824         content-type:;
9825         (message-content-type): New variable.  The content-type: field was
9826         added also in defcustom of rsf-definitions-alist;
9827         (rmail-spam-filter): Replace repeated test code for header fields
9828         by calls to check-field; change the call to
9829         rmail-output-to-rmail-file such that rmail-current-message stays
9830         the same to avoid wrong deletion of unseen flags.
9831         (rmail-use-spam-filter): Add autoload cookie.
9833 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
9835         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
9836         (file-cache-add-directory-using-find): Add Cygwin support.
9837         (file-cache-find-command-posix-flag): New user variable.
9839         * filecache.el (file-cache-add-directory): Check for
9840         directories an remove them from dir-files.
9842 2004-01-27  Richard M. Stallman  <rms@gnu.org>
9844         * man.el (Man-fontify-manpage): Clean up message.
9846 2004-01-27  Kenichi Handa  <handa@m17n.org>
9848         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
9849         (sentence-end): Define using sentence-end-without-space.
9851         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
9852         a sentence ends with one of a character in sentence-end-without-space.
9854 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9856         * font-lock.el (font-lock): Add jit-lock as explicit group member.
9857         (jit-lock): Group declaration moved to jit-lock.el.
9858         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
9859         when necessary.
9861         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
9862         (jit-lock-context-unfontify-pos): Rename from
9863         jit-lock-first-unfontify-pos.
9864         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
9866 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
9868         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
9869         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
9870         (fortran-fill): When filling a string, adjust re-search-backward
9871         argument for special case of string just on fill-column.
9872         When filling non-string, allow one extra char if
9873         fortran-break-before-delimiters is non-nil.
9874         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
9875         Use fortran-break-delimiters-re and fortran-no-break-re to
9876         correctly handle cases such as "**".
9878         * progmodes/f90.el (f90-break-delimiters): Doc fix.
9879         (f90-no-break-re): Add some extra tokens.  Doc fix.
9881 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
9883         * mail/rmail-spam-filter.el:
9884         Use two semicolons as Commentary line prefix.
9885         Add ";;; Code:" stylized comment.
9886         Delete end-of-line whitespace.
9887         Wrap (require 'cl) with `eval-when-compile'.
9889 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
9891         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
9892         at the top level of vc.el.
9894 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
9896         * vc.el (vc-current-line): Function removed.  This is now done by
9897         the new function line-at-pos in simple.el.
9898         (vc-annotate-warp-version): Use line-at-pos instead of
9899         vc-current-line.
9901 2004-01-22  Kim F. Storm  <storm@cua.dk>
9903         * simple.el (line-at-pos): New defun.
9904         (what-line): Use it.  Optimize by only counting lines in narrowed
9905         region once.
9907 2004-01-22  Kenichi Handa  <handa@m17n.org>
9909         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
9910         point (register r1) only for charset mule-unicode-0100-24ff.
9912 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9914         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
9915         trailing white space and ensure a final newline.
9917         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
9918         Add autoload cookie.
9920 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
9922         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
9923         activate view-mode explicitly.
9925 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9927         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
9928         use clipboard first.
9930 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9932         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
9933         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
9934         (vc-mcvs-cvs): Remove.
9935         (vc-mcvs-command): Remove use of assert.
9937         * outline.el (outline-insert-heading): Tighten up match.
9938         (outline-demote, outline-move-subtree-down): Don't assume anything
9939         about outline-regexp.
9941         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
9942         (texinfo-show-structure): Explicitly add ^, and simplify.
9944 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
9946         * calendar/appt.el (appt-check): Restore usage of
9947         appt-issue-message deleted in previous change.
9948         (top-level): Activate package when loaded (needed for backwards
9949         compatibility).
9951 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9953         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
9954         following previous change to smtpmail-send-data.
9956 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
9958         * vc.el (vc-default-previous-version): Doc enhancement.
9959         (vc-default-next-version): New function.
9960         (vc-print-log): New arg FOCUS-REV.
9961         (vc-annotate-mode): Derive from view-mode.
9962         (vc-annotate): New args REVISION, DISPLAY-MODE.
9963         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
9964         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
9965         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
9966         (vc-annotate-show-diff-revision-at-line, vc-current-line)
9967         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
9969         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
9971 2004-01-19  Karl Berry  <karl@gnu.org>
9973         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
9974         or "TexInfo".
9976 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
9978         * subr.el (delete-dups): New function.
9980 2004-01-19  Karl Berry  <karl@gnu.org>
9982         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
9983         with ^, since that's what texinfo-show-structure
9984         documentation says (plus it works much better in texinfo.txi).
9986 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
9988         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
9990 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
9992         * progmodes/which-func.el (which-function-mode): Don't cancel
9993         which-func-update-timer if not set.
9995 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
9997         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
9998         Remove spurious left square bracket in XX:XXam regexp.
10000 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
10002         * progmodes/cc-defs.el: Do not require cl at run time.
10004 2004-01-16  Richard M. Stallman  <rms@gnu.org>
10006         * emacs-lisp/cl.el (cl-cannot-unload): New function.
10007         (cl-unload-hook): Defvar this to run cl-cannot-unload.
10009         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
10010         Call rmail-spam-filter.  Delete and expunge spam.
10011         Print number of spam messages deleted.
10012         Save and restore the deletion status of old messages when reading
10013         new mail with spam filter, so that expunging spam does not expunge
10014         msgs deleted by the user.
10015         (rmail-only-expunge): Add an optional argument dont-show to
10016         prevent showing message after expunge.
10018 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
10020         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
10021         * subr.el (declare): New macro.
10023 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
10025         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
10027 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10029         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10030         Test window-system rather than system-type (for X11/Mac).
10032 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
10034         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
10036 2004-01-12  Richard M. Stallman  <rms@gnu.org>
10038         * mail/rmail.el (rmail-convert-to-babyl-format):
10039         Use mail-unquote-printable-region.
10040         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
10041         (rmail-hex-char-to-integer): Functions deleted.
10043         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
10044         (mail-unquote-printable-region): New arg NOERROR.
10045         For invalid encoding, either signal an error to just return nil.
10047 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
10049         * calendar/appt.el: Update copyright and commentary.
10050         (appt-issue-message): Make obsolete.
10051         (appt-visible, appt-msg-window): Make obsolete, in favour of
10052         appt-display-format.
10053         (appt-display-mode-line, appt-display-duration)
10054         (appt-display-diary, appt-time-msg-list, appt-mode-string)
10055         (appt-prev-comp-time, appt-display-count, appt-timer)
10056         (appt-convert-time): Doc change.
10057         (appt-disp-window-function, appt-delete-window-function):
10058         Use defcustom rather than defvar.
10059         (appt-display-format): New variable.
10060         (appt-display-message): New function with display code from appt-check.
10061         (appt-check): Add optional FORCE argument.  Doc change.
10062         Add appt-make-list to diary-hook if displaying diary.
10063         Remove checking of view-diary-entries-initially.
10064         Message display section removed to new function appt-display-message.
10065         (appt-display-window): Doc change.  Remove unused internal var
10066         this-buffer.  Do not beep, since appt-display-message does that.
10067         (appt-make-list): Doc change.  Use caar.
10068         (appt-sort-list): Simplify by using builtin sort function.
10069         (appt-update-list): New function for updating appts when diary is
10070         saved.
10071         (appt-activate): New autoloaded function to toggle package
10072         functionality.
10074         * calendar/cal-x.el: (calendar-one-frame-setup)
10075         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
10077         * calendar/calendar.el: Update copyright.
10078         (view-diary-entries-initially, european-calendar-style): Doc change.
10079         (calendar-setup): Make defcustom rather than defvar.
10080         (mark-visible-calendar-date): Initialize temp-face and faceinfo
10081         in let binding so local to function.
10083         * calendar/diary-lib.el: Update copyright.
10084         (diary, diary-entry-time): Doc change.
10085         (list-diary-entries): Doc change.  Trivial logic change.
10086         (fancy-diary-display): Restore make-face command mistakenly
10087         deleted 2003-05-08.
10088         (show-all-diary-entries): Allow to pop-up frame if needed.
10090 2004-01-09  John Paul Wallington  <jpw@gnu.org>
10092         * bindings.el (mode-line-change-eol): Add EVENT parameter.
10093         Temporarily select EVENT's window for changing eol type.
10095 2004-01-09  Deepak Goel  <deego@gnufans.org>
10097         * calendar/diary-lib.el (diary-entry-time):
10098         Also accept time in the form XX[.XX][am/pm/AM/PM].
10099         (fancy-diary-font-lock-keywords): Likewise.
10100         (diary-font-lock-keywords): Likewise.
10101         * calendar/appt.el (appt-add): Likewise.
10102         (appt-make-list): Likewise.
10103         (appt-convert-time): Likewise.
10105 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
10107         * gdb-ui.el (gdb-ann3): Revert previous change.
10108         (gdb-source-info): Allow for case of where compilation directory
10109         is not recorded.
10111 2004-01-08  John Paul Wallington  <jpw@gnu.org>
10113         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
10115 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
10117         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
10119         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
10120         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
10121         problems.
10122         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
10124 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
10126         * files.el (write-file-functions, write-contents-functions):
10127         Clarify docstrings.
10129 2004-01-07  Kenichi Handa  <handa@m17n.org>
10131         * international/mule.el (set-auto-coding): Fix for the case that
10132         end-of-line is only CR.
10134 2004-01-07  Kim F. Storm  <storm@cua.dk>
10136         * subr.el (event-start, event-end): Doc fix.
10137         (posn-string, posn-image): New defuns.
10138         (posn-object): Return either image or string object.
10139         (posn-object-x-y): Return 8th element of position.
10140         (posn-object-width-height): New defun.
10142 2004-01-06  Andreas Schwab  <schwab@suse.de>
10144         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
10145         output.
10147 2004-01-05  Karl Berry  <karl@gnu.org>
10149         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
10150         / and *, too.
10152 2003-12-31  Simon Josefsson  <jas@extundo.com>
10154         * files.el (before-save-hook): Add.
10155         (basic-save-buffer): Use before-save-hook.
10157         * emacs-lisp/copyright.el: Fix comment to recommend
10158         before-save-hook instead of write-file-functions.
10160 2004-01-05  Richard M. Stallman  <rms@gnu.org>
10162         * finder.el (finder-commentary): Call delete-other-windows.
10164         * net/ange-ftp.el (ange-ftp-file-attributes):
10165         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
10167 2004-01-04  Karl Berry  <karl@gnu.org>
10169         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
10170         comment characters % and # in the copyright year notice,
10171         as well as ;.
10173 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
10175         * wid-edit.el (default): Define dummy :value-delete.
10176         Reported by Jesper Harder <harder@ifa.au.dk>.
10178 2004-01-03  Richard M. Stallman  <rms@gnu.org>
10180         * progmodes/compile.el (compile-internal): Use point, not point-min,
10181         for set-window-point.
10183         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
10185         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
10187         * progmodes/grep.el (grep-mode-map):
10188         Don't remap next-line, previous-line.
10190 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
10192         * speedbar.el (speedbar-edit-line): Change regexp to position
10193         the cursor on the first character of this line's button.
10195 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
10197         * subr.el (functionp): Doc fix.
10199 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10201         * progmodes/idlwave.el (idlwave-make-tags):
10202         * textmodes/flyspell.el (flyspell-large-region):.
10203         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
10204         * emulation/viper-util.el (viper-glob-unix-files):
10205         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
10206         * man.el (Man-init-defvars):
10207         * jka-compr.el (jka-compr-call-process):
10208         * files.el (get-free-disk-space,insert-directory):
10209         * ediff-ptch.el (ediff-test-patch-utility):
10210         * ediff-diff.el (ediff-test-utility):
10211         * dired-aux.el (dired-check-process):
10212         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
10213         test the return value of call-process, because it can be a string.
10215 2003-12-31  John Paul Wallington  <jpw@gnu.org>
10217         * bindings.el (completion-ignored-extensions): Add .pfsl.
10219 2003-12-31  Kim F. Storm  <storm@cua.dk>
10221         * ido.el (ido-nonreadable-directory-p): New defun to check for
10222         nonreadable directory without activating tramp (to avoid problems
10223         with checking incomplete tramp paths).
10224         (ido-set-current-directory, ido-file-internal)
10225         (ido-file-name-all-completions1): Use it.
10227 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
10229         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
10230         documentation if the anchor (or node) name is preceded by `info
10231         anchor' or `Info anchor' in addition to earlier `info node' and
10232         `Info node'.
10233         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
10235 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
10237         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
10238         error in arguments to base64-decode-region.  Remove ^M characters
10239         after decoding base64.
10241 2003-12-30  Simon Josefsson  <jas@extundo.com>
10243         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
10244         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
10245         have only been distributed with Emacs for some years.
10246         (texinfo-mode-hook): Customize.
10248 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
10250         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
10251         cleaner (suggested by Richard Stallman).
10253         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
10254         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
10255         file-name clashes on 8+3 DOS filesystems.
10257         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
10258         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
10259         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
10260         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
10261         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
10262         file-name clashes on 8+3 filesystems.
10264         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
10265         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
10266         file-name clashes on 8+3 DOS filesystems.
10268 2003-12-29  Richard M. Stallman  <rms@gnu.org>
10270         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
10271         Upcase the character.
10273         * textmodes/flyspell.el (mail-mode-flyspell-verify):
10274         Search for header separator alone on a line, literally,
10275         and search for it backward, not forward.
10276         (flyspell-abbrev-table): Always use global-abbrev-table
10277         if there is no local one.
10279         * progmodes/sh-script.el (sh-get-indent-info):
10280         Don't move point back if at bob.
10282         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
10284         * play/handwrite.el (handwrite): Make the handwrite credit message
10285         a comment rather than an output command.
10287         * obsolete/sc.el: Display message that this file is obsolete.
10289         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
10291         * mail/rfc822.el (rfc822-address-start): Declare variable.
10292         Renamed from address-start.  All uses changed.
10294         * term.el (term-exec): Set up sentinel.
10295         (term-sentinel): New function.
10296         (term-handle-exit): New function.
10298         * subr.el (assoc-ignore-case, assoc-ignore-representation):
10299         Use assoc-string, and mark them obsolete.
10300         (delay-mode-hooks): Mark as permanent local.
10302         * simple.el (sendmail-user-agent-compose): Use assoc-string.
10304         * register.el (copy-rectangle-to-register): Doc fix.
10306         * info.el (Info-insert-dir): Use assoc-string.
10308         * info-look.el (info-lookup): Use assoc-string.
10310         * frame.el (pop-up-frame-function): Use quote, not `function'.
10311         (frame-notice-user-settings): Calculate ADJUSTED-TOP
10312         copying with lists as coordinate values.
10314         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
10316         * find-dired.el (kill-find): New command.
10317         (find-dired): Make buffer read-only.
10318         Set up a keymap with C-c C-k running kill-find.
10319         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
10321         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
10323         * filecache.el (file-cache-ignore-case): New variable.
10324         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
10326         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
10327         (comint-dynamic-complete-as-filename): Rename local vars.
10328         (comint-dynamic-list-filename-completions): Likewise.
10330         * comint.el (comint-dynamic-list-completions-config): New var.
10331         (comint-dynamic-list-completions): Handle both SPC and TAB right.
10333         * comint.el (comint-file-name-chars): Add [].
10334         (comint-word): Use skip-chars-backward, not search.
10336         * shell.el (shell-file-name-chars): Add [].
10338         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
10340         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
10342         * generic.el (define-generic-mode): Doc fix.
10344 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
10346         * files.el (kill-some-buffers): Doc fix.
10348 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
10350         * comint.el (comint-watch-for-password-prompt): Pass `string' as
10351         arg to send-invisible
10352         (send-invisible): Doc fix.  The argument is now a prompt, not the
10353         string to send.
10354         (comint-read-noecho): Doc fix.
10356 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
10358         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
10359         "@", as required by some ISP hosting service.  Fix defcustom
10360         argument syntax errors that prevented use of customization.
10362 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
10364         * xml.el (xml-get-attribute-or-nil): Doc fix.
10366 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
10368         * net/zone-mode.el (zone-mode): Use write-file-functions, not
10369         write-file-hooks.
10371 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10373         * autorevert.el (auto-revert-interval): Doc fix.
10375 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
10377         * xml.el (xml-get-attribute-or-nil): New function, like
10378         xml-get-attribute, but returns nil if the attribute was not found.
10379         (xml-get-attribute): Convert to defsubst, uses
10380         xml-get-attribute-or-nil.
10382 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
10384         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
10386 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
10388         * custom.el (custom-declare-theme): Use `value' when putting
10389         properties on `theme'.
10391 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
10393         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
10394         for each yank-handler segment.
10395         (insert-for-yank-1): New function, with the body of the previous
10396         insert-for-yank.
10398         * textmodes/table.el (table-yank-handler): New defcustom.
10399         (table--put-cell-indicator-property): Put yank-handler property
10400         that indicates the yank handler for the table cell.
10402 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10404         * generic-x.el (etc-modules-conf-generic-mode): A more complete
10405         set of keywords.
10407 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
10409         * international/mule-cmds.el (reset-language-environment)
10410         (set-language-environment): Don't invoke fontset-related functions
10411         if fontset-list is not fboundp.
10413 2003-12-29  Kenichi Handa  <handa@m17n.org>
10415         * international/mule-cmds.el (reset-language-environment):
10416         Call set-overriding-fontspec-internal with nil.
10417         (set-language-environment): Call set-overriding-fontspec-internal
10418         if the language environment specify `overriding-fontspec'.
10419         (language-info-alist): Doc added.
10421         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
10422         characters of mule-unicode-0100-24ff.
10423         (ccl-encode-windows-1251-font): New CCL program.
10424         ("Bulgarian"): Specify overriding-fontspec.
10425         ("Belarusian"): Likewise.
10427 2003-12-28  Sam Steingold  <sds@gnu.org>
10429         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
10430         parameter ID-FORMAT to conform with the 2003-11-30 patch.
10432 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
10434         * progmodes/gud.el (gud-gdb-command-name): Set default to
10435         "gdb --annotate=3".
10436         (gud-gdb-marker-filter): Look out for annotations.
10437         (gdb-first-pre-prompt): New variable.
10438         Remove trailing white space.
10440         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
10441         if necessary.
10442         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
10443         annotations are detected.
10444         (gud-gdba-marker-filter): Use global variable gud-marker-acc
10445         instead of a local one to allow transition from
10446         gud-gdb-marker-filter.
10447         Remove trailing white space.
10449 2003-12-27  Kim F. Storm  <storm@cua.dk>
10451         * ido.el: Handle non-readable directories.
10452         (ido-decorations): Add 9th element for non-readable directory.
10453         (ido-directory-nonreadable): New dynamic var.
10454         (ido-set-current-directory): Set it.
10455         (ido-read-buffer, ido-file-internal):
10456         (ido-read-file-name, ido-read-directory-name): Let-bind it.
10457         (ido-file-name-all-completions1): Return empty list for
10458         non-readable directory.
10459         (ido-exhibit): Print [Not readable] if directory is not readable.
10460         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
10461         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
10462         Use it.
10464 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
10466         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
10467         calls to directory-files-and-attributes and file-attributes.
10468         (ls-lisp-format): Remove system dependent handling of user and
10469         group id's.
10471 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
10473         * ffap.el (ffap-read-file-or-url): Revert previous change.
10475 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
10477         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
10478         new list of included files called `files-with-node-lines', that
10479         only have node lines.  This way @include commands can include any
10480         file, such as version and update files without node lines, not
10481         just files that are chapters.
10483 2003-12-25  Andreas Schwab  <schwab@suse.de>
10485         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
10486         file not found.
10488 2003-12-08  Miles Bader  <miles@gnu.org>
10490         * dired.el (dired-between-files): Always use dired-move-to-filename,
10491         which is more robust in non-english locales.
10493 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10495         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
10497 2003-12-24  Andreas Schwab  <schwab@suse.de>
10499         * shell.el (shell-file-name-quote-list): Add backslash.
10501         * comint.el (comint-quote-filename): Correctly handle backslash
10502         in comint-file-name-quote-list.
10504 2003-12-24  Kenichi Handa  <handa@m17n.org>
10506         * international/mule-cmds.el (set-default-coding-systems):
10507         Call ucs-set-table-for-input for all buffers that don't have local
10508         value of buffer-file-coding-system.
10510         * international/ucs-tables.el (ucs-set-table-for-input):
10511         If translation-table-for-encode is a symbol, get its
10512         translation-table property.
10514 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
10516         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
10517         to `completing-read' on a recently fixed bug.
10519         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
10520         instead of SPACE, to get the list of possible fringe modes.
10521         SPACE only works if both `partial-completion-mode' and
10522         `completion-auto-help' are nil.
10524         * complete.el (PC-is-complete-p): Delete.
10525         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
10526         calls to `test-completion'.
10528 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
10530         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
10531         to edit values when there are no children.
10533         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
10534         a mode called "Assembler" already exists.
10535         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
10536         (gud-watch): Use format option.  Remove font properties from string.
10537         (gdb-var-create-handler, gdb-var-list-children-handler):
10538         Don't bother about properties as there are none.
10539         (gdb-var-create-handler, gdb-var-list-children-handler)
10540         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
10541         with two arguments.
10542         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
10543         Let speedbar show value changes with a different font.
10544         (gdb-edit-value): New defun.
10545         (gdb-clear-partial-output, gdb-clear-inferior-io)
10546         (def-gdb-auto-update-handler): Use erase-buffer.
10547         (gdb-frame-handler): Display watch expressions in
10548         FUNCTION::VARIABLE format if required.
10550 2003-12-23  John Paul Wallington  <jpw@gnu.org>
10552         * info.el (Info-unescape-quotes, Info-split-parameter-string)
10553         (Info-goto-emacs-command-node): Doc fixes.
10555 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
10557         * cus-edit.el (custom-add-parent-links): Define "many".
10559 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
10561         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
10562         (widget-child-validate, widget-type-value-create)
10563         (widget-type-default-get, widget-type-match): New functions.
10564         (lazy): New widget.
10565         (menu-choice, checklist, radio-button-choice, editable-list)
10566         (group, documentation-string): Remove redundant (per 2003-10-25
10567         change) calls to `widget-children-value-delete'.
10568         (widget-choice-value-get, widget-choice-value-inline): Remove.
10569         (menu-choice): Update widget.
10571 2003-12-03  Kenichi Handa  <handa@m17n.org>
10573         * language/cyrillic.el: Register "microsoft-cp1251" in
10574         ctext-non-standard-encodings-alist.
10575         ("Bulgarian"): Add ctext-non-standard-encodings.
10576         ("Belarusian"): Likewise.
10578         * international/mule-conf.el (compound-text-with-extensions):
10579         Change the type to 2 (iso-2022 base).
10581         * international/mule.el (ctext-non-standard-encodings-alist):
10582         Change the format.
10583         (ctext-non-standard-encodings): New variable.
10584         (ctext-post-read-conversion): Fully re-written.
10585         (ctext-non-standard-designations-alist): Delete it.
10586         (ctext-non-standard-encodings-table): New function.
10587         (ctext-pre-write-conversion): Fully re-written.
10589 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
10591         * cus-edit.el (custom-add-parent-links): Add documentation links
10592         for parent, if the item has none of its own.
10594 2003-11-30  Richard M. Stallman  <rms@gnu.org>
10596         * dired-aux.el (dired-do-query-replace-regexp):
10597         Report files visited read-only.
10599 2003-11-30  Juri Linkov  <juri@jurta.org>
10601         * dired-aux.el (dired-compare-directories): New command.
10602         (dired-file-set-difference, dired-files-attributes): New functions.
10604 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
10605         Version 2.0.38 of Tramp released.
10607         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
10608         Charles Curley <charlescurley@charlescurley.com>.
10609         (tramp-multi-connection-function-alist): Add ssht entry which adds
10610         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
10611         Aichner.
10612         (tramp-get-method-parameter): New function to retrieve a method
10613         parameter.  This allows for omission of method parameters.
10614         Callers adjusted.
10616 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
10618         * net/tramp.el: Add new optional parameter ID-FORMAT to
10619         `file-attributes'.  Calls of `file-attributes' won't use this
10620         parameter for backward compatibility reasons.
10621         (tramp-perl-file-attributes): Add a new parameter to Perl script
10622         in order to handle uid/gid as strings, if desired.
10623         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
10624         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
10625         order to make the function more general.
10626         (tramp-handle-file-attributes): Replace proprietary optional
10627         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
10628         (tramp-handle-file-attributes-with-perl): Handle parameter
10629         NONNUMERIC if set.  This wasn't done in the past.
10630         (tramp-post-connection): Apply second parameter "$2" if
10631         `tramp-remote-perl' is called.
10633         * net/tramp-smb.el (tramp-smb-handle-delete-file):
10634         Correct cut'n'waste error (`filename' instead of `directory').
10635         (tramp-smb-handle-directory-files-and-attributes)
10636         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
10637         introduced parameter ID-FORMAT.
10638         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
10639         error (`directory' instead of `ldir').
10641         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
10642         `file-attributes' has a second parameter.  If yes, apply it with
10643         value "'integer".  Otherwise, don't use that parameter (default is
10644         integer format).
10646 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
10648         * help.el (help-map): Bind `display-local-help' to `C-h .'.
10649         (help-for-help): Add `C-h .' to the listed Help options.
10650         Remove trailing whitespace.
10652         * help-at-pt.el: New file.
10654 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
10656         * subr.el (noreturn, 1value): New macros for test coverage.
10657         See `testcover.el'.
10659         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
10661         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
10662         for macro `1value'.
10663         (testcover-1value): New function.  Checks that a 1value form
10664         actually returns only one value.  Requested by RMS.
10666 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
10668         * gdb-ui.el (gud-watch, gdb-var-create-handler)
10669         (gdb-var-list-children, gdb-var-list-children-handler)
10670         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
10671         gdb commands that use mi to keep them out of the command history.
10673 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10675         * cus-start.el (all): Add use-file-dialog.
10677 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10679         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
10681 2003-11-27  Kim F. Storm  <storm@cua.dk>
10683         * subr.el (posn-object-x-y): New defun.
10685 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10687         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
10688         Don't use `space' for \\\n.
10689         Be more selective as to which # are comment-starters.
10691 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
10693         * subr.el (number-sequence): Improve handling of floating point
10694         arguments (suggested by Kim Storm).  Allow negative arguments.
10696 2003-11-26  Kenichi Handa  <handa@m17n.org>
10698         * international/mule-cmds.el (standard-display-european-internal):
10699         Cancel the standard-display-table setting for ` and '.
10701 2003-11-26  Kim F. Storm  <storm@cua.dk>
10703         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
10704         New defcustoms to add ffap-like functionality to ido.
10705         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
10706         (ido-no-final-slash): New defun.
10707         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
10708         (ido-read-file-name): ): Toggle VC checking via
10709         vc-handled-backends instead of vc-master-templates.
10710         (ido-file-internal): Handle ido-use-url-at-point and
10711         ido-use-filename-at-point via code borrowed from ffap-guesser.
10712         Handle new ido-exit code ffap.
10713         (ido-sort-list): Ignore final slash when sorting file names.
10715 2003-11-25  Kim F. Storm  <storm@cua.dk>
10717         * emulation/cua-base.el (cua--standard-movement-commands):
10718         Add forward-sentence and backward-sentence.
10720 2003-11-25  Stephen Eglen  <stephen@gnu.org>
10722         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
10723         iswitchb-exit is set to 'usefirst when user selects buffer at head
10724         of list using RET.  (Selecting buffers at the head of the list was
10725         broken if the substring was also a complete buffername.)
10727 2003-11-23  Kim F. Storm  <storm@cua.dk>
10729         * progmodes/compile.el (grep-command, grep-use-null-device)
10730         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
10731         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
10732         (grep-regexp-alist, grep-program, find-program)
10733         (grep-find-use-xargs, grep-history, grep-find-history)
10734         (grep-process-setup, grep-compute-defaults)
10735         (grep-default-command, grep, grep-tag-default, grep-find)
10736         (grep-expand-command-macros, grep-tree-last-regexp)
10737         (grep-tree-last-files, grep-tree): Move grep variables, functions
10738         and commands to new file grep.el.
10739         (compilation-mode-map): Remove grep commands from Compile sub-menu.
10740         (compilation-process-setup-function): Doc fix.
10741         (compilation-highlight-regexp, compilation-highlight-overlay): New
10742         defvars used for highlighting current compile error in source buffer.
10743         (compile-internal): New optional args HIGHLIGHT-REGEXP and
10744         LOCAL-MAP which overrides compilation-highlight-regexp and
10745         compilation-mode-map for this compilation.
10746         Delay calling compilation-set-window-height until after running
10747         compilation-process-setup-function so it can buffer-local override
10748         compilation-window-height.
10749         Check buffer-local value of compilation-scroll-output.
10750         (compilation-set-window-height): Use buffer-local value of
10751         compilation-window-height.
10752         (compilation-revert-buffer): Don't pass (undefined)
10753         preserve-modes arg to revert-buffer.
10754         (next-error-no-select, previous-error-no-select): New commands.
10755         (compilation-goto-locus): Temporarily highlight current match in
10756         source buffer using compilation-highlight-regexp.
10758         * progmodes/grep.el: New file with grep code from compile.el.
10759         (grep): New defcustom group.
10760         (grep-window-height): New defcustom, like compilation-window-height.
10761         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
10762         (grep-scroll-output): New defcustom, like compilation-scroll-output.
10763         (grep-command, grep-use-null-device, grep-find-command)
10764         (grep-tree-files-aliases, grep-tree-ignore-case)
10765         (grep-tree-ignore-CVS-directories): Move to grep custom group.
10766         (grep-setup-hook): New hook variable.
10767         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
10768         (grep-last-buffer): New defvar, override compilation-last-buffer.
10769         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
10770         Call compile-internal with args highlight-regexp and grep-mode-map.
10772 2003-11-23  Kim F. Storm  <storm@cua.dk>
10774         * subr.el (event-start, event-end): Doc fix.
10775         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
10776         (posn-area, posn-actual-col-row, posn-object): New defuns.
10777         (posn-col-row): Simplify doc.  Rewrite to use cond.
10778         (posn-point): Also return buffer position for events outside text
10779         area (that info is now present in the event position).
10781         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
10782         mouse-set-point so that hscroll still works now that clicks on
10783         fringes generate specific mouse events.
10784         (mouse-set-point): Note that it now works in fringes and margins
10785         too due to new semantics of posn-point in fringes and margins.
10787         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
10788         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
10790 2003-11-20  Kim F. Storm  <storm@cua.dk>
10792         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
10793         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
10794         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
10795         to 100 for icons to avoid increasing line height when shown.
10797 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10799         * newcomment.el (comment-normalize-vars): Initialize properly if
10800         comment-start was nil.
10802 2003-11-19  Andreas Schwab  <schwab@suse.de>
10804         * simple.el (set-variable): Fix indentation.
10806 2003-11-17  Kenichi Handa  <handa@m17n.org>
10808         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
10809         Fix docstring.
10811 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10813         * international/latin1-disp.el (latin1-display): Fix docstring.
10815 2003-11-16  John Wiegley  <johnw@newartisans.com>
10817         * eshell/em-ls.el (eshell-ls-file): There are times with
10818         size-width is nil and uncomputed (when directories are created in
10819         dired, for example); in this case, 4 is reasonable default value,
10820         although it may caused skewed new entries (which could be avoided
10821         by returning the original value of 8 in all cases, but 99% of the
10822         time this is a waste of whitespace).
10824 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
10826         * cc-engine.el (c-guess-continued-construct)
10827         (c-guess-basic-syntax): Check a little more carefully if it's a
10828         function declaration when an unknown construct followed by a block
10829         is found inside a statement context.  This avoids macros followed
10830         by blocks to be taken as function declarations.
10832         (c-guess-continued-construct): Change the analysis of a statement
10833         continuation with a brace open to `substatement-block', for
10834         consistency with recognized statements.
10836         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
10837         start is in a position so that `c-beginning-of-statement-1' jumped
10838         to the beginning of the same statement.
10840         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
10841         Don't accept binary operators in the arglist if we're in a function
10842         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
10843         template recognition in cases like "if (a < b || c > d)".
10845         (c-restricted-<>-arglists): New more appropriate name for
10846         `c-disallow-comma-in-<>-arglists'.
10848         Accessing functions updated for the variable name change.
10850         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
10851         match data could get clobbered if NOT-INSIDE-TOKEN is used.
10853         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
10854         labels.
10856         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
10857         instead of duplicating parts of it.  This fixes bogus label
10858         recognition.
10860         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
10861         of checking the context in which to apply the minimum indentation,
10862         so that it isn't enforced in e.g. namespace blocks.
10864         * cc-vars.el (c-inside-block-syms): New constant used by
10865         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
10866         to somewhat reduce the risk of becoming stale.
10868         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
10869         cc-cmds to cc-engine to allow use from cc-align.
10871         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
10872         qualified identifiers containing "::".
10874         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
10875         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
10877         * cc-vars.el (c-emacs-features): Use a space in front of the name
10878         of the temporary buffer.  That also avoids dumping problems in
10879         XEmacs due to undo info being left around after the buffer is killed.
10881         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
10882         arglist to see if it's a K&R style declaration.
10884         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
10885         before returning `knr-argdecl-intro'.
10887 2003-11-16  John Wiegley  <johnw@newartisans.com>
10889         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
10890         field in a long-listing always 8 characters, use `size-width',
10891         which has already been computed.
10893 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
10895         * subr.el (minor-mode-list): Add `hs-minor-mode'.
10897 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
10899         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
10900         Support operation while narrowed, with `diff-restrict-view'.
10902 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
10904         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10905         Take additional optional arg NARROWFUN.  For the generated functions:
10906         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
10907         include frags that arrange to check for and save narrowing state before
10908         the move and then conditionally call NARROWFUN after the move.
10910 2003-11-14  John Wiegley  <johnw@newartisans.com>
10912         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
10913         that was optional, but obviously missing based on surrounding code.
10915         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
10916         string arguments to numbers unless the whole argument was seen as
10917         a number.
10919 2003-11-14  Kenichi Handa  <handa@m17n.org>
10921         * international/mule.el (ctext-non-standard-encodings-alist):
10922         Fix coding systems.
10924 2003-11-10  Kenichi Handa  <handa@m17n.org>
10926         * language/kannada.el ("Kannada"): Add sample-text.
10928         * language/knd-util.el (kannada-compose-region)
10929         (kannada-compose-string, kannada-post-read-conversion):
10930         Add autoload cookie.
10932         * international/quail.el (quail-completion): Change the message
10933         "corresponding translations" to "corresponding characters".
10935 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10937         * descr-text.el (describe-char): Fix typo.
10939 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
10941         These changes are to support Kannada language/script.
10943         * Makefile.in (DONTCOMPILE): Add kannada.el.
10945         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
10947         * loadup.el: Preload kannada.el.
10949         * language/ind-util.el (ucs-kannada-to-is13194-alist)
10950         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
10951         New variables.
10953         * language/kannada.el: New file.
10955         * language/knd-util.el: New file.
10957 2003-11-07  Andreas Schwab  <schwab@suse.de>
10959         * progmodes/autoconf.el (autoconf-font-lock-keywords):
10960         Also highlight AH_*.
10962         * xml.el (xml-parse-dtd): Fix misplaced paren.
10964 2003-11-07  Kenichi Handa  <handa@m17n.org>
10966         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
10968 2003-11-05  Juri Linkov  <juri@jurta.org>
10970         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
10971         (desktop-buffer-file): Use saved buffer-file-coding-system
10972         for file reading.  Set auto-insert to nil to prevent automatic
10973         insertion into restored empty files.
10975 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
10977         * files.el (risky-local-variable-p): Make second argument optional.
10979 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10981         * subr.el (add-hook): Fix last change.
10983 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
10985         * mail/rmail.el (rmail-convert-to-babyl-format):
10986         If base64-decode-region signals an error, catch it and silently
10987         ignore it.
10989 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
10991         * xml.el (xml-parse-region): Allow comments to appear after the
10992         topmost element has closed.
10993         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
10994         (xml-ns-expand-attr): New functions to do namespace handling.
10995         (xml-intern-attrlist): Back-compatible handling of attribute names.
10996         (xml-parse-tag): Move namespace handling to separate functions.
10997         Now produces elements in the form ((:ns . "element") (attr-list)
10998         children) instead of ('ns:element (attr-list) children).
10999         (xml-parse-attlist): Fix attribute parsing.
11000         (xml-parse-dtd): Change parsing so that it produces strings
11001         instead of interned symbols.
11003 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
11005         * dired.el (dired-ls-sorting-switches): Doc fix.
11007 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
11009         * emacs-lisp/rx.el (rx-or): Fix the case of
11010         "(rx (and ?a (or ?b ?c) ?d))".
11012 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
11014         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
11015         (texinfo-format-region): Use it.
11016         (texinfo-format-buffer-1): Ditto.
11018 2003-11-01  Alan Mackenzie  <acm@muc.de>
11020         Changes to allow scrolling whilst in isearch mode:
11021         * isearch.el (isearch-unread-key-sequence): New function,
11022         extracted from isearch-other-meta-char.
11023         (top level): (put 'foo 'isearch-scroll) on all Emacs's
11024         "scrollable" standard functions.
11025         (isearch-allow-scroll): New customizable variable.
11026         (isearch-string-out-of-window, isearch-back-into-window)
11027         (isearch-reread-key-sequence-naturally)
11028         (isearch-lookup-scroll-key): New functions.
11029         (isearch-other-meta-char): Doc string and functionality enhanced.
11030         Now accepts a prefix argument.
11031         (isearch-lazy-highlight-window-end): New variable.
11032         (isearch-lazy-highlight-new-loop): Pay attention to the window's
11033         end (thru isearch-lazy-highlight-window-end), not only its start.
11035         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
11036         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
11037         (universal-argument, universal-argument-more, negative-argument)
11038         (digit-argument, universal-argument-other-key): Minor changes.
11040 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
11042         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
11043         recursively if the last message is deleted, thus avoiding an
11044         infinite loop.
11046 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11048         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
11049         (tex-main-file): Don't add .tex if the extension is already present.
11050         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
11052 2003-10-29  Lute Kamstra  <lute@gnu.org>
11054         * progmodes/octave-inf.el (inferior-octave-prompt):
11055         Recognize version number in prompt.
11057 2003-10-28  Dave Love  <fx@gnu.org>
11059         * international/characters.el: Fix some Unicode ranges.
11061 2003-10-28  Kenichi Handa  <handa@m17n.org>
11063         * disp-table.el (standard-display-8bit)
11064         (standard-display-default, standard-display-ascii)
11065         (standard-display-g1, standard-display-graphic)
11066         (standard-display-underline): Assure that standard-display-table
11067         is a display table.
11069 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11071         * simple.el (reindent-then-newline-and-indent): Delete space *after*
11072         reindenting the first line.
11074 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11076         * wid-edit.el (widget-default-delete): Always delete child widgets.
11078 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11080         * newcomment.el (comment-indent): Don't call indent-according-to-mode
11081         if the line has code.
11082         Don't try to line up with something that's too far left.
11084         * progmodes/octave-mod.el (octave-comment-start): Simplify.
11085         (octave-mode-syntax-table): Add % as a comment starter.
11086         (octave-point): Remove.
11087         (octave-in-comment-p, octave-in-string-p)
11088         (octave-not-in-string-or-comment-p, calculate-octave-indent)
11089         (octave-blink-matching-block-open, octave-auto-fill):
11090         Use line-(beginning|end)-position instead.
11092 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11094         * emacs-lisp/authors.el (authors-aliases): Add correct realname
11095         for Francesco Potort\e,Al\e(B.
11097 2003-10-23  Dave Love  <fx@gnu.org>
11099         * international/mule-cmds.el (locale-charset-to-coding-system):
11100         Don't rely on nil being a coding system.
11102         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
11103         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
11104         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
11106 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
11108         * gdb-ui.el (gdb-current-language): New variable.
11109         (gdb-update-flag): Remove variable.
11110         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
11111         (gdb-take-last-elt): Remove function.
11112         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
11113         (gdb-post-prompt): Check for variable object changes here.
11115         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
11116         object changes in gdb-ui.el.
11118 2003-10-21  Richard M. Stallman  <rms@gnu.org>
11120         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
11122         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
11123         Don't check for foo*/ wildcard form here.
11124         (insert-directory): Recognize foo*/ as a wildcard.
11125         Separate wildcard-regexp variable from the arg, wildcard.
11127         * subr.el (add-hook): Correctly detect when make-local-hook was used.
11128         (remove-hook): Correctly handle strange cases about local hooks.
11130 2003-10-21  David Ponce  <david@dponce.com>
11132         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
11133         argument REAL, to return a real number instead of a rounded
11134         integer value.  Define as inline function.
11135         (ruler-mode-right-fringe-cols): Likewise.
11136         (ruler-mode-scroll-bar-cols): New function.
11137         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
11138         (ruler-mode-right-scroll-bar-cols): Likewise.
11139         (ruler-mode-space): New function.
11140         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
11141         scroll bar mode and margins in a more robust way.
11143 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
11145         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
11146         (antlr-c-init-language-vars): New function.
11147         (antlr-mode): Use it with cc-mode before v5.29.
11148         (antlr-c-common-init): Don't set some local vars here.
11149         (antlr-mode): Set them here.
11150         (antlr-c-forward-sws): New function alias.
11151         (antlr-mode): Redefine with cc-mode before v5.30.
11152         (antlr-skip-sexps): Use it.
11153         (antlr-skip-exception-part): Ditto.
11154         (antlr-skip-file-prelude): Ditto.
11155         (antlr-outside-rule-p): Ditto.
11156         (antlr-end-of-body): Ditto.
11157         (antlr-option-kind): Ditto.
11158         (antlr-insert-option-area): Ditto.
11159         (antlr-file-dependencies): Ditto.
11161 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11163         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
11164         Move backward only if point was not inside an entry.
11166 2003-10-21  Richard M. Stallman  <rms@gnu.org>
11168         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
11170 2003-10-21  Juri Linkov  <juri@jurta.org>
11172         * compare-w.el: Automatically skip non-matching text to resync.
11173         (compare-windows-whitespace): Doc fix.
11174         (compare-windows-sync, compare-windows-sync-string-size)
11175         (compare-windows-recenter, compare-ignore-whitespace)
11176         (compare-windows-highlight, compare-windows-face): New variables.
11177         (compare-windows): Use compare-windows-sync.
11178         (compare-windows-highlight, compare-windows-dehighlight)
11179         (compare-windows-sync-regexp)
11180         (compare-windows-sync-default-function): New functions.
11182 2003-10-21  Juri Linkov  <juri@jurta.org>
11184         * diff.el (diff-parse-differences): Don't visit the files now;
11185         instead, just record the error locus.
11187 2003-10-21  Dave Love  <fx@gnu.org>
11189         * progmodes/cfengine.el: New file.
11191 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11193         * complete.el (PC-do-completion): Do not forget to use `pred' as the
11194         default-directory when completing file names.
11196 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
11198         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
11199         followed by the word `face', it gets treated as a face, even if
11200         it is also defined as a variable or a function.
11202 2003-10-20  Dave Love  <fx@gnu.org>
11204         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11205         Avoid incf in macro expansion.
11207 2003-10-20  John Paul Wallington  <jpw@gnu.org>
11209         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
11210         `evenp' so we don't implicitly require cl library at runtime.
11212 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
11214         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
11215         (help-make-xrefs): Only make cross-references for faces if
11216         preceded or followed by the word `face'.  Do not make a
11217         cross-reference for variables without variable documentation,
11218         unless preceded by the word `variable' or `option'.  Update doc
11219         string accordingly.
11221 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
11223         * progmodes/hideshow.el: Rewrite one-armed `if'
11224         constructs using either `when' or `unless'.
11225         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
11227 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
11229         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
11230         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
11231         instead of 12x12.
11233 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
11235         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
11236         message while converting to Babyl.
11238 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
11240         * allout.el (allout-mode): Doc fix.
11242 2003-10-16  Lute Kamstra  <lute@gnu.org>
11244         * subr.el (force-mode-line-update): Fix docstring.
11246 2003-10-14  Dave Love  <fx@gnu.org>
11248         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
11249         (default-input-method): Add :link, improve :type.
11250         (locale-charset-language-names): Fix utf-8 pattern.
11251         (locale-charset-match-p, locale-charset-alist)
11252         (locale-charset-to-coding-system): New.
11253         (set-locale-environment): Deal with codeset part of locale specs.
11255 2003-10-14  Lute Kamstra  <lute@gnu.org>
11257         * fringe.el (fringe-mode): Use active voice in docstring.
11258         (set-fringe-style): Ditto.
11260 2003-10-13  Lute Kamstra  <lute@gnu.org>
11262         * fringe.el (fringe-mode): Fix docstring.
11263         (set-fringe-style): Ditto.
11265 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
11267         * ediff-mult.el (ediff-filegroup-action):
11268         Use ediff-default-filtering-regexp.
11270         * ediff-util.el (ediff-recenter): Don't call
11271         ediff-restore-highlighting twice.
11272         (ediff-select-difference): Set current difference.
11273         (ediff-unselect-and-select-difference): Add comment.
11275         * ediff.el (ediff-directories,ediff-directory-revisions)
11276         (ediff-directories3,ediff-merge-directories)
11277         (ediff-merge-directories-with-ancestor)
11278         (ediff-merge-directory-revisions)
11279         (ediff-merge-directory-revisions-with-ancestor):
11280         Use ediff-default-filtering-regexp.
11282 2003-10-12  Andreas Schwab  <schwab@suse.de>
11284         * international/mule-cmds.el (locale-charset-language-names):
11285         Simplify regex by removing unused grouping.
11287 2003-10-10  Dave Love  <fx@gnu.org>
11289         * bindings.el: Don't bind stop.
11291 2003-10-08  Miles Bader  <miles@gnu.org>
11293         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
11294         face instead of attempting to emulate it.
11296 2003-10-07  Kenichi Handa  <handa@m17n.org>
11298         * international/mule-diag.el (list-coding-systems-1): List coding
11299         systems that are loaded automatically.
11301         * international/code-pages.el (iso-8859-11): Add autoload cookie.
11303         * international/mule.el (autoload-coding-system): New function.
11305 2003-10-07  Andreas Schwab  <schwab@suse.de>
11307         * log-edit.el (log-edit-changelog-entries): Prefer local value of
11308         change-log-default-name in the buffer visiting the file.
11310 2003-10-06  Dave Love  <fx@gnu.org>
11312         * files.el (find-file-hook): Customize.
11313         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
11315         * bindings.el (completion-ignored-extensions): Remove .log.
11316         (global-map): Add again, open, stop keys.
11318 2003-10-05  Richard M. Stallman  <rms@gnu.org>
11320         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
11321         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
11322         Use sh-modify directly.
11323         (sh-select): Use sh-append, not eval.
11325         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
11327         * info.el (Info-following-node-name): New function.
11329         * loadhist.el (unload-feature-special-hooks):
11330         Rename from loadhist-hook-functions.
11331         (loadhist-hook-functions): Now an alias.
11333 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
11335         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
11336         file-name clashes on 8+3 filesystems.
11338         * Makefile.in (DONTCOMPILE, bootstrap-clean):
11339         Rename loaddefs-boot.el to ldefs-boot.el
11341         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
11342         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
11344 2003-10-03  Lute Kamstra  <lute@gnu.org>
11346         * info.el (Info-mode): Revert previous change.
11347         (Info-escape-percent): New function.
11348         (Info-fontify-node): Use it.
11350 2003-10-02  Andreas Schwab  <schwab@suse.de>
11352         * loaddefs-boot.el: Regenerated.
11354 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
11356         * ffap.el: Remove defadvice related code from CVS since `complete'
11357         provides a `PC-completion-as-file-name-predicate' variable that
11358         ffap can override.
11360 2003-10-02  Kenichi Handa  <handa@m17n.org>
11362         * international/utf-8.el (ccl-decode-mule-utf-8):
11363         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
11365         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
11366         * international/subst-big5.el: Likewise.
11367         * international/subst-gb2312.el: Likewise.
11368         * international/subst-ksc.el: Likewise.
11370 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
11372         * calendar/calendar.el (increment-calendar-month)
11373         (calendar-leap-year-p, calendar-absolute-from-gregorian)
11374         (generate-calendar, calendar-read-date, calendar-interval)
11375         (calendar-day-of-week): Handle years BC.
11376         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
11378 2003-10-01  Dave Love  <fx@gnu.org>
11380         * language/cyrillic.el (cp1251): Alias for windows-1251.
11382         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
11383         bootstrap.
11385 2003-10-01  Lute Kamstra  <lute@gnu.org>
11387         * files.el: Fix typo.
11388         * imenu.el (imenu--generic-function): Docstring fix.
11390 2003-09-30  Richard M. Stallman  <rms@gnu.org>
11392         * dired.el (dired-mode): Handle dired-directory as a list.
11394 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
11396         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
11398         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
11400         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
11401         Replace gud-display with gud-watch.
11402         (gud-speedbar-buttons): Add stuff for watching expressions
11403         in the speedbar when using M-x gdba.  Use dolist on old part
11404         of this function.
11406         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
11407         (gdb-update-flag): New variables.
11408         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
11409         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
11410         (gud-watch, gdb-var-create-handler) : New functions.
11411         (gdb-var-list-children, gdb-var-list-children-handler)
11412         (gdb-var-create-regexp, gdb-var-update-regexp)
11413         (gdb-var-list-children-regexp): New constants.
11414         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
11415         (gdb-annotation-rules): Reduce annotation set (level 3).
11416         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
11417         (gdb-post-prompt): Don't update GDB buffers every time speedbar
11418         updates.
11419         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
11420         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
11421         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
11422         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
11423         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
11424         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
11425         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
11426         (gud-display, gud-display1)
11427         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
11428         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
11429         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
11430         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
11431         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
11432         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
11433         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
11434         (gdb-display-display-buffer, gdb-toggle-display)
11435         (gdb-delete-display, gdb-expressions-popup-menu)
11436         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
11437         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
11438         to display buffer.
11440 2003-09-30  Richard M. Stallman  <rms@gnu.org>
11442         * progmodes/ada-mode.el (ada-mode): Don't use advice.
11443         Instead, set which-func-functions.
11445         * progmodes/which-func.el (which-func-modes): Add ada-mode.
11446         (which-func-functions): New variable.
11447         (which-function): Use that.
11449         * info.el (Info-mode): Double each `%' in header line.
11451         * emacs-lisp/lisp-mnt.el (lm-with-file):
11452         When FILE is nil, run BODY in current buffer.
11454         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
11456         * help.el (describe-mode): Start with a brief list of minor modes.
11457         Find them thru minor-mode-list so as to find them all.
11458         Show them in alphabetical order.
11460         * mail/sendmail.el (mail-aliases): Doc fix.
11462         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
11464 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
11466         * mail/rmailsum.el (rmail-make-summary-line-1):
11467         Change comma after last label to a space.
11468         (rmail-summary-font-lock-keywords): Adapt to that change.
11470 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
11472         * progmodes/scheme.el (scheme-mode-variables): When setting
11473         `font-lock-defaults', also specify that "#" should
11474         be interpreted with `word' syntax.
11475         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
11477 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
11479         * desktop.el: A lot of comments updated.
11480         (desktop-save-mode): Minor mode introduced.
11481         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
11482         (desktop-load-default): Function made obsolete.
11483         (desktop-locals-to-save): Variable made customizable.
11484         (desktop-read): Optional parameter `dirname' added.
11485         (desktop-change-dir, desktop-revert): Parameter `dirname' in
11486         `desktop-read' used.
11487         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
11489 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
11491         * whitespace.el (whitespace-clean-msg): Add user customizable message
11492         for displaying ``clean'' output.
11493         (whitespace-buffer): Use `whitespace-clean-msg'.
11494         (whitespace-global-mode): Fix typo.
11496 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
11498         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
11500 2003-09-29  Lute Kamstra  <lute@gnu.org>
11502         * bindings.el (mode-line-modes): Remove superfluous :propertize
11503         construct in initialization.
11504         (mode-line-position): Change cons cell into proper list in
11505         initialization.
11507 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
11509         * international/mule.el (decode-coding-inserted-region): Use car
11510         of the return value of find-operation-coding-system.
11512 2003-09-29  Kenichi Handa  <handa@m17n.org>
11514         * descr-text.el (describe-char): Fix previous change.
11516 2003-09-28  Kenichi Handa  <handa@m17n.org>
11518         * descr-text.el (describe-char-display): New function.
11519         (describe-char): Pay attention to display table on describing how
11520         a character is displayed.
11522         * international/mule-cmds.el (encoded-string-description):
11523         Prepend "0x" to each encoded byte.
11525 2003-09-28  Andreas Schwab  <schwab@suse.de>
11527         * find-file.el (ff-special-constructs): Add autoload cookie.
11529 2003-09-28  Kevin Ryde  <user42@zip.com.au>
11531         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
11532         makeinfo appends to duplicate index entries.
11534 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
11536         * dired-x.el (dired-clean-tex): Doc fix.
11538         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
11539         using a Chinese tutorial.
11541 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11543         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
11544         between "MAIL FROM:" and "RCPT TO:" and the following address.
11546 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11548         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
11550 2003-09-28  David Ponce  <david@dponce.com>
11552         * recentf.el (recentf-initialize-file-name-history): New defcustom.
11553         (recentf-load-list): When `recentf-initialize-file-name-history'
11554         is non-nil, initialize an empty `file-name-history' with the
11555         recent list.
11557 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
11559         * man.el (Man-default-man-entry): Remove the leading `*' from the
11560         word at point.
11562 2003-09-26  Lute Kamstra  <lute@gnu.org>
11564         * bindings.el (mode-line-position): Mention size indication in
11565         docstring.
11567 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
11569         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
11571         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
11572         because it's autoloaded now.
11574 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
11576         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
11577         (sh-font-lock-keywords, sh-feature): Fix previous change of
11578         sh-feature to avoid infloop with sh-font-lock-keywords.
11580 2003-09-25  Kim F. Storm  <storm@cua.dk>
11582         * frame.el (frame-current-scroll-bars): New defun.
11584         * window.el (window-current-scroll-bars): New defun.
11586 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11588         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
11589         cause errors when the state cache contains info on parts that have
11590         been narrowed out.
11592 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11594         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
11595         `c-setup-paragraph-variables' has to be used when this variable is
11596         changed; it doesn't work to reinitialize the mode since that
11597         typically clobbers the variable.
11599         * progmodes/cc-styles.el (c-setup-paragraph-variables):
11600         Make it interactive.
11602 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11604         * progmodes/cc-fonts.el (c-font-lock-declarations):
11605         Fix recognition of constructors and destructors for classes whose
11606         names are matched by `*-font-lock-extra-types'.
11608         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
11609         followed by an identifier in C++ then it's a type.
11611 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11613         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
11614         problem that primarily affected XEmacs.  Don't use faces to find
11615         unterminated strings since Emacs and XEmacs fontify strings
11616         differently - this function should now work better in XEmacs.
11618 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11620         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
11621         `expand-abbrev' workaround which caused braces to misbehave inside
11622         macros.
11624         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
11625         handling.  This bug could cause interactive font locking to bail out.
11627 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11629         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
11630         Handle paren-style types in Pike.  Also fixed some cases of
11631         insufficient handling of unbalanced parens.
11633 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
11635         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
11636         common shell prompts that are not common filename or URL characters.
11637         (ffap-file-at-point): Use the new regexp to strip the prompts from
11638         the file names.  This is an issue mostly for user prompts that
11639         don't have a trailing space and find-file-at-point is invoked from
11640         within a shell inside Emacs.
11642 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
11644         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
11645         stamps numerically, rather than textually.
11647 2003-09-24  Kenichi Handa  <handa@m17n.org>
11649         * language/devan-util.el (devanagari-post-read-conversion):
11650         * language/mlm-util.el (malayalam-post-read-conversion):
11651         * language/tml-util.el (tamil-post-read-conversion):
11652         Add autoload cookie.
11654         * international/utf-8.el (utf-8-post-read-conversion):
11655         Call post-read-conversion functions for Devanagari, Malayalam,
11656         and Tamil.
11658 2003-09-23  Dave Love  <fx@gnu.org>
11660         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
11662 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
11664         * progmodes/gud.el (perldb): Add gud-until to list of commands.
11665         Update gud-remove.
11667 2003-09-22  Richard M. Stallman  <rms@gnu.org>
11669         * progmodes/sh-script.el (sh-mode-default-syntax-table):
11670         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
11671         (sh-mode-syntax-table-input): New variable.
11672         (sh-require-final-newline): Don't use eval.
11673         (sh-builtins, sh-leading-keywords, sh-other-keywords)
11674         (sh-variables, sh-font-lock-keywords): Don't use eval.
11675         (sh-set-shell): When setting require-final-newline,
11676         treat value = `require-final-newline' as don't change it.
11677         Set sh-mode-syntax-table locally based on
11678         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
11680         * progmodes/compile.el (compile-internal):
11681         Call compilation-set-window-height before setting window start.
11683 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
11685         * emacs-lisp/bytecomp.el (byte-compile-log-file):
11686         Clear out byte-compile-last-warned-form.
11688 2003-09-22  Richard M. Stallman  <rms@gnu.org>
11690         * woman.el (woman-file-name, woman-follow-word):
11691         If current-word returns nil, use "".
11693         * simple.el (eval-expression): Bind standard-output in to-buffer case.
11695 2003-09-22  Richard M. Stallman  <rms@gnu.org>
11697         * emacs-lisp/lisp-mnt.el (lm-with-file):
11698         Don't visit the file, just use insert-file-contents in temp buffer.
11700 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
11702         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
11703         Add surrounding \\( and \\) around the header, as in
11704         for lm-history-header 'Change Log\\|History'.
11706 2003-09-22  John Paul Wallington  <jpw@gnu.org>
11708         * progmodes/ld-script.el: Add Commentary section,
11709         minor cleanup of file header.
11710         (ld-script-font-lock-keywords): Doc fix.
11711         (toplevel): Provide `ld-script' feature.
11713 2003-09-21  Kim F. Storm  <storm@cua.dk>
11715         * scroll-bar.el (set-scroll-bar-mode): Initialize to
11716         new built-in variable default-frame-scroll-bars.
11717         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
11718         scroll-bar-mode; notably, use it instead of t when we toggle
11719         scroll-bars on.
11720         (toggle-scroll-bar): Use default-frame-scroll-bars.
11722 2003-09-19  Masatake YAMATO  <jet@gyve.org>
11724         * pcvs.el (cvs-do-removal): Change the prompt depending on
11725         `filter' value.
11727 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
11729         * startup.el (command-line-1): Stop startup-echo-area-message
11730         being hidden by "Loading image..." message.
11731         (use-fancy-splash-screens-p, display-splash-screen):
11732         Move display-graphic-p test from latter to former.
11734         * progmodes/sh-script.el (sh-font-lock-keywords):
11735         Highlight escaped EOLs differently from other backslash constructs.
11737 2003-09-19  Richard M. Stallman  <rms@gnu.org>
11739         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
11740         New functions.
11741         (edebug-enter, edebug-outside-excursion): Use them.
11743         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
11744         Fix the condition for whether to print "In WHERE".
11746 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
11748         * finder.el (finder-mode-hook): New variable.
11749         (finder-mode): Run hook finder-mode-hook
11751 2003-09-18  Masatake YAMATO  <jet@gyve.org>
11753         * progmodes/ebrowse.el: Fix broken magic autoload comments.
11755 2003-09-17  Mario Lang  <mlang@delysid.org>
11757         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
11758         "p %e" to actually print the value in the GUD buffer.
11760 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
11762         From David Ponce <david.ponce@wanadoo.fr>:
11763         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
11764         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
11765         from loaddefs-boot.el if necessary.
11767 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
11769         * progmodes/gud.el (gud-find-class): Make jdb work again since
11770         cc-mode changed the syntactic information.
11772 2003-09-15  David Ponce  <david@dponce.com>
11774         * recentf.el: (recentf-exclude): Accept predicates too.
11775         (recentf-file-readable-p): New function.
11776         (recentf-include-p): Handle predicates in recentf-exclude.
11777         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
11778         (recentf-cleanup): Likewise.
11779         (recentf-save-list): Use write-file to handle backup of
11780         recentf-save-file.
11782 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
11784         * loaddefs-boot.el: Renamed from `loaddefs.el'
11785         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
11786         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
11787         necessary.
11789 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
11791         * electric.el (Electric-pop-up-window): For the `one-window' case,
11792         no longer disconcertingly move point in the original buffer.
11794 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11796         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
11798 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11800         * dired.el (dired-mode-map): Fix typo.
11802 2003-09-11  Richard M. Stallman  <rms@gnu.org>
11804         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
11806 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
11808         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
11809         the function is less noisy.  Now only `kill-buffer' can ask questions.
11811 2003-09-10  Mario Lang  <mlang@delysid.org>
11813         * battery.el: Update Commentary and Copyright.
11814         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
11815         appear due to wrong ordering of the expressions in `or'.
11817 2003-09-09  Lute Kamstra  <lute@gnu.org>
11819         * misc.el (upcase-char): Fix docstring.
11820         (zap-up-to-char): New command.
11822 2003-09-08  David Ponce  <david@dponce.com>
11824         Ensure that recentf correctly updates the menu bar.
11825         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
11826         (recentf-menu-bar): New function.
11827         (recentf-clear-data): Use it
11828         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
11829         of easy-menu-change.
11831 2003-09-08  Lute Kamstra  <lute@gnu.org>
11833         * simple.el (size-indication-mode): New.
11834         * bindings.el (mode-line-position): Add buffer size indicator.
11836 2003-09-04  Mario Lang  <mlang@delysid.org>
11838         * battery.el (battery-linux-proc-acpi): New function.
11839         (battery-status-function): Modify default value calculation to also
11840         check for availability of ACPI.
11841         (battery-echo-area-format): Ditto.
11842         (battery-mode-line-format): Ditto.
11844 2003-09-06  Dave Love  <fx@gnu.org>
11846         * ielm.el (ielm-mode-hook): Add :options.
11848         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
11849         (eldoc-print-current-symbol-info): Use it.
11851 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
11853         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
11854         being displayed in GUD buffer.
11855         (gdb-idle-input-queue): Remove var.  Use just one queue.
11856         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
11857         Remove functions.  Use just one queue.
11858         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
11859         (gdb-invalidate-assembler, gdb-get-current-frame):
11860         Modify functions.  Use just one queue.
11862 2003-09-04  Dave Love  <fx@gnu.org>
11864         * cus-start.el: Add blink-cursor-alist.
11866         * ruler-mode.el (ruler-mode-fill-column-char)
11867         (ruler-mode-current-column-char): Use char-displayable-p,
11868         not window-system.
11870         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
11872         * language/european.el (windows-1252): Move from code-pages.
11874         * language/cyrillic.el ("Windows-1251"): Delete.
11875         ("Bulgarian", "Belarusian"): Remove `features'.
11876         (windows-1251): Move from code-pages.
11878         * international/mule-diag.el (non-iso-charset-alist):
11879         Remove `codepage' stuff.
11880         (print-designation, list-coding-systems-1): Output fixes.
11882         * international/code-pages.el (cp-make-translation-table)
11883         (cp-valid-codes): Made defsubsts.
11884         (cp-fix-safe-chars): Delete.
11885         (mule-diag): Don't require.
11886         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
11887         (top-level): Check for defined coding system when defining
11888         cp... aliases.  Change w32-add-charset-info test to avoid warning.
11889         (non-iso-charset-alist): Defvar when compiling.
11890         (cp-make-coding-system): Doc fix.
11892 2003-09-02  Jason Rumney  <jasonr@gnu.org>
11894         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
11895         line-ends from CVS before doing conversion.
11897 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
11899         * calendar/diary-lib.el (diary-header-line-flag)
11900         (diary-header-line-format): New variables.
11901         (list-diary-entries): Use them to set header line in simple diary.
11903         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
11904         other than font-lock-string-face to highlight backslashes.
11906 2003-09-01  Jason Rumney  <jasonr@gnu.org>
11908         * international/titdic-cnv.el (tit-read-key-value): Include \r in
11909         regexp.
11911 2003-09-01  Dave Love  <fx@gnu.org>
11913         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
11915         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
11916         and :help; also line and column numbers labels.
11918         * international/mule-util.el (char-displayable-p): Move from
11919         latin1-disp, rename and autoload.
11921         * international/latin1-disp.el (latin1-char-displayable-p):
11922         Now obsolete alias.  Replace uses with char-displayable-p.
11923         (latin1-display-ucs-per-lynx): Fix last change.
11925         * international/mule-cmds.el (standard-display-european-internal):
11926         Don't use char code for Latin-1 NBSP.
11927         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
11928         U+2018, U+2019 for `'.
11929         (select-safe-coding-system): Message fix.
11931 2003-09-01  Kenichi Handa  <handa@m17n.org>
11933         * international/fontset.el (setup-default-fontset): For Thai
11934         font, specify "*" family.
11936 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11938         * progmodes/compile.el (previous-error): Accept a prefix
11939         argument, similarly to next-error.
11941 2003-08-31  Masatake YAMATO  <jet@gyve.org>
11943         * pcvs.el (cvs-do-removal): Use = instead of eq to check
11944         the number of files.  Bind the number of files to a local
11945         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
11947 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
11949         * vc-hooks.el (vc-make-version-backup): Fix the change made on
11950         2003-07-26: msdos-long-file-names is a function, not a variable.
11952 2003-08-29  Richard M. Stallman  <rms@gnu.org>
11954         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
11955         Do nothing with mail-personal-alias-file if it is nil.
11957         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
11958         Do nothing if mail-personal-alias-file is nil.
11960         * term.el (term-exec-1): Bind coding-system-for-read.
11962         * dired.el (dired-mouse-find-file-other-window):
11963         Use dired-view-command-alist here, as in dired-view-file.
11964         (dired-view-command-alist): Use %s to substitute file name.
11965         Handle .ps_pages, .eps, .jpg, .gif, .png.
11967 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
11969         * info.el (Info-mode-map): Bind S-tab and <backtab> to
11970         `Info-prev-reference', instead of M-tab.
11972 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
11974         * simple.el (blink-matching-open): Work correctly on chars that
11975         are designated as parens through the syntax-table text property.
11977 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
11979         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
11980         line break position in the middle of a non-kinsoku (e.g. latin)
11981         word, making it skip until either a space or a character with
11982         category "|".
11983         (kinsoku-longer): Test for end of buffer.
11985 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
11987         * mail/rmail.el (rmail-convert-to-babyl-format):
11988         Detect quoted-printable- and base64-encoded messages and decode them
11989         automatically.  Set the message's encoding from the charset=
11990         header, if any.  Decode base64-encoded messages in Mail format as well.
11992 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
11994         * mail/smtpmail.el: Fix previous change.
11995         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
11996         calling smtpmail-via-smtp.
11997         (smtpmail-via-smtp): Add fall-back values for envelope-from.
11999 2003-08-26  John Paul Wallington  <jpw@gnu.org>
12001         * image.el (image-jpeg-p): Don't search beyond length of data.
12003 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
12005         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
12006         misfeature in `expand-abbrev' which caused electric keywords like
12007         "else" to disappear if an open brace was typed directly afterwards.
12009 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
12011         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
12012         mandatory in `define-widget'.
12014         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
12015         Don't align the operators "!=", "<=" and ">=" as assignment operators.
12017         (c-assignment-operators): New language constant that only contains
12018         the assignment operators.
12020         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
12022 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
12024         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12025         Safeguard against unbalanced sexps.
12027 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
12029         * version.el (emacs-version): Check for gtk.  Include gtk version info.
12031 2003-08-25  John Paul Wallington  <jpw@gnu.org>
12033         * man.el (Man-default-man-entry): Don't whizz past the section
12034         number before looking for it.
12036 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
12038         * progmodes/gud.el (gud-display-line): Don't set window-point if
12039         source buffer is not visible.  (Only happens with M-x gdba.)
12041         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
12042         documentation.
12043         (gdb-source, gdb-source-info): Update to assembler unnecessary
12044         as its done after each GDB command anyway.
12045         (gdb-pre-prompt): Use with-current-buffer.
12046         (gdb-insert-field): Add help-echo text.
12047         (gdb-invalidate-assembler): Re-display of assembler now done in
12048         gdb-info-breakpoints-custom.
12049         (gdb-info-breakpoints-custom): Force re-display of assembler to
12050         happen *after* update of breakpoints buffer.
12051         (gdb-display-source-buffer): Don't choke if gdb-source-window
12052         isn't visible.
12053         (gdb-put-string, gdb-put-arrow): Remove free variables.
12055 2003-08-24  John Paul Wallington  <jpw@gnu.org>
12057         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
12059         * man.el (Man-default-man-entry): Strip text properties when
12060         snarfing parts of entry because `format' preserves properties.
12062 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
12064         * files.el (file-newest-backup): Use `expand-file-name'.
12066         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
12067         Allow the diary to pop up a new frame, if needed.
12069         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
12070         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
12071         (smtpmail-send-it): Make treatment of envelope-from consistent with
12072         sendmail.el.
12074         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
12075         (sh-leading-keywords): Add the bash `time' reserved word.
12076         (sh-variables): Add some bash variables.
12077         (sh-add-completer): Fix nil branch of case statement.
12079 2003-08-24  Masatake YAMATO  <jet@gyve.org>
12081         * progmodes/ld-script.el: New file.
12083 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
12085         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
12087 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
12089         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
12090         Better explain obsolescence, and what to use instead.
12092 2003-08-23  Masatake YAMATO  <jet@gyve.org>
12094         * pcvs.el (cvs-do-removal): Show the deleted file name
12095         on the prompt.
12097 2003-08-20  Dave Love  <fx@gnu.org>
12099         * international/mule.el (make-coding-system)
12100         (set-buffer-file-coding-system): Doc fix.
12102         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
12104         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
12106         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
12108         * international/utf-16.el: Add mime-text-unsuitable coding system
12109         properties.
12111         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
12113         * cus-edit.el: Add some :links.
12114         (bib): Remove.
12116         * textmodes/bib-mode.el (bib): Add :group external.
12118 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
12120         * wid-edit.el (widget-echo-help): Make it handle expressions that
12121         evaluate to strings.
12123 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
12125         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
12127         Simplify selection of SQL products to define highlighting and
12128         interactive mode.  Includes detailed instructions on adding
12129         support for new products.
12131         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
12132         product for use in highlighting and interactive mode.
12133         (sql-interactive-product): New variable.  SQL product for
12134         sql-interactive-mode.
12135         (sql-product-support): New variable.  Specifies product-specific
12136         parameters to drive highlighting and interactive mode.
12137         (sql-imenu-generic-expression): Add more object types.
12138         (sql-sqlite-options): Correct comment.
12139         (sql-ms-program): Use "osql" rather than "isql".
12140         (sql-prompt-regexp, sql-prompt-length): Update comment.
12141         (sql-mode-menu): Add "Start SQLi session" entry.
12142         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
12143         (sql-mode-abbrev-table): Add abbreviations.  Support of
12144         SYSTEM-FLAG on define-abbrev.  Support was removed with last
12145         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
12146         (sql-mode-font-lock-object-name): Add font-lock pattern for object
12147         names.
12148         (sql-mode-ansi-font-lock-keywords): Set as default value.
12149         (sql-mode-oracle-font-lock-keywords): Set as default value.
12150         Support Oracle 9i keywords.
12151         (sql-mode-postgres-font-lock-keywords): Set as default value.
12152         (sql-mode-linter-font-lock-keywords): Set as default value.
12153         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
12154         SQLServer 2000.
12155         (sql-mode-sybase-font-lock-keywords)
12156         (sql-mode-interbase-font-lock-keywords)
12157         (sql-mode-sqlite-font-lock-keywords)
12158         (sql-mode-strong-font-lock-keywords)
12159         (sql-mode-mysql-font-lock-keywords)
12160         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
12161         keywords.
12162         (sql-mode-font-lock-defaults): Update comment.
12163         (sql-product-feature): New function.  Returns feature associated
12164         with a product from `sql-product-support' alist.
12165         (sql-product-font-lock): New function.  Set font-lock support
12166         based on `sql-product'.
12167         (sql-add-product-keywords): New function.  Add font-lock rules to
12168         product-specific keyword variables.
12169         (sql-set-product): New function.  Set `sql-product' and apply
12170         appropriate font-lock highlighting.
12171         (sql-highlight-product): New function.  Set font-lock support
12172         based on a product.  Also set mode name to include product name.
12173         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
12174         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
12175         Use `sql-set-product'.
12176         (sql-highlight-ms-keywords)
12177         (sql-highlight-sybase-keywords)
12178         (sql-highlight-interbase-keywords)
12179         (sql-highlight-strong-keywords)
12180         (sql-highlight-mysql-keywords)
12181         (sql-highlight-sqlite-keywords)
12182         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
12183         (sql-get-login): Prompt in the same order as the tokens.
12184         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
12185         (sql-product-interactive): New function.  Common portions of
12186         product-specific interactive mode wrappers.
12187         (sql-interactive-mode): Rewritten to use product features.
12188         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
12189         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
12190         (sql-db2, sql-linter): Use `sql-product-interactive'.
12191         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
12192         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
12193         (sql-connect-ingres, sql-connect-postgres)
12194         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
12195         New functions.  Format command line parameters and invoke comint on
12196         the appropriate interpreter.  Code was in the corresponding
12197         `sql-xyz' function before.
12198         (sql-connect-ms): New function.  Support -E argument to use
12199         operating system credentials for authentication.
12201 2003-08-18  Kenichi Handa  <handa@m17n.org>
12203         * international/mule.el (encode-char): Fix for the ASCII case.
12205 2003-08-15  Kenichi Handa  <handa@m17n.org>
12207         * international/fontset.el (setup-default-fontset): Change "*" to
12208         nil in the specifications of font family.
12210 2003-08-18  Kim F. Storm  <storm@cua.dk>
12212         * kmacro.el (kmacro-keymap): Group related bindings in
12213         initialization for clarity.  Bind C-s to start macro.
12214         Remove C-r binding.
12215         (kmacro-initial-counter-value): New defvar to hold initial counter
12216         value in case we set the value before defining a macro.
12217         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
12218         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
12219         not defining or executing macro.  Doc fix.
12220         (kmacro-add-counter): Clear kmacro-initial-counter-value.
12221         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
12222         temporarily view older elements on the macro ring without cycling
12223         the ring.
12224         (kmacro-display): Doc fix.
12225         (kmacro-exec-ring-item): New helper function.
12226         (kmacro-call-ring-2nd): Use it.
12227         (kmacro-call-ring-2nd-repeat): Doc fix.
12228         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
12229         (kmacro-end-or-call-macro): Execute last viewed macro (using
12230         kmacro-exec-ring-item) from ring if this follows
12231         kmacro-view-macro.  This allows us to find a macro on the ring
12232         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
12233         the ring to bring it to the head of the ring.
12234         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
12235         Allow binding to reserved keys without specifying C-x C-k prefix.
12236         Ask for confirmation if entered key sequence is already bound to
12237         a non-macro command.
12238         (kmacro-view-macro): Repeating command will show older elements
12239         on the macro ring; C-k will execute the last viewed macro.
12240         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
12241         property from 'ring to 'head.
12243 2003-08-17  Alan Shutko  <ats@acm.org>
12245         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
12246         keeping December out of the alist.
12248 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
12250         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
12251         * calendar/calendar.el (calendar-mode-map): Bind it to key.
12252         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
12253         (calendar-flatten): New function.
12254         (calendar-mouse-view-other-diary-entries)
12255         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
12256         in the menu title and to show multi-line diary entries correctly
12257         in the menu.
12259 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
12261         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
12262         defcustom, because the default was recently changed.
12264 2003-08-16  Richard M. Stallman  <rms@gnu.org>
12266         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
12268         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12269         New subroutine, broken out of eval-last-sexp-1.
12270         (eval-last-sexp-1): Use eval-last-sexp-print-value.
12272         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
12274         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
12276         * simple.el (eval-expression): Use eval-last-sexp-print-value.
12278 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
12280         * progmodes/compile.el (compilation-error-regexp-alist):
12281         Add Java ANt error detection as described in document
12282         http://ant.apache.org/faq.html
12284 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
12286         * simple.el (backward-word, forward-to-indentation)
12287         (backward-to-indentation): Argument changed to optional.
12288         (next-line, previous-line): Use `or' instead of `unless'.
12290 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12292         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
12293         instead of a constant.
12295 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
12297         * shell.el (shell): With prefix-arg, suggest a new buffer name.
12299 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
12301         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
12302         (vc-sccs-workfile-version): Search the entire delta table, rather
12303         than just the first entry, because that might be a deleted version.
12305 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
12307         * menu-bar.el (menu-bar-options-menu): Supply a body for the
12308         [save-place] binding in the Options menu.  Have it require
12309         'saveplace' and then toggle the variable manually, to avoid an an
12310         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
12311         for the bug report.
12313 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
12315         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
12316         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
12317         (gdb-info-threads-custom): Add help-echo text.
12318         (gdb-display-back): Don't use purecopy.
12319         (gdb-info-breakpoints-custom, gdb-reset)
12320         (gdb-assembler-custom): Use display-images-p to test if breakpoint
12321         icons can be displayed.
12323 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
12325         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
12327 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
12329         * bookmark.el (bookmark-completing-read):
12330         Return a string, instead of a list of one string.
12331         Use a popup menu if activated from the mouse.
12332         (bookmark-edit-annotation): Remove unused vars.
12333         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
12334         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
12335         to bookmark-completing-read.
12336         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12337         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
12338         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
12339         and erase-buffer.
12340         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
12341         (bookmark-menu-jump, bookmark-menu-insert)
12342         (bookmark-popup-menu-and-apply-function)
12343         (bookmark-menu-popup-paned-bookmark-menu): Remove.
12344         (bookmark-menu-build-paned-menu): Remove by folding it into
12345         bookmark-menu-popup-paned-menu.
12346         (menu-bar-bookmark-map): Move the define-key statements here.
12347         Use the "non-menu" commands since they now pop up a menu if needed.
12348         (bookmark-exit-hook-internal): Simplify.
12350 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
12352         * reftex-toc.el (reftex-toc-rename-label): New function.
12353         (reftex-toc-check-docstruct): New function.
12355         * reftex.el (reftex-region-active-p): New function.
12357         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
12358         regexp to find the \bibliography macro.
12360         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
12361         which does not exist in LaTeX.
12362         (reftex-cite-format-builtin): Added amsrefs support.
12363         (reftex-toc-confirm-promotion): New option
12365         * reftex-toc.el
12366         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
12367         (reftex-toc-demote, reftex-toc-promote)
12368         (reftex-toc-do-promote, reftex-toc-promote-prepare)
12369         (reftex-toc-promote-action, reftex-toc-extract-section-number)
12370         (reftex-toc-newhead-from-alist)
12371         (reftex-toc-load-all-files-for-promotion): New functions.
12372         (reftex-toc-help): Added description of new keys.
12373         (reftex-toc-split-windows-fraction): New option.
12374         (reftex-recenter-toc-when-idle): Search *toc* window on all
12375         visible frames.
12376         (reftex-toc): Additional parameter REUSE
12377         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
12378         with REUSE argument.
12379         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
12380         the call of `reftex-toc'.
12381         (reftex-make-separate-toc-frame): New function .
12382         (reftex-toc-recenter): When called with triple prefix arg, call
12383         `reftex-make-separate-toc-frame' first.
12384         (reftex-toc-toggle-dedicated-frame): New command.
12385         (reftex-toc-quit): Adapted to delete frame when called in
12386         dedicated frame.
12388         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
12389         all enclosing macros.
12392 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12394         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
12395         first use.
12397 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12399         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
12401 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
12403         * calendar/calendar.el (list-diary-entries-hook)
12404         (diary-display-hook, nongregorian-diary-listing-hook)
12405         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
12406         Add some customize options for these hooks.
12407         (calendar-abbrev-construct): Don't try to take a substring longer
12408         than the original string.
12410 2003-08-05  Richard M. Stallman  <rms@gnu.org>
12412         * emacs-lisp/testcover.el (noreturn): Report error if does return.
12413         (testcover-reinstrument-clauses): Doc fix.
12415         * emacs-lisp/warnings.el: Doc fixes, args renamed.
12416         (warning-type-format): Rename from warning-group-format.
12418         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
12419         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
12420         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
12421         to prevent warnings about defvar for an obsolete variable.
12423         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
12424         warning-group-format renamed to warning-type-format.
12426         * subr.el (read-passwd): Use clear-string instead of fillarray.
12428         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
12429         Use vconcat instead of concat.
12430         (edmacro-sanitize-for-string): New function.
12432 2003-08-05  Dave Love  <fx@gnu.org>
12434         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
12435         line-number-display-limit-width.
12437         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
12439 2003-08-05  Kenichi Handa  <handa@m17n.org>
12441         * international/code-pages.el: Don't require mule-diag.
12443         * international/mule-diag.el (non-iso-charset-alist):
12444         Add autoload cookie.
12446         * language/devan-util.el (dev-glyph-order): Add an entry for the
12447         glyph code #xC4.
12449 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
12451         * calendar/calendar.el (diary-file, diary-file-name-prefix)
12452         (european-calendar-style, diary-date-forms)
12453         (calendar-day-name-array, calendar-month-name-array): Doc change.
12454         (generate-calendar-month): Adapt for new behaviour of
12455         `calendar-day-name' function.
12456         (calendar-abbrev-length, calendar-day-abbrev-array)
12457         (calendar-month-abbrev-array): New variables.
12458         (calendar-abbrev-construct): New function.
12459         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
12460         rather than fixing abbrevs at some width.  Calling syntax change.
12461         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
12462         (calendar-date-string): Adapt for new behaviours of
12463         `calendar-day-name' and `calendar-month-name' functions.
12465         * calendar/diary-lib.el (list-diary-entries): Adapt for new
12466         behaviour of `calendar-day-name' and `calendar-month-name' functions.
12467         (diary-name-pattern): Use abbrev arrays, rather than fixing
12468         abbrevs at three chars.  Calling syntax change.
12469         (mark-diary-entries): Adapt for new behaviours of
12470         `diary-name-pattern' and `calendar-make-alist' functions.
12471         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
12472         `diary-name-pattern' function.
12473         (font-lock-diary-date-forms): Use abbrev arrays, rather than
12474         fixing abbrevs at three chars.  Calling syntax change.
12475         (cal-hebrew, cal-islam): Require when compiling.
12476         (diary-font-lock-keywords): Adapt for new behaviour of
12477         `font-lock-diary-date-forms' function.
12479         * calendar/cal-hebrew.el: Reposition some code so defined before used.
12480         (calendar-hebrew-month-name-array-common-year)
12481         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
12482         (list-hebrew-diary-entries): Adapt for new behaviours of
12483         `calendar-day-name' and `add-to-diary-list' functions.
12484         (mark-hebrew-diary-entries): Adapt for new behaviours of
12485         `diary-name-pattern' and `calendar-make-alist' functions.
12487         * calendar/cal-islam.el (calendar-islamic-month-name-array):
12488         Add doc string.
12489         (list-islamic-diary-entries): Adapt for new behaviours of
12490         `calendar-day-name' and `add-to-diary-list' functions.
12491         (mark-islamic-diary-entries): Adapt for new behaviours of
12492         `diary-name-pattern' and `calendar-make-alist' functions.
12494         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
12495         `calendar-month-name' function.
12497         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
12499         * calendar/solar.el (solar-seasons-data): Move definition before use.
12501         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
12502         (cal-tex-LaTeX-hourbox): Move definition before use.
12504         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
12505         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
12506         lunar.el, solar.el
12507         (displayed-month, displayed-year): Define for compiler.
12509 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
12511         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
12512         MODE.  Renamed from c-init-c-language-vars'.
12513         (c-initialize-cc-mode): Change accordingly.
12514         (c-common-init): Ditto.
12515         (c-mode): Ditto.
12516         (c++-mode): Use `c-init-language-vars-for'.
12517         (objc-mode): Ditto.
12518         (java-mode): Ditto.
12519         (idl-mode): Ditto.
12520         (pike-mode): Ditto.
12521         (awk-mode): Ditto.
12523 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
12525         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
12526         or not the point moved.
12528         (c-search-decl-header-end): Don't trip up on operator identifiers
12529         in C++ and operators like == in all languages.
12531         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
12532         Detect leading labels correctly.
12534 2003-08-02  Andreas Schwab  <schwab@suse.de>
12536         * textmodes/ispell.el: Don't redo key bindings on loading, put
12537         them only in loaddefs.el.
12538         * bookmark.el: Likewise.
12539         * dabbrev.el: Likewise.
12540         * emerge.el: Likewise.
12542         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
12543         has more than one member.
12545         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
12547 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12549         * lpr.el (printify-region): It was ending conversion before the
12550         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
12552 2003-07-31  John Paul Wallington  <jpw@gnu.org>
12554         * net/browse-url.el (browse-url-epiphany): Doc fix.
12556 2003-07-30  Kenichi Handa  <handa@m17n.org>
12558         * international/fontset.el (setup-default-fontset):
12559         Change registry names of Akurti fonts.
12561 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12563         * comint.el (comint-read-noecho): Use `clear-string' instead of
12564         `fillarray'.
12566 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
12568         * outline.el (outline-mode-hook): Add defvar.
12570 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
12572         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
12573         Restore assembler in source window if that is what has been selected.
12574         (menu): Add gdb-restore-windows to menu.  Make gdba
12575         specific menus only visible from gdba.
12577 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
12579         * progmodes/compile.el (compilation-environment): New user variable.
12580         (compile-internal): Respect it.
12582 2003-07-23  Masatake YAMATO  <jet@gyve.org>
12584         * progmodes/gud.el (gdb-script-font-lock-keywords):
12585         Put `font-lock-function-name-face' on a symbol which includes
12586         `-' like `hook-run'.  Put font-lock-variable-name-face
12587         on a symbol starting with $.
12589 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
12591         * files.el (set-visited-file-name): Use truename for buffer-file-name.
12593 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
12595         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
12597 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
12599         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
12600         Use with-no-warnings.
12601         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
12602         rather than to find-file-not-found-hook, which doesn't exist.
12604 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
12606         * international/quail.el (quail-translate-key): Fix previous change.
12608 2003-07-25  John Paul Wallington  <jpw@gnu.org>
12610         * server.el (server-start): Check `server-process' is non-nil
12611         before killing it to avoid killing current buffer's process.
12613         * simple.el (choose-completion-string): Use `minibufferp';
12614         test `completion-reference-buffer' if `buffer' arg is nil.
12615         (push-mark): Use `when' and `unless'.
12616         (pop-mark): Use `when'.
12618         * mouse-sel.el (mouse-sel-get-selection-function):
12619         Check `x-last-selected-text-primary'.  Don't barf if it or
12620         `x-last-selected-text' aren't bound.
12622 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
12624         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
12626 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
12628         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
12630 2003-07-23  John Paul Wallington  <jpw@gnu.org>
12632         * tooltip.el (defface tooltip): Inherit from variable-pitch.
12634 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
12636         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
12637         string.  Defvar the derived hook.
12639         * macros.el (insert-kbd-macro): Escape double quote character.
12640         From Thomas W Murphy <twm@andrew.cmu.edu>.
12642 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
12644         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
12645         to match the specific mark rather than reusing comment-start-skip.
12647 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
12649         * progmodes/hideshow.el (hs-special-modes-alist):
12650         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
12652 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
12654         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
12655         value using ?\s.
12657 2003-07-21  John Paul Wallington  <jpw@gnu.org>
12659         * subr.el (with-selected-window): Add closing paren.
12661 2003-07-21  Richard M. Stallman  <rms@gnu.org>
12663         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
12664         (lisp-mode): Likewise.
12666         * subr.el (with-selected-window): Copy code form save-selected-window
12667         so as to call select-window with norecord arg.
12668         (dynamic-completion-table): Doc fix.
12669         (lazy-completion-table): Doc fix.
12671         * international/mule-cmds.el (set-locale-environment):
12672         langinfo renamed to locale-info.
12674         * international/mule.el (auto-coding-functions): Doc fix.
12676 2003-07-21  Kenichi Handa  <handa@m17n.org>
12678         * international/quail.el (quail-translate-key):
12679         Update quail-current-str correctly.
12681 2003-07-21  Andreas Schwab  <schwab@suse.de>
12683         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
12684         ?, to "_".
12686 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
12687         Version 2.0.36 of Tramp released.
12689         * net/tramp.el (tramp-default-password-end-of-line): Rename from
12690         tramp-password-end-of-line.
12691         (tramp-password-end-of-line): New method parameter.
12692         (tramp-get-password-end-of-line): Function to access method
12693         parameter `tramp-password-end-of-line', or variable
12694         `tramp-default-password-end-of-line' (default value).
12695         (tramp-methods): Add entries for new parameter
12696         tramp-password-end-of-line.
12697         (tramp-enter-password): Use new function
12698         `tramp-get-password-end-of-line'.
12699         (tramp-handle-insert-file-contents): Do not
12700         unconditionally inhibit the file operation file-local-copy, only
12701         do that when the inhibit-file-name-operation is currently
12702         insert-file-contents.  This fixes finding remote CVS-controlled
12703         files.  (It would barf on inserting the CVS/Entries file
12704         literally, because the file-local-copy handler wasn't called.)
12705         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
12706         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
12707         (tramp-initial-commands): New variable.
12708         (tramp-process-initial-commands): New function, using the variable.
12709         (tramp-open-connection-setup-interactive-shell): Call the new function.
12710         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
12711         method into the buffer name, never use nil.  Reported by Hanak
12712         David <dhanak@inf.bme.hu>.
12713         (tramp-open-connection-setup-interactive-shell): Erase buffer
12714         before sending "stty -onlcr".
12716         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
12718 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
12720         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
12722 2003-07-19  John Paul Wallington  <jpw@gnu.org>
12724         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
12725         (artist-draw-rect, artist-draw-square): Doc fixes.
12727         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
12729         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
12731 2003-07-19  Kenichi Handa  <handa@m17n.org>
12733         * international/kkc.el (kkc-show-conversion-list-update):
12734         Highlight the correct candidate in the message.
12736 2003-07-18  John Paul Wallington  <jpw@gnu.org>
12738         * simple.el (current-word): Don't include punctuation char when
12739         `really-word' arg is non-nil.
12741 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
12743         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
12744         moved to the directory obsolete.
12746 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
12748         * info.el (Info-menu-entry-name-re): Allow newlines in
12749         menu entry names.
12751         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
12752         syntax-ppss-after-change-function.
12753         (syntax-ppss-after-change-function): New alias.  Update uses.
12754         (syntax-ppss): Catch the case where the buffer is narrowed.
12756 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
12758         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
12759         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
12761 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
12763         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
12764         since it might be modified.
12766         * progmodes/cc-langs.el (c++-make-template-syntax-table)
12767         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
12768         names to these language constants.
12770 2003-07-15  Kim F. Storm  <storm@cua.dk>
12772         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
12773         All uses changed.
12775 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
12777         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
12778         Namespace support.
12780 2003-07-13  Juanma Barranquero  <lektu@terra.es>
12782         * frame.el (modify-all-frames-parameters): Reinstall (copyright
12783         papers received).
12785 2003-07-13  Karl Eichwalder  <ke@suse.de>
12787         * textmodes/po.el (po-find-charset): White space at the start of the
12788         Content-Type field body is non-mandatory.
12790 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
12792         * textmodes/texinfo.el (texinfo-section-list):
12793         Append appendixsection; a synonym for appendixsec.
12795 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
12797         * man.el (Man-translate-cleanup): New.
12798         (Man-translate-references): Call `Man-translate-cleanup' to clean
12799         leading, trailing and middle spaces.
12801 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
12803         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
12804         Handle `dired-directory' being a list.
12806 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12808         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
12809         it doesn't exist.
12811 2003-07-12  Richard M. Stallman  <rms@gnu.org>
12813         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
12815         * progmodes/cc-defs.el (c-make-keywords-re):
12816         Don't use delete-duplicates.
12817         (c-lang-const): Don't use mapcan.
12819         * apropos.el (apropos-show-scores): Make it customizable.
12820         Document new meaning.
12821         (apropos): Compute scores from symbols.
12822         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
12824 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12826         * ps-bdf.el: Fix copyright line.
12827         (bdf-directory-list): Fix initialization code.
12829 2003-07-11  John Paul Wallington  <jpw@gnu.org>
12831         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
12832         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
12833         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
12835 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
12837         * emacs-lisp/ring.el (ring-elements): Doc fix.
12839 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
12841         * calendar/timeclock.el (timeclock-relative)
12842         (timeclock-ask-before-exiting, timeclock-use-display-time):
12843         Doc changes.
12844         (timeclock-modeline-display): Give a message if
12845         `timeclock-use-display-time' is non-nil but `display-time-mode'
12846         is not active.
12848 2003-07-11  Kenichi Handa  <handa@m17n.org>
12850         * international/mule-cmds.el (set-language-environment):
12851         Set current-language-environment to the correct string.
12853 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12855         * ps-print.el: Print line number correctly in a region.  Reported by
12856         Tim Allen <timallen@ls83.fsnet.co.uk>.
12857         (ps-print-version): New version number (6.6.2).
12858         (ps-printing-region): Code fix.
12860 2003-07-10  John Paul Wallington  <jpw@gnu.org>
12862         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
12863         this function can be called from `add-completions-from-tags-table'.
12865 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
12867         * calendar/timeclock.el (timeclock-use-display-time)
12868         (timeclock-day-over-hook, timeclock-workday-remaining)
12869         (timeclock-status-string, timeclock-when-to-leave)
12870         (timeclock-when-to-leave-string, timeclock-log-data)
12871         (timeclock-find-discrep, timeclock-day-base)
12872         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
12873         (timeclock-modeline-display): Set the variable
12874         `timeclock-modeline-display'.
12875         (timeclock-update-modeline): Doc fix.  Respect value of
12876         `timeclock-relative'.
12878 2003-07-09  Richard M. Stallman  <rms@gnu.org>
12880         * textmodes/reftex-parse.el (reftex-all-document-files):
12881         Add autoload cookie.
12883         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
12884         (reftex-scanning-info-available-p): Add autoload cookie.
12886         * international/mule-cmds.el
12887         (set-display-table-and-terminal-coding-system): Delete duplicate
12888         aset on standard-display-table.
12890         * view.el (view-file): If existing buffer's major mode is special,
12891         don't go into view mode.
12893         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
12895 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12897         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
12898         buffer changes; there's third party code that calls this function
12899         directly.
12901 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12903         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
12904         (autodoc-font-lock-keywords): Don't byte compile on font lock
12905         initialization when running from byte compiled files.
12907 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12909         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
12910         statement ends with auto-increment "++".
12912 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12914         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
12915         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
12916         these are changed, so declare them as variables and not constants.
12918 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
12920         * subr.el (dolist, dotimes): Doc fix.
12922 2003-07-08  Kim F. Storm  <storm@cua.dk>
12924         * international/mule-cmds.el
12925         (set-display-table-and-terminal-coding-system): Don't break
12926         bootstrap if standard-display-table isn't setup yet.
12928 2003-07-07  Richard M. Stallman  <rms@gnu.org>
12930         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
12931         Give it a doc string, and autoload it.
12933         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
12934         Use with-no-warnings.
12936         * info.el (Info-search): If find invisible text, search again.
12938         * isearch.el (search-whitespace-regexp): Add a shy group around it.
12940         * man.el (Man-name-regexp): Match + as part of name.
12942         * simple.el (visible-mode): Rename from vis-mode.
12943         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
12945         * simple.el (current-word): New arg REALLY-WORD specifies
12946         don't include punctuation chars.
12948         * emacs-lisp/debug.el (debug, debugger-env-macro):
12949         Use with-no-warnings while accessing and binding unread-command-char.
12951         * international/mule-cmds.el
12952         (set-display-table-and-terminal-coding-system): Use explicit loop
12953         instead of calling standard-display-default.
12955         * net/ange-ftp.el (ange-ftp-file-symlink-p):
12956         Use condition-case to catch error in ange-ftp-get-files.
12958         * net/browse-url.el (browse-url-browser-function):
12959         Add alternative for Epiphany.
12960         (browse-url-epiphany-program, browse-url-epiphany-arguments)
12961         (browse-url-epiphany-startup-arguments)
12962         (browse-url-epiphany-new-window-is-tab): New variables.
12963         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
12965         * progmodes/compile.el (compile-auto-highlight): Default now t.
12966         (compile): Doc fix.
12967         (compilation-next-error): Fix previous change.
12969         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
12971         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
12973 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
12975         * gdb-ui.el (gdb-source-info): Display current frame when
12976         attaching to an existing process.
12977         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
12978         while laying out windows when attaching to an existing process.
12980 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
12982         * info.el (Info-menu): Use Info-menu-entry-name-re.
12984 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
12986         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
12987         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
12989         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
12990         to match the same text.
12992 2003-07-06  John Paul Wallington  <jpw@gnu.org>
12994         * vc.el (vc-annotate-offset): Move defvar up.
12996 2003-07-06  Kim F. Storm  <storm@cua.dk>
12998         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
12999         This should fix the infinite loop when extracting menu names.
13001 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
13003         * files.el (auto-mode-alist, interpreter-mode-alist):
13004         Remove entries to CC Mode modes to avoid duplicates; they are now added
13005         with autoload directives in cc-mode.el.
13007 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
13009         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13010         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13011         these are changed, so declare them as variables and not constants.
13013         * progmodes/cc-mode.el: Fix some autoload problems: Try to
13014         ensure that the entry for ".c" extension comes before the one for
13015         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
13016         Fix incorrect entries that were added to `interpreter-mode-alist'.
13017         Move the autoload directives for AWK to the top level since they
13018         aren't recognized anywhere else.  Do not use the new AWK mode doc
13019         in the autoload form for the old AWK mode.
13021 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13023         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
13024         (bibtex-sort-ignore-string-entries): Default value t.
13025         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
13026         erroneously in previous version.
13027         (bibtex-string-files): Docstring reflects new parsing scheme.
13028         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
13029         docstring, add # as one of the chars to crush
13030         (bibtex-autokey-prefix-string, bibtex-autokey-names)
13031         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
13032         (bibtex-autokey-name-change-strings)
13033         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
13034         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
13035         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
13036         (bibtex-autokey-title-terminators)
13037         (bibtex-autokey-titlewords-stretch)
13038         (bibtex-autokey-titleword-ignore)
13039         (bibtex-autokey-titleword-case-convert)
13040         (bibtex-autokey-titleword-abbrevs)
13041         (bibtex-autokey-titleword-abbrevs)
13042         (bibtex-autokey-titleword-change-strings)
13043         (bibtex-autokey-titleword-length)
13044         (bibtex-autokey-titleword-separator)
13045         (bibtex-autokey-name-year-separator)
13046         (bibtex-autokey-year-title-separator)
13047         (bibtex-autokey-before-presentation-function)
13048         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
13049         Fix docstring.
13050         (bibtex-strings, bibtex-reference-keys):
13051         Use lazy-completion-table and make-variable-buffer-local.
13052         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
13053         (bibtex-braced-string-syntax-table)
13054         (bibtex-quoted-string-syntax-table): New variables.
13055         (bibtex-parse-nested-braces): Remove.
13056         (bibtex-parse-field-string): Use syntax table and forward-sexp.
13057         (bibtex-parse-association): Simplify.
13058         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
13059         (bibtex-parse-field-text): Simplify.
13060         (bibtex-search-forward-field, bibtex-search-backward-field):
13061         argument BOUND can take value t.
13062         (bibtex-start-of-field, bibtex-start-of-name-in-field)
13063         (bibtex-end-of-name-in-field, bibtex-end-of-field)
13064         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
13065         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
13066         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
13067         (bibtex-skip-to-valid-entry): Return buffer position of beginning
13068         and ending of entry.  Update for changes of bibtex-search-entry.
13069         Simplify.
13070         (bibtex-map-entries): FUN is called with three arguments.
13071         (bibtex-search-entry): Return a cons pair with buffer positions of
13072         beginning and end of entry.
13073         (bibtex-enclosing-field): Simplify.
13074         (bibtex-format-entry): Use booktitle to set a missing title.
13075         (bibtex-autokey-get-names): Fiddle with regexps.
13076         (bibtex-generate-autokey): Use identity.
13077         (bibtex-parse-keys): Use simplified parsing algorithm if
13078         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
13079         arguments.  Return alist of keys.
13080         (bibtex-parse-strings): Simplify.  Return alist of strings.
13081         (bibtex-complete-string-cleanup): Fix docstring.
13082         (bibtex-read-key): New function.
13083         (bibtex-mode): Fix docstring.  Do not parse for keys and
13084         strings when the mode is entered.  Set fill-paragraph-function to
13085         bibtex-fill-field.  Setup font-lock-mark-block-function the way
13086         font-lock intended.
13087         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
13088         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
13089         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
13090         (bibtex-Preamble): Avoid hard coded constants.
13091         (bibtex-make-field): Fix docstring.  Simplify.
13092         (bibtex-beginning-of-entry): Always return new position of point.
13093         (bibtex-end-of-entry): Rearrange cond clauses.
13094         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
13095         Update for changes of bibtex-map-entries.
13096         (bibtex-ispell-abstract): Do not move point.
13097         (bibtex-entry-index): Use downcase.  Simplify.
13098         (bibtex-lessp): Handle catch-all.
13099         (bibtex-find-crossref): Turn into a command.
13100         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
13101         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
13102         preamble entries.
13103         (bibtex-fill-field-bounds): New function.
13104         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
13105         (bibtex-fill-entry): Use bibtex-fill-field-bounds
13106         (bibtex-String): Use bibtex-strings.  Always obey
13107         bibtex-sort-ignore-string-entries.
13109 2003-07-05  John Paul Wallington  <jpw@gnu.org>
13111         * cus-theme.el (customize-create-theme):
13112         Call `customize-create-theme' in Reset widget's notify function.
13114         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
13115         (ibuffer-mark-interactive): Use `or' instead of `unless'.
13116         (define-ibuffer-column name): Add summarizer.
13117         (define-ibuffer-column size): Likewise.
13118         (define-ibuffer-column filename): Likewise.
13119         (define-ibuffer-column process): Likewise.  Change BODY's output too.
13120         (define-ibuffer-column filename-and-process): Likewise, likewise.
13121         (ibuffer): Remove local vars `already-in' and `need-update'.
13123         * ibuf-ext.el: Don't require `derived' at compile-time.
13125 2003-07-05  Kim F. Storm  <storm@cua.dk>
13127         * info.el: Disable paragraph refilling.
13128         (Info-refill-paragraphs): New defcustom.
13129         (Info-fontify-node): Use it.
13131 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
13133         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
13134         thingies from constructors created by defstruct.
13136         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
13137         the default value of the variable.
13138         (byte-code-meter): Move declaration to top level.
13140         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
13142         * info.el (Info-following-node-name-re): New fun.
13143         (Info-following-node-name): Remove.
13144         (Info-insert-dir): Use the new fun.
13145         (Info-extract-pointer): Don't save restriction; use new fun.
13146         (Info-menu-entry-name-re): New const.
13147         (Info-menu-entry-name-re): Use it along with new fun.
13148         (Info-node-spec-re): Use new fun.
13149         (Info-complete-menu-item, Info-fontify-node): Use new const.
13150         (Info-goto-node, Info-follow-reference, Info-menu-update):
13151         Use match-string.
13152         (Info-follow-reference): Use assoc-string.
13153         Use a list of strings for the completion table.
13154         (Info-fontify-node): Use match-string, line-end-position.
13155         Limit the search for `node:' to the first line.
13157         * newcomment.el (uncomment-region): Remove padding coming from
13158         comment-start rather than just from comment-padding.
13160         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
13161         (vc-cvs-stay-local-p): Use vc-stay-local-p.
13162         (vc-cvs-rename-file): Remove (use the default).
13163         (vc-cvs-register): Register parent dir if needed.
13164         (vc-cvs-could-register): Return non-nil if parent can be registered.
13165         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
13166         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
13168         * vc-svn.el (vc-svn-use-edit): Make it into a const.
13169         (vc-svn-update): Fix the arguments to `svn'.
13170         (vc-svn-diff-tree): Just use `vc-svn-diff'.
13171         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
13172         Simple implementations, assuming `name' is a URL.
13174         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
13175         set of chars allowed unquoted in a case pattern.
13177         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
13179         * font-lock.el (font-lock-extra-types-widget)
13180         (c-font-lock-extra-types, c++-font-lock-extra-types)
13181         (objc-font-lock-extra-types, java-font-lock-extra-types)
13182         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
13183         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
13184         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
13185         (font-lock-match-c++-structor-declaration)
13186         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
13187         (c++-font-lock-keywords-3, c++-font-lock-keywords)
13188         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
13189         (objc-font-lock-keywords-3, objc-font-lock-keywords)
13190         (java-font-lock-keywords-1, java-font-lock-keywords-2)
13191         (java-font-lock-keywords-3, java-font-lock-keywords)
13192         (java-font-lock-syntactic-face-function): Remove obsolete code
13193         and constants.  It's all in cc-fonts.el now.
13195 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
13197         * mail/sendmail.el (mail-specify-envelope-from)
13198         (mail-envelope-from): Doc fix.
13200 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
13202         * generic-x.el: Do away with the dependency on `c-emacs-features'
13203         when populating `rul-generic-mode-syntax-table'; we already know
13204         this isn't XEmacs.
13206 See ChangeLog.10 for earlier changes.
13208 ;; Local Variables:
13209 ;; coding: iso-2022-7bit
13210 ;; End:
13212     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
13213   Copying and distribution of this file, with or without modification,
13214   are permitted provided the copyright notice and this notice are preserved.
13216 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1