*** empty log message ***
[emacs.git] / lisp / ChangeLog
blob9b2b6727d4b851aa61962dc1d0079ac4a3401293
1 2004-12-07  Glenn Morris  <gmorris@ast.cam.ac.uk>
3         * calendar/holidays.el (holiday-easter-etc): Make arguments
4         optional for backwards compatability.  Doc fix.  Remove
5         un-necessary local vars mandatory, output-list.
6         (holiday-advent):  Make arguments optional for backwards
7         compatability.  Doc fix.
9 2004-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11         * paren.el (show-paren-function): Fix last change (2004-12-02).
13         * international/mule-util.el (char-displayable-p): Return nil for
14         unibyte mode.
16         * subr.el (subregexp-context-p): New function.
18         * isearch.el (isearch-quote-char): Use it.
20         * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
21         (regexp-opt-not-groupie*-re): Remove.
22         (regexp-opt): Properly handle inputs with duplicate entries.
24 2004-12-06  Richard M. Stallman  <rms@gnu.org>
26         * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
28         * cus-edit.el (custom-file): Doc fix.
30         * textmodes/org.el: New file.
32 2004-12-06  Kenichi Handa  <handa@m17n.org>
34         * ldefs-boot.el: Update international/mule-util.el section.
36 2004-12-05  Sam Steingold  <sds@gnu.org>
38         * net/tramp.el (tramp-handle-file-accessible-directory-p):
39         Fix `tramp-time-diff' comparison logic
41 2004-12-05  Paul Pogonyshev  <pogonyshev@gmx.net>
43         * progmodes/which-func.el (which-function):
44         Use `run-hook-with-args-until-success' instead of a custom loop.
45         Fixes bug with local hooks.
47 2004-12-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
49         * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
50         Use delete-dups when calculating the initial value.
51         (bibtex-autokey-get-title): Use <=.
52         (bibtex-goto-line): New function.
53         (bibtex-reposition-window): Use line numbers instead of point
54         positions.  Use window-body-height.
55         (bibtex-find-crossref): Use bibtex-reposition-window.
56         (bibtex-find-entry): Use bibtex-reposition-window.  Always return
57         position of entry if key is found or nil if not found.
59 2004-12-05  Richard M. Stallman  <rms@gnu.org>
61         * cus-edit.el (custom-file): Doc fix.
63         * progmodes/sh-script.el (sh-indent-for-then): Change default.
65 2004-12-03  Stefan Monnier  <monnier@iro.umontreal.ca>
67         * simple.el (blink-matching-open):
68         * textmodes/tex-mode.el (tex-validate-region):
69         Obey syntax-table text properties.
71 2004-12-02  Per Abrahamsen  <abraham@dina.kvl.dk>
73         * wid-edit.el (widget-specify-field): Add `real-field' property to
74         boundary.
75         (widget-field-at): Use it.
77 2004-12-02  Richard M. Stallman  <rms@gnu.org>
79         * progmodes/cc-mode.el (awk-mode autoload):
80         Supply t meaning interactive function.
82         * isearch.el (search-whitespace-regexp): Remove the group.  Doc fix.
83         (isearch-mode-map): No special definition for space.
84         (isearch-whitespace-chars): Command deleted.
85         (isearch-forward-regexp): Doc fix.
86         (isearch-quote-char): When a space is not inside brackets,
87         use `[ ]' instead of just space.
88         (isearch-lazy-highlight-search): Bind search-spaces-regexp.
90         * imenu.el (imenu--generic-function): Delete code to exclude
91         matches in comments.
93         * man.el (Man-reverse-face): Change default to `highlight'.
95         * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
96         (occur-engine): Use `face' prop rather than `font-lock-face'
97         when specifying use of `match-face'.
98         (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
100         * emacs-lisp/elint.el (elint-standard-variables): Update list.
102         * add-log.el (add-log-current-defun): Handle the case where point
103         is in the header part of a DEFUN construct.
105 2004-12-02  Dave Love  <fx@gnu.org>
107         * progmodes/python.el (python-font-lock-syntactic-keywords):
108         Fix previous change.
110 2004-12-02  Richard G Bielawski  <Richard.G.Bielawski@wellsfargo.com>  (tiny change)
112         * paren.el (show-paren-function): Check for matching chars
113         specified by text props.
115 2004-12-02  Jay Belanger  <belanger@truman.edu>
117         * calc/calc.el (calc-read-key-sequence): Leave the old message visible
118         when reading a new key sequence.
120 2004-12-02  Kim F. Storm  <storm@cua.dk>
122         * faces.el (escape-glyph): Rename from glyph.
123         (standard-display-table): Set it here.  Add escape-glyph face to
124         extra slot characters.
126         * disp-table.el: Undo 2004-12-01 change.  Display table is now
127         setup in faces.el.
129 2004-12-02  Mark A. Hershberger  <mah@everybody.org>
131         * xml.el (xml-parse-dtd): Don't show validity messages when
132         xml-validating-parser is nil.
133         (xml-substitute-special): Fix validity error messages to
134         actually show the unexpandable entity.  Added validity error if &
135         isn't followed by an entity.
136         (xml-parse-tag): Concatenate any string following the a
137         <![CDATA[]]> section to the parsed CDATA.
138         (xml-parse-dtd): Skip parameter entity declarations and use of
139         parameter entities.
141 2004-12-01  Luc Teirlinck  <teirllm@auburn.edu>
143         * kmacro.el (kmacro-default-counter-format): New var.
144         (kmacro-set-format): Use it.  Delete `(printf format)' from prompt.
145         (kmacro-display): Remove `nil' from `and' form.  Delete call to
146         `format' inside `message'.
147         (kmacro-start-macro): Use `kmacro-default-counter-format'.
149 2004-12-01  Stefan Monnier  <monnier@iro.umontreal.ca>
151         * pcvs.el (cvs-header-msg): New function.
152         (cvs-update-header): Use it.  Change calling convention.
153         Correctly handle the case of having simultaneous active processes.
154         (cvs-sentinel): Don't call cvs-update-header any more.
155         (cvs-mode-run): Update call and add cvs-update-header to postproc.
157 2004-12-01  Jay Belanger  <belanger@truman.edu>
159         * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
160         Change message.
162 2004-12-01  Juri Linkov  <juri@jurta.org>
164         * progmodes/prolog.el (prolog-mode-variables):
165         Fix imenu-generic-expression.
167 2004-12-01  Daniel Pfeiffer  <occitan@esperanto.org>
169         * faces.el (glyph): New face.
171         * disp-table.el: Add an autoloaded table, that doesn't require
172         this library, with glyph face.
174         * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
175         (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
176         (conf-quote-normal): Allow normalizing only ' or ".
177         (conf-mode): Regexp-quote constructed comment-start and don't
178         match section {} where "name" contains braces.
180         * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
181         files.
183 2004-12-01  Kenichi Handa  <handa@m17n.org>
185         * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
186         (x-select-text): Don't treat eight-bit-control/graphic chars
187         specially.  Store the encoded text in the X cut buffer.
188         (x-cut-buffer-or-selection-value): Compare the X cut buffer text
189         with x-last-selected-text-cut-encoded.
191 2004-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
193         * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
195 2004-11-30  Markus Rost  <rost@ias.edu>
197         * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
198         AUCTeX.
200 2004-11-30  Jay Belanger  <belanger@truman.edu>
202         * calc/calc-arith.el (math-possible-signs): Made stronger checks
203         on signs of intervals.
204         (math-pow-of-zero): Strengthen checks for positive and negative
205         exponents.
207         * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
208         * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
209         * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
210         * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
211         * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
212         * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
213         * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
214         * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
215         * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
216         * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
217         * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
218         * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
219         * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
220         with provide statements.
222         * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
224         * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
226         * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
227         (calc-load-everything, math-defsimplify): Replace dummy autoloading
228         functions by require statements.
229         (math-defsimplify): Move to calc-alg.el, add to autoloads.
231         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
232         (calc-gnuplot-print): Give them values.
234         * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
235         autoloads.
236         Add calc-do-embedded-activate to autoloads.
237         (calc-gnuplot-name, calc-gnuplot-plot-command)
238         (calc-gnuplot-print-command): Move them to calc-graph.el.
240 2004-11-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
242         * term/mac-win.el (ccl-encode-mac-roman-font)
243         (ccl-encode-mac-cyrillic-font)
244         (ccl-encode-mac-centraleuropean-font, encoder-list)
245         (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
246         Support Cyrillic, CentralEuropean, and Dingbat font display
248 2004-11-30  Andre Spiegel  <spiegel@gnu.org>
250         * vc-hooks.el (vc-recompute-state): Move here from vc.el.
252         * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
253         still nil.
255 2004-11-29  Luc Teirlinck  <teirllm@auburn.edu>
257         * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
258         (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
260 2004-11-29  Jay Belanger  <belanger@truman.edu>
262         * calc/calc-arith.el (math-pow-of-zero): Take into account different
263         cases of the base and exponent.
265 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
267         * simple.el (next-error-buffer-p): Allow for inclusive and
268         exclusive tests for finding a buffer.
269         (next-error-find-buffer): Pass the exclusive and inclusive tests
270         to next-error-buffer-p.
272         * replace.el (occur-next-error): Switch to the Occur buffer when
273         appropriate, use the exclusive filter to next-error-find-buffer to
274         do it.  Use the absolute value of the motion amount.
276 2004-11-29  Kenichi Handa  <handa@m17n.org>
278         * startup.el (command-line): Decode all default-directory by
279         locale-coding-system.
281 2004-11-29  Jay Belanger  <belanger@truman.edu>
283         * calc/calc-aent.el: Remove unnecessary eval-when-compile.
284         (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
285         (math-read-expr-level, calc-check-user-syntax, math-read-factor):
286         Replace calls to calc-extensions by appropriate require, replace
287         calc-extensions-loaded by appropriate featurep.
289         * calc/calc-ext.el: Move require to end of file.
290         Remove redundant loading of calc.el.
291         (calc-extensions-loaded): Remove unnecessary variable.
292         (calc-extensions): Remove unnecessary function.
293         (calc-load-everything): Replace calc-need-macros by appropriate require.
295         * calc/calc-macs.el: Move provide to end of file.
296         (calc-need-macros): Remove unnecessary function.
298         * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
299         (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
300         (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
301         Replace calc-extensions by appropriate require.
302         (calc-power): Replace calc-extensions-loaded by appropriate featurep.
304         * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
305         Replace calc-need-macros by appropriate require.
307         * calc/calc.el: Move require to end of file.
308         (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
309         Remove unnecessary variable.
310         (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
311         (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
312         (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
313         (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
314         (math-stack-value-offset, math-format-value, math-format-flat-expr)
315         (math-format-number, math-format-bignum, math-read-number)
316         (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
317         (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
318         by appropriate require.
319         (calc-check-defines): Replace calc-need-macros by appropriate require.
321 2004-11-29  Kim F. Storm  <storm@cua.dk>
323         * macros.el (insert-kbd-macro): Handle kmacro functions.
325 2004-11-28  Juri Linkov  <juri@jurta.org>
327         * compare-w.el (compare-windows-highlight): Attach each overlay
328         to its window to properly highlight differences while comparing
329         two windows of the same buffer.  Fix arguments.
330         (compare-windows-sync-default-function): Fix arguments of
331         `compare-windows-highlight'.
333         * emacs-lisp/edebug.el (edebug-set-global-break-condition):
334         Use `read-expression-history'.  Set initial contents only if
335         `edebug-global-break-condition' is non-nil.  Set histpos to 1
336         if initial contents is equal to the last history element.
337         (edebug-set-conditional-breakpoint): Instead of temporarily
338         prepending the current condition to the history, set initial
339         contents to the current condition.  Set histpos to 1 if initial
340         contents is equal to the last history element.
342         * info.el (Info-search-whitespace-regexp): Remove shy group.
343         (Info-search): Forward line if search is on the header line.
344         Use search-whitespace-regexp in two other places.
346 2004-11-27  Luc Teirlinck  <teirllm@auburn.edu>
348         * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
349         warning.  Delay real definition, which uses
350         `set-fringe-indicators-1' till after the definition of that function.
352 2004-11-28  Kim F. Storm  <storm@cua.dk>
354         * fringe.el (fringe): New defgroup.
355         (fringe-mode): Move to fringe group.
356         (fringe-indicators): New defcustom.
357         (set-fringe-indicators-1): New defun.
359         * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
360         (menu-bar-showhide-fringe-ind-menu): New keymap.
361         (menu-bar-showhide-fringe-ind-empty)
362         (menu-bar-showhide-fringe-ind-mixed)
363         (menu-bar-showhide-fringe-ind-box)
364         (menu-bar-showhide-fringe-ind-right)
365         (menu-bar-showhide-fringe-ind-left)
366         (menu-bar-showhide-fringe-ind-none): New defuns.
367         (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
369 2004-11-27  Richard M. Stallman  <rms@gnu.org>
371         * comint.el (comint-read-noecho): Add trivial compatibility definition.
373         * generic.el (define-generic-mode): Doc fix.
375         * menu-bar.el (menu-bar-options-save): For the options
376         that are toggled with menu-bar-make-mm-toggle, don't check
377         for customized-value prop.
379 2004-11-27  Eli Zaretskii  <eliz@gnu.org>
381         * mail/supercite.el (sc-cite-region): Handle the case where
382         sc-cite-frame-alist is a symbol.
383         (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
384         a symbol.
385         (sc-recite-region): Handle the case where sc-recite-frame-alist is
386         a symbol.
388 2004-11-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
390         * wid-edit.el (widget-narrow-to-field): New function.
391         (widget-complete): Use it.
393 2004-11-27  Jay Belanger  <belanger@truman.edu>
395         * calc/calc-aent.el (calc-eval-error): Declare and initialize the
396         variable.
397         (calc-eval-error): Don't check if the variable calc-eval-error is bound.
398         (calc-buffer, calc-digit-value, math-expr-data): Declare them.
399         (math-alg-inequalities): Move declaration to earlier in the file.
401         * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
402         (calc-gnuplot-input, math-normalize-a, math-integral-cache):
403         Declare them.
405         * calc/calc-lang.el (math-expr-data, math-expr-token)
406         (math-exp-old-pos): Declare them.
408         * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
409         (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
411 2004-11-27  Kim F. Storm  <storm@cua.dk>
413         * progmodes/flymake.el: Use (featurep 'xemacs).
414         (flymake-makehash): Change to defsubst.  Use fboundp.
415         (flymake-time-to-float): Remove.
416         (flymake-float-time): Merge code from flymake-time-to-float here.
417         (flymake-replace-regexp-in-string): Change to defsubst.
418         (flymake-split-string-remove-empty-edges):
419         Rename to flymake-split-string.
420         (flymake-split-string): Remove previous defalias.
421         (flymake-get-temp-dir): Change to defsubst.
422         (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
423         Define for xemacs only.
424         (flymake-master-file-count-limit): Change into compiler defvar only.
425         (flymake-find-possible-master-files): Let-bind it dynamically while
426         sorting files using flymake-master-file-compare.
428 2004-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
430         * font-lock.el (font-lock-compile-keywords): Don't complain if the end
431         of defun-prompt-regexp matches inside a comment/string but the
432         beginning is correctly outside everything.
434         * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
435         appears within a string or a comment.
437         * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
438         rather than make-symbol for symbols which are used in
439         a symbol-macrolet or equivalent.
441 2004-11-26  Jay Belanger  <belanger@truman.edu>
443         * calc-misc.el (calc-last-why-command): Declare it.
445         * calc-vec.el (math-grade-vec): New variable.
446         (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
447         Replace variable grade-vec by declared variable.
448         (math-rb-close): New variable.
449         (math-read-brackets, math-read-vector): Replace variable close by
450         declared variable.
452         * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
453         (calc-one-window, calc-edit-handler, calc-restore-trail)
454         (calc-allow-ret): Declare them.
456         * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
457         (math-lud-cache, math-log2-cache, math-radix-digits-cache)
458         (math-radix-float-cache-tag, math-random-cache)
459         (math-max-digits-cache, math-integral-cache, math-units-table)
460         (math-format-date-cache, math-holidays-cache-tag): Declare them.
461         (math-moc-func): New variable.
462         (math-map-over-constants, math-map-over-constants-rec):
463         Replace variable func by declared variable.
465         * calc/calc-store.el (calc-given-value, calc-store-opers):
466         Declare them.
467         (calc-var-name-map): Move declaration to earlier in the file.
468         (calc-pv-pos): New variable.
469         (calc-permanent-variable, calc-insert-permanent-variable):
470         Replace variable pos by declared variable.
472         * calc/calc-mtx.el (calc-det-lu): New variable.
473         (math-det-raw, math-det-step): Replace variable lu by declared variable.
475         * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
476         (math-multi-subst, math-multi-subst-rec): Replace variables temp
477         and arg by declared variables.
478         (calcFunc-reducer): Fix incorrect variable.
479         (math-inner-mul-func, math-inner-add-func): New variables.
480         (calcFunc-inner, math-inner-mats): Replace variables mul-func
481         and add-func by declared variables.
483         * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
484         (calc-digit-value): Declare them.
486         * calc/calc-help.el (Info-history): Declare it.
487         (calc-describe-key): Make calc-summary-indentation a local variable.
488         (calc-help-long-names): Move declaration to earlier in file.
490         * calc/calc-embed.el (calc-original-buffer): Declare it.
491         (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
492         (calc-embed-bot): New variables.
493         (calc-do-embedded, calc-embedded-mark-formula)
494         (calc-embedded-find-bounds, calc-embedded-duplicate)
495         (calc-embedded-new-formula, calc-embedded-make-info):
496         Replace vars outer-top, outer-bot, bot and top by declared variables.
497         (calc-embed-prev-modes): New variable.
498         (calc-embedded-set-modes, calc-embedded-update): Replace variable
499         prev-modes with declared variable.
500         (calc-embed-vars-used): New variable.
501         (calc-embedded-make-info, calc-embedded-evaluate-expr)
502         (calc-embedded-update, calc-embedded-find-vars): Replace variable
503         vars-used by declared variable.
505         * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
506         (math-format-radix-float): Remove unnecessary setq.
507         (math-radix-float-cache): Declare it.
509         * calc/calcsel2.el (calc-keep-selection): Declare it.
511         * calc/calc-maint.el: Remove file.
513 2004-11-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
515         * textmodes/bibtex.el (bibtex-sort-entry-class)
516         (bibtex-comment-start): Use defcustom.
517         (bibtex-entry-field-alist): Use nil if initial content of the
518         field is undefined.  Fix docstring.
519         (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
520         (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
521         (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
522         (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
523         Fix docstring.
524         (bibtex-autokey-title-terminators): Use only one regexp.
525         (bibtex-string-maybe-empty-head): New variable.
526         (bibtex-remove-delimiters-string): New function.
527         (bibtex-text-in-field-bounds, bibtex-text-in-string):
528         Use bibtex-remove-delimiters-string.
529         (bibtex-progress-message, bibtex-field-left-delimiter)
530         (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
531         (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
532         (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
533         Simplify.
534         (bibtex-format-entry): Use save-excursion for inherited booktitle.
535         Use eq and bibtex-remove-delimiters-string.  For end markers use
536         insertion type so that marker stays after inserted text.
537         (bibtex-autokey-get-names): Return empty string if name is missing.
538         (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
539         calling bibtex-autokey-name-case-convert.
540         (bibtex-autokey-demangle-title):
541         Call bibtex-autokey-titleword-case-convert.  Remove call to
542         bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
543         (bibtex-global-key-alist, bibtex-read-string-key): New functions.
544         (bibtex-read-key): New optional arg global.
545         (bibtex-files-expand): New optional arg force.
546         (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
547         (bibtex-complete-crossref-cleanup): Rename from
548         bibtex-complete-key-cleanup.  Simplify code.
549         (bibtex-copy-summary-as-kill): Remove arg key.  Use looking-at.
550         Operate on current entry.
551         (bibtex-button): Add docstring.
552         (bibtex-entry): Simplify.
553         (bibtex-make-field): Replace optional arg called-by-yank with more
554         specific args move and interactive.
555         (bibtex-end-of-entry): Use forward-sexp.
556         (bibtex-find-entry-globally): Remove.
557         (bibtex-find-crossref): Allow for crossref key located in other buffer.
558         Bound to C-c C-x.
559         (bibtex-find-entry): New optional args global and display.
560         (bibtex-find-text): Fix docstring.  Remove arg as-if-interactive.
561         (bibtex-validate): Use arg force of bibtex-files-expand.
562         (bibtex-clean-entry): Bugfix, clean string entries properly.
563         Always keep point at beginning of entry.
564         (bibtex-complete): Bugfix.  Handle string entries properly.
565         Call cleanup functions only if needed.
566         (bibtex-String): Use bibtex-read-string-key.
567         (bibtex-url): Use bibtex-remove-delimiters-string.  Do not alter
568         case of replacement text.
570 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
572         * tramp.el (tramp-handle-directory-files-and-attributes): New function.
573         (tramp-perl-directory-files-and-attributes): New constant.
574         (tramp-file-name-handler-alist): Delete file-directory-files, add
575         directory-files-and-attributes.
576         (tramp-perl-file-attributes): Surround uid and gid by double
577         quotes. Change parameter id-format from nonnumeric.
578         (tramp-convert-file-attributes): New function.
579         (tramp-handle-file-attributes): Use it.
580         (tramp-maybe-send-perl-script): New function.
581         (tramp-handle-file-attributes-with-perl): Use it. Don't convert
582         file mode. Change parameter id-format from nonnumeric.
583         (tramp-handle-file-attributes-with-ls): Change parameter id-format
584         from nonnumeric.
585         (tramp-post-connection): Don't send tramp-perl-file-attributes
586         script. Reset connection property "perl-scripts".
587         (tramp-handle-insert-directory): Run real handler when ls-lisp is
588         in use.
590 2004-11-26  Lars Hansen  <larsh@math.ku.dk>
592         * desktop.el (desktop-read): Replace mapcar with mapc.
593         (desktop-create-buffer): Replace mapcar with mapc.
594         Remove redundant piece of code.
596 2004-11-27  Nick Roberts  <nickrob@snap.net.nz>
598         * progmodes/gud.el (gud-display-line): Use display-buffer
599         for GDB-UI as for GUD.
601         * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
602         Delete variables.
603         (gdb-ann3): Don't make GUD buffer dedicated.
604         (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
605         (gdb-display-source-buffer): Delete function.
606         (gdb-view-source-function, gdb-view-assembler): Delete functions.
607         (menu): Delete menu bindings for viewing source/assembler.
608         (gdb-setup-windows, gdb-restore-windows):
609         Don't dedicate GUD. No assembler now.
610         (gdb-reset): No need to undedicate source buffers now.
611         (gdb-source-info): No assembler now.
613 2004-11-26  Nick Roberts  <nickrob@snap.net.nz>
615         * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
616         width to those for special frames.
617         (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
618         Use display-buffer.
619         (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
620         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
621         (gdb-frame-assembler-buffer): Rework like
622         gdb-frame-breakpoints-buffer.
624 2004-11-25  Richard M. Stallman  <rms@gnu.org>
626         * progmodes/flymake.el: Reindent.
627         (flymake-split-string): Turn into defalias.
628         (flymake-fix-file-name): Rename from flymake-fix-path-name.
629         (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
630         (flymake-get-common-file-prefix): Rename from ...path...  Doc fix.
631         (flymake-build-relative-filename): Rename from ...path.
632         Fix error message.
634 2004-11-25  Cheng Gao  <chenggao@gmail.com>
636         * progmodes/flymake.el: Much whitespace and capitalization change.
637         Move `provide' to end.  Require `compile' only when compiling.
639 2004-11-24  Jay Belanger  <belanger@truman.edu>
641         * calc/calc-alg.el: Added comment.
642         (math-polynomial-base): Replace variable mpb-top-expr by
643         math-poly-base-top-expr.
645         * calc/calc-poly.el (math-poly-base-top-expr): New variable.
646         (math-polynomial-p1): Replace variable mpb-top-expr by declared
647         variable.
648         (math-poly-base-total-base): New variable.
649         (math-total-polynomial-base, math-polynomial-p1): Replace variable
650         mpb-total-base by declared variable.
651         (math-factored-vars, math-to-list): Declare it.
652         (math-fact-expr): New variable.
653         (calcFunc-factors, calcFunc-factor, math-factor-expr)
654         (math-factor-expr-try, math-factor-expr-part): Replace variable
655         expr by declared variable.
656         (math-fet-x): New variable.
657         (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
658         by declared variable.
659         (math-factor-poly-coefs): Make temp a local variable.
661         * calc/calc-units.el (calc-convert-units): Make units a local
662         variable.
663         (calc-num-units, calc-den-units): New variables.
664         (calc-explain-units, calc-explain-units-rec): Replace variables
665         num-units and den-units by declared variables.
666         (math-cu-unit-list): New variable.
667         (math-build-units-table, math-compare-unit-names)
668         (math-convert-units, math-convert-units-rec): Replace variable
669         unit-list by declared variable.
670         (math-fbu-base, math-fbu-entry): New variables.
671         (math-find-base-units, math-find-base-units-rec): Replace variables
672         base and entry by declared variables.
673         (math-which-standard): New variable.
674         (math-to-standard-units, math-to-standard-rec): Replace variable
675         which-standard by declared variable.
676         (math-fcu-u): New variable.
677         (math-find-compatible-unit, math-find-compatible-unit-rec):
678         Replace variable u by declared variable.
679         (math-cu-new-units, math-cu-pure): New variables.
680         (math-convert-units, math-convert-units-rec): Replace variables
681         new-units and pure by declared variables.
682         (math-try-cancel-units): New variable.
683         (math-simplify-units-quotient): Replace variable try-cancel-units by
684         declared variable.
686 2004-11-24  Richard M. Stallman  <rms@gnu.org>
688         * textmodes/ispell.el (ispell-check-version):
689         If default-directory is nonexistent, use home dir.
691         * progmodes/grep.el (grep-regexp-alist):
692         Don't match parens around line numbers.
694         * progmodes/cperl-mode.el (cperl-indent-region)
695         (cperl-imenu--create-perl-index, cperl-xsub-scan):
696         Don't print progress messages.
698         * progmodes/compile.el (compilation-mode-map):
699         Don't inherit from compilation-minor-mode-map;
700         copy its bindings instead.  But the menu bar Compile
701         entry now does inherit from compilation-menu-map.
703         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
704         Use with-no-warnings around compiler-macroexpand.
706         * imenu.el: Don't always require newcomment.
707         (imenu--generic-function): Call comment-normalize-vars
708         if we have a comment syntax.
709         Exit the loop if REGEXP matches the null string.
710         Test comment-start as well as comment-start-skip
711         when deciding whether to check for comments.
713         * tooltip.el (tooltip-mode): Doc fix.
715         * term.el (term-escape-char, term-mode): Doc fixes.
717 2004-11-24  Dave Love  <fx@gnu.org>
719         * progmodes/python.el (python-font-lock-syntactic-keywords):
720         Check for escapes in the regexp.
721         (python-quote-syntax): Don't do it here.
723 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
725         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
726         (gdb-frames-mode-map, gdb-threads-mode-map)
727         (gdb-registers-mode-map, gdb-locals-mode-map)
728         (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
729         (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
731         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
732         (dedicated-switch-to-buffer): Rework.
733         (gdb-var-evaluate-expression-handler, gdb-put-string):
734         Remove unused variable bindings.
735         (gdb-setup-windows, gdb-display-buffer):
736         Simplify. Use pop-to-buffer.
737         (gdb-view-source-function): Simplify.
738         (gdb-frame-breakpoints-buffer):
739         Use pop-to-buffer, special-display-regexps.
741 2004-11-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
743         * progmodes/f90.el (f90-smart-end)
744         (f90-previous-statement, f90-beginning-of-block): Doc fix.
745         (f90-calculate-indent): Handle un-named PROGRAM blocks.
746         (f90-end-of-block): Doc fix.  Make check of outermost block
747         conditional on value of `f90-smart-end'.
748         (f90-block-match): Hack to deal with un-named PROGRAM blocks.
749         Handle case where END-BLOCK is nil.
750         (f90-match-end): Handle un-named PROGRAM blocks.
751         (f90-backslash-not-special): New function.
753 2004-11-24  Jay Belanger  <belanger@truman.edu>
755         * calc/calc.el (calc-embedded-active): Removed unnecessary
756         declaration.
757         (calc-show-banner): Removed redundant declaration.
759         * calc/calc-graph.el (calc-gnuplot-default-device)
760         (calc-gnuplot-default-output, calc-gnuplot-print-device)
761         (calc-gnuplot-print-output, calc-gnuplot-geometry)
762         (calc-graph-default-resolution, calc-graph-default-resolution-3d):
763         Remove redundant initial values.
765         * calc/calc-arith.el (math-scalar-functions)
766         (math-nonscalar-functions, math-scalar-if-args-functions)
767         (math-real-functions, math-positive-functions)
768         (math-nonnegative-functions, math-real-scalar-functions)
769         (math-real-if-arg-functions, math-integer-functions)
770         (math-num-integer-functions, math-rounding-functions)
771         (math-float-rounding-functions, math-integer-if-args-functions)
772         (math-super-types): Move declarations to earlier in file.
773         (math-unit-prefixes): Declared it.
774         (math-floor-prec, math-trunc-prec): New variables.
775         (math-trunc-fancy): Replace variable prec by declared variable.
776         (math-floor-fancy): Replace variable prec by declared variable.
777         (math-com-bterms): New variable.
778         (math-commutative-equal, math-commutative-collect):
779         Replace variable bterms by declared variable.
781         * calc/calc-misc.el (math-trunc): Replace variable prec by
782         math-trunc-prec.
783         (math-floor): Replace variable prec by math-floor-prec.
785         * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
786         (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
787         (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
788         (math-format-date, math-format-date-part): Replace variables
789         date, dt, year, month, day, weekday, hour, minute, second and
790         bc-flag by declared variables.
791         (math-pd-str): New variable.
792         (math-parse-date, math-parse-date-word, math-parse-standard-date):
793         Replace variable str by declared variable.
794         (math-daylight-savings-hook, math-tzone-names): Move definitions
795         to earlier in the file.
796         (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
797         (math-sh-year): New variable.
798         (math-setup-add-holidays, math-setup-holidays)
799         (math-setup-year-holidays): Replace variable `year' by declared
800         variable.
802         * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
803         New variables.
804         (math-nth-root-float, math-nth-root-float-iter): Replace variables
805         n, nf and nfm1 by declared variables.
806         (math-nri-n): New variable.
807         (math-nth-root-integer, math-nth-root-int-iter): Replace variable
808         n by declared variable.
809         (calcFunc-log): Removed misplaced condition.
811 2004-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
813         * generic.el (generic-mode-set-comments): Accept an empty comment-end.
815 2004-11-24  Nick Roberts  <nickrob@snap.net.nz>
817         * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
818         (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
819         Dedicate gdb-related windows.
820         (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
821         other frames.
822         (gdb-reset): Remove dedicated property after debugging.
824 2004-11-24  Jay Belanger <belanger@truman.edu>
826         * calc/calc-sel.el: Add comment.
828         * calc/calc.el (math-stack-value-offset): Replace variables c,
829         wid and off with math-svo-c, math-svo-wid and math-svo-off.
831         * calc/calccomp.el (math-comp-sel-tag): Declare it.
832         (math-svo-c, math-svo-wid, math-svo-off): New variables.
833         (math-stack-value-offset-fancy): Replace variables c, wid and off
834         by declared variables.
835         (math-comp-just, math-comp-comma-spc): New variables.
836         (math-compose-expr, math-compose-matrix): Replace variables `just'
837         and comma-spc by declared variable.
838         (math-comp-vector-prec): New variable.
839         (math-compose-expr, math-compose-matrix, math-compose-rows):
840         Replace variable vector-prec by declared variable.
841         (math-comp-left-bracket, math-comp-right-bracket)
842         (math-comp-comma): New variables.
843         (math-compose-expr, math-compose-rows): Replace variables
844         left-bracket, right-bracket and comma by declared variables.
845         (math-comp-full-width): New variable.
846         (math-comp-to-string-flat, math-comp-to-string-flat-term):
847         Replace variable full-width by declared variable.
848         (math-comp-highlight, math-comp-word, math-comp-level)
849         (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
850         (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
851         New variables.
852         (math-comp-to-string-flat, math-comp-to-string-flat-term)
853         (math-comp-sel-flat-term): Replace variables comp-highlight,
854         comp-word, comp-level, comp-margin, comp-pos and comp-buf by
855         declared variables.
856         (math-comp-simplify, math-comp-simplify-term)
857         (math-comp-add-string, math-comp-add-string-sel):
858         Replace variables comp-highlight, comp-buf, comp-base,
859         comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
861 2004-11-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
863         * cus-start.el (all): Add x-use-old-gtk-file-dialog.
865         * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
866         and x-server-version may throw.
868 2004-11-23  Kim F. Storm  <storm@cua.dk>
870         * subr.el (substitute-key-definition-key): Optimize.
871         Don't call indirect-function for nil defn (always signals error).
873         * ido.el (ido-read-internal): Fix require-match check when
874         ido-directory-too-big is set.
876 2004-11-23  Jay Belanger  <belanger@truman.edu>
878         * calc/calc-ext.el (math-read-replacement-list)
879         (math-read-superscripts): New variables.
880         (math-read-preprocess-string): New function.
881         (math-read-expr): Filter input through math-read-preprocess-string.
883         * calc/calc-aent.el (math-read-exprs): Filter input through
884         math-read-preprocess-string.
886 2004-11-23  Daniel Pfeiffer  <occitan@esperanto.org>
888         * progmodes/compile.el (compilation-start): In cd command use
889         substitute-env-vars -- not quite shell compatible but better than
890         nothing.
891         (compilation-error-regexp-alist-alist): Simplify ftnchek to only
892         handle the newer versions messages, which are more parseable.
894 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
896         * reveal.el (reveal-mode-map): New var.
897         (reveal-mode): Use it.
899 2004-11-23  Nick Roberts  <nickrob@snap.net.nz>
901         * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
902         (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
904 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
906         * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
907         header-line when needed.
908         Use fixed-pitch only in the header-line.
909         Build the underline automatically.  Use emdash if available.
911 2004-11-22  Richard M. Stallman  <rms@gnu.org>
913         * dired.el (dired-recursive-copies): Move from dired-aux.el.
914         * dired-aux.el (dired-recursive-copies): Move to dired.el.
916 2004-11-22  Nick Roberts  <nickrob@snap.net.nz>
918         * progmodes/gdb-ui.el (gdb-resync): New function.
919         (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
920         (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
921         Use it to fail more gracefully.
922         (gdb-variables): Delete variable.
923         Re-order variables to reduce byte-compiler warnings.
925 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
927         * descr-text.el (describe-char):
928         * paren.el (show-paren-function):
929         * subr.el (syntax-after): Undo last change.
931         * progmodes/python.el (run-python): Don't hard code *Python*.
932         Don't modify global process-environment.
933         (python-send-region, python-load-file): Don't assume that
934         python-buffer == (process-buffer (python-proc)).
935         (python-switch-to-python): Simplify.
937         * dired.el (dired-align-file): Don't assume line starts with spaces.
939 2004-11-21  Jay Belanger  <belanger@truman.edu>
941         * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
942         Replace variable `lines' by math-read-big-lines.
943         (math-read-big-expr): Replace variables the-baseline, the-h2
944         and err-msg by math-read-big-baseline, math-read-big-h2 and
945         math-read-err-msg.
946         (math-read-big-bigp): Replace variable h2 with math-rb-h2.
948         * calc/calc-lang.el (math-read-big-rec): Fix typo.
949         (math-read-big-balance): Replace unbound variable by value.
950         (math-read-big-lines): New variable.
951         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
952         (math-read-big-error, math-read-big-balance): Replace variable
953         `lines' by declared variable.
954         (math-read-big-baseline, math-read-big-h2): New variables.
955         (math-read-big-rec): Replace variables the-baseline and the-h2
956         by declared variables.
957         (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
958         (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
959         (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
960         declared variables.
961         (math-read-big-err-msg): New variable.
962         (math-read-big-error): Replace variable err-msg by declared variable.
964 2004-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
966         * ses.el: Add coding cookie.
967         Fix up docstrings, follow new commenting conventions.
968         (ses-header-line-menu): Fix missing variable rename for header-row.
969         (ses-cell-size): Remove.
970         (ses-make-cell): New function.
971         (ses-cell, ses-insert-row, ses-insert-column): Use it.
972         (ses-calculate-cell): Remove unused var `symbol'.
973         (ses-narrowed-p): New function.
974         (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
975         (ses-initial-file-trailer): Change ;;; to ;; for local vars.
976         (ses-load, ses-reconstruct-all): Adjust string search accordingly.
977         (ses-setup): Use restore-buffer-modified-p.
978         (ses-cleanup): Remove unused var `end'.
979         (ses-header-string-left-offset): Remove.
980         (ses-create-header-string): Adjust to new behavior of `align-to'.
981         Truncate excessively large fields to preserve alignment.
982         (ses-reconstruct-all): Remove unused var `refs'.
983         (ses-read-cell-printer): Remove unused var `prompt'.
984         (ses-delete-row): Remove unused var `pos'.
985         (ses-delete-column): Remove unused var `new'.
987 2004-11-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
989         * ps-print.el: Insert :version tag into all defgroup and defcustom.
990         Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
991         Eliminate eval-and-compile usage.
992         (ps-insert-file): Use insert-file-contents instead of insert-file.
993         (ps-setup): Code fix.
995         * printing.el (pr-setup, lpr-setup): Code fix.
997 2004-11-21  Jay Belanger  <belanger@truman.edu>
999         * calc/calc-prog.el (math-integral-cache-state, calc-lang)
1000         (calc-original-buffer): Declare them.
1001         (calc-user-formula-alist): New variable.
1002         (calc-user-define-formula, calc-fix-user-formula)
1003         (calc-user-define-composition, calc-finish-formula-edit):
1004         Replace variable `alist' by declared variable.
1005         (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
1006         (var-q7, var-q7, var-q8, var-q9): Declare them.
1007         (calc-kbd-push): Don't check to see if var-q0 through var-q9
1008         are bound.
1009         (calcFunc-typeof): Replace undeclared variable by expression.
1010         (math-exp-env): New variable.
1011         (math-define-body, math-define-exp): Replace exp-env by declared var.
1012         (math-define-exp): Replace misplaced variable by expression.
1014         * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
1015         (calc-curve-model, calc-curve-coefnames): New variables.
1016         (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
1017         varnames, model and coefnames by declared variables.
1018         (math-root-widen): New variable.
1019         (math-search-root, math-find-root): Replace variable root-widen by
1020         declared variable.
1021         (var-DUMMY): Declare it.
1022         (math-root-vars, math-min-vars): Move the declarations to earlier in
1023         the file.
1024         (math-brent-min): Make d a local variable.
1025         (math-find-minimum): Replace non-existent variable.
1026         (math-ninteg-romberg): Remove unnecessary variable.
1027         (math-ninteg-temp): New variable.
1028         (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
1029         integ-temp by declared variable.
1030         (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
1031         New variables.
1032         (math-general-fit): Replace variables first-var, first-coef and
1033         new-coefs by declared variables.
1034         (calcFunc-fitvar): Replace variable first-var by declared variable.
1035         (calcFunc-fitparam): Replace variable first-coef by declared variable.
1036         (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
1037         (math-all-vars-vars, math-all-vars-found): New variables.
1038         (math-all-vars-in, math-all-vars-rec): Replace variables vars and
1039         found by declared variable math-all-vars-vars.
1041 2004-11-20  Luc Teirlinck  <teirllm@auburn.edu>
1043         * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
1044         of `defconst'.
1046 2004-11-20  Richard M. Stallman  <rms@gnu.org>
1048         * isearch.el (isearch-mode-map): Don't bind SPC.
1049         (isearch-whitespace-chars): Function deleted.
1050         (isearch-search): Bind search-spaces-regexp.
1051         (isearch-lazy-highlight-search): Likewise.
1052         (search-whitespace-regexp): Doc fix.
1053         (isearch-forward-regexp): Doc fix.
1055         * emacs-lisp/bytecomp.el (byte-compile-form):
1056         Move the calls to byte-compile-set-symbol-position,
1057         to avoid having two for the same symbol occurrence.
1059         * comint.el (comint-input-ring-size): Increase to 150.
1061         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
1062         New variables.
1063         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
1064         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
1066         * imenu.el (imenu--generic-function):
1067         Ensure we keep moving backward even if BEG isn't further back.
1069         * replace.el (query-replace-read-to, query-replace-read-from):
1070         Specify t for KEEP-ALL in read-from-minibuffer.
1072         * progmodes/python.el (python-switch-to-python):
1073         If Python isn't running, start it.
1074         Don't alter debug-ignored-errors.
1076         * progmodes/cperl-mode.el (cperl-indent-region):
1077         Don't mind imenu-scanning-message.
1079         * bindings.el (global-map): Bind C-e to move-end-of-line.
1081         * simple.el (line-move-finish): New arg FORWARD.
1082         Ignore invisible newlines, not intangible ones.
1083         Conditions for acceptable stopping positions depend on FORWARD.
1084         (line-move): Pass FORWARD arg to line-move-finish.
1086         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
1087         of HEADER.  Compensate for this change in the code to add display
1088         properties.  Don't make the first line intangible.
1090         * info.el (Info-search): Fix previous change.
1092 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
1094         * Makefile.in (recompile): Revert 2004-11-19 change.
1095         (compile): Likewise.
1097 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
1099         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
1101 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1103         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
1104         defgroup and defcustom.  Eliminate eval-and-compile usage.
1106         * progmodes/ebnf-otz.el: Fix typos.
1108 2004-11-19  Jay Belanger  <belanger@truman.edu>
1110         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
1111         (calc-edit-finish, calc-finish-stack-edit): Replace variable
1112         disp-trail by declared variable.
1114         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
1115         (calc-finish-selection-edit):  Replace variable disp-trail by
1116         declared variable.
1117         (calc-selection-cache-entry): Move declaration to earlier in the file.
1118         (calc-selection-cache-num, calc-selection-cache-comp)
1119         (calc-selection-cache-offset, calc-selection-true-num)
1120         (calc-final-point-line, calc-final-point-column)
1121         (calc-original-buffer): Declare them.
1122         (calc-fnp-op, calc-fnp-num): New variables.
1123         (calc-find-nth-part, calc-find-nth-part-rec)
1124         (calc-select-previous): Replace op and num by declared variables.
1125         (calc-rsf-old, calc-rsf-new): New variables.
1126         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
1127         Replace variables old and new by declared variables.
1128         (calc-sel-reselect): New variable.
1129         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
1130         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
1131         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
1132         reselect with declared variable.
1134         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
1135         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
1136         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
1137         (math-import-list, math-rewrite-phase): Declare them.
1138         (math-rewrite):  Use let* to declare variables.
1139         (calc-rewrite-selection): Make rules a local variable.
1140         (calc-rewr-sel): New variable.
1141         (calc-rewrite-selection, calc-locate-selection-marker)
1142         (calc-rewrite): Use the declared variable calc-rewr-sel instead
1143         of sel.
1144         (math-rewrite-whole-expr): New variable.
1145         (math-rewrite, math-rewrite-phase): Replace variable expr by
1146         declared variable.
1147         (math-rewrite-heads-heads, math-rewrite-heads-skips)
1148         (math-rewrite-heads-blanks ): New variables.
1149         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
1150         heads, skips and blanks by declared variables.
1151         (math-rwcomp-subst-old, math-rwcomp-subst-new)
1152         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
1153         New variables.
1154         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
1155         old, new, old-func and new-func by declared variables.
1156         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
1157         Remove unnecessary variable.
1158         (math-apply-rw-regs): New variable.
1159         (math-apply-rewrites, math-rwapply-replace-regs)
1160         (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
1161         (math-apply-rw-ruleset): New variable.
1162         (math-apply-rewrites, math-rwapply-remember): Replace variable
1163         ruleset by declared variable.
1165 2004-11-19  Richard M. Stallman  <rms@gnu.org>
1167         * info.el (Info-search): Use search-whitespace-regexp.
1169 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
1171         * vc-rcs.el (vc-rcs-parse): New function.
1172         (vc-rcs-annotate-command): Likewise.
1173         (vc-rcs-annotate-current-time): Likewise.
1174         (vc-rcs-annotate-time): Likewise.
1175         (vc-rcs-annotate-extract-revision-at-line): Likewise.
1177 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
1179         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
1181 2004-11-18  Jay Belanger  <belanger@truman.edu>
1183         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
1185 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1187         * printing.el: Eliminate use of interactive-p and eval-and-compile.
1188         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
1189         Use make-temp-file to generate PostScript files in any situation.
1190         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
1191         (pr-interactive-p): Eliminate var.
1192         (pr-save-interactive): Eliminate macro.
1193         (pr-interface, pr-ps-directory-preview)
1194         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1195         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1196         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1197         (pr-ps-buffer-ps-print, pr-ps-region-preview)
1198         (pr-ps-region-using-ghostscript, pr-ps-region-print)
1199         (pr-ps-region-ps-print, pr-ps-mode-preview)
1200         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1201         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1202         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
1203         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1204         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1205         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1206         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1207         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1208         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1209         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1210         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1211         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
1212         Eliminate pr-save-interactive usage.
1213         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
1214         Eliminate pr-interactive-p usage.
1215         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
1216         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
1217         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
1218         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
1219         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
1220         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
1221         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
1222         New funs.
1223         (pr-ps-file): Use make-temp-file to generate a temporary file.
1225 2004-11-17  Jay Belanger  <belanger@truman.edu>
1227         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
1228         a local variable.
1229         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
1230         (math-top-only): New variable.
1231         (math-simplify, math-simplify-step): Replace variable top-only by
1232         declared variable math-top-only.
1233         (math-simplify-expr): Declare it.
1234         Replace argument expr in all calls of math-defsimplify by
1235         math-simplify-expr.
1236         (math-simplify-plus, math-simplify-times, math-simplify-divide)
1237         (math-simplify-divisor, math-simplify-one-divisor)
1238         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
1239         (math-simplify-pow): Replace variable expr by declared variable
1240         math-simplify-expr.
1241         (math-simplify-divisor): Remove local variables temp and op.
1242         (math-simplify-one-divisor): Make temp and op local variables.
1243         (math-simplify-divisor-nover, math-simplify-divisor-dover):
1244         New variables.
1245         (math-simplify-divisor, math-simplify-one-divisor):
1246         Replace variables nover and dover by declared variables.
1247         (math-expr-subst-new, math-expr-subst-old): New variables.
1248         (math-expr-subst, math-expr-subst-rec): Replace variables new
1249         and old by declared variables.
1250         (math-is-poly-degree, math-is-poly-loose): New variables.
1251         (math-is-polynomial, math-is-poly-rec): Replace variables degree
1252         and loose by declared variables.
1253         (math-poly-base-const-ok, math-poly-base-pred): New variables.
1254         (math-polynomial-base, math-polynomial-base-rec):
1255         Replace variables const-ok and mpb-pred by declared variables.
1257         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
1259         * calc/calc-ext.el (math-defsimplify): Change the argument in
1260         the created function to math-simplify-expr.
1262         * calc/calc-units.el (math-simplify-expr): Declare it.
1263         Replace argument expr in all calls of math-defsimplify by
1264         math-simplify-expr.
1265         (math-simplify-units-prod): Replace variable expr by declared
1266         variable math-simplify-expr.
1268 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1270         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
1271         Replace mapcar->dolist, format->string.
1273 2004-11-17  Miles Bader  <miles@gnu.org>
1275         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
1276         * progmodes/idlwave.el: Remove RCS keywords.
1278 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
1280         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
1281         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
1282         Update to IDLWAVE version 5.5.  Too many changes to list them here.
1283         * progmodes/idlw-help.el: New file.
1285 2004-11-16  Richard M. Stallman  <rms@gnu.org>
1287         * international/iso-cvt.el (iso-tex2iso-trans-tab):
1288         Discard spaces after \i according to TeX rules.
1290         * international/mule.el (set-buffer-file-coding-system):
1291         New arg NOMODIFY.
1292         (after-insert-file-set-coding): Pass that new arg.
1293         Prevent set-buffer-multibyte from trying to lock the file.
1295         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
1297         * saveplace.el (save-place): Doc fix.
1299         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
1300         temporarily widen before finding the following word to copy.
1302         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
1303         (cl-map-keymap): Definition deleted.
1305         * subr.el (map-keymap-internal): New function.
1307 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1309         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
1310         when pressing rather than when releasing mouse-2.  Simplify.
1312 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1314         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
1315         (compilation-mode): Set it here instead.
1317         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
1319         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
1320         (loop, cl-parse-loop-clause, defsetf): Use backquote.
1322 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1324         * progmodes/compile.el (compilation-internal-error-properties):
1325         Fix up a transposition-typo.  Check end-col before using it.
1327 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
1329         * international/iso-cvt.el (iso-tex2iso-trans-tab):
1330         Discard whitespace after macro \i when converting it.
1332 2004-11-16  Juri Linkov  <juri@jurta.org>
1334         * emacs-lisp/find-func.el (find-function-regexp):
1335         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
1336         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
1337         Remove invalid `\W' from [^cgv\W].  Doc fix.
1338         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
1340 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
1342         * play/life.el: Maintainer is now FSF.
1343         (life-patterns, life-neighbor-deltas, life-window-start)
1344         (life-current-generation, life-generation-string): Use defvar
1345         instead of defconst.
1347 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1349         * progmodes/compile.el (compilation-move-to-column): New fun.
1350         (compilation-internal-error-properties)
1351         (compilation-next-error-function): Use it to make sure we don't go past
1352         the end of line.
1354 2004-11-15  John Paul Wallington  <jpw@gnu.org>
1356         * autoinsert.el (auto-insert-alist): Insert the user's name in
1357         copyright notice, rather than Free Software Foundation, for the
1358         Emacs Lisp header case too.
1360 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1362         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
1363         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1364         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
1365         return the list of string in a string.
1366         (pr-call-process): Message if calling process returns an error, that
1367         is, the exit status is different of zero.
1369 2004-11-15  Jay Belanger  <belanger@truman.edu>
1371         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
1372         variable var-thing.
1373         (math-integ-depth, math-integ-level, math-integral-limit)
1374         (math-enable-subst, math-any-substs, math-integ-msg)
1375         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
1376         (math-int-threshold, math-int-factors, math-double-roots)
1377         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
1378         (var-GenCount):  Declare these variables.
1379         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
1380         (math-integral-cache, math-integral-cache-state):
1381         Move declarations to earlier in the file.
1382         (math-deriv-var, math-deriv-total, math-deriv-symb)
1383         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
1384         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
1385         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
1386         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
1387         (math-solve-res):  New variables
1388         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
1389         (math-integral, math-replace-integral-parts)
1390         (math-integrate-by-parts, calc-dump-integral-cache)
1391         (math-try-integral, math-do-integral, math-do-integral)
1392         (math-do-integral-methods, math-try-solve-for)
1393         (math-try-solve-prod, math-solve-poly-funny-powers)
1394         (math-solve-crunch-poly, math-decompose-poly)
1395         (math-solve-find-root-term, math-find-root-in-prod)
1396         (math-integ-try-linear-substitutions)
1397         (math-integ-try-substitutions, math-expr-rational-in)
1398         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
1399         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
1400         (math-solve-for, math-solve-system, math-solve-system-rec)
1401         (math-solve-get-sign, math-solve-get-int)
1402         (math-solve-system-subst): Replace undeclared variables with newly
1403         declared variables.
1405 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1407         * winner.el (winner-active-region, winner-edges, winner-window-list):
1408         Define at toplevel.
1409         (winner-mode-map): Move init inside declaration.
1411 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
1413         * files.el (convert-standard-filename): Doc fix.
1415 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
1417         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
1418         passwd, group, shadow, default/* and pam.d/*.
1420 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1422         * printing.el (pr-menu-spec): Adjust menu specification.
1424 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1426         * printing.el: Doc fix.  Insert :version tag into all defcustom.
1427         Handle interactive-p as is recommended in Emacs Lisp Reference.
1428         Set the file permission bits for newly created files.
1429         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
1430         The printing menu specification (in `pr-menu-spec') was merged.
1431         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1432         (pr-version): New version number (6.8.3).
1433         (pr-file-modes): New option.
1434         (pr-interactive-p): New var.
1435         (pr-save-interactive, pr-save-file-modes): New macros.
1436         (pr-setup): Code fix.
1437         (pr-menu-spec): Menu specification merged.
1438         (pr-call-process, pr-text2ps): Set file permission bits.
1439         (pr-despool-print): Set file permission bits.  Handle interactive-p as
1440         is recommended.
1441         (pr-interface, pr-ps-directory-preview)
1442         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
1443         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
1444         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
1445         (pr-ps-buffer-ps-print, pr-ps-region-preview)
1446         (pr-ps-region-using-ghostscript, pr-ps-region-print)
1447         (pr-ps-region-ps-print, pr-ps-mode-preview)
1448         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
1449         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
1450         (pr-despool-using-ghostscript, pr-despool-ps-print)
1451         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
1452         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
1453         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
1454         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
1455         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
1456         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
1457         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
1458         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
1459         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
1460         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
1461         Handle interactive-p as is recommended.
1463 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1465         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
1466         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
1468         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
1469         so it doesn't forget to highlight the beginning of the region either.
1471 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
1473         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
1474         (c-font-lock-init): Eliminate obsolete make-local-hook.
1475         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1476         (awk-mode): Use run-mode-hooks.
1478         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
1480 2004-11-13  Kim F. Storm  <storm@cua.dk>
1482         * mouse.el (mouse-drag-copy-region): Add :version.
1483         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
1484         while dragging mode line, so mode line can be dragged downwards.
1485         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
1486         while pressing mouse button so window doesn't scroll until we
1487         release the mouse if clicking on partially visible line.
1489 2004-11-12  Jay Belanger  <belanger@truman.edu>
1491         * calc/calc-graph.el (calc-dumb-map):  Declare it.
1492         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
1493         than unbound.
1494         (calc-graph-name):  Made `end' a local variable.
1495         (calc-graph-lookup):  Made `varname' a local variable.
1496         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
1497         Declare them.
1498         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
1499         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
1500         the unused variable y3vec.
1501         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
1502         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
1503         calc-graph-prev-kill-hook.
1504         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
1505         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
1506         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
1507         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
1508         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
1509         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
1510         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
1511         (calc-graph-y3value, calc-graph-y3name)
1512         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
1513         (calc-graph-stepcount, calc-graph-is-splot)
1514         (calc-graph-surprise-splot, calc-graph-blank)
1515         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
1516         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
1517         (calc-graph-recompute-2d, calc-graph-compute-3d)
1518         (calc-graph-format-data): Replace undeclared variables with the
1519         above newly declared variables.
1521 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
1523         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
1524         `rsf-beep' and `rsf-sleep-after-message'.
1526         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
1527         list if `message-sender' is non-nil.
1529 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
1531         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
1532         consing by using mapc instead of mapcar.
1534 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
1536         * tooltip.el (require): Explain why CL is needed.
1538 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
1540         * printing.el: Insert :version into defgroup (printing).  All reference
1541         to Files option in menubar were changed to File.
1542         (pr-version): New version number (6.8.2).
1543         (pr-get-symbol): Call easy-menu-intern.
1544         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
1545         compilation gripes.
1547 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1549         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
1550         new byte-compile-function-environment binding to t.
1552         * font-lock.el (font-lock-fontify-syntactically-region):
1553         Don't forget to highlight the last char when we hit `end'.
1555         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
1556         (mwheel-scroll): Adjust accordingly.
1558         * cvs-status.el: Reduce spurious warnings.
1559         (cvs-status-checkout): Remove.
1560         (cvs-status-mode-map): Use cvs-mode-checkout instead.
1562         * pcvs.el (cvs-mode-checkout): New command.
1564         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
1566         * tooltip.el: Require CL.
1568         * emacs-lisp/bytecomp.el: Use push.
1569         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
1570         (defalias): Remove the `byte-compile' property and add
1571         a `byte-hunk-handler'.
1573 2004-11-11  Juri Linkov  <juri@jurta.org>
1575         * info.el (Info-search): Save match data for isearch.
1576         Skip Tag Table node.
1578         * descr-text.el (describe-char): Replace syntax-after with code
1579         from its previous version.
1581         * files.el (magic-mode-alist): Use optimization for SGML mode too.
1582         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
1584         * international/mule.el (sgml-html-meta-auto-coding-function):
1585         Remove > after <html to allow HTML attributes.
1587 2004-11-11  Jay Belanger  <belanger@truman.edu>
1589         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
1590         a variable.
1591         (calcFunc-dfac):  Replace unbound max by n.
1592         (math-stirling-local-cache):  New variable.
1593         (math-stirling-number, math-stirling-1, math-stirling-2):
1594         Replace the variable `cache' by the declared variable
1595         math-stirling-local-cache.
1596         (var-RandSeed):  Declare it as a variable.
1597         (math-init-random-base, math-random-digit):  Don't check to see if
1598         var-RandSeed is bound.
1599         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
1600         Declare them instead of just setting them.
1601         (math-init-random-base):  Made i a local variable.
1602         (math-random-digit):  Made math-random-last a local variable.
1603         (math-prime-test-cache):  Move declaration to before it is used.
1604         (math-prime-test-cache-k, math-prime-test-cache-q)
1605         (math-prime-test-cache-nm1, math-prime-factors-finished):
1606         Declare them as variables.
1608 2004-11-11  Jay Belanger  <belanger@truman.edu>
1610         * calc/calc-ext.el (math-defcache):  Use defvar for the new
1611         variables it creates.
1613 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
1615         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
1616         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
1617         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
1618         (desktop-save): Add :version.
1620 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1622         * printing.el (pr-get-symbol): Don't downcase.
1624 2004-11-10  Jay Belanger  <belanger@truman.edu>
1626         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
1627         string to kill-ring.
1629         * calc/calc-aent.el (calc-alg-exp, math-toks)
1630         (math-exp-pos,math-exp-old-pos, math-exp-token)
1631         (math-exp-keep-spaces, math-exp-str):  New variables.
1632         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
1633         (calcAlg-enter):  Use declared variable calc-alg-exp.
1634         (math-build-parse-table, math-find-user-token):  Use declared
1635         variable math-toks.
1636         (math-read-exprs, math-read-token, calc-check-user-syntax)
1637         (calc-match-user-syntax, match-factor-after, math-read-factor):
1638         Use declared variables math-exp-pos math-exp-old-pos.
1639         (math-read-exprs, math-read-token, math-read-expr-level)
1640         (calc-check-user-syntax, calc-match-user-syntax)
1641         (match-factor-after, math-read-factor):  Use declared variable
1642         math-exp-token.
1643         (math-read-exprs, math-read-expr-list, math-read-token)
1644         (math-read-factor):  Use declared variable math-exp-keep-spaces.
1645         (math-read-exprs, math-read-token):  Use declared variable
1646         math-exp-str.
1647         (calc-match-user-syntax):  Make m a local variable.
1649         * calc/calc-ext.el (math-read-expr):  Use declared variables
1650         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
1651         math-exp-keep-spaces.
1653         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
1654         variables math-exp-pos, math-exp-str.
1656         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
1657         math-exp-old-pos.
1658         (math-parse-fortran-vector, math-parse-fortran-vector-end)
1659         (math-parse-eqn-prime):  Use declared variable math-exp-token.
1661         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
1662         Use declared variable math-exp-pos.
1663         (math-check-for-commas):  Use declared variable math-exp-str.
1664         (math-read-brackets):  Use declared variables math-exp-old-pos,
1665         math-exp-keep-spaces.
1666         (math-read-brackets, math-read-vector, math-read-matrix):
1667         Use declared variable math-exp-token.
1669 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1671         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
1672         where the keymap is a symbol.
1673         (easy-menu-add-item): Use keymap-prompt.  Simplify.
1675         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
1677         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
1678         (sgml-parse-tag-backward): Use it to skip spurious < or >.
1680 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
1682         * ebuff-menu.el: Doc fixes throughout.
1683         (electric-buffer-menu-mode-hook): New defvar.
1685 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
1687         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
1688         compilation. The resulting compiler warnings appear to be harmless.
1690 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
1692         * textmodes/conf-mode.el: New file.
1694         * files.el (auto-mode-alist, magic-mode-alist): Use it.
1696 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1698         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
1700 2004-11-09  Jay Belanger  <belanger@truman.edu>
1702         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
1704         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
1705         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
1706         (calc-z-prefix-help, calc-user-function-list):  Use declared
1707         variables calc-z-prefix-buf, calc-z-prefix-msgs.
1708         (math-map-tree, math-map-tree-rec):  Use declared variables
1709         math-mt-many, math-mt-func.
1710         (math-read-expression, math-read-string):  Use declared variable
1711         math-expr-data.
1713         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
1714         variable math-normalize-a.
1716         * calc/calc.el (math-normalize-a):  New variable.
1717         (math-normalize):  Use declared variable math-normalize-a.
1719         * calc/calc-poly.el (math-expand-form):  Use declared variable
1720         math-mt-many.
1722         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
1723         Use declared variable math-mt-many.
1724         (math-rewrite):  Use declared variable math-mt-func.
1726         * calc/calc-vec.el (math-read-brackets, math-read-vector)
1727         (math-read-matrix):  Use declared variable math-expr-data.
1729         * calc/calc-lang.el (math-parse-fortran-vector)
1730         (math-parse-fortran-vector-end, math-parse-tex-sum)
1731         (math-parse-eqn-matrix, math-parse-eqn-prime)
1732         (math-read-math-subscr):  Use declared variable math-expr-data.
1734         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
1735         (math-read-expr-level, math-read-token, calc-check-user-syntax)
1736         (calc-match-user-syntax, math-read-if, math-factor-after)
1737         (math-read-factor):  Use declared variable math-expr-data.
1739 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
1741         * calendar/diary-lib.el (diary-from-outlook)
1742         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
1743         interactive-p; but rather new optional argument NOCONFIRM.
1745 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1747         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
1748         (easy-menu-name-match): Revert correspondingly.
1750 2004-11-09  Richard M. Stallman  <rms@gnu.org>
1752         * emacs-lisp/bytecomp.el (byte-compile-defalias):
1753         Turn off warnings for the new function even if definition not constant.
1754         If the definition isn't a quoted symbol, record (FUNCTION . t).
1755         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
1756         (byte-compile-callargs-warn): Handle (FUNCTION . t).
1757         (display-call-tree, byte-compile-arglist-warn):
1758         Handle t returned by byte-compile-fdefinition.
1760 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1762         * Makefile.in (maintainer-clean): Depend on distclean.
1764         * help-fns.el (help-C-file-name): File name must be in build-files
1765         to be returned.
1767 2004-11-09  Jay Belanger  <belanger@truman.edu>
1769         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
1770         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
1772         * calc/calc.el (calc, calc-trail-display, calc-mode):
1773         Remove obsolete sections.
1775         * calc/calc.el (calc-x-paste-text):  Remove.
1777         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
1778         mouse-2.
1780 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
1782         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
1783         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
1784         current frame (in case of recursive calls).
1785         (gdb-show-changed-values): Add :version keyword.
1787 2004-11-09  Kenichi Handa  <handa@m17n.org>
1789         * international/mule-cmds.el: Change coding: tag back to
1790         iso-2022-7bit.
1792 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
1794         * international/mule-cmds.el: Change coding-system to utf-8.
1795         (select-safe-coding-system-interactively):
1796         New function extracted from select-safe-coding-system.
1797         (select-safe-coding-system): Use it.
1799 2004-11-08  Richard M. Stallman  <rms@gnu.org>
1801         * subr.el (syntax-after): Doc fix.
1803         * paren.el (show-paren-function): Change calls to syntax-after
1804         for new way of returning the value.
1806         * menu-bar.el (menu-bar-file-menu): Make this the real name
1807         and menu-bar-files-menu the alias.  Use the former.
1808         (global-map): Use `file', not `files', as the symbol.
1810         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
1812         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
1813         Don't use beginning-of-buffer.
1814         (filesets-cmd-show-result): Use with-no-warnings.
1816 2004-11-08  Juri Linkov  <juri@jurta.org>
1818         * progmodes/compile.el (compile): Don't overwrite last command in
1819         minibuffer history with default command if they are not equal.
1821 2004-11-08  Jay Belanger  <belanger@truman.edu>
1823         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
1824         non-linear substitutions.
1826 2004-11-08  Jay Belanger  <belanger@truman.edu>
1828         * calc/calcalg2.el (math-linear-subst-tried): New variable.
1829         (math-do-integral):  Set `math-linear-subst-tried' to nil.
1830         (math-do-integral-methods):  Use `math-linear-subst-tried' to
1831         determine what type of substitution to try.
1832         (math-integ-try-linear-substituion):
1833         Set `math-linear-subst-tried' to t.
1835 2004-11-08  Kim F. Storm  <storm@cua.dk>
1837         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
1839 2004-11-07  Juri Linkov  <juri@jurta.org>
1841         * info-look.el (info-lookup): Allow reusing in the current buffer
1842         not only *info* buffer, but all (even renamed) Info buffers
1843         by checking for major-mode instead of *info* buffer name.
1844         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
1845         (octave-mode, maxima-mode) <doc-spec>:
1846         Allow long dashes generated by Texinfo 4.7 before definitions.
1847         (texinfo-mode) <doc-spec>: Add space to suffix to find command
1848         definitions with argument separated by space.
1850 2004-11-06  Richard M. Stallman  <rms@gnu.org>
1852         * simple.el (next-error group, face): Move before first use.
1853         (next-error-highlight, next-error-highlight-no-select): Likewise.
1855         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
1856         (line-move): New args NOERROR and TO-END.
1857         Return t if if succeed in moving specified number of lines.
1858         (move-end-of-line): New function.
1860         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
1861         (end-of-buffer-other-window): Likewise.
1863         * simple.el (line-move-ignore-invisible): Default to t.
1865         * subr.el (syntax-after): Return the syntax letter, not the raw code.
1867         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
1869         * international/iso-cvt.el (iso-cvt-define-menu):
1870         Rename menu-bar-files-menu to menu-bar-file-menu.
1872         * net/browse-url.el (browse-url-gnome-moz-program)
1873         (browse-url-gnome-moz-arguments): Move up before first use.
1875         * net/tramp.el (tramp group): Add :version.
1877         * progmodes/ada-xref.el (ada-gdb-application):
1878         Use goto-char instead of beginning-of-buffer.
1880         * progmodes/cperl-mode.el (cperl-info-on-command):
1881         Use goto-char instead of beginning-of-buffer.
1883         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
1884         Move up before first use.
1885         (idlwave-shell-temp-pro-file): Likewise.
1886         (idlwave-shell-temp-rinfo-save-file): Likewise.
1887         (idlwave-shell-temp-file): Minor doc fix.
1889         * textmodes/flyspell.el (flyspell-external-point-words):
1890         Use goto-char instead of beginning-of-buffer.
1892 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
1894         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
1895         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
1896         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
1898 2004-11-06  David Ponce  <david@dponce.com>
1900         * recentf.el (recentf-menu-path): Use menu item name.
1902 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
1904         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
1905         display doesn't support images.
1907 2004-11-06  Andreas Schwab  <schwab@suse.de>
1909         * tempo.el (tempo-match-finder): Doc fix.
1911         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
1913 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1915         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
1916         (easy-menu-lookup-name): New fun to replace it.
1917         (easy-menu-get-map): Use it to obey menu item names (rather than just
1918         keys) when looking up `path'.
1919         (easy-menu-always-true-p): Rename from easy-menu-always-true.
1920         (easy-menu-convert-item-1): Adjust to new name.
1922 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
1924         * outline.el (hide-body): Don't hide lines at the top of the file
1925         that precede the first header line.
1927 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
1929         * align.el (align-areas): Delete whitespace before reindenting, so
1930         that tabs are never placed after spaces.
1932 2004-11-06  Alan Shutko  <ats@acm.org>
1934         * macros.el (insert-kbd-macro): Do completions based on macros,
1935         rather than all commands.
1937 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
1939         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
1940         to solve a bug whereby tags with 'b' don't match.
1942 2004-11-05  Juri Linkov  <juri@jurta.org>
1944         * info.el (Info-search): Don't search in node header lines
1945         and file headers.
1947         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
1948         symbol-constituent characters after dot, not only digits.
1950 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
1952         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
1954 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1956         * dired.el (dired-read-dir-and-switches): Call read-directory-name
1957         if a dialog will be used, read-file-name otherwise.
1959 2004-11-04  Richard M. Stallman  <rms@gnu.org>
1961         * textmodes/table.el (table group): Add :version.
1963         * textmodes/ispell.el (ispell-word):
1964         Don't alter args; set them only thru `interactive' spec.
1966         * textmodes/flyspell.el (flyspell-word):
1967         Don't alter FOLLOWING; set it only thru `interactive' spec.
1969         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
1971         * net/browse-url.el (browse-url-maybe-new-window):
1972         Use called-interactively-p.
1974         * mail/supercite.el (sc-cite-region):
1975         Don't use interactive-p.  Add arg INTERACTIVE.
1976         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
1978         * international/mule-cmds.el (set-input-method, toggle-input-method):
1979         Don't use interactive-p.  Add arg INTERACTIVE.
1981         * eshell/esh-mode.el (eshell-show-maximum-output):
1982         Don't use interactive-p.
1983         (eshell-truncate-buffer): Just message, no error, if buffer is short.
1985         * mouse.el (mouse-show-mark): Get positions to delete from mark
1986         and point, not from mouse-drag-overlay.
1988         * imenu.el (imenu-eager-completion-buffer): Add :version.
1990         * filesets.el (filesets group): Add :version.
1992 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
1994         * files.el (xml-based-modes): Delete var.
1995         (magic-mode-alist): New more general var.
1996         (set-auto-mode): Use it.
1998         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
1999         when clicking from another window.
2001 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
2003         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
2004         (vc-cvs-annotate-time): Incorporate value of deleted var.
2005         Remove special-case handling of beginning-of-buffer cruft.
2006         Cache ending position (point) and return value in text property
2007         `vc-cvs-annotate-time', and consult it on subsequent invocations.
2009         * vc-cvs.el (vc-cvs-annotate-command):
2010         Delete extraneous lines from beginning of buffer.
2011         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
2013         * progmodes/grep.el (grep-default-command): Take empty string
2014         for tag if all other methods yield nil.  Shell-quote the tag.
2016         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
2017         spec in `interactive' form, and mention it in the docstring.
2018         Also, make sure point is at bol after calling `annotate-time'.
2020 2004-11-02  Richard M. Stallman  <rms@gnu.org>
2022         * cus-edit.el (customize-group-other-window):
2023         Select the window that displays the custom buffer.
2024         (custom-buffer-create-other-window): Likewise.
2026         * comint.el (comint-insert-input): Fix previous change.
2028         * emacs-lisp/elp.el (elp-instrument-function):
2029         Use called-interactively-p.
2031         * emacs-lisp/easymenu.el (easy-menu-intern):
2032         Don't downcase; rather, case-flip the first letter of each word.
2034         * emacs-lisp/easy-mmode.el (define-minor-mode):
2035         Use called-interactively-p.
2037         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
2038         Add interactive-only.
2039         (byte-compile-warnings): Add interactive-only as option.
2040         (byte-compile-interactive-only-functions): New variable.
2041         (byte-compile-form): Warn about calls to functions
2042         in byte-compile-interactive-only-functions.
2044         * emacs-lisp/autoload.el (update-file-autoloads):
2045         Don't use interactive-p; take new arg SAVE-AFTER.
2047         * emacs-lisp/advice.el (ad-make-advised-definition):
2048         Use called-interactively-p.
2050 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2052         * files.el (find-file-existing): New function.
2054         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
2055         find-file-existing.  Add "New File..." that calls find-file.
2057         * diropen.pbm diropen.xpm: New files.
2059         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
2060         icon diropen.  New tool bar item find-file-existing uses icon open.
2062         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
2063         instead of read-file-name.
2065 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
2067         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
2068         (icalendar--split-value): Change name of work buffer.
2069         (icalendar--get-weekday-abbrev): Return nil on error.
2070         (icalendar--date-to-isodate): New function.
2071         (icalendar-convert-diary-to-ical)
2072         (icalendar-extract-ical-from-buffer): Use only two args for
2073         make-obsolete (XEmacs compatibility).
2074         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
2075         (icalendar-export-region): Doc fix.
2076         If error, return non-nil and write errors to a buffer.
2077         Use correct weekday for weekly recurring events.
2078         Check whether date has been parsed for ordinary events.
2079         Make weekly events start in the year 2000.
2080         DTEND is non-inclusive, shift end date by one day if
2081         necessary (not for entries that have date and time).
2082         Rename local let variables: oops -> found-error, datestring ->
2083         startdatestring.
2085 2004-11-02  Kim F. Storm  <storm@cua.dk>
2087         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
2088         keep-mode-if-same variable.  Add it as optional arg instead.
2089         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
2091         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
2092         substitute-command-keys will select lower-case bindings like those
2093         used in the static help texts.
2095         * descr-text.el (describe-text-properties): Don't err if called in
2096         the *Help* buffer; output to *Help-2* buffer instead.
2098         * kmacro.el (group kmacro): Add :version.
2099         (kmacro-keyboard-quit): New function to cleanup on C-g.
2100         (kmacro-start-macro): Set defining-kbd-macro to append when
2101         appending to last macro.
2103         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
2105 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
2107         * progmodes/gdb-ui.el (gdb-enable-debug-log)
2108         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
2109         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
2110         Add :version keyword.
2112 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
2114         * progmodes/flymake.el (flymake-err-line-patterns):
2115         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
2116         `compilation-error-regexp-alist-alist' to internal Flymake format.
2118         * progmodes/flymake.el: Eliminate byte-compiler warnings.
2120 2004-11-01  Jay Belanger  <belanger@truman.edu>
2122         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
2123         with `interactive "s"'.
2125 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2127         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2128         Revert change from 2004-10-16.  '*' checks the current buffer, but the
2129         mouse click may be in another buffer.
2131 2004-11-01  John Paul Wallington  <jpw@gnu.org>
2133         * files.el (large-file-warning-threshold): Add :version keyword.
2134         (kill-some-buffers): Doc fix.
2136         * thumbs.el (group thumbs): Add :version keyword.
2138         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
2140 2004-11-01  Richard M. Stallman  <rms@gnu.org>
2142         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
2144         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
2146         * allout.el (allout group): Add :version.
2147         (allout-init): Don't use interactive-p.
2148         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
2149         (allout-forward-current-level, allout-backward-current-level):
2150         Don't use interactive-p.
2152         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
2153         (bibtex-find-text): Likewise.
2155         * progmodes/vhdl-mode.el (vhdl-fill-region)
2156         (vhdl-beginning-of-statement): Don't use interactive-p.
2158         * progmodes/idlwave.el (idlwave-update-routine-info):
2159         Don't use interactive-p.
2161         * progmodes/idlw-shell.el (idlwave-shell-send-char):
2162         Don't use interactive-p.
2164         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
2165         Don't use interactive-p.
2167         * progmodes/ada-xref.el (ada-make-body-gnatstub):
2168         Don't use interactive-p.
2170         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
2171         (fortune-in-buffer): Doc fix.
2173         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
2175         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
2176         don't select the temporary buffer.
2177         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
2178         (eudc-get-phone): Likewise.
2180 2004-11-01  Kim F. Storm  <storm@cua.dk>
2182         * man.el (Man-xref-normal-file): Fix help-echo.
2184 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * reveal.el (reveal-last-tick): New var.
2187         (reveal-post-command): Use it to avoid closing overlays when we're
2188         appending text to them.
2190 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2192         * textmodes/bibtex.el: Require button.
2193         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
2194         (bibtex-reference-keys): Distinguish between header keys and
2195         crossref keys.
2196         (bibtex-beginning-of-field): New function.
2197         (bibtex-url-map): Remove.
2198         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
2199         (bibtex-font-lock-url-regexp): Assume that field names begin at
2200         the beginning of a line.
2201         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
2202         Remove field delimiters.  Use bibtex-beginning-of-field.
2203         Bugfix, point can be inside a field with a url.
2204         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
2205         New functions.
2206         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
2207         (bibtex-key-in-head): Simplify.
2208         (bibtex-current-line): Use bolp.
2209         (bibtex-parse-keys): Remove unused arg `add'.
2210         Use bibtex-type-in-head and bibtex-key-in-head.
2211         (bibtex-parse-entry, bibtex-autofill-entry):
2212         Use bibtex-type-in-head and bibtex-key-in-head.
2213         (bibtex-autokey-get-field): Do not alter case of replacement text.
2214         (bibtex-autokey-get-names): Do all processing of name list.
2215         (bibtex-autokey-get-year): New function.
2216         (bibtex-autokey-get-title): Do all processing of title words.
2217         (bibtex-generate-autokey): Simplify.
2218         (bibtex-string-files-init): Use default-directory.
2219         Allow for absolute file names in bibtex-string-files.
2220         (bibtex-files, bibtex-file-path): New variables.
2221         (bibtex-files-expand): New function.
2222         (bibtex-find-entry-globally): New command.
2223         (bibtex-summary-function): New variable.
2224         (bibtex-summary): Default value of bibtex-summary-function.
2225         (bibtex-find-crossref): New optional args pnt and split.
2226         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
2227         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
2228         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
2229         Fix handling of required and alternative fields.
2230         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
2231         Use cons and display-buffer.
2232         (bibtex-validate-globally): New command.
2233         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
2234         bibtex-parse-keys and bibtex-parse-strings for updating
2235         bibtex-reference-keys and bibtex-strings.
2236         (bibtex-realign): Remove blank lines past the last entry.
2237         (bibtex-reformat): Use bibtex-entry-format as default.
2238         (bibtex-choose-completion-string): Remove.
2239         (bibtex-complete): Do not use bibtex-choose-completion-string.
2240         (bibtex-url): Simplify.
2242 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2244         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
2245         (x-dnd-types-alist, x-dnd-open-file-other-window)
2246         (x-dnd-known-types): Add :version.
2248 2004-10-31  John Paul Wallington  <jpw@gnu.org>
2250         * ibuffer.el (group ibuffer): Add :version keyword.
2252 2004-10-31  Kim F. Storm  <storm@cua.dk>
2254         * ido.el (group ido): Add :version keyword.
2255         (ido-mode): Remove :version keyword.
2257         * emulation/cua-base.el (group cua): Add :version keyword.
2258         (cua-mode): Remove :version keyword.
2260 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
2262         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
2264         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
2265         compiler warning.
2266         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
2267         function.
2268         (help-at-pt-display-when-idle): Remove autoload.
2270 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2272         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
2274 2004-10-30  Juri Linkov  <juri@jurta.org>
2276         * help.el (function-called-at-point):
2277         * help-fns.el (variable-at-point): Read -> intern.
2279 2004-10-30  Simon Josefsson  <jas@extundo.com>
2281         * progmodes/autoconf.el (autoconf-font-lock-keywords):
2282         Recognize AS_* too.
2284 2004-10-29  Simon Josefsson  <jas@extundo.com>
2286         * subr.el (read-passwd): Move back from password.el.
2288         * password.el: Remove, not ready yet.
2290 2004-10-29  Andreas Schwab  <schwab@suse.de>
2292         * speedbar.el (speedbar-frame-parameters): Improve customize type.
2294 2004-10-29  Sam Steingold  <sds@gnu.org>
2296         * mouse.el (mouse-show-mark): Replace the last occurrence of
2297         x-lost-selection-hooks with x-lost-selection-functions.
2299 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2301         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
2302         x-lost-selection-functions is bound.
2304         * mouse-sel.el (mouse-sel-mode):
2305         * emacs-lisp/lselect.el: Adjust to new names for
2306         x-(lost|sent)-selection-functions.
2308         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
2309         New obsolete aliases of x-lost-selection-functions and
2310         x-sent-selection-functions.
2312 2004-10-28  Kim F. Storm  <storm@cua.dk>
2314         * imenu.el (imenu-scanning-message): Remove.
2315         (imenu-progress-message): Make it a no-op.
2317 2004-10-28  John Paul Wallington  <jpw@gnu.org>
2319         * files.el (set-auto-mode): Call `throw' correctly.
2321 2004-10-28  Juri Linkov  <juri@jurta.org>
2323         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
2324         to search `Info-...' commands in `info' manual.
2325         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
2326         Add 'info-file "emacs" property.
2327         (Info-find-emacs-command-nodes): Fix index line number regexp.
2328         Set real line number (instead of fake 0) in first element of the
2329         returned list.
2330         (Info-goto-emacs-command-node): Use line number of first element
2331         to set point in the first found Info node.
2333         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
2334         code to `grep-mode-font-lock-keywords'.
2335         (grep-mode-font-lock-keywords): Delete grep markers instead
2336         of making them invisible.
2338 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2340         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
2341         and x-server-version in bug report.
2343 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
2345         * files.el (set-auto-mode-0): New function.
2346         (set-auto-mode): Use it to handle aliased modes and to
2347         be consistent between C-x C-f and C-x C-w.
2349 2004-10-28  Kenichi Handa  <handa@m17n.org>
2351         * international/utf-8.el (utf-translate-cjk-charsets):
2352         Add katakana-jisx0201.
2354         * international/subst-jis.el: Add data for JISX0201.
2356 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
2358         * obsolete/hilit19.el (hilit-mode): New function.
2359         Move all the toplevel side-effecting stuff into it, so that loading
2360         hilit19 doesn't mess everything up any more.
2362 2004-10-27  Richard M. Stallman  <rms@gnu.org>
2364         * add-log.el (add-change-log-entry): Set up mailing address
2365         and full name later, and don't alter add-log-mailing-address
2366         or add-log-full-name.
2368         * elide-head.el (elide-head): Change error to message.
2369         (elide-head-show): Likewise.
2371         * apropos.el (apropos-macrop): Doc fix.
2373         * mouse.el (mouse-show-mark): Do most processing the same
2374         regardless of transient-mark-mode.
2376         * shadowfile.el (shadow-copy-files): Use interactive-p
2377         only to control whether to print a message.
2379         * tar-mode.el (tar-mode): Use write-contents-functions,
2380         not write-contents-hooks.
2382         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
2383         directory-sep-char.
2385 2004-10-27  Richard M. Stallman  <rms@gnu.org>
2387         * strokes.el (strokes-unload-hook): Fix previous change.
2389         * type-break.el (type-break-run-at-time): Always use run-at-time;
2390         forget the alternatives.
2391         (type-break-cancel-function-timers): Always use cancel-function-timers;
2392         forget the alternatives.
2394         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
2396 2004-10-27  Kenichi Handa  <handa@m17n.org>
2398         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
2400         * international/subst-gb2312.el: Likewise.
2402         * international/subst-big5.el: Likewise.
2404         * international/subst-ksc.el: Likewise.
2406         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
2407         New variable.
2408         (utf-translate-cjk-set-unicode-range): New function.
2409         (utf-translate-cjk-unicode-range): Make it customizable.
2410         (utf-8-post-read-conversion):
2411         Use utf-translate-cjk-unicode-range-string.
2412         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
2413         Unicode ranges.
2415 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
2417         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
2418         trivial variants to shorten the list.
2419         (xml-based-modes): New var.
2420         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
2421         declaration higher priority than auto-mode-alist.
2423         * find-file.el (cc-other-file-alist): Bring it in line with
2424         cc-mode's auto-mode-alist entries and use \' instead of $.
2426         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
2427         and add "Id" and "Name" submenus to it.
2429         * imenu.el (imenu--generic-function): Skip matches in comments.
2431 2004-10-26  Jay Belanger  <belanger@truman.edu>
2433         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
2434         (full-calc-keypad, calc-trail-display):  Use an extra argument
2435         instead of `interactive-p'.
2437         * calc/calc-misc.el (calc-other-window): Use an extra argument
2438         instead of `interactive-p'.
2440         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
2441         `interactive-p'.
2443 2004-10-26  Kim F. Storm  <storm@cua.dk>
2445         * help.el (describe-key): Describe both down-event and up-event
2446         for a mouse click.
2448 2004-10-26  Richard M. Stallman  <rms@gnu.org>
2450         * woman.el (woman): Don't call interactive-p.
2452         * pcomplete.el (pcomplete): Instead of interactive-p,
2453         use an arg set non-nil by the interactive spec.
2455         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
2456         use an arg set non-nil by the interactive spec.
2458         * man.el (Man-cleanup-manpage): Instead of interactive-p,
2459         use an arg set non-nil by the interactive spec.
2461 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
2463         * progmodes/flymake.el (flymake-split-string):
2464         Use `flymake-split-string-remove-empty-edges' in any case.
2466 2004-10-26  Masatake YAMATO  <jet@gyve.org>
2468         * progmodes/flymake.el (flymake-err-line-patterns):
2469         Use `compilation-error-regexp-alist-alist' instead of
2470         `compilation-error-regexp-alist'.
2472 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2474         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
2475         verbatim face on the \ of \end{verbatim}.
2477 2004-10-25  Jay Belanger  <belanger@truman.edu>
2479         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
2480         erasing minibuffer.
2482 2004-10-25  Simon Josefsson  <jas@extundo.com>
2484         * subr.el (read-passwd): Move to net/password.el.
2486         * net/password.el (read-passwd): Add.  Autoload it.
2488 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
2490         * mouse-sel.el (mouse-sel-mode): Specify custom group.
2492         * simple.el (process-file): Fix logic.
2494 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
2496         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
2497         (increase-right-margin): Remove erroneous call to `interactive-p'.
2499 2004-10-24  Kim F. Storm  <storm@cua.dk>
2501         * help.el (describe-mode): Fix 2004-10-13 change.
2502         Copy pure "Auto Fill" string so it can be propertized later
2503         without causing a read-only error.
2505 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
2507         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
2508         style indexes.
2510 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
2512         * simple.el (process-file): Accept nil for INFILE.  Reported by
2513         Luc Teirlinck.
2515 2004-10-24  Masatake YAMATO  <jet@gyve.org>
2517         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
2518         Handle periods and underscores in a function name.
2519         Remove the address fontification.
2521 2004-10-24 Masatake YAMATO <jet@gyve.org>
2523         * progmodes/asm-mode.el (asm-font-lock-keywords):
2524         Use font-lock-variable-name-face for registers.
2526 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
2528         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
2529         kill-all-local-variables.
2530         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
2531         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
2532         Use kill-all-local-variables and provide mode-hooks.
2533         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
2534         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
2535         Suggested by Masatake YAMATO <jet@gyve.org>.
2537 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
2539         * simple.el (process-file): New function, similar to call-process
2540         but supports file handlers.
2541         * vc.el (vc-do-command): Use it, instead of call-process.
2542         * net/tramp-vc.el (vc-do-command): Do not advise it if
2543         process-file is fboundp.
2544         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
2545         process-file.
2546         (tramp-handle-process-file): New function.
2547         (tramp-file-name-for-operation): Support process-file.
2549 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
2551         * calendar/icalendar.el (icalendar--weekday-array): New constant.
2552         (icalendar-weekdayabbrev-table)
2553         (icalendar-monthnumber-table): Delete.
2554         (icalendar--get-month-number): Use calendar-month-name-array.
2555         (icalendar--get-weekday-number): New function.
2556         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
2557         (icalendar-export-region): Handle multi-line entries.
2558         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
2560 2004-10-23  John Paul Wallington  <jpw@gnu.org>
2562         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
2563         `wildcards' set to t in interactive spec.
2565         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
2566         interactive spec rather than use `interactive-p'.
2567         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
2568         rather than use function `interactive-p'.
2570 2004-10-22  Kenichi Handa  <handa@m17n.org>
2572         * international/mule.el (translate-region): Implement it in Lisp
2573         as a front end of translate-region-internal.
2575 2004-10-21  Jay Belanger  <belanger@truman.edu>
2577         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
2578         Declare these variables with defvar.
2580         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
2581         is bound, only check to see if it is bound.
2583 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
2585         * textmodes/tex-mode.el (tex-compilation-parse-errors):
2586         Don't output messages.
2588         * calc/calc-help.el (calc-describe-bindings): Fix last change.
2590 2004-10-21  John Paul Wallington  <jpw@gnu.org>
2592         * calc/calc-graph.el (calc-graph-init):
2593         Use `set-process-query-on-exit-flag'.
2595 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
2597         * progmodes/compile.el (compilation-start): Rely on `cd' to get
2598         dir right and also allow argumentless cd.
2600 2004-10-19  Richard M. Stallman  <rms@gnu.org>
2602         * textmodes/flyspell.el (flyspell-mode): Doc fix.
2604         * eshell/em-unix.el (eshell-grep):
2605         Don't bind compilation-process-setup-function.
2607         * comint.el (comint-insert-input): Use @ in `interactive'.
2608         (comint-input-filter-functions): Doc fix.
2609         (comint-kill-whole-line, comint-get-source): Doc fix.
2611         * progmodes/compile.el (compilation-setup):
2612         Don't set buffer-read-only if MINOR is non-nil.
2614 2004-10-19  Jay Belanger  <belanger@truman.edu>
2616         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
2617         (calc-emacs-type-gnu19): Remove.
2618         (calc-digit-map, calc-read-key-sequence, calc-read-key):
2619         Remove check for old emacs versions.
2621         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
2622         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
2623         for current Emacs.
2625         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
2626         the end of the minibuffer.
2627         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
2628         copy `esc-map'.
2630         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
2632         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
2633         call that would be given when the current emacs was used.
2635 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
2637         * calendar/icalendar.el: Set coding to utf-8.
2638         (icalendar-version): Increase to 0.07.
2639         (icalendar-monthnumber-table): Change March pattern.
2640         (icalendar-get-all-event-properties)
2641         (icalendar-set-event-property): Delete.
2642         (icalendar-all-events): No longer interactive.
2643         (icalendar-convert-diary-to-ical)
2644         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
2645         their replacements.
2646         (icalendar-export-file, icalendar-export-region): New functions;
2647         essentially old `icalendar-convert-diary-to-ical' but appending to
2648         target rather than overwriting.
2649         (icalendar-import-file): Append to target file rather than
2650         overwriting.  Fourth arg deleted.
2651         (icalendar-import-buffer): New name for old
2652         `icalendar-extract-ical-from-buffer'.
2653         (icalendar--convert-string-for-import): New name for
2654         old `icalendar-convert-for-import'.
2655         (include-icalendar-files): Delete.
2656         Prefix for all internal functions changed from `icalendar-'
2657         to `icalendar--'.
2659 2004-10-19  Richard M. Stallman  <rms@gnu.org>
2661         * paths.el (news-path): Fix previous change.
2663 2004-10-18 Jay Belanger  <belanger@truman.edu>
2665         * calc/calc-help.el (calc-describe-bindings):
2666         Set `buffer-read-only' to nil while working in the keybindings buffer;
2667         remove some extra information from the keybindings buffer.
2669 2004-10-18  David Ponce  <david@dponce.com>
2671         * mouse.el (mouse-drag-move-window-top): New function.
2672         (mouse-drag-mode-line-1): Use it.
2674 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
2676         * info.el (Info-fontify-node): For multiline refs,
2677         arrange to unfontify newline and surrounding whitespace.
2679 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2681         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
2682         directory is missing.
2684 2004-10-17  John Paul Wallington  <jpw@gnu.org>
2686         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
2687         New customizable variable; whether to display buffers that match
2688         `ibuffer-maybe-show-predicates' by default.
2689         (ibuffer-maybe-show-predicates): Mention it in docstring.
2690         (ibuffer-display-maybe-show-predicates): New variable.
2691         (ibuffer-update): Prefix arg now toggles whether buffers that
2692         match `ibuffer-maybe-show-predicates' should be displayed.
2693         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
2694         locally to heed `ibuffer-default-display-maybe-show-predicates'.
2695         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
2697 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
2699         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
2700         work correctly.
2702 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
2704         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
2705         (Buffer-menu-beginning): New helper function.
2706         (Buffer-menu-execute): Use it.
2707         (Buffer-menu-select): Use it.
2708         (Buffer-menu-sort): Use it and also keep markers.
2710 2004-10-17  Richard M. Stallman  <rms@gnu.org>
2712         * paths.el (news-directory): Rename from news-path.  Old name alias.
2713         (rmail-spool-directory): Use defvar.
2714         (sendmail-program): Use defcustom.
2715         (remote-shell-program): Use defcustom.
2716         (term-file-prefix): Use defvar.
2717         (abbrev-file-name): Use defvar.
2719         * term.el: Add maintainer.
2721         * subr.el (with-local-quit): Return nil if there's a quit.
2722         (read-passwd): Use with-local-quit.  Doc fix.
2724         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
2725         (strokes-unload-hook): Set as a variable with add-hook.
2727         * startup.el (fancy-splash-tail, normal-splash-screen):
2728         Update copyright year.
2730         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
2732         * server.el (server-unload-hook): Set as a variable with add-hook.
2734         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
2736         * frame.el (special-display-popup-frame):
2737         Make the buffer current as its frame is created.
2739         * delsel.el (delsel-unload-hook): Set as a variable.
2741         * comint.el (comint-output-filter-functions):
2742         Add comint-watch-for-password-prompt.
2743         (comint-read-noecho): Function deleted.
2744         (send-invisible): Use read-passwd.
2746         * fringe.el (fringe-mode-initialize): New function.
2747         (fringe-mode): Use fringe-mode-initialize as :initialize.
2749 2004-10-17  Kim F. Storm  <storm@cua.dk>
2751         * language/indian.el (indian-script-language-alist): Swap value and doc.
2752         (indian-font-char-index-table): Doc fix.
2754 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
2756         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
2758 2004-10-16  Juri Linkov  <juri@jurta.org>
2760         * progmodes/compile.el (compilation-start): Move let-binding of
2761         `process-environment' into `with-current-buffer' body.
2762         Reported by Matt Hodges <MPHodges@member.fsf.org>.
2764 2004-10-16  Richard M. Stallman  <rms@gnu.org>
2766         * pcvs-util.el (cvs-bury-buffer):
2767         Don't call get-buffer-window for effect.
2769         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
2771         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
2773         * msb.el (msb-unload-hook): Set the variable.
2775         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
2776         Use * to err if buffer is readonly.
2778         * subr.el (looking-back): Return only t or nil.
2780         * whitespace.el (whitespace-unload-hook): Set the variable.
2782         * view.el (view-mode-enable): Set view-page-size and
2783         view-half-page-size to nil.
2784         (view-set-half-page-size-default): view-half-page-size = nil
2785         means the default.
2786         (View-scroll-page-forward): Use view-page-size-default.
2787         (View-scroll-page-backward): Likewise.
2788         (view-page-size, view-half-page-size): Doc fixes.
2790         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
2792         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
2794         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
2795         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
2796         (byte-compile-log-1): Bind inhibit-read-only.
2797         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
2798         (byte-compile-log-warning): Likewise.
2799         (byte-compile-file-form-require): Detect "cl" from the arg value.
2801         * progmodes/compile.el (compilation-start): Assume compilation-mode
2802         will make the buffer read-only.
2803         (compilation-mode): Take arg name-of-mode.
2804         (compilation-setup): Make buffer read-only.
2805         (compilation-handle-exit): Bind inhibit-read-only.
2807         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
2808         (ispell-message): Likewise.
2809         (ispell-show-choices): Don't call get-buffer-window uselessly.
2810         (ispell-init-process): Use set-process-query-on-exit-flag.
2812 2004-10-16  Kim F. Storm  <storm@cua.dk>
2814         * fringe.el (fringe-bitmaps): Only initialize when defined.
2816         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
2817         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
2819         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
2821 2004-10-15  Simon Josefsson  <jas@extundo.com>
2823         * net/password.el: Add.
2825 2004-10-14  Masatake YAMATO  <jet@gyve.org>
2827         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
2828         (gdb-script-end-of-defun): New function.
2829         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
2830         `gdb-script-end-of-defun' as *-of-defun-function.
2832 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
2834         * button.el (button-activate): Allow a marker to display as an action.
2836         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
2838         * help.el (describe-mode): Use it to make minor mode list into
2839         hyperlinks.
2841 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2843         * vc.el (vc-annotate-display-select): Fix typo.
2845         * subr.el (substitute-key-definition-key): New function.
2846         (substitute-key-definition): Use it with map-keymap.
2847         (event-modifiers): Use push.
2848         (mouse-movement-p, with-temp-buffer): Simplify.
2850 2004-10-12  Jay Belanger  <belanger@truman.edu>
2852         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
2853         New variables.
2854         (calc-help-index-entries): New function.
2855         (calc-describe-function): Use `calc-help-function-list' instead of
2856         obarray for completion.
2857         (calc-describe-variable): Use `calc-help-variable-list' instead
2858         of obarray for completion.
2860 2004-10-12  Richard M. Stallman  <rms@gnu.org>
2862         * info-look.el (info-lookup-file): Add info-file property.
2863         (info-lookup-symbol): Likewise.
2865         * info.el (info-xref): Add underlining.
2866         (info): Add info-file property.
2867         (Info-find-emacs-command-nodes): Specify case-sensitive search.
2869 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
2871         Sync with Tramp 2.0.45.
2873         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
2874         defined.  This is not the case for XEmacs without package "edebug".
2875         (tramp-set-auto-save-file-modes): Set permissions of autosaved
2876         remote files to the permissions of the original file.  This is not
2877         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
2878         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
2879         (tramp-perl-decode): Fix an error in Perl implementation.
2880         $pending must be cleared every loop.  Reported by Benjamin Place
2881         <benjaminplace@sprintmail.com>
2883         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
2884         Don't activate advice during definition.  This is done later on,
2885         depending on test result of `substitute-in-file-name'.
2886         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
2888 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2890         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
2892         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
2894 2004-10-12  David Ponce  <david@dponce.com>
2896         * recentf.el (recentf-edit-list): Update the menu when the recentf
2897         list has been modified.
2899 2004-10-12  Simon Josefsson  <jas@extundo.com>
2901         * net/tls.el (tls-certtool-program): New variable.
2902         (tls-certificate-information): New function, based on
2903         ssl-certificate-information.
2905 2004-10-12  Kenichi Handa  <handa@m17n.org>
2907         * international/mule.el (coding-system-equal): Move from mule-util.el.
2909         * international/mule-util.el (coding-system-equal): Move to mule.el.
2911 2004-10-12  Kim F. Storm  <storm@cua.dk>
2913         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
2914         reset kmacro-initial-counter-value if set.
2915         (kmacro-set-counter): Only set kmacro-counter if defining or executing
2916         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
2917         (kmacro-display): Show macro counter if non-zero.
2919         * subr.el (substitute-key-definition): Mention command remapping
2920         in doc string.
2922 2004-10-11  Jay Belanger  <belanger@truman.edu>
2924         * calc/calc-misc.el (calc-info-goto-node): New function.
2925         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
2926         node in one step.
2927         (calc-describe-copying, calc-describe-distribution)
2928         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
2929         Go to appropriate info node in one step.
2931 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2933         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
2935         * font-lock.el (font-lock-apply-highlight): Fix last change.
2937 2004-10-11  Simon Josefsson  <jas@extundo.com>
2939         * mail/smtpmail.el (smtpmail-open-stream): Look for
2940         starttls-gnutls-program instead of starttls-program iff
2941         starttls-use-gnutls is non-nil.
2942         (smtpmail-open-stream): Don't overwrite user settings of
2943         starttls-extra-arguments and starttls-extra-args.
2945 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2947         * comint.el (comint-mouse-insert-input): Remove.
2948         (comint-insert-input): Make it work for mouse bindings.
2949         (comint-mode-map): Move defs into the declaration.
2950         (comint-output-filter): Typo.
2952         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
2954 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
2956         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
2957         (ange-ftp-call-chmod): Reference remote-shell-program instead of
2958         ange-ftp-remote-shell.
2960 2004-10-10  Andreas Schwab  <schwab@suse.de>
2962         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
2963         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
2964         Reported by <sri@asu.edu>.
2966 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
2968         * vc.el (vc-annotate-mode): Remove variable.
2969         (vc-annotate-display-select): Only call vc-annotate-mode
2970         if we're not in that mode already.
2972 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2974         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
2975         (imenu-choose-buffer-index): Check here for rescan instead.
2977         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
2978         where the face expression evals to nil.
2980         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
2981         (tex-font-lock-keywords-2): Use it.
2982         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
2984         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
2986 2004-10-09  Kim F. Storm  <storm@cua.dk>
2988         * subr.el (progress-reporter-update): Define before first usage.
2989         (make-progress-reporter): Doc fix.
2991 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
2993         * textmodes/paragraphs.el (sentence-end-double-space)
2994         (sentence-end-without-period, sentence-end-without-space)
2995         (sentence-end): Doc fixes.
2997 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
2999         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
3000         Change paragraph-start regexp so we don't fill code starting with #'(.
3002 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
3004         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
3005         New defcustom.
3006         (extract-address-components): Use it.
3008 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
3010         * subr.el (make-progress-reporter, progress-reporter-update)
3011         (progress-reporter-force-update, progress-reporter-do-update)
3012         (progress-reporter-done): New functions.
3014         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
3016         * progmodes/etags.el (etags-tags-completion-table): Use progress
3017         reporter.
3018         (etags-tags-apropos): Likewise.
3020 2004-10-08  Alan Mackenzie  <acm@muc.de>
3022         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
3023         of current line.
3025 2004-10-08  Masatake YAMATO  <jet@gyve.org>
3027         * server.el (server-process-filter): Wrap `process-send-region'
3028         by `condition-case' to guard the case when the pipe to PROC is closed.
3030 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
3032         * xml.el (xml-substitute-special): Limit handling of external entities.
3034 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
3036         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
3038 2004-10-06  John Paul Wallington  <jpw@gnu.org>
3040         * xml.el (xml-parse-dtd): Fix `error' call.
3042 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
3044         * xml.el (xml-substitute-special): Return a single string instead
3045         of a list of strings if an entity substitution is made.
3047 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
3049         * calendar/icalendar.el: New file.
3051 2004-10-05  Juri Linkov  <juri@jurta.org>
3053         * isearch.el (isearch-done): Set mark after running hook.
3054         Reported by Drew Adams <drew.adams@oracle.com>.
3056         * info.el (Info-history, Info-toc): Fix Info headers.
3057         (Info-toc): Narrow buffer before Info-fontify-node.
3058         (Info-build-toc): Don't check for special Info file names.
3059         Set main-file to nil if Info-find-file returns a symbol.
3061 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
3063         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
3064         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
3065         * calendar/cal-menu.el (calendar-mode-map): Ditto.
3067 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
3069         * calendar/cal-iso.el (calendar-iso-read-args): New function,
3070         for old interactive spec from calendar-goto-iso-date.
3071         (calendar-goto-iso-date): Use it.
3072         (calendar-goto-iso-week): New function.  Suggested by Emilio
3073         C. Lopes <eclig@gmx.net>.
3075 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
3077         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
3078         `set-right-margin' bindings that follow the minor mode conventions.
3080 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
3082         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
3083         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
3084         (latex-block-args-alist): Add minipage and picture.
3085         (latex-block-body-alist): Use reftex-label if enabled.
3086         (latex-insert-block): Don't insert a \n if not necessary.
3087         (tex-compile-commands): Make sure dvips doesn't send to printer.
3088         (tex-compile-default): Handle the case where no executable is found.
3089         (latex-noindent-environments): New var.
3090         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
3091         If tex-indent-allhanging is non-nil, make sure we only align for macros
3092         at beginning of line.
3094 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
3096         * newcomment.el (comment-beginning): Doc fix and don't choke on
3097         unset `comment-end-skip' when at beginning of comment.
3099 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
3101         * term.el (term-adjust-current-row-cache): Don't allow the current
3102         row to become negative.
3103         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
3104         the end of the line. Fix scroll down. Add comments.
3105         (term-handle-ansi-escape): Don't exceed terminal width when moving
3106         right.
3107         (term-scroll-region): Move the cursor after setting the scroll region.
3109 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
3111         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
3112         to `width' for consistency with docstring.  Doc fix.
3114 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
3116         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
3117         This is necessary for derived modes.
3119 2004-09-30  Kim F. Storm  <storm@cua.dk>
3121         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
3122         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
3124         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
3125         kmacro-extract-lambda functions.
3126         (edit-kbd-macro): Handle kmacro lambda forms.
3127         Include counter and counter format in edit buffer.
3128         (edmacro-finish-edit): Get counter and format from edit buffer and
3129         update kmacro bindings when found.
3131 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
3133         * textmodes/paragraphs.el (forward-paragraph):
3134         Avoid args-out-of-range error when point winds up at the beginning of
3135         the buffer and hard newlines are enabled.
3137         * newcomment.el (comment-multi-line): Doc fix.
3139 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3141         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
3142         (diff-fixup-modifs): Catch unified-diff file-headers.
3144 2004-09-29  Kim F. Storm  <storm@cua.dk>
3146         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
3147         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
3148         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
3150         * fringe.el (fringe-bitmap-p): New macro.
3151         (fringe-bitmaps): Add standard fringe bitmaps on load.
3153 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
3155         * dired.el (dired-view-command-alist): Use more efficient regexps.
3156         Remove dubious arguments.
3157         (dired-align-file): New function.
3158         (dired-insert-directory): Use it.
3159         (dired-move-to-end-of-filename): Make the " -> " search more specific.
3160         (dired-buffers-for-dir): Remove unused var `pattern'.
3162 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
3164         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
3165         from diary display excursion.  Store diary buffer's point for
3166         `simple-diary-display'.
3167         (simple-diary-display): Set window point and start when
3168         displaying buffer, to preserve point.
3170 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
3172         * textmodes/enriched.el (enriched-translations): Replace defconst
3173         with defvar.
3175 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3177         * printing.el: Doc fix.
3178         (pr-version): New version number (6.8.1).
3179         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
3180         make-temp-name.
3181         (pr-delete-file): Check if file exists before deleting it.
3182         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
3184 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3186         * term.el (term-display-table): New variable.
3187         (term-mode): Use it.
3188         (term-exec-1): Set the coding system to binary.
3189         (term-emulate-terminal): Decode the string before inserting it.
3191 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
3193         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
3194         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
3195         (map): Bind S-prior, S-next and S-insert.
3196         (term-mode): Set `indent-tabs-mode' to nil.
3197         (term-paste): New function to be bound to S-insert.
3198         (term-send-del, term-send-backspace): Change the strings sent.
3199         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
3200         (term-handle-colors-array): Fix handling of underline and reverse.
3201         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
3202         (term-erase-in-line): Fix comparison.
3203         (term-emulate-terminal): Fix line wrap handling.
3204         (term-start-output-log): Rename from `term-set-output-log'.
3205         (term-stop-output-log): Rename from `term-stop-photo'.
3206         (term-switch-to-alternate-sub-buffer): Comment out, unused.
3208 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3210         * dired.el (dired-move-to-filename): Don't output a message if
3211         raise-error is non-nil.  Fix return position and value.
3213         * files.el (insert-directory): Obey --dired even with symlinks.
3215 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
3217         * ls-lisp.el (ls-lisp-format): Mark file names with property
3218         dired-filename.
3220 2004-09-25  Kim F. Storm  <storm@cua.dk>
3222         * ido.el (ido-max-directory-size): New defcustom.
3223         (ido-decorations): Add "too big" element.
3224         (ido-directory-too-big): New dynamic var.
3225         (ido-may-cache-directory): Don't cache big directories.
3226         (ido-directory-too-big-p): New defun.
3227         (ido-set-current-directory): Update ido-directory-too-big.
3228         (ido-read-internal): Make empty ido-cur-item if too-big.
3229         (ido-buffer-internal): Use ido-read-internal directly instead of
3230         ido-read-buffer.
3231         (ido-file-internal): Init ido-directory-too-big.
3232         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
3233         and redo completion with full list.
3234         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
3235         it, and show completions.
3236         (ido-all-completions): Let bind ido-directory-too-big to nil.
3237         (ido-exhibit): Handle ido-directory-too-big.
3238         (ido-read-buffer): Handle fallback to read-buffer.
3239         Init ido-directory-too-big.
3240         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
3241         Init ido-directory-too-big.
3243 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
3245         * subr.el (delay-mode-hooks): Doc fix.
3247 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
3249         * textmodes/enriched.el
3250         (enriched-default-text-properties-local-flag): New variable.
3251         (enriched-mode): Make sure that enabling and disabling the mode is
3252         a no-op.  Doc fix.
3254 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
3256         * calendar/holidays.el (holiday-advent): Report on a specified day
3257         offset from advent, not just advent.
3258         (holiday-easter-etc): Report on one specified day offset from
3259         easter, not all easter holidays. Various Easter holidays moved to
3260         `christian-holidays' variable in calendar.el.
3261         * calendar/calendar.el (christian-holidays): Adapt for new
3262         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
3264 2004-09-23  Kim F. Storm  <storm@cua.dk>
3266         * image.el (insert-sliced-image): Add doc string.
3268         * ido.el (ido-choice-list): New dynamic var for `list' context.
3269         (ido-context-switch-command): New dynamic var.
3270         (ido-define-mode-map): Generalize switch between file/buffer contexts.
3271         (ido-read-internal): Handle new `list' context.
3272         Handle insert-buffer and insert-file ido-exit values.
3273         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
3274         ido-context-switch-command. Handle insert-file ido-exit value.
3275         (ido-read-buffer): Set ido-context-switch-command to 'ignore
3276         unless it is already bound by caller.
3277         (ido-file-internal): New arg switch-cmd.  Use it to setup
3278         ido-context-switch-command.  Handle insert-buffer ido-exit value.
3279         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
3280         used for context switching.
3281         (ido-all-completions): Handle new `list' context.
3282         (ido-make-choice-list): Return choices for `list' context.
3283         (ido-find-file-in-dir, ido-display-file, ido-write-file)
3284         (ido-display-buffer, ido-kill-buffer): Disable context switching.
3285         (ido-insert-buffer, ido-insert-file): Setup context switching.
3286         (ido-exhibit): Handle `list' context.
3287         (ido-read-file-name): Disable context switching.  Handle fallback.
3288         (ido-read-directory-name): Disable context switching.
3289         (ido-completing-read): New defun like completing-read.  Setup and
3290         use new `list' context.
3292 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
3294         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
3296 2004-09-21  Jay Belanger  <belanger@truman.edu>
3298         * calc/calc-graph.el (calc-graph-add-curve): Move the call to
3299         `calc-graph-set-styles' so the gnuplot buffer will appear in a
3300         separate window.
3302 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
3304         * subr.el (after-change-major-mode-hook): Doc fix.
3306 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3308         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
3309         of ghostscript for monochrome PostScript file in Windows.
3311 2004-09-21  Kenichi Handa  <handa@m17n.org>
3313         * descr-text.el (describe-char): Checking of quail activation
3314         fixed.
3316 2004-09-21  Jay Belanger  <belanger@truman.edu>
3318         * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
3320 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
3322         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
3323         after the mode hooks instead of before.  Doc fix.
3325 2004-09-20  Jason Rumney  <jasonr@gnu.org>
3327         * startup.el (command-line) [windows-nt]: Try .emacs first, then
3328         _emacs, but revert to .emacs if neither exists in home directory.
3330 2004-09-20  John Paul Wallington  <jpw@gnu.org>
3332         * bindings.el (completion-ignored-extensions): Add .dfsl.
3334 2004-09-20  Richard M. Stallman  <rms@gnu.org>
3336         * bindings.el (scroll-left): Make it disabled.
3338         * files.el (enable-local-eval): Doc fix.
3340         * indent.el (move-to-left-margin): Special case for minibuffer.
3342         * term.el (term-emulate-terminal): Turn off undo for output.
3343         Use with-current-buffer and save-selected-window.
3345         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
3347         * progmodes/make-mode.el (makefile-fill-paragraph):
3348         Don't insist on spaces when looking for comments.  # is enough.
3350         * files.el (hack-local-variables): Copy the variables list
3351         to another buffer, strip prefixes and suffixes there, then read.
3352         (enable-local-eval): Doc fix.
3353         (ignored-local-variables): Initialize to nil.
3354         (risky-local-variable-p): Don't check ignored-local-variables here.
3355         (hack-one-local-variable): Ignore var if in ignored-local-variables.
3357 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
3359         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
3360         of = to "." (punctuation).
3362 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3364         * subr.el (event-basic-type): Fix mask (extend to 22bits).
3366 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
3368         * textmodes/enriched.el (enriched-rerun-flag): New variable.
3369         (enriched-before-change-major-mode): New function.
3370         Add it to `change-major-mode-hook'.
3371         (enriched-after-change-major-mode): New function.
3372         Add it to `after-change-major-mode-hook'.
3373         (enriched-mode): Make it work correctly if called from
3374         `after-change-major-mode-hook'.
3375         No longer set `indent-line-function'.
3377         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
3379         * subr.el (after-change-major-mode-hook): New variable.
3380         (run-mode-hooks): Implement it.
3382 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3384         * battery.el (battery-linux-proc-apm): Use string-to-number.
3385         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
3386         Use dolist (and less indentation).  Use erase-buffer.
3387         Pre-initialize `design-capacity', `warn', and `low'.
3388         (battery-format): Use replace-regexp-in-string.
3390 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
3392         * battery.el: Delete superfluous empty lines.
3393         (battery-linux-proc-acpi): Attempt to gather information from all
3394         battery subdirectories regardless of their file name.
3395         (battery-linux-proc-apm): Replace all occurrences of
3396         battery-hex-to-int-2 with string-to-int (base 16).
3397         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
3398         (battery-hex-map): Delete variable.
3400 2004-09-18  John Paul Wallington  <jpw@gnu.org>
3402         * calc/calc-units.el (calc-quick-units): Fix overzealous
3403         s/or/unless/.
3405 2004-09-17  Jay Belanger  <belanger@truman.edu>
3407         * calc/calc.el (calc-mode-var-list): Fix the value of
3408         `calc-matrix-brackets'.
3410 2004-09-17  Romain Francoise  <romain@orebokech.com>
3412         * ibuf-ext.el (define-ibuffer-filter filename):
3413         Expand dired-directory since buffer-file-name is absolute.
3415 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
3417         * ediff-init.el (ediff-current-diff-face-A)
3418         (ediff-current-diff-face-B, ediff-current-diff-face-C)
3419         (ediff-current-diff-face-Ancestor)
3420         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
3421         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
3422         (ediff-even-diff-face-A, ediff-even-diff-face-B)
3423         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
3424         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
3425         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
3426         Use min-colors.
3428         * term.el (term-down): Perform vertical motion if DOWN is negative.
3429         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
3430         (term-termcap-format): Synchronyze with the eterm terminfo entry
3431         in etc/e/eterm.ti.
3432         (term-handle-colors-array): If the current foreground or
3433         background are zero (i.e. unspecified), use the foreground and
3434         background of the default face for reverse video.
3435         (term-ansi-at-eval-string, term-ansi-default-fg)
3436         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
3437         (term-mem): Delete ununsed function.
3438         (term-protocol-version): Increment.
3439         (term-current-face): Set to default.
3441 2004-09-15  Jay Belanger  <belanger@truman.edu>
3443         * calc/calc.el (calc-mode-var-list): Define this variable.
3444         (calc-always-load-extensions, calc-line-numbering)
3445         (calc-line-breaking, calc-display-just, calc-display-origin)
3446         (calc-number-radix, calc-leading-zeros, calc-group-digits)
3447         (calc-group-char, calc-point-char, calc-frac-format)
3448         (calc-prefer-frac, calc-hms-format, calc-date-format)
3449         (calc-float-format, calc-full-float-format, calc-complex-format)
3450         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
3451         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
3452         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
3453         (calc-matrix-brackets, calc-language, calc-language-option)
3454         (calc-left-label, calc-right-label, calc-word-size)
3455         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
3456         (calc-display-raw, calc-internal-prec, calc-angle-mode)
3457         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
3458         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
3459         (calc-window-height, calc-display-trail, calc-show-selections)
3460         (calc-use-selections, calc-assoc-selections)
3461         (calc-display-working-message, calc-auto-why, calc-timing)
3462         (calc-mode-save-mode, calc-standard-date-formats)
3463         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
3464         (calc-user-parse-tables, calc-gnuplot-default-device)
3465         (calc-gnuplot-default-output, calc-gnuplot-print-device)
3466         (calc-gnuplot-print-output, calc-gnuplot-geometry)
3467         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
3468         (calc-invocation-macro, calc-show-banner): Give these values as
3469         part of `calc-mode-var-list's initialization after the variables
3470         are declared with defvar.
3471         (calc-bug-address):  Change email address to send bug reports to.
3472         Change the maintainer address at the top.
3473         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
3474         than "\\.emacs" to determine if it is the user-init-file.
3476         * calc/calc-embed.el (calc-embedded-set-modes): Use
3477         `calc-mode-var-list' correctly.
3479 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
3481         * vc.el (annotate-time): Document point handling.
3482         (vc-annotate-display-autoscale): Doc fix.
3484 2004-09-15  Miles Bader  <miles@gnu.org>
3486         * generic.el (generic-make-keywords-list): Use symbol rather than
3487         word anchors in regexp.
3489 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
3491         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
3492         no file name consider `dired-directory'.
3494 2004-09-14  Kim F. Storm  <storm@cua.dk>
3496         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
3498 2004-09-14  Simon Josefsson  <jas@extundo.com>
3500         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
3502         * textmodes/dns-mode.el: Add.
3504 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
3506         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
3507         (disabled-command-function): Make the ?\  char more obvious.
3509         * vc-arch.el (vc-arch-root, vc-arch-registered):
3510         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
3512 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
3514         * windmove.el (windmove-frame-edges): Report coordinates of
3515         outside edges of frame, not inside edges.
3516         (windmove-coordinates-of-position): Convert into wrapper to new
3517         function `windmove-coordinates-of-window-position';
3518         `compute-motion' always applies to selected window.
3519         (windmove-coordinates-of-position): Update documentation to refer
3520         to Emacs 21 Lisp Reference Manual.
3521         (windmove-find-other-window): Fix off-by-one errors for max x,y.
3523 2004-09-13  Kim F. Storm  <storm@cua.dk>
3525         * isearch.el (isearch-resume-in-command-history): Rename from
3526         isearch-resume-enabled and change default to nil.
3528 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
3530         * vc-hooks.el (vc-ignore-dir-regexp): New var.
3531         (vc-registered): Use it.
3532         (vc-find-root): New fun.
3534         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3535         Don't tell to use \\{...} when it's already done.
3537         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
3538         Provide a sample complex default.
3539         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
3540         (bibtex-entry): Use mapc.
3542 2004-09-12  Kim F. Storm  <storm@cua.dk>
3544         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
3546         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
3547         inhibit-field-text-motion to t so rectangles work in comint buffers.
3549         * simple.el (choose-completion-string): Set buffer before running
3550         choose-completion-string-functions hook so it can be buffer-local.
3552 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
3554         * progmodes/compile.el (compilation-start): Parse command to see
3555         if it starts with a cd, and if so perform it for the *compilation*
3556         buffer.  Change the header to reflect this.
3558 2004-09-11  Kim F. Storm  <storm@cua.dk>
3560         * ido.el (ido-enable-dot-prefix): Doc fix.
3561         (ido-enable-dot-prefix): New defcustom.
3562         (ido-set-matches1): Use it.
3564 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3566         * textmodes/bibtex.el (bibtex-mark-active)
3567         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
3569 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
3571         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
3572         used in a case insensitive environment.
3573         (bibtex-mode-map): Rearrange order of menus.
3574         (bibtex-quoted-string-re): Obsolete.
3575         (bibtex-complete-key-cleanup): Variable replaced by new function.
3576         (bibtex-font-lock-keywords): Use backquotes.
3577         (bibtex-font-lock-url-regexp): New internal variable.
3578         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
3579         "OPT" and "ALT".
3580         (bibtex-insert-current-kill, bibtex-make-field)
3581         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
3582         (bibtex-parse-field-text): Simplify.
3583         (bibtex-string=): New helper function.
3584         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
3585         (bibtex-map-entries): Use bibtex-string=.
3586         (bibtex-search-entry): Use not.
3587         (bibtex-enclosing-field): Fix docstring.
3588         (bibtex-assoc-regexp): Obsolete.
3589         (bibtex-format-entry): Use assoc-string and bibtex-string=.
3590         (bibtex-autokey-get-names): Handle empty name field.
3591         (bibtex-parse-strings): Use assoc-string and unless.
3592         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
3593         Use assoc-string.
3594         (bibtex-pop): Simplify.
3595         (bibtex-mode): Set font-lock-extra-managed-props.
3596         (bibtex-entry-update): Use assoc-string.
3597         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
3598         (bibtex-autofill-entry): Use bibtex-string=.
3599         (bibtex-print-help-message): Simplify.
3600         (bibtex-find-entry): New optional arg START.
3601         (bibtex-validate): Use bibtex-string= and assoc-string.
3602         Do not call obsolete function compilation-parse-errors.
3603         (bibtex-remove-delimiters): Only remove delimiters if present.
3604         (bibtex-copy-entry-as-kill): Add docstring.
3605         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
3606         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
3607         (bibtex-complete): Use bibtex-predefined-month-strings,
3608         bibtex-string=, and new function bibtex-complete-key-cleanup.
3609         (bibtex-generate-url-list): New variable.
3610         (bibtex-url): New command bound to C-c C-l and mouse-2.
3611         (bibtex-url-map): New local keymap for bibtex-url-mouse.
3612         (bibtex-font-lock-url): New function.
3614 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3616         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
3618 2004-09-09  Kim F. Storm  <storm@cua.dk>
3620         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
3621         counter and format with binding.
3622         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
3623         the declared macro uses own macro counter and format.  Give symbol
3624         kmacro property.
3625         (kmacro-keymap): Bind kmacro-name-last-macro to n.
3626         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
3627         (kmacro-end-and-call-macro): Doc fix.
3629 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
3631         * desktop.el (desktop-clear-preserve-buffers):
3632         Remove make-obsolete-variable.
3634 2004-09-08  Richard M. Stallman  <rms@gnu.org>
3636         * buff-menu.el (list-buffers-noselect): Call format-mode-line
3637         with the buffer as argument.
3639 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
3641         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
3643 2004-09-08  Juri Linkov  <juri@jurta.org>
3645         * replace.el (perform-replace): Use `query-replace-descr'.
3647         * cus-start.el (history-delete-duplicates): Specify customization.
3649         * diff-mode.el (diff-mode-map):
3650         * progmodes/compile.el (compilation-mode-map):
3651         * progmodes/grep.el (grep-mode-map):
3652         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
3653         to `next-error-follow-minor-mode'.
3655 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3657         * isearch.el (isearch-lazy-highlight-update): Take into account
3658         the case of zero-length match at the search bound.
3660 2004-09-08  Kim F. Storm  <storm@cua.dk>
3662         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
3663         change.  Use zero width overlays when necessary.
3665 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3667         * subr.el (split-string): Docfix.
3669 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3671         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
3672         (display-call-tree): Ensure newline after caller/calls blocks.
3674 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3676         * startup.el (command-line-1): Make option
3677         --directory/-L modify `load-path' straight away.
3679 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3681         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
3683 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3685         * emacs-lisp/autoload.el (make-autoload):
3686         Handle `define-compilation-mode'.
3688         * emacs-lisp/lisp-mode.el (define-compilation-mode):
3689         Specify `doc-string-elt' property.
3691 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3693         * bs.el (bs-mode): Doc fix.
3695 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3697         * info.el (Info-insert-dir): Fix temp buffer leak bug.
3699 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
3701         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
3703 2004-09-08  Kenichi Handa  <handa@m17n.org>
3705         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
3706         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
3707         ps-mule-next-point -> 1+).
3709         * composite.el (encode-composition-rule): Add autoload cooky.
3711 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
3713         * format.el (buffer-auto-save-file-format): Make it permanent local.
3715 2004-09-07  Kim F. Storm  <storm@cua.dk>
3717         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
3718         (authors-fixed-entries): Fix typo.
3719         (authors-canonical-author-name): Compact multiple spaces.
3720         Ignore trivial names (e.g. only first name).
3722         * term.el (term-window-width): Only use full window width on
3723         window system if overflow-newline-into-fringe is enabled.
3724         (term-mode): Don't disable overflow-newline-into-fringe.
3726 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3728         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
3729         motion as seen on my Mac OS X xterms.
3731         * newcomment.el (uncomment-region-default, comment-region-default):
3732         New functions extracted from uncomment-region and comment-region.
3733         (comment-region, comment-region-function, uncomment-region)
3734         (uncomment-region-function): Use them.
3736         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
3738         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
3739         It's not crucial but can make sense at times.
3741         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
3742         the first commit.
3744         * vc.el (vc-buffer-context, vc-restore-buffer-context):
3745         Disable obsolete code.
3747 2004-09-07  Juri Linkov  <juri@jurta.org>
3749         * progmodes/grep.el (grep-highlight-matches): Change default from
3750         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
3751         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
3752         if grep option `--color' is available, or to `nil' otherwise.
3753         (grep-process-setup): Call `grep-compute-defaults' if
3754         `grep-highlight-matches' is not computed.  Set env-vars only
3755         if `grep-highlight-matches' is `t'.
3756         (grep-use-null-device): Remove redundant type `boolean' (`choice'
3757         is already defined).
3759         * progmodes/compile.el (compilation-start): Use copy of
3760         `process-environment' created by `copy-sequence' to not
3761         modify env-vars in the global `process-environment'.
3763 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
3765         * simple.el (next-error-follow-minor-mode): Fix last change.
3767 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
3769         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
3770         permanent local.
3772 2004-09-04  Richard M. Stallman  <rms@gnu.org>
3774         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
3775         highlighting if the search string is empty.
3777 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
3779         * facemenu.el (facemenu-active-faces): Change condition of inner
3780         `while' loop to also check the first two elements of `face-atts'
3781         and `mask-atts'.
3783 2004-09-04  John Paul Wallington  <jpw@gnu.org>
3785         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
3786         (thumbs-view-image-mode): Make buffer read-only.
3788 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
3790         * textmodes/ispell.el (ispell-really-aspell): New defvar.
3791         (ispell-check-version): Set it.
3792         (ispell-send-replacement): New function.
3793         (ispell-process-line): Call ispell-send-replacement.
3795 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
3797         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
3798         Support choosing seconds with "s".
3800 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
3802         * terminal.el (te-escape): Show `?' in prompt for help key.
3804 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
3806         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
3808 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
3810         * simple.el (next-error-follow-minor-mode)
3811         (next-error-follow-mode-post-command-hook): New functions.
3812         (next-error-follow-last-line): New defvar.
3814         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
3815         * progmodes/compile.el (compilation-mode-map): Likewise.
3816         * progmodes/grep.el (grep-mode-map): Likewise.
3817         * replace.el (occur-mode-map): Likewise.
3819         * newcomment.el (uncomment-region): Bind comment-use-global-state
3820         to nil.
3822 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
3824         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
3825         locally around the call to `revert-buffer'.
3827 2004-09-03  Juri Linkov  <juri@jurta.org>
3829         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
3830         `isearch-adjusted' to `t'.
3831         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
3832         (isearch-message-prefix): Add "pending" for isearch-adjusted.
3833         (isearch-other-meta-char): Restore isearch-point unconditionally.
3834         (isearch-query-replace): Add new arg `regexp-flag' and use it.
3835         Set point to start of match if region is not active in transient
3836         mark mode (to include the current match to region boundaries).
3837         Push the search string to `query-replace-from-history-variable'.
3838         Add prompt "Query replace regexp" for isearch-regexp.
3839         Add region beginning/end as last arguments of `perform-replace.'
3840         (isearch-query-replace-regexp): Replace code by the call to
3841         `isearch-query-replace' with arg `t'.
3843 2004-09-03  Richard M. Stallman  <rms@gnu.org>
3845         * startup.el (normal-top-level): Undo previous TERM change.
3847 2004-09-03  Kim F. Storm  <storm@cua.dk>
3849         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
3850         highlight overlays; allow using RET when cursor is over a button.
3851         (cua--highlight-rectangle): Use it.
3852         (cua--rectangle-set-corners): Don't move backwards at eol.
3853         (cua--forward-line): Don't move into void after eob.
3855         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
3856         point is set (and displayed) inside rectangle.
3857         (cua--rectangle-operation): Fix for highlight of empty lines.
3858         (cua--highlight-rectangle): Fix highlight for tabs.
3859         Position cursor at left/right edge of rectangle using new `cursor'
3860         property on overlay strings.
3861         (cua--indent-rectangle): Don't tabify.
3862         (cua-rotate-rectangle): Ignore that point has moved.
3864 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3866         * term/mac-win.el: Add ASCII equivalents for some function keys.
3867         (mode-line-frame-identification): Sync with x-win.el.
3869 2004-09-02  Juri Linkov  <juri@jurta.org>
3871         * progmodes/compile.el (compilation-buffer-name): Compare major
3872         mode with second element of compilation-arguments instead of third
3873         to reflect latest changes in compilation-arguments structure.
3874         (recompile): Use global variable `compilation-directory' to get
3875         recent compilation directory only when `recompile' is invoked NOT
3876         in the compilation buffer.  Otherwise, use `default-directory' of
3877         the compilation buffer.
3878         (compilation-error-properties): Allow to funcall col and end-col.
3879         (compilation-mode-font-lock-keywords): Check col and end-col by
3880         `integerp'.
3881         (compilation-goto-locus): If end-mk is non-nil in transient mark
3882         mode don't activate the mark (and don't display message in
3883         push-mark), but highlight overlay between mk and end-mk.
3885         * progmodes/grep.el (grep-highlight-matches): New defcustom.
3886         (grep-regexp-alist): Add rule to highlight grep matches.
3887         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
3889         * info.el (Info-fontify-node): Don't compute other-tag
3890         if Info-hide-note-references=hide.
3892         * help.el (function-called-at-point):
3893         * help-fns.el (variable-at-point):
3894         Try `find-tag-default' when other methods failed.
3896         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
3897         Do not push mark if inhibit-mark-movement is non-nil.
3899         * textmodes/ispell.el (ispell-html-skip-alists):
3900         Fix backslashes in docstring.
3902 2004-09-01  Juri Linkov  <juri@jurta.org>
3904         * isearch.el (isearch-wrap-function)
3905         (isearch-push-state-function): New defvars.
3906         (isearch-pop-fun-state): New defsubst.
3907         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
3908         (isearch-push-state): Set the result of calling
3909         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
3910         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
3911         restore the mode-specific starting point of terminated search.
3912         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
3913         (isearch-repeat): Call `isearch-wrap-function' if defined.
3914         (isearch-message-prefix): Don't add prefix "over" to the message
3915         for wrapped search if `isearch-wrap-function' is defined.
3916         (isearch-search): Call function saved in `isearch-pop-fun-state' to
3917         restore the mode-specific starting point of failed search.
3919         * info.el (Info-search-whitespace-regexp): Fix backslashes.
3920         (Info-search): Add new optional arguments for the sake of isearch.
3921         Replace whitespace in Info-search-whitespace-regexp literally.
3922         Add backward search.  Don't call `Info-select-node' if regexp is
3923         found in the same Info node.  Don't add node to Info-history for
3924         wrapped isearch.
3925         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
3926         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
3927         (Info-mode): Set local variables `isearch-search-fun-function',
3928         `isearch-wrap-function', `isearch-push-state-function',
3929         `search-whitespace-regexp'.
3931         * isearch.el: Remove ancient Change Log section.
3932         (isearch-string, isearch-message-string, isearch-point)
3933         (isearch-success, isearch-forward-flag, isearch-other-end)
3934         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3935         (isearch-barrier, isearch-within-brackets)
3936         (isearch-case-fold-search): Add suffix `-state' to state-related
3937         defsubsts to avoid name clashes with other function names.
3939         * simple.el (next-error): New defgroup and defface.
3940         (next-error-highlight, next-error-highlight-no-select):
3941         New defcustoms.
3942         (next-error-no-select): Let-bind next-error-highlight to the value
3943         of next-error-highlight-no-select before calling `next-error'.
3945         * progmodes/compile.el (compilation-goto-locus):
3946         Use `next-error' face instead of `region'.  Set 4-th argument of
3947         `move-overlay' to `current-buffer' to move overlay to different
3948         source buffers.  Use new variable `next-error-highlight'.
3950         * simple.el (next-error-find-buffer): Move the rule
3951         "if current buffer is a next-error capable buffer" after the
3952         rule "if next-error-last-buffer is set to a live buffer".
3953         Simplify to test all rules in one `or'.
3954         (next-error): Doc fix.
3955         (next-error, previous-error, first-error)
3956         (next-error-no-select, previous-error-no-select):
3957         Make arguments optional.
3959 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
3961         * macros.el (apply-macro-to-region-lines): Make it operate on all
3962         lines that begin in the region, rather than on all complete lines
3963         in the region.
3965 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
3967         * x-dnd.el (x-dnd-protocol-alist): Document update.
3968         (x-dnd-known-types): Defcustom it.
3969         (x-dnd-handle-motif): Print message-atom in error message.
3971 2004-08-30  John Paul Wallington  <jpw@gnu.org>
3973         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
3974         strings rather than programatically constructing message.
3976 2004-08-30  Richard M. Stallman  <rms@gnu.org>
3978         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
3979         Don't return a string that would read as the wrong character code.
3981 2004-08-29  Kim F. Storm  <storm@cua.dk>
3983         * emulation/cua-base.el (cua-auto-expand-rectangles):
3984         Remove automatic rectangle padding feature; replace by non-destructive
3985         virtual rectangle edges feature.
3986         (cua-virtual-rectangle-edges): New defcustom.
3987         (cua-auto-tabify-rectangles): New defcustom.
3988         (cua-paste): If paste into a marked rectangle, insert rectangle at
3989         current column, even if virtual; also paste exactly as many lines
3990         as has been marked (ignore additional lines or add empty lines),
3991         but paste whole source if only one line is marked.
3992         (cua--update-indications): No longer use overwrite-cursor to
3993         indicate rectangle padding
3995         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
3996         (cua--rectangle-virtual-edges): New defun.
3997         (cua--rectangle-get-corners): Remove optional PAD arg.
3998         (cua--rectangle-set-corners): Never do padding.
3999         (cua--forward-line): Remove optional PAD arg.  Simplify.
4000         (cua-resize-rectangle-right, cua-resize-rectangle-left)
4001         (cua-resize-rectangle-down, cua-resize-rectangle-up):
4002         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
4003         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
4004         (cua--rectangle-move): Never do padding.  Simplify.
4005         (cua--tabify-start): New defun.
4006         (cua--rectangle-operation): Add tabify arg.  All callers changed.
4007         (cua--pad-rectangle): Remove.
4008         (cua--delete-rectangle): Handle delete with virtual edges.
4009         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
4010         (cua--insert-rectangle): Handle insert at virtual column.
4011         Perform auto-tabify if necessary.
4012         (cua--activate-rectangle): Remove optional FORCE arg.
4013         Never do padding.  Simplify.
4014         (cua--highlight-rectangle): Enhance for virtual edges.
4015         (cua-toggle-rectangle-padding): Remove command.
4016         (cua-toggle-rectangle-virtual-edges): New command.
4017         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
4018         (cua--rectangle-post-command): Don't force rectangle padding.
4019         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
4021 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
4023         * indent.el (edit-tab-stops-buffer): Doc fix.
4025 2004-08-28  Richard M. Stallman  <rms@gnu.org>
4027         * progmodes/grep.el (grep-default-command): Use find-tag-default.
4028         (grep-tag-default): Function deleted.
4030         * subr.el (find-tag-default): Move from etags.el.
4032         * progmodes/etags.el (find-tag-default): Move to subr.el.
4034         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
4035         into the basic character if it has an uppercase form.
4037 2004-08-27  Kenichi Handa  <handa@m17n.org>
4039         * international/utf-8.el (utf-8-post-read-conversion): If the
4040         buffer is unibyte, temporarily make it multibyte.
4042 2004-08-27  Masatake YAMATO  <jet@gyve.org>
4044         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
4046 2004-08-25  John Paul Wallington  <jpw@gnu.org>
4048         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
4049         0, 1, and many mismatches in message.
4050         (tex-start-shell): Use `set-process-query-on-exit-flag'.
4052         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
4053         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
4055 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4057         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
4058         vc-diff-switches differently.
4060 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
4062         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
4063         before and a real defvar after
4064         `speedbar-supported-extension-expressions'.  This is to silence
4065         the compiler without breaking bootstrapping.
4067 2004-08-22  Richard M. Stallman  <rms@gnu.org>
4069         * textmodes/flyspell.el (flyspell-word):
4070         Use set-process-query-on-exit-flag.
4071         (flyspell-highlight-duplicate-region): Take POSS as arg.
4072         (flyspell-word): Pass POSS as arg.
4074         * progmodes/ada-xref.el: Many doc and style fixes.
4075         (ada-find-any-references): Use compilation-start.
4076         (ada-get-ali-file-name): Improve error msg.
4077         (ada-get-ada-file-name): Likewise.
4079         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
4080         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
4082         * mail/mail-extr.el (mail-extr-all-top-level-domains):
4083         Add forward defvar.
4085         * whitespace.el (global-whitespace-mode): New alias
4086         for whitespace-global-mode.
4088         * speedbar.el (speedbar-file-regexp): Move definition up.
4089         (speedbar-mode, speedbar-set-mode-line-format):
4090         Use with-no-warnings.
4091         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
4093         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
4094         controls whether to display the error buffer.
4096         * ps-mule.el: Delete compatibility code for old Emacses.
4097         (ps-mule-find-wrappoint): Don't use chars-in-region.
4099         * frame.el (display-mouse-p, display-selections-p):
4100         Use with-no-warnings.
4102         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
4104 2004-08-22  David Kastrup  <dak@gnu.org>
4106         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
4107         information.
4109         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
4111 2004-08-22  Andreas Schwab  <schwab@suse.de>
4113         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
4115 2004-08-22  Masatake YAMATO  <jet@gyve.org>
4117         * cvs-status.el (cvs-status-checkout): New function.
4118         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
4120 2004-08-21  David Kastrup  <dak@gnu.org>
4122         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
4123         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
4124         has been converted to use hashtables, the relation `nil=none' is
4125         no longer valid, as `nil' is not a hashtable.  This patch tries to
4126         reduce the number of resulting errors.
4128 2004-08-21  John Paul Wallington  <jpw@gnu.org>
4130         * subr.el (process-kill-without-query): Made obsolete in
4131         version 21.4, not 21.5.
4133         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
4134         (vc-previous-comment, vc-next-comment)
4135         (vc-comment-search-reverse, vc-comment-search-forward)
4136         (vc-comment-to-change-log): Likewise.
4138         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
4140 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
4142         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
4143         Correct indentation of DEFMETHODS with non-standard method
4144         combinations (e.g., PROGN, MIN, MAX).
4146 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4148         * startup.el (normal-top-level-add-subdirs-to-load-path):
4149         Avoid unnecessarily checking system-type.
4150         (normal-top-level): Set TERM to "dumb".  Simplify.
4152         * avoid.el (mouse-avoidance-ignore-p): New fun.
4153         Also ignore switch-frame, select-window, double, and triple clicks.
4154         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
4155         (mouse-avoidance-fancy-hook): Use it.
4157 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
4159         * avoid.el (mouse-avoidance-nudge-mouse)
4160         (mouse-avoidance-banish-destination): Stay within the current window
4161         to avoid problems with mouse-autoselect-window.
4163 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4165         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
4166         the newer format of some messages in cvs-1.12.1.
4168 2004-08-19  Masatake YAMATO  <jet@gyve.org>
4170         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
4171         (elp-results-jump-to-definition-by-mouse)
4172         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
4173         (elp-output-result): Use elp-output-insert-symname.
4175 2004-08-18  Kenichi Handa  <handa@m17n.org>
4177         * language/cyrillic.el: Register koi8-r in
4178         ctext-non-standard-encodings-alist.
4179         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
4181 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
4183         * emacs-lisp/copyright.el (copyright-update-year): Delete code
4184         that replaces 20xy with xy.
4186 2004-08-17  John Paul Wallington  <jpw@gnu.org>
4188         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
4189         (reb-force-update): Doc fix.
4191 2004-08-16  Richard M. Stallman  <rms@gnu.org>
4193         * progmodes/which-func.el (which-func-update-1): Doc fix.
4195         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
4196         (sh-mode-abbrev-table): New variable.
4198         * progmodes/compile.el (compilation-mode): Doc fix.
4200         * emacs-lisp/lisp-mode.el (eval-last-sexp):
4201         Don't cons a new symbol each time.
4202         (eval-last-sexp-fake-value): New variable.
4204         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
4205         (copyright-update-year): Detect continuation of list of years.
4207         * term.el (term-default-fg-color, term-default-bg-color)
4208         (ansi-term-color-vector): Use `unspecified', not nil, as default.
4210         * imenu.el: Several doc fixes: don't say variables are buffer-local.
4212 2004-08-16  Davis Herring <herring@lanl.gov>
4214         * isearch.el (isearch-string, isearch-message-string, isearch-point)
4215         (isearch-success, isearch-forward-flag, isearch-other-end)
4216         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4217         (isearch-barrier, isearch-within-brackets)
4218         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
4220 2004-08-16  Kenichi Handa  <handa@m17n.org>
4222         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
4224 2004-08-15  Kenichi Handa  <handa@m17n.org>
4226         * term/x-win.el (x-selection-value): If utf8 was successful but
4227         ctext was not, use utf8 string.
4229 2004-08-14  Davis Herring  <herring@lanl.gov>
4231         * isearch.el: Remove accidental changes of March 4.  Fix backing
4232         up when a regexp isearch is made more general.  Use symbolic
4233         accessor functions for isearch stack frames to make usage clearer.
4234         (search-whitespace-regexp): Made groups in documentation shy (as
4235         is the group in the default value).
4236         (isearch-fallback): New function, addresses problems with regexps
4237         liberalized by `\|', adds support for liberalization by `\}' (the
4238         general repetition construct), and incorporates behavior for
4239         `*'/`?'.
4240         (isearch-}-char): New command, calls `isearch-fallback' with
4241         arguments appropriate to a typed `}'.
4242         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
4243         appropriately.
4244         (isearch-mode-map): Bind `}' to `isearch-}-char'.
4245         (isearch-string, isearch-message,string, isearch-point)
4246         (isearch-success, isearch-forward-flag, isearch-other-end)
4247         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
4248         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
4249         New inline functions to read fields of a stack frame.
4251 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
4253         * battery.el (battery-linux-proc-acpi): Look into battery
4254         directories matching the literal string "CMB", too (required for
4255         Linux kernel version 2.6.7).
4257 2004-08-14  John Paul Wallington  <jpw@gnu.org>
4259         * cus-start.el (read-file-name-completion-ignore-case): Add.
4260         (blink-cursor-alist): Change version to "21.4".
4262         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
4264 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
4266         * speedbar.el (speedbar-scan-subdirs): New option.
4267         (speedbar-file-lists): Don't ignore file-name case on Unix and use
4268         dolist.
4269         (speedbar-insert-files-at-point): Take an extra argument and use
4270         it to optionally find out if a subdir is empty.  Also unreadable
4271         files don't get expand buttons.
4272         (speedbar-directory): New image (unused pixmap already existed).
4273         (speedbar-expand-image-button-alist): Use it.
4275 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
4277         CC Mode update to 5.30.9:
4279         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
4280         Move from cc-vars to cc-defs for dependency reasons.  Fix the
4281         POSIX char class test to check that it works in
4282         `skip-chars-(forward|backward)' too.
4284         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
4285         first argument starts with a special brace list.
4287         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
4288         when `c-opt-type-concat-key' is used (i.e. in Pike).
4290         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
4291         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
4292         >)".
4294         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
4295         whitespace safe.
4297         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
4298         position for `arglist-intro', `arglist-cont-nonempty' and
4299         `arglist-close' when there are two arglist open parens on the same
4300         line and there's nothing in front of the first.
4302         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
4303         locking of qualified names in Java, which previously could fontify
4304         common indexing expressions in many cases.  The standard Java
4305         naming conventions are used to tell them apart.
4307         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
4308         Fix inconsistency wrt opening parens on the first line inside a paren
4309         block.
4311         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
4312         compile time for the sake of `c-major-mode-is'.
4314         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
4315         `c-major-mode-is' in the event that this is used inside a
4316         `c-lang-defconst'.
4318         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
4319         `c-lang-defconst' so that it works better with fallback languages.
4321         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
4322         it to fail to record the base mode.
4324         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4325         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
4326         is used.  Reorder the syntax checks to get more efficient
4327         skipping in some situations.
4329         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
4330         continuation which might precede the newly inserted '{'.
4332         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
4333         Fix cases where it could loop indefinitely.
4335         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
4336         size specs correctly.  Only fontify identifiers in front of '('
4337         with as functions - don't accept any paren char.  Tighten up
4338         initializer skipping to stop before function and class blocks.
4340         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
4341         the point could be left directly after an open paren when finding
4342         the beginning of the first decl in the block.
4344         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
4345         table when filtering out legitimate open parens to be recorded.
4346         This could cause cache inconsistencies when e.g.
4347         `c++-template-syntax-table' was temporarily in use.
4349         * progmodes/cc-engine.el (c-on-identifier)
4350         (c-simple-skip-symbol-backward): Small fix for handling "-"
4351         correctly in `skip-chars-backward'.  Affected the operator lfun
4352         syntax in Pike.
4354         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
4355         Fix bug that could cause an error from `after-change-functions' when
4356         the changed region is at bob.
4358 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
4360         CC Mode update to 5.30.9:
4362         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
4363         to say that <TAB> doesn't insert WS into a CPP line.
4364         (c-indent-command, c-tab-always-indent): Amend doc strings.
4366         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
4367         checks for user errors, thus eliminating cryptic and unhelpful
4368         Emacs error messages.  (1) Check the arg to `c-set-style' is a
4369         string.  (2) Check that settings to `c-offsets-alist' are not
4370         spuriously quoted.
4372         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
4373         which precedes the newly inserted `{'.
4375 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
4377         Sync with Tramp 2.0.44.
4379         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
4380         function "tramp_file_attributes".  Otherwise, file names
4381         containing spaces are misinterpreted.  Reported by Magnus Henoch
4382         <mange@freemail.hu>.
4383         (tramp-handle-file-truename): FILENAME must be expanded first.
4384         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
4385         obscure results.  Reported by D. Goel <deego@gnufans.org>.
4386         (tramp-handle-verify-visited-file-modtime): If file does not
4387         exist, say it is not modified if and only if that agrees with the
4388         buffer's record.  Check whether a file is visiting the buffer, or
4389         the buffer has no recorded last modification time.  Return t in
4390         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
4391         <teirllm@auburn.edu>.
4392         (tramp-handle-write-region): Pass modtime explicitely to
4393         `set-visited-file-modtime', because filename can be different
4394         from (buffer-file-name) if `file-precious-flag' is set.
4395         `set-visited-file-modtime' must be called always when `visit' is t
4396         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
4397         (tramp-handle-set-visited-file-modtime): If `time-list' is not
4398         nil, don't apply the whole body.  If the file doesn't exists, set
4399         modtime to '(-1 65535).  Suggested by Luc Teirlinck
4400         <teirllm@auburn.edu>.
4402 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
4404         * help.el (describe-bindings): Doc fix.
4406         * subr.el (kbd): Doc fix.
4408 2004-08-08  John Paul Wallington  <jpw@gnu.org>
4410         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
4411         instead of `string-to-int'.
4412         (define-ibuffer-column mode): Fix indentation.
4414 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
4416         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
4418 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
4420         * subr.el (global-unset-key, local-unset-key): Doc fixes.
4422         * novice.el (disabled-command-function): New variable renamed from
4423         `disabled-command-hook'.
4424         (disabled-command-hook): Keep the _variable_ as alias for
4425         `disabled-command-function' and make obsolete.
4426         (disabled-command-function): Function renamed from
4427         `disabled-command-hook'.  Adapt code to name change of the variable.
4429 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
4431         * simple.el (completion-root-regexp): New defvar.
4432         (completion-setup-function): Use it instead of a literal string.
4434 2004-08-07  John Paul Wallington  <jpw@gnu.org>
4436         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
4437         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
4438         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
4439         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
4441 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
4443         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
4444         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
4446 2004-08-04  Kenichi Handa  <handa@m17n.org>
4448         * international/encoded-kb.el (encoded-kbd-setup-keymap):
4449         Fix previous change.
4451 2004-08-03  Kenichi Handa  <handa@m17n.org>
4453         * international/encoded-kb.el: The following changes are to
4454         utilize key-translation-map instead of minor mode map.
4455         (encoded-kbd-iso2022-non-ascii-map): Delete it.
4456         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
4457         (encoded-kbd-last-key): New function.
4458         (encoded-kbd-iso2022-single-shift): New function.
4459         (encoded-kbd-iso2022-designation)
4460         (encoded-kbd-self-insert-iso2022-7bit)
4461         (encoded-kbd-self-insert-iso2022-8bit)
4462         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
4463         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
4464         key-translation-map.
4465         (encoded-kbd-setup-keymap): Setup key-translation-map.
4466         (saved-key-translation-map): New variable.
4467         (encoded-kbd-mode): Save/restore key-translation-map.
4468         Adjust for the change of encoded-kbd-setup-keymap.
4470 2004-08-02  Kim F. Storm  <storm@cua.dk>
4472         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
4473         and call compute-motion with nil for topos and width to get proper
4474         usable width and height for both window and non-window systems.
4476         * windmove.el (windmove-coordinates-of-position): Let compute-motion
4477         calculate usable window width and height.
4479         * window.el (window-buffer-height): Call compute-motion with nil width.
4481 2004-08-01  David Kastrup  <dak@gnu.org>
4483         * replace.el (query-replace-read-from):
4484         Use `query-replace-compile-replacement'.
4485         (query-replace-compile-replacement): New function.
4486         (query-replace-read-to): Use `query-replace-compile-replacement'
4487         for repeating the last command.
4489 2004-08-01  John Paul Wallington  <jpw@gnu.org>
4491         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
4492         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
4493         (pr-switches): Remove period from end of error messages.
4495         * help-mode.el (help-go-back): Likewise.
4497         * abbrev.el (only-global-abbrevs): Doc fix.
4498         (edit-abbrevs-map): Define within defvar.
4499         (quietly-read-abbrev-file): Doc fix.
4501 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
4503         * novice.el (enable-command, disable-command): Doc fixes.
4505         * subr.el (event-modifiers, event-basic-type): Doc fixes.
4507 2004-07-30  Richard M. Stallman  <rms@gnu.org>
4509         * subr.el (with-local-quit): Doc fix.
4511 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
4513         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
4515 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
4517         * custom.el (defcustom): Doc fix.
4519 2004-07-28  Masatake YAMATO  <jet@gyve.org>
4521         * progmodes/etags.el (etags-tags-apropos): Show building progress.
4523 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4525         * imenu.el (imenu-prev-index-position-function)
4526         (imenu-extract-index-name-function, imenu-name-lookup-function)
4527         (imenu--index-alist): Docstring redundancy fix.
4529 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
4531         * wdired.el (wdired-finish-edit): Require dired-aux before locally
4532         binding dired-backup-overwrite.
4534 2004-07-25  John Paul Wallington  <jpw@gnu.org>
4536         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
4538 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
4540         * term/tty-colors.el (tty-color-approximate): Doc fix.
4542         * select.el (x-get-selection, x-set-selection): Doc fixes.
4544         * frame.el (make-frame): Doc fix.
4546 2004-07-24  Richard M. Stallman  <rms@gnu.org>
4548         * mail/rmail.el (rmail-mime-charset-pattern):
4549         Don't include semicolon in the charset value.
4551         * replace.el (occur-next-error): Call set-window-point.
4552         (occur-engine): Handle negative NLINES.
4554 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
4556         * frame.el (modify-all-frames-parameters): Minor doc fix.
4557         (set-frame-configuration): Doc fix.
4559 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4561         * simple.el (completion-setup-function): Compute the common parts
4562         and the first difference place correctly when
4563         partial-completion-mode is on.
4565 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4567         * ps-print.el: Doc fix.
4568         (ps-print-version): New version 6.6.5.
4569         (ps-printing-region): Doc fix.
4570         (ps-generate-string-list): Comment fix.
4571         (ps-message-log-max): Code fix.
4573 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
4575         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
4576         generated PostScript.
4578 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
4580         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
4581         with Gnus v5_10 branch.)
4583 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
4585         * calendar/time-date.el (time-to-number-of-days): New function.
4586         Imported from from Gnus.
4588 2004-07-22  Kim F. Storm  <storm@cua.dk>
4590         * progmodes/make-mode.el: Fix comments.
4592 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4594         * printing.el: Doc fix.
4596 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
4598         * frame.el (modify-all-frames-parameters): Minor doc fix.
4600 2004-07-20  Richard M. Stallman  <rms@gnu.org>
4602         * textmodes/fill.el (fill-nobreak-p): If this break point is
4603         at the end of the line, don't consider the newline which follows
4604         as a reason to return t.
4606 2004-07-19  John Paul Wallington  <jpw@gnu.org>
4608         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
4610 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
4612         * dired-aux.el (dired-do-kill-lines): Expand docstring.
4613         Delete irrelevant code.
4615 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
4617         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4618         New docstring.  From Luc Teirlinck.
4620 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
4622         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
4623         section.
4624         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
4625         non-file buffers.  We know it is nil.
4627 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
4629         Sync with Tramp 2.0.43.
4631         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4632         Remove outdated comment.
4633         (tramp-locked, tramp-locker): New variables for implementing a
4634         global lock.
4635         (tramp-sh-file-name-handler): Use them to implement the global lock.
4637 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
4639         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
4640         calls to respective `xxx` calls.
4641         (tramp-process-alive-regexp): Precise doc string.
4642         (tramp-multi-action-process-alive): New defun.
4643         (tramp-multi-actions): Use it.
4644         (tramp-handle-find-backup-file-name): `copy-tree' is available
4645         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
4646         in order to avoid this function.
4647         (tramp-handle-write-region): Set current buffer.  If connection
4648         wasn't open, `file-modes' has changed it accidently.  Reported by
4649         David Kastrup <dak@gnu.org>.
4650         (tramp-enter-password, tramp-read-passwd): New arguments USER and
4651         HOST.
4652         (tramp-action-password, tramp-multi-action-password): Apply it.
4653         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
4654         name must still contain the port number.  Otherwise, we have two
4655         Tramp buffers, with all the confusion.  Reported by Myron Selby
4656         <myron@xytech.com> and Rolf Dubitzky
4657         <Dubitzky@physi.uni-heidelberg.de>.
4659         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
4660         HOST to `tramp-enter-passwd'.
4662         * net/tramp-vc.el (all): Code cleanup.  Change all
4663         `tramp-handle-xxx' calls to respective `xxx` calls.
4665 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
4667         * emacs-lisp/testcover.el: New category "potentially-1valued" for
4668         functions that are not erroneous if either 1-valued or
4669         multi-valued.  Detect functions in this class.
4670         (testcover-1value-functions, testcover-compose-functions)
4671         (testcover-progn-functions) Add some additional functions to lists.
4672         (testcover-mark): Bugfix when marking up the definition for an
4673         empty function.
4675 2004-07-17  Richard M. Stallman  <rms@gnu.org>
4677         * replace.el (occur-read-primary-args): Pass default to
4678         read-from-minibuffer.
4680         * mail/footnote.el (footnote-section-tag): Use defcustom.
4682         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
4683         Compile font-lock-keywords, not KEYWORDS.
4684         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
4685         Add warn, check-type.  Handle cerror like error.
4687 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
4689         * progmodes/which-func.el (which-func-keymap): New var.
4690         (which-func-face): New face.
4691         (which-func-format): Use them.
4693 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
4695         * buff-menu.el (list-buffers-noselect): Append the buffer's
4696         process status to its mode name.
4698 2004-07-16  Kim F. Storm  <storm@cua.dk>
4700         * simple.el (inhibit-mark-movement): New defvar.
4701         (beginning-of-buffer, end-of-buffer): Do not push mark if
4702         inhibit-mark-movement is non-nil or C-u prefix is given.
4704         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
4705         Init to beginning-of-buffer and end-of-buffer.
4706         (cua--undo-push-mark): New defvar.
4707         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
4708         already active and command is in cua--preserve-mark-commands.
4709         Also fix check for shift modifier on non-window systems.
4710         (cua--post-command-handler): Clear inhibit-mark-movement if set.
4712 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
4714         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
4715         of two integers, instead of a cons.
4717         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
4718         `visited-file-modtime' now returns a list of two integers, instead
4719         of a cons.
4721         * dired.el (dired-directory-changed-p): Ditto.
4723         * progmodes/grep.el (grep): Doc fix.
4725 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
4727         * autorevert.el (auto-revert-tail-mode)
4728         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
4729         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
4730         in both at the same time.
4731         (auto-revert-tail-mode): New command.
4732         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
4733         (auto-revert-handler): Revert only either tail or whole file.
4735         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
4736         add auto-revert-tail-mode.
4738 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4740         * printing.el: Doc fix.  Change name of some funs.
4741         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
4742         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
4743         (pr-standard-file-name): New fun.  Replace pr-standard-path.
4744         (pr-call-process): Code fix.
4746 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
4748         * subr.el (with-selected-window): Doc fix.
4750 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
4752         * subr.el (get-buffer-window-list): Doc fix.
4754 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
4756         * files.el (switch-to-buffer-other-window): Doc fix.
4758         * window.el (save-selected-window, one-window-p)
4759         (split-window-keep-point, split-window-vertically)
4760         (split-window-horizontally): Doc fixes.
4762 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4764         * printing.el: Doc fix.  Now it uses call-process instead of
4765         shell-command for low command execution.
4766         (pr-version): New version number (6.8).
4767         (pr-shell-file-name): Option removed.
4768         (pr-shell-command): Fun removed.
4769         (pr-call-process): New fun.  Replace pr-shell-command.
4770         (pr-standard-path, pr-remove-nil-from-list): New funs.
4771         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
4772         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
4773         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
4774         (pr-ps-utility-process, pr-txt-print): Code fix.
4776 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
4778         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
4779         boolean.
4781 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
4783         * wid-edit.el (widget-field-buffer): Doc fix.
4785 2004-07-09  John Paul Wallington  <jpw@gnu.org>
4787         * emacs-lisp/re-builder.el (reb-update-overlays):
4788         Distinguish between one and several matches in message.
4790 2004-07-09  Richard M. Stallman  <rms@gnu.org>
4792         * mouse.el (mouse-set-region-1): If transient-mark-mode
4793         is `identity', change it to `only'.
4795         * simple.el (current-word): Doc fix.
4797 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
4799         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
4800         so that it is more understanding of whitespace.
4802         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
4803         form
4804         (("ns" . "element") (attr-list) children) instead of
4805         ((:ns . "element") (attr-list) children) in order to reduce the
4806         number of symbols used.
4807         (xml-skip-dtd): Change to use xml-parse-dtd but set
4808         xml-validating-parsing to nil.
4809         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
4810         (xml-substitute-entity): Remove in favor of new entity substitution.
4811         (xml-substitute-special): Rewrite in to substitute complex
4812         entities from DOCTYPE declarations.
4813         (xml-parse-fragment): Parse fragments from entity deleclarations.
4814         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
4815         (xml-parse-dtd, xml-substitute-special): Make validity checks
4816         conditioned on xml-validating-parser.  Add "Not Well Formed" to
4817         error messages about well-formedness.
4819 2004-07-08  Steven Tamm  <steventamm@mac.com>
4821         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
4822         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
4823         Do not treat double clicks and triple clicks specially in the
4824         scroll bar (preventing strange repositioning problems)
4826 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
4828         * replace.el (query-replace-regexp-eval): Fix last change.
4830 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4832         * replace.el (query-replace-descr): New fun.
4833         (query-replace-read-from, query-replace-read-args): Default to the
4834         previous from&to.
4835         (query-replace-read-to): Quote the `from' string when displaying it.
4836         (query-replace-regexp-eval): Immediately check read-only status.
4837         Use query-replace-read-from to get the \n checking.
4838         Quote the `from' string when displaying it.
4839         (map-query-replace-regexp, occur-read-primary-args):
4840         Quote the `from' string when displaying it.
4842         * isearch.el (isearch-query-replace): Pass the regexp-ness and
4843         delimited-ness of the search to query-replace.
4845         * replace.el (query-replace-read-from, query-replace-read-to):
4846         New funs extracted from query-replace-read-args.
4847         (query-replace-read-args): Use them.
4849         * replace.el (query-replace-interactive, query-replace-read-args):
4850         Remove the `initial' special value.
4851         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
4852         (occur-engine): Remove unused var `matchend'.
4854         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4855         Use the search string without prompting.
4857 2004-07-05  Kenichi Handa  <handa@m17n.org>
4859         * international/mule.el (decode-coding-inserted-region):
4860         Set last-coding-system-used only when coding is nil.
4862 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
4864         * progmodes/grep.el (grep-compute-defaults, grep-command)
4865         (grep-program, find-program, grep-find-use-xargs, grep-history)
4866         (grep-find-history, grep-tag-default, grep-find-command)
4867         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
4868         Add autoload cookies, for unbundled packages that load `compile'
4869         and expect all grep-related symbols to become defined.
4871 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
4873         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
4874         (iimage-mode-image-search-path): New user option to search the
4875         image file.
4876         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
4877         have locate-file.
4878         (iimage-mode-buffer): Use it.
4880 2004-07-03  Nick Roberts  <nickrob@gnu.org>
4882         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
4883         carefully.
4884         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
4886 2004-07-03  Juri Linkov  <juri@jurta.org>
4888         * replace.el (query-replace-read-args): Swallow space after 'foo,
4889         not after (quote foo).  Match space only immediately after symbol,
4890         not anywhere in the whole string.
4892 2004-07-02  Richard M. Stallman  <rms@gnu.org>
4894         * replace.el (query-replace-read-args): Swallow space after
4895         symbols, not after closeparens.  But avoid error if string ends there.
4897         * progmodes/python.el (python-beginning-of-statement):
4898         Exit the loop if backward-up-list gets error.
4900         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
4902 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
4904         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
4905         only if vc-consult-headers is non-nil.
4907 2004-07-02  Juri Linkov  <juri@jurta.org>
4909         * pcvs.el (cvs-mode-diff-repository): New command.
4911         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
4913 2004-07-01  Juri Linkov  <juri@jurta.org>
4915         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
4916         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
4917         C-M-% to isearch-query-replace-regexp.
4918         (minibuffer-local-isearch-map): Add arrow key bindings.
4919         Bind C-f to isearch-yank-char-in-minibuffer.
4920         (isearch-forward): Doc fix.
4921         (isearch-edit-string): Doc fix.
4922         (isearch-query-replace, isearch-query-replace-regexp): New funs.
4923         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
4924         (isearch-yank-char): Add optional arg.
4925         (isearch-yank-char-in-minibuffer): New fun.
4927         * replace.el (query-replace-interactive): Change type from boolean
4928         to choice.  Add value `initial'.
4929         (query-replace-read-args): Handle value `initial' of
4930         query-replace-interactive.
4932 2004-06-29  Kim F. Storm  <storm@cua.dk>
4934         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
4935         (breakpoint-disabled-bitmap-face): Add :group 'gud.
4937         * progmodes/ada-xref.el (ada-tight-gvd-integration):
4938         Add :group 'ada.
4940         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
4942 2004-06-29  Juri Linkov  <juri@jurta.org>
4944         * replace.el (query-replace-read-args): Swallow a space after
4945         everything except )]" which in most cases means after a symbol.
4947         * emacs-lisp/pp.el (pp-buffer): Add autoload.
4949 2004-06-28  Richard M. Stallman  <rms@gnu.org>
4951         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
4952         More changes to go with previous change in font-lock.el.
4954 2004-06-26  David Kastrup  <dak@gnu.org>
4956         * replace.el (perform-replace): Highlight the match even in
4957         non-query mode if there is potential replace string editing.
4959 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
4961         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
4962         agree with new return value of `file-remote-p'.
4963         This syncs with Tramp 2.0.42.
4965         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
4966         according to new documentation of `file-remote-p'.
4968         * files.el (file-remote-p): Fix doc to say that return value is
4969         identification of remote system, if not nil.
4970         (file-relative-name): Use new return value of `file-remote-p'.
4972 2004-06-26  Nick Roberts  <nickrob@gnu.org>
4974         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
4975         (gdb-goto-breakpoint): Fix breakage.
4977 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
4979         * man.el (Man-getpage-in-background): Add windows-nt to the list
4980         of systems where shell-file-name should be used instead of
4981         literal "sh".
4983 2004-06-25  Sam Steingold  <sds@gnu.org>
4985         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
4986         function names `(setf symbol)'.
4988 2004-06-24  Richard M. Stallman  <rms@gnu.org>
4990         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
4992         * font-lock.el (font-lock-keywords): Change format of compiled values.
4993         Document it.
4994         (font-lock-add-keywords): If font-lock-keywords is compiled,
4995         extract the uncompiled version, modify, then recompile.
4996         (font-lock-remove-keywords): Likewise.
4997         (font-lock-fontify-keywords-region): Handle changed format.
4998         (font-lock-compile-keywords): Handle changed format.
4999         (font-lock-set-defaults): Compile the keywords explicitly here.
5001 2004-06-24  David Kastrup  <dak@gnu.org>
5003         * replace.el (query-replace-read-args): Implement `\,' and `\#'
5004         replacements here.
5005         (query-replace-regexp): Doc string explaining this and the new
5006         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
5007         is better placed in `query-replace-read-args'.
5008         (replace-regexp): Explain `\,', `\#' and `\?'.
5009         (replace-match-data): New function for thorough reuse/destruction
5010         of old match-data.
5011         (replace-match-maybe-edit): Function for implementing `\?' editing.
5012         (perform-replace): Fix maintaining of the match stack including
5013         already matched regions, implement `\?', fix various problems
5014         with regions while editing and other stuff.
5015         (replace-highlight): Simplify.
5017 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
5019         * progmodes/grep.el (grep-error-screen-columns): New variable.
5020         (grep-regexp-alist): Give it the full functionality of gnu style
5021         compilation messages with line and column ranges.  Ask me for the
5022         perl script I'm working on, that uses these.
5024 2004-06-23  Nick Roberts  <nickrob@gnu.org>
5026         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
5027         Remove.
5028         (comint-insert-input, comint-mouse-insert-input): New functions
5029         based on comint-insert-clicked-input for two bindings but just
5030         one functionality.
5032 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
5034         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
5036 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
5038         * files.el (write-contents-functions): Doc fix.
5040 2004-06-21  Juanma Barranquero  <lektu@terra.es>
5042         * image.el (image-library-alist): Rewrite docstring in active voice.
5044 2004-06-20  Richard M. Stallman  <rms@gnu.org>
5046         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
5048         * isearch.el (isearch-repeat): Avoid testing old match data.
5049         (isearch-message): Display trailing space in special font
5050         when search is failing.
5051         (isearch-search-fun-function): Doc fix.
5053         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
5055 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
5057         * frame.el (show-trailing-whitespace): Doc fix.
5059         * cus-edit.el (custom-variable-documentation): New function.
5060         (custom-variable): Use it.
5062 2004-06-19  Nick Roberts  <nickrob@gnu.org>
5064         * man.el (Man-getpage-in-background): Revert previous change but
5065         make cygwin a special case.
5067 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
5069         * autorevert.el (global-auto-revert-non-file-buffers):
5070         Update docstring.
5072 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
5074         * progmodes/compile.el (compilation-error-properties): Store one
5075         more than end-col, if present, so that transient-mark-mode will
5076         highlight last char too.
5077         * progmodes/grep.el (grep-regexp-alist): Match columns and column
5078         ranges, if present.
5080 2004-06-18  Jason Rumney  <jasonr@gnu.org>
5082         * makefile.w32-in: Double percent signs in for loops.
5084 2004-06-17  David Kastrup  <dak@gnu.org>
5086         * replace.el (query-replace-read-args): Only warn about use of \n
5087         and \t when we are doing a regexp replacement and the actual
5088         escaped character is n or t.
5089         (query-replace-regexp): Add \, and \# interpretation to
5090         interactive call and document it.
5091         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
5092         as shortkey for replace-count.
5093         (replace-quote): New function for doubling backslashes.
5095 2004-06-17  Juanma Barranquero  <lektu@terra.es>
5097         * files.el (parse-colon-path, cd): Mention in docstring that the
5098         path separator is colon in GNU-like systems.
5100         * newcomment.el (comment-region-internal): Fix docstring.
5102         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
5103         (ewoc-invalidate, ewoc-collect): Doc fixes.
5104         (ewoc--create-node, ewoc--delete-node-internal):
5105         Fix typos in docstring.
5107 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
5109         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
5110         manual to docstring.
5112 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5114         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
5116 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
5118         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5119         Add hyperlink to emacs-xtra manual to docstring.
5121         * autorevert.el (global-auto-revert-non-file-buffers):
5122         Add hyperlink to emacs-xtra manual to docstring, as well as an
5123         info-link.
5125 2004-06-14  Juanma Barranquero  <lektu@terra.es>
5127         * image.el (image-library-alist): New variable to map image types
5128         to external libraries.  Initialized to nil, unless system-specific
5129         configs change it.
5130         (image-type-available-p): Determine whether an image type is
5131         available by calling `init-image-library'.
5133         * term/w32-win.el (image-library-alist): Initialize to a known set
5134         of probable library names.
5136 2004-06-14  Kenichi Handa  <handa@m17n.org>
5138         * international/code-pages.el (windows-1256, cp1125): Fix tables
5139         for several characters.
5141         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
5143 2004-06-13  Richard M. Stallman  <rms@gnu.org>
5145         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
5147         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
5148         not "`pc-selection-mode'".
5150         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
5152         * simple.el (previous-matching-history-element): Specify a default.
5154         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
5156         * cus-face.el (custom-declare-face): Simplify code.
5158         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
5160 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
5162         * files.el (before-save-hook): Add `time-stamp' to the options.
5164         * time-stamp.el (time-stamp): Recommend adding it to
5165         `before-save-hook', rather than `write-file-functions'.
5166         Make a similar change in `Commentary' section.
5168 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
5170         * diff-mode.el (diff-current-defun): If at start of hunk, use
5171         position of first change.
5173 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
5175         * dired-x.el (dired-mark-omitted): Bind to "*O".
5177 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
5179         * bookmark.el (bookmark-bmenu-relocate): New function, as
5180         suggested by David J. Biesack <David.Biesack@sas.com>.
5181         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
5182         (bookmark-bmenu-mode): Describe binding in doc string.
5183         (bookmark-set-filename): Save the bookmark list if it's time.
5185 2004-06-13  Kenichi Handa  <handa@m17n.org>
5187         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
5188         (ccl-untranslated-to-ucs): Fix typo.
5190 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
5192         * progmodes/python.el (python-open-block-statement-p):
5193         Fix indentation after a block opening that contains a comment.
5195 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
5197         * bindings.el (completion-ignored-extensions): Add file extensions
5198         of Python byte-compiled files.
5200 2004-06-12  Juri Linkov  <juri@jurta.org>
5202         * info.el (Info-goto-node): Add autoload.
5203         (Info-toc): Add substring-no-properties on Info file name.
5204         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
5205         (Info-mode-map): Bind L to Info-history, T to Info-toc.
5207 2004-06-12  Kenichi Handa  <handa@m17n.org>
5209         * international/mule-cmds.el (set-language-environment):
5210         Load subst tables if necessary.
5212         * international/mule.el (decode-char): Load subst tables if necessary.
5213         (encode-char): Likewise.
5215         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
5216         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
5217         (utf-16le-decode-loop): Set r5 to -1 before loop.
5218         (utf-16be-decode-loop): Likewise.
5219         (ccl-decode-mule-utf-16le): Add EOF processing block.
5220         (ccl-decode-mule-utf-16be): Likewise.
5221         (ccl-decode-mule-utf-16le-with-signature): Likewise.
5222         (ccl-decode-mule-utf-16be-with-signature): Likewise.
5223         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
5224         (ccl-mule-utf-16-encode-untrans): New CCL.
5225         (utf-16-decode-to-ucs): Handle pre-read character.
5226         (utf-16le-encode-loop): Handle surrogate pair.
5227         (utf-16be-encode-loop): Likewise.
5228         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
5229         of utf-16le-encode-loop.
5230         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
5231         of utf-16be-encode-loop.
5232         (mule-utf-16-post-read-conversion):
5233         Call utf-8-post-read-conversion at first.
5234         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
5235         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
5236         Add post-read-conversion and pre-write-conversion.
5238         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
5239         (utf-translate-cjk-unicode-range): New variable.
5240         (utf-translate-cjk-load-tables): New function.
5241         (utf-lookup-subst-table-for-decode): New function.
5242         (utf-lookup-subst-table-for-encode): New function.
5243         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
5244         tables here.  Update safe-charsets of utf-* coding systems.
5245         (ccl-mule-utf-untrans): New CCL.
5246         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
5247         at end of each branch.
5248         (ccl-mule-utf-8-encode-untrans): New CCL.
5249         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
5250         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
5251         length of encoding.  Don't return r0.
5252         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
5253         (utf-8-post-read-conversion): Narrow to region properly.
5254         If utf-translate-cjk-mode is on, load tables if necessary.
5255         Call utf-8-compose with hash-table arg if necessary.
5256         Call XXX-compose-region instead of XXX-post-read-convesion.
5257         (utf-8-pre-write-conversion): New function.
5258         (mule-utf-8): Include CJK charsets in safe-charsets if
5259         utf-translate-cjk-mode is on.  Add pre-write-conversion.
5261         * international/characters.el: Temporarily set
5262         utf-translate-cjk-mode to nil.
5264         * language/devan-util.el (devanagari-compose-region):
5265         Add autoload cookie.
5267         * international/ccl.el (ccl-dump-call): Fix printing the
5268         subroutine name.
5270 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
5272         * dired.el (dired-revert): If buffer is marked unmodified before
5273         reverting, keep it marked unmodified.
5274         Adapt to new conventions for commenting out code.
5275         (dired-make-relative): Adapt to new conventions for commenting out code.
5277 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
5279         * eshell/esh-module.el (eshell-load-defgroups):
5280         Bind `vc-handled-backends' to nil when opening files.
5282 2004-06-11  Juanma Barranquero  <lektu@terra.es>
5284         * files.el (parse-colon-path, cd): Doc fixes (refer to
5285         `path-separator', not colon).
5287 2004-06-10  Juanma Barranquero  <lektu@terra.es>
5289         * newcomment.el (comment-search-forward)
5290         (comment-search-backward): Fix typos in docstring.
5291         (comment-region): Doc fix.
5293 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
5295         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
5296         switch is no longer stored in `dired-switches-alist'.
5298         * dired-aux.el (dired-insert-subdir): Do not store R switch in
5299         `dired-switches-alist'.
5301 2004-06-10  Kim F. Storm  <storm@cua.dk>
5303         * pcvs.el (cvs-mode-diff-yesterday): New command.
5305         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
5307 2004-06-10  Juri Linkov  <juri@jurta.org>
5309         * emacs-lisp/edebug.el (edebug-eval-defun):
5310         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
5311         Fix docstring.
5313         * simple.el (eval-expression-print-format): Don't print additional
5314         information on the first call to `eval-print-last-sexp'.
5315         (next-error-find-buffer): Fix punctuation.
5316         (killing) <defgroup>: Fix punctuation.
5317         (yank-excluded-properties): Change group from editing to killing.
5319         * replace.el (perform-replace): Use `limit' to terminate the
5320         while-loop explicitly.
5322 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5324         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
5325         Use lc-*.xpm as prefix instead of *-locol.xpm.
5327         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
5328         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
5329         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
5330         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
5331         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
5332         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
5333         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
5334         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
5335         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
5336         * toolbar/lc-up_arrow.xpm:
5337         Rename from *-locol.xpm.
5339 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
5341         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
5342         include forms like &<str>; as valid url patterns.
5344 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
5346         * dired.el (dired-diff, dired-backup-diff)
5347         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
5348         (dired-do-chown, dired-do-touch, dired-do-print)
5349         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
5350         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
5351         (dired-create-directory, dired-do-copy, dired-do-symlink)
5352         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
5353         (dired-do-copy-regexp, dired-do-hardlink-regexp)
5354         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
5355         (dired-maybe-insert-subdir, dired-next-subdir)
5356         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
5357         (dired-kill-subdir, dired-tree-up, dired-tree-down)
5358         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
5359         (dired-run-shell-command, dired-query): Remove redundant,
5360         or incorrect, autoloads.
5362         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
5363         does not end in a slash.  Add optional argument KILL-ROOT.
5364         Update docstring.
5365         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
5366         (dired-query): Add autoloads.
5368 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
5370         * progmodes/compile.el (compilation-set-window-height):
5371         Rearrange the save-* functions because a buffer can have several current
5372         point in different windows.
5373         (compilation-error-regexp-alist-alist): Recognize {standard input}
5374         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
5376 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5378         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
5379         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
5380         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
5381         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
5382         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
5383         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
5384         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
5385         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
5386         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
5387         * toolbar/up_arrow-locol.xpm:
5388         New versions of icons that uses fewer colors.
5390         * toolbar/tool-bar.el (tool-bar-local-item)
5391         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
5392         if display-color-cells is 256 or less.
5394 2004-06-08  Kim F. Storm  <storm@cua.dk>
5396         * wid-edit.el (widget-specify-button): Use hand pointer rather
5397         than mouse-face as visible mouse-over effect.
5399 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
5401         * saveplace.el (save-place-alist-to-file): Bind `print-length'
5402         and `print-level' to nil when writing out `save-place-alist'.
5403         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
5405 2004-06-07  Juanma Barranquero  <lektu@terra.es>
5407         * completion.el (completion-kill-region): Doc fix.
5409         * format.el (format-insert-annotations)
5410         (format-annotate-location): Doc fixes.
5411         (format-subtract-regions): Make arguments match their use in docstring.
5413         * simple.el (kill-region): Doc fix.
5415         * subr.el (insert-buffer-substring-no-properties)
5416         (insert-buffer-substring-as-yank): Doc fixes.
5418 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
5420         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5421         Update docstring.
5422         (dired-reset-subdir-switches): New function.
5424         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
5425         Limit scope of `buffer-read-only' binding.
5427 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
5429         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
5430         eshell-explicit-command-char.
5432 2004-06-06  Juanma Barranquero  <lektu@terra.es>
5434         * help-fns.el (help-argument-name): Inherit from italic face only
5435         if the frame supports it.
5437 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5439         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
5440         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
5441         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
5442         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
5443         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
5444         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
5445         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
5446         New conversions from xpm files.
5448         * toolbar/README: New file.
5450 2004-06-06  Richard M. Stallman  <rms@gnu.org>
5452         * isearch.el (isearch-mode-map): Undo previous change.
5454 2004-06-05  Juri Linkov  <juri@jurta.org>
5456         * bindings.el (debug-ignored-errors): Add regexps for history
5457         related messages.  Remove $ from "No further undo information".
5458         Move Ediff's messages to ediff.el.
5460         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
5462         * cus-edit.el (custom-display): Add `min-colors'.
5464         * custom.el (defface): Add `supports' to docstring.
5466         * help-fns.el (help-argument-name): Add :group 'help.
5468 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
5470         * find-dired.el (find-ls-subdir-switches): New user option.
5471         (find-dired): No longer call `abbreviate-file-name' on DIR.
5472         Set `dired-subdir-switches' buffer-locally.
5474         * locate.el: Merge the two `Commentary' sections.
5475         (locate-ls-subdir-switches): New user option.
5476         (locate): Update for other changes.
5477         (locate-mode-map): Restore Dired binding for mouse-2.
5478         Bind `locate-mouse-view-file' to M-mouse-2.
5479         Bind `l' to `locate-do-redisplay'.
5480         (locate-main-listing-line-p, locate-do-redisplay): New functions.
5481         (locate-mouse-view-file, locate-tags, locate-find-directory):
5482         Print message if used outside main listing.
5483         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
5484         Various changes to support inserted subdirectories.
5485         (locate-insert-header): Change header of *Locate* buffer.
5487         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
5488         Change interactive default switches.
5489         (dired-rename-subdir-2): Update `dired-switches-alist'.
5490         (dired-insert-subdir, dired-kill-subdir):
5491         Handle `dired-switches-alist'.  Do not mark buffer modified.
5492         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
5493         (dired-insert-subdir-doinsert): Omit messages.
5494         Handle `dired-subdir-switches'.
5495         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
5497         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
5498         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
5499         subdirs if -R switch is used for a subdir.
5500         (dired-mode): Set `dired-switches-alist'.
5501         (dired-build-subdir-alist): Only print number of directories in
5502         echo area when invoked interactively.
5504 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
5506         * dired-x.el (dired-omit-mode): Rename from
5507         dired-omit-files-p.  Use define-minor-mode to define it.
5508         (dired-omit-files-p): Add as alias for dired-omit-mode.
5509         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
5510         dired-mark-omitted.
5511         (dired-mark-omitted): Add.  Bind to M-O.
5513 2004-06-05  Kenichi Handa  <handa@m17n.org>
5515         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
5517 2004-06-05  Juanma Barranquero  <lektu@terra.es>
5519         * help-fns.el (help-argument-name): Reintroduce face.
5520         (help-default-arg-highlight): Use it, now that
5521         `face-differs-from-default-p' can be trusted.
5523 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
5525         * textmodes/table.el: Sentence commands added to Point Motion
5526         group; kill and backward-kill commands added to Extraction group.
5528 2004-06-04  Mario Lang  <mlang@delysid.org>
5530         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
5531         systems appear to use mW, make the code handle this.  Fix a
5532         division-by-zero bug while at it, and handle kernels with
5533         a slightly different layout in /proc/acpi.
5535 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
5537         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
5538         because the latter is a CL-ism.  This fixes the bug reported by
5539         Shawn Boyette <mdxi@collapsar.net> in
5540         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5542 2004-06-04  Miles Bader  <miles@gnu.org>
5544         * faces.el (display-supports-face-attributes-p): Function moved to
5545         C code.  Previously only the tty-related portion of this function
5546         was done in C; however the previous attempt to do a halfway-proper
5547         job for non-tty displays in lisp didn't work properly because of
5548         funny conditions during Emacs startup.
5549         (face-differs-from-default-p): Simplify, now that
5550         display-supports-face-attributes-p works properly on all display
5551         types.  Remove :stipple from comparison; it doesn't really work
5552         in emacs anyway.
5554 2004-06-04  Miles Bader  <miles@gnu.org>
5556         * faces.el (face-differs-from-default-p): Use a different
5557         implementation, so we can really check whether FACE displays
5558         differently or not.
5560 2004-06-04  Miles Bader  <miles@gnu.org>
5562         * faces.el (display-supports-face-attributes-p): Implement a
5563         `different from default' check for non-tty displays.
5565 2004-06-03  David Kastrup  <dak@gnu.org>
5567         * woman.el (woman-mapcan): More concise code.
5568         (woman-topic-all-completions, woman-topic-all-completions-1)
5569         (woman-topic-all-completions-merge): Replace by a simpler and
5570         much faster implementation based on O(n log n) sort/merge instead
5571         of the old O(n^2) behavior.
5573 2004-06-03  Miles Bader  <miles@gnu.org>
5575         * subr.el (read-number): Use canonical format for default in prompt.
5577         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
5578         Add regexp for " [...]" style defaults.
5580 2004-06-02  Romain Francoise  <romain@orebokech.com>
5582         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
5583         groups: if the user asks for a hidden buffer, open the
5584         corresponding filter group to expose it.
5586         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
5587         `ibuffer-jump-to-buffer'.
5588         (ibuffer-jump-offer-only-visible-buffers): New user option.
5590 2004-06-02  Juanma Barranquero  <lektu@terra.es>
5592         * faces.el (frame-update-faces): Add empty docstring so the one
5593         for `ignore' doesn't show through.
5595         * subr.el (process-kill-without-query): Remove spurious "\n" on
5596         obsolescence string.
5597         (focus-frame, unfocus-frame): Add obsolescence declaration and
5598         empty docstring.
5600         * international/mule.el (register-char-codings): Make alias for
5601         `ignore'.  Move docstring to obsolescence info and remove redundancy.
5603 2004-06-02  Kim F. Storm  <storm@cua.dk>
5605         * frame.el (blink-cursor-start): Turn cursor off initially so blink
5606         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
5608 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5610         * comint.el (comint-replace-by-expanded-history-before-point):
5611         Obey `start' as the docstring says.
5612         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
5613         (comint-update-fence): Prevent font-lock from running unnecessarily.
5614         (comint-dynamic-list-completions): Use with-current-buffer.
5616 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5618         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
5619         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
5620         (bibtex-entry-update): Handle alternatives and optional fields.
5621         (bibtex-parse-entry): Bugfix, handle empty key.
5623 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5625         * vc-arch.el (vc-arch-state): Don't assume the file exists.
5627 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
5629         * desktop.el (desktop-save): Don't save minor modes without a
5630         known mode initialization function.
5632 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
5634         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
5636         * autorevert.el: Update `Commentary' section.
5638 2004-05-30  Juanma Barranquero  <lektu@terra.es>
5640         * dos-fns.el (convert-standard-filename):
5641         * files.el (convert-standard-filename):
5642         * w32-fns.el (convert-standard-filename):
5643         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
5645 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
5647         Sync with Tramp.
5649         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
5650         (tramp-let-maybe): Move to an earlier spot in the file.
5651         Patch by Andreas Schwab.
5653 2004-05-30  Andreas Schwab  <schwab@suse.de>
5655         * dired.el (dired-get-filename): Don't use dired-re-dot.
5657 2004-05-30  Richard M. Stallman  <rms@gnu.org>
5659         * files.el (find-file): Doc fix.
5661         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
5663 2004-05-30  Nick Roberts  <nickrob@gnu.org>
5665         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
5666         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
5667         modeline of the locals buffer.
5668         (gdb-goto-breakpoint): Handle gdbmi.
5669         (gdb-get-frame-number): Change for gdbmi.
5671 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
5673         * files.el (file-remote-p): Apply file name handler for operation
5674         `file-remote-p'.  It isn' a property any longer.
5675         (file-relative-name): `fh' and `fd' get the required value via
5676         `find-file-name-handler' already.
5678         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
5679         (top): Remove setting of `file-remote-p' property for
5680         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
5682 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
5684         Version 2.0.41 of Tramp released.
5686         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
5687         Throw away if process has died.
5688         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
5689         (tramp-out-of-band-prompt-regexp): Rename to
5690         `tramp-process-alive-regexp', because its usage is widen.
5691         (tramp-actions-copy-out-of-band): Apply it.
5692         (tramp-actions-before-shell, tramp-multi-actions):
5693         Add `tramp-action-process-alive' action.
5694         (tramp-action-process-alive): New defun.
5695         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
5696         Add entry for `file-remote-p'.
5697         (tramp-handle-file-remote-p): New defun.
5698         (top): Remove setting of `file-remote-p'.  Don't set
5699         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
5701         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
5702         `file-remote-p'.
5704         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
5705         counted for (last) line.  [They should or they shouldn't?  --Stef]
5706         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
5708 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
5710         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
5711         not really necessary but seems to keep the shell history smaller
5712         in some cases.  It is no substitute for setting HISTFILE and
5713         HISTSIZE from tramp-open-connection-setup-interactive-shell,
5714         though.  Suggested by Luc Teirlinck.
5715         (tramp-open-connection-setup-interactive-shell): Export variables
5716         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
5717         (tramp-set-process-query-on-exit-flag): New compat function.
5718         (tramp-open-connection-multi, tramp-open-connection-su)
5719         (tramp-open-connection-rsh, tramp-open-connection-telnet)
5720         (tramp-do-copy-or-rename-file-out-of-band): Use it.
5721         (tramp-let-maybe): New macro, let-binds a variable only if it
5722         isn't obsolete.
5723         (tramp-check-ls-commands, tramp-handle-expand-file-name)
5724         (tramp-handle-file-truename): Use it.
5725         (tramp-completion-file-name-regexp-unified): Avoid matching
5726         filenames starting with "/:" -- those are reserved for
5727         file-name-non-special.
5729         * tramp-smb.el (tramp-smb-open-connection):
5730         Use tramp-set-process-query-on-exit-flag compat function.
5732 2004-05-29  Richard M. Stallman  <rms@gnu.org>
5734         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
5736         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
5737         (eval-last-sexp-print-value): Print char equivalent regardless
5738         of standard-output value.
5740         * thumbs.el (thumbs-subst-char-in-string): Delete.
5741         (thumbs-thumbname): Use subst-char-in-string.
5742         (thumbs-resize-image): Use condition-case, not ignore-errors.
5743         (thumbs-kill-buffer): Likewise.
5745         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
5746         (thumbs-mode): Make buffer read-only.
5747         (thumbs-make-thumb): Unconditionally accept an existing file.
5748         (thumbs-insert-thumb): Add thumb-image-file property to the image.
5749         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
5750         (thumbs-show-thumbs-list): Error if images not supported.
5751         (thumbs-save-current-image): Improve prompt string.
5752         (thumbs-mode-map): Define u, R, x.
5753         (thumbs-unmark): New command.
5754         (thumbs-emboss-image): Minor cleanup.
5755         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
5756         (thumbs-rename-images): New command.
5757         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
5759         * thumbs.el (thumbs-current-image): New function.
5760         (thumbs-file-list, thumbs-file-alist): New functions.
5761         (thumbs-find-image): Delete arg L.
5762         Don't set up thumbs-fileL as buffer-local global var.
5763         (thumbs-find-image-at-point): Use thumbs-current-image.
5764         (thumbs-set-image-at-point-to-root-window): Likewise.
5765         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
5766         Record and warn about errors.  Update thumbs-markedL for deletions.
5767         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
5768         (thumbs-redraw-buffer): Use thumbs-file-list.
5769         (thumbs-mark): Use thumbs-current-image.
5770         (thumbs-show-name): Use thumbs-current-image.
5772         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
5773         and imenu--last-menubar-index-alist.
5775         * subr.el (with-selected-window): Undo previous change.
5777 2004-05-29  John Paul Wallington  <jpw@gnu.org>
5779         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
5780         (thumbs-mouse-find-image): New command.
5781         (thumbs-mode-map): Bind it to mouse-2.
5782         (thumbs-mode): Make mode-class special.
5783         (thumbs-view-image-mode): Likewise.
5785 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
5787         * flymake.el: New file.
5789 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
5791         * files.el (find-file-noselect-1): Do not bind
5792         `inhibit-read-only' to t during execution of
5793         `find-file-not-found-functions'.
5795 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5797         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
5798         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
5800 2004-05-28  Juri Linkov  <juri@jurta.org>
5802         * simple.el (eval-expression-print-format): New fun.
5804         * simple.el (eval-expression):
5805         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
5806         * emacs-lisp/edebug.el (edebug-compute-previous-result)
5807         (edebug-eval-expression): Print additionally the value returned by
5808         `eval-expression-print-format'.
5810         * emacs-lisp/lisp.el (insert-pair-alist): New var.
5811         (insert-pair): Make arguments optional.  Find character pair
5812         from `insert-pair-alist' according to the last input event.
5813         (insert-parentheses): Make arguments optional.
5814         (raise-sexp, delete-pair): New funs.
5816         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
5817         (emacs-lisp-mode-map, lisp-interaction-mode-map):
5818         Bind C-M-q to `indent-pp-sexp'.
5820         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
5821         `pp-to-string' modified to be able to format text with newlines.
5822         (pp-to-string): Move the buffer-formatting part of the code to
5823         `pp-buffer'.  Call `pp-buffer'.
5825         * info.el (Info-desktop-buffer-misc-data): Don't save information
5826         about virtual files.
5827         (Info-restore-desktop-buffer): Restore Info buffers in prepared
5828         buffers with names obtained from the desktop file instead of the
5829         default *info* buffer.
5831 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5833         * subr.el (with-selected-window): Only save/restore the selected window.
5835         * progmodes/compile.el (compilation-error-regexp-alist):
5836         Use expand-file-name and data-directory.
5838         * progmodes/grep.el (grep-tree): Rework previous fix.
5840         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
5841         after the user marked text with the mouse.
5843         * startup.el (command-line): Keep the first regexp of
5844         auto-save-file-name-transforms intact.
5846 2004-05-28  Juanma Barranquero  <lektu@terra.es>
5848         * cus-edit.el (customize-face, customize-face-other-window)
5849         (custom-face-edit-delete): Make arguments match their use in
5850         docstring.
5851         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
5852         docstring.
5854         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
5855         not `cvs-butlast'.
5857         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
5858         `nbutlast' are in subr.el).
5860         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
5861         (set-w32-system-coding-system): Doc fixes.
5863         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
5864         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
5865         Make arguments match their use in docstring.
5866         (artist-draw-region-trim-line-endings)
5867         (artist-mouse-choose-operation): Fix typo in docstring.
5868         (artist-key-set-point-common): Doc fix.
5870 2004-05-28  Simon Josefsson  <jas@extundo.com>
5872         * mail/smtpmail.el (smtpmail-open-stream):
5873         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
5875 2004-05-26  Simon Josefsson  <jas@extundo.com>
5877         * starttls.el: Merge with my GNUTLS based starttls.el.
5878         (starttls-gnutls-program, starttls-use-gnutls)
5879         (starttls-extra-arguments, starttls-process-connection-type)
5880         (starttls-connect, starttls-failure, starttls-success): New variables.
5881         (starttls-program, starttls-extra-args): Doc fix.
5882         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
5883         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
5884         and pass on to corresponding *-gnutls function if it is set.
5886 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
5888         * autorevert.el (auto-revert-handler): Disable auto-reverting of
5889         remote files.
5891 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
5893         * files.el (file-name-non-special): There are more operations
5894         which need handling: `find-backup-file-name',
5895         `insert-file-contents', `verify-visited-file-modtime',
5896         `write-region'.  Rename t value of method to `add'.  Add new
5897         methods `quote' and `unquote-then-quote' to file-arg-indices.
5899 2004-05-25  Juri Linkov  <juri@jurta.org>
5901         * info.el (Info-toc): Call Info-mode on intermediate buffer.
5902         (Info-index-nodes): Enclose code in condition-case to catch errors.
5903         (Info-index-node): Don't search all index nodes if request is only
5904         for the current node and file is not in the cache of index nodes.
5905         (Info-mode-map): Bind Info-copy-current-node-name to `w'
5906         for consistency with dired-copy-filename-as-kill.
5907         Bind `S' to Info-search-case-sensitively.
5908         (Info-copy-current-node-name): New arg.  With zero prefix arg put
5909         the name inside a function call to `info'.  Display copied text in
5910         the echo area.
5912 2004-05-25  Sam Steingold  <sds@gnu.org>
5914         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
5915         strip the package prefix from the symbol name, if any.
5916         Make it the `find-tag-default-function' for `lisp-mode'.
5918 2004-05-25  John Paul Wallington  <jpw@gnu.org>
5920         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
5921         instead of obsolete `process-kill-without-query'.
5923         * textmodes/texinfmt.el (texinfo-indexvar-alist):
5924         Declare as variable, not constant.
5926 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
5928         * files.el (find-file-noselect-1): Fix bug introduced by
5929         Revision 1.694.  As a side effect, `inhibit-read-only'
5930         is again, by default, t during execution of
5931         `find-file-not-found-functions'.
5932         (insert-directory): Check that lines were really inserted by
5933         the --dired switch, before erasing them.
5935 2004-05-24  Nick Roberts  <nickrob@gnu.org>
5937         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
5938         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
5939         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
5940         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
5941         gud-minor-mode (gdbmi).
5943 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
5945         * net/browse-url.el (browse-url-interactive-arg): Enable user to
5946         explicitly select the text to be taken as URL.
5948 2004-05-23  Juri Linkov  <juri@jurta.org>
5950         * info.el (Info-index-nodes): New var and fun.
5951         (Info-goto-index, Info-index, info-apropos)
5952         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
5953         (Info-index): Fix docstring.  Store and restore Info-history-list.
5954         (Info-complete-nodes): New var.
5955         (Info-complete-menu-item): Use it.
5956         (Info-index-node): New fun.
5957         (Info-final-node, Info-forward-node, Info-backward-node)
5958         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
5959         Use Info-index-node.
5960         (Info-extract-menu-item, Info-extract-menu-counting): Set second
5961         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
5962         (Info-find-node-2): If a node with period in its name not found,
5963         try to find a node without the name part after period.
5964         (Info-select-node): Call Info-fontify-node only if
5965         Info-fontify-maximum-menu-size is not nil.
5966         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
5967         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
5968         Preserve Info-history-list.
5969         (Info-toc): Set Info-current-file.
5970         (Info-build-toc): Move point to the beginning of the buffer.
5971         Add main-file variable.
5972         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
5973         Use backslashed representation of the control character ^_.
5975         * textmodes/texinfmt.el (texinfo-print-index): Print index line
5976         numbers in the new Texinfo 4.7 format.
5978         * add-log.el (change-log-font-lock-keywords): Remove `:' from
5979         regexps for function and variable names.
5981         * descr-text.el (describe-property-list): Add [show] button for
5982         `syntax-table' property with action to pp to a separate buffer.
5983         (describe-char): Replace search-forward by re-search-forward with
5984         whitespace regexp after "character:" to not fail in too narrow windows.
5986         * simple.el (next-error-find-buffer): Add a rule to return
5987         next-error capable buffer if one window on the selected frame
5988         displays such buffer.
5990 2004-05-23  Nick Roberts  <nickrob@gnu.org>
5992         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
5993         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
5994         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
5995         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
5996         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
5997         Handle new value for gud-minor-mode (gdbmi).
5998         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
5999         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
6000         Change from local to global gdb variable set.
6001         (gdb-ann3): Initialise above gdb variable set.
6002         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
6003         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
6004         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
6005         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
6006         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
6007         (gdb-info-locals-handler, gdb-invalidate-assembler)
6008         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
6009         set as global variables.
6010         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
6011         Handle gdbmi.
6012         (gdb-info-breakpoints-custom): Fix regexp.
6013         (def-gdb-var): Delete.
6015         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
6016         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
6017         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
6018         a new mode.  The file (gdb-mi.el) for this mode will be included
6019         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
6020         primary interface.
6022 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
6024         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
6025         interpreted as a directory.
6027 2004-05-22  Richard M. Stallman  <rms@gnu.org>
6029         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
6030         as a close quote.
6032         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
6034         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
6035         Use assoc-string, not assoc-ignore-case.
6037         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
6039         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
6040         If moving back then fwd gets a defun that ends before point,
6041         try again moving fwd then back.
6043         * files.el (file-name-non-special): Allow t in file-arg-indices
6044         to mean requote the return value.  Use `identity' as an element
6045         rather than as the whole value.
6047         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
6049 2004-05-22  Juanma Barranquero  <lektu@terra.es>
6051         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
6052         `help-make-usage'.
6053         (help-highlight-arguments): Skip function name before searching
6054         for arguments.
6056 2004-05-21  Juanma Barranquero  <lektu@terra.es>
6058         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
6059         Don't mention in the docstring these arguments meant for
6060         internal (recursive) use only.
6061         (allout-char-spec): Comment out (it's not implemented).
6062         (allout-old-expose-topic, allout-exposure): Fix docstring and add
6063         obsolescence declaration.
6064         (allout-flatten-exposed-to-buffer)
6065         (allout-indented-exposed-to-buffer): Fix typos in docstring.
6066         (my-mark-marker): Doc fix.
6067         (produce-allout-mode-map, allout-sibling-index)
6068         (allout-isearch-expose, allout-distinctive-bullet)
6069         (allout-open-topic, allout-reindent-body)
6070         (allout-rebullet-heading, allout-process-exposed)
6071         (allout-insert-listified, allout-latex-verb-quote)
6072         (allout-insert-latex-header, allout-insert-latex-trailer):
6073         Make arguments match their use in docstring.
6074         (allout-primary-bullet, allout-old-style-prefixes)
6075         (allout-inhibit-protection, allout-init, allout-mode)
6076         (allout-before-change-protect, allout-flag-region):
6077         Use "Emacs" instead of "emacs" in docstrings.
6079 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
6081         * international/characters.el: Modify syntax of more characters.
6083 2004-05-21  Masatake YAMATO  <jet@gyve.org>
6085         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
6086         (etags-tags-completion-table): Show parsing progress.
6088 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
6090         * locate.el (locate-prompt-for-command): Shorten first line of
6091         docstring.
6092         (locate-mode): Expand docstring and include keymap summary.
6094         * files.el (find-file-noselect-1): Limit the scope of the
6095         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
6096         is, by default, nil during the execution of
6097         `find-file-not-found-functions' and `find-file-hook'.
6099 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
6101         * facemenu.el (facemenu-color-name-equal): New function.
6102         (list-colors-display): Use it to compare colors instead of
6103         facemenu-color-equal.
6105 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
6107         * compare-w.el (compare-windows-face): Use min-colors instead of
6108         checking for tty or pc types.
6110 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6112         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
6113         (completion-setup-function): Use with-current-buffer.
6114         Properly save excursion.  Simplify.
6115         Don't assume there is necessarily a `mouse-face' property somewhere.
6117         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
6119         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
6121         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
6122         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
6123         Use with-current-buffer.
6124         (byte-goto-log-buffer): Delete.
6125         (byte-compile-log-file): Call compilation-forget-errors.
6127 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
6129         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
6130         output messages into the search result.
6132 2004-05-19  Masatake YAMATO  <jet@gyve.org>
6134         * wid-edit.el (widget-radio-button-notify): Revert my last
6135         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
6137 2004-05-19  Kenichi Handa  <handa@m17n.org>
6139         * international/characters.el: Fix syntax (open/close) of CJK chars.
6141 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
6143         * help-mode.el (help-go-back): Don't depend on position of back button.
6145 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
6147         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
6148         files files don't contain an accidental additional /.
6150         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
6151         in source buffer.
6153 2004-05-18  Masatake YAMATO  <jet@gyve.org>
6155         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
6156         to widget-apply.  :action method assumes 2 arguments, not 3.
6158 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
6160         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6161         New constants.
6162         (hs-special-modes-alist): Add an f90-mode entry.
6164 2004-05-17  Sam Steingold  <sds@gnu.org>
6166         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
6167         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
6169 2004-05-16  Kim F. Storm  <storm@cua.dk>
6171         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
6173 2004-05-15  John Wiegley  <johnw@newartisans.com>
6175         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
6176         (eshell-output-object-to-target): Improve output speed 20% by not
6177         calling `eshell-stringify' if something is already known to be a string.
6179 2004-05-15  Alex Ott  <ott@jet.msk.su>
6181         * textmodes/ispell.el (ispell-local-dictionary-alist):
6182         Add windows-1251 to the choice of coding systems.
6183         (ispell-dictionary-alist-6): Add support for "russianw.aff",
6184         encoded in cp1251.
6186 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
6188         * progmodes/compile.el (compilation-warning-face)
6189         (compilation-info-face): Use min-colors.
6191 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6193         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
6194         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
6195         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
6196         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
6197         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
6198         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
6199         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
6200         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
6201         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
6202         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
6203         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
6204         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
6205         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
6206         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
6208 2004-05-15  Kim F. Storm  <storm@cua.dk>
6210         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
6211         Use it to set triggered-p element of timer.
6212         (timer-event-handler): Set triggered-p element non-nil while running
6213         the timer function.
6215 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6217         * descr-text.el (describe-char-unicode-data)
6218         (describe-char-unicodedata-file): Re-enable the unicode code now that
6219         the licensing issues have been cleared in the unicode-4 license.
6220         (describe-text-properties-1): Remove unused `overlay' var.
6221         (describe-char): Remove unused var `buffer'.
6223 2004-05-14  David Ponce  <david@dponce.com>
6225         * tree-widget.el: New file.
6227 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
6229         * language/european.el ("Brazilian Portuguese"): Add support for
6230         Brazilian Portuguese.
6232 2004-05-13  John Wiegley  <johnw@newartisans.com>
6234         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
6235         `recentf-mode' if this variable has been customized to t.
6237         * eshell/esh-test.el (eshell-test): Call the function
6238         `emacs-version' rather than trying to build a custom version string.
6240 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6242         * net/telnet.el (telnet-mode): Use define-derived-mode.
6243         Don't modify the global value of comint-prompt-regexp.
6245 2004-05-13  John Paul Wallington  <jpw@gnu.org>
6247         * version.el (emacs-version): Check for `gtk' feature before
6248         `x-toolkit' feature.
6250 2004-05-13  Juanma Barranquero  <lektu@terra.es>
6252         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
6253         arguments in the docstring, they're used only in recursive calls.
6255         * help-fns.el (help-arg-highlighting-function)
6256         (help-argument-name): Delete.
6257         (help-default-arg-highlight): New function.
6258         (help-do-arg-highlighting): Use it.
6260 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
6262         * calendar/appt.el (appt-disp-window):
6263         Use `calendar-set-mode-line' for a centered mode-line.
6265 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
6267         * calendar/appt.el (appt-disp-window): Do not split window
6268         excessively when `split-height-threshold' is low.
6270 2004-05-12  Nick Roberts  <nickrob@gnu.org>
6272         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
6273         kill-buffer-hook here and make it local.
6274         (gud-kill-buffer-hook): Use kill-process for a sure kill.
6276 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
6278         * progmodes/compile.el (compilation-set-window-height):
6279         Use save-excursion to protect against misplaced marker.
6281 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6283         * custom.el (defface): Document that type can have value gtk.
6285         * faces.el (face-spec-set-match-display): Handle type gtk in display.
6287 2004-05-12  Kenichi Handa  <handa@m17n.org>
6289         * descr-text.el: Require quail at comile time.
6290         (describe-char): If an input method is on and it supports the
6291         character, show how to input it.
6293         * international/quail.el (quail-install-decode-map): Accept a
6294         char-table whose subtype is `quail-decode-map'.
6295         (quail-store-decode-map-key, quail-gen-decode-map1)
6296         (quail-gen-decode-map, quail-find-key1, quail-find-key)
6297         (quail-show-key): New functions.
6299 2004-05-12  Juanma Barranquero  <lektu@terra.es>
6301         * generic.el (define-generic-mode): Remove redundant arglist info.
6303         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
6304         Make arguments match their use in docstring.
6305         (help-arg-highlighting-function): New variable.
6306         (help-argument-name): Mention it in the docstring.
6307         (help-do-arg-highlight): Use it.  Expand regexp to accept also
6308         ARG-xxx and xxx-ARG references.
6310 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
6312         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
6313         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
6314         and "mailto:addr1?to=addr2" equal.
6316 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
6318         * man.el (Man-getpage-in-background): Use shell-file-name
6319         and shell-command-switch variables instead of hard-coded values.
6321 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
6323         * iimage.el: New file.
6325 2004-05-11  Juanma Barranquero  <lektu@terra.es>
6327         * custom.el (custom-initialize-default, defcustom):
6328         Fix typo in docstring.
6330         * files.el (set-visited-file-name, file-expand-wildcards):
6331         Fix docstring.
6333 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6335         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
6337         * subr.el (eventp): Be more discriminating with integers.
6339 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
6341         * progmodes/compile.el (compile): Add universal prefix arg.
6342         (compilation-error-regexp-alist-alist): Add edg patterns.
6344 2004-05-10  Sam Steingold  <sds@gnu.org>
6346         * textmodes/ispell.el (ispell-message):
6347         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
6349 2004-05-10  Dave Love  <fx@gnu.org>
6351         * progmodes/python.el (help-buffer): Autoload when compiling.
6352         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
6353         (run-python): Prepend to any existing PYTHONPATH.
6355 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
6357         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
6358         for pending breakpoints.
6360 2004-05-10  Richard M. Stallman  <rms@gnu.org>
6362         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
6363         directly without calling any functions in Rmail.
6364         (unrmail-unprune): Function deleted.
6366 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6368         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
6369         C-c C-z binding.
6371 2004-05-10  Kenichi Handa  <handa@m17n.org>
6373         * descr-text.el (describe-char): Fix previous change.  Don't make
6374         a unibyte character to multibyte in the *Help* buffer.
6376 2004-05-10  Miles Bader  <miles@gnu.org>
6378         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
6379         buffer an error if the debugger process is actually running.
6381 2004-05-10  Juanma Barranquero  <lektu@terra.es>
6383         * help-fns.el (help-argument-name): Default to italic.
6384         (help-highlight-arguments): Return always (usage . doc), even when
6385         usage is nil.
6387         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
6388         (define-ibuffer-filter): Add usage info.
6389         (define-ibuffer-op): Add usage info (but CL-style defaults for
6390         keyword args are not shown).
6392         * subr.el (remove-overlays, read-passwd): Fix docstring.
6393         (start-process-shell-command): Fix docstring.  Put usage info in a
6394         format usable by `describe-function'.
6395         (open-network-stream, open-network-stream-nowait)
6396         (open-network-stream-server): Fix docstring.
6398 2004-05-09  Jason Rumney  <jasonr@gnu.org>
6400         * international/code-pages (cp932, cp936, cp949, c950): Remove.
6401         Only define cp125* if windows-125* is already defined.
6403         * language/korean.el (cp949): Add alias.
6405         * language/chinese.el (cp936, cp950): Add aliases.
6407         * language/japanese.el (cp932): Add alias.
6409         * term/w32-win.el: Require code-pages.
6411         * international/mule-cmds.el (set-locale-environment):
6412         On MS-Windows use ansi code-page for default coding-systems.
6413         Set up paper sizes for Windows 3 letter languages.
6415         * international/code-pages.el (cp932, cp936, cp949, cp950):
6416         Add aliases.  Also add cp125* if not already defined.
6418 2004-05-09  Juanma Barranquero  <lektu@terra.es>
6420         * help-fns.el (help-highlight-arguments): Don't try to highlight
6421         missing or autoloaded arglists.  Accept structured arguments, like
6422         the first ones of `do' and `flet'.
6424         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
6425         (cvs-get-marked): Remove redundant arglist info.
6427         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
6428         Don't use CL-style default args.
6430 2004-05-08  Andreas Schwab  <schwab@suse.de>
6432         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
6434         * international/subst-ksc.el: Fix references to utf-translate-cjk
6435         into utf-translate-cjk-mode.
6436         * international/subst-big5.el: Likewise.
6437         * international/subst-gb2312.el: Likewise.
6438         * international/subst-jis.el: Likewise.
6439         * international/utf-16.el: Likewise.
6440         * international/utf-8.el: Likewise.
6442 2004-05-08  John Wiegley  <johnw@newartisans.com>
6444         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
6445         "virtual buffers" (off by default), which makes it possible to
6446         switch to the "virtual" buffers of recently visited files.  When a
6447         buffer name search fails, and this option is on, iswitchb will
6448         look at the list of recently visited files, and permit matching
6449         against those names.  When the user hits RET on a match, it will
6450         revisit that file.
6451         (iswitchb-read-buffer): Add two optional arguments, which makes
6452         isearchb.el possible.
6453         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
6454         (iswitchb-next-match): Add support for virtual buffers.
6456         * isearchb.el: This module extends iswitchb to provide "as you
6457         type" buffer selection.
6459         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
6460         Ignore the read-only property when flyspell highlighting is on.
6461         Not ignoring it leads to a series of confusing errors.
6462         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
6463         but also make sure to call flyspell-incorrect-hook.
6464         (flyspell-maybe-correct-transposition): Perform transposition test
6465         by bit twiddling a string, rather than using a temp buffer.
6466         (flyspell-maybe-correct-doubling): Use a string rather than a temp
6467         buffer.  This is also the original version of the code, which
6468         could not be checked in before due to a previous lack of
6469         assignment papers.  This version has seen heavy usage on my system
6470         for several years now.
6472         * calendar/cal-bahai.el: New file, which adds support for the
6473         Baha'i calendar to Emacs.  This calendar is based on a solar year
6474         of 19 months of 19 days, with 4 intercalary days.  Each year
6475         begins on March 21, with the calendar starting in 1844.
6477         * calendar/cal-menu.el, calendar/calendar.el,
6478         calendar/diary-lib.el, calendar/holidays.el: Added support for
6479         using cal-bahai.el.
6481         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
6482         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
6483         function can be used outside of eshell buffers.
6484         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
6486 2004-05-08  Juanma Barranquero  <lektu@terra.es>
6488         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
6489         word constituent so FOO-ARG is not recognized as an arg.
6490         (help-highlight-arguments): Don't skip lists in mandatory arguments.
6492         * simple.el (next-error): Fix typo in docstring.
6493         (open-line): Make argument names match their use in docstring.
6494         (split-line): Fix docstring.
6496         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
6497         usable by `describe-function'.
6498         (gensym, gentemp, typep, ignore-errors): Make argument names match
6499         their use in docstring.
6501         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
6502         argument to `help-setup-xref'.
6504 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
6506         Version 2.0.40 of Tramp released.
6508         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
6509         Use symbol-function to invoke functions only known on some Emacs
6510         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
6511         Scaldeferri <kevin@scaldeferri.com>.
6512         (tramp-do-copy-or-rename-file-via-buffer): Rename from
6513         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
6514         consistent with the other tramp-do-* functions.
6515         (tramp-do-copy-or-rename-file): Calls adjusted.
6516         (tramp-process-initial-commands): Avoid liveness check on shell --
6517         we know that it must be alive since we're opening a connection at
6518         this moment.
6519         (tramp-last-cmd): New internal variable.
6520         (tramp-process-echoes): New tunable.
6521         (tramp-send-command): Set tramp-last-cmd.
6522         (tramp-wait-for-output): Delete echo, if applicable.
6523         (tramp-read-passwd): Construct the key for the password cache in a
6524         way that works for multi methods, too.
6525         (tramp-bug): Add backup-directory-alist and
6526         bkup-backup-directory-info to bug reports, with Tramp counterparts.
6528 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
6530         * net/tramp*.el: Suppress byte-compiler warnings where possible.
6532         * net/tramp.el (tramp-out-of-band-prompt-regexp)
6533         (tramp-actions-copy-out-of-band): New defcustoms.
6534         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
6535         used instead of a synchronous one.  Allows password entering.
6536         (tramp-action-out-of-band): New defun.
6537         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
6538         Remove restriction with password from doc string.
6539         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
6540         `tramp-out-of-band-prompt-regexp',
6541         `tramp-actions-copy-out-of-band', `password-cache' and
6542         `password-cache-expiry'.
6543         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
6544         password caching.
6545         (tramp-touch): FILE can be a local file, too.
6546         (TODO): Remove items done.
6547         (tramp-handle-insert-directory): Properly quote file name also if
6548         not full-directory-p.  Handle wildcard case.  Reported by Andreas
6549         Schwab <schwab@suse.de>.
6550         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
6551         new file.
6552         (tramp-handle-file-local-copy, tramp-handle-write-region):
6553         The permissions of the temporary file are set if filename exists.
6554         Reported by Ted Stern <stern@cray.com>.
6555         (tramp-backup-directory-alist)
6556         (tramp-bkup-backup-directory-info): New defcustoms.
6557         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
6558         (tramp-handle-find-backup-file-name): New function.
6559         Implements Tramp's find-backup-file-name.
6561         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
6562         for `find-backup-file-name'.
6564         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
6565         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
6567 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
6569         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
6571 2004-05-07  Juanma Barranquero  <lektu@terra.es>
6573         * subr.el (lambda): Add arglist description to docstring.
6574         (declare): Fix typo in docstring.
6575         (open-network-stream): Fix docstring.
6576         (process-kill-without-query): Fix docstring and add obsolescence info.
6577         (last, butlast, nbutlast): Make arguments match their use in docstring.
6578         (insert-buffer-substring-no-properties): Likewise.
6579         (insert-buffer-substring-as-yank): Likewise.
6580         (split-string): Fix docstring.
6582         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
6583         Make argument names match their use in docstring.
6585         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
6587 2004-05-06  Nick Roberts  <nickrob@gnu.org>
6589         * progmodes/gdb-ui.el: Improve/extend documentation strings.
6590         Fit first sentence on one line for apropos-command.
6592 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6594         Changes largely merged in from Dave Love's code.
6595         * progmodes/python.el: Doc fixes.
6596         (python-mode-map): Add python-complete-symbol.
6597         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
6598         (python-comment-indent, python-complete-symbol)
6599         (python-symbol-completions, python-partial-symbol)
6600         (python-try-complete): New.
6601         (python-indent-line): Remove optional arg.  Use python-block-end-p.
6602         (python-check): Bind compilation-error-regexp-alist.
6603         (inferior-python-mode): Use rx.  Move keybindings to top level.
6604         Set comint-input-filter.
6605         (python-preoutput-filter): Use rx.
6606         (python-input-filter): Re-introduce.
6607         (python-proc): Start new process if necessary.
6608         Check python-buffer non-nil.
6609         (view-return-to-alist): Defvar.
6610         (python-send-receive): New.
6611         (python-eldoc-function): Use it.
6612         (python-mode-running): Don't defvar.
6613         (python-mode): Set comment-indent-function.
6614         Maybe update hippie-expand-try-functions-list.
6615         (python-indentation-levels): Initialize differently.
6616         (python-block-end-p): New.
6617         (python-indent-line): Use it.
6618         (python-compilation-regexp-alist): Augment.
6619         (run-python): Import `emacs' module to Python rather than loading
6620         code directly.  Set python-buffer differently.
6621         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
6622         Use python-proc.
6623         (python-send-command): Go to end of comint buffer.
6624         (python-load-file): Use python-proc, emacs.eimport.
6625         (python-describe-symbol): Simplify interactive form.
6626         Use emacs.help.  Do use temp-buffer-show-hook.
6627         Call print-help-return-message.
6628         (hippie-exp): Require when compiling.
6629         (python-preoutput-continuation): Use rx.
6631         * diff-mode.el (diff-make-unified): Fix regexp.
6633 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
6635         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
6636         filter groups from the buffer when rebuilding the Ibuffer buffer
6637         and `ibuffer-show-empty-filter-groups' is nil.
6639 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
6641         * ps-print.el (ps-print-quote): Call ps-value-string.
6642         (ps-setup): Call ps-comment-string.
6643         (ps-value-string, ps-comment-string): New funs.
6645 2004-05-06  Juanma Barranquero  <lektu@terra.es>
6647         * ehelp.el (electric-help-command-loop): Check whether the last
6648         character is visible, not (point-max).
6650         * help-fns.el (help-argument-name): Default to bold; don't inherit
6651         from font-lock-variable-name-face.
6652         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
6654 2004-05-05  Kenichi Handa  <handa@m17n.org>
6656         * descr-text.el (describe-char): Copy the character with text
6657         properties and overlays into the first line, and call
6658         describe-text-properties on it.
6660 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
6662         * iswitchb.el (iswitchb-global-map): Fix typo.
6663         Remove unwanted ###autoloads from source file.
6665 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
6667         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
6668         in run-hooks.  Use substitute-command-keys in message.
6669         (wdired-abort-changes): Add message.
6671 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
6673         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
6674         (sql-emacs20-p): Remove.
6675         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
6676         (sql-builtin-face, sql-doc-face): Remove.
6677         (sql-mode-ansi-font-lock-keywords)
6678         (sql-mode-oracle-font-lock-keywords)
6679         (sql-mode-postgres-font-lock-keywords)
6680         (sql-mode-linter-font-lock-keywords)
6681         (sql-mode-ms-font-lock-keywords)
6682         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
6683         (sql-product-font-lock): Fix font-lock reset when font rules change.
6684         (sql-highlight-product): Remove incorrect font-lock reset logic.
6686 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
6688         * ses.el (ses-set-parameter): Fix typo.
6690 2004-05-04  Kim F. Storm  <storm@cua.dk>
6692         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
6693         Must expand directory for completion to work; and don't mess with
6694         process-environment.
6695         (ido-read-file-name): If command has ido property, don't use ido
6696         if value is ignore, or read as directory if value is dir.
6697         Set ido ignore property for dired-do-rename command.
6699 2004-05-04  Juanma Barranquero  <lektu@terra.es>
6701         * ehelp.el (electric-help-command-loop, electric-help-undefined)
6702         (electric-help-help): Check against unmapped commands.
6704         * help-fns.el (help-argument-name): New face, inheriting from
6705         font-lock-variable-name-face, to highlight function arguments in
6706         `describe-function' and `describe-key'.
6707         (help-do-arg-highlight): Auxiliary function to highlight a given
6708         list of arguments in a string.
6709         (help-highlight-arguments): Highlight the function arguments and
6710         all uses of them in the docstring.
6711         (describe-function-1): Use it.  Do docstring output via `insert',
6712         not 'princ', so text attributes are preserved.
6714         * winner.el (winner-mode-map): Move `winner-undo' and
6715         `winner-redo' to C-c <left> and C-c <right>, respectively (the
6716         previous bindings conflict with `prev-buffer', `next-buffer').
6718 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6720         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
6721         (bibtex-entry-update): New command bound to C-c C-u.
6722         (bibtex-text-in-string): Fix regexp.
6723         (bibtex-assoc-of-regexp): Remove.
6724         (bibtex-progress-message): Fix docstring.
6725         (bibtex-inside-field): Use if.
6726         (bibtex-assoc-regexp): New function.
6727         (bibtex-format-entry): Make code more robust so that it formats
6728         also old entries.
6729         (bibtex-autokey-demangle-title): Merge with obsolete function
6730         bibtex-assoc-of-regexp.
6731         (bibtex-field-list): New function.
6732         (bibtex-entry): Use bibtex-field-list.
6733         (bibtex-parse-entry): Fix docstring.
6734         (bibtex-print-help-message): Use bibtex-field-list.
6735         (bibtex-make-field): Use bibtex-field-list.
6736         (bibtex-entry-index): Bugfix.  Return crossref key if required.
6737         (bibtex-lessp): Fix docstring.
6739 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
6741         * select.el (xselect-convert-to-string): Move comment to intended line.
6743 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6745         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
6746         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
6748 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6750         * term/x-win.el (x-clipboard-yank): Don't exit on error from
6751         x-get-selection.
6753 2004-05-03  Jason Rumney  <jasonr@gnu.org>
6755         * makefile.nt: Remove.
6757 2004-05-03  Kim F. Storm  <storm@cua.dk>
6759         * emulation/cua-base.el (cua--update-indications): Fix last change.
6760         (cua-mode): Deactivate mark when cua-mode is enabled.
6762 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
6764         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
6766 2004-05-03  Nick Roberts  <nickrob@gnu.org>
6768         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
6769         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
6770         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
6771         window over visible frames.
6772         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
6774 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6776         * progmodes/compile.el (compilation-gcpro): New var.
6777         (compilation-fake-loc): Use it.
6778         (compilation-forget-errors): Reset it.
6780 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
6782         * diff-mode.el (diff-header-face, diff-file-header-face):
6783         Use min-colors.
6785 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
6787         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
6788         (bibtex-clean-entry): Disentangle code.
6789         (bibtex-realign): New function.
6790         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
6791         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
6792         Remove undocumented optional arg called-by-convert-alien.
6793         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
6794         for sorting instead of bibtex-sort-buffer.
6796 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
6798         * progmodes/compile.el (compilation-start): In the
6799         no-async-subprocesses branch, call sit-for to give redisplay a
6800         chance to show the updated process status in the mode line, and
6801         fontify the buffer explicitly after the process exits.
6803 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
6805         * progmodes/python.el (python-compilation-line-number): Remove.
6806         (python-compilation-regexp-alist): Don't use it any more.
6807         (python-orig-start, python-input-filter): Remove.
6808         (inferior-python-mode): Don't set up comint-input-filter-functions.
6809         (python-send-region): Use compilation-fake-loc.
6811         * progmodes/compile.el (compilation-messages-start): New var.
6812         (compilation-mode): Don't setup next-error-function here.
6813         (compilation-setup): Set it up here instead (for minor modes as well).
6814         Make compilation-messages-start buffer local.
6815         (compilation-next-error-function): Use it.
6816         (compilation-forget-errors): Set compilation-messages-start.
6818 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
6820         * ielm.el (ielm-prompt-read-only): Update docstring.
6822         * comint.el (comint-prompt-read-only): Update docstring.
6823         (comint-update-fence, comint-kill-whole-line)
6824         (comint-kill-region): New functions.
6826         * simple.el (kill-whole-line): Use "p" instead of "P" in
6827         interactive form.
6829 2004-05-01  Juanma Barranquero  <lektu@terra.es>
6831         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
6832         format arglist so default values in CL-style argument lists are
6833         correctly shown.
6835 2004-05-01  Jason Rumney  <jasonr@gnu.org>
6837         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
6839 2004-05-01  Kenichi Handa  <handa@m17n.org>
6841         * international/titdic-cnv.el (miscdic-convert): Don't generate a
6842         quail file if it is up to date.
6844 2004-04-30  Juri Linkov  <juri@jurta.org>
6846         * cus-edit.el (custom-mode-map):
6847         Add key binding `C-x C-s' to `Custom-save'.
6849         * outline.el (outline-blank-line): New var.
6850         (outline-next-preface, outline-show-heading)
6851         (outline-end-of-subtree): Use it.
6853         * dired-aux.el (dired-touch-initial): New fun.
6854         (dired-do-chxxx): Call it for op-symbol `touch'.
6855         (dired-diff): Use `dired-dwim-target-directory'
6856         if current dired buffer has no buffer mark.
6858         * bindings.el (propertized-buffer-identification):
6859         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
6860         Add C-M-arrow keys for consistency.
6862         * files.el (confirm-kill-emacs):
6863         Change group from top-level `emacs' to `convenience'.
6865         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6866         Push mark on the first call of successive command calls.
6867         (insert-pair): New fun created from `insert-parentheses' with
6868         `open' and `close' arguments added.  Enclose active regions
6869         in paired characters.  Compare adjacent characters syntax with
6870         inserted characters syntax before inserting a space.
6871         (insert-parentheses): Call `insert-pair' with ?\( ?\).
6873         * delsel.el: Don't put `delete-selection' property
6874         on `insert-parentheses' symbol to take advantage of
6875         region handling in `insert-pair' function.
6876         Suggested by Stephan Stahl <stahl@eos.franken.de>.
6878 2004-04-30  Kim F. Storm  <storm@cua.dk>
6880         * emulation/cua-base.el: Add support for changing cursor types;
6881         based on patch from Michael Mauger.
6882         (cua-normal-cursor-color, cua-read-only-cursor-color)
6883         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
6884         Customization cursor type and/or cursor color.
6885         (cua--update-indications): Handle cursor type changes.
6886         (cua-mode): Update cursor indications if enabled.
6888         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
6890         * mouse.el (mouse-drag-copy-region): New defcustom.
6891         (mouse-set-region, mouse-drag-region-1): Use it.
6893         * simple.el (kill-ring-save): If region face background color is
6894         unspecified (if no highlighting), show extent of fully visible
6895         region even if transient-mark-mode is enabled.
6897         * emulation/cua-base.el (cua--standard-movement-commands):
6898         Add cua-scroll-up and cua-scroll-down.
6899         (cua-scroll-up, cua-scroll-down): New commands.
6900         (cua--init-keymaps): Remap scroll-up and scroll-down.
6902         * emulation/cua-rect.el (cua--convert-rectangle-as):
6903         New defmacro.
6904         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
6905         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
6906         New commands (suggested by Jordan Breeding).
6908 2004-04-30  Juanma Barranquero  <lektu@terra.es>
6910         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
6912 2004-04-30  Mario Lang  <mlang@delysid.org>
6914         * diff.el (diff-switches): Fix typo in docstring.
6916 2004-04-30  Alex Schroeder  <alex@gnu.org>
6918         * xml.el (xml-debug-print-internal): Don't add newline and
6919         indentation to text nodes and write empty elements as empty tags
6920         instead of opening and closing tags.
6921         (xml-debug-print): Take optional indent-string argument.
6922         (xml-print): Alias for xml-debug-print.
6924 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
6926         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
6927         than duplicate call to `line-beginning-position'.
6929         * progmodes/f90.el (f90-get-present-comment-type):
6930         Return whitespace, as well as comment chars, for consistent filling
6931         of comment blocks.  Use `match-string-no-properties'.
6932         (f90-break-line): Trim trailing whitespace when filling comments.
6934 2004-04-30  Dave Love  <fx@gnu.org>
6936         * calendar/diary-lib.el (diary-outlook-formats): New variable.
6937         (diary-from-outlook-internal, diary-from-outlook)
6938         (diary-from-outlook-gnus, diary-from-outlook-rmail):
6939         New functions to import diary entries from Outlook-format
6940         appointments in mail messages.
6942 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6944         * progmodes/python.el (python-send-command): New fun.
6945         (python-send-region, python-load-file): Use it.
6947         * progmodes/compile.el (compilation-last-buffer): Add var alias.
6949         * help-fns.el (help-C-file-name): Use new subr-name.
6950         Prepend `src/' to the file name.
6951         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
6952         (describe-function-1, describe-variable): Only find a C source file
6953         name if DOC is already loaded.
6955         * help-mode.el (help-function-def, help-variable-def):
6956         Use the new find-function-search-for-symbol functionality.
6957         Allow FILE to be `C-source'.
6959         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
6960         (find-function-C-source): New fun.
6961         (find-function-search-for-symbol): Use it.
6963 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
6965         * progmodes/sql.el (sql-product-alist): Rename variable
6966         `sql-product-support'.  Add Postgres login parameters.
6967         (sql-set-product, sql-product-feature): Update with renamed variable.
6968         (sql-connect-postgres): Add username prompt.
6969         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
6970         Make patterns less product specific.
6971         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
6972         (sql-mode-abbrev-table): Modify initialization.
6973         (sql-builtin-face): Add variable.
6974         (sql-keywords-re): Add macro.
6975         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
6976         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
6977         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
6978         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
6979         (sql-mode-linter-font-lock-keywords)
6980         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
6981         (sql-mode-sybase-font-lock-keywords)
6982         (sql-mode-informix-font-lock-keywords)
6983         (sql-mode-interbase-font-lock-keywords)
6984         (sql-mode-ingres-font-lock-keywords)
6985         (sql-mode-solid-font-lock-keywords)
6986         (sql-mode-sqlite-font-lock-keywords)
6987         (sql-mode-db2-font-lock-keywords): Default to nil.
6988         (sql-product-font-lock): Always highlight ANSI keywords.
6989         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
6990         (sql-send-string): Add function.
6992 2004-04-29  Dave Love  <fx@gnu.org>
6994         * progmodes/cfengine.el (cfengine-beginning-of-defun)
6995         (cfengine-end-of-defun): Ensure progress through buffer.
6997         * info-look.el (cfengine-mode): Accept a terminal ().
6999 2004-04-29  Juri Linkov  <juri@jurta.org>
7001         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
7002         instead of isearch-yank-word-or-char.  Add new key bindings for
7003         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
7004         (isearch-del-char): New fun.
7005         (isearch-forward, isearch-edit-string): Update docstring.
7006         (isearch-yank-char): Doc fix.
7007         (isearch-other-meta-char): Restore point after scrolling.
7009         * progmodes/compile.el (compilation-context-lines): Add nil option
7010         to disable compilation output window scrolling.
7011         (compilation-set-window): Use it.
7013         * outline.el (outline-next-preface, outline-show-heading):
7014         Don't leave unhidden blank line before heading.
7015         (outline-end-of-subtree): Include last newline into subtree.
7016         (hide-entry): Leave point at beginning of heading instead of end.
7017         (outline-up-heading): Push mark for the first call of successive
7018         command calls.
7020 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
7022         * comint.el (comint-prompt-read-only): New variable.
7023         (comint-output-filter): Implement it.
7025         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
7026         (ielm-prompt-internal): New variable.
7027         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
7028         (ielm-send-input): Delete unused variable `buf'.
7029         (ielm-eval-input): Use `ielm-prompt-internal'.
7030         (inferior-emacs-lisp-mode): Use new variables
7031         `comint-prompt-read-only' and `ielm-prompt-internal'.
7032         Get rid of obsolete variable `directory-sep-char'.
7033         (ielm): Use `zerop'.
7035 2004-04-29  John Paul Wallington  <jpw@gnu.org>
7037         * thumbs.el (toplevel): Require cl at compile time.
7038         Remove conditional definitions of `ignore-errors' and `caddar'
7039         because they occur at run time.
7041 2004-04-28  Nick Roberts  <nickrob@gnu.org>
7043         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
7044         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
7045         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
7046         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
7048         * progmodes/gud.el (gud-common-init): Throw an error if program is
7049         already running under gdb.
7051 2004-04-28  John Paul Wallington  <jpw@gnu.org>
7053         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
7054         (thumbs-show-image-num): Move assignment of
7055         `thumbs-current-image-filename' within scope of `i'.
7056         (thumbs-emboss-image): Don't use `evenp'.
7058 2004-04-28  Richard M. Stallman  <rms@gnu.org>
7060         * progmodes/compile.el (compilation-context-lines): Default now 0.
7062 2004-04-28  Juanma Barranquero  <lektu@terra.es>
7064         Use `time-less-p' from calendar/time-date.el instead of defining
7065         custom versions of it.
7067         * pcomplete.el (pcomplete-time-less-p): Remove.
7069         * thumbs.el (time-less-p): Remove.
7071         * calendar/timeclock.el (timeclock-time-less-p): Remove.
7072         (timeclock-generate-report): Use `time-less-p'.
7074         * emacs-lisp/autoload.el (autoload-before-p): Remove.
7075         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
7077 2004-04-28  Masatake YAMATO  <jet@gyve.org>
7079         * subr.el (remove-overlays): Make arguments optional.
7081         * wid-edit.el (widget-specify-button): Put evaporate to the
7082         overlay for sample.
7083         (widget-specify-sample): Put evaporate to the overlay for sample.
7084         (widget-specify-doc): Put evaporate to the overlay for documentation.
7086 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
7088         * info.el (info-apropos): Make it an index node.  Align node names
7089         like makeinfo.
7091 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
7093         * net/browse-url.el (browse-url-netscape-sentinel)
7094         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
7095         (browse-url-epiphany-sentinel, browse-url-mosaic):
7096         Use browse-url-*-program instead of a literal program name.
7098 2004-04-27  Kevin Ryde  <user42@zip.com.au>
7100         * eshell/em-alias.el:
7101         * eshell/em-dirs.el:
7102         * eshell/em-hist.el:
7103         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
7104         features when M-x customize-group loads modules before the main
7105         eshell.el.
7107 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
7109         * subr.el (momentary-string-display): Support EXIT-CHAR that is
7110         either a character representation of an event or an event
7111         description list.
7113         * type-break.el: Capitalise Emacs and Lisp.
7114         (type-break-good-break-interval, type-break-demo-boring-stats)
7115         (type-break-terse-messages, type-break-file-name): New defcustoms.
7116         (type-break-post-command-hook)
7117         (type-break-warning-countdown-string): Quote variable names in doc.
7118         (type-break-interval-start, type-break-auto-save-file-name): New vars.
7119         (type-break-mode): Document type-break-good-break-interval and the
7120         "session" file.  Schedule break according to the session file.
7121         Kill session file buffer on exit.  Organise for save-some-buffers
7122         to always save the session file.
7123         (type-break-mode-line-message-mode, type-break-query-mode):
7124         Uppercase arguments.
7125         (type-break-file-time, type-break-file-keystroke-count, timep)
7126         (type-break-choose-file, type-break-get-previous-time)
7127         (type-break-get-previous-count): New defuns.
7128         (type-break): Avoid break querying after a completed break in the
7129         case where the query was initiated during user invocation of the
7130         break.  Optional terse messages.
7131         Use type-break-good-break-interval if type-break-good-rest-interval is
7132         nil.  File the break time.
7133         (type-break-schedule): New optional args for overriding the use of
7134         the current time.
7135         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
7136         after a break.
7137         (type-break-check): File the keystroke count.
7138         (type-break-do-query): Prevent a second query when the break is
7139         interrupted.  Optional terse message.
7140         (type-break-keystroke-reset): Record the start of a typing interval.
7141         (type-break-demo-boring): Optional terse messages.  Display word
7142         per minute and keystroke counts according to
7143         type-break-demo-boring-stats.
7145 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
7147         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
7148         directories, make sure they exist under archive-tmpdir.
7150 2004-04-27  Juri Linkov  <juri@jurta.org>
7152         * help.el (view-emacs-news): With argument, display info for the
7153         selected version by finding it among different NEWS files, and
7154         narrowing the buffer to the selected version.
7156         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
7157         same-window-buffer-names.
7158         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
7159         non-numeric prefix argument, append the number to the buffer name
7160         for numeric prefix argument.
7161         (info-other-window): Bind same-window-regexps to nil.
7162         (Info-reference-name): Rename to Info-point-loc.
7163         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
7164         and Info-find-index-name for stringy Info-point-loc.
7165         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
7166         without middle `.', but with final `.' and optional line number
7167         for it.  Set Info-point-loc for index nodes.
7168         (Info-index): Remove middle `.' from index entry regexp.
7169         Modify line number regexp.
7170         (Info-index-next): Decrement line number.
7171         (info-apropos): Remove middle `.' from index entry regexp.
7172         Add optional line number regexp at the end.  Add matched value
7173         for line number to the result list and insert it to the buffer.
7174         Replace match-string by match-string-no-properties.
7175         Reorder result list.
7176         (Info-fontify-node): Hide index line numbers.
7177         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
7178         empty matches.
7179         (Info-follow-reference): Use `str' instead of
7180         Info-following-node-name-re.
7181         (Info-toc): Use full file names.  Set Info-current-node to "Top".
7182         (Info-fontify-node): Compare file names without directory name.
7183         (Info-try-follow-nearest-node): Don't set Info-reference-name.
7184         Set second arg of Info-extract-menu-node-name for index nodes.
7185         (info-xref-visited): Use magenta3 instead of magenta4.
7186         (Info-mode): Add info-apropos to docstring.
7188         * log-view.el (log-view-diff): Replace interactive code "r"
7189         by a list to allow to call it even if region is not active.
7191         * paren.el (show-paren-highlight-openparen): New var.
7192         (show-paren-function): Turn on openparen highlighting when
7193         matching forward if show-paren-highlight-openparen is non-nil.
7195         * simple.el (kill-ring-save): Use blink-matching-delay instead of
7196         the constant value 1.
7197         (completions-common-part): Expand docstring.
7199         * textmodes/picture.el (picture-mode-map): Add arrow keys.
7201 2004-04-27  Kim F. Storm  <storm@cua.dk>
7203         * image.el (insert-sliced-image): Use line-height instead of
7204         line-spacing property on newline.
7206 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
7208         * desktop.el (desktop-buffer-misc-data-function): Rename to
7209         desktop-save-buffer and change docstring.
7210         (desktop-buffer-modes-to-save): Delete.
7211         (desktop-save-buffer-p): Use desktop-save-buffer instead of
7212         desktop-buffer-modes-to-save.
7213         (desktop-save): Rename desktop-buffer-misc-data-function to
7214         desktop-save-buffer and allow non-function value.
7215         (desktop-missing-file-warning): Correct docstring.
7217         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
7218         to desktop-save-buffer.
7220         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
7221         desktop-save-buffer.
7223         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
7225         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
7227 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
7229         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
7231 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
7233         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
7234         (ielm): Only go to the end of the buffer when starting a new process.
7236 2004-04-25  Juanma Barranquero  <lektu@terra.es>
7238         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
7239         mode line.  Bind `inhibit-read-only' to t before modifying
7240         properties of text in the buffer.
7241         (ielm): Force point to the end of buffer, even when running ielm
7242         from inside itself.
7244 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
7246         * info.el (info-apropos): Reset Info-complete-cache.
7248 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
7250         * progmodes/compile.el (compilation-error-regexp-alist-alist):
7251         Also recognize severe Irix et al. messages.
7252         (compilation-normalize-filename, compile-abbreviate-directory):
7253         Delete functions.
7254         (compilation-get-file-structure): New function inherits
7255         functionality of the two preceding ones.
7256         (compilation-internal-error-properties, compilation-fake-loc):
7257         Use it so that different paths to the same file share the same
7258         markers.  Also optimize finding adjacent marker slightly.
7260 2004-04-25  Kim F. Storm  <storm@cua.dk>
7262         * image.el (insert-sliced-image): Add line-spacing t property
7263         to newlines separating image lines.
7265 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
7267         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
7269         * ielm.el (ielm-prompt-read-only): New user option.
7270         (ielm-prompt): Expand docstring to describe new behavior.
7271         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
7272         mention it in the docstring.
7274 2004-04-24  Andreas Schwab  <schwab@suse.de>
7276         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
7278         * diff.el (diff): Set default-directory in diff buffer.
7280 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
7282         * mail/sendmail.el (mail-bury): Don't delete the frame where the
7283         mail was being composed if the terminal cannot display more than
7284         one frame; instead, switch to previous frame.
7286         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
7287         (rmail-start-mail): Support rmail-mail-new-frame even on
7288         terminals that can display only one frame at a time.
7290 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7292         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
7293         (checkdoc-output-font-lock-keywords): Remove error regexp.
7294         (checkdoc-output-mode-map): Remove.
7295         (checkdoc-output-mode): Derive from compilation-mode.
7296         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
7298         * dired.el (dired-mode-map): Add a menu entry for wdired.
7300         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
7301         (rx-bracket, rx-check-any, rx-any): Clean up name space.
7303         * wdired.el: (wdired-mode-map): Move init into declaration.
7304         Fix `return' binding.
7305         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7306         Use force-mode-line-update.
7307         (wdired-get-filename): Use `unless'.
7308         (wdired-preprocess-files): Don't assume names have no \n and use / for
7309         dir separator.
7310         (wdired-normalize-filename): Use replace-regexp-in-string.
7311         (wdired-load-hooks): Remove.
7312         (wdired-mode-hooks): Rename to wdired-mode-hook.
7314         * info-look.el: Add support for cfengine-mode.
7315         (info-lookup-setup-mode): Use dolist.
7317 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
7319         * wdired.el: New file.
7321 2004-04-23  Juanma Barranquero  <lektu@terra.es>
7323         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
7325         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
7326         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
7327         (pcomplete--help, pcomplete--here): Doc fixes.
7329 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
7331         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
7332         handles wrong-number-of-arguments in backend call.
7334         * vc.el (vc-print-log): Likewise.
7336 2004-04-20  Dave Love  <fx@gnu.org>
7338         * emacs-lisp/rx.el: Doc fixes.
7339         (rx-constituents): Add/extend many forms.
7340         (rx-check): Check form is a list.
7341         (bracket): Defvar.
7342         (rx-check-any, rx-any, rx-check-not): Modify.
7343         (rx-not): Simplify.
7344         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
7345         (rx-kleene): Use rx-trans-forms.
7346         (rx-quote-for-set): Delete.
7347         (rx): Allow multiple args.
7349 2004-04-23  Kenichi Handa  <handa@m17n.org>
7351         * international/mule-util.el (char-displayable-p): Simplify by
7352         using internal-char-font.
7354 2004-04-23  Juanma Barranquero  <lektu@terra.es>
7356         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
7358 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7360         * diff-mode.el (diff-next-error): New fun.
7361         (diff-mode): Use it.
7363         * simple.el (next-error): Change arg name.
7364         Add support for the documented C-u C-x ` usage.
7366         * frame.el (special-display-popup-frame, next-multiframe-window)
7367         (previous-multiframe-window): Only consider frames on same display.
7369 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
7371         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
7372         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
7374 2004-04-22  Kim F. Storm  <storm@cua.dk>
7376         * net/telnet.el (telnet): Add optional port arg.
7378 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7380         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7381         Minor sanity check on the `hyperlink' slot.
7383         * Makefile.in (recompile): Compile new files.
7385         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
7386         Add byte-recompile-directory's optional `arg'.
7388         * cvs-status.el (cvs-tree-use-charset): New var.
7389         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
7390         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
7391         (cvs-status-cvstrees): Use it.
7393         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
7394         Make it a normal major mode.
7395         (checkdoc-buffer-label): Make sure the file name is meaningful.
7396         (checkdoc-output-to-error-buffer): Remove.
7397         (checkdoc-error, checkdoc-start-section): Rewrite.
7399         * info.el (info-node, info-menu-5, info-xref, info-header-node)
7400         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7401         (Info-title-4-face): Use new syntax.
7402         (info-xref-visited): Inherit from info-xref.
7404         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
7406 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
7408         * simple.el (next-error-last-buffer, next-error-function):
7409         New variables for the next-error framework.
7410         (next-error-buffer-p): New function.
7411         (next-error-find-buffer): Generalize compilation-find-buffer.
7412         (next-error, previous-error, first-error, next-error-no-select)
7413         (previous-error-no-select): Move from compile.el.
7415         * replace.el (occur-next-error, occur-1): Hook into the next-error
7416         framework.
7418         * progmodes/compile.el (compilation-start):
7419         Set next-error-last-buffer so next-error knows where to jump.
7420         (compilation-setup): Set the buffer-local variable
7421         next-error-function to 'compilation-next-error-function.
7422         (compilation-buffer-p, compilation-buffer-internal-p): Use an
7423         alternate way to find if a buffer is a compilation buffer, for
7424         next-error convenience.
7425         (next-error-no-select, previous-error-no-select, next-error)
7426         (previous-error, first-error): Move to simple.el.
7427         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
7428         (compilation-last-buffer): Remove.
7429         (compilation-start, compilation-next-error, compilation-setup)
7430         (compilation-next-error-function, compilation-find-buffer):
7431         Remove compilation-last-buffer use.
7433 2004-04-21  Juanma Barranquero  <lektu@terra.es>
7435         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
7436         (font-lock-warning-face): Fix spacing.
7438         * makefile.w32-in (WINS): Add url/ directory.
7440 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
7442         * desktop.el (desktop-buffer-mode-handlers): New variable.
7443         Alist of major mode specific functions to restore a desktop buffer.
7444         (desktop-buffer-handlers): Make variable obsolete.
7445         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
7446         Catch errors signaled in handlers.  Update buffer count.
7447         Evaluate desktop-buffer-point.
7448         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
7449         move to dired.el.
7450         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
7451         move to info.el.
7452         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
7453         move to mail/rmail.el.
7454         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
7455         to mh-e/mh-e.el.
7456         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
7457         On fail, print message (to message buffer) even if
7458         desktop-missing-file-warning is nil.
7459         (desktop-buffer-misc-data-function): New buffer local variable.
7460         Function returning major mode specific data.
7461         (desktop-buffer-misc-functions): Make variable obsolete.
7462         (desktop-save): Use desktop-buffer-misc-data-function.
7463         (desktop-buffer-dired-misc-data): Rename to
7464         dired-desktop-buffer-misc-data and move to dired.el.
7465         (desktop-buffer-info-misc-data): Rename to
7466         Info-desktop-buffer-misc-data and move to info.el.
7467         (desktop-read): Add message about number of buffers restored/failed.
7469         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
7470         Add parameters.  Pause to display error only when
7471         desktop-missing-file-warning is non-nil.
7472         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
7473         (dired-mode): Bind desktop-buffer-misc-data-function.
7475         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
7476         Add Parameters.
7477         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
7478         (Info-mode): Bind desktop-buffer-misc-data-function.
7480         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
7481         Add Parameters.
7483         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
7484         Add Parameters.
7486 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
7488         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
7489         the case of letters in case-insensitive expansions when the
7490         abbrev is preceded by characters with letter syntax.
7492 2004-04-21  Richard M. Stallman  <rms@gnu.org>
7494         * progmodes/cperl-mode.el (cperl-putback-char):
7495         Delete Emacs 18 definition.
7497         * international/mule.el (ctext-post-read-conversion):
7498         Use assoc-string, not assoc-ignore-case.
7500         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
7502         * emacs-lisp/easymenu.el (easy-menu-add):
7503         Do call x-popup-menu, but only if it's defined.
7505         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
7507         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
7508         Handle multiple args: compile like progn.
7510         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
7511         take all args as &rest arg.
7513         * autoinsert.el (auto-insert-alist): Insert the user's name in
7514         copyright notice, rather than Free Software Foundation.
7516 2004-04-21  Kenichi Handa  <handa@m17n.org>
7518         * descr-text.el (describe-char): Make it work on *Help* buffer.
7520 2004-04-21  Kim F. Storm  <storm@cua.dk>
7522         * image.el (insert-image): Add optional SLICE arg.
7523         (insert-sliced-image): New defun.
7525 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
7527         * subr.el (read-number): Check whether `default' is nil.
7529 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7531         * progmodes/compile.el (compilation-error-properties):
7532         Split into two.
7533         (compilation-internal-error-properties): New one.
7534         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
7536 2004-04-20  Richard M. Stallman  <rms@gnu.org>
7538         * window.el (split-window-save-restore-data):
7539         Don't update the data if OLD-INFO is nil.
7541         * view.el (view-return-to-alist): Mark it permanent local.
7543         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
7545         * recentf.el (recentf-save-list): Catch and warn about errors.
7547         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
7548         so "Buffers" won't be pure.
7550         * help-mode.el (help-mode-finish): Set help-return-alist first
7551         thing, setting only the entry for the selected window.
7553         * help-fns.el (describe-function-1): If many non-control non-meta
7554         keys run the command, don't list all of them.
7556 2004-04-20  Juanma Barranquero  <lektu@terra.es>
7558         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
7559         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
7561         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
7563 2004-04-20  Kenichi Handa  <handa@m17n.org>
7565         * international/quail.el (quail-lookup-key): New optional arg
7566         NOT-RESET-INDICES.
7567         (quail-get-translations): Call quail-lookup-key with
7568         NOT-RESET-INDICES t.
7569         (quail-completion): Likewise.
7570         (quail-lookup-map-and-concat): Likewise.
7572 2004-04-20  Kenichi Handa  <handa@m17n.org>
7574         * international/quail.el (quail-update-translation): Don't insert
7575         such an unsupported multibyte char in a unibyte buffer.
7577 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
7579         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
7580         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
7581         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
7582         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
7583         (gdb-frame-assembler-buffer): Improve behaviour with
7584         multiple frames.
7585         (gdb-display-buffer): Extend search to all visible frames.
7587 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
7589         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
7590         characters left after base64 decoding.
7591         (rmail-decode-region): Use -dos variety of `coding', to remove any
7592         ^M characters left after qp or base64 decoding.
7594 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7596         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
7597         messages.
7599 2004-04-19  Stephen Eglen  <stephen@gnu.org>
7601         * add-log.el (add-change-log-entry): Update doc string to mention
7602         add-log-full-name and add-log-mailing-address.
7604 2004-04-18  Juri Linkov  <juri@jurta.org>
7606         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
7607         (Info-find-node-2): Simplify error message.
7608         (Info-insert-dir): Use Info-following-node-name.
7609         (Info-goto-node): Remove *info-history* and *info-toc*.
7610         (Info-history): Create a node of the virtual history file.
7611         (Info-toc): Create a node of the virtual toc file.
7612         (Info-insert-toc): New arg `curr-file' for reference file names.
7613         (info-apropos): Remove redundant var binding for temp-file.
7614         (Info-index, Info-index-next, Info-mode): Doc fix.
7615         (Info-goto-emacs-command-node): Don't jump to *info* from
7616         non-*info* Info buffers.
7617         (Info-fontify-node): Don't show the file name of external
7618         references if `Info-hide-note-references' is `hide'.  Don't hide
7619         newlines at the end of paragraphs.
7621         * international/mule-diag.el (list-input-methods):
7622         Fix args to help-xref-button.
7624         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
7625         to put into effect local variables from TUTORIAL files.
7627         * textmodes/paragraphs.el (sentence-end) <function>: New fun
7628         with default value taken from the variable `sentence-end'.
7629         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
7630         Add nil const to :type.
7631         (sentence-end-without-period, sentence-end-double-space)
7632         (sentence-end-without-space): Doc fix.
7634         * textmodes/paragraphs.el (forward-sentence):
7635         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
7636         (fill-delete-newlines):
7637         * progmodes/cc-cmds.el (c-beginning-of-statement):
7638         Use function `sentence-end' instead of variable `sentence-end'.
7640 2004-04-18  Andreas Schwab  <schwab@suse.de>
7642         * progmodes/compile.el (compilation-start): Set window start to
7643         point-min if compilation-scroll-output is nil.
7645 2004-04-18  John Wiegley  <johnw@newartisans.com>
7647         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
7649 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
7651         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
7652         (gdb-info-breakpoints-custom): Revert previous change.
7653         (gdb-view-assembler): Update assembler if necessary.
7654         (gdb-frame-handler): Parse correctly for gdb-current-frame.
7655         (gdb-display-source-buffer): Update properly when both source and
7656         assembler are visible.
7658 2004-04-17  John Wiegley  <johnw@newartisans.com>
7660         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
7661         which limits the number of names shown in the minibuffer.  Off by
7662         default.
7663         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
7664         up iswitchb for users with a multitude of open buffers by showing
7665         only the first and last N/2 buffers in the completion list (which
7666         is enough to aid C-s/C-r, and to know that more characters are
7667         needed to refine the completion list).
7669 2004-04-17  Richard M. Stallman  <rms@gnu.org>
7671         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
7672         (file-truename): Expand all ~ constructs directly.
7673         (insert-directory): Delete any error msg output by the
7674         `insert-directory-program'.
7676         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
7677         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
7678         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
7679         (allout-init): Use find-file-hook, not find-file-hooks.
7680         (allout-mode): Eliminate Emacs 18 support.
7681         Use write-contents-functions, not local-write-file-hooks.
7683 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
7685         * progmodes/compile.el (compilation-error-properties): Fix for
7686         adding messages when there are already markers for their file.
7687         (compilation-fake-loc): New function.
7689 2004-04-16  Dave Love  <fx@gnu.org>
7691         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
7692         (python-load-file): Fix python-orig-start setting.
7694         * progmodes/compile.el: Doc fixes.
7695         (compilation-error-regexp-alist-alist)
7696         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
7697         (compilation-assq): Wrap in eval-when-compile.
7698         (compilation-mode-font-lock-keywords): Don't use list*.
7699         (compilation-start): Avoid warning.
7700         (compilation-compat-error-properties)
7701         (compilation-directory-properties): Add keymap property.
7702         (compilation-parsing-end): Make it a marker for better compatibility.
7704         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
7706 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
7708         * xml.el: Doc fixes.
7709         (xml-get-children): Only looks at sub-tags and ignore strings.
7711         * xml.el (xml-parse-tag): Avoid overwriting node-name.
7713 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7715         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
7717 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
7719         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
7721         * vc.el (vc-print-log): Likewise.
7723 2004-04-16  Masatake YAMATO  <jet@gyve.org>
7725         * simple.el (completion-setup-function): Set an initial value
7726         to `element-common-end' before entering loop.  Set a value
7727         to `element-common-end' at the end of loop.
7728         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
7729         (completions-common-part): Rename from completion-de-emphasis.
7730         (completions-first-difference): Rename from completion-emphasis.
7731         Suggested by RMS.
7733 2004-04-16  Juanma Barranquero  <lektu@terra.es>
7735         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
7736         (bookmark-edit-annotation-mode): Add mode name.
7738 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
7740         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
7741         for nested conflict markers.
7742         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
7744 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
7746         * progmodes/gdb-ui.el (gdb-goto-info): New function.
7748         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
7750 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7752         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
7753         Give a backtrace if requested.
7755         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
7757         * progmodes/python.el (python-mouse-2-command, python-RET-command):
7758         Remove unused functions.
7759         (python-orig-start-line, python-orig-file): Remove.
7760         (python-orig-start): New var.
7761         (python-input-filter, python-compilation-line-number)
7762         (python-send-region, python-load-file): Use it.
7764         * info.el (info): Always jump to *info*.
7766         * subr.el (posn-set-point): New function.
7768         * mouse.el (mouse-set-point): Use it.
7770         * progmodes/compile.el (compile-goto-error): Use it.
7771         (compilation-button-map): New keymap.
7772         (compilation-error-properties): Use it.
7773         (compilation-shell-minor-mode-map): Don't bind mouse-2.
7775         * smerge-mode.el (smerge-popup-context-menu): Use it.
7777         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
7778         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
7779         mouse and non-mouse case.
7781         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
7782         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
7784         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
7785         Make it work for non-mouse events.
7787         * pcvs-info.el (cvs-status-map): Update binding name.
7789 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
7791         * xml.el (xml-maybe-do-ns): New function to handle namespace
7792         parsing of both attribute and element names.
7793         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
7794         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
7795         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
7796         (xml-parse-attlist): Make it do its own namespace parsing.
7798 2004-04-14  Dave Love  <fx@gnu.org>
7800         * progmodes/python.el (run-python): Fix use of \n.
7801         (python-load-file): Remove `try' from Python fragment.
7802         (python-describe-symbol): Fix message.
7804         * comint.el: Doc fixes.
7805         (comint-last-input-start, comint-last-input-end)
7806         (comint-last-output-start): Give them values.
7807         (comint-arguments): Avoid warning.
7808         (comint-skip-prompt): Use line-end-position.
7809         (comint-backward-matching-input): Rename arg to agree with doc.
7810         (comint-extract-string): Use syntax-ppss.
7811         (comint-dynamic-simple-complete): Delete useless list construction.
7812         (comint-redirect-subvert-readonly): New.
7813         (comint-redirect-preoutput-filter): Use it.
7815         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
7816         Correctly handle negative arguments when calling hook functions.
7818 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
7820         * info.el (info-apropos): Don't clobber Info-history-list.
7822 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
7824         * progmodes/compile.el (compilation-setup):
7825         Localize overlay-arrow-position.
7826         (compilation-sentinel): Restructure code equivalently.
7827         (compilation-next-error): Find message on same line after point if
7828         not found before point.
7829         (compile-mouse-goto-error): Restore function so that compilation
7830         buffer need not be current and use compile-goto-error.
7831         (compile-goto-error): Restore function.
7832         (next-error): Set overlay-arrow-position.
7833         (compilation-forget-errors): Don't localize already local
7834         compilation-locs and remove FIXME about refontifying.
7836 2004-04-14
7837         Split the rule for dired marks into 3 separate rules: for marks,
7838         marked file names and flagged file names.
7840         * help-mode.el (help-make-xrefs): Add a final newline to the
7841         *Help* buffer.
7843 2004-04-11  John Paul Wallington  <jpw@gnu.org>
7845         * replace.el (occur-engine): Distinguish between one and several
7846         matches in the matches per buffer heading.
7848 2004-04-11  Kim F. Storm  <storm@cua.dk>
7850         * ido.el (ido-confirm-unique-completion): New defcustom.
7851         (ido-complete): Use it.
7852         (ido-write-file): Set it to t unconditionally.
7854 2004-04-10  Miles Bader  <miles@gnu.org>
7856         RCS keyword removal (only non-comment changes are enumerated here):
7858         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
7859         (byte-compile-insert-header): Don't use `byte-compile-version'.
7860         * forms.el (forms-version): Variable removed.
7861         (forms-mode): Don't use `forms-version'.
7862         * recentf.el (recentf-version): Variable removed.
7863         * progmodes/delphi.el (delphi-version): Variable removed.
7864         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
7866 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7868         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
7870 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
7872         * info.el (info-apropos): Improve menu item regexp.
7874 2004-04-09  Simon Josefsson  <jas@extundo.com>
7876         * mail/smtpmail.el: Add comment, based on report by
7877         kdc@rcn.com (Kevin D. Clark).
7879 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7881         * progmodes/compile.el (compilation-mode-font-lock-keywords):
7882         Redo one more thing that I didn't notice Daniel had undone.
7884 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
7886         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
7887         (gdb-goto-breakpoint, gdb-display-buffer)
7888         (gdb-display-source-buffer, gdb-view-source-function)
7889         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
7890         (gdb-source-info, gdb-frame-handler): Don't specify a window
7891         for display.
7892         (gdb-info-breakpoints-custom): Remove superfluous update of
7893         assembler buffer.
7894         (gdb-many-windows): Make settable outside gdb.
7896 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
7898         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
7899         Derive from fundamental-mode rather than text-mode.
7901 2004-04-08  Juri Linkov  <juri@jurta.org>
7903         * info.el (Info-history): Doc fix.
7904         (Info-history-list): New var.
7905         (info-xref): Change magenta4 to blue, remove bold for dark and
7906         light backgrounds, change bold to underline for non-color classes.
7907         (info-xref-visited): New face.
7908         (Info-fontify-visited-nodes): New custom.
7909         (Info-hide-note-references): Add new value `hide'.  Doc fix.
7910         (Info-reference-name): New var.
7911         (Info-selection-hook): New custom.
7912         (Info-edit-mode-hook): New var.
7913         (Info-find-file): New fun.
7914         (Info-find-node): Move part of code to Info-find-file.
7915         (Info-find-node-2): Add anchors to Info-history-list.  Move point
7916         to the place with the reference name if name is defined.
7917         (Info-select-node): Add current node to Info-history-list.
7918         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
7919         (Info-search-whitespace-regexp): New custom.
7920         (Info-search-case-fold): New var.
7921         (Info-search): Add "case-sensitively" to the prompt.
7922         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
7923         (Info-search-case-sensitively, Info-search-next): New fun.
7924         (Info-up): Move point to the menu item of the current node.
7925         (Info-history): New fun.  Add *info-history* to
7926         same-window-buffer-names.
7927         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
7928         (Info-insert-toc): New fun.
7929         (Info-build-toc): New fun.
7930         (Info-follow-reference): Add new arg `fork'.  Doc fix.
7931         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
7932         with the same name prefer the reference closest to point.
7933         (Info-next-reference): Replace * by + in the *Note regexp.
7934         Add regexp for http:// and ftp://.  Skip the *Note prefix.
7935         (Info-prev-reference): Replace * by + in the *Note regexp.
7936         Add regexp for http:// and ftp://.  Skip the *Note prefix.
7937         (Info-follow-nearest-node): Add new arg `fork'.
7938         (Info-try-follow-nearest-node): Add new arg `fork'.
7939         Call browse-url for http:// and ftp:// references.
7940         Set Info-reference-name for index entries.
7941         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
7942         Info-search-next, Info-history, Info-toc, clone-buffer.
7943         (Info-menu-update): Replace * by + in the *Note regexp.
7944         (Info-mode): Add documentation for Info-history, Info-toc,
7945         Info-search-case-sensitively, Info-search-next, clone-buffer.
7946         (Info-fontify-menu-headers): Remove fun.  Move code to
7947         Info-fontify-node.
7948         (Info-fontify-node): Add docstring.  Add local vars
7949         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
7950         then fontify header line, titles, menu headers, http and ftp
7951         references, refill paragraphs.  If not-fontified-p is t or
7952         fontify-visited-p is t then fontify cross references, menu items.
7953         Fontify menu headers.  Fontify http and ftp references.
7954         Change regexp for cross references to require whitespace after *Note,
7955         add matching groups for file and node names.  Remove hack for quote.
7956         Use display property for Info-hide-note-references=t.  Use fifth
7957         or fourth match for help-echo.  Display visited nodes in a
7958         different face.  Unhide file names of external references.
7959         Unhide newlines.  Display visited menu items in a different face.
7961 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7963         * progmodes/compile.el: Require CL.
7964         (compilation-mode-font-lock-keywords): Re-install the "line as
7965         function" patch.
7967         * help-fns.el (help-C-source-directory): New var.
7968         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
7969         (describe-function-1, describe-variable): Use them.
7971         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
7972         to C source files specially.
7974 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7976         * info.el (Info-hide-cookies-node): New function.
7977         (Info-select-node): Use it.
7978         (Info-display-images-node): Remove message with image file name.
7980 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
7982         * progmodes/compile.el (compilation-warning-face)
7983         (compilation-info-face, compilation-skip-threshold)
7984         (compilation-skip-visited, compilation-context-lines):
7985         Declare :version when added to Emacs.
7986         (compilation-error-regexp-alist-alist): Extend caml and irix.
7987         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
7988         (compilation-mode-font-lock-keywords): Temporarily undo line as
7989         function patch, which wasn't ready.
7991 2004-04-07  Kenichi Handa  <handa@m17n.org>
7993         * international/latin1-disp.el (latin1-display-setup): Check each
7994         character is displayable or not instead of calling
7995         latin1-display-check-font.
7997 2004-04-06  Kenichi Handa  <handa@m17n.org>
7999         * language/ethio-util.el (ethio-sera-being-called-by-w3):
8000         New variable.
8001         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
8002         instead of sera-being-called-by-w3.
8003         (ethio-fidel-to-sera-buffer): Likewise.
8004         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
8005         instead of sera-being-called-by-w3.
8006         (ethio-write-file): Likewise.
8008 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8010         * printing.el: Doc fix.
8012 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
8014         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
8015         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
8016         (gdb-setup-windows): Only use separate IO buffer if required.
8018 2004-04-06  Kim F. Storm  <storm@cua.dk>
8020         * term.el (term-is-xemacs): Remove.
8021         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
8022         (term-window-width): New function.
8023         (term-mode, term-check-size): Use it.
8024         (term-mode): Disable overflow-newline-into-fringe in term buffer.
8026 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
8028         * cus-edit.el (custom-add-parent-links): Change unbound variable
8029         `symbol' to `name'.
8031 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
8032         * info.el (info-apropos): New function.
8033         (Info-mode-menu): Add it.
8034         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
8036         * help-mode.el (help-make-xrefs): Recognize aliased variable with
8037         inherited docstring.
8039         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
8041 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8043         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
8045         * progmodes/compile.el (font-lock): Don't require any more.
8046         (compilation-error-properties, compilation-start, compilation-sentinel)
8047         (compilation-filter, next-error): Use with-current-buffer.
8048         (compilation-skip-to-next-location, compilation-skip-threshold)
8049         (compilation-skip-visited): Move to silence the byte-compiler.
8050         (compilation-setup): Simplify.
8051         (compilation-next-error): Use line-(beginning|end)-position.
8052         Make sure `pt' is non-nil before using compilation-loop.
8053         (compile-goto-error): Add optional event arg.  Use it.
8054         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
8055         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
8056         Update the binding for mouse-2.
8057         (first-error): Set compilation-current-error to nil rather than bob.
8058         (compilation-parsing-end, compilation-parse-errors-function)
8059         (compilation-error-list, compilation-old-error-list):
8060         "New" compatibility variables.
8061         (compile-buffer-substring, compilation-compat-error-properties)
8062         (compilation-compat-parse-errors, compilation-forget-errors):
8063         New compatibility functions.
8064         (compilation-mode-font-lock-keywords): Use them.
8066 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
8068         * autorevert.el (auto-revert-handler): If point (or a window
8069         point) is at the end of the buffer, keep it there after
8070         reverting.  This allows to tail a file.
8071         Mention this in the `Commentary'.
8073         * format.el (format-write-file): Add optional argument CONFIRM
8074         and make it behave like the analogous argument to `write-file'.
8076 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8078         * progmodes/ebnf2ps.el: Doc fix.
8079         (ebnf-version): New version number (4.2).
8080         (ebnf-syntax): Customization and docstring fix.
8081         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
8082         Put autoloaded funs before first use.
8083         (ebnf-style-database): Add dtd entry.
8084         (ebnf-syntax-alist): Add dtd initialization.
8085         (ebnf-token-sequence): New fun.
8086         (ebnf-comment-table): Add new comment action character.
8087         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
8089         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
8090         Type Definition for XML).
8092         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
8093         * progmodes/ebnf-bnf.el (ebnf-sequence):
8094         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
8095         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
8096         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
8097         Code simplification: call ebnf-token-sequence.
8099 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
8101         * calendar/timeclock.el (timeclock-relative)
8102         (timeclock-get-project-function, timeclock-get-workday-function)
8103         (timeclock-query-out, timeclock-when-to-leave)
8104         (timeclock-when-to-leave-string, timeclock-log-data)
8105         (timeclock-generate-report, timeclock-in): Doc fixes.
8107 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8109         * url/: New dir.  Import the URL package from its repository.
8111 2004-04-03  Andreas Schwab  <schwab@suse.de>
8113         * diff-mode.el (diff-mode): Fix missing quote.
8115 2004-04-03  Juri Linkov  <juri@jurta.org>
8117         * descr-text.el (describe-property-list): Add `font-lock-face'.
8119         * dired.el (dired-font-lock-keywords): Fix permission regexps.
8121 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8123         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
8124         Use utf-16le on little endian machines and utf-16be otherwise.
8126 2004-04-02  David Kastrup  <dak@gnu.org>
8128         * net/browse-url.el (browse-url-generic): Use call-process
8129         instead of start-process to allow browsers that fork and detach.
8131 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
8133         * compile.el (compilation-current-error): New var.
8134         (compilation-setup, compile-mouse-goto-error)
8135         (compile-goto-error, next-error): Use it.
8136         (compilation-skip-to-next-location): Default to t, which gives
8137         contiguous skipping like old compile (where this was redundant).
8138         (compilation-next-error): Prevent previous-* commands from moving
8139         back to message at or just before point.
8141 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
8143         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
8144         (gdb-source-info): Don't display source at startup, if required.
8145         (gdb-show-main): New option.
8146         (gdba): Update documentation.
8147         (gdb-source): Cover case of auto-display output.
8149 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
8151         * autorevert.el: Delete obsolete autoload's and defvar's.
8152         (auto-revert-check-vc-info): New user option.
8153         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8154         (auto-revert-handler-vc): Delete.
8155         (auto-revert-handler): Treat return value `fast' of
8156         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
8158         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
8159         return `fast'.
8161         * files.el (buffer-stale-function): Doc change.
8163 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8165         * printing.el: New tip on Tips section.
8166         (pr-version): New version number (6.7.4).
8167         (pr-shell-file-name): Initialization fix.
8169 2004-03-31  Juri Linkov  <juri@jurta.org>
8171         * dired.el: Add autoload for `dired-do-touch'.
8172         (dired-touch-program): New var.
8173         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
8174         (dired-no-confirm): Add `touch' to docstring.
8176         * dired-aux.el (dired-do-touch): New fun.
8177         (dired-do-chxxx): Add argument -t for touch operation.
8179         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
8180         `dired-move-to-filename-regexp'.
8182 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
8184         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
8186 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8188         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
8189         and only if the buffer was modified.
8191 2004-03-30  Kenichi Handa  <handa@m17n.org>
8193         * international/characters.el: Delete pairs for U+2308..U+230B.
8195 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
8197         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
8198         to detect the beginning of a level 2 or 3 annotation.
8200 2004-03-29  Kenichi Handa  <handa@m17n.org>
8202         * international/ucs-tables.el (ucs-insert): Fix the error message.
8204 2004-03-29  Kenichi Handa  <handa@m17n.org>
8206         * international/mule-util.el (char-displayable-p): Fix generation
8207         of XLFD file name.
8209         * Makefile.in (setwins, setwins_almost): Change directory to $wd
8210         before finding directories by `find'.
8212 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8214         * subr.el (interactive-form): Delete.  Now implemented in C.
8216         * pcvs.el (cvs-parse-process): Workaround for Darwin.
8218         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
8219         (vc-diff-label): New fun.
8220         (vc-diff-internal): Use it.
8222         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
8224 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8226         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
8228         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
8229         specify XML (EBNFX).
8231         * progmodes/ebnf2ps.el: Doc fix.
8232         (ebnf-version): New version number (4.1).
8233         (ebnf-syntax): Adjust customization.
8234         (ebnf-style-database): Add ebnfx entry.
8235         (ebnf-syntax-alist): Add ebnfx initialization.
8236         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
8238         * printing.el: Doc fix.
8239         (pr-version): New version number (6.7.3).
8240         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
8241         returns nil for mouse position.  Reported by Drew Adams
8242         <drew.adams@oracle.com>.
8243         (pr-update-menus): Modify interactive declaration.  Reported by Drew
8244         Adams <drew.adams@oracle.com>.
8246 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
8248         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
8249         (gud-gdba-marker-filter): Log the process input and output, if
8250         required.  From Stefan Monnier.
8251         (gdb-debug-log, gdb-enable-debug-log): New variables.
8252         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
8254 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8256         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
8257         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
8259 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
8261         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
8262         Call vc-find-file-hook here instead of in auto-revert-buffers.
8263         (auto-revert-buffers): Delete call to vc-find-file-hook.
8264         (auto-revert-verbose, global-auto-revert-non-file-buffers)
8265         (global-auto-revert-mode, auto-revert-set-timer)
8266         (auto-revert-handler, auto-revert-buffers): Doc fixes.
8268 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
8270         * woman.el (woman-change-fonts): Rename local variable
8271         woman-font-alist to font-alist to avoid a compiler warning.
8273 2004-03-27  Dave Love  <fx@gnu.org>
8275         * emacs-lisp/rx.el (rx): Doc fix.
8276         Fix copyright years.
8278         * strokes.el (strokes-global-set-stroke-string): New function.
8279         (strokes-list-strokes): Cope with strings, not just commands.
8280         Set foreground colour of image.
8281         (strokes-global-set-stroke): Doc fix.
8283 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
8285         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
8286         Auto Revert mode.
8287         (Buffer-menu-files-only): New variable.
8288         (Buffer-menu-toggle-files-only): New function.
8289         (Buffer-menu-mode-map): Bind it to `T'.
8290         (Buffer-menu-mode): Mention `T' in docstring.
8291         Set buffer-stale-function.
8292         (list-buffers-noselect): Mark buffer non-modified and set
8293         Buffer-menu-files-only.
8295         * dired.el (buffer-stale-function): Remove no longer needed defvar.
8297         * autorevert.el (auto-revert-handler): Print revert message
8298         before, rather than after, reverting.
8299         (buffer-stale-function): Move to files.el.
8301         * files.el (buffer-stale-function): Move here from autorevert.el.
8303 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
8305         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
8307         * calc/calc.el (calc-mode-map): Use mapc.
8309         * apropos.el (apropos-mode): Don't autoload.
8310         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
8311         (apropos): Use it.
8312         (apropos-print): Add optional `text' argument.
8313         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
8314         Don't assume point-min == 1.
8316         * bs.el (bs-buffer-list): Use buffer-local-value.
8317         (bs--set-toggle-to-show): Use with-current-buffer.
8319         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
8320         New funs.
8321         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
8323         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
8325         * dabbrev.el (dabbrev-expand): Fix regexp construction.
8326         (dabbrev--find-expansion): Use pop.
8327         (dabbrev--search): Use match-string-no-properties.
8329         * dired.el (dired-mode): Use run-mode-hooks.
8330         (dired-move-to-end-of-filename): Use match-string.
8332         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
8333         is bound before using it.
8334         (ediff-verbose-p): Make it into a var since it's not constant.
8336         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
8338         * faces.el (read-face-font): Don't cons up unnecessarily.
8339         (header-line, tool-bar): Share common parts.
8341         * files.el (file-relative-name): Use compare-strings.
8343         * finder.el (finder-mode): Follow coding convention.
8345         * subr.el (read-number): New function.
8347         * ses.el (ses-read-number): Move to subr.el.
8348         (ses-set-header-row): Use read-number.
8350 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
8352         * vc-hooks.el (vc-arg-list): New function, which handles both
8353         compiled and uncompiled code.
8354         (vc-default-workfile-unchanged-p): Use it.
8356         * vc.el (vc-print-log): Undo prev change, use new function
8357         vc-arg-list from vc-hooks.el.
8359 2004-03-26  Masatake YAMATO  <jet@gyve.org>
8361         * simple.el (completion-setup-function): Emphasize the
8362         first uncommon characters in the completions; and de-emphasize
8363         the common prefix substrings.
8364         (completion-emphasis): New face.
8365         (completion-de-emphasis): New face.
8367 2004-03-25  Juanma Barranquero  <lektu@terra.es>
8369         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
8370         Comment out (it's unused and unfinished code).
8372 2004-03-25  Sam Steingold  <sds@gnu.org>
8374         * vc.el (vc-print-log): Fix a bug in the last patch:
8375         backend-function may be a byte-compiled object, not a lambda.
8377 2004-03-25  Juri Linkov  <juri@jurta.org>
8379         * descr-text.el (describe-property-list): Add a button
8380         for `face' property that calls `describe-face'.
8381         Suggested by luis fernandes <elf@ee.ryerson.ca>
8383         * international/mule.el (keyboard-coding-system):
8384         * kmacro.el (kmacro-call-macro): Fix docstring.
8386         * dired.el: Fix comments.
8388         * textmodes/fill.el (fill): Fix Info link.
8390         * font-lock.el (fast-lock, lazy-lock):
8391         * jit-lock.el (jit-lock): Remove links to removed Support Modes
8392         Info node.
8394         * eshell/eshell.el (eshell): Fix broken info-link.
8396         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
8397         * eshell/em-banner.el (eshell-banner):
8398         * eshell/em-smart.el (eshell-smart):
8399         * eshell/esh-cmd.el (eshell-cmd):
8400         Comment out broken info-links to incomplete Info manual.
8402         * info-xref.el: Fix commentary.
8404 2004-03-25  Kevin Ryde  <user42@zip.com.au>
8406         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
8407         Remove spurious node duplicate suppression, doesn't work, not wanted.
8408         (info-xref-output): Take format style args, add "sit-for 0" to let
8409         user see the results as they progress.
8410         (info-xref-check-all-custom): New function.
8412 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
8414         * gdb-ui.el: Moved to progmodes.
8416 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8418         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
8420 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
8422         * calendar/appt.el (appt-check): Remove superfluous progn.
8423         When finished with diary buffer: if it was not being displayed
8424         before, kill it; otherwise restore its original state.
8425         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
8427         * calendar/calendar.el (calendar-set-mode-line): Use total
8428         available mode-line width, rather than frame-width.
8430         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
8431         after mode change so effect not lost.
8433 2004-03-23  Dave Love  <fx@gnu.org>
8435         * dired.el (dired) <defgroup>: Add link to manual.
8436         (dired-font-lock-keywords): Add highlighting on unusual permissions.
8437         (dired-revert): Use dolist.
8438         (dired-mode-map): Add U binding.
8439         (dired-mode): Add font-lock-beginning-of-syntax-function.
8440         (dired-garbage-files-regexp): Make it a defcustom.
8442 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8444         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
8445         is equivalent to nil.
8446         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
8447         (vc-arch-mode-line-string): Accept `added' state.
8448         (vc-arch-state): Use inode-sigs if available.
8449         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
8450         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
8451         (vc-arch-tagline-re): New var.
8452         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
8453         New functions.
8454         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
8455         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
8457         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
8458         (vc-file-not-found-hook): Use it.
8460         * diff-mode.el (diff-default-read-only): Change default.
8461         (diff-mode-hook): Make it a defcustom.  Add some options.
8462         (diff-mode-map): Bind diff-refine-hook.
8463         (diff-yank-handler): New var.
8464         (diff-yank-function): New fun.
8465         (diff-font-lock-keywords): Use them.
8466         (diff-end-of-file): Handle case where file-header looks like diff text.
8467         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
8468         (diff-file-kill): Delete a subsequent empty line, if applicable.
8469         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
8470         (diff-find-file-name): Use it.
8471         (diff-tell-file-name): New command.
8472         (diff-mode): Be careful with view-mode.
8473         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
8474         New functions, for use in diff-mode-hook.
8475         (diff-find-source-location): Catch "regex too large" errors.
8476         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
8477         (diff-refine-hunk): New command.
8479         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
8480         (smerge-context-menu-map): Remove unused var.
8481         (smerge-keep-all): Preserve markers.
8482         (smerge-keep-n): New fun.
8483         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
8484         (smerge-keep-current, smerge-ediff): Use it.
8485         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
8486         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
8487         (smerge-resolve): Resolve trivial 3-part conflicts.
8489 2004-03-23  Juri Linkov  <juri@jurta.org>
8491         * man.el (Man-width): New var.
8492         (Man-getpage-in-background): Use it.
8493         (Man-support-local-filenames): New var and fun.
8494         (Man-build-man-command): Don't add a second %s.
8495         (Man-fontify-manpage): Clean up message.
8496         (Man-mode): Set outline-regexp, outline-level,
8497         imenu-generic-expression.
8499         * woman.el (woman-fill-frame): Doc fix.
8500         (woman-decode-region): Use window-width instead of frame-width.
8502         * abbrevlist.el (list-one-abbrev-table):
8503         * descr-text.el (describe-char):
8504         * international/mule-diag.el (describe-current-coding-system):
8505         * international/quail.el (quail-insert-decode-map):
8506         Use window-width instead of frame-width.
8508         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
8509         (jka-compr-mode-alist-additions): Add tbz.
8510         (jka-compr-write-region, jka-compr-insert-file-contents):
8511         Add message for undefined compress-program.
8512         (jka-compr-write-region): Remove redundant var bindings.
8514         * dired-x.el (dired-guess-shell-alist-default): Add choices for
8515         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
8516         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
8517         (dired-man): Use dired-guess-shell-command.
8518         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
8519         Change default nil to t.
8521         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
8522         (dired-compare-directories): Add default value for empty input.
8524         * help-at-pt.el: Move suggestions for key bindings to Commentary.
8526         * time.el (display-time-string-forms): Fix help-echo date format.
8528 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
8530         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
8531         (buffer-stale-function): New variable.
8532         (auto-revert-list-diff, auto-revert-dired-file-list)
8533         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
8534         (auto-revert-handler): Take over some functionality of deleted
8535         functions.
8536         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
8538         * dired.el (dired-directory-changed-p): New fun, extracted from
8539         dired-internal-noselect.
8540         (dired-buffer-stale-p): New fun.
8541         (dired-internal-noselect): Use dired-directory-changed-p.
8542         Eliminate revert messages.
8543         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
8545 2004-03-23  Kenichi Handa  <handa@m17n.org>
8547         * international/characters.el: Setup syntaxes for more parentheses
8548         Unicode characters.
8550         * international/mule-cmds.el (select-safe-coding-system):
8551         Merge coding-system and auto-cs before comparing them.
8553 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8555         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
8557         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8558         normal-auto-fill-function and comment-indent-function.
8559         The default values now work just as well.
8560         Don't set font-lock-beginning-of-syntax-function since we already set
8561         syntax-begin-function.
8562         (lisp-outline-level): Put ;;;###autoload at same level as (.
8563         (prin1-char): Quote special chars.
8565         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
8566         than with-no-warnings.
8568         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
8569         if the source location can't be found.
8570         (edebug-compute-previous-result): Use prin1-char.
8572         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
8573         (debug-ignored-errors): Add an entry.
8575         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
8576         (byte-compile-file): Output warning when deleting a file.
8578         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
8579         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
8581         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
8582         (byte-compile-inline-expand): Use backquote.
8583         (byte-optimize-pure-func): Rename from byte-optimize-concat.
8584         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
8586         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
8588         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
8590 2004-03-22  Juri Linkov  <juri@jurta.org>
8592         * finder.el (finder-known-keywords): Fix data, tex, unix.
8594         * play/landmark.el: Fix keywords.
8596         * language/ethio-util.el (ethio-find-file): Doc fix.
8598         * emacs-lisp/warnings.el: Doc fix.
8600         * textmodes/ispell.el (ispell-help): Doc fix.
8602 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
8604         * format.el (format-insert-file): Always return a list of two
8605         elements, like insert-file-contents does.
8607 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
8609         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
8610         and vc-BACKEND-diff.
8611         (vc-print-log): If the print-log implementation supports it, use
8612         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
8613         (vc-version-diff, vc-diff-internal): Doc fixes.
8615         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
8616         implementation supports it, let diff output go to *vc*,
8617         not *vc-diff*, since this is an internal call.
8619         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
8621         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
8623         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
8625 2004-03-21  Dave Love  <fx@gnu.org>
8627         * progmodes/cfengine.el (cfengine-mode):
8628         Set parse-sexp-ignore-comments.
8630         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
8632 2004-03-21  Juanma Barranquero  <lektu@terra.es>
8634         * allout.el (allout-mode): Fix docstring.
8636 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
8638         * files.el (insert-directory): Fix bug if SWITCHES is a list.
8640         * autorevert.el (auto-revert-interval): Make new value take
8641         effect immediately when set through Custom.
8642         (auto-revert-set-timer): Add interactive declaration.
8644 2004-03-19  David Ponce  <david@dponce.com>
8646         * ruler-mode.el (ruler-mode-header-line-format-old):
8647         Don't `make-variable-buffer-local'.
8648         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
8649         (ruler-mode-header-line-format): Simply funcall the above.
8650         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
8651         to save/restore a previous header line format.
8652         (ruler-mode-space): Don't depend on a numeric WIDTH value.
8653         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
8654         fringes and margins width.
8655         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
8657 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
8659         * log-edit.el (log-edit-font-lock-keywords): Typo.
8661         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
8662         (tex-send-tex-command): Rather than here.
8663         (tex-compilation-parse-errors): Simplify.
8665         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
8667         * time.el (display-time-string-forms): Add help-echo with date on time.
8669         * composite.el (compose-region): Use restore-buffer-modified-p.
8671         * disp-table.el (standard-display-8bit): Simplify.
8673         * server.el (server-process-filter): Delete temp frame.
8675         * add-log.el (add-change-log-entry): Simplify.
8677 2004-03-19  Kim F. Storm  <storm@cua.dk>
8679         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
8680         (hexl-follow-line): Don't require 'fringe.
8682         * progmodes/compile.el (compilation-start): Always set
8683         compilation-last-buffer and return it.
8685 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
8687         * simple.el (clone-buffer): Doc fix.
8689 2004-03-18  Juanma Barranquero  <lektu@terra.es>
8691         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
8693 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
8695         * log-edit.el (log-edit-font-lock-keywords): New var.
8696         (log-edit-mode): Use it.
8698 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
8700         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
8701         properly for watching in speedbar.
8703 2004-03-17  Masatake YAMATO  <jet@gyve.org>
8705         * smerge-mode.el (smerge-popup-context-menu):
8706         Put `unwind-protect' around `overlay-put' and `popup-menu'.
8708 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
8710         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
8711         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
8712         Take sealed revisions into account.
8713         (vc-arch-checkin): Extract a summary line from the message.
8715 2004-03-16  Masatake YAMATO  <jet@gyve.org>
8717         * register.el (register): Provide `register' feature.
8719 2004-03-15  Masatake YAMATO  <jet@gyve.org>
8721         Added context menu support in smerge mode.
8722         Most of the part is written by Stefan Monnier.
8724         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
8725         New keymap and menu.
8726         (smerge-text-properties): New function.
8727         (smerge-remove-props): New function.
8728         (smerge-popup-context-menu): New function.
8729         (smerge-resolve): Call `smerge-remove-props'.
8730         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
8731         (smerge-keep-current): Ditto.
8732         (smerge-kill-current): New function.
8733         (smerge-match-conflict): Put text properties.
8734         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
8736 2004-03-15  David Ponce  <david@dponce.com>
8738         * ruler-mode.el: (ruler-mode-left-fringe-cols)
8739         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
8740         (ruler-mode-right-scroll-bar-cols): Remove.
8741         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
8742         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
8743         Use fringe-columns and scroll-bar-columns.
8745 2004-03-15  Masatake YAMATO  <jet@gyve.org>
8747         * hl-line.el (hl-line-range-function): New variable.
8748         (hl-line-move): New function.
8749         (global-hl-line-highlight): Use `hl-line-move'.
8750         (hl-line-highlight): Ditto.
8752         * scroll-bar.el (scroll-bar-columns):
8753         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
8755         * ruler-mode.el (top-level): Require scroll-bar and fringe.
8756         (ruler-mode-left-fringe-cols)
8757         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
8758         (ruler-mode-right-scroll-bar-cols)
8759         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
8760         (ruler-mode-ruler-function): New variable.
8761         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
8762         if the value for `ruler-mode-ruler-function'is given.
8764         * hexl.el (hexl-mode-hook): Make the hook customizable.
8765         (hexl-address-area, hexl-ascii-area): New customize variables.
8766         (hexlify-buffer): Put font-lock-faces on the address area and
8767         the ascii area.
8768         (hexl-activate-ruler): New function.
8769         (hexl-follow-line): New function.
8770         (hexl-highlight-line-range): New function.
8771         (hexl-mode-ruler): New function.
8773 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8775         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
8776         (vc-default-find-file-hook): New fun.
8777         (vc-find-file-hook): Call new find-file-hook operation.
8779         * vc-arch.el: New file.
8781 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
8783         * info-look.el (info-lookup): Reuse an existing Info window.
8785 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
8787         * woman.el (woman-preserve-ascii): Default value changed to t and
8788         doc string revised.
8790 2004-03-12  Richard M. Stallman  <rms@gnu.org>
8792         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8793         Fix minor bug.
8795         * replace.el (occur-engine): Change message for count of matches.
8797         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
8798         For strings, do compare text properties.
8800 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
8802         * progmodes/compile.el (compile-auto-highlight)
8803         (compilation-error-list, compilation-old-error-list)
8804         (compilation-parse-errors-function, compilation-parsing-end)
8805         (compilation-error-message, compilation-directory-stack)
8806         (compilation-enter-directory-regexp-alist)
8807         (compilation-leave-directory-regexp-alist)
8808         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
8809         (compilation-current-file, compilation-regexps): Remove vars.
8811         (compile-error-at-point, compilation-error-filedata)
8812         (compilation-error-filedata-file-name, compile-reinitialize-errors)
8813         (compilation-next-error-locus, compilation-forget-errors)
8814         (count-regexp-groupings, compilation-parse-errors)
8815         (compile-collect-regexps, compile-buffer-substring): Remove funs.
8817         (compile-internal): Make obsolete.
8819         (compilation-first-column, compilation-error)
8820         (compilation-directory-matcher, compilation-page-delimiter)
8821         (compilation-mode-font-lock-keywords, compilation-debug)
8822         (compilation-error-face, compilation-warning-face)
8823         (compilation-info-face, compilation-line-face)
8824         (compilation-column-face, compilation-enter-directory-face)
8825         (compilation-leave-directory-face, compilation-skip-threshold)
8826         (compilation-skip-visited, compilation-context-lines): New vars.
8828         (compilation-warning-face, compilation-info-face)
8829         (compilation-message-face): New faces.
8831         (compilation-error-regexp-alist-alist): New constant.
8833         (compilation-face, compilation-directory-properties)
8834         (compilation-assq, compilation-error-properties, compilation-start)
8835         (define-compilation-mode, compilation-loop)
8836         (compilation-set-window): New functions.
8838         (compile): Additional argument for interactive compiles like TeX.
8840         * progmodes/grep.el (kill-grep): Move here from compile.el
8841         (grep-error, grep-hit-face, grep-error-face)
8842         (grep-mode-font-lock-keywords): New variables.
8843         (grep-regexp-alist): Simplify regexp and add `binary' case.
8844         (grep-mode): New mode.
8845         (grep-process-setup): Simplify.
8847 2004-03-11  Jason Rumney  <jasonr@gnu.org>
8849         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
8850         letters on DOS/Windows.
8852 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8854         * server.el (server-name): New var.
8855         (server-socket-dir): New var to replace server-socket-name.
8856         (server-start): Use them.
8858 2004-03-11  Simon Josefsson  <jas@extundo.com>
8860         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
8861         died to avoid infloop.  Reported by Jonathan Glauner
8862         <jglauner@sbum.org>.
8864 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8866         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
8867         (smerge-mode-menu): Use it to deactivate menu entries.
8868         (smerge-keep-current): New fun.
8869         (smerge-keep-current): Use it.
8871 2004-03-10  John Paul Wallington  <jpw@gnu.org>
8873         * foldout.el (foldout-fold-list, foldout-modeline-string):
8874         Declare them as variables, not constants.
8876 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8878         * ps-print.el: Modification to print *Messages* buffer.
8879         (ps-print-version): New version 6.6.4.
8880         (ps-message-log-max): New fun.
8881         (ps-spool-without-faces, ps-spool-with-faces)
8882         (ps-count-lines-preprint): Code fix.
8884         * printing.el: New tips in Tips section.
8886 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8888         * delim-col.el: Doc fix.
8890         * printing.el: Doc fix.  New doc section (Tips).
8892 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8894         * type-break.el (type-break-emacs-variant): Remove.
8895         (type-break-run-at-time, type-break-cancel-function-timers):
8896         Use fboundp rather than version name and number.
8898 2004-03-09  Masatake YAMATO  <jet@gyve.org>
8900         * hexl.el (hexl-mode): Use `make-local-variable' instead of
8901         `make-variable-buffer-local'.
8903 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
8905         * find-dired.el (find-dired): Call `shell-command' instead of
8906         `start-process-shell-command'.  By this, Tramp takes over
8907         handling of remote directories.
8909 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8911         * newcomment.el (comment-use-global-state): New var.
8912         (comment-search-forward): Use it.
8914         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
8916         * cus-edit.el (fill) <defgroup>: Move to fill.el.
8918         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
8919         (enable-kinsoku): Make it a defcustom.
8920         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
8921         paragraph to same-comment-start-marker.
8923 2004-03-07  Dave Love  <fx@gnu.org>
8925         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
8926         (browse-url-mail): Use it.
8928         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
8929         (rfc2368-unhexify-string): Use replace-regexp-in-string.
8931 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
8933         * woman.el (woman-man.conf-path): Doc fix.
8934         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
8936 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
8938         * sort.el (sort-columns): Remove ms-dos from the list of systems
8939         where the external `sort' command is not used.
8941 2004-03-07  Kim F. Storm  <storm@cua.dk>
8943         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
8944         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
8945         from overlay-arrow-variable-list.
8946         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
8948 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
8950         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
8951         overlay arrow string properly for the assembler buffer.
8953 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8955         * mail/sendmail.el (mail-mode): Fix last change.
8957 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
8959         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
8960         for the assembler buffer.
8961         (gdb-assembler-custom): Position the overlay arrow.
8962         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
8964 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8966         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
8968         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
8969         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
8971         * mail/sendmail.el (mail-mode): Set comment-start-skip.
8973         * newcomment.el (uncomment-region): Allow non-terminated comment.
8974         (comment-normalize-vars): Check the user-specified comstart marker.
8976 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8978         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
8979         Otherwise, do use it if the region only contains font-lock text
8980         properties.
8982 2004-03-04  Masatake YAMATO  <jet@gyve.org>
8984         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
8985         as the callback function for eldoc.
8986         (hexl-print-current-point-info): New function.
8987         (hexl-current-address): Print the address in both decimal
8988         and hexadecimal format.
8990 2004-03-04  Richard M. Stallman  <rms@gnu.org>
8992         * mail/rmail.el (rmail-convert-to-babyl-format):
8993         Specify t for UNIBYTE when calling mail-unquote-printable-region.
8995         * mail/mail-utils.el (mail-unquote-printable-region):
8996         New arg UNIBYTE.
8998         * startup.el (command-switch-alist): Doc fix.
9000         * simple.el (undo): Temporarily set this-command to `undo-start',
9001         then set it to `undo' once undo-start returns without error.
9003         * simple.el (minibuffer-history-sexp-flag): Doc fix.
9005         * simple.el (kill-line): Don't disregard trailing whitespace
9006         in eol condition, if show-trailing-whitespace is set.
9008         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
9009         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
9010         When disabling, restore old values only if mouse-sel-has-been-enabled.
9012         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
9013         (isearch-{-char): New function.
9014         (isearch-mode-map): Bind { to isearch-{-char.
9016         * font-lock.el (lisp-font-lock-keywords-2):
9017         Turn off the CL with-... and do-... general patterns.
9018         Instead, recognize several specific with... and do... constructs.
9020         * files.el (switch-to-buffer-other-window):
9021         Bind same-window-buffer-names and same-window-regexps to nil.
9022         (switch-to-buffer-other-frame): Likewise.
9024 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9026         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
9027         recognizing leading comment on code line.
9029 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9031         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
9032         hidden files/directories.
9034 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9036         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
9037         only comment-start (in case the mode hasn't set it).
9039         * Makefile.in (AUTOGENEL): New var.
9040         (bootstrap-prepare): Rename from bootstrap-clean.
9041         Don't remove elc files.
9042         (maintainer-clean): New target.
9044         * xml.el (xml-get-attribute-or-nil): Simplify.
9046 2004-03-02  Juri Linkov  <juri@jurta.org>
9048         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
9049         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
9050         URL to prevent their substitution with the environment variable
9051         values by browsers.
9053 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9055         * ps-print.el: Doc fix.
9056         (ps-print-version): New version number (6.6.3).
9057         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
9058         Docstring fix.
9059         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
9060         before printing.
9061         (ps-time-stamp-yyyy-mm-dd): New fun.
9062         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
9064 2004-03-02  Kim F. Storm  <storm@cua.dk>
9066         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
9068 2004-03-01  Juanma Barranquero  <lektu@terra.es>
9070         * allout.el (allout-rebullet-heading): Fix typo in docstring.
9072         * desktop.el (desktop-file-version)
9073         (desktop-after-read-hook): Fix typos.
9074         (desktop-clear-preserve-buffers): Remove redundant info in
9075         docstring already shown by the obsolescence message.
9076         (desktop-truncate, desktop-internal-v2s)
9077         (desktop-value-to-string): Change argument name to match docstring.
9079         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
9081         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
9082         docstring.
9084 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9086         * printing.el: Replace "As Is..." in PostScript file print/preview by
9087         "No Preprocessing...".  Suggested by Colin Marquardt
9088         <_marquardt_@zmd.de>.
9089         (pr-insert-section-4): Adjust buffer interface.
9091 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
9093         Version 2.0.39 of Tramp released.
9095         * net/tramp.el (tramp-handle-file-local-copy)
9096         (tramp-handle-write-region, tramp-open-connection-rsh):
9097         Variable name typo.  Small change.  From Patrick Tullmann
9098         <tullmann@flux.utah.edu>.
9099         (tramp-process-connection-type): New variable.
9100         (tramp-maybe-open-connection): Use it.
9101         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
9102         (tramp-touch): Set last-modified time of a remote file.
9103         (tramp-handle-write-region): Say which function is used when encoding.
9105 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
9107         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
9108         case of non-existing filename, too.  Reported by Christoph Bauer
9109         <c_bauer@informatik.uni-kl.de>.
9110         (tramp-smb-get-file-entries): The directory in question should
9111         have permissions "drwxrwxrwx".  Just virtual, because we don't
9112         know the real permissions.  Don't we know?
9113         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
9114         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
9115         (tramp-smb-wait-for-output): Optimize algorithm getting pending
9116         output.  If it was received chunkwise, there have been problems.
9117         Remove the "prompt not found" error message; it is obvious.
9118         Simplify algorithm.
9119         (tramp-smb-process-running): Remove.  Since we acknowledge the
9120         virtual prompt for shares, there's no need for distinction of
9121         reading shares (process ends afterwards) and interactive mode of
9122         smblient.
9123         (tramp-smb-open-connection): Setting process sentinel removed.
9124         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
9125         "NT_STATUS_NETWORK_ACCESS_DENIED".
9126         (tramp-smb-maybe-open-connection): Set `process-connection-type'
9127         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
9128         (top-level): Setting default value in `tramp-default-method-alist'
9129         corrected.  Order of USER and HOST have been wrong.
9130         Nobody complained for months ...
9131         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
9132         (tramp-smb-open-connection): Clear password cache if login has failed.
9134         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
9135         `tramp-unified-filenames'.
9136         (tramp-completion-mode): Make test for XEmacs explicitely.
9137         `event-to-character' can exists in Emacs packages too.
9138         Reported by Matt Swift <swift@alum.mit.edu>.
9139         (tramp-buffer-name): Buffer name must contain the user if exists.
9140         Reported by Adrian Phillips <a.phillips@met.no>.
9141         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
9142         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
9143         (tramp-do-copy-or-rename-file-out-of-band): Rename from
9144         `tramp-do-copy-or-rename-file-one-local', because it handles also
9145         the case both files use the same out-of-band method.
9146         Implementation added.
9147         (tramp-handle-file-local-copy, tramp-handle-write-region):
9148         Out-of-band handling removed.  `copy-file' called instead, which
9149         calls `tramp-do-copy-or-rename-file-out-of-band'.
9150         (tramp-action-password): Check for out-of-band method removed.
9151         This function is used for 'login-program.
9152         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
9153         appropriate.
9154         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
9155         and `tramp-parse-sknownhosts'.
9156         (tramp-completion-function-alist): It's a defvar now, because we
9157         want to apply the optimized `tramp-set-completion-function'
9158         instead of a static list.
9159         (tramp-set-completion-function): Implementation tuned.
9160         Avoid double entries, and entries where the function or the
9161         file/directory doesn't exist.
9162         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
9163         for SSH2.
9164         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
9165         (tramp-handle-dired-compress-file): New function.
9166         (tramp-async-proc): New variable.
9167         (tramp-handle-shell-command): Adding asynchronous processes.
9168         They are far from being perfect, but it works at least for
9169         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
9170         (top-level): Require password.el if visible.  Should be mandatory
9171         once No Gnus has found its way into (X)Emacs.
9172         (tramp-read-passwd): Invoke `password-read' if available,
9173         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
9174         fallback any longer.
9175         (tramp-clear-passwd): New function.
9176         (tramp-process-actions, tramp-process-multi-actions):
9177         Clear password cache if login has failed.
9179         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
9180         its own module.
9181         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
9182         `ange-ftp-ftp-name-res'.  There could be incorrect values from
9183         previous calls in case the "ftp" method is used in the Tramp file
9184         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9186 2004-02-28  Richard M. Stallman  <rms@gnu.org>
9188         * term.el (term-mouse-paste): Call mouse-set-point.
9190         * thumbs.el: New file.
9192 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9194         * progmodes/ebnf-abn.el: Doc fix.
9196         * progmodes/ebnf-bnf.el: Doc fix.
9197         (ebnf-repeat): Code fix.
9199         * progmodes/ebnf2ps.el: Doc fix.
9200         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
9202 2004-02-28  Juri Linkov  <juri@jurta.org>
9204         * ffap.el (dired-at-point): Additional writability test for
9205         relative directory names.
9206         (dired-at-point-prompter): Treat directories as a directory, get
9207         the directory component from files.
9208         (ffap-string-at-point): Return string from region if region is active.
9209         (ffap-file-at-point): Remove redundant code.
9211 2004-02-28  Kim F. Storm  <storm@cua.dk>
9213         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
9214         Initialize margin area images to nil.
9215         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
9216         (breakpoint-enabled-bitmap-face)
9217         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
9218         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
9219         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
9220         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
9221         (gdb-reset): Use gdb-remove-breakpoint-icons.
9222         (gdb-put-string): Add dprop arg to specify alternative display
9223         property (for setting fringe bitmap).
9224         (gdb-remove-strings): Doc fix.
9225         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
9226         icon in fringe (if available), or else as icon or text in display
9227         margin.  Creates necessary icons in breakpoint-bitmap,
9228         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
9229         Also make left window margin if required.
9230         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
9231         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
9232         no longer needed.
9233         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
9234         gdb-put-breakpoint-icon.
9235         (gdb-assembler-mode): Don't set left-margin-width here.
9237 2004-02-27  Kevin Ryde  <user42@zip.com.au>
9239         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
9240         comma, so that it DTRT in macros.
9242 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9244         * progmodes/sh-script.el (sh-shell-arg)
9245         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
9246         (sh-leading-keywords, sh-other-keywords): Fix custom type.
9248 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
9250         * faces.el (face-spec-set-match-display): Add a new attribute,
9251         `min-colors'.
9252         (region, highlight, secondary-selection): Use `min-colors'.
9254         * custom.el (defface): Add documentation for `min-colors'.
9256         * font-lock.el (font-lock-comment-face, font-lock-string-face)
9257         (font-lock-keyword-face, font-lock-function-name-face)
9258         (font-lock-variable-name-face, font-lock-constant-face):
9259         Use `min-colors'.
9261         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
9263 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9265         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
9266         define assq-delete-all if it's not defined.
9267         (ebnf-generate-region): Code fix.
9269         * printing.el: Doc fix.
9270         (pr-version): New version number (6.7.2).
9271         (pr-command): Return empty string if command is an empty string.
9273 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
9275         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
9277         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
9278         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
9279         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
9280         "tt" ["test"] ).  Reported by Markus Dreyer
9281         <mdreyer@ix.urz.uni-heidelberg.de>.
9282         (ebnf-version): New version number (4.0).
9283         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
9284         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
9285         (ebnf-delete-style): New commands.
9286         (ebnf-directory, ebnf-file): New funs.
9287         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
9288         (ebnf-production-name-p, ebnf-stop-on-error): New options.
9289         (ebnf-syntax-alist): New var.
9290         (ebnf-element-width): New fun replacing ebnf-list-width.
9291         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
9292         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
9293         (ebnf-prologue): Adjust vars.
9294         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
9295         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
9296         (ebnf-check-style-values, ebnf-generate-production)
9297         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
9298         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
9299         (ebnf-token-repeat): Code fix.
9301         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
9302         %right, %left and %prec.  Suggested by Matthew K. Junker
9303         <junker@alum.mit.edu>.
9304         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
9306         * progmodes/ebnf-iso.el: Doc fix.
9307         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
9308         (ebnf-iso-lex): Code fix.
9310         * progmodes/ebnf-bnf.el: Doc fix.
9311         (ebnf-bnf-lex): Code fix.
9313         * progmodes/ebnf-otz.el: Doc fix.
9315 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
9317         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
9318         (abbrev-prefix-mark): Doc fix.
9320 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
9322         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
9323         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
9324         (gdb-var-delete): Make interactive (really).
9325         (gdb-edit-value): Make non-interactive.
9327         * progmodes/gud.el (gud-speedbar-menu-items):
9328         Add gdb-var-delete and, indirectly, gdb-edit-value.
9329         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
9330         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
9331         (gud-gdb-marker-filter): Add comment for annotations.
9333 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
9335         * calendar/calendar.el (generate-calendar)
9336         (calendar-read-date): Prevent display of BC calendars once more -
9337         reverts 2003-10-01 change.
9338         (generate-calendar-month): Doc fix.
9340 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
9342         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
9343         return value of increment-calendar-month.
9345 2004-02-21  Stephen Compall  <s11@member.fsf.org>
9347         * saveplace.el (save-place-forget-unreadable-files)
9348         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
9349         (save-place-forget-unreadable-files): New function.
9350         (save-place-alist-to-file): Use it to filter out files that are
9351         no longer readable.
9353         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
9354         current Texinfo environment, using the same method as in
9355         `texinfo-insert-@end', and insert a space rather than a newline if
9356         point in a @table environment.
9358 2004-02-21  Juri Linkov  <juri@jurta.org>
9360         * ffap.el (ffap-file-at-point): Try parent directories.
9362 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
9364         * vcursor.el (vcursor-modifiers): New defcustom.
9365         (vcursor-cs-binding): Use vcursor-modifiers instead of a
9366         hard-coded list.
9368 2004-02-21  Masatake YAMATO  <jet@gyve.org>
9370         * play/animate.el (animate-birthday-present): Accept names other
9371         than `Sarah', too.
9373 2004-02-21  Juri Linkov  <juri@jurta.org>
9375         * startup.el: Remove table of command line arguments from the
9376         Commentary section.
9378 2004-02-20  John Wiegley  <johnw@newartisans.com>
9380         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
9381         again" modifier from 'e' to 'E', since 'e' is also used by the
9382         "file extension" modifier.
9384 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
9386         * help-fns.el (describe-categories): Doc fix.
9388 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
9390         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
9391         temporary file for buffer already visiting one.  This change makes
9392         output likely to be directly usable by patch program.
9393         Suggested by Adrian Aichner  <adrian@xemacs.org>
9395 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
9397         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
9398         case of variables defined in compound statements.
9399         (gdb-setup-windows, gdb-source-info, gdb-source-info):
9400         Simplify constructions using switch-to-buffer.
9402 2004-02-19  Simon Josefsson  <jas@extundo.com>
9404         * play/morse.el: Fix typo.
9405         (morse-code): Add @.
9407 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
9409         * calendar/appt.el (appt-display-format): Change default to
9410         'ignore, for backwards compatibility.
9411         (appt-display-message): If appt-display-format is 'ignore,
9412         respect old vars appt-msg-window and appt-visible.
9413         (appt-activate): Don't depend on return value of cancel-timer.
9415         * calendar/calendar.el (calendar-holidays): Doc fix.
9417         * calendar/cal-coptic.el (coptic-prompt-for-date):
9418         Use assoc-string instead of assoc-ignore-case.
9419         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
9420         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
9421         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
9422         * calendar/cal-islam.el (calendar-goto-islamic-date)
9423         (mark-islamic-diary-entries): Ditto.
9424         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
9425         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
9426         (calendar-read-mayan-tzolkin-date): Ditto.
9427         * calendar/calendar.el (calendar-read-date): Ditto.
9428         * calendar/diary-lib.el (mark-diary-entries): Ditto.
9430 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9432         * progmodes/executable.el (executable-command-find-posix-p):
9433         Fix choice of the directory.
9435 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
9437         * simple.el (interprogram-cut-function)
9438         (interprogram-paste-function, kill-new, kill-append):
9439         Doc fixes.
9440         (kill-region): Make it return nil.  Doc fix.
9441         (yank-pop): Make its argument optional.
9442         (yank): Make ARG `-' equivalent to `-1'.
9444 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
9446         * mail/rmail.el (rmail-get-new-mail): Don't reference
9447         rmail-use-spam-filter if rmail-spam-filter is not loaded.
9449 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
9451         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
9452         if one of global-auto-revert-non-file-buffers or autorevert-mode
9453         is non-nil.
9455 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
9457         * subr.el (delete-dups): A better implementation from Karl Heuer
9458         <kwzh@gnu.org>.
9460 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
9462         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
9463         correct place.
9464         * progmodes/icon.el (icon-indent-command): Ditto.
9465         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
9467 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
9469         * progmodes/grep.el (grep-compute-defaults): Undo change from
9470         2004-01-29: don't use executable-command-find-posix-p.
9472 2004-02-16  Richard Sharman  <rsharman@pobox.com>
9474         * hilit-chg.el: Use require instead of eval-and-compile.
9475         (highlight-compare-buffers): New function.
9477 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
9479         * man.el (Man-fontify-manpage): Render section headings in
9480         `Man-overstrike-face' even when overstrike was not used by man
9481         formatter for section headings.
9483 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
9485         * rmail-spam-filter.el: (vm-use-spam-filter)
9486         (rsf-min-region-length-added-to-spam-list): New variables.
9487         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
9488         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
9489         spam testing.  Don't delete spam message if automatic deletion
9490         after output via variable rmail-delete-after-output is turned on.
9491         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
9492         rsf-bbdb-dont-create-entries-for-spam.
9493         (check-field): New function, extracted from code in
9494         rmail-spam-filter to ease addition of header fields like content-type.
9495         (message-content-type): New variable to check the content-type:
9496         field added, also in defcustom of rsf-definitions-alist.
9497         (rmail-spam-filter): Replace repeated test code for header fields
9498         by calls to check-field; change the call to
9499         rmail-output-to-rmail-file such that rmail-current-message stays
9500         the same to avoid wrong deletion of unseen flags.
9501         (rsf-add-contents-type): New function to convert old format
9502         of rmail-spam-definitions-alist into new one.
9503         Change prefixes of all variables and functions from
9504         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
9506 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
9508         * loadhist.el (unload-hook-features-list): New defvar.
9510 2004-02-16  Dave Love  <fx@gnu.org>
9512         * loadhist.el (unload-feature): Doc fix.  Rename flist to
9513         unload-hook-features-list.
9515 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
9517         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
9518         cookie.  Don't check if we are looking-at open-formula.
9520 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9522         * subr.el (match-string-no-properties): Use substring-no-properties.
9524 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
9526         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
9527         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
9528         Use lower-case "rx" in all error message.
9530 2004-02-16  Dave Love  <fx@gnu.org>
9532         * emacs-lisp/rx.el (rx-or): Put group around result.
9533         (rx-constituents): Add backref.
9534         (rx-syntax): Add string-delimiter, comment-delimiter.
9535         (rx-categories): Add combining-diacritic.
9536         (rx-check-not, rx-greedy, rx): Doc fix.
9537         (rx-backref, rx-check-backref): New.
9539 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
9541         * newcomment.el (uncomment-region): Allow eob as comment end.
9543 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
9545         * filecache.el: All message and error commands now use prefix
9546         "Filecache:" to make it easy to read *Messages* buffer.
9548 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
9550         * autorevert.el: Add support to detect changed dired and VC buffers.
9551         (auto-revert-active-p, auto-revert-list-diff)
9552         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
9553         (auto-revert-handler, auto-revert-active-p): New functions.
9554         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
9555         and `auto-revert-active-p'.
9556         (eval-when-compile): Defvar dired-directory and vc-mode.
9557         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
9558         (auto-revert-handler-vc): New functions.
9560 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
9562         * progmodes/compile.el (compilation-directory): New defvar.
9563         (compile): Save current directory in compilation-directory.
9564         (recompile): Bind default-directory to compilation-directory if
9565         that is non-nil.
9567 2004-02-16  Dave Love  <fx@gnu.org>
9569         * newcomment.el (comment-insert-comment-function)
9570         (comment-region-function, uncomment-region-function): New.
9571         (comment-indent): Use comment-insert-comment-function.
9572         (uncomment-region): Use uncomment-region-function.
9573         (comment-region): Use comment-region-function.
9575         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
9577 2004-02-16  Richard Stallman  <rms@gnu.org>
9579         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
9580         loaddefs* and ldefs-boot*.
9582 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
9584         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
9585         and email address at the beginning and end of the address.
9587         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
9588         anchored at the beginning of the email address.
9590 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
9592         * international/ccl.el (ccl-compile-write): Pass `left' to
9593         ccl-embed-code to generate correct code of write-expr-register.
9595 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
9597         * progmodes/grep.el (grep-compute-defaults): Fix typos.
9599 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9601         * x-dnd.el: Mention support for Motif in commentary.
9602         (x-dnd-handle-drag-n-drop-event): Ditto.
9604 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
9606         * ses.el: Use "ses--" prefixes for buffer-local variables.
9607         Use (point-min) instead of 1, even when we know the buffer
9608         is unnarrowed.
9609         (ses-build-load-map): Delete.  Distribute its content to defconst's for
9610         the three maps.
9611         (ses-menu, ses-header-line-menu): New menus.
9612         (ses-mode-map): Use them.
9613         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
9615 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
9617         * Makefile.in: Fix the CC Mode recompile kludge so it works
9618         when building in a different directory.
9620 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
9622         * simple.el (kill-new): Put yank-handler property on the entire string.
9624 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9626         * diff.el: Don't use compile any more, use diff-mode instead.
9627         (diff-regexp-alist, diff-old-file, diff-new-file)
9628         (diff-parse-differences, diff-process-setup): Remove.
9629         (diff-sentinel): New fun.
9630         (diff): Use it.  Run the process ourselves.
9631         Use diff-mode for the rest of the processing.
9633         * diff.el (diff): Simplify code handling `switch'.
9635 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
9637         * pcvs-defs.el (cvs-menu): Add `tag'.
9639 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
9641         * simple.el (kill-append): Doc fix.
9643         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9644         Adapt outline-regexp to the new conventions for commenting out code.
9646 2004-02-11  John Paul Wallington  <jpw@gnu.org>
9648         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
9650 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9652         * diff.el (diff-switches): New fun.
9653         (diff, diff-backup): Use it.
9654         (diff): Clean up the args construction.  Use backquote.
9655         Use listp instead of consp to avoid putting a nil arg.
9656         (diff): Add a revert-buffer function.
9658 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9660         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
9661         handled by x-dnd-handle-file-name.
9662         (x-dnd-known-types): Add COMPOUND_TEXT.
9663         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
9664         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
9665         x-dnd-empty-state.
9666         (x-dnd-forget-drop): Ditto.
9667         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
9668         (x-dnd-handle-one-url): Return private when inserting text.
9669         (x-dnd-insert-ctext): New function.
9670         (x-dnd-handle-file-name): New function for FILE_NAME.
9671         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
9672         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
9673         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
9675 2004-02-10  Kenichi Handa  <handa@m17n.org>
9677         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
9678         instead of while loop.
9680 2004-02-10  Miles Bader  <miles@gnu.org>
9682         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
9684 2004-02-09  Kenichi Handa  <handa@m17n.org>
9686         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
9687         have end-of-line.
9689 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
9691         * Makefile.in: Added extra dependencies in the recompile target
9692         needed to cope with the compile time macro expansions in CC Mode.
9694 2004-02-09  Kim F. Storm  <storm@cua.dk>
9696         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
9697         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
9698         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
9699         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
9700         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
9701         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
9702         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
9703         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
9704         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
9705         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
9706         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
9708 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
9710         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
9711         Don't allow shrink if there's a window on our right.
9713         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
9714         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
9715         Bring together declaration and initialization.
9716         (prolog-mode-variables): Don't set the syntax table.
9717         Don't set paragraph-start and comment-indent-function.
9718         Add /*..*/ to the comment regexps.
9719         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
9720         (prolog-mode-map): Don't bind TAB.
9721         (prolog-mode): Set the syntax table.
9722         (prolog-comment-indent): Remove.
9723         (inferior-prolog-mode-map): Initialize in the declaration.
9724         (inferior-prolog-mode-syntax-table)
9725         (inferior-prolog-mode-abbrev-table): New vars.
9726         (inferior-prolog-mode): Derive from comint-mode.
9727         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
9728         minibuffer windows.
9730         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
9731         in file names, as long as it is unabmiguous.
9733 2004-02-08  Andreas Schwab  <schwab@suse.de>
9735         * textmodes/reftex-toc.el
9736         (reftex-toc-load-all-files-for-promotion): Remove useless use of
9737         format.  Doc fix.
9739         * textmodes/refer.el (refer-find-entry-internal): Remove extra
9740         format string arguments.
9742         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
9743         string argument.
9745         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
9747         * play/zone.el (zone-call): Fix format string.
9749         * net/webjump.el (webjump-builtin): Add missing format string argument.
9751         * midnight.el (midnight-delay-set): Remove extra format string argument.
9753         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
9755         * hexl.el (hexl-insert-char): Add missing format string argument.
9757         * format.el (format-decode): Fix format string.
9759         * emulation/vi.el (vi-mode): Remove extra format string argument.
9760         (vi-repeat-last-search): Likewise.
9761         (vi-reverse-last-search): Likewise.
9762         (vi-goto-mark): Likewise.
9763         (vi-reverse-last-find-char): Likewise.
9764         (vi-repeat-last-find-char): Likewise.
9765         (vi-locate-def): Likewise.
9767         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
9769         * ediff-util.el (ediff-toggle-read-only): Remove extra format
9770         string argument.
9771         (ediff-toggle-regexp-match): Likewise.
9773         * dired-aux.el (dired-do-query-replace-regexp): Add missing
9774         format string argument.
9776         * calc/calc-map.el (calc-get-operator): Remove extra format
9777         string argument.
9779         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
9781         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
9782         string argument.
9784         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
9786         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
9788         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
9790         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
9791         (cl-struct-setf-expander): Likewise.
9793         * vc.el (with-vc-file): Fix unsafe uses of error.
9794         (vc-cancel-version): Likewise.
9796 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
9798         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
9799         thousands separator; fixes <class>:<line-number> regexp for
9800         non-english locales.
9802 2004-02-08  Andreas Schwab  <schwab@suse.de>
9804         * view.el (view-mode-enable): Revert previous change.
9806 2004-02-07  Kim F. Storm  <storm@cua.dk>
9808         * simple.el (line-number-at-pos): Rename from line-at-pos.
9809         Uses changed (what-line and vc-annotate-warp-version).
9811 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
9813         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
9814         (diff-mode): Remove aborted attempt at support for compile.el.
9815         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
9817 2004-02-06  Andreas Schwab  <schwab@suse.de>
9819         * view.el (view-mode-enable): Add view-mode-map to
9820         minor-mode-overriding-map-alist.
9822 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9824         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
9826 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
9828         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
9829         with point inside rather than after the paragraph.
9831 2004-02-04  Sam Steingold  <sds@gnu.org>
9833         * mail/smtpmail.el (smtpmail-try-auth-methods):
9834         Do not try authentication when no mechanism is available.
9835         Pass port-name as defaultport to `netrc-machine'.
9837 2004-02-04  Stephen Eglen  <stephen@gnu.org>
9839         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
9840         to show how minibuffer height can be constrained.
9842 2004-02-04  John Paul Wallington  <jpw@gnu.org>
9844         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
9846 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9848         * x-dnd.el: New file for drag and drop.
9850         * term/x-win.el: require x-dnd, set after-make-frame-functions
9851         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
9852         drag-n-drop event.
9854         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
9855         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
9856         (dired-dnd-handle-file): New functions for drag and drop support.
9857         (dired-mode): Initialize drag and drop if x-dnd present.
9859 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9861         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
9862         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
9863         (cperl-mode): Set fill-paragraph-function.
9864         (cperl-fill-paragraph): Make it non-interactive.
9866 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
9868         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
9870 2004-02-02  David Kastrup  <dak@gnu.org>
9872         * replace.el (perform-replace): Allow 'literal argument in
9873         regexp-flag to indicate literal replacement.
9874         (query-replace-regexp-eval): Use it.
9876 2004-02-01  Andreas Schwab  <schwab@suse.de>
9878         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
9880 2004-02-01  Stephen Eglen  <stephen@gnu.org>
9882         * info-look.el: Add support for maxima-mode.  Update commentary
9883         because info-lookup-symbol is now bound to C-h S.
9885 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
9887         * simple.el (edit-and-eval-command): Bind print-level and
9888         minibuffer-history-sexp-flag around call to read-from-minibuffer.
9889         Correct initial position in command-history.
9891 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
9893         * files.el (read-directory-name): Adapt the docstring to recent
9894         change in Fread_file_name.
9896 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
9898         * ses.el (ses-print-cell): If print format too wide for column
9899         width, truncate decimal places if that helps to avoid "#####" fill.
9900         * ses.el (ses-initial-column-width): Revert previous change.
9902 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9904         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
9905         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
9906         Add edebug info.
9907         (jit-lock-mode): Setup/cancel the new timer.
9908         (jit-lock-context-fontify): New fun.  Extracted from
9909         context fontification code of jit-lock-stealth-fontify.
9910         (jit-lock-stealth-fontify): Don't do context fontification any more.
9912         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
9913         (jit-lock-fontify-now): Handle the `quit' case.
9914         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
9916 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
9918         * progmodes/executable.el (executable-command-find-posix-p):
9919         New.  Check if find handles arguments Posix-style.
9921         * progmodes/grep.el (grep-compute-defaults):
9922         Use executable-command-find-posix-p.
9923         (grep-find): Check `grep-find-command'.
9925         * filecache.el (file-cache-find-posix-p): Delete.
9926         (file-cache-add-directory-using-find):
9927         Use `executable-command-find-posix-p'.
9929 2004-01-29  Dave Love  <fx@gnu.org>
9931         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9932         Iterate the hook function if arg is given.
9933         (mark-defun, narrow-to-defun): Change order of finding the limits.
9935         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
9936         (byte-compile-format-warn): New.
9937         (byte-compile-callargs-warn): Use it.
9938         (Format, message, error): Add byte-compile-format-like property.
9939         (byte-compile-maybe-guarded): New.
9940         (byte-compile-if, byte-compile-cond): Use it.
9941         (byte-compile-lambda): Compile interactive forms,
9942         just to make warnings about them.
9944 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
9946         * ses.el (ses-initial-column-width): Increase to 14, so it will
9947         work well with the default printer of "%.7g" for extreme values
9948         like "-1.234567e+07".
9950 2004-01-29  Kenichi Handa  <handa@m17n.org>
9952         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
9954 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
9956         * dos-w32.el: Added support for the `default-printer-name' function.
9958 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9960         * server.el (server-socket-name): Don't use the hostname in the
9961         socket name since /tmp is local to the host anyway.
9963         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
9964         robust check of widening and fix var-naming.
9966 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
9968         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
9969         or rmail-spam- to rsf- in all function and variable names.
9970         (rsf-min-region-to-spam-list): New variable.
9971         (rsf-bbdb-auto-delete-spam-entries): Rename from
9972         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
9973         scanned together with the recipients field for spam testing; Don't
9974         delete spam message if rmail-delete-after-output is non-nil;
9975         (rsf-check-field): New function, extracted from code in
9976         rmail-spam-filter to ease addition of header fields like
9977         content-type:;
9978         (message-content-type): New variable.  The content-type: field was
9979         added also in defcustom of rsf-definitions-alist;
9980         (rmail-spam-filter): Replace repeated test code for header fields
9981         by calls to check-field; change the call to
9982         rmail-output-to-rmail-file such that rmail-current-message stays
9983         the same to avoid wrong deletion of unseen flags.
9984         (rmail-use-spam-filter): Add autoload cookie.
9986 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
9988         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
9989         (file-cache-add-directory-using-find): Add Cygwin support.
9990         (file-cache-find-command-posix-flag): New user variable.
9992         * filecache.el (file-cache-add-directory): Check for
9993         directories an remove them from dir-files.
9995 2004-01-27  Richard M. Stallman  <rms@gnu.org>
9997         * man.el (Man-fontify-manpage): Clean up message.
9999 2004-01-27  Kenichi Handa  <handa@m17n.org>
10001         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
10002         (sentence-end): Define using sentence-end-without-space.
10004         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
10005         a sentence ends with one of a character in sentence-end-without-space.
10007 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10009         * font-lock.el (font-lock): Add jit-lock as explicit group member.
10010         (jit-lock): Group declaration moved to jit-lock.el.
10011         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
10012         when necessary.
10014         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
10015         (jit-lock-context-unfontify-pos): Rename from
10016         jit-lock-first-unfontify-pos.
10017         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
10019 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
10021         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
10022         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
10023         (fortran-fill): When filling a string, adjust re-search-backward
10024         argument for special case of string just on fill-column.
10025         When filling non-string, allow one extra char if
10026         fortran-break-before-delimiters is non-nil.
10027         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
10028         Use fortran-break-delimiters-re and fortran-no-break-re to
10029         correctly handle cases such as "**".
10031         * progmodes/f90.el (f90-break-delimiters): Doc fix.
10032         (f90-no-break-re): Add some extra tokens.  Doc fix.
10034 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
10036         * mail/rmail-spam-filter.el:
10037         Use two semicolons as Commentary line prefix.
10038         Add ";;; Code:" stylized comment.
10039         Delete end-of-line whitespace.
10040         Wrap (require 'cl) with `eval-when-compile'.
10042 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
10044         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
10045         at the top level of vc.el.
10047 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
10049         * vc.el (vc-current-line): Function removed.  This is now done by
10050         the new function line-at-pos in simple.el.
10051         (vc-annotate-warp-version): Use line-at-pos instead of
10052         vc-current-line.
10054 2004-01-22  Kim F. Storm  <storm@cua.dk>
10056         * simple.el (line-at-pos): New defun.
10057         (what-line): Use it.  Optimize by only counting lines in narrowed
10058         region once.
10060 2004-01-22  Kenichi Handa  <handa@m17n.org>
10062         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
10063         point (register r1) only for charset mule-unicode-0100-24ff.
10065 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10067         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
10068         trailing white space and ensure a final newline.
10070         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
10071         Add autoload cookie.
10073 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
10075         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
10076         activate view-mode explicitly.
10078 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10080         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
10081         use clipboard first.
10083 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10085         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
10086         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
10087         (vc-mcvs-cvs): Remove.
10088         (vc-mcvs-command): Remove use of assert.
10090         * outline.el (outline-insert-heading): Tighten up match.
10091         (outline-demote, outline-move-subtree-down): Don't assume anything
10092         about outline-regexp.
10094         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
10095         (texinfo-show-structure): Explicitly add ^, and simplify.
10097 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
10099         * calendar/appt.el (appt-check): Restore usage of
10100         appt-issue-message deleted in previous change.
10101         (top-level): Activate package when loaded (needed for backwards
10102         compatibility).
10104 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
10106         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
10107         following previous change to smtpmail-send-data.
10109 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
10111         * vc.el (vc-default-previous-version): Doc enhancement.
10112         (vc-default-next-version): New function.
10113         (vc-print-log): New arg FOCUS-REV.
10114         (vc-annotate-mode): Derive from view-mode.
10115         (vc-annotate): New args REVISION, DISPLAY-MODE.
10116         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
10117         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
10118         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
10119         (vc-annotate-show-diff-revision-at-line, vc-current-line)
10120         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
10122         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
10124 2004-01-19  Karl Berry  <karl@gnu.org>
10126         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
10127         or "TexInfo".
10129 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
10131         * subr.el (delete-dups): New function.
10133 2004-01-19  Karl Berry  <karl@gnu.org>
10135         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
10136         with ^, since that's what texinfo-show-structure
10137         documentation says (plus it works much better in texinfo.txi).
10139 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
10141         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
10143 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
10145         * progmodes/which-func.el (which-function-mode): Don't cancel
10146         which-func-update-timer if not set.
10148 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
10150         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
10151         Remove spurious left square bracket in XX:XXam regexp.
10153 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
10155         * progmodes/cc-defs.el: Do not require cl at run time.
10157 2004-01-16  Richard M. Stallman  <rms@gnu.org>
10159         * emacs-lisp/cl.el (cl-cannot-unload): New function.
10160         (cl-unload-hook): Defvar this to run cl-cannot-unload.
10162         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
10163         Call rmail-spam-filter.  Delete and expunge spam.
10164         Print number of spam messages deleted.
10165         Save and restore the deletion status of old messages when reading
10166         new mail with spam filter, so that expunging spam does not expunge
10167         msgs deleted by the user.
10168         (rmail-only-expunge): Add an optional argument dont-show to
10169         prevent showing message after expunge.
10171 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
10173         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
10174         * subr.el (declare): New macro.
10176 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
10178         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
10180 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10182         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
10183         Test window-system rather than system-type (for X11/Mac).
10185 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
10187         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
10189 2004-01-12  Richard M. Stallman  <rms@gnu.org>
10191         * mail/rmail.el (rmail-convert-to-babyl-format):
10192         Use mail-unquote-printable-region.
10193         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
10194         (rmail-hex-char-to-integer): Functions deleted.
10196         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
10197         (mail-unquote-printable-region): New arg NOERROR.
10198         For invalid encoding, either signal an error to just return nil.
10200 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
10202         * calendar/appt.el: Update copyright and commentary.
10203         (appt-issue-message): Make obsolete.
10204         (appt-visible, appt-msg-window): Make obsolete, in favour of
10205         appt-display-format.
10206         (appt-display-mode-line, appt-display-duration)
10207         (appt-display-diary, appt-time-msg-list, appt-mode-string)
10208         (appt-prev-comp-time, appt-display-count, appt-timer)
10209         (appt-convert-time): Doc change.
10210         (appt-disp-window-function, appt-delete-window-function):
10211         Use defcustom rather than defvar.
10212         (appt-display-format): New variable.
10213         (appt-display-message): New function with display code from appt-check.
10214         (appt-check): Add optional FORCE argument.  Doc change.
10215         Add appt-make-list to diary-hook if displaying diary.
10216         Remove checking of view-diary-entries-initially.
10217         Message display section removed to new function appt-display-message.
10218         (appt-display-window): Doc change.  Remove unused internal var
10219         this-buffer.  Do not beep, since appt-display-message does that.
10220         (appt-make-list): Doc change.  Use caar.
10221         (appt-sort-list): Simplify by using builtin sort function.
10222         (appt-update-list): New function for updating appts when diary is
10223         saved.
10224         (appt-activate): New autoloaded function to toggle package
10225         functionality.
10227         * calendar/cal-x.el: (calendar-one-frame-setup)
10228         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
10230         * calendar/calendar.el: Update copyright.
10231         (view-diary-entries-initially, european-calendar-style): Doc change.
10232         (calendar-setup): Make defcustom rather than defvar.
10233         (mark-visible-calendar-date): Initialize temp-face and faceinfo
10234         in let binding so local to function.
10236         * calendar/diary-lib.el: Update copyright.
10237         (diary, diary-entry-time): Doc change.
10238         (list-diary-entries): Doc change.  Trivial logic change.
10239         (fancy-diary-display): Restore make-face command mistakenly
10240         deleted 2003-05-08.
10241         (show-all-diary-entries): Allow to pop-up frame if needed.
10243 2004-01-09  John Paul Wallington  <jpw@gnu.org>
10245         * bindings.el (mode-line-change-eol): Add EVENT parameter.
10246         Temporarily select EVENT's window for changing eol type.
10248 2004-01-09  Deepak Goel  <deego@gnufans.org>
10250         * calendar/diary-lib.el (diary-entry-time):
10251         Also accept time in the form XX[.XX][am/pm/AM/PM].
10252         (fancy-diary-font-lock-keywords): Likewise.
10253         (diary-font-lock-keywords): Likewise.
10254         * calendar/appt.el (appt-add): Likewise.
10255         (appt-make-list): Likewise.
10256         (appt-convert-time): Likewise.
10258 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
10260         * gdb-ui.el (gdb-ann3): Revert previous change.
10261         (gdb-source-info): Allow for case of where compilation directory
10262         is not recorded.
10264 2004-01-08  John Paul Wallington  <jpw@gnu.org>
10266         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
10268 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
10270         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
10272         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
10273         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
10274         problems.
10275         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
10277 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
10279         * files.el (write-file-functions, write-contents-functions):
10280         Clarify docstrings.
10282 2004-01-07  Kenichi Handa  <handa@m17n.org>
10284         * international/mule.el (set-auto-coding): Fix for the case that
10285         end-of-line is only CR.
10287 2004-01-07  Kim F. Storm  <storm@cua.dk>
10289         * subr.el (event-start, event-end): Doc fix.
10290         (posn-string, posn-image): New defuns.
10291         (posn-object): Return either image or string object.
10292         (posn-object-x-y): Return 8th element of position.
10293         (posn-object-width-height): New defun.
10295 2004-01-06  Andreas Schwab  <schwab@suse.de>
10297         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
10298         output.
10300 2004-01-05  Karl Berry  <karl@gnu.org>
10302         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
10303         / and *, too.
10305 2003-12-31  Simon Josefsson  <jas@extundo.com>
10307         * files.el (before-save-hook): Add.
10308         (basic-save-buffer): Use before-save-hook.
10310         * emacs-lisp/copyright.el: Fix comment to recommend
10311         before-save-hook instead of write-file-functions.
10313 2004-01-05  Richard M. Stallman  <rms@gnu.org>
10315         * finder.el (finder-commentary): Call delete-other-windows.
10317         * net/ange-ftp.el (ange-ftp-file-attributes):
10318         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
10320 2004-01-04  Karl Berry  <karl@gnu.org>
10322         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
10323         comment characters % and # in the copyright year notice,
10324         as well as ;.
10326 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
10328         * wid-edit.el (default): Define dummy :value-delete.
10329         Reported by Jesper Harder <harder@ifa.au.dk>.
10331 2004-01-03  Richard M. Stallman  <rms@gnu.org>
10333         * progmodes/compile.el (compile-internal): Use point, not point-min,
10334         for set-window-point.
10336         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
10338         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
10340         * progmodes/grep.el (grep-mode-map):
10341         Don't remap next-line, previous-line.
10343 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
10345         * speedbar.el (speedbar-edit-line): Change regexp to position
10346         the cursor on the first character of this line's button.
10348 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
10350         * subr.el (functionp): Doc fix.
10352 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10354         * progmodes/idlwave.el (idlwave-make-tags):
10355         * textmodes/flyspell.el (flyspell-large-region):.
10356         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
10357         * emulation/viper-util.el (viper-glob-unix-files):
10358         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
10359         * man.el (Man-init-defvars):
10360         * jka-compr.el (jka-compr-call-process):
10361         * files.el (get-free-disk-space,insert-directory):
10362         * ediff-ptch.el (ediff-test-patch-utility):
10363         * ediff-diff.el (ediff-test-utility):
10364         * dired-aux.el (dired-check-process):
10365         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
10366         test the return value of call-process, because it can be a string.
10368 2003-12-31  John Paul Wallington  <jpw@gnu.org>
10370         * bindings.el (completion-ignored-extensions): Add .pfsl.
10372 2003-12-31  Kim F. Storm  <storm@cua.dk>
10374         * ido.el (ido-nonreadable-directory-p): New defun to check for
10375         nonreadable directory without activating tramp (to avoid problems
10376         with checking incomplete tramp paths).
10377         (ido-set-current-directory, ido-file-internal)
10378         (ido-file-name-all-completions1): Use it.
10380 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
10382         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
10383         documentation if the anchor (or node) name is preceded by `info
10384         anchor' or `Info anchor' in addition to earlier `info node' and
10385         `Info node'.
10386         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
10388 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
10390         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
10391         error in arguments to base64-decode-region.  Remove ^M characters
10392         after decoding base64.
10394 2003-12-30  Simon Josefsson  <jas@extundo.com>
10396         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
10397         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
10398         have only been distributed with Emacs for some years.
10399         (texinfo-mode-hook): Customize.
10401 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
10403         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
10404         cleaner (suggested by Richard Stallman).
10406         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
10407         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
10408         file-name clashes on 8+3 DOS filesystems.
10410         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
10411         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
10412         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
10413         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
10414         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
10415         file-name clashes on 8+3 filesystems.
10417         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
10418         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
10419         file-name clashes on 8+3 DOS filesystems.
10421 2003-12-29  Richard M. Stallman  <rms@gnu.org>
10423         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
10424         Upcase the character.
10426         * textmodes/flyspell.el (mail-mode-flyspell-verify):
10427         Search for header separator alone on a line, literally,
10428         and search for it backward, not forward.
10429         (flyspell-abbrev-table): Always use global-abbrev-table
10430         if there is no local one.
10432         * progmodes/sh-script.el (sh-get-indent-info):
10433         Don't move point back if at bob.
10435         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
10437         * play/handwrite.el (handwrite): Make the handwrite credit message
10438         a comment rather than an output command.
10440         * obsolete/sc.el: Display message that this file is obsolete.
10442         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
10444         * mail/rfc822.el (rfc822-address-start): Declare variable.
10445         Renamed from address-start.  All uses changed.
10447         * term.el (term-exec): Set up sentinel.
10448         (term-sentinel): New function.
10449         (term-handle-exit): New function.
10451         * subr.el (assoc-ignore-case, assoc-ignore-representation):
10452         Use assoc-string, and mark them obsolete.
10453         (delay-mode-hooks): Mark as permanent local.
10455         * simple.el (sendmail-user-agent-compose): Use assoc-string.
10457         * register.el (copy-rectangle-to-register): Doc fix.
10459         * info.el (Info-insert-dir): Use assoc-string.
10461         * info-look.el (info-lookup): Use assoc-string.
10463         * frame.el (pop-up-frame-function): Use quote, not `function'.
10464         (frame-notice-user-settings): Calculate ADJUSTED-TOP
10465         copying with lists as coordinate values.
10467         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
10469         * find-dired.el (kill-find): New command.
10470         (find-dired): Make buffer read-only.
10471         Set up a keymap with C-c C-k running kill-find.
10472         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
10474         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
10476         * filecache.el (file-cache-ignore-case): New variable.
10477         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
10479         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
10480         (comint-dynamic-complete-as-filename): Rename local vars.
10481         (comint-dynamic-list-filename-completions): Likewise.
10483         * comint.el (comint-dynamic-list-completions-config): New var.
10484         (comint-dynamic-list-completions): Handle both SPC and TAB right.
10486         * comint.el (comint-file-name-chars): Add [].
10487         (comint-word): Use skip-chars-backward, not search.
10489         * shell.el (shell-file-name-chars): Add [].
10491         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
10493         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
10495         * generic.el (define-generic-mode): Doc fix.
10497 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
10499         * files.el (kill-some-buffers): Doc fix.
10501 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
10503         * comint.el (comint-watch-for-password-prompt): Pass `string' as
10504         arg to send-invisible
10505         (send-invisible): Doc fix.  The argument is now a prompt, not the
10506         string to send.
10507         (comint-read-noecho): Doc fix.
10509 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
10511         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
10512         "@", as required by some ISP hosting service.  Fix defcustom
10513         argument syntax errors that prevented use of customization.
10515 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
10517         * xml.el (xml-get-attribute-or-nil): Doc fix.
10519 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
10521         * net/zone-mode.el (zone-mode): Use write-file-functions, not
10522         write-file-hooks.
10524 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10526         * autorevert.el (auto-revert-interval): Doc fix.
10528 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
10530         * xml.el (xml-get-attribute-or-nil): New function, like
10531         xml-get-attribute, but returns nil if the attribute was not found.
10532         (xml-get-attribute): Convert to defsubst, uses
10533         xml-get-attribute-or-nil.
10535 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
10537         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
10539 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
10541         * custom.el (custom-declare-theme): Use `value' when putting
10542         properties on `theme'.
10544 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
10546         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
10547         for each yank-handler segment.
10548         (insert-for-yank-1): New function, with the body of the previous
10549         insert-for-yank.
10551         * textmodes/table.el (table-yank-handler): New defcustom.
10552         (table--put-cell-indicator-property): Put yank-handler property
10553         that indicates the yank handler for the table cell.
10555 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10557         * generic-x.el (etc-modules-conf-generic-mode): A more complete
10558         set of keywords.
10560 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
10562         * international/mule-cmds.el (reset-language-environment)
10563         (set-language-environment): Don't invoke fontset-related functions
10564         if fontset-list is not fboundp.
10566 2003-12-29  Kenichi Handa  <handa@m17n.org>
10568         * international/mule-cmds.el (reset-language-environment):
10569         Call set-overriding-fontspec-internal with nil.
10570         (set-language-environment): Call set-overriding-fontspec-internal
10571         if the language environment specify `overriding-fontspec'.
10572         (language-info-alist): Doc added.
10574         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
10575         characters of mule-unicode-0100-24ff.
10576         (ccl-encode-windows-1251-font): New CCL program.
10577         ("Bulgarian"): Specify overriding-fontspec.
10578         ("Belarusian"): Likewise.
10580 2003-12-28  Sam Steingold  <sds@gnu.org>
10582         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
10583         parameter ID-FORMAT to conform with the 2003-11-30 patch.
10585 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
10587         * progmodes/gud.el (gud-gdb-command-name): Set default to
10588         "gdb --annotate=3".
10589         (gud-gdb-marker-filter): Look out for annotations.
10590         (gdb-first-pre-prompt): New variable.
10591         Remove trailing white space.
10593         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
10594         if necessary.
10595         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
10596         annotations are detected.
10597         (gud-gdba-marker-filter): Use global variable gud-marker-acc
10598         instead of a local one to allow transition from
10599         gud-gdb-marker-filter.
10600         Remove trailing white space.
10602 2003-12-27  Kim F. Storm  <storm@cua.dk>
10604         * ido.el: Handle non-readable directories.
10605         (ido-decorations): Add 9th element for non-readable directory.
10606         (ido-directory-nonreadable): New dynamic var.
10607         (ido-set-current-directory): Set it.
10608         (ido-read-buffer, ido-file-internal):
10609         (ido-read-file-name, ido-read-directory-name): Let-bind it.
10610         (ido-file-name-all-completions1): Return empty list for
10611         non-readable directory.
10612         (ido-exhibit): Print [Not readable] if directory is not readable.
10613         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
10614         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
10615         Use it.
10617 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
10619         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
10620         calls to directory-files-and-attributes and file-attributes.
10621         (ls-lisp-format): Remove system dependent handling of user and
10622         group id's.
10624 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
10626         * ffap.el (ffap-read-file-or-url): Revert previous change.
10628 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
10630         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
10631         new list of included files called `files-with-node-lines', that
10632         only have node lines.  This way @include commands can include any
10633         file, such as version and update files without node lines, not
10634         just files that are chapters.
10636 2003-12-25  Andreas Schwab  <schwab@suse.de>
10638         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
10639         file not found.
10641 2003-12-08  Miles Bader  <miles@gnu.org>
10643         * dired.el (dired-between-files): Always use dired-move-to-filename,
10644         which is more robust in non-english locales.
10646 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10648         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
10650 2003-12-24  Andreas Schwab  <schwab@suse.de>
10652         * shell.el (shell-file-name-quote-list): Add backslash.
10654         * comint.el (comint-quote-filename): Correctly handle backslash
10655         in comint-file-name-quote-list.
10657 2003-12-24  Kenichi Handa  <handa@m17n.org>
10659         * international/mule-cmds.el (set-default-coding-systems):
10660         Call ucs-set-table-for-input for all buffers that don't have local
10661         value of buffer-file-coding-system.
10663         * international/ucs-tables.el (ucs-set-table-for-input):
10664         If translation-table-for-encode is a symbol, get its
10665         translation-table property.
10667 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
10669         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
10670         to `completing-read' on a recently fixed bug.
10672         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
10673         instead of SPACE, to get the list of possible fringe modes.
10674         SPACE only works if both `partial-completion-mode' and
10675         `completion-auto-help' are nil.
10677         * complete.el (PC-is-complete-p): Delete.
10678         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
10679         calls to `test-completion'.
10681 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
10683         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
10684         to edit values when there are no children.
10686         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
10687         a mode called "Assembler" already exists.
10688         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
10689         (gud-watch): Use format option.  Remove font properties from string.
10690         (gdb-var-create-handler, gdb-var-list-children-handler):
10691         Don't bother about properties as there are none.
10692         (gdb-var-create-handler, gdb-var-list-children-handler)
10693         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
10694         with two arguments.
10695         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
10696         Let speedbar show value changes with a different font.
10697         (gdb-edit-value): New defun.
10698         (gdb-clear-partial-output, gdb-clear-inferior-io)
10699         (def-gdb-auto-update-handler): Use erase-buffer.
10700         (gdb-frame-handler): Display watch expressions in
10701         FUNCTION::VARIABLE format if required.
10703 2003-12-23  John Paul Wallington  <jpw@gnu.org>
10705         * info.el (Info-unescape-quotes, Info-split-parameter-string)
10706         (Info-goto-emacs-command-node): Doc fixes.
10708 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
10710         * cus-edit.el (custom-add-parent-links): Define "many".
10712 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
10714         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
10715         (widget-child-validate, widget-type-value-create)
10716         (widget-type-default-get, widget-type-match): New functions.
10717         (lazy): New widget.
10718         (menu-choice, checklist, radio-button-choice, editable-list)
10719         (group, documentation-string): Remove redundant (per 2003-10-25
10720         change) calls to `widget-children-value-delete'.
10721         (widget-choice-value-get, widget-choice-value-inline): Remove.
10722         (menu-choice): Update widget.
10724 2003-12-03  Kenichi Handa  <handa@m17n.org>
10726         * language/cyrillic.el: Register "microsoft-cp1251" in
10727         ctext-non-standard-encodings-alist.
10728         ("Bulgarian"): Add ctext-non-standard-encodings.
10729         ("Belarusian"): Likewise.
10731         * international/mule-conf.el (compound-text-with-extensions):
10732         Change the type to 2 (iso-2022 base).
10734         * international/mule.el (ctext-non-standard-encodings-alist):
10735         Change the format.
10736         (ctext-non-standard-encodings): New variable.
10737         (ctext-post-read-conversion): Fully re-written.
10738         (ctext-non-standard-designations-alist): Delete it.
10739         (ctext-non-standard-encodings-table): New function.
10740         (ctext-pre-write-conversion): Fully re-written.
10742 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
10744         * cus-edit.el (custom-add-parent-links): Add documentation links
10745         for parent, if the item has none of its own.
10747 2003-11-30  Richard M. Stallman  <rms@gnu.org>
10749         * dired-aux.el (dired-do-query-replace-regexp):
10750         Report files visited read-only.
10752 2003-11-30  Juri Linkov  <juri@jurta.org>
10754         * dired-aux.el (dired-compare-directories): New command.
10755         (dired-file-set-difference, dired-files-attributes): New functions.
10757 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
10758         Version 2.0.38 of Tramp released.
10760         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
10761         Charles Curley <charlescurley@charlescurley.com>.
10762         (tramp-multi-connection-function-alist): Add ssht entry which adds
10763         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
10764         Aichner.
10765         (tramp-get-method-parameter): New function to retrieve a method
10766         parameter.  This allows for omission of method parameters.
10767         Callers adjusted.
10769 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
10771         * net/tramp.el: Add new optional parameter ID-FORMAT to
10772         `file-attributes'.  Calls of `file-attributes' won't use this
10773         parameter for backward compatibility reasons.
10774         (tramp-perl-file-attributes): Add a new parameter to Perl script
10775         in order to handle uid/gid as strings, if desired.
10776         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
10777         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
10778         order to make the function more general.
10779         (tramp-handle-file-attributes): Replace proprietary optional
10780         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
10781         (tramp-handle-file-attributes-with-perl): Handle parameter
10782         NONNUMERIC if set.  This wasn't done in the past.
10783         (tramp-post-connection): Apply second parameter "$2" if
10784         `tramp-remote-perl' is called.
10786         * net/tramp-smb.el (tramp-smb-handle-delete-file):
10787         Correct cut'n'waste error (`filename' instead of `directory').
10788         (tramp-smb-handle-directory-files-and-attributes)
10789         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
10790         introduced parameter ID-FORMAT.
10791         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
10792         error (`directory' instead of `ldir').
10794         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
10795         `file-attributes' has a second parameter.  If yes, apply it with
10796         value "'integer".  Otherwise, don't use that parameter (default is
10797         integer format).
10799 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
10801         * help.el (help-map): Bind `display-local-help' to `C-h .'.
10802         (help-for-help): Add `C-h .' to the listed Help options.
10803         Remove trailing whitespace.
10805         * help-at-pt.el: New file.
10807 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
10809         * subr.el (noreturn, 1value): New macros for test coverage.
10810         See `testcover.el'.
10812         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
10814         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
10815         for macro `1value'.
10816         (testcover-1value): New function.  Checks that a 1value form
10817         actually returns only one value.  Requested by RMS.
10819 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
10821         * gdb-ui.el (gud-watch, gdb-var-create-handler)
10822         (gdb-var-list-children, gdb-var-list-children-handler)
10823         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
10824         gdb commands that use mi to keep them out of the command history.
10826 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10828         * cus-start.el (all): Add use-file-dialog.
10830 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10832         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
10834 2003-11-27  Kim F. Storm  <storm@cua.dk>
10836         * subr.el (posn-object-x-y): New defun.
10838 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
10840         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
10841         Don't use `space' for \\\n.
10842         Be more selective as to which # are comment-starters.
10844 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
10846         * subr.el (number-sequence): Improve handling of floating point
10847         arguments (suggested by Kim Storm).  Allow negative arguments.
10849 2003-11-26  Kenichi Handa  <handa@m17n.org>
10851         * international/mule-cmds.el (standard-display-european-internal):
10852         Cancel the standard-display-table setting for ` and '.
10854 2003-11-26  Kim F. Storm  <storm@cua.dk>
10856         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
10857         New defcustoms to add ffap-like functionality to ido.
10858         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
10859         (ido-no-final-slash): New defun.
10860         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
10861         (ido-read-file-name): ): Toggle VC checking via
10862         vc-handled-backends instead of vc-master-templates.
10863         (ido-file-internal): Handle ido-use-url-at-point and
10864         ido-use-filename-at-point via code borrowed from ffap-guesser.
10865         Handle new ido-exit code ffap.
10866         (ido-sort-list): Ignore final slash when sorting file names.
10868 2003-11-25  Kim F. Storm  <storm@cua.dk>
10870         * emulation/cua-base.el (cua--standard-movement-commands):
10871         Add forward-sentence and backward-sentence.
10873 2003-11-25  Stephen Eglen  <stephen@gnu.org>
10875         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
10876         iswitchb-exit is set to 'usefirst when user selects buffer at head
10877         of list using RET.  (Selecting buffers at the head of the list was
10878         broken if the substring was also a complete buffername.)
10880 2003-11-23  Kim F. Storm  <storm@cua.dk>
10882         * progmodes/compile.el (grep-command, grep-use-null-device)
10883         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
10884         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
10885         (grep-regexp-alist, grep-program, find-program)
10886         (grep-find-use-xargs, grep-history, grep-find-history)
10887         (grep-process-setup, grep-compute-defaults)
10888         (grep-default-command, grep, grep-tag-default, grep-find)
10889         (grep-expand-command-macros, grep-tree-last-regexp)
10890         (grep-tree-last-files, grep-tree): Move grep variables, functions
10891         and commands to new file grep.el.
10892         (compilation-mode-map): Remove grep commands from Compile sub-menu.
10893         (compilation-process-setup-function): Doc fix.
10894         (compilation-highlight-regexp, compilation-highlight-overlay): New
10895         defvars used for highlighting current compile error in source buffer.
10896         (compile-internal): New optional args HIGHLIGHT-REGEXP and
10897         LOCAL-MAP which overrides compilation-highlight-regexp and
10898         compilation-mode-map for this compilation.
10899         Delay calling compilation-set-window-height until after running
10900         compilation-process-setup-function so it can buffer-local override
10901         compilation-window-height.
10902         Check buffer-local value of compilation-scroll-output.
10903         (compilation-set-window-height): Use buffer-local value of
10904         compilation-window-height.
10905         (compilation-revert-buffer): Don't pass (undefined)
10906         preserve-modes arg to revert-buffer.
10907         (next-error-no-select, previous-error-no-select): New commands.
10908         (compilation-goto-locus): Temporarily highlight current match in
10909         source buffer using compilation-highlight-regexp.
10911         * progmodes/grep.el: New file with grep code from compile.el.
10912         (grep): New defcustom group.
10913         (grep-window-height): New defcustom, like compilation-window-height.
10914         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
10915         (grep-scroll-output): New defcustom, like compilation-scroll-output.
10916         (grep-command, grep-use-null-device, grep-find-command)
10917         (grep-tree-files-aliases, grep-tree-ignore-case)
10918         (grep-tree-ignore-CVS-directories): Move to grep custom group.
10919         (grep-setup-hook): New hook variable.
10920         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
10921         (grep-last-buffer): New defvar, override compilation-last-buffer.
10922         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
10923         Call compile-internal with args highlight-regexp and grep-mode-map.
10925 2003-11-23  Kim F. Storm  <storm@cua.dk>
10927         * subr.el (event-start, event-end): Doc fix.
10928         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
10929         (posn-area, posn-actual-col-row, posn-object): New defuns.
10930         (posn-col-row): Simplify doc.  Rewrite to use cond.
10931         (posn-point): Also return buffer position for events outside text
10932         area (that info is now present in the event position).
10934         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
10935         mouse-set-point so that hscroll still works now that clicks on
10936         fringes generate specific mouse events.
10937         (mouse-set-point): Note that it now works in fringes and margins
10938         too due to new semantics of posn-point in fringes and margins.
10940         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
10941         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
10943 2003-11-20  Kim F. Storm  <storm@cua.dk>
10945         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
10946         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
10947         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
10948         to 100 for icons to avoid increasing line height when shown.
10950 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10952         * newcomment.el (comment-normalize-vars): Initialize properly if
10953         comment-start was nil.
10955 2003-11-19  Andreas Schwab  <schwab@suse.de>
10957         * simple.el (set-variable): Fix indentation.
10959 2003-11-17  Kenichi Handa  <handa@m17n.org>
10961         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
10962         Fix docstring.
10964 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10966         * international/latin1-disp.el (latin1-display): Fix docstring.
10968 2003-11-16  John Wiegley  <johnw@newartisans.com>
10970         * eshell/em-ls.el (eshell-ls-file): There are times with
10971         size-width is nil and uncomputed (when directories are created in
10972         dired, for example); in this case, 4 is reasonable default value,
10973         although it may caused skewed new entries (which could be avoided
10974         by returning the original value of 8 in all cases, but 99% of the
10975         time this is a waste of whitespace).
10977 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
10979         * cc-engine.el (c-guess-continued-construct)
10980         (c-guess-basic-syntax): Check a little more carefully if it's a
10981         function declaration when an unknown construct followed by a block
10982         is found inside a statement context.  This avoids macros followed
10983         by blocks to be taken as function declarations.
10985         (c-guess-continued-construct): Change the analysis of a statement
10986         continuation with a brace open to `substatement-block', for
10987         consistency with recognized statements.
10989         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
10990         start is in a position so that `c-beginning-of-statement-1' jumped
10991         to the beginning of the same statement.
10993         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
10994         Don't accept binary operators in the arglist if we're in a function
10995         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
10996         template recognition in cases like "if (a < b || c > d)".
10998         (c-restricted-<>-arglists): New more appropriate name for
10999         `c-disallow-comma-in-<>-arglists'.
11001         Accessing functions updated for the variable name change.
11003         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
11004         match data could get clobbered if NOT-INSIDE-TOKEN is used.
11006         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
11007         labels.
11009         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
11010         instead of duplicating parts of it.  This fixes bogus label
11011         recognition.
11013         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
11014         of checking the context in which to apply the minimum indentation,
11015         so that it isn't enforced in e.g. namespace blocks.
11017         * cc-vars.el (c-inside-block-syms): New constant used by
11018         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
11019         to somewhat reduce the risk of becoming stale.
11021         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
11022         cc-cmds to cc-engine to allow use from cc-align.
11024         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
11025         qualified identifiers containing "::".
11027         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
11028         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
11030         * cc-vars.el (c-emacs-features): Use a space in front of the name
11031         of the temporary buffer.  That also avoids dumping problems in
11032         XEmacs due to undo info being left around after the buffer is killed.
11034         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
11035         arglist to see if it's a K&R style declaration.
11037         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
11038         before returning `knr-argdecl-intro'.
11040 2003-11-16  John Wiegley  <johnw@newartisans.com>
11042         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
11043         field in a long-listing always 8 characters, use `size-width',
11044         which has already been computed.
11046 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
11048         * subr.el (minor-mode-list): Add `hs-minor-mode'.
11050 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
11052         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
11053         Support operation while narrowed, with `diff-restrict-view'.
11055 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
11057         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11058         Take additional optional arg NARROWFUN.  For the generated functions:
11059         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
11060         include frags that arrange to check for and save narrowing state before
11061         the move and then conditionally call NARROWFUN after the move.
11063 2003-11-14  John Wiegley  <johnw@newartisans.com>
11065         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
11066         that was optional, but obviously missing based on surrounding code.
11068         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
11069         string arguments to numbers unless the whole argument was seen as
11070         a number.
11072 2003-11-14  Kenichi Handa  <handa@m17n.org>
11074         * international/mule.el (ctext-non-standard-encodings-alist):
11075         Fix coding systems.
11077 2003-11-10  Kenichi Handa  <handa@m17n.org>
11079         * language/kannada.el ("Kannada"): Add sample-text.
11081         * language/knd-util.el (kannada-compose-region)
11082         (kannada-compose-string, kannada-post-read-conversion):
11083         Add autoload cookie.
11085         * international/quail.el (quail-completion): Change the message
11086         "corresponding translations" to "corresponding characters".
11088 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
11090         * descr-text.el (describe-char): Fix typo.
11092 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
11094         These changes are to support Kannada language/script.
11096         * Makefile.in (DONTCOMPILE): Add kannada.el.
11098         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
11100         * loadup.el: Preload kannada.el.
11102         * language/ind-util.el (ucs-kannada-to-is13194-alist)
11103         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
11104         New variables.
11106         * language/kannada.el: New file.
11108         * language/knd-util.el: New file.
11110 2003-11-07  Andreas Schwab  <schwab@suse.de>
11112         * progmodes/autoconf.el (autoconf-font-lock-keywords):
11113         Also highlight AH_*.
11115         * xml.el (xml-parse-dtd): Fix misplaced paren.
11117 2003-11-07  Kenichi Handa  <handa@m17n.org>
11119         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
11121 2003-11-05  Juri Linkov  <juri@jurta.org>
11123         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
11124         (desktop-buffer-file): Use saved buffer-file-coding-system
11125         for file reading.  Set auto-insert to nil to prevent automatic
11126         insertion into restored empty files.
11128 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
11130         * files.el (risky-local-variable-p): Make second argument optional.
11132 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11134         * subr.el (add-hook): Fix last change.
11136 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
11138         * mail/rmail.el (rmail-convert-to-babyl-format):
11139         If base64-decode-region signals an error, catch it and silently
11140         ignore it.
11142 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
11144         * xml.el (xml-parse-region): Allow comments to appear after the
11145         topmost element has closed.
11146         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
11147         (xml-ns-expand-attr): New functions to do namespace handling.
11148         (xml-intern-attrlist): Back-compatible handling of attribute names.
11149         (xml-parse-tag): Move namespace handling to separate functions.
11150         Now produces elements in the form ((:ns . "element") (attr-list)
11151         children) instead of ('ns:element (attr-list) children).
11152         (xml-parse-attlist): Fix attribute parsing.
11153         (xml-parse-dtd): Change parsing so that it produces strings
11154         instead of interned symbols.
11156 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
11158         * dired.el (dired-ls-sorting-switches): Doc fix.
11160 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
11162         * emacs-lisp/rx.el (rx-or): Fix the case of
11163         "(rx (and ?a (or ?b ?c) ?d))".
11165 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
11167         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
11168         (texinfo-format-region): Use it.
11169         (texinfo-format-buffer-1): Ditto.
11171 2003-11-01  Alan Mackenzie  <acm@muc.de>
11173         Changes to allow scrolling whilst in isearch mode:
11174         * isearch.el (isearch-unread-key-sequence): New function,
11175         extracted from isearch-other-meta-char.
11176         (top level): (put 'foo 'isearch-scroll) on all Emacs's
11177         "scrollable" standard functions.
11178         (isearch-allow-scroll): New customizable variable.
11179         (isearch-string-out-of-window, isearch-back-into-window)
11180         (isearch-reread-key-sequence-naturally)
11181         (isearch-lookup-scroll-key): New functions.
11182         (isearch-other-meta-char): Doc string and functionality enhanced.
11183         Now accepts a prefix argument.
11184         (isearch-lazy-highlight-window-end): New variable.
11185         (isearch-lazy-highlight-new-loop): Pay attention to the window's
11186         end (thru isearch-lazy-highlight-window-end), not only its start.
11188         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
11189         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
11190         (universal-argument, universal-argument-more, negative-argument)
11191         (digit-argument, universal-argument-other-key): Minor changes.
11193 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
11195         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
11196         recursively if the last message is deleted, thus avoiding an
11197         infinite loop.
11199 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11201         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
11202         (tex-main-file): Don't add .tex if the extension is already present.
11203         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
11205 2003-10-29  Lute Kamstra  <lute@gnu.org>
11207         * progmodes/octave-inf.el (inferior-octave-prompt):
11208         Recognize version number in prompt.
11210 2003-10-28  Dave Love  <fx@gnu.org>
11212         * international/characters.el: Fix some Unicode ranges.
11214 2003-10-28  Kenichi Handa  <handa@m17n.org>
11216         * disp-table.el (standard-display-8bit)
11217         (standard-display-default, standard-display-ascii)
11218         (standard-display-g1, standard-display-graphic)
11219         (standard-display-underline): Assure that standard-display-table
11220         is a display table.
11222 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
11224         * simple.el (reindent-then-newline-and-indent): Delete space *after*
11225         reindenting the first line.
11227 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
11229         * wid-edit.el (widget-default-delete): Always delete child widgets.
11231 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11233         * newcomment.el (comment-indent): Don't call indent-according-to-mode
11234         if the line has code.
11235         Don't try to line up with something that's too far left.
11237         * progmodes/octave-mod.el (octave-comment-start): Simplify.
11238         (octave-mode-syntax-table): Add % as a comment starter.
11239         (octave-point): Remove.
11240         (octave-in-comment-p, octave-in-string-p)
11241         (octave-not-in-string-or-comment-p, calculate-octave-indent)
11242         (octave-blink-matching-block-open, octave-auto-fill):
11243         Use line-(beginning|end)-position instead.
11245 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
11247         * emacs-lisp/authors.el (authors-aliases): Add correct realname
11248         for Francesco Potort\e,Al\e(B.
11250 2003-10-23  Dave Love  <fx@gnu.org>
11252         * international/mule-cmds.el (locale-charset-to-coding-system):
11253         Don't rely on nil being a coding system.
11255         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
11256         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
11257         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
11259 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
11261         * gdb-ui.el (gdb-current-language): New variable.
11262         (gdb-update-flag): Remove variable.
11263         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
11264         (gdb-take-last-elt): Remove function.
11265         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
11266         (gdb-post-prompt): Check for variable object changes here.
11268         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
11269         object changes in gdb-ui.el.
11271 2003-10-21  Richard M. Stallman  <rms@gnu.org>
11273         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
11275         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
11276         Don't check for foo*/ wildcard form here.
11277         (insert-directory): Recognize foo*/ as a wildcard.
11278         Separate wildcard-regexp variable from the arg, wildcard.
11280         * subr.el (add-hook): Correctly detect when make-local-hook was used.
11281         (remove-hook): Correctly handle strange cases about local hooks.
11283 2003-10-21  David Ponce  <david@dponce.com>
11285         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
11286         argument REAL, to return a real number instead of a rounded
11287         integer value.  Define as inline function.
11288         (ruler-mode-right-fringe-cols): Likewise.
11289         (ruler-mode-scroll-bar-cols): New function.
11290         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
11291         (ruler-mode-right-scroll-bar-cols): Likewise.
11292         (ruler-mode-space): New function.
11293         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
11294         scroll bar mode and margins in a more robust way.
11296 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
11298         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
11299         (antlr-c-init-language-vars): New function.
11300         (antlr-mode): Use it with cc-mode before v5.29.
11301         (antlr-c-common-init): Don't set some local vars here.
11302         (antlr-mode): Set them here.
11303         (antlr-c-forward-sws): New function alias.
11304         (antlr-mode): Redefine with cc-mode before v5.30.
11305         (antlr-skip-sexps): Use it.
11306         (antlr-skip-exception-part): Ditto.
11307         (antlr-skip-file-prelude): Ditto.
11308         (antlr-outside-rule-p): Ditto.
11309         (antlr-end-of-body): Ditto.
11310         (antlr-option-kind): Ditto.
11311         (antlr-insert-option-area): Ditto.
11312         (antlr-file-dependencies): Ditto.
11314 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
11316         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
11317         Move backward only if point was not inside an entry.
11319 2003-10-21  Richard M. Stallman  <rms@gnu.org>
11321         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
11323 2003-10-21  Juri Linkov  <juri@jurta.org>
11325         * compare-w.el: Automatically skip non-matching text to resync.
11326         (compare-windows-whitespace): Doc fix.
11327         (compare-windows-sync, compare-windows-sync-string-size)
11328         (compare-windows-recenter, compare-ignore-whitespace)
11329         (compare-windows-highlight, compare-windows-face): New variables.
11330         (compare-windows): Use compare-windows-sync.
11331         (compare-windows-highlight, compare-windows-dehighlight)
11332         (compare-windows-sync-regexp)
11333         (compare-windows-sync-default-function): New functions.
11335 2003-10-21  Juri Linkov  <juri@jurta.org>
11337         * diff.el (diff-parse-differences): Don't visit the files now;
11338         instead, just record the error locus.
11340 2003-10-21  Dave Love  <fx@gnu.org>
11342         * progmodes/cfengine.el: New file.
11344 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11346         * complete.el (PC-do-completion): Do not forget to use `pred' as the
11347         default-directory when completing file names.
11349 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
11351         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
11352         followed by the word `face', it gets treated as a face, even if
11353         it is also defined as a variable or a function.
11355 2003-10-20  Dave Love  <fx@gnu.org>
11357         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
11358         Avoid incf in macro expansion.
11360 2003-10-20  John Paul Wallington  <jpw@gnu.org>
11362         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
11363         `evenp' so we don't implicitly require cl library at runtime.
11365 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
11367         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
11368         (help-make-xrefs): Only make cross-references for faces if
11369         preceded or followed by the word `face'.  Do not make a
11370         cross-reference for variables without variable documentation,
11371         unless preceded by the word `variable' or `option'.  Update doc
11372         string accordingly.
11374 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
11376         * progmodes/hideshow.el: Rewrite one-armed `if'
11377         constructs using either `when' or `unless'.
11378         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
11380 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
11382         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
11383         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
11384         instead of 12x12.
11386 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
11388         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
11389         message while converting to Babyl.
11391 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
11393         * allout.el (allout-mode): Doc fix.
11395 2003-10-16  Lute Kamstra  <lute@gnu.org>
11397         * subr.el (force-mode-line-update): Fix docstring.
11399 2003-10-14  Dave Love  <fx@gnu.org>
11401         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
11402         (default-input-method): Add :link, improve :type.
11403         (locale-charset-language-names): Fix utf-8 pattern.
11404         (locale-charset-match-p, locale-charset-alist)
11405         (locale-charset-to-coding-system): New.
11406         (set-locale-environment): Deal with codeset part of locale specs.
11408 2003-10-14  Lute Kamstra  <lute@gnu.org>
11410         * fringe.el (fringe-mode): Use active voice in docstring.
11411         (set-fringe-style): Ditto.
11413 2003-10-13  Lute Kamstra  <lute@gnu.org>
11415         * fringe.el (fringe-mode): Fix docstring.
11416         (set-fringe-style): Ditto.
11418 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
11420         * ediff-mult.el (ediff-filegroup-action):
11421         Use ediff-default-filtering-regexp.
11423         * ediff-util.el (ediff-recenter): Don't call
11424         ediff-restore-highlighting twice.
11425         (ediff-select-difference): Set current difference.
11426         (ediff-unselect-and-select-difference): Add comment.
11428         * ediff.el (ediff-directories,ediff-directory-revisions)
11429         (ediff-directories3,ediff-merge-directories)
11430         (ediff-merge-directories-with-ancestor)
11431         (ediff-merge-directory-revisions)
11432         (ediff-merge-directory-revisions-with-ancestor):
11433         Use ediff-default-filtering-regexp.
11435 2003-10-12  Andreas Schwab  <schwab@suse.de>
11437         * international/mule-cmds.el (locale-charset-language-names):
11438         Simplify regex by removing unused grouping.
11440 2003-10-10  Dave Love  <fx@gnu.org>
11442         * bindings.el: Don't bind stop.
11444 2003-10-08  Miles Bader  <miles@gnu.org>
11446         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
11447         face instead of attempting to emulate it.
11449 2003-10-07  Kenichi Handa  <handa@m17n.org>
11451         * international/mule-diag.el (list-coding-systems-1): List coding
11452         systems that are loaded automatically.
11454         * international/code-pages.el (iso-8859-11): Add autoload cookie.
11456         * international/mule.el (autoload-coding-system): New function.
11458 2003-10-07  Andreas Schwab  <schwab@suse.de>
11460         * log-edit.el (log-edit-changelog-entries): Prefer local value of
11461         change-log-default-name in the buffer visiting the file.
11463 2003-10-06  Dave Love  <fx@gnu.org>
11465         * files.el (find-file-hook): Customize.
11466         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
11468         * bindings.el (completion-ignored-extensions): Remove .log.
11469         (global-map): Add again, open, stop keys.
11471 2003-10-05  Richard M. Stallman  <rms@gnu.org>
11473         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
11474         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
11475         Use sh-modify directly.
11476         (sh-select): Use sh-append, not eval.
11478         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
11480         * info.el (Info-following-node-name): New function.
11482         * loadhist.el (unload-feature-special-hooks):
11483         Rename from loadhist-hook-functions.
11484         (loadhist-hook-functions): Now an alias.
11486 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
11488         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
11489         file-name clashes on 8+3 filesystems.
11491         * Makefile.in (DONTCOMPILE, bootstrap-clean):
11492         Rename loaddefs-boot.el to ldefs-boot.el
11494         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
11495         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
11497 2003-10-03  Lute Kamstra  <lute@gnu.org>
11499         * info.el (Info-mode): Revert previous change.
11500         (Info-escape-percent): New function.
11501         (Info-fontify-node): Use it.
11503 2003-10-02  Andreas Schwab  <schwab@suse.de>
11505         * loaddefs-boot.el: Regenerated.
11507 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
11509         * ffap.el: Remove defadvice related code from CVS since `complete'
11510         provides a `PC-completion-as-file-name-predicate' variable that
11511         ffap can override.
11513 2003-10-02  Kenichi Handa  <handa@m17n.org>
11515         * international/utf-8.el (ccl-decode-mule-utf-8):
11516         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
11518         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
11519         * international/subst-big5.el: Likewise.
11520         * international/subst-gb2312.el: Likewise.
11521         * international/subst-ksc.el: Likewise.
11523 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
11525         * calendar/calendar.el (increment-calendar-month)
11526         (calendar-leap-year-p, calendar-absolute-from-gregorian)
11527         (generate-calendar, calendar-read-date, calendar-interval)
11528         (calendar-day-of-week): Handle years BC.
11529         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
11531 2003-10-01  Dave Love  <fx@gnu.org>
11533         * language/cyrillic.el (cp1251): Alias for windows-1251.
11535         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
11536         bootstrap.
11538 2003-10-01  Lute Kamstra  <lute@gnu.org>
11540         * files.el: Fix typo.
11541         * imenu.el (imenu--generic-function): Docstring fix.
11543 2003-09-30  Richard M. Stallman  <rms@gnu.org>
11545         * dired.el (dired-mode): Handle dired-directory as a list.
11547 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
11549         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
11551         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
11553         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
11554         Replace gud-display with gud-watch.
11555         (gud-speedbar-buttons): Add stuff for watching expressions
11556         in the speedbar when using M-x gdba.  Use dolist on old part
11557         of this function.
11559         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
11560         (gdb-update-flag): New variables.
11561         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
11562         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
11563         (gud-watch, gdb-var-create-handler) : New functions.
11564         (gdb-var-list-children, gdb-var-list-children-handler)
11565         (gdb-var-create-regexp, gdb-var-update-regexp)
11566         (gdb-var-list-children-regexp): New constants.
11567         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
11568         (gdb-annotation-rules): Reduce annotation set (level 3).
11569         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
11570         (gdb-post-prompt): Don't update GDB buffers every time speedbar
11571         updates.
11572         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
11573         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
11574         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
11575         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
11576         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
11577         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
11578         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
11579         (gud-display, gud-display1)
11580         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
11581         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
11582         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
11583         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
11584         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
11585         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
11586         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
11587         (gdb-display-display-buffer, gdb-toggle-display)
11588         (gdb-delete-display, gdb-expressions-popup-menu)
11589         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
11590         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
11591         to display buffer.
11593 2003-09-30  Richard M. Stallman  <rms@gnu.org>
11595         * progmodes/ada-mode.el (ada-mode): Don't use advice.
11596         Instead, set which-func-functions.
11598         * progmodes/which-func.el (which-func-modes): Add ada-mode.
11599         (which-func-functions): New variable.
11600         (which-function): Use that.
11602         * info.el (Info-mode): Double each `%' in header line.
11604         * emacs-lisp/lisp-mnt.el (lm-with-file):
11605         When FILE is nil, run BODY in current buffer.
11607         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
11609         * help.el (describe-mode): Start with a brief list of minor modes.
11610         Find them thru minor-mode-list so as to find them all.
11611         Show them in alphabetical order.
11613         * mail/sendmail.el (mail-aliases): Doc fix.
11615         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
11617 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
11619         * mail/rmailsum.el (rmail-make-summary-line-1):
11620         Change comma after last label to a space.
11621         (rmail-summary-font-lock-keywords): Adapt to that change.
11623 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
11625         * progmodes/scheme.el (scheme-mode-variables): When setting
11626         `font-lock-defaults', also specify that "#" should
11627         be interpreted with `word' syntax.
11628         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
11630 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
11632         * desktop.el: A lot of comments updated.
11633         (desktop-save-mode): Minor mode introduced.
11634         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
11635         (desktop-load-default): Function made obsolete.
11636         (desktop-locals-to-save): Variable made customizable.
11637         (desktop-read): Optional parameter `dirname' added.
11638         (desktop-change-dir, desktop-revert): Parameter `dirname' in
11639         `desktop-read' used.
11640         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
11642 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
11644         * whitespace.el (whitespace-clean-msg): Add user customizable message
11645         for displaying ``clean'' output.
11646         (whitespace-buffer): Use `whitespace-clean-msg'.
11647         (whitespace-global-mode): Fix typo.
11649 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
11651         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
11653 2003-09-29  Lute Kamstra  <lute@gnu.org>
11655         * bindings.el (mode-line-modes): Remove superfluous :propertize
11656         construct in initialization.
11657         (mode-line-position): Change cons cell into proper list in
11658         initialization.
11660 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
11662         * international/mule.el (decode-coding-inserted-region): Use car
11663         of the return value of find-operation-coding-system.
11665 2003-09-29  Kenichi Handa  <handa@m17n.org>
11667         * descr-text.el (describe-char): Fix previous change.
11669 2003-09-28  Kenichi Handa  <handa@m17n.org>
11671         * descr-text.el (describe-char-display): New function.
11672         (describe-char): Pay attention to display table on describing how
11673         a character is displayed.
11675         * international/mule-cmds.el (encoded-string-description):
11676         Prepend "0x" to each encoded byte.
11678 2003-09-28  Andreas Schwab  <schwab@suse.de>
11680         * find-file.el (ff-special-constructs): Add autoload cookie.
11682 2003-09-28  Kevin Ryde  <user42@zip.com.au>
11684         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
11685         makeinfo appends to duplicate index entries.
11687 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
11689         * dired-x.el (dired-clean-tex): Doc fix.
11691         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
11692         using a Chinese tutorial.
11694 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11696         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
11697         between "MAIL FROM:" and "RCPT TO:" and the following address.
11699 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11701         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
11703 2003-09-28  David Ponce  <david@dponce.com>
11705         * recentf.el (recentf-initialize-file-name-history): New defcustom.
11706         (recentf-load-list): When `recentf-initialize-file-name-history'
11707         is non-nil, initialize an empty `file-name-history' with the
11708         recent list.
11710 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
11712         * man.el (Man-default-man-entry): Remove the leading `*' from the
11713         word at point.
11715 2003-09-26  Lute Kamstra  <lute@gnu.org>
11717         * bindings.el (mode-line-position): Mention size indication in
11718         docstring.
11720 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
11722         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
11724         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
11725         because it's autoloaded now.
11727 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
11729         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
11730         (sh-font-lock-keywords, sh-feature): Fix previous change of
11731         sh-feature to avoid infloop with sh-font-lock-keywords.
11733 2003-09-25  Kim F. Storm  <storm@cua.dk>
11735         * frame.el (frame-current-scroll-bars): New defun.
11737         * window.el (window-current-scroll-bars): New defun.
11739 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11741         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
11742         cause errors when the state cache contains info on parts that have
11743         been narrowed out.
11745 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11747         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
11748         `c-setup-paragraph-variables' has to be used when this variable is
11749         changed; it doesn't work to reinitialize the mode since that
11750         typically clobbers the variable.
11752         * progmodes/cc-styles.el (c-setup-paragraph-variables):
11753         Make it interactive.
11755 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11757         * progmodes/cc-fonts.el (c-font-lock-declarations):
11758         Fix recognition of constructors and destructors for classes whose
11759         names are matched by `*-font-lock-extra-types'.
11761         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
11762         followed by an identifier in C++ then it's a type.
11764 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11766         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
11767         problem that primarily affected XEmacs.  Don't use faces to find
11768         unterminated strings since Emacs and XEmacs fontify strings
11769         differently - this function should now work better in XEmacs.
11771 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11773         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
11774         `expand-abbrev' workaround which caused braces to misbehave inside
11775         macros.
11777         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
11778         handling.  This bug could cause interactive font locking to bail out.
11780 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
11782         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
11783         Handle paren-style types in Pike.  Also fixed some cases of
11784         insufficient handling of unbalanced parens.
11786 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
11788         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
11789         common shell prompts that are not common filename or URL characters.
11790         (ffap-file-at-point): Use the new regexp to strip the prompts from
11791         the file names.  This is an issue mostly for user prompts that
11792         don't have a trailing space and find-file-at-point is invoked from
11793         within a shell inside Emacs.
11795 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
11797         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
11798         stamps numerically, rather than textually.
11800 2003-09-24  Kenichi Handa  <handa@m17n.org>
11802         * language/devan-util.el (devanagari-post-read-conversion):
11803         * language/mlm-util.el (malayalam-post-read-conversion):
11804         * language/tml-util.el (tamil-post-read-conversion):
11805         Add autoload cookie.
11807         * international/utf-8.el (utf-8-post-read-conversion):
11808         Call post-read-conversion functions for Devanagari, Malayalam,
11809         and Tamil.
11811 2003-09-23  Dave Love  <fx@gnu.org>
11813         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
11815 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
11817         * progmodes/gud.el (perldb): Add gud-until to list of commands.
11818         Update gud-remove.
11820 2003-09-22  Richard M. Stallman  <rms@gnu.org>
11822         * progmodes/sh-script.el (sh-mode-default-syntax-table):
11823         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
11824         (sh-mode-syntax-table-input): New variable.
11825         (sh-require-final-newline): Don't use eval.
11826         (sh-builtins, sh-leading-keywords, sh-other-keywords)
11827         (sh-variables, sh-font-lock-keywords): Don't use eval.
11828         (sh-set-shell): When setting require-final-newline,
11829         treat value = `require-final-newline' as don't change it.
11830         Set sh-mode-syntax-table locally based on
11831         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
11833         * progmodes/compile.el (compile-internal):
11834         Call compilation-set-window-height before setting window start.
11836 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
11838         * emacs-lisp/bytecomp.el (byte-compile-log-file):
11839         Clear out byte-compile-last-warned-form.
11841 2003-09-22  Richard M. Stallman  <rms@gnu.org>
11843         * woman.el (woman-file-name, woman-follow-word):
11844         If current-word returns nil, use "".
11846         * simple.el (eval-expression): Bind standard-output in to-buffer case.
11848 2003-09-22  Richard M. Stallman  <rms@gnu.org>
11850         * emacs-lisp/lisp-mnt.el (lm-with-file):
11851         Don't visit the file, just use insert-file-contents in temp buffer.
11853 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
11855         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
11856         Add surrounding \\( and \\) around the header, as in
11857         for lm-history-header 'Change Log\\|History'.
11859 2003-09-22  John Paul Wallington  <jpw@gnu.org>
11861         * progmodes/ld-script.el: Add Commentary section,
11862         minor cleanup of file header.
11863         (ld-script-font-lock-keywords): Doc fix.
11864         (toplevel): Provide `ld-script' feature.
11866 2003-09-21  Kim F. Storm  <storm@cua.dk>
11868         * scroll-bar.el (set-scroll-bar-mode): Initialize to
11869         new built-in variable default-frame-scroll-bars.
11870         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
11871         scroll-bar-mode; notably, use it instead of t when we toggle
11872         scroll-bars on.
11873         (toggle-scroll-bar): Use default-frame-scroll-bars.
11875 2003-09-19  Masatake YAMATO  <jet@gyve.org>
11877         * pcvs.el (cvs-do-removal): Change the prompt depending on
11878         `filter' value.
11880 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
11882         * startup.el (command-line-1): Stop startup-echo-area-message
11883         being hidden by "Loading image..." message.
11884         (use-fancy-splash-screens-p, display-splash-screen):
11885         Move display-graphic-p test from latter to former.
11887         * progmodes/sh-script.el (sh-font-lock-keywords):
11888         Highlight escaped EOLs differently from other backslash constructs.
11890 2003-09-19  Richard M. Stallman  <rms@gnu.org>
11892         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
11893         New functions.
11894         (edebug-enter, edebug-outside-excursion): Use them.
11896         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
11897         Fix the condition for whether to print "In WHERE".
11899 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
11901         * finder.el (finder-mode-hook): New variable.
11902         (finder-mode): Run hook finder-mode-hook
11904 2003-09-18  Masatake YAMATO  <jet@gyve.org>
11906         * progmodes/ebrowse.el: Fix broken magic autoload comments.
11908 2003-09-17  Mario Lang  <mlang@delysid.org>
11910         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
11911         "p %e" to actually print the value in the GUD buffer.
11913 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
11915         From David Ponce <david.ponce@wanadoo.fr>:
11916         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
11917         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
11918         from loaddefs-boot.el if necessary.
11920 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
11922         * progmodes/gud.el (gud-find-class): Make jdb work again since
11923         cc-mode changed the syntactic information.
11925 2003-09-15  David Ponce  <david@dponce.com>
11927         * recentf.el: (recentf-exclude): Accept predicates too.
11928         (recentf-file-readable-p): New function.
11929         (recentf-include-p): Handle predicates in recentf-exclude.
11930         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
11931         (recentf-cleanup): Likewise.
11932         (recentf-save-list): Use write-file to handle backup of
11933         recentf-save-file.
11935 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
11937         * loaddefs-boot.el: Renamed from `loaddefs.el'
11938         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
11939         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
11940         necessary.
11942 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
11944         * electric.el (Electric-pop-up-window): For the `one-window' case,
11945         no longer disconcertingly move point in the original buffer.
11947 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11949         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
11951 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11953         * dired.el (dired-mode-map): Fix typo.
11955 2003-09-11  Richard M. Stallman  <rms@gnu.org>
11957         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
11959 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
11961         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
11962         the function is less noisy.  Now only `kill-buffer' can ask questions.
11964 2003-09-10  Mario Lang  <mlang@delysid.org>
11966         * battery.el: Update Commentary and Copyright.
11967         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
11968         appear due to wrong ordering of the expressions in `or'.
11970 2003-09-09  Lute Kamstra  <lute@gnu.org>
11972         * misc.el (upcase-char): Fix docstring.
11973         (zap-up-to-char): New command.
11975 2003-09-08  David Ponce  <david@dponce.com>
11977         Ensure that recentf correctly updates the menu bar.
11978         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
11979         (recentf-menu-bar): New function.
11980         (recentf-clear-data): Use it
11981         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
11982         of easy-menu-change.
11984 2003-09-08  Lute Kamstra  <lute@gnu.org>
11986         * simple.el (size-indication-mode): New.
11987         * bindings.el (mode-line-position): Add buffer size indicator.
11989 2003-09-04  Mario Lang  <mlang@delysid.org>
11991         * battery.el (battery-linux-proc-acpi): New function.
11992         (battery-status-function): Modify default value calculation to also
11993         check for availability of ACPI.
11994         (battery-echo-area-format): Ditto.
11995         (battery-mode-line-format): Ditto.
11997 2003-09-06  Dave Love  <fx@gnu.org>
11999         * ielm.el (ielm-mode-hook): Add :options.
12001         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
12002         (eldoc-print-current-symbol-info): Use it.
12004 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
12006         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
12007         being displayed in GUD buffer.
12008         (gdb-idle-input-queue): Remove var.  Use just one queue.
12009         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
12010         Remove functions.  Use just one queue.
12011         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
12012         (gdb-invalidate-assembler, gdb-get-current-frame):
12013         Modify functions.  Use just one queue.
12015 2003-09-04  Dave Love  <fx@gnu.org>
12017         * cus-start.el: Add blink-cursor-alist.
12019         * ruler-mode.el (ruler-mode-fill-column-char)
12020         (ruler-mode-current-column-char): Use char-displayable-p,
12021         not window-system.
12023         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
12025         * language/european.el (windows-1252): Move from code-pages.
12027         * language/cyrillic.el ("Windows-1251"): Delete.
12028         ("Bulgarian", "Belarusian"): Remove `features'.
12029         (windows-1251): Move from code-pages.
12031         * international/mule-diag.el (non-iso-charset-alist):
12032         Remove `codepage' stuff.
12033         (print-designation, list-coding-systems-1): Output fixes.
12035         * international/code-pages.el (cp-make-translation-table)
12036         (cp-valid-codes): Made defsubsts.
12037         (cp-fix-safe-chars): Delete.
12038         (mule-diag): Don't require.
12039         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
12040         (top-level): Check for defined coding system when defining
12041         cp... aliases.  Change w32-add-charset-info test to avoid warning.
12042         (non-iso-charset-alist): Defvar when compiling.
12043         (cp-make-coding-system): Doc fix.
12045 2003-09-02  Jason Rumney  <jasonr@gnu.org>
12047         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
12048         line-ends from CVS before doing conversion.
12050 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
12052         * calendar/diary-lib.el (diary-header-line-flag)
12053         (diary-header-line-format): New variables.
12054         (list-diary-entries): Use them to set header line in simple diary.
12056         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
12057         other than font-lock-string-face to highlight backslashes.
12059 2003-09-01  Jason Rumney  <jasonr@gnu.org>
12061         * international/titdic-cnv.el (tit-read-key-value): Include \r in
12062         regexp.
12064 2003-09-01  Dave Love  <fx@gnu.org>
12066         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
12068         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
12069         and :help; also line and column numbers labels.
12071         * international/mule-util.el (char-displayable-p): Move from
12072         latin1-disp, rename and autoload.
12074         * international/latin1-disp.el (latin1-char-displayable-p):
12075         Now obsolete alias.  Replace uses with char-displayable-p.
12076         (latin1-display-ucs-per-lynx): Fix last change.
12078         * international/mule-cmds.el (standard-display-european-internal):
12079         Don't use char code for Latin-1 NBSP.
12080         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
12081         U+2018, U+2019 for `'.
12082         (select-safe-coding-system): Message fix.
12084 2003-09-01  Kenichi Handa  <handa@m17n.org>
12086         * international/fontset.el (setup-default-fontset): For Thai
12087         font, specify "*" family.
12089 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
12091         * progmodes/compile.el (previous-error): Accept a prefix
12092         argument, similarly to next-error.
12094 2003-08-31  Masatake YAMATO  <jet@gyve.org>
12096         * pcvs.el (cvs-do-removal): Use = instead of eq to check
12097         the number of files.  Bind the number of files to a local
12098         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
12100 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
12102         * vc-hooks.el (vc-make-version-backup): Fix the change made on
12103         2003-07-26: msdos-long-file-names is a function, not a variable.
12105 2003-08-29  Richard M. Stallman  <rms@gnu.org>
12107         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
12108         Do nothing with mail-personal-alias-file if it is nil.
12110         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
12111         Do nothing if mail-personal-alias-file is nil.
12113         * term.el (term-exec-1): Bind coding-system-for-read.
12115         * dired.el (dired-mouse-find-file-other-window):
12116         Use dired-view-command-alist here, as in dired-view-file.
12117         (dired-view-command-alist): Use %s to substitute file name.
12118         Handle .ps_pages, .eps, .jpg, .gif, .png.
12120 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
12122         * info.el (Info-mode-map): Bind S-tab and <backtab> to
12123         `Info-prev-reference', instead of M-tab.
12125 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
12127         * simple.el (blink-matching-open): Work correctly on chars that
12128         are designated as parens through the syntax-table text property.
12130 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
12132         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
12133         line break position in the middle of a non-kinsoku (e.g. latin)
12134         word, making it skip until either a space or a character with
12135         category "|".
12136         (kinsoku-longer): Test for end of buffer.
12138 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
12140         * mail/rmail.el (rmail-convert-to-babyl-format):
12141         Detect quoted-printable- and base64-encoded messages and decode them
12142         automatically.  Set the message's encoding from the charset=
12143         header, if any.  Decode base64-encoded messages in Mail format as well.
12145 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
12147         * mail/smtpmail.el: Fix previous change.
12148         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
12149         calling smtpmail-via-smtp.
12150         (smtpmail-via-smtp): Add fall-back values for envelope-from.
12152 2003-08-26  John Paul Wallington  <jpw@gnu.org>
12154         * image.el (image-jpeg-p): Don't search beyond length of data.
12156 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
12158         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
12159         misfeature in `expand-abbrev' which caused electric keywords like
12160         "else" to disappear if an open brace was typed directly afterwards.
12162 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
12164         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
12165         mandatory in `define-widget'.
12167         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
12168         Don't align the operators "!=", "<=" and ">=" as assignment operators.
12170         (c-assignment-operators): New language constant that only contains
12171         the assignment operators.
12173         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
12175 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
12177         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
12178         Safeguard against unbalanced sexps.
12180 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
12182         * version.el (emacs-version): Check for gtk.  Include gtk version info.
12184 2003-08-25  John Paul Wallington  <jpw@gnu.org>
12186         * man.el (Man-default-man-entry): Don't whizz past the section
12187         number before looking for it.
12189 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
12191         * progmodes/gud.el (gud-display-line): Don't set window-point if
12192         source buffer is not visible.  (Only happens with M-x gdba.)
12194         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
12195         documentation.
12196         (gdb-source, gdb-source-info): Update to assembler unnecessary
12197         as its done after each GDB command anyway.
12198         (gdb-pre-prompt): Use with-current-buffer.
12199         (gdb-insert-field): Add help-echo text.
12200         (gdb-invalidate-assembler): Re-display of assembler now done in
12201         gdb-info-breakpoints-custom.
12202         (gdb-info-breakpoints-custom): Force re-display of assembler to
12203         happen *after* update of breakpoints buffer.
12204         (gdb-display-source-buffer): Don't choke if gdb-source-window
12205         isn't visible.
12206         (gdb-put-string, gdb-put-arrow): Remove free variables.
12208 2003-08-24  John Paul Wallington  <jpw@gnu.org>
12210         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
12212         * man.el (Man-default-man-entry): Strip text properties when
12213         snarfing parts of entry because `format' preserves properties.
12215 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
12217         * files.el (file-newest-backup): Use `expand-file-name'.
12219         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
12220         Allow the diary to pop up a new frame, if needed.
12222         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
12223         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
12224         (smtpmail-send-it): Make treatment of envelope-from consistent with
12225         sendmail.el.
12227         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
12228         (sh-leading-keywords): Add the bash `time' reserved word.
12229         (sh-variables): Add some bash variables.
12230         (sh-add-completer): Fix nil branch of case statement.
12232 2003-08-24  Masatake YAMATO  <jet@gyve.org>
12234         * progmodes/ld-script.el: New file.
12236 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
12238         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
12240 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
12242         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
12243         Better explain obsolescence, and what to use instead.
12245 2003-08-23  Masatake YAMATO  <jet@gyve.org>
12247         * pcvs.el (cvs-do-removal): Show the deleted file name
12248         on the prompt.
12250 2003-08-20  Dave Love  <fx@gnu.org>
12252         * international/mule.el (make-coding-system)
12253         (set-buffer-file-coding-system): Doc fix.
12255         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
12257         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
12259         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
12261         * international/utf-16.el: Add mime-text-unsuitable coding system
12262         properties.
12264         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
12266         * cus-edit.el: Add some :links.
12267         (bib): Remove.
12269         * textmodes/bib-mode.el (bib): Add :group external.
12271 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
12273         * wid-edit.el (widget-echo-help): Make it handle expressions that
12274         evaluate to strings.
12276 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
12278         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
12280         Simplify selection of SQL products to define highlighting and
12281         interactive mode.  Includes detailed instructions on adding
12282         support for new products.
12284         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
12285         product for use in highlighting and interactive mode.
12286         (sql-interactive-product): New variable.  SQL product for
12287         sql-interactive-mode.
12288         (sql-product-support): New variable.  Specifies product-specific
12289         parameters to drive highlighting and interactive mode.
12290         (sql-imenu-generic-expression): Add more object types.
12291         (sql-sqlite-options): Correct comment.
12292         (sql-ms-program): Use "osql" rather than "isql".
12293         (sql-prompt-regexp, sql-prompt-length): Update comment.
12294         (sql-mode-menu): Add "Start SQLi session" entry.
12295         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
12296         (sql-mode-abbrev-table): Add abbreviations.  Support of
12297         SYSTEM-FLAG on define-abbrev.  Support was removed with last
12298         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
12299         (sql-mode-font-lock-object-name): Add font-lock pattern for object
12300         names.
12301         (sql-mode-ansi-font-lock-keywords): Set as default value.
12302         (sql-mode-oracle-font-lock-keywords): Set as default value.
12303         Support Oracle 9i keywords.
12304         (sql-mode-postgres-font-lock-keywords): Set as default value.
12305         (sql-mode-linter-font-lock-keywords): Set as default value.
12306         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
12307         SQLServer 2000.
12308         (sql-mode-sybase-font-lock-keywords)
12309         (sql-mode-interbase-font-lock-keywords)
12310         (sql-mode-sqlite-font-lock-keywords)
12311         (sql-mode-strong-font-lock-keywords)
12312         (sql-mode-mysql-font-lock-keywords)
12313         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
12314         keywords.
12315         (sql-mode-font-lock-defaults): Update comment.
12316         (sql-product-feature): New function.  Returns feature associated
12317         with a product from `sql-product-support' alist.
12318         (sql-product-font-lock): New function.  Set font-lock support
12319         based on `sql-product'.
12320         (sql-add-product-keywords): New function.  Add font-lock rules to
12321         product-specific keyword variables.
12322         (sql-set-product): New function.  Set `sql-product' and apply
12323         appropriate font-lock highlighting.
12324         (sql-highlight-product): New function.  Set font-lock support
12325         based on a product.  Also set mode name to include product name.
12326         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
12327         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
12328         Use `sql-set-product'.
12329         (sql-highlight-ms-keywords)
12330         (sql-highlight-sybase-keywords)
12331         (sql-highlight-interbase-keywords)
12332         (sql-highlight-strong-keywords)
12333         (sql-highlight-mysql-keywords)
12334         (sql-highlight-sqlite-keywords)
12335         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
12336         (sql-get-login): Prompt in the same order as the tokens.
12337         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
12338         (sql-product-interactive): New function.  Common portions of
12339         product-specific interactive mode wrappers.
12340         (sql-interactive-mode): Rewritten to use product features.
12341         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
12342         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
12343         (sql-db2, sql-linter): Use `sql-product-interactive'.
12344         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
12345         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
12346         (sql-connect-ingres, sql-connect-postgres)
12347         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
12348         New functions.  Format command line parameters and invoke comint on
12349         the appropriate interpreter.  Code was in the corresponding
12350         `sql-xyz' function before.
12351         (sql-connect-ms): New function.  Support -E argument to use
12352         operating system credentials for authentication.
12354 2003-08-18  Kenichi Handa  <handa@m17n.org>
12356         * international/mule.el (encode-char): Fix for the ASCII case.
12358 2003-08-15  Kenichi Handa  <handa@m17n.org>
12360         * international/fontset.el (setup-default-fontset): Change "*" to
12361         nil in the specifications of font family.
12363 2003-08-18  Kim F. Storm  <storm@cua.dk>
12365         * kmacro.el (kmacro-keymap): Group related bindings in
12366         initialization for clarity.  Bind C-s to start macro.
12367         Remove C-r binding.
12368         (kmacro-initial-counter-value): New defvar to hold initial counter
12369         value in case we set the value before defining a macro.
12370         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
12371         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
12372         not defining or executing macro.  Doc fix.
12373         (kmacro-add-counter): Clear kmacro-initial-counter-value.
12374         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
12375         temporarily view older elements on the macro ring without cycling
12376         the ring.
12377         (kmacro-display): Doc fix.
12378         (kmacro-exec-ring-item): New helper function.
12379         (kmacro-call-ring-2nd): Use it.
12380         (kmacro-call-ring-2nd-repeat): Doc fix.
12381         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
12382         (kmacro-end-or-call-macro): Execute last viewed macro (using
12383         kmacro-exec-ring-item) from ring if this follows
12384         kmacro-view-macro.  This allows us to find a macro on the ring
12385         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
12386         the ring to bring it to the head of the ring.
12387         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
12388         Allow binding to reserved keys without specifying C-x C-k prefix.
12389         Ask for confirmation if entered key sequence is already bound to
12390         a non-macro command.
12391         (kmacro-view-macro): Repeating command will show older elements
12392         on the macro ring; C-k will execute the last viewed macro.
12393         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
12394         property from 'ring to 'head.
12396 2003-08-17  Alan Shutko  <ats@acm.org>
12398         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
12399         keeping December out of the alist.
12401 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
12403         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
12404         * calendar/calendar.el (calendar-mode-map): Bind it to key.
12405         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
12406         (calendar-flatten): New function.
12407         (calendar-mouse-view-other-diary-entries)
12408         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
12409         in the menu title and to show multi-line diary entries correctly
12410         in the menu.
12412 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
12414         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
12415         defcustom, because the default was recently changed.
12417 2003-08-16  Richard M. Stallman  <rms@gnu.org>
12419         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
12421         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
12422         New subroutine, broken out of eval-last-sexp-1.
12423         (eval-last-sexp-1): Use eval-last-sexp-print-value.
12425         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
12427         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
12429         * simple.el (eval-expression): Use eval-last-sexp-print-value.
12431 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
12433         * progmodes/compile.el (compilation-error-regexp-alist):
12434         Add Java ANt error detection as described in document
12435         http://ant.apache.org/faq.html
12437 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
12439         * simple.el (backward-word, forward-to-indentation)
12440         (backward-to-indentation): Argument changed to optional.
12441         (next-line, previous-line): Use `or' instead of `unless'.
12443 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12445         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
12446         instead of a constant.
12448 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
12450         * shell.el (shell): With prefix-arg, suggest a new buffer name.
12452 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
12454         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
12455         (vc-sccs-workfile-version): Search the entire delta table, rather
12456         than just the first entry, because that might be a deleted version.
12458 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
12460         * menu-bar.el (menu-bar-options-menu): Supply a body for the
12461         [save-place] binding in the Options menu.  Have it require
12462         'saveplace' and then toggle the variable manually, to avoid an an
12463         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
12464         for the bug report.
12466 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
12468         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
12469         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
12470         (gdb-info-threads-custom): Add help-echo text.
12471         (gdb-display-back): Don't use purecopy.
12472         (gdb-info-breakpoints-custom, gdb-reset)
12473         (gdb-assembler-custom): Use display-images-p to test if breakpoint
12474         icons can be displayed.
12476 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
12478         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
12480 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
12482         * bookmark.el (bookmark-completing-read):
12483         Return a string, instead of a list of one string.
12484         Use a popup menu if activated from the mouse.
12485         (bookmark-edit-annotation): Remove unused vars.
12486         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
12487         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
12488         to bookmark-completing-read.
12489         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
12490         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
12491         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
12492         and erase-buffer.
12493         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
12494         (bookmark-menu-jump, bookmark-menu-insert)
12495         (bookmark-popup-menu-and-apply-function)
12496         (bookmark-menu-popup-paned-bookmark-menu): Remove.
12497         (bookmark-menu-build-paned-menu): Remove by folding it into
12498         bookmark-menu-popup-paned-menu.
12499         (menu-bar-bookmark-map): Move the define-key statements here.
12500         Use the "non-menu" commands since they now pop up a menu if needed.
12501         (bookmark-exit-hook-internal): Simplify.
12503 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
12505         * reftex-toc.el (reftex-toc-rename-label): New function.
12506         (reftex-toc-check-docstruct): New function.
12508         * reftex.el (reftex-region-active-p): New function.
12510         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
12511         regexp to find the \bibliography macro.
12513         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
12514         which does not exist in LaTeX.
12515         (reftex-cite-format-builtin): Added amsrefs support.
12516         (reftex-toc-confirm-promotion): New option
12518         * reftex-toc.el
12519         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
12520         (reftex-toc-demote, reftex-toc-promote)
12521         (reftex-toc-do-promote, reftex-toc-promote-prepare)
12522         (reftex-toc-promote-action, reftex-toc-extract-section-number)
12523         (reftex-toc-newhead-from-alist)
12524         (reftex-toc-load-all-files-for-promotion): New functions.
12525         (reftex-toc-help): Added description of new keys.
12526         (reftex-toc-split-windows-fraction): New option.
12527         (reftex-recenter-toc-when-idle): Search *toc* window on all
12528         visible frames.
12529         (reftex-toc): Additional parameter REUSE
12530         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
12531         with REUSE argument.
12532         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
12533         the call of `reftex-toc'.
12534         (reftex-make-separate-toc-frame): New function .
12535         (reftex-toc-recenter): When called with triple prefix arg, call
12536         `reftex-make-separate-toc-frame' first.
12537         (reftex-toc-toggle-dedicated-frame): New command.
12538         (reftex-toc-quit): Adapted to delete frame when called in
12539         dedicated frame.
12541         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
12542         all enclosing macros.
12545 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12547         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
12548         first use.
12550 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12552         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
12554 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
12556         * calendar/calendar.el (list-diary-entries-hook)
12557         (diary-display-hook, nongregorian-diary-listing-hook)
12558         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
12559         Add some customize options for these hooks.
12560         (calendar-abbrev-construct): Don't try to take a substring longer
12561         than the original string.
12563 2003-08-05  Richard M. Stallman  <rms@gnu.org>
12565         * emacs-lisp/testcover.el (noreturn): Report error if does return.
12566         (testcover-reinstrument-clauses): Doc fix.
12568         * emacs-lisp/warnings.el: Doc fixes, args renamed.
12569         (warning-type-format): Rename from warning-group-format.
12571         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
12572         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
12573         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
12574         to prevent warnings about defvar for an obsolete variable.
12576         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
12577         warning-group-format renamed to warning-type-format.
12579         * subr.el (read-passwd): Use clear-string instead of fillarray.
12581         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
12582         Use vconcat instead of concat.
12583         (edmacro-sanitize-for-string): New function.
12585 2003-08-05  Dave Love  <fx@gnu.org>
12587         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
12588         line-number-display-limit-width.
12590         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
12592 2003-08-05  Kenichi Handa  <handa@m17n.org>
12594         * international/code-pages.el: Don't require mule-diag.
12596         * international/mule-diag.el (non-iso-charset-alist):
12597         Add autoload cookie.
12599         * language/devan-util.el (dev-glyph-order): Add an entry for the
12600         glyph code #xC4.
12602 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
12604         * calendar/calendar.el (diary-file, diary-file-name-prefix)
12605         (european-calendar-style, diary-date-forms)
12606         (calendar-day-name-array, calendar-month-name-array): Doc change.
12607         (generate-calendar-month): Adapt for new behaviour of
12608         `calendar-day-name' function.
12609         (calendar-abbrev-length, calendar-day-abbrev-array)
12610         (calendar-month-abbrev-array): New variables.
12611         (calendar-abbrev-construct): New function.
12612         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
12613         rather than fixing abbrevs at some width.  Calling syntax change.
12614         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
12615         (calendar-date-string): Adapt for new behaviours of
12616         `calendar-day-name' and `calendar-month-name' functions.
12618         * calendar/diary-lib.el (list-diary-entries): Adapt for new
12619         behaviour of `calendar-day-name' and `calendar-month-name' functions.
12620         (diary-name-pattern): Use abbrev arrays, rather than fixing
12621         abbrevs at three chars.  Calling syntax change.
12622         (mark-diary-entries): Adapt for new behaviours of
12623         `diary-name-pattern' and `calendar-make-alist' functions.
12624         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
12625         `diary-name-pattern' function.
12626         (font-lock-diary-date-forms): Use abbrev arrays, rather than
12627         fixing abbrevs at three chars.  Calling syntax change.
12628         (cal-hebrew, cal-islam): Require when compiling.
12629         (diary-font-lock-keywords): Adapt for new behaviour of
12630         `font-lock-diary-date-forms' function.
12632         * calendar/cal-hebrew.el: Reposition some code so defined before used.
12633         (calendar-hebrew-month-name-array-common-year)
12634         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
12635         (list-hebrew-diary-entries): Adapt for new behaviours of
12636         `calendar-day-name' and `add-to-diary-list' functions.
12637         (mark-hebrew-diary-entries): Adapt for new behaviours of
12638         `diary-name-pattern' and `calendar-make-alist' functions.
12640         * calendar/cal-islam.el (calendar-islamic-month-name-array):
12641         Add doc string.
12642         (list-islamic-diary-entries): Adapt for new behaviours of
12643         `calendar-day-name' and `add-to-diary-list' functions.
12644         (mark-islamic-diary-entries): Adapt for new behaviours of
12645         `diary-name-pattern' and `calendar-make-alist' functions.
12647         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
12648         `calendar-month-name' function.
12650         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
12652         * calendar/solar.el (solar-seasons-data): Move definition before use.
12654         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
12655         (cal-tex-LaTeX-hourbox): Move definition before use.
12657         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
12658         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
12659         lunar.el, solar.el
12660         (displayed-month, displayed-year): Define for compiler.
12662 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
12664         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
12665         MODE.  Renamed from c-init-c-language-vars'.
12666         (c-initialize-cc-mode): Change accordingly.
12667         (c-common-init): Ditto.
12668         (c-mode): Ditto.
12669         (c++-mode): Use `c-init-language-vars-for'.
12670         (objc-mode): Ditto.
12671         (java-mode): Ditto.
12672         (idl-mode): Ditto.
12673         (pike-mode): Ditto.
12674         (awk-mode): Ditto.
12676 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
12678         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
12679         or not the point moved.
12681         (c-search-decl-header-end): Don't trip up on operator identifiers
12682         in C++ and operators like == in all languages.
12684         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
12685         Detect leading labels correctly.
12687 2003-08-02  Andreas Schwab  <schwab@suse.de>
12689         * textmodes/ispell.el: Don't redo key bindings on loading, put
12690         them only in loaddefs.el.
12691         * bookmark.el: Likewise.
12692         * dabbrev.el: Likewise.
12693         * emerge.el: Likewise.
12695         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
12696         has more than one member.
12698         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
12700 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12702         * lpr.el (printify-region): It was ending conversion before the
12703         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
12705 2003-07-31  John Paul Wallington  <jpw@gnu.org>
12707         * net/browse-url.el (browse-url-epiphany): Doc fix.
12709 2003-07-30  Kenichi Handa  <handa@m17n.org>
12711         * international/fontset.el (setup-default-fontset):
12712         Change registry names of Akurti fonts.
12714 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12716         * comint.el (comint-read-noecho): Use `clear-string' instead of
12717         `fillarray'.
12719 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
12721         * outline.el (outline-mode-hook): Add defvar.
12723 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
12725         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
12726         Restore assembler in source window if that is what has been selected.
12727         (menu): Add gdb-restore-windows to menu.  Make gdba
12728         specific menus only visible from gdba.
12730 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
12732         * progmodes/compile.el (compilation-environment): New user variable.
12733         (compile-internal): Respect it.
12735 2003-07-23  Masatake YAMATO  <jet@gyve.org>
12737         * progmodes/gud.el (gdb-script-font-lock-keywords):
12738         Put `font-lock-function-name-face' on a symbol which includes
12739         `-' like `hook-run'.  Put font-lock-variable-name-face
12740         on a symbol starting with $.
12742 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
12744         * files.el (set-visited-file-name): Use truename for buffer-file-name.
12746 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
12748         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
12750 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
12752         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
12753         Use with-no-warnings.
12754         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
12755         rather than to find-file-not-found-hook, which doesn't exist.
12757 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
12759         * international/quail.el (quail-translate-key): Fix previous change.
12761 2003-07-25  John Paul Wallington  <jpw@gnu.org>
12763         * server.el (server-start): Check `server-process' is non-nil
12764         before killing it to avoid killing current buffer's process.
12766         * simple.el (choose-completion-string): Use `minibufferp';
12767         test `completion-reference-buffer' if `buffer' arg is nil.
12768         (push-mark): Use `when' and `unless'.
12769         (pop-mark): Use `when'.
12771         * mouse-sel.el (mouse-sel-get-selection-function):
12772         Check `x-last-selected-text-primary'.  Don't barf if it or
12773         `x-last-selected-text' aren't bound.
12775 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
12777         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
12779 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
12781         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
12783 2003-07-23  John Paul Wallington  <jpw@gnu.org>
12785         * tooltip.el (defface tooltip): Inherit from variable-pitch.
12787 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
12789         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
12790         string.  Defvar the derived hook.
12792         * macros.el (insert-kbd-macro): Escape double quote character.
12793         From Thomas W Murphy <twm@andrew.cmu.edu>.
12795 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
12797         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
12798         to match the specific mark rather than reusing comment-start-skip.
12800 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
12802         * progmodes/hideshow.el (hs-special-modes-alist):
12803         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
12805 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
12807         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
12808         value using ?\s.
12810 2003-07-21  John Paul Wallington  <jpw@gnu.org>
12812         * subr.el (with-selected-window): Add closing paren.
12814 2003-07-21  Richard M. Stallman  <rms@gnu.org>
12816         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
12817         (lisp-mode): Likewise.
12819         * subr.el (with-selected-window): Copy code form save-selected-window
12820         so as to call select-window with norecord arg.
12821         (dynamic-completion-table): Doc fix.
12822         (lazy-completion-table): Doc fix.
12824         * international/mule-cmds.el (set-locale-environment):
12825         langinfo renamed to locale-info.
12827         * international/mule.el (auto-coding-functions): Doc fix.
12829 2003-07-21  Kenichi Handa  <handa@m17n.org>
12831         * international/quail.el (quail-translate-key):
12832         Update quail-current-str correctly.
12834 2003-07-21  Andreas Schwab  <schwab@suse.de>
12836         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
12837         ?, to "_".
12839 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
12840         Version 2.0.36 of Tramp released.
12842         * net/tramp.el (tramp-default-password-end-of-line): Rename from
12843         tramp-password-end-of-line.
12844         (tramp-password-end-of-line): New method parameter.
12845         (tramp-get-password-end-of-line): Function to access method
12846         parameter `tramp-password-end-of-line', or variable
12847         `tramp-default-password-end-of-line' (default value).
12848         (tramp-methods): Add entries for new parameter
12849         tramp-password-end-of-line.
12850         (tramp-enter-password): Use new function
12851         `tramp-get-password-end-of-line'.
12852         (tramp-handle-insert-file-contents): Do not
12853         unconditionally inhibit the file operation file-local-copy, only
12854         do that when the inhibit-file-name-operation is currently
12855         insert-file-contents.  This fixes finding remote CVS-controlled
12856         files.  (It would barf on inserting the CVS/Entries file
12857         literally, because the file-local-copy handler wasn't called.)
12858         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
12859         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
12860         (tramp-initial-commands): New variable.
12861         (tramp-process-initial-commands): New function, using the variable.
12862         (tramp-open-connection-setup-interactive-shell): Call the new function.
12863         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
12864         method into the buffer name, never use nil.  Reported by Hanak
12865         David <dhanak@inf.bme.hu>.
12866         (tramp-open-connection-setup-interactive-shell): Erase buffer
12867         before sending "stty -onlcr".
12869         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
12871 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
12873         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
12875 2003-07-19  John Paul Wallington  <jpw@gnu.org>
12877         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
12878         (artist-draw-rect, artist-draw-square): Doc fixes.
12880         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
12882         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
12884 2003-07-19  Kenichi Handa  <handa@m17n.org>
12886         * international/kkc.el (kkc-show-conversion-list-update):
12887         Highlight the correct candidate in the message.
12889 2003-07-18  John Paul Wallington  <jpw@gnu.org>
12891         * simple.el (current-word): Don't include punctuation char when
12892         `really-word' arg is non-nil.
12894 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
12896         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
12897         moved to the directory obsolete.
12899 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
12901         * info.el (Info-menu-entry-name-re): Allow newlines in
12902         menu entry names.
12904         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
12905         syntax-ppss-after-change-function.
12906         (syntax-ppss-after-change-function): New alias.  Update uses.
12907         (syntax-ppss): Catch the case where the buffer is narrowed.
12909 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
12911         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
12912         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
12914 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
12916         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
12917         since it might be modified.
12919         * progmodes/cc-langs.el (c++-make-template-syntax-table)
12920         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
12921         names to these language constants.
12923 2003-07-15  Kim F. Storm  <storm@cua.dk>
12925         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
12926         All uses changed.
12928 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
12930         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
12931         Namespace support.
12933 2003-07-13  Juanma Barranquero  <lektu@terra.es>
12935         * frame.el (modify-all-frames-parameters): Reinstall (copyright
12936         papers received).
12938 2003-07-13  Karl Eichwalder  <ke@suse.de>
12940         * textmodes/po.el (po-find-charset): White space at the start of the
12941         Content-Type field body is non-mandatory.
12943 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
12945         * textmodes/texinfo.el (texinfo-section-list):
12946         Append appendixsection; a synonym for appendixsec.
12948 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
12950         * man.el (Man-translate-cleanup): New.
12951         (Man-translate-references): Call `Man-translate-cleanup' to clean
12952         leading, trailing and middle spaces.
12954 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
12956         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
12957         Handle `dired-directory' being a list.
12959 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12961         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
12962         it doesn't exist.
12964 2003-07-12  Richard M. Stallman  <rms@gnu.org>
12966         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
12968         * progmodes/cc-defs.el (c-make-keywords-re):
12969         Don't use delete-duplicates.
12970         (c-lang-const): Don't use mapcan.
12972         * apropos.el (apropos-show-scores): Make it customizable.
12973         Document new meaning.
12974         (apropos): Compute scores from symbols.
12975         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
12977 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12979         * ps-bdf.el: Fix copyright line.
12980         (bdf-directory-list): Fix initialization code.
12982 2003-07-11  John Paul Wallington  <jpw@gnu.org>
12984         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
12985         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
12986         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
12988 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
12990         * emacs-lisp/ring.el (ring-elements): Doc fix.
12992 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
12994         * calendar/timeclock.el (timeclock-relative)
12995         (timeclock-ask-before-exiting, timeclock-use-display-time):
12996         Doc changes.
12997         (timeclock-modeline-display): Give a message if
12998         `timeclock-use-display-time' is non-nil but `display-time-mode'
12999         is not active.
13001 2003-07-11  Kenichi Handa  <handa@m17n.org>
13003         * international/mule-cmds.el (set-language-environment):
13004         Set current-language-environment to the correct string.
13006 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
13008         * ps-print.el: Print line number correctly in a region.  Reported by
13009         Tim Allen <timallen@ls83.fsnet.co.uk>.
13010         (ps-print-version): New version number (6.6.2).
13011         (ps-printing-region): Code fix.
13013 2003-07-10  John Paul Wallington  <jpw@gnu.org>
13015         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
13016         this function can be called from `add-completions-from-tags-table'.
13018 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
13020         * calendar/timeclock.el (timeclock-use-display-time)
13021         (timeclock-day-over-hook, timeclock-workday-remaining)
13022         (timeclock-status-string, timeclock-when-to-leave)
13023         (timeclock-when-to-leave-string, timeclock-log-data)
13024         (timeclock-find-discrep, timeclock-day-base)
13025         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
13026         (timeclock-modeline-display): Set the variable
13027         `timeclock-modeline-display'.
13028         (timeclock-update-modeline): Doc fix.  Respect value of
13029         `timeclock-relative'.
13031 2003-07-09  Richard M. Stallman  <rms@gnu.org>
13033         * textmodes/reftex-parse.el (reftex-all-document-files):
13034         Add autoload cookie.
13036         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
13037         (reftex-scanning-info-available-p): Add autoload cookie.
13039         * international/mule-cmds.el
13040         (set-display-table-and-terminal-coding-system): Delete duplicate
13041         aset on standard-display-table.
13043         * view.el (view-file): If existing buffer's major mode is special,
13044         don't go into view mode.
13046         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
13048 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13050         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
13051         buffer changes; there's third party code that calls this function
13052         directly.
13054 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13056         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
13057         (autodoc-font-lock-keywords): Don't byte compile on font lock
13058         initialization when running from byte compiled files.
13060 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
13062         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
13063         statement ends with auto-increment "++".
13065 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
13067         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13068         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13069         these are changed, so declare them as variables and not constants.
13071 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
13073         * subr.el (dolist, dotimes): Doc fix.
13075 2003-07-08  Kim F. Storm  <storm@cua.dk>
13077         * international/mule-cmds.el
13078         (set-display-table-and-terminal-coding-system): Don't break
13079         bootstrap if standard-display-table isn't setup yet.
13081 2003-07-07  Richard M. Stallman  <rms@gnu.org>
13083         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
13084         Give it a doc string, and autoload it.
13086         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
13087         Use with-no-warnings.
13089         * info.el (Info-search): If find invisible text, search again.
13091         * isearch.el (search-whitespace-regexp): Add a shy group around it.
13093         * man.el (Man-name-regexp): Match + as part of name.
13095         * simple.el (visible-mode): Rename from vis-mode.
13096         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
13098         * simple.el (current-word): New arg REALLY-WORD specifies
13099         don't include punctuation chars.
13101         * emacs-lisp/debug.el (debug, debugger-env-macro):
13102         Use with-no-warnings while accessing and binding unread-command-char.
13104         * international/mule-cmds.el
13105         (set-display-table-and-terminal-coding-system): Use explicit loop
13106         instead of calling standard-display-default.
13108         * net/ange-ftp.el (ange-ftp-file-symlink-p):
13109         Use condition-case to catch error in ange-ftp-get-files.
13111         * net/browse-url.el (browse-url-browser-function):
13112         Add alternative for Epiphany.
13113         (browse-url-epiphany-program, browse-url-epiphany-arguments)
13114         (browse-url-epiphany-startup-arguments)
13115         (browse-url-epiphany-new-window-is-tab): New variables.
13116         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
13118         * progmodes/compile.el (compile-auto-highlight): Default now t.
13119         (compile): Doc fix.
13120         (compilation-next-error): Fix previous change.
13122         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
13124         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
13126 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
13128         * gdb-ui.el (gdb-source-info): Display current frame when
13129         attaching to an existing process.
13130         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
13131         while laying out windows when attaching to an existing process.
13133 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
13135         * info.el (Info-menu): Use Info-menu-entry-name-re.
13137 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
13139         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
13140         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
13142         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
13143         to match the same text.
13145 2003-07-06  John Paul Wallington  <jpw@gnu.org>
13147         * vc.el (vc-annotate-offset): Move defvar up.
13149 2003-07-06  Kim F. Storm  <storm@cua.dk>
13151         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
13152         This should fix the infinite loop when extracting menu names.
13154 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
13156         * files.el (auto-mode-alist, interpreter-mode-alist):
13157         Remove entries to CC Mode modes to avoid duplicates; they are now added
13158         with autoload directives in cc-mode.el.
13160 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
13162         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
13163         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
13164         these are changed, so declare them as variables and not constants.
13166         * progmodes/cc-mode.el: Fix some autoload problems: Try to
13167         ensure that the entry for ".c" extension comes before the one for
13168         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
13169         Fix incorrect entries that were added to `interpreter-mode-alist'.
13170         Move the autoload directives for AWK to the top level since they
13171         aren't recognized anywhere else.  Do not use the new AWK mode doc
13172         in the autoload form for the old AWK mode.
13174 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
13176         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
13177         (bibtex-sort-ignore-string-entries): Default value t.
13178         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
13179         erroneously in previous version.
13180         (bibtex-string-files): Docstring reflects new parsing scheme.
13181         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
13182         docstring, add # as one of the chars to crush
13183         (bibtex-autokey-prefix-string, bibtex-autokey-names)
13184         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
13185         (bibtex-autokey-name-change-strings)
13186         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
13187         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
13188         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
13189         (bibtex-autokey-title-terminators)
13190         (bibtex-autokey-titlewords-stretch)
13191         (bibtex-autokey-titleword-ignore)
13192         (bibtex-autokey-titleword-case-convert)
13193         (bibtex-autokey-titleword-abbrevs)
13194         (bibtex-autokey-titleword-abbrevs)
13195         (bibtex-autokey-titleword-change-strings)
13196         (bibtex-autokey-titleword-length)
13197         (bibtex-autokey-titleword-separator)
13198         (bibtex-autokey-name-year-separator)
13199         (bibtex-autokey-year-title-separator)
13200         (bibtex-autokey-before-presentation-function)
13201         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
13202         Fix docstring.
13203         (bibtex-strings, bibtex-reference-keys):
13204         Use lazy-completion-table and make-variable-buffer-local.
13205         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
13206         (bibtex-braced-string-syntax-table)
13207         (bibtex-quoted-string-syntax-table): New variables.
13208         (bibtex-parse-nested-braces): Remove.
13209         (bibtex-parse-field-string): Use syntax table and forward-sexp.
13210         (bibtex-parse-association): Simplify.
13211         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
13212         (bibtex-parse-field-text): Simplify.
13213         (bibtex-search-forward-field, bibtex-search-backward-field):
13214         argument BOUND can take value t.
13215         (bibtex-start-of-field, bibtex-start-of-name-in-field)
13216         (bibtex-end-of-name-in-field, bibtex-end-of-field)
13217         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
13218         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
13219         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
13220         (bibtex-skip-to-valid-entry): Return buffer position of beginning
13221         and ending of entry.  Update for changes of bibtex-search-entry.
13222         Simplify.
13223         (bibtex-map-entries): FUN is called with three arguments.
13224         (bibtex-search-entry): Return a cons pair with buffer positions of
13225         beginning and end of entry.
13226         (bibtex-enclosing-field): Simplify.
13227         (bibtex-format-entry): Use booktitle to set a missing title.
13228         (bibtex-autokey-get-names): Fiddle with regexps.
13229         (bibtex-generate-autokey): Use identity.
13230         (bibtex-parse-keys): Use simplified parsing algorithm if
13231         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
13232         arguments.  Return alist of keys.
13233         (bibtex-parse-strings): Simplify.  Return alist of strings.
13234         (bibtex-complete-string-cleanup): Fix docstring.
13235         (bibtex-read-key): New function.
13236         (bibtex-mode): Fix docstring.  Do not parse for keys and
13237         strings when the mode is entered.  Set fill-paragraph-function to
13238         bibtex-fill-field.  Setup font-lock-mark-block-function the way
13239         font-lock intended.
13240         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
13241         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
13242         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
13243         (bibtex-Preamble): Avoid hard coded constants.
13244         (bibtex-make-field): Fix docstring.  Simplify.
13245         (bibtex-beginning-of-entry): Always return new position of point.
13246         (bibtex-end-of-entry): Rearrange cond clauses.
13247         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
13248         Update for changes of bibtex-map-entries.
13249         (bibtex-ispell-abstract): Do not move point.
13250         (bibtex-entry-index): Use downcase.  Simplify.
13251         (bibtex-lessp): Handle catch-all.
13252         (bibtex-find-crossref): Turn into a command.
13253         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
13254         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
13255         preamble entries.
13256         (bibtex-fill-field-bounds): New function.
13257         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
13258         (bibtex-fill-entry): Use bibtex-fill-field-bounds
13259         (bibtex-String): Use bibtex-strings.  Always obey
13260         bibtex-sort-ignore-string-entries.
13262 2003-07-05  John Paul Wallington  <jpw@gnu.org>
13264         * cus-theme.el (customize-create-theme):
13265         Call `customize-create-theme' in Reset widget's notify function.
13267         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
13268         (ibuffer-mark-interactive): Use `or' instead of `unless'.
13269         (define-ibuffer-column name): Add summarizer.
13270         (define-ibuffer-column size): Likewise.
13271         (define-ibuffer-column filename): Likewise.
13272         (define-ibuffer-column process): Likewise.  Change BODY's output too.
13273         (define-ibuffer-column filename-and-process): Likewise, likewise.
13274         (ibuffer): Remove local vars `already-in' and `need-update'.
13276         * ibuf-ext.el: Don't require `derived' at compile-time.
13278 2003-07-05  Kim F. Storm  <storm@cua.dk>
13280         * info.el: Disable paragraph refilling.
13281         (Info-refill-paragraphs): New defcustom.
13282         (Info-fontify-node): Use it.
13284 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
13286         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
13287         thingies from constructors created by defstruct.
13289         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
13290         the default value of the variable.
13291         (byte-code-meter): Move declaration to top level.
13293         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
13295         * info.el (Info-following-node-name-re): New fun.
13296         (Info-following-node-name): Remove.
13297         (Info-insert-dir): Use the new fun.
13298         (Info-extract-pointer): Don't save restriction; use new fun.
13299         (Info-menu-entry-name-re): New const.
13300         (Info-menu-entry-name-re): Use it along with new fun.
13301         (Info-node-spec-re): Use new fun.
13302         (Info-complete-menu-item, Info-fontify-node): Use new const.
13303         (Info-goto-node, Info-follow-reference, Info-menu-update):
13304         Use match-string.
13305         (Info-follow-reference): Use assoc-string.
13306         Use a list of strings for the completion table.
13307         (Info-fontify-node): Use match-string, line-end-position.
13308         Limit the search for `node:' to the first line.
13310         * newcomment.el (uncomment-region): Remove padding coming from
13311         comment-start rather than just from comment-padding.
13313         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
13314         (vc-cvs-stay-local-p): Use vc-stay-local-p.
13315         (vc-cvs-rename-file): Remove (use the default).
13316         (vc-cvs-register): Register parent dir if needed.
13317         (vc-cvs-could-register): Return non-nil if parent can be registered.
13318         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
13319         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
13321         * vc-svn.el (vc-svn-use-edit): Make it into a const.
13322         (vc-svn-update): Fix the arguments to `svn'.
13323         (vc-svn-diff-tree): Just use `vc-svn-diff'.
13324         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
13325         Simple implementations, assuming `name' is a URL.
13327         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
13328         set of chars allowed unquoted in a case pattern.
13330         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
13332         * font-lock.el (font-lock-extra-types-widget)
13333         (c-font-lock-extra-types, c++-font-lock-extra-types)
13334         (objc-font-lock-extra-types, java-font-lock-extra-types)
13335         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
13336         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
13337         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
13338         (font-lock-match-c++-structor-declaration)
13339         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
13340         (c++-font-lock-keywords-3, c++-font-lock-keywords)
13341         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
13342         (objc-font-lock-keywords-3, objc-font-lock-keywords)
13343         (java-font-lock-keywords-1, java-font-lock-keywords-2)
13344         (java-font-lock-keywords-3, java-font-lock-keywords)
13345         (java-font-lock-syntactic-face-function): Remove obsolete code
13346         and constants.  It's all in cc-fonts.el now.
13348 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
13350         * mail/sendmail.el (mail-specify-envelope-from)
13351         (mail-envelope-from): Doc fix.
13353 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
13355         * generic-x.el: Do away with the dependency on `c-emacs-features'
13356         when populating `rul-generic-mode-syntax-table'; we already know
13357         this isn't XEmacs.
13359 See ChangeLog.10 for earlier changes.
13361 ;; Local Variables:
13362 ;; coding: iso-2022-7bit
13363 ;; End:
13365     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
13366   Copying and distribution of this file, with or without modification,
13367   are permitted provided the copyright notice and this notice are preserved.
13369 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1