(list-buffers-noselect): Eliminate space at the start of HEADER.
[emacs.git] / lisp / ChangeLog
blob7d239a9269eac75eb747e611398c209361473040
1 2004-11-20  Richard M. Stallman  <rms@gnu.org>
3         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
4         of HEADER.  Compensate for this change in the code to add display
5         properties.  Don't make the first line intangible.
7         * info.el (Info-search): Fix previous change.
9 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
11         * Makefile.in (recompile): Revert 2004-11-19 change.
12         (compile): Likewise.
14 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
16         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
18 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
21         defgroup and defcustom.  Eliminate eval-and-compile usage.
23         * progmodes/ebnf-otz.el: Fix typos.
25 2004-11-19  Jay Belanger  <belanger@truman.edu>
27         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
28         (calc-edit-finish, calc-finish-stack-edit): Replace variable
29         disp-trail by declared variable.
31         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
32         (calc-finish-selection-edit):  Replace variable disp-trail by
33         declared variable.
35         (calc-selection-cache-entry): Move declaration to earlier in
36         the file.
38         (calc-selection-cache-num, calc-selection-cache-comp)
39         (calc-selection-cache-offset, calc-selection-true-num)
40         (calc-final-point-line, calc-final-point-column)
41         (calc-original-buffer): Declare them.
43         (calc-fnp-op, calc-fnp-num): New variables.
44         (calc-find-nth-part, calc-find-nth-part-rec)
45         (calc-select-previous): Replace op and num by declared
46         variables.
48         (calc-rsf-old, calc-rsf-new): New variables.
49         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
50         Replace variables old and new by declared variables.
52         (calc-sel-reselect): New variable.
53         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
54         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
55         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
56         reselect with declared variable.
58         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
59         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
60         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
61         (math-import-list, math-rewrite-phase): Declare them.
63         (math-rewrite):  Use let* to declare variables.
65         (calc-rewrite-selection): Make rules a local variable.
67         (calc-rewr-sel): New variable.
68         (calc-rewrite-selection, calc-locate-selection-marker)
69         (calc-rewrite): Use the declared variable calc-rewr-sel instead
70         of sel.
72         (math-rewrite-whole-expr): New variable.
73         (math-rewrite, math-rewrite-phase): Replace variable expr by
74         declared variable.
76         (math-rewrite-heads-heads, math-rewrite-heads-skips)
77         (math-rewrite-heads-blanks ): New variables.
78         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
79         heads, skips and blanks by declared variables.
81         (math-rwcomp-subst-old, math-rwcomp-subst-new)
82         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
83         New variables.
84         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
85         old, new, old-func and new-func by declared variables.
87         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
88         Remove unnecessary variable.
90         (math-apply-rw-regs): New variable.
91         (math-apply-rewrites, math-rwapply-replace-regs)
92         (math-rwapply-reg-looks-negp): Replace variable regs by declared
93         variable.
95         (math-apply-rw-ruleset): New variable.
96         (math-apply-rewrites, math-rwapply-remember): Replace variable
97         ruleset by declared variable.
99 2004-11-19  Richard M. Stallman  <rms@gnu.org>
101         * info.el (Info-search): Use search-whitespace-regexp.
103 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
105         * vc-rcs.el (vc-rcs-parse): New function.
106         (vc-rcs-annotate-command): Likewise.
107         (vc-rcs-annotate-current-time): Likewise.
108         (vc-rcs-annotate-time): Likewise.
109         (vc-rcs-annotate-extract-revision-at-line): Likewise.
111 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
113         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
115 2004-11-18  Jay Belanger  <belanger@truman.edu>
117         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary
118         variables.
120 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
122         * printing.el: Eliminate use of interactive-p and eval-and-compile.
123         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
124         Use make-temp-file to generate PostScript files in any situation.
125         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
126         (pr-interactive-p): Eliminate var.
127         (pr-save-interactive): Eliminate macro.
128         (pr-interface, pr-ps-directory-preview)
129         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
130         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
131         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
132         (pr-ps-buffer-ps-print, pr-ps-region-preview)
133         (pr-ps-region-using-ghostscript, pr-ps-region-print)
134         (pr-ps-region-ps-print, pr-ps-mode-preview)
135         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
136         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
137         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
138         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
139         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
140         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
141         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
142         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
143         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
144         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
145         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
146         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
147         Eliminate pr-save-interactive usage.
148         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
149         Eliminate pr-interactive-p usage.
150         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
151         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
152         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
153         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
154         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
155         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
156         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
157         New funs.
158         (pr-ps-file): Use make-temp-file to generate a temporary file.
160 2004-11-17  Jay Belanger  <belanger@truman.edu>
162         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
163         a local variable.
165         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
167         (math-top-only): New variable.
168         (math-simplify, math-simplify-step): Replace variable top-only by
169         declared variable math-top-only.
171         (math-simplify-expr): Declare it.
172         Replaced argument expr in all calls of math-defsimplify by
173         math-simplify-expr.
174         (math-simplify-plus, math-simplify-times, math-simplify-divide)
175         (math-simplify-divisor, math-simplify-one-divisor)
176         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
177         (math-simplify-pow): Replace variable expr by declared variable
178         math-simplify-expr.
180         (math-simplify-divisor): Remove local variables temp and op.
181         (math-simplify-one-divisor): Make temp and op local variables.
183         (math-simplify-divisor-nover, math-simplify-divisor-dover):
184         New variables.
185         (math-simplify-divisor, math-simplify-one-divisor):
186         Replace variables nover and dover by declared variables.
188         (math-expr-subst-new, math-expr-subst-old): New variables.
189         (math-expr-subst, math-expr-subst-rec): Replace variables new
190         and old by declared variables.
192         (math-is-poly-degree, math-is-poly-loose): New variables.
193         (math-is-polynomial, math-is-poly-rec): Replace variables degree
194         and loose by declared variables.
196         (math-poly-base-const-ok, math-poly-base-pred): New variables.
197         (math-polynomial-base, math-polynomial-base-rec):
198         Replace variables const-ok and mpb-pred by declared variables.
200         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
202         * calc/calc-ext.el (math-defsimplify): Change the argument in
203         the created function to math-simplify-expr.
205         * calc/calc-units.el (math-simplify-expr): Declare it.
206         Replace argument expr in all calls of math-defsimplify by
207         math-simplify-expr.
208         (math-simplify-units-prod): Replace variable expr by declared
209         variable math-simplify-expr.
211 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
213         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
214         Replace mapcar->dolist, format->string.
216 2004-11-17  Miles Bader  <miles@gnu.org>
218         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
219         * progmodes/idlwave.el: Remove RCS keywords.
221 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
223         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
224         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
225         Updated to IDLWAVE version 5.5.  Too many changes to list them here.
226         * progmodes/idlw-help.el: New file.
228 2004-11-16  Richard M. Stallman  <rms@gnu.org>
230         * international/iso-cvt.el (iso-tex2iso-trans-tab):
231         Discard spaces after \i according to TeX rules.
233         * international/mule.el (set-buffer-file-coding-system):
234         New arg NOMODIFY.
235         (after-insert-file-set-coding): Pass that new arg.
236         Prevent set-buffer-multibyte from trying to lock the file.
238         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
240         * saveplace.el (save-place): Doc fix.
242         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
243         temporarily widen before finding the following word to copy.
245         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
246         (cl-map-keymap): Definition deleted.
248         * subr.el (map-keymap-internal): New function.
250 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
252         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
253         when pressing rather than when releasing mouse-2.  Simplify.
255 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
257         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
258         (compilation-mode): Set it here instead.
260         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
262         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
263         (loop, cl-parse-loop-clause, defsetf): Use backquote.
265 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
267         * progmodes/compile.el (compilation-internal-error-properties):
268         Fix up a transposition-typo.  Check end-col before using it.
270 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
272         * international/iso-cvt.el (iso-tex2iso-trans-tab):
273         Discard whitespace after macro \i when converting it.
275 2004-11-16  Juri Linkov  <juri@jurta.org>
277         * emacs-lisp/find-func.el (find-function-regexp):
278         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
279         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
280         Remove invalid `\W' from [^cgv\W].  Doc fix.
281         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
283 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
285         * play/life.el: Maintainer is now FSF.
286         (life-patterns, life-neighbor-deltas, life-window-start)
287         (life-current-generation, life-generation-string): Use defvar
288         instead of defconst.
290 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
292         * progmodes/compile.el (compilation-move-to-column): New fun.
293         (compilation-internal-error-properties)
294         (compilation-next-error-function): Use it to make sure we don't go past
295         the end of line.
297 2004-11-15  John Paul Wallington  <jpw@gnu.org>
299         * autoinsert.el (auto-insert-alist): Insert the user's name in
300         copyright notice, rather than Free Software Foundation, for the
301         Emacs Lisp header case too.
303 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
305         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
306         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
307         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
308         return the list of string in a string.
309         (pr-call-process): Message if calling process returns an error, that
310         is, the exit status is different of zero.
312 2004-11-15  Jay Belanger  <belanger@truman.edu>
314         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
315         variable var-thing.
317         (math-integ-depth, math-integ-level, math-integral-limit)
318         (math-enable-subst, math-any-substs, math-integ-msg)
319         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
320         (math-int-threshold, math-int-factors, math-double-roots)
321         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
322         (var-GenCount):  Declare these variables.
323         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
325         (math-integral-cache, math-integral-cache-state):
326         Move declarations to earlier in the file.
328         (math-deriv-var, math-deriv-total, math-deriv-symb)
329         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
330         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
331         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
332         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
333         (math-solve-res):  New variables
334         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
335         (math-integral, math-replace-integral-parts)
336         (math-integrate-by-parts, calc-dump-integral-cache)
337         (math-try-integral, math-do-integral, math-do-integral)
338         (math-do-integral-methods, math-try-solve-for)
339         (math-try-solve-prod, math-solve-poly-funny-powers)
340         (math-solve-crunch-poly, math-decompose-poly)
341         (math-solve-find-root-term, math-find-root-in-prod)
342         (math-integ-try-linear-substitutions)
343         (math-integ-try-substitutions, math-expr-rational-in)
344         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
345         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
346         (math-solve-for, math-solve-system, math-solve-system-rec)
347         (math-solve-get-sign, math-solve-get-int)
348         (math-solve-system-subst): Replace undeclared variables with newly
349         declared variables.
351 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
353         * winner.el (winner-active-region, winner-edges, winner-window-list):
354         Define at toplevel.
355         (winner-mode-map): Move init inside declaration.
357 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
359         * files.el (convert-standard-filename): Doc fix.
361 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
363         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
364         passwd, group, shadow, default/* and pam.d/*.
366 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
368         * printing.el (pr-menu-spec): Adjust menu specification.
370 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
372         * printing.el: Doc fix.  Insert :version tag into all defcustom.
373         Handle interactive-p as is recommended in Emacs Lisp Reference.
374         Set the file permission bits for newly created files.
375         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
376         The printing menu specification (in `pr-menu-spec') was merged.
377         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
378         (pr-version): New version number (6.8.3).
379         (pr-file-modes): New option.
380         (pr-interactive-p): New var.
381         (pr-save-interactive, pr-save-file-modes): New macros.
382         (pr-setup): Code fix.
383         (pr-menu-spec): Menu specification merged.
384         (pr-call-process, pr-text2ps): Set file permission bits.
385         (pr-despool-print): Set file permission bits.  Handle interactive-p as
386         is recommended.
387         (pr-interface, pr-ps-directory-preview)
388         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
389         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
390         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
391         (pr-ps-buffer-ps-print, pr-ps-region-preview)
392         (pr-ps-region-using-ghostscript, pr-ps-region-print)
393         (pr-ps-region-ps-print, pr-ps-mode-preview)
394         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
395         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
396         (pr-despool-using-ghostscript, pr-despool-ps-print)
397         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
398         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
399         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
400         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
401         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
402         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
403         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
404         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
405         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
406         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
407         Handle interactive-p as is recommended.
409 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
411         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
412         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
414         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
415         so it doesn't forget to highlight the beginning of the region either.
417 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
419         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
420         (c-font-lock-init): Eliminate obsolete make-local-hook.
421         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
422         (awk-mode): Use run-mode-hooks.
424         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
426 2004-11-13  Kim F. Storm  <storm@cua.dk>
428         * mouse.el (mouse-drag-copy-region): Add :version.
429         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
430         while dragging mode line, so mode line can be dragged downwards.
431         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
432         while pressing mouse button so window doesn't scroll until we
433         release the mouse if clicking on partially visible line.
435 2004-11-12  Jay Belanger  <belanger@truman.edu>
437         * calc/calc-graph.el (calc-dumb-map):  Declare it.
438         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
439         than unbound.
440         (calc-graph-name):  Made `end' a local variable.
441         (calc-graph-lookup):  Made `varname' a local variable.
442         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
443         Declare them.
444         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
445         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
446         the unused variable y3vec.
447         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
448         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
449         calc-graph-prev-kill-hook.
450         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
451         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
452         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
453         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
454         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
455         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
456         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
457         (calc-graph-y3value, calc-graph-y3name)
458         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
459         (calc-graph-stepcount, calc-graph-is-splot)
460         (calc-graph-surprise-splot, calc-graph-blank)
461         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
462         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
463         (calc-graph-recompute-2d, calc-graph-compute-3d)
464         (calc-graph-format-data): Replace undeclared variables with the
465         above newly declared variables.
467 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
469         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
470         `rsf-beep' and `rsf-sleep-after-message'.
472         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
473         list if `message-sender' is non-nil.
475 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
477         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
478         consing by using mapc instead of mapcar.
480 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
482         * tooltip.el (require): Explain why CL is needed.
484 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
486         * printing.el: Insert :version into defgroup (printing).  All reference
487         to Files option in menubar were changed to File.
488         (pr-version): New version number (6.8.2).
489         (pr-get-symbol): Call easy-menu-intern.
490         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
491         compilation gripes.
493 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
495         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
496         new byte-compile-function-environment binding to t.
498         * font-lock.el (font-lock-fontify-syntactically-region):
499         Don't forget to highlight the last char when we hit `end'.
501         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
502         (mwheel-scroll): Adjust accordingly.
504         * cvs-status.el: Reduce spurious warnings.
505         (cvs-status-checkout): Remove.
506         (cvs-status-mode-map): Use cvs-mode-checkout instead.
508         * pcvs.el (cvs-mode-checkout): New command.
510         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
512         * tooltip.el: Require CL.
514         * emacs-lisp/bytecomp.el: Use push.
515         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
516         (defalias): Remove the `byte-compile' property and add
517         a `byte-hunk-handler'.
519 2004-11-11  Juri Linkov  <juri@jurta.org>
521         * info.el (Info-search): Save match data for isearch.
522         Skip Tag Table node.
524         * descr-text.el (describe-char): Replace syntax-after with code
525         from its previous version.
527         * files.el (magic-mode-alist): Use optimization for SGML mode too.
528         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
530         * international/mule.el (sgml-html-meta-auto-coding-function):
531         Remove > after <html to allow HTML attributes.
533 2004-11-11  Jay Belanger  <belanger@truman.edu>
535         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
536         a variable.
537         (calcFunc-dfac):  Replace unbound max by n.
538         (math-stirling-local-cache):  New variable.
539         (math-stirling-number, math-stirling-1, math-stirling-2):
540         Replace the variable `cache' by the declared variable
541         math-stirling-local-cache.
542         (var-RandSeed):  Declare it as a variable.
543         (math-init-random-base, math-random-digit):  Don't check to see if
544         var-RandSeed is bound.
545         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
546         Declare them instead of just setting them.
547         (math-init-random-base):  Made i a local variable.
548         (math-random-digit):  Made math-random-last a local variable.
549         (math-prime-test-cache):  Move declaration to before it is used.
550         (math-prime-test-cache-k, math-prime-test-cache-q)
551         (math-prime-test-cache-nm1, math-prime-factors-finished):
552         Declare them as variables.
554 2004-11-11  Jay Belanger  <belanger@truman.edu>
556         * calc/calc-ext.el (math-defcache):  Use defvar for the new
557         variables it creates.
559 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
561         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
562         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
563         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
564         (desktop-save): Add :version.
566 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
568         * printing.el (pr-get-symbol): Don't downcase.
570 2004-11-10  Jay Belanger  <belanger@truman.edu>
572         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
573         string to kill-ring.
575         * calc/calc-aent.el (calc-alg-exp, math-toks)
576         (math-exp-pos,math-exp-old-pos, math-exp-token)
577         (math-exp-keep-spaces, math-exp-str):  New variables.
578         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
579         (calcAlg-enter):  Use declared variable calc-alg-exp.
580         (math-build-parse-table, math-find-user-token):  Use declared
581         variable math-toks.
582         (math-read-exprs, math-read-token, calc-check-user-syntax)
583         (calc-match-user-syntax, match-factor-after, math-read-factor):
584         Use declared variables math-exp-pos math-exp-old-pos.
585         (math-read-exprs, math-read-token, math-read-expr-level)
586         (calc-check-user-syntax, calc-match-user-syntax)
587         (match-factor-after, math-read-factor):  Use declared variable
588         math-exp-token.
589         (math-read-exprs, math-read-expr-list, math-read-token)
590         (math-read-factor):  Use declared variable math-exp-keep-spaces.
591         (math-read-exprs, math-read-token):  Use declared variable
592         math-exp-str.
593         (calc-match-user-syntax):  Make m a local variable.
595         * calc/calc-ext.el (math-read-expr):  Use declared variables
596         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
597         math-exp-keep-spaces.
599         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
600         variables math-exp-pos, math-exp-str.
602         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
603         math-exp-old-pos.
604         (math-parse-fortran-vector, math-parse-fortran-vector-end)
605         (math-parse-eqn-prime):  Use declared variable math-exp-token.
607         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
608         Use declared variable math-exp-pos.
609         (math-check-for-commas):  Use declared variable math-exp-str.
610         (math-read-brackets):  Use declared variables math-exp-old-pos,
611         math-exp-keep-spaces.
612         (math-read-brackets, math-read-vector, math-read-matrix):
613         Use declared variable math-exp-token.
615 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
617         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
618         where the keymap is a symbol.
619         (easy-menu-add-item): Use keymap-prompt.  Simplify.
621         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
623         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
624         (sgml-parse-tag-backward): Use it to skip spurious < or >.
626 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
628         * ebuff-menu.el: Doc fixes throughout.
629         (electric-buffer-menu-mode-hook): New defvar.
631 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
633         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
634         compilation. The resulting compiler warnings appear to be harmless.
636 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
638         * textmodes/conf-mode.el: New file.
640         * files.el (auto-mode-alist, magic-mode-alist): Use it.
642 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
644         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
646 2004-11-09  Jay Belanger  <belanger@truman.edu>
648         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
650         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
651         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
652         (calc-z-prefix-help, calc-user-function-list):  Use declared
653         variables calc-z-prefix-buf, calc-z-prefix-msgs.
654         (math-map-tree, math-map-tree-rec):  Use declared variables
655         math-mt-many, math-mt-func.
656         (math-read-expression, math-read-string):  Use declared variable
657         math-expr-data.
659         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
660         variable math-normalize-a.
662         * calc/calc.el (math-normalize-a):  New variable.
663         (math-normalize):  Use declared variable math-normalize-a.
665         * calc/calc-poly.el (math-expand-form):  Use declared variable
666         math-mt-many.
668         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
669         Use declared variable math-mt-many.
670         (math-rewrite):  Use declared variable math-mt-func.
672         * calc/calc-vec.el (math-read-brackets, math-read-vector)
673         (math-read-matrix):  Use declared variable math-expr-data.
675         * calc/calc-lang.el (math-parse-fortran-vector)
676         (math-parse-fortran-vector-end, math-parse-tex-sum)
677         (math-parse-eqn-matrix, math-parse-eqn-prime)
678         (math-read-math-subscr):  Use declared variable math-expr-data.
680         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
681         (math-read-expr-level, math-read-token, calc-check-user-syntax)
682         (calc-match-user-syntax, math-read-if, math-factor-after)
683         (math-read-factor):  Use declared variable math-expr-data.
685 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
687         * calendar/diary-lib.el (diary-from-outlook)
688         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
689         interactive-p; but rather new optional argument NOCONFIRM.
691 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
693         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
694         (easy-menu-name-match): Revert correspondingly.
696 2004-11-09  Richard M. Stallman  <rms@gnu.org>
698         * emacs-lisp/bytecomp.el (byte-compile-defalias):
699         Turn off warnings for the new function even if definition not constant.
700         If the definition isn't a quoted symbol, record (FUNCTION . t).
701         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
702         (byte-compile-callargs-warn): Handle (FUNCTION . t).
703         (display-call-tree, byte-compile-arglist-warn):
704         Handle t returned by byte-compile-fdefinition.
706 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
708         * Makefile.in (maintainer-clean): Depend on distclean.
710         * help-fns.el (help-C-file-name): File name must be in build-files
711         to be returned.
713 2004-11-09  Jay Belanger  <belanger@truman.edu>
715         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
716         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
718         * calc/calc.el (calc, calc-trail-display, calc-mode):
719         Remove obsolete sections.
721         * calc/calc.el (calc-x-paste-text):  Remove.
723         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
724         mouse-2.
726 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
728         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
729         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
730         current frame (in case of recursive calls).
731         (gdb-show-changed-values): Add :version keyword.
733 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
735         * international/mule-cmds.el: Change coding-system to utf-8.
736         (select-safe-coding-system-interactively):
737         New function extracted from select-safe-coding-system.
738         (select-safe-coding-system): Use it.
740 2004-11-08  Richard M. Stallman  <rms@gnu.org>
742         * subr.el (syntax-after): Doc fix.
744         * paren.el (show-paren-function): Change calls to syntax-after
745         for new way of returning the value.
747         * menu-bar.el (menu-bar-file-menu): Make this the real name
748         and menu-bar-files-menu the alias.  Use the former.
749         (global-map): Use `file', not `files', as the symbol.
751         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
753         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
754         Don't use beginning-of-buffer.
755         (filesets-cmd-show-result): Use with-no-warnings.
757 2004-11-08  Juri Linkov  <juri@jurta.org>
759         * progmodes/compile.el (compile): Don't overwrite last command in
760         minibuffer history with default command if they are not equal.
762 2004-11-08  Jay Belanger  <belanger@truman.edu>
764         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
765         non-linear substitutions.
767 2004-11-08  Jay Belanger  <belanger@truman.edu>
769         * calc/calcalg2.el (math-linear-subst-tried): New variable.
770         (math-do-integral):  Set `math-linear-subst-tried' to nil.
771         (math-do-integral-methods):  Use `math-linear-subst-tried' to
772         determine what type of substitution to try.
773         (math-integ-try-linear-substituion):
774         Set `math-linear-subst-tried' to t.
776 2004-11-08  Kim F. Storm  <storm@cua.dk>
778         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
780 2004-11-07  Juri Linkov  <juri@jurta.org>
782         * info-look.el (info-lookup): Allow reusing in the current buffer
783         not only *info* buffer, but all (even renamed) Info buffers
784         by checking for major-mode instead of *info* buffer name.
785         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
786         (octave-mode, maxima-mode) <doc-spec>:
787         Allow long dashes generated by Texinfo 4.7 before definitions.
788         (texinfo-mode) <doc-spec>: Add space to suffix to find command
789         definitions with argument separated by space.
791 2004-11-06  Richard M. Stallman  <rms@gnu.org>
793         * simple.el (next-error group, face): Move before first use.
794         (next-error-highlight, next-error-highlight-no-select): Likewise.
796         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
797         (line-move): New args NOERROR and TO-END.
798         Return t if if succeed in moving specified number of lines.
799         (move-end-of-line): New function.
801         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
802         (end-of-buffer-other-window): Likewise.
804         * simple.el (line-move-ignore-invisible): Default to t.
806         * subr.el (syntax-after): Return the syntax letter, not the raw code.
808         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
810         * international/iso-cvt.el (iso-cvt-define-menu):
811         Rename menu-bar-files-menu to menu-bar-file-menu.
813         * net/browse-url.el (browse-url-gnome-moz-program)
814         (browse-url-gnome-moz-arguments): Move up before first use.
816         * net/tramp.el (tramp group): Add :version.
818         * progmodes/ada-xref.el (ada-gdb-application):
819         Use goto-char instead of beginning-of-buffer.
821         * progmodes/cperl-mode.el (cperl-info-on-command):
822         Use goto-char instead of beginning-of-buffer.
824         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
825         Move up before first use.
826         (idlwave-shell-temp-pro-file): Likewise.
827         (idlwave-shell-temp-rinfo-save-file): Likewise.
828         (idlwave-shell-temp-file): Minor doc fix.
830         * textmodes/flyspell.el (flyspell-external-point-words):
831         Use goto-char instead of beginning-of-buffer.
833 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
835         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
836         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
837         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
839 2004-11-06  David Ponce  <david@dponce.com>
841         * recentf.el (recentf-menu-path): Use menu item name.
843 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
845         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
846         display doesn't support images.
848 2004-11-06  Andreas Schwab  <schwab@suse.de>
850         * tempo.el (tempo-match-finder): Doc fix.
852         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
854 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
856         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
857         (easy-menu-lookup-name): New fun to replace it.
858         (easy-menu-get-map): Use it to obey menu item names (rather than just
859         keys) when looking up `path'.
860         (easy-menu-always-true-p): Rename from easy-menu-always-true.
861         (easy-menu-convert-item-1): Adjust to new name.
863 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
865         * outline.el (hide-body): Don't hide lines at the top of the file
866         that precede the first header line.
868 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
870         * align.el (align-areas): Delete whitespace before reindenting, so
871         that tabs are never placed after spaces.
873 2004-11-06  Alan Shutko  <ats@acm.org>
875         * macros.el (insert-kbd-macro): Do completions based on macros,
876         rather than all commands.
878 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
880         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
881         to solve a bug whereby tags with 'b' don't match.
883 2004-11-05  Juri Linkov  <juri@jurta.org>
885         * info.el (Info-search): Don't search in node header lines
886         and file headers.
888         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
889         symbol-constituent characters after dot, not only digits.
891 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
893         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
895 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
897         * dired.el (dired-read-dir-and-switches): Call read-directory-name
898         if a dialog will be used, read-file-name otherwise.
900 2004-11-04  Richard M. Stallman  <rms@gnu.org>
902         * textmodes/table.el (table group): Add :version.
904         * textmodes/ispell.el (ispell-word):
905         Don't alter args; set them only thru `interactive' spec.
907         * textmodes/flyspell.el (flyspell-word):
908         Don't alter FOLLOWING; set it only thru `interactive' spec.
910         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
912         * net/browse-url.el (browse-url-maybe-new-window):
913         Use called-interactively-p.
915         * mail/supercite.el (sc-cite-region):
916         Don't use interactive-p.  Add arg INTERACTIVE.
917         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
919         * international/mule-cmds.el (set-input-method, toggle-input-method):
920         Don't use interactive-p.  Add arg INTERACTIVE.
922         * eshell/esh-mode.el (eshell-show-maximum-output):
923         Don't use interactive-p.
924         (eshell-truncate-buffer): Just message, no error, if buffer is short.
926         * mouse.el (mouse-show-mark): Get positions to delete from mark
927         and point, not from mouse-drag-overlay.
929         * imenu.el (imenu-eager-completion-buffer): Add :version.
931         * filesets.el (filesets group): Add :version.
933 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
935         * files.el (xml-based-modes): Delete var.
936         (magic-mode-alist): New more general var.
937         (set-auto-mode): Use it.
939         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
940         when clicking from another window.
942 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
944         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
945         (vc-cvs-annotate-time): Incorporate value of deleted var.
946         Remove special-case handling of beginning-of-buffer cruft.
947         Cache ending position (point) and return value in text property
948         `vc-cvs-annotate-time', and consult it on subsequent invocations.
950         * vc-cvs.el (vc-cvs-annotate-command):
951         Delete extraneous lines from beginning of buffer.
952         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
954         * progmodes/grep.el (grep-default-command): Take empty string
955         for tag if all other methods yield nil.  Shell-quote the tag.
957         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
958         spec in `interactive' form, and mention it in the docstring.
959         Also, make sure point is at bol after calling `annotate-time'.
961 2004-11-02  Richard M. Stallman  <rms@gnu.org>
963         * cus-edit.el (customize-group-other-window):
964         Select the window that displays the custom buffer.
965         (custom-buffer-create-other-window): Likewise.
967         * comint.el (comint-insert-input): Fix previous change.
969         * emacs-lisp/elp.el (elp-instrument-function):
970         Use called-interactively-p.
972         * emacs-lisp/easymenu.el (easy-menu-intern):
973         Don't downcase; rather, case-flip the first letter of each word.
975         * emacs-lisp/easy-mmode.el (define-minor-mode):
976         Use called-interactively-p.
978         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
979         Add interactive-only.
980         (byte-compile-warnings): Add interactive-only as option.
981         (byte-compile-interactive-only-functions): New variable.
982         (byte-compile-form): Warn about calls to functions
983         in byte-compile-interactive-only-functions.
985         * emacs-lisp/autoload.el (update-file-autoloads):
986         Don't use interactive-p; take new arg SAVE-AFTER.
988         * emacs-lisp/advice.el (ad-make-advised-definition):
989         Use called-interactively-p.
991 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
993         * files.el (find-file-existing): New function.
995         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
996         find-file-existing.  Add "New File..." that calls find-file.
998         * diropen.pbm diropen.xpm: New files.
1000         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
1001         icon diropen.  New tool bar item find-file-existing uses icon open.
1003         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
1004         instead of read-file-name.
1006 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
1008         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
1009         (icalendar--split-value): Change name of work buffer.
1010         (icalendar--get-weekday-abbrev): Return nil on error.
1011         (icalendar--date-to-isodate): New function.
1012         (icalendar-convert-diary-to-ical)
1013         (icalendar-extract-ical-from-buffer): Use only two args for
1014         make-obsolete (XEmacs compatibility).
1015         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
1016         (icalendar-export-region): Doc fix.
1017         If error, return non-nil and write errors to a buffer.
1018         Use correct weekday for weekly recurring events.
1019         Check whether date has been parsed for ordinary events.
1020         Make weekly events start in the year 2000.
1021         DTEND is non-inclusive, shift end date by one day if
1022         necessary (not for entries that have date and time).
1023         Rename local let variables: oops -> found-error, datestring ->
1024         startdatestring.
1026 2004-11-02  Kim F. Storm  <storm@cua.dk>
1028         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
1029         keep-mode-if-same variable.  Add it as optional arg instead.
1030         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
1032         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
1033         substitute-command-keys will select lower-case bindings like those
1034         used in the static help texts.
1036         * descr-text.el (describe-text-properties): Don't err if called in
1037         the *Help* buffer; output to *Help-2* buffer instead.
1039         * kmacro.el (group kmacro): Add :version.
1040         (kmacro-keyboard-quit): New function to cleanup on C-g.
1041         (kmacro-start-macro): Set defining-kbd-macro to append when
1042         appending to last macro.
1044         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
1046 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
1048         * progmodes/gdb-ui.el (gdb-enable-debug-log)
1049         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
1050         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
1051         Add :version keyword.
1053 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
1055         * progmodes/flymake.el (flymake-err-line-patterns):
1056         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
1057         `compilation-error-regexp-alist-alist' to internal Flymake format.
1059         * progmodes/flymake.el: eliminated byte-compiler warnings.
1061 2004-11-01  Jay Belanger  <belanger@truman.edu>
1063         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
1064         with `interactive "s"'.
1066 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1068         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1069         Revert change from 2004-10-16.  '*' checks the current buffer, but the
1070         mouse click may be in another buffer.
1072 2004-11-01  John Paul Wallington  <jpw@gnu.org>
1074         * files.el (large-file-warning-threshold): Add :version keyword.
1075         (kill-some-buffers): Doc fix.
1077         * thumbs.el (group thumbs): Add :version keyword.
1079         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
1081 2004-11-01  Richard M. Stallman  <rms@gnu.org>
1083         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
1085         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
1087         * allout.el (allout group): Add :version.
1088         (allout-init): Don't use interactive-p.
1089         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
1090         (allout-forward-current-level, allout-backward-current-level):
1091         Don't use interactive-p.
1093         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
1094         (bibtex-find-text): Likewise.
1096         * progmodes/vhdl-mode.el (vhdl-fill-region)
1097         (vhdl-beginning-of-statement): Don't use interactive-p.
1099         * progmodes/idlwave.el (idlwave-update-routine-info):
1100         Don't use interactive-p.
1102         * progmodes/idlw-shell.el (idlwave-shell-send-char):
1103         Don't use interactive-p.
1105         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
1106         Don't use interactive-p.
1108         * progmodes/ada-xref.el (ada-make-body-gnatstub):
1109         Don't use interactive-p.
1111         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
1112         (fortune-in-buffer): Doc fix.
1114         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
1116         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
1117         don't select the temporary buffer.
1118         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
1119         (eudc-get-phone): Likewise.
1121 2004-11-01  Kim F. Storm  <storm@cua.dk>
1123         * man.el (Man-xref-normal-file): Fix help-echo.
1125 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1127         * reveal.el (reveal-last-tick): New var.
1128         (reveal-post-command): Use it to avoid closing overlays when we're
1129         appending text to them.
1131 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1133         * textmodes/bibtex.el: Require button.
1134         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
1135         (bibtex-reference-keys): Distinguish between header keys and
1136         crossref keys.
1137         (bibtex-beginning-of-field): New function.
1138         (bibtex-url-map): Remove.
1139         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
1140         (bibtex-font-lock-url-regexp): Assume that field names begin at
1141         the beginning of a line.
1142         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
1143         Remove field delimiters.  Use bibtex-beginning-of-field.
1144         Bugfix, point can be inside a field with a url.
1145         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
1146         New functions.
1147         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
1148         (bibtex-key-in-head): Simplify.
1149         (bibtex-current-line): Use bolp.
1150         (bibtex-parse-keys): Remove unused arg `add'.
1151         Use bibtex-type-in-head and bibtex-key-in-head.
1152         (bibtex-parse-entry, bibtex-autofill-entry):
1153         Use bibtex-type-in-head and bibtex-key-in-head.
1154         (bibtex-autokey-get-field): Do not alter case of replacement text.
1155         (bibtex-autokey-get-names): Do all processing of name list.
1156         (bibtex-autokey-get-year): New function.
1157         (bibtex-autokey-get-title): Do all processing of title words.
1158         (bibtex-generate-autokey): Simplify.
1159         (bibtex-string-files-init): Use default-directory.
1160         Allow for absolute file names in bibtex-string-files.
1161         (bibtex-files, bibtex-file-path): New variables.
1162         (bibtex-files-expand): New function.
1163         (bibtex-find-entry-globally): New command.
1164         (bibtex-summary-function): New variable.
1165         (bibtex-summary): Default value of bibtex-summary-function.
1166         (bibtex-find-crossref): New optional args pnt and split.
1167         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
1168         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
1169         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
1170         Fix handling of required and alternative fields.
1171         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
1172         Use cons and display-buffer.
1173         (bibtex-validate-globally): New command.
1174         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
1175         bibtex-parse-keys and bibtex-parse-strings for updating
1176         bibtex-reference-keys and bibtex-strings.
1177         (bibtex-realign): Remove blank lines past the last entry.
1178         (bibtex-reformat): Use bibtex-entry-format as default.
1179         (bibtex-choose-completion-string): Remove.
1180         (bibtex-complete): Do not use bibtex-choose-completion-string.
1181         (bibtex-url): Simplify.
1183 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1185         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
1186         (x-dnd-types-alist, x-dnd-open-file-other-window)
1187         (x-dnd-known-types): Add :version.
1189 2004-10-31  John Paul Wallington  <jpw@gnu.org>
1191         * ibuffer.el (group ibuffer): Add :version keyword.
1193 2004-10-31  Kim F. Storm  <storm@cua.dk>
1195         * ido.el (group ido): Add :version keyword.
1196         (ido-mode): Remove :version keyword.
1198         * emulation/cua-base.el (group cua): Add :version keyword.
1199         (cua-mode): Remove :version keyword.
1201 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
1203         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
1205         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
1206         compiler warning.
1207         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
1208         function.
1209         (help-at-pt-display-when-idle): Remove autoload.
1211 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1213         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
1215 2004-10-30  Juri Linkov  <juri@jurta.org>
1217         * help.el (function-called-at-point):
1218         * help-fns.el (variable-at-point): Read -> intern.
1220 2004-10-30  Simon Josefsson  <jas@extundo.com>
1222         * progmodes/autoconf.el (autoconf-font-lock-keywords):
1223         Recognize AS_* too.
1225 2004-10-29  Simon Josefsson  <jas@extundo.com>
1227         * subr.el (read-passwd): Move back from password.el.
1229         * password.el: Remove, not ready yet.
1231 2004-10-29  Andreas Schwab  <schwab@suse.de>
1233         * speedbar.el (speedbar-frame-parameters): Improve customize type.
1235 2004-10-29  Sam Steingold  <sds@gnu.org>
1237         * mouse.el (mouse-show-mark): Replace the last occurrence of
1238         x-lost-selection-hooks with x-lost-selection-functions.
1240 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1242         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
1243         x-lost-selection-functions is bound.
1245         * mouse-sel.el (mouse-sel-mode):
1246         * emacs-lisp/lselect.el: Adjust to new names for
1247         x-(lost|sent)-selection-functions.
1249         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
1250         New obsolete aliases of x-lost-selection-functions and
1251         x-sent-selection-functions.
1253 2004-10-28  Kim F. Storm  <storm@cua.dk>
1255         * imenu.el (imenu-scanning-message): Remove.
1256         (imenu-progress-message): Make it a no-op.
1258 2004-10-28  John Paul Wallington  <jpw@gnu.org>
1260         * files.el (set-auto-mode): Call `throw' correctly.
1262 2004-10-28  Juri Linkov  <juri@jurta.org>
1264         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
1265         to search `Info-...' commands in `info' manual.
1266         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1267         Add 'info-file "emacs" property.
1268         (Info-find-emacs-command-nodes): Fix index line number regexp.
1269         Set real line number (instead of fake 0) in first element of the
1270         returned list.
1271         (Info-goto-emacs-command-node): Use line number of first element
1272         to set point in the first found Info node.
1274         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
1275         code to `grep-mode-font-lock-keywords'.
1276         (grep-mode-font-lock-keywords): Delete grep markers instead
1277         of making them invisible.
1279 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1281         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
1282         and x-server-version in bug report.
1284 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
1286         * files.el (set-auto-mode-0): New function.
1287         (set-auto-mode): Use it to handle aliased modes and to
1288         be consistent between C-x C-f and C-x C-w.
1290 2004-10-28  Kenichi Handa  <handa@m17n.org>
1292         * international/utf-8.el (utf-translate-cjk-charsets):
1293         Add katakana-jisx0201.
1295         * international/subst-jis.el: Add data for JISX0201.
1297 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1299         * obsolete/hilit19.el (hilit-mode): New function.
1300         Move all the toplevel side-effecting stuff into it, so that loading
1301         hilit19 doesn't mess everything up any more.
1303 2004-10-27  Richard M. Stallman  <rms@gnu.org>
1305         * add-log.el (add-change-log-entry): Set up mailing address
1306         and full name later, and don't alter add-log-mailing-address
1307         or add-log-full-name.
1309         * elide-head.el (elide-head): Change error to message.
1310         (elide-head-show): Likewise.
1312         * apropos.el (apropos-macrop): Doc fix.
1314         * mouse.el (mouse-show-mark): Do most processing the same
1315         regardless of transient-mark-mode.
1317         * shadowfile.el (shadow-copy-files): Use interactive-p
1318         only to control whether to print a message.
1320         * tar-mode.el (tar-mode): Use write-contents-functions,
1321         not write-contents-hooks.
1323         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
1324         directory-sep-char.
1326 2004-10-27  Richard M. Stallman  <rms@gnu.org>
1328         * strokes.el (strokes-unload-hook): Fix previous change.
1330         * type-break.el (type-break-run-at-time): Always use run-at-time;
1331         forget the alternatives.
1332         (type-break-cancel-function-timers): Always use cancel-function-timers;
1333         forget the alternatives.
1335         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
1337 2004-10-27  Kenichi Handa  <handa@m17n.org>
1339         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
1341         * international/subst-gb2312.el: Likewise.
1343         * international/subst-big5.el: Likewise.
1345         * international/subst-ksc.el: Likewise.
1347         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
1348         New variable.
1349         (utf-translate-cjk-set-unicode-range): New function.
1350         (utf-translate-cjk-unicode-range): Make it customizable.
1351         (utf-8-post-read-conversion):
1352         Use utf-translate-cjk-unicode-range-string.
1353         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
1354         Unicode ranges.
1356 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
1358         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
1359         trivial variants to shorten the list.
1360         (xml-based-modes): New var.
1361         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
1362         declaration higher priority than auto-mode-alist.
1364         * find-file.el (cc-other-file-alist): Bring it in line with
1365         cc-mode's auto-mode-alist entries and use \' instead of $.
1367         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
1368         and add "Id" and "Name" submenus to it.
1370         * imenu.el (imenu--generic-function): Skip matches in comments.
1372 2004-10-26  Jay Belanger  <belanger@truman.edu>
1374         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
1375         (full-calc-keypad, calc-trail-display):  Use an extra argument
1376         instead of `interactive-p'.
1378         * calc/calc-misc.el (calc-other-window): Use an extra argument
1379         instead of `interactive-p'.
1381         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
1382         `interactive-p'.
1384 2004-10-26  Kim F. Storm  <storm@cua.dk>
1386         * help.el (describe-key): Describe both down-event and up-event
1387         for a mouse click.
1389 2004-10-26  Richard M. Stallman  <rms@gnu.org>
1391         * woman.el (woman): Don't call interactive-p.
1393         * pcomplete.el (pcomplete): Instead of interactive-p,
1394         use an arg set non-nil by the interactive spec.
1396         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
1397         use an arg set non-nil by the interactive spec.
1399         * man.el (Man-cleanup-manpage): Instead of interactive-p,
1400         use an arg set non-nil by the interactive spec.
1402 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
1404         * progmodes/flymake.el (flymake-split-string):
1405         Use `flymake-split-string-remove-empty-edges' in any case.
1407 2004-10-26  Masatake YAMATO  <jet@gyve.org>
1409         * progmodes/flymake.el (flymake-err-line-patterns):
1410         Use `compilation-error-regexp-alist-alist' instead of
1411         `compilation-error-regexp-alist'.
1413 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1415         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
1416         verbatim face on the \ of \end{verbatim}.
1418 2004-10-25  Jay Belanger  <belanger@truman.edu>
1420         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
1421         erasing minibuffer.
1423 2004-10-25  Simon Josefsson  <jas@extundo.com>
1425         * subr.el (read-passwd): Move to net/password.el.
1427         * net/password.el (read-passwd): Add.  Autoload it.
1429 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
1431         * mouse-sel.el (mouse-sel-mode): Specify custom group.
1433         * simple.el (process-file): Fix logic.
1435 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
1437         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
1438         (increase-right-margin): Remove erroneous call to `interactive-p'.
1440 2004-10-24  Kim F. Storm  <storm@cua.dk>
1442         * help.el (describe-mode): Fix 2004-10-13 change.
1443         Copy pure "Auto Fill" string so it can be propertized later
1444         without causing a read-only error.
1446 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
1448         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
1449         style indexes.
1451 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
1453         * simple.el (process-file): Accept nil for INFILE.  Reported by
1454         Luc Teirlinck.
1456 2004-10-24  Masatake YAMATO  <jet@gyve.org>
1458         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
1459         Handle periods and underscores in a function name.
1460         Remove the address fontification.
1462 2004-10-24 Masatake YAMATO <jet@gyve.org>
1464         * progmodes/asm-mode.el (asm-font-lock-keywords):
1465         Use font-lock-variable-name-face for registers.
1467 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
1469         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
1470         kill-all-local-variables.
1471         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
1472         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
1473         Use kill-all-local-variables and provide mode-hooks.
1474         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
1475         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
1476         Suggested by Masatake YAMATO <jet@gyve.org>.
1478 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
1480         * simple.el (process-file): New function, similar to call-process
1481         but supports file handlers.
1482         * vc.el (vc-do-command): Use it, instead of call-process.
1483         * net/tramp-vc.el (vc-do-command): Do not advise it if
1484         process-file is fboundp.
1485         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
1486         process-file.
1487         (tramp-handle-process-file): New function.
1488         (tramp-file-name-for-operation): Support process-file.
1490 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
1492         * calendar/icalendar.el (icalendar--weekday-array): New constant.
1493         (icalendar-weekdayabbrev-table)
1494         (icalendar-monthnumber-table): Delete.
1495         (icalendar--get-month-number): Use calendar-month-name-array.
1496         (icalendar--get-weekday-number): New function.
1497         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
1498         (icalendar-export-region): Handle multi-line entries.
1499         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
1501 2004-10-23  John Paul Wallington  <jpw@gnu.org>
1503         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
1504         `wildcards' set to t in interactive spec.
1506         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
1507         interactive spec rather than use `interactive-p'.
1508         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
1509         rather than use function `interactive-p'.
1511 2004-10-22  Kenichi Handa  <handa@m17n.org>
1513         * international/mule.el (translate-region): Implement it in Lisp
1514         as a front end of translate-region-internal.
1516 2004-10-21  Jay Belanger  <belanger@truman.edu>
1518         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
1519         Declare these variables with defvar.
1521         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
1522         is bound, only check to see if it is bound.
1524 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1526         * textmodes/tex-mode.el (tex-compilation-parse-errors):
1527         Don't output messages.
1529         * calc/calc-help.el (calc-describe-bindings): Fix last change.
1531 2004-10-21  John Paul Wallington  <jpw@gnu.org>
1533         * calc/calc-graph.el (calc-graph-init):
1534         Use `set-process-query-on-exit-flag'.
1536 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
1538         * progmodes/compile.el (compilation-start): Rely on `cd' to get
1539         dir right and also allow argumentless cd.
1541 2004-10-19  Richard M. Stallman  <rms@gnu.org>
1543         * textmodes/flyspell.el (flyspell-mode): Doc fix.
1545         * eshell/em-unix.el (eshell-grep):
1546         Don't bind compilation-process-setup-function.
1548         * comint.el (comint-insert-input): Use @ in `interactive'.
1549         (comint-input-filter-functions): Doc fix.
1550         (comint-kill-whole-line, comint-get-source): Doc fix.
1552         * progmodes/compile.el (compilation-setup):
1553         Don't set buffer-read-only if MINOR is non-nil.
1555 2004-10-19  Jay Belanger  <belanger@truman.edu>
1557         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
1558         (calc-emacs-type-gnu19): Remove.
1559         (calc-digit-map, calc-read-key-sequence, calc-read-key):
1560         Remove check for old emacs versions.
1562         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
1563         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
1564         for current Emacs.
1566         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
1567         the end of the minibuffer.
1568         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
1569         copy `esc-map'.
1571         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
1573         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
1574         call that would be given when the current emacs was used.
1576 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
1578         * calendar/icalendar.el: Set coding to utf-8.
1579         (icalendar-version): Increase to 0.07.
1580         (icalendar-monthnumber-table): Change March pattern.
1581         (icalendar-get-all-event-properties)
1582         (icalendar-set-event-property): Delete.
1583         (icalendar-all-events): No longer interactive.
1584         (icalendar-convert-diary-to-ical)
1585         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
1586         their replacements.
1587         (icalendar-export-file, icalendar-export-region): New functions;
1588         essentially old `icalendar-convert-diary-to-ical' but appending to
1589         target rather than overwriting.
1590         (icalendar-import-file): Append to target file rather than
1591         overwriting.  Fourth arg deleted.
1592         (icalendar-import-buffer): New name for old
1593         `icalendar-extract-ical-from-buffer'.
1594         (icalendar--convert-string-for-import): New name for
1595         old `icalendar-convert-for-import'.
1596         (include-icalendar-files): Delete.
1597         Prefix for all internal functions changed from `icalendar-'
1598         to `icalendar--'.
1600 2004-10-19  Richard M. Stallman  <rms@gnu.org>
1602         * paths.el (news-path): Fix previous change.
1604 2004-10-18 Jay Belanger  <belanger@truman.edu>
1606         * calc/calc-help.el (calc-describe-bindings):
1607         Set `buffer-read-only' to nil while working in the keybindings buffer;
1608         remove some extra information from the keybindings buffer.
1610 2004-10-18  David Ponce  <david@dponce.com>
1612         * mouse.el (mouse-drag-move-window-top): New function.
1613         (mouse-drag-mode-line-1): Use it.
1615 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
1617         * info.el (Info-fontify-node): For multiline refs,
1618         arrange to unfontify newline and surrounding whitespace.
1620 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1622         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
1623         directory is missing.
1625 2004-10-17  John Paul Wallington  <jpw@gnu.org>
1627         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
1628         New customizable variable; whether to display buffers that match
1629         `ibuffer-maybe-show-predicates' by default.
1630         (ibuffer-maybe-show-predicates): Mention it in docstring.
1631         (ibuffer-display-maybe-show-predicates): New variable.
1632         (ibuffer-update): Prefix arg now toggles whether buffers that
1633         match `ibuffer-maybe-show-predicates' should be displayed.
1634         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
1635         locally to heed `ibuffer-default-display-maybe-show-predicates'.
1636         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
1638 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
1640         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
1641         work correctly.
1643 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
1645         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
1646         (Buffer-menu-beginning): New helper function.
1647         (Buffer-menu-execute): Use it.
1648         (Buffer-menu-select): Use it.
1649         (Buffer-menu-sort): Use it and also keep markers.
1651 2004-10-17  Richard M. Stallman  <rms@gnu.org>
1653         * paths.el (news-directory): Rename from news-path.  Old name alias.
1654         (rmail-spool-directory): Use defvar.
1655         (sendmail-program): Use defcustom.
1656         (remote-shell-program): Use defcustom.
1657         (term-file-prefix): Use defvar.
1658         (abbrev-file-name): Use defvar.
1660         * term.el: Add maintainer.
1662         * subr.el (with-local-quit): Return nil if there's a quit.
1663         (read-passwd): Use with-local-quit.  Doc fix.
1665         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
1666         (strokes-unload-hook): Set as a variable with add-hook.
1668         * startup.el (fancy-splash-tail, normal-splash-screen):
1669         Update copyright year.
1671         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
1673         * server.el (server-unload-hook): Set as a variable with add-hook.
1675         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
1677         * frame.el (special-display-popup-frame):
1678         Make the buffer current as its frame is created.
1680         * delsel.el (delsel-unload-hook): Set as a variable.
1682         * comint.el (comint-output-filter-functions):
1683         Add comint-watch-for-password-prompt.
1684         (comint-read-noecho): Function deleted.
1685         (send-invisible): Use read-passwd.
1687         * fringe.el (fringe-mode-initialize): New function.
1688         (fringe-mode): Use fringe-mode-initialize as :initialize.
1690 2004-10-17  Kim F. Storm  <storm@cua.dk>
1692         * language/indian.el (indian-script-language-alist): Swap value and doc.
1693         (indian-font-char-index-table): Doc fix.
1695 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1697         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
1699 2004-10-16  Juri Linkov  <juri@jurta.org>
1701         * progmodes/compile.el (compilation-start): Move let-binding of
1702         `process-environment' into `with-current-buffer' body.
1703         Reported by Matt Hodges <MPHodges@member.fsf.org>.
1705 2004-10-16  Richard M. Stallman  <rms@gnu.org>
1707         * pcvs-util.el (cvs-bury-buffer):
1708         Don't call get-buffer-window for effect.
1710         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
1712         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
1714         * msb.el (msb-unload-hook): Set the variable.
1716         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1717         Use * to err if buffer is readonly.
1719         * subr.el (looking-back): Return only t or nil.
1721         * whitespace.el (whitespace-unload-hook): Set the variable.
1723         * view.el (view-mode-enable): Set view-page-size and
1724         view-half-page-size to nil.
1725         (view-set-half-page-size-default): view-half-page-size = nil
1726         means the default.
1727         (View-scroll-page-forward): Use view-page-size-default.
1728         (View-scroll-page-backward): Likewise.
1729         (view-page-size, view-half-page-size): Doc fixes.
1731         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
1733         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
1735         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
1736         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
1737         (byte-compile-log-1): Bind inhibit-read-only.
1738         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
1739         (byte-compile-log-warning): Likewise.
1740         (byte-compile-file-form-require): Detect "cl" from the arg value.
1742         * progmodes/compile.el (compilation-start): Assume compilation-mode
1743         will make the buffer read-only.
1744         (compilation-mode): Take arg name-of-mode.
1745         (compilation-setup): Make buffer read-only.
1746         (compilation-handle-exit): Bind inhibit-read-only.
1748         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
1749         (ispell-message): Likewise.
1750         (ispell-show-choices): Don't call get-buffer-window uselessly.
1751         (ispell-init-process): Use set-process-query-on-exit-flag.
1753 2004-10-16  Kim F. Storm  <storm@cua.dk>
1755         * fringe.el (fringe-bitmaps): Only initialize when defined.
1757         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
1758         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
1760         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
1762 2004-10-15  Simon Josefsson  <jas@extundo.com>
1764         * net/password.el: Add.
1766 2004-10-14  Masatake YAMATO  <jet@gyve.org>
1768         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
1769         (gdb-script-end-of-defun): New function.
1770         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
1771         `gdb-script-end-of-defun' as *-of-defun-function.
1773 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
1775         * button.el (button-activate): Allow a marker to display as an action.
1777         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
1779         * help.el (describe-mode): Use it to make minor mode list into
1780         hyperlinks.
1782 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1784         * vc.el (vc-annotate-display-select): Fix typo.
1786         * subr.el (substitute-key-definition-key): New function.
1787         (substitute-key-definition): Use it with map-keymap.
1788         (event-modifiers): Use push.
1789         (mouse-movement-p, with-temp-buffer): Simplify.
1791 2004-10-12  Jay Belanger  <belanger@truman.edu>
1793         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
1794         New variables.
1795         (calc-help-index-entries): New function.
1796         (calc-describe-function): Use `calc-help-function-list' instead of
1797         obarray for completion.
1798         (calc-describe-variable): Use `calc-help-variable-list' instead
1799         of obarray for completion.
1801 2004-10-12  Richard M. Stallman  <rms@gnu.org>
1803         * info-look.el (info-lookup-file): Add info-file property.
1804         (info-lookup-symbol): Likewise.
1806         * info.el (info-xref): Add underlining.
1807         (info): Add info-file property.
1808         (Info-find-emacs-command-nodes): Specify case-sensitive search.
1810 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
1812         Sync with Tramp 2.0.45.
1814         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
1815         defined.  This is not the case for XEmacs without package "edebug".
1816         (tramp-set-auto-save-file-modes): Set permissions of autosaved
1817         remote files to the permissions of the original file.  This is not
1818         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
1819         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
1820         (tramp-perl-decode): Fix an error in Perl implementation.
1821         $pending must be cleared every loop.  Reported by Benjamin Place
1822         <benjaminplace@sprintmail.com>
1824         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
1825         Don't activate advice during definition.  This is done later on,
1826         depending on test result of `substitute-in-file-name'.
1827         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1829 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1831         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
1833         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
1835 2004-10-12  David Ponce  <david@dponce.com>
1837         * recentf.el (recentf-edit-list): Update the menu when the recentf
1838         list has been modified.
1840 2004-10-12  Simon Josefsson  <jas@extundo.com>
1842         * net/tls.el (tls-certtool-program): New variable.
1843         (tls-certificate-information): New function, based on
1844         ssl-certificate-information.
1846 2004-10-12  Kenichi Handa  <handa@m17n.org>
1848         * international/mule.el (coding-system-equal): Move from mule-util.el.
1850         * international/mule-util.el (coding-system-equal): Move to mule.el.
1852 2004-10-12  Kim F. Storm  <storm@cua.dk>
1854         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
1855         reset kmacro-initial-counter-value if set.
1856         (kmacro-set-counter): Only set kmacro-counter if defining or executing
1857         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
1858         (kmacro-display): Show macro counter if non-zero.
1860         * subr.el (substitute-key-definition): Mention command remapping
1861         in doc string.
1863 2004-10-11  Jay Belanger  <belanger@truman.edu>
1865         * calc/calc-misc.el (calc-info-goto-node): New function.
1866         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
1867         node in one step.
1868         (calc-describe-copying, calc-describe-distribution)
1869         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
1870         Go to appropriate info node in one step.
1872 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1874         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
1876         * font-lock.el (font-lock-apply-highlight): Fix last change.
1878 2004-10-11  Simon Josefsson  <jas@extundo.com>
1880         * mail/smtpmail.el (smtpmail-open-stream): Look for
1881         starttls-gnutls-program instead of starttls-program iff
1882         starttls-use-gnutls is non-nil.
1883         (smtpmail-open-stream): Don't overwrite user settings of
1884         starttls-extra-arguments and starttls-extra-args.
1886 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1888         * comint.el (comint-mouse-insert-input): Remove.
1889         (comint-insert-input): Make it work for mouse bindings.
1890         (comint-mode-map): Move defs into the declaration.
1891         (comint-output-filter): Typo.
1893         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
1895 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
1897         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
1898         (ange-ftp-call-chmod): Reference remote-shell-program instead of
1899         ange-ftp-remote-shell.
1901 2004-10-10  Andreas Schwab  <schwab@suse.de>
1903         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
1904         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
1905         Reported by <sri@asu.edu>.
1907 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
1909         * vc.el (vc-annotate-mode): Remove variable.
1910         (vc-annotate-display-select): Only call vc-annotate-mode
1911         if we're not in that mode already.
1913 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1915         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
1916         (imenu-choose-buffer-index): Check here for rescan instead.
1918         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
1919         where the face expression evals to nil.
1921         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
1922         (tex-font-lock-keywords-2): Use it.
1923         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
1925         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
1927 2004-10-09  Kim F. Storm  <storm@cua.dk>
1929         * subr.el (progress-reporter-update): Define before first usage.
1930         (make-progress-reporter): Doc fix.
1932 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
1934         * textmodes/paragraphs.el (sentence-end-double-space)
1935         (sentence-end-without-period, sentence-end-without-space)
1936         (sentence-end): Doc fixes.
1938 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
1940         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
1941         Change paragraph-start regexp so we don't fill code starting with #'(.
1943 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
1945         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
1946         New defcustom.
1947         (extract-address-components): Use it.
1949 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
1951         * subr.el (make-progress-reporter, progress-reporter-update)
1952         (progress-reporter-force-update, progress-reporter-do-update)
1953         (progress-reporter-done): New functions.
1955         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
1957         * progmodes/etags.el (etags-tags-completion-table): Use progress
1958         reporter.
1959         (etags-tags-apropos): Likewise.
1961 2004-10-08  Alan Mackenzie  <acm@muc.de>
1963         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
1964         of current line.
1966 2004-10-08  Masatake YAMATO  <jet@gyve.org>
1968         * server.el (server-process-filter): Wrap `process-send-region'
1969         by `condition-case' to guard the case when the pipe to PROC is closed.
1971 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
1973         * xml.el (xml-substitute-special): Limit handling of external entities.
1975 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
1977         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
1979 2004-10-06  John Paul Wallington  <jpw@gnu.org>
1981         * xml.el (xml-parse-dtd): Fix `error' call.
1983 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
1985         * xml.el (xml-substitute-special): Return a single string instead
1986         of a list of strings if an entity substitution is made.
1988 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
1990         * calendar/icalendar.el: New file.
1992 2004-10-05  Juri Linkov  <juri@jurta.org>
1994         * isearch.el (isearch-done): Set mark after running hook.
1995         Reported by Drew Adams <drew.adams@oracle.com>.
1997         * info.el (Info-history, Info-toc): Fix Info headers.
1998         (Info-toc): Narrow buffer before Info-fontify-node.
1999         (Info-build-toc): Don't check for special Info file names.
2000         Set main-file to nil if Info-find-file returns a symbol.
2002 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
2004         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
2005         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
2006         * calendar/cal-menu.el (calendar-mode-map): Ditto.
2008 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
2010         * calendar/cal-iso.el (calendar-iso-read-args): New function,
2011         for old interactive spec from calendar-goto-iso-date.
2012         (calendar-goto-iso-date): Use it.
2013         (calendar-goto-iso-week): New function.  Suggested by Emilio
2014         C. Lopes <eclig@gmx.net>.
2016 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
2018         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
2019         `set-right-margin' bindings that follow the minor mode conventions.
2021 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2023         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
2024         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
2025         (latex-block-args-alist): Add minipage and picture.
2026         (latex-block-body-alist): Use reftex-label if enabled.
2027         (latex-insert-block): Don't insert a \n if not necessary.
2028         (tex-compile-commands): Make sure dvips doesn't send to printer.
2029         (tex-compile-default): Handle the case where no executable is found.
2030         (latex-noindent-environments): New var.
2031         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
2032         If tex-indent-allhanging is non-nil, make sure we only align for macros
2033         at beginning of line.
2035 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
2037         * newcomment.el (comment-beginning): Doc fix and don't choke on
2038         unset `comment-end-skip' when at beginning of comment.
2040 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
2042         * term.el (term-adjust-current-row-cache): Don't allow the current
2043         row to become negative.
2044         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
2045         the end of the line. Fix scroll down. Add comments.
2046         (term-handle-ansi-escape): Don't exceed terminal width when moving
2047         right.
2048         (term-scroll-region): Move the cursor after setting the scroll region.
2050 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
2052         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
2053         to `width' for consistency with docstring.  Doc fix.
2055 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
2057         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
2058         This is necessary for derived modes.
2060 2004-09-30  Kim F. Storm  <storm@cua.dk>
2062         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
2063         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
2065         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
2066         kmacro-extract-lambda functions.
2067         (edit-kbd-macro): Handle kmacro lambda forms.
2068         Include counter and counter format in edit buffer.
2069         (edmacro-finish-edit): Get counter and format from edit buffer and
2070         update kmacro bindings when found.
2072 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
2074         * textmodes/paragraphs.el (forward-paragraph):
2075         Avoid args-out-of-range error when point winds up at the beginning of
2076         the buffer and hard newlines are enabled.
2078         * newcomment.el (comment-multi-line): Doc fix.
2080 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2082         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
2083         (diff-fixup-modifs): Catch unified-diff file-headers.
2085 2004-09-29  Kim F. Storm  <storm@cua.dk>
2087         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
2088         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
2089         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
2091         * fringe.el (fringe-bitmap-p): New macro.
2092         (fringe-bitmaps): Add standard fringe bitmaps on load.
2094 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2096         * dired.el (dired-view-command-alist): Use more efficient regexps.
2097         Remove dubious arguments.
2098         (dired-align-file): New function.
2099         (dired-insert-directory): Use it.
2100         (dired-move-to-end-of-filename): Make the " -> " search more specific.
2101         (dired-buffers-for-dir): Remove unused var `pattern'.
2103 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
2105         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
2106         from diary display excursion.  Store diary buffer's point for
2107         `simple-diary-display'.
2108         (simple-diary-display): Set window point and start when
2109         displaying buffer, to preserve point.
2111 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
2113         * textmodes/enriched.el (enriched-translations): Replace defconst
2114         with defvar.
2116 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2118         * printing.el: Doc fix.
2119         (pr-version): New version number (6.8.1).
2120         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
2121         make-temp-name.
2122         (pr-delete-file): Check if file exists before deleting it.
2123         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
2125 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2127         * term.el (term-display-table): New variable.
2128         (term-mode): Use it.
2129         (term-exec-1): Set the coding system to binary.
2130         (term-emulate-terminal): Decode the string before inserting it.
2132 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
2134         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
2135         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
2136         (map): Bind S-prior, S-next and S-insert.
2137         (term-mode): Set `indent-tabs-mode' to nil.
2138         (term-paste): New function to be bound to S-insert.
2139         (term-send-del, term-send-backspace): Change the strings sent.
2140         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
2141         (term-handle-colors-array): Fix handling of underline and reverse.
2142         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
2143         (term-erase-in-line): Fix comparison.
2144         (term-emulate-terminal): Fix line wrap handling.
2145         (term-start-output-log): Rename from `term-set-output-log'.
2146         (term-stop-output-log): Rename from `term-stop-photo'.
2147         (term-switch-to-alternate-sub-buffer): Comment out, unused.
2149 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2151         * dired.el (dired-move-to-filename): Don't output a message if
2152         raise-error is non-nil.  Fix return position and value.
2154         * files.el (insert-directory): Obey --dired even with symlinks.
2156 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
2158         * ls-lisp.el (ls-lisp-format): Mark file names with property
2159         dired-filename.
2161 2004-09-25  Kim F. Storm  <storm@cua.dk>
2163         * ido.el (ido-max-directory-size): New defcustom.
2164         (ido-decorations): Add "too big" element.
2165         (ido-directory-too-big): New dynamic var.
2166         (ido-may-cache-directory): Don't cache big directories.
2167         (ido-directory-too-big-p): New defun.
2168         (ido-set-current-directory): Update ido-directory-too-big.
2169         (ido-read-internal): Make empty ido-cur-item if too-big.
2170         (ido-buffer-internal): Use ido-read-internal directly instead of
2171         ido-read-buffer.
2172         (ido-file-internal): Init ido-directory-too-big.
2173         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
2174         and redo completion with full list.
2175         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
2176         it, and show completions.
2177         (ido-all-completions): Let bind ido-directory-too-big to nil.
2178         (ido-exhibit): Handle ido-directory-too-big.
2179         (ido-read-buffer): Handle fallback to read-buffer.
2180         Init ido-directory-too-big.
2181         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
2182         Init ido-directory-too-big.
2184 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
2186         * subr.el (delay-mode-hooks): Doc fix.
2188 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
2190         * textmodes/enriched.el
2191         (enriched-default-text-properties-local-flag): New variable.
2192         (enriched-mode): Make sure that enabling and disabling the mode is
2193         a no-op.  Doc fix.
2195 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
2197         * calendar/holidays.el (holiday-advent): Report on a specified day
2198         offset from advent, not just advent.
2199         (holiday-easter-etc): Report on one specified day offset from
2200         easter, not all easter holidays. Various Easter holidays moved to
2201         `christian-holidays' variable in calendar.el.
2202         * calendar/calendar.el (christian-holidays): Adapt for new
2203         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
2205 2004-09-23  Kim F. Storm  <storm@cua.dk>
2207         * image.el (insert-sliced-image): Add doc string.
2209         * ido.el (ido-choice-list): New dynamic var for `list' context.
2210         (ido-context-switch-command): New dynamic var.
2211         (ido-define-mode-map): Generalize switch between file/buffer contexts.
2212         (ido-read-internal): Handle new `list' context.
2213         Handle insert-buffer and insert-file ido-exit values.
2214         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
2215         ido-context-switch-command. Handle insert-file ido-exit value.
2216         (ido-read-buffer): Set ido-context-switch-command to 'ignore
2217         unless it is already bound by caller.
2218         (ido-file-internal): New arg switch-cmd.  Use it to setup
2219         ido-context-switch-command.  Handle insert-buffer ido-exit value.
2220         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
2221         used for context switching.
2222         (ido-all-completions): Handle new `list' context.
2223         (ido-make-choice-list): Return choices for `list' context.
2224         (ido-find-file-in-dir, ido-display-file, ido-write-file)
2225         (ido-display-buffer, ido-kill-buffer): Disable context switching.
2226         (ido-insert-buffer, ido-insert-file): Setup context switching.
2227         (ido-exhibit): Handle `list' context.
2228         (ido-read-file-name): Disable context switching.  Handle fallback.
2229         (ido-read-directory-name): Disable context switching.
2230         (ido-completing-read): New defun like completing-read.  Setup and
2231         use new `list' context.
2233 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
2235         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
2237 2004-09-21  Jay Belanger  <belanger@truman.edu>
2239         * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
2240         `calc-graph-set-styles' so the gnuplot buffer will appear in a
2241         separate window.
2243 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
2245         * subr.el (after-change-major-mode-hook): Doc fix.
2247 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2249         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
2250         of ghostscript for monochrome PostScript file in Windows.
2252 2004-09-21  Kenichi Handa  <handa@m17n.org>
2254         * descr-text.el (describe-char): Checking of quail activation
2255         fixed.
2257 2004-09-21  Jay Belanger  <belanger@truman.edu>
2259         * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
2261 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
2263         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
2264         after the mode hooks instead of before.  Doc fix.
2266 2004-09-20  Jason Rumney  <jasonr@gnu.org>
2268         * startup.el (command-line) [windows-nt]: Try .emacs first, then
2269         _emacs, but revert to .emacs if neither exists in home directory.
2271 2004-09-20  John Paul Wallington  <jpw@gnu.org>
2273         * bindings.el (completion-ignored-extensions): Add .dfsl.
2275 2004-09-20  Richard M. Stallman  <rms@gnu.org>
2277         * bindings.el (scroll-left): Make it disabled.
2279         * files.el (enable-local-eval): Doc fix.
2281         * indent.el (move-to-left-margin): Special case for minibuffer.
2283         * term.el (term-emulate-terminal): Turn off undo for output.
2284         Use with-current-buffer and save-selected-window.
2286         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
2288         * progmodes/make-mode.el (makefile-fill-paragraph):
2289         Don't insist on spaces when looking for comments.  # is enough.
2291         * files.el (hack-local-variables): Copy the variables list
2292         to another buffer, strip prefixes and suffixes there, then read.
2293         (enable-local-eval): Doc fix.
2294         (ignored-local-variables): Initialize to nil.
2295         (risky-local-variable-p): Don't check ignored-local-variables here.
2296         (hack-one-local-variable): Ignore var if in ignored-local-variables.
2298 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
2300         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
2301         of = to "." (punctuation).
2303 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2305         * subr.el (event-basic-type): Fix mask (extend to 22bits).
2307 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
2309         * textmodes/enriched.el (enriched-rerun-flag): New variable.
2310         (enriched-before-change-major-mode): New function.
2311         Add it to `change-major-mode-hook'.
2312         (enriched-after-change-major-mode): New function.
2313         Add it to `after-change-major-mode-hook'.
2314         (enriched-mode): Make it work correctly if called from
2315         `after-change-major-mode-hook'.
2316         No longer set `indent-line-function'.
2318         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
2320         * subr.el (after-change-major-mode-hook): New variable.
2321         (run-mode-hooks): Implement it.
2323 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2325         * battery.el (battery-linux-proc-apm): Use string-to-number.
2326         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
2327         Use dolist (and less indentation).  Use erase-buffer.
2328         Pre-initialize `design-capacity', `warn', and `low'.
2329         (battery-format): Use replace-regexp-in-string.
2331 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
2333         * battery.el: Delete superfluous empty lines.
2334         (battery-linux-proc-acpi): Attempt to gather information from all
2335         battery subdirectories regardless of their file name.
2336         (battery-linux-proc-apm): Replace all occurrences of
2337         battery-hex-to-int-2 with string-to-int (base 16).
2338         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
2339         (battery-hex-map): Delete variable.
2341 2004-09-18  John Paul Wallington  <jpw@gnu.org>
2343         * calc/calc-units.el (calc-quick-units): Fix overzealous
2344         s/or/unless/.
2346 2004-09-17  Jay Belanger  <belanger@truman.edu>
2348         * calc/calc.el (calc-mode-var-list): Fix the value of
2349         `calc-matrix-brackets'.
2351 2004-09-17  Romain Francoise  <romain@orebokech.com>
2353         * ibuf-ext.el (define-ibuffer-filter filename):
2354         Expand dired-directory since buffer-file-name is absolute.
2356 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
2358         * ediff-init.el (ediff-current-diff-face-A)
2359         (ediff-current-diff-face-B, ediff-current-diff-face-C)
2360         (ediff-current-diff-face-Ancestor)
2361         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2362         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2363         (ediff-even-diff-face-A, ediff-even-diff-face-B)
2364         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2365         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2366         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2367         Use min-colors.
2369         * term.el (term-down): Perform vertical motion if DOWN is negative.
2370         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
2371         (term-termcap-format): Synchronyze with the eterm terminfo entry
2372         in etc/e/eterm.ti.
2373         (term-handle-colors-array): If the current foreground or
2374         background are zero (i.e. unspecified), use the foreground and
2375         background of the default face for reverse video.
2376         (term-ansi-at-eval-string, term-ansi-default-fg)
2377         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
2378         (term-mem): Delete ununsed function.
2379         (term-protocol-version): Increment.
2380         (term-current-face): Set to default.
2382 2004-09-15  Jay Belanger  <belanger@truman.edu>
2384         * calc/calc.el (calc-mode-var-list): Define this variable.
2385         (calc-always-load-extensions, calc-line-numbering)
2386         (calc-line-breaking, calc-display-just, calc-display-origin)
2387         (calc-number-radix, calc-leading-zeros, calc-group-digits)
2388         (calc-group-char, calc-point-char, calc-frac-format)
2389         (calc-prefer-frac, calc-hms-format, calc-date-format)
2390         (calc-float-format, calc-full-float-format, calc-complex-format)
2391         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
2392         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
2393         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
2394         (calc-matrix-brackets, calc-language, calc-language-option)
2395         (calc-left-label, calc-right-label, calc-word-size)
2396         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
2397         (calc-display-raw, calc-internal-prec, calc-angle-mode)
2398         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
2399         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
2400         (calc-window-height, calc-display-trail, calc-show-selections)
2401         (calc-use-selections, calc-assoc-selections)
2402         (calc-display-working-message, calc-auto-why, calc-timing)
2403         (calc-mode-save-mode, calc-standard-date-formats)
2404         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
2405         (calc-user-parse-tables, calc-gnuplot-default-device)
2406         (calc-gnuplot-default-output, calc-gnuplot-print-device)
2407         (calc-gnuplot-print-output, calc-gnuplot-geometry)
2408         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2409         (calc-invocation-macro, calc-show-banner): Give these values as
2410         part of `calc-mode-var-list's initialization after the variables
2411         are declared with defvar.
2412         (calc-bug-address):  Changed email address to send bug
2413         reports to. Also changed the maintainer address at the top.
2414         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
2415         than "\\.emacs" to determine if it is the user-init-file.
2417         * calc/calc-embed.el (calc-embedded-set-modes): Use
2418         `calc-mode-var-list' correctly.
2420 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
2422         * vc.el (annotate-time): Document point handling.
2423         (vc-annotate-display-autoscale): Doc fix.
2425 2004-09-15  Miles Bader  <miles@gnu.org>
2427         * generic.el (generic-make-keywords-list): Use symbol rather than
2428         word anchors in regexp.
2430 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2432         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
2433         no file name consider `dired-directory'.
2435 2004-09-14  Kim F. Storm  <storm@cua.dk>
2437         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
2439 2004-09-14  Simon Josefsson  <jas@extundo.com>
2441         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
2443         * textmodes/dns-mode.el: Add.
2445 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2447         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
2448         (disabled-command-function): Make the ?\  char more obvious.
2450         * vc-arch.el (vc-arch-root, vc-arch-registered):
2451         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
2453 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
2455         * windmove.el (windmove-frame-edges): Report coordinates of
2456         outside edges of frame, not inside edges.
2457         (windmove-coordinates-of-position): Convert into wrapper to new
2458         function `windmove-coordinates-of-window-position';
2459         `compute-motion' always applies to selected window.
2460         (windmove-coordinates-of-position): Update documentation to refer
2461         to Emacs 21 Lisp Reference Manual.
2462         (windmove-find-other-window): Fix off-by-one errors for max x,y.
2464 2004-09-13  Kim F. Storm  <storm@cua.dk>
2466         * isearch.el (isearch-resume-in-command-history): Rename from
2467         isearch-resume-enabled and change default to nil.
2469 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2471         * vc-hooks.el (vc-ignore-dir-regexp): New var.
2472         (vc-registered): Use it.
2473         (vc-find-root): New fun.
2475         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2476         Don't tell to use \\{...} when it's already done.
2478         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
2479         Provide a sample complex default.
2480         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
2481         (bibtex-entry): Use mapc.
2483 2004-09-12  Kim F. Storm  <storm@cua.dk>
2485         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
2487         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
2488         inhibit-field-text-motion to t so rectangles work in comint buffers.
2490         * simple.el (choose-completion-string): Set buffer before running
2491         choose-completion-string-functions hook so it can be buffer-local.
2493 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
2495         * progmodes/compile.el (compilation-start): Parse command to see
2496         if it starts with a cd, and if so perform it for the *compilation*
2497         buffer.  Change the header to reflect this.
2499 2004-09-11  Kim F. Storm  <storm@cua.dk>
2501         * ido.el (ido-enable-dot-prefix): Doc fix.
2502         (ido-enable-dot-prefix): New defcustom.
2503         (ido-set-matches1): Use it.
2505 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2507         * textmodes/bibtex.el (bibtex-mark-active)
2508         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
2510 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2512         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
2513         used in a case insensitive environment.
2514         (bibtex-mode-map): Rearrange order of menus.
2515         (bibtex-quoted-string-re): Obsolete.
2516         (bibtex-complete-key-cleanup): Variable replaced by new function.
2517         (bibtex-font-lock-keywords): Use backquotes.
2518         (bibtex-font-lock-url-regexp): New internal variable.
2519         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
2520         "OPT" and "ALT".
2521         (bibtex-insert-current-kill, bibtex-make-field)
2522         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
2523         (bibtex-parse-field-text): Simplify.
2524         (bibtex-string=): New helper function.
2525         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
2526         (bibtex-map-entries): Use bibtex-string=.
2527         (bibtex-search-entry): Use not.
2528         (bibtex-enclosing-field): Fix docstring.
2529         (bibtex-assoc-regexp): Obsolete.
2530         (bibtex-format-entry): Use assoc-string and bibtex-string=.
2531         (bibtex-autokey-get-names): Handle empty name field.
2532         (bibtex-parse-strings): Use assoc-string and unless.
2533         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
2534         Use assoc-string.
2535         (bibtex-pop): Simplify.
2536         (bibtex-mode): Set font-lock-extra-managed-props.
2537         (bibtex-entry-update): Use assoc-string.
2538         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
2539         (bibtex-autofill-entry): Use bibtex-string=.
2540         (bibtex-print-help-message): Simplify.
2541         (bibtex-find-entry): New optional arg START.
2542         (bibtex-validate): Use bibtex-string= and assoc-string.
2543         Do not call obsolete function compilation-parse-errors.
2544         (bibtex-remove-delimiters): Only remove delimiters if present.
2545         (bibtex-copy-entry-as-kill): Add docstring.
2546         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
2547         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
2548         (bibtex-complete): Use bibtex-predefined-month-strings,
2549         bibtex-string=, and new function bibtex-complete-key-cleanup.
2550         (bibtex-generate-url-list): New variable.
2551         (bibtex-url): New command bound to C-c C-l and mouse-2.
2552         (bibtex-url-map): New local keymap for bibtex-url-mouse.
2553         (bibtex-font-lock-url): New function.
2555 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2557         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
2559 2004-09-09  Kim F. Storm  <storm@cua.dk>
2561         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
2562         counter and format with binding.
2563         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
2564         the declared macro uses own macro counter and format.  Give symbol
2565         kmacro property.
2566         (kmacro-keymap): Bind kmacro-name-last-macro to n.
2567         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
2568         (kmacro-end-and-call-macro): Doc fix.
2570 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
2572         * desktop.el (desktop-clear-preserve-buffers):
2573         Remove make-obsolete-variable.
2575 2004-09-08  Richard M. Stallman  <rms@gnu.org>
2577         * buff-menu.el (list-buffers-noselect): Call format-mode-line
2578         with the buffer as argument.
2580 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2582         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
2584 2004-09-08  Juri Linkov  <juri@jurta.org>
2586         * replace.el (perform-replace): Use `query-replace-descr'.
2588         * cus-start.el (history-delete-duplicates): Specify customization.
2590         * diff-mode.el (diff-mode-map):
2591         * progmodes/compile.el (compilation-mode-map):
2592         * progmodes/grep.el (grep-mode-map):
2593         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
2594         to `next-error-follow-minor-mode'.
2596 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2598         * isearch.el (isearch-lazy-highlight-update): Take into account
2599         the case of zero-length match at the search bound.
2601 2004-09-08  Kim F. Storm  <storm@cua.dk>
2603         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
2604         change.  Use zero width overlays when necessary.
2606 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2608         * subr.el (split-string): Docfix.
2610 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2612         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
2613         (display-call-tree): Ensure newline after caller/calls blocks.
2615 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2617         * startup.el (command-line-1): Make option
2618         --directory/-L modify `load-path' straight away.
2620 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2622         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
2624 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2626         * emacs-lisp/autoload.el (make-autoload):
2627         Handle `define-compilation-mode'.
2629         * emacs-lisp/lisp-mode.el (define-compilation-mode):
2630         Specify `doc-string-elt' property.
2632 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2634         * bs.el (bs-mode): Doc fix.
2636 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2638         * info.el (Info-insert-dir): Fix temp buffer leak bug.
2640 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2642         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
2644 2004-09-08  Kenichi Handa  <handa@m17n.org>
2646         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
2647         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
2648         ps-mule-next-point -> 1+).
2650         * composite.el (encode-composition-rule): Add autoload cooky.
2652 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
2654         * format.el (buffer-auto-save-file-format): Make it permanent local.
2656 2004-09-07  Kim F. Storm  <storm@cua.dk>
2658         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
2659         (authors-fixed-entries): Fix typo.
2660         (authors-canonical-author-name): Compact multiple spaces.
2661         Ignore trivial names (e.g. only first name).
2663         * term.el (term-window-width): Only use full window width on
2664         window system if overflow-newline-into-fringe is enabled.
2665         (term-mode): Don't disable overflow-newline-into-fringe.
2667 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2669         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
2670         motion as seen on my Mac OS X xterms.
2672         * newcomment.el (uncomment-region-default, comment-region-default):
2673         New functions extracted from uncomment-region and comment-region.
2674         (comment-region, comment-region-function, uncomment-region)
2675         (uncomment-region-function): Use them.
2677         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
2679         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
2680         It's not crucial but can make sense at times.
2682         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
2683         the first commit.
2685         * vc.el (vc-buffer-context, vc-restore-buffer-context):
2686         Disable obsolete code.
2688 2004-09-07  Juri Linkov  <juri@jurta.org>
2690         * progmodes/grep.el (grep-highlight-matches): Change default from
2691         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
2692         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
2693         if grep option `--color' is available, or to `nil' otherwise.
2694         (grep-process-setup): Call `grep-compute-defaults' if
2695         `grep-highlight-matches' is not computed.  Set env-vars only
2696         if `grep-highlight-matches' is `t'.
2697         (grep-use-null-device): Remove redundant type `boolean' (`choice'
2698         is already defined).
2700         * progmodes/compile.el (compilation-start): Use copy of
2701         `process-environment' created by `copy-sequence' to not
2702         modify env-vars in the global `process-environment'.
2704 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
2706         * simple.el (next-error-follow-minor-mode): Fix last change.
2708 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
2710         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
2711         permanent local.
2713 2004-09-04  Richard M. Stallman  <rms@gnu.org>
2715         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
2716         highlighting if the search string is empty.
2718 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
2720         * facemenu.el (facemenu-active-faces): Change condition of inner
2721         `while' loop to also check the first two elements of `face-atts'
2722         and `mask-atts'.
2724 2004-09-04  John Paul Wallington  <jpw@gnu.org>
2726         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
2727         (thumbs-view-image-mode): Make buffer read-only.
2729 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
2731         * textmodes/ispell.el (ispell-really-aspell): New defvar.
2732         (ispell-check-version): Set it.
2733         (ispell-send-replacement): New function.
2734         (ispell-process-line): Call ispell-send-replacement.
2736 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
2738         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
2739         Support choosing seconds with "s".
2741 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
2743         * terminal.el (te-escape): Show `?' in prompt for help key.
2745 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
2747         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
2749 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
2751         * simple.el (next-error-follow-minor-mode)
2752         (next-error-follow-mode-post-command-hook): New functions.
2753         (next-error-follow-last-line): New defvar.
2755         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
2756         * progmodes/compile.el (compilation-mode-map): Likewise.
2757         * progmodes/grep.el (grep-mode-map): Likewise.
2758         * replace.el (occur-mode-map): Likewise.
2760         * newcomment.el (uncomment-region): Bind comment-use-global-state
2761         to nil.
2763 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
2765         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
2766         locally around the call to `revert-buffer'.
2768 2004-09-03  Juri Linkov  <juri@jurta.org>
2770         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
2771         `isearch-adjusted' to `t'.
2772         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
2773         (isearch-message-prefix): Add "pending" for isearch-adjusted.
2774         (isearch-other-meta-char): Restore isearch-point unconditionally.
2775         (isearch-query-replace): Add new arg `regexp-flag' and use it.
2776         Set point to start of match if region is not active in transient
2777         mark mode (to include the current match to region boundaries).
2778         Push the search string to `query-replace-from-history-variable'.
2779         Add prompt "Query replace regexp" for isearch-regexp.
2780         Add region beginning/end as last arguments of `perform-replace.'
2781         (isearch-query-replace-regexp): Replace code by the call to
2782         `isearch-query-replace' with arg `t'.
2784 2004-09-03  Richard M. Stallman  <rms@gnu.org>
2786         * startup.el (normal-top-level): Undo previous TERM change.
2788 2004-09-03  Kim F. Storm  <storm@cua.dk>
2790         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
2791         highlight overlays; allow using RET when cursor is over a button.
2792         (cua--highlight-rectangle): Use it.
2793         (cua--rectangle-set-corners): Don't move backwards at eol.
2794         (cua--forward-line): Don't move into void after eob.
2796         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
2797         point is set (and displayed) inside rectangle.
2798         (cua--rectangle-operation): Fix for highlight of empty lines.
2799         (cua--highlight-rectangle): Fix highlight for tabs.
2800         Position cursor at left/right edge of rectangle using new `cursor'
2801         property on overlay strings.
2802         (cua--indent-rectangle): Don't tabify.
2803         (cua-rotate-rectangle): Ignore that point has moved.
2805 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2807         * term/mac-win.el: Add ASCII equivalents for some function keys.
2808         (mode-line-frame-identification): Sync with x-win.el.
2810 2004-09-02  Juri Linkov  <juri@jurta.org>
2812         * progmodes/compile.el (compilation-buffer-name): Compare major
2813         mode with second element of compilation-arguments instead of third
2814         to reflect latest changes in compilation-arguments structure.
2815         (recompile): Use global variable `compilation-directory' to get
2816         recent compilation directory only when `recompile' is invoked NOT
2817         in the compilation buffer.  Otherwise, use `default-directory' of
2818         the compilation buffer.
2819         (compilation-error-properties): Allow to funcall col and end-col.
2820         (compilation-mode-font-lock-keywords): Check col and end-col by
2821         `integerp'.
2822         (compilation-goto-locus): If end-mk is non-nil in transient mark
2823         mode don't activate the mark (and don't display message in
2824         push-mark), but highlight overlay between mk and end-mk.
2826         * progmodes/grep.el (grep-highlight-matches): New defcustom.
2827         (grep-regexp-alist): Add rule to highlight grep matches.
2828         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
2830         * info.el (Info-fontify-node): Don't compute other-tag
2831         if Info-hide-note-references=hide.
2833         * help.el (function-called-at-point):
2834         * help-fns.el (variable-at-point):
2835         Try `find-tag-default' when other methods failed.
2837         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2838         Do not push mark if inhibit-mark-movement is non-nil.
2840         * textmodes/ispell.el (ispell-html-skip-alists):
2841         Fix backslashes in docstring.
2843 2004-09-01  Juri Linkov  <juri@jurta.org>
2845         * isearch.el (isearch-wrap-function)
2846         (isearch-push-state-function): New defvars.
2847         (isearch-pop-fun-state): New defsubst.
2848         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
2849         (isearch-push-state): Set the result of calling
2850         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
2851         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
2852         restore the mode-specific starting point of terminated search.
2853         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
2854         (isearch-repeat): Call `isearch-wrap-function' if defined.
2855         (isearch-message-prefix): Don't add prefix "over" to the message
2856         for wrapped search if `isearch-wrap-function' is defined.
2857         (isearch-search): Call function saved in `isearch-pop-fun-state' to
2858         restore the mode-specific starting point of failed search.
2860         * info.el (Info-search-whitespace-regexp): Fix backslashes.
2861         (Info-search): Add new optional arguments for the sake of isearch.
2862         Replace whitespace in Info-search-whitespace-regexp literally.
2863         Add backward search.  Don't call `Info-select-node' if regexp is
2864         found in the same Info node.  Don't add node to Info-history for
2865         wrapped isearch.
2866         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
2867         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
2868         (Info-mode): Set local variables `isearch-search-fun-function',
2869         `isearch-wrap-function', `isearch-push-state-function',
2870         `search-whitespace-regexp'.
2872         * isearch.el: Remove ancient Change Log section.
2873         (isearch-string, isearch-message-string, isearch-point)
2874         (isearch-success, isearch-forward-flag, isearch-other-end)
2875         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2876         (isearch-barrier, isearch-within-brackets)
2877         (isearch-case-fold-search): Add suffix `-state' to state-related
2878         defsubsts to avoid name clashes with other function names.
2880         * simple.el (next-error): New defgroup and defface.
2881         (next-error-highlight, next-error-highlight-no-select):
2882         New defcustoms.
2883         (next-error-no-select): Let-bind next-error-highlight to the value
2884         of next-error-highlight-no-select before calling `next-error'.
2886         * progmodes/compile.el (compilation-goto-locus):
2887         Use `next-error' face instead of `region'.  Set 4-th argument of
2888         `move-overlay' to `current-buffer' to move overlay to different
2889         source buffers.  Use new variable `next-error-highlight'.
2891         * simple.el (next-error-find-buffer): Move the rule
2892         "if current buffer is a next-error capable buffer" after the
2893         rule "if next-error-last-buffer is set to a live buffer".
2894         Simplify to test all rules in one `or'.
2895         (next-error): Doc fix.
2896         (next-error, previous-error, first-error)
2897         (next-error-no-select, previous-error-no-select):
2898         Make arguments optional.
2900 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
2902         * macros.el (apply-macro-to-region-lines): Make it operate on all
2903         lines that begin in the region, rather than on all complete lines
2904         in the region.
2906 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2908         * x-dnd.el (x-dnd-protocol-alist): Document update.
2909         (x-dnd-known-types): Defcustom it.
2910         (x-dnd-handle-motif): Print message-atom in error message.
2912 2004-08-30  John Paul Wallington  <jpw@gnu.org>
2914         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
2915         strings rather than programatically constructing message.
2917 2004-08-30  Richard M. Stallman  <rms@gnu.org>
2919         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
2920         Don't return a string that would read as the wrong character code.
2922 2004-08-29  Kim F. Storm  <storm@cua.dk>
2924         * emulation/cua-base.el (cua-auto-expand-rectangles):
2925         Remove automatic rectangle padding feature; replace by non-destructive
2926         virtual rectangle edges feature.
2927         (cua-virtual-rectangle-edges): New defcustom.
2928         (cua-auto-tabify-rectangles): New defcustom.
2929         (cua-paste): If paste into a marked rectangle, insert rectangle at
2930         current column, even if virtual; also paste exactly as many lines
2931         as has been marked (ignore additional lines or add empty lines),
2932         but paste whole source if only one line is marked.
2933         (cua--update-indications): No longer use overwrite-cursor to
2934         indicate rectangle padding
2936         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
2937         (cua--rectangle-virtual-edges): New defun.
2938         (cua--rectangle-get-corners): Remove optional PAD arg.
2939         (cua--rectangle-set-corners): Never do padding.
2940         (cua--forward-line): Remove optional PAD arg.  Simplify.
2941         (cua-resize-rectangle-right, cua-resize-rectangle-left)
2942         (cua-resize-rectangle-down, cua-resize-rectangle-up):
2943         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
2944         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
2945         (cua--rectangle-move): Never do padding.  Simplify.
2946         (cua--tabify-start): New defun.
2947         (cua--rectangle-operation): Add tabify arg.  All callers changed.
2948         (cua--pad-rectangle): Remove.
2949         (cua--delete-rectangle): Handle delete with virtual edges.
2950         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
2951         (cua--insert-rectangle): Handle insert at virtual column.
2952         Perform auto-tabify if necessary.
2953         (cua--activate-rectangle): Remove optional FORCE arg.
2954         Never do padding.  Simplify.
2955         (cua--highlight-rectangle): Enhance for virtual edges.
2956         (cua-toggle-rectangle-padding): Remove command.
2957         (cua-toggle-rectangle-virtual-edges): New command.
2958         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
2959         (cua--rectangle-post-command): Don't force rectangle padding.
2960         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
2962 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
2964         * indent.el (edit-tab-stops-buffer): Doc fix.
2966 2004-08-28  Richard M. Stallman  <rms@gnu.org>
2968         * progmodes/grep.el (grep-default-command): Use find-tag-default.
2969         (grep-tag-default): Function deleted.
2971         * subr.el (find-tag-default): Moved from etags.el.
2973         * progmodes/etags.el (find-tag-default): Moved to subr.el.
2975         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
2976         into the basic character if it has an uppercase form.
2978 2004-08-27  Kenichi Handa  <handa@m17n.org>
2980         * international/utf-8.el (utf-8-post-read-conversion): If the
2981         buffer is unibyte, temporarily make it multibyte.
2983 2004-08-27  Masatake YAMATO  <jet@gyve.org>
2985         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
2987 2004-08-25  John Paul Wallington  <jpw@gnu.org>
2989         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
2990         0, 1, and many mismatches in message.
2991         (tex-start-shell): Use `set-process-query-on-exit-flag'.
2993         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
2994         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
2996 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2998         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
2999         vc-diff-switches differently.
3001 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
3003         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
3004         before and a real defvar after
3005         `speedbar-supported-extension-expressions'.  This is to silence
3006         the compiler without breaking bootstrapping.
3008 2004-08-22  Richard M. Stallman  <rms@gnu.org>
3010         * textmodes/flyspell.el (flyspell-word):
3011         Use set-process-query-on-exit-flag.
3012         (flyspell-highlight-duplicate-region): Take POSS as arg.
3013         (flyspell-word): Pass POSS as arg.
3015         * progmodes/ada-xref.el: Many doc and style fixes.
3016         (ada-find-any-references): Use compilation-start.
3017         (ada-get-ali-file-name): Improve error msg.
3018         (ada-get-ada-file-name): Likewise.
3020         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
3021         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
3023         * mail/mail-extr.el (mail-extr-all-top-level-domains):
3024         Add forward defvar.
3026         * whitespace.el (global-whitespace-mode): New alias
3027         for whitespace-global-mode.
3029         * speedbar.el (speedbar-file-regexp): Definition moved up.
3030         (speedbar-mode, speedbar-set-mode-line-format):
3031         Use with-no-warnings.
3032         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
3034         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
3035         controls whether to display the error buffer.
3037         * ps-mule.el: Delete compatibility code for old Emacses.
3038         (ps-mule-find-wrappoint): Don't use chars-in-region.
3040         * frame.el (display-mouse-p, display-selections-p):
3041         Use with-no-warnings.
3043         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
3045 2004-08-22  David Kastrup  <dak@gnu.org>
3047         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
3048         information.
3050         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
3052 2004-08-22  Andreas Schwab  <schwab@suse.de>
3054         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
3056 2004-08-22  Masatake YAMATO  <jet@gyve.org>
3058         * cvs-status.el (cvs-status-checkout): New function.
3059         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
3061 2004-08-21  David Kastrup  <dak@gnu.org>
3063         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
3064         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
3065         has been converted to use hashtables, the relation `nil=none' is
3066         no longer valid, as `nil' is not a hashtable.  This patch tries to
3067         reduce the number of resulting errors.
3069 2004-08-21  John Paul Wallington  <jpw@gnu.org>
3071         * subr.el (process-kill-without-query): Made obsolete in
3072         version 21.4, not 21.5.
3074         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
3075         (vc-previous-comment, vc-next-comment)
3076         (vc-comment-search-reverse, vc-comment-search-forward)
3077         (vc-comment-to-change-log): Likewise.
3079         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
3081 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
3083         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3084         Correct indentation of DEFMETHODS with non-standard method
3085         combinations (e.g., PROGN, MIN, MAX).
3087 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3089         * startup.el (normal-top-level-add-subdirs-to-load-path):
3090         Avoid unnecessarily checking system-type.
3091         (normal-top-level): Set TERM to "dumb".  Simplify.
3093         * avoid.el (mouse-avoidance-ignore-p): New fun.
3094         Also ignore switch-frame, select-window, double, and triple clicks.
3095         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
3096         (mouse-avoidance-fancy-hook): Use it.
3098 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
3100         * avoid.el (mouse-avoidance-nudge-mouse)
3101         (mouse-avoidance-banish-destination): Stay within the current window
3102         to avoid problems with mouse-autoselect-window.
3104 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3106         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
3107         the newer format of some messages in cvs-1.12.1.
3109 2004-08-19  Masatake YAMATO  <jet@gyve.org>
3111         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
3112         (elp-results-jump-to-definition-by-mouse)
3113         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
3114         (elp-output-result): Use elp-output-insert-symname.
3116 2004-08-18  Kenichi Handa  <handa@m17n.org>
3118         * language/cyrillic.el: Register koi8-r in
3119         ctext-non-standard-encodings-alist.
3120         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
3122 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
3124         * emacs-lisp/copyright.el (copyright-update-year): Delete code
3125         that replaces 20xy with xy.
3127 2004-08-17  John Paul Wallington  <jpw@gnu.org>
3129         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
3130         (reb-force-update): Doc fix.
3132 2004-08-16  Richard M. Stallman  <rms@gnu.org>
3134         * progmodes/which-func.el (which-func-update-1): Doc fix.
3136         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
3137         (sh-mode-abbrev-table): New variable.
3139         * progmodes/compile.el (compilation-mode): Doc fix.
3141         * emacs-lisp/lisp-mode.el (eval-last-sexp):
3142         Don't cons a new symbol each time.
3143         (eval-last-sexp-fake-value): New variable.
3145         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
3146         (copyright-update-year): Detect continuation of list of years.
3148         * term.el (term-default-fg-color, term-default-bg-color)
3149         (ansi-term-color-vector): Use `unspecified', not nil, as default.
3151         * imenu.el: Several doc fixes: don't say variables are buffer-local.
3153 2004-08-16  Davis Herring <herring@lanl.gov>
3155         * isearch.el (isearch-string, isearch-message-string, isearch-point)
3156         (isearch-success, isearch-forward-flag, isearch-other-end)
3157         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3158         (isearch-barrier, isearch-within-brackets)
3159         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
3161 2004-08-16  Kenichi Handa  <handa@m17n.org>
3163         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
3165 2004-08-15  Kenichi Handa  <handa@m17n.org>
3167         * term/x-win.el (x-selection-value): If utf8 was successful but
3168         ctext was not, use utf8 string.
3170 2004-08-14  Davis Herring  <herring@lanl.gov>
3172         * isearch.el: Remove accidental changes of March 4.  Fix backing
3173         up when a regexp isearch is made more general.  Use symbolic
3174         accessor functions for isearch stack frames to make usage clearer.
3175         (search-whitespace-regexp): Made groups in documentation shy (as
3176         is the group in the default value).
3177         (isearch-fallback): New function, addresses problems with regexps
3178         liberalized by `\|', adds support for liberalization by `\}' (the
3179         general repetition construct), and incorporates behavior for
3180         `*'/`?'.
3181         (isearch-}-char): New command, calls `isearch-fallback' with
3182         arguments appropriate to a typed `}'.
3183         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
3184         appropriately.
3185         (isearch-mode-map): Bind `}' to `isearch-}-char'.
3186         (isearch-string, isearch-message,string, isearch-point)
3187         (isearch-success, isearch-forward-flag, isearch-other-end)
3188         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3189         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
3190         New inline functions to read fields of a stack frame.
3192 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
3194         * battery.el (battery-linux-proc-acpi): Look into battery
3195         directories matching the literal string "CMB", too (required for
3196         Linux kernel version 2.6.7).
3198 2004-08-14  John Paul Wallington  <jpw@gnu.org>
3200         * cus-start.el (read-file-name-completion-ignore-case): Add.
3201         (blink-cursor-alist): Change version to "21.4".
3203         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
3205 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
3207         * speedbar.el (speedbar-scan-subdirs): New option.
3208         (speedbar-file-lists): Don't ignore file-name case on Unix and use
3209         dolist.
3210         (speedbar-insert-files-at-point): Take an extra argument and use
3211         it to optionally find out if a subdir is empty.  Also unreadable
3212         files don't get expand buttons.
3213         (speedbar-directory): New image (unused pixmap already existed).
3214         (speedbar-expand-image-button-alist): Use it.
3216 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
3218         CC Mode update to 5.30.9:
3220         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
3221         Move from cc-vars to cc-defs for dependency reasons.  Fix the
3222         POSIX char class test to check that it works in
3223         `skip-chars-(forward|backward)' too.
3225         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
3226         first argument starts with a special brace list.
3228         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
3229         when `c-opt-type-concat-key' is used (i.e. in Pike).
3231         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
3232         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
3233         >)".
3235         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
3236         whitespace safe.
3238         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
3239         position for `arglist-intro', `arglist-cont-nonempty' and
3240         `arglist-close' when there are two arglist open parens on the same
3241         line and there's nothing in front of the first.
3243         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
3244         locking of qualified names in Java, which previously could fontify
3245         common indexing expressions in many cases.  The standard Java
3246         naming conventions are used to tell them apart.
3248         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
3249         Fix inconsistency wrt opening parens on the first line inside a paren
3250         block.
3252         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
3253         compile time for the sake of `c-major-mode-is'.
3255         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
3256         `c-major-mode-is' in the event that this is used inside a
3257         `c-lang-defconst'.
3259         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
3260         `c-lang-defconst' so that it works better with fallback languages.
3262         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
3263         it to fail to record the base mode.
3265         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
3266         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
3267         is used.  Reordered the syntax checks to get more efficient
3268         skipping in some situations.
3270         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
3271         continuation which might precede the newly inserted '{'.
3273         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
3274         Fix cases where it could loop indefinitely.
3276         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
3277         size specs correctly.  Only fontify identifiers in front of '('
3278         with as functions - don't accept any paren char.  Tightened up
3279         initializer skipping to stop before function and class blocks.
3281         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
3282         the point could be left directly after an open paren when finding
3283         the beginning of the first decl in the block.
3285         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
3286         table when filtering out legitimate open parens to be recorded.
3287         This could cause cache inconsistencies when e.g.
3288         `c++-template-syntax-table' was temporarily in use.
3290         * progmodes/cc-engine.el (c-on-identifier)
3291         (c-simple-skip-symbol-backward): Small fix for handling "-"
3292         correctly in `skip-chars-backward'.  Affected the operator lfun
3293         syntax in Pike.
3295         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
3296         Fix bug that could cause an error from `after-change-functions' when
3297         the changed region is at bob.
3299 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
3301         CC Mode update to 5.30.9:
3303         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
3304         to say that <TAB> doesn't insert WS into a CPP line.
3305         (c-indent-command, c-tab-always-indent): Amend doc strings.
3307         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
3308         checks for user errors, thus eliminating cryptic and unhelpful
3309         Emacs error messages.  (1) Check the arg to `c-set-style' is a
3310         string.  (2) Check that settings to `c-offsets-alist' are not
3311         spuriously quoted.
3313         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
3314         which precedes the newly inserted `{'.
3316 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
3318         Sync with Tramp 2.0.44.
3320         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
3321         function "tramp_file_attributes".  Otherwise, file names
3322         containing spaces are misinterpreted.  Reported by Magnus Henoch
3323         <mange@freemail.hu>.
3324         (tramp-handle-file-truename): FILENAME must be expanded first.
3325         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
3326         obscure results.  Reported by D. Goel <deego@gnufans.org>.
3327         (tramp-handle-verify-visited-file-modtime): If file does not
3328         exist, say it is not modified if and only if that agrees with the
3329         buffer's record.  Check whether a file is visiting the buffer, or
3330         the buffer has no recorded last modification time.  Return t in
3331         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
3332         <teirllm@auburn.edu>.
3333         (tramp-handle-write-region): Pass modtime explicitely to
3334         `set-visited-file-modtime', because filename can be different
3335         from (buffer-file-name) if `file-precious-flag' is set.
3336         `set-visited-file-modtime' must be called always when `visit' is t
3337         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
3338         (tramp-handle-set-visited-file-modtime): If `time-list' is not
3339         nil, don't apply the whole body.  If the file doesn't exists, set
3340         modtime to '(-1 65535).  Suggested by Luc Teirlinck
3341         <teirllm@auburn.edu>.
3343 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
3345         * help.el (describe-bindings): Doc fix.
3347         * subr.el (kbd): Doc fix.
3349 2004-08-08  John Paul Wallington  <jpw@gnu.org>
3351         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
3352         instead of `string-to-int'.
3353         (define-ibuffer-column mode): Fix indentation.
3355 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
3357         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
3359 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
3361         * subr.el (global-unset-key, local-unset-key): Doc fixes.
3363         * novice.el (disabled-command-function): New variable renamed from
3364         `disabled-command-hook'.
3365         (disabled-command-hook): Keep the _variable_ as alias for
3366         `disabled-command-function' and make obsolete.
3367         (disabled-command-function): Function renamed from
3368         `disabled-command-hook'.  Adapt code to name change of the variable.
3370 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
3372         * simple.el (completion-root-regexp): New defvar.
3373         (completion-setup-function): Use it instead of a literal string.
3375 2004-08-07  John Paul Wallington  <jpw@gnu.org>
3377         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
3378         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
3379         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
3380         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
3382 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
3384         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
3385         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
3387 2004-08-04  Kenichi Handa  <handa@m17n.org>
3389         * international/encoded-kb.el (encoded-kbd-setup-keymap):
3390         Fix previous change.
3392 2004-08-03  Kenichi Handa  <handa@m17n.org>
3394         * international/encoded-kb.el: The following changes are to
3395         utilize key-translation-map instead of minor mode map.
3396         (encoded-kbd-iso2022-non-ascii-map): Delete it.
3397         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
3398         (encoded-kbd-last-key): New function.
3399         (encoded-kbd-iso2022-single-shift): New function.
3400         (encoded-kbd-iso2022-designation)
3401         (encoded-kbd-self-insert-iso2022-7bit)
3402         (encoded-kbd-self-insert-iso2022-8bit)
3403         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
3404         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
3405         key-translation-map.
3406         (encoded-kbd-setup-keymap): Setup key-translation-map.
3407         (saved-key-translation-map): New variable.
3408         (encoded-kbd-mode): Save/restore key-translation-map.
3409         Adjust for the change of encoded-kbd-setup-keymap.
3411 2004-08-02  Kim F. Storm  <storm@cua.dk>
3413         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
3414         and call compute-motion with nil for topos and width to get proper
3415         usable width and height for both window and non-window systems.
3417         * windmove.el (windmove-coordinates-of-position): Let compute-motion
3418         calculate usable window width and height.
3420         * window.el (window-buffer-height): Call compute-motion with nil width.
3422 2004-08-01  David Kastrup  <dak@gnu.org>
3424         * replace.el (query-replace-read-from):
3425         Use `query-replace-compile-replacement'.
3426         (query-replace-compile-replacement): New function.
3427         (query-replace-read-to): Use `query-replace-compile-replacement'
3428         for repeating the last command.
3430 2004-08-01  John Paul Wallington  <jpw@gnu.org>
3432         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
3433         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
3434         (pr-switches): Remove period from end of error messages.
3436         * help-mode.el (help-go-back): Likewise.
3438         * abbrev.el (only-global-abbrevs): Doc fix.
3439         (edit-abbrevs-map): Define within defvar.
3440         (quietly-read-abbrev-file): Doc fix.
3442 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
3444         * novice.el (enable-command, disable-command): Doc fixes.
3446         * subr.el (event-modifiers, event-basic-type): Doc fixes.
3448 2004-07-30  Richard M. Stallman  <rms@gnu.org>
3450         * subr.el (with-local-quit): Doc fix.
3452 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
3454         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
3456 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
3458         * custom.el (defcustom): Doc fix.
3460 2004-07-28  Masatake YAMATO  <jet@gyve.org>
3462         * progmodes/etags.el (etags-tags-apropos): Show building progress.
3464 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3466         * imenu.el (imenu-prev-index-position-function)
3467         (imenu-extract-index-name-function, imenu-name-lookup-function)
3468         (imenu--index-alist): Docstring redundancy fix.
3470 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
3472         * wdired.el (wdired-finish-edit): Require dired-aux before locally
3473         binding dired-backup-overwrite.
3475 2004-07-25  John Paul Wallington  <jpw@gnu.org>
3477         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
3479 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
3481         * term/tty-colors.el (tty-color-approximate): Doc fix.
3483         * select.el (x-get-selection, x-set-selection): Doc fixes.
3485         * frame.el (make-frame): Doc fix.
3487 2004-07-24  Richard M. Stallman  <rms@gnu.org>
3489         * mail/rmail.el (rmail-mime-charset-pattern):
3490         Don't include semicolon in the charset value.
3492         * replace.el (occur-next-error): Call set-window-point.
3493         (occur-engine): Handle negative NLINES.
3495 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
3497         * frame.el (modify-all-frames-parameters): Minor doc fix.
3498         (set-frame-configuration): Doc fix.
3500 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
3502         * simple.el (completion-setup-function): Compute the common parts
3503         and the first difference place correctly when
3504         partial-completion-mode is on.
3506 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3508         * ps-print.el: Doc fix.
3509         (ps-print-version): New version 6.6.5.
3510         (ps-printing-region): Doc fix.
3511         (ps-generate-string-list): Comment fix.
3512         (ps-message-log-max): Code fix.
3514 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3516         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
3517         generated PostScript.
3519 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
3521         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
3522         with Gnus v5_10 branch.)
3524 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
3526         * calendar/time-date.el (time-to-number-of-days): New function.
3527         Imported from from Gnus.
3529 2004-07-22  Kim F. Storm  <storm@cua.dk>
3531         * progmodes/make-mode.el: Fix comments.
3533 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3535         * printing.el: Doc fix.
3537 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
3539         * frame.el (modify-all-frames-parameters): Minor doc fix.
3541 2004-07-20  Richard M. Stallman  <rms@gnu.org>
3543         * textmodes/fill.el (fill-nobreak-p): If this break point is
3544         at the end of the line, don't consider the newline which follows
3545         as a reason to return t.
3547 2004-07-19  John Paul Wallington  <jpw@gnu.org>
3549         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
3551 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
3553         * dired-aux.el (dired-do-kill-lines): Expand docstring.
3554         Delete irrelevant code.
3556 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
3558         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3559         New docstring.  From Luc Teirlinck.
3561 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
3563         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
3564         section.
3565         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
3566         non-file buffers.  We know it is nil.
3568 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
3570         Sync with Tramp 2.0.43.
3572         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3573         Remove outdated comment.
3574         (tramp-locked, tramp-locker): New variables for implementing a
3575         global lock.
3576         (tramp-sh-file-name-handler): Use them to implement the global lock.
3578 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
3580         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
3581         calls to respective `xxx` calls.
3582         (tramp-process-alive-regexp): Precise doc string.
3583         (tramp-multi-action-process-alive): New defun.
3584         (tramp-multi-actions): Use it.
3585         (tramp-handle-find-backup-file-name): `copy-tree' is available
3586         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
3587         in order to avoid this function.
3588         (tramp-handle-write-region): Set current buffer.  If connection
3589         wasn't open, `file-modes' has changed it accidently.  Reported by
3590         David Kastrup <dak@gnu.org>.
3591         (tramp-enter-password, tramp-read-passwd): New arguments USER and
3592         HOST.
3593         (tramp-action-password, tramp-multi-action-password): Apply it.
3594         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
3595         name must still contain the port number.  Otherwise, we have two
3596         Tramp buffers, with all the confusion.  Reported by Myron Selby
3597         <myron@xytech.com> and Rolf Dubitzky
3598         <Dubitzky@physi.uni-heidelberg.de>.
3600         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
3601         HOST to `tramp-enter-passwd'.
3603         * net/tramp-vc.el (all): Code cleanup.  Change all
3604         `tramp-handle-xxx' calls to respective `xxx` calls.
3606 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
3608         * emacs-lisp/testcover.el: New category "potentially-1valued" for
3609         functions that are not erroneous if either 1-valued or
3610         multi-valued.  Detect functions in this class.
3611         (testcover-1value-functions, testcover-compose-functions)
3612         (testcover-progn-functions) Added some additional functions to lists.
3613         (testcover-mark): Bugfix when marking up the definition for an
3614         empty function.
3616 2004-07-17  Richard M. Stallman  <rms@gnu.org>
3618         * replace.el (occur-read-primary-args): Pass default to
3619         read-from-minibuffer.
3621         * mail/footnote.el (footnote-section-tag): Use defcustom.
3623         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
3624         Compile font-lock-keywords, not KEYWORDS.
3625         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
3626         Add warn, check-type.  Handle cerror like error.
3628 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
3630         * progmodes/which-func.el (which-func-keymap): New var.
3631         (which-func-face): New face.
3632         (which-func-format): Use them.
3634 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
3636         * buff-menu.el (list-buffers-noselect): Append the buffer's
3637         process status to its mode name.
3639 2004-07-16  Kim F. Storm  <storm@cua.dk>
3641         * simple.el (inhibit-mark-movement): New defvar.
3642         (beginning-of-buffer, end-of-buffer): Do not push mark if
3643         inhibit-mark-movement is non-nil or C-u prefix is given.
3645         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
3646         Init to beginning-of-buffer and end-of-buffer.
3647         (cua--undo-push-mark): New defvar.
3648         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
3649         already active and command is in cua--preserve-mark-commands.
3650         Also fix check for shift modifier on non-window systems.
3651         (cua--post-command-handler): Clear inhibit-mark-movement if set.
3653 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
3655         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
3656         of two integers, instead of a cons.
3658         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3659         `visited-file-modtime' now returns a list of two integers, instead
3660         of a cons.
3662         * dired.el (dired-directory-changed-p): Ditto.
3664         * progmodes/grep.el (grep): Doc fix.
3666 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
3668         * autorevert.el (auto-revert-tail-mode)
3669         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
3670         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
3671         in both at the same time.
3672         (auto-revert-tail-mode): New command.
3673         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
3674         (auto-revert-handler): Revert only either tail or whole file.
3676         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
3677         add auto-revert-tail-mode.
3679 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3681         * printing.el: Doc fix.  Change name of some funs.
3682         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
3683         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
3684         (pr-standard-file-name): New fun.  Replace pr-standard-path.
3685         (pr-call-process): Code fix.
3687 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
3689         * subr.el (with-selected-window): Doc fix.
3691 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
3693         * subr.el (get-buffer-window-list): Doc fix.
3695 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
3697         * files.el (switch-to-buffer-other-window): Doc fix.
3699         * window.el (save-selected-window, one-window-p)
3700         (split-window-keep-point, split-window-vertically)
3701         (split-window-horizontally): Doc fixes.
3703 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3705         * printing.el: Doc fix.  Now it uses call-process instead of
3706         shell-command for low command execution.
3707         (pr-version): New version number (6.8).
3708         (pr-shell-file-name): Option removed.
3709         (pr-shell-command): Fun removed.
3710         (pr-call-process): New fun.  Replace pr-shell-command.
3711         (pr-standard-path, pr-remove-nil-from-list): New funs.
3712         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
3713         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
3714         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
3715         (pr-ps-utility-process, pr-txt-print): Code fix.
3717 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
3719         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
3720         boolean.
3722 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
3724         * wid-edit.el (widget-field-buffer): Doc fix.
3726 2004-07-09  John Paul Wallington  <jpw@gnu.org>
3728         * emacs-lisp/re-builder.el (reb-update-overlays):
3729         Distinguish between one and several matches in message.
3731 2004-07-09  Richard M. Stallman  <rms@gnu.org>
3733         * mouse.el (mouse-set-region-1): If transient-mark-mode
3734         is `identity', change it to `only'.
3736         * simple.el (current-word): Doc fix.
3738 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
3740         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
3741         so that it is more understanding of whitespace.
3743         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
3744         form
3745         (("ns" . "element") (attr-list) children) instead of
3746         ((:ns . "element") (attr-list) children) in order to reduce the
3747         number of symbols used.
3748         (xml-skip-dtd): Change to use xml-parse-dtd but set
3749         xml-validating-parsing to nil.
3750         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
3751         (xml-substitute-entity): Remove in favor of new entity substitution.
3752         (xml-substitute-special): Rewrite in to substitute complex
3753         entities from DOCTYPE declarations.
3754         (xml-parse-fragment): Parse fragments from entity deleclarations.
3755         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
3756         (xml-parse-dtd, xml-substitute-special): Make validity checks
3757         conditioned on xml-validating-parser.  Add "Not Well Formed" to
3758         error messages about well-formedness.
3760 2004-07-08  Steven Tamm  <steventamm@mac.com>
3762         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
3763         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
3764         Do not treat double clicks and triple clicks specially in the
3765         scroll bar (preventing strange repositioning problems)
3767 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3769         * replace.el (query-replace-regexp-eval): Fix last change.
3771 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3773         * replace.el (query-replace-descr): New fun.
3774         (query-replace-read-from, query-replace-read-args): Default to the
3775         previous from&to.
3776         (query-replace-read-to): Quote the `from' string when displaying it.
3777         (query-replace-regexp-eval): Immediately check read-only status.
3778         Use query-replace-read-from to get the \n checking.
3779         Quote the `from' string when displaying it.
3780         (map-query-replace-regexp, occur-read-primary-args):
3781         Quote the `from' string when displaying it.
3783         * isearch.el (isearch-query-replace): Pass the regexp-ness and
3784         delimited-ness of the search to query-replace.
3786         * replace.el (query-replace-read-from, query-replace-read-to):
3787         New funs extracted from query-replace-read-args.
3788         (query-replace-read-args): Use them.
3790         * replace.el (query-replace-interactive, query-replace-read-args):
3791         Remove the `initial' special value.
3792         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
3793         (occur-engine): Remove unused var `matchend'.
3795         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
3796         Use the search string without prompting.
3798 2004-07-05  Kenichi Handa  <handa@m17n.org>
3800         * international/mule.el (decode-coding-inserted-region):
3801         Set last-coding-system-used only when coding is nil.
3803 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
3805         * progmodes/grep.el (grep-compute-defaults, grep-command)
3806         (grep-program, find-program, grep-find-use-xargs, grep-history)
3807         (grep-find-history, grep-tag-default, grep-find-command)
3808         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
3809         Add autoload cookies, for unbundled packages that load `compile'
3810         and expect all grep-related symbols to become defined.
3812 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
3814         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
3815         (iimage-mode-image-search-path): New user option to search the
3816         image file.
3817         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
3818         have locate-file.
3819         (iimage-mode-buffer): Use it.
3821 2004-07-03  Nick Roberts  <nickrob@gnu.org>
3823         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
3824         carefully.
3825         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
3827 2004-07-03  Juri Linkov  <juri@jurta.org>
3829         * replace.el (query-replace-read-args): Swallow space after 'foo,
3830         not after (quote foo).  Match space only immediately after symbol,
3831         not anywhere in the whole string.
3833 2004-07-02  Richard M. Stallman  <rms@gnu.org>
3835         * replace.el (query-replace-read-args): Swallow space after
3836         symbols, not after closeparens.  But avoid error if string ends there.
3838         * progmodes/python.el (python-beginning-of-statement):
3839         Exit the loop if backward-up-list gets error.
3841         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
3843 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
3845         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
3846         only if vc-consult-headers is non-nil.
3848 2004-07-02  Juri Linkov  <juri@jurta.org>
3850         * pcvs.el (cvs-mode-diff-repository): New command.
3852         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
3854 2004-07-01  Juri Linkov  <juri@jurta.org>
3856         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
3857         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
3858         C-M-% to isearch-query-replace-regexp.
3859         (minibuffer-local-isearch-map): Add arrow key bindings.
3860         Bind C-f to isearch-yank-char-in-minibuffer.
3861         (isearch-forward): Doc fix.
3862         (isearch-edit-string): Doc fix.
3863         (isearch-query-replace, isearch-query-replace-regexp): New funs.
3864         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
3865         (isearch-yank-char): Add optional arg.
3866         (isearch-yank-char-in-minibuffer): New fun.
3868         * replace.el (query-replace-interactive): Change type from boolean
3869         to choice.  Add value `initial'.
3870         (query-replace-read-args): Handle value `initial' of
3871         query-replace-interactive.
3873 2004-06-29  Kim F. Storm  <storm@cua.dk>
3875         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
3876         (breakpoint-disabled-bitmap-face): Add :group 'gud.
3878         * progmodes/ada-xref.el (ada-tight-gvd-integration):
3879         Add :group 'ada.
3881         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
3883 2004-06-29  Juri Linkov  <juri@jurta.org>
3885         * replace.el (query-replace-read-args): Swallow a space after
3886         everything except )]" which in most cases means after a symbol.
3888         * emacs-lisp/pp.el (pp-buffer): Add autoload.
3890 2004-06-28  Richard M. Stallman  <rms@gnu.org>
3892         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
3893         More changes to go with previous change in font-lock.el.
3895 2004-06-26  David Kastrup  <dak@gnu.org>
3897         * replace.el (perform-replace): Highlight the match even in
3898         non-query mode if there is potential replace string editing.
3900 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
3902         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
3903         agree with new return value of `file-remote-p'.
3904         This syncs with Tramp 2.0.42.
3906         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
3907         according to new documentation of `file-remote-p'.
3909         * files.el (file-remote-p): Fix doc to say that return value is
3910         identification of remote system, if not nil.
3911         (file-relative-name): Use new return value of `file-remote-p'.
3913 2004-06-26  Nick Roberts  <nickrob@gnu.org>
3915         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
3916         (gdb-goto-breakpoint): Fix breakage.
3918 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
3920         * man.el (Man-getpage-in-background): Add windows-nt to the list
3921         of systems where shell-file-name should be used instead of
3922         literal "sh".
3924 2004-06-25  Sam Steingold  <sds@gnu.org>
3926         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
3927         function names `(setf symbol)'.
3929 2004-06-24  Richard M. Stallman  <rms@gnu.org>
3931         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
3933         * font-lock.el (font-lock-keywords): Change format of compiled values.
3934         Document it.
3935         (font-lock-add-keywords): If font-lock-keywords is compiled,
3936         extract the uncompiled version, modify, then recompile.
3937         (font-lock-remove-keywords): Likewise.
3938         (font-lock-fontify-keywords-region): Handle changed format.
3939         (font-lock-compile-keywords): Handle changed format.
3940         (font-lock-set-defaults): Compile the keywords explicitly here.
3942 2004-06-24  David Kastrup  <dak@gnu.org>
3944         * replace.el (query-replace-read-args): Implement `\,' and `\#'
3945         replacements here.
3946         (query-replace-regexp): Doc string explaining this and the new
3947         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
3948         is better placed in `query-replace-read-args'.
3949         (replace-regexp): Explain `\,', `\#' and `\?'.
3950         (replace-match-data): New function for thorough reuse/destruction
3951         of old match-data.
3952         (replace-match-maybe-edit): Function for implementing `\?' editing.
3953         (perform-replace): Fix maintaining of the match stack including
3954         already matched regions, implement `\?', fix various problems
3955         with regions while editing and other stuff.
3956         (replace-highlight): Simplify.
3958 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
3960         * progmodes/grep.el (grep-error-screen-columns): New variable.
3961         (grep-regexp-alist): Give it the full functionality of gnu style
3962         compilation messages with line and column ranges.  Ask me for the
3963         perl script I'm working on, that uses these.
3965 2004-06-23  Nick Roberts  <nickrob@gnu.org>
3967         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
3968         Remove.
3969         (comint-insert-input, comint-mouse-insert-input): New functions
3970         based on comint-insert-clicked-input for two bindings but just
3971         one functionality.
3973 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
3975         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
3977 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
3979         * files.el (write-contents-functions): Doc fix.
3981 2004-06-21  Juanma Barranquero  <lektu@terra.es>
3983         * image.el (image-library-alist): Rewrite docstring in active voice.
3985 2004-06-20  Richard M. Stallman  <rms@gnu.org>
3987         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
3989         * isearch.el (isearch-repeat): Avoid testing old match data.
3990         (isearch-message): Display trailing space in special font
3991         when search is failing.
3992         (isearch-search-fun-function): Doc fix.
3994         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
3996 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
3998         * frame.el (show-trailing-whitespace): Doc fix.
4000         * cus-edit.el (custom-variable-documentation): New function.
4001         (custom-variable): Use it.
4003 2004-06-19  Nick Roberts  <nickrob@gnu.org>
4005         * man.el (Man-getpage-in-background): Revert previous change but
4006         make cygwin a special case.
4008 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
4010         * autorevert.el (global-auto-revert-non-file-buffers):
4011         Update docstring.
4013 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
4015         * progmodes/compile.el (compilation-error-properties): Store one
4016         more than end-col, if present, so that transient-mark-mode will
4017         highlight last char too.
4018         * progmodes/grep.el (grep-regexp-alist): Match columns and column
4019         ranges, if present.
4021 2004-06-18  Jason Rumney  <jasonr@gnu.org>
4023         * makefile.w32-in: Double percent signs in for loops.
4025 2004-06-17  David Kastrup  <dak@gnu.org>
4027         * replace.el (query-replace-read-args): Only warn about use of \n
4028         and \t when we are doing a regexp replacement and the actual
4029         escaped character is n or t.
4030         (query-replace-regexp): Add \, and \# interpretation to
4031         interactive call and document it.
4032         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
4033         as shortkey for replace-count.
4034         (replace-quote): New function for doubling backslashes.
4036 2004-06-17  Juanma Barranquero  <lektu@terra.es>
4038         * files.el (parse-colon-path, cd): Mention in docstring that the
4039         path separator is colon in GNU-like systems.
4041         * newcomment.el (comment-region-internal): Fix docstring.
4043         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
4044         (ewoc-invalidate, ewoc-collect): Doc fixes.
4045         (ewoc--create-node, ewoc--delete-node-internal):
4046         Fix typos in docstring.
4048 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
4050         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
4051         manual to docstring.
4053 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4055         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
4057 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
4059         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4060         Add hyperlink to emacs-xtra manual to docstring.
4062         * autorevert.el (global-auto-revert-non-file-buffers):
4063         Add hyperlink to emacs-xtra manual to docstring, as well as an
4064         info-link.
4066 2004-06-14  Juanma Barranquero  <lektu@terra.es>
4068         * image.el (image-library-alist): New variable to map image types
4069         to external libraries.  Initialized to nil, unless system-specific
4070         configs change it.
4071         (image-type-available-p): Determine whether an image type is
4072         available by calling `init-image-library'.
4074         * term/w32-win.el (image-library-alist): Initialize to a known set
4075         of probable library names.
4077 2004-06-14  Kenichi Handa  <handa@m17n.org>
4079         * international/code-pages.el (windows-1256, cp1125): Fix tables
4080         for several characters.
4082         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
4084 2004-06-13  Richard M. Stallman  <rms@gnu.org>
4086         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
4088         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
4089         not "`pc-selection-mode'".
4091         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
4093         * simple.el (previous-matching-history-element): Specify a default.
4095         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
4097         * cus-face.el (custom-declare-face): Simplify code.
4099         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
4101 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
4103         * files.el (before-save-hook): Add `time-stamp' to the options.
4105         * time-stamp.el (time-stamp): Recommend adding it to
4106         `before-save-hook', rather than `write-file-functions'.
4107         Make a similar change in `Commentary' section.
4109 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
4111         * diff-mode.el (diff-current-defun): If at start of hunk, use
4112         position of first change.
4114 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
4116         * dired-x.el (dired-mark-omitted): Bind to "*O".
4118 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
4120         * bookmark.el (bookmark-bmenu-relocate): New function, as
4121         suggested by David J. Biesack <David.Biesack@sas.com>.
4122         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
4123         (bookmark-bmenu-mode): Describe binding in doc string.
4124         (bookmark-set-filename): Save the bookmark list if it's time.
4126 2004-06-13  Kenichi Handa  <handa@m17n.org>
4128         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
4129         (ccl-untranslated-to-ucs): Fix typo.
4131 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
4133         * progmodes/python.el (python-open-block-statement-p):
4134         Fix indentation after a block opening that contains a comment.
4136 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
4138         * bindings.el (completion-ignored-extensions): Add file extensions
4139         of Python byte-compiled files.
4141 2004-06-12  Juri Linkov  <juri@jurta.org>
4143         * info.el (Info-goto-node): Add autoload.
4144         (Info-toc): Add substring-no-properties on Info file name.
4145         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
4146         (Info-mode-map): Bind L to Info-history, T to Info-toc.
4148 2004-06-12  Kenichi Handa  <handa@m17n.org>
4150         * international/mule-cmds.el (set-language-environment):
4151         Load subst tables if necessary.
4153         * international/mule.el (decode-char): Load subst tables if necessary.
4154         (encode-char): Likewise.
4156         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
4157         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
4158         (utf-16le-decode-loop): Set r5 to -1 before loop.
4159         (utf-16be-decode-loop): Likewise.
4160         (ccl-decode-mule-utf-16le): Add EOF processing block.
4161         (ccl-decode-mule-utf-16be): Likewise.
4162         (ccl-decode-mule-utf-16le-with-signature): Likewise.
4163         (ccl-decode-mule-utf-16be-with-signature): Likewise.
4164         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
4165         (ccl-mule-utf-16-encode-untrans): New CCL.
4166         (utf-16-decode-to-ucs): Handle pre-read character.
4167         (utf-16le-encode-loop): Handle surrogate pair.
4168         (utf-16be-encode-loop): Likewise.
4169         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
4170         of utf-16le-encode-loop.
4171         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
4172         of utf-16be-encode-loop.
4173         (mule-utf-16-post-read-conversion):
4174         Call utf-8-post-read-conversion at first.
4175         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
4176         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
4177         Add post-read-conversion and pre-write-conversion.
4179         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
4180         (utf-translate-cjk-unicode-range): New variable.
4181         (utf-translate-cjk-load-tables): New function.
4182         (utf-lookup-subst-table-for-decode): New function.
4183         (utf-lookup-subst-table-for-encode): New function.
4184         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
4185         tables here.  Update safe-charsets of utf-* coding systems.
4186         (ccl-mule-utf-untrans): New CCL.
4187         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
4188         at end of each branch.
4189         (ccl-mule-utf-8-encode-untrans): New CCL.
4190         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
4191         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
4192         length of encoding.  Don't return r0.
4193         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
4194         (utf-8-post-read-conversion): Narrow to region properly.
4195         If utf-translate-cjk-mode is on, load tables if necessary.
4196         Call utf-8-compose with hash-table arg if necessary.
4197         Call XXX-compose-region instead of XXX-post-read-convesion.
4198         (utf-8-pre-write-conversion): New function.
4199         (mule-utf-8): Include CJK charsets in safe-charsets if
4200         utf-translate-cjk-mode is on.  Add pre-write-conversion.
4202         * international/characters.el: Temporarily set
4203         utf-translate-cjk-mode to nil.
4205         * language/devan-util.el (devanagari-compose-region):
4206         Add autoload cookie.
4208         * international/ccl.el (ccl-dump-call): Fix printing the
4209         subroutine name.
4211 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
4213         * dired.el (dired-revert): If buffer is marked unmodified before
4214         reverting, keep it marked unmodified.
4215         Adapt to new conventions for commenting out code.
4216         (dired-make-relative): Adapt to new conventions for commenting out code.
4218 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
4220         * eshell/esh-module.el (eshell-load-defgroups):
4221         Bind `vc-handled-backends' to nil when opening files.
4223 2004-06-11  Juanma Barranquero  <lektu@terra.es>
4225         * files.el (parse-colon-path, cd): Doc fixes (refer to
4226         `path-separator', not colon).
4228 2004-06-10  Juanma Barranquero  <lektu@terra.es>
4230         * newcomment.el (comment-search-forward)
4231         (comment-search-backward): Fix typos in docstring.
4232         (comment-region): Doc fix.
4234 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
4236         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
4237         switch is no longer stored in `dired-switches-alist'.
4239         * dired-aux.el (dired-insert-subdir): Do not store R switch in
4240         `dired-switches-alist'.
4242 2004-06-10  Kim F. Storm  <storm@cua.dk>
4244         * pcvs.el (cvs-mode-diff-yesterday): New command.
4246         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
4248 2004-06-10  Juri Linkov  <juri@jurta.org>
4250         * emacs-lisp/edebug.el (edebug-eval-defun):
4251         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
4252         Fix docstring.
4254         * simple.el (eval-expression-print-format): Don't print additional
4255         information on the first call to `eval-print-last-sexp'.
4256         (next-error-find-buffer): Fix punctuation.
4257         (killing) <defgroup>: Fix punctuation.
4258         (yank-excluded-properties): Change group from editing to killing.
4260         * replace.el (perform-replace): Use `limit' to terminate the
4261         while-loop explicitly.
4263 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4265         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
4266         Use lc-*.xpm as prefix instead of *-locol.xpm.
4268         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
4269         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
4270         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
4271         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
4272         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
4273         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
4274         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
4275         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
4276         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
4277         * toolbar/lc-up_arrow.xpm:
4278         Renamed from *-locol.xpm.
4280 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
4282         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
4283         include forms like &<str>; as valid url patterns.
4285 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
4287         * dired.el (dired-diff, dired-backup-diff)
4288         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
4289         (dired-do-chown, dired-do-touch, dired-do-print)
4290         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
4291         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
4292         (dired-create-directory, dired-do-copy, dired-do-symlink)
4293         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
4294         (dired-do-copy-regexp, dired-do-hardlink-regexp)
4295         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
4296         (dired-maybe-insert-subdir, dired-next-subdir)
4297         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
4298         (dired-kill-subdir, dired-tree-up, dired-tree-down)
4299         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
4300         (dired-run-shell-command, dired-query): Remove redundant,
4301         or incorrect, autoloads.
4303         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
4304         does not end in a slash.  Add optional argument KILL-ROOT.
4305         Update docstring.
4306         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
4307         (dired-query): Add autoloads.
4309 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
4311         * progmodes/compile.el (compilation-set-window-height):
4312         Rearrange the save-* functions because a buffer can have several current
4313         point in different windows.
4314         (compilation-error-regexp-alist-alist): Recognize {standard input}
4315         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
4317 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4319         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
4320         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
4321         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
4322         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
4323         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
4324         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
4325         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
4326         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
4327         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
4328         * toolbar/up_arrow-locol.xpm:
4329         New versions of icons that uses fewer colors.
4331         * toolbar/tool-bar.el (tool-bar-local-item)
4332         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
4333         if display-color-cells is 256 or less.
4335 2004-06-08  Kim F. Storm  <storm@cua.dk>
4337         * wid-edit.el (widget-specify-button): Use hand pointer rather
4338         than mouse-face as visible mouse-over effect.
4340 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
4342         * saveplace.el (save-place-alist-to-file): Bind `print-length'
4343         and `print-level' to nil when writing out `save-place-alist'.
4344         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
4346 2004-06-07  Juanma Barranquero  <lektu@terra.es>
4348         * completion.el (completion-kill-region): Doc fix.
4350         * format.el (format-insert-annotations)
4351         (format-annotate-location): Doc fixes.
4352         (format-subtract-regions): Make arguments match their use in docstring.
4354         * simple.el (kill-region): Doc fix.
4356         * subr.el (insert-buffer-substring-no-properties)
4357         (insert-buffer-substring-as-yank): Doc fixes.
4359 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
4361         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4362         Update docstring.
4363         (dired-reset-subdir-switches): New function.
4365         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
4366         Limit scope of `buffer-read-only' binding.
4368 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
4370         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
4371         eshell-explicit-command-char.
4373 2004-06-06  Juanma Barranquero  <lektu@terra.es>
4375         * help-fns.el (help-argument-name): Inherit from italic face only
4376         if the frame supports it.
4378 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4380         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
4381         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
4382         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
4383         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
4384         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
4385         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
4386         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
4387         New conversions from xpm files.
4389         * toolbar/README: New file.
4391 2004-06-06  Richard M. Stallman  <rms@gnu.org>
4393         * isearch.el (isearch-mode-map): Undo previous change.
4395 2004-06-05  Juri Linkov  <juri@jurta.org>
4397         * bindings.el (debug-ignored-errors): Add regexps for history
4398         related messages.  Remove $ from "No further undo information".
4399         Move Ediff's messages to ediff.el.
4401         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
4403         * cus-edit.el (custom-display): Add `min-colors'.
4405         * custom.el (defface): Add `supports' to docstring.
4407         * help-fns.el (help-argument-name): Add :group 'help.
4409 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
4411         * find-dired.el (find-ls-subdir-switches): New user option.
4412         (find-dired): No longer call `abbreviate-file-name' on DIR.
4413         Set `dired-subdir-switches' buffer-locally.
4415         * locate.el: Merge the two `Commentary' sections.
4416         (locate-ls-subdir-switches): New user option.
4417         (locate): Update for other changes.
4418         (locate-mode-map): Restore Dired binding for mouse-2.
4419         Bind `locate-mouse-view-file' to M-mouse-2.
4420         Bind `l' to `locate-do-redisplay'.
4421         (locate-main-listing-line-p, locate-do-redisplay): New functions.
4422         (locate-mouse-view-file, locate-tags, locate-find-directory):
4423         Print message if used outside main listing.
4424         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
4425         Various changes to support inserted subdirectories.
4426         (locate-insert-header): Change header of *Locate* buffer.
4428         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4429         Change interactive default switches.
4430         (dired-rename-subdir-2): Update `dired-switches-alist'.
4431         (dired-insert-subdir, dired-kill-subdir):
4432         Handle `dired-switches-alist'.  Do not mark buffer modified.
4433         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
4434         (dired-insert-subdir-doinsert): Omit messages.
4435         Handle `dired-subdir-switches'.
4436         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
4438         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
4439         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
4440         subdirs if -R switch is used for a subdir.
4441         (dired-mode): Set `dired-switches-alist'.
4442         (dired-build-subdir-alist): Only print number of directories in
4443         echo area when invoked interactively.
4445 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
4447         * dired-x.el (dired-omit-mode): Rename from
4448         dired-omit-files-p.  Use define-minor-mode to define it.
4449         (dired-omit-files-p): Add as alias for dired-omit-mode.
4450         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
4451         dired-mark-omitted.
4452         (dired-mark-omitted): Add.  Bind to M-O.
4454 2004-06-05  Kenichi Handa  <handa@m17n.org>
4456         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
4458 2004-06-05  Juanma Barranquero  <lektu@terra.es>
4460         * help-fns.el (help-argument-name): Reintroduce face.
4461         (help-default-arg-highlight): Use it, now that
4462         `face-differs-from-default-p' can be trusted.
4464 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4466         * textmodes/table.el: Sentence commands added to Point Motion
4467         group; kill and backward-kill commands added to Extraction group.
4469 2004-06-04  Mario Lang  <mlang@delysid.org>
4471         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
4472         systems appear to use mW, make the code handle this.  Fix a
4473         division-by-zero bug while at it, and handle kernels with
4474         a slightly different layout in /proc/acpi.
4476 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
4478         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
4479         because the latter is a CL-ism.  This fixes the bug reported by
4480         Shawn Boyette <mdxi@collapsar.net> in
4481         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
4483 2004-06-04  Miles Bader  <miles@gnu.org>
4485         * faces.el (display-supports-face-attributes-p): Function moved to
4486         C code.  Previously only the tty-related portion of this function
4487         was done in C; however the previous attempt to do a halfway-proper
4488         job for non-tty displays in lisp didn't work properly because of
4489         funny conditions during Emacs startup.
4490         (face-differs-from-default-p): Simplify, now that
4491         display-supports-face-attributes-p works properly on all display
4492         types.  Remove :stipple from comparison; it doesn't really work
4493         in emacs anyway.
4495 2004-06-04  Miles Bader  <miles@gnu.org>
4497         * faces.el (face-differs-from-default-p): Use a different
4498         implementation, so we can really check whether FACE displays
4499         differently or not.
4501 2004-06-04  Miles Bader  <miles@gnu.org>
4503         * faces.el (display-supports-face-attributes-p): Implement a
4504         `different from default' check for non-tty displays.
4506 2004-06-03  David Kastrup  <dak@gnu.org>
4508         * woman.el (woman-mapcan): More concise code.
4509         (woman-topic-all-completions, woman-topic-all-completions-1)
4510         (woman-topic-all-completions-merge): Replace by a simpler and
4511         much faster implementation based on O(n log n) sort/merge instead
4512         of the old O(n^2) behavior.
4514 2004-06-03  Miles Bader  <miles@gnu.org>
4516         * subr.el (read-number): Use canonical format for default in prompt.
4518         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
4519         Add regexp for " [...]" style defaults.
4521 2004-06-02  Romain Francoise  <romain@orebokech.com>
4523         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
4524         groups: if the user asks for a hidden buffer, open the
4525         corresponding filter group to expose it.
4527         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
4528         `ibuffer-jump-to-buffer'.
4529         (ibuffer-jump-offer-only-visible-buffers): New user option.
4531 2004-06-02  Juanma Barranquero  <lektu@terra.es>
4533         * faces.el (frame-update-faces): Add empty docstring so the one
4534         for `ignore' doesn't show through.
4536         * subr.el (process-kill-without-query): Remove spurious "\n" on
4537         obsolescence string.
4538         (focus-frame, unfocus-frame): Add obsolescence declaration and
4539         empty docstring.
4541         * international/mule.el (register-char-codings): Make alias for
4542         `ignore'.  Move docstring to obsolescence info and remove redundancy.
4544 2004-06-02  Kim F. Storm  <storm@cua.dk>
4546         * frame.el (blink-cursor-start): Turn cursor off initially so blink
4547         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
4549 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4551         * comint.el (comint-replace-by-expanded-history-before-point):
4552         Obey `start' as the docstring says.
4553         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
4554         (comint-update-fence): Prevent font-lock from running unnecessarily.
4555         (comint-dynamic-list-completions): Use with-current-buffer.
4557 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4559         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
4560         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
4561         (bibtex-entry-update): Handle alternatives and optional fields.
4562         (bibtex-parse-entry): Bugfix, handle empty key.
4564 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4566         * vc-arch.el (vc-arch-state): Don't assume the file exists.
4568 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
4570         * desktop.el (desktop-save): Don't save minor modes without a
4571         known mode initialization function.
4573 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
4575         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
4577         * autorevert.el: Update `Commentary' section.
4579 2004-05-30  Juanma Barranquero  <lektu@terra.es>
4581         * dos-fns.el (convert-standard-filename):
4582         * files.el (convert-standard-filename):
4583         * w32-fns.el (convert-standard-filename):
4584         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
4586 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
4588         Sync with Tramp.
4590         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
4591         (tramp-let-maybe): Move to an earlier spot in the file.
4592         Patch by Andreas Schwab.
4594 2004-05-30  Andreas Schwab  <schwab@suse.de>
4596         * dired.el (dired-get-filename): Don't use dired-re-dot.
4598 2004-05-30  Richard M. Stallman  <rms@gnu.org>
4600         * files.el (find-file): Doc fix.
4602         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
4604 2004-05-30  Nick Roberts  <nickrob@gnu.org>
4606         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
4607         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
4608         modeline of the locals buffer.
4609         (gdb-goto-breakpoint): Handle gdbmi.
4610         (gdb-get-frame-number): Change for gdbmi.
4612 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
4614         * files.el (file-remote-p): Apply file name handler for operation
4615         `file-remote-p'.  It isn' a property any longer.
4616         (file-relative-name): `fh' and `fd' get the required value via
4617         `find-file-name-handler' already.
4619         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
4620         (top): Remove setting of `file-remote-p' property for
4621         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
4623 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
4625         Version 2.0.41 of Tramp released.
4627         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
4628         Throw away if process has died.
4629         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
4630         (tramp-out-of-band-prompt-regexp): Rename to
4631         `tramp-process-alive-regexp', because its usage is widen.
4632         (tramp-actions-copy-out-of-band): Apply it.
4633         (tramp-actions-before-shell, tramp-multi-actions):
4634         Add `tramp-action-process-alive' action.
4635         (tramp-action-process-alive): New defun.
4636         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4637         Add entry for `file-remote-p'.
4638         (tramp-handle-file-remote-p): New defun.
4639         (top): Remove setting of `file-remote-p'.  Don't set
4640         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
4642         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
4643         `file-remote-p'.
4645         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
4646         counted for (last) line.  [They should or they shouldn't?  --Stef]
4647         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
4649 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
4651         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
4652         not really necessary but seems to keep the shell history smaller
4653         in some cases.  It is no substitute for setting HISTFILE and
4654         HISTSIZE from tramp-open-connection-setup-interactive-shell,
4655         though.  Suggested by Luc Teirlinck.
4656         (tramp-open-connection-setup-interactive-shell): Export variables
4657         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
4658         (tramp-set-process-query-on-exit-flag): New compat function.
4659         (tramp-open-connection-multi, tramp-open-connection-su)
4660         (tramp-open-connection-rsh, tramp-open-connection-telnet)
4661         (tramp-do-copy-or-rename-file-out-of-band): Use it.
4662         (tramp-let-maybe): New macro, let-binds a variable only if it
4663         isn't obsolete.
4664         (tramp-check-ls-commands, tramp-handle-expand-file-name)
4665         (tramp-handle-file-truename): Use it.
4666         (tramp-completion-file-name-regexp-unified): Avoid matching
4667         filenames starting with "/:" -- those are reserved for
4668         file-name-non-special.
4670         * tramp-smb.el (tramp-smb-open-connection):
4671         Use tramp-set-process-query-on-exit-flag compat function.
4673 2004-05-29  Richard M. Stallman  <rms@gnu.org>
4675         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
4677         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
4678         (eval-last-sexp-print-value): Print char equivalent regardless
4679         of standard-output value.
4681         * thumbs.el (thumbs-subst-char-in-string): Delete.
4682         (thumbs-thumbname): Use subst-char-in-string.
4683         (thumbs-resize-image): Use condition-case, not ignore-errors.
4684         (thumbs-kill-buffer): Likewise.
4686         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
4687         (thumbs-mode): Make buffer read-only.
4688         (thumbs-make-thumb): Unconditionally accept an existing file.
4689         (thumbs-insert-thumb): Add thumb-image-file property to the image.
4690         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
4691         (thumbs-show-thumbs-list): Error if images not supported.
4692         (thumbs-save-current-image): Improve prompt string.
4693         (thumbs-mode-map): Define u, R, x.
4694         (thumbs-unmark): New command.
4695         (thumbs-emboss-image): Minor cleanup.
4696         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
4697         (thumbs-rename-images): New command.
4698         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
4700         * thumbs.el (thumbs-current-image): New function.
4701         (thumbs-file-list, thumbs-file-alist): New functions.
4702         (thumbs-find-image): Delete arg L.
4703         Don't set up thumbs-fileL as buffer-local global var.
4704         (thumbs-find-image-at-point): Use thumbs-current-image.
4705         (thumbs-set-image-at-point-to-root-window): Likewise.
4706         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
4707         Record and warn about errors.  Update thumbs-markedL for deletions.
4708         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
4709         (thumbs-redraw-buffer): Use thumbs-file-list.
4710         (thumbs-mark): Use thumbs-current-image.
4711         (thumbs-show-name): Use thumbs-current-image.
4713         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
4714         and imenu--last-menubar-index-alist.
4716         * subr.el (with-selected-window): Undo previous change.
4718 2004-05-29  John Paul Wallington  <jpw@gnu.org>
4720         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
4721         (thumbs-mouse-find-image): New command.
4722         (thumbs-mode-map): Bind it to mouse-2.
4723         (thumbs-mode): Make mode-class special.
4724         (thumbs-view-image-mode): Likewise.
4726 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
4728         * flymake.el: New file.
4730 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
4732         * files.el (find-file-noselect-1): Do not bind
4733         `inhibit-read-only' to t during execution of
4734         `find-file-not-found-functions'.
4736 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4738         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
4739         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
4741 2004-05-28  Juri Linkov  <juri@jurta.org>
4743         * simple.el (eval-expression-print-format): New fun.
4745         * simple.el (eval-expression):
4746         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
4747         * emacs-lisp/edebug.el (edebug-compute-previous-result)
4748         (edebug-eval-expression): Print additionally the value returned by
4749         `eval-expression-print-format'.
4751         * emacs-lisp/lisp.el (insert-pair-alist): New var.
4752         (insert-pair): Make arguments optional.  Find character pair
4753         from `insert-pair-alist' according to the last input event.
4754         (insert-parentheses): Make arguments optional.
4755         (raise-sexp, delete-pair): New funs.
4757         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
4758         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4759         Bind C-M-q to `indent-pp-sexp'.
4761         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
4762         `pp-to-string' modified to be able to format text with newlines.
4763         (pp-to-string): Move the buffer-formatting part of the code to
4764         `pp-buffer'.  Call `pp-buffer'.
4766         * info.el (Info-desktop-buffer-misc-data): Don't save information
4767         about virtual files.
4768         (Info-restore-desktop-buffer): Restore Info buffers in prepared
4769         buffers with names obtained from the desktop file instead of the
4770         default *info* buffer.
4772 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4774         * subr.el (with-selected-window): Only save/restore the selected window.
4776         * progmodes/compile.el (compilation-error-regexp-alist):
4777         Use expand-file-name and data-directory.
4779         * progmodes/grep.el (grep-tree): Rework previous fix.
4781         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
4782         after the user marked text with the mouse.
4784         * startup.el (command-line): Keep the first regexp of
4785         auto-save-file-name-transforms intact.
4787 2004-05-28  Juanma Barranquero  <lektu@terra.es>
4789         * cus-edit.el (customize-face, customize-face-other-window)
4790         (custom-face-edit-delete): Make arguments match their use in
4791         docstring.
4792         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
4793         docstring.
4795         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
4796         not `cvs-butlast'.
4798         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
4799         `nbutlast' are in subr.el).
4801         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
4802         (set-w32-system-coding-system): Doc fixes.
4804         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
4805         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
4806         Make arguments match their use in docstring.
4807         (artist-draw-region-trim-line-endings)
4808         (artist-mouse-choose-operation): Fix typo in docstring.
4809         (artist-key-set-point-common): Doc fix.
4811 2004-05-28  Simon Josefsson  <jas@extundo.com>
4813         * mail/smtpmail.el (smtpmail-open-stream):
4814         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
4816 2004-05-26  Simon Josefsson  <jas@extundo.com>
4818         * starttls.el: Merge with my GNUTLS based starttls.el.
4819         (starttls-gnutls-program, starttls-use-gnutls)
4820         (starttls-extra-arguments, starttls-process-connection-type)
4821         (starttls-connect, starttls-failure, starttls-success): New variables.
4822         (starttls-program, starttls-extra-args): Doc fix.
4823         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
4824         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
4825         and pass on to corresponding *-gnutls function if it is set.
4827 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
4829         * autorevert.el (auto-revert-handler): Disable auto-reverting of
4830         remote files.
4832 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
4834         * files.el (file-name-non-special): There are more operations
4835         which need handling: `find-backup-file-name',
4836         `insert-file-contents', `verify-visited-file-modtime',
4837         `write-region'.  Rename t value of method to `add'.  Add new
4838         methods `quote' and `unquote-then-quote' to file-arg-indices.
4840 2004-05-25  Juri Linkov  <juri@jurta.org>
4842         * info.el (Info-toc): Call Info-mode on intermediate buffer.
4843         (Info-index-nodes): Enclose code in condition-case to catch errors.
4844         (Info-index-node): Don't search all index nodes if request is only
4845         for the current node and file is not in the cache of index nodes.
4846         (Info-mode-map): Bind Info-copy-current-node-name to `w'
4847         for consistency with dired-copy-filename-as-kill.
4848         Bind `S' to Info-search-case-sensitively.
4849         (Info-copy-current-node-name): New arg.  With zero prefix arg put
4850         the name inside a function call to `info'.  Display copied text in
4851         the echo area.
4853 2004-05-25  Sam Steingold  <sds@gnu.org>
4855         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
4856         strip the package prefix from the symbol name, if any.
4857         Make it the `find-tag-default-function' for `lisp-mode'.
4859 2004-05-25  John Paul Wallington  <jpw@gnu.org>
4861         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
4862         instead of obsolete `process-kill-without-query'.
4864         * textmodes/texinfmt.el (texinfo-indexvar-alist):
4865         Declare as variable, not constant.
4867 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
4869         * files.el (find-file-noselect-1): Fix bug introduced by
4870         Revision 1.694.  As a side effect, `inhibit-read-only'
4871         is again, by default, t during execution of
4872         `find-file-not-found-functions'.
4873         (insert-directory): Check that lines were really inserted by
4874         the --dired switch, before erasing them.
4876 2004-05-24  Nick Roberts  <nickrob@gnu.org>
4878         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
4879         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
4880         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
4881         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
4882         gud-minor-mode (gdbmi).
4884 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
4886         * net/browse-url.el (browse-url-interactive-arg): Enable user to
4887         explicitly select the text to be taken as URL.
4889 2004-05-23  Juri Linkov  <juri@jurta.org>
4891         * info.el (Info-index-nodes): New var and fun.
4892         (Info-goto-index, Info-index, info-apropos)
4893         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
4894         (Info-index): Fix docstring.  Store and restore Info-history-list.
4895         (Info-complete-nodes): New var.
4896         (Info-complete-menu-item): Use it.
4897         (Info-index-node): New fun.
4898         (Info-final-node, Info-forward-node, Info-backward-node)
4899         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
4900         Use Info-index-node.
4901         (Info-extract-menu-item, Info-extract-menu-counting): Set second
4902         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
4903         (Info-find-node-2): If a node with period in its name not found,
4904         try to find a node without the name part after period.
4905         (Info-select-node): Call Info-fontify-node only if
4906         Info-fontify-maximum-menu-size is not nil.
4907         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
4908         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
4909         Preserve Info-history-list.
4910         (Info-toc): Set Info-current-file.
4911         (Info-build-toc): Move point to the beginning of the buffer.
4912         Add main-file variable.
4913         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
4914         Use backslashed representation of the control character ^_.
4916         * textmodes/texinfmt.el (texinfo-print-index): Print index line
4917         numbers in the new Texinfo 4.7 format.
4919         * add-log.el (change-log-font-lock-keywords): Remove `:' from
4920         regexps for function and variable names.
4922         * descr-text.el (describe-property-list): Add [show] button for
4923         `syntax-table' property with action to pp to a separate buffer.
4924         (describe-char): Replace search-forward by re-search-forward with
4925         whitespace regexp after "character:" to not fail in too narrow windows.
4927         * simple.el (next-error-find-buffer): Add a rule to return
4928         next-error capable buffer if one window on the selected frame
4929         displays such buffer.
4931 2004-05-23  Nick Roberts  <nickrob@gnu.org>
4933         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
4934         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
4935         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
4936         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
4937         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
4938         Handle new value for gud-minor-mode (gdbmi).
4939         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
4940         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
4941         Change from local to global gdb variable set.
4942         (gdb-ann3): Initialise above gdb variable set.
4943         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
4944         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
4945         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
4946         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
4947         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
4948         (gdb-info-locals-handler, gdb-invalidate-assembler)
4949         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
4950         set as global variables.
4951         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
4952         Handle gdbmi.
4953         (gdb-info-breakpoints-custom): Fix regexp.
4954         (def-gdb-var): Delete.
4956         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
4957         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
4958         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4959         a new mode.  The file (gdb-mi.el) for this mode will be included
4960         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
4961         primary interface.
4963 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
4965         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
4966         interpreted as a directory.
4968 2004-05-22  Richard M. Stallman  <rms@gnu.org>
4970         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
4971         as a close quote.
4973         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
4975         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
4976         Use assoc-string, not assoc-ignore-case.
4978         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
4980         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
4981         If moving back then fwd gets a defun that ends before point,
4982         try again moving fwd then back.
4984         * files.el (file-name-non-special): Allow t in file-arg-indices
4985         to mean requote the return value.  Use `identity' as an element
4986         rather than as the whole value.
4988         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
4990 2004-05-22  Juanma Barranquero  <lektu@terra.es>
4992         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
4993         `help-make-usage'.
4994         (help-highlight-arguments): Skip function name before searching
4995         for arguments.
4997 2004-05-21  Juanma Barranquero  <lektu@terra.es>
4999         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
5000         Don't mention in the docstring these arguments meant for
5001         internal (recursive) use only.
5002         (allout-char-spec): Comment out (it's not implemented).
5003         (allout-old-expose-topic, allout-exposure): Fix docstring and add
5004         obsolescence declaration.
5005         (allout-flatten-exposed-to-buffer)
5006         (allout-indented-exposed-to-buffer): Fix typos in docstring.
5007         (my-mark-marker): Doc fix.
5008         (produce-allout-mode-map, allout-sibling-index)
5009         (allout-isearch-expose, allout-distinctive-bullet)
5010         (allout-open-topic, allout-reindent-body)
5011         (allout-rebullet-heading, allout-process-exposed)
5012         (allout-insert-listified, allout-latex-verb-quote)
5013         (allout-insert-latex-header, allout-insert-latex-trailer):
5014         Make arguments match their use in docstring.
5015         (allout-primary-bullet, allout-old-style-prefixes)
5016         (allout-inhibit-protection, allout-init, allout-mode)
5017         (allout-before-change-protect, allout-flag-region):
5018         Use "Emacs" instead of "emacs" in docstrings.
5020 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
5022         * international/characters.el: Modify syntax of more characters.
5024 2004-05-21  Masatake YAMATO  <jet@gyve.org>
5026         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
5027         (etags-tags-completion-table): Show parsing progress.
5029 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
5031         * locate.el (locate-prompt-for-command): Shorten first line of
5032         docstring.
5033         (locate-mode): Expand docstring and include keymap summary.
5035         * files.el (find-file-noselect-1): Limit the scope of the
5036         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
5037         is, by default, nil during the execution of
5038         `find-file-not-found-functions' and `find-file-hook'.
5040 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
5042         * facemenu.el (facemenu-color-name-equal): New function.
5043         (list-colors-display): Use it to compare colors instead of
5044         facemenu-color-equal.
5046 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
5048         * compare-w.el (compare-windows-face): Use min-colors instead of
5049         checking for tty or pc types.
5051 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5053         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
5054         (completion-setup-function): Use with-current-buffer.
5055         Properly save excursion.  Simplify.
5056         Don't assume there is necessarily a `mouse-face' property somewhere.
5058         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
5060         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
5062         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
5063         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
5064         Use with-current-buffer.
5065         (byte-goto-log-buffer): Delete.
5066         (byte-compile-log-file): Call compilation-forget-errors.
5068 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
5070         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
5071         output messages into the search result.
5073 2004-05-19  Masatake YAMATO  <jet@gyve.org>
5075         * wid-edit.el (widget-radio-button-notify): Revert my last
5076         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5078 2004-05-19  Kenichi Handa  <handa@m17n.org>
5080         * international/characters.el: Fix syntax (open/close) of CJK chars.
5082 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
5084         * help-mode.el (help-go-back): Don't depend on position of back button.
5086 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5088         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
5089         files files don't contain an accidental additional /.
5091         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
5092         in source buffer.
5094 2004-05-18  Masatake YAMATO  <jet@gyve.org>
5096         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
5097         to widget-apply.  :action method assumes 2 arguments, not 3.
5099 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
5101         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5102         New constants.
5103         (hs-special-modes-alist): Add an f90-mode entry.
5105 2004-05-17  Sam Steingold  <sds@gnu.org>
5107         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
5108         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
5110 2004-05-16  Kim F. Storm  <storm@cua.dk>
5112         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
5114 2004-05-15  John Wiegley  <johnw@newartisans.com>
5116         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
5117         (eshell-output-object-to-target): Improve output speed 20% by not
5118         calling `eshell-stringify' if something is already known to be a string.
5120 2004-05-15  Alex Ott  <ott@jet.msk.su>
5122         * textmodes/ispell.el (ispell-local-dictionary-alist):
5123         Add windows-1251 to the choice of coding systems.
5124         (ispell-dictionary-alist-6): Add support for "russianw.aff",
5125         encoded in cp1251.
5127 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
5129         * progmodes/compile.el (compilation-warning-face)
5130         (compilation-info-face): Use min-colors.
5132 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5134         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
5135         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
5136         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
5137         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
5138         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
5139         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
5140         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
5141         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
5142         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
5143         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
5144         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
5145         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
5146         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
5147         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
5149 2004-05-15  Kim F. Storm  <storm@cua.dk>
5151         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
5152         Use it to set triggered-p element of timer.
5153         (timer-event-handler): Set triggered-p element non-nil while running
5154         the timer function.
5156 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5158         * descr-text.el (describe-char-unicode-data)
5159         (describe-char-unicodedata-file): Re-enable the unicode code now that
5160         the licensing issues have been cleared in the unicode-4 license.
5161         (describe-text-properties-1): Remove unused `overlay' var.
5162         (describe-char): Remove unused var `buffer'.
5164 2004-05-14  David Ponce  <david@dponce.com>
5166         * tree-widget.el: New file.
5168 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
5170         * language/european.el ("Brazilian Portuguese"): Add support for
5171         Brazilian Portuguese.
5173 2004-05-13  John Wiegley  <johnw@newartisans.com>
5175         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
5176         `recentf-mode' if this variable has been customized to t.
5178         * eshell/esh-test.el (eshell-test): Call the function
5179         `emacs-version' rather than trying to build a custom version string.
5181 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5183         * net/telnet.el (telnet-mode): Use define-derived-mode.
5184         Don't modify the global value of comint-prompt-regexp.
5186 2004-05-13  John Paul Wallington  <jpw@gnu.org>
5188         * version.el (emacs-version): Check for `gtk' feature before
5189         `x-toolkit' feature.
5191 2004-05-13  Juanma Barranquero  <lektu@terra.es>
5193         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
5194         arguments in the docstring, they're used only in recursive calls.
5196         * help-fns.el (help-arg-highlighting-function)
5197         (help-argument-name): Delete.
5198         (help-default-arg-highlight): New function.
5199         (help-do-arg-highlighting): Use it.
5201 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
5203         * calendar/appt.el (appt-disp-window):
5204         Use `calendar-set-mode-line' for a centered mode-line.
5206 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
5208         * calendar/appt.el (appt-disp-window): Do not split window
5209         excessively when `split-height-threshold' is low.
5211 2004-05-12  Nick Roberts  <nickrob@gnu.org>
5213         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
5214         kill-buffer-hook here and make it local.
5215         (gud-kill-buffer-hook): Use kill-process for a sure kill.
5217 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
5219         * progmodes/compile.el (compilation-set-window-height):
5220         Use save-excursion to protect against misplaced marker.
5222 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5224         * custom.el (defface): Document that type can have value gtk.
5226         * faces.el (face-spec-set-match-display): Handle type gtk in display.
5228 2004-05-12  Kenichi Handa  <handa@m17n.org>
5230         * descr-text.el: Require quail at comile time.
5231         (describe-char): If an input method is on and it supports the
5232         character, show how to input it.
5234         * international/quail.el (quail-install-decode-map): Accept a
5235         char-table whose subtype is `quail-decode-map'.
5236         (quail-store-decode-map-key, quail-gen-decode-map1)
5237         (quail-gen-decode-map, quail-find-key1, quail-find-key)
5238         (quail-show-key): New functions.
5240 2004-05-12  Juanma Barranquero  <lektu@terra.es>
5242         * generic.el (define-generic-mode): Remove redundant arglist info.
5244         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
5245         Make arguments match their use in docstring.
5246         (help-arg-highlighting-function): New variable.
5247         (help-argument-name): Mention it in the docstring.
5248         (help-do-arg-highlight): Use it.  Expand regexp to accept also
5249         ARG-xxx and xxx-ARG references.
5251 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
5253         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
5254         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
5255         and "mailto:addr1?to=addr2" equal.
5257 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
5259         * man.el (Man-getpage-in-background): Use shell-file-name
5260         and shell-command-switch variables instead of hard-coded values.
5262 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
5264         * iimage.el: New file.
5266 2004-05-11  Juanma Barranquero  <lektu@terra.es>
5268         * custom.el (custom-initialize-default, defcustom):
5269         Fix typo in docstring.
5271         * files.el (set-visited-file-name, file-expand-wildcards):
5272         Fix docstring.
5274 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5276         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
5278         * subr.el (eventp): Be more discriminating with integers.
5280 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
5282         * progmodes/compile.el (compile): Add universal prefix arg.
5283         (compilation-error-regexp-alist-alist): Add edg patterns.
5285 2004-05-10  Sam Steingold  <sds@gnu.org>
5287         * textmodes/ispell.el (ispell-message):
5288         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
5290 2004-05-10  Dave Love  <fx@gnu.org>
5292         * progmodes/python.el (help-buffer): Autoload when compiling.
5293         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
5294         (run-python): Prepend to any existing PYTHONPATH.
5296 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
5298         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
5299         for pending breakpoints.
5301 2004-05-10  Richard M. Stallman  <rms@gnu.org>
5303         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
5304         directly without calling any functions in Rmail.
5305         (unrmail-unprune): Function deleted.
5307 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5309         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
5310         C-c C-z binding.
5312 2004-05-10  Kenichi Handa  <handa@m17n.org>
5314         * descr-text.el (describe-char): Fix previous change.  Don't make
5315         a unibyte character to multibyte in the *Help* buffer.
5317 2004-05-10  Miles Bader  <miles@gnu.org>
5319         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
5320         buffer an error if the debugger process is actually running.
5322 2004-05-10  Juanma Barranquero  <lektu@terra.es>
5324         * help-fns.el (help-argument-name): Default to italic.
5325         (help-highlight-arguments): Return always (usage . doc), even when
5326         usage is nil.
5328         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
5329         (define-ibuffer-filter): Add usage info.
5330         (define-ibuffer-op): Add usage info (but CL-style defaults for
5331         keyword args are not shown).
5333         * subr.el (remove-overlays, read-passwd): Fix docstring.
5334         (start-process-shell-command): Fix docstring.  Put usage info in a
5335         format usable by `describe-function'.
5336         (open-network-stream, open-network-stream-nowait)
5337         (open-network-stream-server): Fix docstring.
5339 2004-05-09  Jason Rumney  <jasonr@gnu.org>
5341         * international/code-pages (cp932, cp936, cp949, c950): Remove.
5342         Only define cp125* if windows-125* is already defined.
5344         * language/korean.el (cp949): Add alias.
5346         * language/chinese.el (cp936, cp950): Add aliases.
5348         * language/japanese.el (cp932): Add alias.
5350         * term/w32-win.el: Require code-pages.
5352         * international/mule-cmds.el (set-locale-environment):
5353         On MS-Windows use ansi code-page for default coding-systems.
5354         Set up paper sizes for Windows 3 letter languages.
5356         * international/code-pages.el (cp932, cp936, cp949, cp950):
5357         Add aliases.  Also add cp125* if not already defined.
5359 2004-05-09  Juanma Barranquero  <lektu@terra.es>
5361         * help-fns.el (help-highlight-arguments): Don't try to highlight
5362         missing or autoloaded arglists.  Accept structured arguments, like
5363         the first ones of `do' and `flet'.
5365         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
5366         (cvs-get-marked): Remove redundant arglist info.
5368         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
5369         Don't use CL-style default args.
5371 2004-05-08  Andreas Schwab  <schwab@suse.de>
5373         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
5375         * international/subst-ksc.el: Fix references to utf-translate-cjk
5376         into utf-translate-cjk-mode.
5377         * international/subst-big5.el: Likewise.
5378         * international/subst-gb2312.el: Likewise.
5379         * international/subst-jis.el: Likewise.
5380         * international/utf-16.el: Likewise.
5381         * international/utf-8.el: Likewise.
5383 2004-05-08  John Wiegley  <johnw@newartisans.com>
5385         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
5386         "virtual buffers" (off by default), which makes it possible to
5387         switch to the "virtual" buffers of recently visited files.  When a
5388         buffer name search fails, and this option is on, iswitchb will
5389         look at the list of recently visited files, and permit matching
5390         against those names.  When the user hits RET on a match, it will
5391         revisit that file.
5392         (iswitchb-read-buffer): Add two optional arguments, which makes
5393         isearchb.el possible.
5394         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
5395         (iswitchb-next-match): Add support for virtual buffers.
5397         * isearchb.el: This module extends iswitchb to provide "as you
5398         type" buffer selection.
5400         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
5401         Ignore the read-only property when flyspell highlighting is on.
5402         Not ignoring it leads to a series of confusing errors.
5403         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
5404         but also make sure to call flyspell-incorrect-hook.
5405         (flyspell-maybe-correct-transposition): Perform transposition test
5406         by bit twiddling a string, rather than using a temp buffer.
5407         (flyspell-maybe-correct-doubling): Use a string rather than a temp
5408         buffer.  This is also the original version of the code, which
5409         could not be checked in before due to a previous lack of
5410         assignment papers.  This version has seen heavy usage on my system
5411         for several years now.
5413         * calendar/cal-bahai.el: New file, which adds support for the
5414         Baha'i calendar to Emacs.  This calendar is based on a solar year
5415         of 19 months of 19 days, with 4 intercalary days.  Each year
5416         begins on March 21, with the calendar starting in 1844.
5418         * calendar/cal-menu.el, calendar/calendar.el,
5419         calendar/diary-lib.el, calendar/holidays.el: Added support for
5420         using cal-bahai.el.
5422         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
5423         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
5424         function can be used outside of eshell buffers.
5425         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
5427 2004-05-08  Juanma Barranquero  <lektu@terra.es>
5429         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
5430         word constituent so FOO-ARG is not recognized as an arg.
5431         (help-highlight-arguments): Don't skip lists in mandatory arguments.
5433         * simple.el (next-error): Fix typo in docstring.
5434         (open-line): Make argument names match their use in docstring.
5435         (split-line): Fix docstring.
5437         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
5438         usable by `describe-function'.
5439         (gensym, gentemp, typep, ignore-errors): Make argument names match
5440         their use in docstring.
5442         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
5443         argument to `help-setup-xref'.
5445 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
5447         Version 2.0.40 of Tramp released.
5449         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
5450         Use symbol-function to invoke functions only known on some Emacs
5451         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
5452         Scaldeferri <kevin@scaldeferri.com>.
5453         (tramp-do-copy-or-rename-file-via-buffer): Rename from
5454         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
5455         consistent with the other tramp-do-* functions.
5456         (tramp-do-copy-or-rename-file): Calls adjusted.
5457         (tramp-process-initial-commands): Avoid liveness check on shell --
5458         we know that it must be alive since we're opening a connection at
5459         this moment.
5460         (tramp-last-cmd): New internal variable.
5461         (tramp-process-echoes): New tunable.
5462         (tramp-send-command): Set tramp-last-cmd.
5463         (tramp-wait-for-output): Delete echo, if applicable.
5464         (tramp-read-passwd): Construct the key for the password cache in a
5465         way that works for multi methods, too.
5466         (tramp-bug): Add backup-directory-alist and
5467         bkup-backup-directory-info to bug reports, with Tramp counterparts.
5469 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
5471         * net/tramp*.el: Suppress byte-compiler warnings where possible.
5473         * net/tramp.el (tramp-out-of-band-prompt-regexp)
5474         (tramp-actions-copy-out-of-band): New defcustoms.
5475         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
5476         used instead of a synchronous one.  Allows password entering.
5477         (tramp-action-out-of-band): New defun.
5478         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
5479         Remove restriction with password from doc string.
5480         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
5481         `tramp-out-of-band-prompt-regexp',
5482         `tramp-actions-copy-out-of-band', `password-cache' and
5483         `password-cache-expiry'.
5484         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
5485         password caching.
5486         (tramp-touch): FILE can be a local file, too.
5487         (TODO): Remove items done.
5488         (tramp-handle-insert-directory): Properly quote file name also if
5489         not full-directory-p.  Handle wildcard case.  Reported by Andreas
5490         Schwab <schwab@suse.de>.
5491         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
5492         new file.
5493         (tramp-handle-file-local-copy, tramp-handle-write-region):
5494         The permissions of the temporary file are set if filename exists.
5495         Reported by Ted Stern <stern@cray.com>.
5496         (tramp-backup-directory-alist)
5497         (tramp-bkup-backup-directory-info): New defcustoms.
5498         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
5499         (tramp-handle-find-backup-file-name): New function.
5500         Implements Tramp's find-backup-file-name.
5502         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
5503         for `find-backup-file-name'.
5505         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
5506         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
5508 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
5510         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
5512 2004-05-07  Juanma Barranquero  <lektu@terra.es>
5514         * subr.el (lambda): Add arglist description to docstring.
5515         (declare): Fix typo in docstring.
5516         (open-network-stream): Fix docstring.
5517         (process-kill-without-query): Fix docstring and add obsolescence info.
5518         (last, butlast, nbutlast): Make arguments match their use in docstring.
5519         (insert-buffer-substring-no-properties): Likewise.
5520         (insert-buffer-substring-as-yank): Likewise.
5521         (split-string): Fix docstring.
5523         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5524         Make argument names match their use in docstring.
5526         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
5528 2004-05-06  Nick Roberts  <nickrob@gnu.org>
5530         * progmodes/gdb-ui.el: Improve/extend documentation strings.
5531         Fit first sentence on one line for apropos-command.
5533 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5535         Changes largely merged in from Dave Love's code.
5536         * progmodes/python.el: Doc fixes.
5537         (python-mode-map): Add python-complete-symbol.
5538         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
5539         (python-comment-indent, python-complete-symbol)
5540         (python-symbol-completions, python-partial-symbol)
5541         (python-try-complete): New.
5542         (python-indent-line): Remove optional arg.  Use python-block-end-p.
5543         (python-check): Bind compilation-error-regexp-alist.
5544         (inferior-python-mode): Use rx.  Move keybindings to top level.
5545         Set comint-input-filter.
5546         (python-preoutput-filter): Use rx.
5547         (python-input-filter): Re-introduce.
5548         (python-proc): Start new process if necessary.
5549         Check python-buffer non-nil.
5550         (view-return-to-alist): Defvar.
5551         (python-send-receive): New.
5552         (python-eldoc-function): Use it.
5553         (python-mode-running): Don't defvar.
5554         (python-mode): Set comment-indent-function.
5555         Maybe update hippie-expand-try-functions-list.
5556         (python-indentation-levels): Initialize differently.
5557         (python-block-end-p): New.
5558         (python-indent-line): Use it.
5559         (python-compilation-regexp-alist): Augment.
5560         (run-python): Import `emacs' module to Python rather than loading
5561         code directly.  Set python-buffer differently.
5562         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
5563         Use python-proc.
5564         (python-send-command): Go to end of comint buffer.
5565         (python-load-file): Use python-proc, emacs.eimport.
5566         (python-describe-symbol): Simplify interactive form.
5567         Use emacs.help.  Do use temp-buffer-show-hook.
5568         Call print-help-return-message.
5569         (hippie-exp): Require when compiling.
5570         (python-preoutput-continuation): Use rx.
5572         * diff-mode.el (diff-make-unified): Fix regexp.
5574 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
5576         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
5577         filter groups from the buffer when rebuilding the Ibuffer buffer
5578         and `ibuffer-show-empty-filter-groups' is nil.
5580 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5582         * ps-print.el (ps-print-quote): Call ps-value-string.
5583         (ps-setup): Call ps-comment-string.
5584         (ps-value-string, ps-comment-string): New funs.
5586 2004-05-06  Juanma Barranquero  <lektu@terra.es>
5588         * ehelp.el (electric-help-command-loop): Check whether the last
5589         character is visible, not (point-max).
5591         * help-fns.el (help-argument-name): Default to bold; don't inherit
5592         from font-lock-variable-name-face.
5593         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
5595 2004-05-05  Kenichi Handa  <handa@m17n.org>
5597         * descr-text.el (describe-char): Copy the character with text
5598         properties and overlays into the first line, and call
5599         describe-text-properties on it.
5601 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
5603         * iswitchb.el (iswitchb-global-map): Fix typo.
5604         Remove unwanted ###autoloads from source file.
5606 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
5608         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
5609         in run-hooks.  Use substitute-command-keys in message.
5610         (wdired-abort-changes): Add message.
5612 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
5614         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
5615         (sql-emacs20-p): Remove.
5616         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
5617         (sql-builtin-face, sql-doc-face): Remove.
5618         (sql-mode-ansi-font-lock-keywords)
5619         (sql-mode-oracle-font-lock-keywords)
5620         (sql-mode-postgres-font-lock-keywords)
5621         (sql-mode-linter-font-lock-keywords)
5622         (sql-mode-ms-font-lock-keywords)
5623         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
5624         (sql-product-font-lock): Fix font-lock reset when font rules change.
5625         (sql-highlight-product): Remove incorrect font-lock reset logic.
5627 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
5629         * ses.el (ses-set-parameter): Fix typo.
5631 2004-05-04  Kim F. Storm  <storm@cua.dk>
5633         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
5634         Must expand directory for completion to work; and don't mess with
5635         process-environment.
5636         (ido-read-file-name): If command has ido property, don't use ido
5637         if value is ignore, or read as directory if value is dir.
5638         Set ido ignore property for dired-do-rename command.
5640 2004-05-04  Juanma Barranquero  <lektu@terra.es>
5642         * ehelp.el (electric-help-command-loop, electric-help-undefined)
5643         (electric-help-help): Check against unmapped commands.
5645         * help-fns.el (help-argument-name): New face, inheriting from
5646         font-lock-variable-name-face, to highlight function arguments in
5647         `describe-function' and `describe-key'.
5648         (help-do-arg-highlight): Auxiliary function to highlight a given
5649         list of arguments in a string.
5650         (help-highlight-arguments): Highlight the function arguments and
5651         all uses of them in the docstring.
5652         (describe-function-1): Use it.  Do docstring output via `insert',
5653         not 'princ', so text attributes are preserved.
5655         * winner.el (winner-mode-map): Move `winner-undo' and
5656         `winner-redo' to C-c <left> and C-c <right>, respectively (the
5657         previous bindings conflict with `prev-buffer', `next-buffer').
5659 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5661         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
5662         (bibtex-entry-update): New command bound to C-c C-u.
5663         (bibtex-text-in-string): Fix regexp.
5664         (bibtex-assoc-of-regexp): Remove.
5665         (bibtex-progress-message): Fix docstring.
5666         (bibtex-inside-field): Use if.
5667         (bibtex-assoc-regexp): New function.
5668         (bibtex-format-entry): Make code more robust so that it formats
5669         also old entries.
5670         (bibtex-autokey-demangle-title): Merge with obsolete function
5671         bibtex-assoc-of-regexp.
5672         (bibtex-field-list): New function.
5673         (bibtex-entry): Use bibtex-field-list.
5674         (bibtex-parse-entry): Fix docstring.
5675         (bibtex-print-help-message): Use bibtex-field-list.
5676         (bibtex-make-field): Use bibtex-field-list.
5677         (bibtex-entry-index): Bugfix.  Return crossref key if required.
5678         (bibtex-lessp): Fix docstring.
5680 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
5682         * select.el (xselect-convert-to-string): Move comment to intended line.
5684 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5686         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
5687         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
5689 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5691         * term/x-win.el (x-clipboard-yank): Don't exit on error from
5692         x-get-selection.
5694 2004-05-03  Jason Rumney  <jasonr@gnu.org>
5696         * makefile.nt: Remove.
5698 2004-05-03  Kim F. Storm  <storm@cua.dk>
5700         * emulation/cua-base.el (cua--update-indications): Fix last change.
5701         (cua-mode): Deactivate mark when cua-mode is enabled.
5703 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
5705         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
5707 2004-05-03  Nick Roberts  <nickrob@gnu.org>
5709         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
5710         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
5711         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
5712         window over visible frames.
5713         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
5715 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5717         * progmodes/compile.el (compilation-gcpro): New var.
5718         (compilation-fake-loc): Use it.
5719         (compilation-forget-errors): Reset it.
5721 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
5723         * diff-mode.el (diff-header-face, diff-file-header-face):
5724         Use min-colors.
5726 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5728         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
5729         (bibtex-clean-entry): Disentangle code.
5730         (bibtex-realign): New function.
5731         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
5732         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
5733         Remove undocumented optional arg called-by-convert-alien.
5734         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
5735         for sorting instead of bibtex-sort-buffer.
5737 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
5739         * progmodes/compile.el (compilation-start): In the
5740         no-async-subprocesses branch, call sit-for to give redisplay a
5741         chance to show the updated process status in the mode line, and
5742         fontify the buffer explicitly after the process exits.
5744 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5746         * progmodes/python.el (python-compilation-line-number): Remove.
5747         (python-compilation-regexp-alist): Don't use it any more.
5748         (python-orig-start, python-input-filter): Remove.
5749         (inferior-python-mode): Don't set up comint-input-filter-functions.
5750         (python-send-region): Use compilation-fake-loc.
5752         * progmodes/compile.el (compilation-messages-start): New var.
5753         (compilation-mode): Don't setup next-error-function here.
5754         (compilation-setup): Set it up here instead (for minor modes as well).
5755         Make compilation-messages-start buffer local.
5756         (compilation-next-error-function): Use it.
5757         (compilation-forget-errors): Set compilation-messages-start.
5759 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5761         * ielm.el (ielm-prompt-read-only): Update docstring.
5763         * comint.el (comint-prompt-read-only): Update docstring.
5764         (comint-update-fence, comint-kill-whole-line)
5765         (comint-kill-region): New functions.
5767         * simple.el (kill-whole-line): Use "p" instead of "P" in
5768         interactive form.
5770 2004-05-01  Juanma Barranquero  <lektu@terra.es>
5772         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
5773         format arglist so default values in CL-style argument lists are
5774         correctly shown.
5776 2004-05-01  Jason Rumney  <jasonr@gnu.org>
5778         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
5780 2004-05-01  Kenichi Handa  <handa@m17n.org>
5782         * international/titdic-cnv.el (miscdic-convert): Don't generate a
5783         quail file if it is up to date.
5785 2004-04-30  Juri Linkov  <juri@jurta.org>
5787         * cus-edit.el (custom-mode-map):
5788         Add key binding `C-x C-s' to `Custom-save'.
5790         * outline.el (outline-blank-line): New var.
5791         (outline-next-preface, outline-show-heading)
5792         (outline-end-of-subtree): Use it.
5794         * dired-aux.el (dired-touch-initial): New fun.
5795         (dired-do-chxxx): Call it for op-symbol `touch'.
5796         (dired-diff): Use `dired-dwim-target-directory'
5797         if current dired buffer has no buffer mark.
5799         * bindings.el (propertized-buffer-identification):
5800         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
5801         Add C-M-arrow keys for consistency.
5803         * files.el (confirm-kill-emacs):
5804         Change group from top-level `emacs' to `convenience'.
5806         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5807         Push mark on the first call of successive command calls.
5808         (insert-pair): New fun created from `insert-parentheses' with
5809         `open' and `close' arguments added.  Enclose active regions
5810         in paired characters.  Compare adjacent characters syntax with
5811         inserted characters syntax before inserting a space.
5812         (insert-parentheses): Call `insert-pair' with ?\( ?\).
5814         * delsel.el: Don't put `delete-selection' property
5815         on `insert-parentheses' symbol to take advantage of
5816         region handling in `insert-pair' function.
5817         Suggested by Stephan Stahl <stahl@eos.franken.de>.
5819 2004-04-30  Kim F. Storm  <storm@cua.dk>
5821         * emulation/cua-base.el: Add support for changing cursor types;
5822         based on patch from Michael Mauger.
5823         (cua-normal-cursor-color, cua-read-only-cursor-color)
5824         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
5825         Customization cursor type and/or cursor color.
5826         (cua--update-indications): Handle cursor type changes.
5827         (cua-mode): Update cursor indications if enabled.
5829         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
5831         * mouse.el (mouse-drag-copy-region): New defcustom.
5832         (mouse-set-region, mouse-drag-region-1): Use it.
5834         * simple.el (kill-ring-save): If region face background color is
5835         unspecified (if no highlighting), show extent of fully visible
5836         region even if transient-mark-mode is enabled.
5838         * emulation/cua-base.el (cua--standard-movement-commands):
5839         Add cua-scroll-up and cua-scroll-down.
5840         (cua-scroll-up, cua-scroll-down): New commands.
5841         (cua--init-keymaps): Remap scroll-up and scroll-down.
5843         * emulation/cua-rect.el (cua--convert-rectangle-as):
5844         New defmacro.
5845         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
5846         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
5847         New commands (suggested by Jordan Breeding).
5849 2004-04-30  Juanma Barranquero  <lektu@terra.es>
5851         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
5853 2004-04-30  Mario Lang  <mlang@delysid.org>
5855         * diff.el (diff-switches): Fix typo in docstring.
5857 2004-04-30  Alex Schroeder  <alex@gnu.org>
5859         * xml.el (xml-debug-print-internal): Don't add newline and
5860         indentation to text nodes and write empty elements as empty tags
5861         instead of opening and closing tags.
5862         (xml-debug-print): Take optional indent-string argument.
5863         (xml-print): Alias for xml-debug-print.
5865 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
5867         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
5868         than duplicate call to `line-beginning-position'.
5870         * progmodes/f90.el (f90-get-present-comment-type):
5871         Return whitespace, as well as comment chars, for consistent filling
5872         of comment blocks.  Use `match-string-no-properties'.
5873         (f90-break-line): Trim trailing whitespace when filling comments.
5875 2004-04-30  Dave Love  <fx@gnu.org>
5877         * calendar/diary-lib.el (diary-outlook-formats): New variable.
5878         (diary-from-outlook-internal, diary-from-outlook)
5879         (diary-from-outlook-gnus, diary-from-outlook-rmail):
5880         New functions to import diary entries from Outlook-format
5881         appointments in mail messages.
5883 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5885         * progmodes/python.el (python-send-command): New fun.
5886         (python-send-region, python-load-file): Use it.
5888         * progmodes/compile.el (compilation-last-buffer): Add var alias.
5890         * help-fns.el (help-C-file-name): Use new subr-name.
5891         Prepend `src/' to the file name.
5892         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
5893         (describe-function-1, describe-variable): Only find a C source file
5894         name if DOC is already loaded.
5896         * help-mode.el (help-function-def, help-variable-def):
5897         Use the new find-function-search-for-symbol functionality.
5898         Allow FILE to be `C-source'.
5900         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
5901         (find-function-C-source): New fun.
5902         (find-function-search-for-symbol): Use it.
5904 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
5906         * progmodes/sql.el (sql-product-alist): Rename variable
5907         `sql-product-support'.  Add Postgres login parameters.
5908         (sql-set-product, sql-product-feature): Update with renamed variable.
5909         (sql-connect-postgres): Add username prompt.
5910         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
5911         Make patterns less product specific.
5912         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
5913         (sql-mode-abbrev-table): Modify initialization.
5914         (sql-builtin-face): Add variable.
5915         (sql-keywords-re): Add macro.
5916         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
5917         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
5918         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
5919         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
5920         (sql-mode-linter-font-lock-keywords)
5921         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
5922         (sql-mode-sybase-font-lock-keywords)
5923         (sql-mode-informix-font-lock-keywords)
5924         (sql-mode-interbase-font-lock-keywords)
5925         (sql-mode-ingres-font-lock-keywords)
5926         (sql-mode-solid-font-lock-keywords)
5927         (sql-mode-sqlite-font-lock-keywords)
5928         (sql-mode-db2-font-lock-keywords): Default to nil.
5929         (sql-product-font-lock): Always highlight ANSI keywords.
5930         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
5931         (sql-send-string): Add function.
5933 2004-04-29  Dave Love  <fx@gnu.org>
5935         * progmodes/cfengine.el (cfengine-beginning-of-defun)
5936         (cfengine-end-of-defun): Ensure progress through buffer.
5938         * info-look.el (cfengine-mode): Accept a terminal ().
5940 2004-04-29  Juri Linkov  <juri@jurta.org>
5942         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
5943         instead of isearch-yank-word-or-char.  Add new key bindings for
5944         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
5945         (isearch-del-char): New fun.
5946         (isearch-forward, isearch-edit-string): Update docstring.
5947         (isearch-yank-char): Doc fix.
5948         (isearch-other-meta-char): Restore point after scrolling.
5950         * progmodes/compile.el (compilation-context-lines): Add nil option
5951         to disable compilation output window scrolling.
5952         (compilation-set-window): Use it.
5954         * outline.el (outline-next-preface, outline-show-heading):
5955         Don't leave unhidden blank line before heading.
5956         (outline-end-of-subtree): Include last newline into subtree.
5957         (hide-entry): Leave point at beginning of heading instead of end.
5958         (outline-up-heading): Push mark for the first call of successive
5959         command calls.
5961 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
5963         * comint.el (comint-prompt-read-only): New variable.
5964         (comint-output-filter): Implement it.
5966         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
5967         (ielm-prompt-internal): New variable.
5968         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
5969         (ielm-send-input): Delete unused variable `buf'.
5970         (ielm-eval-input): Use `ielm-prompt-internal'.
5971         (inferior-emacs-lisp-mode): Use new variables
5972         `comint-prompt-read-only' and `ielm-prompt-internal'.
5973         Get rid of obsolete variable `directory-sep-char'.
5974         (ielm): Use `zerop'.
5976 2004-04-29  John Paul Wallington  <jpw@gnu.org>
5978         * thumbs.el (toplevel): Require cl at compile time.
5979         Remove conditional definitions of `ignore-errors' and `caddar'
5980         because they occur at run time.
5982 2004-04-28  Nick Roberts  <nickrob@gnu.org>
5984         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
5985         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
5986         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
5987         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
5989         * progmodes/gud.el (gud-common-init): Throw an error if program is
5990         already running under gdb.
5992 2004-04-28  John Paul Wallington  <jpw@gnu.org>
5994         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
5995         (thumbs-show-image-num): Move assignment of
5996         `thumbs-current-image-filename' within scope of `i'.
5997         (thumbs-emboss-image): Don't use `evenp'.
5999 2004-04-28  Richard M. Stallman  <rms@gnu.org>
6001         * progmodes/compile.el (compilation-context-lines): Default now 0.
6003 2004-04-28  Juanma Barranquero  <lektu@terra.es>
6005         Use `time-less-p' from calendar/time-date.el instead of defining
6006         custom versions of it.
6008         * pcomplete.el (pcomplete-time-less-p): Remove.
6010         * thumbs.el (time-less-p): Remove.
6012         * calendar/timeclock.el (timeclock-time-less-p): Remove.
6013         (timeclock-generate-report): Use `time-less-p'.
6015         * emacs-lisp/autoload.el (autoload-before-p): Remove.
6016         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
6018 2004-04-28  Masatake YAMATO  <jet@gyve.org>
6020         * subr.el (remove-overlays): Make arguments optional.
6022         * wid-edit.el (widget-specify-button): Put evaporate to the
6023         overlay for sample.
6024         (widget-specify-sample): Put evaporate to the overlay for sample.
6025         (widget-specify-doc): Put evaporate to the overlay for documentation.
6027 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
6029         * info.el (info-apropos): Make it an index node.  Align node names
6030         like makeinfo.
6032 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
6034         * net/browse-url.el (browse-url-netscape-sentinel)
6035         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
6036         (browse-url-epiphany-sentinel, browse-url-mosaic):
6037         Use browse-url-*-program instead of a literal program name.
6039 2004-04-27  Kevin Ryde  <user42@zip.com.au>
6041         * eshell/em-alias.el:
6042         * eshell/em-dirs.el:
6043         * eshell/em-hist.el:
6044         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
6045         features when M-x customize-group loads modules before the main
6046         eshell.el.
6048 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
6050         * subr.el (momentary-string-display): Support EXIT-CHAR that is
6051         either a character representation of an event or an event
6052         description list.
6054         * type-break.el: Capitalise Emacs and Lisp.
6055         (type-break-good-break-interval, type-break-demo-boring-stats)
6056         (type-break-terse-messages, type-break-file-name): New defcustoms.
6057         (type-break-post-command-hook)
6058         (type-break-warning-countdown-string): Quote variable names in doc.
6059         (type-break-interval-start, type-break-auto-save-file-name): New vars.
6060         (type-break-mode): Document type-break-good-break-interval and the
6061         "session" file.  Schedule break according to the session file.
6062         Kill session file buffer on exit.  Organise for save-some-buffers
6063         to always save the session file.
6064         (type-break-mode-line-message-mode, type-break-query-mode):
6065         Uppercase arguments.
6066         (type-break-file-time, type-break-file-keystroke-count, timep)
6067         (type-break-choose-file, type-break-get-previous-time)
6068         (type-break-get-previous-count): New defuns.
6069         (type-break): Avoid break querying after a completed break in the
6070         case where the query was initiated during user invocation of the
6071         break.  Optional terse messages.
6072         Use type-break-good-break-interval if type-break-good-rest-interval is
6073         nil.  File the break time.
6074         (type-break-schedule): New optional args for overriding the use of
6075         the current time.
6076         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
6077         after a break.
6078         (type-break-check): File the keystroke count.
6079         (type-break-do-query): Prevent a second query when the break is
6080         interrupted.  Optional terse message.
6081         (type-break-keystroke-reset): Record the start of a typing interval.
6082         (type-break-demo-boring): Optional terse messages.  Display word
6083         per minute and keystroke counts according to
6084         type-break-demo-boring-stats.
6086 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
6088         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
6089         directories, make sure they exist under archive-tmpdir.
6091 2004-04-27  Juri Linkov  <juri@jurta.org>
6093         * help.el (view-emacs-news): With argument, display info for the
6094         selected version by finding it among different NEWS files, and
6095         narrowing the buffer to the selected version.
6097         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
6098         same-window-buffer-names.
6099         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
6100         non-numeric prefix argument, append the number to the buffer name
6101         for numeric prefix argument.
6102         (info-other-window): Bind same-window-regexps to nil.
6103         (Info-reference-name): Rename to Info-point-loc.
6104         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
6105         and Info-find-index-name for stringy Info-point-loc.
6106         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
6107         without middle `.', but with final `.' and optional line number
6108         for it.  Set Info-point-loc for index nodes.
6109         (Info-index): Remove middle `.' from index entry regexp.
6110         Modify line number regexp.
6111         (Info-index-next): Decrement line number.
6112         (info-apropos): Remove middle `.' from index entry regexp.
6113         Add optional line number regexp at the end.  Add matched value
6114         for line number to the result list and insert it to the buffer.
6115         Replace match-string by match-string-no-properties.
6116         Reorder result list.
6117         (Info-fontify-node): Hide index line numbers.
6118         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
6119         empty matches.
6120         (Info-follow-reference): Use `str' instead of
6121         Info-following-node-name-re.
6122         (Info-toc): Use full file names.  Set Info-current-node to "Top".
6123         (Info-fontify-node): Compare file names without directory name.
6124         (Info-try-follow-nearest-node): Don't set Info-reference-name.
6125         Set second arg of Info-extract-menu-node-name for index nodes.
6126         (info-xref-visited): Use magenta3 instead of magenta4.
6127         (Info-mode): Add info-apropos to docstring.
6129         * log-view.el (log-view-diff): Replace interactive code "r"
6130         by a list to allow to call it even if region is not active.
6132         * paren.el (show-paren-highlight-openparen): New var.
6133         (show-paren-function): Turn on openparen highlighting when
6134         matching forward if show-paren-highlight-openparen is non-nil.
6136         * simple.el (kill-ring-save): Use blink-matching-delay instead of
6137         the constant value 1.
6138         (completions-common-part): Expand docstring.
6140         * textmodes/picture.el (picture-mode-map): Add arrow keys.
6142 2004-04-27  Kim F. Storm  <storm@cua.dk>
6144         * image.el (insert-sliced-image): Use line-height instead of
6145         line-spacing property on newline.
6147 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
6149         * desktop.el (desktop-buffer-misc-data-function): Rename to
6150         desktop-save-buffer and change docstring.
6151         (desktop-buffer-modes-to-save): Delete.
6152         (desktop-save-buffer-p): Use desktop-save-buffer instead of
6153         desktop-buffer-modes-to-save.
6154         (desktop-save): Rename desktop-buffer-misc-data-function to
6155         desktop-save-buffer and allow non-function value.
6156         (desktop-missing-file-warning): Correct docstring.
6158         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
6159         to desktop-save-buffer.
6161         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
6162         desktop-save-buffer.
6164         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
6166         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
6168 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
6170         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
6172 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
6174         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
6175         (ielm): Only go to the end of the buffer when starting a new process.
6177 2004-04-25  Juanma Barranquero  <lektu@terra.es>
6179         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
6180         mode line.  Bind `inhibit-read-only' to t before modifying
6181         properties of text in the buffer.
6182         (ielm): Force point to the end of buffer, even when running ielm
6183         from inside itself.
6185 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
6187         * info.el (info-apropos): Reset Info-complete-cache.
6189 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
6191         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6192         Also recognize severe Irix et al. messages.
6193         (compilation-normalize-filename, compile-abbreviate-directory):
6194         Delete functions.
6195         (compilation-get-file-structure): New function inherits
6196         functionality of the two preceding ones.
6197         (compilation-internal-error-properties, compilation-fake-loc):
6198         Use it so that different paths to the same file share the same
6199         markers.  Also optimize finding adjacent marker slightly.
6201 2004-04-25  Kim F. Storm  <storm@cua.dk>
6203         * image.el (insert-sliced-image): Add line-spacing t property
6204         to newlines separating image lines.
6206 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
6208         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
6210         * ielm.el (ielm-prompt-read-only): New user option.
6211         (ielm-prompt): Expand docstring to describe new behavior.
6212         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
6213         mention it in the docstring.
6215 2004-04-24  Andreas Schwab  <schwab@suse.de>
6217         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
6219         * diff.el (diff): Set default-directory in diff buffer.
6221 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
6223         * mail/sendmail.el (mail-bury): Don't delete the frame where the
6224         mail was being composed if the terminal cannot display more than
6225         one frame; instead, switch to previous frame.
6227         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
6228         (rmail-start-mail): Support rmail-mail-new-frame even on
6229         terminals that can display only one frame at a time.
6231 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6233         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
6234         (checkdoc-output-font-lock-keywords): Remove error regexp.
6235         (checkdoc-output-mode-map): Remove.
6236         (checkdoc-output-mode): Derive from compilation-mode.
6237         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
6239         * dired.el (dired-mode-map): Add a menu entry for wdired.
6241         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
6242         (rx-bracket, rx-check-any, rx-any): Clean up name space.
6244         * wdired.el: (wdired-mode-map): Move init into declaration.
6245         Fix `return' binding.
6246         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
6247         Use force-mode-line-update.
6248         (wdired-get-filename): Use `unless'.
6249         (wdired-preprocess-files): Don't assume names have no \n and use / for
6250         dir separator.
6251         (wdired-normalize-filename): Use replace-regexp-in-string.
6252         (wdired-load-hooks): Remove.
6253         (wdired-mode-hooks): Rename to wdired-mode-hook.
6255         * info-look.el: Add support for cfengine-mode.
6256         (info-lookup-setup-mode): Use dolist.
6258 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
6260         * wdired.el: New file.
6262 2004-04-23  Juanma Barranquero  <lektu@terra.es>
6264         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
6266         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
6267         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
6268         (pcomplete--help, pcomplete--here): Doc fixes.
6270 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
6272         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
6273         handles wrong-number-of-arguments in backend call.
6275         * vc.el (vc-print-log): Likewise.
6277 2004-04-20  Dave Love  <fx@gnu.org>
6279         * emacs-lisp/rx.el: Doc fixes.
6280         (rx-constituents): Add/extend many forms.
6281         (rx-check): Check form is a list.
6282         (bracket): Defvar.
6283         (rx-check-any, rx-any, rx-check-not): Modify.
6284         (rx-not): Simplify.
6285         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
6286         (rx-kleene): Use rx-trans-forms.
6287         (rx-quote-for-set): Delete.
6288         (rx): Allow multiple args.
6290 2004-04-23  Kenichi Handa  <handa@m17n.org>
6292         * international/mule-util.el (char-displayable-p): Simplify by
6293         using internal-char-font.
6295 2004-04-23  Juanma Barranquero  <lektu@terra.es>
6297         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6299 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6301         * diff-mode.el (diff-next-error): New fun.
6302         (diff-mode): Use it.
6304         * simple.el (next-error): Change arg name.
6305         Add support for the documented C-u C-x ` usage.
6307         * frame.el (special-display-popup-frame, next-multiframe-window)
6308         (previous-multiframe-window): Only consider frames on same display.
6310 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
6312         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
6313         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
6315 2004-04-22  Kim F. Storm  <storm@cua.dk>
6317         * net/telnet.el (telnet): Add optional port arg.
6319 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6321         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6322         Minor sanity check on the `hyperlink' slot.
6324         * Makefile.in (recompile): Compile new files.
6326         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
6327         Add byte-recompile-directory's optional `arg'.
6329         * cvs-status.el (cvs-tree-use-charset): New var.
6330         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
6331         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
6332         (cvs-status-cvstrees): Use it.
6334         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
6335         Make it a normal major mode.
6336         (checkdoc-buffer-label): Make sure the file name is meaningful.
6337         (checkdoc-output-to-error-buffer): Remove.
6338         (checkdoc-error, checkdoc-start-section): Rewrite.
6340         * info.el (info-node, info-menu-5, info-xref, info-header-node)
6341         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6342         (Info-title-4-face): Use new syntax.
6343         (info-xref-visited): Inherit from info-xref.
6345         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
6347 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6349         * simple.el (next-error-last-buffer, next-error-function):
6350         New variables for the next-error framework.
6351         (next-error-buffer-p): New function.
6352         (next-error-find-buffer): Generalize compilation-find-buffer.
6353         (next-error, previous-error, first-error, next-error-no-select)
6354         (previous-error-no-select): Move from compile.el.
6356         * replace.el (occur-next-error, occur-1): Hook into the next-error
6357         framework.
6359         * progmodes/compile.el (compilation-start):
6360         Set next-error-last-buffer so next-error knows where to jump.
6361         (compilation-setup): Set the buffer-local variable
6362         next-error-function to 'compilation-next-error-function.
6363         (compilation-buffer-p, compilation-buffer-internal-p): Use an
6364         alternate way to find if a buffer is a compilation buffer, for
6365         next-error convenience.
6366         (next-error-no-select, previous-error-no-select, next-error)
6367         (previous-error, first-error): Move to simple.el.
6368         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
6369         (compilation-last-buffer): Remove.
6370         (compilation-start, compilation-next-error, compilation-setup)
6371         (compilation-next-error-function, compilation-find-buffer):
6372         Remove compilation-last-buffer use.
6374 2004-04-21  Juanma Barranquero  <lektu@terra.es>
6376         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
6377         (font-lock-warning-face): Fix spacing.
6379         * makefile.w32-in (WINS): Add url/ directory.
6381 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
6383         * desktop.el (desktop-buffer-mode-handlers): New variable.
6384         Alist of major mode specific functions to restore a desktop buffer.
6385         (desktop-buffer-handlers): Make variable obsolete.
6386         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
6387         Catch errors signaled in handlers.  Update buffer count.
6388         Evaluate desktop-buffer-point.
6389         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
6390         move to dired.el.
6391         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
6392         move to info.el.
6393         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
6394         move to mail/rmail.el.
6395         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
6396         to mh-e/mh-e.el.
6397         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
6398         On fail, print message (to message buffer) even if
6399         desktop-missing-file-warning is nil.
6400         (desktop-buffer-misc-data-function): New buffer local variable.
6401         Function returning major mode specific data.
6402         (desktop-buffer-misc-functions): Make variable obsolete.
6403         (desktop-save): Use desktop-buffer-misc-data-function.
6404         (desktop-buffer-dired-misc-data): Rename to
6405         dired-desktop-buffer-misc-data and move to dired.el.
6406         (desktop-buffer-info-misc-data): Rename to
6407         Info-desktop-buffer-misc-data and move to info.el.
6408         (desktop-read): Add message about number of buffers restored/failed.
6410         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
6411         Add parameters.  Pause to display error only when
6412         desktop-missing-file-warning is non-nil.
6413         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
6414         (dired-mode): Bind desktop-buffer-misc-data-function.
6416         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
6417         Add Parameters.
6418         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
6419         (Info-mode): Bind desktop-buffer-misc-data-function.
6421         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
6422         Add Parameters.
6424         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
6425         Add Parameters.
6427 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
6429         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
6430         the case of letters in case-insensitive expansions when the
6431         abbrev is preceded by characters with letter syntax.
6433 2004-04-21  Richard M. Stallman  <rms@gnu.org>
6435         * progmodes/cperl-mode.el (cperl-putback-char):
6436         Delete Emacs 18 definition.
6438         * international/mule.el (ctext-post-read-conversion):
6439         Use assoc-string, not assoc-ignore-case.
6441         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
6443         * emacs-lisp/easymenu.el (easy-menu-add):
6444         Do call x-popup-menu, but only if it's defined.
6446         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
6448         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
6449         Handle multiple args: compile like progn.
6451         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
6452         take all args as &rest arg.
6454         * autoinsert.el (auto-insert-alist): Insert the user's name in
6455         copyright notice, rather than Free Software Foundation.
6457 2004-04-21  Kenichi Handa  <handa@m17n.org>
6459         * descr-text.el (describe-char): Make it work on *Help* buffer.
6461 2004-04-21  Kim F. Storm  <storm@cua.dk>
6463         * image.el (insert-image): Add optional SLICE arg.
6464         (insert-sliced-image): New defun.
6466 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
6468         * subr.el (read-number): Check whether `default' is nil.
6470 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6472         * progmodes/compile.el (compilation-error-properties):
6473         Split into two.
6474         (compilation-internal-error-properties): New one.
6475         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
6477 2004-04-20  Richard M. Stallman  <rms@gnu.org>
6479         * window.el (split-window-save-restore-data):
6480         Don't update the data if OLD-INFO is nil.
6482         * view.el (view-return-to-alist): Mark it permanent local.
6484         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
6486         * recentf.el (recentf-save-list): Catch and warn about errors.
6488         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
6489         so "Buffers" won't be pure.
6491         * help-mode.el (help-mode-finish): Set help-return-alist first
6492         thing, setting only the entry for the selected window.
6494         * help-fns.el (describe-function-1): If many non-control non-meta
6495         keys run the command, don't list all of them.
6497 2004-04-20  Juanma Barranquero  <lektu@terra.es>
6499         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
6500         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
6502         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
6504 2004-04-20  Kenichi Handa  <handa@m17n.org>
6506         * international/quail.el (quail-lookup-key): New optional arg
6507         NOT-RESET-INDICES.
6508         (quail-get-translations): Call quail-lookup-key with
6509         NOT-RESET-INDICES t.
6510         (quail-completion): Likewise.
6511         (quail-lookup-map-and-concat): Likewise.
6513 2004-04-20  Kenichi Handa  <handa@m17n.org>
6515         * international/quail.el (quail-update-translation): Don't insert
6516         such an unsupported multibyte char in a unibyte buffer.
6518 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
6520         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
6521         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
6522         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
6523         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
6524         (gdb-frame-assembler-buffer): Improve behaviour with
6525         multiple frames.
6526         (gdb-display-buffer): Extend search to all visible frames.
6528 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
6530         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
6531         characters left after base64 decoding.
6532         (rmail-decode-region): Use -dos variety of `coding', to remove any
6533         ^M characters left after qp or base64 decoding.
6535 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6537         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
6538         messages.
6540 2004-04-19  Stephen Eglen  <stephen@gnu.org>
6542         * add-log.el (add-change-log-entry): Update doc string to mention
6543         add-log-full-name and add-log-mailing-address.
6545 2004-04-18  Juri Linkov  <juri@jurta.org>
6547         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
6548         (Info-find-node-2): Simplify error message.
6549         (Info-insert-dir): Use Info-following-node-name.
6550         (Info-goto-node): Remove *info-history* and *info-toc*.
6551         (Info-history): Create a node of the virtual history file.
6552         (Info-toc): Create a node of the virtual toc file.
6553         (Info-insert-toc): New arg `curr-file' for reference file names.
6554         (info-apropos): Remove redundant var binding for temp-file.
6555         (Info-index, Info-index-next, Info-mode): Doc fix.
6556         (Info-goto-emacs-command-node): Don't jump to *info* from
6557         non-*info* Info buffers.
6558         (Info-fontify-node): Don't show the file name of external
6559         references if `Info-hide-note-references' is `hide'.  Don't hide
6560         newlines at the end of paragraphs.
6562         * international/mule-diag.el (list-input-methods):
6563         Fix args to help-xref-button.
6565         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
6566         to put into effect local variables from TUTORIAL files.
6568         * textmodes/paragraphs.el (sentence-end) <function>: New fun
6569         with default value taken from the variable `sentence-end'.
6570         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
6571         Add nil const to :type.
6572         (sentence-end-without-period, sentence-end-double-space)
6573         (sentence-end-without-space): Doc fix.
6575         * textmodes/paragraphs.el (forward-sentence):
6576         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
6577         (fill-delete-newlines):
6578         * progmodes/cc-cmds.el (c-beginning-of-statement):
6579         Use function `sentence-end' instead of variable `sentence-end'.
6581 2004-04-18  Andreas Schwab  <schwab@suse.de>
6583         * progmodes/compile.el (compilation-start): Set window start to
6584         point-min if compilation-scroll-output is nil.
6586 2004-04-18  John Wiegley  <johnw@newartisans.com>
6588         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
6590 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
6592         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
6593         (gdb-info-breakpoints-custom): Revert previous change.
6594         (gdb-view-assembler): Update assembler if necessary.
6595         (gdb-frame-handler): Parse correctly for gdb-current-frame.
6596         (gdb-display-source-buffer): Update properly when both source and
6597         assembler are visible.
6599 2004-04-17  John Wiegley  <johnw@newartisans.com>
6601         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
6602         which limits the number of names shown in the minibuffer.  Off by
6603         default.
6604         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
6605         up iswitchb for users with a multitude of open buffers by showing
6606         only the first and last N/2 buffers in the completion list (which
6607         is enough to aid C-s/C-r, and to know that more characters are
6608         needed to refine the completion list).
6610 2004-04-17  Richard M. Stallman  <rms@gnu.org>
6612         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
6613         (file-truename): Expand all ~ constructs directly.
6614         (insert-directory): Delete any error msg output by the
6615         `insert-directory-program'.
6617         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
6618         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
6619         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
6620         (allout-init): Use find-file-hook, not find-file-hooks.
6621         (allout-mode): Eliminate Emacs 18 support.
6622         Use write-contents-functions, not local-write-file-hooks.
6624 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
6626         * progmodes/compile.el (compilation-error-properties): Fix for
6627         adding messages when there are already markers for their file.
6628         (compilation-fake-loc): New function.
6630 2004-04-16  Dave Love  <fx@gnu.org>
6632         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
6633         (python-load-file): Fix python-orig-start setting.
6635         * progmodes/compile.el: Doc fixes.
6636         (compilation-error-regexp-alist-alist)
6637         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
6638         (compilation-assq): Wrap in eval-when-compile.
6639         (compilation-mode-font-lock-keywords): Don't use list*.
6640         (compilation-start): Avoid warning.
6641         (compilation-compat-error-properties)
6642         (compilation-directory-properties): Add keymap property.
6643         (compilation-parsing-end): Make it a marker for better compatibility.
6645         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
6647 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
6649         * xml.el: Doc fixes.
6650         (xml-get-children): Only looks at sub-tags and ignore strings.
6652         * xml.el (xml-parse-tag): Avoid overwriting node-name.
6654 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6656         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
6658 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
6660         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
6662         * vc.el (vc-print-log): Likewise.
6664 2004-04-16  Masatake YAMATO  <jet@gyve.org>
6666         * simple.el (completion-setup-function): Set an initial value
6667         to `element-common-end' before entering loop.  Set a value
6668         to `element-common-end' at the end of loop.
6669         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
6670         (completions-common-part): Rename from completion-de-emphasis.
6671         (completions-first-difference): Rename from completion-emphasis.
6672         Suggested by RMS.
6674 2004-04-16  Juanma Barranquero  <lektu@terra.es>
6676         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
6677         (bookmark-edit-annotation-mode): Add mode name.
6679 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6681         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
6682         for nested conflict markers.
6683         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
6685 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
6687         * progmodes/gdb-ui.el (gdb-goto-info): New function.
6689         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
6691 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6693         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
6694         Give a backtrace if requested.
6696         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
6698         * progmodes/python.el (python-mouse-2-command, python-RET-command):
6699         Remove unused functions.
6700         (python-orig-start-line, python-orig-file): Remove.
6701         (python-orig-start): New var.
6702         (python-input-filter, python-compilation-line-number)
6703         (python-send-region, python-load-file): Use it.
6705         * info.el (info): Always jump to *info*.
6707         * subr.el (posn-set-point): New function.
6709         * mouse.el (mouse-set-point): Use it.
6711         * progmodes/compile.el (compile-goto-error): Use it.
6712         (compilation-button-map): New keymap.
6713         (compilation-error-properties): Use it.
6714         (compilation-shell-minor-mode-map): Don't bind mouse-2.
6716         * smerge-mode.el (smerge-popup-context-menu): Use it.
6718         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
6719         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
6720         mouse and non-mouse case.
6722         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
6723         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
6725         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
6726         Make it work for non-mouse events.
6728         * pcvs-info.el (cvs-status-map): Update binding name.
6730 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
6732         * xml.el (xml-maybe-do-ns): New function to handle namespace
6733         parsing of both attribute and element names.
6734         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
6735         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
6736         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
6737         (xml-parse-attlist): Make it do its own namespace parsing.
6739 2004-04-14  Dave Love  <fx@gnu.org>
6741         * progmodes/python.el (run-python): Fix use of \n.
6742         (python-load-file): Remove `try' from Python fragment.
6743         (python-describe-symbol): Fix message.
6745         * comint.el: Doc fixes.
6746         (comint-last-input-start, comint-last-input-end)
6747         (comint-last-output-start): Give them values.
6748         (comint-arguments): Avoid warning.
6749         (comint-skip-prompt): Use line-end-position.
6750         (comint-backward-matching-input): Rename arg to agree with doc.
6751         (comint-extract-string): Use syntax-ppss.
6752         (comint-dynamic-simple-complete): Delete useless list construction.
6753         (comint-redirect-subvert-readonly): New.
6754         (comint-redirect-preoutput-filter): Use it.
6756         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6757         Correctly handle negative arguments when calling hook functions.
6759 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
6761         * info.el (info-apropos): Don't clobber Info-history-list.
6763 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
6765         * progmodes/compile.el (compilation-setup):
6766         Localize overlay-arrow-position.
6767         (compilation-sentinel): Restructure code equivalently.
6768         (compilation-next-error): Find message on same line after point if
6769         not found before point.
6770         (compile-mouse-goto-error): Restore function so that compilation
6771         buffer need not be current and use compile-goto-error.
6772         (compile-goto-error): Restore function.
6773         (next-error): Set overlay-arrow-position.
6774         (compilation-forget-errors): Don't localize already local
6775         compilation-locs and remove FIXME about refontifying.
6777 2004-04-14  Kim F. Storm  <storm@cua.dk>
6779         * startup.el (emacs-quick-startup): New defvar (set by -Q).
6780         (command-line): New option -Q.  Like -q --no-site-file, but
6781         in addition it also disables menu-bar, tool-bar, scroll-bars,
6782         tool-tips, and the blinking cursor.
6783         (command-line-1): Skip startup screen if -Q.
6784         (fancy-splash-head): Use ":align-to center" prop to center splash image.
6786         * emulation/cua-base.el (cua-read-only-cursor-color)
6787         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
6789 2004-04-13  Dave Love  <fx@gnu.org>
6791         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
6792         (syntax): Don't require.
6793         (python) <defgroup>: Add :version.
6794         (python-quote-syntax): Re-written.
6795         (inferior-python-mode): Move stuff here from run-python and add
6796         some more.
6797         (python-preoutput-continuation, python-preoutput-result)
6798         (python-dotty-syntax-table): New.
6799         (python-describe-symbol): Use them.
6800         (run-python): Move stuff to inferior-python-mode.  Modify code
6801         loaded into Python.
6802         (python-send-region): Use python-proc, python-send-string.
6803         (python-send-string): Send newlines too.  Callers changed.
6804         (python-load-file): Re-written.
6805         (python-eldoc-function): New.
6806         (info-look): Don't require.
6807         (python-after-info-look): New.  A modified version of former
6808         top-level code for use with eval-after-load.
6809         (python-maybe-jython, python-guess-indent): Use widened buffer.
6810         (python-fill-paragraph): Re-written.
6811         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
6812         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
6814 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6816         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
6817         Set compilation-error-regexp-alist earlier.
6819         * progmodes/compile.el (compilation-minor-mode-map)
6820         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
6821         (compile-goto-error): Re-merge the mouse and non-mouse commands.
6823 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6825         * progmodes/compile.el (compile-goto-error): Select the buffer/window
6826         corresponding to the event.
6828 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
6830         * loadup.el: Add cygwin to system-type list, for unexec() support.
6832 2004-04-12  John Paul Wallington  <jpw@gnu.org>
6834         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
6835         (ibuffer-restore-window-config-on-quit): New variable to replace
6836         `ibuffer-delete-window-on-quit'.  Update all references.
6837         (ibuffer-prev-window-config): New variable.
6838         (ibuffer-quit): Restore previous window configuration instead of
6839         deleting window.
6840         (ibuffer): Save window configuration before showing Ibuffer buffer.
6842         * help.el (describe-mode): Doc fix.
6844 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6846         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
6847         not to treat nil as a function.
6849         * vc-arch.el (vc-arch-root): Be a bit more careful.
6850         (vc-arch-register): Save the buffer if we modified it.
6851         (vc-arch-delete-rej-if-obsolete): Save excursion.
6852         (vc-arch-find-file-hook): Use the simpler after-save-hook.
6853         (vc-arch-responsible-p, vc-arch-init-version): New functions.
6855         * net/ldap.el (ldap-search): Use list*.
6857 2004-04-12  Juri Linkov  <juri@jurta.org>
6859         * info.el (Info-follow-reference): Allow multiline reference name.
6861 2004-04-11  Dave Love  <fx@gnu.org>
6863         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
6865         * progmodes/python.el: New file.
6867 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
6869         * vc-hooks.el (vc-arg-list): Function removed.
6870         (vc-default-workfile-unchanged-p): Use condition-case to check for
6871         backward compatibility.
6873         * vc.el (vc-print-log): Use condition-case to check for backward
6874         compatibility.
6876 2004-04-11  Juri Linkov  <juri@jurta.org>
6878         * dired.el (dired-faces): New defgroup.
6879         (dired-header, dired-mark, dired-marked, dired-flagged)
6880         (dired-warning, dired-directory, dired-symlink, dired-ignored):
6881         New faces.
6882         (dired-header-face, dired-mark-face, dired-marked-face)
6883         (dired-flagged-face, dired-warning-face, dired-directory-face)
6884         (dired-symlink-face, dired-ignored-face): New face variables.
6885         (dired-font-lock-keywords): Use them instead of font-lock faces.
6886         Split the rule for dired marks into 3 separate rules: for marks,
6887         marked file names and flagged file names.
6889         * help-mode.el (help-make-xrefs): Add a final newline to the
6890         *Help* buffer.
6892 2004-04-11  John Paul Wallington  <jpw@gnu.org>
6894         * replace.el (occur-engine): Distinguish between one and several
6895         matches in the matches per buffer heading.
6897 2004-04-11  Kim F. Storm  <storm@cua.dk>
6899         * ido.el (ido-confirm-unique-completion): New defcustom.
6900         (ido-complete): Use it.
6901         (ido-write-file): Set it to t unconditionally.
6903 2004-04-10  Miles Bader  <miles@gnu.org>
6905         RCS keyword removal (only non-comment changes are enumerated here):
6907         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
6908         (byte-compile-insert-header): Don't use `byte-compile-version'.
6909         * forms.el (forms-version): Variable removed.
6910         (forms-mode): Don't use `forms-version'.
6911         * recentf.el (recentf-version): Variable removed.
6912         * progmodes/delphi.el (delphi-version): Variable removed.
6913         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
6915 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6917         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
6919 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
6921         * info.el (info-apropos): Improve menu item regexp.
6923 2004-04-09  Simon Josefsson  <jas@extundo.com>
6925         * mail/smtpmail.el: Add comment, based on report by
6926         kdc@rcn.com (Kevin D. Clark).
6928 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6930         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6931         Redo one more thing that I didn't notice Daniel had undone.
6933 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
6935         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
6936         (gdb-goto-breakpoint, gdb-display-buffer)
6937         (gdb-display-source-buffer, gdb-view-source-function)
6938         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
6939         (gdb-source-info, gdb-frame-handler): Don't specify a window
6940         for display.
6941         (gdb-info-breakpoints-custom): Remove superfluous update of
6942         assembler buffer.
6943         (gdb-many-windows): Make settable outside gdb.
6945 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
6947         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
6948         Derive from fundamental-mode rather than text-mode.
6950 2004-04-08  Juri Linkov  <juri@jurta.org>
6952         * info.el (Info-history): Doc fix.
6953         (Info-history-list): New var.
6954         (info-xref): Change magenta4 to blue, remove bold for dark and
6955         light backgrounds, change bold to underline for non-color classes.
6956         (info-xref-visited): New face.
6957         (Info-fontify-visited-nodes): New custom.
6958         (Info-hide-note-references): Add new value `hide'.  Doc fix.
6959         (Info-reference-name): New var.
6960         (Info-selection-hook): New custom.
6961         (Info-edit-mode-hook): New var.
6962         (Info-find-file): New fun.
6963         (Info-find-node): Move part of code to Info-find-file.
6964         (Info-find-node-2): Add anchors to Info-history-list.  Move point
6965         to the place with the reference name if name is defined.
6966         (Info-select-node): Add current node to Info-history-list.
6967         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
6968         (Info-search-whitespace-regexp): New custom.
6969         (Info-search-case-fold): New var.
6970         (Info-search): Add "case-sensitively" to the prompt.
6971         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
6972         (Info-search-case-sensitively, Info-search-next): New fun.
6973         (Info-up): Move point to the menu item of the current node.
6974         (Info-history): New fun.  Add *info-history* to
6975         same-window-buffer-names.
6976         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
6977         (Info-insert-toc): New fun.
6978         (Info-build-toc): New fun.
6979         (Info-follow-reference): Add new arg `fork'.  Doc fix.
6980         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
6981         with the same name prefer the reference closest to point.
6982         (Info-next-reference): Replace * by + in the *Note regexp.
6983         Add regexp for http:// and ftp://.  Skip the *Note prefix.
6984         (Info-prev-reference): Replace * by + in the *Note regexp.
6985         Add regexp for http:// and ftp://.  Skip the *Note prefix.
6986         (Info-follow-nearest-node): Add new arg `fork'.
6987         (Info-try-follow-nearest-node): Add new arg `fork'.
6988         Call browse-url for http:// and ftp:// references.
6989         Set Info-reference-name for index entries.
6990         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
6991         Info-search-next, Info-history, Info-toc, clone-buffer.
6992         (Info-menu-update): Replace * by + in the *Note regexp.
6993         (Info-mode): Add documentation for Info-history, Info-toc,
6994         Info-search-case-sensitively, Info-search-next, clone-buffer.
6995         (Info-fontify-menu-headers): Remove fun.  Move code to
6996         Info-fontify-node.
6997         (Info-fontify-node): Add docstring.  Add local vars
6998         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
6999         then fontify header line, titles, menu headers, http and ftp
7000         references, refill paragraphs.  If not-fontified-p is t or
7001         fontify-visited-p is t then fontify cross references, menu items.
7002         Fontify menu headers.  Fontify http and ftp references.
7003         Change regexp for cross references to require whitespace after *Note,
7004         add matching groups for file and node names.  Remove hack for quote.
7005         Use display property for Info-hide-note-references=t.  Use fifth
7006         or fourth match for help-echo.  Display visited nodes in a
7007         different face.  Unhide file names of external references.
7008         Unhide newlines.  Display visited menu items in a different face.
7010 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7012         * progmodes/compile.el: Require CL.
7013         (compilation-mode-font-lock-keywords): Re-install the "line as
7014         function" patch.
7016         * help-fns.el (help-C-source-directory): New var.
7017         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
7018         (describe-function-1, describe-variable): Use them.
7020         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
7021         to C source files specially.
7023 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7025         * info.el (Info-hide-cookies-node): New function.
7026         (Info-select-node): Use it.
7027         (Info-display-images-node): Remove message with image file name.
7029 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
7031         * progmodes/compile.el (compilation-warning-face)
7032         (compilation-info-face, compilation-skip-threshold)
7033         (compilation-skip-visited, compilation-context-lines):
7034         Declare :version when added to Emacs.
7035         (compilation-error-regexp-alist-alist): Extend caml and irix.
7036         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
7037         (compilation-mode-font-lock-keywords): Temporarily undo line as
7038         function patch, which wasn't ready.
7040 2004-04-07  Kenichi Handa  <handa@m17n.org>
7042         * international/latin1-disp.el (latin1-display-setup): Check each
7043         character is displayable or not instead of calling
7044         latin1-display-check-font.
7046 2004-04-06  Kenichi Handa  <handa@m17n.org>
7048         * language/ethio-util.el (ethio-sera-being-called-by-w3):
7049         New variable.
7050         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
7051         instead of sera-being-called-by-w3.
7052         (ethio-fidel-to-sera-buffer): Likewise.
7053         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
7054         instead of sera-being-called-by-w3.
7055         (ethio-write-file): Likewise.
7057 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7059         * printing.el: Doc fix.
7061 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
7063         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
7064         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
7065         (gdb-setup-windows): Only use separate IO buffer if required.
7067 2004-04-06  Kim F. Storm  <storm@cua.dk>
7069         * term.el (term-is-xemacs): Remove.
7070         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
7071         (term-window-width): New function.
7072         (term-mode, term-check-size): Use it.
7073         (term-mode): Disable overflow-newline-into-fringe in term buffer.
7075 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7077         * cus-edit.el (custom-add-parent-links): Change unbound variable
7078         `symbol' to `name'.
7080 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
7081         * info.el (info-apropos): New function.
7082         (Info-mode-menu): Add it.
7083         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
7085         * help-mode.el (help-make-xrefs): Recognize aliased variable with
7086         inherited docstring.
7088         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
7090 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7092         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
7094         * progmodes/compile.el (font-lock): Don't require any more.
7095         (compilation-error-properties, compilation-start, compilation-sentinel)
7096         (compilation-filter, next-error): Use with-current-buffer.
7097         (compilation-skip-to-next-location, compilation-skip-threshold)
7098         (compilation-skip-visited): Move to silence the byte-compiler.
7099         (compilation-setup): Simplify.
7100         (compilation-next-error): Use line-(beginning|end)-position.
7101         Make sure `pt' is non-nil before using compilation-loop.
7102         (compile-goto-error): Add optional event arg.  Use it.
7103         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
7104         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
7105         Update the binding for mouse-2.
7106         (first-error): Set compilation-current-error to nil rather than bob.
7107         (compilation-parsing-end, compilation-parse-errors-function)
7108         (compilation-error-list, compilation-old-error-list):
7109         "New" compatibility variables.
7110         (compile-buffer-substring, compilation-compat-error-properties)
7111         (compilation-compat-parse-errors, compilation-forget-errors):
7112         New compatibility functions.
7113         (compilation-mode-font-lock-keywords): Use them.
7115 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
7117         * autorevert.el (auto-revert-handler): If point (or a window
7118         point) is at the end of the buffer, keep it there after
7119         reverting.  This allows to tail a file.
7120         Mention this in the `Commentary'.
7122         * format.el (format-write-file): Add optional argument CONFIRM
7123         and make it behave like the analogous argument to `write-file'.
7125 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7127         * progmodes/ebnf2ps.el: Doc fix.
7128         (ebnf-version): New version number (4.2).
7129         (ebnf-syntax): Customization and docstring fix.
7130         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
7131         Put autoloaded funs before first use.
7132         (ebnf-style-database): Add dtd entry.
7133         (ebnf-syntax-alist): Add dtd initialization.
7134         (ebnf-token-sequence): New fun.
7135         (ebnf-comment-table): Add new comment action character.
7136         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
7138         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
7139         Type Definition for XML).
7141         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
7142         * progmodes/ebnf-bnf.el (ebnf-sequence):
7143         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
7144         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
7145         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
7146         Code simplification: call ebnf-token-sequence.
7148 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
7150         * calendar/timeclock.el (timeclock-relative)
7151         (timeclock-get-project-function, timeclock-get-workday-function)
7152         (timeclock-query-out, timeclock-when-to-leave)
7153         (timeclock-when-to-leave-string, timeclock-log-data)
7154         (timeclock-generate-report, timeclock-in): Doc fixes.
7156 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7158         * url/: New dir.  Import the URL package from its repository.
7160 2004-04-03  Andreas Schwab  <schwab@suse.de>
7162         * diff-mode.el (diff-mode): Fix missing quote.
7164 2004-04-03  Juri Linkov  <juri@jurta.org>
7166         * descr-text.el (describe-property-list): Add `font-lock-face'.
7168         * dired.el (dired-font-lock-keywords): Fix permission regexps.
7170 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7172         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
7173         Use utf-16le on little endian machines and utf-16be otherwise.
7175 2004-04-02  David Kastrup  <dak@gnu.org>
7177         * net/browse-url.el (browse-url-generic): Use call-process
7178         instead of start-process to allow browsers that fork and detach.
7180 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
7182         * compile.el (compilation-current-error): New var.
7183         (compilation-setup, compile-mouse-goto-error)
7184         (compile-goto-error, next-error): Use it.
7185         (compilation-skip-to-next-location): Default to t, which gives
7186         contiguous skipping like old compile (where this was redundant).
7187         (compilation-next-error): Prevent previous-* commands from moving
7188         back to message at or just before point.
7190 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
7192         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
7193         (gdb-source-info): Don't display source at startup, if required.
7194         (gdb-show-main): New option.
7195         (gdba): Update documentation.
7196         (gdb-source): Cover case of auto-display output.
7198 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
7200         * autorevert.el: Delete obsolete autoload's and defvar's.
7201         (auto-revert-check-vc-info): New user option.
7202         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
7203         (auto-revert-handler-vc): Delete.
7204         (auto-revert-handler): Treat return value `fast' of
7205         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
7207         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
7208         return `fast'.
7210         * files.el (buffer-stale-function): Doc change.
7212 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7214         * printing.el: New tip on Tips section.
7215         (pr-version): New version number (6.7.4).
7216         (pr-shell-file-name): Initialization fix.
7218 2004-03-31  Juri Linkov  <juri@jurta.org>
7220         * dired.el: Add autoload for `dired-do-touch'.
7221         (dired-touch-program): New var.
7222         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
7223         (dired-no-confirm): Add `touch' to docstring.
7225         * dired-aux.el (dired-do-touch): New fun.
7226         (dired-do-chxxx): Add argument -t for touch operation.
7228         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
7229         `dired-move-to-filename-regexp'.
7231 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
7233         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
7235 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7237         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
7238         and only if the buffer was modified.
7240 2004-03-30  Kenichi Handa  <handa@m17n.org>
7242         * international/characters.el: Delete pairs for U+2308..U+230B.
7244 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
7246         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
7247         to detect the beginning of a level 2 or 3 annotation.
7249 2004-03-29  Kenichi Handa  <handa@m17n.org>
7251         * international/ucs-tables.el (ucs-insert): Fix the error message.
7253 2004-03-29  Kenichi Handa  <handa@m17n.org>
7255         * international/mule-util.el (char-displayable-p): Fix generation
7256         of XLFD file name.
7258         * Makefile.in (setwins, setwins_almost): Change directory to $wd
7259         before finding directories by `find'.
7261 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7263         * subr.el (interactive-form): Delete.  Now implemented in C.
7265         * pcvs.el (cvs-parse-process): Workaround for Darwin.
7267         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
7268         (vc-diff-label): New fun.
7269         (vc-diff-internal): Use it.
7271         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
7273 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7275         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
7277         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
7278         specify XML (EBNFX).
7280         * progmodes/ebnf2ps.el: Doc fix.
7281         (ebnf-version): New version number (4.1).
7282         (ebnf-syntax): Adjust customization.
7283         (ebnf-style-database): Add ebnfx entry.
7284         (ebnf-syntax-alist): Add ebnfx initialization.
7285         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
7287         * printing.el: Doc fix.
7288         (pr-version): New version number (6.7.3).
7289         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
7290         returns nil for mouse position.  Reported by Drew Adams
7291         <drew.adams@oracle.com>.
7292         (pr-update-menus): Modify interactive declaration.  Reported by Drew
7293         Adams <drew.adams@oracle.com>.
7295 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
7297         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
7298         (gud-gdba-marker-filter): Log the process input and output, if
7299         required.  From Stefan Monnier.
7300         (gdb-debug-log, gdb-enable-debug-log): New variables.
7301         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
7303 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7305         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
7306         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
7308 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
7310         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
7311         Call vc-find-file-hook here instead of in auto-revert-buffers.
7312         (auto-revert-buffers): Delete call to vc-find-file-hook.
7313         (auto-revert-verbose, global-auto-revert-non-file-buffers)
7314         (global-auto-revert-mode, auto-revert-set-timer)
7315         (auto-revert-handler, auto-revert-buffers): Doc fixes.
7317 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
7319         * woman.el (woman-change-fonts): Rename local variable
7320         woman-font-alist to font-alist to avoid a compiler warning.
7322 2004-03-27  Dave Love  <fx@gnu.org>
7324         * emacs-lisp/rx.el (rx): Doc fix.
7325         Fix copyright years.
7327         * strokes.el (strokes-global-set-stroke-string): New function.
7328         (strokes-list-strokes): Cope with strings, not just commands.
7329         Set foreground colour of image.
7330         (strokes-global-set-stroke): Doc fix.
7332 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
7334         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
7335         Auto Revert mode.
7336         (Buffer-menu-files-only): New variable.
7337         (Buffer-menu-toggle-files-only): New function.
7338         (Buffer-menu-mode-map): Bind it to `T'.
7339         (Buffer-menu-mode): Mention `T' in docstring.
7340         Set buffer-stale-function.
7341         (list-buffers-noselect): Mark buffer non-modified and set
7342         Buffer-menu-files-only.
7344         * dired.el (buffer-stale-function): Remove no longer needed defvar.
7346         * autorevert.el (auto-revert-handler): Print revert message
7347         before, rather than after, reverting.
7348         (buffer-stale-function): Move to files.el.
7350         * files.el (buffer-stale-function): Move here from autorevert.el.
7352 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7354         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
7356         * calc/calc.el (calc-mode-map): Use mapc.
7358         * apropos.el (apropos-mode): Don't autoload.
7359         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
7360         (apropos): Use it.
7361         (apropos-print): Add optional `text' argument.
7362         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
7363         Don't assume point-min == 1.
7365         * bs.el (bs-buffer-list): Use buffer-local-value.
7366         (bs--set-toggle-to-show): Use with-current-buffer.
7368         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
7369         New funs.
7370         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
7372         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
7374         * dabbrev.el (dabbrev-expand): Fix regexp construction.
7375         (dabbrev--find-expansion): Use pop.
7376         (dabbrev--search): Use match-string-no-properties.
7378         * dired.el (dired-mode): Use run-mode-hooks.
7379         (dired-move-to-end-of-filename): Use match-string.
7381         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
7382         is bound before using it.
7383         (ediff-verbose-p): Make it into a var since it's not constant.
7385         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
7387         * faces.el (read-face-font): Don't cons up unnecessarily.
7388         (header-line, tool-bar): Share common parts.
7390         * files.el (file-relative-name): Use compare-strings.
7392         * finder.el (finder-mode): Follow coding convention.
7394         * subr.el (read-number): New function.
7396         * ses.el (ses-read-number): Move to subr.el.
7397         (ses-set-header-row): Use read-number.
7399 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
7401         * vc-hooks.el (vc-arg-list): New function, which handles both
7402         compiled and uncompiled code.
7403         (vc-default-workfile-unchanged-p): Use it.
7405         * vc.el (vc-print-log): Undo prev change, use new function
7406         vc-arg-list from vc-hooks.el.
7408 2004-03-26  Masatake YAMATO  <jet@gyve.org>
7410         * simple.el (completion-setup-function): Emphasize the
7411         first uncommon characters in the completions; and de-emphasize
7412         the common prefix substrings.
7413         (completion-emphasis): New face.
7414         (completion-de-emphasis): New face.
7416 2004-03-25  Juanma Barranquero  <lektu@terra.es>
7418         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
7419         Comment out (it's unused and unfinished code).
7421 2004-03-25  Sam Steingold  <sds@gnu.org>
7423         * vc.el (vc-print-log): Fix a bug in the last patch:
7424         backend-function may be a byte-compiled object, not a lambda.
7426 2004-03-25  Juri Linkov  <juri@jurta.org>
7428         * descr-text.el (describe-property-list): Add a button
7429         for `face' property that calls `describe-face'.
7430         Suggested by luis fernandes <elf@ee.ryerson.ca>
7432         * international/mule.el (keyboard-coding-system):
7433         * kmacro.el (kmacro-call-macro): Fix docstring.
7435         * dired.el: Fix comments.
7437         * textmodes/fill.el (fill): Fix Info link.
7439         * font-lock.el (fast-lock, lazy-lock):
7440         * jit-lock.el (jit-lock): Remove links to removed Support Modes
7441         Info node.
7443         * eshell/eshell.el (eshell): Fix broken info-link.
7445         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
7446         * eshell/em-banner.el (eshell-banner):
7447         * eshell/em-smart.el (eshell-smart):
7448         * eshell/esh-cmd.el (eshell-cmd):
7449         Comment out broken info-links to incomplete Info manual.
7451         * info-xref.el: Fix commentary.
7453 2004-03-25  Kevin Ryde  <user42@zip.com.au>
7455         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
7456         Remove spurious node duplicate suppression, doesn't work, not wanted.
7457         (info-xref-output): Take format style args, add "sit-for 0" to let
7458         user see the results as they progress.
7459         (info-xref-check-all-custom): New function.
7461 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
7463         * gdb-ui.el: Moved to progmodes.
7465 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7467         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
7469 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7471         * calendar/appt.el (appt-check): Remove superfluous progn.
7472         When finished with diary buffer: if it was not being displayed
7473         before, kill it; otherwise restore its original state.
7474         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
7476         * calendar/calendar.el (calendar-set-mode-line): Use total
7477         available mode-line width, rather than frame-width.
7479         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
7480         after mode change so effect not lost.
7482 2004-03-23  Dave Love  <fx@gnu.org>
7484         * dired.el (dired) <defgroup>: Add link to manual.
7485         (dired-font-lock-keywords): Add highlighting on unusual permissions.
7486         (dired-revert): Use dolist.
7487         (dired-mode-map): Add U binding.
7488         (dired-mode): Add font-lock-beginning-of-syntax-function.
7489         (dired-garbage-files-regexp): Make it a defcustom.
7491 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7493         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
7494         is equivalent to nil.
7495         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
7496         (vc-arch-mode-line-string): Accept `added' state.
7497         (vc-arch-state): Use inode-sigs if available.
7498         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
7499         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
7500         (vc-arch-tagline-re): New var.
7501         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
7502         New functions.
7503         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
7504         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
7506         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
7507         (vc-file-not-found-hook): Use it.
7509         * diff-mode.el (diff-default-read-only): Change default.
7510         (diff-mode-hook): Make it a defcustom.  Add some options.
7511         (diff-mode-map): Bind diff-refine-hook.
7512         (diff-yank-handler): New var.
7513         (diff-yank-function): New fun.
7514         (diff-font-lock-keywords): Use them.
7515         (diff-end-of-file): Handle case where file-header looks like diff text.
7516         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
7517         (diff-file-kill): Delete a subsequent empty line, if applicable.
7518         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
7519         (diff-find-file-name): Use it.
7520         (diff-tell-file-name): New command.
7521         (diff-mode): Be careful with view-mode.
7522         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
7523         New functions, for use in diff-mode-hook.
7524         (diff-find-source-location): Catch "regex too large" errors.
7525         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
7526         (diff-refine-hunk): New command.
7528         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
7529         (smerge-context-menu-map): Remove unused var.
7530         (smerge-keep-all): Preserve markers.
7531         (smerge-keep-n): New fun.
7532         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7533         (smerge-keep-current, smerge-ediff): Use it.
7534         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
7535         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
7536         (smerge-resolve): Resolve trivial 3-part conflicts.
7538 2004-03-23  Juri Linkov  <juri@jurta.org>
7540         * man.el (Man-width): New var.
7541         (Man-getpage-in-background): Use it.
7542         (Man-support-local-filenames): New var and fun.
7543         (Man-build-man-command): Don't add a second %s.
7544         (Man-fontify-manpage): Clean up message.
7545         (Man-mode): Set outline-regexp, outline-level,
7546         imenu-generic-expression.
7548         * woman.el (woman-fill-frame): Doc fix.
7549         (woman-decode-region): Use window-width instead of frame-width.
7551         * abbrevlist.el (list-one-abbrev-table):
7552         * descr-text.el (describe-char):
7553         * international/mule-diag.el (describe-current-coding-system):
7554         * international/quail.el (quail-insert-decode-map):
7555         Use window-width instead of frame-width.
7557         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
7558         (jka-compr-mode-alist-additions): Add tbz.
7559         (jka-compr-write-region, jka-compr-insert-file-contents):
7560         Add message for undefined compress-program.
7561         (jka-compr-write-region): Remove redundant var bindings.
7563         * dired-x.el (dired-guess-shell-alist-default): Add choices for
7564         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
7565         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
7566         (dired-man): Use dired-guess-shell-command.
7567         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
7568         Change default nil to t.
7570         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
7571         (dired-compare-directories): Add default value for empty input.
7573         * help-at-pt.el: Move suggestions for key bindings to Commentary.
7575         * time.el (display-time-string-forms): Fix help-echo date format.
7577 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
7579         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
7580         (buffer-stale-function): New variable.
7581         (auto-revert-list-diff, auto-revert-dired-file-list)
7582         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
7583         (auto-revert-handler): Take over some functionality of deleted
7584         functions.
7585         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
7587         * dired.el (dired-directory-changed-p): New fun, extracted from
7588         dired-internal-noselect.
7589         (dired-buffer-stale-p): New fun.
7590         (dired-internal-noselect): Use dired-directory-changed-p.
7591         Eliminate revert messages.
7592         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
7594 2004-03-23  Kenichi Handa  <handa@m17n.org>
7596         * international/characters.el: Setup syntaxes for more parentheses
7597         Unicode characters.
7599         * international/mule-cmds.el (select-safe-coding-system):
7600         Merge coding-system and auto-cs before comparing them.
7602 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7604         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
7606         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7607         normal-auto-fill-function and comment-indent-function.
7608         The default values now work just as well.
7609         Don't set font-lock-beginning-of-syntax-function since we already set
7610         syntax-begin-function.
7611         (lisp-outline-level): Put ;;;###autoload at same level as (.
7612         (prin1-char): Quote special chars.
7614         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
7615         than with-no-warnings.
7617         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
7618         if the source location can't be found.
7619         (edebug-compute-previous-result): Use prin1-char.
7621         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
7622         (debug-ignored-errors): Add an entry.
7624         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
7625         (byte-compile-file): Output warning when deleting a file.
7627         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
7628         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
7630         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
7631         (byte-compile-inline-expand): Use backquote.
7632         (byte-optimize-pure-func): Rename from byte-optimize-concat.
7633         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
7635         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
7637         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
7639 2004-03-22  Juri Linkov  <juri@jurta.org>
7641         * finder.el (finder-known-keywords): Fix data, tex, unix.
7643         * play/landmark.el: Fix keywords.
7645         * language/ethio-util.el (ethio-find-file): Doc fix.
7647         * emacs-lisp/warnings.el: Doc fix.
7649         * textmodes/ispell.el (ispell-help): Doc fix.
7651 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
7653         * format.el (format-insert-file): Always return a list of two
7654         elements, like insert-file-contents does.
7656 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
7658         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
7659         and vc-BACKEND-diff.
7660         (vc-print-log): If the print-log implementation supports it, use
7661         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
7662         (vc-version-diff, vc-diff-internal): Doc fixes.
7664         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
7665         implementation supports it, let diff output go to *vc*,
7666         not *vc-diff*, since this is an internal call.
7668         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
7670         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
7672         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
7674 2004-03-21  Dave Love  <fx@gnu.org>
7676         * progmodes/cfengine.el (cfengine-mode):
7677         Set parse-sexp-ignore-comments.
7679         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
7681 2004-03-21  Juanma Barranquero  <lektu@terra.es>
7683         * allout.el (allout-mode): Fix docstring.
7685 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
7687         * files.el (insert-directory): Fix bug if SWITCHES is a list.
7689         * autorevert.el (auto-revert-interval): Make new value take
7690         effect immediately when set through Custom.
7691         (auto-revert-set-timer): Add interactive declaration.
7693 2004-03-19  David Ponce  <david@dponce.com>
7695         * ruler-mode.el (ruler-mode-header-line-format-old):
7696         Don't `make-variable-buffer-local'.
7697         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
7698         (ruler-mode-header-line-format): Simply funcall the above.
7699         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
7700         to save/restore a previous header line format.
7701         (ruler-mode-space): Don't depend on a numeric WIDTH value.
7702         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
7703         fringes and margins width.
7704         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
7706 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7708         * log-edit.el (log-edit-font-lock-keywords): Typo.
7710         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
7711         (tex-send-tex-command): Rather than here.
7712         (tex-compilation-parse-errors): Simplify.
7714         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
7716         * time.el (display-time-string-forms): Add help-echo with date on time.
7718         * composite.el (compose-region): Use restore-buffer-modified-p.
7720         * disp-table.el (standard-display-8bit): Simplify.
7722         * server.el (server-process-filter): Delete temp frame.
7724         * add-log.el (add-change-log-entry): Simplify.
7726 2004-03-19  Kim F. Storm  <storm@cua.dk>
7728         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
7729         (hexl-follow-line): Don't require 'fringe.
7731         * progmodes/compile.el (compilation-start): Always set
7732         compilation-last-buffer and return it.
7734 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
7736         * simple.el (clone-buffer): Doc fix.
7738 2004-03-18  Juanma Barranquero  <lektu@terra.es>
7740         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
7742 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7744         * log-edit.el (log-edit-font-lock-keywords): New var.
7745         (log-edit-mode): Use it.
7747 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
7749         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
7750         properly for watching in speedbar.
7752 2004-03-17  Masatake YAMATO  <jet@gyve.org>
7754         * smerge-mode.el (smerge-popup-context-menu):
7755         Put `unwind-protect' around `overlay-put' and `popup-menu'.
7757 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7759         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
7760         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
7761         Take sealed revisions into account.
7762         (vc-arch-checkin): Extract a summary line from the message.
7764 2004-03-16  Masatake YAMATO  <jet@gyve.org>
7766         * register.el (register): Provide `register' feature.
7768 2004-03-15  Masatake YAMATO  <jet@gyve.org>
7770         Added context menu support in smerge mode.
7771         Most of the part is written by Stefan Monnier.
7773         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
7774         New keymap and menu.
7775         (smerge-text-properties): New function.
7776         (smerge-remove-props): New function.
7777         (smerge-popup-context-menu): New function.
7778         (smerge-resolve): Call `smerge-remove-props'.
7779         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
7780         (smerge-keep-current): Ditto.
7781         (smerge-kill-current): New function.
7782         (smerge-match-conflict): Put text properties.
7783         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
7785 2004-03-15  David Ponce  <david@dponce.com>
7787         * ruler-mode.el: (ruler-mode-left-fringe-cols)
7788         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
7789         (ruler-mode-right-scroll-bar-cols): Remove.
7790         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
7791         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
7792         Use fringe-columns and scroll-bar-columns.
7794 2004-03-15  Masatake YAMATO  <jet@gyve.org>
7796         * hl-line.el (hl-line-range-function): New variable.
7797         (hl-line-move): New function.
7798         (global-hl-line-highlight): Use `hl-line-move'.
7799         (hl-line-highlight): Ditto.
7801         * scroll-bar.el (scroll-bar-columns):
7802         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
7804         * ruler-mode.el (top-level): Require scroll-bar and fringe.
7805         (ruler-mode-left-fringe-cols)
7806         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
7807         (ruler-mode-right-scroll-bar-cols)
7808         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
7809         (ruler-mode-ruler-function): New variable.
7810         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
7811         if the value for `ruler-mode-ruler-function'is given.
7813         * hexl.el (hexl-mode-hook): Make the hook customizable.
7814         (hexl-address-area, hexl-ascii-area): New customize variables.
7815         (hexlify-buffer): Put font-lock-faces on the address area and
7816         the ascii area.
7817         (hexl-activate-ruler): New function.
7818         (hexl-follow-line): New function.
7819         (hexl-highlight-line-range): New function.
7820         (hexl-mode-ruler): New function.
7822 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7824         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
7825         (vc-default-find-file-hook): New fun.
7826         (vc-find-file-hook): Call new find-file-hook operation.
7828         * vc-arch.el: New file.
7830 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
7832         * info-look.el (info-lookup): Reuse an existing Info window.
7834 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
7836         * woman.el (woman-preserve-ascii): Default value changed to t and
7837         doc string revised.
7839 2004-03-12  Richard M. Stallman  <rms@gnu.org>
7841         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7842         Fix minor bug.
7844         * replace.el (occur-engine): Change message for count of matches.
7846         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7847         For strings, do compare text properties.
7849 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
7851         * progmodes/compile.el (compile-auto-highlight)
7852         (compilation-error-list, compilation-old-error-list)
7853         (compilation-parse-errors-function, compilation-parsing-end)
7854         (compilation-error-message, compilation-directory-stack)
7855         (compilation-enter-directory-regexp-alist)
7856         (compilation-leave-directory-regexp-alist)
7857         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
7858         (compilation-current-file, compilation-regexps): Remove vars.
7860         (compile-error-at-point, compilation-error-filedata)
7861         (compilation-error-filedata-file-name, compile-reinitialize-errors)
7862         (compilation-next-error-locus, compilation-forget-errors)
7863         (count-regexp-groupings, compilation-parse-errors)
7864         (compile-collect-regexps, compile-buffer-substring): Remove funs.
7866         (compile-internal): Make obsolete.
7868         (compilation-first-column, compilation-error)
7869         (compilation-directory-matcher, compilation-page-delimiter)
7870         (compilation-mode-font-lock-keywords, compilation-debug)
7871         (compilation-error-face, compilation-warning-face)
7872         (compilation-info-face, compilation-line-face)
7873         (compilation-column-face, compilation-enter-directory-face)
7874         (compilation-leave-directory-face, compilation-skip-threshold)
7875         (compilation-skip-visited, compilation-context-lines): New vars.
7877         (compilation-warning-face, compilation-info-face)
7878         (compilation-message-face): New faces.
7880         (compilation-error-regexp-alist-alist): New constant.
7882         (compilation-face, compilation-directory-properties)
7883         (compilation-assq, compilation-error-properties, compilation-start)
7884         (define-compilation-mode, compilation-loop)
7885         (compilation-set-window): New functions.
7887         (compile): Additional argument for interactive compiles like TeX.
7889         * progmodes/grep.el (kill-grep): Move here from compile.el
7890         (grep-error, grep-hit-face, grep-error-face)
7891         (grep-mode-font-lock-keywords): New variables.
7892         (grep-regexp-alist): Simplify regexp and add `binary' case.
7893         (grep-mode): New mode.
7894         (grep-process-setup): Simplify.
7896 2004-03-11  Jason Rumney  <jasonr@gnu.org>
7898         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
7899         letters on DOS/Windows.
7901 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7903         * server.el (server-name): New var.
7904         (server-socket-dir): New var to replace server-socket-name.
7905         (server-start): Use them.
7907 2004-03-11  Simon Josefsson  <jas@extundo.com>
7909         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
7910         died to avoid infloop.  Reported by Jonathan Glauner
7911         <jglauner@sbum.org>.
7913 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7915         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
7916         (smerge-mode-menu): Use it to deactivate menu entries.
7917         (smerge-keep-current): New fun.
7918         (smerge-keep-current): Use it.
7920 2004-03-10  John Paul Wallington  <jpw@gnu.org>
7922         * foldout.el (foldout-fold-list, foldout-modeline-string):
7923         Declare them as variables, not constants.
7925 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7927         * ps-print.el: Modification to print *Messages* buffer.
7928         (ps-print-version): New version 6.6.4.
7929         (ps-message-log-max): New fun.
7930         (ps-spool-without-faces, ps-spool-with-faces)
7931         (ps-count-lines-preprint): Code fix.
7933         * printing.el: New tips in Tips section.
7935 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7937         * delim-col.el: Doc fix.
7939         * printing.el: Doc fix.  New doc section (Tips).
7941 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7943         * type-break.el (type-break-emacs-variant): Remove.
7944         (type-break-run-at-time, type-break-cancel-function-timers):
7945         Use fboundp rather than version name and number.
7947 2004-03-09  Masatake YAMATO  <jet@gyve.org>
7949         * hexl.el (hexl-mode): Use `make-local-variable' instead of
7950         `make-variable-buffer-local'.
7952 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
7954         * find-dired.el (find-dired): Call `shell-command' instead of
7955         `start-process-shell-command'.  By this, Tramp takes over
7956         handling of remote directories.
7958 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7960         * newcomment.el (comment-use-global-state): New var.
7961         (comment-search-forward): Use it.
7963         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
7965         * cus-edit.el (fill) <defgroup>: Move to fill.el.
7967         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
7968         (enable-kinsoku): Make it a defcustom.
7969         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
7970         paragraph to same-comment-start-marker.
7972 2004-03-07  Dave Love  <fx@gnu.org>
7974         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
7975         (browse-url-mail): Use it.
7977         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
7978         (rfc2368-unhexify-string): Use replace-regexp-in-string.
7980 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
7982         * woman.el (woman-man.conf-path): Doc fix.
7983         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
7985 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
7987         * sort.el (sort-columns): Remove ms-dos from the list of systems
7988         where the external `sort' command is not used.
7990 2004-03-07  Kim F. Storm  <storm@cua.dk>
7992         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
7993         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
7994         from overlay-arrow-variable-list.
7995         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
7997 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
7999         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
8000         overlay arrow string properly for the assembler buffer.
8002 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8004         * mail/sendmail.el (mail-mode): Fix last change.
8006 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
8008         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
8009         for the assembler buffer.
8010         (gdb-assembler-custom): Position the overlay arrow.
8011         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
8013 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8015         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
8017         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
8018         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
8020         * mail/sendmail.el (mail-mode): Set comment-start-skip.
8022         * newcomment.el (uncomment-region): Allow non-terminated comment.
8023         (comment-normalize-vars): Check the user-specified comstart marker.
8025 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8027         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
8028         Otherwise, do use it if the region only contains font-lock text
8029         properties.
8031 2004-03-04  Masatake YAMATO  <jet@gyve.org>
8033         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
8034         as the callback function for eldoc.
8035         (hexl-print-current-point-info): New function.
8036         (hexl-current-address): Print the address in both decimal
8037         and hexadecimal format.
8039 2004-03-04  Richard M. Stallman  <rms@gnu.org>
8041         * mail/rmail.el (rmail-convert-to-babyl-format):
8042         Specify t for UNIBYTE when calling mail-unquote-printable-region.
8044         * mail/mail-utils.el (mail-unquote-printable-region):
8045         New arg UNIBYTE.
8047         * startup.el (command-switch-alist): Doc fix.
8049         * simple.el (undo): Temporarily set this-command to `undo-start',
8050         then set it to `undo' once undo-start returns without error.
8052         * simple.el (minibuffer-history-sexp-flag): Doc fix.
8054         * simple.el (kill-line): Don't disregard trailing whitespace
8055         in eol condition, if show-trailing-whitespace is set.
8057         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
8058         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
8059         When disabling, restore old values only if mouse-sel-has-been-enabled.
8061         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
8062         (isearch-{-char): New function.
8063         (isearch-mode-map): Bind { to isearch-{-char.
8065         * font-lock.el (lisp-font-lock-keywords-2):
8066         Turn off the CL with-... and do-... general patterns.
8067         Instead, recognize several specific with... and do... constructs.
8069         * files.el (switch-to-buffer-other-window):
8070         Bind same-window-buffer-names and same-window-regexps to nil.
8071         (switch-to-buffer-other-frame): Likewise.
8073 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8075         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
8076         recognizing leading comment on code line.
8078 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8080         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
8081         hidden files/directories.
8083 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8085         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
8086         only comment-start (in case the mode hasn't set it).
8088         * Makefile.in (AUTOGENEL): New var.
8089         (bootstrap-prepare): Rename from bootstrap-clean.
8090         Don't remove elc files.
8091         (maintainer-clean): New target.
8093         * xml.el (xml-get-attribute-or-nil): Simplify.
8095 2004-03-02  Juri Linkov  <juri@jurta.org>
8097         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
8098         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
8099         URL to prevent their substitution with the environment variable
8100         values by browsers.
8102 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8104         * ps-print.el: Doc fix.
8105         (ps-print-version): New version number (6.6.3).
8106         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
8107         Docstring fix.
8108         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
8109         before printing.
8110         (ps-time-stamp-yyyy-mm-dd): New fun.
8111         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
8113 2004-03-02  Kim F. Storm  <storm@cua.dk>
8115         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
8117 2004-03-01  Juanma Barranquero  <lektu@terra.es>
8119         * allout.el (allout-rebullet-heading): Fix typo in docstring.
8121         * desktop.el (desktop-file-version)
8122         (desktop-after-read-hook): Fix typos.
8123         (desktop-clear-preserve-buffers): Remove redundant info in
8124         docstring already shown by the obsolescence message.
8125         (desktop-truncate, desktop-internal-v2s)
8126         (desktop-value-to-string): Change argument name to match docstring.
8128         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
8130         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
8131         docstring.
8133 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8135         * printing.el: Replace "As Is..." in PostScript file print/preview by
8136         "No Preprocessing...".  Suggested by Colin Marquardt
8137         <_marquardt_@zmd.de>.
8138         (pr-insert-section-4): Adjust buffer interface.
8140 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
8142         Version 2.0.39 of Tramp released.
8144         * net/tramp.el (tramp-handle-file-local-copy)
8145         (tramp-handle-write-region, tramp-open-connection-rsh):
8146         Variable name typo.  Small change.  From Patrick Tullmann
8147         <tullmann@flux.utah.edu>.
8148         (tramp-process-connection-type): New variable.
8149         (tramp-maybe-open-connection): Use it.
8150         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
8151         (tramp-touch): Set last-modified time of a remote file.
8152         (tramp-handle-write-region): Say which function is used when encoding.
8154 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8156         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
8157         case of non-existing filename, too.  Reported by Christoph Bauer
8158         <c_bauer@informatik.uni-kl.de>.
8159         (tramp-smb-get-file-entries): The directory in question should
8160         have permissions "drwxrwxrwx".  Just virtual, because we don't
8161         know the real permissions.  Don't we know?
8162         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
8163         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
8164         (tramp-smb-wait-for-output): Optimize algorithm getting pending
8165         output.  If it was received chunkwise, there have been problems.
8166         Remove the "prompt not found" error message; it is obvious.
8167         Simplify algorithm.
8168         (tramp-smb-process-running): Remove.  Since we acknowledge the
8169         virtual prompt for shares, there's no need for distinction of
8170         reading shares (process ends afterwards) and interactive mode of
8171         smblient.
8172         (tramp-smb-open-connection): Setting process sentinel removed.
8173         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
8174         "NT_STATUS_NETWORK_ACCESS_DENIED".
8175         (tramp-smb-maybe-open-connection): Set `process-connection-type'
8176         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
8177         (top-level): Setting default value in `tramp-default-method-alist'
8178         corrected.  Order of USER and HOST have been wrong.
8179         Nobody complained for months ...
8180         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
8181         (tramp-smb-open-connection): Clear password cache if login has failed.
8183         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
8184         `tramp-unified-filenames'.
8185         (tramp-completion-mode): Make test for XEmacs explicitely.
8186         `event-to-character' can exists in Emacs packages too.
8187         Reported by Matt Swift <swift@alum.mit.edu>.
8188         (tramp-buffer-name): Buffer name must contain the user if exists.
8189         Reported by Adrian Phillips <a.phillips@met.no>.
8190         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
8191         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
8192         (tramp-do-copy-or-rename-file-out-of-band): Rename from
8193         `tramp-do-copy-or-rename-file-one-local', because it handles also
8194         the case both files use the same out-of-band method.
8195         Implementation added.
8196         (tramp-handle-file-local-copy, tramp-handle-write-region):
8197         Out-of-band handling removed.  `copy-file' called instead, which
8198         calls `tramp-do-copy-or-rename-file-out-of-band'.
8199         (tramp-action-password): Check for out-of-band method removed.
8200         This function is used for 'login-program.
8201         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
8202         appropriate.
8203         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
8204         and `tramp-parse-sknownhosts'.
8205         (tramp-completion-function-alist): It's a defvar now, because we
8206         want to apply the optimized `tramp-set-completion-function'
8207         instead of a static list.
8208         (tramp-set-completion-function): Implementation tuned.
8209         Avoid double entries, and entries where the function or the
8210         file/directory doesn't exist.
8211         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
8212         for SSH2.
8213         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
8214         (tramp-handle-dired-compress-file): New function.
8215         (tramp-async-proc): New variable.
8216         (tramp-handle-shell-command): Adding asynchronous processes.
8217         They are far from being perfect, but it works at least for
8218         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
8219         (top-level): Require password.el if visible.  Should be mandatory
8220         once No Gnus has found its way into (X)Emacs.
8221         (tramp-read-passwd): Invoke `password-read' if available,
8222         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
8223         fallback any longer.
8224         (tramp-clear-passwd): New function.
8225         (tramp-process-actions, tramp-process-multi-actions):
8226         Clear password cache if login has failed.
8228         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
8229         its own module.
8230         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
8231         `ange-ftp-ftp-name-res'.  There could be incorrect values from
8232         previous calls in case the "ftp" method is used in the Tramp file
8233         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8235 2004-02-28  Richard M. Stallman  <rms@gnu.org>
8237         * term.el (term-mouse-paste): Call mouse-set-point.
8239         * thumbs.el: New file.
8241 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8243         * progmodes/ebnf-abn.el: Doc fix.
8245         * progmodes/ebnf-bnf.el: Doc fix.
8246         (ebnf-repeat): Code fix.
8248         * progmodes/ebnf2ps.el: Doc fix.
8249         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
8251 2004-02-28  Juri Linkov  <juri@jurta.org>
8253         * ffap.el (dired-at-point): Additional writability test for
8254         relative directory names.
8255         (dired-at-point-prompter): Treat directories as a directory, get
8256         the directory component from files.
8257         (ffap-string-at-point): Return string from region if region is active.
8258         (ffap-file-at-point): Remove redundant code.
8260 2004-02-28  Kim F. Storm  <storm@cua.dk>
8262         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
8263         Initialize margin area images to nil.
8264         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
8265         (breakpoint-enabled-bitmap-face)
8266         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
8267         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
8268         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
8269         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
8270         (gdb-reset): Use gdb-remove-breakpoint-icons.
8271         (gdb-put-string): Add dprop arg to specify alternative display
8272         property (for setting fringe bitmap).
8273         (gdb-remove-strings): Doc fix.
8274         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
8275         icon in fringe (if available), or else as icon or text in display
8276         margin.  Creates necessary icons in breakpoint-bitmap,
8277         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
8278         Also make left window margin if required.
8279         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
8280         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
8281         no longer needed.
8282         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
8283         gdb-put-breakpoint-icon.
8284         (gdb-assembler-mode): Don't set left-margin-width here.
8286 2004-02-27  Kevin Ryde  <user42@zip.com.au>
8288         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
8289         comma, so that it DTRT in macros.
8291 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8293         * progmodes/sh-script.el (sh-shell-arg)
8294         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
8295         (sh-leading-keywords, sh-other-keywords): Fix custom type.
8297 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
8299         * faces.el (face-spec-set-match-display): Add a new attribute,
8300         `min-colors'.
8301         (region, highlight, secondary-selection): Use `min-colors'.
8303         * custom.el (defface): Add documentation for `min-colors'.
8305         * font-lock.el (font-lock-comment-face, font-lock-string-face)
8306         (font-lock-keyword-face, font-lock-function-name-face)
8307         (font-lock-variable-name-face, font-lock-constant-face):
8308         Use `min-colors'.
8310         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
8312 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8314         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
8315         define assq-delete-all if it's not defined.
8316         (ebnf-generate-region): Code fix.
8318         * printing.el: Doc fix.
8319         (pr-version): New version number (6.7.2).
8320         (pr-command): Return empty string if command is an empty string.
8322 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8324         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
8326         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
8327         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
8328         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
8329         "tt" ["test"] ).  Reported by Markus Dreyer
8330         <mdreyer@ix.urz.uni-heidelberg.de>.
8331         (ebnf-version): New version number (4.0).
8332         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
8333         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
8334         (ebnf-delete-style): New commands.
8335         (ebnf-directory, ebnf-file): New funs.
8336         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
8337         (ebnf-production-name-p, ebnf-stop-on-error): New options.
8338         (ebnf-syntax-alist): New var.
8339         (ebnf-element-width): New fun replacing ebnf-list-width.
8340         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
8341         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
8342         (ebnf-prologue): Adjust vars.
8343         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
8344         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
8345         (ebnf-check-style-values, ebnf-generate-production)
8346         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
8347         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
8348         (ebnf-token-repeat): Code fix.
8350         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
8351         %right, %left and %prec.  Suggested by Matthew K. Junker
8352         <junker@alum.mit.edu>.
8353         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
8355         * progmodes/ebnf-iso.el: Doc fix.
8356         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
8357         (ebnf-iso-lex): Code fix.
8359         * progmodes/ebnf-bnf.el: Doc fix.
8360         (ebnf-bnf-lex): Code fix.
8362         * progmodes/ebnf-otz.el: Doc fix.
8364 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
8366         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
8367         (abbrev-prefix-mark): Doc fix.
8369 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
8371         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
8372         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
8373         (gdb-var-delete): Make interactive (really).
8374         (gdb-edit-value): Make non-interactive.
8376         * progmodes/gud.el (gud-speedbar-menu-items):
8377         Add gdb-var-delete and, indirectly, gdb-edit-value.
8378         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
8379         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
8380         (gud-gdb-marker-filter): Add comment for annotations.
8382 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
8384         * calendar/calendar.el (generate-calendar)
8385         (calendar-read-date): Prevent display of BC calendars once more -
8386         reverts 2003-10-01 change.
8387         (generate-calendar-month): Doc fix.
8389 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8391         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
8392         return value of increment-calendar-month.
8394 2004-02-21  Stephen Compall  <s11@member.fsf.org>
8396         * saveplace.el (save-place-forget-unreadable-files)
8397         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
8398         (save-place-forget-unreadable-files): New function.
8399         (save-place-alist-to-file): Use it to filter out files that are
8400         no longer readable.
8402         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
8403         current Texinfo environment, using the same method as in
8404         `texinfo-insert-@end', and insert a space rather than a newline if
8405         point in a @table environment.
8407 2004-02-21  Juri Linkov  <juri@jurta.org>
8409         * ffap.el (ffap-file-at-point): Try parent directories.
8411 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
8413         * vcursor.el (vcursor-modifiers): New defcustom.
8414         (vcursor-cs-binding): Use vcursor-modifiers instead of a
8415         hard-coded list.
8417 2004-02-21  Masatake YAMATO  <jet@gyve.org>
8419         * play/animate.el (animate-birthday-present): Accept names other
8420         than `Sarah', too.
8422 2004-02-21  Juri Linkov  <juri@jurta.org>
8424         * startup.el: Remove table of command line arguments from the
8425         Commentary section.
8427 2004-02-20  John Wiegley  <johnw@newartisans.com>
8429         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
8430         again" modifier from 'e' to 'E', since 'e' is also used by the
8431         "file extension" modifier.
8433 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
8435         * help-fns.el (describe-categories): Doc fix.
8437 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8439         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
8440         temporary file for buffer already visiting one.  This change makes
8441         output likely to be directly usable by patch program.
8442         Suggested by Adrian Aichner  <adrian@xemacs.org>
8444 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
8446         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
8447         case of variables defined in compound statements.
8448         (gdb-setup-windows, gdb-source-info, gdb-source-info):
8449         Simplify constructions using switch-to-buffer.
8451 2004-02-19  Simon Josefsson  <jas@extundo.com>
8453         * play/morse.el: Fix typo.
8454         (morse-code): Add @.
8456 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
8458         * calendar/appt.el (appt-display-format): Change default to
8459         'ignore, for backwards compatibility.
8460         (appt-display-message): If appt-display-format is 'ignore,
8461         respect old vars appt-msg-window and appt-visible.
8462         (appt-activate): Don't depend on return value of cancel-timer.
8464         * calendar/calendar.el (calendar-holidays): Doc fix.
8466         * calendar/cal-coptic.el (coptic-prompt-for-date):
8467         Use assoc-string instead of assoc-ignore-case.
8468         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8469         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8470         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8471         * calendar/cal-islam.el (calendar-goto-islamic-date)
8472         (mark-islamic-diary-entries): Ditto.
8473         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8474         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8475         (calendar-read-mayan-tzolkin-date): Ditto.
8476         * calendar/calendar.el (calendar-read-date): Ditto.
8477         * calendar/diary-lib.el (mark-diary-entries): Ditto.
8479 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8481         * progmodes/executable.el (executable-command-find-posix-p):
8482         Fix choice of the directory.
8484 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
8486         * simple.el (interprogram-cut-function)
8487         (interprogram-paste-function, kill-new, kill-append):
8488         Doc fixes.
8489         (kill-region): Make it return nil.  Doc fix.
8490         (yank-pop): Make its argument optional.
8491         (yank): Make ARG `-' equivalent to `-1'.
8493 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
8495         * mail/rmail.el (rmail-get-new-mail): Don't reference
8496         rmail-use-spam-filter if rmail-spam-filter is not loaded.
8498 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8500         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
8501         if one of global-auto-revert-non-file-buffers or autorevert-mode
8502         is non-nil.
8504 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
8506         * subr.el (delete-dups): A better implementation from Karl Heuer
8507         <kwzh@gnu.org>.
8509 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
8511         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
8512         correct place.
8513         * progmodes/icon.el (icon-indent-command): Ditto.
8514         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
8516 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
8518         * progmodes/grep.el (grep-compute-defaults): Undo change from
8519         2004-01-29: don't use executable-command-find-posix-p.
8521 2004-02-16  Richard Sharman  <rsharman@pobox.com>
8523         * hilit-chg.el: Use require instead of eval-and-compile.
8524         (highlight-compare-buffers): New function.
8526 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
8528         * man.el (Man-fontify-manpage): Render section headings in
8529         `Man-overstrike-face' even when overstrike was not used by man
8530         formatter for section headings.
8532 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
8534         * rmail-spam-filter.el: (vm-use-spam-filter)
8535         (rsf-min-region-length-added-to-spam-list): New variables.
8536         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
8537         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
8538         spam testing.  Don't delete spam message if automatic deletion
8539         after output via variable rmail-delete-after-output is turned on.
8540         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
8541         rsf-bbdb-dont-create-entries-for-spam.
8542         (check-field): New function, extracted from code in
8543         rmail-spam-filter to ease addition of header fields like content-type.
8544         (message-content-type): New variable to check the content-type:
8545         field added, also in defcustom of rsf-definitions-alist.
8546         (rmail-spam-filter): Replace repeated test code for header fields
8547         by calls to check-field; change the call to
8548         rmail-output-to-rmail-file such that rmail-current-message stays
8549         the same to avoid wrong deletion of unseen flags.
8550         (rsf-add-contents-type): New function to convert old format
8551         of rmail-spam-definitions-alist into new one.
8552         Change prefixes of all variables and functions from
8553         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
8555 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
8557         * loadhist.el (unload-hook-features-list): New defvar.
8559 2004-02-16  Dave Love  <fx@gnu.org>
8561         * loadhist.el (unload-feature): Doc fix.  Rename flist to
8562         unload-hook-features-list.
8564 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
8566         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
8567         cookie.  Don't check if we are looking-at open-formula.
8569 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8571         * subr.el (match-string-no-properties): Use substring-no-properties.
8573 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
8575         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
8576         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
8577         Use lower-case "rx" in all error message.
8579 2004-02-16  Dave Love  <fx@gnu.org>
8581         * emacs-lisp/rx.el (rx-or): Put group around result.
8582         (rx-constituents): Add backref.
8583         (rx-syntax): Add string-delimiter, comment-delimiter.
8584         (rx-categories): Add combining-diacritic.
8585         (rx-check-not, rx-greedy, rx): Doc fix.
8586         (rx-backref, rx-check-backref): New.
8588 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
8590         * newcomment.el (uncomment-region): Allow eob as comment end.
8592 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
8594         * filecache.el: All message and error commands now use prefix
8595         "Filecache:" to make it easy to read *Messages* buffer.
8597 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
8599         * autorevert.el: Add support to detect changed dired and VC buffers.
8600         (auto-revert-active-p, auto-revert-list-diff)
8601         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
8602         (auto-revert-handler, auto-revert-active-p): New functions.
8603         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
8604         and `auto-revert-active-p'.
8605         (eval-when-compile): Defvar dired-directory and vc-mode.
8606         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8607         (auto-revert-handler-vc): New functions.
8609 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
8611         * progmodes/compile.el (compilation-directory): New defvar.
8612         (compile): Save current directory in compilation-directory.
8613         (recompile): Bind default-directory to compilation-directory if
8614         that is non-nil.
8616 2004-02-16  Dave Love  <fx@gnu.org>
8618         * newcomment.el (comment-insert-comment-function)
8619         (comment-region-function, uncomment-region-function): New.
8620         (comment-indent): Use comment-insert-comment-function.
8621         (uncomment-region): Use uncomment-region-function.
8622         (comment-region): Use comment-region-function.
8624         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
8626 2004-02-16  Richard Stallman  <rms@gnu.org>
8628         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
8629         loaddefs* and ldefs-boot*.
8631 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
8633         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
8634         and email address at the beginning and end of the address.
8636         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
8637         anchored at the beginning of the email address.
8639 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
8641         * international/ccl.el (ccl-compile-write): Pass `left' to
8642         ccl-embed-code to generate correct code of write-expr-register.
8644 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
8646         * progmodes/grep.el (grep-compute-defaults): Fix typos.
8648 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8650         * x-dnd.el: Mention support for Motif in commentary.
8651         (x-dnd-handle-drag-n-drop-event): Ditto.
8653 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
8655         * ses.el: Use "ses--" prefixes for buffer-local variables.
8656         Use (point-min) instead of 1, even when we know the buffer
8657         is unnarrowed.
8658         (ses-build-load-map): Delete.  Distribute its content to defconst's for
8659         the three maps.
8660         (ses-menu, ses-header-line-menu): New menus.
8661         (ses-mode-map): Use them.
8662         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
8664 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
8666         * Makefile.in: Fix the CC Mode recompile kludge so it works
8667         when building in a different directory.
8669 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
8671         * simple.el (kill-new): Put yank-handler property on the entire string.
8673 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8675         * diff.el: Don't use compile any more, use diff-mode instead.
8676         (diff-regexp-alist, diff-old-file, diff-new-file)
8677         (diff-parse-differences, diff-process-setup): Remove.
8678         (diff-sentinel): New fun.
8679         (diff): Use it.  Run the process ourselves.
8680         Use diff-mode for the rest of the processing.
8682         * diff.el (diff): Simplify code handling `switch'.
8684 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8686         * pcvs-defs.el (cvs-menu): Add `tag'.
8688 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
8690         * simple.el (kill-append): Doc fix.
8692         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8693         Adapt outline-regexp to the new conventions for commenting out code.
8695 2004-02-11  John Paul Wallington  <jpw@gnu.org>
8697         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
8699 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8701         * diff.el (diff-switches): New fun.
8702         (diff, diff-backup): Use it.
8703         (diff): Clean up the args construction.  Use backquote.
8704         Use listp instead of consp to avoid putting a nil arg.
8705         (diff): Add a revert-buffer function.
8707 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8709         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
8710         handled by x-dnd-handle-file-name.
8711         (x-dnd-known-types): Add COMPOUND_TEXT.
8712         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
8713         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
8714         x-dnd-empty-state.
8715         (x-dnd-forget-drop): Ditto.
8716         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
8717         (x-dnd-handle-one-url): Return private when inserting text.
8718         (x-dnd-insert-ctext): New function.
8719         (x-dnd-handle-file-name): New function for FILE_NAME.
8720         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
8721         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
8722         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
8724 2004-02-10  Kenichi Handa  <handa@m17n.org>
8726         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
8727         instead of while loop.
8729 2004-02-10  Miles Bader  <miles@gnu.org>
8731         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
8733 2004-02-09  Kenichi Handa  <handa@m17n.org>
8735         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
8736         have end-of-line.
8738 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
8740         * Makefile.in: Added extra dependencies in the recompile target
8741         needed to cope with the compile time macro expansions in CC Mode.
8743 2004-02-09  Kim F. Storm  <storm@cua.dk>
8745         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
8746         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
8747         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
8748         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
8749         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
8750         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
8751         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
8752         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
8753         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
8754         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
8755         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
8757 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8759         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
8760         Don't allow shrink if there's a window on our right.
8762         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
8763         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
8764         Bring together declaration and initialization.
8765         (prolog-mode-variables): Don't set the syntax table.
8766         Don't set paragraph-start and comment-indent-function.
8767         Add /*..*/ to the comment regexps.
8768         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
8769         (prolog-mode-map): Don't bind TAB.
8770         (prolog-mode): Set the syntax table.
8771         (prolog-comment-indent): Remove.
8772         (inferior-prolog-mode-map): Initialize in the declaration.
8773         (inferior-prolog-mode-syntax-table)
8774         (inferior-prolog-mode-abbrev-table): New vars.
8775         (inferior-prolog-mode): Derive from comint-mode.
8776         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
8777         minibuffer windows.
8779         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
8780         in file names, as long as it is unabmiguous.
8782 2004-02-08  Andreas Schwab  <schwab@suse.de>
8784         * textmodes/reftex-toc.el
8785         (reftex-toc-load-all-files-for-promotion): Remove useless use of
8786         format.  Doc fix.
8788         * textmodes/refer.el (refer-find-entry-internal): Remove extra
8789         format string arguments.
8791         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
8792         string argument.
8794         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
8796         * play/zone.el (zone-call): Fix format string.
8798         * net/webjump.el (webjump-builtin): Add missing format string argument.
8800         * midnight.el (midnight-delay-set): Remove extra format string argument.
8802         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
8804         * hexl.el (hexl-insert-char): Add missing format string argument.
8806         * format.el (format-decode): Fix format string.
8808         * emulation/vi.el (vi-mode): Remove extra format string argument.
8809         (vi-repeat-last-search): Likewise.
8810         (vi-reverse-last-search): Likewise.
8811         (vi-goto-mark): Likewise.
8812         (vi-reverse-last-find-char): Likewise.
8813         (vi-repeat-last-find-char): Likewise.
8814         (vi-locate-def): Likewise.
8816         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
8818         * ediff-util.el (ediff-toggle-read-only): Remove extra format
8819         string argument.
8820         (ediff-toggle-regexp-match): Likewise.
8822         * dired-aux.el (dired-do-query-replace-regexp): Add missing
8823         format string argument.
8825         * calc/calc-map.el (calc-get-operator): Remove extra format
8826         string argument.
8828         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
8830         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
8831         string argument.
8833         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
8835         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
8837         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
8839         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
8840         (cl-struct-setf-expander): Likewise.
8842         * vc.el (with-vc-file): Fix unsafe uses of error.
8843         (vc-cancel-version): Likewise.
8845 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
8847         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
8848         thousands separator; fixes <class>:<line-number> regexp for
8849         non-english locales.
8851 2004-02-08  Andreas Schwab  <schwab@suse.de>
8853         * view.el (view-mode-enable): Revert previous change.
8855 2004-02-07  Kim F. Storm  <storm@cua.dk>
8857         * simple.el (line-number-at-pos): Rename from line-at-pos.
8858         Uses changed (what-line and vc-annotate-warp-version).
8860 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8862         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
8863         (diff-mode): Remove aborted attempt at support for compile.el.
8864         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
8866 2004-02-06  Andreas Schwab  <schwab@suse.de>
8868         * view.el (view-mode-enable): Add view-mode-map to
8869         minor-mode-overriding-map-alist.
8871 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8873         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
8875 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8877         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
8878         with point inside rather than after the paragraph.
8880 2004-02-04  Sam Steingold  <sds@gnu.org>
8882         * mail/smtpmail.el (smtpmail-try-auth-methods):
8883         Do not try authentication when no mechanism is available.
8884         Pass port-name as defaultport to `netrc-machine'.
8886 2004-02-04  Stephen Eglen  <stephen@gnu.org>
8888         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
8889         to show how minibuffer height can be constrained.
8891 2004-02-04  John Paul Wallington  <jpw@gnu.org>
8893         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
8895 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8897         * x-dnd.el: New file for drag and drop.
8899         * term/x-win.el: require x-dnd, set after-make-frame-functions
8900         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
8901         drag-n-drop event.
8903         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
8904         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
8905         (dired-dnd-handle-file): New functions for drag and drop support.
8906         (dired-mode): Initialize drag and drop if x-dnd present.
8908 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8910         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
8911         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
8912         (cperl-mode): Set fill-paragraph-function.
8913         (cperl-fill-paragraph): Make it non-interactive.
8915 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
8917         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
8919 2004-02-02  David Kastrup  <dak@gnu.org>
8921         * replace.el (perform-replace): Allow 'literal argument in
8922         regexp-flag to indicate literal replacement.
8923         (query-replace-regexp-eval): Use it.
8925 2004-02-01  Andreas Schwab  <schwab@suse.de>
8927         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
8929 2004-02-01  Stephen Eglen  <stephen@gnu.org>
8931         * info-look.el: Add support for maxima-mode.  Update commentary
8932         because info-lookup-symbol is now bound to C-h S.
8934 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
8936         * simple.el (edit-and-eval-command): Bind print-level and
8937         minibuffer-history-sexp-flag around call to read-from-minibuffer.
8938         Correct initial position in command-history.
8940 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
8942         * files.el (read-directory-name): Adapt the docstring to recent
8943         change in Fread_file_name.
8945 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
8947         * ses.el (ses-print-cell): If print format too wide for column
8948         width, truncate decimal places if that helps to avoid "#####" fill.
8949         * ses.el (ses-initial-column-width): Revert previous change.
8951 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8953         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
8954         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
8955         Add edebug info.
8956         (jit-lock-mode): Setup/cancel the new timer.
8957         (jit-lock-context-fontify): New fun.  Extracted from
8958         context fontification code of jit-lock-stealth-fontify.
8959         (jit-lock-stealth-fontify): Don't do context fontification any more.
8961         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
8962         (jit-lock-fontify-now): Handle the `quit' case.
8963         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
8965 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
8967         * progmodes/executable.el (executable-command-find-posix-p):
8968         New.  Check if find handles arguments Posix-style.
8970         * progmodes/grep.el (grep-compute-defaults):
8971         Use executable-command-find-posix-p.
8972         (grep-find): Check `grep-find-command'.
8974         * filecache.el (file-cache-find-posix-p): Delete.
8975         (file-cache-add-directory-using-find):
8976         Use `executable-command-find-posix-p'.
8978 2004-01-29  Dave Love  <fx@gnu.org>
8980         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
8981         Iterate the hook function if arg is given.
8982         (mark-defun, narrow-to-defun): Change order of finding the limits.
8984         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
8985         (byte-compile-format-warn): New.
8986         (byte-compile-callargs-warn): Use it.
8987         (Format, message, error): Add byte-compile-format-like property.
8988         (byte-compile-maybe-guarded): New.
8989         (byte-compile-if, byte-compile-cond): Use it.
8990         (byte-compile-lambda): Compile interactive forms,
8991         just to make warnings about them.
8993 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
8995         * ses.el (ses-initial-column-width): Increase to 14, so it will
8996         work well with the default printer of "%.7g" for extreme values
8997         like "-1.234567e+07".
8999 2004-01-29  Kenichi Handa  <handa@m17n.org>
9001         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
9003 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
9005         * dos-w32.el: Added support for the `default-printer-name' function.
9007 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9009         * server.el (server-socket-name): Don't use the hostname in the
9010         socket name since /tmp is local to the host anyway.
9012         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
9013         robust check of widening and fix var-naming.
9015 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
9017         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
9018         or rmail-spam- to rsf- in all function and variable names.
9019         (rsf-min-region-to-spam-list): New variable.
9020         (rsf-bbdb-auto-delete-spam-entries): Rename from
9021         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
9022         scanned together with the recipients field for spam testing; Don't
9023         delete spam message if rmail-delete-after-output is non-nil;
9024         (rsf-check-field): New function, extracted from code in
9025         rmail-spam-filter to ease addition of header fields like
9026         content-type:;
9027         (message-content-type): New variable.  The content-type: field was
9028         added also in defcustom of rsf-definitions-alist;
9029         (rmail-spam-filter): Replace repeated test code for header fields
9030         by calls to check-field; change the call to
9031         rmail-output-to-rmail-file such that rmail-current-message stays
9032         the same to avoid wrong deletion of unseen flags.
9033         (rmail-use-spam-filter): Add autoload cookie.
9035 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
9037         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
9038         (file-cache-add-directory-using-find): Add Cygwin support.
9039         (file-cache-find-command-posix-flag): New user variable.
9041         * filecache.el (file-cache-add-directory): Check for
9042         directories an remove them from dir-files.
9044 2004-01-27  Richard M. Stallman  <rms@gnu.org>
9046         * man.el (Man-fontify-manpage): Clean up message.
9048 2004-01-27  Kenichi Handa  <handa@m17n.org>
9050         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
9051         (sentence-end): Define using sentence-end-without-space.
9053         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
9054         a sentence ends with one of a character in sentence-end-without-space.
9056 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9058         * font-lock.el (font-lock): Add jit-lock as explicit group member.
9059         (jit-lock): Group declaration moved to jit-lock.el.
9060         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
9061         when necessary.
9063         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
9064         (jit-lock-context-unfontify-pos): Rename from
9065         jit-lock-first-unfontify-pos.
9066         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
9068 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
9070         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
9071         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
9072         (fortran-fill): When filling a string, adjust re-search-backward
9073         argument for special case of string just on fill-column.
9074         When filling non-string, allow one extra char if
9075         fortran-break-before-delimiters is non-nil.
9076         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
9077         Use fortran-break-delimiters-re and fortran-no-break-re to
9078         correctly handle cases such as "**".
9080         * progmodes/f90.el (f90-break-delimiters): Doc fix.
9081         (f90-no-break-re): Add some extra tokens.  Doc fix.
9083 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
9085         * mail/rmail-spam-filter.el:
9086         Use two semicolons as Commentary line prefix.
9087         Add ";;; Code:" stylized comment.
9088         Delete end-of-line whitespace.
9089         Wrap (require 'cl) with `eval-when-compile'.
9091 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
9093         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
9094         at the top level of vc.el.
9096 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
9098         * vc.el (vc-current-line): Function removed.  This is now done by
9099         the new function line-at-pos in simple.el.
9100         (vc-annotate-warp-version): Use line-at-pos instead of
9101         vc-current-line.
9103 2004-01-22  Kim F. Storm  <storm@cua.dk>
9105         * simple.el (line-at-pos): New defun.
9106         (what-line): Use it.  Optimize by only counting lines in narrowed
9107         region once.
9109 2004-01-22  Kenichi Handa  <handa@m17n.org>
9111         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
9112         point (register r1) only for charset mule-unicode-0100-24ff.
9114 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9116         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
9117         trailing white space and ensure a final newline.
9119         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
9120         Add autoload cookie.
9122 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
9124         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
9125         activate view-mode explicitly.
9127 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9129         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
9130         use clipboard first.
9132 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9134         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
9135         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
9136         (vc-mcvs-cvs): Remove.
9137         (vc-mcvs-command): Remove use of assert.
9139         * outline.el (outline-insert-heading): Tighten up match.
9140         (outline-demote, outline-move-subtree-down): Don't assume anything
9141         about outline-regexp.
9143         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
9144         (texinfo-show-structure): Explicitly add ^, and simplify.
9146 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
9148         * calendar/appt.el (appt-check): Restore usage of
9149         appt-issue-message deleted in previous change.
9150         (top-level): Activate package when loaded (needed for backwards
9151         compatibility).
9153 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9155         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
9156         following previous change to smtpmail-send-data.
9158 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
9160         * vc.el (vc-default-previous-version): Doc enhancement.
9161         (vc-default-next-version): New function.
9162         (vc-print-log): New arg FOCUS-REV.
9163         (vc-annotate-mode): Derive from view-mode.
9164         (vc-annotate): New args REVISION, DISPLAY-MODE.
9165         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
9166         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
9167         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
9168         (vc-annotate-show-diff-revision-at-line, vc-current-line)
9169         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
9171         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
9173 2004-01-19  Karl Berry  <karl@gnu.org>
9175         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
9176         or "TexInfo".
9178 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
9180         * subr.el (delete-dups): New function.
9182 2004-01-19  Karl Berry  <karl@gnu.org>
9184         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
9185         with ^, since that's what texinfo-show-structure
9186         documentation says (plus it works much better in texinfo.txi).
9188 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
9190         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
9192 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
9194         * progmodes/which-func.el (which-function-mode): Don't cancel
9195         which-func-update-timer if not set.
9197 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
9199         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
9200         Remove spurious left square bracket in XX:XXam regexp.
9202 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
9204         * progmodes/cc-defs.el: Do not require cl at run time.
9206 2004-01-16  Richard M. Stallman  <rms@gnu.org>
9208         * emacs-lisp/cl.el (cl-cannot-unload): New function.
9209         (cl-unload-hook): Defvar this to run cl-cannot-unload.
9211         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
9212         Call rmail-spam-filter.  Delete and expunge spam.
9213         Print number of spam messages deleted.
9214         Save and restore the deletion status of old messages when reading
9215         new mail with spam filter, so that expunging spam does not expunge
9216         msgs deleted by the user.
9217         (rmail-only-expunge): Add an optional argument dont-show to
9218         prevent showing message after expunge.
9220 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
9222         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
9223         * subr.el (declare): New macro.
9225 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
9227         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
9229 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9231         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9232         Test window-system rather than system-type (for X11/Mac).
9234 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
9236         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
9238 2004-01-12  Richard M. Stallman  <rms@gnu.org>
9240         * mail/rmail.el (rmail-convert-to-babyl-format):
9241         Use mail-unquote-printable-region.
9242         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
9243         (rmail-hex-char-to-integer): Functions deleted.
9245         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
9246         (mail-unquote-printable-region): New arg NOERROR.
9247         For invalid encoding, either signal an error to just return nil.
9249 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
9251         * calendar/appt.el: Update copyright and commentary.
9252         (appt-issue-message): Make obsolete.
9253         (appt-visible, appt-msg-window): Make obsolete, in favour of
9254         appt-display-format.
9255         (appt-display-mode-line, appt-display-duration)
9256         (appt-display-diary, appt-time-msg-list, appt-mode-string)
9257         (appt-prev-comp-time, appt-display-count, appt-timer)
9258         (appt-convert-time): Doc change.
9259         (appt-disp-window-function, appt-delete-window-function):
9260         Use defcustom rather than defvar.
9261         (appt-display-format): New variable.
9262         (appt-display-message): New function with display code from appt-check.
9263         (appt-check): Add optional FORCE argument.  Doc change.
9264         Add appt-make-list to diary-hook if displaying diary.
9265         Remove checking of view-diary-entries-initially.
9266         Message display section removed to new function appt-display-message.
9267         (appt-display-window): Doc change.  Remove unused internal var
9268         this-buffer.  Do not beep, since appt-display-message does that.
9269         (appt-make-list): Doc change.  Use caar.
9270         (appt-sort-list): Simplify by using builtin sort function.
9271         (appt-update-list): New function for updating appts when diary is
9272         saved.
9273         (appt-activate): New autoloaded function to toggle package
9274         functionality.
9276         * calendar/cal-x.el: (calendar-one-frame-setup)
9277         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
9279         * calendar/calendar.el: Update copyright.
9280         (view-diary-entries-initially, european-calendar-style): Doc change.
9281         (calendar-setup): Make defcustom rather than defvar.
9282         (mark-visible-calendar-date): Initialize temp-face and faceinfo
9283         in let binding so local to function.
9285         * calendar/diary-lib.el: Update copyright.
9286         (diary, diary-entry-time): Doc change.
9287         (list-diary-entries): Doc change.  Trivial logic change.
9288         (fancy-diary-display): Restore make-face command mistakenly
9289         deleted 2003-05-08.
9290         (show-all-diary-entries): Allow to pop-up frame if needed.
9292 2004-01-09  John Paul Wallington  <jpw@gnu.org>
9294         * bindings.el (mode-line-change-eol): Add EVENT parameter.
9295         Temporarily select EVENT's window for changing eol type.
9297 2004-01-09  Deepak Goel  <deego@gnufans.org>
9299         * calendar/diary-lib.el (diary-entry-time):
9300         Also accept time in the form XX[.XX][am/pm/AM/PM].
9301         (fancy-diary-font-lock-keywords): Likewise.
9302         (diary-font-lock-keywords): Likewise.
9303         * calendar/appt.el (appt-add): Likewise.
9304         (appt-make-list): Likewise.
9305         (appt-convert-time): Likewise.
9307 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
9309         * gdb-ui.el (gdb-ann3): Revert previous change.
9310         (gdb-source-info): Allow for case of where compilation directory
9311         is not recorded.
9313 2004-01-08  John Paul Wallington  <jpw@gnu.org>
9315         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
9317 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
9319         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
9321         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
9322         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
9323         problems.
9324         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
9326 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
9328         * files.el (write-file-functions, write-contents-functions):
9329         Clarify docstrings.
9331 2004-01-07  Kenichi Handa  <handa@m17n.org>
9333         * international/mule.el (set-auto-coding): Fix for the case that
9334         end-of-line is only CR.
9336 2004-01-07  Kim F. Storm  <storm@cua.dk>
9338         * subr.el (event-start, event-end): Doc fix.
9339         (posn-string, posn-image): New defuns.
9340         (posn-object): Return either image or string object.
9341         (posn-object-x-y): Return 8th element of position.
9342         (posn-object-width-height): New defun.
9344 2004-01-06  Andreas Schwab  <schwab@suse.de>
9346         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
9347         output.
9349 2004-01-05  Karl Berry  <karl@gnu.org>
9351         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
9352         / and *, too.
9354 2003-12-31  Simon Josefsson  <jas@extundo.com>
9356         * files.el (before-save-hook): Add.
9357         (basic-save-buffer): Use before-save-hook.
9359         * emacs-lisp/copyright.el: Fix comment to recommend
9360         before-save-hook instead of write-file-functions.
9362 2004-01-05  Richard M. Stallman  <rms@gnu.org>
9364         * finder.el (finder-commentary): Call delete-other-windows.
9366         * net/ange-ftp.el (ange-ftp-file-attributes):
9367         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
9369 2004-01-04  Karl Berry  <karl@gnu.org>
9371         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
9372         comment characters % and # in the copyright year notice,
9373         as well as ;.
9375 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
9377         * wid-edit.el (default): Define dummy :value-delete.
9378         Reported by Jesper Harder <harder@ifa.au.dk>.
9380 2004-01-03  Richard M. Stallman  <rms@gnu.org>
9382         * progmodes/compile.el (compile-internal): Use point, not point-min,
9383         for set-window-point.
9385         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
9387         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
9389         * progmodes/grep.el (grep-mode-map):
9390         Don't remap next-line, previous-line.
9392 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
9394         * speedbar.el (speedbar-edit-line): Change regexp to position
9395         the cursor on the first character of this line's button.
9397 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
9399         * subr.el (functionp): Doc fix.
9401 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9403         * progmodes/idlwave.el (idlwave-make-tags):
9404         * textmodes/flyspell.el (flyspell-large-region):.
9405         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
9406         * emulation/viper-util.el (viper-glob-unix-files):
9407         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
9408         * man.el (Man-init-defvars):
9409         * jka-compr.el (jka-compr-call-process):
9410         * files.el (get-free-disk-space,insert-directory):
9411         * ediff-ptch.el (ediff-test-patch-utility):
9412         * ediff-diff.el (ediff-test-utility):
9413         * dired-aux.el (dired-check-process):
9414         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
9415         test the return value of call-process, because it can be a string.
9417 2003-12-31  John Paul Wallington  <jpw@gnu.org>
9419         * bindings.el (completion-ignored-extensions): Add .pfsl.
9421 2003-12-31  Kim F. Storm  <storm@cua.dk>
9423         * ido.el (ido-nonreadable-directory-p): New defun to check for
9424         nonreadable directory without activating tramp (to avoid problems
9425         with checking incomplete tramp paths).
9426         (ido-set-current-directory, ido-file-internal)
9427         (ido-file-name-all-completions1): Use it.
9429 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
9431         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
9432         documentation if the anchor (or node) name is preceded by `info
9433         anchor' or `Info anchor' in addition to earlier `info node' and
9434         `Info node'.
9435         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
9437 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
9439         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
9440         error in arguments to base64-decode-region.  Remove ^M characters
9441         after decoding base64.
9443 2003-12-30  Simon Josefsson  <jas@extundo.com>
9445         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
9446         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
9447         have only been distributed with Emacs for some years.
9448         (texinfo-mode-hook): Customize.
9450 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
9452         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
9453         cleaner (suggested by Richard Stallman).
9455         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
9456         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
9457         file-name clashes on 8+3 DOS filesystems.
9459         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
9460         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
9461         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
9462         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
9463         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
9464         file-name clashes on 8+3 filesystems.
9466         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
9467         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
9468         file-name clashes on 8+3 DOS filesystems.
9470 2003-12-29  Richard M. Stallman  <rms@gnu.org>
9472         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
9473         Upcase the character.
9475         * textmodes/flyspell.el (mail-mode-flyspell-verify):
9476         Search for header separator alone on a line, literally,
9477         and search for it backward, not forward.
9478         (flyspell-abbrev-table): Always use global-abbrev-table
9479         if there is no local one.
9481         * progmodes/sh-script.el (sh-get-indent-info):
9482         Don't move point back if at bob.
9484         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
9486         * play/handwrite.el (handwrite): Make the handwrite credit message
9487         a comment rather than an output command.
9489         * obsolete/sc.el: Display message that this file is obsolete.
9491         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
9493         * mail/rfc822.el (rfc822-address-start): Declare variable.
9494         Renamed from address-start.  All uses changed.
9496         * term.el (term-exec): Set up sentinel.
9497         (term-sentinel): New function.
9498         (term-handle-exit): New function.
9500         * subr.el (assoc-ignore-case, assoc-ignore-representation):
9501         Use assoc-string, and mark them obsolete.
9502         (delay-mode-hooks): Mark as permanent local.
9504         * simple.el (sendmail-user-agent-compose): Use assoc-string.
9506         * register.el (copy-rectangle-to-register): Doc fix.
9508         * info.el (Info-insert-dir): Use assoc-string.
9510         * info-look.el (info-lookup): Use assoc-string.
9512         * frame.el (pop-up-frame-function): Use quote, not `function'.
9513         (frame-notice-user-settings): Calculate ADJUSTED-TOP
9514         copying with lists as coordinate values.
9516         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
9518         * find-dired.el (kill-find): New command.
9519         (find-dired): Make buffer read-only.
9520         Set up a keymap with C-c C-k running kill-find.
9521         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
9523         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
9525         * filecache.el (file-cache-ignore-case): New variable.
9526         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
9528         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
9529         (comint-dynamic-complete-as-filename): Rename local vars.
9530         (comint-dynamic-list-filename-completions): Likewise.
9532         * comint.el (comint-dynamic-list-completions-config): New var.
9533         (comint-dynamic-list-completions): Handle both SPC and TAB right.
9535         * comint.el (comint-file-name-chars): Add [].
9536         (comint-word): Use skip-chars-backward, not search.
9538         * shell.el (shell-file-name-chars): Add [].
9540         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
9542         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
9544         * generic.el (define-generic-mode): Doc fix.
9546 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
9548         * files.el (kill-some-buffers): Doc fix.
9550 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
9552         * comint.el (comint-watch-for-password-prompt): Pass `string' as
9553         arg to send-invisible
9554         (send-invisible): Doc fix.  The argument is now a prompt, not the
9555         string to send.
9556         (comint-read-noecho): Doc fix.
9558 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
9560         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
9561         "@", as required by some ISP hosting service.  Fix defcustom
9562         argument syntax errors that prevented use of customization.
9564 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
9566         * xml.el (xml-get-attribute-or-nil): Doc fix.
9568 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
9570         * net/zone-mode.el (zone-mode): Use write-file-functions, not
9571         write-file-hooks.
9573 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9575         * autorevert.el (auto-revert-interval): Doc fix.
9577 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
9579         * xml.el (xml-get-attribute-or-nil): New function, like
9580         xml-get-attribute, but returns nil if the attribute was not found.
9581         (xml-get-attribute): Convert to defsubst, uses
9582         xml-get-attribute-or-nil.
9584 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
9586         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
9588 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
9590         * custom.el (custom-declare-theme): Use `value' when putting
9591         properties on `theme'.
9593 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
9595         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
9596         for each yank-handler segment.
9597         (insert-for-yank-1): New function, with the body of the previous
9598         insert-for-yank.
9600         * textmodes/table.el (table-yank-handler): New defcustom.
9601         (table--put-cell-indicator-property): Put yank-handler property
9602         that indicates the yank handler for the table cell.
9604 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9606         * generic-x.el (etc-modules-conf-generic-mode): A more complete
9607         set of keywords.
9609 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
9611         * international/mule-cmds.el (reset-language-environment)
9612         (set-language-environment): Don't invoke fontset-related functions
9613         if fontset-list is not fboundp.
9615 2003-12-29  Kenichi Handa  <handa@m17n.org>
9617         * international/mule-cmds.el (reset-language-environment):
9618         Call set-overriding-fontspec-internal with nil.
9619         (set-language-environment): Call set-overriding-fontspec-internal
9620         if the language environment specify `overriding-fontspec'.
9621         (language-info-alist): Doc added.
9623         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
9624         characters of mule-unicode-0100-24ff.
9625         (ccl-encode-windows-1251-font): New CCL program.
9626         ("Bulgarian"): Specify overriding-fontspec.
9627         ("Belarusian"): Likewise.
9629 2003-12-28  Sam Steingold  <sds@gnu.org>
9631         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
9632         parameter ID-FORMAT to conform with the 2003-11-30 patch.
9634 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
9636         * progmodes/gud.el (gud-gdb-command-name): Set default to
9637         "gdb --annotate=3".
9638         (gud-gdb-marker-filter): Look out for annotations.
9639         (gdb-first-pre-prompt): New variable.
9640         Remove trailing white space.
9642         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
9643         if necessary.
9644         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
9645         annotations are detected.
9646         (gud-gdba-marker-filter): Use global variable gud-marker-acc
9647         instead of a local one to allow transition from
9648         gud-gdb-marker-filter.
9649         Remove trailing white space.
9651 2003-12-27  Kim F. Storm  <storm@cua.dk>
9653         * ido.el: Handle non-readable directories.
9654         (ido-decorations): Add 9th element for non-readable directory.
9655         (ido-directory-nonreadable): New dynamic var.
9656         (ido-set-current-directory): Set it.
9657         (ido-read-buffer, ido-file-internal):
9658         (ido-read-file-name, ido-read-directory-name): Let-bind it.
9659         (ido-file-name-all-completions1): Return empty list for
9660         non-readable directory.
9661         (ido-exhibit): Print [Not readable] if directory is not readable.
9662         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
9663         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
9664         Use it.
9666 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
9668         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
9669         calls to directory-files-and-attributes and file-attributes.
9670         (ls-lisp-format): Remove system dependent handling of user and
9671         group id's.
9673 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
9675         * ffap.el (ffap-read-file-or-url): Revert previous change.
9677 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
9679         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
9680         new list of included files called `files-with-node-lines', that
9681         only have node lines.  This way @include commands can include any
9682         file, such as version and update files without node lines, not
9683         just files that are chapters.
9685 2003-12-25  Andreas Schwab  <schwab@suse.de>
9687         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
9688         file not found.
9690 2003-12-08  Miles Bader  <miles@gnu.org>
9692         * dired.el (dired-between-files): Always use dired-move-to-filename,
9693         which is more robust in non-english locales.
9695 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9697         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
9699 2003-12-24  Andreas Schwab  <schwab@suse.de>
9701         * shell.el (shell-file-name-quote-list): Add backslash.
9703         * comint.el (comint-quote-filename): Correctly handle backslash
9704         in comint-file-name-quote-list.
9706 2003-12-24  Kenichi Handa  <handa@m17n.org>
9708         * international/mule-cmds.el (set-default-coding-systems):
9709         Call ucs-set-table-for-input for all buffers that don't have local
9710         value of buffer-file-coding-system.
9712         * international/ucs-tables.el (ucs-set-table-for-input):
9713         If translation-table-for-encode is a symbol, get its
9714         translation-table property.
9716 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
9718         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
9719         to `completing-read' on a recently fixed bug.
9721         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9722         instead of SPACE, to get the list of possible fringe modes.
9723         SPACE only works if both `partial-completion-mode' and
9724         `completion-auto-help' are nil.
9726         * complete.el (PC-is-complete-p): Delete.
9727         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
9728         calls to `test-completion'.
9730 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
9732         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
9733         to edit values when there are no children.
9735         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
9736         a mode called "Assembler" already exists.
9737         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
9738         (gud-watch): Use format option.  Remove font properties from string.
9739         (gdb-var-create-handler, gdb-var-list-children-handler):
9740         Don't bother about properties as there are none.
9741         (gdb-var-create-handler, gdb-var-list-children-handler)
9742         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
9743         with two arguments.
9744         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
9745         Let speedbar show value changes with a different font.
9746         (gdb-edit-value): New defun.
9747         (gdb-clear-partial-output, gdb-clear-inferior-io)
9748         (def-gdb-auto-update-handler): Use erase-buffer.
9749         (gdb-frame-handler): Display watch expressions in
9750         FUNCTION::VARIABLE format if required.
9752 2003-12-23  John Paul Wallington  <jpw@gnu.org>
9754         * info.el (Info-unescape-quotes, Info-split-parameter-string)
9755         (Info-goto-emacs-command-node): Doc fixes.
9757 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
9759         * cus-edit.el (custom-add-parent-links): Define "many".
9761 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
9763         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
9764         (widget-child-validate, widget-type-value-create)
9765         (widget-type-default-get, widget-type-match): New functions.
9766         (lazy): New widget.
9767         (menu-choice, checklist, radio-button-choice, editable-list)
9768         (group, documentation-string): Remove redundant (per 2003-10-25
9769         change) calls to `widget-children-value-delete'.
9770         (widget-choice-value-get, widget-choice-value-inline): Remove.
9771         (menu-choice): Update widget.
9773 2003-12-03  Kenichi Handa  <handa@m17n.org>
9775         * language/cyrillic.el: Register "microsoft-cp1251" in
9776         ctext-non-standard-encodings-alist.
9777         ("Bulgarian"): Add ctext-non-standard-encodings.
9778         ("Belarusian"): Likewise.
9780         * international/mule-conf.el (compound-text-with-extensions):
9781         Change the type to 2 (iso-2022 base).
9783         * international/mule.el (ctext-non-standard-encodings-alist):
9784         Change the format.
9785         (ctext-non-standard-encodings): New variable.
9786         (ctext-post-read-conversion): Fully re-written.
9787         (ctext-non-standard-designations-alist): Delete it.
9788         (ctext-non-standard-encodings-table): New function.
9789         (ctext-pre-write-conversion): Fully re-written.
9791 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
9793         * cus-edit.el (custom-add-parent-links): Add documentation links
9794         for parent, if the item has none of its own.
9796 2003-11-30  Richard M. Stallman  <rms@gnu.org>
9798         * dired-aux.el (dired-do-query-replace-regexp):
9799         Report files visited read-only.
9801 2003-11-30  Juri Linkov  <juri@jurta.org>
9803         * dired-aux.el (dired-compare-directories): New command.
9804         (dired-file-set-difference, dired-files-attributes): New functions.
9806 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
9807         Version 2.0.38 of Tramp released.
9809         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
9810         Charles Curley <charlescurley@charlescurley.com>.
9811         (tramp-multi-connection-function-alist): Add ssht entry which adds
9812         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
9813         Aichner.
9814         (tramp-get-method-parameter): New function to retrieve a method
9815         parameter.  This allows for omission of method parameters.
9816         Callers adjusted.
9818 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
9820         * net/tramp.el: Add new optional parameter ID-FORMAT to
9821         `file-attributes'.  Calls of `file-attributes' won't use this
9822         parameter for backward compatibility reasons.
9823         (tramp-perl-file-attributes): Add a new parameter to Perl script
9824         in order to handle uid/gid as strings, if desired.
9825         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
9826         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
9827         order to make the function more general.
9828         (tramp-handle-file-attributes): Replace proprietary optional
9829         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
9830         (tramp-handle-file-attributes-with-perl): Handle parameter
9831         NONNUMERIC if set.  This wasn't done in the past.
9832         (tramp-post-connection): Apply second parameter "$2" if
9833         `tramp-remote-perl' is called.
9835         * net/tramp-smb.el (tramp-smb-handle-delete-file):
9836         Correct cut'n'waste error (`filename' instead of `directory').
9837         (tramp-smb-handle-directory-files-and-attributes)
9838         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
9839         introduced parameter ID-FORMAT.
9840         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
9841         error (`directory' instead of `ldir').
9843         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
9844         `file-attributes' has a second parameter.  If yes, apply it with
9845         value "'integer".  Otherwise, don't use that parameter (default is
9846         integer format).
9848 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
9850         * help.el (help-map): Bind `display-local-help' to `C-h .'.
9851         (help-for-help): Add `C-h .' to the listed Help options.
9852         Remove trailing whitespace.
9854         * help-at-pt.el: New file.
9856 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
9858         * subr.el (noreturn, 1value): New macros for test coverage.
9859         See `testcover.el'.
9861         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
9863         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
9864         for macro `1value'.
9865         (testcover-1value): New function.  Checks that a 1value form
9866         actually returns only one value.  Requested by RMS.
9868 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
9870         * gdb-ui.el (gud-watch, gdb-var-create-handler)
9871         (gdb-var-list-children, gdb-var-list-children-handler)
9872         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
9873         gdb commands that use mi to keep them out of the command history.
9875 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9877         * cus-start.el (all): Add use-file-dialog.
9879 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9881         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
9883 2003-11-27  Kim F. Storm  <storm@cua.dk>
9885         * subr.el (posn-object-x-y): New defun.
9887 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9889         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
9890         Don't use `space' for \\\n.
9891         Be more selective as to which # are comment-starters.
9893 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
9895         * subr.el (number-sequence): Improve handling of floating point
9896         arguments (suggested by Kim Storm).  Allow negative arguments.
9898 2003-11-26  Kenichi Handa  <handa@m17n.org>
9900         * international/mule-cmds.el (standard-display-european-internal):
9901         Cancel the standard-display-table setting for ` and '.
9903 2003-11-26  Kim F. Storm  <storm@cua.dk>
9905         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
9906         New defcustoms to add ffap-like functionality to ido.
9907         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
9908         (ido-no-final-slash): New defun.
9909         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
9910         (ido-read-file-name): ): Toggle VC checking via
9911         vc-handled-backends instead of vc-master-templates.
9912         (ido-file-internal): Handle ido-use-url-at-point and
9913         ido-use-filename-at-point via code borrowed from ffap-guesser.
9914         Handle new ido-exit code ffap.
9915         (ido-sort-list): Ignore final slash when sorting file names.
9917 2003-11-25  Kim F. Storm  <storm@cua.dk>
9919         * emulation/cua-base.el (cua--standard-movement-commands):
9920         Add forward-sentence and backward-sentence.
9922 2003-11-25  Stephen Eglen  <stephen@gnu.org>
9924         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
9925         iswitchb-exit is set to 'usefirst when user selects buffer at head
9926         of list using RET.  (Selecting buffers at the head of the list was
9927         broken if the substring was also a complete buffername.)
9929 2003-11-23  Kim F. Storm  <storm@cua.dk>
9931         * progmodes/compile.el (grep-command, grep-use-null-device)
9932         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
9933         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
9934         (grep-regexp-alist, grep-program, find-program)
9935         (grep-find-use-xargs, grep-history, grep-find-history)
9936         (grep-process-setup, grep-compute-defaults)
9937         (grep-default-command, grep, grep-tag-default, grep-find)
9938         (grep-expand-command-macros, grep-tree-last-regexp)
9939         (grep-tree-last-files, grep-tree): Move grep variables, functions
9940         and commands to new file grep.el.
9941         (compilation-mode-map): Remove grep commands from Compile sub-menu.
9942         (compilation-process-setup-function): Doc fix.
9943         (compilation-highlight-regexp, compilation-highlight-overlay): New
9944         defvars used for highlighting current compile error in source buffer.
9945         (compile-internal): New optional args HIGHLIGHT-REGEXP and
9946         LOCAL-MAP which overrides compilation-highlight-regexp and
9947         compilation-mode-map for this compilation.
9948         Delay calling compilation-set-window-height until after running
9949         compilation-process-setup-function so it can buffer-local override
9950         compilation-window-height.
9951         Check buffer-local value of compilation-scroll-output.
9952         (compilation-set-window-height): Use buffer-local value of
9953         compilation-window-height.
9954         (compilation-revert-buffer): Don't pass (undefined)
9955         preserve-modes arg to revert-buffer.
9956         (next-error-no-select, previous-error-no-select): New commands.
9957         (compilation-goto-locus): Temporarily highlight current match in
9958         source buffer using compilation-highlight-regexp.
9960         * progmodes/grep.el: New file with grep code from compile.el.
9961         (grep): New defcustom group.
9962         (grep-window-height): New defcustom, like compilation-window-height.
9963         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
9964         (grep-scroll-output): New defcustom, like compilation-scroll-output.
9965         (grep-command, grep-use-null-device, grep-find-command)
9966         (grep-tree-files-aliases, grep-tree-ignore-case)
9967         (grep-tree-ignore-CVS-directories): Move to grep custom group.
9968         (grep-setup-hook): New hook variable.
9969         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
9970         (grep-last-buffer): New defvar, override compilation-last-buffer.
9971         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
9972         Call compile-internal with args highlight-regexp and grep-mode-map.
9974 2003-11-23  Kim F. Storm  <storm@cua.dk>
9976         * subr.el (event-start, event-end): Doc fix.
9977         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
9978         (posn-area, posn-actual-col-row, posn-object): New defuns.
9979         (posn-col-row): Simplify doc.  Rewrite to use cond.
9980         (posn-point): Also return buffer position for events outside text
9981         area (that info is now present in the event position).
9983         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
9984         mouse-set-point so that hscroll still works now that clicks on
9985         fringes generate specific mouse events.
9986         (mouse-set-point): Note that it now works in fringes and margins
9987         too due to new semantics of posn-point in fringes and margins.
9989         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
9990         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
9992 2003-11-20  Kim F. Storm  <storm@cua.dk>
9994         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
9995         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
9996         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
9997         to 100 for icons to avoid increasing line height when shown.
9999 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10001         * newcomment.el (comment-normalize-vars): Initialize properly if
10002         comment-start was nil.
10004 2003-11-19  Andreas Schwab  <schwab@suse.de>
10006         * simple.el (set-variable): Fix indentation.
10008 2003-11-17  Kenichi Handa  <handa@m17n.org>
10010         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
10011         Fix docstring.
10013 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10015         * international/latin1-disp.el (latin1-display): Fix docstring.
10017 2003-11-16  John Wiegley  <johnw@newartisans.com>
10019         * eshell/em-ls.el (eshell-ls-file): There are times with
10020         size-width is nil and uncomputed (when directories are created in
10021         dired, for example); in this case, 4 is reasonable default value,
10022         although it may caused skewed new entries (which could be avoided
10023         by returning the original value of 8 in all cases, but 99% of the
10024         time this is a waste of whitespace).
10026 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
10028         * cc-engine.el (c-guess-continued-construct)
10029         (c-guess-basic-syntax): Check a little more carefully if it's a
10030         function declaration when an unknown construct followed by a block
10031         is found inside a statement context.  This avoids macros followed
10032         by blocks to be taken as function declarations.
10034         (c-guess-continued-construct): Change the analysis of a statement
10035         continuation with a brace open to `substatement-block', for
10036         consistency with recognized statements.
10038         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
10039         start is in a position so that `c-beginning-of-statement-1' jumped
10040         to the beginning of the same statement.
10042         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
10043         Don't accept binary operators in the arglist if we're in a function
10044         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
10045         template recognition in cases like "if (a < b || c > d)".
10047         (c-restricted-<>-arglists): New more appropriate name for
10048         `c-disallow-comma-in-<>-arglists'.
10050         Accessing functions updated for the variable name change.
10052         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
10053         match data could get clobbered if NOT-INSIDE-TOKEN is used.
10055         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
10056         labels.
10058         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
10059         instead of duplicating parts of it.  This fixes bogus label
10060         recognition.
10062         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
10063         of checking the context in which to apply the minimum indentation,
10064         so that it isn't enforced in e.g. namespace blocks.
10066         * cc-vars.el (c-inside-block-syms): New constant used by
10067         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
10068         to somewhat reduce the risk of becoming stale.
10070         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
10071         cc-cmds to cc-engine to allow use from cc-align.
10073         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
10074         qualified identifiers containing "::".
10076         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
10077         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
10079         * cc-vars.el (c-emacs-features): Use a space in front of the name
10080         of the temporary buffer.  That also avoids dumping problems in
10081         XEmacs due to undo info being left around after the buffer is killed.
10083         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
10084         arglist to see if it's a K&R style declaration.
10086         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
10087         before returning `knr-argdecl-intro'.
10089 2003-11-16  John Wiegley  <johnw@newartisans.com>
10091         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
10092         field in a long-listing always 8 characters, use `size-width',
10093         which has already been computed.
10095 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
10097         * subr.el (minor-mode-list): Add `hs-minor-mode'.
10099 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
10101         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
10102         Support operation while narrowed, with `diff-restrict-view'.
10104 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
10106         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10107         Take additional optional arg NARROWFUN.  For the generated functions:
10108         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
10109         include frags that arrange to check for and save narrowing state before
10110         the move and then conditionally call NARROWFUN after the move.
10112 2003-11-14  John Wiegley  <johnw@newartisans.com>
10114         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
10115         that was optional, but obviously missing based on surrounding code.
10117         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
10118         string arguments to numbers unless the whole argument was seen as
10119         a number.
10121 2003-11-14  Kenichi Handa  <handa@m17n.org>
10123         * international/mule.el (ctext-non-standard-encodings-alist):
10124         Fix coding systems.
10126 2003-11-10  Kenichi Handa  <handa@m17n.org>
10128         * language/kannada.el ("Kannada"): Add sample-text.
10130         * language/knd-util.el (kannada-compose-region)
10131         (kannada-compose-string, kannada-post-read-conversion):
10132         Add autoload cookie.
10134         * international/quail.el (quail-completion): Change the message
10135         "corresponding translations" to "corresponding characters".
10137 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10139         * descr-text.el (describe-char): Fix typo.
10141 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
10143         These changes are to support Kannada language/script.
10145         * Makefile.in (DONTCOMPILE): Add kannada.el.
10147         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
10149         * loadup.el: Preload kannada.el.
10151         * language/ind-util.el (ucs-kannada-to-is13194-alist)
10152         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
10153         New variables.
10155         * language/kannada.el: New file.
10157         * language/knd-util.el: New file.
10159 2003-11-07  Andreas Schwab  <schwab@suse.de>
10161         * progmodes/autoconf.el (autoconf-font-lock-keywords):
10162         Also highlight AH_*.
10164         * xml.el (xml-parse-dtd): Fix misplaced paren.
10166 2003-11-07  Kenichi Handa  <handa@m17n.org>
10168         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
10170 2003-11-05  Juri Linkov  <juri@jurta.org>
10172         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
10173         (desktop-buffer-file): Use saved buffer-file-coding-system
10174         for file reading.  Set auto-insert to nil to prevent automatic
10175         insertion into restored empty files.
10177 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
10179         * files.el (risky-local-variable-p): Make second argument optional.
10181 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10183         * subr.el (add-hook): Fix last change.
10185 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
10187         * mail/rmail.el (rmail-convert-to-babyl-format):
10188         If base64-decode-region signals an error, catch it and silently
10189         ignore it.
10191 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
10193         * xml.el (xml-parse-region): Allow comments to appear after the
10194         topmost element has closed.
10195         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
10196         (xml-ns-expand-attr): New functions to do namespace handling.
10197         (xml-intern-attrlist): Back-compatible handling of attribute names.
10198         (xml-parse-tag): Move namespace handling to separate functions.
10199         Now produces elements in the form ((:ns . "element") (attr-list)
10200         children) instead of ('ns:element (attr-list) children).
10201         (xml-parse-attlist): Fix attribute parsing.
10202         (xml-parse-dtd): Change parsing so that it produces strings
10203         instead of interned symbols.
10205 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
10207         * dired.el (dired-ls-sorting-switches): Doc fix.
10209 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
10211         * emacs-lisp/rx.el (rx-or): Fix the case of
10212         "(rx (and ?a (or ?b ?c) ?d))".
10214 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
10216         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
10217         (texinfo-format-region): Use it.
10218         (texinfo-format-buffer-1): Ditto.
10220 2003-11-01  Alan Mackenzie  <acm@muc.de>
10222         Changes to allow scrolling whilst in isearch mode:
10223         * isearch.el (isearch-unread-key-sequence): New function,
10224         extracted from isearch-other-meta-char.
10225         (top level): (put 'foo 'isearch-scroll) on all Emacs's
10226         "scrollable" standard functions.
10227         (isearch-allow-scroll): New customizable variable.
10228         (isearch-string-out-of-window, isearch-back-into-window)
10229         (isearch-reread-key-sequence-naturally)
10230         (isearch-lookup-scroll-key): New functions.
10231         (isearch-other-meta-char): Doc string and functionality enhanced.
10232         Now accepts a prefix argument.
10233         (isearch-lazy-highlight-window-end): New variable.
10234         (isearch-lazy-highlight-new-loop): Pay attention to the window's
10235         end (thru isearch-lazy-highlight-window-end), not only its start.
10237         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
10238         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
10239         (universal-argument, universal-argument-more, negative-argument)
10240         (digit-argument, universal-argument-other-key): Minor changes.
10242 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
10244         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
10245         recursively if the last message is deleted, thus avoiding an
10246         infinite loop.
10248 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10250         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
10251         (tex-main-file): Don't add .tex if the extension is already present.
10252         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
10254 2003-10-29  Lute Kamstra  <lute@gnu.org>
10256         * progmodes/octave-inf.el (inferior-octave-prompt):
10257         Recognize version number in prompt.
10259 2003-10-28  Dave Love  <fx@gnu.org>
10261         * international/characters.el: Fix some Unicode ranges.
10263 2003-10-28  Kenichi Handa  <handa@m17n.org>
10265         * disp-table.el (standard-display-8bit)
10266         (standard-display-default, standard-display-ascii)
10267         (standard-display-g1, standard-display-graphic)
10268         (standard-display-underline): Assure that standard-display-table
10269         is a display table.
10271 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10273         * simple.el (reindent-then-newline-and-indent): Delete space *after*
10274         reindenting the first line.
10276 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
10278         * wid-edit.el (widget-default-delete): Always delete child widgets.
10280 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10282         * newcomment.el (comment-indent): Don't call indent-according-to-mode
10283         if the line has code.
10284         Don't try to line up with something that's too far left.
10286         * progmodes/octave-mod.el (octave-comment-start): Simplify.
10287         (octave-mode-syntax-table): Add % as a comment starter.
10288         (octave-point): Remove.
10289         (octave-in-comment-p, octave-in-string-p)
10290         (octave-not-in-string-or-comment-p, calculate-octave-indent)
10291         (octave-blink-matching-block-open, octave-auto-fill):
10292         Use line-(beginning|end)-position instead.
10294 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10296         * emacs-lisp/authors.el (authors-aliases): Add correct realname
10297         for Francesco Potort\e,Al\e(B.
10299 2003-10-23  Dave Love  <fx@gnu.org>
10301         * international/mule-cmds.el (locale-charset-to-coding-system):
10302         Don't rely on nil being a coding system.
10304         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
10305         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
10306         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
10308 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
10310         * gdb-ui.el (gdb-current-language): New variable.
10311         (gdb-update-flag): Remove variable.
10312         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
10313         (gdb-take-last-elt): Remove function.
10314         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
10315         (gdb-post-prompt): Check for variable object changes here.
10317         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
10318         object changes in gdb-ui.el.
10320 2003-10-21  Richard M. Stallman  <rms@gnu.org>
10322         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
10324         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
10325         Don't check for foo*/ wildcard form here.
10326         (insert-directory): Recognize foo*/ as a wildcard.
10327         Separate wildcard-regexp variable from the arg, wildcard.
10329         * subr.el (add-hook): Correctly detect when make-local-hook was used.
10330         (remove-hook): Correctly handle strange cases about local hooks.
10332 2003-10-21  David Ponce  <david@dponce.com>
10334         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
10335         argument REAL, to return a real number instead of a rounded
10336         integer value.  Define as inline function.
10337         (ruler-mode-right-fringe-cols): Likewise.
10338         (ruler-mode-scroll-bar-cols): New function.
10339         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
10340         (ruler-mode-right-scroll-bar-cols): Likewise.
10341         (ruler-mode-space): New function.
10342         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
10343         scroll bar mode and margins in a more robust way.
10345 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
10347         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
10348         (antlr-c-init-language-vars): New function.
10349         (antlr-mode): Use it with cc-mode before v5.29.
10350         (antlr-c-common-init): Don't set some local vars here.
10351         (antlr-mode): Set them here.
10352         (antlr-c-forward-sws): New function alias.
10353         (antlr-mode): Redefine with cc-mode before v5.30.
10354         (antlr-skip-sexps): Use it.
10355         (antlr-skip-exception-part): Ditto.
10356         (antlr-skip-file-prelude): Ditto.
10357         (antlr-outside-rule-p): Ditto.
10358         (antlr-end-of-body): Ditto.
10359         (antlr-option-kind): Ditto.
10360         (antlr-insert-option-area): Ditto.
10361         (antlr-file-dependencies): Ditto.
10363 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10365         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
10366         Move backward only if point was not inside an entry.
10368 2003-10-21  Richard M. Stallman  <rms@gnu.org>
10370         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
10372 2003-10-21  Juri Linkov  <juri@jurta.org>
10374         * compare-w.el: Automatically skip non-matching text to resync.
10375         (compare-windows-whitespace): Doc fix.
10376         (compare-windows-sync, compare-windows-sync-string-size)
10377         (compare-windows-recenter, compare-ignore-whitespace)
10378         (compare-windows-highlight, compare-windows-face): New variables.
10379         (compare-windows): Use compare-windows-sync.
10380         (compare-windows-highlight, compare-windows-dehighlight)
10381         (compare-windows-sync-regexp)
10382         (compare-windows-sync-default-function): New functions.
10384 2003-10-21  Juri Linkov  <juri@jurta.org>
10386         * diff.el (diff-parse-differences): Don't visit the files now;
10387         instead, just record the error locus.
10389 2003-10-21  Dave Love  <fx@gnu.org>
10391         * progmodes/cfengine.el: New file.
10393 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10395         * complete.el (PC-do-completion): Do not forget to use `pred' as the
10396         default-directory when completing file names.
10398 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
10400         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
10401         followed by the word `face', it gets treated as a face, even if
10402         it is also defined as a variable or a function.
10404 2003-10-20  Dave Love  <fx@gnu.org>
10406         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10407         Avoid incf in macro expansion.
10409 2003-10-20  John Paul Wallington  <jpw@gnu.org>
10411         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
10412         `evenp' so we don't implicitly require cl library at runtime.
10414 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
10416         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
10417         (help-make-xrefs): Only make cross-references for faces if
10418         preceded or followed by the word `face'.  Do not make a
10419         cross-reference for variables without variable documentation,
10420         unless preceded by the word `variable' or `option'.  Update doc
10421         string accordingly.
10423 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
10425         * progmodes/hideshow.el: Rewrite one-armed `if'
10426         constructs using either `when' or `unless'.
10427         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
10429 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
10431         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
10432         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
10433         instead of 12x12.
10435 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
10437         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
10438         message while converting to Babyl.
10440 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
10442         * allout.el (allout-mode): Doc fix.
10444 2003-10-16  Lute Kamstra  <lute@gnu.org>
10446         * subr.el (force-mode-line-update): Fix docstring.
10448 2003-10-14  Dave Love  <fx@gnu.org>
10450         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
10451         (default-input-method): Add :link, improve :type.
10452         (locale-charset-language-names): Fix utf-8 pattern.
10453         (locale-charset-match-p, locale-charset-alist)
10454         (locale-charset-to-coding-system): New.
10455         (set-locale-environment): Deal with codeset part of locale specs.
10457 2003-10-14  Lute Kamstra  <lute@gnu.org>
10459         * fringe.el (fringe-mode): Use active voice in docstring.
10460         (set-fringe-style): Ditto.
10462 2003-10-13  Lute Kamstra  <lute@gnu.org>
10464         * fringe.el (fringe-mode): Fix docstring.
10465         (set-fringe-style): Ditto.
10467 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
10469         * ediff-mult.el (ediff-filegroup-action):
10470         Use ediff-default-filtering-regexp.
10472         * ediff-util.el (ediff-recenter): Don't call
10473         ediff-restore-highlighting twice.
10474         (ediff-select-difference): Set current difference.
10475         (ediff-unselect-and-select-difference): Add comment.
10477         * ediff.el (ediff-directories,ediff-directory-revisions)
10478         (ediff-directories3,ediff-merge-directories)
10479         (ediff-merge-directories-with-ancestor)
10480         (ediff-merge-directory-revisions)
10481         (ediff-merge-directory-revisions-with-ancestor):
10482         Use ediff-default-filtering-regexp.
10484 2003-10-12  Andreas Schwab  <schwab@suse.de>
10486         * international/mule-cmds.el (locale-charset-language-names):
10487         Simplify regex by removing unused grouping.
10489 2003-10-10  Dave Love  <fx@gnu.org>
10491         * bindings.el: Don't bind stop.
10493 2003-10-08  Miles Bader  <miles@gnu.org>
10495         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
10496         face instead of attempting to emulate it.
10498 2003-10-07  Kenichi Handa  <handa@m17n.org>
10500         * international/mule-diag.el (list-coding-systems-1): List coding
10501         systems that are loaded automatically.
10503         * international/code-pages.el (iso-8859-11): Add autoload cookie.
10505         * international/mule.el (autoload-coding-system): New function.
10507 2003-10-07  Andreas Schwab  <schwab@suse.de>
10509         * log-edit.el (log-edit-changelog-entries): Prefer local value of
10510         change-log-default-name in the buffer visiting the file.
10512 2003-10-06  Dave Love  <fx@gnu.org>
10514         * files.el (find-file-hook): Customize.
10515         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
10517         * bindings.el (completion-ignored-extensions): Remove .log.
10518         (global-map): Add again, open, stop keys.
10520 2003-10-05  Richard M. Stallman  <rms@gnu.org>
10522         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
10523         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
10524         Use sh-modify directly.
10525         (sh-select): Use sh-append, not eval.
10527         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
10529         * info.el (Info-following-node-name): New function.
10531         * loadhist.el (unload-feature-special-hooks):
10532         Rename from loadhist-hook-functions.
10533         (loadhist-hook-functions): Now an alias.
10535 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
10537         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
10538         file-name clashes on 8+3 filesystems.
10540         * Makefile.in (DONTCOMPILE, bootstrap-clean):
10541         Rename loaddefs-boot.el to ldefs-boot.el
10543         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
10544         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
10546 2003-10-03  Lute Kamstra  <lute@gnu.org>
10548         * info.el (Info-mode): Revert previous change.
10549         (Info-escape-percent): New function.
10550         (Info-fontify-node): Use it.
10552 2003-10-02  Andreas Schwab  <schwab@suse.de>
10554         * loaddefs-boot.el: Regenerated.
10556 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
10558         * ffap.el: Remove defadvice related code from CVS since `complete'
10559         provides a `PC-completion-as-file-name-predicate' variable that
10560         ffap can override.
10562 2003-10-02  Kenichi Handa  <handa@m17n.org>
10564         * international/utf-8.el (ccl-decode-mule-utf-8):
10565         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
10567         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
10568         * international/subst-big5.el: Likewise.
10569         * international/subst-gb2312.el: Likewise.
10570         * international/subst-ksc.el: Likewise.
10572 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
10574         * calendar/calendar.el (increment-calendar-month)
10575         (calendar-leap-year-p, calendar-absolute-from-gregorian)
10576         (generate-calendar, calendar-read-date, calendar-interval)
10577         (calendar-day-of-week): Handle years BC.
10578         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
10580 2003-10-01  Dave Love  <fx@gnu.org>
10582         * language/cyrillic.el (cp1251): Alias for windows-1251.
10584         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
10585         bootstrap.
10587 2003-10-01  Lute Kamstra  <lute@gnu.org>
10589         * files.el: Fix typo.
10590         * imenu.el (imenu--generic-function): Docstring fix.
10592 2003-09-30  Richard M. Stallman  <rms@gnu.org>
10594         * dired.el (dired-mode): Handle dired-directory as a list.
10596 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
10598         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
10600         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
10602         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
10603         Replace gud-display with gud-watch.
10604         (gud-speedbar-buttons): Add stuff for watching expressions
10605         in the speedbar when using M-x gdba.  Use dolist on old part
10606         of this function.
10608         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
10609         (gdb-update-flag): New variables.
10610         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
10611         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
10612         (gud-watch, gdb-var-create-handler) : New functions.
10613         (gdb-var-list-children, gdb-var-list-children-handler)
10614         (gdb-var-create-regexp, gdb-var-update-regexp)
10615         (gdb-var-list-children-regexp): New constants.
10616         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
10617         (gdb-annotation-rules): Reduce annotation set (level 3).
10618         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
10619         (gdb-post-prompt): Don't update GDB buffers every time speedbar
10620         updates.
10621         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
10622         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
10623         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
10624         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
10625         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
10626         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
10627         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
10628         (gud-display, gud-display1)
10629         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
10630         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
10631         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
10632         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
10633         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
10634         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
10635         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
10636         (gdb-display-display-buffer, gdb-toggle-display)
10637         (gdb-delete-display, gdb-expressions-popup-menu)
10638         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
10639         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
10640         to display buffer.
10642 2003-09-30  Richard M. Stallman  <rms@gnu.org>
10644         * progmodes/ada-mode.el (ada-mode): Don't use advice.
10645         Instead, set which-func-functions.
10647         * progmodes/which-func.el (which-func-modes): Add ada-mode.
10648         (which-func-functions): New variable.
10649         (which-function): Use that.
10651         * info.el (Info-mode): Double each `%' in header line.
10653         * emacs-lisp/lisp-mnt.el (lm-with-file):
10654         When FILE is nil, run BODY in current buffer.
10656         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
10658         * help.el (describe-mode): Start with a brief list of minor modes.
10659         Find them thru minor-mode-list so as to find them all.
10660         Show them in alphabetical order.
10662         * mail/sendmail.el (mail-aliases): Doc fix.
10664         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
10666 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
10668         * mail/rmailsum.el (rmail-make-summary-line-1):
10669         Change comma after last label to a space.
10670         (rmail-summary-font-lock-keywords): Adapt to that change.
10672 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
10674         * progmodes/scheme.el (scheme-mode-variables): When setting
10675         `font-lock-defaults', also specify that "#" should
10676         be interpreted with `word' syntax.
10677         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
10679 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
10681         * desktop.el: A lot of comments updated.
10682         (desktop-save-mode): Minor mode introduced.
10683         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
10684         (desktop-load-default): Function made obsolete.
10685         (desktop-locals-to-save): Variable made customizable.
10686         (desktop-read): Optional parameter `dirname' added.
10687         (desktop-change-dir, desktop-revert): Parameter `dirname' in
10688         `desktop-read' used.
10689         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
10691 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
10693         * whitespace.el (whitespace-clean-msg): Add user customizable message
10694         for displaying ``clean'' output.
10695         (whitespace-buffer): Use `whitespace-clean-msg'.
10696         (whitespace-global-mode): Fix typo.
10698 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
10700         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
10702 2003-09-29  Lute Kamstra  <lute@gnu.org>
10704         * bindings.el (mode-line-modes): Remove superfluous :propertize
10705         construct in initialization.
10706         (mode-line-position): Change cons cell into proper list in
10707         initialization.
10709 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
10711         * international/mule.el (decode-coding-inserted-region): Use car
10712         of the return value of find-operation-coding-system.
10714 2003-09-29  Kenichi Handa  <handa@m17n.org>
10716         * descr-text.el (describe-char): Fix previous change.
10718 2003-09-28  Kenichi Handa  <handa@m17n.org>
10720         * descr-text.el (describe-char-display): New function.
10721         (describe-char): Pay attention to display table on describing how
10722         a character is displayed.
10724         * international/mule-cmds.el (encoded-string-description):
10725         Prepend "0x" to each encoded byte.
10727 2003-09-28  Andreas Schwab  <schwab@suse.de>
10729         * find-file.el (ff-special-constructs): Add autoload cookie.
10731 2003-09-28  Kevin Ryde  <user42@zip.com.au>
10733         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
10734         makeinfo appends to duplicate index entries.
10736 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
10738         * dired-x.el (dired-clean-tex): Doc fix.
10740         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
10741         using a Chinese tutorial.
10743 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10745         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
10746         between "MAIL FROM:" and "RCPT TO:" and the following address.
10748 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10750         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
10752 2003-09-28  David Ponce  <david@dponce.com>
10754         * recentf.el (recentf-initialize-file-name-history): New defcustom.
10755         (recentf-load-list): When `recentf-initialize-file-name-history'
10756         is non-nil, initialize an empty `file-name-history' with the
10757         recent list.
10759 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
10761         * man.el (Man-default-man-entry): Remove the leading `*' from the
10762         word at point.
10764 2003-09-26  Lute Kamstra  <lute@gnu.org>
10766         * bindings.el (mode-line-position): Mention size indication in
10767         docstring.
10769 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
10771         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
10773         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
10774         because it's autoloaded now.
10776 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
10778         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
10779         (sh-font-lock-keywords, sh-feature): Fix previous change of
10780         sh-feature to avoid infloop with sh-font-lock-keywords.
10782 2003-09-25  Kim F. Storm  <storm@cua.dk>
10784         * frame.el (frame-current-scroll-bars): New defun.
10786         * window.el (window-current-scroll-bars): New defun.
10788 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10790         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
10791         cause errors when the state cache contains info on parts that have
10792         been narrowed out.
10794 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10796         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
10797         `c-setup-paragraph-variables' has to be used when this variable is
10798         changed; it doesn't work to reinitialize the mode since that
10799         typically clobbers the variable.
10801         * progmodes/cc-styles.el (c-setup-paragraph-variables):
10802         Make it interactive.
10804 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10806         * progmodes/cc-fonts.el (c-font-lock-declarations):
10807         Fix recognition of constructors and destructors for classes whose
10808         names are matched by `*-font-lock-extra-types'.
10810         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
10811         followed by an identifier in C++ then it's a type.
10813 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10815         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
10816         problem that primarily affected XEmacs.  Don't use faces to find
10817         unterminated strings since Emacs and XEmacs fontify strings
10818         differently - this function should now work better in XEmacs.
10820 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10822         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
10823         `expand-abbrev' workaround which caused braces to misbehave inside
10824         macros.
10826         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
10827         handling.  This bug could cause interactive font locking to bail out.
10829 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10831         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10832         Handle paren-style types in Pike.  Also fixed some cases of
10833         insufficient handling of unbalanced parens.
10835 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
10837         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
10838         common shell prompts that are not common filename or URL characters.
10839         (ffap-file-at-point): Use the new regexp to strip the prompts from
10840         the file names.  This is an issue mostly for user prompts that
10841         don't have a trailing space and find-file-at-point is invoked from
10842         within a shell inside Emacs.
10844 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
10846         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
10847         stamps numerically, rather than textually.
10849 2003-09-24  Kenichi Handa  <handa@m17n.org>
10851         * language/devan-util.el (devanagari-post-read-conversion):
10852         * language/mlm-util.el (malayalam-post-read-conversion):
10853         * language/tml-util.el (tamil-post-read-conversion):
10854         Add autoload cookie.
10856         * international/utf-8.el (utf-8-post-read-conversion):
10857         Call post-read-conversion functions for Devanagari, Malayalam,
10858         and Tamil.
10860 2003-09-23  Dave Love  <fx@gnu.org>
10862         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
10864 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
10866         * progmodes/gud.el (perldb): Add gud-until to list of commands.
10867         Update gud-remove.
10869 2003-09-22  Richard M. Stallman  <rms@gnu.org>
10871         * progmodes/sh-script.el (sh-mode-default-syntax-table):
10872         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
10873         (sh-mode-syntax-table-input): New variable.
10874         (sh-require-final-newline): Don't use eval.
10875         (sh-builtins, sh-leading-keywords, sh-other-keywords)
10876         (sh-variables, sh-font-lock-keywords): Don't use eval.
10877         (sh-set-shell): When setting require-final-newline,
10878         treat value = `require-final-newline' as don't change it.
10879         Set sh-mode-syntax-table locally based on
10880         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
10882         * progmodes/compile.el (compile-internal):
10883         Call compilation-set-window-height before setting window start.
10885 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
10887         * emacs-lisp/bytecomp.el (byte-compile-log-file):
10888         Clear out byte-compile-last-warned-form.
10890 2003-09-22  Richard M. Stallman  <rms@gnu.org>
10892         * woman.el (woman-file-name, woman-follow-word):
10893         If current-word returns nil, use "".
10895         * simple.el (eval-expression): Bind standard-output in to-buffer case.
10897 2003-09-22  Richard M. Stallman  <rms@gnu.org>
10899         * emacs-lisp/lisp-mnt.el (lm-with-file):
10900         Don't visit the file, just use insert-file-contents in temp buffer.
10902 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
10904         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
10905         Add surrounding \\( and \\) around the header, as in
10906         for lm-history-header 'Change Log\\|History'.
10908 2003-09-22  John Paul Wallington  <jpw@gnu.org>
10910         * progmodes/ld-script.el: Add Commentary section,
10911         minor cleanup of file header.
10912         (ld-script-font-lock-keywords): Doc fix.
10913         (toplevel): Provide `ld-script' feature.
10915 2003-09-21  Kim F. Storm  <storm@cua.dk>
10917         * scroll-bar.el (set-scroll-bar-mode): Initialize to
10918         new built-in variable default-frame-scroll-bars.
10919         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
10920         scroll-bar-mode; notably, use it instead of t when we toggle
10921         scroll-bars on.
10922         (toggle-scroll-bar): Use default-frame-scroll-bars.
10924 2003-09-19  Masatake YAMATO  <jet@gyve.org>
10926         * pcvs.el (cvs-do-removal): Change the prompt depending on
10927         `filter' value.
10929 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
10931         * startup.el (command-line-1): Stop startup-echo-area-message
10932         being hidden by "Loading image..." message.
10933         (use-fancy-splash-screens-p, display-splash-screen):
10934         Move display-graphic-p test from latter to former.
10936         * progmodes/sh-script.el (sh-font-lock-keywords):
10937         Highlight escaped EOLs differently from other backslash constructs.
10939 2003-09-19  Richard M. Stallman  <rms@gnu.org>
10941         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
10942         New functions.
10943         (edebug-enter, edebug-outside-excursion): Use them.
10945         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
10946         Fix the condition for whether to print "In WHERE".
10948 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
10950         * finder.el (finder-mode-hook): New variable.
10951         (finder-mode): Run hook finder-mode-hook
10953 2003-09-18  Masatake YAMATO  <jet@gyve.org>
10955         * progmodes/ebrowse.el: Fix broken magic autoload comments.
10957 2003-09-17  Mario Lang  <mlang@delysid.org>
10959         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
10960         "p %e" to actually print the value in the GUD buffer.
10962 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
10964         From David Ponce <david.ponce@wanadoo.fr>:
10965         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
10966         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
10967         from loaddefs-boot.el if necessary.
10969 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
10971         * progmodes/gud.el (gud-find-class): Make jdb work again since
10972         cc-mode changed the syntactic information.
10974 2003-09-15  David Ponce  <david@dponce.com>
10976         * recentf.el: (recentf-exclude): Accept predicates too.
10977         (recentf-file-readable-p): New function.
10978         (recentf-include-p): Handle predicates in recentf-exclude.
10979         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
10980         (recentf-cleanup): Likewise.
10981         (recentf-save-list): Use write-file to handle backup of
10982         recentf-save-file.
10984 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
10986         * loaddefs-boot.el: Renamed from `loaddefs.el'
10987         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
10988         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
10989         necessary.
10991 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
10993         * electric.el (Electric-pop-up-window): For the `one-window' case,
10994         no longer disconcertingly move point in the original buffer.
10996 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10998         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
11000 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11002         * dired.el (dired-mode-map): Fix typo.
11004 2003-09-11  Richard M. Stallman  <rms@gnu.org>
11006         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
11008 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
11010         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
11011         the function is less noisy.  Now only `kill-buffer' can ask questions.
11013 2003-09-10  Mario Lang  <mlang@delysid.org>
11015         * battery.el: Update Commentary and Copyright.
11016         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
11017         appear due to wrong ordering of the expressions in `or'.
11019 2003-09-09  Lute Kamstra  <lute@gnu.org>
11021         * misc.el (upcase-char): Fix docstring.
11022         (zap-up-to-char): New command.
11024 2003-09-08  David Ponce  <david@dponce.com>
11026         Ensure that recentf correctly updates the menu bar.
11027         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
11028         (recentf-menu-bar): New function.
11029         (recentf-clear-data): Use it
11030         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
11031         of easy-menu-change.
11033 2003-09-08  Lute Kamstra  <lute@gnu.org>
11035         * simple.el (size-indication-mode): New.
11036         * bindings.el (mode-line-position): Add buffer size indicator.
11038 2003-09-04  Mario Lang  <mlang@delysid.org>
11040         * battery.el (battery-linux-proc-acpi): New function.
11041         (battery-status-function): Modify default value calculation to also
11042         check for availability of ACPI.
11043         (battery-echo-area-format): Ditto.
11044         (battery-mode-line-format): Ditto.
11046 2003-09-06  Dave Love  <fx@gnu.org>
11048         * ielm.el (ielm-mode-hook): Add :options.
11050         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
11051         (eldoc-print-current-symbol-info): Use it.
11053 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
11055         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
11056         being displayed in GUD buffer.
11057         (gdb-idle-input-queue): Remove var.  Use just one queue.
11058         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
11059         Remove functions.  Use just one queue.
11060         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
11061         (gdb-invalidate-assembler, gdb-get-current-frame):
11062         Modify functions.  Use just one queue.
11064 2003-09-04  Dave Love  <fx@gnu.org>
11066         * cus-start.el: Add blink-cursor-alist.
11068         * ruler-mode.el (ruler-mode-fill-column-char)
11069         (ruler-mode-current-column-char): Use char-displayable-p,
11070         not window-system.
11072         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
11074         * language/european.el (windows-1252): Move from code-pages.
11076         * language/cyrillic.el ("Windows-1251"): Delete.
11077         ("Bulgarian", "Belarusian"): Remove `features'.
11078         (windows-1251): Move from code-pages.
11080         * international/mule-diag.el (non-iso-charset-alist):
11081         Remove `codepage' stuff.
11082         (print-designation, list-coding-systems-1): Output fixes.
11084         * international/code-pages.el (cp-make-translation-table)
11085         (cp-valid-codes): Made defsubsts.
11086         (cp-fix-safe-chars): Delete.
11087         (mule-diag): Don't require.
11088         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
11089         (top-level): Check for defined coding system when defining
11090         cp... aliases.  Change w32-add-charset-info test to avoid warning.
11091         (non-iso-charset-alist): Defvar when compiling.
11092         (cp-make-coding-system): Doc fix.
11094 2003-09-02  Jason Rumney  <jasonr@gnu.org>
11096         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
11097         line-ends from CVS before doing conversion.
11099 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
11101         * calendar/diary-lib.el (diary-header-line-flag)
11102         (diary-header-line-format): New variables.
11103         (list-diary-entries): Use them to set header line in simple diary.
11105         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
11106         other than font-lock-string-face to highlight backslashes.
11108 2003-09-01  Jason Rumney  <jasonr@gnu.org>
11110         * international/titdic-cnv.el (tit-read-key-value): Include \r in
11111         regexp.
11113 2003-09-01  Dave Love  <fx@gnu.org>
11115         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
11117         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
11118         and :help; also line and column numbers labels.
11120         * international/mule-util.el (char-displayable-p): Move from
11121         latin1-disp, rename and autoload.
11123         * international/latin1-disp.el (latin1-char-displayable-p):
11124         Now obsolete alias.  Replace uses with char-displayable-p.
11125         (latin1-display-ucs-per-lynx): Fix last change.
11127         * international/mule-cmds.el (standard-display-european-internal):
11128         Don't use char code for Latin-1 NBSP.
11129         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
11130         U+2018, U+2019 for `'.
11131         (select-safe-coding-system): Message fix.
11133 2003-09-01  Kenichi Handa  <handa@m17n.org>
11135         * international/fontset.el (setup-default-fontset): For Thai
11136         font, specify "*" family.
11138 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11140         * progmodes/compile.el (previous-error): Accept a prefix
11141         argument, similarly to next-error.
11143 2003-08-31  Masatake YAMATO  <jet@gyve.org>
11145         * pcvs.el (cvs-do-removal): Use = instead of eq to check
11146         the number of files.  Bind the number of files to a local
11147         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
11149 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
11151         * vc-hooks.el (vc-make-version-backup): Fix the change made on
11152         2003-07-26: msdos-long-file-names is a function, not a variable.
11154 2003-08-29  Richard M. Stallman  <rms@gnu.org>
11156         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
11157         Do nothing with mail-personal-alias-file if it is nil.
11159         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
11160         Do nothing if mail-personal-alias-file is nil.
11162         * term.el (term-exec-1): Bind coding-system-for-read.
11164         * dired.el (dired-mouse-find-file-other-window):
11165         Use dired-view-command-alist here, as in dired-view-file.
11166         (dired-view-command-alist): Use %s to substitute file name.
11167         Handle .ps_pages, .eps, .jpg, .gif, .png.
11169 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
11171         * info.el (Info-mode-map): Bind S-tab and <backtab> to
11172         `Info-prev-reference', instead of M-tab.
11174 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
11176         * simple.el (blink-matching-open): Work correctly on chars that
11177         are designated as parens through the syntax-table text property.
11179 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
11181         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
11182         line break position in the middle of a non-kinsoku (e.g. latin)
11183         word, making it skip until either a space or a character with
11184         category "|".
11185         (kinsoku-longer): Test for end of buffer.
11187 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
11189         * mail/rmail.el (rmail-convert-to-babyl-format):
11190         Detect quoted-printable- and base64-encoded messages and decode them
11191         automatically.  Set the message's encoding from the charset=
11192         header, if any.  Decode base64-encoded messages in Mail format as well.
11194 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
11196         * mail/smtpmail.el: Fix previous change.
11197         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
11198         calling smtpmail-via-smtp.
11199         (smtpmail-via-smtp): Add fall-back values for envelope-from.
11201 2003-08-26  John Paul Wallington  <jpw@gnu.org>
11203         * image.el (image-jpeg-p): Don't search beyond length of data.
11205 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
11207         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
11208         misfeature in `expand-abbrev' which caused electric keywords like
11209         "else" to disappear if an open brace was typed directly afterwards.
11211 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
11213         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
11214         mandatory in `define-widget'.
11216         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
11217         Don't align the operators "!=", "<=" and ">=" as assignment operators.
11219         (c-assignment-operators): New language constant that only contains
11220         the assignment operators.
11222         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
11224 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
11226         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
11227         Safeguard against unbalanced sexps.
11229 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
11231         * version.el (emacs-version): Check for gtk.  Include gtk version info.
11233 2003-08-25  John Paul Wallington  <jpw@gnu.org>
11235         * man.el (Man-default-man-entry): Don't whizz past the section
11236         number before looking for it.
11238 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
11240         * progmodes/gud.el (gud-display-line): Don't set window-point if
11241         source buffer is not visible.  (Only happens with M-x gdba.)
11243         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
11244         documentation.
11245         (gdb-source, gdb-source-info): Update to assembler unnecessary
11246         as its done after each GDB command anyway.
11247         (gdb-pre-prompt): Use with-current-buffer.
11248         (gdb-insert-field): Add help-echo text.
11249         (gdb-invalidate-assembler): Re-display of assembler now done in
11250         gdb-info-breakpoints-custom.
11251         (gdb-info-breakpoints-custom): Force re-display of assembler to
11252         happen *after* update of breakpoints buffer.
11253         (gdb-display-source-buffer): Don't choke if gdb-source-window
11254         isn't visible.
11255         (gdb-put-string, gdb-put-arrow): Remove free variables.
11257 2003-08-24  John Paul Wallington  <jpw@gnu.org>
11259         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
11261         * man.el (Man-default-man-entry): Strip text properties when
11262         snarfing parts of entry because `format' preserves properties.
11264 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11266         * files.el (file-newest-backup): Use `expand-file-name'.
11268         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
11269         Allow the diary to pop up a new frame, if needed.
11271         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
11272         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
11273         (smtpmail-send-it): Make treatment of envelope-from consistent with
11274         sendmail.el.
11276         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
11277         (sh-leading-keywords): Add the bash `time' reserved word.
11278         (sh-variables): Add some bash variables.
11279         (sh-add-completer): Fix nil branch of case statement.
11281 2003-08-24  Masatake YAMATO  <jet@gyve.org>
11283         * progmodes/ld-script.el: New file.
11285 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
11287         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
11289 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
11291         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
11292         Better explain obsolescence, and what to use instead.
11294 2003-08-23  Masatake YAMATO  <jet@gyve.org>
11296         * pcvs.el (cvs-do-removal): Show the deleted file name
11297         on the prompt.
11299 2003-08-20  Dave Love  <fx@gnu.org>
11301         * international/mule.el (make-coding-system)
11302         (set-buffer-file-coding-system): Doc fix.
11304         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
11306         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
11308         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
11310         * international/utf-16.el: Add mime-text-unsuitable coding system
11311         properties.
11313         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
11315         * cus-edit.el: Add some :links.
11316         (bib): Remove.
11318         * textmodes/bib-mode.el (bib): Add :group external.
11320 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
11322         * wid-edit.el (widget-echo-help): Make it handle expressions that
11323         evaluate to strings.
11325 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
11327         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
11329         Simplify selection of SQL products to define highlighting and
11330         interactive mode.  Includes detailed instructions on adding
11331         support for new products.
11333         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
11334         product for use in highlighting and interactive mode.
11335         (sql-interactive-product): New variable.  SQL product for
11336         sql-interactive-mode.
11337         (sql-product-support): New variable.  Specifies product-specific
11338         parameters to drive highlighting and interactive mode.
11339         (sql-imenu-generic-expression): Add more object types.
11340         (sql-sqlite-options): Correct comment.
11341         (sql-ms-program): Use "osql" rather than "isql".
11342         (sql-prompt-regexp, sql-prompt-length): Update comment.
11343         (sql-mode-menu): Add "Start SQLi session" entry.
11344         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
11345         (sql-mode-abbrev-table): Add abbreviations.  Support of
11346         SYSTEM-FLAG on define-abbrev.  Support was removed with last
11347         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
11348         (sql-mode-font-lock-object-name): Add font-lock pattern for object
11349         names.
11350         (sql-mode-ansi-font-lock-keywords): Set as default value.
11351         (sql-mode-oracle-font-lock-keywords): Set as default value.
11352         Support Oracle 9i keywords.
11353         (sql-mode-postgres-font-lock-keywords): Set as default value.
11354         (sql-mode-linter-font-lock-keywords): Set as default value.
11355         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
11356         SQLServer 2000.
11357         (sql-mode-sybase-font-lock-keywords)
11358         (sql-mode-interbase-font-lock-keywords)
11359         (sql-mode-sqlite-font-lock-keywords)
11360         (sql-mode-strong-font-lock-keywords)
11361         (sql-mode-mysql-font-lock-keywords)
11362         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
11363         keywords.
11364         (sql-mode-font-lock-defaults): Update comment.
11365         (sql-product-feature): New function.  Returns feature associated
11366         with a product from `sql-product-support' alist.
11367         (sql-product-font-lock): New function.  Set font-lock support
11368         based on `sql-product'.
11369         (sql-add-product-keywords): New function.  Add font-lock rules to
11370         product-specific keyword variables.
11371         (sql-set-product): New function.  Set `sql-product' and apply
11372         appropriate font-lock highlighting.
11373         (sql-highlight-product): New function.  Set font-lock support
11374         based on a product.  Also set mode name to include product name.
11375         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
11376         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
11377         Use `sql-set-product'.
11378         (sql-highlight-ms-keywords)
11379         (sql-highlight-sybase-keywords)
11380         (sql-highlight-interbase-keywords)
11381         (sql-highlight-strong-keywords)
11382         (sql-highlight-mysql-keywords)
11383         (sql-highlight-sqlite-keywords)
11384         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
11385         (sql-get-login): Prompt in the same order as the tokens.
11386         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
11387         (sql-product-interactive): New function.  Common portions of
11388         product-specific interactive mode wrappers.
11389         (sql-interactive-mode): Rewritten to use product features.
11390         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11391         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11392         (sql-db2, sql-linter): Use `sql-product-interactive'.
11393         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11394         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11395         (sql-connect-ingres, sql-connect-postgres)
11396         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11397         New functions.  Format command line parameters and invoke comint on
11398         the appropriate interpreter.  Code was in the corresponding
11399         `sql-xyz' function before.
11400         (sql-connect-ms): New function.  Support -E argument to use
11401         operating system credentials for authentication.
11403 2003-08-18  Kenichi Handa  <handa@m17n.org>
11405         * international/mule.el (encode-char): Fix for the ASCII case.
11407 2003-08-15  Kenichi Handa  <handa@m17n.org>
11409         * international/fontset.el (setup-default-fontset): Change "*" to
11410         nil in the specifications of font family.
11412 2003-08-18  Kim F. Storm  <storm@cua.dk>
11414         * kmacro.el (kmacro-keymap): Group related bindings in
11415         initialization for clarity.  Bind C-s to start macro.
11416         Remove C-r binding.
11417         (kmacro-initial-counter-value): New defvar to hold initial counter
11418         value in case we set the value before defining a macro.
11419         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
11420         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
11421         not defining or executing macro.  Doc fix.
11422         (kmacro-add-counter): Clear kmacro-initial-counter-value.
11423         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
11424         temporarily view older elements on the macro ring without cycling
11425         the ring.
11426         (kmacro-display): Doc fix.
11427         (kmacro-exec-ring-item): New helper function.
11428         (kmacro-call-ring-2nd): Use it.
11429         (kmacro-call-ring-2nd-repeat): Doc fix.
11430         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
11431         (kmacro-end-or-call-macro): Execute last viewed macro (using
11432         kmacro-exec-ring-item) from ring if this follows
11433         kmacro-view-macro.  This allows us to find a macro on the ring
11434         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
11435         the ring to bring it to the head of the ring.
11436         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
11437         Allow binding to reserved keys without specifying C-x C-k prefix.
11438         Ask for confirmation if entered key sequence is already bound to
11439         a non-macro command.
11440         (kmacro-view-macro): Repeating command will show older elements
11441         on the macro ring; C-k will execute the last viewed macro.
11442         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
11443         property from 'ring to 'head.
11445 2003-08-17  Alan Shutko  <ats@acm.org>
11447         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
11448         keeping December out of the alist.
11450 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
11452         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
11453         * calendar/calendar.el (calendar-mode-map): Bind it to key.
11454         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
11455         (calendar-flatten): New function.
11456         (calendar-mouse-view-other-diary-entries)
11457         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
11458         in the menu title and to show multi-line diary entries correctly
11459         in the menu.
11461 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
11463         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
11464         defcustom, because the default was recently changed.
11466 2003-08-16  Richard M. Stallman  <rms@gnu.org>
11468         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
11470         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
11471         New subroutine, broken out of eval-last-sexp-1.
11472         (eval-last-sexp-1): Use eval-last-sexp-print-value.
11474         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
11476         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
11478         * simple.el (eval-expression): Use eval-last-sexp-print-value.
11480 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
11482         * progmodes/compile.el (compilation-error-regexp-alist):
11483         Add Java ANt error detection as described in document
11484         http://ant.apache.org/faq.html
11486 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
11488         * simple.el (backward-word, forward-to-indentation)
11489         (backward-to-indentation): Argument changed to optional.
11490         (next-line, previous-line): Use `or' instead of `unless'.
11492 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11494         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
11495         instead of a constant.
11497 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
11499         * shell.el (shell): With prefix-arg, suggest a new buffer name.
11501 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
11503         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
11504         (vc-sccs-workfile-version): Search the entire delta table, rather
11505         than just the first entry, because that might be a deleted version.
11507 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
11509         * menu-bar.el (menu-bar-options-menu): Supply a body for the
11510         [save-place] binding in the Options menu.  Have it require
11511         'saveplace' and then toggle the variable manually, to avoid an an
11512         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
11513         for the bug report.
11515 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
11517         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
11518         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
11519         (gdb-info-threads-custom): Add help-echo text.
11520         (gdb-display-back): Don't use purecopy.
11521         (gdb-info-breakpoints-custom, gdb-reset)
11522         (gdb-assembler-custom): Use display-images-p to test if breakpoint
11523         icons can be displayed.
11525 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
11527         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
11529 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
11531         * bookmark.el (bookmark-completing-read):
11532         Return a string, instead of a list of one string.
11533         Use a popup menu if activated from the mouse.
11534         (bookmark-edit-annotation): Remove unused vars.
11535         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
11536         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
11537         to bookmark-completing-read.
11538         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11539         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
11540         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
11541         and erase-buffer.
11542         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
11543         (bookmark-menu-jump, bookmark-menu-insert)
11544         (bookmark-popup-menu-and-apply-function)
11545         (bookmark-menu-popup-paned-bookmark-menu): Remove.
11546         (bookmark-menu-build-paned-menu): Remove by folding it into
11547         bookmark-menu-popup-paned-menu.
11548         (menu-bar-bookmark-map): Move the define-key statements here.
11549         Use the "non-menu" commands since they now pop up a menu if needed.
11550         (bookmark-exit-hook-internal): Simplify.
11552 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
11554         * reftex-toc.el (reftex-toc-rename-label): New function.
11555         (reftex-toc-check-docstruct): New function.
11557         * reftex.el (reftex-region-active-p): New function.
11559         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
11560         regexp to find the \bibliography macro.
11562         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
11563         which does not exist in LaTeX.
11564         (reftex-cite-format-builtin): Added amsrefs support.
11565         (reftex-toc-confirm-promotion): New option
11567         * reftex-toc.el
11568         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
11569         (reftex-toc-demote, reftex-toc-promote)
11570         (reftex-toc-do-promote, reftex-toc-promote-prepare)
11571         (reftex-toc-promote-action, reftex-toc-extract-section-number)
11572         (reftex-toc-newhead-from-alist)
11573         (reftex-toc-load-all-files-for-promotion): New functions.
11574         (reftex-toc-help): Added description of new keys.
11575         (reftex-toc-split-windows-fraction): New option.
11576         (reftex-recenter-toc-when-idle): Search *toc* window on all
11577         visible frames.
11578         (reftex-toc): Additional parameter REUSE
11579         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
11580         with REUSE argument.
11581         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
11582         the call of `reftex-toc'.
11583         (reftex-make-separate-toc-frame): New function .
11584         (reftex-toc-recenter): When called with triple prefix arg, call
11585         `reftex-make-separate-toc-frame' first.
11586         (reftex-toc-toggle-dedicated-frame): New command.
11587         (reftex-toc-quit): Adapted to delete frame when called in
11588         dedicated frame.
11590         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
11591         all enclosing macros.
11594 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11596         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
11597         first use.
11599 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11601         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
11603 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
11605         * calendar/calendar.el (list-diary-entries-hook)
11606         (diary-display-hook, nongregorian-diary-listing-hook)
11607         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
11608         Add some customize options for these hooks.
11609         (calendar-abbrev-construct): Don't try to take a substring longer
11610         than the original string.
11612 2003-08-05  Richard M. Stallman  <rms@gnu.org>
11614         * emacs-lisp/testcover.el (noreturn): Report error if does return.
11615         (testcover-reinstrument-clauses): Doc fix.
11617         * emacs-lisp/warnings.el: Doc fixes, args renamed.
11618         (warning-type-format): Rename from warning-group-format.
11620         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
11621         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
11622         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
11623         to prevent warnings about defvar for an obsolete variable.
11625         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
11626         warning-group-format renamed to warning-type-format.
11628         * subr.el (read-passwd): Use clear-string instead of fillarray.
11630         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
11631         Use vconcat instead of concat.
11632         (edmacro-sanitize-for-string): New function.
11634 2003-08-05  Dave Love  <fx@gnu.org>
11636         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
11637         line-number-display-limit-width.
11639         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
11641 2003-08-05  Kenichi Handa  <handa@m17n.org>
11643         * international/code-pages.el: Don't require mule-diag.
11645         * international/mule-diag.el (non-iso-charset-alist):
11646         Add autoload cookie.
11648         * language/devan-util.el (dev-glyph-order): Add an entry for the
11649         glyph code #xC4.
11651 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
11653         * calendar/calendar.el (diary-file, diary-file-name-prefix)
11654         (european-calendar-style, diary-date-forms)
11655         (calendar-day-name-array, calendar-month-name-array): Doc change.
11656         (generate-calendar-month): Adapt for new behaviour of
11657         `calendar-day-name' function.
11658         (calendar-abbrev-length, calendar-day-abbrev-array)
11659         (calendar-month-abbrev-array): New variables.
11660         (calendar-abbrev-construct): New function.
11661         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
11662         rather than fixing abbrevs at some width.  Calling syntax change.
11663         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
11664         (calendar-date-string): Adapt for new behaviours of
11665         `calendar-day-name' and `calendar-month-name' functions.
11667         * calendar/diary-lib.el (list-diary-entries): Adapt for new
11668         behaviour of `calendar-day-name' and `calendar-month-name' functions.
11669         (diary-name-pattern): Use abbrev arrays, rather than fixing
11670         abbrevs at three chars.  Calling syntax change.
11671         (mark-diary-entries): Adapt for new behaviours of
11672         `diary-name-pattern' and `calendar-make-alist' functions.
11673         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
11674         `diary-name-pattern' function.
11675         (font-lock-diary-date-forms): Use abbrev arrays, rather than
11676         fixing abbrevs at three chars.  Calling syntax change.
11677         (cal-hebrew, cal-islam): Require when compiling.
11678         (diary-font-lock-keywords): Adapt for new behaviour of
11679         `font-lock-diary-date-forms' function.
11681         * calendar/cal-hebrew.el: Reposition some code so defined before used.
11682         (calendar-hebrew-month-name-array-common-year)
11683         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
11684         (list-hebrew-diary-entries): Adapt for new behaviours of
11685         `calendar-day-name' and `add-to-diary-list' functions.
11686         (mark-hebrew-diary-entries): Adapt for new behaviours of
11687         `diary-name-pattern' and `calendar-make-alist' functions.
11689         * calendar/cal-islam.el (calendar-islamic-month-name-array):
11690         Add doc string.
11691         (list-islamic-diary-entries): Adapt for new behaviours of
11692         `calendar-day-name' and `add-to-diary-list' functions.
11693         (mark-islamic-diary-entries): Adapt for new behaviours of
11694         `diary-name-pattern' and `calendar-make-alist' functions.
11696         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
11697         `calendar-month-name' function.
11699         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
11701         * calendar/solar.el (solar-seasons-data): Move definition before use.
11703         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
11704         (cal-tex-LaTeX-hourbox): Move definition before use.
11706         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
11707         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
11708         lunar.el, solar.el
11709         (displayed-month, displayed-year): Define for compiler.
11711 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
11713         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
11714         MODE.  Renamed from c-init-c-language-vars'.
11715         (c-initialize-cc-mode): Change accordingly.
11716         (c-common-init): Ditto.
11717         (c-mode): Ditto.
11718         (c++-mode): Use `c-init-language-vars-for'.
11719         (objc-mode): Ditto.
11720         (java-mode): Ditto.
11721         (idl-mode): Ditto.
11722         (pike-mode): Ditto.
11723         (awk-mode): Ditto.
11725 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
11727         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
11728         or not the point moved.
11730         (c-search-decl-header-end): Don't trip up on operator identifiers
11731         in C++ and operators like == in all languages.
11733         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
11734         Detect leading labels correctly.
11736 2003-08-02  Andreas Schwab  <schwab@suse.de>
11738         * textmodes/ispell.el: Don't redo key bindings on loading, put
11739         them only in loaddefs.el.
11740         * bookmark.el: Likewise.
11741         * dabbrev.el: Likewise.
11742         * emerge.el: Likewise.
11744         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
11745         has more than one member.
11747         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
11749 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11751         * lpr.el (printify-region): It was ending conversion before the
11752         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
11754 2003-07-31  John Paul Wallington  <jpw@gnu.org>
11756         * net/browse-url.el (browse-url-epiphany): Doc fix.
11758 2003-07-30  Kenichi Handa  <handa@m17n.org>
11760         * international/fontset.el (setup-default-fontset):
11761         Change registry names of Akurti fonts.
11763 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11765         * comint.el (comint-read-noecho): Use `clear-string' instead of
11766         `fillarray'.
11768 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
11770         * outline.el (outline-mode-hook): Add defvar.
11772 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
11774         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
11775         Restore assembler in source window if that is what has been selected.
11776         (menu): Add gdb-restore-windows to menu.  Make gdba
11777         specific menus only visible from gdba.
11779 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
11781         * progmodes/compile.el (compilation-environment): New user variable.
11782         (compile-internal): Respect it.
11784 2003-07-23  Masatake YAMATO  <jet@gyve.org>
11786         * progmodes/gud.el (gdb-script-font-lock-keywords):
11787         Put `font-lock-function-name-face' on a symbol which includes
11788         `-' like `hook-run'.  Put font-lock-variable-name-face
11789         on a symbol starting with $.
11791 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
11793         * files.el (set-visited-file-name): Use truename for buffer-file-name.
11795 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
11797         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
11799 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
11801         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
11802         Use with-no-warnings.
11803         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
11804         rather than to find-file-not-found-hook, which doesn't exist.
11806 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
11808         * international/quail.el (quail-translate-key): Fix previous change.
11810 2003-07-25  John Paul Wallington  <jpw@gnu.org>
11812         * server.el (server-start): Check `server-process' is non-nil
11813         before killing it to avoid killing current buffer's process.
11815         * simple.el (choose-completion-string): Use `minibufferp';
11816         test `completion-reference-buffer' if `buffer' arg is nil.
11817         (push-mark): Use `when' and `unless'.
11818         (pop-mark): Use `when'.
11820         * mouse-sel.el (mouse-sel-get-selection-function):
11821         Check `x-last-selected-text-primary'.  Don't barf if it or
11822         `x-last-selected-text' aren't bound.
11824 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11826         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
11828 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
11830         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
11832 2003-07-23  John Paul Wallington  <jpw@gnu.org>
11834         * tooltip.el (defface tooltip): Inherit from variable-pitch.
11836 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
11838         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
11839         string.  Defvar the derived hook.
11841         * macros.el (insert-kbd-macro): Escape double quote character.
11842         From Thomas W Murphy <twm@andrew.cmu.edu>.
11844 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
11846         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
11847         to match the specific mark rather than reusing comment-start-skip.
11849 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
11851         * progmodes/hideshow.el (hs-special-modes-alist):
11852         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
11854 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
11856         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
11857         value using ?\s.
11859 2003-07-21  John Paul Wallington  <jpw@gnu.org>
11861         * subr.el (with-selected-window): Add closing paren.
11863 2003-07-21  Richard M. Stallman  <rms@gnu.org>
11865         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
11866         (lisp-mode): Likewise.
11868         * subr.el (with-selected-window): Copy code form save-selected-window
11869         so as to call select-window with norecord arg.
11870         (dynamic-completion-table): Doc fix.
11871         (lazy-completion-table): Doc fix.
11873         * international/mule-cmds.el (set-locale-environment):
11874         langinfo renamed to locale-info.
11876         * international/mule.el (auto-coding-functions): Doc fix.
11878 2003-07-21  Kenichi Handa  <handa@m17n.org>
11880         * international/quail.el (quail-translate-key):
11881         Update quail-current-str correctly.
11883 2003-07-21  Andreas Schwab  <schwab@suse.de>
11885         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
11886         ?, to "_".
11888 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
11889         Version 2.0.36 of Tramp released.
11891         * net/tramp.el (tramp-default-password-end-of-line): Rename from
11892         tramp-password-end-of-line.
11893         (tramp-password-end-of-line): New method parameter.
11894         (tramp-get-password-end-of-line): Function to access method
11895         parameter `tramp-password-end-of-line', or variable
11896         `tramp-default-password-end-of-line' (default value).
11897         (tramp-methods): Add entries for new parameter
11898         tramp-password-end-of-line.
11899         (tramp-enter-password): Use new function
11900         `tramp-get-password-end-of-line'.
11901         (tramp-handle-insert-file-contents): Do not
11902         unconditionally inhibit the file operation file-local-copy, only
11903         do that when the inhibit-file-name-operation is currently
11904         insert-file-contents.  This fixes finding remote CVS-controlled
11905         files.  (It would barf on inserting the CVS/Entries file
11906         literally, because the file-local-copy handler wasn't called.)
11907         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
11908         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
11909         (tramp-initial-commands): New variable.
11910         (tramp-process-initial-commands): New function, using the variable.
11911         (tramp-open-connection-setup-interactive-shell): Call the new function.
11912         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
11913         method into the buffer name, never use nil.  Reported by Hanak
11914         David <dhanak@inf.bme.hu>.
11915         (tramp-open-connection-setup-interactive-shell): Erase buffer
11916         before sending "stty -onlcr".
11918         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
11920 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
11922         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
11924 2003-07-19  John Paul Wallington  <jpw@gnu.org>
11926         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
11927         (artist-draw-rect, artist-draw-square): Doc fixes.
11929         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
11931         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
11933 2003-07-19  Kenichi Handa  <handa@m17n.org>
11935         * international/kkc.el (kkc-show-conversion-list-update):
11936         Highlight the correct candidate in the message.
11938 2003-07-18  John Paul Wallington  <jpw@gnu.org>
11940         * simple.el (current-word): Don't include punctuation char when
11941         `really-word' arg is non-nil.
11943 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
11945         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
11946         moved to the directory obsolete.
11948 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
11950         * info.el (Info-menu-entry-name-re): Allow newlines in
11951         menu entry names.
11953         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
11954         syntax-ppss-after-change-function.
11955         (syntax-ppss-after-change-function): New alias.  Update uses.
11956         (syntax-ppss): Catch the case where the buffer is narrowed.
11958 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
11960         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
11961         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
11963 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
11965         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
11966         since it might be modified.
11968         * progmodes/cc-langs.el (c++-make-template-syntax-table)
11969         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
11970         names to these language constants.
11972 2003-07-15  Kim F. Storm  <storm@cua.dk>
11974         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
11975         All uses changed.
11977 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
11979         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
11980         Namespace support.
11982 2003-07-13  Juanma Barranquero  <lektu@terra.es>
11984         * frame.el (modify-all-frames-parameters): Reinstall (copyright
11985         papers received).
11987 2003-07-13  Karl Eichwalder  <ke@suse.de>
11989         * textmodes/po.el (po-find-charset): White space at the start of the
11990         Content-Type field body is non-mandatory.
11992 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
11994         * textmodes/texinfo.el (texinfo-section-list):
11995         Append appendixsection; a synonym for appendixsec.
11997 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
11999         * man.el (Man-translate-cleanup): New.
12000         (Man-translate-references): Call `Man-translate-cleanup' to clean
12001         leading, trailing and middle spaces.
12003 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
12005         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
12006         Handle `dired-directory' being a list.
12008 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12010         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
12011         it doesn't exist.
12013 2003-07-12  Richard M. Stallman  <rms@gnu.org>
12015         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
12017         * progmodes/cc-defs.el (c-make-keywords-re):
12018         Don't use delete-duplicates.
12019         (c-lang-const): Don't use mapcan.
12021         * apropos.el (apropos-show-scores): Make it customizable.
12022         Document new meaning.
12023         (apropos): Compute scores from symbols.
12024         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
12026 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12028         * ps-bdf.el: Fix copyright line.
12029         (bdf-directory-list): Fix initialization code.
12031 2003-07-11  John Paul Wallington  <jpw@gnu.org>
12033         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
12034         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
12035         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
12037 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
12039         * emacs-lisp/ring.el (ring-elements): Doc fix.
12041 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
12043         * calendar/timeclock.el (timeclock-relative)
12044         (timeclock-ask-before-exiting, timeclock-use-display-time):
12045         Doc changes.
12046         (timeclock-modeline-display): Give a message if
12047         `timeclock-use-display-time' is non-nil but `display-time-mode'
12048         is not active.
12050 2003-07-11  Kenichi Handa  <handa@m17n.org>
12052         * international/mule-cmds.el (set-language-environment):
12053         Set current-language-environment to the correct string.
12055 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12057         * ps-print.el: Print line number correctly in a region.  Reported by
12058         Tim Allen <timallen@ls83.fsnet.co.uk>.
12059         (ps-print-version): New version number (6.6.2).
12060         (ps-printing-region): Code fix.
12062 2003-07-10  John Paul Wallington  <jpw@gnu.org>
12064         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
12065         this function can be called from `add-completions-from-tags-table'.
12067 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
12069         * calendar/timeclock.el (timeclock-use-display-time)
12070         (timeclock-day-over-hook, timeclock-workday-remaining)
12071         (timeclock-status-string, timeclock-when-to-leave)
12072         (timeclock-when-to-leave-string, timeclock-log-data)
12073         (timeclock-find-discrep, timeclock-day-base)
12074         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
12075         (timeclock-modeline-display): Set the variable
12076         `timeclock-modeline-display'.
12077         (timeclock-update-modeline): Doc fix.  Respect value of
12078         `timeclock-relative'.
12080 2003-07-09  Richard M. Stallman  <rms@gnu.org>
12082         * textmodes/reftex-parse.el (reftex-all-document-files):
12083         Add autoload cookie.
12085         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
12086         (reftex-scanning-info-available-p): Add autoload cookie.
12088         * international/mule-cmds.el
12089         (set-display-table-and-terminal-coding-system): Delete duplicate
12090         aset on standard-display-table.
12092         * view.el (view-file): If existing buffer's major mode is special,
12093         don't go into view mode.
12095         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
12097 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12099         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
12100         buffer changes; there's third party code that calls this function
12101         directly.
12103 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12105         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
12106         (autodoc-font-lock-keywords): Don't byte compile on font lock
12107         initialization when running from byte compiled files.
12109 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12111         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
12112         statement ends with auto-increment "++".
12114 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12116         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
12117         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
12118         these are changed, so declare them as variables and not constants.
12120 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
12122         * subr.el (dolist, dotimes): Doc fix.
12124 2003-07-08  Kim F. Storm  <storm@cua.dk>
12126         * international/mule-cmds.el
12127         (set-display-table-and-terminal-coding-system): Don't break
12128         bootstrap if standard-display-table isn't setup yet.
12130 2003-07-07  Richard M. Stallman  <rms@gnu.org>
12132         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
12133         Give it a doc string, and autoload it.
12135         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
12136         Use with-no-warnings.
12138         * info.el (Info-search): If find invisible text, search again.
12140         * isearch.el (search-whitespace-regexp): Add a shy group around it.
12142         * man.el (Man-name-regexp): Match + as part of name.
12144         * simple.el (visible-mode): Rename from vis-mode.
12145         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
12147         * simple.el (current-word): New arg REALLY-WORD specifies
12148         don't include punctuation chars.
12150         * emacs-lisp/debug.el (debug, debugger-env-macro):
12151         Use with-no-warnings while accessing and binding unread-command-char.
12153         * international/mule-cmds.el
12154         (set-display-table-and-terminal-coding-system): Use explicit loop
12155         instead of calling standard-display-default.
12157         * net/ange-ftp.el (ange-ftp-file-symlink-p):
12158         Use condition-case to catch error in ange-ftp-get-files.
12160         * net/browse-url.el (browse-url-browser-function):
12161         Add alternative for Epiphany.
12162         (browse-url-epiphany-program, browse-url-epiphany-arguments)
12163         (browse-url-epiphany-startup-arguments)
12164         (browse-url-epiphany-new-window-is-tab): New variables.
12165         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
12167         * progmodes/compile.el (compile-auto-highlight): Default now t.
12168         (compile): Doc fix.
12169         (compilation-next-error): Fix previous change.
12171         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
12173         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
12175 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
12177         * gdb-ui.el (gdb-source-info): Display current frame when
12178         attaching to an existing process.
12179         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
12180         while laying out windows when attaching to an existing process.
12182 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
12184         * info.el (Info-menu): Use Info-menu-entry-name-re.
12186 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
12188         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
12189         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
12191         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
12192         to match the same text.
12194 2003-07-06  John Paul Wallington  <jpw@gnu.org>
12196         * vc.el (vc-annotate-offset): Move defvar up.
12198 2003-07-06  Kim F. Storm  <storm@cua.dk>
12200         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
12201         This should fix the infinite loop when extracting menu names.
12203 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
12205         * files.el (auto-mode-alist, interpreter-mode-alist):
12206         Remove entries to CC Mode modes to avoid duplicates; they are now added
12207         with autoload directives in cc-mode.el.
12209 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
12211         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
12212         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
12213         these are changed, so declare them as variables and not constants.
12215         * progmodes/cc-mode.el: Fix some autoload problems: Try to
12216         ensure that the entry for ".c" extension comes before the one for
12217         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
12218         Fix incorrect entries that were added to `interpreter-mode-alist'.
12219         Move the autoload directives for AWK to the top level since they
12220         aren't recognized anywhere else.  Do not use the new AWK mode doc
12221         in the autoload form for the old AWK mode.
12223 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12225         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
12226         (bibtex-sort-ignore-string-entries): Default value t.
12227         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
12228         erroneously in previous version.
12229         (bibtex-string-files): Docstring reflects new parsing scheme.
12230         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
12231         docstring, add # as one of the chars to crush
12232         (bibtex-autokey-prefix-string, bibtex-autokey-names)
12233         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
12234         (bibtex-autokey-name-change-strings)
12235         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
12236         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
12237         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
12238         (bibtex-autokey-title-terminators)
12239         (bibtex-autokey-titlewords-stretch)
12240         (bibtex-autokey-titleword-ignore)
12241         (bibtex-autokey-titleword-case-convert)
12242         (bibtex-autokey-titleword-abbrevs)
12243         (bibtex-autokey-titleword-abbrevs)
12244         (bibtex-autokey-titleword-change-strings)
12245         (bibtex-autokey-titleword-length)
12246         (bibtex-autokey-titleword-separator)
12247         (bibtex-autokey-name-year-separator)
12248         (bibtex-autokey-year-title-separator)
12249         (bibtex-autokey-before-presentation-function)
12250         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
12251         Fix docstring.
12252         (bibtex-strings, bibtex-reference-keys):
12253         Use lazy-completion-table and make-variable-buffer-local.
12254         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
12255         (bibtex-braced-string-syntax-table)
12256         (bibtex-quoted-string-syntax-table): New variables.
12257         (bibtex-parse-nested-braces): Remove.
12258         (bibtex-parse-field-string): Use syntax table and forward-sexp.
12259         (bibtex-parse-association): Simplify.
12260         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
12261         (bibtex-parse-field-text): Simplify.
12262         (bibtex-search-forward-field, bibtex-search-backward-field):
12263         argument BOUND can take value t.
12264         (bibtex-start-of-field, bibtex-start-of-name-in-field)
12265         (bibtex-end-of-name-in-field, bibtex-end-of-field)
12266         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
12267         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
12268         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
12269         (bibtex-skip-to-valid-entry): Return buffer position of beginning
12270         and ending of entry.  Update for changes of bibtex-search-entry.
12271         Simplify.
12272         (bibtex-map-entries): FUN is called with three arguments.
12273         (bibtex-search-entry): Return a cons pair with buffer positions of
12274         beginning and end of entry.
12275         (bibtex-enclosing-field): Simplify.
12276         (bibtex-format-entry): Use booktitle to set a missing title.
12277         (bibtex-autokey-get-names): Fiddle with regexps.
12278         (bibtex-generate-autokey): Use identity.
12279         (bibtex-parse-keys): Use simplified parsing algorithm if
12280         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
12281         arguments.  Return alist of keys.
12282         (bibtex-parse-strings): Simplify.  Return alist of strings.
12283         (bibtex-complete-string-cleanup): Fix docstring.
12284         (bibtex-read-key): New function.
12285         (bibtex-mode): Fix docstring.  Do not parse for keys and
12286         strings when the mode is entered.  Set fill-paragraph-function to
12287         bibtex-fill-field.  Setup font-lock-mark-block-function the way
12288         font-lock intended.
12289         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
12290         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
12291         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
12292         (bibtex-Preamble): Avoid hard coded constants.
12293         (bibtex-make-field): Fix docstring.  Simplify.
12294         (bibtex-beginning-of-entry): Always return new position of point.
12295         (bibtex-end-of-entry): Rearrange cond clauses.
12296         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
12297         Update for changes of bibtex-map-entries.
12298         (bibtex-ispell-abstract): Do not move point.
12299         (bibtex-entry-index): Use downcase.  Simplify.
12300         (bibtex-lessp): Handle catch-all.
12301         (bibtex-find-crossref): Turn into a command.
12302         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
12303         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
12304         preamble entries.
12305         (bibtex-fill-field-bounds): New function.
12306         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
12307         (bibtex-fill-entry): Use bibtex-fill-field-bounds
12308         (bibtex-String): Use bibtex-strings.  Always obey
12309         bibtex-sort-ignore-string-entries.
12311 2003-07-05  John Paul Wallington  <jpw@gnu.org>
12313         * cus-theme.el (customize-create-theme):
12314         Call `customize-create-theme' in Reset widget's notify function.
12316         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
12317         (ibuffer-mark-interactive): Use `or' instead of `unless'.
12318         (define-ibuffer-column name): Add summarizer.
12319         (define-ibuffer-column size): Likewise.
12320         (define-ibuffer-column filename): Likewise.
12321         (define-ibuffer-column process): Likewise.  Change BODY's output too.
12322         (define-ibuffer-column filename-and-process): Likewise, likewise.
12323         (ibuffer): Remove local vars `already-in' and `need-update'.
12325         * ibuf-ext.el: Don't require `derived' at compile-time.
12327 2003-07-05  Kim F. Storm  <storm@cua.dk>
12329         * info.el: Disable paragraph refilling.
12330         (Info-refill-paragraphs): New defcustom.
12331         (Info-fontify-node): Use it.
12333 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
12335         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
12336         thingies from constructors created by defstruct.
12338         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
12339         the default value of the variable.
12340         (byte-code-meter): Move declaration to top level.
12342         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
12344         * info.el (Info-following-node-name-re): New fun.
12345         (Info-following-node-name): Remove.
12346         (Info-insert-dir): Use the new fun.
12347         (Info-extract-pointer): Don't save restriction; use new fun.
12348         (Info-menu-entry-name-re): New const.
12349         (Info-menu-entry-name-re): Use it along with new fun.
12350         (Info-node-spec-re): Use new fun.
12351         (Info-complete-menu-item, Info-fontify-node): Use new const.
12352         (Info-goto-node, Info-follow-reference, Info-menu-update):
12353         Use match-string.
12354         (Info-follow-reference): Use assoc-string.
12355         Use a list of strings for the completion table.
12356         (Info-fontify-node): Use match-string, line-end-position.
12357         Limit the search for `node:' to the first line.
12359         * newcomment.el (uncomment-region): Remove padding coming from
12360         comment-start rather than just from comment-padding.
12362         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
12363         (vc-cvs-stay-local-p): Use vc-stay-local-p.
12364         (vc-cvs-rename-file): Remove (use the default).
12365         (vc-cvs-register): Register parent dir if needed.
12366         (vc-cvs-could-register): Return non-nil if parent can be registered.
12367         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
12368         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
12370         * vc-svn.el (vc-svn-use-edit): Make it into a const.
12371         (vc-svn-update): Fix the arguments to `svn'.
12372         (vc-svn-diff-tree): Just use `vc-svn-diff'.
12373         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
12374         Simple implementations, assuming `name' is a URL.
12376         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
12377         set of chars allowed unquoted in a case pattern.
12379         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
12381         * font-lock.el (font-lock-extra-types-widget)
12382         (c-font-lock-extra-types, c++-font-lock-extra-types)
12383         (objc-font-lock-extra-types, java-font-lock-extra-types)
12384         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
12385         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
12386         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
12387         (font-lock-match-c++-structor-declaration)
12388         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
12389         (c++-font-lock-keywords-3, c++-font-lock-keywords)
12390         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
12391         (objc-font-lock-keywords-3, objc-font-lock-keywords)
12392         (java-font-lock-keywords-1, java-font-lock-keywords-2)
12393         (java-font-lock-keywords-3, java-font-lock-keywords)
12394         (java-font-lock-syntactic-face-function): Remove obsolete code
12395         and constants.  It's all in cc-fonts.el now.
12397 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
12399         * mail/sendmail.el (mail-specify-envelope-from)
12400         (mail-envelope-from): Doc fix.
12402 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
12404         * generic-x.el: Do away with the dependency on `c-emacs-features'
12405         when populating `rul-generic-mode-syntax-table'; we already know
12406         this isn't XEmacs.
12408 See ChangeLog.10 for earlier changes.
12410 ;; Local Variables:
12411 ;; coding: iso-2022-7bit
12412 ;; End:
12414     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
12415   Copying and distribution of this file, with or without modification,
12416   are permitted provided the copyright notice and this notice are preserved.
12418 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1