(comint-input-ring-size): Increase to 150.
[emacs.git] / lisp / ChangeLog
blobcf69f70003743f632adb4b516575c65b8846643b
1 2004-11-20  Richard M. Stallman  <rms@gnu.org>
3         * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode): 
4         New variables.
5         (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
6         (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
8         * imenu.el (imenu--generic-function):
9         Ensure we keep moving backward even if BEG isn't further back.
11         * replace.el (query-replace-read-to, query-replace-read-from): 
12         Specify t for KEEP-ALL in read-from-minibuffer.
14         * progmodes/python.el (python-switch-to-python):
15         If Python isn't running, start it.
16         Don't alter debug-ignored-errors.
18         * progmodes/cperl-mode.el (cperl-indent-region):
19         Don't mind imenu-scanning-message.
21         * bindings.el (global-map): Bind C-e to move-end-of-line.
23         * simple.el (line-move-finish): New arg FORWARD.
24         Ignore invisible newlines, not intangible ones.
25         Conditions for acceptable stopping positions depend on FORWARD.
26         (line-move): Pass FORWARD arg to line-move-finish.
28         * buff-menu.el (list-buffers-noselect): Eliminate space at the start
29         of HEADER.  Compensate for this change in the code to add display
30         properties.  Don't make the first line intangible.
32         * info.el (Info-search): Fix previous change.
34 2004-11-20  Thien-Thi Nguyen  <ttn@gnu.org>
36         * Makefile.in (recompile): Revert 2004-11-19 change.
37         (compile): Likewise.
39 2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
41         * Makefile.in (compile): Set `max-specpdl-size' before compiling.
43 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
45         * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
46         defgroup and defcustom.  Eliminate eval-and-compile usage.
48         * progmodes/ebnf-otz.el: Fix typos.
50 2004-11-19  Jay Belanger  <belanger@truman.edu>
52         * calc/calc-yank.el (calc-edit-disp-trail): New variable.
53         (calc-edit-finish, calc-finish-stack-edit): Replace variable
54         disp-trail by declared variable.
56         * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
57         (calc-finish-selection-edit):  Replace variable disp-trail by
58         declared variable.
60         (calc-selection-cache-entry): Move declaration to earlier in
61         the file.
63         (calc-selection-cache-num, calc-selection-cache-comp)
64         (calc-selection-cache-offset, calc-selection-true-num)
65         (calc-final-point-line, calc-final-point-column)
66         (calc-original-buffer): Declare them.
68         (calc-fnp-op, calc-fnp-num): New variables.
69         (calc-find-nth-part, calc-find-nth-part-rec)
70         (calc-select-previous): Replace op and num by declared
71         variables.
73         (calc-rsf-old, calc-rsf-new): New variables.
74         (calc-replace-sub-formula, calc-replace-sub-formula-rec):
75         Replace variables old and new by declared variables.
77         (calc-sel-reselect): New variable.
78         (calc-auto-selection, calc-enter-selection, calc-edit-selection)
79         (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
80         (calc-sel-mult-both-sides, calc-sel-add-both-sides):  Replace variable
81         reselect with declared variable.
83         * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
84         (math-bound-vars, math-conds, math-copy-neg, math-rhs)
85         (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
86         (math-import-list, math-rewrite-phase): Declare them.
88         (math-rewrite):  Use let* to declare variables.
90         (calc-rewrite-selection): Make rules a local variable.
92         (calc-rewr-sel): New variable.
93         (calc-rewrite-selection, calc-locate-selection-marker)
94         (calc-rewrite): Use the declared variable calc-rewr-sel instead
95         of sel.
97         (math-rewrite-whole-expr): New variable.
98         (math-rewrite, math-rewrite-phase): Replace variable expr by
99         declared variable.
101         (math-rewrite-heads-heads, math-rewrite-heads-skips)
102         (math-rewrite-heads-blanks ): New variables.
103         (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
104         heads, skips and blanks by declared variables.
106         (math-rwcomp-subst-old, math-rwcomp-subst-new)
107         (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
108         New variables.
109         (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
110         old, new, old-func and new-func by declared variables.
112         (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
113         Remove unnecessary variable.
115         (math-apply-rw-regs): New variable.
116         (math-apply-rewrites, math-rwapply-replace-regs)
117         (math-rwapply-reg-looks-negp): Replace variable regs by declared
118         variable.
120         (math-apply-rw-ruleset): New variable.
121         (math-apply-rewrites, math-rwapply-remember): Replace variable
122         ruleset by declared variable.
124 2004-11-19  Richard M. Stallman  <rms@gnu.org>
126         * info.el (Info-search): Use search-whitespace-regexp.
128 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
130         * vc-rcs.el (vc-rcs-parse): New function.
131         (vc-rcs-annotate-command): Likewise.
132         (vc-rcs-annotate-current-time): Likewise.
133         (vc-rcs-annotate-time): Likewise.
134         (vc-rcs-annotate-extract-revision-at-line): Likewise.
136 2004-11-19  Thien-Thi Nguyen  <ttn@gnu.org>
138         * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
140 2004-11-18  Jay Belanger  <belanger@truman.edu>
142         * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary
143         variables.
145 2004-11-17  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
147         * printing.el: Eliminate use of interactive-p and eval-and-compile.
148         Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
149         Use make-temp-file to generate PostScript files in any situation.
150         (pr-ps-temp-file): Now specify a prefix to generate temporary files.
151         (pr-interactive-p): Eliminate var.
152         (pr-save-interactive): Eliminate macro.
153         (pr-interface, pr-ps-directory-preview)
154         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
155         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
156         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
157         (pr-ps-buffer-ps-print, pr-ps-region-preview)
158         (pr-ps-region-using-ghostscript, pr-ps-region-print)
159         (pr-ps-region-ps-print, pr-ps-mode-preview)
160         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
161         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
162         (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
163         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
164         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
165         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
166         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
167         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
168         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
169         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
170         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
171         (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
172         Eliminate pr-save-interactive usage.
173         (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
174         Eliminate pr-interactive-p usage.
175         (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
176         (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
177         (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
178         (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
179         (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
180         (pr-toggle-header-menu, pr-toggle-header-frame-menu)
181         (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
182         New funs.
183         (pr-ps-file): Use make-temp-file to generate a temporary file.
185 2004-11-17  Jay Belanger  <belanger@truman.edu>
187         * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
188         a local variable.
190         (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
192         (math-top-only): New variable.
193         (math-simplify, math-simplify-step): Replace variable top-only by
194         declared variable math-top-only.
196         (math-simplify-expr): Declare it.
197         Replaced argument expr in all calls of math-defsimplify by
198         math-simplify-expr.
199         (math-simplify-plus, math-simplify-times, math-simplify-divide)
200         (math-simplify-divisor, math-simplify-one-divisor)
201         (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
202         (math-simplify-pow): Replace variable expr by declared variable
203         math-simplify-expr.
205         (math-simplify-divisor): Remove local variables temp and op.
206         (math-simplify-one-divisor): Make temp and op local variables.
208         (math-simplify-divisor-nover, math-simplify-divisor-dover):
209         New variables.
210         (math-simplify-divisor, math-simplify-one-divisor):
211         Replace variables nover and dover by declared variables.
213         (math-expr-subst-new, math-expr-subst-old): New variables.
214         (math-expr-subst, math-expr-subst-rec): Replace variables new
215         and old by declared variables.
217         (math-is-poly-degree, math-is-poly-loose): New variables.
218         (math-is-polynomial, math-is-poly-rec): Replace variables degree
219         and loose by declared variables.
221         (math-poly-base-const-ok, math-poly-base-pred): New variables.
222         (math-polynomial-base, math-polynomial-base-rec):
223         Replace variables const-ok and mpb-pred by declared variables.
225         * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
227         * calc/calc-ext.el (math-defsimplify): Change the argument in
228         the created function to math-simplify-expr.
230         * calc/calc-units.el (math-simplify-expr): Declare it.
231         Replace argument expr in all calls of math-defsimplify by
232         math-simplify-expr.
233         (math-simplify-units-prod): Replace variable expr by declared
234         variable math-simplify-expr.
236 2004-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
238         * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
239         Replace mapcar->dolist, format->string.
241 2004-11-17  Miles Bader  <miles@gnu.org>
243         * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
244         * progmodes/idlwave.el: Remove RCS keywords.
246 2004-11-17  J.D. Smith  <jdsmith@as.arizona.edu>
248         * progmodes/idlwave.el, progmodes/idlw-toolbar.el
249         * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
250         Updated to IDLWAVE version 5.5.  Too many changes to list them here.
251         * progmodes/idlw-help.el: New file.
253 2004-11-16  Richard M. Stallman  <rms@gnu.org>
255         * international/iso-cvt.el (iso-tex2iso-trans-tab):
256         Discard spaces after \i according to TeX rules.
258         * international/mule.el (set-buffer-file-coding-system):
259         New arg NOMODIFY.
260         (after-insert-file-set-coding): Pass that new arg.
261         Prevent set-buffer-multibyte from trying to lock the file.
263         * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
265         * saveplace.el (save-place): Doc fix.
267         * dabbrev.el (dabbrev-expand): When handling SPC M-/,
268         temporarily widen before finding the following word to copy.
270         * emacs-lisp/lucid.el (map-keymap): Definition deleted.
271         (cl-map-keymap): Definition deleted.
273         * subr.el (map-keymap-internal): New function.
275 2004-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
277         * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
278         when pressing rather than when releasing mouse-2.  Simplify.
280 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
282         * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
283         (compilation-mode): Set it here instead.
285         * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
287         * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
288         (loop, cl-parse-loop-clause, defsetf): Use backquote.
290 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
292         * progmodes/compile.el (compilation-internal-error-properties):
293         Fix up a transposition-typo.  Check end-col before using it.
295 2004-11-14  Frederic Han  <han@math.jussieu.fr>  (tiny change)
297         * international/iso-cvt.el (iso-tex2iso-trans-tab):
298         Discard whitespace after macro \i when converting it.
300 2004-11-16  Juri Linkov  <juri@jurta.org>
302         * emacs-lisp/find-func.el (find-function-regexp):
303         Optimize `define-minor-mode'.  Add `defun-cvs-mode'.
304         Add `deffoo'.  Add `f' to [^cgv] to exclude `defface'.
305         Remove invalid `\W' from [^cgv\W].  Doc fix.
306         (find-function-search-for-symbol): Replace "\\>" with "\\_>".
308 2004-11-15  Luc Teirlinck  <teirllm@auburn.edu>
310         * play/life.el: Maintainer is now FSF.
311         (life-patterns, life-neighbor-deltas, life-window-start)
312         (life-current-generation, life-generation-string): Use defvar
313         instead of defconst.
315 2004-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
317         * progmodes/compile.el (compilation-move-to-column): New fun.
318         (compilation-internal-error-properties)
319         (compilation-next-error-function): Use it to make sure we don't go past
320         the end of line.
322 2004-11-15  John Paul Wallington  <jpw@gnu.org>
324         * autoinsert.el (auto-insert-alist): Insert the user's name in
325         copyright notice, rather than Free Software Foundation, for the
326         Emacs Lisp header case too.
328 2004-11-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
330         * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
331         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
332         (pr-switches-string): If SWITCHES is nil, return nil.  Otherwise,
333         return the list of string in a string.
334         (pr-call-process): Message if calling process returns an error, that
335         is, the exit status is different of zero.
337 2004-11-15  Jay Belanger  <belanger@truman.edu>
339         * calc/calcalg2.el (math-integrate-by-parts):  Remove unused
340         variable var-thing.
342         (math-integ-depth, math-integ-level, math-integral-limit)
343         (math-enable-subst, math-any-substs, math-integ-msg)
344         (math-prev-parts-v, math-good-parts, math-max-integral-limit)
345         (math-int-threshold, math-int-factors, math-double-roots)
346         (math-solve-simplifying, var-IntegLimit, math-solve-sign)
347         (var-GenCount):  Declare these variables.
348         (calcFunc-integ):  Don't check if var-IntegLimit is bound.
350         (math-integral-cache, math-integral-cache-state):
351         Move declarations to earlier in the file.
353         (math-deriv-var, math-deriv-total, math-deriv-symb)
354         (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
355         (math-so-far, math-integ-expr, math-expr-parts, calc-low)
356         (calc-high, math-solve-var, math-solve-full, math-solve-vars)
357         (math-try-solve-sign, math-solve-b, math-solve-system-vv)
358         (math-solve-res):  New variables
359         (math-derivative, calcFunc-deriv, calcFunc-tderiv)
360         (math-integral, math-replace-integral-parts)
361         (math-integrate-by-parts, calc-dump-integral-cache)
362         (math-try-integral, math-do-integral, math-do-integral)
363         (math-do-integral-methods, math-try-solve-for)
364         (math-try-solve-prod, math-solve-poly-funny-powers)
365         (math-solve-crunch-poly, math-decompose-poly)
366         (math-solve-find-root-term, math-find-root-in-prod)
367         (math-integ-try-linear-substitutions)
368         (math-integ-try-substitutions, math-expr-rational-in)
369         (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
370         (math-solve-prod, math-solve-quartic, math-poly-all-roots)
371         (math-solve-for, math-solve-system, math-solve-system-rec)
372         (math-solve-get-sign, math-solve-get-int)
373         (math-solve-system-subst): Replace undeclared variables with newly
374         declared variables.
376 2004-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
378         * winner.el (winner-active-region, winner-edges, winner-window-list):
379         Define at toplevel.
380         (winner-mode-map): Move init inside declaration.
382 2004-11-14  Luc Teirlinck  <teirllm@auburn.edu>
384         * files.el (convert-standard-filename): Doc fix.
386 2004-11-14  Daniel Pfeiffer  <occitan@esperanto.org>
388         * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
389         passwd, group, shadow, default/* and pam.d/*.
391 2004-11-14  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
393         * printing.el (pr-menu-spec): Adjust menu specification.
395 2004-11-13  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
397         * printing.el: Doc fix.  Insert :version tag into all defcustom.
398         Handle interactive-p as is recommended in Emacs Lisp Reference.
399         Set the file permission bits for newly created files.
400         Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
401         The printing menu specification (in `pr-menu-spec') was merged.
402         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
403         (pr-version): New version number (6.8.3).
404         (pr-file-modes): New option.
405         (pr-interactive-p): New var.
406         (pr-save-interactive, pr-save-file-modes): New macros.
407         (pr-setup): Code fix.
408         (pr-menu-spec): Menu specification merged.
409         (pr-call-process, pr-text2ps): Set file permission bits.
410         (pr-despool-print): Set file permission bits.  Handle interactive-p as
411         is recommended.
412         (pr-interface, pr-ps-directory-preview)
413         (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
414         (pr-ps-directory-ps-print, pr-ps-buffer-preview)
415         (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
416         (pr-ps-buffer-ps-print, pr-ps-region-preview)
417         (pr-ps-region-using-ghostscript, pr-ps-region-print)
418         (pr-ps-region-ps-print, pr-ps-mode-preview)
419         (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
420         (pr-printify-directory, pr-txt-directory, pr-despool-preview)
421         (pr-despool-using-ghostscript, pr-despool-ps-print)
422         (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
423         (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
424         (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
425         (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
426         (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
427         (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
428         (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
429         (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
430         (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
431         (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
432         Handle interactive-p as is recommended.
434 2004-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
436         * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
437         (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
439         * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
440         so it doesn't forget to highlight the beginning of the region either.
442 2004-11-13  Daniel Pfeiffer  <occitan@esperanto.org>
444         * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
445         (c-font-lock-init): Eliminate obsolete make-local-hook.
446         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
447         (awk-mode): Use run-mode-hooks.
449         * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
451 2004-11-13  Kim F. Storm  <storm@cua.dk>
453         * mouse.el (mouse-drag-copy-region): Add :version.
454         (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
455         while dragging mode line, so mode line can be dragged downwards.
456         (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
457         while pressing mouse button so window doesn't scroll until we
458         release the mouse if clicking on partially visible line.
460 2004-11-12  Jay Belanger  <belanger@truman.edu>
462         * calc/calc-graph.el (calc-dumb-map):  Declare it.
463         (calc-graph-show-dumb):  Check if calc-dumb-map is non-nil rather
464         than unbound.
465         (calc-graph-name):  Made `end' a local variable.
466         (calc-graph-lookup):  Made `varname' a local variable.
467         (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
468         Declare them.
469         (calc-graph-format-data):  Don't check if var-PlotRejects is bound.
470         (calc-graph-plot, calc-graph-compute-3d):  Remove references to
471         the unused variable y3vec.
472         (calc-graph-show-dumb):  Remove reference to unused variable found-pt.
473         (calc-graph-kill-hook, calc-graph-plot):  Remove reference to
474         calc-graph-prev-kill-hook.
475         (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
476         (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
477         (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
478         (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
479         (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
480         (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
481         (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
482         (calc-graph-y3value, calc-graph-y3name)
483         (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
484         (calc-graph-stepcount, calc-graph-is-splot)
485         (calc-graph-surprise-splot, calc-graph-blank)
486         (calc-graph-non-blank, calc-graph-curve-num):  New variables.
487         (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
488         (calc-graph-recompute-2d, calc-graph-compute-3d)
489         (calc-graph-format-data): Replace undeclared variables with the
490         above newly declared variables.
492 2004-11-12  Diane Murray  <dsm@muenster.de>  (tiny change)
494         * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
495         `rsf-beep' and `rsf-sleep-after-message'.
497         * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
498         list if `message-sender' is non-nil.
500 2004-11-12  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
502         * desktop.el (desktop-create-buffer, desktop-save): Avoid some
503         consing by using mapc instead of mapcar.
505 2004-11-12  Nick Roberts  <nickrob@snap.net.nz>
507         * tooltip.el (require): Explain why CL is needed.
509 2004-11-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
511         * printing.el: Insert :version into defgroup (printing).  All reference
512         to Files option in menubar were changed to File.
513         (pr-version): New version number (6.8.2).
514         (pr-get-symbol): Call easy-menu-intern.
515         (pr-region-active-p): Now is a fun (it was defsubst).  To avoid
516         compilation gripes.
518 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
520         * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
521         new byte-compile-function-environment binding to t.
523         * font-lock.el (font-lock-fontify-syntactically-region):
524         Don't forget to highlight the last char when we hit `end'.
526         * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
527         (mwheel-scroll): Adjust accordingly.
529         * cvs-status.el: Reduce spurious warnings.
530         (cvs-status-checkout): Remove.
531         (cvs-status-mode-map): Use cvs-mode-checkout instead.
533         * pcvs.el (cvs-mode-checkout): New command.
535         * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
537         * tooltip.el: Require CL.
539         * emacs-lisp/bytecomp.el: Use push.
540         (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
541         (defalias): Remove the `byte-compile' property and add
542         a `byte-hunk-handler'.
544 2004-11-11  Juri Linkov  <juri@jurta.org>
546         * info.el (Info-search): Save match data for isearch.
547         Skip Tag Table node.
549         * descr-text.el (describe-char): Replace syntax-after with code
550         from its previous version.
552         * files.el (magic-mode-alist): Use optimization for SGML mode too.
553         (set-auto-mode): Doc fix.  Remove unused variable `xml'.
555         * international/mule.el (sgml-html-meta-auto-coding-function):
556         Remove > after <html to allow HTML attributes.
558 2004-11-11  Jay Belanger  <belanger@truman.edu>
560         * calc/calc-comb.el (math-prime-factors-finished):  Declare it as
561         a variable.
562         (calcFunc-dfac):  Replace unbound max by n.
563         (math-stirling-local-cache):  New variable.
564         (math-stirling-number, math-stirling-1, math-stirling-2):
565         Replace the variable `cache' by the declared variable
566         math-stirling-local-cache.
567         (var-RandSeed):  Declare it as a variable.
568         (math-init-random-base, math-random-digit):  Don't check to see if
569         var-RandSeed is bound.
570         (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
571         Declare them instead of just setting them.
572         (math-init-random-base):  Made i a local variable.
573         (math-random-digit):  Made math-random-last a local variable.
574         (math-prime-test-cache):  Move declaration to before it is used.
575         (math-prime-test-cache-k, math-prime-test-cache-q)
576         (math-prime-test-cache-nm1, math-prime-factors-finished):
577         Declare them as variables.
579 2004-11-11  Jay Belanger  <belanger@truman.edu>
581         * calc/calc-ext.el (math-defcache):  Use defvar for the new
582         variables it creates.
584 2004-11-11  Lars Hansen  <larsh@math.ku.dk>
586         * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
587         (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
588         (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
589         (desktop-save): Add :version.
591 2004-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
593         * printing.el (pr-get-symbol): Don't downcase.
595 2004-11-10  Jay Belanger  <belanger@truman.edu>
597         * calc/calc-aent.el (calc-do-quick-calc):  Use kill-new to append
598         string to kill-ring.
600         * calc/calc-aent.el (calc-alg-exp, math-toks)
601         (math-exp-pos,math-exp-old-pos, math-exp-token)
602         (math-exp-keep-spaces, math-exp-str):  New variables.
603         (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
604         (calcAlg-enter):  Use declared variable calc-alg-exp.
605         (math-build-parse-table, math-find-user-token):  Use declared
606         variable math-toks.
607         (math-read-exprs, math-read-token, calc-check-user-syntax)
608         (calc-match-user-syntax, match-factor-after, math-read-factor):
609         Use declared variables math-exp-pos math-exp-old-pos.
610         (math-read-exprs, math-read-token, math-read-expr-level)
611         (calc-check-user-syntax, calc-match-user-syntax)
612         (match-factor-after, math-read-factor):  Use declared variable
613         math-exp-token.
614         (math-read-exprs, math-read-expr-list, math-read-token)
615         (math-read-factor):  Use declared variable math-exp-keep-spaces.
616         (math-read-exprs, math-read-token):  Use declared variable
617         math-exp-str.
618         (calc-match-user-syntax):  Make m a local variable.
620         * calc/calc-ext.el (math-read-expr):  Use declared variables
621         math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
622         math-exp-keep-spaces.
624         * calc/calc-forms.el (math-read-angle-bracket):  Use declared
625         variables math-exp-pos, math-exp-str.
627         * calc/calc-lang.el (math-parse-tex-sum):  Use declared variable
628         math-exp-old-pos.
629         (math-parse-fortran-vector, math-parse-fortran-vector-end)
630         (math-parse-eqn-prime):  Use declared variable math-exp-token.
632         * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
633         Use declared variable math-exp-pos.
634         (math-check-for-commas):  Use declared variable math-exp-str.
635         (math-read-brackets):  Use declared variables math-exp-old-pos,
636         math-exp-keep-spaces.
637         (math-read-brackets, math-read-vector, math-read-matrix):
638         Use declared variable math-exp-token.
640 2004-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
642         * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
643         where the keymap is a symbol.
644         (easy-menu-add-item): Use keymap-prompt.  Simplify.
646         * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
648         * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
649         (sgml-parse-tag-backward): Use it to skip spurious < or >.
651 2004-11-10  Thien-Thi Nguyen  <ttn@gnu.org>
653         * ebuff-menu.el: Doc fixes throughout.
654         (electric-buffer-menu-mode-hook): New defvar.
656 2004-11-10  Nick Roberts  <nickrob@snap.net.nz>
658         * tooltip.el: Don't require cl, comint, gud, gdb-ui for
659         compilation. The resulting compiler warnings appear to be harmless.
661 2004-11-10  Daniel Pfeiffer  <occitan@esperanto.org>
663         * textmodes/conf-mode.el: New file.
665         * files.el (auto-mode-alist, magic-mode-alist): Use it.
667 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
669         * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
671 2004-11-09  Jay Belanger  <belanger@truman.edu>
673         * calc/calc-ext.el (calc-init-extensions):  Remove old code.
675         * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
676         (calc-z-prefix-buf, calc-z-prefix-msgs):  New variables.
677         (calc-z-prefix-help, calc-user-function-list):  Use declared
678         variables calc-z-prefix-buf, calc-z-prefix-msgs.
679         (math-map-tree, math-map-tree-rec):  Use declared variables
680         math-mt-many, math-mt-func.
681         (math-read-expression, math-read-string):  Use declared variable
682         math-expr-data.
684         * calc/calc-ext.el (math-normalize-nonstandard):  Use declared
685         variable math-normalize-a.
687         * calc/calc.el (math-normalize-a):  New variable.
688         (math-normalize):  Use declared variable math-normalize-a.
690         * calc/calc-poly.el (math-expand-form):  Use declared variable
691         math-mt-many.
693         * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
694         Use declared variable math-mt-many.
695         (math-rewrite):  Use declared variable math-mt-func.
697         * calc/calc-vec.el (math-read-brackets, math-read-vector)
698         (math-read-matrix):  Use declared variable math-expr-data.
700         * calc/calc-lang.el (math-parse-fortran-vector)
701         (math-parse-fortran-vector-end, math-parse-tex-sum)
702         (math-parse-eqn-matrix, math-parse-eqn-prime)
703         (math-read-math-subscr):  Use declared variable math-expr-data.
705         * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
706         (math-read-expr-level, math-read-token, calc-check-user-syntax)
707         (calc-match-user-syntax, math-read-if, math-factor-after)
708         (math-read-factor):  Use declared variable math-expr-data.
710 2004-11-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
712         * calendar/diary-lib.el (diary-from-outlook)
713         (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
714         interactive-p; but rather new optional argument NOCONFIRM.
716 2004-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
718         * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
719         (easy-menu-name-match): Revert correspondingly.
721 2004-11-09  Richard M. Stallman  <rms@gnu.org>
723         * emacs-lisp/bytecomp.el (byte-compile-defalias):
724         Turn off warnings for the new function even if definition not constant.
725         If the definition isn't a quoted symbol, record (FUNCTION . t).
726         (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
727         (byte-compile-callargs-warn): Handle (FUNCTION . t).
728         (display-call-tree, byte-compile-arglist-warn):
729         Handle t returned by byte-compile-fdefinition.
731 2004-11-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
733         * Makefile.in (maintainer-clean): Depend on distclean.
735         * help-fns.el (help-C-file-name): File name must be in build-files
736         to be returned.
738 2004-11-09  Jay Belanger  <belanger@truman.edu>
740         * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
741         (calc-start-hook, calc-end-hook, calc-load-hook):  New variables.
743         * calc/calc.el (calc, calc-trail-display, calc-mode):
744         Remove obsolete sections.
746         * calc/calc.el (calc-x-paste-text):  Remove.
748         * calc/calc-ext.el (calc-init-extensions):  Bind calc-yank to
749         mouse-2.
751 2004-11-09  Nick Roberts  <nickrob@snap.net.nz>
753         * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
754         (gdb-info-frames-custom, gdb-frame-handler): Use it to find
755         current frame (in case of recursive calls).
756         (gdb-show-changed-values): Add :version keyword.
758 2004-11-08  Stefan Monnier  <monnier@iro.umontreal.ca>
760         * international/mule-cmds.el: Change coding-system to utf-8.
761         (select-safe-coding-system-interactively):
762         New function extracted from select-safe-coding-system.
763         (select-safe-coding-system): Use it.
765 2004-11-08  Richard M. Stallman  <rms@gnu.org>
767         * subr.el (syntax-after): Doc fix.
769         * paren.el (show-paren-function): Change calls to syntax-after
770         for new way of returning the value.
772         * menu-bar.el (menu-bar-file-menu): Make this the real name
773         and menu-bar-files-menu the alias.  Use the former.
774         (global-map): Use `file', not `files', as the symbol.
776         * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
778         * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
779         Don't use beginning-of-buffer.
780         (filesets-cmd-show-result): Use with-no-warnings.
782 2004-11-08  Juri Linkov  <juri@jurta.org>
784         * progmodes/compile.el (compile): Don't overwrite last command in
785         minibuffer history with default command if they are not equal.
787 2004-11-08  Jay Belanger  <belanger@truman.edu>
789         * calc/calcalg2.el (math-do-integral-methods):  Try linear then
790         non-linear substitutions.
792 2004-11-08  Jay Belanger  <belanger@truman.edu>
794         * calc/calcalg2.el (math-linear-subst-tried): New variable.
795         (math-do-integral):  Set `math-linear-subst-tried' to nil.
796         (math-do-integral-methods):  Use `math-linear-subst-tried' to
797         determine what type of substitution to try.
798         (math-integ-try-linear-substituion):
799         Set `math-linear-subst-tried' to t.
801 2004-11-08  Kim F. Storm  <storm@cua.dk>
803         * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
805 2004-11-07  Juri Linkov  <juri@jurta.org>
807         * info-look.el (info-lookup): Allow reusing in the current buffer
808         not only *info* buffer, but all (even renamed) Info buffers
809         by checking for major-mode instead of *info* buffer name.
810         (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
811         (octave-mode, maxima-mode) <doc-spec>:
812         Allow long dashes generated by Texinfo 4.7 before definitions.
813         (texinfo-mode) <doc-spec>: Add space to suffix to find command
814         definitions with argument separated by space.
816 2004-11-06  Richard M. Stallman  <rms@gnu.org>
818         * simple.el (next-error group, face): Move before first use.
819         (next-error-highlight, next-error-highlight-no-select): Likewise.
821         * simple.el (line-move-invisible-p): Rename from line-move-invisible.
822         (line-move): New args NOERROR and TO-END.
823         Return t if if succeed in moving specified number of lines.
824         (move-end-of-line): New function.
826         * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
827         (end-of-buffer-other-window): Likewise.
829         * simple.el (line-move-ignore-invisible): Default to t.
831         * subr.el (syntax-after): Return the syntax letter, not the raw code.
833         * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
835         * international/iso-cvt.el (iso-cvt-define-menu):
836         Rename menu-bar-files-menu to menu-bar-file-menu.
838         * net/browse-url.el (browse-url-gnome-moz-program)
839         (browse-url-gnome-moz-arguments): Move up before first use.
841         * net/tramp.el (tramp group): Add :version.
843         * progmodes/ada-xref.el (ada-gdb-application):
844         Use goto-char instead of beginning-of-buffer.
846         * progmodes/cperl-mode.el (cperl-info-on-command):
847         Use goto-char instead of beginning-of-buffer.
849         * progmodes/idlw-shell.el (idlwave-shell-examine-map):
850         Move up before first use.
851         (idlwave-shell-temp-pro-file): Likewise.
852         (idlwave-shell-temp-rinfo-save-file): Likewise.
853         (idlwave-shell-temp-file): Minor doc fix.
855         * textmodes/flyspell.el (flyspell-external-point-words):
856         Use goto-char instead of beginning-of-buffer.
858 2004-11-06  Kai Grossjohann  <kai.grossjohann@gmx.net>
860         * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
861         /dev/stdout" before trying "uudecode -o -".  Suggested by Han Boetes.
862         (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
864 2004-11-06  David Ponce  <david@dponce.com>
866         * recentf.el (recentf-menu-path): Use menu item name.
868 2004-11-06  Eli Zaretskii  <eliz@gnu.org>
870         * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
871         display doesn't support images.
873 2004-11-06  Andreas Schwab  <schwab@suse.de>
875         * tempo.el (tempo-match-finder): Doc fix.
877         * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
879 2004-11-06  Stefan Monnier  <monnier@iro.umontreal.ca>
881         * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
882         (easy-menu-lookup-name): New fun to replace it.
883         (easy-menu-get-map): Use it to obey menu item names (rather than just
884         keys) when looking up `path'.
885         (easy-menu-always-true-p): Rename from easy-menu-always-true.
886         (easy-menu-convert-item-1): Adjust to new name.
888 2004-11-06  Peter Heslin  <pj@heslin.eclipse.co.uk>  (tiny change)
890         * outline.el (hide-body): Don't hide lines at the top of the file
891         that precede the first header line.
893 2004-11-06  Paul Pogonyshev  <pogonyshev@gmx.net>
895         * align.el (align-areas): Delete whitespace before reindenting, so
896         that tabs are never placed after spaces.
898 2004-11-06  Alan Shutko  <ats@acm.org>
900         * macros.el (insert-kbd-macro): Do completions based on macros,
901         rather than all commands.
903 2004-11-06  David Hansen  <david.hansen@gmx.net>  (tiny change)
905         * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
906         to solve a bug whereby tags with 'b' don't match.
908 2004-11-05  Juri Linkov  <juri@jurta.org>
910         * info.el (Info-search): Don't search in node header lines
911         and file headers.
913         * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
914         symbol-constituent characters after dot, not only digits.
916 2004-11-04  Daniel Pfeiffer  <occitan@esperanto.org>
918         * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
920 2004-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
922         * dired.el (dired-read-dir-and-switches): Call read-directory-name
923         if a dialog will be used, read-file-name otherwise.
925 2004-11-04  Richard M. Stallman  <rms@gnu.org>
927         * textmodes/table.el (table group): Add :version.
929         * textmodes/ispell.el (ispell-word):
930         Don't alter args; set them only thru `interactive' spec.
932         * textmodes/flyspell.el (flyspell-word):
933         Don't alter FOLLOWING; set it only thru `interactive' spec.
935         * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
937         * net/browse-url.el (browse-url-maybe-new-window):
938         Use called-interactively-p.
940         * mail/supercite.el (sc-cite-region):
941         Don't use interactive-p.  Add arg INTERACTIVE.
942         (sc-version): Don't use interactive-p.  Rename arg to MESSAGE.
944         * international/mule-cmds.el (set-input-method, toggle-input-method):
945         Don't use interactive-p.  Add arg INTERACTIVE.
947         * eshell/esh-mode.el (eshell-show-maximum-output):
948         Don't use interactive-p.
949         (eshell-truncate-buffer): Just message, no error, if buffer is short.
951         * mouse.el (mouse-show-mark): Get positions to delete from mark
952         and point, not from mouse-drag-overlay.
954         * imenu.el (imenu-eager-completion-buffer): Add :version.
956         * filesets.el (filesets group): Add :version.
958 2004-11-03  Daniel Pfeiffer  <occitan@esperanto.org>
960         * files.el (xml-based-modes): Delete var.
961         (magic-mode-alist): New more general var.
962         (set-auto-mode): Use it.
964         * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
965         when clicking from another window.
967 2004-11-03  Thien-Thi Nguyen  <ttn@gnu.org>
969         * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
970         (vc-cvs-annotate-time): Incorporate value of deleted var.
971         Remove special-case handling of beginning-of-buffer cruft.
972         Cache ending position (point) and return value in text property
973         `vc-cvs-annotate-time', and consult it on subsequent invocations.
975         * vc-cvs.el (vc-cvs-annotate-command):
976         Delete extraneous lines from beginning of buffer.
977         * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
979         * progmodes/grep.el (grep-default-command): Take empty string
980         for tag if all other methods yield nil.  Shell-quote the tag.
982         * vc.el (vc-annotate-display-autoscale): Add prefix-arg
983         spec in `interactive' form, and mention it in the docstring.
984         Also, make sure point is at bol after calling `annotate-time'.
986 2004-11-02  Richard M. Stallman  <rms@gnu.org>
988         * cus-edit.el (customize-group-other-window):
989         Select the window that displays the custom buffer.
990         (custom-buffer-create-other-window): Likewise.
992         * comint.el (comint-insert-input): Fix previous change.
994         * emacs-lisp/elp.el (elp-instrument-function):
995         Use called-interactively-p.
997         * emacs-lisp/easymenu.el (easy-menu-intern):
998         Don't downcase; rather, case-flip the first letter of each word.
1000         * emacs-lisp/easy-mmode.el (define-minor-mode):
1001         Use called-interactively-p.
1003         * emacs-lisp/bytecomp.el (byte-compile-warning-types):
1004         Add interactive-only.
1005         (byte-compile-warnings): Add interactive-only as option.
1006         (byte-compile-interactive-only-functions): New variable.
1007         (byte-compile-form): Warn about calls to functions
1008         in byte-compile-interactive-only-functions.
1010         * emacs-lisp/autoload.el (update-file-autoloads):
1011         Don't use interactive-p; take new arg SAVE-AFTER.
1013         * emacs-lisp/advice.el (ad-make-advised-definition):
1014         Use called-interactively-p.
1016 2004-11-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1018         * files.el (find-file-existing): New function.
1020         * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
1021         find-file-existing.  Add "New File..." that calls find-file.
1023         * diropen.pbm diropen.xpm: New files.
1025         * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
1026         icon diropen.  New tool bar item find-file-existing uses icon open.
1028         * dired.el (dired-read-dir-and-switches): Call read-driectory-name
1029         instead of read-file-name.
1031 2004-11-02  Ulf Jasper  <ulf.jasper@web.de>
1033         * calendar/icalendar.el (icalendar-version): Increase to 0.08.
1034         (icalendar--split-value): Change name of work buffer.
1035         (icalendar--get-weekday-abbrev): Return nil on error.
1036         (icalendar--date-to-isodate): New function.
1037         (icalendar-convert-diary-to-ical)
1038         (icalendar-extract-ical-from-buffer): Use only two args for
1039         make-obsolete (XEmacs compatibility).
1040         (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
1041         (icalendar-export-region): Doc fix.
1042         If error, return non-nil and write errors to a buffer.
1043         Use correct weekday for weekly recurring events.
1044         Check whether date has been parsed for ordinary events.
1045         Make weekly events start in the year 2000.
1046         DTEND is non-inclusive, shift end date by one day if
1047         necessary (not for entries that have date and time).
1048         Rename local let variables: oops -> found-error, datestring ->
1049         startdatestring.
1051 2004-11-02  Kim F. Storm  <storm@cua.dk>
1053         * files.el (set-auto-mode-0): Don't rely on dynamic binding of
1054         keep-mode-if-same variable.  Add it as optional arg instead.
1055         (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
1057         * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
1058         substitute-command-keys will select lower-case bindings like those
1059         used in the static help texts.
1061         * descr-text.el (describe-text-properties): Don't err if called in
1062         the *Help* buffer; output to *Help-2* buffer instead.
1064         * kmacro.el (group kmacro): Add :version.
1065         (kmacro-keyboard-quit): New function to cleanup on C-g.
1066         (kmacro-start-macro): Set defining-kbd-macro to append when
1067         appending to last macro.
1069         * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
1071 2004-11-02  Nick Roberts  <nickrob@snap.net.nz>
1073         * progmodes/gdb-ui.el (gdb-enable-debug-log)
1074         (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
1075         (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
1076         Add :version keyword.
1078 2004-11-02  Pavel Kobiakov <pk_at_work@yahoo.com>
1080         * progmodes/flymake.el (flymake-err-line-patterns):
1081         Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
1082         `compilation-error-regexp-alist-alist' to internal Flymake format.
1084         * progmodes/flymake.el: eliminated byte-compiler warnings.
1086 2004-11-01  Jay Belanger  <belanger@truman.edu>
1088         * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
1089         with `interactive "s"'.
1091 2004-11-01  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1093         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1094         Revert change from 2004-10-16.  '*' checks the current buffer, but the
1095         mouse click may be in another buffer.
1097 2004-11-01  John Paul Wallington  <jpw@gnu.org>
1099         * files.el (large-file-warning-threshold): Add :version keyword.
1100         (kill-some-buffers): Doc fix.
1102         * thumbs.el (group thumbs): Add :version keyword.
1104         * textmodes/bibtex.el (bibtex-make-field): Fix typo.
1106 2004-11-01  Richard M. Stallman  <rms@gnu.org>
1108         * textmodes/ispell.el (ispell-word): Don't use interactive-p.
1110         * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
1112         * allout.el (allout group): Add :version.
1113         (allout-init): Don't use interactive-p.
1114         (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
1115         (allout-forward-current-level, allout-backward-current-level):
1116         Don't use interactive-p.
1118         * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
1119         (bibtex-find-text): Likewise.
1121         * progmodes/vhdl-mode.el (vhdl-fill-region)
1122         (vhdl-beginning-of-statement): Don't use interactive-p.
1124         * progmodes/idlwave.el (idlwave-update-routine-info):
1125         Don't use interactive-p.
1127         * progmodes/idlw-shell.el (idlwave-shell-send-char):
1128         Don't use interactive-p.
1130         * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
1131         Don't use interactive-p.
1133         * progmodes/ada-xref.el (ada-make-body-gnatstub):
1134         Don't use interactive-p.
1136         * play/fortune.el (fortune-to-signature): Don't use interactive-p.
1137         (fortune-in-buffer): Doc fix.
1139         * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
1141         * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
1142         don't select the temporary buffer.
1143         (eudc-get-email): New optional arg ERROR; don't use interactive-p.
1144         (eudc-get-phone): Likewise.
1146 2004-11-01  Kim F. Storm  <storm@cua.dk>
1148         * man.el (Man-xref-normal-file): Fix help-echo.
1150 2004-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
1152         * reveal.el (reveal-last-tick): New var.
1153         (reveal-post-command): Use it to avoid closing overlays when we're
1154         appending text to them.
1156 2004-10-31  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1158         * textmodes/bibtex.el: Require button.
1159         (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
1160         (bibtex-reference-keys): Distinguish between header keys and
1161         crossref keys.
1162         (bibtex-beginning-of-field): New function.
1163         (bibtex-url-map): Remove.
1164         (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
1165         (bibtex-font-lock-url-regexp): Assume that field names begin at
1166         the beginning of a line.
1167         (bibtex-font-lock-url): Simplify.  Do not use bibtex-enclosing-field.
1168         Remove field delimiters.  Use bibtex-beginning-of-field.
1169         Bugfix, point can be inside a field with a url.
1170         (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
1171         New functions.
1172         (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
1173         (bibtex-key-in-head): Simplify.
1174         (bibtex-current-line): Use bolp.
1175         (bibtex-parse-keys): Remove unused arg `add'.
1176         Use bibtex-type-in-head and bibtex-key-in-head.
1177         (bibtex-parse-entry, bibtex-autofill-entry):
1178         Use bibtex-type-in-head and bibtex-key-in-head.
1179         (bibtex-autokey-get-field): Do not alter case of replacement text.
1180         (bibtex-autokey-get-names): Do all processing of name list.
1181         (bibtex-autokey-get-year): New function.
1182         (bibtex-autokey-get-title): Do all processing of title words.
1183         (bibtex-generate-autokey): Simplify.
1184         (bibtex-string-files-init): Use default-directory.
1185         Allow for absolute file names in bibtex-string-files.
1186         (bibtex-files, bibtex-file-path): New variables.
1187         (bibtex-files-expand): New function.
1188         (bibtex-find-entry-globally): New command.
1189         (bibtex-summary-function): New variable.
1190         (bibtex-summary): Default value of bibtex-summary-function.
1191         (bibtex-find-crossref): New optional args pnt and split.
1192         (bibtex-complete-key-cleanup): Call bibtex-summary-function.
1193         (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
1194         (bibtex-validate): Fix docstring.  Check only abbreviated month fields.
1195         Fix handling of required and alternative fields.
1196         Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
1197         Use cons and display-buffer.
1198         (bibtex-validate-globally): New command.
1199         (bibtex-clean-entry): Use bibtex-files-expand.  Do not call
1200         bibtex-parse-keys and bibtex-parse-strings for updating
1201         bibtex-reference-keys and bibtex-strings.
1202         (bibtex-realign): Remove blank lines past the last entry.
1203         (bibtex-reformat): Use bibtex-entry-format as default.
1204         (bibtex-choose-completion-string): Remove.
1205         (bibtex-complete): Do not use bibtex-choose-completion-string.
1206         (bibtex-url): Simplify.
1208 2004-10-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1210         * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
1211         (x-dnd-types-alist, x-dnd-open-file-other-window)
1212         (x-dnd-known-types): Add :version.
1214 2004-10-31  John Paul Wallington  <jpw@gnu.org>
1216         * ibuffer.el (group ibuffer): Add :version keyword.
1218 2004-10-31  Kim F. Storm  <storm@cua.dk>
1220         * ido.el (group ido): Add :version keyword.
1221         (ido-mode): Remove :version keyword.
1223         * emulation/cua-base.el (group cua): Add :version keyword.
1224         (cua-mode): Remove :version keyword.
1226 2004-10-30  Luc Teirlinck  <teirllm@auburn.edu>
1228         * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
1230         * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
1231         compiler warning.
1232         (help-at-pt-timer-delay): Add :initialize keyword.  Simplify :set
1233         function.
1234         (help-at-pt-display-when-idle): Remove autoload.
1236 2004-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1238         * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
1240 2004-10-30  Juri Linkov  <juri@jurta.org>
1242         * help.el (function-called-at-point):
1243         * help-fns.el (variable-at-point): Read -> intern.
1245 2004-10-30  Simon Josefsson  <jas@extundo.com>
1247         * progmodes/autoconf.el (autoconf-font-lock-keywords):
1248         Recognize AS_* too.
1250 2004-10-29  Simon Josefsson  <jas@extundo.com>
1252         * subr.el (read-passwd): Move back from password.el.
1254         * password.el: Remove, not ready yet.
1256 2004-10-29  Andreas Schwab  <schwab@suse.de>
1258         * speedbar.el (speedbar-frame-parameters): Improve customize type.
1260 2004-10-29  Sam Steingold  <sds@gnu.org>
1262         * mouse.el (mouse-show-mark): Replace the last occurrence of
1263         x-lost-selection-hooks with x-lost-selection-functions.
1265 2004-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1267         * mouse.el (mouse-show-mark): Adjust to new name and don't assume
1268         x-lost-selection-functions is bound.
1270         * mouse-sel.el (mouse-sel-mode):
1271         * emacs-lisp/lselect.el: Adjust to new names for
1272         x-(lost|sent)-selection-functions.
1274         * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
1275         New obsolete aliases of x-lost-selection-functions and
1276         x-sent-selection-functions.
1278 2004-10-28  Kim F. Storm  <storm@cua.dk>
1280         * imenu.el (imenu-scanning-message): Remove.
1281         (imenu-progress-message): Make it a no-op.
1283 2004-10-28  John Paul Wallington  <jpw@gnu.org>
1285         * files.el (set-auto-mode): Call `throw' correctly.
1287 2004-10-28  Juri Linkov  <juri@jurta.org>
1289         * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
1290         to search `Info-...' commands in `info' manual.
1291         (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
1292         Add 'info-file "emacs" property.
1293         (Info-find-emacs-command-nodes): Fix index line number regexp.
1294         Set real line number (instead of fake 0) in first element of the
1295         returned list.
1296         (Info-goto-emacs-command-node): Use line number of first element
1297         to set point in the first found Info node.
1299         * progmodes/grep.el (grep-regexp-alist): Move match highlighting
1300         code to `grep-mode-font-lock-keywords'.
1301         (grep-mode-font-lock-keywords): Delete grep markers instead
1302         of making them invisible.
1304 2004-10-28  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
1306         * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
1307         and x-server-version in bug report.
1309 2004-10-28  Daniel Pfeiffer  <occitan@esperanto.org>
1311         * files.el (set-auto-mode-0): New function.
1312         (set-auto-mode): Use it to handle aliased modes and to
1313         be consistent between C-x C-f and C-x C-w.
1315 2004-10-28  Kenichi Handa  <handa@m17n.org>
1317         * international/utf-8.el (utf-translate-cjk-charsets):
1318         Add katakana-jisx0201.
1320         * international/subst-jis.el: Add data for JISX0201.
1322 2004-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1324         * obsolete/hilit19.el (hilit-mode): New function.
1325         Move all the toplevel side-effecting stuff into it, so that loading
1326         hilit19 doesn't mess everything up any more.
1328 2004-10-27  Richard M. Stallman  <rms@gnu.org>
1330         * add-log.el (add-change-log-entry): Set up mailing address
1331         and full name later, and don't alter add-log-mailing-address
1332         or add-log-full-name.
1334         * elide-head.el (elide-head): Change error to message.
1335         (elide-head-show): Likewise.
1337         * apropos.el (apropos-macrop): Doc fix.
1339         * mouse.el (mouse-show-mark): Do most processing the same
1340         regardless of transient-mark-mode.
1342         * shadowfile.el (shadow-copy-files): Use interactive-p
1343         only to control whether to print a message.
1345         * tar-mode.el (tar-mode): Use write-contents-functions,
1346         not write-contents-hooks.
1348         * eshell/em-unix.el (eshell-du-sum-directory): Don't use
1349         directory-sep-char.
1351 2004-10-27  Richard M. Stallman  <rms@gnu.org>
1353         * strokes.el (strokes-unload-hook): Fix previous change.
1355         * type-break.el (type-break-run-at-time): Always use run-at-time;
1356         forget the alternatives.
1357         (type-break-cancel-function-timers): Always use cancel-function-timers;
1358         forget the alternatives.
1360         * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
1362 2004-10-27  Kenichi Handa  <handa@m17n.org>
1364         * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
1366         * international/subst-gb2312.el: Likewise.
1368         * international/subst-big5.el: Likewise.
1370         * international/subst-ksc.el: Likewise.
1372         * international/utf-8.el (utf-translate-cjk-unicode-range-string):
1373         New variable.
1374         (utf-translate-cjk-set-unicode-range): New function.
1375         (utf-translate-cjk-unicode-range): Make it customizable.
1376         (utf-8-post-read-conversion):
1377         Use utf-translate-cjk-unicode-range-string.
1378         (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
1379         Unicode ranges.
1381 2004-10-26  Daniel Pfeiffer  <occitan@esperanto.org>
1383         * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
1384         trivial variants to shorten the list.
1385         (xml-based-modes): New var.
1386         (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
1387         declaration higher priority than auto-mode-alist.
1389         * find-file.el (cc-other-file-alist): Bring it in line with
1390         cc-mode's auto-mode-alist entries and use \' instead of $.
1392         * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
1393         and add "Id" and "Name" submenus to it.
1395         * imenu.el (imenu--generic-function): Skip matches in comments.
1397 2004-10-26  Jay Belanger  <belanger@truman.edu>
1399         * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
1400         (full-calc-keypad, calc-trail-display):  Use an extra argument
1401         instead of `interactive-p'.
1403         * calc/calc-misc.el (calc-other-window): Use an extra argument
1404         instead of `interactive-p'.
1406         * calc/calc-rewr.el (calc-match): Use an extra argument instead of
1407         `interactive-p'.
1409 2004-10-26  Kim F. Storm  <storm@cua.dk>
1411         * help.el (describe-key): Describe both down-event and up-event
1412         for a mouse click.
1414 2004-10-26  Richard M. Stallman  <rms@gnu.org>
1416         * woman.el (woman): Don't call interactive-p.
1418         * pcomplete.el (pcomplete): Instead of interactive-p,
1419         use an arg set non-nil by the interactive spec.
1421         * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
1422         use an arg set non-nil by the interactive spec.
1424         * man.el (Man-cleanup-manpage): Instead of interactive-p,
1425         use an arg set non-nil by the interactive spec.
1427 2004-10-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
1429         * progmodes/flymake.el (flymake-split-string):
1430         Use `flymake-split-string-remove-empty-edges' in any case.
1432 2004-10-26  Masatake YAMATO  <jet@gyve.org>
1434         * progmodes/flymake.el (flymake-err-line-patterns):
1435         Use `compilation-error-regexp-alist-alist' instead of
1436         `compilation-error-regexp-alist'.
1438 2004-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1440         * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
1441         verbatim face on the \ of \end{verbatim}.
1443 2004-10-25  Jay Belanger  <belanger@truman.edu>
1445         * calc/calc-incom.el (calc-digit-dots):  Inhibit read-only before
1446         erasing minibuffer.
1448 2004-10-25  Simon Josefsson  <jas@extundo.com>
1450         * subr.el (read-passwd): Move to net/password.el.
1452         * net/password.el (read-passwd): Add.  Autoload it.
1454 2004-10-25  Kai Grossjohann  <kai.grossjohann@gmx.net>
1456         * mouse-sel.el (mouse-sel-mode): Specify custom group.
1458         * simple.el (process-file): Fix logic.
1460 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
1462         * indent.el (set-left-margin, set-right-margin): Delete redundant code.
1463         (increase-right-margin): Remove erroneous call to `interactive-p'.
1465 2004-10-24  Kim F. Storm  <storm@cua.dk>
1467         * help.el (describe-mode): Fix 2004-10-13 change.
1468         Copy pure "Auto Fill" string so it can be propertized later
1469         without causing a read-only error.
1471 2004-10-24  Luc Teirlinck  <teirllm@auburn.edu>
1473         * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
1474         style indexes.
1476 2004-10-24  Kai Grossjohann  <kai.grossjohann@gmx.net>
1478         * simple.el (process-file): Accept nil for INFILE.  Reported by
1479         Luc Teirlinck.
1481 2004-10-24  Masatake YAMATO  <jet@gyve.org>
1483         * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
1484         Handle periods and underscores in a function name.
1485         Remove the address fontification.
1487 2004-10-24 Masatake YAMATO <jet@gyve.org>
1489         * progmodes/asm-mode.el (asm-font-lock-keywords):
1490         Use font-lock-variable-name-face for registers.
1492 2004-10-24  Nick Roberts  <nickrob@snap.net.nz>
1494         * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
1495         kill-all-local-variables.
1496         (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
1497         (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
1498         Use kill-all-local-variables and provide mode-hooks.
1499         (gdb-assembler-font-lock-keywords): New font lock keywords definition.
1500         (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
1501         Suggested by Masatake YAMATO <jet@gyve.org>.
1503 2004-10-23  Kai Grossjohann  <kai.grossjohann@gmx.net>
1505         * simple.el (process-file): New function, similar to call-process
1506         but supports file handlers.
1507         * vc.el (vc-do-command): Use it, instead of call-process.
1508         * net/tramp-vc.el (vc-do-command): Do not advise it if
1509         process-file is fboundp.
1510         * net/tramp.el (tramp-file-name-handler-alist): Add entry for
1511         process-file.
1512         (tramp-handle-process-file): New function.
1513         (tramp-file-name-for-operation): Support process-file.
1515 2004-10-23  Ulf Jasper  <ulf.jasper@web.de>
1517         * calendar/icalendar.el (icalendar--weekday-array): New constant.
1518         (icalendar-weekdayabbrev-table)
1519         (icalendar-monthnumber-table): Delete.
1520         (icalendar--get-month-number): Use calendar-month-name-array.
1521         (icalendar--get-weekday-number): New function.
1522         (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
1523         (icalendar-export-region): Handle multi-line entries.
1524         (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
1526 2004-10-23  John Paul Wallington  <jpw@gnu.org>
1528         * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
1529         `wildcards' set to t in interactive spec.
1531         * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
1532         interactive spec rather than use `interactive-p'.
1533         (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
1534         rather than use function `interactive-p'.
1536 2004-10-22  Kenichi Handa  <handa@m17n.org>
1538         * international/mule.el (translate-region): Implement it in Lisp
1539         as a front end of translate-region-internal.
1541 2004-10-21  Jay Belanger  <belanger@truman.edu>
1543         * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
1544         Declare these variables with defvar.
1546         * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
1547         is bound, only check to see if it is bound.
1549 2004-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1551         * textmodes/tex-mode.el (tex-compilation-parse-errors):
1552         Don't output messages.
1554         * calc/calc-help.el (calc-describe-bindings): Fix last change.
1556 2004-10-21  John Paul Wallington  <jpw@gnu.org>
1558         * calc/calc-graph.el (calc-graph-init):
1559         Use `set-process-query-on-exit-flag'.
1561 2004-10-21  Daniel Pfeiffer  <occitan@esperanto.org>
1563         * progmodes/compile.el (compilation-start): Rely on `cd' to get
1564         dir right and also allow argumentless cd.
1566 2004-10-19  Richard M. Stallman  <rms@gnu.org>
1568         * textmodes/flyspell.el (flyspell-mode): Doc fix.
1570         * eshell/em-unix.el (eshell-grep):
1571         Don't bind compilation-process-setup-function.
1573         * comint.el (comint-insert-input): Use @ in `interactive'.
1574         (comint-input-filter-functions): Doc fix.
1575         (comint-kill-whole-line, comint-get-source): Doc fix.
1577         * progmodes/compile.el (compilation-setup):
1578         Don't set buffer-read-only if MINOR is non-nil.
1580 2004-10-19  Jay Belanger  <belanger@truman.edu>
1582         * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
1583         (calc-emacs-type-gnu19): Remove.
1584         (calc-digit-map, calc-read-key-sequence, calc-read-key):
1585         Remove check for old emacs versions.
1587         * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
1588         (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
1589         for current Emacs.
1591         * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
1592         the end of the minibuffer.
1593         (calc-do-alg-entry): Remove Emacs version check.  Use `copy-keymap' to
1594         copy `esc-map'.
1596         * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
1598         * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
1599         call that would be given when the current emacs was used.
1601 2004-10-19  Ulf Jasper  <ulf.jasper@web.de>
1603         * calendar/icalendar.el: Set coding to utf-8.
1604         (icalendar-version): Increase to 0.07.
1605         (icalendar-monthnumber-table): Change March pattern.
1606         (icalendar-get-all-event-properties)
1607         (icalendar-set-event-property): Delete.
1608         (icalendar-all-events): No longer interactive.
1609         (icalendar-convert-diary-to-ical)
1610         (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
1611         their replacements.
1612         (icalendar-export-file, icalendar-export-region): New functions;
1613         essentially old `icalendar-convert-diary-to-ical' but appending to
1614         target rather than overwriting.
1615         (icalendar-import-file): Append to target file rather than
1616         overwriting.  Fourth arg deleted.
1617         (icalendar-import-buffer): New name for old
1618         `icalendar-extract-ical-from-buffer'.
1619         (icalendar--convert-string-for-import): New name for
1620         old `icalendar-convert-for-import'.
1621         (include-icalendar-files): Delete.
1622         Prefix for all internal functions changed from `icalendar-'
1623         to `icalendar--'.
1625 2004-10-19  Richard M. Stallman  <rms@gnu.org>
1627         * paths.el (news-path): Fix previous change.
1629 2004-10-18 Jay Belanger  <belanger@truman.edu>
1631         * calc/calc-help.el (calc-describe-bindings):
1632         Set `buffer-read-only' to nil while working in the keybindings buffer;
1633         remove some extra information from the keybindings buffer.
1635 2004-10-18  David Ponce  <david@dponce.com>
1637         * mouse.el (mouse-drag-move-window-top): New function.
1638         (mouse-drag-mode-line-1): Use it.
1640 2004-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
1642         * info.el (Info-fontify-node): For multiline refs,
1643         arrange to unfontify newline and surrounding whitespace.
1645 2004-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
1647         * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
1648         directory is missing.
1650 2004-10-17  John Paul Wallington  <jpw@gnu.org>
1652         * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
1653         New customizable variable; whether to display buffers that match
1654         `ibuffer-maybe-show-predicates' by default.
1655         (ibuffer-maybe-show-predicates): Mention it in docstring.
1656         (ibuffer-display-maybe-show-predicates): New variable.
1657         (ibuffer-update): Prefix arg now toggles whether buffers that
1658         match `ibuffer-maybe-show-predicates' should be displayed.
1659         (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
1660         locally to heed `ibuffer-default-display-maybe-show-predicates'.
1661         (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
1663 2004-10-17  Michael Albinus  <michael.albinus@gmx.de>
1665         * net/tramp.el: Redo sync with Tramp 2.0.45.  Last commit did not
1666         work correctly.
1668 2004-10-17  Daniel Pfeiffer  <occitan@esperanto.org>
1670         * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
1671         (Buffer-menu-beginning): New helper function.
1672         (Buffer-menu-execute): Use it.
1673         (Buffer-menu-select): Use it.
1674         (Buffer-menu-sort): Use it and also keep markers.
1676 2004-10-17  Richard M. Stallman  <rms@gnu.org>
1678         * paths.el (news-directory): Rename from news-path.  Old name alias.
1679         (rmail-spool-directory): Use defvar.
1680         (sendmail-program): Use defcustom.
1681         (remote-shell-program): Use defcustom.
1682         (term-file-prefix): Use defvar.
1683         (abbrev-file-name): Use defvar.
1685         * term.el: Add maintainer.
1687         * subr.el (with-local-quit): Return nil if there's a quit.
1688         (read-passwd): Use with-local-quit.  Doc fix.
1690         * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
1691         (strokes-unload-hook): Set as a variable with add-hook.
1693         * startup.el (fancy-splash-tail, normal-splash-screen):
1694         Update copyright year.
1696         * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
1698         * server.el (server-unload-hook): Set as a variable with add-hook.
1700         * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
1702         * frame.el (special-display-popup-frame):
1703         Make the buffer current as its frame is created.
1705         * delsel.el (delsel-unload-hook): Set as a variable.
1707         * comint.el (comint-output-filter-functions):
1708         Add comint-watch-for-password-prompt.
1709         (comint-read-noecho): Function deleted.
1710         (send-invisible): Use read-passwd.
1712         * fringe.el (fringe-mode-initialize): New function.
1713         (fringe-mode): Use fringe-mode-initialize as :initialize.
1715 2004-10-17  Kim F. Storm  <storm@cua.dk>
1717         * language/indian.el (indian-script-language-alist): Swap value and doc.
1718         (indian-font-char-index-table): Doc fix.
1720 2004-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
1722         * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
1724 2004-10-16  Juri Linkov  <juri@jurta.org>
1726         * progmodes/compile.el (compilation-start): Move let-binding of
1727         `process-environment' into `with-current-buffer' body.
1728         Reported by Matt Hodges <MPHodges@member.fsf.org>.
1730 2004-10-16  Richard M. Stallman  <rms@gnu.org>
1732         * pcvs-util.el (cvs-bury-buffer):
1733         Don't call get-buffer-window for effect.
1735         * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
1737         * newcomment.el (comment-auto-fill-only-comments): Add autoload.
1739         * msb.el (msb-unload-hook): Set the variable.
1741         * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
1742         Use * to err if buffer is readonly.
1744         * subr.el (looking-back): Return only t or nil.
1746         * whitespace.el (whitespace-unload-hook): Set the variable.
1748         * view.el (view-mode-enable): Set view-page-size and
1749         view-half-page-size to nil.
1750         (view-set-half-page-size-default): view-half-page-size = nil
1751         means the default.
1752         (View-scroll-page-forward): Use view-page-size-default.
1753         (View-scroll-page-backward): Likewise.
1754         (view-page-size, view-half-page-size): Doc fixes.
1756         * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
1758         * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
1760         * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
1761         "cl" like other files.  Instead, call byte-compile-find-cl-functions.
1762         (byte-compile-log-1): Bind inhibit-read-only.
1763         (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
1764         (byte-compile-log-warning): Likewise.
1765         (byte-compile-file-form-require): Detect "cl" from the arg value.
1767         * progmodes/compile.el (compilation-start): Assume compilation-mode
1768         will make the buffer read-only.
1769         (compilation-mode): Take arg name-of-mode.
1770         (compilation-setup): Make buffer read-only.
1771         (compilation-handle-exit): Bind inhibit-read-only.
1773         * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
1774         (ispell-message): Likewise.
1775         (ispell-show-choices): Don't call get-buffer-window uselessly.
1776         (ispell-init-process): Use set-process-query-on-exit-flag.
1778 2004-10-16  Kim F. Storm  <storm@cua.dk>
1780         * fringe.el (fringe-bitmaps): Only initialize when defined.
1782         * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
1783         (cvs-mode-find-file): Add optional `view' arg to enter view mode.
1785         * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
1787 2004-10-15  Simon Josefsson  <jas@extundo.com>
1789         * net/password.el: Add.
1791 2004-10-14  Masatake YAMATO  <jet@gyve.org>
1793         * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
1794         (gdb-script-end-of-defun): New function.
1795         (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
1796         `gdb-script-end-of-defun' as *-of-defun-function.
1798 2004-10-13  Daniel Pfeiffer  <occitan@esperanto.org>
1800         * button.el (button-activate): Allow a marker to display as an action.
1802         * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
1804         * help.el (describe-mode): Use it to make minor mode list into
1805         hyperlinks.
1807 2004-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1809         * vc.el (vc-annotate-display-select): Fix typo.
1811         * subr.el (substitute-key-definition-key): New function.
1812         (substitute-key-definition): Use it with map-keymap.
1813         (event-modifiers): Use push.
1814         (mouse-movement-p, with-temp-buffer): Simplify.
1816 2004-10-12  Jay Belanger  <belanger@truman.edu>
1818         * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
1819         New variables.
1820         (calc-help-index-entries): New function.
1821         (calc-describe-function): Use `calc-help-function-list' instead of
1822         obarray for completion.
1823         (calc-describe-variable): Use `calc-help-variable-list' instead
1824         of obarray for completion.
1826 2004-10-12  Richard M. Stallman  <rms@gnu.org>
1828         * info-look.el (info-lookup-file): Add info-file property.
1829         (info-lookup-symbol): Likewise.
1831         * info.el (info-xref): Add underlining.
1832         (info): Add info-file property.
1833         (Info-find-emacs-command-nodes): Specify case-sensitive search.
1835 2004-10-12  Michael Albinus  <michael.albinus@gmx.de>
1837         Sync with Tramp 2.0.45.
1839         * net/tramp.el (top): Apply `def-edebug-spec' only if function is
1840         defined.  This is not the case for XEmacs without package "edebug".
1841         (tramp-set-auto-save-file-modes): Set permissions of autosaved
1842         remote files to the permissions of the original file.  This is not
1843         the case for Emacs < 21.3.50 and XEmacs < 21.5.  Add function to
1844         `auto-save-hook'.  Reported by Thomas Prokosch <thomas@nadev.net>.
1845         (tramp-perl-decode): Fix an error in Perl implementation.
1846         $pending must be cleared every loop.  Reported by Benjamin Place
1847         <benjaminplace@sprintmail.com>
1849         * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
1850         Don't activate advice during definition.  This is done later on,
1851         depending on test result of `substitute-in-file-name'.
1852         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
1854 2004-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
1856         * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
1858         * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
1860 2004-10-12  David Ponce  <david@dponce.com>
1862         * recentf.el (recentf-edit-list): Update the menu when the recentf
1863         list has been modified.
1865 2004-10-12  Simon Josefsson  <jas@extundo.com>
1867         * net/tls.el (tls-certtool-program): New variable.
1868         (tls-certificate-information): New function, based on
1869         ssl-certificate-information.
1871 2004-10-12  Kenichi Handa  <handa@m17n.org>
1873         * international/mule.el (coding-system-equal): Move from mule-util.el.
1875         * international/mule-util.el (coding-system-equal): Move to mule.el.
1877 2004-10-12  Kim F. Storm  <storm@cua.dk>
1879         * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
1880         reset kmacro-initial-counter-value if set.
1881         (kmacro-set-counter): Only set kmacro-counter if defining or executing
1882         macro.  Set kmacro-initial-counter-value otherwise. Never set both.
1883         (kmacro-display): Show macro counter if non-zero.
1885         * subr.el (substitute-key-definition): Mention command remapping
1886         in doc string.
1888 2004-10-11  Jay Belanger  <belanger@truman.edu>
1890         * calc/calc-misc.el (calc-info-goto-node): New function.
1891         (calc-tutorial, calc-info-summary): Go to appropriate Calc info
1892         node in one step.
1893         (calc-describe-copying, calc-describe-distribution)
1894         (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
1895         Go to appropriate info node in one step.
1897 2004-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1899         * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
1901         * font-lock.el (font-lock-apply-highlight): Fix last change.
1903 2004-10-11  Simon Josefsson  <jas@extundo.com>
1905         * mail/smtpmail.el (smtpmail-open-stream): Look for
1906         starttls-gnutls-program instead of starttls-program iff
1907         starttls-use-gnutls is non-nil.
1908         (smtpmail-open-stream): Don't overwrite user settings of
1909         starttls-extra-arguments and starttls-extra-args.
1911 2004-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1913         * comint.el (comint-mouse-insert-input): Remove.
1914         (comint-insert-input): Make it work for mouse bindings.
1915         (comint-mode-map): Move defs into the declaration.
1916         (comint-output-filter): Typo.
1918         * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
1920 2004-10-10  Kai Grossjohann  <kai.grossjohann@gmx.net>
1922         * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
1923         (ange-ftp-call-chmod): Reference remote-shell-program instead of
1924         ange-ftp-remote-shell.
1926 2004-10-10  Andreas Schwab  <schwab@suse.de>
1928         * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
1929         `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
1930         Reported by <sri@asu.edu>.
1932 2004-10-10  Benjamin Rutt  <brutt@bloomington.in.us>
1934         * vc.el (vc-annotate-mode): Remove variable.
1935         (vc-annotate-display-select): Only call vc-annotate-mode
1936         if we're not in that mode already.
1938 2004-10-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1940         * imenu.el (imenu--completion-buffer): Don't return t for rescan.
1941         (imenu-choose-buffer-index): Check here for rescan instead.
1943         * font-lock.el (font-lock-apply-highlight): Explicitly check the case
1944         where the face expression evals to nil.
1946         * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
1947         (tex-font-lock-keywords-2): Use it.
1948         (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
1950         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
1952 2004-10-09  Kim F. Storm  <storm@cua.dk>
1954         * subr.el (progress-reporter-update): Define before first usage.
1955         (make-progress-reporter): Doc fix.
1957 2004-10-09  Luc Teirlinck  <teirllm@auburn.edu>
1959         * textmodes/paragraphs.el (sentence-end-double-space)
1960         (sentence-end-without-period, sentence-end-without-space)
1961         (sentence-end): Doc fixes.
1963 2004-10-08  Peter Seibel  <peter@javamonkey.com>  (tiny change)
1965         * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
1966         Change paragraph-start regexp so we don't fill code starting with #'(.
1968 2004-10-08  Sebastien Kirche  <seki@seki.fr>  (tiny change)
1970         * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
1971         New defcustom.
1972         (extract-address-components): Use it.
1974 2004-10-08  Paul Pogonyshev  <pogonyshev@gmx.net>
1976         * subr.el (make-progress-reporter, progress-reporter-update)
1977         (progress-reporter-force-update, progress-reporter-do-update)
1978         (progress-reporter-done): New functions.
1980         * tar-mode.el (tar-summarize-buffer): Use progress reporter.
1982         * progmodes/etags.el (etags-tags-completion-table): Use progress
1983         reporter.
1984         (etags-tags-apropos): Likewise.
1986 2004-10-08  Alan Mackenzie  <acm@muc.de>
1988         * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
1989         of current line.
1991 2004-10-08  Masatake YAMATO  <jet@gyve.org>
1993         * server.el (server-process-filter): Wrap `process-send-region'
1994         by `condition-case' to guard the case when the pipe to PROC is closed.
1996 2004-10-07  Mark A. Hershberger  <mah@everybody.org>
1998         * xml.el (xml-substitute-special): Limit handling of external entities.
2000 2004-10-06  Nick Roberts  <nickrob@snap.net.nz>
2002         * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
2004 2004-10-06  John Paul Wallington  <jpw@gnu.org>
2006         * xml.el (xml-parse-dtd): Fix `error' call.
2008 2004-10-05  Mark A. Hershberger  <mah@everybody.org>
2010         * xml.el (xml-substitute-special): Return a single string instead
2011         of a list of strings if an entity substitution is made.
2013 2004-10-05  Ulf Jasper  <ulf.jasper@web.de>
2015         * calendar/icalendar.el: New file.
2017 2004-10-05  Juri Linkov  <juri@jurta.org>
2019         * isearch.el (isearch-done): Set mark after running hook.
2020         Reported by Drew Adams <drew.adams@oracle.com>.
2022         * info.el (Info-history, Info-toc): Fix Info headers.
2023         (Info-toc): Narrow buffer before Info-fontify-node.
2024         (Info-build-toc): Don't check for special Info file names.
2025         Set main-file to nil if Info-find-file returns a symbol.
2027 2004-10-05  Emilio C. Lopes  <eclig@gmx.net>:
2029         * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
2030         (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
2031         * calendar/cal-menu.el (calendar-mode-map): Ditto.
2033 2004-10-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
2035         * calendar/cal-iso.el (calendar-iso-read-args): New function,
2036         for old interactive spec from calendar-goto-iso-date.
2037         (calendar-goto-iso-date): Use it.
2038         (calendar-goto-iso-week): New function.  Suggested by Emilio
2039         C. Lopes <eclig@gmx.net>.
2041 2004-10-04  Luc Teirlinck  <teirllm@auburn.edu>
2043         * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
2044         `set-right-margin' bindings that follow the minor mode conventions.
2046 2004-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2048         * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
2049         (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
2050         (latex-block-args-alist): Add minipage and picture.
2051         (latex-block-body-alist): Use reftex-label if enabled.
2052         (latex-insert-block): Don't insert a \n if not necessary.
2053         (tex-compile-commands): Make sure dvips doesn't send to printer.
2054         (tex-compile-default): Handle the case where no executable is found.
2055         (latex-noindent-environments): New var.
2056         (latex-find-indent): Use it.  Take an empty line as an arg-breaker.
2057         If tex-indent-allhanging is non-nil, make sure we only align for macros
2058         at beginning of line.
2060 2004-10-03  Daniel Pfeiffer  <occitan@esperanto.org>
2062         * newcomment.el (comment-beginning): Doc fix and don't choke on
2063         unset `comment-end-skip' when at beginning of comment.
2065 2004-10-02  Dan Nicolaescu  <dann@ics.uci.edu>
2067         * term.el (term-adjust-current-row-cache): Don't allow the current
2068         row to become negative.
2069         (term-emulate-terminal): Fix insert mode. Handle tab insertion at
2070         the end of the line. Fix scroll down. Add comments.
2071         (term-handle-ansi-escape): Don't exceed terminal width when moving
2072         right.
2073         (term-scroll-region): Move the cursor after setting the scroll region.
2075 2004-10-01  Luc Teirlinck  <teirllm@auburn.edu>
2077         * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
2078         to `width' for consistency with docstring.  Doc fix.
2080 2004-10-01  Martin Stjernholm  <bug-cc-mode@gnu.org>
2082         * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
2083         This is necessary for derived modes.
2085 2004-09-30  Kim F. Storm  <storm@cua.dk>
2087         * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
2088         (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
2090         * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
2091         kmacro-extract-lambda functions.
2092         (edit-kbd-macro): Handle kmacro lambda forms.
2093         Include counter and counter format in edit buffer.
2094         (edmacro-finish-edit): Get counter and format from edit buffer and
2095         update kmacro bindings when found.
2097 2004-09-29  Luc Teirlinck  <teirllm@auburn.edu>
2099         * textmodes/paragraphs.el (forward-paragraph):
2100         Avoid args-out-of-range error when point winds up at the beginning of
2101         the buffer and hard newlines are enabled.
2103         * newcomment.el (comment-multi-line): Doc fix.
2105 2004-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2107         * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
2108         (diff-fixup-modifs): Catch unified-diff file-headers.
2110 2004-09-29  Kim F. Storm  <storm@cua.dk>
2112         * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
2113         (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
2114         (gdb-put-breakpoint-icon): Use breakpoint bitmap.
2116         * fringe.el (fringe-bitmap-p): New macro.
2117         (fringe-bitmaps): Add standard fringe bitmaps on load.
2119 2004-09-28  Stefan Monnier  <monnier@iro.umontreal.ca>
2121         * dired.el (dired-view-command-alist): Use more efficient regexps.
2122         Remove dubious arguments.
2123         (dired-align-file): New function.
2124         (dired-insert-directory): Use it.
2125         (dired-move-to-end-of-filename): Make the " -> " search more specific.
2126         (dired-buffers-for-dir): Remove unused var `pattern'.
2128 2004-09-28  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
2130         * calendar/diary-lib.el (list-diary-entries): Save diary buffer
2131         from diary display excursion.  Store diary buffer's point for
2132         `simple-diary-display'.
2133         (simple-diary-display): Set window point and start when
2134         displaying buffer, to preserve point.
2136 2004-09-27  Luc Teirlinck  <teirllm@auburn.edu>
2138         * textmodes/enriched.el (enriched-translations): Replace defconst
2139         with defvar.
2141 2004-09-26  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2143         * printing.el: Doc fix.
2144         (pr-version): New version number (6.8.1).
2145         (pr-ps-file-using-ghostscript): Use make-temp-file instead of
2146         make-temp-name.
2147         (pr-delete-file): Check if file exists before deleting it.
2148         Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
2150 2004-09-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2152         * term.el (term-display-table): New variable.
2153         (term-mode): Use it.
2154         (term-exec-1): Set the coding system to binary.
2155         (term-emulate-terminal): Decode the string before inserting it.
2157 2004-09-26  Dan Nicolaescu  <dann@ics.uci.edu>
2159         * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
2160         (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
2161         (map): Bind S-prior, S-next and S-insert.
2162         (term-mode): Set `indent-tabs-mode' to nil.
2163         (term-paste): New function to be bound to S-insert.
2164         (term-send-del, term-send-backspace): Change the strings sent.
2165         (term-termcap-format): Synchronyze with etc/e/eterm.ti.
2166         (term-handle-colors-array): Fix handling of underline and reverse.
2167         (term-handle-ansi-escape): Do not handle smcup/rmcup.  Add comments.
2168         (term-erase-in-line): Fix comparison.
2169         (term-emulate-terminal): Fix line wrap handling.
2170         (term-start-output-log): Rename from `term-set-output-log'.
2171         (term-stop-output-log): Rename from `term-stop-photo'.
2172         (term-switch-to-alternate-sub-buffer): Comment out, unused.
2174 2004-09-25  Stefan Monnier  <monnier@iro.umontreal.ca>
2176         * dired.el (dired-move-to-filename): Don't output a message if
2177         raise-error is non-nil.  Fix return position and value.
2179         * files.el (insert-directory): Obey --dired even with symlinks.
2181 2004-09-25  Lars Hansen  <larsh@math.ku.dk>
2183         * ls-lisp.el (ls-lisp-format): Mark file names with property
2184         dired-filename.
2186 2004-09-25  Kim F. Storm  <storm@cua.dk>
2188         * ido.el (ido-max-directory-size): New defcustom.
2189         (ido-decorations): Add "too big" element.
2190         (ido-directory-too-big): New dynamic var.
2191         (ido-may-cache-directory): Don't cache big directories.
2192         (ido-directory-too-big-p): New defun.
2193         (ido-set-current-directory): Update ido-directory-too-big.
2194         (ido-read-internal): Make empty ido-cur-item if too-big.
2195         (ido-buffer-internal): Use ido-read-internal directly instead of
2196         ido-read-buffer.
2197         (ido-file-internal): Init ido-directory-too-big.
2198         (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
2199         and redo completion with full list.
2200         (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
2201         it, and show completions.
2202         (ido-all-completions): Let bind ido-directory-too-big to nil.
2203         (ido-exhibit): Handle ido-directory-too-big.
2204         (ido-read-buffer): Handle fallback to read-buffer.
2205         Init ido-directory-too-big.
2206         (ido-read-file-name, ido-read-directory-name, ido-completing-read):
2207         Init ido-directory-too-big.
2209 2004-09-24  Luc Teirlinck  <teirllm@auburn.edu>
2211         * subr.el (delay-mode-hooks): Doc fix.
2213 2004-09-23  Luc Teirlinck  <teirllm@auburn.edu>
2215         * textmodes/enriched.el
2216         (enriched-default-text-properties-local-flag): New variable.
2217         (enriched-mode): Make sure that enabling and disabling the mode is
2218         a no-op.  Doc fix.
2220 2004-09-23  H\e,Ae\e(Bkon Malmedal  <hmalmedal@yahoo.no>  (tiny change)
2222         * calendar/holidays.el (holiday-advent): Report on a specified day
2223         offset from advent, not just advent.
2224         (holiday-easter-etc): Report on one specified day offset from
2225         easter, not all easter holidays. Various Easter holidays moved to
2226         `christian-holidays' variable in calendar.el.
2227         * calendar/calendar.el (christian-holidays): Adapt for new
2228         behaviour of `holiday-advent' and `holiday-easter-etc' functions.
2230 2004-09-23  Kim F. Storm  <storm@cua.dk>
2232         * image.el (insert-sliced-image): Add doc string.
2234         * ido.el (ido-choice-list): New dynamic var for `list' context.
2235         (ido-context-switch-command): New dynamic var.
2236         (ido-define-mode-map): Generalize switch between file/buffer contexts.
2237         (ido-read-internal): Handle new `list' context.
2238         Handle insert-buffer and insert-file ido-exit values.
2239         (ido-buffer-internal): New arg switch-cmd.  Use it to setup
2240         ido-context-switch-command. Handle insert-file ido-exit value.
2241         (ido-read-buffer): Set ido-context-switch-command to 'ignore
2242         unless it is already bound by caller.
2243         (ido-file-internal): New arg switch-cmd.  Use it to setup
2244         ido-context-switch-command.  Handle insert-buffer ido-exit value.
2245         (ido-enter-insert-buffer, ido-enter-insert-file): New commands
2246         used for context switching.
2247         (ido-all-completions): Handle new `list' context.
2248         (ido-make-choice-list): Return choices for `list' context.
2249         (ido-find-file-in-dir, ido-display-file, ido-write-file)
2250         (ido-display-buffer, ido-kill-buffer): Disable context switching.
2251         (ido-insert-buffer, ido-insert-file): Setup context switching.
2252         (ido-exhibit): Handle `list' context.
2253         (ido-read-file-name): Disable context switching.  Handle fallback.
2254         (ido-read-directory-name): Disable context switching.
2255         (ido-completing-read): New defun like completing-read.  Setup and
2256         use new `list' context.
2258 2004-09-20  Jesper Harder  <harder@ifa.au.dk>
2260         * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
2262 2004-09-21  Jay Belanger  <belanger@truman.edu>
2264         * calc/calc-graph.el (calc-graph-add-curve): Moved the call to
2265         `calc-graph-set-styles' so the gnuplot buffer will appear in a
2266         separate window.
2268 2004-09-21  Luc Teirlinck  <teirllm@auburn.edu>
2270         * subr.el (after-change-major-mode-hook): Doc fix.
2272 2004-09-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
2274         * printing.el: Doc fix.  Add a new tip about the use of gsprint instead
2275         of ghostscript for monochrome PostScript file in Windows.
2277 2004-09-21  Kenichi Handa  <handa@m17n.org>
2279         * descr-text.el (describe-char): Checking of quail activation
2280         fixed.
2282 2004-09-21  Jay Belanger  <belanger@truman.edu>
2284         * calc/calc.el (calc-mode-var-list): Removed unnecessary quotes.
2286 2004-09-20  Luc Teirlinck  <teirllm@auburn.edu>
2288         * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
2289         after the mode hooks instead of before.  Doc fix.
2291 2004-09-20  Jason Rumney  <jasonr@gnu.org>
2293         * startup.el (command-line) [windows-nt]: Try .emacs first, then
2294         _emacs, but revert to .emacs if neither exists in home directory.
2296 2004-09-20  John Paul Wallington  <jpw@gnu.org>
2298         * bindings.el (completion-ignored-extensions): Add .dfsl.
2300 2004-09-20  Richard M. Stallman  <rms@gnu.org>
2302         * bindings.el (scroll-left): Make it disabled.
2304         * files.el (enable-local-eval): Doc fix.
2306         * indent.el (move-to-left-margin): Special case for minibuffer.
2308         * term.el (term-emulate-terminal): Turn off undo for output.
2309         Use with-current-buffer and save-selected-window.
2311         * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
2313         * progmodes/make-mode.el (makefile-fill-paragraph):
2314         Don't insist on spaces when looking for comments.  # is enough.
2316         * files.el (hack-local-variables): Copy the variables list
2317         to another buffer, strip prefixes and suffixes there, then read.
2318         (enable-local-eval): Doc fix.
2319         (ignored-local-variables): Initialize to nil.
2320         (risky-local-variable-p): Don't check ignored-local-variables here.
2321         (hack-one-local-variable): Ignore var if in ignored-local-variables.
2323 2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
2325         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
2326         of = to "." (punctuation).
2328 2004-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2330         * subr.el (event-basic-type): Fix mask (extend to 22bits).
2332 2004-09-18  Luc Teirlinck  <teirllm@auburn.edu>
2334         * textmodes/enriched.el (enriched-rerun-flag): New variable.
2335         (enriched-before-change-major-mode): New function.
2336         Add it to `change-major-mode-hook'.
2337         (enriched-after-change-major-mode): New function.
2338         Add it to `after-change-major-mode-hook'.
2339         (enriched-mode): Make it work correctly if called from
2340         `after-change-major-mode-hook'.
2341         No longer set `indent-line-function'.
2343         * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
2345         * subr.el (after-change-major-mode-hook): New variable.
2346         (run-mode-hooks): Implement it.
2348 2004-09-18  Stefan Monnier  <monnier@iro.umontreal.ca>
2350         * battery.el (battery-linux-proc-apm): Use string-to-number.
2351         (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
2352         Use dolist (and less indentation).  Use erase-buffer.
2353         Pre-initialize `design-capacity', `warn', and `low'.
2354         (battery-format): Use replace-regexp-in-string.
2356 2004-09-18  Ralph Schleicher  <rs@nunatak.allgaeu.org>
2358         * battery.el: Delete superfluous empty lines.
2359         (battery-linux-proc-acpi): Attempt to gather information from all
2360         battery subdirectories regardless of their file name.
2361         (battery-linux-proc-apm): Replace all occurrences of
2362         battery-hex-to-int-2 with string-to-int (base 16).
2363         (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
2364         (battery-hex-map): Delete variable.
2366 2004-09-18  John Paul Wallington  <jpw@gnu.org>
2368         * calc/calc-units.el (calc-quick-units): Fix overzealous
2369         s/or/unless/.
2371 2004-09-17  Jay Belanger  <belanger@truman.edu>
2373         * calc/calc.el (calc-mode-var-list): Fix the value of
2374         `calc-matrix-brackets'.
2376 2004-09-17  Romain Francoise  <romain@orebokech.com>
2378         * ibuf-ext.el (define-ibuffer-filter filename):
2379         Expand dired-directory since buffer-file-name is absolute.
2381 2004-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
2383         * ediff-init.el (ediff-current-diff-face-A)
2384         (ediff-current-diff-face-B, ediff-current-diff-face-C)
2385         (ediff-current-diff-face-Ancestor)
2386         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
2387         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
2388         (ediff-even-diff-face-A, ediff-even-diff-face-B)
2389         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
2390         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
2391         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
2392         Use min-colors.
2394         * term.el (term-down): Perform vertical motion if DOWN is negative.
2395         (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
2396         (term-termcap-format): Synchronyze with the eterm terminfo entry
2397         in etc/e/eterm.ti.
2398         (term-handle-colors-array): If the current foreground or
2399         background are zero (i.e. unspecified), use the foreground and
2400         background of the default face for reverse video.
2401         (term-ansi-at-eval-string, term-ansi-default-fg)
2402         (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
2403         (term-mem): Delete ununsed function.
2404         (term-protocol-version): Increment.
2405         (term-current-face): Set to default.
2407 2004-09-15  Jay Belanger  <belanger@truman.edu>
2409         * calc/calc.el (calc-mode-var-list): Define this variable.
2410         (calc-always-load-extensions, calc-line-numbering)
2411         (calc-line-breaking, calc-display-just, calc-display-origin)
2412         (calc-number-radix, calc-leading-zeros, calc-group-digits)
2413         (calc-group-char, calc-point-char, calc-frac-format)
2414         (calc-prefer-frac, calc-hms-format, calc-date-format)
2415         (calc-float-format, calc-full-float-format, calc-complex-format)
2416         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
2417         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
2418         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
2419         (calc-matrix-brackets, calc-language, calc-language-option)
2420         (calc-left-label, calc-right-label, calc-word-size)
2421         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
2422         (calc-display-raw, calc-internal-prec, calc-angle-mode)
2423         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
2424         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
2425         (calc-window-height, calc-display-trail, calc-show-selections)
2426         (calc-use-selections, calc-assoc-selections)
2427         (calc-display-working-message, calc-auto-why, calc-timing)
2428         (calc-mode-save-mode, calc-standard-date-formats)
2429         (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
2430         (calc-user-parse-tables, calc-gnuplot-default-device)
2431         (calc-gnuplot-default-output, calc-gnuplot-print-device)
2432         (calc-gnuplot-print-output, calc-gnuplot-geometry)
2433         (calc-graph-default-resolution, calc-graph-default-resolution-3d)
2434         (calc-invocation-macro, calc-show-banner): Give these values as
2435         part of `calc-mode-var-list's initialization after the variables
2436         are declared with defvar.
2437         (calc-bug-address):  Changed email address to send bug
2438         reports to. Also changed the maintainer address at the top.
2439         (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
2440         than "\\.emacs" to determine if it is the user-init-file.
2442         * calc/calc-embed.el (calc-embedded-set-modes): Use
2443         `calc-mode-var-list' correctly.
2445 2004-09-15  Thien-Thi Nguyen  <ttn@gnu.org>
2447         * vc.el (annotate-time): Document point handling.
2448         (vc-annotate-display-autoscale): Doc fix.
2450 2004-09-15  Miles Bader  <miles@gnu.org>
2452         * generic.el (generic-make-keywords-list): Use symbol rather than
2453         word anchors in regexp.
2455 2004-09-14  Sean O'Rourke  <sorourke@cs.ucsd.edu>
2457         * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
2458         no file name consider `dired-directory'.
2460 2004-09-14  Kim F. Storm  <storm@cua.dk>
2462         * faces.el (cursor): Add face-no-inherit property.  Doc fix.
2464 2004-09-14  Simon Josefsson  <jas@extundo.com>
2466         * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
2468         * textmodes/dns-mode.el: Add.
2470 2004-09-13  Stefan Monnier  <monnier@iro.umontreal.ca>
2472         * novice.el (disabled-command-hook): Use shorthand for obsolescence.
2473         (disabled-command-function): Make the ?\  char more obvious.
2475         * vc-arch.el (vc-arch-root, vc-arch-registered):
2476         * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
2478 2004-09-13  Hovav Shacham  <hovav@sha1.stanford.edu>
2480         * windmove.el (windmove-frame-edges): Report coordinates of
2481         outside edges of frame, not inside edges.
2482         (windmove-coordinates-of-position): Convert into wrapper to new
2483         function `windmove-coordinates-of-window-position';
2484         `compute-motion' always applies to selected window.
2485         (windmove-coordinates-of-position): Update documentation to refer
2486         to Emacs 21 Lisp Reference Manual.
2487         (windmove-find-other-window): Fix off-by-one errors for max x,y.
2489 2004-09-13  Kim F. Storm  <storm@cua.dk>
2491         * isearch.el (isearch-resume-in-command-history): Rename from
2492         isearch-resume-enabled and change default to nil.
2494 2004-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2496         * vc-hooks.el (vc-ignore-dir-regexp): New var.
2497         (vc-registered): Use it.
2498         (vc-find-root): New fun.
2500         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2501         Don't tell to use \\{...} when it's already done.
2503         * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
2504         Provide a sample complex default.
2505         (bibtex-url, bibtex-font-lock-url): Adapt to new format.
2506         (bibtex-entry): Use mapc.
2508 2004-09-12  Kim F. Storm  <storm@cua.dk>
2510         * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
2512         * emulation/cua-rect.el (cua--rectangle-operation): Let bind
2513         inhibit-field-text-motion to t so rectangles work in comint buffers.
2515         * simple.el (choose-completion-string): Set buffer before running
2516         choose-completion-string-functions hook so it can be buffer-local.
2518 2004-09-12  Daniel Pfeiffer  <occitan@esperanto.org>
2520         * progmodes/compile.el (compilation-start): Parse command to see
2521         if it starts with a cd, and if so perform it for the *compilation*
2522         buffer.  Change the header to reflect this.
2524 2004-09-11  Kim F. Storm  <storm@cua.dk>
2526         * ido.el (ido-enable-dot-prefix): Doc fix.
2527         (ido-enable-dot-prefix): New defcustom.
2528         (ido-set-matches1): Use it.
2530 2004-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2532         * textmodes/bibtex.el (bibtex-mark-active)
2533         (bibtex-run-with-idle-timer): Move the `if' inside the defun.
2535 2004-09-10  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
2537         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
2538         used in a case insensitive environment.
2539         (bibtex-mode-map): Rearrange order of menus.
2540         (bibtex-quoted-string-re): Obsolete.
2541         (bibtex-complete-key-cleanup): Variable replaced by new function.
2542         (bibtex-font-lock-keywords): Use backquotes.
2543         (bibtex-font-lock-url-regexp): New internal variable.
2544         (bibtex-name-in-field): New optional arg remove-opt-alt to remove
2545         "OPT" and "ALT".
2546         (bibtex-insert-current-kill, bibtex-make-field)
2547         (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
2548         (bibtex-parse-field-text): Simplify.
2549         (bibtex-string=): New helper function.
2550         (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
2551         (bibtex-map-entries): Use bibtex-string=.
2552         (bibtex-search-entry): Use not.
2553         (bibtex-enclosing-field): Fix docstring.
2554         (bibtex-assoc-regexp): Obsolete.
2555         (bibtex-format-entry): Use assoc-string and bibtex-string=.
2556         (bibtex-autokey-get-names): Handle empty name field.
2557         (bibtex-parse-strings): Use assoc-string and unless.
2558         (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
2559         Use assoc-string.
2560         (bibtex-pop): Simplify.
2561         (bibtex-mode): Set font-lock-extra-managed-props.
2562         (bibtex-entry-update): Use assoc-string.
2563         (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
2564         (bibtex-autofill-entry): Use bibtex-string=.
2565         (bibtex-print-help-message): Simplify.
2566         (bibtex-find-entry): New optional arg START.
2567         (bibtex-validate): Use bibtex-string= and assoc-string.
2568         Do not call obsolete function compilation-parse-errors.
2569         (bibtex-remove-delimiters): Only remove delimiters if present.
2570         (bibtex-copy-entry-as-kill): Add docstring.
2571         (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
2572         Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
2573         (bibtex-complete): Use bibtex-predefined-month-strings,
2574         bibtex-string=, and new function bibtex-complete-key-cleanup.
2575         (bibtex-generate-url-list): New variable.
2576         (bibtex-url): New command bound to C-c C-l and mouse-2.
2577         (bibtex-url-map): New local keymap for bibtex-url-mouse.
2578         (bibtex-font-lock-url): New function.
2580 2004-09-09  Stefan Monnier  <monnier@iro.umontreal.ca>
2582         * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
2584 2004-09-09  Kim F. Storm  <storm@cua.dk>
2586         * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
2587         counter and format with binding.
2588         (kmacro-name-last-macro): New defun.  Like name-last-kbd-macro, but
2589         the declared macro uses own macro counter and format.  Give symbol
2590         kmacro property.
2591         (kmacro-keymap): Bind kmacro-name-last-macro to n.
2592         (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
2593         (kmacro-end-and-call-macro): Doc fix.
2595 2004-09-09  Lars Hansen  <larsh@math.ku.dk>
2597         * desktop.el (desktop-clear-preserve-buffers):
2598         Remove make-obsolete-variable.
2600 2004-09-08  Richard M. Stallman  <rms@gnu.org>
2602         * buff-menu.el (list-buffers-noselect): Call format-mode-line
2603         with the buffer as argument.
2605 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
2607         * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
2609 2004-09-08  Juri Linkov  <juri@jurta.org>
2611         * replace.el (perform-replace): Use `query-replace-descr'.
2613         * cus-start.el (history-delete-duplicates): Specify customization.
2615         * diff-mode.el (diff-mode-map):
2616         * progmodes/compile.el (compilation-mode-map):
2617         * progmodes/grep.el (grep-mode-map):
2618         * replace.el (occur-mode-map): Rename `next-error-follow-mode'
2619         to `next-error-follow-minor-mode'.
2621 2004-09-08  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2623         * isearch.el (isearch-lazy-highlight-update): Take into account
2624         the case of zero-length match at the search bound.
2626 2004-09-08  Kim F. Storm  <storm@cua.dk>
2628         * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
2629         change.  Use zero width overlays when necessary.
2631 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2633         * subr.el (split-string): Docfix.
2635 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2637         * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
2638         (display-call-tree): Ensure newline after caller/calls blocks.
2640 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2642         * startup.el (command-line-1): Make option
2643         --directory/-L modify `load-path' straight away.
2645 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2647         * progmodes/grep.el (grep-mode): Use normal autoload cookie.
2649 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2651         * emacs-lisp/autoload.el (make-autoload):
2652         Handle `define-compilation-mode'.
2654         * emacs-lisp/lisp-mode.el (define-compilation-mode):
2655         Specify `doc-string-elt' property.
2657 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2659         * bs.el (bs-mode): Doc fix.
2661 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2663         * info.el (Info-insert-dir): Fix temp buffer leak bug.
2665 2004-09-08  Thien-Thi Nguyen  <ttn@gnu.org>
2667         * play/blackbox.el (bb-trace-ray): Avoid double tracing.
2669 2004-09-08  Kenichi Handa  <handa@m17n.org>
2671         * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
2672         length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
2673         ps-mule-next-point -> 1+).
2675         * composite.el (encode-composition-rule): Add autoload cooky.
2677 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
2679         * format.el (buffer-auto-save-file-format): Make it permanent local.
2681 2004-09-07  Kim F. Storm  <storm@cua.dk>
2683         * emacs-lisp/authors.el (authors-aliases): Add more aliases.
2684         (authors-fixed-entries): Fix typo.
2685         (authors-canonical-author-name): Compact multiple spaces.
2686         Ignore trivial names (e.g. only first name).
2688         * term.el (term-window-width): Only use full window width on
2689         window system if overflow-newline-into-fringe is enabled.
2690         (term-mode): Don't disable overflow-newline-into-fringe.
2692 2004-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2694         * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
2695         motion as seen on my Mac OS X xterms.
2697         * newcomment.el (uncomment-region-default, comment-region-default):
2698         New functions extracted from uncomment-region and comment-region.
2699         (comment-region, comment-region-function, uncomment-region)
2700         (uncomment-region-function): Use them.
2702         * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
2704         * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
2705         It's not crucial but can make sense at times.
2707         * vc-arch.el (vc-arch-workfile-version): Handle the special case before
2708         the first commit.
2710         * vc.el (vc-buffer-context, vc-restore-buffer-context):
2711         Disable obsolete code.
2713 2004-09-07  Juri Linkov  <juri@jurta.org>
2715         * progmodes/grep.el (grep-highlight-matches): Change default from
2716         `t' to `auto-detect', and type from `boolean' to `choice'.  Doc fix.
2717         (grep-compute-defaults): Set `grep-highlight-matches' to `t'
2718         if grep option `--color' is available, or to `nil' otherwise.
2719         (grep-process-setup): Call `grep-compute-defaults' if
2720         `grep-highlight-matches' is not computed.  Set env-vars only
2721         if `grep-highlight-matches' is `t'.
2722         (grep-use-null-device): Remove redundant type `boolean' (`choice'
2723         is already defined).
2725         * progmodes/compile.el (compilation-start): Use copy of
2726         `process-environment' created by `copy-sequence' to not
2727         modify env-vars in the global `process-environment'.
2729 2004-09-06  Eli Zaretskii  <eliz@gnu.org>
2731         * simple.el (next-error-follow-minor-mode): Fix last change.
2733 2004-09-05  Luc Teirlinck  <teirllm@auburn.edu>
2735         * textmodes/paragraphs.el (use-hard-newlines): Make it into a
2736         permanent local.
2738 2004-09-04  Richard M. Stallman  <rms@gnu.org>
2740         * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
2741         highlighting if the search string is empty.
2743 2004-09-04  Luc Teirlinck  <teirllm@auburn.edu>
2745         * facemenu.el (facemenu-active-faces): Change condition of inner
2746         `while' loop to also check the first two elements of `face-atts'
2747         and `mask-atts'.
2749 2004-09-04  John Paul Wallington  <jpw@gnu.org>
2751         * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
2752         (thumbs-view-image-mode): Make buffer read-only.
2754 2004-09-04  Christopher J. Madsen  <cjm@pobox.com>
2756         * textmodes/ispell.el (ispell-really-aspell): New defvar.
2757         (ispell-check-version): Set it.
2758         (ispell-send-replacement): New function.
2759         (ispell-process-line): Call ispell-send-replacement.
2761 2004-09-04  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
2763         * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
2764         Support choosing seconds with "s".
2766 2004-09-04  Jari Aalto  <jari.aalto@poboxes.com>
2768         * terminal.el (te-escape): Show `?' in prompt for help key.
2770 2004-09-04  Emilio C. Lopes <eclig@gmx.net>
2772         * emacs-lisp/lisp.el (kill-backward-up-list): New function.
2774 2004-09-04  Dan Nicolaescu  <dann@ics.uci.edu>
2776         * simple.el (next-error-follow-minor-mode)
2777         (next-error-follow-mode-post-command-hook): New functions.
2778         (next-error-follow-last-line): New defvar.
2780         * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
2781         * progmodes/compile.el (compilation-mode-map): Likewise.
2782         * progmodes/grep.el (grep-mode-map): Likewise.
2783         * replace.el (occur-mode-map): Likewise.
2785         * newcomment.el (uncomment-region): Bind comment-use-global-state
2786         to nil.
2788 2004-09-03  Luc Teirlinck  <teirllm@auburn.edu>
2790         * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
2791         locally around the call to `revert-buffer'.
2793 2004-09-03  Juri Linkov  <juri@jurta.org>
2795         * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
2796         `isearch-adjusted' to `t'.
2797         (isearch-toggle-case-fold): Set `isearch-success' to `t'.
2798         (isearch-message-prefix): Add "pending" for isearch-adjusted.
2799         (isearch-other-meta-char): Restore isearch-point unconditionally.
2800         (isearch-query-replace): Add new arg `regexp-flag' and use it.
2801         Set point to start of match if region is not active in transient
2802         mark mode (to include the current match to region boundaries).
2803         Push the search string to `query-replace-from-history-variable'.
2804         Add prompt "Query replace regexp" for isearch-regexp.
2805         Add region beginning/end as last arguments of `perform-replace.'
2806         (isearch-query-replace-regexp): Replace code by the call to
2807         `isearch-query-replace' with arg `t'.
2809 2004-09-03  Richard M. Stallman  <rms@gnu.org>
2811         * startup.el (normal-top-level): Undo previous TERM change.
2813 2004-09-03  Kim F. Storm  <storm@cua.dk>
2815         * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
2816         highlight overlays; allow using RET when cursor is over a button.
2817         (cua--highlight-rectangle): Use it.
2818         (cua--rectangle-set-corners): Don't move backwards at eol.
2819         (cua--forward-line): Don't move into void after eob.
2821         * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
2822         point is set (and displayed) inside rectangle.
2823         (cua--rectangle-operation): Fix for highlight of empty lines.
2824         (cua--highlight-rectangle): Fix highlight for tabs.
2825         Position cursor at left/right edge of rectangle using new `cursor'
2826         property on overlay strings.
2827         (cua--indent-rectangle): Don't tabify.
2828         (cua-rotate-rectangle): Ignore that point has moved.
2830 2004-09-02  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
2832         * term/mac-win.el: Add ASCII equivalents for some function keys.
2833         (mode-line-frame-identification): Sync with x-win.el.
2835 2004-09-02  Juri Linkov  <juri@jurta.org>
2837         * progmodes/compile.el (compilation-buffer-name): Compare major
2838         mode with second element of compilation-arguments instead of third
2839         to reflect latest changes in compilation-arguments structure.
2840         (recompile): Use global variable `compilation-directory' to get
2841         recent compilation directory only when `recompile' is invoked NOT
2842         in the compilation buffer.  Otherwise, use `default-directory' of
2843         the compilation buffer.
2844         (compilation-error-properties): Allow to funcall col and end-col.
2845         (compilation-mode-font-lock-keywords): Check col and end-col by
2846         `integerp'.
2847         (compilation-goto-locus): If end-mk is non-nil in transient mark
2848         mode don't activate the mark (and don't display message in
2849         push-mark), but highlight overlay between mk and end-mk.
2851         * progmodes/grep.el (grep-highlight-matches): New defcustom.
2852         (grep-regexp-alist): Add rule to highlight grep matches.
2853         (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
2855         * info.el (Info-fontify-node): Don't compute other-tag
2856         if Info-hide-note-references=hide.
2858         * help.el (function-called-at-point):
2859         * help-fns.el (variable-at-point):
2860         Try `find-tag-default' when other methods failed.
2862         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2863         Do not push mark if inhibit-mark-movement is non-nil.
2865         * textmodes/ispell.el (ispell-html-skip-alists):
2866         Fix backslashes in docstring.
2868 2004-09-01  Juri Linkov  <juri@jurta.org>
2870         * isearch.el (isearch-wrap-function)
2871         (isearch-push-state-function): New defvars.
2872         (isearch-pop-fun-state): New defsubst.
2873         (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
2874         (isearch-push-state): Set the result of calling
2875         `isearch-push-state-function' to the `isearch-pop-fun-state' field.
2876         (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
2877         restore the mode-specific starting point of terminated search.
2878         (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
2879         (isearch-repeat): Call `isearch-wrap-function' if defined.
2880         (isearch-message-prefix): Don't add prefix "over" to the message
2881         for wrapped search if `isearch-wrap-function' is defined.
2882         (isearch-search): Call function saved in `isearch-pop-fun-state' to
2883         restore the mode-specific starting point of failed search.
2885         * info.el (Info-search-whitespace-regexp): Fix backslashes.
2886         (Info-search): Add new optional arguments for the sake of isearch.
2887         Replace whitespace in Info-search-whitespace-regexp literally.
2888         Add backward search.  Don't call `Info-select-node' if regexp is
2889         found in the same Info node.  Don't add node to Info-history for
2890         wrapped isearch.
2891         (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
2892         (Info-isearch-push-state, Info-isearch-pop-state): New funs.
2893         (Info-mode): Set local variables `isearch-search-fun-function',
2894         `isearch-wrap-function', `isearch-push-state-function',
2895         `search-whitespace-regexp'.
2897         * isearch.el: Remove ancient Change Log section.
2898         (isearch-string, isearch-message-string, isearch-point)
2899         (isearch-success, isearch-forward-flag, isearch-other-end)
2900         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
2901         (isearch-barrier, isearch-within-brackets)
2902         (isearch-case-fold-search): Add suffix `-state' to state-related
2903         defsubsts to avoid name clashes with other function names.
2905         * simple.el (next-error): New defgroup and defface.
2906         (next-error-highlight, next-error-highlight-no-select):
2907         New defcustoms.
2908         (next-error-no-select): Let-bind next-error-highlight to the value
2909         of next-error-highlight-no-select before calling `next-error'.
2911         * progmodes/compile.el (compilation-goto-locus):
2912         Use `next-error' face instead of `region'.  Set 4-th argument of
2913         `move-overlay' to `current-buffer' to move overlay to different
2914         source buffers.  Use new variable `next-error-highlight'.
2916         * simple.el (next-error-find-buffer): Move the rule
2917         "if current buffer is a next-error capable buffer" after the
2918         rule "if next-error-last-buffer is set to a live buffer".
2919         Simplify to test all rules in one `or'.
2920         (next-error): Doc fix.
2921         (next-error, previous-error, first-error)
2922         (next-error-no-select, previous-error-no-select):
2923         Make arguments optional.
2925 2004-08-31  Luc Teirlinck  <teirllm@auburn.edu>
2927         * macros.el (apply-macro-to-region-lines): Make it operate on all
2928         lines that begin in the region, rather than on all complete lines
2929         in the region.
2931 2004-08-31  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2933         * x-dnd.el (x-dnd-protocol-alist): Document update.
2934         (x-dnd-known-types): Defcustom it.
2935         (x-dnd-handle-motif): Print message-atom in error message.
2937 2004-08-30  John Paul Wallington  <jpw@gnu.org>
2939         * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
2940         strings rather than programatically constructing message.
2942 2004-08-30  Richard M. Stallman  <rms@gnu.org>
2944         * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
2945         Don't return a string that would read as the wrong character code.
2947 2004-08-29  Kim F. Storm  <storm@cua.dk>
2949         * emulation/cua-base.el (cua-auto-expand-rectangles):
2950         Remove automatic rectangle padding feature; replace by non-destructive
2951         virtual rectangle edges feature.
2952         (cua-virtual-rectangle-edges): New defcustom.
2953         (cua-auto-tabify-rectangles): New defcustom.
2954         (cua-paste): If paste into a marked rectangle, insert rectangle at
2955         current column, even if virtual; also paste exactly as many lines
2956         as has been marked (ignore additional lines or add empty lines),
2957         but paste whole source if only one line is marked.
2958         (cua--update-indications): No longer use overwrite-cursor to
2959         indicate rectangle padding
2961         * emulation/cua-rect.el (cua--rectangle-padding): Remove.
2962         (cua--rectangle-virtual-edges): New defun.
2963         (cua--rectangle-get-corners): Remove optional PAD arg.
2964         (cua--rectangle-set-corners): Never do padding.
2965         (cua--forward-line): Remove optional PAD arg.  Simplify.
2966         (cua-resize-rectangle-right, cua-resize-rectangle-left)
2967         (cua-resize-rectangle-down, cua-resize-rectangle-up):
2968         (cua-resize-rectangle-bot, cua-resize-rectangle-top)
2969         (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
2970         (cua--rectangle-move): Never do padding.  Simplify.
2971         (cua--tabify-start): New defun.
2972         (cua--rectangle-operation): Add tabify arg.  All callers changed.
2973         (cua--pad-rectangle): Remove.
2974         (cua--delete-rectangle): Handle delete with virtual edges.
2975         (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
2976         (cua--insert-rectangle): Handle insert at virtual column.
2977         Perform auto-tabify if necessary.
2978         (cua--activate-rectangle): Remove optional FORCE arg.
2979         Never do padding.  Simplify.
2980         (cua--highlight-rectangle): Enhance for virtual edges.
2981         (cua-toggle-rectangle-padding): Remove command.
2982         (cua-toggle-rectangle-virtual-edges): New command.
2983         (cua-sequence-rectangle): Add optional TABIFY arg.  Callers changed.
2984         (cua--rectangle-post-command): Don't force rectangle padding.
2985         (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
2987 2004-08-28  Luc Teirlinck  <teirllm@auburn.edu>
2989         * indent.el (edit-tab-stops-buffer): Doc fix.
2991 2004-08-28  Richard M. Stallman  <rms@gnu.org>
2993         * progmodes/grep.el (grep-default-command): Use find-tag-default.
2994         (grep-tag-default): Function deleted.
2996         * subr.el (find-tag-default): Moved from etags.el.
2998         * progmodes/etags.el (find-tag-default): Moved to subr.el.
3000         * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
3001         into the basic character if it has an uppercase form.
3003 2004-08-27  Kenichi Handa  <handa@m17n.org>
3005         * international/utf-8.el (utf-8-post-read-conversion): If the
3006         buffer is unibyte, temporarily make it multibyte.
3008 2004-08-27  Masatake YAMATO  <jet@gyve.org>
3010         * calendar/time-date.el (time-to-seconds): Add autoload cookies.
3012 2004-08-25  John Paul Wallington  <jpw@gnu.org>
3014         * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
3015         0, 1, and many mismatches in message.
3016         (tex-start-shell): Use `set-process-query-on-exit-flag'.
3018         * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
3019         (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
3021 2004-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3023         * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
3024         vc-diff-switches differently.
3026 2004-08-22  Luc Teirlinck  <teirllm@auburn.edu>
3028         * speedbar.el (speedbar-file-regexp): Give it a phony defvar
3029         before and a real defvar after
3030         `speedbar-supported-extension-expressions'.  This is to silence
3031         the compiler without breaking bootstrapping.
3033 2004-08-22  Richard M. Stallman  <rms@gnu.org>
3035         * textmodes/flyspell.el (flyspell-word):
3036         Use set-process-query-on-exit-flag.
3037         (flyspell-highlight-duplicate-region): Take POSS as arg.
3038         (flyspell-word): Pass POSS as arg.
3040         * progmodes/ada-xref.el: Many doc and style fixes.
3041         (ada-find-any-references): Use compilation-start.
3042         (ada-get-ali-file-name): Improve error msg.
3043         (ada-get-ada-file-name): Likewise.
3045         * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
3046         (ange-ftp-start-process): Use set-process-query-on-exit-flag.
3048         * mail/mail-extr.el (mail-extr-all-top-level-domains):
3049         Add forward defvar.
3051         * whitespace.el (global-whitespace-mode): New alias
3052         for whitespace-global-mode.
3054         * speedbar.el (speedbar-file-regexp): Definition moved up.
3055         (speedbar-mode, speedbar-set-mode-line-format):
3056         Use with-no-warnings.
3057         (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
3059         * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
3060         controls whether to display the error buffer.
3062         * ps-mule.el: Delete compatibility code for old Emacses.
3063         (ps-mule-find-wrappoint): Don't use chars-in-region.
3065         * frame.el (display-mouse-p, display-selections-p):
3066         Use with-no-warnings.
3068         * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
3070 2004-08-22  David Kastrup  <dak@gnu.org>
3072         * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
3073         information.
3075         * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
3077 2004-08-22  Andreas Schwab  <schwab@suse.de>
3079         * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
3081 2004-08-22  Masatake YAMATO  <jet@gyve.org>
3083         * cvs-status.el (cvs-status-checkout): New function.
3084         (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
3086 2004-08-21  David Kastrup  <dak@gnu.org>
3088         * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
3089         (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
3090         has been converted to use hashtables, the relation `nil=none' is
3091         no longer valid, as `nil' is not a hashtable.  This patch tries to
3092         reduce the number of resulting errors.
3094 2004-08-21  John Paul Wallington  <jpw@gnu.org>
3096         * subr.el (process-kill-without-query): Made obsolete in
3097         version 21.4, not 21.5.
3099         * log-edit.el (vc-comment-ring, vc-comment-ring-index)
3100         (vc-previous-comment, vc-next-comment)
3101         (vc-comment-search-reverse, vc-comment-search-forward)
3102         (vc-comment-to-change-log): Likewise.
3104         * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
3106 2004-08-21  Peter Seibel  <peter@javamonkey.com>  (tiny patch)
3108         * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
3109         Correct indentation of DEFMETHODS with non-standard method
3110         combinations (e.g., PROGN, MIN, MAX).
3112 2004-08-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3114         * startup.el (normal-top-level-add-subdirs-to-load-path):
3115         Avoid unnecessarily checking system-type.
3116         (normal-top-level): Set TERM to "dumb".  Simplify.
3118         * avoid.el (mouse-avoidance-ignore-p): New fun.
3119         Also ignore switch-frame, select-window, double, and triple clicks.
3120         (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
3121         (mouse-avoidance-fancy-hook): Use it.
3123 2004-08-20  Zoran Milojevic  <zoran@sipquest.com>  (tiny change)
3125         * avoid.el (mouse-avoidance-nudge-mouse)
3126         (mouse-avoidance-banish-destination): Stay within the current window
3127         to avoid problems with mouse-autoselect-window.
3129 2004-08-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3131         * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
3132         the newer format of some messages in cvs-1.12.1.
3134 2004-08-19  Masatake YAMATO  <jet@gyve.org>
3136         * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
3137         (elp-results-jump-to-definition-by-mouse)
3138         (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
3139         (elp-output-result): Use elp-output-insert-symname.
3141 2004-08-18  Kenichi Handa  <handa@m17n.org>
3143         * language/cyrillic.el: Register koi8-r in
3144         ctext-non-standard-encodings-alist.
3145         ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
3147 2004-08-17  Luc Teirlinck  <teirllm@auburn.edu>
3149         * emacs-lisp/copyright.el (copyright-update-year): Delete code
3150         that replaces 20xy with xy.
3152 2004-08-17  John Paul Wallington  <jpw@gnu.org>
3154         * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
3155         (reb-force-update): Doc fix.
3157 2004-08-16  Richard M. Stallman  <rms@gnu.org>
3159         * progmodes/which-func.el (which-func-update-1): Doc fix.
3161         * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
3162         (sh-mode-abbrev-table): New variable.
3164         * progmodes/compile.el (compilation-mode): Doc fix.
3166         * emacs-lisp/lisp-mode.el (eval-last-sexp):
3167         Don't cons a new symbol each time.
3168         (eval-last-sexp-fake-value): New variable.
3170         * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
3171         (copyright-update-year): Detect continuation of list of years.
3173         * term.el (term-default-fg-color, term-default-bg-color)
3174         (ansi-term-color-vector): Use `unspecified', not nil, as default.
3176         * imenu.el: Several doc fixes: don't say variables are buffer-local.
3178 2004-08-16  Davis Herring <herring@lanl.gov>
3180         * isearch.el (isearch-string, isearch-message-string, isearch-point)
3181         (isearch-success, isearch-forward-flag, isearch-other-end)
3182         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3183         (isearch-barrier, isearch-within-brackets)
3184         (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
3186 2004-08-16  Kenichi Handa  <handa@m17n.org>
3188         * ps-mule.el (ps-mule-font-info-database): Fix docstring.
3190 2004-08-15  Kenichi Handa  <handa@m17n.org>
3192         * term/x-win.el (x-selection-value): If utf8 was successful but
3193         ctext was not, use utf8 string.
3195 2004-08-14  Davis Herring  <herring@lanl.gov>
3197         * isearch.el: Remove accidental changes of March 4.  Fix backing
3198         up when a regexp isearch is made more general.  Use symbolic
3199         accessor functions for isearch stack frames to make usage clearer.
3200         (search-whitespace-regexp): Made groups in documentation shy (as
3201         is the group in the default value).
3202         (isearch-fallback): New function, addresses problems with regexps
3203         liberalized by `\|', adds support for liberalization by `\}' (the
3204         general repetition construct), and incorporates behavior for
3205         `*'/`?'.
3206         (isearch-}-char): New command, calls `isearch-fallback' with
3207         arguments appropriate to a typed `}'.
3208         (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
3209         appropriately.
3210         (isearch-mode-map): Bind `}' to `isearch-}-char'.
3211         (isearch-string, isearch-message,string, isearch-point)
3212         (isearch-success, isearch-forward-flag, isearch-other-end)
3213         (isearch-word, isearch-invalid-regexp, isearch-wrapped)
3214         (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
3215         New inline functions to read fields of a stack frame.
3217 2004-08-14  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>  (tiny change)
3219         * battery.el (battery-linux-proc-acpi): Look into battery
3220         directories matching the literal string "CMB", too (required for
3221         Linux kernel version 2.6.7).
3223 2004-08-14  John Paul Wallington  <jpw@gnu.org>
3225         * cus-start.el (read-file-name-completion-ignore-case): Add.
3226         (blink-cursor-alist): Change version to "21.4".
3228         * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
3230 2004-08-11  Daniel Pfeiffer  <occitan@esperanto.org>
3232         * speedbar.el (speedbar-scan-subdirs): New option.
3233         (speedbar-file-lists): Don't ignore file-name case on Unix and use
3234         dolist.
3235         (speedbar-insert-files-at-point): Take an extra argument and use
3236         it to optionally find out if a subdir is empty.  Also unreadable
3237         files don't get expand buttons.
3238         (speedbar-directory): New image (unused pixmap already existed).
3239         (speedbar-expand-image-button-alist): Use it.
3241 2004-08-11  Martin Stjernholm  <bug-cc-mode@gnu.org>
3243         CC Mode update to 5.30.9:
3245         * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
3246         Move from cc-vars to cc-defs for dependency reasons.  Fix the
3247         POSIX char class test to check that it works in
3248         `skip-chars-(forward|backward)' too.
3250         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
3251         first argument starts with a special brace list.
3253         * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
3254         when `c-opt-type-concat-key' is used (i.e. in Pike).
3256         * progmodes/cc-engine.el (c-looking-at-special-brace-list):
3257         Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
3258         >)".
3260         * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
3261         whitespace safe.
3263         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
3264         position for `arglist-intro', `arglist-cont-nonempty' and
3265         `arglist-close' when there are two arglist open parens on the same
3266         line and there's nothing in front of the first.
3268         * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
3269         locking of qualified names in Java, which previously could fontify
3270         common indexing expressions in many cases.  The standard Java
3271         naming conventions are used to tell them apart.
3273         * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
3274         Fix inconsistency wrt opening parens on the first line inside a paren
3275         block.
3277         * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
3278         compile time for the sake of `c-major-mode-is'.
3280         (c-mode-is-new-awk-p): Made it a macro to delay expansion of
3281         `c-major-mode-is' in the event that this is used inside a
3282         `c-lang-defconst'.
3284         * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
3285         `c-lang-defconst' so that it works better with fallback languages.
3287         * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
3288         it to fail to record the base mode.
3290         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
3291         Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
3292         is used.  Reordered the syntax checks to get more efficient
3293         skipping in some situations.
3295         * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
3296         continuation which might precede the newly inserted '{'.
3298         * progmodes/cc-engine.el (c-syntactic-re-search-forward):
3299         Fix cases where it could loop indefinitely.
3301         * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
3302         size specs correctly.  Only fontify identifiers in front of '('
3303         with as functions - don't accept any paren char.  Tightened up
3304         initializer skipping to stop before function and class blocks.
3306         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
3307         the point could be left directly after an open paren when finding
3308         the beginning of the first decl in the block.
3310         * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
3311         table when filtering out legitimate open parens to be recorded.
3312         This could cause cache inconsistencies when e.g.
3313         `c++-template-syntax-table' was temporarily in use.
3315         * progmodes/cc-engine.el (c-on-identifier)
3316         (c-simple-skip-symbol-backward): Small fix for handling "-"
3317         correctly in `skip-chars-backward'.  Affected the operator lfun
3318         syntax in Pike.
3320         * progmodes/cc-engine.el (c-invalidate-sws-region-after):
3321         Fix bug that could cause an error from `after-change-functions' when
3322         the changed region is at bob.
3324 2004-08-11  Alan Mackenzie  <bug-cc-mode@gnu.org>
3326         CC Mode update to 5.30.9:
3328         * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
3329         to say that <TAB> doesn't insert WS into a CPP line.
3330         (c-indent-command, c-tab-always-indent): Amend doc strings.
3332         * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
3333         checks for user errors, thus eliminating cryptic and unhelpful
3334         Emacs error messages.  (1) Check the arg to `c-set-style' is a
3335         string.  (2) Check that settings to `c-offsets-alist' are not
3336         spuriously quoted.
3338         * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
3339         which precedes the newly inserted `{'.
3341 2004-08-10  Michael Albinus  <michael.albinus@gmx.de>
3343         Sync with Tramp 2.0.44.
3345         * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
3346         function "tramp_file_attributes".  Otherwise, file names
3347         containing spaces are misinterpreted.  Reported by Magnus Henoch
3348         <mange@freemail.hu>.
3349         (tramp-handle-file-truename): FILENAME must be expanded first.
3350         Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
3351         obscure results.  Reported by D. Goel <deego@gnufans.org>.
3352         (tramp-handle-verify-visited-file-modtime): If file does not
3353         exist, say it is not modified if and only if that agrees with the
3354         buffer's record.  Check whether a file is visiting the buffer, or
3355         the buffer has no recorded last modification time.  Return t in
3356         case the visiting file doesn't exist.  Suggested by Luc Teirlinck
3357         <teirllm@auburn.edu>.
3358         (tramp-handle-write-region): Pass modtime explicitely to
3359         `set-visited-file-modtime', because filename can be different
3360         from (buffer-file-name) if `file-precious-flag' is set.
3361         `set-visited-file-modtime' must be called always when `visit' is t
3362         or a string.  Suggested by Luc Teirlinck <teirllm@auburn.edu>.
3363         (tramp-handle-set-visited-file-modtime): If `time-list' is not
3364         nil, don't apply the whole body.  If the file doesn't exists, set
3365         modtime to '(-1 65535).  Suggested by Luc Teirlinck
3366         <teirllm@auburn.edu>.
3368 2004-08-09  Luc Teirlinck  <teirllm@auburn.edu>
3370         * help.el (describe-bindings): Doc fix.
3372         * subr.el (kbd): Doc fix.
3374 2004-08-08  John Paul Wallington  <jpw@gnu.org>
3376         * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
3377         instead of `string-to-int'.
3378         (define-ibuffer-column mode): Fix indentation.
3380 2004-08-08  Lars Hansen  <larsh@math.ku.dk>
3382         * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
3384 2004-08-08  Luc Teirlinck  <teirllm@auburn.edu>
3386         * subr.el (global-unset-key, local-unset-key): Doc fixes.
3388         * novice.el (disabled-command-function): New variable renamed from
3389         `disabled-command-hook'.
3390         (disabled-command-hook): Keep the _variable_ as alias for
3391         `disabled-command-function' and make obsolete.
3392         (disabled-command-function): Function renamed from
3393         `disabled-command-hook'.  Adapt code to name change of the variable.
3395 2004-08-07  Satyaki Das  <satyaki@theforce.stanford.edu>  (tiny change)
3397         * simple.el (completion-root-regexp): New defvar.
3398         (completion-setup-function): Use it instead of a literal string.
3400 2004-08-07  John Paul Wallington  <jpw@gnu.org>
3402         * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
3403         (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
3404         (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
3405         (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
3407 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
3409         * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
3410         (mail-extr-voodoo): Check mail-extr-disable-voodoo.
3412 2004-08-04  Kenichi Handa  <handa@m17n.org>
3414         * international/encoded-kb.el (encoded-kbd-setup-keymap):
3415         Fix previous change.
3417 2004-08-03  Kenichi Handa  <handa@m17n.org>
3419         * international/encoded-kb.el: The following changes are to
3420         utilize key-translation-map instead of minor mode map.
3421         (encoded-kbd-iso2022-non-ascii-map): Delete it.
3422         (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
3423         (encoded-kbd-last-key): New function.
3424         (encoded-kbd-iso2022-single-shift): New function.
3425         (encoded-kbd-iso2022-designation)
3426         (encoded-kbd-self-insert-iso2022-7bit)
3427         (encoded-kbd-self-insert-iso2022-8bit)
3428         (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
3429         (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
3430         key-translation-map.
3431         (encoded-kbd-setup-keymap): Setup key-translation-map.
3432         (saved-key-translation-map): New variable.
3433         (encoded-kbd-mode): Save/restore key-translation-map.
3434         Adjust for the change of encoded-kbd-setup-keymap.
3436 2004-08-02  Kim F. Storm  <storm@cua.dk>
3438         * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
3439         and call compute-motion with nil for topos and width to get proper
3440         usable width and height for both window and non-window systems.
3442         * windmove.el (windmove-coordinates-of-position): Let compute-motion
3443         calculate usable window width and height.
3445         * window.el (window-buffer-height): Call compute-motion with nil width.
3447 2004-08-01  David Kastrup  <dak@gnu.org>
3449         * replace.el (query-replace-read-from):
3450         Use `query-replace-compile-replacement'.
3451         (query-replace-compile-replacement): New function.
3452         (query-replace-read-to): Use `query-replace-compile-replacement'
3453         for repeating the last command.
3455 2004-08-01  John Paul Wallington  <jpw@gnu.org>
3457         * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
3458         (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
3459         (pr-switches): Remove period from end of error messages.
3461         * help-mode.el (help-go-back): Likewise.
3463         * abbrev.el (only-global-abbrevs): Doc fix.
3464         (edit-abbrevs-map): Define within defvar.
3465         (quietly-read-abbrev-file): Doc fix.
3467 2004-07-31  Luc Teirlinck  <teirllm@auburn.edu>
3469         * novice.el (enable-command, disable-command): Doc fixes.
3471         * subr.el (event-modifiers, event-basic-type): Doc fixes.
3473 2004-07-30  Richard M. Stallman  <rms@gnu.org>
3475         * subr.el (with-local-quit): Doc fix.
3477 2004-07-30  Luc Teirlinck  <teirllm@auburn.edu>
3479         * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
3481 2004-07-28  Luc Teirlinck  <teirllm@auburn.edu>
3483         * custom.el (defcustom): Doc fix.
3485 2004-07-28  Masatake YAMATO  <jet@gyve.org>
3487         * progmodes/etags.el (etags-tags-apropos): Show building progress.
3489 2004-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
3491         * imenu.el (imenu-prev-index-position-function)
3492         (imenu-extract-index-name-function, imenu-name-lookup-function)
3493         (imenu--index-alist): Docstring redundancy fix.
3495 2004-07-25  Lars Hansen  <larsh@math.ku.dk>
3497         * wdired.el (wdired-finish-edit): Require dired-aux before locally
3498         binding dired-backup-overwrite.
3500 2004-07-25  John Paul Wallington  <jpw@gnu.org>
3502         * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
3504 2004-07-24  Luc Teirlinck  <teirllm@auburn.edu>
3506         * term/tty-colors.el (tty-color-approximate): Doc fix.
3508         * select.el (x-get-selection, x-set-selection): Doc fixes.
3510         * frame.el (make-frame): Doc fix.
3512 2004-07-24  Richard M. Stallman  <rms@gnu.org>
3514         * mail/rmail.el (rmail-mime-charset-pattern):
3515         Don't include semicolon in the charset value.
3517         * replace.el (occur-next-error): Call set-window-point.
3518         (occur-engine): Handle negative NLINES.
3520 2004-07-23  Luc Teirlinck  <teirllm@auburn.edu>
3522         * frame.el (modify-all-frames-parameters): Minor doc fix.
3523         (set-frame-configuration): Doc fix.
3525 2004-07-23  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
3527         * simple.el (completion-setup-function): Compute the common parts
3528         and the first difference place correctly when
3529         partial-completion-mode is on.
3531 2004-07-22  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3533         * ps-print.el: Doc fix.
3534         (ps-print-version): New version 6.6.5.
3535         (ps-printing-region): Doc fix.
3536         (ps-generate-string-list): Comment fix.
3537         (ps-message-log-max): Code fix.
3539 2004-07-22  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
3541         * ps-print.el (ps-begin-file): Improve the DSC compliance of the
3542         generated PostScript.
3544 2004-08-17  Reiner Steib  <Reiner.Steib@gmx.de>
3546         * net/tls.el (tls-process-connection-type): Fix docstring.  (Sync
3547         with Gnus v5_10 branch.)
3549 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
3551         * calendar/time-date.el (time-to-number-of-days): New function.
3552         Imported from from Gnus.
3554 2004-07-22  Kim F. Storm  <storm@cua.dk>
3556         * progmodes/make-mode.el: Fix comments.
3558 2004-07-21  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3560         * printing.el: Doc fix.
3562 2004-07-20  Luc Teirlinck  <teirllm@auburn.edu>
3564         * frame.el (modify-all-frames-parameters): Minor doc fix.
3566 2004-07-20  Richard M. Stallman  <rms@gnu.org>
3568         * textmodes/fill.el (fill-nobreak-p): If this break point is
3569         at the end of the line, don't consider the newline which follows
3570         as a reason to return t.
3572 2004-07-19  John Paul Wallington  <jpw@gnu.org>
3574         * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
3576 2004-07-18  Luc Teirlinck  <teirllm@auburn.edu>
3578         * dired-aux.el (dired-do-kill-lines): Expand docstring.
3579         Delete irrelevant code.
3581 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
3583         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3584         New docstring.  From Luc Teirlinck.
3586 2004-07-17  Luc Teirlinck  <teirllm@auburn.edu>
3588         * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
3589         section.
3590         (auto-revert-handler): Do not check `auto-revert-tail-mode' for
3591         non-file buffers.  We know it is nil.
3593 2004-07-17  Kai Grossjohann  <kai.grossjohann@gmx.net>
3595         Sync with Tramp 2.0.43.
3597         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3598         Remove outdated comment.
3599         (tramp-locked, tramp-locker): New variables for implementing a
3600         global lock.
3601         (tramp-sh-file-name-handler): Use them to implement the global lock.
3603 2004-07-13  Michael Albinus  <michael.albinus@gmx.de>
3605         * net/tramp.el (all): Code cleanup.  Change all `tramp-handle-xxx'
3606         calls to respective `xxx` calls.
3607         (tramp-process-alive-regexp): Precise doc string.
3608         (tramp-multi-action-process-alive): New defun.
3609         (tramp-multi-actions): Use it.
3610         (tramp-handle-find-backup-file-name): `copy-tree' is available
3611         since Emacs 21.4 only (XEmacs has it).  Implementation rewritten
3612         in order to avoid this function.
3613         (tramp-handle-write-region): Set current buffer.  If connection
3614         wasn't open, `file-modes' has changed it accidently.  Reported by
3615         David Kastrup <dak@gnu.org>.
3616         (tramp-enter-password, tramp-read-passwd): New arguments USER and
3617         HOST.
3618         (tramp-action-password, tramp-multi-action-password): Apply it.
3619         (tramp-open-connection-rsh): If a port is given, the Tramp buffer
3620         name must still contain the port number.  Otherwise, we have two
3621         Tramp buffers, with all the confusion.  Reported by Myron Selby
3622         <myron@xytech.com> and Rolf Dubitzky
3623         <Dubitzky@physi.uni-heidelberg.de>.
3625         * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
3626         HOST to `tramp-enter-passwd'.
3628         * net/tramp-vc.el (all): Code cleanup.  Change all
3629         `tramp-handle-xxx' calls to respective `xxx` calls.
3631 2004-07-17  Jonathan Yavner  <jyavner@member.fsf.org>
3633         * emacs-lisp/testcover.el: New category "potentially-1valued" for
3634         functions that are not erroneous if either 1-valued or
3635         multi-valued.  Detect functions in this class.
3636         (testcover-1value-functions, testcover-compose-functions)
3637         (testcover-progn-functions) Added some additional functions to lists.
3638         (testcover-mark): Bugfix when marking up the definition for an
3639         empty function.
3641 2004-07-17  Richard M. Stallman  <rms@gnu.org>
3643         * replace.el (occur-read-primary-args): Pass default to
3644         read-from-minibuffer.
3646         * mail/footnote.el (footnote-section-tag): Use defcustom.
3648         * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
3649         Compile font-lock-keywords, not KEYWORDS.
3650         (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
3651         Add warn, check-type.  Handle cerror like error.
3653 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
3655         * progmodes/which-func.el (which-func-keymap): New var.
3656         (which-func-face): New face.
3657         (which-func-format): Use them.
3659 2004-07-16  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
3661         * buff-menu.el (list-buffers-noselect): Append the buffer's
3662         process status to its mode name.
3664 2004-07-16  Kim F. Storm  <storm@cua.dk>
3666         * simple.el (inhibit-mark-movement): New defvar.
3667         (beginning-of-buffer, end-of-buffer): Do not push mark if
3668         inhibit-mark-movement is non-nil or C-u prefix is given.
3670         * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
3671         Init to beginning-of-buffer and end-of-buffer.
3672         (cua--undo-push-mark): New defvar.
3673         (cua--pre-command-handler): Set inhibit-mark-movement if mark is
3674         already active and command is in cua--preserve-mark-commands.
3675         Also fix check for shift modifier on non-window systems.
3676         (cua--post-command-handler): Clear inhibit-mark-movement if set.
3678 2004-07-14  Luc Teirlinck  <teirllm@auburn.edu>
3680         * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
3681         of two integers, instead of a cons.
3683         * net/tramp.el (tramp-handle-verify-visited-file-modtime):
3684         `visited-file-modtime' now returns a list of two integers, instead
3685         of a cons.
3687         * dired.el (dired-directory-changed-p): Ditto.
3689         * progmodes/grep.el (grep): Doc fix.
3691 2004-07-14  Daniel Pfeiffer  <occitan@esperanto.org>
3693         * autorevert.el (auto-revert-tail-mode)
3694         (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
3695         (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
3696         in both at the same time.
3697         (auto-revert-tail-mode): New command.
3698         (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
3699         (auto-revert-handler): Revert only either tail or whole file.
3701         * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
3702         add auto-revert-tail-mode.
3704 2004-07-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3706         * printing.el: Doc fix.  Change name of some funs.
3707         (pr-dosify-file-name): New fun.  Replace ps-dosify-path.
3708         (pr-unixify-file-name): New fun.  Replace ps-unixify-path.
3709         (pr-standard-file-name): New fun.  Replace pr-standard-path.
3710         (pr-call-process): Code fix.
3712 2004-07-12  Luc Teirlinck  <teirllm@auburn.edu>
3714         * subr.el (with-selected-window): Doc fix.
3716 2004-07-11  Luc Teirlinck  <teirllm@auburn.edu>
3718         * subr.el (get-buffer-window-list): Doc fix.
3720 2004-07-10  Luc Teirlinck  <teirllm@auburn.edu>
3722         * files.el (switch-to-buffer-other-window): Doc fix.
3724         * window.el (save-selected-window, one-window-p)
3725         (split-window-keep-point, split-window-vertically)
3726         (split-window-horizontally): Doc fixes.
3728 2004-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
3730         * printing.el: Doc fix.  Now it uses call-process instead of
3731         shell-command for low command execution.
3732         (pr-version): New version number (6.8).
3733         (pr-shell-file-name): Option removed.
3734         (pr-shell-command): Fun removed.
3735         (pr-call-process): New fun.  Replace pr-shell-command.
3736         (pr-standard-path, pr-remove-nil-from-list): New funs.
3737         (zmacs-region-stays, current-mouse-event, current-menubar): New var.
3738         (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
3739         (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
3740         (pr-ps-utility-process, pr-txt-print): Code fix.
3742 2004-07-10  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
3744         * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
3745         boolean.
3747 2004-07-09  Lars Hansen  <larsh@math.ku.dk>
3749         * wid-edit.el (widget-field-buffer): Doc fix.
3751 2004-07-09  John Paul Wallington  <jpw@gnu.org>
3753         * emacs-lisp/re-builder.el (reb-update-overlays):
3754         Distinguish between one and several matches in message.
3756 2004-07-09  Richard M. Stallman  <rms@gnu.org>
3758         * mouse.el (mouse-set-region-1): If transient-mark-mode
3759         is `identity', change it to `only'.
3761         * simple.el (current-word): Doc fix.
3763 2004-07-09  Mark A. Hershberger  <mah@everybody.org>
3765         * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
3766         so that it is more understanding of whitespace.
3768         * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the
3769         form
3770         (("ns" . "element") (attr-list) children) instead of
3771         ((:ns . "element") (attr-list) children) in order to reduce the
3772         number of symbols used.
3773         (xml-skip-dtd): Change to use xml-parse-dtd but set
3774         xml-validating-parsing to nil.
3775         (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
3776         (xml-substitute-entity): Remove in favor of new entity substitution.
3777         (xml-substitute-special): Rewrite in to substitute complex
3778         entities from DOCTYPE declarations.
3779         (xml-parse-fragment): Parse fragments from entity deleclarations.
3780         (xml-parse-region, xml-parse-tag, xml-parse-attlist)
3781         (xml-parse-dtd, xml-substitute-special): Make validity checks
3782         conditioned on xml-validating-parser.  Add "Not Well Formed" to
3783         error messages about well-formedness.
3785 2004-07-08  Steven Tamm  <steventamm@mac.com>
3787         * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
3788         (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
3789         Do not treat double clicks and triple clicks specially in the
3790         scroll bar (preventing strange repositioning problems)
3792 2004-07-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3794         * replace.el (query-replace-regexp-eval): Fix last change.
3796 2004-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
3798         * replace.el (query-replace-descr): New fun.
3799         (query-replace-read-from, query-replace-read-args): Default to the
3800         previous from&to.
3801         (query-replace-read-to): Quote the `from' string when displaying it.
3802         (query-replace-regexp-eval): Immediately check read-only status.
3803         Use query-replace-read-from to get the \n checking.
3804         Quote the `from' string when displaying it.
3805         (map-query-replace-regexp, occur-read-primary-args):
3806         Quote the `from' string when displaying it.
3808         * isearch.el (isearch-query-replace): Pass the regexp-ness and
3809         delimited-ness of the search to query-replace.
3811         * replace.el (query-replace-read-from, query-replace-read-to):
3812         New funs extracted from query-replace-read-args.
3813         (query-replace-read-args): Use them.
3815         * replace.el (query-replace-interactive, query-replace-read-args):
3816         Remove the `initial' special value.
3817         (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
3818         (occur-engine): Remove unused var `matchend'.
3820         * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
3821         Use the search string without prompting.
3823 2004-07-05  Kenichi Handa  <handa@m17n.org>
3825         * international/mule.el (decode-coding-inserted-region):
3826         Set last-coding-system-used only when coding is nil.
3828 2004-07-03  Eli Zaretskii  <eliz@gnu.org>
3830         * progmodes/grep.el (grep-compute-defaults, grep-command)
3831         (grep-program, find-program, grep-find-use-xargs, grep-history)
3832         (grep-find-history, grep-tag-default, grep-find-command)
3833         (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
3834         Add autoload cookies, for unbundled packages that load `compile'
3835         and expect all grep-related symbols to become defined.
3837 2004-07-03  KOSEKI Yoshinori  <kose@meadowy.org>
3839         * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
3840         (iimage-mode-image-search-path): New user option to search the
3841         image file.
3842         (iimage-locate-file): New funcion.  Emacs21.3 or earlier does not
3843         have locate-file.
3844         (iimage-mode-buffer): Use it.
3846 2004-07-03  Nick Roberts  <nickrob@gnu.org>
3848         * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
3849         carefully.
3850         (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
3852 2004-07-03  Juri Linkov  <juri@jurta.org>
3854         * replace.el (query-replace-read-args): Swallow space after 'foo,
3855         not after (quote foo).  Match space only immediately after symbol,
3856         not anywhere in the whole string.
3858 2004-07-02  Richard M. Stallman  <rms@gnu.org>
3860         * replace.el (query-replace-read-args): Swallow space after
3861         symbols, not after closeparens.  But avoid error if string ends there.
3863         * progmodes/python.el (python-beginning-of-statement):
3864         Exit the loop if backward-up-list gets error.
3866         * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
3868 2004-07-02  Andre Spiegel  <spiegel@gnu.org>
3870         * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
3871         only if vc-consult-headers is non-nil.
3873 2004-07-02  Juri Linkov  <juri@jurta.org>
3875         * pcvs.el (cvs-mode-diff-repository): New command.
3877         * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
3879 2004-07-01  Juri Linkov  <juri@jurta.org>
3881         * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
3882         C-M-y to isearch-yank-char.  Bind M-% to isearch-query-replace,
3883         C-M-% to isearch-query-replace-regexp.
3884         (minibuffer-local-isearch-map): Add arrow key bindings.
3885         Bind C-f to isearch-yank-char-in-minibuffer.
3886         (isearch-forward): Doc fix.
3887         (isearch-edit-string): Doc fix.
3888         (isearch-query-replace, isearch-query-replace-regexp): New funs.
3889         (isearch-del-char): Add optional arg.  Set isearch-yank-flag to t.
3890         (isearch-yank-char): Add optional arg.
3891         (isearch-yank-char-in-minibuffer): New fun.
3893         * replace.el (query-replace-interactive): Change type from boolean
3894         to choice.  Add value `initial'.
3895         (query-replace-read-args): Handle value `initial' of
3896         query-replace-interactive.
3898 2004-06-29  Kim F. Storm  <storm@cua.dk>
3900         * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
3901         (breakpoint-disabled-bitmap-face): Add :group 'gud.
3903         * progmodes/ada-xref.el (ada-tight-gvd-integration):
3904         Add :group 'ada.
3906         * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
3908 2004-06-29  Juri Linkov  <juri@jurta.org>
3910         * replace.el (query-replace-read-args): Swallow a space after
3911         everything except )]" which in most cases means after a symbol.
3913         * emacs-lisp/pp.el (pp-buffer): Add autoload.
3915 2004-06-28  Richard M. Stallman  <rms@gnu.org>
3917         * font-lock.el (font-lock-fontify-syntactic-keywords-region):
3918         More changes to go with previous change in font-lock.el.
3920 2004-06-26  David Kastrup  <dak@gnu.org>
3922         * replace.el (perform-replace): Highlight the match even in
3923         non-query mode if there is potential replace string editing.
3925 2004-06-26  Kai Grossjohann  <kai.grossjohann@gmx.net>
3927         * net/tramp.el (tramp-handle-file-remote-p): New implementation to
3928         agree with new return value of `file-remote-p'.
3929         This syncs with Tramp 2.0.42.
3931         * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
3932         according to new documentation of `file-remote-p'.
3934         * files.el (file-remote-p): Fix doc to say that return value is
3935         identification of remote system, if not nil.
3936         (file-relative-name): Use new return value of `file-remote-p'.
3938 2004-06-26  Nick Roberts  <nickrob@gnu.org>
3940         * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
3941         (gdb-goto-breakpoint): Fix breakage.
3943 2004-06-26  Eli Zaretskii  <eliz@gnu.org>
3945         * man.el (Man-getpage-in-background): Add windows-nt to the list
3946         of systems where shell-file-name should be used instead of
3947         literal "sh".
3949 2004-06-25  Sam Steingold  <sds@gnu.org>
3951         * add-log.el (change-log-font-lock-keywords): Support Common Lisp
3952         function names `(setf symbol)'.
3954 2004-06-24  Richard M. Stallman  <rms@gnu.org>
3956         * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
3958         * font-lock.el (font-lock-keywords): Change format of compiled values.
3959         Document it.
3960         (font-lock-add-keywords): If font-lock-keywords is compiled,
3961         extract the uncompiled version, modify, then recompile.
3962         (font-lock-remove-keywords): Likewise.
3963         (font-lock-fontify-keywords-region): Handle changed format.
3964         (font-lock-compile-keywords): Handle changed format.
3965         (font-lock-set-defaults): Compile the keywords explicitly here.
3967 2004-06-24  David Kastrup  <dak@gnu.org>
3969         * replace.el (query-replace-read-args): Implement `\,' and `\#'
3970         replacements here.
3971         (query-replace-regexp): Doc string explaining this and the new
3972         `\?' replacement.  Remove `\,' and `\#' implementation here, as it
3973         is better placed in `query-replace-read-args'.
3974         (replace-regexp): Explain `\,', `\#' and `\?'.
3975         (replace-match-data): New function for thorough reuse/destruction
3976         of old match-data.
3977         (replace-match-maybe-edit): Function for implementing `\?' editing.
3978         (perform-replace): Fix maintaining of the match stack including
3979         already matched regions, implement `\?', fix various problems
3980         with regions while editing and other stuff.
3981         (replace-highlight): Simplify.
3983 2004-06-24  Daniel Pfeiffer  <occitan@esperanto.org>
3985         * progmodes/grep.el (grep-error-screen-columns): New variable.
3986         (grep-regexp-alist): Give it the full functionality of gnu style
3987         compilation messages with line and column ranges.  Ask me for the
3988         perl script I'm working on, that uses these.
3990 2004-06-23  Nick Roberts  <nickrob@gnu.org>
3992         * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
3993         Remove.
3994         (comint-insert-input, comint-mouse-insert-input): New functions
3995         based on comint-insert-clicked-input for two bindings but just
3996         one functionality.
3998 2004-06-23  Luc Teirlinck  <teirllm@auburn.edu>
4000         * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
4002 2004-06-23  Lars Hansen  <larsh@math.ku.dk>
4004         * files.el (write-contents-functions): Doc fix.
4006 2004-06-21  Juanma Barranquero  <lektu@terra.es>
4008         * image.el (image-library-alist): Rewrite docstring in active voice.
4010 2004-06-20  Richard M. Stallman  <rms@gnu.org>
4012         * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
4014         * isearch.el (isearch-repeat): Avoid testing old match data.
4015         (isearch-message): Display trailing space in special font
4016         when search is failing.
4017         (isearch-search-fun-function): Doc fix.
4019         * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
4021 2004-06-19  Luc Teirlinck  <teirllm@auburn.edu>
4023         * frame.el (show-trailing-whitespace): Doc fix.
4025         * cus-edit.el (custom-variable-documentation): New function.
4026         (custom-variable): Use it.
4028 2004-06-19  Nick Roberts  <nickrob@gnu.org>
4030         * man.el (Man-getpage-in-background): Revert previous change but
4031         make cygwin a special case.
4033 2004-06-18  Luc Teirlinck  <teirllm@auburn.edu>
4035         * autorevert.el (global-auto-revert-non-file-buffers):
4036         Update docstring.
4038 2004-06-19  Daniel Pfeiffer  <occitan@esperanto.org>
4040         * progmodes/compile.el (compilation-error-properties): Store one
4041         more than end-col, if present, so that transient-mark-mode will
4042         highlight last char too.
4043         * progmodes/grep.el (grep-regexp-alist): Match columns and column
4044         ranges, if present.
4046 2004-06-18  Jason Rumney  <jasonr@gnu.org>
4048         * makefile.w32-in: Double percent signs in for loops.
4050 2004-06-17  David Kastrup  <dak@gnu.org>
4052         * replace.el (query-replace-read-args): Only warn about use of \n
4053         and \t when we are doing a regexp replacement and the actual
4054         escaped character is n or t.
4055         (query-replace-regexp): Add \, and \# interpretation to
4056         interactive call and document it.
4057         (query-replace-regexp-eval, replace-match-string-symbols): Add \#
4058         as shortkey for replace-count.
4059         (replace-quote): New function for doubling backslashes.
4061 2004-06-17  Juanma Barranquero  <lektu@terra.es>
4063         * files.el (parse-colon-path, cd): Mention in docstring that the
4064         path separator is colon in GNU-like systems.
4066         * newcomment.el (comment-region-internal): Fix docstring.
4068         * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
4069         (ewoc-invalidate, ewoc-collect): Doc fixes.
4070         (ewoc--create-node, ewoc--delete-node-internal):
4071         Fix typos in docstring.
4073 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
4075         * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
4076         manual to docstring.
4078 2004-06-15  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
4080         * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
4082 2004-06-15  Luc Teirlinck  <teirllm@auburn.edu>
4084         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4085         Add hyperlink to emacs-xtra manual to docstring.
4087         * autorevert.el (global-auto-revert-non-file-buffers):
4088         Add hyperlink to emacs-xtra manual to docstring, as well as an
4089         info-link.
4091 2004-06-14  Juanma Barranquero  <lektu@terra.es>
4093         * image.el (image-library-alist): New variable to map image types
4094         to external libraries.  Initialized to nil, unless system-specific
4095         configs change it.
4096         (image-type-available-p): Determine whether an image type is
4097         available by calling `init-image-library'.
4099         * term/w32-win.el (image-library-alist): Initialize to a known set
4100         of probable library names.
4102 2004-06-14  Kenichi Handa  <handa@m17n.org>
4104         * international/code-pages.el (windows-1256, cp1125): Fix tables
4105         for several characters.
4107         * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
4109 2004-06-13  Richard M. Stallman  <rms@gnu.org>
4111         * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
4113         * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
4114         not "`pc-selection-mode'".
4116         * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
4118         * simple.el (previous-matching-history-element): Specify a default.
4120         * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
4122         * cus-face.el (custom-declare-face): Simplify code.
4124         * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
4126 2004-06-13  Luc Teirlinck  <teirllm@auburn.edu>
4128         * files.el (before-save-hook): Add `time-stamp' to the options.
4130         * time-stamp.el (time-stamp): Recommend adding it to
4131         `before-save-hook', rather than `write-file-functions'.
4132         Make a similar change in `Commentary' section.
4134 2004-06-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
4136         * diff-mode.el (diff-current-defun): If at start of hunk, use
4137         position of first change.
4139 2004-06-13  Lars Hansen  <larsh@math.ku.dk>
4141         * dired-x.el (dired-mark-omitted): Bind to "*O".
4143 2004-06-12  Karl Fogel  <kfogel@red-bean.com>
4145         * bookmark.el (bookmark-bmenu-relocate): New function, as
4146         suggested by David J. Biesack <David.Biesack@sas.com>.
4147         (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
4148         (bookmark-bmenu-mode): Describe binding in doc string.
4149         (bookmark-set-filename): Save the bookmark list if it's time.
4151 2004-06-13  Kenichi Handa  <handa@m17n.org>
4153         * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
4154         (ccl-untranslated-to-ucs): Fix typo.
4156 2004-06-12  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
4158         * progmodes/python.el (python-open-block-statement-p):
4159         Fix indentation after a block opening that contains a comment.
4161 2004-06-12  J\e,Ai\e(Br\e,At\e(Bme Marant  <jerome@marant.org>  (tiny change)
4163         * bindings.el (completion-ignored-extensions): Add file extensions
4164         of Python byte-compiled files.
4166 2004-06-12  Juri Linkov  <juri@jurta.org>
4168         * info.el (Info-goto-node): Add autoload.
4169         (Info-toc): Add substring-no-properties on Info file name.
4170         (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
4171         (Info-mode-map): Bind L to Info-history, T to Info-toc.
4173 2004-06-12  Kenichi Handa  <handa@m17n.org>
4175         * international/mule-cmds.el (set-language-environment):
4176         Load subst tables if necessary.
4178         * international/mule.el (decode-char): Load subst tables if necessary.
4179         (encode-char): Likewise.
4181         * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
4182         pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
4183         (utf-16le-decode-loop): Set r5 to -1 before loop.
4184         (utf-16be-decode-loop): Likewise.
4185         (ccl-decode-mule-utf-16le): Add EOF processing block.
4186         (ccl-decode-mule-utf-16be): Likewise.
4187         (ccl-decode-mule-utf-16le-with-signature): Likewise.
4188         (ccl-decode-mule-utf-16be-with-signature): Likewise.
4189         (ccl-decode-mule-utf-16): Likewise.  Set r5 to -1 initially.
4190         (ccl-mule-utf-16-encode-untrans): New CCL.
4191         (utf-16-decode-to-ucs): Handle pre-read character.
4192         (utf-16le-encode-loop): Handle surrogate pair.
4193         (utf-16be-encode-loop): Likewise.
4194         (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
4195         of utf-16le-encode-loop.
4196         (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
4197         of utf-16be-encode-loop.
4198         (mule-utf-16-post-read-conversion):
4199         Call utf-8-post-read-conversion at first.
4200         (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
4201         Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
4202         Add post-read-conversion and pre-write-conversion.
4204         * international/utf-8.el (utf-translate-cjk-charsets): New variable.
4205         (utf-translate-cjk-unicode-range): New variable.
4206         (utf-translate-cjk-load-tables): New function.
4207         (utf-lookup-subst-table-for-decode): New function.
4208         (utf-lookup-subst-table-for-encode): New function.
4209         (utf-translate-cjk-mode): Init-value changed to t.  Don't load
4210         tables here.  Update safe-charsets of utf-* coding systems.
4211         (ccl-mule-utf-untrans): New CCL.
4212         (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans.  Use `repeat'
4213         at end of each branch.
4214         (ccl-mule-utf-8-encode-untrans): New CCL.
4215         (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
4216         (ccl-untranslated-to-ucs): Handle 2-byte encoding.  Set r1 to the
4217         length of encoding.  Don't return r0.
4218         (utf-8-compose): New arg hash-table.  Handle 2-byte encoding.
4219         (utf-8-post-read-conversion): Narrow to region properly.
4220         If utf-translate-cjk-mode is on, load tables if necessary.
4221         Call utf-8-compose with hash-table arg if necessary.
4222         Call XXX-compose-region instead of XXX-post-read-convesion.
4223         (utf-8-pre-write-conversion): New function.
4224         (mule-utf-8): Include CJK charsets in safe-charsets if
4225         utf-translate-cjk-mode is on.  Add pre-write-conversion.
4227         * international/characters.el: Temporarily set
4228         utf-translate-cjk-mode to nil.
4230         * language/devan-util.el (devanagari-compose-region):
4231         Add autoload cookie.
4233         * international/ccl.el (ccl-dump-call): Fix printing the
4234         subroutine name.
4236 2004-06-11  Luc Teirlinck  <teirllm@auburn.edu>
4238         * dired.el (dired-revert): If buffer is marked unmodified before
4239         reverting, keep it marked unmodified.
4240         Adapt to new conventions for commenting out code.
4241         (dired-make-relative): Adapt to new conventions for commenting out code.
4243 2004-06-10  Miles Bader  <miles@gnu.ai.mit.edu>
4245         * eshell/esh-module.el (eshell-load-defgroups):
4246         Bind `vc-handled-backends' to nil when opening files.
4248 2004-06-11  Juanma Barranquero  <lektu@terra.es>
4250         * files.el (parse-colon-path, cd): Doc fixes (refer to
4251         `path-separator', not colon).
4253 2004-06-10  Juanma Barranquero  <lektu@terra.es>
4255         * newcomment.el (comment-search-forward)
4256         (comment-search-backward): Fix typos in docstring.
4257         (comment-region): Doc fix.
4259 2004-06-10  Luc Teirlinck  <teirllm@auburn.edu>
4261         * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
4262         switch is no longer stored in `dired-switches-alist'.
4264         * dired-aux.el (dired-insert-subdir): Do not store R switch in
4265         `dired-switches-alist'.
4267 2004-06-10  Kim F. Storm  <storm@cua.dk>
4269         * pcvs.el (cvs-mode-diff-yesterday): New command.
4271         * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
4273 2004-06-10  Juri Linkov  <juri@jurta.org>
4275         * emacs-lisp/edebug.el (edebug-eval-defun):
4276         * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
4277         Fix docstring.
4279         * simple.el (eval-expression-print-format): Don't print additional
4280         information on the first call to `eval-print-last-sexp'.
4281         (next-error-find-buffer): Fix punctuation.
4282         (killing) <defgroup>: Fix punctuation.
4283         (yank-excluded-properties): Change group from editing to killing.
4285         * replace.el (perform-replace): Use `limit' to terminate the
4286         while-loop explicitly.
4288 2004-06-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4290         * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
4291         Use lc-*.xpm as prefix instead of *-locol.xpm.
4293         * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
4294         * toolbar/lc-help.xpm, toolbar/lc-home.xpm
4295         * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
4296         * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
4297         * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
4298         * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
4299         * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
4300         * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
4301         * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
4302         * toolbar/lc-up_arrow.xpm:
4303         Renamed from *-locol.xpm.
4305 2004-06-09  Rajesh Vaidheeswarran  <rv@gnu.org>
4307         * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
4308         include forms like &<str>; as valid url patterns.
4310 2004-06-08  Luc Teirlinck  <teirllm@auburn.edu>
4312         * dired.el (dired-diff, dired-backup-diff)
4313         (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
4314         (dired-do-chown, dired-do-touch, dired-do-print)
4315         (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
4316         (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
4317         (dired-create-directory, dired-do-copy, dired-do-symlink)
4318         (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
4319         (dired-do-copy-regexp, dired-do-hardlink-regexp)
4320         (dired-do-symlink-regexp, dired-upcase, dired-downcase)
4321         (dired-maybe-insert-subdir, dired-next-subdir)
4322         (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
4323         (dired-kill-subdir, dired-tree-up, dired-tree-down)
4324         (dired-hide-subdir, dired-hide-all, dired-show-file-type)
4325         (dired-run-shell-command, dired-query): Remove redundant,
4326         or incorrect, autoloads.
4328         * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
4329         does not end in a slash.  Add optional argument KILL-ROOT.
4330         Update docstring.
4331         (dired-do-touch, dired-clean-directory, dired-run-shell-command)
4332         (dired-query): Add autoloads.
4334 2004-06-08  Daniel Pfeiffer  <occitan@esperanto.org>
4336         * progmodes/compile.el (compilation-set-window-height):
4337         Rearrange the save-* functions because a buffer can have several current
4338         point in different windows.
4339         (compilation-error-regexp-alist-alist): Recognize {standard input}
4340         GNU messages (for gcc --pipe) and more kinds of Oracle messages.
4342 2004-06-08  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4344         * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
4345         * toolbar/help-locol.xpm, toolbar/home-locol.xpm
4346         * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
4347         * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
4348         * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
4349         * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
4350         * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
4351         * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
4352         * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
4353         * toolbar/up_arrow-locol.xpm:
4354         New versions of icons that uses fewer colors.
4356         * toolbar/tool-bar.el (tool-bar-local-item)
4357         (tool-bar-local-item-from-menu): Try to use icons with fewer colors
4358         if display-color-cells is 256 or less.
4360 2004-06-08  Kim F. Storm  <storm@cua.dk>
4362         * wid-edit.el (widget-specify-button): Use hand pointer rather
4363         than mouse-face as visible mouse-over effect.
4365 2004-06-07  Karl Fogel  <kfogel@red-bean.com>
4367         * saveplace.el (save-place-alist-to-file): Bind `print-length'
4368         and `print-level' to nil when writing out `save-place-alist'.
4369         Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
4371 2004-06-07  Juanma Barranquero  <lektu@terra.es>
4373         * completion.el (completion-kill-region): Doc fix.
4375         * format.el (format-insert-annotations)
4376         (format-annotate-location): Doc fixes.
4377         (format-subtract-regions): Make arguments match their use in docstring.
4379         * simple.el (kill-region): Doc fix.
4381         * subr.el (insert-buffer-substring-no-properties)
4382         (insert-buffer-substring-as-yank): Doc fixes.
4384 2004-06-07  Luc Teirlinck  <teirllm@auburn.edu>
4386         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4387         Update docstring.
4388         (dired-reset-subdir-switches): New function.
4390         * dired.el (dired-undo): Call `dired-build-subdir-alist'.
4391         Limit scope of `buffer-read-only' binding.
4393 2004-06-06  Emilio C. Lopes  <eclig@gmx.net>
4395         * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
4396         eshell-explicit-command-char.
4398 2004-06-06  Juanma Barranquero  <lektu@terra.es>
4400         * help-fns.el (help-argument-name): Inherit from italic face only
4401         if the frame supports it.
4403 2004-06-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4405         * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
4406         * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
4407         * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
4408         * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
4409         * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
4410         * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
4411         * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
4412         New conversions from xpm files.
4414         * toolbar/README: New file.
4416 2004-06-06  Richard M. Stallman  <rms@gnu.org>
4418         * isearch.el (isearch-mode-map): Undo previous change.
4420 2004-06-05  Juri Linkov  <juri@jurta.org>
4422         * bindings.el (debug-ignored-errors): Add regexps for history
4423         related messages.  Remove $ from "No further undo information".
4424         Move Ediff's messages to ediff.el.
4426         * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
4428         * cus-edit.el (custom-display): Add `min-colors'.
4430         * custom.el (defface): Add `supports' to docstring.
4432         * help-fns.el (help-argument-name): Add :group 'help.
4434 2004-06-05  Luc Teirlinck  <teirllm@auburn.edu>
4436         * find-dired.el (find-ls-subdir-switches): New user option.
4437         (find-dired): No longer call `abbreviate-file-name' on DIR.
4438         Set `dired-subdir-switches' buffer-locally.
4440         * locate.el: Merge the two `Commentary' sections.
4441         (locate-ls-subdir-switches): New user option.
4442         (locate): Update for other changes.
4443         (locate-mode-map): Restore Dired binding for mouse-2.
4444         Bind `locate-mouse-view-file' to M-mouse-2.
4445         Bind `l' to `locate-do-redisplay'.
4446         (locate-main-listing-line-p, locate-do-redisplay): New functions.
4447         (locate-mouse-view-file, locate-tags, locate-find-directory):
4448         Print message if used outside main listing.
4449         (locate-mode): Update docstring.  Make `*Locate*' buffer read-only.
4450         Various changes to support inserted subdirectories.
4451         (locate-insert-header): Change header of *Locate* buffer.
4453         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
4454         Change interactive default switches.
4455         (dired-rename-subdir-2): Update `dired-switches-alist'.
4456         (dired-insert-subdir, dired-kill-subdir):
4457         Handle `dired-switches-alist'.  Do not mark buffer modified.
4458         (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
4459         (dired-insert-subdir-doinsert): Omit messages.
4460         Handle `dired-subdir-switches'.
4461         (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
4463         * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
4464         (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
4465         subdirs if -R switch is used for a subdir.
4466         (dired-mode): Set `dired-switches-alist'.
4467         (dired-build-subdir-alist): Only print number of directories in
4468         echo area when invoked interactively.
4470 2004-06-05  Lars Hansen  <larsh@math.ku.dk>
4472         * dired-x.el (dired-omit-mode): Rename from
4473         dired-omit-files-p.  Use define-minor-mode to define it.
4474         (dired-omit-files-p): Add as alias for dired-omit-mode.
4475         (dired-omit-toggle): Delete.  Replaced by dired-omit-mode and
4476         dired-mark-omitted.
4477         (dired-mark-omitted): Add.  Bind to M-O.
4479 2004-06-05  Kenichi Handa  <handa@m17n.org>
4481         * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
4483 2004-06-05  Juanma Barranquero  <lektu@terra.es>
4485         * help-fns.el (help-argument-name): Reintroduce face.
4486         (help-default-arg-highlight): Use it, now that
4487         `face-differs-from-default-p' can be trusted.
4489 2004-06-05  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
4491         * textmodes/table.el: Sentence commands added to Point Motion
4492         group; kill and backward-kill commands added to Extraction group.
4494 2004-06-04  Mario Lang  <mlang@delysid.org>
4496         * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
4497         systems appear to use mW, make the code handle this.  Fix a
4498         division-by-zero bug while at it, and handle kernels with
4499         a slightly different layout in /proc/acpi.
4501 2004-06-04  Karl Fogel  <kfogel@red-bean.com>
4503         * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
4504         because the latter is a CL-ism.  This fixes the bug reported by
4505         Shawn Boyette <mdxi@collapsar.net> in
4506         http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
4508 2004-06-04  Miles Bader  <miles@gnu.org>
4510         * faces.el (display-supports-face-attributes-p): Function moved to
4511         C code.  Previously only the tty-related portion of this function
4512         was done in C; however the previous attempt to do a halfway-proper
4513         job for non-tty displays in lisp didn't work properly because of
4514         funny conditions during Emacs startup.
4515         (face-differs-from-default-p): Simplify, now that
4516         display-supports-face-attributes-p works properly on all display
4517         types.  Remove :stipple from comparison; it doesn't really work
4518         in emacs anyway.
4520 2004-06-04  Miles Bader  <miles@gnu.org>
4522         * faces.el (face-differs-from-default-p): Use a different
4523         implementation, so we can really check whether FACE displays
4524         differently or not.
4526 2004-06-04  Miles Bader  <miles@gnu.org>
4528         * faces.el (display-supports-face-attributes-p): Implement a
4529         `different from default' check for non-tty displays.
4531 2004-06-03  David Kastrup  <dak@gnu.org>
4533         * woman.el (woman-mapcan): More concise code.
4534         (woman-topic-all-completions, woman-topic-all-completions-1)
4535         (woman-topic-all-completions-merge): Replace by a simpler and
4536         much faster implementation based on O(n log n) sort/merge instead
4537         of the old O(n^2) behavior.
4539 2004-06-03  Miles Bader  <miles@gnu.org>
4541         * subr.el (read-number): Use canonical format for default in prompt.
4543         * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
4544         Add regexp for " [...]" style defaults.
4546 2004-06-02  Romain Francoise  <romain@orebokech.com>
4548         * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
4549         groups: if the user asks for a hidden buffer, open the
4550         corresponding filter group to expose it.
4552         * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
4553         `ibuffer-jump-to-buffer'.
4554         (ibuffer-jump-offer-only-visible-buffers): New user option.
4556 2004-06-02  Juanma Barranquero  <lektu@terra.es>
4558         * faces.el (frame-update-faces): Add empty docstring so the one
4559         for `ignore' doesn't show through.
4561         * subr.el (process-kill-without-query): Remove spurious "\n" on
4562         obsolescence string.
4563         (focus-frame, unfocus-frame): Add obsolescence declaration and
4564         empty docstring.
4566         * international/mule.el (register-char-codings): Make alias for
4567         `ignore'.  Move docstring to obsolescence info and remove redundancy.
4569 2004-06-02  Kim F. Storm  <storm@cua.dk>
4571         * frame.el (blink-cursor-start): Turn cursor off initially so blink
4572         starts after blink-cursor-delay rather than 2*blink-cursor-delay.
4574 2004-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4576         * comint.el (comint-replace-by-expanded-history-before-point):
4577         Obey `start' as the docstring says.
4578         (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
4579         (comint-update-fence): Prevent font-lock from running unnecessarily.
4580         (comint-dynamic-list-completions): Use with-current-buffer.
4582 2004-06-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4584         * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
4585         (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
4586         (bibtex-entry-update): Handle alternatives and optional fields.
4587         (bibtex-parse-entry): Bugfix, handle empty key.
4589 2004-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4591         * vc-arch.el (vc-arch-state): Don't assume the file exists.
4593 2004-05-31  Lars Hansen  <larsh@math.ku.dk>
4595         * desktop.el (desktop-save): Don't save minor modes without a
4596         known mode initialization function.
4598 2004-05-30  Luc Teirlinck  <teirllm@auburn.edu>
4600         * replace.el (query-replace-interactive): Convert defvar -> defcustom.
4602         * autorevert.el: Update `Commentary' section.
4604 2004-05-30  Juanma Barranquero  <lektu@terra.es>
4606         * dos-fns.el (convert-standard-filename):
4607         * files.el (convert-standard-filename):
4608         * w32-fns.el (convert-standard-filename):
4609         Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
4611 2004-05-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
4613         Sync with Tramp.
4615         * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
4616         (tramp-let-maybe): Move to an earlier spot in the file.
4617         Patch by Andreas Schwab.
4619 2004-05-30  Andreas Schwab  <schwab@suse.de>
4621         * dired.el (dired-get-filename): Don't use dired-re-dot.
4623 2004-05-30  Richard M. Stallman  <rms@gnu.org>
4625         * files.el (find-file): Doc fix.
4627         * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
4629 2004-05-30  Nick Roberts  <nickrob@gnu.org>
4631         * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
4632         (gdb-locals-mode, gdb-frame-handler): Display current frame in the
4633         modeline of the locals buffer.
4634         (gdb-goto-breakpoint): Handle gdbmi.
4635         (gdb-get-frame-number): Change for gdbmi.
4637 2004-05-30  Michael Albinus  <michael.albinus@gmx.de>
4639         * files.el (file-remote-p): Apply file name handler for operation
4640         `file-remote-p'.  It isn' a property any longer.
4641         (file-relative-name): `fh' and `fd' get the required value via
4642         `find-file-name-handler' already.
4644         * ange-ftp.el (ange-ftp-file-remote-p): New defun.
4645         (top): Remove setting of `file-remote-p' property for
4646         `ange-ftp-hook-function'.  Add `ange-ftp' property to `file-remote-p'.
4648 2004-05-29  Michael Albinus  <michael.albinus@gmx.de>
4650         Version 2.0.41 of Tramp released.
4652         * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
4653         Throw away if process has died.
4654         Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
4655         (tramp-out-of-band-prompt-regexp): Rename to
4656         `tramp-process-alive-regexp', because its usage is widen.
4657         (tramp-actions-copy-out-of-band): Apply it.
4658         (tramp-actions-before-shell, tramp-multi-actions):
4659         Add `tramp-action-process-alive' action.
4660         (tramp-action-process-alive): New defun.
4661         (tramp-file-name-handler-alist, tramp-file-name-for-operation):
4662         Add entry for `file-remote-p'.
4663         (tramp-handle-file-remote-p): New defun.
4664         (top): Remove setting of `file-remote-p'.  Don't set
4665         `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
4667         * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
4668         `file-remote-p'.
4670         * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
4671         counted for (last) line.  [They should or they shouldn't?  --Stef]
4672         Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
4674 2004-05-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
4676         * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
4677         not really necessary but seems to keep the shell history smaller
4678         in some cases.  It is no substitute for setting HISTFILE and
4679         HISTSIZE from tramp-open-connection-setup-interactive-shell,
4680         though.  Suggested by Luc Teirlinck.
4681         (tramp-open-connection-setup-interactive-shell): Export variables
4682         HISTFILE and HISTSIZE, do not just set them.  From Luc Teirlinck.
4683         (tramp-set-process-query-on-exit-flag): New compat function.
4684         (tramp-open-connection-multi, tramp-open-connection-su)
4685         (tramp-open-connection-rsh, tramp-open-connection-telnet)
4686         (tramp-do-copy-or-rename-file-out-of-band): Use it.
4687         (tramp-let-maybe): New macro, let-binds a variable only if it
4688         isn't obsolete.
4689         (tramp-check-ls-commands, tramp-handle-expand-file-name)
4690         (tramp-handle-file-truename): Use it.
4691         (tramp-completion-file-name-regexp-unified): Avoid matching
4692         filenames starting with "/:" -- those are reserved for
4693         file-name-non-special.
4695         * tramp-smb.el (tramp-smb-open-connection):
4696         Use tramp-set-process-query-on-exit-flag compat function.
4698 2004-05-29  Richard M. Stallman  <rms@gnu.org>
4700         * net/browse-url.el (browse-url-interactive-arg): Doc fix.
4702         * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
4703         (eval-last-sexp-print-value): Print char equivalent regardless
4704         of standard-output value.
4706         * thumbs.el (thumbs-subst-char-in-string): Delete.
4707         (thumbs-thumbname): Use subst-char-in-string.
4708         (thumbs-resize-image): Use condition-case, not ignore-errors.
4709         (thumbs-kill-buffer): Likewise.
4711         * thumbs.el: Don't include cl.  Don't bother with old Emacs versions.
4712         (thumbs-mode): Make buffer read-only.
4713         (thumbs-make-thumb): Unconditionally accept an existing file.
4714         (thumbs-insert-thumb): Add thumb-image-file property to the image.
4715         (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
4716         (thumbs-show-thumbs-list): Error if images not supported.
4717         (thumbs-save-current-image): Improve prompt string.
4718         (thumbs-mode-map): Define u, R, x.
4719         (thumbs-unmark): New command.
4720         (thumbs-emboss-image): Minor cleanup.
4721         (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
4722         (thumbs-rename-images): New command.
4723         (thumbs-show-image-num): Rewrite.  Don't rename the buffer.
4725         * thumbs.el (thumbs-current-image): New function.
4726         (thumbs-file-list, thumbs-file-alist): New functions.
4727         (thumbs-find-image): Delete arg L.
4728         Don't set up thumbs-fileL as buffer-local global var.
4729         (thumbs-find-image-at-point): Use thumbs-current-image.
4730         (thumbs-set-image-at-point-to-root-window): Likewise.
4731         (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
4732         Record and warn about errors.  Update thumbs-markedL for deletions.
4733         (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
4734         (thumbs-redraw-buffer): Use thumbs-file-list.
4735         (thumbs-mark): Use thumbs-current-image.
4736         (thumbs-show-name): Use thumbs-current-image.
4738         * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
4739         and imenu--last-menubar-index-alist.
4741         * subr.el (with-selected-window): Undo previous change.
4743 2004-05-29  John Paul Wallington  <jpw@gnu.org>
4745         * thumbs.el (thumbs-show-name): Do nothing if no image at point.
4746         (thumbs-mouse-find-image): New command.
4747         (thumbs-mode-map): Bind it to mouse-2.
4748         (thumbs-mode): Make mode-class special.
4749         (thumbs-view-image-mode): Likewise.
4751 2004-05-29  Pavel Kobiakov  <pk_at_work@yahoo.com>
4753         * flymake.el: New file.
4755 2004-05-28  Luc Teirlinck  <teirllm@auburn.edu>
4757         * files.el (find-file-noselect-1): Do not bind
4758         `inhibit-read-only' to t during execution of
4759         `find-file-not-found-functions'.
4761 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4763         * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
4764         * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
4766 2004-05-28  Juri Linkov  <juri@jurta.org>
4768         * simple.el (eval-expression-print-format): New fun.
4770         * simple.el (eval-expression):
4771         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
4772         * emacs-lisp/edebug.el (edebug-compute-previous-result)
4773         (edebug-eval-expression): Print additionally the value returned by
4774         `eval-expression-print-format'.
4776         * emacs-lisp/lisp.el (insert-pair-alist): New var.
4777         (insert-pair): Make arguments optional.  Find character pair
4778         from `insert-pair-alist' according to the last input event.
4779         (insert-parentheses): Make arguments optional.
4780         (raise-sexp, delete-pair): New funs.
4782         * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
4783         (emacs-lisp-mode-map, lisp-interaction-mode-map):
4784         Bind C-M-q to `indent-pp-sexp'.
4786         * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
4787         `pp-to-string' modified to be able to format text with newlines.
4788         (pp-to-string): Move the buffer-formatting part of the code to
4789         `pp-buffer'.  Call `pp-buffer'.
4791         * info.el (Info-desktop-buffer-misc-data): Don't save information
4792         about virtual files.
4793         (Info-restore-desktop-buffer): Restore Info buffers in prepared
4794         buffers with names obtained from the desktop file instead of the
4795         default *info* buffer.
4797 2004-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4799         * subr.el (with-selected-window): Only save/restore the selected window.
4801         * progmodes/compile.el (compilation-error-regexp-alist):
4802         Use expand-file-name and data-directory.
4804         * progmodes/grep.el (grep-tree): Rework previous fix.
4806         * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
4807         after the user marked text with the mouse.
4809         * startup.el (command-line): Keep the first regexp of
4810         auto-save-file-name-transforms intact.
4812 2004-05-28  Juanma Barranquero  <lektu@terra.es>
4814         * cus-edit.el (customize-face, customize-face-other-window)
4815         (custom-face-edit-delete): Make arguments match their use in
4816         docstring.
4817         (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
4818         docstring.
4820         * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
4821         not `cvs-butlast'.
4823         * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
4824         `nbutlast' are in subr.el).
4826         * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
4827         (set-w32-system-coding-system): Doc fixes.
4829         * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
4830         (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
4831         Make arguments match their use in docstring.
4832         (artist-draw-region-trim-line-endings)
4833         (artist-mouse-choose-operation): Fix typo in docstring.
4834         (artist-key-set-point-common): Doc fix.
4836 2004-05-28  Simon Josefsson  <jas@extundo.com>
4838         * mail/smtpmail.el (smtpmail-open-stream):
4839         Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
4841 2004-05-26  Simon Josefsson  <jas@extundo.com>
4843         * starttls.el: Merge with my GNUTLS based starttls.el.
4844         (starttls-gnutls-program, starttls-use-gnutls)
4845         (starttls-extra-arguments, starttls-process-connection-type)
4846         (starttls-connect, starttls-failure, starttls-success): New variables.
4847         (starttls-program, starttls-extra-args): Doc fix.
4848         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
4849         (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
4850         and pass on to corresponding *-gnutls function if it is set.
4852 2004-05-27  Luc Teirlinck  <teirllm@auburn.edu>
4854         * autorevert.el (auto-revert-handler): Disable auto-reverting of
4855         remote files.
4857 2004-05-27  Michael Albinus  <michael.albinus@gmx.de>
4859         * files.el (file-name-non-special): There are more operations
4860         which need handling: `find-backup-file-name',
4861         `insert-file-contents', `verify-visited-file-modtime',
4862         `write-region'.  Rename t value of method to `add'.  Add new
4863         methods `quote' and `unquote-then-quote' to file-arg-indices.
4865 2004-05-25  Juri Linkov  <juri@jurta.org>
4867         * info.el (Info-toc): Call Info-mode on intermediate buffer.
4868         (Info-index-nodes): Enclose code in condition-case to catch errors.
4869         (Info-index-node): Don't search all index nodes if request is only
4870         for the current node and file is not in the cache of index nodes.
4871         (Info-mode-map): Bind Info-copy-current-node-name to `w'
4872         for consistency with dired-copy-filename-as-kill.
4873         Bind `S' to Info-search-case-sensitively.
4874         (Info-copy-current-node-name): New arg.  With zero prefix arg put
4875         the name inside a function call to `info'.  Display copied text in
4876         the echo area.
4878 2004-05-25  Sam Steingold  <sds@gnu.org>
4880         * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
4881         strip the package prefix from the symbol name, if any.
4882         Make it the `find-tag-default-function' for `lisp-mode'.
4884 2004-05-25  John Paul Wallington  <jpw@gnu.org>
4886         * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
4887         instead of obsolete `process-kill-without-query'.
4889         * textmodes/texinfmt.el (texinfo-indexvar-alist):
4890         Declare as variable, not constant.
4892 2004-05-25  Luc Teirlinck  <teirllm@auburn.edu>
4894         * files.el (find-file-noselect-1): Fix bug introduced by
4895         Revision 1.694.  As a side effect, `inhibit-read-only'
4896         is again, by default, t during execution of
4897         `find-file-not-found-functions'.
4898         (insert-directory): Check that lines were really inserted by
4899         the --dired switch, before erasing them.
4901 2004-05-24  Nick Roberts  <nickrob@gnu.org>
4903         * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
4904         (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
4905         (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
4906         (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
4907         gud-minor-mode (gdbmi).
4909 2004-05-24  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
4911         * net/browse-url.el (browse-url-interactive-arg): Enable user to
4912         explicitly select the text to be taken as URL.
4914 2004-05-23  Juri Linkov  <juri@jurta.org>
4916         * info.el (Info-index-nodes): New var and fun.
4917         (Info-goto-index, Info-index, info-apropos)
4918         (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
4919         (Info-index): Fix docstring.  Store and restore Info-history-list.
4920         (Info-complete-nodes): New var.
4921         (Info-complete-menu-item): Use it.
4922         (Info-index-node): New fun.
4923         (Info-final-node, Info-forward-node, Info-backward-node)
4924         (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
4925         Use Info-index-node.
4926         (Info-extract-menu-item, Info-extract-menu-counting): Set second
4927         arg of `Info-extract-menu-node-name' to non-nil for index nodes.
4928         (Info-find-node-2): If a node with period in its name not found,
4929         try to find a node without the name part after period.
4930         (Info-select-node): Call Info-fontify-node only if
4931         Info-fontify-maximum-menu-size is not nil.
4932         (info-apropos): Set Info-fontify-maximum-menu-size to nil.
4933         (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
4934         Preserve Info-history-list.
4935         (Info-toc): Set Info-current-file.
4936         (Info-build-toc): Move point to the beginning of the buffer.
4937         Add main-file variable.
4938         (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
4939         Use backslashed representation of the control character ^_.
4941         * textmodes/texinfmt.el (texinfo-print-index): Print index line
4942         numbers in the new Texinfo 4.7 format.
4944         * add-log.el (change-log-font-lock-keywords): Remove `:' from
4945         regexps for function and variable names.
4947         * descr-text.el (describe-property-list): Add [show] button for
4948         `syntax-table' property with action to pp to a separate buffer.
4949         (describe-char): Replace search-forward by re-search-forward with
4950         whitespace regexp after "character:" to not fail in too narrow windows.
4952         * simple.el (next-error-find-buffer): Add a rule to return
4953         next-error capable buffer if one window on the selected frame
4954         displays such buffer.
4956 2004-05-23  Nick Roberts  <nickrob@gnu.org>
4958         * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
4959         (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
4960         (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
4961         (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
4962         (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
4963         Handle new value for gud-minor-mode (gdbmi).
4964         (gdb-buffer-type, gdb-input-queue, gdb-prompting)
4965         (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
4966         Change from local to global gdb variable set.
4967         (gdb-ann3): Initialise above gdb variable set.
4968         (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
4969         (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
4970         (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
4971         (gdb-stopped, gdb-post-prompt, gdb-concat-output)
4972         (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
4973         (gdb-info-locals-handler, gdb-invalidate-assembler)
4974         (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
4975         set as global variables.
4976         (gdb-get-create-buffer): Don't make gud-comint buffer-local.
4977         Handle gdbmi.
4978         (gdb-info-breakpoints-custom): Fix regexp.
4979         (def-gdb-var): Delete.
4981         * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
4982         (gud-speedbar-buttons, gud-sentinel, gud-display-line)
4983         (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4984         a new mode.  The file (gdb-mi.el) for this mode will be included
4985         with the GDB distribution (6.2 onwards) and will use GDB/MI as its
4986         primary interface.
4988 2004-05-23  Jesper Harder  <harder@ifa.au.dk>
4990         * progmodes/grep.el (grep-tree): Ensure that DIR argument is
4991         interpreted as a directory.
4993 2004-05-22  Richard M. Stallman  <rms@gnu.org>
4995         * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
4996         as a close quote.
4998         * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
5000         * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
5001         Use assoc-string, not assoc-ignore-case.
5003         * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
5005         * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
5006         If moving back then fwd gets a defun that ends before point,
5007         try again moving fwd then back.
5009         * files.el (file-name-non-special): Allow t in file-arg-indices
5010         to mean requote the return value.  Use `identity' as an element
5011         rather than as the whole value.
5013         * gs.el (gs-options): Add -dSAFER.  Mark it risky.
5015 2004-05-22  Juanma Barranquero  <lektu@terra.es>
5017         * help-fns.el (help-add-fundoc-usage): Use %S only for output of
5018         `help-make-usage'.
5019         (help-highlight-arguments): Skip function name before searching
5020         for arguments.
5022 2004-05-21  Juanma Barranquero  <lektu@terra.es>
5024         * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
5025         Don't mention in the docstring these arguments meant for
5026         internal (recursive) use only.
5027         (allout-char-spec): Comment out (it's not implemented).
5028         (allout-old-expose-topic, allout-exposure): Fix docstring and add
5029         obsolescence declaration.
5030         (allout-flatten-exposed-to-buffer)
5031         (allout-indented-exposed-to-buffer): Fix typos in docstring.
5032         (my-mark-marker): Doc fix.
5033         (produce-allout-mode-map, allout-sibling-index)
5034         (allout-isearch-expose, allout-distinctive-bullet)
5035         (allout-open-topic, allout-reindent-body)
5036         (allout-rebullet-heading, allout-process-exposed)
5037         (allout-insert-listified, allout-latex-verb-quote)
5038         (allout-insert-latex-header, allout-insert-latex-trailer):
5039         Make arguments match their use in docstring.
5040         (allout-primary-bullet, allout-old-style-prefixes)
5041         (allout-inhibit-protection, allout-init, allout-mode)
5042         (allout-before-change-protect, allout-flag-region):
5043         Use "Emacs" instead of "emacs" in docstrings.
5045 2004-05-21  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
5047         * international/characters.el: Modify syntax of more characters.
5049 2004-05-21  Masatake YAMATO  <jet@gyve.org>
5051         * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
5052         (etags-tags-completion-table): Show parsing progress.
5054 2004-05-20  Luc Teirlinck  <teirllm@auburn.edu>
5056         * locate.el (locate-prompt-for-command): Shorten first line of
5057         docstring.
5058         (locate-mode): Expand docstring and include keymap summary.
5060         * files.el (find-file-noselect-1): Limit the scope of the
5061         `inhibit-read-only' binding.  Make sure that `inhibit-read-only'
5062         is, by default, nil during the execution of
5063         `find-file-not-found-functions' and `find-file-hook'.
5065 2004-05-20  Michael Mauger  <mmaug@yahoo.com>
5067         * facemenu.el (facemenu-color-name-equal): New function.
5068         (list-colors-display): Use it to compare colors instead of
5069         facemenu-color-equal.
5071 2004-05-20  Dan Nicolaescu  <dann@ics.uci.edu>
5073         * compare-w.el (compare-windows-face): Use min-colors instead of
5074         checking for tty or pc types.
5076 2004-05-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5078         * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
5079         (completion-setup-function): Use with-current-buffer.
5080         Properly save excursion.  Simplify.
5081         Don't assume there is necessarily a `mouse-face' property somewhere.
5083         * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
5085         * progmodes/gdb-ui.el (gdb-reset): Use unless.  Fix regexp.
5087         * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
5088         (byte-compile-log-1): Don't call (byte-goto-log-buffer).
5089         Use with-current-buffer.
5090         (byte-goto-log-buffer): Delete.
5091         (byte-compile-log-file): Call compilation-forget-errors.
5093 2004-05-19  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
5095         * net/ldap.el (ldap-search-internal): Avoid mixing standard error
5096         output messages into the search result.
5098 2004-05-19  Masatake YAMATO  <jet@gyve.org>
5100         * wid-edit.el (widget-radio-button-notify): Revert my last
5101         change.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
5103 2004-05-19  Kenichi Handa  <handa@m17n.org>
5105         * international/characters.el: Fix syntax (open/close) of CJK chars.
5107 2004-05-18  Karl Chen  <quarl@hkn.eecs.berkeley.edu>  (tiny change)
5109         * help-mode.el (help-go-back): Don't depend on position of back button.
5111 2004-05-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5113         * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
5114         files files don't contain an accidental additional /.
5116         * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
5117         in source buffer.
5119 2004-05-18  Masatake YAMATO  <jet@gyve.org>
5121         * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
5122         to widget-apply.  :action method assumes 2 arguments, not 3.
5124 2004-05-17  Glenn Morris  <gmorris@ast.cam.ac.uk>
5126         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
5127         New constants.
5128         (hs-special-modes-alist): Add an f90-mode entry.
5130 2004-05-17  Sam Steingold  <sds@gnu.org>
5132         * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
5133         Indent "without-" forms just like "with-" and "do-".  Use regexp-opt.
5135 2004-05-16  Kim F. Storm  <storm@cua.dk>
5137         * emacs-lisp/timer.el (timer-event-handler): Fix last change.
5139 2004-05-15  John Wiegley  <johnw@newartisans.com>
5141         * eshell/esh-io.el (eshell-get-target): Whitespace changes.
5142         (eshell-output-object-to-target): Improve output speed 20% by not
5143         calling `eshell-stringify' if something is already known to be a string.
5145 2004-05-15  Alex Ott  <ott@jet.msk.su>
5147         * textmodes/ispell.el (ispell-local-dictionary-alist):
5148         Add windows-1251 to the choice of coding systems.
5149         (ispell-dictionary-alist-6): Add support for "russianw.aff",
5150         encoded in cp1251.
5152 2004-05-15  Dan Nicolaescu  <dann@ics.uci.edu>
5154         * progmodes/compile.el (compilation-warning-face)
5155         (compilation-info-face): Use min-colors.
5157 2004-05-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5159         * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
5160         * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
5161         * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
5162         * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
5163         * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
5164         * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
5165         * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
5166         * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
5167         * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
5168         * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
5169         * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
5170         * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
5171         * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
5172         * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
5174 2004-05-15  Kim F. Storm  <storm@cua.dk>
5176         * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
5177         Use it to set triggered-p element of timer.
5178         (timer-event-handler): Set triggered-p element non-nil while running
5179         the timer function.
5181 2004-05-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5183         * descr-text.el (describe-char-unicode-data)
5184         (describe-char-unicodedata-file): Re-enable the unicode code now that
5185         the licensing issues have been cleared in the unicode-4 license.
5186         (describe-text-properties-1): Remove unused `overlay' var.
5187         (describe-char): Remove unused var `buffer'.
5189 2004-05-14  David Ponce  <david@dponce.com>
5191         * tree-widget.el: New file.
5193 2004-05-13  Marcelo Toledo  <marcelo@marcelotoledo.org>
5195         * language/european.el ("Brazilian Portuguese"): Add support for
5196         Brazilian Portuguese.
5198 2004-05-13  John Wiegley  <johnw@newartisans.com>
5200         * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
5201         `recentf-mode' if this variable has been customized to t.
5203         * eshell/esh-test.el (eshell-test): Call the function
5204         `emacs-version' rather than trying to build a custom version string.
5206 2004-05-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5208         * net/telnet.el (telnet-mode): Use define-derived-mode.
5209         Don't modify the global value of comint-prompt-regexp.
5211 2004-05-13  John Paul Wallington  <jpw@gnu.org>
5213         * version.el (emacs-version): Check for `gtk' feature before
5214         `x-toolkit' feature.
5216 2004-05-13  Juanma Barranquero  <lektu@terra.es>
5218         * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
5219         arguments in the docstring, they're used only in recursive calls.
5221         * help-fns.el (help-arg-highlighting-function)
5222         (help-argument-name): Delete.
5223         (help-default-arg-highlight): New function.
5224         (help-do-arg-highlighting): Use it.
5226 2004-05-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
5228         * calendar/appt.el (appt-disp-window):
5229         Use `calendar-set-mode-line' for a centered mode-line.
5231 2004-05-13  Takaaki Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
5233         * calendar/appt.el (appt-disp-window): Do not split window
5234         excessively when `split-height-threshold' is low.
5236 2004-05-12  Nick Roberts  <nickrob@gnu.org>
5238         * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
5239         kill-buffer-hook here and make it local.
5240         (gud-kill-buffer-hook): Use kill-process for a sure kill.
5242 2004-05-12  Daniel Pfeiffer  <occitan@esperanto.org>
5244         * progmodes/compile.el (compilation-set-window-height):
5245         Use save-excursion to protect against misplaced marker.
5247 2004-05-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5249         * custom.el (defface): Document that type can have value gtk.
5251         * faces.el (face-spec-set-match-display): Handle type gtk in display.
5253 2004-05-12  Kenichi Handa  <handa@m17n.org>
5255         * descr-text.el: Require quail at comile time.
5256         (describe-char): If an input method is on and it supports the
5257         character, show how to input it.
5259         * international/quail.el (quail-install-decode-map): Accept a
5260         char-table whose subtype is `quail-decode-map'.
5261         (quail-store-decode-map-key, quail-gen-decode-map1)
5262         (quail-gen-decode-map, quail-find-key1, quail-find-key)
5263         (quail-show-key): New functions.
5265 2004-05-12  Juanma Barranquero  <lektu@terra.es>
5267         * generic.el (define-generic-mode): Remove redundant arglist info.
5269         * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
5270         Make arguments match their use in docstring.
5271         (help-arg-highlighting-function): New variable.
5272         (help-argument-name): Mention it in the docstring.
5273         (help-do-arg-highlight): Use it.  Expand regexp to accept also
5274         ARG-xxx and xxx-ARG references.
5276 2004-05-11  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny change)
5278         * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
5279         parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
5280         and "mailto:addr1?to=addr2" equal.
5282 2004-05-11  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
5284         * man.el (Man-getpage-in-background): Use shell-file-name
5285         and shell-command-switch variables instead of hard-coded values.
5287 2004-05-11  Eli Zaretskii  <eliz@gnu.org>
5289         * iimage.el: New file.
5291 2004-05-11  Juanma Barranquero  <lektu@terra.es>
5293         * custom.el (custom-initialize-default, defcustom):
5294         Fix typo in docstring.
5296         * files.el (set-visited-file-name, file-expand-wildcards):
5297         Fix docstring.
5299 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5301         * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
5303         * subr.el (eventp): Be more discriminating with integers.
5305 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
5307         * progmodes/compile.el (compile): Add universal prefix arg.
5308         (compilation-error-regexp-alist-alist): Add edg patterns.
5310 2004-05-10  Sam Steingold  <sds@gnu.org>
5312         * textmodes/ispell.el (ispell-message):
5313         Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
5315 2004-05-10  Dave Love  <fx@gnu.org>
5317         * progmodes/python.el (help-buffer): Autoload when compiling.
5318         (python-after-info-look): Don't assume Info-goto-node returns non-nil.
5319         (run-python): Prepend to any existing PYTHONPATH.
5321 2004-05-10  Nick Roberts  <nick@nick.uklinux.net>
5323         * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
5324         for pending breakpoints.
5326 2004-05-10  Richard M. Stallman  <rms@gnu.org>
5328         * mail/unrmail.el (unrmail): Mostly rewritten.  Parses the file
5329         directly without calling any functions in Rmail.
5330         (unrmail-unprune): Function deleted.
5332 2004-05-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5334         * progmodes/python.el (inferior-python-mode-map): Remove erroneous
5335         C-c C-z binding.
5337 2004-05-10  Kenichi Handa  <handa@m17n.org>
5339         * descr-text.el (describe-char): Fix previous change.  Don't make
5340         a unibyte character to multibyte in the *Help* buffer.
5342 2004-05-10  Miles Bader  <miles@gnu.org>
5344         * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
5345         buffer an error if the debugger process is actually running.
5347 2004-05-10  Juanma Barranquero  <lektu@terra.es>
5349         * help-fns.el (help-argument-name): Default to italic.
5350         (help-highlight-arguments): Return always (usage . doc), even when
5351         usage is nil.
5353         * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
5354         (define-ibuffer-filter): Add usage info.
5355         (define-ibuffer-op): Add usage info (but CL-style defaults for
5356         keyword args are not shown).
5358         * subr.el (remove-overlays, read-passwd): Fix docstring.
5359         (start-process-shell-command): Fix docstring.  Put usage info in a
5360         format usable by `describe-function'.
5361         (open-network-stream, open-network-stream-nowait)
5362         (open-network-stream-server): Fix docstring.
5364 2004-05-09  Jason Rumney  <jasonr@gnu.org>
5366         * international/code-pages (cp932, cp936, cp949, c950): Remove.
5367         Only define cp125* if windows-125* is already defined.
5369         * language/korean.el (cp949): Add alias.
5371         * language/chinese.el (cp936, cp950): Add aliases.
5373         * language/japanese.el (cp932): Add alias.
5375         * term/w32-win.el: Require code-pages.
5377         * international/mule-cmds.el (set-locale-environment):
5378         On MS-Windows use ansi code-page for default coding-systems.
5379         Set up paper sizes for Windows 3 letter languages.
5381         * international/code-pages.el (cp932, cp936, cp949, cp950):
5382         Add aliases.  Also add cp125* if not already defined.
5384 2004-05-09  Juanma Barranquero  <lektu@terra.es>
5386         * help-fns.el (help-highlight-arguments): Don't try to highlight
5387         missing or autoloaded arglists.  Accept structured arguments, like
5388         the first ones of `do' and `flet'.
5390         * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
5391         (cvs-get-marked): Remove redundant arglist info.
5393         * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
5394         Don't use CL-style default args.
5396 2004-05-08  Andreas Schwab  <schwab@suse.de>
5398         * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
5400         * international/subst-ksc.el: Fix references to utf-translate-cjk
5401         into utf-translate-cjk-mode.
5402         * international/subst-big5.el: Likewise.
5403         * international/subst-gb2312.el: Likewise.
5404         * international/subst-jis.el: Likewise.
5405         * international/utf-16.el: Likewise.
5406         * international/utf-8.el: Likewise.
5408 2004-05-08  John Wiegley  <johnw@newartisans.com>
5410         * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
5411         "virtual buffers" (off by default), which makes it possible to
5412         switch to the "virtual" buffers of recently visited files.  When a
5413         buffer name search fails, and this option is on, iswitchb will
5414         look at the list of recently visited files, and permit matching
5415         against those names.  When the user hits RET on a match, it will
5416         revisit that file.
5417         (iswitchb-read-buffer): Add two optional arguments, which makes
5418         isearchb.el possible.
5419         (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
5420         (iswitchb-next-match): Add support for virtual buffers.
5422         * isearchb.el: This module extends iswitchb to provide "as you
5423         type" buffer selection.
5425         * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
5426         Ignore the read-only property when flyspell highlighting is on.
5427         Not ignoring it leads to a series of confusing errors.
5428         (flyspell-highlight-duplicate-region): Ignore read-only, as above,
5429         but also make sure to call flyspell-incorrect-hook.
5430         (flyspell-maybe-correct-transposition): Perform transposition test
5431         by bit twiddling a string, rather than using a temp buffer.
5432         (flyspell-maybe-correct-doubling): Use a string rather than a temp
5433         buffer.  This is also the original version of the code, which
5434         could not be checked in before due to a previous lack of
5435         assignment papers.  This version has seen heavy usage on my system
5436         for several years now.
5438         * calendar/cal-bahai.el: New file, which adds support for the
5439         Baha'i calendar to Emacs.  This calendar is based on a solar year
5440         of 19 months of 19 days, with 4 intercalary days.  Each year
5441         begins on March 21, with the calendar starting in 1844.
5443         * calendar/cal-menu.el, calendar/calendar.el,
5444         calendar/diary-lib.el, calendar/holidays.el: Added support for
5445         using cal-bahai.el.
5447         * eshell/em-glob.el (eshell-glob-initialize): Move initialization
5448         of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
5449         function can be used outside of eshell buffers.
5450         (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
5452 2004-05-08  Juanma Barranquero  <lektu@terra.es>
5454         * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
5455         word constituent so FOO-ARG is not recognized as an arg.
5456         (help-highlight-arguments): Don't skip lists in mandatory arguments.
5458         * simple.el (next-error): Fix typo in docstring.
5459         (open-line): Make argument names match their use in docstring.
5460         (split-line): Fix docstring.
5462         * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
5463         usable by `describe-function'.
5464         (gensym, gentemp, typep, ignore-errors): Make argument names match
5465         their use in docstring.
5467         * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
5468         argument to `help-setup-xref'.
5470 2004-05-07  Kai Grossjohann  <kai@emptydomain.de>
5472         Version 2.0.40 of Tramp released.
5474         * net/tramp.el (tramp-completion-mode, tramp-md5-function):
5475         Use symbol-function to invoke functions only known on some Emacs
5476         flavors.  This avoids byte-compiler warnings.  Reported by Kevin
5477         Scaldeferri <kevin@scaldeferri.com>.
5478         (tramp-do-copy-or-rename-file-via-buffer): Rename from
5479         tramp-do-copy-or-rename-via-buffer (without `file'), to make it
5480         consistent with the other tramp-do-* functions.
5481         (tramp-do-copy-or-rename-file): Calls adjusted.
5482         (tramp-process-initial-commands): Avoid liveness check on shell --
5483         we know that it must be alive since we're opening a connection at
5484         this moment.
5485         (tramp-last-cmd): New internal variable.
5486         (tramp-process-echoes): New tunable.
5487         (tramp-send-command): Set tramp-last-cmd.
5488         (tramp-wait-for-output): Delete echo, if applicable.
5489         (tramp-read-passwd): Construct the key for the password cache in a
5490         way that works for multi methods, too.
5491         (tramp-bug): Add backup-directory-alist and
5492         bkup-backup-directory-info to bug reports, with Tramp counterparts.
5494 2004-05-07  Michael Albinus  <michael.albinus@gmx.de>
5496         * net/tramp*.el: Suppress byte-compiler warnings where possible.
5498         * net/tramp.el (tramp-out-of-band-prompt-regexp)
5499         (tramp-actions-copy-out-of-band): New defcustoms.
5500         (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
5501         used instead of a synchronous one.  Allows password entering.
5502         (tramp-action-out-of-band): New defun.
5503         (tramp-open-connection-rsh, tramp-method-out-of-band-p):
5504         Remove restriction with password from doc string.
5505         (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
5506         `tramp-out-of-band-prompt-regexp',
5507         `tramp-actions-copy-out-of-band', `password-cache' and
5508         `password-cache-expiry'.
5509         (toplevel): Remove todo item wrt ssh-agent.  Obsolete due to
5510         password caching.
5511         (tramp-touch): FILE can be a local file, too.
5512         (TODO): Remove items done.
5513         (tramp-handle-insert-directory): Properly quote file name also if
5514         not full-directory-p.  Handle wildcard case.  Reported by Andreas
5515         Schwab <schwab@suse.de>.
5516         (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
5517         new file.
5518         (tramp-handle-file-local-copy, tramp-handle-write-region):
5519         The permissions of the temporary file are set if filename exists.
5520         Reported by Ted Stern <stern@cray.com>.
5521         (tramp-backup-directory-alist)
5522         (tramp-bkup-backup-directory-info): New defcustoms.
5523         (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
5524         (tramp-handle-find-backup-file-name): New function.
5525         Implements Tramp's find-backup-file-name.
5527         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
5528         for `find-backup-file-name'.
5530         * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
5531         ("file" -> "filename").  Reported by Kim F. Storm <storm@cua.dk>.
5533 2004-05-07  Lars Hansen  <larsh@math.ku.dk>
5535         * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
5537 2004-05-07  Juanma Barranquero  <lektu@terra.es>
5539         * subr.el (lambda): Add arglist description to docstring.
5540         (declare): Fix typo in docstring.
5541         (open-network-stream): Fix docstring.
5542         (process-kill-without-query): Fix docstring and add obsolescence info.
5543         (last, butlast, nbutlast): Make arguments match their use in docstring.
5544         (insert-buffer-substring-no-properties): Likewise.
5545         (insert-buffer-substring-as-yank): Likewise.
5546         (split-string): Fix docstring.
5548         * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
5549         Make argument names match their use in docstring.
5551         * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
5553 2004-05-06  Nick Roberts  <nickrob@gnu.org>
5555         * progmodes/gdb-ui.el: Improve/extend documentation strings.
5556         Fit first sentence on one line for apropos-command.
5558 2004-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
5560         Changes largely merged in from Dave Love's code.
5561         * progmodes/python.el: Doc fixes.
5562         (python-mode-map): Add python-complete-symbol.
5563         (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
5564         (python-comment-indent, python-complete-symbol)
5565         (python-symbol-completions, python-partial-symbol)
5566         (python-try-complete): New.
5567         (python-indent-line): Remove optional arg.  Use python-block-end-p.
5568         (python-check): Bind compilation-error-regexp-alist.
5569         (inferior-python-mode): Use rx.  Move keybindings to top level.
5570         Set comint-input-filter.
5571         (python-preoutput-filter): Use rx.
5572         (python-input-filter): Re-introduce.
5573         (python-proc): Start new process if necessary.
5574         Check python-buffer non-nil.
5575         (view-return-to-alist): Defvar.
5576         (python-send-receive): New.
5577         (python-eldoc-function): Use it.
5578         (python-mode-running): Don't defvar.
5579         (python-mode): Set comment-indent-function.
5580         Maybe update hippie-expand-try-functions-list.
5581         (python-indentation-levels): Initialize differently.
5582         (python-block-end-p): New.
5583         (python-indent-line): Use it.
5584         (python-compilation-regexp-alist): Augment.
5585         (run-python): Import `emacs' module to Python rather than loading
5586         code directly.  Set python-buffer differently.
5587         (python-send-region): Use emacs.eexecfile.  Fix orig-start calculation.
5588         Use python-proc.
5589         (python-send-command): Go to end of comint buffer.
5590         (python-load-file): Use python-proc, emacs.eimport.
5591         (python-describe-symbol): Simplify interactive form.
5592         Use emacs.help.  Do use temp-buffer-show-hook.
5593         Call print-help-return-message.
5594         (hippie-exp): Require when compiling.
5595         (python-preoutput-continuation): Use rx.
5597         * diff-mode.el (diff-make-unified): Fix regexp.
5599 2004-05-06  Romain Francoise  <romain@orebokech.com>  (tiny change)
5601         * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
5602         filter groups from the buffer when rebuilding the Ibuffer buffer
5603         and `ibuffer-show-empty-filter-groups' is nil.
5605 2004-05-06  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
5607         * ps-print.el (ps-print-quote): Call ps-value-string.
5608         (ps-setup): Call ps-comment-string.
5609         (ps-value-string, ps-comment-string): New funs.
5611 2004-05-06  Juanma Barranquero  <lektu@terra.es>
5613         * ehelp.el (electric-help-command-loop): Check whether the last
5614         character is visible, not (point-max).
5616         * help-fns.el (help-argument-name): Default to bold; don't inherit
5617         from font-lock-variable-name-face.
5618         (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
5620 2004-05-05  Kenichi Handa  <handa@m17n.org>
5622         * descr-text.el (describe-char): Copy the character with text
5623         properties and overlays into the first line, and call
5624         describe-text-properties on it.
5626 2004-05-05  Stephen Eglen  <stephen@anc.ed.ac.uk>
5628         * iswitchb.el (iswitchb-global-map): Fix typo.
5629         Remove unwanted ###autoloads from source file.
5631 2004-05-05  Lars Hansen  <larsh@math.ku.dk>
5633         * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
5634         in run-hooks.  Use substitute-command-keys in message.
5635         (wdired-abort-changes): Add message.
5637 2004-05-03  Michael Mauger  <mmaug@yahoo.com>
5639         * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
5640         (sql-emacs20-p): Remove.
5641         (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
5642         (sql-builtin-face, sql-doc-face): Remove.
5643         (sql-mode-ansi-font-lock-keywords)
5644         (sql-mode-oracle-font-lock-keywords)
5645         (sql-mode-postgres-font-lock-keywords)
5646         (sql-mode-linter-font-lock-keywords)
5647         (sql-mode-ms-font-lock-keywords)
5648         (sql-mode-mysql-font-lock-keywords): Use standard fonts.
5649         (sql-product-font-lock): Fix font-lock reset when font rules change.
5650         (sql-highlight-product): Remove incorrect font-lock reset logic.
5652 2004-05-04  Jonathan Yavner  <jyavner@member.fsf.org>
5654         * ses.el (ses-set-parameter): Fix typo.
5656 2004-05-04  Kim F. Storm  <storm@cua.dk>
5658         * ido.el (ido-read-internal): Fix call to read-file-name for edit.
5659         Must expand directory for completion to work; and don't mess with
5660         process-environment.
5661         (ido-read-file-name): If command has ido property, don't use ido
5662         if value is ignore, or read as directory if value is dir.
5663         Set ido ignore property for dired-do-rename command.
5665 2004-05-04  Juanma Barranquero  <lektu@terra.es>
5667         * ehelp.el (electric-help-command-loop, electric-help-undefined)
5668         (electric-help-help): Check against unmapped commands.
5670         * help-fns.el (help-argument-name): New face, inheriting from
5671         font-lock-variable-name-face, to highlight function arguments in
5672         `describe-function' and `describe-key'.
5673         (help-do-arg-highlight): Auxiliary function to highlight a given
5674         list of arguments in a string.
5675         (help-highlight-arguments): Highlight the function arguments and
5676         all uses of them in the docstring.
5677         (describe-function-1): Use it.  Do docstring output via `insert',
5678         not 'princ', so text attributes are preserved.
5680         * winner.el (winner-mode-map): Move `winner-undo' and
5681         `winner-redo' to C-c <left> and C-c <right>, respectively (the
5682         previous bindings conflict with `prev-buffer', `next-buffer').
5684 2004-05-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5686         * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
5687         (bibtex-entry-update): New command bound to C-c C-u.
5688         (bibtex-text-in-string): Fix regexp.
5689         (bibtex-assoc-of-regexp): Remove.
5690         (bibtex-progress-message): Fix docstring.
5691         (bibtex-inside-field): Use if.
5692         (bibtex-assoc-regexp): New function.
5693         (bibtex-format-entry): Make code more robust so that it formats
5694         also old entries.
5695         (bibtex-autokey-demangle-title): Merge with obsolete function
5696         bibtex-assoc-of-regexp.
5697         (bibtex-field-list): New function.
5698         (bibtex-entry): Use bibtex-field-list.
5699         (bibtex-parse-entry): Fix docstring.
5700         (bibtex-print-help-message): Use bibtex-field-list.
5701         (bibtex-make-field): Use bibtex-field-list.
5702         (bibtex-entry-index): Bugfix.  Return crossref key if required.
5703         (bibtex-lessp): Fix docstring.
5705 2004-05-03  Luc Teirlinck  <teirllm@auburn.edu>
5707         * select.el (xselect-convert-to-string): Move comment to intended line.
5709 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5711         * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
5712         cut/copy/paste in case menu-bar-enable-clipboard is in effect.
5714 2004-05-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5716         * term/x-win.el (x-clipboard-yank): Don't exit on error from
5717         x-get-selection.
5719 2004-05-03  Jason Rumney  <jasonr@gnu.org>
5721         * makefile.nt: Remove.
5723 2004-05-03  Kim F. Storm  <storm@cua.dk>
5725         * emulation/cua-base.el (cua--update-indications): Fix last change.
5726         (cua-mode): Deactivate mark when cua-mode is enabled.
5728 2004-05-02  Luc Teirlinck  <teirllm@auburn.edu>
5730         * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
5732 2004-05-03  Nick Roberts  <nickrob@gnu.org>
5734         * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
5735         (gdb-display-source-buffer, gdb-put-breakpoint-icon)
5736         (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
5737         window over visible frames.
5738         (gdb-goto-breakpoint): Make buffer display file at breakpoint.
5740 2004-05-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5742         * progmodes/compile.el (compilation-gcpro): New var.
5743         (compilation-fake-loc): Use it.
5744         (compilation-forget-errors): Reset it.
5746 2004-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
5748         * diff-mode.el (diff-header-face, diff-file-header-face):
5749         Use min-colors.
5751 2004-05-02  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5753         * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
5754         (bibtex-clean-entry): Disentangle code.
5755         (bibtex-realign): New function.
5756         (bibtex-reformat): Use mapcar and bibtex-realign.  Do not use
5757         bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
5758         Remove undocumented optional arg called-by-convert-alien.
5759         (bibtex-convert-alien): Use bibtex-realign.  Use bibtex-reformat
5760         for sorting instead of bibtex-sort-buffer.
5762 2004-05-02  Eli Zaretskii  <eliz@gnu.org>
5764         * progmodes/compile.el (compilation-start): In the
5765         no-async-subprocesses branch, call sit-for to give redisplay a
5766         chance to show the updated process status in the mode line, and
5767         fontify the buffer explicitly after the process exits.
5769 2004-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5771         * progmodes/python.el (python-compilation-line-number): Remove.
5772         (python-compilation-regexp-alist): Don't use it any more.
5773         (python-orig-start, python-input-filter): Remove.
5774         (inferior-python-mode): Don't set up comint-input-filter-functions.
5775         (python-send-region): Use compilation-fake-loc.
5777         * progmodes/compile.el (compilation-messages-start): New var.
5778         (compilation-mode): Don't setup next-error-function here.
5779         (compilation-setup): Set it up here instead (for minor modes as well).
5780         Make compilation-messages-start buffer local.
5781         (compilation-next-error-function): Use it.
5782         (compilation-forget-errors): Set compilation-messages-start.
5784 2004-05-01  Luc Teirlinck  <teirllm@auburn.edu>
5786         * ielm.el (ielm-prompt-read-only): Update docstring.
5788         * comint.el (comint-prompt-read-only): Update docstring.
5789         (comint-update-fence, comint-kill-whole-line)
5790         (comint-kill-region): New functions.
5792         * simple.el (kill-whole-line): Use "p" instead of "P" in
5793         interactive form.
5795 2004-05-01  Juanma Barranquero  <lektu@terra.es>
5797         * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
5798         format arglist so default values in CL-style argument lists are
5799         correctly shown.
5801 2004-05-01  Jason Rumney  <jasonr@gnu.org>
5803         * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
5805 2004-05-01  Kenichi Handa  <handa@m17n.org>
5807         * international/titdic-cnv.el (miscdic-convert): Don't generate a
5808         quail file if it is up to date.
5810 2004-04-30  Juri Linkov  <juri@jurta.org>
5812         * cus-edit.el (custom-mode-map):
5813         Add key binding `C-x C-s' to `Custom-save'.
5815         * outline.el (outline-blank-line): New var.
5816         (outline-next-preface, outline-show-heading)
5817         (outline-end-of-subtree): Use it.
5819         * dired-aux.el (dired-touch-initial): New fun.
5820         (dired-do-chxxx): Call it for op-symbol `touch'.
5821         (dired-diff): Use `dired-dwim-target-directory'
5822         if current dired buffer has no buffer mark.
5824         * bindings.el (propertized-buffer-identification):
5825         Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
5826         Add C-M-arrow keys for consistency.
5828         * files.el (confirm-kill-emacs):
5829         Change group from top-level `emacs' to `convenience'.
5831         * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
5832         Push mark on the first call of successive command calls.
5833         (insert-pair): New fun created from `insert-parentheses' with
5834         `open' and `close' arguments added.  Enclose active regions
5835         in paired characters.  Compare adjacent characters syntax with
5836         inserted characters syntax before inserting a space.
5837         (insert-parentheses): Call `insert-pair' with ?\( ?\).
5839         * delsel.el: Don't put `delete-selection' property
5840         on `insert-parentheses' symbol to take advantage of
5841         region handling in `insert-pair' function.
5842         Suggested by Stephan Stahl <stahl@eos.franken.de>.
5844 2004-04-30  Kim F. Storm  <storm@cua.dk>
5846         * emulation/cua-base.el: Add support for changing cursor types;
5847         based on patch from Michael Mauger.
5848         (cua-normal-cursor-color, cua-read-only-cursor-color)
5849         (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
5850         Customization cursor type and/or cursor color.
5851         (cua--update-indications): Handle cursor type changes.
5852         (cua-mode): Update cursor indications if enabled.
5854         * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
5856         * mouse.el (mouse-drag-copy-region): New defcustom.
5857         (mouse-set-region, mouse-drag-region-1): Use it.
5859         * simple.el (kill-ring-save): If region face background color is
5860         unspecified (if no highlighting), show extent of fully visible
5861         region even if transient-mark-mode is enabled.
5863         * emulation/cua-base.el (cua--standard-movement-commands):
5864         Add cua-scroll-up and cua-scroll-down.
5865         (cua-scroll-up, cua-scroll-down): New commands.
5866         (cua--init-keymaps): Remap scroll-up and scroll-down.
5868         * emulation/cua-rect.el (cua--convert-rectangle-as):
5869         New defmacro.
5870         (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
5871         (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
5872         New commands (suggested by Jordan Breeding).
5874 2004-04-30  Juanma Barranquero  <lektu@terra.es>
5876         * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
5878 2004-04-30  Mario Lang  <mlang@delysid.org>
5880         * diff.el (diff-switches): Fix typo in docstring.
5882 2004-04-30  Alex Schroeder  <alex@gnu.org>
5884         * xml.el (xml-debug-print-internal): Don't add newline and
5885         indentation to text nodes and write empty elements as empty tags
5886         instead of opening and closing tags.
5887         (xml-debug-print): Take optional indent-string argument.
5888         (xml-print): Alias for xml-debug-print.
5890 2004-04-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
5892         * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
5893         than duplicate call to `line-beginning-position'.
5895         * progmodes/f90.el (f90-get-present-comment-type):
5896         Return whitespace, as well as comment chars, for consistent filling
5897         of comment blocks.  Use `match-string-no-properties'.
5898         (f90-break-line): Trim trailing whitespace when filling comments.
5900 2004-04-30  Dave Love  <fx@gnu.org>
5902         * calendar/diary-lib.el (diary-outlook-formats): New variable.
5903         (diary-from-outlook-internal, diary-from-outlook)
5904         (diary-from-outlook-gnus, diary-from-outlook-rmail):
5905         New functions to import diary entries from Outlook-format
5906         appointments in mail messages.
5908 2004-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5910         * progmodes/python.el (python-send-command): New fun.
5911         (python-send-region, python-load-file): Use it.
5913         * progmodes/compile.el (compilation-last-buffer): Add var alias.
5915         * help-fns.el (help-C-file-name): Use new subr-name.
5916         Prepend `src/' to the file name.
5917         (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
5918         (describe-function-1, describe-variable): Only find a C source file
5919         name if DOC is already loaded.
5921         * help-mode.el (help-function-def, help-variable-def):
5922         Use the new find-function-search-for-symbol functionality.
5923         Allow FILE to be `C-source'.
5925         * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
5926         (find-function-C-source): New fun.
5927         (find-function-search-for-symbol): Use it.
5929 2004-03-29  Michael Mauger  <mmaug@yahoo.com>
5931         * progmodes/sql.el (sql-product-alist): Rename variable
5932         `sql-product-support'.  Add Postgres login parameters.
5933         (sql-set-product, sql-product-feature): Update with renamed variable.
5934         (sql-connect-postgres): Add username prompt.
5935         (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
5936         Make patterns less product specific.
5937         (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
5938         (sql-mode-abbrev-table): Modify initialization.
5939         (sql-builtin-face): Add variable.
5940         (sql-keywords-re): Add macro.
5941         (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
5942         (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
5943         (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
5944         (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
5945         (sql-mode-linter-font-lock-keywords)
5946         (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
5947         (sql-mode-sybase-font-lock-keywords)
5948         (sql-mode-informix-font-lock-keywords)
5949         (sql-mode-interbase-font-lock-keywords)
5950         (sql-mode-ingres-font-lock-keywords)
5951         (sql-mode-solid-font-lock-keywords)
5952         (sql-mode-sqlite-font-lock-keywords)
5953         (sql-mode-db2-font-lock-keywords): Default to nil.
5954         (sql-product-font-lock): Always highlight ANSI keywords.
5955         (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
5956         (sql-send-string): Add function.
5958 2004-04-29  Dave Love  <fx@gnu.org>
5960         * progmodes/cfengine.el (cfengine-beginning-of-defun)
5961         (cfengine-end-of-defun): Ensure progress through buffer.
5963         * info-look.el (cfengine-mode): Accept a terminal ().
5965 2004-04-29  Juri Linkov  <juri@jurta.org>
5967         * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
5968         instead of isearch-yank-word-or-char.  Add new key bindings for
5969         isearch-yank-char to \C-f, and isearch-del-char to \C-b.
5970         (isearch-del-char): New fun.
5971         (isearch-forward, isearch-edit-string): Update docstring.
5972         (isearch-yank-char): Doc fix.
5973         (isearch-other-meta-char): Restore point after scrolling.
5975         * progmodes/compile.el (compilation-context-lines): Add nil option
5976         to disable compilation output window scrolling.
5977         (compilation-set-window): Use it.
5979         * outline.el (outline-next-preface, outline-show-heading):
5980         Don't leave unhidden blank line before heading.
5981         (outline-end-of-subtree): Include last newline into subtree.
5982         (hide-entry): Leave point at beginning of heading instead of end.
5983         (outline-up-heading): Push mark for the first call of successive
5984         command calls.
5986 2004-04-28  Luc Teirlinck  <teirllm@auburn.edu>
5988         * comint.el (comint-prompt-read-only): New variable.
5989         (comint-output-filter): Implement it.
5991         * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
5992         (ielm-prompt-internal): New variable.
5993         (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
5994         (ielm-send-input): Delete unused variable `buf'.
5995         (ielm-eval-input): Use `ielm-prompt-internal'.
5996         (inferior-emacs-lisp-mode): Use new variables
5997         `comint-prompt-read-only' and `ielm-prompt-internal'.
5998         Get rid of obsolete variable `directory-sep-char'.
5999         (ielm): Use `zerop'.
6001 2004-04-29  John Paul Wallington  <jpw@gnu.org>
6003         * thumbs.el (toplevel): Require cl at compile time.
6004         Remove conditional definitions of `ignore-errors' and `caddar'
6005         because they occur at run time.
6007 2004-04-28  Nick Roberts  <nickrob@gnu.org>
6009         * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
6010         (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
6011         (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
6012         (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
6014         * progmodes/gud.el (gud-common-init): Throw an error if program is
6015         already running under gdb.
6017 2004-04-28  John Paul Wallington  <jpw@gnu.org>
6019         * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
6020         (thumbs-show-image-num): Move assignment of
6021         `thumbs-current-image-filename' within scope of `i'.
6022         (thumbs-emboss-image): Don't use `evenp'.
6024 2004-04-28  Richard M. Stallman  <rms@gnu.org>
6026         * progmodes/compile.el (compilation-context-lines): Default now 0.
6028 2004-04-28  Juanma Barranquero  <lektu@terra.es>
6030         Use `time-less-p' from calendar/time-date.el instead of defining
6031         custom versions of it.
6033         * pcomplete.el (pcomplete-time-less-p): Remove.
6035         * thumbs.el (time-less-p): Remove.
6037         * calendar/timeclock.el (timeclock-time-less-p): Remove.
6038         (timeclock-generate-report): Use `time-less-p'.
6040         * emacs-lisp/autoload.el (autoload-before-p): Remove.
6041         (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
6043 2004-04-28  Masatake YAMATO  <jet@gyve.org>
6045         * subr.el (remove-overlays): Make arguments optional.
6047         * wid-edit.el (widget-specify-button): Put evaporate to the
6048         overlay for sample.
6049         (widget-specify-sample): Put evaporate to the overlay for sample.
6050         (widget-specify-doc): Put evaporate to the overlay for documentation.
6052 2004-04-27  Jesper Harder  <harder@ifa.au.dk>
6054         * info.el (info-apropos): Make it an index node.  Align node names
6055         like makeinfo.
6057 2004-04-27  Eli Zaretskii  <eliz@gnu.org>
6059         * net/browse-url.el (browse-url-netscape-sentinel)
6060         (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
6061         (browse-url-epiphany-sentinel, browse-url-mosaic):
6062         Use browse-url-*-program instead of a literal program name.
6064 2004-04-27  Kevin Ryde  <user42@zip.com.au>
6066         * eshell/em-alias.el:
6067         * eshell/em-dirs.el:
6068         * eshell/em-hist.el:
6069         * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
6070         features when M-x customize-group loads modules before the main
6071         eshell.el.
6073 2004-04-27  Matthew Mundell  <matt@mundell.ukfsn.org>
6075         * subr.el (momentary-string-display): Support EXIT-CHAR that is
6076         either a character representation of an event or an event
6077         description list.
6079         * type-break.el: Capitalise Emacs and Lisp.
6080         (type-break-good-break-interval, type-break-demo-boring-stats)
6081         (type-break-terse-messages, type-break-file-name): New defcustoms.
6082         (type-break-post-command-hook)
6083         (type-break-warning-countdown-string): Quote variable names in doc.
6084         (type-break-interval-start, type-break-auto-save-file-name): New vars.
6085         (type-break-mode): Document type-break-good-break-interval and the
6086         "session" file.  Schedule break according to the session file.
6087         Kill session file buffer on exit.  Organise for save-some-buffers
6088         to always save the session file.
6089         (type-break-mode-line-message-mode, type-break-query-mode):
6090         Uppercase arguments.
6091         (type-break-file-time, type-break-file-keystroke-count, timep)
6092         (type-break-choose-file, type-break-get-previous-time)
6093         (type-break-get-previous-count): New defuns.
6094         (type-break): Avoid break querying after a completed break in the
6095         case where the query was initiated during user invocation of the
6096         break.  Optional terse messages.
6097         Use type-break-good-break-interval if type-break-good-rest-interval is
6098         nil.  File the break time.
6099         (type-break-schedule): New optional args for overriding the use of
6100         the current time.
6101         (type-break-cancel-time-warning-schedule): Avoid leftover warnings
6102         after a break.
6103         (type-break-check): File the keystroke count.
6104         (type-break-do-query): Prevent a second query when the break is
6105         interrupted.  Optional terse message.
6106         (type-break-keystroke-reset): Record the start of a typing interval.
6107         (type-break-demo-boring): Optional terse messages.  Display word
6108         per minute and keystroke counts according to
6109         type-break-demo-boring-stats.
6111 2004-04-27  Daniel M Coffman  <coffmand@us.ibm.com>  (tiny change)
6113         * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
6114         directories, make sure they exist under archive-tmpdir.
6116 2004-04-27  Juri Linkov  <juri@jurta.org>
6118         * help.el (view-emacs-news): With argument, display info for the
6119         selected version by finding it among different NEWS files, and
6120         narrowing the buffer to the selected version.
6122         * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
6123         same-window-buffer-names.
6124         (info): New arg `buffer'.  Use it.  Doc fix.  Read file name for
6125         non-numeric prefix argument, append the number to the buffer name
6126         for numeric prefix argument.
6127         (info-other-window): Bind same-window-regexps to nil.
6128         (Info-reference-name): Rename to Info-point-loc.
6129         (Info-find-node-2): Call forward-line for numeric Info-point-loc,
6130         and Info-find-index-name for stringy Info-point-loc.
6131         (Info-extract-menu-node-name): New arg `index-node'.  Use regexp
6132         without middle `.', but with final `.' and optional line number
6133         for it.  Set Info-point-loc for index nodes.
6134         (Info-index): Remove middle `.' from index entry regexp.
6135         Modify line number regexp.
6136         (Info-index-next): Decrement line number.
6137         (info-apropos): Remove middle `.' from index entry regexp.
6138         Add optional line number regexp at the end.  Add matched value
6139         for line number to the result list and insert it to the buffer.
6140         Replace match-string by match-string-no-properties.
6141         Reorder result list.
6142         (Info-fontify-node): Hide index line numbers.
6143         (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
6144         empty matches.
6145         (Info-follow-reference): Use `str' instead of
6146         Info-following-node-name-re.
6147         (Info-toc): Use full file names.  Set Info-current-node to "Top".
6148         (Info-fontify-node): Compare file names without directory name.
6149         (Info-try-follow-nearest-node): Don't set Info-reference-name.
6150         Set second arg of Info-extract-menu-node-name for index nodes.
6151         (info-xref-visited): Use magenta3 instead of magenta4.
6152         (Info-mode): Add info-apropos to docstring.
6154         * log-view.el (log-view-diff): Replace interactive code "r"
6155         by a list to allow to call it even if region is not active.
6157         * paren.el (show-paren-highlight-openparen): New var.
6158         (show-paren-function): Turn on openparen highlighting when
6159         matching forward if show-paren-highlight-openparen is non-nil.
6161         * simple.el (kill-ring-save): Use blink-matching-delay instead of
6162         the constant value 1.
6163         (completions-common-part): Expand docstring.
6165         * textmodes/picture.el (picture-mode-map): Add arrow keys.
6167 2004-04-27  Kim F. Storm  <storm@cua.dk>
6169         * image.el (insert-sliced-image): Use line-height instead of
6170         line-spacing property on newline.
6172 2004-04-26  Lars Hansen  <larsh@math.ku.dk>
6174         * desktop.el (desktop-buffer-misc-data-function): Rename to
6175         desktop-save-buffer and change docstring.
6176         (desktop-buffer-modes-to-save): Delete.
6177         (desktop-save-buffer-p): Use desktop-save-buffer instead of
6178         desktop-buffer-modes-to-save.
6179         (desktop-save): Rename desktop-buffer-misc-data-function to
6180         desktop-save-buffer and allow non-function value.
6181         (desktop-missing-file-warning): Correct docstring.
6183         * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
6184         to desktop-save-buffer.
6186         * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
6187         desktop-save-buffer.
6189         * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
6191         * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
6193 2004-04-26  Eli Zaretskii  <eliz@gnu.org>
6195         * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
6197 2004-04-25  Luc Teirlinck  <teirllm@auburn.edu>
6199         * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
6200         (ielm): Only go to the end of the buffer when starting a new process.
6202 2004-04-25  Juanma Barranquero  <lektu@terra.es>
6204         * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
6205         mode line.  Bind `inhibit-read-only' to t before modifying
6206         properties of text in the buffer.
6207         (ielm): Force point to the end of buffer, even when running ielm
6208         from inside itself.
6210 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
6212         * info.el (info-apropos): Reset Info-complete-cache.
6214 2004-04-25  Daniel Pfeiffer  <occitan@esperanto.org>
6216         * progmodes/compile.el (compilation-error-regexp-alist-alist):
6217         Also recognize severe Irix et al. messages.
6218         (compilation-normalize-filename, compile-abbreviate-directory):
6219         Delete functions.
6220         (compilation-get-file-structure): New function inherits
6221         functionality of the two preceding ones.
6222         (compilation-internal-error-properties, compilation-fake-loc):
6223         Use it so that different paths to the same file share the same
6224         markers.  Also optimize finding adjacent marker slightly.
6226 2004-04-25  Kim F. Storm  <storm@cua.dk>
6228         * image.el (insert-sliced-image): Add line-spacing t property
6229         to newlines separating image lines.
6231 2004-04-24  Luc Teirlinck  <teirllm@auburn.edu>
6233         * comint.el (comint-delete-output): Bind inhibit-read-only to t.
6235         * ielm.el (ielm-prompt-read-only): New user option.
6236         (ielm-prompt): Expand docstring to describe new behavior.
6237         (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
6238         mention it in the docstring.
6240 2004-04-24  Andreas Schwab  <schwab@suse.de>
6242         * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
6244         * diff.el (diff): Set default-directory in diff buffer.
6246 2004-04-24  Eli Zaretskii  <eliz@gnu.org>
6248         * mail/sendmail.el (mail-bury): Don't delete the frame where the
6249         mail was being composed if the terminal cannot display more than
6250         one frame; instead, switch to previous frame.
6252         * mail/rmail.el (rmail-mail-new-frame): Doc fix.
6253         (rmail-start-mail): Support rmail-mail-new-frame even on
6254         terminals that can display only one frame at a time.
6256 2004-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6258         * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
6259         (checkdoc-output-font-lock-keywords): Remove error regexp.
6260         (checkdoc-output-mode-map): Remove.
6261         (checkdoc-output-mode): Derive from compilation-mode.
6262         (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
6264         * dired.el (dired-mode-map): Add a menu entry for wdired.
6266         * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
6267         (rx-bracket, rx-check-any, rx-any): Clean up name space.
6269         * wdired.el: (wdired-mode-map): Move init into declaration.
6270         Fix `return' binding.
6271         (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
6272         Use force-mode-line-update.
6273         (wdired-get-filename): Use `unless'.
6274         (wdired-preprocess-files): Don't assume names have no \n and use / for
6275         dir separator.
6276         (wdired-normalize-filename): Use replace-regexp-in-string.
6277         (wdired-load-hooks): Remove.
6278         (wdired-mode-hooks): Rename to wdired-mode-hook.
6280         * info-look.el: Add support for cfengine-mode.
6281         (info-lookup-setup-mode): Use dolist.
6283 2004-04-23  Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba  <juan-leon.lahoz@tecsidel.es>
6285         * wdired.el: New file.
6287 2004-04-23  Juanma Barranquero  <lektu@terra.es>
6289         * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
6291         * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
6292         (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
6293         (pcomplete--help, pcomplete--here): Doc fixes.
6295 2004-04-23  Andre Spiegel  <spiegel@gnu.org>
6297         * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
6298         handles wrong-number-of-arguments in backend call.
6300         * vc.el (vc-print-log): Likewise.
6302 2004-04-20  Dave Love  <fx@gnu.org>
6304         * emacs-lisp/rx.el: Doc fixes.
6305         (rx-constituents): Add/extend many forms.
6306         (rx-check): Check form is a list.
6307         (bracket): Defvar.
6308         (rx-check-any, rx-any, rx-check-not): Modify.
6309         (rx-not): Simplify.
6310         (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
6311         (rx-kleene): Use rx-trans-forms.
6312         (rx-quote-for-set): Delete.
6313         (rx): Allow multiple args.
6315 2004-04-23  Kenichi Handa  <handa@m17n.org>
6317         * international/mule-util.el (char-displayable-p): Simplify by
6318         using internal-char-font.
6320 2004-04-23  Juanma Barranquero  <lektu@terra.es>
6322         * makefile.w32-in: Add "-*- makefile -*-" mode tag.
6324 2004-04-22  Stefan Monnier  <monnier@iro.umontreal.ca>
6326         * diff-mode.el (diff-next-error): New fun.
6327         (diff-mode): Use it.
6329         * simple.el (next-error): Change arg name.
6330         Add support for the documented C-u C-x ` usage.
6332         * frame.el (special-display-popup-frame, next-multiframe-window)
6333         (previous-multiframe-window): Only consider frames on same display.
6335 2004-04-22  Lars Hansen  <larsh@math.ku.dk>
6337         * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
6338         * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
6340 2004-04-22  Kim F. Storm  <storm@cua.dk>
6342         * net/telnet.el (telnet): Add optional port arg.
6344 2004-04-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6346         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6347         Minor sanity check on the `hyperlink' slot.
6349         * Makefile.in (recompile): Compile new files.
6351         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
6352         Add byte-recompile-directory's optional `arg'.
6354         * cvs-status.el (cvs-tree-use-charset): New var.
6355         (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
6356         (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
6357         (cvs-status-cvstrees): Use it.
6359         * emacs-lisp/checkdoc.el (checkdoc-output-mode):
6360         Make it a normal major mode.
6361         (checkdoc-buffer-label): Make sure the file name is meaningful.
6362         (checkdoc-output-to-error-buffer): Remove.
6363         (checkdoc-error, checkdoc-start-section): Rewrite.
6365         * info.el (info-node, info-menu-5, info-xref, info-header-node)
6366         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
6367         (Info-title-4-face): Use new syntax.
6368         (info-xref-visited): Inherit from info-xref.
6370         * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
6372 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
6374         * simple.el (next-error-last-buffer, next-error-function):
6375         New variables for the next-error framework.
6376         (next-error-buffer-p): New function.
6377         (next-error-find-buffer): Generalize compilation-find-buffer.
6378         (next-error, previous-error, first-error, next-error-no-select)
6379         (previous-error-no-select): Move from compile.el.
6381         * replace.el (occur-next-error, occur-1): Hook into the next-error
6382         framework.
6384         * progmodes/compile.el (compilation-start):
6385         Set next-error-last-buffer so next-error knows where to jump.
6386         (compilation-setup): Set the buffer-local variable
6387         next-error-function to 'compilation-next-error-function.
6388         (compilation-buffer-p, compilation-buffer-internal-p): Use an
6389         alternate way to find if a buffer is a compilation buffer, for
6390         next-error convenience.
6391         (next-error-no-select, previous-error-no-select, next-error)
6392         (previous-error, first-error): Move to simple.el.
6393         (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
6394         (compilation-last-buffer): Remove.
6395         (compilation-start, compilation-next-error, compilation-setup)
6396         (compilation-next-error-function, compilation-find-buffer):
6397         Remove compilation-last-buffer use.
6399 2004-04-21  Juanma Barranquero  <lektu@terra.es>
6401         * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
6402         (font-lock-warning-face): Fix spacing.
6404         * makefile.w32-in (WINS): Add url/ directory.
6406 2004-04-21  Lars Hansen  <larsh@math.ku.dk>
6408         * desktop.el (desktop-buffer-mode-handlers): New variable.
6409         Alist of major mode specific functions to restore a desktop buffer.
6410         (desktop-buffer-handlers): Make variable obsolete.
6411         (desktop-create-buffer): Use desktop-buffer-mode-handlers.
6412         Catch errors signaled in handlers.  Update buffer count.
6413         Evaluate desktop-buffer-point.
6414         (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
6415         move to dired.el.
6416         (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
6417         move to info.el.
6418         (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
6419         move to mail/rmail.el.
6420         (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
6421         to mh-e/mh-e.el.
6422         (desktop-buffer-file): Rename to desktop-restore-file-buffer.
6423         On fail, print message (to message buffer) even if
6424         desktop-missing-file-warning is nil.
6425         (desktop-buffer-misc-data-function): New buffer local variable.
6426         Function returning major mode specific data.
6427         (desktop-buffer-misc-functions): Make variable obsolete.
6428         (desktop-save): Use desktop-buffer-misc-data-function.
6429         (desktop-buffer-dired-misc-data): Rename to
6430         dired-desktop-buffer-misc-data and move to dired.el.
6431         (desktop-buffer-info-misc-data): Rename to
6432         Info-desktop-buffer-misc-data and move to info.el.
6433         (desktop-read): Add message about number of buffers restored/failed.
6435         * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
6436         Add parameters.  Pause to display error only when
6437         desktop-missing-file-warning is non-nil.
6438         (dired-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
6439         (dired-mode): Bind desktop-buffer-misc-data-function.
6441         * info.el (Info-restore-desktop-buffer): Move from desktop.el.
6442         Add Parameters.
6443         (Info-desktop-buffer-misc-data): Move from desktop.el.  Add parameter.
6444         (Info-mode): Bind desktop-buffer-misc-data-function.
6446         * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
6447         Add Parameters.
6449         * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
6450         Add Parameters.
6452 2003-04-21  Paul Pogonyshev  <pogonyshev@gmx.net>
6454         * dabbrev.el (dabbrev--substitute-expansion): Don't lose
6455         the case of letters in case-insensitive expansions when the
6456         abbrev is preceded by characters with letter syntax.
6458 2004-04-21  Richard M. Stallman  <rms@gnu.org>
6460         * progmodes/cperl-mode.el (cperl-putback-char):
6461         Delete Emacs 18 definition.
6463         * international/mule.el (ctext-post-read-conversion):
6464         Use assoc-string, not assoc-ignore-case.
6466         * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
6468         * emacs-lisp/easymenu.el (easy-menu-add):
6469         Do call x-popup-menu, but only if it's defined.
6471         * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
6473         * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
6474         Handle multiple args: compile like progn.
6476         * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
6477         take all args as &rest arg.
6479         * autoinsert.el (auto-insert-alist): Insert the user's name in
6480         copyright notice, rather than Free Software Foundation.
6482 2004-04-21  Kenichi Handa  <handa@m17n.org>
6484         * descr-text.el (describe-char): Make it work on *Help* buffer.
6486 2004-04-21  Kim F. Storm  <storm@cua.dk>
6488         * image.el (insert-image): Add optional SLICE arg.
6489         (insert-sliced-image): New defun.
6491 2004-04-20  Lawrence Mitchell  <wence@gmx.li>  (tiny change)
6493         * subr.el (read-number): Check whether `default' is nil.
6495 2004-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6497         * progmodes/compile.el (compilation-error-properties):
6498         Split into two.
6499         (compilation-internal-error-properties): New one.
6500         (compilation-compat-error-properties): Use it.  Fix the non-marker case.
6502 2004-04-20  Richard M. Stallman  <rms@gnu.org>
6504         * window.el (split-window-save-restore-data):
6505         Don't update the data if OLD-INFO is nil.
6507         * view.el (view-return-to-alist): Mark it permanent local.
6509         * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
6511         * recentf.el (recentf-save-list): Catch and warn about errors.
6513         * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
6514         so "Buffers" won't be pure.
6516         * help-mode.el (help-mode-finish): Set help-return-alist first
6517         thing, setting only the entry for the selected window.
6519         * help-fns.el (describe-function-1): If many non-control non-meta
6520         keys run the command, don't list all of them.
6522 2004-04-20  Juanma Barranquero  <lektu@terra.es>
6524         * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
6525         arg.  Copied from Andre Spiegel's patch of 2004-03-21.
6527         * calendar/time-date.el (time-to-day-in-year): Fix docstring.
6529 2004-04-20  Kenichi Handa  <handa@m17n.org>
6531         * international/quail.el (quail-lookup-key): New optional arg
6532         NOT-RESET-INDICES.
6533         (quail-get-translations): Call quail-lookup-key with
6534         NOT-RESET-INDICES t.
6535         (quail-completion): Likewise.
6536         (quail-lookup-map-and-concat): Likewise.
6538 2004-04-20  Kenichi Handa  <handa@m17n.org>
6540         * international/quail.el (quail-update-translation): Don't insert
6541         such an unsupported multibyte char in a unibyte buffer.
6543 2004-04-20  Nick Roberts  <nick@nick.uklinux.net>
6545         * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
6546         (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
6547         (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
6548         (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
6549         (gdb-frame-assembler-buffer): Improve behaviour with
6550         multiple frames.
6551         (gdb-display-buffer): Extend search to all visible frames.
6553 2004-04-19  Eli Zaretskii  <eliz@gnu.org>
6555         * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
6556         characters left after base64 decoding.
6557         (rmail-decode-region): Use -dos variety of `coding', to remove any
6558         ^M characters left after qp or base64 decoding.
6560 2004-04-19  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
6562         * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
6563         messages.
6565 2004-04-19  Stephen Eglen  <stephen@gnu.org>
6567         * add-log.el (add-change-log-entry): Update doc string to mention
6568         add-log-full-name and add-log-mailing-address.
6570 2004-04-18  Juri Linkov  <juri@jurta.org>
6572         * info.el (Info-find-file, Info-find-node-2): Add history and toc.
6573         (Info-find-node-2): Simplify error message.
6574         (Info-insert-dir): Use Info-following-node-name.
6575         (Info-goto-node): Remove *info-history* and *info-toc*.
6576         (Info-history): Create a node of the virtual history file.
6577         (Info-toc): Create a node of the virtual toc file.
6578         (Info-insert-toc): New arg `curr-file' for reference file names.
6579         (info-apropos): Remove redundant var binding for temp-file.
6580         (Info-index, Info-index-next, Info-mode): Doc fix.
6581         (Info-goto-emacs-command-node): Don't jump to *info* from
6582         non-*info* Info buffers.
6583         (Info-fontify-node): Don't show the file name of external
6584         references if `Info-hide-note-references' is `hide'.  Don't hide
6585         newlines at the end of paragraphs.
6587         * international/mule-diag.el (list-input-methods):
6588         Fix args to help-xref-button.
6590         * help-fns.el (help-with-tutorial): Call `hack-local-variables'
6591         to put into effect local variables from TUTORIAL files.
6593         * textmodes/paragraphs.el (sentence-end) <function>: New fun
6594         with default value taken from the variable `sentence-end'.
6595         (sentence-end) <defcustom>: Set default to nil.  Doc fix.
6596         Add nil const to :type.
6597         (sentence-end-without-period, sentence-end-double-space)
6598         (sentence-end-without-space): Doc fix.
6600         * textmodes/paragraphs.el (forward-sentence):
6601         * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
6602         (fill-delete-newlines):
6603         * progmodes/cc-cmds.el (c-beginning-of-statement):
6604         Use function `sentence-end' instead of variable `sentence-end'.
6606 2004-04-18  Andreas Schwab  <schwab@suse.de>
6608         * progmodes/compile.el (compilation-start): Set window start to
6609         point-min if compilation-scroll-output is nil.
6611 2004-04-18  John Wiegley  <johnw@newartisans.com>
6613         * iswitchb.el (iswitchb-completions): Remove dependency on cl.
6615 2004-04-18  Nick Roberts  <nick@nick.uklinux.net>
6617         * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
6618         (gdb-info-breakpoints-custom): Revert previous change.
6619         (gdb-view-assembler): Update assembler if necessary.
6620         (gdb-frame-handler): Parse correctly for gdb-current-frame.
6621         (gdb-display-source-buffer): Update properly when both source and
6622         assembler are visible.
6624 2004-04-17  John Wiegley  <johnw@newartisans.com>
6626         * iswitchb.el (iswitchb-max-to-show): Add a new config variable
6627         which limits the number of names shown in the minibuffer.  Off by
6628         default.
6629         (iswitchb-completions): Use `iswitchb-max-to-show'.  This speeds
6630         up iswitchb for users with a multitude of open buffers by showing
6631         only the first and last N/2 buffers in the completion list (which
6632         is enough to aid C-s/C-r, and to know that more characters are
6633         needed to refine the completion list).
6635 2004-04-17  Richard M. Stallman  <rms@gnu.org>
6637         * files.el (locate-file-completion): Handle nil in path-and-suffixes.
6638         (file-truename): Expand all ~ constructs directly.
6639         (insert-directory): Delete any error msg output by the
6640         `insert-directory-program'.
6642         * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
6643         (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
6644         (allout-prior-bindings, allout-added-bindings): Defvars deleted.
6645         (allout-init): Use find-file-hook, not find-file-hooks.
6646         (allout-mode): Eliminate Emacs 18 support.
6647         Use write-contents-functions, not local-write-file-hooks.
6649 2004-04-17  Daniel Pfeiffer  <occitan@esperanto.org>
6651         * progmodes/compile.el (compilation-error-properties): Fix for
6652         adding messages when there are already markers for their file.
6653         (compilation-fake-loc): New function.
6655 2004-04-16  Dave Love  <fx@gnu.org>
6657         * progmodes/python.el (python-compilation-line-number): Fix braindamage.
6658         (python-load-file): Fix python-orig-start setting.
6660         * progmodes/compile.el: Doc fixes.
6661         (compilation-error-regexp-alist-alist)
6662         (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
6663         (compilation-assq): Wrap in eval-when-compile.
6664         (compilation-mode-font-lock-keywords): Don't use list*.
6665         (compilation-start): Avoid warning.
6666         (compilation-compat-error-properties)
6667         (compilation-directory-properties): Add keymap property.
6668         (compilation-parsing-end): Make it a marker for better compatibility.
6670         * progmodes/python.el (python-after-info-look): Use with-no-warnings.
6672 2004-04-16  Mark A. Hershberger  <mah@everybody.org>
6674         * xml.el: Doc fixes.
6675         (xml-get-children): Only looks at sub-tags and ignore strings.
6677         * xml.el (xml-parse-tag): Avoid overwriting node-name.
6679 2004-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
6681         * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
6683 2004-04-16  Andre Spiegel  <spiegel@gnu.org>
6685         * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
6687         * vc.el (vc-print-log): Likewise.
6689 2004-04-16  Masatake YAMATO  <jet@gyve.org>
6691         * simple.el (completion-setup-function): Set an initial value
6692         to `element-common-end' before entering loop.  Set a value
6693         to `element-common-end' at the end of loop.
6694         The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
6695         (completions-common-part): Rename from completion-de-emphasis.
6696         (completions-first-difference): Rename from completion-emphasis.
6697         Suggested by RMS.
6699 2004-04-16  Juanma Barranquero  <lektu@terra.es>
6701         * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
6702         (bookmark-edit-annotation-mode): Add mode name.
6704 2004-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
6706         * smerge-mode.el (smerge-match-conflict): Try to do something sensible
6707         for nested conflict markers.
6708         (smerge-find-conflict): Better handle errors in smerge-match-conflict.
6710 2004-04-15  Nick Roberts  <nick@nick.uklinux.net>
6712         * progmodes/gdb-ui.el (gdb-goto-info): New function.
6714         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
6716 2004-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6718         * emacs-lisp/bytecomp.el (batch-byte-compile-file):
6719         Give a backtrace if requested.
6721         * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
6723         * progmodes/python.el (python-mouse-2-command, python-RET-command):
6724         Remove unused functions.
6725         (python-orig-start-line, python-orig-file): Remove.
6726         (python-orig-start): New var.
6727         (python-input-filter, python-compilation-line-number)
6728         (python-send-region, python-load-file): Use it.
6730         * info.el (info): Always jump to *info*.
6732         * subr.el (posn-set-point): New function.
6734         * mouse.el (mouse-set-point): Use it.
6736         * progmodes/compile.el (compile-goto-error): Use it.
6737         (compilation-button-map): New keymap.
6738         (compilation-error-properties): Use it.
6739         (compilation-shell-minor-mode-map): Don't bind mouse-2.
6741         * smerge-mode.el (smerge-popup-context-menu): Use it.
6743         * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
6744         (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
6745         mouse and non-mouse case.
6747         * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
6748         (diff-mouse-goto-source): Make it an alias of diff-goto-source.
6750         * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
6751         Make it work for non-mouse events.
6753         * pcvs-info.el (cvs-status-map): Update binding name.
6755 2004-04-14  Mark A. Hershberger  <mah@everybody.org>
6757         * xml.el (xml-maybe-do-ns): New function to handle namespace
6758         parsing of both attribute and element names.
6759         (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
6760         (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
6761         (xml-parse-tag): Update assumed namespaces.  Clean up namespace parsing.
6762         (xml-parse-attlist): Make it do its own namespace parsing.
6764 2004-04-14  Dave Love  <fx@gnu.org>
6766         * progmodes/python.el (run-python): Fix use of \n.
6767         (python-load-file): Remove `try' from Python fragment.
6768         (python-describe-symbol): Fix message.
6770         * comint.el: Doc fixes.
6771         (comint-last-input-start, comint-last-input-end)
6772         (comint-last-output-start): Give them values.
6773         (comint-arguments): Avoid warning.
6774         (comint-skip-prompt): Use line-end-position.
6775         (comint-backward-matching-input): Rename arg to agree with doc.
6776         (comint-extract-string): Use syntax-ppss.
6777         (comint-dynamic-simple-complete): Delete useless list construction.
6778         (comint-redirect-subvert-readonly): New.
6779         (comint-redirect-preoutput-filter): Use it.
6781         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
6782         Correctly handle negative arguments when calling hook functions.
6784 2004-04-14  Jesper Harder  <harder@ifa.au.dk>
6786         * info.el (info-apropos): Don't clobber Info-history-list.
6788 2004-04-14  Daniel Pfeiffer  <occitan@esperanto.org>
6790         * progmodes/compile.el (compilation-setup):
6791         Localize overlay-arrow-position.
6792         (compilation-sentinel): Restructure code equivalently.
6793         (compilation-next-error): Find message on same line after point if
6794         not found before point.
6795         (compile-mouse-goto-error): Restore function so that compilation
6796         buffer need not be current and use compile-goto-error.
6797         (compile-goto-error): Restore function.
6798         (next-error): Set overlay-arrow-position.
6799         (compilation-forget-errors): Don't localize already local
6800         compilation-locs and remove FIXME about refontifying.
6802 2004-04-14  Kim F. Storm  <storm@cua.dk>
6804         * startup.el (emacs-quick-startup): New defvar (set by -Q).
6805         (command-line): New option -Q.  Like -q --no-site-file, but
6806         in addition it also disables menu-bar, tool-bar, scroll-bars,
6807         tool-tips, and the blinking cursor.
6808         (command-line-1): Skip startup screen if -Q.
6809         (fancy-splash-head): Use ":align-to center" prop to center splash image.
6811         * emulation/cua-base.el (cua-read-only-cursor-color)
6812         (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
6814 2004-04-13  Dave Love  <fx@gnu.org>
6816         * progmodes/python.el: Doc fixes.  Changes for compiler warnings.
6817         (syntax): Don't require.
6818         (python) <defgroup>: Add :version.
6819         (python-quote-syntax): Re-written.
6820         (inferior-python-mode): Move stuff here from run-python and add
6821         some more.
6822         (python-preoutput-continuation, python-preoutput-result)
6823         (python-dotty-syntax-table): New.
6824         (python-describe-symbol): Use them.
6825         (run-python): Move stuff to inferior-python-mode.  Modify code
6826         loaded into Python.
6827         (python-send-region): Use python-proc, python-send-string.
6828         (python-send-string): Send newlines too.  Callers changed.
6829         (python-load-file): Re-written.
6830         (python-eldoc-function): New.
6831         (info-look): Don't require.
6832         (python-after-info-look): New.  A modified version of former
6833         top-level code for use with eval-after-load.
6834         (python-maybe-jython, python-guess-indent): Use widened buffer.
6835         (python-fill-paragraph): Re-written.
6836         (python-mode): Fix outline-regexp.  Set outline-heading-end-regexp,
6837         eldoc-print-current-symbol-info-function.  Add to eldoc-mode-hook.
6839 2004-04-13  Stefan Monnier  <monnier@iro.umontreal.ca>
6841         * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
6842         Set compilation-error-regexp-alist earlier.
6844         * progmodes/compile.el (compilation-minor-mode-map)
6845         (compilation-shell-minor-mode-map, compile-mouse-goto-error)
6846         (compile-goto-error): Re-merge the mouse and non-mouse commands.
6848 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6850         * progmodes/compile.el (compile-goto-error): Select the buffer/window
6851         corresponding to the event.
6853 2004-04-12  Joe Buehler  <jbuehler@hekiman.com>
6855         * loadup.el: Add cygwin to system-type list, for unexec() support.
6857 2004-04-12  John Paul Wallington  <jpw@gnu.org>
6859         * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
6860         (ibuffer-restore-window-config-on-quit): New variable to replace
6861         `ibuffer-delete-window-on-quit'.  Update all references.
6862         (ibuffer-prev-window-config): New variable.
6863         (ibuffer-quit): Restore previous window configuration instead of
6864         deleting window.
6865         (ibuffer): Save window configuration before showing Ibuffer buffer.
6867         * help.el (describe-mode): Doc fix.
6869 2004-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6871         * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
6872         not to treat nil as a function.
6874         * vc-arch.el (vc-arch-root): Be a bit more careful.
6875         (vc-arch-register): Save the buffer if we modified it.
6876         (vc-arch-delete-rej-if-obsolete): Save excursion.
6877         (vc-arch-find-file-hook): Use the simpler after-save-hook.
6878         (vc-arch-responsible-p, vc-arch-init-version): New functions.
6880         * net/ldap.el (ldap-search): Use list*.
6882 2004-04-12  Juri Linkov  <juri@jurta.org>
6884         * info.el (Info-follow-reference): Allow multiline reference name.
6886 2004-04-11  Dave Love  <fx@gnu.org>
6888         * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
6890         * progmodes/python.el: New file.
6892 2004-04-11  Andre Spiegel  <spiegel@gnu.org>
6894         * vc-hooks.el (vc-arg-list): Function removed.
6895         (vc-default-workfile-unchanged-p): Use condition-case to check for
6896         backward compatibility.
6898         * vc.el (vc-print-log): Use condition-case to check for backward
6899         compatibility.
6901 2004-04-11  Juri Linkov  <juri@jurta.org>
6903         * dired.el (dired-faces): New defgroup.
6904         (dired-header, dired-mark, dired-marked, dired-flagged)
6905         (dired-warning, dired-directory, dired-symlink, dired-ignored):
6906         New faces.
6907         (dired-header-face, dired-mark-face, dired-marked-face)
6908         (dired-flagged-face, dired-warning-face, dired-directory-face)
6909         (dired-symlink-face, dired-ignored-face): New face variables.
6910         (dired-font-lock-keywords): Use them instead of font-lock faces.
6911         Split the rule for dired marks into 3 separate rules: for marks,
6912         marked file names and flagged file names.
6914         * help-mode.el (help-make-xrefs): Add a final newline to the
6915         *Help* buffer.
6917 2004-04-11  John Paul Wallington  <jpw@gnu.org>
6919         * replace.el (occur-engine): Distinguish between one and several
6920         matches in the matches per buffer heading.
6922 2004-04-11  Kim F. Storm  <storm@cua.dk>
6924         * ido.el (ido-confirm-unique-completion): New defcustom.
6925         (ido-complete): Use it.
6926         (ido-write-file): Set it to t unconditionally.
6928 2004-04-10  Miles Bader  <miles@gnu.org>
6930         RCS keyword removal (only non-comment changes are enumerated here):
6932         * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
6933         (byte-compile-insert-header): Don't use `byte-compile-version'.
6934         * forms.el (forms-version): Variable removed.
6935         (forms-mode): Don't use `forms-version'.
6936         * recentf.el (recentf-version): Variable removed.
6937         * progmodes/delphi.el (delphi-version): Variable removed.
6938         * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
6940 2004-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
6942         * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
6944 2004-04-09  Jesper Harder  <harder@ifa.au.dk>
6946         * info.el (info-apropos): Improve menu item regexp.
6948 2004-04-09  Simon Josefsson  <jas@extundo.com>
6950         * mail/smtpmail.el: Add comment, based on report by
6951         kdc@rcn.com (Kevin D. Clark).
6953 2004-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6955         * progmodes/compile.el (compilation-mode-font-lock-keywords):
6956         Redo one more thing that I didn't notice Daniel had undone.
6958 2004-04-08  Nick Roberts  <nick@nick.uklinux.net>
6960         * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
6961         (gdb-goto-breakpoint, gdb-display-buffer)
6962         (gdb-display-source-buffer, gdb-view-source-function)
6963         (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
6964         (gdb-source-info, gdb-frame-handler): Don't specify a window
6965         for display.
6966         (gdb-info-breakpoints-custom): Remove superfluous update of
6967         assembler buffer.
6968         (gdb-many-windows): Make settable outside gdb.
6970 2004-04-08  Glenn Morris  <gmorris@ast.cam.ac.uk>
6972         * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
6973         Derive from fundamental-mode rather than text-mode.
6975 2004-04-08  Juri Linkov  <juri@jurta.org>
6977         * info.el (Info-history): Doc fix.
6978         (Info-history-list): New var.
6979         (info-xref): Change magenta4 to blue, remove bold for dark and
6980         light backgrounds, change bold to underline for non-color classes.
6981         (info-xref-visited): New face.
6982         (Info-fontify-visited-nodes): New custom.
6983         (Info-hide-note-references): Add new value `hide'.  Doc fix.
6984         (Info-reference-name): New var.
6985         (Info-selection-hook): New custom.
6986         (Info-edit-mode-hook): New var.
6987         (Info-find-file): New fun.
6988         (Info-find-node): Move part of code to Info-find-file.
6989         (Info-find-node-2): Add anchors to Info-history-list.  Move point
6990         to the place with the reference name if name is defined.
6991         (Info-select-node): Add current node to Info-history-list.
6992         (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
6993         (Info-search-whitespace-regexp): New custom.
6994         (Info-search-case-fold): New var.
6995         (Info-search): Add "case-sensitively" to the prompt.
6996         Use Info-search-whitespace-regexp.  Set Info-search-case-fold.
6997         (Info-search-case-sensitively, Info-search-next): New fun.
6998         (Info-up): Move point to the menu item of the current node.
6999         (Info-history): New fun.  Add *info-history* to
7000         same-window-buffer-names.
7001         (Info-toc): New fun.  Add *info-toc* to same-window-buffer-names.
7002         (Info-insert-toc): New fun.
7003         (Info-build-toc): New fun.
7004         (Info-follow-reference): Add new arg `fork'.  Doc fix.
7005         Replace [ \n\t]* by [ \n\t]+ in the *Note regexp.  For references
7006         with the same name prefer the reference closest to point.
7007         (Info-next-reference): Replace * by + in the *Note regexp.
7008         Add regexp for http:// and ftp://.  Skip the *Note prefix.
7009         (Info-prev-reference): Replace * by + in the *Note regexp.
7010         Add regexp for http:// and ftp://.  Skip the *Note prefix.
7011         (Info-follow-nearest-node): Add new arg `fork'.
7012         (Info-try-follow-nearest-node): Add new arg `fork'.
7013         Call browse-url for http:// and ftp:// references.
7014         Set Info-reference-name for index entries.
7015         (Info-mode-menu): Add menu items for Info-search-case-sensitively,
7016         Info-search-next, Info-history, Info-toc, clone-buffer.
7017         (Info-menu-update): Replace * by + in the *Note regexp.
7018         (Info-mode): Add documentation for Info-history, Info-toc,
7019         Info-search-case-sensitively, Info-search-next, clone-buffer.
7020         (Info-fontify-menu-headers): Remove fun.  Move code to
7021         Info-fontify-node.
7022         (Info-fontify-node): Add docstring.  Add local vars
7023         fontify-visited-p and not-fontified-p.  If not-fontified-p is t
7024         then fontify header line, titles, menu headers, http and ftp
7025         references, refill paragraphs.  If not-fontified-p is t or
7026         fontify-visited-p is t then fontify cross references, menu items.
7027         Fontify menu headers.  Fontify http and ftp references.
7028         Change regexp for cross references to require whitespace after *Note,
7029         add matching groups for file and node names.  Remove hack for quote.
7030         Use display property for Info-hide-note-references=t.  Use fifth
7031         or fourth match for help-echo.  Display visited nodes in a
7032         different face.  Unhide file names of external references.
7033         Unhide newlines.  Display visited menu items in a different face.
7035 2004-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7037         * progmodes/compile.el: Require CL.
7038         (compilation-mode-font-lock-keywords): Re-install the "line as
7039         function" patch.
7041         * help-fns.el (help-C-source-directory): New var.
7042         (help-subr-name, help-C-file-name, help-find-C-source): New funs.
7043         (describe-function-1, describe-variable): Use them.
7045         * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
7046         to C source files specially.
7048 2004-04-07  Jan Nieuwenhuizen  <janneke@gnu.org>
7050         * info.el (Info-hide-cookies-node): New function.
7051         (Info-select-node): Use it.
7052         (Info-display-images-node): Remove message with image file name.
7054 2004-04-07  Daniel Pfeiffer  <occitan@esperanto.org>
7056         * progmodes/compile.el (compilation-warning-face)
7057         (compilation-info-face, compilation-skip-threshold)
7058         (compilation-skip-visited, compilation-context-lines):
7059         Declare :version when added to Emacs.
7060         (compilation-error-regexp-alist-alist): Extend caml and irix.
7061         (compilation-setup): Fix if font-locked w/o font-lock-defaults.
7062         (compilation-mode-font-lock-keywords): Temporarily undo line as
7063         function patch, which wasn't ready.
7065 2004-04-07  Kenichi Handa  <handa@m17n.org>
7067         * international/latin1-disp.el (latin1-display-setup): Check each
7068         character is displayable or not instead of calling
7069         latin1-display-check-font.
7071 2004-04-06  Kenichi Handa  <handa@m17n.org>
7073         * language/ethio-util.el (ethio-sera-being-called-by-w3):
7074         New variable.
7075         (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
7076         instead of sera-being-called-by-w3.
7077         (ethio-fidel-to-sera-buffer): Likewise.
7078         (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
7079         instead of sera-being-called-by-w3.
7080         (ethio-write-file): Likewise.
7082 2004-04-05  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7084         * printing.el: Doc fix.
7086 2004-04-05  Nick Roberts  <nick@nick.uklinux.net>
7088         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
7089         (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
7090         (gdb-setup-windows): Only use separate IO buffer if required.
7092 2004-04-06  Kim F. Storm  <storm@cua.dk>
7094         * term.el (term-is-xemacs): Remove.
7095         (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
7096         (term-window-width): New function.
7097         (term-mode, term-check-size): Use it.
7098         (term-mode): Disable overflow-newline-into-fringe in term buffer.
7100 2004-04-05  Per Abrahamsen  <abraham@dina.kvl.dk>
7102         * cus-edit.el (custom-add-parent-links): Change unbound variable
7103         `symbol' to `name'.
7105 2004-04-05  Jesper Harder  <harder@ifa.au.dk>
7106         * info.el (info-apropos): New function.
7107         (Info-mode-menu): Add it.
7108         (Info-find-node, Info-find-node-2): Grok apropos virtual file.
7110         * help-mode.el (help-make-xrefs): Recognize aliased variable with
7111         inherited docstring.
7113         * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
7115 2004-04-04  Stefan Monnier  <monnier@iro.umontreal.ca>
7117         * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
7119         * progmodes/compile.el (font-lock): Don't require any more.
7120         (compilation-error-properties, compilation-start, compilation-sentinel)
7121         (compilation-filter, next-error): Use with-current-buffer.
7122         (compilation-skip-to-next-location, compilation-skip-threshold)
7123         (compilation-skip-visited): Move to silence the byte-compiler.
7124         (compilation-setup): Simplify.
7125         (compilation-next-error): Use line-(beginning|end)-position.
7126         Make sure `pt' is non-nil before using compilation-loop.
7127         (compile-goto-error): Add optional event arg.  Use it.
7128         (compile-mouse-goto-error): Make it an alias of compile-goto-error.
7129         (compilation-minor-mode-map, compilation-shell-minor-mode-map):
7130         Update the binding for mouse-2.
7131         (first-error): Set compilation-current-error to nil rather than bob.
7132         (compilation-parsing-end, compilation-parse-errors-function)
7133         (compilation-error-list, compilation-old-error-list):
7134         "New" compatibility variables.
7135         (compile-buffer-substring, compilation-compat-error-properties)
7136         (compilation-compat-parse-errors, compilation-forget-errors):
7137         New compatibility functions.
7138         (compilation-mode-font-lock-keywords): Use them.
7140 2004-04-04  Luc Teirlinck  <teirllm@auburn.edu>
7142         * autorevert.el (auto-revert-handler): If point (or a window
7143         point) is at the end of the buffer, keep it there after
7144         reverting.  This allows to tail a file.
7145         Mention this in the `Commentary'.
7147         * format.el (format-write-file): Add optional argument CONFIRM
7148         and make it behave like the analogous argument to `write-file'.
7150 2004-04-04  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7152         * progmodes/ebnf2ps.el: Doc fix.
7153         (ebnf-version): New version number (4.2).
7154         (ebnf-syntax): Customization and docstring fix.
7155         (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
7156         Put autoloaded funs before first use.
7157         (ebnf-style-database): Add dtd entry.
7158         (ebnf-syntax-alist): Add dtd initialization.
7159         (ebnf-token-sequence): New fun.
7160         (ebnf-comment-table): Add new comment action character.
7161         (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
7163         * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
7164         Type Definition for XML).
7166         * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
7167         * progmodes/ebnf-bnf.el (ebnf-sequence):
7168         * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
7169         * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
7170         * progmodes/ebnf-yac.el (ebnf-yac-sequence):
7171         Code simplification: call ebnf-token-sequence.
7173 2004-04-04  Eli Zaretskii  <eliz@gnu.org>
7175         * calendar/timeclock.el (timeclock-relative)
7176         (timeclock-get-project-function, timeclock-get-workday-function)
7177         (timeclock-query-out, timeclock-when-to-leave)
7178         (timeclock-when-to-leave-string, timeclock-log-data)
7179         (timeclock-generate-report, timeclock-in): Doc fixes.
7181 2004-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7183         * url/: New dir.  Import the URL package from its repository.
7185 2004-04-03  Andreas Schwab  <schwab@suse.de>
7187         * diff-mode.el (diff-mode): Fix missing quote.
7189 2004-04-03  Juri Linkov  <juri@jurta.org>
7191         * descr-text.el (describe-property-list): Add `font-lock-face'.
7193         * dired.el (dired-font-lock-keywords): Fix permission regexps.
7195 2004-04-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7197         * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
7198         Use utf-16le on little endian machines and utf-16be otherwise.
7200 2004-04-02  David Kastrup  <dak@gnu.org>
7202         * net/browse-url.el (browse-url-generic): Use call-process
7203         instead of start-process to allow browsers that fork and detach.
7205 2004-04-01  Daniel Pfeiffer  <occitan@esperanto.org>
7207         * compile.el (compilation-current-error): New var.
7208         (compilation-setup, compile-mouse-goto-error)
7209         (compile-goto-error, next-error): Use it.
7210         (compilation-skip-to-next-location): Default to t, which gives
7211         contiguous skipping like old compile (where this was redundant).
7212         (compilation-next-error): Prevent previous-* commands from moving
7213         back to message at or just before point.
7215 2004-04-01  Nick Roberts  <nick@nick.uklinux.net>
7217         * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
7218         (gdb-source-info): Don't display source at startup, if required.
7219         (gdb-show-main): New option.
7220         (gdba): Update documentation.
7221         (gdb-source): Cover case of auto-display output.
7223 2004-03-31  Luc Teirlinck  <teirllm@auburn.edu>
7225         * autorevert.el: Delete obsolete autoload's and defvar's.
7226         (auto-revert-check-vc-info): New user option.
7227         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
7228         (auto-revert-handler-vc): Delete.
7229         (auto-revert-handler): Treat return value `fast' of
7230         buffer-stale-function specially.  Check `auto-revert-check-vc-info'.
7232         * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
7233         return `fast'.
7235         * files.el (buffer-stale-function): Doc change.
7237 2004-03-31  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7239         * printing.el: New tip on Tips section.
7240         (pr-version): New version number (6.7.4).
7241         (pr-shell-file-name): Initialization fix.
7243 2004-03-31  Juri Linkov  <juri@jurta.org>
7245         * dired.el: Add autoload for `dired-do-touch'.
7246         (dired-touch-program): New var.
7247         (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
7248         (dired-no-confirm): Add `touch' to docstring.
7250         * dired-aux.el (dired-do-touch): New fun.
7251         (dired-do-chxxx): Add argument -t for touch operation.
7253         * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
7254         `dired-move-to-filename-regexp'.
7256 2004-03-31  H\e,Ae\e(Bkan Granath  <hakan.granath@kau.se>  (tiny change)
7258         * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
7260 2004-03-30  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7262         * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
7263         and only if the buffer was modified.
7265 2004-03-30  Kenichi Handa  <handa@m17n.org>
7267         * international/characters.el: Delete pairs for U+2308..U+230B.
7269 2004-03-29  Nick Roberts  <nick@nick.uklinux.net>
7271         * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
7272         to detect the beginning of a level 2 or 3 annotation.
7274 2004-03-29  Kenichi Handa  <handa@m17n.org>
7276         * international/ucs-tables.el (ucs-insert): Fix the error message.
7278 2004-03-29  Kenichi Handa  <handa@m17n.org>
7280         * international/mule-util.el (char-displayable-p): Fix generation
7281         of XLFD file name.
7283         * Makefile.in (setwins, setwins_almost): Change directory to $wd
7284         before finding directories by `find'.
7286 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7288         * subr.el (interactive-form): Delete.  Now implemented in C.
7290         * pcvs.el (cvs-parse-process): Workaround for Darwin.
7292         * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
7293         (vc-diff-label): New fun.
7294         (vc-diff-internal): Use it.
7296         * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
7298 2004-03-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7300         * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
7302         * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
7303         specify XML (EBNFX).
7305         * progmodes/ebnf2ps.el: Doc fix.
7306         (ebnf-version): New version number (4.1).
7307         (ebnf-syntax): Adjust customization.
7308         (ebnf-style-database): Add ebnfx entry.
7309         (ebnf-syntax-alist): Add ebnfx initialization.
7310         (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
7312         * printing.el: Doc fix.
7313         (pr-version): New version number (6.7.3).
7314         (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
7315         returns nil for mouse position.  Reported by Drew Adams
7316         <drew.adams@oracle.com>.
7317         (pr-update-menus): Modify interactive declaration.  Reported by Drew
7318         Adams <drew.adams@oracle.com>.
7320 2004-03-28  Nick Roberts  <nick@nick.uklinux.net>
7322         * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
7323         (gud-gdba-marker-filter): Log the process input and output, if
7324         required.  From Stefan Monnier.
7325         (gdb-debug-log, gdb-enable-debug-log): New variables.
7326         (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
7328 2004-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7330         * vc-hooks.el (vc-file-not-found-hook): Fix typo.
7331         From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
7333 2004-03-27  Luc Teirlinck  <teirllm@auburn.edu>
7335         * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
7336         Call vc-find-file-hook here instead of in auto-revert-buffers.
7337         (auto-revert-buffers): Delete call to vc-find-file-hook.
7338         (auto-revert-verbose, global-auto-revert-non-file-buffers)
7339         (global-auto-revert-mode, auto-revert-set-timer)
7340         (auto-revert-handler, auto-revert-buffers): Doc fixes.
7342 2004-03-27  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
7344         * woman.el (woman-change-fonts): Rename local variable
7345         woman-font-alist to font-alist to avoid a compiler warning.
7347 2004-03-27  Dave Love  <fx@gnu.org>
7349         * emacs-lisp/rx.el (rx): Doc fix.
7350         Fix copyright years.
7352         * strokes.el (strokes-global-set-stroke-string): New function.
7353         (strokes-list-strokes): Cope with strings, not just commands.
7354         Set foreground colour of image.
7355         (strokes-global-set-stroke): Doc fix.
7357 2004-03-26  Luc Teirlinck  <teirllm@auburn.edu>
7359         * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
7360         Auto Revert mode.
7361         (Buffer-menu-files-only): New variable.
7362         (Buffer-menu-toggle-files-only): New function.
7363         (Buffer-menu-mode-map): Bind it to `T'.
7364         (Buffer-menu-mode): Mention `T' in docstring.
7365         Set buffer-stale-function.
7366         (list-buffers-noselect): Mark buffer non-modified and set
7367         Buffer-menu-files-only.
7369         * dired.el (buffer-stale-function): Remove no longer needed defvar.
7371         * autorevert.el (auto-revert-handler): Print revert message
7372         before, rather than after, reverting.
7373         (buffer-stale-function): Move to files.el.
7375         * files.el (buffer-stale-function): Move here from autorevert.el.
7377 2004-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
7379         * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
7381         * calc/calc.el (calc-mode-map): Use mapc.
7383         * apropos.el (apropos-mode): Don't autoload.
7384         (apropos-symbols-internal): New fun.  Extracted from `apropos'.
7385         (apropos): Use it.
7386         (apropos-print): Add optional `text' argument.
7387         (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
7388         Don't assume point-min == 1.
7390         * bs.el (bs-buffer-list): Use buffer-local-value.
7391         (bs--set-toggle-to-show): Use with-current-buffer.
7393         * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
7394         New funs.
7395         (list-buffers-noselect): Use them.  Adjust :align-to to new style.
7397         * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
7399         * dabbrev.el (dabbrev-expand): Fix regexp construction.
7400         (dabbrev--find-expansion): Use pop.
7401         (dabbrev--search): Use match-string-no-properties.
7403         * dired.el (dired-mode): Use run-mode-hooks.
7404         (dired-move-to-end-of-filename): Use match-string.
7406         * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
7407         is bound before using it.
7408         (ediff-verbose-p): Make it into a var since it's not constant.
7410         * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
7412         * faces.el (read-face-font): Don't cons up unnecessarily.
7413         (header-line, tool-bar): Share common parts.
7415         * files.el (file-relative-name): Use compare-strings.
7417         * finder.el (finder-mode): Follow coding convention.
7419         * subr.el (read-number): New function.
7421         * ses.el (ses-read-number): Move to subr.el.
7422         (ses-set-header-row): Use read-number.
7424 2004-03-26  Andre Spiegel  <spiegel@gnu.org>
7426         * vc-hooks.el (vc-arg-list): New function, which handles both
7427         compiled and uncompiled code.
7428         (vc-default-workfile-unchanged-p): Use it.
7430         * vc.el (vc-print-log): Undo prev change, use new function
7431         vc-arg-list from vc-hooks.el.
7433 2004-03-26  Masatake YAMATO  <jet@gyve.org>
7435         * simple.el (completion-setup-function): Emphasize the
7436         first uncommon characters in the completions; and de-emphasize
7437         the common prefix substrings.
7438         (completion-emphasis): New face.
7439         (completion-de-emphasis): New face.
7441 2004-03-25  Juanma Barranquero  <lektu@terra.es>
7443         * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
7444         Comment out (it's unused and unfinished code).
7446 2004-03-25  Sam Steingold  <sds@gnu.org>
7448         * vc.el (vc-print-log): Fix a bug in the last patch:
7449         backend-function may be a byte-compiled object, not a lambda.
7451 2004-03-25  Juri Linkov  <juri@jurta.org>
7453         * descr-text.el (describe-property-list): Add a button
7454         for `face' property that calls `describe-face'.
7455         Suggested by luis fernandes <elf@ee.ryerson.ca>
7457         * international/mule.el (keyboard-coding-system):
7458         * kmacro.el (kmacro-call-macro): Fix docstring.
7460         * dired.el: Fix comments.
7462         * textmodes/fill.el (fill): Fix Info link.
7464         * font-lock.el (fast-lock, lazy-lock):
7465         * jit-lock.el (jit-lock): Remove links to removed Support Modes
7466         Info node.
7468         * eshell/eshell.el (eshell): Fix broken info-link.
7470         * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
7471         * eshell/em-banner.el (eshell-banner):
7472         * eshell/em-smart.el (eshell-smart):
7473         * eshell/esh-cmd.el (eshell-cmd):
7474         Comment out broken info-links to incomplete Info manual.
7476         * info-xref.el: Fix commentary.
7478 2004-03-25  Kevin Ryde  <user42@zip.com.au>
7480         * info-xref.el (info-xref-check-buffer): Report empty filename parts.
7481         Remove spurious node duplicate suppression, doesn't work, not wanted.
7482         (info-xref-output): Take format style args, add "sit-for 0" to let
7483         user see the results as they progress.
7484         (info-xref-check-all-custom): New function.
7486 2004-03-25  Nick Roberts  <nick@nick.uklinux.net>
7488         * gdb-ui.el: Moved to progmodes.
7490 2004-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7492         * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
7494 2004-03-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
7496         * calendar/appt.el (appt-check): Remove superfluous progn.
7497         When finished with diary buffer: if it was not being displayed
7498         before, kill it; otherwise restore its original state.
7499         Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
7501         * calendar/calendar.el (calendar-set-mode-line): Use total
7502         available mode-line width, rather than frame-width.
7504         * calendar/diary-lib.el (fancy-diary-display): Set mode-line
7505         after mode change so effect not lost.
7507 2004-03-23  Dave Love  <fx@gnu.org>
7509         * dired.el (dired) <defgroup>: Add link to manual.
7510         (dired-font-lock-keywords): Add highlighting on unusual permissions.
7511         (dired-revert): Use dolist.
7512         (dired-mode-map): Add U binding.
7513         (dired-mode): Add font-lock-beginning-of-syntax-function.
7514         (dired-garbage-files-regexp): Make it a defcustom.
7516 2004-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7518         * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
7519         is equivalent to nil.
7520         (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
7521         (vc-arch-mode-line-string): Accept `added' state.
7522         (vc-arch-state): Use inode-sigs if available.
7523         (vc-arch-add-tagline): Rename from vc-arch-add-tag.
7524         Copy&delete existing id file if any.  Fallback if uuidgen is absent.
7525         (vc-arch-tagline-re): New var.
7526         (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
7527         New functions.
7528         (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
7529         (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
7531         * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
7532         (vc-file-not-found-hook): Use it.
7534         * diff-mode.el (diff-default-read-only): Change default.
7535         (diff-mode-hook): Make it a defcustom.  Add some options.
7536         (diff-mode-map): Bind diff-refine-hook.
7537         (diff-yank-handler): New var.
7538         (diff-yank-function): New fun.
7539         (diff-font-lock-keywords): Use them.
7540         (diff-end-of-file): Handle case where file-header looks like diff text.
7541         (diff-hunk-kill): Adjust to "new" hunk-next behavior.
7542         (diff-file-kill): Delete a subsequent empty line, if applicable.
7543         (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
7544         (diff-find-file-name): Use it.
7545         (diff-tell-file-name): New command.
7546         (diff-mode): Be careful with view-mode.
7547         (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
7548         New functions, for use in diff-mode-hook.
7549         (diff-find-source-location): Catch "regex too large" errors.
7550         (diff-apply-hunk, diff-test-hunk): Go to old or new file.
7551         (diff-refine-hunk): New command.
7553         * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
7554         (smerge-context-menu-map): Remove unused var.
7555         (smerge-keep-all): Preserve markers.
7556         (smerge-keep-n): New fun.
7557         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
7558         (smerge-keep-current, smerge-ediff): Use it.
7559         (smerge-kill-current): Use it.  Make it work on some 3-part conflicts.
7560         (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
7561         (smerge-resolve): Resolve trivial 3-part conflicts.
7563 2004-03-23  Juri Linkov  <juri@jurta.org>
7565         * man.el (Man-width): New var.
7566         (Man-getpage-in-background): Use it.
7567         (Man-support-local-filenames): New var and fun.
7568         (Man-build-man-command): Don't add a second %s.
7569         (Man-fontify-manpage): Clean up message.
7570         (Man-mode): Set outline-regexp, outline-level,
7571         imenu-generic-expression.
7573         * woman.el (woman-fill-frame): Doc fix.
7574         (woman-decode-region): Use window-width instead of frame-width.
7576         * abbrevlist.el (list-one-abbrev-table):
7577         * descr-text.el (describe-char):
7578         * international/mule-diag.el (describe-current-coding-system):
7579         * international/quail.el (quail-insert-decode-map):
7580         Use window-width instead of frame-width.
7582         * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
7583         (jka-compr-mode-alist-additions): Add tbz.
7584         (jka-compr-write-region, jka-compr-insert-file-contents):
7585         Add message for undefined compress-program.
7586         (jka-compr-write-region): Remove redundant var bindings.
7588         * dired-x.el (dired-guess-shell-alist-default): Add choices for
7589         extracting files into subdirectory.  Add tbz and dz.  Fix regexps.
7590         Add extensions .[0-9] for man and nroff, and .pod for perldoc.
7591         (dired-man): Use dired-guess-shell-command.
7592         (dired-guess-shell-case-fold-search): Change defvar to defcustom.
7593         Change default nil to t.
7595         * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
7596         (dired-compare-directories): Add default value for empty input.
7598         * help-at-pt.el: Move suggestions for key bindings to Commentary.
7600         * time.el (display-time-string-forms): Fix help-echo date format.
7602 2004-03-22  Luc Teirlinck  <teirllm@auburn.edu>
7604         * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
7605         (buffer-stale-function): New variable.
7606         (auto-revert-list-diff, auto-revert-dired-file-list)
7607         (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
7608         (auto-revert-handler): Take over some functionality of deleted
7609         functions.
7610         (auto-revert-buffers): Delete call to auto-revert-buffer-p.
7612         * dired.el (dired-directory-changed-p): New fun, extracted from
7613         dired-internal-noselect.
7614         (dired-buffer-stale-p): New fun.
7615         (dired-internal-noselect): Use dired-directory-changed-p.
7616         Eliminate revert messages.
7617         (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
7619 2004-03-23  Kenichi Handa  <handa@m17n.org>
7621         * international/characters.el: Setup syntaxes for more parentheses
7622         Unicode characters.
7624         * international/mule-cmds.el (select-safe-coding-system):
7625         Merge coding-system and auto-cs before comparing them.
7627 2004-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7629         * emacs-lisp/pp.el (pp-eval-expression): Simplify.
7631         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
7632         normal-auto-fill-function and comment-indent-function.
7633         The default values now work just as well.
7634         Don't set font-lock-beginning-of-syntax-function since we already set
7635         syntax-begin-function.
7636         (lisp-outline-level): Put ;;;###autoload at same level as (.
7637         (prin1-char): Quote special chars.
7639         * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
7640         than with-no-warnings.
7642         * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
7643         if the source location can't be found.
7644         (edebug-compute-previous-result): Use prin1-char.
7646         * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
7647         (debug-ignored-errors): Add an entry.
7649         * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
7650         (byte-compile-file): Output warning when deleting a file.
7652         * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
7653         (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
7655         * emacs-lisp/byte-opt.el (byte-compile-log-lap)
7656         (byte-compile-inline-expand): Use backquote.
7657         (byte-optimize-pure-func): Rename from byte-optimize-concat.
7658         (symbol-name, regexp-opt, regexp-quote): Mark as pure.
7660         * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
7662         * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
7664 2004-03-22  Juri Linkov  <juri@jurta.org>
7666         * finder.el (finder-known-keywords): Fix data, tex, unix.
7668         * play/landmark.el: Fix keywords.
7670         * language/ethio-util.el (ethio-find-file): Doc fix.
7672         * emacs-lisp/warnings.el: Doc fix.
7674         * textmodes/ispell.el (ispell-help): Doc fix.
7676 2004-03-21  Luc Teirlinck  <teirllm@auburn.edu>
7678         * format.el (format-insert-file): Always return a list of two
7679         elements, like insert-file-contents does.
7681 2004-03-21  Andre Spiegel  <spiegel@gnu.org>
7683         * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
7684         and vc-BACKEND-diff.
7685         (vc-print-log): If the print-log implementation supports it, use
7686         the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
7687         (vc-version-diff, vc-diff-internal): Doc fixes.
7689         * vc-hooks.el (vc-default-workfile-unchanged-p): If the
7690         implementation supports it, let diff output go to *vc*,
7691         not *vc-diff*, since this is an internal call.
7693         * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
7695         * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
7697         * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
7699 2004-03-21  Dave Love  <fx@gnu.org>
7701         * progmodes/cfengine.el (cfengine-mode):
7702         Set parse-sexp-ignore-comments.
7704         * emacs-lisp/rx.el (rx): Work at compile time, not run time.
7706 2004-03-21  Juanma Barranquero  <lektu@terra.es>
7708         * allout.el (allout-mode): Fix docstring.
7710 2004-03-20  Luc Teirlinck  <teirllm@auburn.edu>
7712         * files.el (insert-directory): Fix bug if SWITCHES is a list.
7714         * autorevert.el (auto-revert-interval): Make new value take
7715         effect immediately when set through Custom.
7716         (auto-revert-set-timer): Add interactive declaration.
7718 2004-03-19  David Ponce  <david@dponce.com>
7720         * ruler-mode.el (ruler-mode-header-line-format-old):
7721         Don't `make-variable-buffer-local'.
7722         (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
7723         (ruler-mode-header-line-format): Simply funcall the above.
7724         (ruler-mode): Use `make-local-variable' and `kill-local-variable'
7725         to save/restore a previous header line format.
7726         (ruler-mode-space): Don't depend on a numeric WIDTH value.
7727         (ruler-mode-ruler): Use symbolic display elements for scrollbar,
7728         fringes and margins width.
7729         (ruler-mode-ruler-function): Default to ruler-mode-ruler.
7731 2004-03-18  Stefan Monnier  <monnier@iro.umontreal.ca>
7733         * log-edit.el (log-edit-font-lock-keywords): Typo.
7735         * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
7736         (tex-send-tex-command): Rather than here.
7737         (tex-compilation-parse-errors): Simplify.
7739         * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
7741         * time.el (display-time-string-forms): Add help-echo with date on time.
7743         * composite.el (compose-region): Use restore-buffer-modified-p.
7745         * disp-table.el (standard-display-8bit): Simplify.
7747         * server.el (server-process-filter): Delete temp frame.
7749         * add-log.el (add-change-log-entry): Simplify.
7751 2004-03-19  Kim F. Storm  <storm@cua.dk>
7753         * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
7754         (hexl-follow-line): Don't require 'fringe.
7756         * progmodes/compile.el (compilation-start): Always set
7757         compilation-last-buffer and return it.
7759 2004-03-17  Luc Teirlinck  <teirllm@auburn.edu>
7761         * simple.el (clone-buffer): Doc fix.
7763 2004-03-18  Juanma Barranquero  <lektu@terra.es>
7765         * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
7767 2004-03-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7769         * log-edit.el (log-edit-font-lock-keywords): New var.
7770         (log-edit-mode): Use it.
7772 2004-03-17  Nick Roberts  <nick@nick.uklinux.net>
7774         * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
7775         properly for watching in speedbar.
7777 2004-03-17  Masatake YAMATO  <jet@gyve.org>
7779         * smerge-mode.el (smerge-popup-context-menu):
7780         Put `unwind-protect' around `overlay-put' and `popup-menu'.
7782 2004-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7784         * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
7785         (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
7786         Take sealed revisions into account.
7787         (vc-arch-checkin): Extract a summary line from the message.
7789 2004-03-16  Masatake YAMATO  <jet@gyve.org>
7791         * register.el (register): Provide `register' feature.
7793 2004-03-15  Masatake YAMATO  <jet@gyve.org>
7795         Added context menu support in smerge mode.
7796         Most of the part is written by Stefan Monnier.
7798         * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
7799         New keymap and menu.
7800         (smerge-text-properties): New function.
7801         (smerge-remove-props): New function.
7802         (smerge-popup-context-menu): New function.
7803         (smerge-resolve): Call `smerge-remove-props'.
7804         (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
7805         (smerge-keep-current): Ditto.
7806         (smerge-kill-current): New function.
7807         (smerge-match-conflict): Put text properties.
7808         Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
7810 2004-03-15  David Ponce  <david@dponce.com>
7812         * ruler-mode.el: (ruler-mode-left-fringe-cols)
7813         (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
7814         (ruler-mode-right-scroll-bar-cols): Remove.
7815         (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
7816         (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
7817         Use fringe-columns and scroll-bar-columns.
7819 2004-03-15  Masatake YAMATO  <jet@gyve.org>
7821         * hl-line.el (hl-line-range-function): New variable.
7822         (hl-line-move): New function.
7823         (global-hl-line-highlight): Use `hl-line-move'.
7824         (hl-line-highlight): Ditto.
7826         * scroll-bar.el (scroll-bar-columns):
7827         * fringe.el (fringe-columns): New function derived from ruler-mode.el.
7829         * ruler-mode.el (top-level): Require scroll-bar and fringe.
7830         (ruler-mode-left-fringe-cols)
7831         (ruler-mode-right-fringe-cols): Use `fringe-columns'.
7832         (ruler-mode-right-scroll-bar-cols)
7833         (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
7834         (ruler-mode-ruler-function): New variable.
7835         (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
7836         if the value for `ruler-mode-ruler-function'is given.
7838         * hexl.el (hexl-mode-hook): Make the hook customizable.
7839         (hexl-address-area, hexl-ascii-area): New customize variables.
7840         (hexlify-buffer): Put font-lock-faces on the address area and
7841         the ascii area.
7842         (hexl-activate-ruler): New function.
7843         (hexl-follow-line): New function.
7844         (hexl-highlight-line-range): New function.
7845         (hexl-mode-ruler): New function.
7847 2004-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
7849         * vc-hooks.el (vc-handled-backends): Add Arch.  Move MCVS down.
7850         (vc-default-find-file-hook): New fun.
7851         (vc-find-file-hook): Call new find-file-hook operation.
7853         * vc-arch.el: New file.
7855 2004-03-12  Jesper Harder  <harder@ifa.au.dk>
7857         * info-look.el (info-lookup): Reuse an existing Info window.
7859 2004-03-12  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
7861         * woman.el (woman-preserve-ascii): Default value changed to t and
7862         doc string revised.
7864 2004-03-12  Richard M. Stallman  <rms@gnu.org>
7866         * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7867         Fix minor bug.
7869         * replace.el (occur-engine): Change message for count of matches.
7871         * emacs-lisp/bytecomp.el (byte-compile-get-constant):
7872         For strings, do compare text properties.
7874 2004-03-11  Daniel Pfeiffer  <occitan@esperanto.org>
7876         * progmodes/compile.el (compile-auto-highlight)
7877         (compilation-error-list, compilation-old-error-list)
7878         (compilation-parse-errors-function, compilation-parsing-end)
7879         (compilation-error-message, compilation-directory-stack)
7880         (compilation-enter-directory-regexp-alist)
7881         (compilation-leave-directory-regexp-alist)
7882         (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
7883         (compilation-current-file, compilation-regexps): Remove vars.
7885         (compile-error-at-point, compilation-error-filedata)
7886         (compilation-error-filedata-file-name, compile-reinitialize-errors)
7887         (compilation-next-error-locus, compilation-forget-errors)
7888         (count-regexp-groupings, compilation-parse-errors)
7889         (compile-collect-regexps, compile-buffer-substring): Remove funs.
7891         (compile-internal): Make obsolete.
7893         (compilation-first-column, compilation-error)
7894         (compilation-directory-matcher, compilation-page-delimiter)
7895         (compilation-mode-font-lock-keywords, compilation-debug)
7896         (compilation-error-face, compilation-warning-face)
7897         (compilation-info-face, compilation-line-face)
7898         (compilation-column-face, compilation-enter-directory-face)
7899         (compilation-leave-directory-face, compilation-skip-threshold)
7900         (compilation-skip-visited, compilation-context-lines): New vars.
7902         (compilation-warning-face, compilation-info-face)
7903         (compilation-message-face): New faces.
7905         (compilation-error-regexp-alist-alist): New constant.
7907         (compilation-face, compilation-directory-properties)
7908         (compilation-assq, compilation-error-properties, compilation-start)
7909         (define-compilation-mode, compilation-loop)
7910         (compilation-set-window): New functions.
7912         (compile): Additional argument for interactive compiles like TeX.
7914         * progmodes/grep.el (kill-grep): Move here from compile.el
7915         (grep-error, grep-hit-face, grep-error-face)
7916         (grep-mode-font-lock-keywords): New variables.
7917         (grep-regexp-alist): Simplify regexp and add `binary' case.
7918         (grep-mode): New mode.
7919         (grep-process-setup): Simplify.
7921 2004-03-11  Jason Rumney  <jasonr@gnu.org>
7923         * net/ldap.el (ldap-search-internal): Handle file URLs with drive
7924         letters on DOS/Windows.
7926 2004-03-11  Stefan Monnier  <monnier@iro.umontreal.ca>
7928         * server.el (server-name): New var.
7929         (server-socket-dir): New var to replace server-socket-name.
7930         (server-start): Use them.
7932 2004-03-11  Simon Josefsson  <jas@extundo.com>
7934         * mail/smtpmail.el (smtpmail-read-response): Abort if process has
7935         died to avoid infloop.  Reported by Jonathan Glauner
7936         <jglauner@sbum.org>.
7938 2004-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7940         * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
7941         (smerge-mode-menu): Use it to deactivate menu entries.
7942         (smerge-keep-current): New fun.
7943         (smerge-keep-current): Use it.
7945 2004-03-10  John Paul Wallington  <jpw@gnu.org>
7947         * foldout.el (foldout-fold-list, foldout-modeline-string):
7948         Declare them as variables, not constants.
7950 2004-03-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7952         * ps-print.el: Modification to print *Messages* buffer.
7953         (ps-print-version): New version 6.6.4.
7954         (ps-message-log-max): New fun.
7955         (ps-spool-without-faces, ps-spool-with-faces)
7956         (ps-count-lines-preprint): Code fix.
7958         * printing.el: New tips in Tips section.
7960 2004-03-09  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
7962         * delim-col.el: Doc fix.
7964         * printing.el: Doc fix.  New doc section (Tips).
7966 2004-03-09  Stefan Monnier  <monnier@iro.umontreal.ca>
7968         * type-break.el (type-break-emacs-variant): Remove.
7969         (type-break-run-at-time, type-break-cancel-function-timers):
7970         Use fboundp rather than version name and number.
7972 2004-03-09  Masatake YAMATO  <jet@gyve.org>
7974         * hexl.el (hexl-mode): Use `make-local-variable' instead of
7975         `make-variable-buffer-local'.
7977 2004-03-08  Michael Albinus  <Michael.Albinus@alcatel.de>
7979         * find-dired.el (find-dired): Call `shell-command' instead of
7980         `start-process-shell-command'.  By this, Tramp takes over
7981         handling of remote directories.
7983 2004-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7985         * newcomment.el (comment-use-global-state): New var.
7986         (comment-search-forward): Use it.
7988         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
7990         * cus-edit.el (fill) <defgroup>: Move to fill.el.
7992         * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
7993         (enable-kinsoku): Make it a defcustom.
7994         (fill-comment-paragraph): Don't rely on fill-prefix to bound the
7995         paragraph to same-comment-start-marker.
7997 2004-03-07  Dave Love  <fx@gnu.org>
7999         * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
8000         (browse-url-mail): Use it.
8002         * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
8003         (rfc2368-unhexify-string): Use replace-regexp-in-string.
8005 2004-03-07  Francis J. Wright  <F.J.Wright@qmul.ac.uk>
8007         * woman.el (woman-man.conf-path): Doc fix.
8008         (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
8010 2004-03-07  Eli Zaretskii  <eliz@gnu.org>
8012         * sort.el (sort-columns): Remove ms-dos from the list of systems
8013         where the external `sort' command is not used.
8015 2004-03-07  Kim F. Storm  <storm@cua.dk>
8017         * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
8018         (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
8019         from overlay-arrow-variable-list.
8020         (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
8022 2004-03-06  Nick Roberts  <nick@nick.uklinux.net>
8024         * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
8025         overlay arrow string properly for the assembler buffer.
8027 2004-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8029         * mail/sendmail.el (mail-mode): Fix last change.
8031 2004-03-05  Nick Roberts  <nick@nick.uklinux.net>
8033         * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
8034         for the assembler buffer.
8035         (gdb-assembler-custom): Position the overlay arrow.
8036         (gdb-put-arrow, gdb-remove-arrow): Delete functions.
8038 2004-03-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8040         * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
8042         * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
8043         regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
8045         * mail/sendmail.el (mail-mode): Set comment-start-skip.
8047         * newcomment.el (uncomment-region): Allow non-terminated comment.
8048         (comment-normalize-vars): Check the user-specified comstart marker.
8050 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
8052         * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
8053         Otherwise, do use it if the region only contains font-lock text
8054         properties.
8056 2004-03-04  Masatake YAMATO  <jet@gyve.org>
8058         * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
8059         as the callback function for eldoc.
8060         (hexl-print-current-point-info): New function.
8061         (hexl-current-address): Print the address in both decimal
8062         and hexadecimal format.
8064 2004-03-04  Richard M. Stallman  <rms@gnu.org>
8066         * mail/rmail.el (rmail-convert-to-babyl-format):
8067         Specify t for UNIBYTE when calling mail-unquote-printable-region.
8069         * mail/mail-utils.el (mail-unquote-printable-region):
8070         New arg UNIBYTE.
8072         * startup.el (command-switch-alist): Doc fix.
8074         * simple.el (undo): Temporarily set this-command to `undo-start',
8075         then set it to `undo' once undo-start returns without error.
8077         * simple.el (minibuffer-history-sexp-flag): Doc fix.
8079         * simple.el (kill-line): Don't disregard trailing whitespace
8080         in eol condition, if show-trailing-whitespace is set.
8082         * mouse-sel.el (mouse-sel-has-been-enabled): New var.
8083         (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
8084         When disabling, restore old values only if mouse-sel-has-been-enabled.
8086         * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
8087         (isearch-{-char): New function.
8088         (isearch-mode-map): Bind { to isearch-{-char.
8090         * font-lock.el (lisp-font-lock-keywords-2):
8091         Turn off the CL with-... and do-... general patterns.
8092         Instead, recognize several specific with... and do... constructs.
8094         * files.el (switch-to-buffer-other-window):
8095         Bind same-window-buffer-names and same-window-regexps to nil.
8096         (switch-to-buffer-other-frame): Likewise.
8098 2004-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8100         * textmodes/fill.el (fill-comment-paragraph): Be more careful when
8101         recognizing leading comment on code line.
8103 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8105         * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
8106         hidden files/directories.
8108 2004-03-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8110         * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
8111         only comment-start (in case the mode hasn't set it).
8113         * Makefile.in (AUTOGENEL): New var.
8114         (bootstrap-prepare): Rename from bootstrap-clean.
8115         Don't remove elc files.
8116         (maintainer-clean): New target.
8118         * xml.el (xml-get-attribute-or-nil): Simplify.
8120 2004-03-02  Juri Linkov  <juri@jurta.org>
8122         * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
8123         (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
8124         URL to prevent their substitution with the environment variable
8125         values by browsers.
8127 2004-03-03  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8129         * ps-print.el: Doc fix.
8130         (ps-print-version): New version number (6.6.3).
8131         (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
8132         Docstring fix.
8133         (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
8134         before printing.
8135         (ps-time-stamp-yyyy-mm-dd): New fun.
8136         (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
8138 2004-03-02  Kim F. Storm  <storm@cua.dk>
8140         * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
8142 2004-03-01  Juanma Barranquero  <lektu@terra.es>
8144         * allout.el (allout-rebullet-heading): Fix typo in docstring.
8146         * desktop.el (desktop-file-version)
8147         (desktop-after-read-hook): Fix typos.
8148         (desktop-clear-preserve-buffers): Remove redundant info in
8149         docstring already shown by the obsolescence message.
8150         (desktop-truncate, desktop-internal-v2s)
8151         (desktop-value-to-string): Change argument name to match docstring.
8153         * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
8155         * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
8156         docstring.
8158 2004-02-29  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8160         * printing.el: Replace "As Is..." in PostScript file print/preview by
8161         "No Preprocessing...".  Suggested by Colin Marquardt
8162         <_marquardt_@zmd.de>.
8163         (pr-insert-section-4): Adjust buffer interface.
8165 2004-02-29  Kai Grossjohann  <kai.grossjohann@gmx.net>
8167         Version 2.0.39 of Tramp released.
8169         * net/tramp.el (tramp-handle-file-local-copy)
8170         (tramp-handle-write-region, tramp-open-connection-rsh):
8171         Variable name typo.  Small change.  From Patrick Tullmann
8172         <tullmann@flux.utah.edu>.
8173         (tramp-process-connection-type): New variable.
8174         (tramp-maybe-open-connection): Use it.
8175         (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
8176         (tramp-touch): Set last-modified time of a remote file.
8177         (tramp-handle-write-region): Say which function is used when encoding.
8179 2004-02-29  Michael Albinus  <Michael.Albinus@alcatel.de>
8181         * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
8182         case of non-existing filename, too.  Reported by Christoph Bauer
8183         <c_bauer@informatik.uni-kl.de>.
8184         (tramp-smb-get-file-entries): The directory in question should
8185         have permissions "drwxrwxrwx".  Just virtual, because we don't
8186         know the real permissions.  Don't we know?
8187         (tramp-smb-prompt): Add virtual prompt from listing shares, too.
8188         (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
8189         (tramp-smb-wait-for-output): Optimize algorithm getting pending
8190         output.  If it was received chunkwise, there have been problems.
8191         Remove the "prompt not found" error message; it is obvious.
8192         Simplify algorithm.
8193         (tramp-smb-process-running): Remove.  Since we acknowledge the
8194         virtual prompt for shares, there's no need for distinction of
8195         reading shares (process ends afterwards) and interactive mode of
8196         smblient.
8197         (tramp-smb-open-connection): Setting process sentinel removed.
8198         (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
8199         "NT_STATUS_NETWORK_ACCESS_DENIED".
8200         (tramp-smb-maybe-open-connection): Set `process-connection-type'
8201         to 'pty.  Suggested by Piet van Oostrum <piet@cs.uu.nl>.
8202         (top-level): Setting default value in `tramp-default-method-alist'
8203         corrected.  Order of USER and HOST have been wrong.
8204         Nobody complained for months ...
8205         (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
8206         (tramp-smb-open-connection): Clear password cache if login has failed.
8208         * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
8209         `tramp-unified-filenames'.
8210         (tramp-completion-mode): Make test for XEmacs explicitely.
8211         `event-to-character' can exists in Emacs packages too.
8212         Reported by Matt Swift <swift@alum.mit.edu>.
8213         (tramp-buffer-name): Buffer name must contain the user if exists.
8214         Reported by Adrian Phillips <a.phillips@met.no>.
8215         (tramp-do-copy-or-rename-file): Handle out-of-band methods.
8216         Call `tramp-do-copy-or-rename-file-out-of-band' this case.
8217         (tramp-do-copy-or-rename-file-out-of-band): Rename from
8218         `tramp-do-copy-or-rename-file-one-local', because it handles also
8219         the case both files use the same out-of-band method.
8220         Implementation added.
8221         (tramp-handle-file-local-copy, tramp-handle-write-region):
8222         Out-of-band handling removed.  `copy-file' called instead, which
8223         calls `tramp-do-copy-or-rename-file-out-of-band'.
8224         (tramp-action-password): Check for out-of-band method removed.
8225         This function is used for 'login-program.
8226         (tramp-post-connection): Use `tramp-method-out-of-band-p' when
8227         appropriate.
8228         (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
8229         and `tramp-parse-sknownhosts'.
8230         (tramp-completion-function-alist): It's a defvar now, because we
8231         want to apply the optimized `tramp-set-completion-function'
8232         instead of a static list.
8233         (tramp-set-completion-function): Implementation tuned.
8234         Avoid double entries, and entries where the function or the
8235         file/directory doesn't exist.
8236         (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
8237         for SSH2.
8238         (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
8239         (tramp-handle-dired-compress-file): New function.
8240         (tramp-async-proc): New variable.
8241         (tramp-handle-shell-command): Adding asynchronous processes.
8242         They are far from being perfect, but it works at least for
8243         `find-grep-dired' and `find-name-dired' in Emacs 21.4.
8244         (top-level): Require password.el if visible.  Should be mandatory
8245         once No Gnus has found its way into (X)Emacs.
8246         (tramp-read-passwd): Invoke `password-read' if available,
8247         `read-passwd' otherwise.  `ange-ftp-read-passwd' isn't used as
8248         fallback any longer.
8249         (tramp-clear-passwd): New function.
8250         (tramp-process-actions, tramp-process-multi-actions):
8251         Clear password cache if login has failed.
8253         * net/tramp-ftp.el (Commentary): Remove pointer to EFS.  It has
8254         its own module.
8255         (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
8256         `ange-ftp-ftp-name-res'.  There could be incorrect values from
8257         previous calls in case the "ftp" method is used in the Tramp file
8258         name.  Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8260 2004-02-28  Richard M. Stallman  <rms@gnu.org>
8262         * term.el (term-mouse-paste): Call mouse-set-point.
8264         * thumbs.el: New file.
8266 2004-02-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8268         * progmodes/ebnf-abn.el: Doc fix.
8270         * progmodes/ebnf-bnf.el: Doc fix.
8271         (ebnf-repeat): Code fix.
8273         * progmodes/ebnf2ps.el: Doc fix.
8274         (ebnf-syntax-directory, ebnf-syntax-file): New funs.
8276 2004-02-28  Juri Linkov  <juri@jurta.org>
8278         * ffap.el (dired-at-point): Additional writability test for
8279         relative directory names.
8280         (dired-at-point-prompter): Treat directories as a directory, get
8281         the directory component from files.
8282         (ffap-string-at-point): Return string from region if region is active.
8283         (ffap-file-at-point): Remove redundant code.
8285 2004-02-28  Kim F. Storm  <storm@cua.dk>
8287         * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
8288         Initialize margin area images to nil.
8289         (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
8290         (breakpoint-enabled-bitmap-face)
8291         (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
8292         (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
8293         (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
8294         (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
8295         (gdb-reset): Use gdb-remove-breakpoint-icons.
8296         (gdb-put-string): Add dprop arg to specify alternative display
8297         property (for setting fringe bitmap).
8298         (gdb-remove-strings): Doc fix.
8299         (gdb-put-breakpoint-icon): New defun which displays a breakpoint
8300         icon in fringe (if available), or else as icon or text in display
8301         margin.  Creates necessary icons in breakpoint-bitmap,
8302         breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
8303         Also make left window margin if required.
8304         (gdb-remove-breakpoint-icons): New defun to remove breakpoint
8305         icons inserted by gdb-put-breakpoint-icon.  Remove left margin if
8306         no longer needed.
8307         (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
8308         gdb-put-breakpoint-icon.
8309         (gdb-assembler-mode): Don't set left-margin-width here.
8311 2004-02-27  Kevin Ryde  <user42@zip.com.au>
8313         * info-look.el: In scheme-mode symbol regexp, disallow backquote and
8314         comma, so that it DTRT in macros.
8316 2004-02-27  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8318         * progmodes/sh-script.el (sh-shell-arg)
8319         (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
8320         (sh-leading-keywords, sh-other-keywords): Fix custom type.
8322 2004-02-27  Dan Nicolaescu  <dann@ics.uci.edu>
8324         * faces.el (face-spec-set-match-display): Add a new attribute,
8325         `min-colors'.
8326         (region, highlight, secondary-selection): Use `min-colors'.
8328         * custom.el (defface): Add documentation for `min-colors'.
8330         * font-lock.el (font-lock-comment-face, font-lock-string-face)
8331         (font-lock-keyword-face, font-lock-function-name-face)
8332         (font-lock-variable-name-face, font-lock-constant-face):
8333         Use `min-colors'.
8335         * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
8337 2004-02-25  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8339         * progmodes/ebnf2ps.el: Doc fix.  For compatibility with Emacs 20,
8340         define assq-delete-all if it's not defined.
8341         (ebnf-generate-region): Code fix.
8343         * printing.el: Doc fix.
8344         (pr-version): New version number (6.7.2).
8345         (pr-command): Return empty string if command is an empty string.
8347 2004-02-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
8349         * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
8351         * progmodes/ebnf2ps.el: Doc fix.  Accept ABNF (Augmented BNF).  New
8352         arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
8353         semi-down-full.  Fix a bug on productions like test = {"test"}* | (
8354         "tt" ["test"] ).  Reported by Markus Dreyer
8355         <mdreyer@ix.urz.uni-heidelberg.de>.
8356         (ebnf-version): New version number (4.0).
8357         (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
8358         (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
8359         (ebnf-delete-style): New commands.
8360         (ebnf-directory, ebnf-file): New funs.
8361         (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
8362         (ebnf-production-name-p, ebnf-stop-on-error): New options.
8363         (ebnf-syntax-alist): New var.
8364         (ebnf-element-width): New fun replacing ebnf-list-width.
8365         (ebnf-arrow-shape, ebnf-syntax): Custom fix.
8366         (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
8367         (ebnf-prologue): Adjust vars.
8368         (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
8369         (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
8370         (ebnf-check-style-values, ebnf-generate-production)
8371         (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
8372         (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
8373         (ebnf-token-repeat): Code fix.
8375         * progmodes/ebnf-yac.el: Doc fix.  Handle Bison pragmas %nonassoc,
8376         %right, %left and %prec.  Suggested by Matthew K. Junker
8377         <junker@alum.mit.edu>.
8378         (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
8380         * progmodes/ebnf-iso.el: Doc fix.
8381         (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
8382         (ebnf-iso-lex): Code fix.
8384         * progmodes/ebnf-bnf.el: Doc fix.
8385         (ebnf-bnf-lex): Code fix.
8387         * progmodes/ebnf-otz.el: Doc fix.
8389 2004-02-23  Luc Teirlinck  <teirllm@auburn.edu>
8391         * abbrev.el (write-abbrev-file): Make argument optional.  Doc fix.
8392         (abbrev-prefix-mark): Doc fix.
8394 2004-02-23  Nick Roberts  <nick@nick.uklinux.net>
8396         * gdb-ui.el (gud-watch): Load tooltip, if necessary.
8397         (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
8398         (gdb-var-delete): Make interactive (really).
8399         (gdb-edit-value): Make non-interactive.
8401         * progmodes/gud.el (gud-speedbar-menu-items):
8402         Add gdb-var-delete and, indirectly, gdb-edit-value.
8403         (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
8404         (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
8405         (gud-gdb-marker-filter): Add comment for annotations.
8407 2004-02-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
8409         * calendar/calendar.el (generate-calendar)
8410         (calendar-read-date): Prevent display of BC calendars once more -
8411         reverts 2003-10-01 change.
8412         (generate-calendar-month): Doc fix.
8414 2004-02-03  Matthew Mundell  <matt@mundell.ukfsn.org>  (tiny change)
8416         * calendar/diary-lib.el (fancy-diary-display): Don't rely on
8417         return value of increment-calendar-month.
8419 2004-02-21  Stephen Compall  <s11@member.fsf.org>
8421         * saveplace.el (save-place-forget-unreadable-files)
8422         (save-place-save-skipped, save-place-skip-check-regexp): New vars.
8423         (save-place-forget-unreadable-files): New function.
8424         (save-place-alist-to-file): Use it to filter out files that are
8425         no longer readable.
8427         * textmodes/texinfo.el (texinfo-insert-@item): Look for the
8428         current Texinfo environment, using the same method as in
8429         `texinfo-insert-@end', and insert a space rather than a newline if
8430         point in a @table environment.
8432 2004-02-21  Juri Linkov  <juri@jurta.org>
8434         * ffap.el (ffap-file-at-point): Try parent directories.
8436 2004-02-21  Klaus Zeitler  <kzeitler@lucent.com>
8438         * vcursor.el (vcursor-modifiers): New defcustom.
8439         (vcursor-cs-binding): Use vcursor-modifiers instead of a
8440         hard-coded list.
8442 2004-02-21  Masatake YAMATO  <jet@gyve.org>
8444         * play/animate.el (animate-birthday-present): Accept names other
8445         than `Sarah', too.
8447 2004-02-21  Juri Linkov  <juri@jurta.org>
8449         * startup.el: Remove table of command line arguments from the
8450         Commentary section.
8452 2004-02-20  John Wiegley  <johnw@newartisans.com>
8454         * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
8455         again" modifier from 'e' to 'E', since 'e' is also used by the
8456         "file extension" modifier.
8458 2004-02-19  Luc Teirlinck  <teirllm@auburn.edu>
8460         * help-fns.el (describe-categories): Doc fix.
8462 2003-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
8464         * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
8465         temporary file for buffer already visiting one.  This change makes
8466         output likely to be directly usable by patch program.
8467         Suggested by Adrian Aichner  <adrian@xemacs.org>
8469 2004-02-20  Nick Roberts  <nick@nick.uklinux.net>
8471         * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
8472         case of variables defined in compound statements.
8473         (gdb-setup-windows, gdb-source-info, gdb-source-info):
8474         Simplify constructions using switch-to-buffer.
8476 2004-02-19  Simon Josefsson  <jas@extundo.com>
8478         * play/morse.el: Fix typo.
8479         (morse-code): Add @.
8481 2004-02-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
8483         * calendar/appt.el (appt-display-format): Change default to
8484         'ignore, for backwards compatibility.
8485         (appt-display-message): If appt-display-format is 'ignore,
8486         respect old vars appt-msg-window and appt-visible.
8487         (appt-activate): Don't depend on return value of cancel-timer.
8489         * calendar/calendar.el (calendar-holidays): Doc fix.
8491         * calendar/cal-coptic.el (coptic-prompt-for-date):
8492         Use assoc-string instead of assoc-ignore-case.
8493         * calendar/cal-french.el (calendar-goto-french-date): Ditto.
8494         * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
8495         (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
8496         * calendar/cal-islam.el (calendar-goto-islamic-date)
8497         (mark-islamic-diary-entries): Ditto.
8498         * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
8499         * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
8500         (calendar-read-mayan-tzolkin-date): Ditto.
8501         * calendar/calendar.el (calendar-read-date): Ditto.
8502         * calendar/diary-lib.el (mark-diary-entries): Ditto.
8504 2004-02-18  Markus Rost  <rost@mathematik.uni-bielefeld.de>
8506         * progmodes/executable.el (executable-command-find-posix-p):
8507         Fix choice of the directory.
8509 2004-02-17  Luc Teirlinck  <teirllm@auburn.edu>
8511         * simple.el (interprogram-cut-function)
8512         (interprogram-paste-function, kill-new, kill-append):
8513         Doc fixes.
8514         (kill-region): Make it return nil.  Doc fix.
8515         (yank-pop): Make its argument optional.
8516         (yank): Make ARG `-' equivalent to `-1'.
8518 2004-02-17  Eli Zaretskii  <eliz@gnu.org>
8520         * mail/rmail.el (rmail-get-new-mail): Don't reference
8521         rmail-use-spam-filter if rmail-spam-filter is not loaded.
8523 2004-02-16  Luc Teirlinck  <teirllm@auburn.edu>
8525         * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
8526         if one of global-auto-revert-non-file-buffers or autorevert-mode
8527         is non-nil.
8529 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
8531         * subr.el (delete-dups): A better implementation from Karl Heuer
8532         <kwzh@gnu.org>.
8534 2004-02-16  Matt Hodges  <matt@stchem.bham.ac.uk>  (tiny change)
8536         * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
8537         correct place.
8538         * progmodes/icon.el (icon-indent-command): Ditto.
8539         * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
8541 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
8543         * progmodes/grep.el (grep-compute-defaults): Undo change from
8544         2004-01-29: don't use executable-command-find-posix-p.
8546 2004-02-16  Richard Sharman  <rsharman@pobox.com>
8548         * hilit-chg.el: Use require instead of eval-and-compile.
8549         (highlight-compare-buffers): New function.
8551 2004-02-16  John Basrai  <jbasrai@comcast.net>  (tiny change)
8553         * man.el (Man-fontify-manpage): Render section headings in
8554         `Man-overstrike-face' even when overstrike was not used by man
8555         formatter for section headings.
8557 2004-02-16  Eli Tziperman  <eli@deas.harvard.edu>
8559         * rmail-spam-filter.el: (vm-use-spam-filter)
8560         (rsf-min-region-length-added-to-spam-list): New variables.
8561         (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
8562         rmail-bbdb-auto-delete-spam-entries.  Add cc: to recipients for
8563         spam testing.  Don't delete spam message if automatic deletion
8564         after output via variable rmail-delete-after-output is turned on.
8565         (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
8566         rsf-bbdb-dont-create-entries-for-spam.
8567         (check-field): New function, extracted from code in
8568         rmail-spam-filter to ease addition of header fields like content-type.
8569         (message-content-type): New variable to check the content-type:
8570         field added, also in defcustom of rsf-definitions-alist.
8571         (rmail-spam-filter): Replace repeated test code for header fields
8572         by calls to check-field; change the call to
8573         rmail-output-to-rmail-file such that rmail-current-message stays
8574         the same to avoid wrong deletion of unseen flags.
8575         (rsf-add-contents-type): New function to convert old format
8576         of rmail-spam-definitions-alist into new one.
8577         Change prefixes of all variables and functions from
8578         rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
8580 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
8582         * loadhist.el (unload-hook-features-list): New defvar.
8584 2004-02-16  Dave Love  <fx@gnu.org>
8586         * loadhist.el (unload-feature): Doc fix.  Rename flist to
8587         unload-hook-features-list.
8589 2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change)
8591         * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
8592         cookie.  Don't check if we are looking-at open-formula.
8594 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
8596         * subr.el (match-string-no-properties): Use substring-no-properties.
8598 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
8600         * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
8601         (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
8602         Use lower-case "rx" in all error message.
8604 2004-02-16  Dave Love  <fx@gnu.org>
8606         * emacs-lisp/rx.el (rx-or): Put group around result.
8607         (rx-constituents): Add backref.
8608         (rx-syntax): Add string-delimiter, comment-delimiter.
8609         (rx-categories): Add combining-diacritic.
8610         (rx-check-not, rx-greedy, rx): Doc fix.
8611         (rx-backref, rx-check-backref): New.
8613 2004-02-16  Jesper Harder  <harder@ifa.au.dk>
8615         * newcomment.el (uncomment-region): Allow eob as comment end.
8617 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
8619         * filecache.el: All message and error commands now use prefix
8620         "Filecache:" to make it easy to read *Messages* buffer.
8622 2004-02-16  Jari Aalto  <jari.aalto@poboxes.com>
8624         * autorevert.el: Add support to detect changed dired and VC buffers.
8625         (auto-revert-active-p, auto-revert-list-diff)
8626         (auto-revert-dired-file-list, auto-revert-dired-changed-p)
8627         (auto-revert-handler, auto-revert-active-p): New functions.
8628         (auto-revert-buffers): Move revert logic to `auto-revert-handler'
8629         and `auto-revert-active-p'.
8630         (eval-when-compile): Defvar dired-directory and vc-mode.
8631         (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
8632         (auto-revert-handler-vc): New functions.
8634 2004-02-16  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
8636         * progmodes/compile.el (compilation-directory): New defvar.
8637         (compile): Save current directory in compilation-directory.
8638         (recompile): Bind default-directory to compilation-directory if
8639         that is non-nil.
8641 2004-02-16  Dave Love  <fx@gnu.org>
8643         * newcomment.el (comment-insert-comment-function)
8644         (comment-region-function, uncomment-region-function): New.
8645         (comment-indent): Use comment-insert-comment-function.
8646         (uncomment-region): Use uncomment-region-function.
8647         (comment-region): Use comment-region-function.
8649         * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
8651 2004-02-16  Richard Stallman  <rms@gnu.org>
8653         * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
8654         loaddefs* and ldefs-boot*.
8656 2004-02-16  Eli Zaretskii  <eliz@gnu.org>
8658         * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
8659         and email address at the beginning and end of the address.
8661         * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
8662         anchored at the beginning of the email address.
8664 2004-02-16  TAKAI Kousuke  <tak@kmc.gr.jp>  (tiny change)
8666         * international/ccl.el (ccl-compile-write): Pass `left' to
8667         ccl-embed-code to generate correct code of write-expr-register.
8669 2004-02-15  Dan Nicolaescu  <dann@ics.uci.edu>  (tiny change)
8671         * progmodes/grep.el (grep-compute-defaults): Fix typos.
8673 2004-02-15  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8675         * x-dnd.el: Mention support for Motif in commentary.
8676         (x-dnd-handle-drag-n-drop-event): Ditto.
8678 2004-02-14  Jonathan Yavner  <jyavner@member.fsf.org>
8680         * ses.el: Use "ses--" prefixes for buffer-local variables.
8681         Use (point-min) instead of 1, even when we know the buffer
8682         is unnarrowed.
8683         (ses-build-load-map): Delete.  Distribute its content to defconst's for
8684         the three maps.
8685         (ses-menu, ses-header-line-menu): New menus.
8686         (ses-mode-map): Use them.
8687         (ses-read-number) New fun.  Duplicates code from interactive "N" spec.
8689 2004-02-14  Martin Stjernholm  <bug-cc-mode@gnu.org>
8691         * Makefile.in: Fix the CC Mode recompile kludge so it works
8692         when building in a different directory.
8694 2004-02-13  Luc Teirlinck  <teirllm@auburn.edu>
8696         * simple.el (kill-new): Put yank-handler property on the entire string.
8698 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8700         * diff.el: Don't use compile any more, use diff-mode instead.
8701         (diff-regexp-alist, diff-old-file, diff-new-file)
8702         (diff-parse-differences, diff-process-setup): Remove.
8703         (diff-sentinel): New fun.
8704         (diff): Use it.  Run the process ourselves.
8705         Use diff-mode for the rest of the processing.
8707         * diff.el (diff): Simplify code handling `switch'.
8709 2004-02-11  Stefan Monnier  <monnier@iro.umontreal.ca>
8711         * pcvs-defs.el (cvs-menu): Add `tag'.
8713 2004-02-11  Luc Teirlinck  <teirllm@auburn.edu>
8715         * simple.el (kill-append): Doc fix.
8717         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8718         Adapt outline-regexp to the new conventions for commenting out code.
8720 2004-02-11  John Paul Wallington  <jpw@gnu.org>
8722         * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
8724 2004-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8726         * diff.el (diff-switches): New fun.
8727         (diff, diff-backup): Use it.
8728         (diff): Clean up the args construction.  Use backquote.
8729         Use listp instead of consp to avoid putting a nil arg.
8730         (diff): Add a revert-buffer function.
8732 2004-02-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8734         * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT,  FILE_NAME
8735         handled by x-dnd-handle-file-name.
8736         (x-dnd-known-types): Add COMPOUND_TEXT.
8737         (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
8738         (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
8739         x-dnd-empty-state.
8740         (x-dnd-forget-drop): Ditto.
8741         (x-dnd-save-state): Add optional parameter extra-data (for Motif).
8742         (x-dnd-handle-one-url): Return private when inserting text.
8743         (x-dnd-insert-ctext): New function.
8744         (x-dnd-handle-file-name): New function for FILE_NAME.
8745         (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
8746         (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
8747         (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
8749 2004-02-10  Kenichi Handa  <handa@m17n.org>
8751         * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
8752         instead of while loop.
8754 2004-02-10  Miles Bader  <miles@gnu.org>
8756         * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
8758 2004-02-09  Kenichi Handa  <handa@m17n.org>
8760         * tar-mode.el (tar-extract): Fix for the case that a file doesn't
8761         have end-of-line.
8763 2004-02-09  Martin Stjernholm  <bug-cc-mode@gnu.org>
8765         * Makefile.in: Added extra dependencies in the recompile target
8766         needed to cope with the compile time macro expansions in CC Mode.
8768 2004-02-09  Kim F. Storm  <storm@cua.dk>
8770         * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
8771         (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
8772         (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
8773         (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
8774         (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
8775         (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
8776         (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
8777         (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
8778         (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
8779         (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
8780         (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
8782 2004-02-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8784         * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
8785         Don't allow shrink if there's a window on our right.
8787         * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
8788         (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
8789         Bring together declaration and initialization.
8790         (prolog-mode-variables): Don't set the syntax table.
8791         Don't set paragraph-start and comment-indent-function.
8792         Add /*..*/ to the comment regexps.
8793         (prolog-mode-commands): Remove.  Do it during init of prolog-mode-map.
8794         (prolog-mode-map): Don't bind TAB.
8795         (prolog-mode): Set the syntax table.
8796         (prolog-comment-indent): Remove.
8797         (inferior-prolog-mode-map): Initialize in the declaration.
8798         (inferior-prolog-mode-syntax-table)
8799         (inferior-prolog-mode-abbrev-table): New vars.
8800         (inferior-prolog-mode): Derive from comint-mode.
8801         (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
8802         minibuffer windows.
8804         * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
8805         in file names, as long as it is unabmiguous.
8807 2004-02-08  Andreas Schwab  <schwab@suse.de>
8809         * textmodes/reftex-toc.el
8810         (reftex-toc-load-all-files-for-promotion): Remove useless use of
8811         format.  Doc fix.
8813         * textmodes/refer.el (refer-find-entry-internal): Remove extra
8814         format string arguments.
8816         * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
8817         string argument.
8819         * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
8821         * play/zone.el (zone-call): Fix format string.
8823         * net/webjump.el (webjump-builtin): Add missing format string argument.
8825         * midnight.el (midnight-delay-set): Remove extra format string argument.
8827         * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
8829         * hexl.el (hexl-insert-char): Add missing format string argument.
8831         * format.el (format-decode): Fix format string.
8833         * emulation/vi.el (vi-mode): Remove extra format string argument.
8834         (vi-repeat-last-search): Likewise.
8835         (vi-reverse-last-search): Likewise.
8836         (vi-goto-mark): Likewise.
8837         (vi-reverse-last-find-char): Likewise.
8838         (vi-repeat-last-find-char): Likewise.
8839         (vi-locate-def): Likewise.
8841         * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
8843         * ediff-util.el (ediff-toggle-read-only): Remove extra format
8844         string argument.
8845         (ediff-toggle-regexp-match): Likewise.
8847         * dired-aux.el (dired-do-query-replace-regexp): Add missing
8848         format string argument.
8850         * calc/calc-map.el (calc-get-operator): Remove extra format
8851         string argument.
8853         * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
8855         * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
8856         string argument.
8858         * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
8860         * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
8862         * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
8864         * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
8865         (cl-struct-setf-expander): Likewise.
8867         * vc.el (with-vc-file): Fix unsafe uses of error.
8868         (vc-cancel-version): Likewise.
8870 2004-02-08  Jan Nieuwenhuizen  <jan.nieuwenhuizen@aspiratie.nl>  (tiny change)
8872         * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
8873         thousands separator; fixes <class>:<line-number> regexp for
8874         non-english locales.
8876 2004-02-08  Andreas Schwab  <schwab@suse.de>
8878         * view.el (view-mode-enable): Revert previous change.
8880 2004-02-07  Kim F. Storm  <storm@cua.dk>
8882         * simple.el (line-number-at-pos): Rename from line-at-pos.
8883         Uses changed (what-line and vc-annotate-warp-version).
8885 2004-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
8887         * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
8888         (diff-mode): Remove aborted attempt at support for compile.el.
8889         (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
8891 2004-02-06  Andreas Schwab  <schwab@suse.de>
8893         * view.el (view-mode-enable): Add view-mode-map to
8894         minor-mode-overriding-map-alist.
8896 2004-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8898         * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
8900 2004-02-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8902         * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
8903         with point inside rather than after the paragraph.
8905 2004-02-04  Sam Steingold  <sds@gnu.org>
8907         * mail/smtpmail.el (smtpmail-try-auth-methods):
8908         Do not try authentication when no mechanism is available.
8909         Pass port-name as defaultport to `netrc-machine'.
8911 2004-02-04  Stephen Eglen  <stephen@gnu.org>
8913         * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
8914         to show how minibuffer height can be constrained.
8916 2004-02-04  John Paul Wallington  <jpw@gnu.org>
8918         * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
8920 2004-02-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8922         * x-dnd.el: New file for drag and drop.
8924         * term/x-win.el: require x-dnd, set after-make-frame-functions
8925         to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
8926         drag-n-drop event.
8928         * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
8929         (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
8930         (dired-dnd-handle-file): New functions for drag and drop support.
8931         (dired-mode): Initialize drag and drop if x-dnd present.
8933 2004-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8935         * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
8936         (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
8937         (cperl-mode): Set fill-paragraph-function.
8938         (cperl-fill-paragraph): Make it non-interactive.
8940 2004-02-02  Benjamin Rutt  <brutt@bloomington.in.us>
8942         * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
8944 2004-02-02  David Kastrup  <dak@gnu.org>
8946         * replace.el (perform-replace): Allow 'literal argument in
8947         regexp-flag to indicate literal replacement.
8948         (query-replace-regexp-eval): Use it.
8950 2004-02-01  Andreas Schwab  <schwab@suse.de>
8952         * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
8954 2004-02-01  Stephen Eglen  <stephen@gnu.org>
8956         * info-look.el: Add support for maxima-mode.  Update commentary
8957         because info-lookup-symbol is now bound to C-h S.
8959 2004-01-31  Luc Teirlinck  <teirllm@auburn.edu>
8961         * simple.el (edit-and-eval-command): Bind print-level and
8962         minibuffer-history-sexp-flag around call to read-from-minibuffer.
8963         Correct initial position in command-history.
8965 2004-01-30  Luc Teirlinck  <teirllm@auburn.edu>
8967         * files.el (read-directory-name): Adapt the docstring to recent
8968         change in Fread_file_name.
8970 2004-01-30  Jonathan Yavner  <jyavner@member.fsf.org>
8972         * ses.el (ses-print-cell): If print format too wide for column
8973         width, truncate decimal places if that helps to avoid "#####" fill.
8974         * ses.el (ses-initial-column-width): Revert previous change.
8976 2004-01-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8978         * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
8979         (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
8980         Add edebug info.
8981         (jit-lock-mode): Setup/cancel the new timer.
8982         (jit-lock-context-fontify): New fun.  Extracted from
8983         context fontification code of jit-lock-stealth-fontify.
8984         (jit-lock-stealth-fontify): Don't do context fontification any more.
8986         * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
8987         (jit-lock-fontify-now): Handle the `quit' case.
8988         (jit-lock-contextually): Rename from jit-lock-defer-contextually.
8990 2004-01-29  Jari Aalto  <jari.aalto@poboxes.com>
8992         * progmodes/executable.el (executable-command-find-posix-p):
8993         New.  Check if find handles arguments Posix-style.
8995         * progmodes/grep.el (grep-compute-defaults):
8996         Use executable-command-find-posix-p.
8997         (grep-find): Check `grep-find-command'.
8999         * filecache.el (file-cache-find-posix-p): Delete.
9000         (file-cache-add-directory-using-find):
9001         Use `executable-command-find-posix-p'.
9003 2004-01-29  Dave Love  <fx@gnu.org>
9005         * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
9006         Iterate the hook function if arg is given.
9007         (mark-defun, narrow-to-defun): Change order of finding the limits.
9009         * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
9010         (byte-compile-format-warn): New.
9011         (byte-compile-callargs-warn): Use it.
9012         (Format, message, error): Add byte-compile-format-like property.
9013         (byte-compile-maybe-guarded): New.
9014         (byte-compile-if, byte-compile-cond): Use it.
9015         (byte-compile-lambda): Compile interactive forms,
9016         just to make warnings about them.
9018 2004-01-29  Jonathan Yavner  <jyavner@member.fsf.org>
9020         * ses.el (ses-initial-column-width): Increase to 14, so it will
9021         work well with the default printer of "%.7g" for extreme values
9022         like "-1.234567e+07".
9024 2004-01-29  Kenichi Handa  <handa@m17n.org>
9026         * term/x-win.el (x-selection-value): Optimize for ASCII only case.
9028 2004-01-28  Peter 'Luna' Runestig  <peter@runestig.com>
9030         * dos-w32.el: Added support for the `default-printer-name' function.
9032 2004-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9034         * server.el (server-socket-name): Don't use the hostname in the
9035         socket name since /tmp is local to the host anyway.
9037         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
9038         robust check of widening and fix var-naming.
9040 2004-01-27  Eli Tziperman  <eli@deas.harvard.edu>
9042         * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
9043         or rmail-spam- to rsf- in all function and variable names.
9044         (rsf-min-region-to-spam-list): New variable.
9045         (rsf-bbdb-auto-delete-spam-entries): Rename from
9046         rmail-bbdb-auto-delete-spam-bbdb-entries.  The cc: field is
9047         scanned together with the recipients field for spam testing; Don't
9048         delete spam message if rmail-delete-after-output is non-nil;
9049         (rsf-check-field): New function, extracted from code in
9050         rmail-spam-filter to ease addition of header fields like
9051         content-type:;
9052         (message-content-type): New variable.  The content-type: field was
9053         added also in defcustom of rsf-definitions-alist;
9054         (rmail-spam-filter): Replace repeated test code for header fields
9055         by calls to check-field; change the call to
9056         rmail-output-to-rmail-file such that rmail-current-message stays
9057         the same to avoid wrong deletion of unseen flags.
9058         (rmail-use-spam-filter): Add autoload cookie.
9060 2004-01-27  Jari Aalto  <jari.aalto@poboxes.com>
9062         * filecache.el (file-cache-find-posix-p): New function.  Detect Cygwin.
9063         (file-cache-add-directory-using-find): Add Cygwin support.
9064         (file-cache-find-command-posix-flag): New user variable.
9066         * filecache.el (file-cache-add-directory): Check for
9067         directories an remove them from dir-files.
9069 2004-01-27  Richard M. Stallman  <rms@gnu.org>
9071         * man.el (Man-fontify-manpage): Clean up message.
9073 2004-01-27  Kenichi Handa  <handa@m17n.org>
9075         * textmodes/paragraphs.el (sentence-end-without-space): New variable.
9076         (sentence-end): Define using sentence-end-without-space.
9078         * textmodes/fill.el (fill-delete-newlines): Don't add a space if
9079         a sentence ends with one of a character in sentence-end-without-space.
9081 2004-01-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9083         * font-lock.el (font-lock): Add jit-lock as explicit group member.
9084         (jit-lock): Group declaration moved to jit-lock.el.
9085         (toplevel): Don't explicitly require jit-lock, since it's autoloaded
9086         when necessary.
9088         * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
9089         (jit-lock-context-unfontify-pos): Rename from
9090         jit-lock-first-unfontify-pos.
9091         (jit-lock-defer-buffers): Rename from jit-lock-buffers.
9093 2004-01-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
9095         * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
9096         (fortran-break-delimiters-re, fortran-no-break-re): New consts.
9097         (fortran-fill): When filling a string, adjust re-search-backward
9098         argument for special case of string just on fill-column.
9099         When filling non-string, allow one extra char if
9100         fortran-break-before-delimiters is non-nil.
9101         Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
9102         Use fortran-break-delimiters-re and fortran-no-break-re to
9103         correctly handle cases such as "**".
9105         * progmodes/f90.el (f90-break-delimiters): Doc fix.
9106         (f90-no-break-re): Add some extra tokens.  Doc fix.
9108 2004-01-24  Thien-Thi Nguyen  <ttn@gnu.org>
9110         * mail/rmail-spam-filter.el:
9111         Use two semicolons as Commentary line prefix.
9112         Add ";;; Code:" stylized comment.
9113         Delete end-of-line whitespace.
9114         Wrap (require 'cl) with `eval-when-compile'.
9116 2004-01-23  Benjamin Rutt  <brutt@bloomington.in.us>
9118         * vc.el (vc-annotate): Fix improper use of `make-local-variable'
9119         at the top level of vc.el.
9121 2004-01-23  Andre Spiegel  <spiegel@gnu.org>
9123         * vc.el (vc-current-line): Function removed.  This is now done by
9124         the new function line-at-pos in simple.el.
9125         (vc-annotate-warp-version): Use line-at-pos instead of
9126         vc-current-line.
9128 2004-01-22  Kim F. Storm  <storm@cua.dk>
9130         * simple.el (line-at-pos): New defun.
9131         (what-line): Use it.  Optimize by only counting lines in narrowed
9132         region once.
9134 2004-01-22  Kenichi Handa  <handa@m17n.org>
9136         * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
9137         point (register r1) only for charset mule-unicode-0100-24ff.
9139 2004-01-21  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9141         * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
9142         trailing white space and ensure a final newline.
9144         * mail/rmail-spam-filter.el (rmail-use-spam-filter):
9145         Add autoload cookie.
9147 2004-01-21  Benjamin Rutt  <brutt@bloomington.in.us>
9149         * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
9150         activate view-mode explicitly.
9152 2004-01-21  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9154         * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
9155         use clipboard first.
9157 2004-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9159         * vc-mcvs.el (vc-mcvs-mode-line-string): Remove.  Does not work.
9160         (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
9161         (vc-mcvs-cvs): Remove.
9162         (vc-mcvs-command): Remove use of assert.
9164         * outline.el (outline-insert-heading): Tighten up match.
9165         (outline-demote, outline-move-subtree-down): Don't assume anything
9166         about outline-regexp.
9168         * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
9169         (texinfo-show-structure): Explicitly add ^, and simplify.
9171 2004-01-20  Glenn Morris  <gmorris@ast.cam.ac.uk>
9173         * calendar/appt.el (appt-check): Restore usage of
9174         appt-issue-message deleted in previous change.
9175         (top-level): Activate package when loaded (needed for backwards
9176         compatibility).
9178 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
9180         * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
9181         following previous change to smtpmail-send-data.
9183 2004-01-20  Benjamin Rutt  <brutt@bloomington.in.us>
9185         * vc.el (vc-default-previous-version): Doc enhancement.
9186         (vc-default-next-version): New function.
9187         (vc-print-log): New arg FOCUS-REV.
9188         (vc-annotate-mode): Derive from view-mode.
9189         (vc-annotate): New args REVISION, DISPLAY-MODE.
9190         (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
9191         (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
9192         (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
9193         (vc-annotate-show-diff-revision-at-line, vc-current-line)
9194         (vc-annotate-prev-version, vc-annotate-next-version): New functions.
9196         * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
9198 2004-01-19  Karl Berry  <karl@gnu.org>
9200         * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
9201         or "TexInfo".
9203 2004-01-19  Luc Teirlinck  <teirllm@auburn.edu>
9205         * subr.el (delete-dups): New function.
9207 2004-01-19  Karl Berry  <karl@gnu.org>
9209         * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
9210         with ^, since that's what texinfo-show-structure
9211         documentation says (plus it works much better in texinfo.txi).
9213 2004-01-18  Jesper Harder  <harder@ifa.au.dk>
9215         * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
9217 2004-01-18   David Ponce  <david@dponce.com>  (tiny change)
9219         * progmodes/which-func.el (which-function-mode): Don't cancel
9220         which-func-update-timer if not set.
9222 2004-01-17  Thien-Thi Nguyen  <ttn@gnu.org>
9224         * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
9225         Remove spurious left square bracket in XX:XXam regexp.
9227 2004-01-16  Luc Teirlinck  <teirllm@auburn.edu>
9229         * progmodes/cc-defs.el: Do not require cl at run time.
9231 2004-01-16  Richard M. Stallman  <rms@gnu.org>
9233         * emacs-lisp/cl.el (cl-cannot-unload): New function.
9234         (cl-unload-hook): Defvar this to run cl-cannot-unload.
9236         * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
9237         Call rmail-spam-filter.  Delete and expunge spam.
9238         Print number of spam messages deleted.
9239         Save and restore the deletion status of old messages when reading
9240         new mail with spam filter, so that expunging spam does not expunge
9241         msgs deleted by the user.
9242         (rmail-only-expunge): Add an optional argument dont-show to
9243         prevent showing message after expunge.
9245 2004-01-15  Luc Teirlinck  <teirllm@auburn.edu>
9247         * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
9248         * subr.el (declare): New macro.
9250 2004-01-15  Thien-Thi Nguyen  <ttn@gnu.org>
9252         * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
9254 2004-01-14  Stefan Monnier  <monnier@iro.umontreal.ca>
9256         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
9257         Test window-system rather than system-type (for X11/Mac).
9259 2004-01-12  Luc Teirlinck  <teirllm@auburn.edu>
9261         * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
9263 2004-01-12  Richard M. Stallman  <rms@gnu.org>
9265         * mail/rmail.el (rmail-convert-to-babyl-format):
9266         Use mail-unquote-printable-region.
9267         (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
9268         (rmail-hex-char-to-integer): Functions deleted.
9270         * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
9271         (mail-unquote-printable-region): New arg NOERROR.
9272         For invalid encoding, either signal an error to just return nil.
9274 2004-01-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
9276         * calendar/appt.el: Update copyright and commentary.
9277         (appt-issue-message): Make obsolete.
9278         (appt-visible, appt-msg-window): Make obsolete, in favour of
9279         appt-display-format.
9280         (appt-display-mode-line, appt-display-duration)
9281         (appt-display-diary, appt-time-msg-list, appt-mode-string)
9282         (appt-prev-comp-time, appt-display-count, appt-timer)
9283         (appt-convert-time): Doc change.
9284         (appt-disp-window-function, appt-delete-window-function):
9285         Use defcustom rather than defvar.
9286         (appt-display-format): New variable.
9287         (appt-display-message): New function with display code from appt-check.
9288         (appt-check): Add optional FORCE argument.  Doc change.
9289         Add appt-make-list to diary-hook if displaying diary.
9290         Remove checking of view-diary-entries-initially.
9291         Message display section removed to new function appt-display-message.
9292         (appt-display-window): Doc change.  Remove unused internal var
9293         this-buffer.  Do not beep, since appt-display-message does that.
9294         (appt-make-list): Doc change.  Use caar.
9295         (appt-sort-list): Simplify by using builtin sort function.
9296         (appt-update-list): New function for updating appts when diary is
9297         saved.
9298         (appt-activate): New autoloaded function to toggle package
9299         functionality.
9301         * calendar/cal-x.el: (calendar-one-frame-setup)
9302         (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
9304         * calendar/calendar.el: Update copyright.
9305         (view-diary-entries-initially, european-calendar-style): Doc change.
9306         (calendar-setup): Make defcustom rather than defvar.
9307         (mark-visible-calendar-date): Initialize temp-face and faceinfo
9308         in let binding so local to function.
9310         * calendar/diary-lib.el: Update copyright.
9311         (diary, diary-entry-time): Doc change.
9312         (list-diary-entries): Doc change.  Trivial logic change.
9313         (fancy-diary-display): Restore make-face command mistakenly
9314         deleted 2003-05-08.
9315         (show-all-diary-entries): Allow to pop-up frame if needed.
9317 2004-01-09  John Paul Wallington  <jpw@gnu.org>
9319         * bindings.el (mode-line-change-eol): Add EVENT parameter.
9320         Temporarily select EVENT's window for changing eol type.
9322 2004-01-09  Deepak Goel  <deego@gnufans.org>
9324         * calendar/diary-lib.el (diary-entry-time):
9325         Also accept time in the form XX[.XX][am/pm/AM/PM].
9326         (fancy-diary-font-lock-keywords): Likewise.
9327         (diary-font-lock-keywords): Likewise.
9328         * calendar/appt.el (appt-add): Likewise.
9329         (appt-make-list): Likewise.
9330         (appt-convert-time): Likewise.
9332 2004-01-08  Nick Roberts  <nick@nick.uklinux.net>
9334         * gdb-ui.el (gdb-ann3): Revert previous change.
9335         (gdb-source-info): Allow for case of where compilation directory
9336         is not recorded.
9338 2004-01-08  John Paul Wallington  <jpw@gnu.org>
9340         * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
9342 2004-01-07  Nick Roberts  <nick@nick.uklinux.net>
9344         * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
9346         * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
9347         (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
9348         problems.
9349         (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
9351 2004-01-07  Luc Teirlinck  <teirllm@auburn.edu>
9353         * files.el (write-file-functions, write-contents-functions):
9354         Clarify docstrings.
9356 2004-01-07  Kenichi Handa  <handa@m17n.org>
9358         * international/mule.el (set-auto-coding): Fix for the case that
9359         end-of-line is only CR.
9361 2004-01-07  Kim F. Storm  <storm@cua.dk>
9363         * subr.el (event-start, event-end): Doc fix.
9364         (posn-string, posn-image): New defuns.
9365         (posn-object): Return either image or string object.
9366         (posn-object-x-y): Return 8th element of position.
9367         (posn-object-width-height): New defun.
9369 2004-01-06  Andreas Schwab  <schwab@suse.de>
9371         * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
9372         output.
9374 2004-01-05  Karl Berry  <karl@gnu.org>
9376         * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
9377         / and *, too.
9379 2003-12-31  Simon Josefsson  <jas@extundo.com>
9381         * files.el (before-save-hook): Add.
9382         (basic-save-buffer): Use before-save-hook.
9384         * emacs-lisp/copyright.el: Fix comment to recommend
9385         before-save-hook instead of write-file-functions.
9387 2004-01-05  Richard M. Stallman  <rms@gnu.org>
9389         * finder.el (finder-commentary): Call delete-other-windows.
9391         * net/ange-ftp.el (ange-ftp-file-attributes):
9392         Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
9394 2004-01-04  Karl Berry  <karl@gnu.org>
9396         * emacs-lisp/copyright.el (copyright-regexp): Allow the common
9397         comment characters % and # in the copyright year notice,
9398         as well as ;.
9400 2004-01-04  Per Abrahamsen  <abraham@dina.kvl.dk>
9402         * wid-edit.el (default): Define dummy :value-delete.
9403         Reported by Jesper Harder <harder@ifa.au.dk>.
9405 2004-01-03  Richard M. Stallman  <rms@gnu.org>
9407         * progmodes/compile.el (compile-internal): Use point, not point-min,
9408         for set-window-point.
9410         * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
9412         * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
9414         * progmodes/grep.el (grep-mode-map):
9415         Don't remap next-line, previous-line.
9417 2004-01-03  Eric M. Ludlam  <eric@siege-engine.com>
9419         * speedbar.el (speedbar-edit-line): Change regexp to position
9420         the cursor on the first character of this line's button.
9422 2004-01-03  Luc Teirlinck  <teirllm@auburn.edu>
9424         * subr.el (functionp): Doc fix.
9426 2004-01-03  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9428         * progmodes/idlwave.el (idlwave-make-tags):
9429         * textmodes/flyspell.el (flyspell-large-region):.
9430         * progmodes/make-mode.el (makefile-query-by-make-minus-q):
9431         * emulation/viper-util.el (viper-glob-unix-files):
9432         * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
9433         * man.el (Man-init-defvars):
9434         * jka-compr.el (jka-compr-call-process):
9435         * files.el (get-free-disk-space,insert-directory):
9436         * ediff-ptch.el (ediff-test-patch-utility):
9437         * ediff-diff.el (ediff-test-utility):
9438         * dired-aux.el (dired-check-process):
9439         * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
9440         test the return value of call-process, because it can be a string.
9442 2003-12-31  John Paul Wallington  <jpw@gnu.org>
9444         * bindings.el (completion-ignored-extensions): Add .pfsl.
9446 2003-12-31  Kim F. Storm  <storm@cua.dk>
9448         * ido.el (ido-nonreadable-directory-p): New defun to check for
9449         nonreadable directory without activating tramp (to avoid problems
9450         with checking incomplete tramp paths).
9451         (ido-set-current-directory, ido-file-internal)
9452         (ido-file-name-all-completions1): Use it.
9454 2003-12-30  Luc Teirlinck  <teirllm@auburn.edu>
9456         * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
9457         documentation if the anchor (or node) name is preceded by `info
9458         anchor' or `Info anchor' in addition to earlier `info node' and
9459         `Info node'.
9460         (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
9462 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
9464         * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
9465         error in arguments to base64-decode-region.  Remove ^M characters
9466         after decoding base64.
9468 2003-12-30  Simon Josefsson  <jas@extundo.com>
9470         * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
9471         karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
9472         have only been distributed with Emacs for some years.
9473         (texinfo-mode-hook): Customize.
9475 2003-12-30  Eli Zaretskii  <eliz@gnu.org>
9477         * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
9478         cleaner (suggested by Richard Stallman).
9480         * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
9481         for gud-next, gud-nexti, gud-step and gud-stepi to prevent
9482         file-name clashes on 8+3 DOS filesystems.
9484         * toolbar/gud-next.pbm, toolbar/gud-next.xpm
9485         * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
9486         * toolbar/gud-step.pbm, toolbar/gud-step.xpm
9487         * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
9488         gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
9489         file-name clashes on 8+3 filesystems.
9491         * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
9492         Renamed from testcover-unsafep.el and testcover-ses.el to avoid
9493         file-name clashes on 8+3 DOS filesystems.
9495 2003-12-29  Richard M. Stallman  <rms@gnu.org>
9497         * mail/mail-utils.el (mail-unquote-printable-hexdigit):
9498         Upcase the character.
9500         * textmodes/flyspell.el (mail-mode-flyspell-verify):
9501         Search for header separator alone on a line, literally,
9502         and search for it backward, not forward.
9503         (flyspell-abbrev-table): Always use global-abbrev-table
9504         if there is no local one.
9506         * progmodes/sh-script.el (sh-get-indent-info):
9507         Don't move point back if at bob.
9509         * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
9511         * play/handwrite.el (handwrite): Make the handwrite credit message
9512         a comment rather than an output command.
9514         * obsolete/sc.el: Display message that this file is obsolete.
9516         * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
9518         * mail/rfc822.el (rfc822-address-start): Declare variable.
9519         Renamed from address-start.  All uses changed.
9521         * term.el (term-exec): Set up sentinel.
9522         (term-sentinel): New function.
9523         (term-handle-exit): New function.
9525         * subr.el (assoc-ignore-case, assoc-ignore-representation):
9526         Use assoc-string, and mark them obsolete.
9527         (delay-mode-hooks): Mark as permanent local.
9529         * simple.el (sendmail-user-agent-compose): Use assoc-string.
9531         * register.el (copy-rectangle-to-register): Doc fix.
9533         * info.el (Info-insert-dir): Use assoc-string.
9535         * info-look.el (info-lookup): Use assoc-string.
9537         * frame.el (pop-up-frame-function): Use quote, not `function'.
9538         (frame-notice-user-settings): Calculate ADJUSTED-TOP
9539         copying with lists as coordinate values.
9541         * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
9543         * find-dired.el (kill-find): New command.
9544         (find-dired): Make buffer read-only.
9545         Set up a keymap with C-c C-k running kill-find.
9546         (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
9548         * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
9550         * filecache.el (file-cache-ignore-case): New variable.
9551         (file-cache-assoc-function): Var deleted.  Use assoc-string instead.
9553         * comint.el (comint-arguments): Set COUNT after ARGS is complete.
9554         (comint-dynamic-complete-as-filename): Rename local vars.
9555         (comint-dynamic-list-filename-completions): Likewise.
9557         * comint.el (comint-dynamic-list-completions-config): New var.
9558         (comint-dynamic-list-completions): Handle both SPC and TAB right.
9560         * comint.el (comint-file-name-chars): Add [].
9561         (comint-word): Use skip-chars-backward, not search.
9563         * shell.el (shell-file-name-chars): Add [].
9565         * shell.el (shell-dynamic-complete-as-command): Rename local vars.
9567         * bookmark.el (bookmark-get-bookmark): Use assoc-string.
9569         * generic.el (define-generic-mode): Doc fix.
9571 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
9573         * files.el (kill-some-buffers): Doc fix.
9575 2003-12-29  David Herring  <sdh6@ra.msstate.edu>  (tiny change)
9577         * comint.el (comint-watch-for-password-prompt): Pass `string' as
9578         arg to send-invisible
9579         (send-invisible): Doc fix.  The argument is now a prompt, not the
9580         string to send.
9581         (comint-read-noecho): Doc fix.
9583 2003-12-29  Michael R. Wolf  <MichaelRWolf@att.net>  (tiny change)
9585         * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
9586         "@", as required by some ISP hosting service.  Fix defcustom
9587         argument syntax errors that prevented use of customization.
9589 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
9591         * xml.el (xml-get-attribute-or-nil): Doc fix.
9593 2003-12-29  Peter 'Luna' Runestig  <peter@runestig.com>
9595         * net/zone-mode.el (zone-mode): Use write-file-functions, not
9596         write-file-hooks.
9598 2003-12-29  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
9600         * autorevert.el (auto-revert-interval): Doc fix.
9602 2003-12-29  Mark A. Hershberger  <mah@everybody.org>
9604         * xml.el (xml-get-attribute-or-nil): New function, like
9605         xml-get-attribute, but returns nil if the attribute was not found.
9606         (xml-get-attribute): Convert to defsubst, uses
9607         xml-get-attribute-or-nil.
9609 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
9611         * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
9613 2003-12-29  Alex Schroeder  <alex@emacswiki.org>  (tiny change)
9615         * custom.el (custom-declare-theme): Use `value' when putting
9616         properties on `theme'.
9618 2003-12-29  Takaaki Ota  <Takaaki.Ota@am.sony.com>
9620         * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
9621         for each yank-handler segment.
9622         (insert-for-yank-1): New function, with the body of the previous
9623         insert-for-yank.
9625         * textmodes/table.el (table-yank-handler): New defcustom.
9626         (table--put-cell-indicator-property): Put yank-handler property
9627         that indicates the yank handler for the table cell.
9629 2003-12-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
9631         * generic-x.el (etc-modules-conf-generic-mode): A more complete
9632         set of keywords.
9634 2003-12-29  Eli Zaretskii  <eliz@gnu.org>
9636         * international/mule-cmds.el (reset-language-environment)
9637         (set-language-environment): Don't invoke fontset-related functions
9638         if fontset-list is not fboundp.
9640 2003-12-29  Kenichi Handa  <handa@m17n.org>
9642         * international/mule-cmds.el (reset-language-environment):
9643         Call set-overriding-fontspec-internal with nil.
9644         (set-language-environment): Call set-overriding-fontspec-internal
9645         if the language environment specify `overriding-fontspec'.
9646         (language-info-alist): Doc added.
9648         * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
9649         characters of mule-unicode-0100-24ff.
9650         (ccl-encode-windows-1251-font): New CCL program.
9651         ("Bulgarian"): Specify overriding-fontspec.
9652         ("Belarusian"): Likewise.
9654 2003-12-28  Sam Steingold  <sds@gnu.org>
9656         * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
9657         parameter ID-FORMAT to conform with the 2003-11-30 patch.
9659 2003-12-28  Nick Roberts  <nick@nick.uklinux.net>
9661         * progmodes/gud.el (gud-gdb-command-name): Set default to
9662         "gdb --annotate=3".
9663         (gud-gdb-marker-filter): Look out for annotations.
9664         (gdb-first-pre-prompt): New variable.
9665         Remove trailing white space.
9667         * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
9668         if necessary.
9669         (gdb-ann3): New function.  Initialise M-x gdb as for M-x gdba if
9670         annotations are detected.
9671         (gud-gdba-marker-filter): Use global variable gud-marker-acc
9672         instead of a local one to allow transition from
9673         gud-gdb-marker-filter.
9674         Remove trailing white space.
9676 2003-12-27  Kim F. Storm  <storm@cua.dk>
9678         * ido.el: Handle non-readable directories.
9679         (ido-decorations): Add 9th element for non-readable directory.
9680         (ido-directory-nonreadable): New dynamic var.
9681         (ido-set-current-directory): Set it.
9682         (ido-read-buffer, ido-file-internal):
9683         (ido-read-file-name, ido-read-directory-name): Let-bind it.
9684         (ido-file-name-all-completions1): Return empty list for
9685         non-readable directory.
9686         (ido-exhibit): Print [Not readable] if directory is not readable.
9687         (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
9688         (ido-read-file-name, ido-file-internal, ido-read-directory-name):
9689         Use it.
9691 2003-12-27  Lars Hansen  <larsh@math.ku.dk>
9693         * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
9694         calls to directory-files-and-attributes and file-attributes.
9695         (ls-lisp-format): Remove system dependent handling of user and
9696         group id's.
9698 2003-12-25  Luc Teirlinck  <teirllm@auburn.edu>
9700         * ffap.el (ffap-read-file-or-url): Revert previous change.
9702 2003-12-25  Robert J. Chassell  <bob@rattlesnake.com>
9704         * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
9705         new list of included files called `files-with-node-lines', that
9706         only have node lines.  This way @include commands can include any
9707         file, such as version and update files without node lines, not
9708         just files that are chapters.
9710 2003-12-25  Andreas Schwab  <schwab@suse.de>
9712         * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
9713         file not found.
9715 2003-12-08  Miles Bader  <miles@gnu.org>
9717         * dired.el (dired-between-files): Always use dired-move-to-filename,
9718         which is more robust in non-english locales.
9720 2003-12-25  Markus Rost  <rost@mathematik.uni-bielefeld.de>
9722         * vc.el (vc-dired-purge): Avoid error from `kill-line'.
9724 2003-12-24  Andreas Schwab  <schwab@suse.de>
9726         * shell.el (shell-file-name-quote-list): Add backslash.
9728         * comint.el (comint-quote-filename): Correctly handle backslash
9729         in comint-file-name-quote-list.
9731 2003-12-24  Kenichi Handa  <handa@m17n.org>
9733         * international/mule-cmds.el (set-default-coding-systems):
9734         Call ucs-set-table-for-input for all buffers that don't have local
9735         value of buffer-file-coding-system.
9737         * international/ucs-tables.el (ucs-set-table-for-input):
9738         If translation-table-for-encode is a symbol, get its
9739         translation-table property.
9741 2003-12-23  Luc Teirlinck  <teirllm@auburn.edu>
9743         * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
9744         to `completing-read' on a recently fixed bug.
9746         * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9747         instead of SPACE, to get the list of possible fringe modes.
9748         SPACE only works if both `partial-completion-mode' and
9749         `completion-auto-help' are nil.
9751         * complete.el (PC-is-complete-p): Delete.
9752         (PC-do-completion): Replace all calls to `PC-is-complete-p' with
9753         calls to `test-completion'.
9755 2003-12-23  Nick Roberts  <nick@nick.uklinux.net>
9757         * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
9758         to edit values when there are no children.
9760         * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
9761         a mode called "Assembler" already exists.
9762         (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
9763         (gud-watch): Use format option.  Remove font properties from string.
9764         (gdb-var-create-handler, gdb-var-list-children-handler):
9765         Don't bother about properties as there are none.
9766         (gdb-var-create-handler, gdb-var-list-children-handler)
9767         (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
9768         with two arguments.
9769         (gdb-var-evaluate-expression-handler, gdb-post-prompt):
9770         Let speedbar show value changes with a different font.
9771         (gdb-edit-value): New defun.
9772         (gdb-clear-partial-output, gdb-clear-inferior-io)
9773         (def-gdb-auto-update-handler): Use erase-buffer.
9774         (gdb-frame-handler): Display watch expressions in
9775         FUNCTION::VARIABLE format if required.
9777 2003-12-23  John Paul Wallington  <jpw@gnu.org>
9779         * info.el (Info-unescape-quotes, Info-split-parameter-string)
9780         (Info-goto-emacs-command-node): Doc fixes.
9782 2003-12-12  Jesper Harder  <harder@ifa.au.dk>
9784         * cus-edit.el (custom-add-parent-links): Define "many".
9786 2003-12-08  Per Abrahamsen  <abraham@dina.kvl.dk>
9788         * wid-edit.el (widget-child-value-get, widget-child-value-inline)
9789         (widget-child-validate, widget-type-value-create)
9790         (widget-type-default-get, widget-type-match): New functions.
9791         (lazy): New widget.
9792         (menu-choice, checklist, radio-button-choice, editable-list)
9793         (group, documentation-string): Remove redundant (per 2003-10-25
9794         change) calls to `widget-children-value-delete'.
9795         (widget-choice-value-get, widget-choice-value-inline): Remove.
9796         (menu-choice): Update widget.
9798 2003-12-03  Kenichi Handa  <handa@m17n.org>
9800         * language/cyrillic.el: Register "microsoft-cp1251" in
9801         ctext-non-standard-encodings-alist.
9802         ("Bulgarian"): Add ctext-non-standard-encodings.
9803         ("Belarusian"): Likewise.
9805         * international/mule-conf.el (compound-text-with-extensions):
9806         Change the type to 2 (iso-2022 base).
9808         * international/mule.el (ctext-non-standard-encodings-alist):
9809         Change the format.
9810         (ctext-non-standard-encodings): New variable.
9811         (ctext-post-read-conversion): Fully re-written.
9812         (ctext-non-standard-designations-alist): Delete it.
9813         (ctext-non-standard-encodings-table): New function.
9814         (ctext-pre-write-conversion): Fully re-written.
9816 2003-11-30  Per Abrahamsen  <abraham@dina.kvl.dk>
9818         * cus-edit.el (custom-add-parent-links): Add documentation links
9819         for parent, if the item has none of its own.
9821 2003-11-30  Richard M. Stallman  <rms@gnu.org>
9823         * dired-aux.el (dired-do-query-replace-regexp):
9824         Report files visited read-only.
9826 2003-11-30  Juri Linkov  <juri@jurta.org>
9828         * dired-aux.el (dired-compare-directories): New command.
9829         (dired-file-set-difference, dired-files-attributes): New functions.
9831 2003-11-30  Kai Grossjohann  <kai.grossjohann@gmx.net>
9832         Version 2.0.38 of Tramp released.
9834         * net/tramp.el (tramp-chunksize): Extend docstring.  Suggested by
9835         Charles Curley <charlescurley@charlescurley.com>.
9836         (tramp-multi-connection-function-alist): Add ssht entry which adds
9837         "-e none -t -t" to the list of ssh args.  Suggested by Adrian
9838         Aichner.
9839         (tramp-get-method-parameter): New function to retrieve a method
9840         parameter.  This allows for omission of method parameters.
9841         Callers adjusted.
9843 2003-11-30  Michael Albinus  <Michael.Albinus@alcatel.de>
9845         * net/tramp.el: Add new optional parameter ID-FORMAT to
9846         `file-attributes'.  Calls of `file-attributes' won't use this
9847         parameter for backward compatibility reasons.
9848         (tramp-perl-file-attributes): Add a new parameter to Perl script
9849         in order to handle uid/gid as strings, if desired.
9850         (tramp-handle-file-truename, tramp-handle-file-symlink-p):
9851         Apply `file-attributes' instead of `tramp-handle-file-attributes' in
9852         order to make the function more general.
9853         (tramp-handle-file-attributes): Replace proprietary optional
9854         parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT.
9855         (tramp-handle-file-attributes-with-perl): Handle parameter
9856         NONNUMERIC if set.  This wasn't done in the past.
9857         (tramp-post-connection): Apply second parameter "$2" if
9858         `tramp-remote-perl' is called.
9860         * net/tramp-smb.el (tramp-smb-handle-delete-file):
9861         Correct cut'n'waste error (`filename' instead of `directory').
9862         (tramp-smb-handle-directory-files-and-attributes)
9863         (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4)
9864         introduced parameter ID-FORMAT.
9865         (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
9866         error (`directory' instead of `ldir').
9868         * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
9869         `file-attributes' has a second parameter.  If yes, apply it with
9870         value "'integer".  Otherwise, don't use that parameter (default is
9871         integer format).
9873 2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
9875         * help.el (help-map): Bind `display-local-help' to `C-h .'.
9876         (help-for-help): Add `C-h .' to the listed Help options.
9877         Remove trailing whitespace.
9879         * help-at-pt.el: New file.
9881 2003-11-30  Jonathan Yavner  <jyavner@member.fsf.org>
9883         * subr.el (noreturn, 1value): New macros for test coverage.
9884         See `testcover.el'.
9886         * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
9888         * emacs-lisp/testcover.el (testcover-reinstrument): Special case
9889         for macro `1value'.
9890         (testcover-1value): New function.  Checks that a 1value form
9891         actually returns only one value.  Requested by RMS.
9893 2003-11-29  Nick Roberts  <nick@nick.uklinux.net>
9895         * gdb-ui.el (gud-watch, gdb-var-create-handler)
9896         (gdb-var-list-children, gdb-var-list-children-handler)
9897         (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
9898         gdb commands that use mi to keep them out of the command history.
9900 2003-11-29  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
9902         * cus-start.el (all): Add use-file-dialog.
9904 2003-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9906         * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
9908 2003-11-27  Kim F. Storm  <storm@cua.dk>
9910         * subr.el (posn-object-x-y): New defun.
9912 2003-11-26  Stefan Monnier  <monnier@iro.umontreal.ca>
9914         * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
9915         Don't use `space' for \\\n.
9916         Be more selective as to which # are comment-starters.
9918 2003-11-26  Luc Teirlinck  <teirllm@auburn.edu>
9920         * subr.el (number-sequence): Improve handling of floating point
9921         arguments (suggested by Kim Storm).  Allow negative arguments.
9923 2003-11-26  Kenichi Handa  <handa@m17n.org>
9925         * international/mule-cmds.el (standard-display-european-internal):
9926         Cancel the standard-display-table setting for ` and '.
9928 2003-11-26  Kim F. Storm  <storm@cua.dk>
9930         * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
9931         New defcustoms to add ffap-like functionality to ido.
9932         (ido-saved-vc-hb): Rename from ido-saved-vc-mt.  Uses changed.
9933         (ido-no-final-slash): New defun.
9934         (ido-make-prompt, ido-file-internal, ido-toggle-vc)
9935         (ido-read-file-name): ): Toggle VC checking via
9936         vc-handled-backends instead of vc-master-templates.
9937         (ido-file-internal): Handle ido-use-url-at-point and
9938         ido-use-filename-at-point via code borrowed from ffap-guesser.
9939         Handle new ido-exit code ffap.
9940         (ido-sort-list): Ignore final slash when sorting file names.
9942 2003-11-25  Kim F. Storm  <storm@cua.dk>
9944         * emulation/cua-base.el (cua--standard-movement-commands):
9945         Add forward-sentence and backward-sentence.
9947 2003-11-25  Stephen Eglen  <stephen@gnu.org>
9949         * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
9950         iswitchb-exit is set to 'usefirst when user selects buffer at head
9951         of list using RET.  (Selecting buffers at the head of the list was
9952         broken if the substring was also a complete buffername.)
9954 2003-11-23  Kim F. Storm  <storm@cua.dk>
9956         * progmodes/compile.el (grep-command, grep-use-null-device)
9957         (grep-find-command, grep-tree-command, grep-tree-files-aliases)
9958         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
9959         (grep-regexp-alist, grep-program, find-program)
9960         (grep-find-use-xargs, grep-history, grep-find-history)
9961         (grep-process-setup, grep-compute-defaults)
9962         (grep-default-command, grep, grep-tag-default, grep-find)
9963         (grep-expand-command-macros, grep-tree-last-regexp)
9964         (grep-tree-last-files, grep-tree): Move grep variables, functions
9965         and commands to new file grep.el.
9966         (compilation-mode-map): Remove grep commands from Compile sub-menu.
9967         (compilation-process-setup-function): Doc fix.
9968         (compilation-highlight-regexp, compilation-highlight-overlay): New
9969         defvars used for highlighting current compile error in source buffer.
9970         (compile-internal): New optional args HIGHLIGHT-REGEXP and
9971         LOCAL-MAP which overrides compilation-highlight-regexp and
9972         compilation-mode-map for this compilation.
9973         Delay calling compilation-set-window-height until after running
9974         compilation-process-setup-function so it can buffer-local override
9975         compilation-window-height.
9976         Check buffer-local value of compilation-scroll-output.
9977         (compilation-set-window-height): Use buffer-local value of
9978         compilation-window-height.
9979         (compilation-revert-buffer): Don't pass (undefined)
9980         preserve-modes arg to revert-buffer.
9981         (next-error-no-select, previous-error-no-select): New commands.
9982         (compilation-goto-locus): Temporarily highlight current match in
9983         source buffer using compilation-highlight-regexp.
9985         * progmodes/grep.el: New file with grep code from compile.el.
9986         (grep): New defcustom group.
9987         (grep-window-height): New defcustom, like compilation-window-height.
9988         (grep-auto-highlight): New defcustom, like compile-auto-highlight.
9989         (grep-scroll-output): New defcustom, like compilation-scroll-output.
9990         (grep-command, grep-use-null-device, grep-find-command)
9991         (grep-tree-files-aliases, grep-tree-ignore-case)
9992         (grep-tree-ignore-CVS-directories): Move to grep custom group.
9993         (grep-setup-hook): New hook variable.
9994         (grep-mode-map): New keymap for grep commands.  Add Grep menu.
9995         (grep-last-buffer): New defvar, override compilation-last-buffer.
9996         (grep): Add optional arg HIGHLIGHT-REGEXP.  Doc fix.
9997         Call compile-internal with args highlight-regexp and grep-mode-map.
9999 2003-11-23  Kim F. Storm  <storm@cua.dk>
10001         * subr.el (event-start, event-end): Doc fix.
10002         (posn-window, posn-x-y, posn-timestamp): Simplify doc.
10003         (posn-area, posn-actual-col-row, posn-object): New defuns.
10004         (posn-col-row): Simplify doc.  Rewrite to use cond.
10005         (posn-point): Also return buffer position for events outside text
10006         area (that info is now present in the event position).
10008         * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
10009         mouse-set-point so that hscroll still works now that clicks on
10010         fringes generate specific mouse events.
10011         (mouse-set-point): Note that it now works in fringes and margins
10012         too due to new semantics of posn-point in fringes and margins.
10014         * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
10015         (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
10017 2003-11-20  Kim F. Storm  <storm@cua.dk>
10019         * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
10020         (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
10021         (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
10022         to 100 for icons to avoid increasing line height when shown.
10024 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10026         * newcomment.el (comment-normalize-vars): Initialize properly if
10027         comment-start was nil.
10029 2003-11-19  Andreas Schwab  <schwab@suse.de>
10031         * simple.el (set-variable): Fix indentation.
10033 2003-11-17  Kenichi Handa  <handa@m17n.org>
10035         * international/latin1-disp.el (latin1-display-ucs-per-lynx):
10036         Fix docstring.
10038 2003-11-17  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10040         * international/latin1-disp.el (latin1-display): Fix docstring.
10042 2003-11-16  John Wiegley  <johnw@newartisans.com>
10044         * eshell/em-ls.el (eshell-ls-file): There are times with
10045         size-width is nil and uncomputed (when directories are created in
10046         dired, for example); in this case, 4 is reasonable default value,
10047         although it may caused skewed new entries (which could be avoided
10048         by returning the original value of 8 in all cases, but 99% of the
10049         time this is a waste of whitespace).
10051 2003-11-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
10053         * cc-engine.el (c-guess-continued-construct)
10054         (c-guess-basic-syntax): Check a little more carefully if it's a
10055         function declaration when an unknown construct followed by a block
10056         is found inside a statement context.  This avoids macros followed
10057         by blocks to be taken as function declarations.
10059         (c-guess-continued-construct): Change the analysis of a statement
10060         continuation with a brace open to `substatement-block', for
10061         consistency with recognized statements.
10063         (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
10064         start is in a position so that `c-beginning-of-statement-1' jumped
10065         to the beginning of the same statement.
10067         * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
10068         Don't accept binary operators in the arglist if we're in a function
10069         call context, i.e. if `c-restricted-<>-arglists' is set.  That avoids
10070         template recognition in cases like "if (a < b || c > d)".
10072         (c-restricted-<>-arglists): New more appropriate name for
10073         `c-disallow-comma-in-<>-arglists'.
10075         Accessing functions updated for the variable name change.
10077         * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
10078         match data could get clobbered if NOT-INSIDE-TOKEN is used.
10080         * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
10081         labels.
10083         (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
10084         instead of duplicating parts of it.  This fixes bogus label
10085         recognition.
10087         * cc-align.el (c-gnu-impose-minimum): Revert to the old method
10088         of checking the context in which to apply the minimum indentation,
10089         so that it isn't enforced in e.g. namespace blocks.
10091         * cc-vars.el (c-inside-block-syms): New constant used by
10092         `c-gnu-impose-minimum'.  It's defined close to `c-offsets-alist'
10093         to somewhat reduce the risk of becoming stale.
10095         * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
10096         cc-cmds to cc-engine to allow use from cc-align.
10098         * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
10099         qualified identifiers containing "::".
10101         * cc-defs.el (c-make-keywords-re): Add kludge for bug in
10102         `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
10104         * cc-vars.el (c-emacs-features): Use a space in front of the name
10105         of the temporary buffer.  That also avoids dumping problems in
10106         XEmacs due to undo info being left around after the buffer is killed.
10108         * cc-engine.el (c-in-knr-argdecl): Look closer at the function
10109         arglist to see if it's a K&R style declaration.
10111         (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
10112         before returning `knr-argdecl-intro'.
10114 2003-11-16  John Wiegley  <johnw@newartisans.com>
10116         * eshell/em-ls.el (eshell-ls-file): Instead of making the size
10117         field in a long-listing always 8 characters, use `size-width',
10118         which has already been computed.
10120 2003-11-15  Thien-Thi Nguyen  <ttn@gnu.org>
10122         * subr.el (minor-mode-list): Add `hs-minor-mode'.
10124 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
10126         * diff-mode.el (diff-hunk-prev, diff-hunk-next):
10127         Support operation while narrowed, with `diff-restrict-view'.
10129 2003-11-14  Thien-Thi Nguyen  <ttn@gnu.org>
10131         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10132         Take additional optional arg NARROWFUN.  For the generated functions:
10133         Add local var `was-narrowed-p'.  Also, if NARROWFUN is specified,
10134         include frags that arrange to check for and save narrowing state before
10135         the move and then conditionally call NARROWFUN after the move.
10137 2003-11-14  John Wiegley  <johnw@newartisans.com>
10139         * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
10140         that was optional, but obviously missing based on surrounding code.
10142         * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
10143         string arguments to numbers unless the whole argument was seen as
10144         a number.
10146 2003-11-14  Kenichi Handa  <handa@m17n.org>
10148         * international/mule.el (ctext-non-standard-encodings-alist):
10149         Fix coding systems.
10151 2003-11-10  Kenichi Handa  <handa@m17n.org>
10153         * language/kannada.el ("Kannada"): Add sample-text.
10155         * language/knd-util.el (kannada-compose-region)
10156         (kannada-compose-string, kannada-post-read-conversion):
10157         Add autoload cookie.
10159         * international/quail.el (quail-completion): Change the message
10160         "corresponding translations" to "corresponding characters".
10162 2003-11-09  Markus Rost  <rost@mathematik.uni-bielefeld.de>
10164         * descr-text.el (describe-char): Fix typo.
10166 2003-11-08  Kailash C. Chowksey  <klchxbec@m-net.arbornet.org>
10168         These changes are to support Kannada language/script.
10170         * Makefile.in (DONTCOMPILE): Add kannada.el.
10172         * makefile.w32-in (DONTCOMPILE): Add kannada.el.
10174         * loadup.el: Preload kannada.el.
10176         * language/ind-util.el (ucs-kannada-to-is13194-alist)
10177         (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
10178         New variables.
10180         * language/kannada.el: New file.
10182         * language/knd-util.el: New file.
10184 2003-11-07  Andreas Schwab  <schwab@suse.de>
10186         * progmodes/autoconf.el (autoconf-font-lock-keywords):
10187         Also highlight AH_*.
10189         * xml.el (xml-parse-dtd): Fix misplaced paren.
10191 2003-11-07  Kenichi Handa  <handa@m17n.org>
10193         * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
10195 2003-11-05  Juri Linkov  <juri@jurta.org>
10197         * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
10198         (desktop-buffer-file): Use saved buffer-file-coding-system
10199         for file reading.  Set auto-insert to nil to prevent automatic
10200         insertion into restored empty files.
10202 2003-11-04  Luc Teirlinck  <teirllm@auburn.edu>
10204         * files.el (risky-local-variable-p): Make second argument optional.
10206 2003-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10208         * subr.el (add-hook): Fix last change.
10210 2003-11-03  Eli Zaretskii  <eliz@gnu.org>
10212         * mail/rmail.el (rmail-convert-to-babyl-format):
10213         If base64-decode-region signals an error, catch it and silently
10214         ignore it.
10216 2003-11-01  Mark A. Hershberger  <mah@everybody.org>
10218         * xml.el (xml-parse-region): Allow comments to appear after the
10219         topmost element has closed.
10220         (xml-ns-parse-ns-attrs, xml-ns-expand-el)
10221         (xml-ns-expand-attr): New functions to do namespace handling.
10222         (xml-intern-attrlist): Back-compatible handling of attribute names.
10223         (xml-parse-tag): Move namespace handling to separate functions.
10224         Now produces elements in the form ((:ns . "element") (attr-list)
10225         children) instead of ('ns:element (attr-list) children).
10226         (xml-parse-attlist): Fix attribute parsing.
10227         (xml-parse-dtd): Change parsing so that it produces strings
10228         instead of interned symbols.
10230 2003-11-01  era@iki.fi  <era@iki.fi>  (tiny change)
10232         * dired.el (dired-ls-sorting-switches): Doc fix.
10234 2003-11-01  Oliver Scholz  <epameinondas@gmx.de>
10236         * emacs-lisp/rx.el (rx-or): Fix the case of
10237         "(rx (and ?a (or ?b ?c) ?d))".
10239 2003-11-01  Christoph Wedler  <wedler@users.sourceforge.net>  (tiny change)
10241         * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
10242         (texinfo-format-region): Use it.
10243         (texinfo-format-buffer-1): Ditto.
10245 2003-11-01  Alan Mackenzie  <acm@muc.de>
10247         Changes to allow scrolling whilst in isearch mode:
10248         * isearch.el (isearch-unread-key-sequence): New function,
10249         extracted from isearch-other-meta-char.
10250         (top level): (put 'foo 'isearch-scroll) on all Emacs's
10251         "scrollable" standard functions.
10252         (isearch-allow-scroll): New customizable variable.
10253         (isearch-string-out-of-window, isearch-back-into-window)
10254         (isearch-reread-key-sequence-naturally)
10255         (isearch-lookup-scroll-key): New functions.
10256         (isearch-other-meta-char): Doc string and functionality enhanced.
10257         Now accepts a prefix argument.
10258         (isearch-lazy-highlight-window-end): New variable.
10259         (isearch-lazy-highlight-new-loop): Pay attention to the window's
10260         end (thru isearch-lazy-highlight-window-end), not only its start.
10262         * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
10263         (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
10264         (universal-argument, universal-argument-more, negative-argument)
10265         (digit-argument, universal-argument-other-key): Minor changes.
10267 2003-11-01  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
10269         * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
10270         recursively if the last message is deleted, thus avoiding an
10271         infinite loop.
10273 2003-10-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10275         * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
10276         (tex-main-file): Don't add .tex if the extension is already present.
10277         (tex-uptodate-p): Don't recurse indefinitely with symlinks.
10279 2003-10-29  Lute Kamstra  <lute@gnu.org>
10281         * progmodes/octave-inf.el (inferior-octave-prompt):
10282         Recognize version number in prompt.
10284 2003-10-28  Dave Love  <fx@gnu.org>
10286         * international/characters.el: Fix some Unicode ranges.
10288 2003-10-28  Kenichi Handa  <handa@m17n.org>
10290         * disp-table.el (standard-display-8bit)
10291         (standard-display-default, standard-display-ascii)
10292         (standard-display-g1, standard-display-graphic)
10293         (standard-display-underline): Assure that standard-display-table
10294         is a display table.
10296 2003-10-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10298         * simple.el (reindent-then-newline-and-indent): Delete space *after*
10299         reindenting the first line.
10301 2003-10-25  Per Abrahamsen  <abraham@dina.kvl.dk>
10303         * wid-edit.el (widget-default-delete): Always delete child widgets.
10305 2003-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10307         * newcomment.el (comment-indent): Don't call indent-according-to-mode
10308         if the line has code.
10309         Don't try to line up with something that's too far left.
10311         * progmodes/octave-mod.el (octave-comment-start): Simplify.
10312         (octave-mode-syntax-table): Add % as a comment starter.
10313         (octave-point): Remove.
10314         (octave-in-comment-p, octave-in-string-p)
10315         (octave-not-in-string-or-comment-p, calculate-octave-indent)
10316         (octave-blink-matching-block-open, octave-auto-fill):
10317         Use line-(beginning|end)-position instead.
10319 2003-10-23  Francesco Potort\e,Al\e(B  <pot@gnu.org>
10321         * emacs-lisp/authors.el (authors-aliases): Add correct realname
10322         for Francesco Potort\e,Al\e(B.
10324 2003-10-23  Dave Love  <fx@gnu.org>
10326         * international/mule-cmds.el (locale-charset-to-coding-system):
10327         Don't rely on nil being a coding system.
10329         * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
10330         (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
10331         (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
10333 2003-10-21  Nick Roberts  <nick@nick.uklinux.net>
10335         * gdb-ui.el (gdb-current-language): New variable.
10336         (gdb-update-flag): Remove variable.
10337         (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
10338         (gdb-take-last-elt): Remove function.
10339         (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
10340         (gdb-post-prompt): Check for variable object changes here.
10342         * progmodes/gud.el (gud-speedbar-buttons): Check for variable
10343         object changes in gdb-ui.el.
10345 2003-10-21  Richard M. Stallman  <rms@gnu.org>
10347         * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
10349         * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
10350         Don't check for foo*/ wildcard form here.
10351         (insert-directory): Recognize foo*/ as a wildcard.
10352         Separate wildcard-regexp variable from the arg, wildcard.
10354         * subr.el (add-hook): Correctly detect when make-local-hook was used.
10355         (remove-hook): Correctly handle strange cases about local hooks.
10357 2003-10-21  David Ponce  <david@dponce.com>
10359         * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
10360         argument REAL, to return a real number instead of a rounded
10361         integer value.  Define as inline function.
10362         (ruler-mode-right-fringe-cols): Likewise.
10363         (ruler-mode-scroll-bar-cols): New function.
10364         (ruler-mode-left-scroll-bar-cols): Use it.  Define as macro.
10365         (ruler-mode-right-scroll-bar-cols): Likewise.
10366         (ruler-mode-space): New function.
10367         (ruler-mode-ruler): Use it.  Handle variations of fringe style,
10368         scroll bar mode and margins in a more robust way.
10370 2003-10-21  Christoph Wedler  <Christoph.Wedler@sap.com>
10372         * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
10373         (antlr-c-init-language-vars): New function.
10374         (antlr-mode): Use it with cc-mode before v5.29.
10375         (antlr-c-common-init): Don't set some local vars here.
10376         (antlr-mode): Set them here.
10377         (antlr-c-forward-sws): New function alias.
10378         (antlr-mode): Redefine with cc-mode before v5.30.
10379         (antlr-skip-sexps): Use it.
10380         (antlr-skip-exception-part): Ditto.
10381         (antlr-skip-file-prelude): Ditto.
10382         (antlr-outside-rule-p): Ditto.
10383         (antlr-end-of-body): Ditto.
10384         (antlr-option-kind): Ditto.
10385         (antlr-insert-option-area): Ditto.
10386         (antlr-file-dependencies): Ditto.
10388 2003-10-21  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10390         * textmodes/bibtex.el (bibtex-move-outside-of-entry):
10391         Move backward only if point was not inside an entry.
10393 2003-10-21  Richard M. Stallman  <rms@gnu.org>
10395         * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
10397 2003-10-21  Juri Linkov  <juri@jurta.org>
10399         * compare-w.el: Automatically skip non-matching text to resync.
10400         (compare-windows-whitespace): Doc fix.
10401         (compare-windows-sync, compare-windows-sync-string-size)
10402         (compare-windows-recenter, compare-ignore-whitespace)
10403         (compare-windows-highlight, compare-windows-face): New variables.
10404         (compare-windows): Use compare-windows-sync.
10405         (compare-windows-highlight, compare-windows-dehighlight)
10406         (compare-windows-sync-regexp)
10407         (compare-windows-sync-default-function): New functions.
10409 2003-10-21  Juri Linkov  <juri@jurta.org>
10411         * diff.el (diff-parse-differences): Don't visit the files now;
10412         instead, just record the error locus.
10414 2003-10-21  Dave Love  <fx@gnu.org>
10416         * progmodes/cfengine.el: New file.
10418 2003-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10420         * complete.el (PC-do-completion): Do not forget to use `pred' as the
10421         default-directory when completing file names.
10423 2003-10-20  Luc Teirlinck  <teirllm@auburn.edu>
10425         * help-mode.el (help-make-xrefs): Make sure that if a symbol is
10426         followed by the word `face', it gets treated as a face, even if
10427         it is also defined as a variable or a function.
10429 2003-10-20  Dave Love  <fx@gnu.org>
10431         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
10432         Avoid incf in macro expansion.
10434 2003-10-20  John Paul Wallington  <jpw@gnu.org>
10436         * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
10437         `evenp' so we don't implicitly require cl library at runtime.
10439 2003-10-18  Luc Teirlinck  <teirllm@auburn.edu>
10441         * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
10442         (help-make-xrefs): Only make cross-references for faces if
10443         preceded or followed by the word `face'.  Do not make a
10444         cross-reference for variables without variable documentation,
10445         unless preceded by the word `variable' or `option'.  Update doc
10446         string accordingly.
10448 2003-10-18  Thien-Thi Nguyen  <ttn@gnu.org>
10450         * progmodes/hideshow.el: Rewrite one-armed `if'
10451         constructs using either `when' or `unless'.
10452         (hs-grok-mode-type): Elide superfluous `progn'; nfc.
10454 2003-10-16  Nick Roberts  <nick@nick.uklinux.net>
10456         * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
10457         (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
10458         instead of 12x12.
10460 2003-10-16  Eli Zaretskii  <eliz@gnu.org>
10462         * mail/rmail.el (rmail-convert-to-babyl-format): Display a
10463         message while converting to Babyl.
10465 2003-10-16  Vadim Nasardinov  <vadimn@redhat.com>  (tiny change)
10467         * allout.el (allout-mode): Doc fix.
10469 2003-10-16  Lute Kamstra  <lute@gnu.org>
10471         * subr.el (force-mode-line-update): Fix docstring.
10473 2003-10-14  Dave Love  <fx@gnu.org>
10475         * international/mule-cmds.el (find-multibyte-characters): Doc fix.
10476         (default-input-method): Add :link, improve :type.
10477         (locale-charset-language-names): Fix utf-8 pattern.
10478         (locale-charset-match-p, locale-charset-alist)
10479         (locale-charset-to-coding-system): New.
10480         (set-locale-environment): Deal with codeset part of locale specs.
10482 2003-10-14  Lute Kamstra  <lute@gnu.org>
10484         * fringe.el (fringe-mode): Use active voice in docstring.
10485         (set-fringe-style): Ditto.
10487 2003-10-13  Lute Kamstra  <lute@gnu.org>
10489         * fringe.el (fringe-mode): Fix docstring.
10490         (set-fringe-style): Ditto.
10492 2003-10-12  Michael Kifer  <kifer@cs.stonybrook.edu>
10494         * ediff-mult.el (ediff-filegroup-action):
10495         Use ediff-default-filtering-regexp.
10497         * ediff-util.el (ediff-recenter): Don't call
10498         ediff-restore-highlighting twice.
10499         (ediff-select-difference): Set current difference.
10500         (ediff-unselect-and-select-difference): Add comment.
10502         * ediff.el (ediff-directories,ediff-directory-revisions)
10503         (ediff-directories3,ediff-merge-directories)
10504         (ediff-merge-directories-with-ancestor)
10505         (ediff-merge-directory-revisions)
10506         (ediff-merge-directory-revisions-with-ancestor):
10507         Use ediff-default-filtering-regexp.
10509 2003-10-12  Andreas Schwab  <schwab@suse.de>
10511         * international/mule-cmds.el (locale-charset-language-names):
10512         Simplify regex by removing unused grouping.
10514 2003-10-10  Dave Love  <fx@gnu.org>
10516         * bindings.el: Don't bind stop.
10518 2003-10-08  Miles Bader  <miles@gnu.org>
10520         * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
10521         face instead of attempting to emulate it.
10523 2003-10-07  Kenichi Handa  <handa@m17n.org>
10525         * international/mule-diag.el (list-coding-systems-1): List coding
10526         systems that are loaded automatically.
10528         * international/code-pages.el (iso-8859-11): Add autoload cookie.
10530         * international/mule.el (autoload-coding-system): New function.
10532 2003-10-07  Andreas Schwab  <schwab@suse.de>
10534         * log-edit.el (log-edit-changelog-entries): Prefer local value of
10535         change-log-default-name in the buffer visiting the file.
10537 2003-10-06  Dave Love  <fx@gnu.org>
10539         * files.el (find-file-hook): Customize.
10540         (auto-mode-alist): Add .stk, .ss, .sch, .orig.
10542         * bindings.el (completion-ignored-extensions): Remove .log.
10543         (global-map): Add again, open, stop keys.
10545 2003-10-05  Richard M. Stallman  <rms@gnu.org>
10547         * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
10548         (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
10549         Use sh-modify directly.
10550         (sh-select): Use sh-append, not eval.
10552         * mail/emacsbug.el (report-emacs-bug): Fix previous change.
10554         * info.el (Info-following-node-name): New function.
10556         * loadhist.el (unload-feature-special-hooks):
10557         Rename from loadhist-hook-functions.
10558         (loadhist-hook-functions): Now an alias.
10560 2003-10-04  Eli Zaretskii  <eliz@gnu.org>
10562         * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
10563         file-name clashes on 8+3 filesystems.
10565         * Makefile.in (DONTCOMPILE, bootstrap-clean):
10566         Rename loaddefs-boot.el to ldefs-boot.el
10568         * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
10569         (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
10571 2003-10-03  Lute Kamstra  <lute@gnu.org>
10573         * info.el (Info-mode): Revert previous change.
10574         (Info-escape-percent): New function.
10575         (Info-fontify-node): Use it.
10577 2003-10-02  Andreas Schwab  <schwab@suse.de>
10579         * loaddefs-boot.el: Regenerated.
10581 2003-10-01  Rajesh Vaidheeswarran  <rv@gnu.org>
10583         * ffap.el: Remove defadvice related code from CVS since `complete'
10584         provides a `PC-completion-as-file-name-predicate' variable that
10585         ffap can override.
10587 2003-10-02  Kenichi Handa  <handa@m17n.org>
10589         * international/utf-8.el (ccl-decode-mule-utf-8):
10590         Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
10592         * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
10593         * international/subst-big5.el: Likewise.
10594         * international/subst-gb2312.el: Likewise.
10595         * international/subst-ksc.el: Likewise.
10597 2003-10-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
10599         * calendar/calendar.el (increment-calendar-month)
10600         (calendar-leap-year-p, calendar-absolute-from-gregorian)
10601         (generate-calendar, calendar-read-date, calendar-interval)
10602         (calendar-day-of-week): Handle years BC.
10603         (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
10605 2003-10-01  Dave Love  <fx@gnu.org>
10607         * language/cyrillic.el (cp1251): Alias for windows-1251.
10609         * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
10610         bootstrap.
10612 2003-10-01  Lute Kamstra  <lute@gnu.org>
10614         * files.el: Fix typo.
10615         * imenu.el (imenu--generic-function): Docstring fix.
10617 2003-09-30  Richard M. Stallman  <rms@gnu.org>
10619         * dired.el (dired-mode): Handle dired-directory as a list.
10621 2003-09-30  Nick Roberts  <nick@nick.uklinux.net>
10623         * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
10625         * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
10627         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
10628         Replace gud-display with gud-watch.
10629         (gud-speedbar-buttons): Add stuff for watching expressions
10630         in the speedbar when using M-x gdba.  Use dolist on old part
10631         of this function.
10633         * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
10634         (gdb-update-flag): New variables.
10635         (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
10636         (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
10637         (gud-watch, gdb-var-create-handler) : New functions.
10638         (gdb-var-list-children, gdb-var-list-children-handler)
10639         (gdb-var-create-regexp, gdb-var-update-regexp)
10640         (gdb-var-list-children-regexp): New constants.
10641         (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
10642         (gdb-annotation-rules): Reduce annotation set (level 3).
10643         (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
10644         (gdb-post-prompt): Don't update GDB buffers every time speedbar
10645         updates.
10646         (gdb-window-height, gdb-window-width, gdb-display-in-progress)
10647         (gdb-expression-buffer-name, gdb-display-number, gdb-point)
10648         (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
10649         (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
10650         (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
10651         (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
10652         (gdb-expressions-mode-menu, gdb-dive): Remove variables.
10653         (gud-display, gud-display1)
10654         (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
10655         (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
10656         (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
10657         (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
10658         (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
10659         (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
10660         (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
10661         (gdb-display-display-buffer, gdb-toggle-display)
10662         (gdb-delete-display, gdb-expressions-popup-menu)
10663         (gdb-expressions-mode, gdb-array-visualise): Remove functions.
10664         (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
10665         to display buffer.
10667 2003-09-30  Richard M. Stallman  <rms@gnu.org>
10669         * progmodes/ada-mode.el (ada-mode): Don't use advice.
10670         Instead, set which-func-functions.
10672         * progmodes/which-func.el (which-func-modes): Add ada-mode.
10673         (which-func-functions): New variable.
10674         (which-function): Use that.
10676         * info.el (Info-mode): Double each `%' in header line.
10678         * emacs-lisp/lisp-mnt.el (lm-with-file):
10679         When FILE is nil, run BODY in current buffer.
10681         * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
10683         * help.el (describe-mode): Start with a brief list of minor modes.
10684         Find them thru minor-mode-list so as to find them all.
10685         Show them in alphabetical order.
10687         * mail/sendmail.el (mail-aliases): Doc fix.
10689         * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
10691 2003-09-30  Alexander Pohoyda  <alexander.pohoyda@gmx.net>  (tiny change)
10693         * mail/rmailsum.el (rmail-make-summary-line-1):
10694         Change comma after last label to a space.
10695         (rmail-summary-font-lock-keywords): Adapt to that change.
10697 2003-09-30  Thien-Thi Nguyen  <ttn@gnu.org>
10699         * progmodes/scheme.el (scheme-mode-variables): When setting
10700         `font-lock-defaults', also specify that "#" should
10701         be interpreted with `word' syntax.
10702         (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
10704 2003-09-30  Lars Hansen  <larsh@math.ku.dk>
10706         * desktop.el: A lot of comments updated.
10707         (desktop-save-mode): Minor mode introduced.
10708         (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
10709         (desktop-load-default): Function made obsolete.
10710         (desktop-locals-to-save): Variable made customizable.
10711         (desktop-read): Optional parameter `dirname' added.
10712         (desktop-change-dir, desktop-revert): Parameter `dirname' in
10713         `desktop-read' used.
10714         (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
10716 2003-09-29  Rajesh Vaidheeswarran  <rv@gnu.org>
10718         * whitespace.el (whitespace-clean-msg): Add user customizable message
10719         for displaying ``clean'' output.
10720         (whitespace-buffer): Use `whitespace-clean-msg'.
10721         (whitespace-global-mode): Fix typo.
10723 2003-09-29  Thien-Thi Nguyen  <ttn@gnu.org>
10725         * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
10727 2003-09-29  Lute Kamstra  <lute@gnu.org>
10729         * bindings.el (mode-line-modes): Remove superfluous :propertize
10730         construct in initialization.
10731         (mode-line-position): Change cons cell into proper list in
10732         initialization.
10734 2003-09-29  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
10736         * international/mule.el (decode-coding-inserted-region): Use car
10737         of the return value of find-operation-coding-system.
10739 2003-09-29  Kenichi Handa  <handa@m17n.org>
10741         * descr-text.el (describe-char): Fix previous change.
10743 2003-09-28  Kenichi Handa  <handa@m17n.org>
10745         * descr-text.el (describe-char-display): New function.
10746         (describe-char): Pay attention to display table on describing how
10747         a character is displayed.
10749         * international/mule-cmds.el (encoded-string-description):
10750         Prepend "0x" to each encoded byte.
10752 2003-09-28  Andreas Schwab  <schwab@suse.de>
10754         * find-file.el (ff-special-constructs): Add autoload cookie.
10756 2003-09-28  Kevin Ryde  <user42@zip.com.au>
10758         * info.el (Info-find-index-name): Remove any "<n>" suffixes which
10759         makeinfo appends to duplicate index entries.
10761 2003-09-28  Eli Zaretskii  <eliz@gnu.org>
10763         * dired-x.el (dired-clean-tex): Doc fix.
10765         * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
10766         using a Chinese tutorial.
10768 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10770         * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
10771         between "MAIL FROM:" and "RCPT TO:" and the following address.
10773 2003-09-28  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
10775         * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
10777 2003-09-28  David Ponce  <david@dponce.com>
10779         * recentf.el (recentf-initialize-file-name-history): New defcustom.
10780         (recentf-load-list): When `recentf-initialize-file-name-history'
10781         is non-nil, initialize an empty `file-name-history' with the
10782         recent list.
10784 2003-09-28  Evgeni Dobrev  <evgeni_dobrev@developer.bg>  (tiny change)
10786         * man.el (Man-default-man-entry): Remove the leading `*' from the
10787         word at point.
10789 2003-09-26  Lute Kamstra  <lute@gnu.org>
10791         * bindings.el (mode-line-position): Mention size indication in
10792         docstring.
10794 2003-09-26  Andre Spiegel  <spiegel@gnu.org>
10796         * calendar/parse-time.el (parse-time-string): Add autoload cookie.
10798         * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
10799         because it's autoloaded now.
10801 2003-09-25  Glenn Morris  <gmorris@ast.cam.ac.uk>
10803         * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
10804         (sh-font-lock-keywords, sh-feature): Fix previous change of
10805         sh-feature to avoid infloop with sh-font-lock-keywords.
10807 2003-09-25  Kim F. Storm  <storm@cua.dk>
10809         * frame.el (frame-current-scroll-bars): New defun.
10811         * window.el (window-current-scroll-bars): New defun.
10813 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10815         * progmodes/cc-engine.el (c-parse-state): Fix bug that could
10816         cause errors when the state cache contains info on parts that have
10817         been narrowed out.
10819 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10821         * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
10822         `c-setup-paragraph-variables' has to be used when this variable is
10823         changed; it doesn't work to reinitialize the mode since that
10824         typically clobbers the variable.
10826         * progmodes/cc-styles.el (c-setup-paragraph-variables):
10827         Make it interactive.
10829 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10831         * progmodes/cc-fonts.el (c-font-lock-declarations):
10832         Fix recognition of constructors and destructors for classes whose
10833         names are matched by `*-font-lock-extra-types'.
10835         * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
10836         followed by an identifier in C++ then it's a type.
10838 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10840         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
10841         problem that primarily affected XEmacs.  Don't use faces to find
10842         unterminated strings since Emacs and XEmacs fontify strings
10843         differently - this function should now work better in XEmacs.
10845 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10847         * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
10848         `expand-abbrev' workaround which caused braces to misbehave inside
10849         macros.
10851         * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
10852         handling.  This bug could cause interactive font locking to bail out.
10854 2003-09-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
10856         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
10857         Handle paren-style types in Pike.  Also fixed some cases of
10858         insufficient handling of unbalanced parens.
10860 2003-09-24  Rajesh Vaidheeswarran  <rv@gnu.org>
10862         * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
10863         common shell prompts that are not common filename or URL characters.
10864         (ffap-file-at-point): Use the new regexp to strip the prompts from
10865         the file names.  This is an issue mostly for user prompts that
10866         don't have a trailing space and find-file-at-point is invoked from
10867         within a shell inside Emacs.
10869 2003-09-24  Andre Spiegel  <spiegel@gnu.org>
10871         * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
10872         stamps numerically, rather than textually.
10874 2003-09-24  Kenichi Handa  <handa@m17n.org>
10876         * language/devan-util.el (devanagari-post-read-conversion):
10877         * language/mlm-util.el (malayalam-post-read-conversion):
10878         * language/tml-util.el (tamil-post-read-conversion):
10879         Add autoload cookie.
10881         * international/utf-8.el (utf-8-post-read-conversion):
10882         Call post-read-conversion functions for Devanagari, Malayalam,
10883         and Tamil.
10885 2003-09-23  Dave Love  <fx@gnu.org>
10887         * Makefile.in (bootstrap-clean): Fix misplaced `!'.
10889 2003-09-22  Nick Roberts  <nick@nick.uklinux.net>
10891         * progmodes/gud.el (perldb): Add gud-until to list of commands.
10892         Update gud-remove.
10894 2003-09-22  Richard M. Stallman  <rms@gnu.org>
10896         * progmodes/sh-script.el (sh-mode-default-syntax-table):
10897         Rename from sh-mode-syntax-table.  Call sh-mode-syntax-table directly.
10898         (sh-mode-syntax-table-input): New variable.
10899         (sh-require-final-newline): Don't use eval.
10900         (sh-builtins, sh-leading-keywords, sh-other-keywords)
10901         (sh-variables, sh-font-lock-keywords): Don't use eval.
10902         (sh-set-shell): When setting require-final-newline,
10903         treat value = `require-final-newline' as don't change it.
10904         Set sh-mode-syntax-table locally based on
10905         sh-mode-syntax-table-input and sh-mode-default-syntax-table.
10907         * progmodes/compile.el (compile-internal):
10908         Call compilation-set-window-height before setting window start.
10910 2003-09-22  Greg Hill  <ghill@synergymicro.com>  (tiny change)
10912         * emacs-lisp/bytecomp.el (byte-compile-log-file):
10913         Clear out byte-compile-last-warned-form.
10915 2003-09-22  Richard M. Stallman  <rms@gnu.org>
10917         * woman.el (woman-file-name, woman-follow-word):
10918         If current-word returns nil, use "".
10920         * simple.el (eval-expression): Bind standard-output in to-buffer case.
10922 2003-09-22  Richard M. Stallman  <rms@gnu.org>
10924         * emacs-lisp/lisp-mnt.el (lm-with-file):
10925         Don't visit the file, just use insert-file-contents in temp buffer.
10927 2003-09-22  Jari Aalto  <jari.aalto@poboxes.com>
10929         * emacs-lisp/lisp-mnt.el (lm-get-header-re):
10930         Add surrounding \\( and \\) around the header, as in
10931         for lm-history-header 'Change Log\\|History'.
10933 2003-09-22  John Paul Wallington  <jpw@gnu.org>
10935         * progmodes/ld-script.el: Add Commentary section,
10936         minor cleanup of file header.
10937         (ld-script-font-lock-keywords): Doc fix.
10938         (toplevel): Provide `ld-script' feature.
10940 2003-09-21  Kim F. Storm  <storm@cua.dk>
10942         * scroll-bar.el (set-scroll-bar-mode): Initialize to
10943         new built-in variable default-frame-scroll-bars.
10944         (scroll-bar-mode): Use default-frame-scroll-bars when enabling
10945         scroll-bar-mode; notably, use it instead of t when we toggle
10946         scroll-bars on.
10947         (toggle-scroll-bar): Use default-frame-scroll-bars.
10949 2003-09-19  Masatake YAMATO  <jet@gyve.org>
10951         * pcvs.el (cvs-do-removal): Change the prompt depending on
10952         `filter' value.
10954 2003-09-19  Glenn Morris  <gmorris@ast.cam.ac.uk>
10956         * startup.el (command-line-1): Stop startup-echo-area-message
10957         being hidden by "Loading image..." message.
10958         (use-fancy-splash-screens-p, display-splash-screen):
10959         Move display-graphic-p test from latter to former.
10961         * progmodes/sh-script.el (sh-font-lock-keywords):
10962         Highlight escaped EOLs differently from other backslash constructs.
10964 2003-09-19  Richard M. Stallman  <rms@gnu.org>
10966         * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
10967         New functions.
10968         (edebug-enter, edebug-outside-excursion): Use them.
10970         * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
10971         Fix the condition for whether to print "In WHERE".
10973 2003-09-19  Jari Aalto  <jari.aalto@poboxes.com>
10975         * finder.el (finder-mode-hook): New variable.
10976         (finder-mode): Run hook finder-mode-hook
10978 2003-09-18  Masatake YAMATO  <jet@gyve.org>
10980         * progmodes/ebrowse.el: Fix broken magic autoload comments.
10982 2003-09-17  Mario Lang  <mlang@delysid.org>
10984         * progmodes/gud.el (perldb): Change gud-print from just "%e" to
10985         "p %e" to actually print the value in the GUD buffer.
10987 2003-09-16  Miles Bader  <miles@gnu.ai.mit.edu>
10989         From David Ponce <david.ponce@wanadoo.fr>:
10990         * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
10991         (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
10992         from loaddefs-boot.el if necessary.
10994 2003-09-15  Zoltan Kemenczy  <kemenczy@rogers.com>
10996         * progmodes/gud.el (gud-find-class): Make jdb work again since
10997         cc-mode changed the syntactic information.
10999 2003-09-15  David Ponce  <david@dponce.com>
11001         * recentf.el: (recentf-exclude): Accept predicates too.
11002         (recentf-file-readable-p): New function.
11003         (recentf-include-p): Handle predicates in recentf-exclude.
11004         (recentf-add-file): Doc fix.  Use recentf-file-readable-p.
11005         (recentf-cleanup): Likewise.
11006         (recentf-save-list): Use write-file to handle backup of
11007         recentf-save-file.
11009 2003-09-15  Miles Bader  <miles@gnu.ai.mit.edu>
11011         * loaddefs-boot.el: Renamed from `loaddefs.el'
11012         * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
11013         (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
11014         necessary.
11016 2003-09-13  Thien-Thi Nguyen  <ttn@gnu.org>
11018         * electric.el (Electric-pop-up-window): For the `one-window' case,
11019         no longer disconcertingly move point in the original buffer.
11021 2003-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11023         * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
11025 2003-09-12  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
11027         * dired.el (dired-mode-map): Fix typo.
11029 2003-09-11  Richard M. Stallman  <rms@gnu.org>
11031         * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
11033 2003-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
11035         * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
11036         the function is less noisy.  Now only `kill-buffer' can ask questions.
11038 2003-09-10  Mario Lang  <mlang@delysid.org>
11040         * battery.el: Update Commentary and Copyright.
11041         (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
11042         appear due to wrong ordering of the expressions in `or'.
11044 2003-09-09  Lute Kamstra  <lute@gnu.org>
11046         * misc.el (upcase-char): Fix docstring.
11047         (zap-up-to-char): New command.
11049 2003-09-08  David Ponce  <david@dponce.com>
11051         Ensure that recentf correctly updates the menu bar.
11052         * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
11053         (recentf-menu-bar): New function.
11054         (recentf-clear-data): Use it
11055         (recentf-update-menu): Likewise.  Use easy-menu-add-item instead
11056         of easy-menu-change.
11058 2003-09-08  Lute Kamstra  <lute@gnu.org>
11060         * simple.el (size-indication-mode): New.
11061         * bindings.el (mode-line-position): Add buffer size indicator.
11063 2003-09-04  Mario Lang  <mlang@delysid.org>
11065         * battery.el (battery-linux-proc-acpi): New function.
11066         (battery-status-function): Modify default value calculation to also
11067         check for availability of ACPI.
11068         (battery-echo-area-format): Ditto.
11069         (battery-mode-line-format): Ditto.
11071 2003-09-06  Dave Love  <fx@gnu.org>
11073         * ielm.el (ielm-mode-hook): Add :options.
11075         * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
11076         (eldoc-print-current-symbol-info): Use it.
11078 2003-09-04  Nick Roberts  <nick@nick.uklinux.net>
11080         * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
11081         being displayed in GUD buffer.
11082         (gdb-idle-input-queue): Remove var.  Use just one queue.
11083         (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
11084         Remove functions.  Use just one queue.
11085         (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
11086         (gdb-invalidate-assembler, gdb-get-current-frame):
11087         Modify functions.  Use just one queue.
11089 2003-09-04  Dave Love  <fx@gnu.org>
11091         * cus-start.el: Add blink-cursor-alist.
11093         * ruler-mode.el (ruler-mode-fill-column-char)
11094         (ruler-mode-current-column-char): Use char-displayable-p,
11095         not window-system.
11097         * international/codepage.el ("mule-diag"): Add eval-after-load clause.
11099         * language/european.el (windows-1252): Move from code-pages.
11101         * language/cyrillic.el ("Windows-1251"): Delete.
11102         ("Bulgarian", "Belarusian"): Remove `features'.
11103         (windows-1251): Move from code-pages.
11105         * international/mule-diag.el (non-iso-charset-alist):
11106         Remove `codepage' stuff.
11107         (print-designation, list-coding-systems-1): Output fixes.
11109         * international/code-pages.el (cp-make-translation-table)
11110         (cp-valid-codes): Made defsubsts.
11111         (cp-fix-safe-chars): Delete.
11112         (mule-diag): Don't require.
11113         (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
11114         (top-level): Check for defined coding system when defining
11115         cp... aliases.  Change w32-add-charset-info test to avoid warning.
11116         (non-iso-charset-alist): Defvar when compiling.
11117         (cp-make-coding-system): Doc fix.
11119 2003-09-02  Jason Rumney  <jasonr@gnu.org>
11121         * international/titdic-cnv.el (tsang-quick-converter): Fix broken
11122         line-ends from CVS before doing conversion.
11124 2003-09-02  Glenn Morris  <gmorris@ast.cam.ac.uk>
11126         * calendar/diary-lib.el (diary-header-line-flag)
11127         (diary-header-line-format): New variables.
11128         (list-diary-entries): Use them to set header line in simple diary.
11130         * progmodes/sh-script.el (sh-font-lock-keywords): Use something
11131         other than font-lock-string-face to highlight backslashes.
11133 2003-09-01  Jason Rumney  <jasonr@gnu.org>
11135         * international/titdic-cnv.el (tit-read-key-value): Include \r in
11136         regexp.
11138 2003-09-01  Dave Love  <fx@gnu.org>
11140         * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
11142         * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
11143         and :help; also line and column numbers labels.
11145         * international/mule-util.el (char-displayable-p): Move from
11146         latin1-disp, rename and autoload.
11148         * international/latin1-disp.el (latin1-char-displayable-p):
11149         Now obsolete alias.  Replace uses with char-displayable-p.
11150         (latin1-display-ucs-per-lynx): Fix last change.
11152         * international/mule-cmds.el (standard-display-european-internal):
11153         Don't use char code for Latin-1 NBSP.
11154         <XFree86 4>: Unfrob NBSP display table.  Set display table to use
11155         U+2018, U+2019 for `'.
11156         (select-safe-coding-system): Message fix.
11158 2003-09-01  Kenichi Handa  <handa@m17n.org>
11160         * international/fontset.el (setup-default-fontset): For Thai
11161         font, specify "*" family.
11163 2003-09-01  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11165         * progmodes/compile.el (previous-error): Accept a prefix
11166         argument, similarly to next-error.
11168 2003-08-31  Masatake YAMATO  <jet@gyve.org>
11170         * pcvs.el (cvs-do-removal): Use = instead of eq to check
11171         the number of files.  Bind the number of files to a local
11172         variable.  Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
11174 2003-08-30  Eli Zaretskii  <eliz@gnu.org>
11176         * vc-hooks.el (vc-make-version-backup): Fix the change made on
11177         2003-07-26: msdos-long-file-names is a function, not a variable.
11179 2003-08-29  Richard M. Stallman  <rms@gnu.org>
11181         * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
11182         Do nothing with mail-personal-alias-file if it is nil.
11184         * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
11185         Do nothing if mail-personal-alias-file is nil.
11187         * term.el (term-exec-1): Bind coding-system-for-read.
11189         * dired.el (dired-mouse-find-file-other-window):
11190         Use dired-view-command-alist here, as in dired-view-file.
11191         (dired-view-command-alist): Use %s to substitute file name.
11192         Handle .ps_pages, .eps, .jpg, .gif, .png.
11194 2003-08-29  Paul Pogonyshev  <pogonyshev@gmx.net>  (tiny change)
11196         * info.el (Info-mode-map): Bind S-tab and <backtab> to
11197         `Info-prev-reference', instead of M-tab.
11199 2003-08-29  Martin Stjernholm  <mast@lysator.liu.se>
11201         * simple.el (blink-matching-open): Work correctly on chars that
11202         are designated as parens through the syntax-table text property.
11204 2003-08-29  Thierry Emery  <thierry.emery@club-internet.fr>  (tiny change)
11206         * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
11207         line break position in the middle of a non-kinsoku (e.g. latin)
11208         word, making it skip until either a space or a character with
11209         category "|".
11210         (kinsoku-longer): Test for end of buffer.
11212 2003-08-28  Eli Zaretskii  <eliz@gnu.org>
11214         * mail/rmail.el (rmail-convert-to-babyl-format):
11215         Detect quoted-printable- and base64-encoded messages and decode them
11216         automatically.  Set the message's encoding from the charset=
11217         header, if any.  Decode base64-encoded messages in Mail format as well.
11219 2003-08-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
11221         * mail/smtpmail.el: Fix previous change.
11222         (smtpmail-send-queued-mail): Set smtpmail-mail-address before
11223         calling smtpmail-via-smtp.
11224         (smtpmail-via-smtp): Add fall-back values for envelope-from.
11226 2003-08-26  John Paul Wallington  <jpw@gnu.org>
11228         * image.el (image-jpeg-p): Don't search beyond length of data.
11230 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
11232         * progmodes/cc-cmds.el (c-electric-brace): Work around for a
11233         misfeature in `expand-abbrev' which caused electric keywords like
11234         "else" to disappear if an open brace was typed directly afterwards.
11236 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
11238         * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
11239         mandatory in `define-widget'.
11241         * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
11242         Don't align the operators "!=", "<=" and ">=" as assignment operators.
11244         (c-assignment-operators): New language constant that only contains
11245         the assignment operators.
11247         (c-assignment-op-regexp): New language var used by `c-lineup-math'.
11249 2003-08-26  Martin Stjernholm  <bug-cc-mode@gnu.org>
11251         * progmodes/cc-engine.el (c-just-after-func-arglist-p):
11252         Safeguard against unbalanced sexps.
11254 2003-08-26  Terje Rosten  <terjeros@phys.ntnu.no>
11256         * version.el (emacs-version): Check for gtk.  Include gtk version info.
11258 2003-08-25  John Paul Wallington  <jpw@gnu.org>
11260         * man.el (Man-default-man-entry): Don't whizz past the section
11261         number before looking for it.
11263 2003-08-24  Nick Roberts  <nick@nick.uklinux.net>
11265         * progmodes/gud.el (gud-display-line): Don't set window-point if
11266         source buffer is not visible.  (Only happens with M-x gdba.)
11268         * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
11269         documentation.
11270         (gdb-source, gdb-source-info): Update to assembler unnecessary
11271         as its done after each GDB command anyway.
11272         (gdb-pre-prompt): Use with-current-buffer.
11273         (gdb-insert-field): Add help-echo text.
11274         (gdb-invalidate-assembler): Re-display of assembler now done in
11275         gdb-info-breakpoints-custom.
11276         (gdb-info-breakpoints-custom): Force re-display of assembler to
11277         happen *after* update of breakpoints buffer.
11278         (gdb-display-source-buffer): Don't choke if gdb-source-window
11279         isn't visible.
11280         (gdb-put-string, gdb-put-arrow): Remove free variables.
11282 2003-08-24  John Paul Wallington  <jpw@gnu.org>
11284         * ibuffer.el (ibuffer-formats): Make name and size columns wider.
11286         * man.el (Man-default-man-entry): Strip text properties when
11287         snarfing parts of entry because `format' preserves properties.
11289 2003-08-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
11291         * files.el (file-newest-backup): Use `expand-file-name'.
11293         * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
11294         Allow the diary to pop up a new frame, if needed.
11296         * mail/sendmail.el (mail-specify-envelope-from): Doc change.
11297         * mail/smtpmail.el (smtpmail-mail-address): Doc change.
11298         (smtpmail-send-it): Make treatment of envelope-from consistent with
11299         sendmail.el.
11301         * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
11302         (sh-leading-keywords): Add the bash `time' reserved word.
11303         (sh-variables): Add some bash variables.
11304         (sh-add-completer): Fix nil branch of case statement.
11306 2003-08-24  Masatake YAMATO  <jet@gyve.org>
11308         * progmodes/ld-script.el: New file.
11310 2003-08-23  Markus Rost  <rost@math.ohio-state.edu>
11312         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
11314 2003-08-23  Andre Spiegel  <spiegel@gnu.org>
11316         * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
11317         Better explain obsolescence, and what to use instead.
11319 2003-08-23  Masatake YAMATO  <jet@gyve.org>
11321         * pcvs.el (cvs-do-removal): Show the deleted file name
11322         on the prompt.
11324 2003-08-20  Dave Love  <fx@gnu.org>
11326         * international/mule.el (make-coding-system)
11327         (set-buffer-file-coding-system): Doc fix.
11329         * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
11331         * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
11333         * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
11335         * international/utf-16.el: Add mime-text-unsuitable coding system
11336         properties.
11338         * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
11340         * cus-edit.el: Add some :links.
11341         (bib): Remove.
11343         * textmodes/bib-mode.el (bib): Add :group external.
11345 2003-08-18  Luc Teirlinck  <teirllm@mail.auburn.edu>
11347         * wid-edit.el (widget-echo-help): Make it handle expressions that
11348         evaluate to strings.
11350 2003-08-18  Michael Mauger  <mmaug@yahoo.com>
11352         Version 1.8.0 of sql-mode.  (Patch submitted 2003-06-21)
11354         Simplify selection of SQL products to define highlighting and
11355         interactive mode.  Includes detailed instructions on adding
11356         support for new products.
11358         * progmodes/sql.el (sql-product): New variable.  Identifies SQL
11359         product for use in highlighting and interactive mode.
11360         (sql-interactive-product): New variable.  SQL product for
11361         sql-interactive-mode.
11362         (sql-product-support): New variable.  Specifies product-specific
11363         parameters to drive highlighting and interactive mode.
11364         (sql-imenu-generic-expression): Add more object types.
11365         (sql-sqlite-options): Correct comment.
11366         (sql-ms-program): Use "osql" rather than "isql".
11367         (sql-prompt-regexp, sql-prompt-length): Update comment.
11368         (sql-mode-menu): Add "Start SQLi session" entry.
11369         Replace Highlighting submenu with Product menu.  Fix Send Region entry.
11370         (sql-mode-abbrev-table): Add abbreviations.  Support of
11371         SYSTEM-FLAG on define-abbrev.  Support was removed with last
11372         check-in; it now handles older Emacsen without the SYSTEM-FLAG.
11373         (sql-mode-font-lock-object-name): Add font-lock pattern for object
11374         names.
11375         (sql-mode-ansi-font-lock-keywords): Set as default value.
11376         (sql-mode-oracle-font-lock-keywords): Set as default value.
11377         Support Oracle 9i keywords.
11378         (sql-mode-postgres-font-lock-keywords): Set as default value.
11379         (sql-mode-linter-font-lock-keywords): Set as default value.
11380         (sql-mode-ms-font-lock-keywords): New variable.  Support Microsoft
11381         SQLServer 2000.
11382         (sql-mode-sybase-font-lock-keywords)
11383         (sql-mode-interbase-font-lock-keywords)
11384         (sql-mode-sqlite-font-lock-keywords)
11385         (sql-mode-strong-font-lock-keywords)
11386         (sql-mode-mysql-font-lock-keywords)
11387         (sql-mode-db2-font-lock-keywords): New variables.  Default to ANSI
11388         keywords.
11389         (sql-mode-font-lock-defaults): Update comment.
11390         (sql-product-feature): New function.  Returns feature associated
11391         with a product from `sql-product-support' alist.
11392         (sql-product-font-lock): New function.  Set font-lock support
11393         based on `sql-product'.
11394         (sql-add-product-keywords): New function.  Add font-lock rules to
11395         product-specific keyword variables.
11396         (sql-set-product): New function.  Set `sql-product' and apply
11397         appropriate font-lock highlighting.
11398         (sql-highlight-product): New function.  Set font-lock support
11399         based on a product.  Also set mode name to include product name.
11400         (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
11401         (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
11402         Use `sql-set-product'.
11403         (sql-highlight-ms-keywords)
11404         (sql-highlight-sybase-keywords)
11405         (sql-highlight-interbase-keywords)
11406         (sql-highlight-strong-keywords)
11407         (sql-highlight-mysql-keywords)
11408         (sql-highlight-sqlite-keywords)
11409         (sql-highlight-db2-keywords): New functions.  Use `sql-set-product'.
11410         (sql-get-login): Prompt in the same order as the tokens.
11411         (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
11412         (sql-product-interactive): New function.  Common portions of
11413         product-specific interactive mode wrappers.
11414         (sql-interactive-mode): Rewritten to use product features.
11415         (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
11416         (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
11417         (sql-db2, sql-linter): Use `sql-product-interactive'.
11418         (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
11419         (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
11420         (sql-connect-ingres, sql-connect-postgres)
11421         (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
11422         New functions.  Format command line parameters and invoke comint on
11423         the appropriate interpreter.  Code was in the corresponding
11424         `sql-xyz' function before.
11425         (sql-connect-ms): New function.  Support -E argument to use
11426         operating system credentials for authentication.
11428 2003-08-18  Kenichi Handa  <handa@m17n.org>
11430         * international/mule.el (encode-char): Fix for the ASCII case.
11432 2003-08-15  Kenichi Handa  <handa@m17n.org>
11434         * international/fontset.el (setup-default-fontset): Change "*" to
11435         nil in the specifications of font family.
11437 2003-08-18  Kim F. Storm  <storm@cua.dk>
11439         * kmacro.el (kmacro-keymap): Group related bindings in
11440         initialization for clarity.  Bind C-s to start macro.
11441         Remove C-r binding.
11442         (kmacro-initial-counter-value): New defvar to hold initial counter
11443         value in case we set the value before defining a macro.
11444         (kmacro-insert-counter): Clear kmacro-initial-counter-value..
11445         (kmacro-set-counter): Set kmacro-initial-counter-value if we are
11446         not defining or executing macro.  Doc fix.
11447         (kmacro-add-counter): Clear kmacro-initial-counter-value.
11448         (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
11449         temporarily view older elements on the macro ring without cycling
11450         the ring.
11451         (kmacro-display): Doc fix.
11452         (kmacro-exec-ring-item): New helper function.
11453         (kmacro-call-ring-2nd): Use it.
11454         (kmacro-call-ring-2nd-repeat): Doc fix.
11455         (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
11456         (kmacro-end-or-call-macro): Execute last viewed macro (using
11457         kmacro-exec-ring-item) from ring if this follows
11458         kmacro-view-macro.  This allows us to find a macro on the ring
11459         with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
11460         the ring to bring it to the head of the ring.
11461         (kmacro-bind-to-key): Doc fix (describe reserved bindings).
11462         Allow binding to reserved keys without specifying C-x C-k prefix.
11463         Ask for confirmation if entered key sequence is already bound to
11464         a non-macro command.
11465         (kmacro-view-macro): Repeating command will show older elements
11466         on the macro ring; C-k will execute the last viewed macro.
11467         (kmacro-view-macro-repeat): Doc fix.  Change its kmacro-repeat
11468         property from 'ring to 'head.
11470 2003-08-17  Alan Shutko  <ats@acm.org>
11472         * calendar/calendar.el (calendar-make-alist): Correct off-by-one
11473         keeping December out of the alist.
11475 2003-08-17  Edward M. Reingold  <reingold@emr.cs.iit.edu>
11477         * calendar/cal-move.el (calendar-goto-day-of-year): New function.
11478         * calendar/calendar.el (calendar-mode-map): Bind it to key.
11479         * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
11480         (calendar-flatten): New function.
11481         (calendar-mouse-view-other-diary-entries)
11482         (calendar-mouse-view-diary-entries): Rewritten to put any holidays
11483         in the menu title and to show multi-line diary entries correctly
11484         in the menu.
11486 2003-08-17  Luc Teirlinck  <teirllm@mail.auburn.edu>
11488         * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
11489         defcustom, because the default was recently changed.
11491 2003-08-16  Richard M. Stallman  <rms@gnu.org>
11493         * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
11495         * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
11496         New subroutine, broken out of eval-last-sexp-1.
11497         (eval-last-sexp-1): Use eval-last-sexp-print-value.
11499         * custom.el (custom-load-symbol): Load cus-load and cus-start first.
11501         * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
11503         * simple.el (eval-expression): Use eval-last-sexp-print-value.
11505 2003-08-14  Jari Aalto  <jari.aalto@poboxes.com>
11507         * progmodes/compile.el (compilation-error-regexp-alist):
11508         Add Java ANt error detection as described in document
11509         http://ant.apache.org/faq.html
11511 2003-08-12  Juri Linkov  <juri@jurta.org>  (tiny change)
11513         * simple.el (backward-word, forward-to-indentation)
11514         (backward-to-indentation): Argument changed to optional.
11515         (next-line, previous-line): Use `or' instead of `unless'.
11517 2003-08-12  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11519         * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
11520         instead of a constant.
11522 2003-08-12  Markus Rost  <rost@math.ohio-state.edu>
11524         * shell.el (shell): With prefix-arg, suggest a new buffer name.
11526 2003-08-12  Andre Spiegel  <spiegel@gnu.org>
11528         * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
11529         (vc-sccs-workfile-version): Search the entire delta table, rather
11530         than just the first entry, because that might be a deleted version.
11532 2003-08-11  Karl Fogel  <kfogel@red-bean.com>
11534         * menu-bar.el (menu-bar-options-menu): Supply a body for the
11535         [save-place] binding in the Options menu.  Have it require
11536         'saveplace' and then toggle the variable manually, to avoid an an
11537         unbound variable error.  Thanks to <Sebastien.Kirche@sage.com>
11538         for the bug report.
11540 2003-08-11  Nick Roberts  <nick@nick.uklinux.net>
11542         * gdb-ui.el (gdb-insert-field, gdb-array-format1)
11543         (gdb-info-breakpoints-custom, gdb-info-frames-custom)
11544         (gdb-info-threads-custom): Add help-echo text.
11545         (gdb-display-back): Don't use purecopy.
11546         (gdb-info-breakpoints-custom, gdb-reset)
11547         (gdb-assembler-custom): Use display-images-p to test if breakpoint
11548         icons can be displayed.
11550 2003-08-11  Markus Rost  <rost@math.ohio-state.edu>
11552         * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
11554 2003-08-11  Stefan Monnier  <monnier@cs.yale.edu>
11556         * bookmark.el (bookmark-completing-read):
11557         Return a string, instead of a list of one string.
11558         Use a popup menu if activated from the mouse.
11559         (bookmark-edit-annotation): Remove unused vars.
11560         (bookmark-jump, bookmark-relocate, bookmark-insert-location)
11561         (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
11562         to bookmark-completing-read.
11563         (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
11564         (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
11565         (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
11566         and erase-buffer.
11567         (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
11568         (bookmark-menu-jump, bookmark-menu-insert)
11569         (bookmark-popup-menu-and-apply-function)
11570         (bookmark-menu-popup-paned-bookmark-menu): Remove.
11571         (bookmark-menu-build-paned-menu): Remove by folding it into
11572         bookmark-menu-popup-paned-menu.
11573         (menu-bar-bookmark-map): Move the define-key statements here.
11574         Use the "non-menu" commands since they now pop up a menu if needed.
11575         (bookmark-exit-hook-internal): Simplify.
11577 2003-08-11  Carsten Dominik  <dominik@sand.science.uva.nl>
11579         * reftex-toc.el (reftex-toc-rename-label): New function.
11580         (reftex-toc-check-docstruct): New function.
11582         * reftex.el (reftex-region-active-p): New function.
11584         * reftex-parse.el (reftex-locate-bibliography-files): Improved the
11585         regexp to find the \bibliography macro.
11587         * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
11588         which does not exist in LaTeX.
11589         (reftex-cite-format-builtin): Added amsrefs support.
11590         (reftex-toc-confirm-promotion): New option
11592         * reftex-toc.el
11593         (reftex-toc): Use `reftex-toc-split-windows-fraction'.
11594         (reftex-toc-demote, reftex-toc-promote)
11595         (reftex-toc-do-promote, reftex-toc-promote-prepare)
11596         (reftex-toc-promote-action, reftex-toc-extract-section-number)
11597         (reftex-toc-newhead-from-alist)
11598         (reftex-toc-load-all-files-for-promotion): New functions.
11599         (reftex-toc-help): Added description of new keys.
11600         (reftex-toc-split-windows-fraction): New option.
11601         (reftex-recenter-toc-when-idle): Search *toc* window on all
11602         visible frames.
11603         (reftex-toc): Additional parameter REUSE
11604         (reftex-toc-recenter): Remember current frame.  Call `reftex-toc'
11605         with REUSE argument.
11606         (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
11607         the call of `reftex-toc'.
11608         (reftex-make-separate-toc-frame): New function .
11609         (reftex-toc-recenter): When called with triple prefix arg, call
11610         `reftex-make-separate-toc-frame' first.
11611         (reftex-toc-toggle-dedicated-frame): New command.
11612         (reftex-toc-quit): Adapted to delete frame when called in
11613         dedicated frame.
11615         * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
11616         all enclosing macros.
11619 2003-08-08  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11621         * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
11622         first use.
11624 2003-08-07  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11626         * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
11628 2003-08-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
11630         * calendar/calendar.el (list-diary-entries-hook)
11631         (diary-display-hook, nongregorian-diary-listing-hook)
11632         (mark-diary-entries-hook, nongregorian-diary-marking-hook):
11633         Add some customize options for these hooks.
11634         (calendar-abbrev-construct): Don't try to take a substring longer
11635         than the original string.
11637 2003-08-05  Richard M. Stallman  <rms@gnu.org>
11639         * emacs-lisp/testcover.el (noreturn): Report error if does return.
11640         (testcover-reinstrument-clauses): Doc fix.
11642         * emacs-lisp/warnings.el: Doc fixes, args renamed.
11643         (warning-type-format): Rename from warning-group-format.
11645         * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
11646         (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
11647         (byte-compile-defvar): Bind byte-compile-not-obsolete-var
11648         to prevent warnings about defvar for an obsolete variable.
11650         * emacs-lisp/bytecomp.el (byte-compile-log-warning):
11651         warning-group-format renamed to warning-type-format.
11653         * subr.el (read-passwd): Use clear-string instead of fillarray.
11655         * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
11656         Use vconcat instead of concat.
11657         (edmacro-sanitize-for-string): New function.
11659 2003-08-05  Dave Love  <fx@gnu.org>
11661         * cus-start.el: Add open-paren-in-column-0-is-defun-start,
11662         line-number-display-limit-width.
11664         * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
11666 2003-08-05  Kenichi Handa  <handa@m17n.org>
11668         * international/code-pages.el: Don't require mule-diag.
11670         * international/mule-diag.el (non-iso-charset-alist):
11671         Add autoload cookie.
11673         * language/devan-util.el (dev-glyph-order): Add an entry for the
11674         glyph code #xC4.
11676 2003-08-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
11678         * calendar/calendar.el (diary-file, diary-file-name-prefix)
11679         (european-calendar-style, diary-date-forms)
11680         (calendar-day-name-array, calendar-month-name-array): Doc change.
11681         (generate-calendar-month): Adapt for new behaviour of
11682         `calendar-day-name' function.
11683         (calendar-abbrev-length, calendar-day-abbrev-array)
11684         (calendar-month-abbrev-array): New variables.
11685         (calendar-abbrev-construct): New function.
11686         (calendar-day-name, calendar-month-name): Use new abbrev arrays,
11687         rather than fixing abbrevs at some width.  Calling syntax change.
11688         (calendar-make-alist): Use abbrev arrays.  Calling syntax change.
11689         (calendar-date-string): Adapt for new behaviours of
11690         `calendar-day-name' and `calendar-month-name' functions.
11692         * calendar/diary-lib.el (list-diary-entries): Adapt for new
11693         behaviour of `calendar-day-name' and `calendar-month-name' functions.
11694         (diary-name-pattern): Use abbrev arrays, rather than fixing
11695         abbrevs at three chars.  Calling syntax change.
11696         (mark-diary-entries): Adapt for new behaviours of
11697         `diary-name-pattern' and `calendar-make-alist' functions.
11698         (fancy-diary-font-lock-keywords): Adapt for new behaviour of
11699         `diary-name-pattern' function.
11700         (font-lock-diary-date-forms): Use abbrev arrays, rather than
11701         fixing abbrevs at three chars.  Calling syntax change.
11702         (cal-hebrew, cal-islam): Require when compiling.
11703         (diary-font-lock-keywords): Adapt for new behaviour of
11704         `font-lock-diary-date-forms' function.
11706         * calendar/cal-hebrew.el: Reposition some code so defined before used.
11707         (calendar-hebrew-month-name-array-common-year)
11708         (calendar-hebrew-month-name-array-leap-year): Add doc strings.
11709         (list-hebrew-diary-entries): Adapt for new behaviours of
11710         `calendar-day-name' and `add-to-diary-list' functions.
11711         (mark-hebrew-diary-entries): Adapt for new behaviours of
11712         `diary-name-pattern' and `calendar-make-alist' functions.
11714         * calendar/cal-islam.el (calendar-islamic-month-name-array):
11715         Add doc string.
11716         (list-islamic-diary-entries): Adapt for new behaviours of
11717         `calendar-day-name' and `add-to-diary-list' functions.
11718         (mark-islamic-diary-entries): Adapt for new behaviours of
11719         `diary-name-pattern' and `calendar-make-alist' functions.
11721         * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
11722         `calendar-month-name' function.
11724         * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
11726         * calendar/solar.el (solar-seasons-data): Move definition before use.
11728         * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
11729         (cal-tex-LaTeX-hourbox): Move definition before use.
11731         * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
11732         cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
11733         lunar.el, solar.el
11734         (displayed-month, displayed-year): Define for compiler.
11736 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
11738         * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
11739         MODE.  Renamed from c-init-c-language-vars'.
11740         (c-initialize-cc-mode): Change accordingly.
11741         (c-common-init): Ditto.
11742         (c-mode): Ditto.
11743         (c++-mode): Use `c-init-language-vars-for'.
11744         (objc-mode): Ditto.
11745         (java-mode): Ditto.
11746         (idl-mode): Ditto.
11747         (pike-mode): Ditto.
11748         (awk-mode): Ditto.
11750 2003-08-03  Martin Stjernholm  <bug-cc-mode@gnu.org>
11752         * progmodes/cc-engine.el (c-end-of-current-token): Return whether
11753         or not the point moved.
11755         (c-search-decl-header-end): Don't trip up on operator identifiers
11756         in C++ and operators like == in all languages.
11758         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
11759         Detect leading labels correctly.
11761 2003-08-02  Andreas Schwab  <schwab@suse.de>
11763         * textmodes/ispell.el: Don't redo key bindings on loading, put
11764         them only in loaddefs.el.
11765         * bookmark.el: Likewise.
11766         * dabbrev.el: Likewise.
11767         * emerge.el: Likewise.
11769         * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
11770         has more than one member.
11772         * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
11774 2003-08-01  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
11776         * lpr.el (printify-region): It was ending conversion before the
11777         expected position.  Reported by Keiichi Suzuki <keiichi@nanap.org>.
11779 2003-07-31  John Paul Wallington  <jpw@gnu.org>
11781         * net/browse-url.el (browse-url-epiphany): Doc fix.
11783 2003-07-30  Kenichi Handa  <handa@m17n.org>
11785         * international/fontset.el (setup-default-fontset):
11786         Change registry names of Akurti fonts.
11788 2003-07-29  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
11790         * comint.el (comint-read-noecho): Use `clear-string' instead of
11791         `fillarray'.
11793 2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
11795         * outline.el (outline-mode-hook): Add defvar.
11797 2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
11799         * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
11800         Restore assembler in source window if that is what has been selected.
11801         (menu): Add gdb-restore-windows to menu.  Make gdba
11802         specific menus only visible from gdba.
11804 2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
11806         * progmodes/compile.el (compilation-environment): New user variable.
11807         (compile-internal): Respect it.
11809 2003-07-23  Masatake YAMATO  <jet@gyve.org>
11811         * progmodes/gud.el (gdb-script-font-lock-keywords):
11812         Put `font-lock-function-name-face' on a symbol which includes
11813         `-' like `hook-run'.  Put font-lock-variable-name-face
11814         on a symbol starting with $.
11816 2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
11818         * files.el (set-visited-file-name): Use truename for buffer-file-name.
11820 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
11822         * vc-hooks.el (vc-file-not-found-hook): Doc fix.
11824 2003-07-26  Andre Spiegel  <spiegel@gnu.org>
11826         * vc-hooks.el (vc-default-registered, vc-make-version-backup):
11827         Use with-no-warnings.
11828         (vc-file-not-found-hook): Add this to find-file-not-found-functions,
11829         rather than to find-file-not-found-hook, which doesn't exist.
11831 2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
11833         * international/quail.el (quail-translate-key): Fix previous change.
11835 2003-07-25  John Paul Wallington  <jpw@gnu.org>
11837         * server.el (server-start): Check `server-process' is non-nil
11838         before killing it to avoid killing current buffer's process.
11840         * simple.el (choose-completion-string): Use `minibufferp';
11841         test `completion-reference-buffer' if `buffer' arg is nil.
11842         (push-mark): Use `when' and `unless'.
11843         (pop-mark): Use `when'.
11845         * mouse-sel.el (mouse-sel-get-selection-function):
11846         Check `x-last-selected-text-primary'.  Don't barf if it or
11847         `x-last-selected-text' aren't bound.
11849 2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
11851         * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
11853 2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
11855         * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
11857 2003-07-23  John Paul Wallington  <jpw@gnu.org>
11859         * tooltip.el (defface tooltip): Inherit from variable-pitch.
11861 2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
11863         * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
11864         string.  Defvar the derived hook.
11866         * macros.el (insert-kbd-macro): Escape double quote character.
11867         From Thomas W Murphy <twm@andrew.cmu.edu>.
11869 2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
11871         * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
11872         to match the specific mark rather than reusing comment-start-skip.
11874 2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
11876         * progmodes/hideshow.el (hs-special-modes-alist):
11877         Clarify MDATA-SELECTOR doc; nfc.  Thanks to Michael Ernst.
11879 2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
11881         * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
11882         value using ?\s.
11884 2003-07-21  John Paul Wallington  <jpw@gnu.org>
11886         * subr.el (with-selected-window): Add closing paren.
11888 2003-07-21  Richard M. Stallman  <rms@gnu.org>
11890         * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
11891         (lisp-mode): Likewise.
11893         * subr.el (with-selected-window): Copy code form save-selected-window
11894         so as to call select-window with norecord arg.
11895         (dynamic-completion-table): Doc fix.
11896         (lazy-completion-table): Doc fix.
11898         * international/mule-cmds.el (set-locale-environment):
11899         langinfo renamed to locale-info.
11901         * international/mule.el (auto-coding-functions): Doc fix.
11903 2003-07-21  Kenichi Handa  <handa@m17n.org>
11905         * international/quail.el (quail-translate-key):
11906         Update quail-current-str correctly.
11908 2003-07-21  Andreas Schwab  <schwab@suse.de>
11910         * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
11911         ?, to "_".
11913 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
11914         Version 2.0.36 of Tramp released.
11916         * net/tramp.el (tramp-default-password-end-of-line): Rename from
11917         tramp-password-end-of-line.
11918         (tramp-password-end-of-line): New method parameter.
11919         (tramp-get-password-end-of-line): Function to access method
11920         parameter `tramp-password-end-of-line', or variable
11921         `tramp-default-password-end-of-line' (default value).
11922         (tramp-methods): Add entries for new parameter
11923         tramp-password-end-of-line.
11924         (tramp-enter-password): Use new function
11925         `tramp-get-password-end-of-line'.
11926         (tramp-handle-insert-file-contents): Do not
11927         unconditionally inhibit the file operation file-local-copy, only
11928         do that when the inhibit-file-name-operation is currently
11929         insert-file-contents.  This fixes finding remote CVS-controlled
11930         files.  (It would barf on inserting the CVS/Entries file
11931         literally, because the file-local-copy handler wasn't called.)
11932         (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
11933         (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
11934         (tramp-initial-commands): New variable.
11935         (tramp-process-initial-commands): New function, using the variable.
11936         (tramp-open-connection-setup-interactive-shell): Call the new function.
11937         (tramp-buffer-name, tramp-debug-buffer-name): Always put the
11938         method into the buffer name, never use nil.  Reported by Hanak
11939         David <dhanak@inf.bme.hu>.
11940         (tramp-open-connection-setup-interactive-shell): Erase buffer
11941         before sending "stty -onlcr".
11943         * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
11945 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
11947         * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
11949 2003-07-19  John Paul Wallington  <jpw@gnu.org>
11951         * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
11952         (artist-draw-rect, artist-draw-square): Doc fixes.
11954         * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
11956         * textmodes/two-column.el (2C-mode-line-format): Doc fix.
11958 2003-07-19  Kenichi Handa  <handa@m17n.org>
11960         * international/kkc.el (kkc-show-conversion-list-update):
11961         Highlight the correct candidate in the message.
11963 2003-07-18  John Paul Wallington  <jpw@gnu.org>
11965         * simple.el (current-word): Don't include punctuation char when
11966         `really-word' arg is non-nil.
11968 2003-07-17  Martin Stjernholm  <bug-cc-mode@gnu.org>
11970         * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
11971         moved to the directory obsolete.
11973 2003-07-16  Stefan Monnier  <monnier@cs.yale.edu>
11975         * info.el (Info-menu-entry-name-re): Allow newlines in
11976         menu entry names.
11978         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
11979         syntax-ppss-after-change-function.
11980         (syntax-ppss-after-change-function): New alias.  Update uses.
11981         (syntax-ppss): Catch the case where the buffer is narrowed.
11983 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
11985         * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
11986         (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
11988 2003-07-16  Martin Stjernholm  <bug-cc-mode@gnu.org>
11990         * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
11991         since it might be modified.
11993         * progmodes/cc-langs.el (c++-make-template-syntax-table)
11994         (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
11995         names to these language constants.
11997 2003-07-15  Kim F. Storm  <storm@cua.dk>
11999         * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
12000         All uses changed.
12002 2003-07-14  Mark A. Hershberger  <mah@everybody.org>
12004         * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
12005         Namespace support.
12007 2003-07-13  Juanma Barranquero  <lektu@terra.es>
12009         * frame.el (modify-all-frames-parameters): Reinstall (copyright
12010         papers received).
12012 2003-07-13  Karl Eichwalder  <ke@suse.de>
12014         * textmodes/po.el (po-find-charset): White space at the start of the
12015         Content-Type field body is non-mandatory.
12017 2003-07-13  Masayuki Ataka  <ataka@milk.freemail.ne.jp>  (tiny change)
12019         * textmodes/texinfo.el (texinfo-section-list):
12020         Append appendixsection; a synonym for appendixsec.
12022 2003-07-13  Jari Aalto  <jari.aalto@poboxes.com>
12024         * man.el (Man-translate-cleanup): New.
12025         (Man-translate-references): Call `Man-translate-cleanup' to clean
12026         leading, trailing and middle spaces.
12028 2003-07-13  Lars Hansen  <larsh@math.ku.dk>
12030         * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
12031         Handle `dired-directory' being a list.
12033 2003-07-13  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
12035         * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
12036         it doesn't exist.
12038 2003-07-12  Richard M. Stallman  <rms@gnu.org>
12040         * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
12042         * progmodes/cc-defs.el (c-make-keywords-re):
12043         Don't use delete-duplicates.
12044         (c-lang-const): Don't use mapcan.
12046         * apropos.el (apropos-show-scores): Make it customizable.
12047         Document new meaning.
12048         (apropos): Compute scores from symbols.
12049         (apropos-print): Don't sort by scores if apropos-show-scores is nil.
12051 2003-07-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12053         * ps-bdf.el: Fix copyright line.
12054         (bdf-directory-list): Fix initialization code.
12056 2003-07-11  John Paul Wallington  <jpw@gnu.org>
12058         * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
12059         (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
12060         (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
12062 2003-07-11  NAKAJIMA Mikio  <minakaji@namazu.org>  (tiny change)
12064         * emacs-lisp/ring.el (ring-elements): Doc fix.
12066 2003-07-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
12068         * calendar/timeclock.el (timeclock-relative)
12069         (timeclock-ask-before-exiting, timeclock-use-display-time):
12070         Doc changes.
12071         (timeclock-modeline-display): Give a message if
12072         `timeclock-use-display-time' is non-nil but `display-time-mode'
12073         is not active.
12075 2003-07-11  Kenichi Handa  <handa@m17n.org>
12077         * international/mule-cmds.el (set-language-environment):
12078         Set current-language-environment to the correct string.
12080 2003-07-10  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12082         * ps-print.el: Print line number correctly in a region.  Reported by
12083         Tim Allen <timallen@ls83.fsnet.co.uk>.
12084         (ps-print-version): New version number (6.6.2).
12085         (ps-printing-region): Code fix.
12087 2003-07-10  John Paul Wallington  <jpw@gnu.org>
12089         * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
12090         this function can be called from `add-completions-from-tags-table'.
12092 2003-07-10  Glenn Morris  <gmorris@ast.cam.ac.uk>
12094         * calendar/timeclock.el (timeclock-use-display-time)
12095         (timeclock-day-over-hook, timeclock-workday-remaining)
12096         (timeclock-status-string, timeclock-when-to-leave)
12097         (timeclock-when-to-leave-string, timeclock-log-data)
12098         (timeclock-find-discrep, timeclock-day-base)
12099         (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
12100         (timeclock-modeline-display): Set the variable
12101         `timeclock-modeline-display'.
12102         (timeclock-update-modeline): Doc fix.  Respect value of
12103         `timeclock-relative'.
12105 2003-07-09  Richard M. Stallman  <rms@gnu.org>
12107         * textmodes/reftex-parse.el (reftex-all-document-files):
12108         Add autoload cookie.
12110         * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
12111         (reftex-scanning-info-available-p): Add autoload cookie.
12113         * international/mule-cmds.el
12114         (set-display-table-and-terminal-coding-system): Delete duplicate
12115         aset on standard-display-table.
12117         * view.el (view-file): If existing buffer's major mode is special,
12118         don't go into view mode.
12120         * dired.el (dired-move-to-filename-regexp): Allow quote in months.
12122 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12124         * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
12125         buffer changes; there's third party code that calls this function
12126         directly.
12128 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12130         * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
12131         (autodoc-font-lock-keywords): Don't byte compile on font lock
12132         initialization when running from byte compiled files.
12134 2003-07-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
12136         * progmodes/cc-engine.el: Fix AWK mode indentation when previous
12137         statement ends with auto-increment "++".
12139 2003-07-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
12141         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
12142         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
12143         these are changed, so declare them as variables and not constants.
12145 2003-07-08  Markus Rost  <rost@math.ohio-state.edu>
12147         * subr.el (dolist, dotimes): Doc fix.
12149 2003-07-08  Kim F. Storm  <storm@cua.dk>
12151         * international/mule-cmds.el
12152         (set-display-table-and-terminal-coding-system): Don't break
12153         bootstrap if standard-display-table isn't setup yet.
12155 2003-07-07  Richard M. Stallman  <rms@gnu.org>
12157         * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
12158         Give it a doc string, and autoload it.
12160         * desktop.el (desktop-buffer-info, desktop-buffer-mh):
12161         Use with-no-warnings.
12163         * info.el (Info-search): If find invisible text, search again.
12165         * isearch.el (search-whitespace-regexp): Add a shy group around it.
12167         * man.el (Man-name-regexp): Match + as part of name.
12169         * simple.el (visible-mode): Rename from vis-mode.
12170         (vis-mode-saved-buffer-invisibility-spec): Doc fix.
12172         * simple.el (current-word): New arg REALLY-WORD specifies
12173         don't include punctuation chars.
12175         * emacs-lisp/debug.el (debug, debugger-env-macro):
12176         Use with-no-warnings while accessing and binding unread-command-char.
12178         * international/mule-cmds.el
12179         (set-display-table-and-terminal-coding-system): Use explicit loop
12180         instead of calling standard-display-default.
12182         * net/ange-ftp.el (ange-ftp-file-symlink-p):
12183         Use condition-case to catch error in ange-ftp-get-files.
12185         * net/browse-url.el (browse-url-browser-function):
12186         Add alternative for Epiphany.
12187         (browse-url-epiphany-program, browse-url-epiphany-arguments)
12188         (browse-url-epiphany-startup-arguments)
12189         (browse-url-epiphany-new-window-is-tab): New variables.
12190         (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
12192         * progmodes/compile.el (compile-auto-highlight): Default now t.
12193         (compile): Doc fix.
12194         (compilation-next-error): Fix previous change.
12196         * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
12198         * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
12200 2003-07-07  Nick Roberts  <nick@nick.uklinux.net>
12202         * gdb-ui.el (gdb-source-info): Display current frame when
12203         attaching to an existing process.
12204         (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
12205         while laying out windows when attaching to an existing process.
12207 2003-07-07  Stefan Monnier  <monnier@cs.yale.edu>
12209         * info.el (Info-menu): Use Info-menu-entry-name-re.
12211 2003-07-06  Stefan Monnier  <monnier@cs.yale.edu>
12213         * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
12214         * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
12216         * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
12217         to match the same text.
12219 2003-07-06  John Paul Wallington  <jpw@gnu.org>
12221         * vc.el (vc-annotate-offset): Move defvar up.
12223 2003-07-06  Kim F. Storm  <storm@cua.dk>
12225         * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
12226         This should fix the infinite loop when extracting menu names.
12228 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
12230         * files.el (auto-mode-alist, interpreter-mode-alist):
12231         Remove entries to CC Mode modes to avoid duplicates; they are now added
12232         with autoload directives in cc-mode.el.
12234 2003-07-05  Martin Stjernholm  <bug-cc-mode@gnu.org>
12236         * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
12237         (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
12238         these are changed, so declare them as variables and not constants.
12240         * progmodes/cc-mode.el: Fix some autoload problems: Try to
12241         ensure that the entry for ".c" extension comes before the one for
12242         ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
12243         Fix incorrect entries that were added to `interpreter-mode-alist'.
12244         Move the autoload directives for AWK to the top level since they
12245         aren't recognized anywhere else.  Do not use the new AWK mode doc
12246         in the autoload form for the old AWK mode.
12248 2003-06-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
12250         * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
12251         (bibtex-sort-ignore-string-entries): Default value t.
12252         (bibtex-entry-kill-ring-max): Reintroduce as it was removed
12253         erroneously in previous version.
12254         (bibtex-string-files): Docstring reflects new parsing scheme.
12255         (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
12256         docstring, add # as one of the chars to crush
12257         (bibtex-autokey-prefix-string, bibtex-autokey-names)
12258         (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
12259         (bibtex-autokey-name-change-strings)
12260         (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
12261         (bibtex-autokey-name-separator, bibtex-autokey-year-length)
12262         (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
12263         (bibtex-autokey-title-terminators)
12264         (bibtex-autokey-titlewords-stretch)
12265         (bibtex-autokey-titleword-ignore)
12266         (bibtex-autokey-titleword-case-convert)
12267         (bibtex-autokey-titleword-abbrevs)
12268         (bibtex-autokey-titleword-abbrevs)
12269         (bibtex-autokey-titleword-change-strings)
12270         (bibtex-autokey-titleword-length)
12271         (bibtex-autokey-titleword-separator)
12272         (bibtex-autokey-name-year-separator)
12273         (bibtex-autokey-year-title-separator)
12274         (bibtex-autokey-before-presentation-function)
12275         (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
12276         Fix docstring.
12277         (bibtex-strings, bibtex-reference-keys):
12278         Use lazy-completion-table and make-variable-buffer-local.
12279         (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
12280         (bibtex-braced-string-syntax-table)
12281         (bibtex-quoted-string-syntax-table): New variables.
12282         (bibtex-parse-nested-braces): Remove.
12283         (bibtex-parse-field-string): Use syntax table and forward-sexp.
12284         (bibtex-parse-association): Simplify.
12285         (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
12286         (bibtex-parse-field-text): Simplify.
12287         (bibtex-search-forward-field, bibtex-search-backward-field):
12288         argument BOUND can take value t.
12289         (bibtex-start-of-field, bibtex-start-of-name-in-field)
12290         (bibtex-end-of-name-in-field, bibtex-end-of-field)
12291         (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
12292         (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
12293         (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
12294         (bibtex-skip-to-valid-entry): Return buffer position of beginning
12295         and ending of entry.  Update for changes of bibtex-search-entry.
12296         Simplify.
12297         (bibtex-map-entries): FUN is called with three arguments.
12298         (bibtex-search-entry): Return a cons pair with buffer positions of
12299         beginning and end of entry.
12300         (bibtex-enclosing-field): Simplify.
12301         (bibtex-format-entry): Use booktitle to set a missing title.
12302         (bibtex-autokey-get-names): Fiddle with regexps.
12303         (bibtex-generate-autokey): Use identity.
12304         (bibtex-parse-keys): Use simplified parsing algorithm if
12305         bibtex-parse-keys-fast is non-nil.  Simplify.  Change order of
12306         arguments.  Return alist of keys.
12307         (bibtex-parse-strings): Simplify.  Return alist of strings.
12308         (bibtex-complete-string-cleanup): Fix docstring.
12309         (bibtex-read-key): New function.
12310         (bibtex-mode): Fix docstring.  Do not parse for keys and
12311         strings when the mode is entered.  Set fill-paragraph-function to
12312         bibtex-fill-field.  Setup font-lock-mark-block-function the way
12313         font-lock intended.
12314         (bibtex-entry): Use bibtex-read-key.  Obey bibtex-autofill-types.
12315         (bibtex-parse-entry, bibtex-autofill-entry): New functions.
12316         (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
12317         (bibtex-Preamble): Avoid hard coded constants.
12318         (bibtex-make-field): Fix docstring.  Simplify.
12319         (bibtex-beginning-of-entry): Always return new position of point.
12320         (bibtex-end-of-entry): Rearrange cond clauses.
12321         (bibtex-count-entries, bibtex-validate, bibtex-reformat):
12322         Update for changes of bibtex-map-entries.
12323         (bibtex-ispell-abstract): Do not move point.
12324         (bibtex-entry-index): Use downcase.  Simplify.
12325         (bibtex-lessp): Handle catch-all.
12326         (bibtex-find-crossref): Turn into a command.
12327         (bibtex-find-entry): Simplify.  Use bibtex-read-key.  Fix regexp.
12328         (bibtex-clean-entry): Use bibtex-read-key.  Handle string and
12329         preamble entries.
12330         (bibtex-fill-field-bounds): New function.
12331         (bibtex-fill-field): New command.  Bound to fill-paragraph-function.
12332         (bibtex-fill-entry): Use bibtex-fill-field-bounds
12333         (bibtex-String): Use bibtex-strings.  Always obey
12334         bibtex-sort-ignore-string-entries.
12336 2003-07-05  John Paul Wallington  <jpw@gnu.org>
12338         * cus-theme.el (customize-create-theme):
12339         Call `customize-create-theme' in Reset widget's notify function.
12341         * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
12342         (ibuffer-mark-interactive): Use `or' instead of `unless'.
12343         (define-ibuffer-column name): Add summarizer.
12344         (define-ibuffer-column size): Likewise.
12345         (define-ibuffer-column filename): Likewise.
12346         (define-ibuffer-column process): Likewise.  Change BODY's output too.
12347         (define-ibuffer-column filename-and-process): Likewise, likewise.
12348         (ibuffer): Remove local vars `already-in' and `need-update'.
12350         * ibuf-ext.el: Don't require `derived' at compile-time.
12352 2003-07-05  Kim F. Storm  <storm@cua.dk>
12354         * info.el: Disable paragraph refilling.
12355         (Info-refill-paragraphs): New defcustom.
12356         (Info-fontify-node): Use it.
12358 2003-07-04  Stefan Monnier  <monnier@cs.yale.edu>
12360         * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
12361         thingies from constructors created by defstruct.
12363         * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
12364         the default value of the variable.
12365         (byte-code-meter): Move declaration to top level.
12367         * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
12369         * info.el (Info-following-node-name-re): New fun.
12370         (Info-following-node-name): Remove.
12371         (Info-insert-dir): Use the new fun.
12372         (Info-extract-pointer): Don't save restriction; use new fun.
12373         (Info-menu-entry-name-re): New const.
12374         (Info-menu-entry-name-re): Use it along with new fun.
12375         (Info-node-spec-re): Use new fun.
12376         (Info-complete-menu-item, Info-fontify-node): Use new const.
12377         (Info-goto-node, Info-follow-reference, Info-menu-update):
12378         Use match-string.
12379         (Info-follow-reference): Use assoc-string.
12380         Use a list of strings for the completion table.
12381         (Info-fontify-node): Use match-string, line-end-position.
12382         Limit the search for `node:' to the first line.
12384         * newcomment.el (uncomment-region): Remove padding coming from
12385         comment-start rather than just from comment-padding.
12387         * vc-cvs.el (vc-cvs-repository-hostname): New operation.
12388         (vc-cvs-stay-local-p): Use vc-stay-local-p.
12389         (vc-cvs-rename-file): Remove (use the default).
12390         (vc-cvs-register): Register parent dir if needed.
12391         (vc-cvs-could-register): Return non-nil if parent can be registered.
12392         (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
12393         (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
12395         * vc-svn.el (vc-svn-use-edit): Make it into a const.
12396         (vc-svn-update): Fix the arguments to `svn'.
12397         (vc-svn-diff-tree): Just use `vc-svn-diff'.
12398         (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
12399         Simple implementations, assuming `name' is a URL.
12401         * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
12402         set of chars allowed unquoted in a case pattern.
12404         * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
12406         * font-lock.el (font-lock-extra-types-widget)
12407         (c-font-lock-extra-types, c++-font-lock-extra-types)
12408         (objc-font-lock-extra-types, java-font-lock-extra-types)
12409         (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
12410         (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
12411         (font-lock-match-c++-style-declaration-item-and-skip-to-next)
12412         (font-lock-match-c++-structor-declaration)
12413         (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
12414         (c++-font-lock-keywords-3, c++-font-lock-keywords)
12415         (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
12416         (objc-font-lock-keywords-3, objc-font-lock-keywords)
12417         (java-font-lock-keywords-1, java-font-lock-keywords-2)
12418         (java-font-lock-keywords-3, java-font-lock-keywords)
12419         (java-font-lock-syntactic-face-function): Remove obsolete code
12420         and constants.  It's all in cc-fonts.el now.
12422 2003-07-04  Glenn Morris  <gmorris@ast.cam.ac.uk>
12424         * mail/sendmail.el (mail-specify-envelope-from)
12425         (mail-envelope-from): Doc fix.
12427 2003-07-04  Martin Stjernholm  <mast@lysator.liu.se>
12429         * generic-x.el: Do away with the dependency on `c-emacs-features'
12430         when populating `rul-generic-mode-syntax-table'; we already know
12431         this isn't XEmacs.
12433 See ChangeLog.10 for earlier changes.
12435 ;; Local Variables:
12436 ;; coding: iso-2022-7bit
12437 ;; End:
12439     Copyright (C) 2001, 02, 04  Free Software Foundation, Inc.
12440   Copying and distribution of this file, with or without modification,
12441   are permitted provided the copyright notice and this notice are preserved.
12443 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1